uppy/packages/@uppy/utils/src
Murderlon 9d8fb57a74
Merge branch 'main' into 4.x
* main:
  meta: enable prettier for markdown (#5133)
  @uppy/xhr-upload: do not throw when res is missing url (#5132)
  @uppy/companion: coerce `requestUrl` to a string (#5128)
  Release: uppy@3.25.0 (#5127)
  meta: enforce use of `.js` extension in `import type` declarations (#5126)
  @uppy/core: add instance ID to generated IDs (#5080)
  @uppy/core: reference updated i18n in Restricter (#5118)
2024-05-02 12:26:16 +02:00
..
getDroppedFiles Merge branch 'main' into 4.x 2024-05-02 12:26:16 +02:00
AbortController.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
AbortController.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
canvasToBlob.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
CompanionClientProvider.ts @uppy/companion-client: type changes for provider-views (#4938) 2024-02-21 10:19:39 +01:00
CompanionFile.ts @uppy/google-drive: refactor to TypeScript (#4979) 2024-03-10 11:22:55 +01:00
dataURItoBlob.test.ts @uppy/utils: fix import in test files (#4806) 2023-11-30 14:39:51 +01:00
dataURItoBlob.ts @uppy/utils: improve return type of dataURItoFile (#5112) 2024-04-24 10:48:26 +02:00
dataURItoFile.test.ts @uppy/utils: fix import in test files (#4806) 2023-11-30 14:39:51 +01:00
dataURItoFile.ts @uppy/utils: improve return type of dataURItoFile (#5112) 2024-04-24 10:48:26 +02:00
delay.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
delay.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
emaFilter.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
emaFilter.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
emitSocketProgress.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
ErrorWithCause.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
ErrorWithCause.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
EventManager.js @uppy/utils: remove EventManager circular reference (#4949) 2024-02-22 11:39:25 +01:00
fetcher.ts @uppy/xhr-upload: refactor to use fetcher (#5074) 2024-04-29 15:39:44 +02:00
fetchWithNetworkError.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
fileFilters.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
FileProgress.ts fix various type issues (#4958) 2024-02-28 16:55:41 +08:00
findAllDOMElements.ts @uppy/utils: fix findAllDOMElements type (#4997) 2024-03-14 18:12:48 +01:00
findDOMElement.ts @uppy/utils: simplify findDOMElements (#4957) 2024-02-27 18:08:40 +01:00
findIndex.js @uppy/utils: refactor to ESM (#3721) 2022-05-23 09:40:50 +02:00
findIndex.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
FOCUSABLE_ELEMENTS.js @uppy/utils: refactor to ESM (#3721) 2022-05-23 09:40:50 +02:00
generateFileID.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
generateFileID.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getAllowedMetaFields.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getBytesRemaining.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getBytesRemaining.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getETA.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getETA.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getFileNameAndExtension.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getFileNameAndExtension.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getFileType.test.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getFileType.ts Introduce ValidateableFile & move MinimalRequiredUppyFile into utils (#4944) 2024-02-22 16:34:54 +01:00
getFileTypeExtension.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getFileTypeExtension.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getSocketHost.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getSocketHost.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getSpeed.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getSpeed.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
getTextDirection.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
getTimeStamp.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
hasProperty.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
index.js Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00
isDOMElement.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isDragDropSupported.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isMobileDevice.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isMobileDevice.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isNetworkError.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isNetworkError.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isObjectURL.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isObjectURL.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isPreviewSupported.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isPreviewSupported.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isTouchDevice.test.js @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
isTouchDevice.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
microtip.scss meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
mimeTypes.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
NetworkError.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
prettyETA.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
prettyETA.ts meta: prettier 3.0.3 -> 3.2.4 (#4889) 2024-01-24 11:37:01 +01:00
ProgressTimeout.ts @uppy/xhr-upload: refactor to use fetcher (#5074) 2024-04-29 15:39:44 +02:00
RateLimitedQueue.test.ts @uppy/utils: migrate RateLimitedQueue to TS (#4981) 2024-03-07 15:24:42 +01:00
RateLimitedQueue.ts @uppy/utils: fix RateLimitedQueue#wrapPromiseFunction types (#5007) 2024-03-18 15:27:56 +01:00
remoteFileObjToLocal.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
sampleImageDataURI.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
secondsToTime.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
secondsToTime.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
settle.js @uppy/core: improve performance of validating & uploading files (#4402) 2023-04-15 23:50:19 +08:00
settle.test.js test: migrate to Vitest for Uppy core and Uppy plugins (#4700) 2023-09-26 17:23:17 +02:00
toArray.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
toArray.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
Translator.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
Translator.ts @uppy/core: refactor to TS 2023-12-14 19:39:43 +01:00
truncateString.test.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
truncateString.ts @uppy/utils: refactor to TS (#4699) 2023-11-06 15:01:50 +01:00
UppyFile.ts Release: uppy@4.0.0-beta.4 (#5130) 2024-04-29 20:12:59 +00:00
UserFacingApiError.ts @uppy/companion-client: migrate to TS (#4864) 2024-01-24 14:19:38 +01:00
VirtualList.jsx Add VirtualList to ProviderView (#4566) 2023-07-20 15:49:43 +02:00