@uploadcare/file-uploader 1.28.0-alpha.1 → 1.28.0-alpha.666
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abstract/loadFileUploaderFrom.d.ts +4 -3
- package/dist/abstract/loadFileUploaderFrom.js +6 -7
- package/dist/env.d.ts +4 -2
- package/dist/env.js +6 -7
- package/dist/index.css +6 -9
- package/dist/index.d.ts +3099 -42
- package/dist/index.js +8 -1796
- package/dist/index.layered.css +7 -9
- package/dist/index.ssr.js +1609 -0
- package/dist/locales/file-uploader/ar.d.ts +2 -1
- package/dist/locales/file-uploader/ar.js +6 -142
- package/dist/locales/file-uploader/az.d.ts +2 -1
- package/dist/locales/file-uploader/az.js +6 -134
- package/dist/locales/file-uploader/ca.d.ts +2 -1
- package/dist/locales/file-uploader/ca.js +6 -136
- package/dist/locales/file-uploader/cs.d.ts +2 -1
- package/dist/locales/file-uploader/cs.js +6 -138
- package/dist/locales/file-uploader/da.d.ts +2 -1
- package/dist/locales/file-uploader/da.js +6 -134
- package/dist/locales/file-uploader/de.d.ts +2 -1
- package/dist/locales/file-uploader/de.js +6 -134
- package/dist/locales/file-uploader/el.d.ts +2 -1
- package/dist/locales/file-uploader/el.js +6 -134
- package/dist/locales/file-uploader/en.d.ts +2 -1
- package/dist/locales/file-uploader/en.js +6 -7
- package/dist/locales/file-uploader/es.d.ts +2 -1
- package/dist/locales/file-uploader/es.js +6 -136
- package/dist/locales/file-uploader/et.d.ts +2 -1
- package/dist/locales/file-uploader/et.js +6 -134
- package/dist/locales/file-uploader/fi.d.ts +2 -1
- package/dist/locales/file-uploader/fi.js +6 -134
- package/dist/locales/file-uploader/fr.d.ts +2 -1
- package/dist/locales/file-uploader/fr.js +6 -136
- package/dist/locales/file-uploader/he.d.ts +2 -1
- package/dist/locales/file-uploader/he.js +6 -136
- package/dist/locales/file-uploader/hy.d.ts +2 -1
- package/dist/locales/file-uploader/hy.js +6 -134
- package/dist/locales/file-uploader/is.d.ts +2 -1
- package/dist/locales/file-uploader/is.js +6 -134
- package/dist/locales/file-uploader/it.d.ts +2 -1
- package/dist/locales/file-uploader/it.js +6 -136
- package/dist/locales/file-uploader/ja.d.ts +2 -1
- package/dist/locales/file-uploader/ja.js +6 -134
- package/dist/locales/file-uploader/ka.d.ts +2 -1
- package/dist/locales/file-uploader/ka.js +6 -134
- package/dist/locales/file-uploader/kk.d.ts +2 -1
- package/dist/locales/file-uploader/kk.js +6 -134
- package/dist/locales/file-uploader/ko.d.ts +2 -1
- package/dist/locales/file-uploader/ko.js +6 -134
- package/dist/locales/file-uploader/lv.d.ts +2 -1
- package/dist/locales/file-uploader/lv.js +6 -136
- package/dist/locales/file-uploader/nb.d.ts +2 -1
- package/dist/locales/file-uploader/nb.js +6 -134
- package/dist/locales/file-uploader/nl.d.ts +2 -1
- package/dist/locales/file-uploader/nl.js +6 -134
- package/dist/locales/file-uploader/pl.d.ts +2 -1
- package/dist/locales/file-uploader/pl.js +6 -138
- package/dist/locales/file-uploader/pt.d.ts +2 -1
- package/dist/locales/file-uploader/pt.js +6 -136
- package/dist/locales/file-uploader/ro.d.ts +2 -1
- package/dist/locales/file-uploader/ro.js +6 -136
- package/dist/locales/file-uploader/ru.d.ts +2 -1
- package/dist/locales/file-uploader/ru.js +6 -138
- package/dist/locales/file-uploader/sk.d.ts +2 -1
- package/dist/locales/file-uploader/sk.js +6 -138
- package/dist/locales/file-uploader/sr.d.ts +2 -1
- package/dist/locales/file-uploader/sr.js +6 -136
- package/dist/locales/file-uploader/sv.d.ts +2 -1
- package/dist/locales/file-uploader/sv.js +6 -134
- package/dist/locales/file-uploader/tr.d.ts +2 -1
- package/dist/locales/file-uploader/tr.js +6 -134
- package/dist/locales/file-uploader/uk.d.ts +2 -1
- package/dist/locales/file-uploader/uk.js +6 -138
- package/dist/locales/file-uploader/vi.d.ts +2 -1
- package/dist/locales/file-uploader/vi.js +6 -134
- package/dist/locales/file-uploader/zh-TW.d.ts +2 -1
- package/dist/locales/file-uploader/zh-TW.js +6 -134
- package/dist/locales/file-uploader/zh.d.ts +2 -1
- package/dist/locales/file-uploader/zh.js +6 -134
- package/package.json +34 -40
- package/web/file-uploader.iife.min.d.ts +3241 -0
- package/web/file-uploader.iife.min.js +8 -697
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +3241 -0
- package/web/file-uploader.min.js +7 -1858
- package/web/file-uploader.min.js.LEGAL.txt +71 -0
- package/web/uc-basic.layered.min.css +7 -6046
- package/web/uc-basic.min.css +6 -5487
- package/web/uc-cloud-image-editor.layered.min.css +7 -1884
- package/web/uc-cloud-image-editor.min.css +6 -1675
- package/web/uc-cloud-image-editor.min.d.ts +3198 -0
- package/web/uc-cloud-image-editor.min.js +7 -456
- package/web/uc-cloud-image-editor.min.js.LEGAL.txt +70 -0
- package/web/uc-file-uploader-inline.layered.min.css +7 -4352
- package/web/uc-file-uploader-inline.min.css +6 -3836
- package/web/uc-file-uploader-inline.min.d.ts +3241 -0
- package/web/uc-file-uploader-inline.min.js +7 -1858
- package/web/uc-file-uploader-inline.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-minimal.layered.min.css +7 -4352
- package/web/uc-file-uploader-minimal.min.css +6 -3836
- package/web/uc-file-uploader-minimal.min.d.ts +3241 -0
- package/web/uc-file-uploader-minimal.min.js +7 -1858
- package/web/uc-file-uploader-minimal.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-regular.layered.min.css +7 -4352
- package/web/uc-file-uploader-regular.min.css +6 -3836
- package/web/uc-file-uploader-regular.min.d.ts +3241 -0
- package/web/uc-file-uploader-regular.min.js +7 -1858
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +75 -0
- package/web/uc-img.min.js +7 -894
- package/web/uc-img.min.js.LEGAL.txt +24 -0
- package/dist/ActivityHeader-R6Mlx-dA.js +0 -9
- package/dist/ActivityHeader.css +0 -23
- package/dist/ActivityHeader.layered.css +0 -24
- package/dist/CameraSource-DDwj1jCV.js +0 -511
- package/dist/CameraSource-n1tun2Df.js +0 -10
- package/dist/CameraSource.css +0 -180
- package/dist/CameraSource.layered.css +0 -209
- package/dist/CloudImageEditor-DcVoIRb3.js +0 -2163
- package/dist/CloudImageEditorActivity-Csij4nlC.js +0 -87
- package/dist/CloudImageEditorActivity-DD4NdU0P.js +0 -9
- package/dist/CloudImageEditorActivity.css +0 -14
- package/dist/CloudImageEditorActivity.layered.css +0 -15
- package/dist/Config-DKOromHY.js +0 -433
- package/dist/Config.css +0 -4
- package/dist/Config.layered.css +0 -5
- package/dist/ExternalSource-6MSUgxqy.js +0 -10
- package/dist/ExternalSource-DVEjSkPB.js +0 -253
- package/dist/ExternalSource.css +0 -98
- package/dist/ExternalSource.layered.css +0 -116
- package/dist/Icon-tXRTvEF2.js +0 -1810
- package/dist/Icon.css +0 -14
- package/dist/Icon.layered.css +0 -15
- package/dist/LitUploaderBlock-LxeOZ0ya.js +0 -998
- package/dist/UrlSource-BkyX00I2.js +0 -73
- package/dist/UrlSource-RI8TSD48.js +0 -10
- package/dist/UrlSource.css +0 -17
- package/dist/UrlSource.layered.css +0 -18
- package/dist/abstract/CTX.d.ts +0 -40
- package/dist/abstract/TypedCollection.d.ts +0 -47
- package/dist/abstract/TypedCollection.test.d.ts +0 -1
- package/dist/abstract/TypedData.d.ts +0 -12
- package/dist/abstract/TypedData.test.d.ts +0 -1
- package/dist/abstract/UploaderPublicApi.d.ts +0 -41
- package/dist/abstract/buildOutputCollectionState.d.ts +0 -3
- package/dist/abstract/customConfigOptions.d.ts +0 -65
- package/dist/abstract/defineComponents.d.ts +0 -1
- package/dist/abstract/features/ClipboardLayer.d.ts +0 -12
- package/dist/abstract/localeRegistry.d.ts +0 -5
- package/dist/abstract/managers/LocaleManager.d.ts +0 -10
- package/dist/abstract/managers/ModalManager.d.ts +0 -53
- package/dist/abstract/managers/SecureUploadsManager.d.ts +0 -7
- package/dist/abstract/managers/TelemetryManager.d.ts +0 -41
- package/dist/abstract/managers/ValidationManager.d.ts +0 -34
- package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/dist/abstract/managers/a11y.d.ts +0 -9
- package/dist/abstract/managers/plugin/PluginManager.d.ts +0 -25
- package/dist/abstract/managers/plugin/PluginTypes.d.ts +0 -146
- package/dist/abstract/managers/plugin/index.d.ts +0 -2
- package/dist/abstract/sharedConfigKey.d.ts +0 -2
- package/dist/abstract/uploadEntrySchema.d.ts +0 -34
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +0 -8
- package/dist/blocks/CameraSource/CameraSource.d.ts +0 -121
- package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/dist/blocks/CameraSource/calcCameraModes.d.ts +0 -5
- package/dist/blocks/CameraSource/constants.d.ts +0 -15
- package/dist/blocks/CloudImageEditor/index.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +0 -60
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +0 -56
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +0 -24
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +0 -14
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +0 -13
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +0 -35
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +0 -56
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +0 -63
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +0 -15
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +0 -15
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +0 -33
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +0 -68
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +0 -36
- package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +0 -10
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +0 -31
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +0 -19
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +0 -27
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +0 -38
- package/dist/blocks/CloudImageEditor/src/index.d.ts +0 -15
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +0 -5
- package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +0 -4
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +0 -2
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +0 -7
- package/dist/blocks/CloudImageEditor/src/state.d.ts +0 -20
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +0 -2
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -61
- package/dist/blocks/CloudImageEditor/src/types.d.ts +0 -60
- package/dist/blocks/CloudImageEditor/src/util.d.ts +0 -2
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -7
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +0 -25
- package/dist/blocks/Config/Config.d.ts +0 -60
- package/dist/blocks/Config/assertions.d.ts +0 -5
- package/dist/blocks/Config/computed-properties.d.ts +0 -24
- package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
- package/dist/blocks/Config/initialConfig.d.ts +0 -6
- package/dist/blocks/Config/normalizeConfigValue.d.ts +0 -2
- package/dist/blocks/Config/validatorsType.d.ts +0 -18
- package/dist/blocks/Copyright/Copyright.d.ts +0 -10
- package/dist/blocks/DropArea/DropArea.d.ts +0 -47
- package/dist/blocks/DropArea/addDropzone.d.ts +0 -17
- package/dist/blocks/DropArea/getDropItems.d.ts +0 -12
- package/dist/blocks/ExternalSource/ExternalSource.d.ts +0 -45
- package/dist/blocks/ExternalSource/MessageBridge.d.ts +0 -11
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +0 -4
- package/dist/blocks/ExternalSource/query-string.d.ts +0 -1
- package/dist/blocks/ExternalSource/types.d.ts +0 -105
- package/dist/blocks/FileItem/FileItem.d.ts +0 -50
- package/dist/blocks/FileItem/FileItemConfig.d.ts +0 -10
- package/dist/blocks/FormInput/FormInput.d.ts +0 -18
- package/dist/blocks/Icon/Icon.d.ts +0 -19
- package/dist/blocks/Img/Img.d.ts +0 -14
- package/dist/blocks/Img/ImgBase.d.ts +0 -29
- package/dist/blocks/Img/ImgConfig.d.ts +0 -28
- package/dist/blocks/Img/configurations.d.ts +0 -11
- package/dist/blocks/Img/props-map.d.ts +0 -28
- package/dist/blocks/Img/utils/parseObjectToString.d.ts +0 -2
- package/dist/blocks/Modal/Modal.d.ts +0 -34
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +0 -32
- package/dist/blocks/PluginActivityRenderer/index.d.ts +0 -1
- package/dist/blocks/ProgressBar/ProgressBar.d.ts +0 -21
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +0 -17
- package/dist/blocks/Select/Select.d.ts +0 -18
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +0 -15
- package/dist/blocks/SourceBtn/SourceBtn.d.ts +0 -23
- package/dist/blocks/SourceList/SourceList.d.ts +0 -24
- package/dist/blocks/Spinner/Spinner.d.ts +0 -9
- package/dist/blocks/StartFrom/StartFrom.d.ts +0 -12
- package/dist/blocks/Thumb/Thumb.d.ts +0 -35
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +0 -70
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +0 -44
- package/dist/blocks/UploadList/UploadList.d.ts +0 -39
- package/dist/blocks/UrlSource/UrlSource.d.ts +0 -14
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +0 -3
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +0 -2
- package/dist/cameraPlugin-weRKO7eG.js +0 -8
- package/dist/cloud-image-editor-hhbyNWLG.js +0 -11
- package/dist/cloud-image-editor.css +0 -1380
- package/dist/cloud-image-editor.layered.css +0 -1549
- package/dist/cloudImageEditorPlugin-FjUgbMK3.js +0 -8
- package/dist/core.d.ts +0 -42
- package/dist/en-8OWEmZim.js +0 -135
- package/dist/env-mM-ksNPq.js +0 -8
- package/dist/externalSourcesPlugin-CMBmLT8S.js +0 -8
- package/dist/imageShrinkPlugin-BN6loiP2.js +0 -8
- package/dist/index-base.css +0 -2497
- package/dist/index-base.layered.css +0 -2837
- package/dist/instagramPlugin-CXRm8MGL.js +0 -8
- package/dist/lit/BaseComponent.d.ts +0 -12
- package/dist/lit/Constructor.d.ts +0 -1
- package/dist/lit/CssDataMixin.d.ts +0 -7
- package/dist/lit/LightDomMixin.d.ts +0 -8
- package/dist/lit/LitActivityBlock.d.ts +0 -53
- package/dist/lit/LitBlock.d.ts +0 -83
- package/dist/lit/LitSolutionBlock.d.ts +0 -21
- package/dist/lit/LitUploaderBlock.d.ts +0 -53
- package/dist/lit/PubSubCompat.d.ts +0 -18
- package/dist/lit/RegisterableElementMixin.d.ts +0 -7
- package/dist/lit/SharedState.d.ts +0 -119
- package/dist/lit/SymbioteCompatMixin.d.ts +0 -40
- package/dist/lit/TestModeController.d.ts +0 -16
- package/dist/lit/Uid.d.ts +0 -3
- package/dist/lit/activity-constants.d.ts +0 -11
- package/dist/lit/createDebugPrinter.d.ts +0 -3
- package/dist/lit/findBlockInCtx.d.ts +0 -3
- package/dist/lit/getOutputData.d.ts +0 -2
- package/dist/lit/hasBlockInCtx.d.ts +0 -3
- package/dist/lit/l10n.d.ts +0 -5
- package/dist/lit/parseCssPropertyValue.d.ts +0 -1
- package/dist/lit/shared-instances.d.ts +0 -65
- package/dist/loadFileUploaderFrom-Bfz8L3VB.js +0 -28
- package/dist/plugins/cameraPlugin.d.ts +0 -2
- package/dist/plugins/cloudImageEditorPlugin.d.ts +0 -2
- package/dist/plugins/externalSourcesPlugin.d.ts +0 -2
- package/dist/plugins/imageShrinkPlugin.d.ts +0 -2
- package/dist/plugins/instagramPlugin.d.ts +0 -2
- package/dist/plugins/unsplashPlugin.d.ts +0 -16
- package/dist/plugins/urlSourcePlugin.d.ts +0 -2
- package/dist/plugins-CGUls7EV.js +0 -278
- package/dist/solutions/adaptive-image/index.d.ts +0 -2
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -11
- package/dist/solutions/cloud-image-editor/index.d.ts +0 -5
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -20
- package/dist/solutions/file-uploader/inline/index.d.ts +0 -1
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +0 -23
- package/dist/solutions/file-uploader/minimal/index.d.ts +0 -1
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +0 -17
- package/dist/solutions/file-uploader/regular/index.d.ts +0 -1
- package/dist/types/dom.d.ts +0 -1
- package/dist/types/events.d.ts +0 -4
- package/dist/types/exported.d.ts +0 -492
- package/dist/types/index.d.ts +0 -5
- package/dist/urlSourcePlugin-_WdbEhq2.js +0 -8
- package/dist/utils/UID.d.ts +0 -5
- package/dist/utils/UID.test.d.ts +0 -1
- package/dist/utils/UploadSource.d.ts +0 -37
- package/dist/utils/WindowHeightTracker.d.ts +0 -9
- package/dist/utils/abilities.d.ts +0 -1
- package/dist/utils/applyStyles.d.ts +0 -1
- package/dist/utils/browser-info.d.ts +0 -12
- package/dist/utils/browser-info.test.d.ts +0 -1
- package/dist/utils/cdn-utils.d.ts +0 -53
- package/dist/utils/cdn-utils.test.d.ts +0 -1
- package/dist/utils/comma-separated.d.ts +0 -2
- package/dist/utils/debounce.d.ts +0 -3
- package/dist/utils/delay.d.ts +0 -1
- package/dist/utils/fileTypes.d.ts +0 -11
- package/dist/utils/fileTypes.test.d.ts +0 -1
- package/dist/utils/get-top-level-origin.d.ts +0 -1
- package/dist/utils/get-top-level-origin.test.d.ts +0 -1
- package/dist/utils/getLocaleDirection.d.ts +0 -1
- package/dist/utils/getPluralForm.d.ts +0 -1
- package/dist/utils/getPluralForm.test.d.ts +0 -1
- package/dist/utils/isPromiseLike.d.ts +0 -1
- package/dist/utils/isPromiseLike.test.d.ts +0 -1
- package/dist/utils/isSecureTokenExpired.d.ts +0 -8
- package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/dist/utils/memoize.d.ts +0 -1
- package/dist/utils/memoize.test.d.ts +0 -1
- package/dist/utils/mixinClass.d.ts +0 -8
- package/dist/utils/parseCdnUrl.d.ts +0 -11
- package/dist/utils/parseCdnUrl.test.d.ts +0 -1
- package/dist/utils/parseShrink.d.ts +0 -7
- package/dist/utils/parseShrink.test.d.ts +0 -1
- package/dist/utils/preloadImage.d.ts +0 -10
- package/dist/utils/prettyBytes.d.ts +0 -11
- package/dist/utils/prettyBytes.test.d.ts +0 -1
- package/dist/utils/resizeImage.d.ts +0 -1
- package/dist/utils/stringToArray.d.ts +0 -1
- package/dist/utils/stringToArray.test.d.ts +0 -1
- package/dist/utils/template-utils.d.ts +0 -16
- package/dist/utils/template-utils.test.d.ts +0 -1
- package/dist/utils/throttle.d.ts +0 -3
- package/dist/utils/toKebabCase.d.ts +0 -2
- package/dist/utils/toKebabCase.test.d.ts +0 -1
- package/dist/utils/transparentPixelSrc.d.ts +0 -1
- package/dist/utils/uniqueArray.d.ts +0 -1
- package/dist/utils/uniqueArray.test.d.ts +0 -1
- package/dist/utils/userAgent.d.ts +0 -2
- package/dist/utils/validators/collection/index.d.ts +0 -2
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +0 -2
- package/dist/utils/validators/collection/validateMultiple.d.ts +0 -2
- package/dist/utils/validators/file/index.d.ts +0 -4
- package/dist/utils/validators/file/validateFileType.d.ts +0 -2
- package/dist/utils/validators/file/validateIsImage.d.ts +0 -2
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +0 -2
- package/dist/utils/validators/file/validateUploadError.d.ts +0 -2
- package/dist/utils/warnOnce.d.ts +0 -1
- package/dist/utils/wildcardRegexp.d.ts +0 -1
- package/dist/utils/wildcardRegexp.test.d.ts +0 -1
- package/dist/utils/withResolvers.d.ts +0 -5
- package/dist/utils/withResolvers.test.d.ts +0 -1
- package/web/ActivityHeader-BFdTdVfD.js +0 -9
- package/web/ActivityHeader-DQy6rII1.js +0 -9
- package/web/ActivityHeader-DvzMl0uj.js +0 -9
- package/web/ActivityHeader-i4x6_Fne.js +0 -9
- package/web/CameraSource-BAWIA4Wm.js +0 -508
- package/web/CameraSource-BqZCQcij.js +0 -11
- package/web/CameraSource-Brxr4tz4.js +0 -508
- package/web/CameraSource-BvBJ5Uzy.js +0 -508
- package/web/CameraSource-CkHzIE-h.js +0 -11
- package/web/CameraSource-D964yPLu.js +0 -508
- package/web/CameraSource-DE48Az-f.js +0 -11
- package/web/CameraSource-DyPebtRF.js +0 -478
- package/web/CameraSource-pj7Xo81m.js +0 -11
- package/web/CloudImageEditor-CTgUWB07.js +0 -2192
- package/web/CloudImageEditor-CxqV9Lwm.js +0 -2192
- package/web/CloudImageEditor-DoLWHpqV.js +0 -2192
- package/web/CloudImageEditor-Drywn265.js +0 -2192
- package/web/CloudImageEditor-MXcaDtMx.js +0 -2187
- package/web/CloudImageEditorActivity-BPzmfaJV.js +0 -85
- package/web/CloudImageEditorActivity-Br8pU5gd.js +0 -11
- package/web/CloudImageEditorActivity-Cw8b2CEz.js +0 -11
- package/web/CloudImageEditorActivity-Df1ySGq0.js +0 -86
- package/web/CloudImageEditorActivity-DinG5r0y.js +0 -11
- package/web/CloudImageEditorActivity-DmnLLINR.js +0 -85
- package/web/CloudImageEditorActivity-U90BGCek.js +0 -85
- package/web/CloudImageEditorActivity-dNLQZRZI.js +0 -11
- package/web/CloudImageEditorActivity-ur-hQ-6p.js +0 -85
- package/web/Config-8hlBNhvs.js +0 -455
- package/web/Config-BDZhPIyz.js +0 -455
- package/web/Config-CJVNrrjj.js +0 -455
- package/web/Config-DvkVtlQ7.js +0 -455
- package/web/ExternalSource-B9ycBFiD.js +0 -10
- package/web/ExternalSource-BE7HX47E.js +0 -250
- package/web/ExternalSource-BL5GSlol.js +0 -250
- package/web/ExternalSource-BXQY6Dlc.js +0 -10
- package/web/ExternalSource-BXxH3JCD.js +0 -250
- package/web/ExternalSource-BYSS-PPV.js +0 -245
- package/web/ExternalSource-C57a61QN.js +0 -10
- package/web/ExternalSource-CKfMtOgU.js +0 -250
- package/web/ExternalSource-DP6q8ylB.js +0 -10
- package/web/LitUploaderBlock-AX6jOdAS.js +0 -996
- package/web/LitUploaderBlock-BjAaoLl2.js +0 -996
- package/web/LitUploaderBlock-D8E5HuwH.js +0 -996
- package/web/LitUploaderBlock-Dl3ce0Tc.js +0 -996
- package/web/LitUploaderBlock-Oi33U0uf.js +0 -996
- package/web/UrlSource-B9SX3K0L.js +0 -10
- package/web/UrlSource-C3zB1rCb.js +0 -70
- package/web/UrlSource-C7bEU6Xv.js +0 -10
- package/web/UrlSource-CE389CBz.js +0 -70
- package/web/UrlSource-CnvAJ58Y.js +0 -10
- package/web/UrlSource-CqF0h6B-.js +0 -10
- package/web/UrlSource-D-971Nut.js +0 -70
- package/web/UrlSource-DhI3YCt5.js +0 -70
- package/web/UrlSource-hWV7jtB2.js +0 -70
- package/web/abstract/CTX.d.ts +0 -40
- package/web/abstract/TypedCollection.d.ts +0 -47
- package/web/abstract/TypedCollection.test.d.ts +0 -1
- package/web/abstract/TypedData.d.ts +0 -12
- package/web/abstract/TypedData.test.d.ts +0 -1
- package/web/abstract/UploaderPublicApi.d.ts +0 -41
- package/web/abstract/buildOutputCollectionState.d.ts +0 -3
- package/web/abstract/customConfigOptions.d.ts +0 -65
- package/web/abstract/defineComponents.d.ts +0 -1
- package/web/abstract/features/ClipboardLayer.d.ts +0 -12
- package/web/abstract/loadFileUploaderFrom.d.ts +0 -13
- package/web/abstract/localeRegistry.d.ts +0 -5
- package/web/abstract/managers/LocaleManager.d.ts +0 -10
- package/web/abstract/managers/ModalManager.d.ts +0 -53
- package/web/abstract/managers/SecureUploadsManager.d.ts +0 -7
- package/web/abstract/managers/TelemetryManager.d.ts +0 -41
- package/web/abstract/managers/ValidationManager.d.ts +0 -34
- package/web/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/web/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/web/abstract/managers/a11y.d.ts +0 -9
- package/web/abstract/managers/plugin/PluginManager.d.ts +0 -25
- package/web/abstract/managers/plugin/PluginTypes.d.ts +0 -146
- package/web/abstract/managers/plugin/index.d.ts +0 -2
- package/web/abstract/sharedConfigKey.d.ts +0 -2
- package/web/abstract/uploadEntrySchema.d.ts +0 -34
- package/web/blocks/ActivityHeader/ActivityHeader.d.ts +0 -8
- package/web/blocks/CameraSource/CameraSource.d.ts +0 -121
- package/web/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/web/blocks/CameraSource/calcCameraModes.d.ts +0 -5
- package/web/blocks/CameraSource/constants.d.ts +0 -15
- package/web/blocks/CloudImageEditor/index.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +0 -60
- package/web/blocks/CloudImageEditor/src/CropFrame.d.ts +0 -56
- package/web/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +0 -24
- package/web/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +0 -14
- package/web/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +0 -13
- package/web/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +0 -35
- package/web/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +0 -56
- package/web/blocks/CloudImageEditor/src/EditorImageFader.d.ts +0 -63
- package/web/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/EditorScroller.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/EditorSlider.d.ts +0 -33
- package/web/blocks/CloudImageEditor/src/EditorToolbar.d.ts +0 -68
- package/web/blocks/CloudImageEditor/src/crop-utils.d.ts +0 -36
- package/web/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/cropper-constants.d.ts +0 -10
- package/web/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +0 -31
- package/web/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +0 -19
- package/web/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +0 -27
- package/web/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +0 -38
- package/web/blocks/CloudImageEditor/src/index.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/lib/classNames.d.ts +0 -5
- package/web/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/linspace.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +0 -4
- package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/lib/pick.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +0 -7
- package/web/blocks/CloudImageEditor/src/state.d.ts +0 -20
- package/web/blocks/CloudImageEditor/src/svg-sprite.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -61
- package/web/blocks/CloudImageEditor/src/types.d.ts +0 -60
- package/web/blocks/CloudImageEditor/src/util.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -7
- package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/web/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +0 -25
- package/web/blocks/Config/Config.d.ts +0 -60
- package/web/blocks/Config/assertions.d.ts +0 -5
- package/web/blocks/Config/computed-properties.d.ts +0 -24
- package/web/blocks/Config/computed-properties.test.d.ts +0 -1
- package/web/blocks/Config/initialConfig.d.ts +0 -6
- package/web/blocks/Config/normalizeConfigValue.d.ts +0 -2
- package/web/blocks/Config/validatorsType.d.ts +0 -18
- package/web/blocks/Copyright/Copyright.d.ts +0 -10
- package/web/blocks/DropArea/DropArea.d.ts +0 -47
- package/web/blocks/DropArea/addDropzone.d.ts +0 -17
- package/web/blocks/DropArea/getDropItems.d.ts +0 -12
- package/web/blocks/ExternalSource/ExternalSource.d.ts +0 -45
- package/web/blocks/ExternalSource/MessageBridge.d.ts +0 -11
- package/web/blocks/ExternalSource/buildThemeDefinition.d.ts +0 -4
- package/web/blocks/ExternalSource/query-string.d.ts +0 -1
- package/web/blocks/ExternalSource/types.d.ts +0 -105
- package/web/blocks/FileItem/FileItem.d.ts +0 -50
- package/web/blocks/FileItem/FileItemConfig.d.ts +0 -10
- package/web/blocks/FormInput/FormInput.d.ts +0 -18
- package/web/blocks/Icon/Icon.d.ts +0 -19
- package/web/blocks/Img/Img.d.ts +0 -14
- package/web/blocks/Img/ImgBase.d.ts +0 -29
- package/web/blocks/Img/ImgConfig.d.ts +0 -28
- package/web/blocks/Img/configurations.d.ts +0 -11
- package/web/blocks/Img/props-map.d.ts +0 -28
- package/web/blocks/Img/utils/parseObjectToString.d.ts +0 -2
- package/web/blocks/Modal/Modal.d.ts +0 -34
- package/web/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +0 -32
- package/web/blocks/PluginActivityRenderer/index.d.ts +0 -1
- package/web/blocks/ProgressBar/ProgressBar.d.ts +0 -21
- package/web/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +0 -17
- package/web/blocks/Select/Select.d.ts +0 -18
- package/web/blocks/SimpleBtn/SimpleBtn.d.ts +0 -15
- package/web/blocks/SourceBtn/SourceBtn.d.ts +0 -23
- package/web/blocks/SourceList/SourceList.d.ts +0 -24
- package/web/blocks/Spinner/Spinner.d.ts +0 -9
- package/web/blocks/StartFrom/StartFrom.d.ts +0 -12
- package/web/blocks/Thumb/Thumb.d.ts +0 -35
- package/web/blocks/UploadCtxProvider/EventEmitter.d.ts +0 -70
- package/web/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +0 -44
- package/web/blocks/UploadList/UploadList.d.ts +0 -39
- package/web/blocks/UrlSource/UrlSource.d.ts +0 -14
- package/web/blocks/svg-backgrounds/svg-backgrounds.d.ts +0 -3
- package/web/blocks/themes/uc-basic/svg-sprite.d.ts +0 -2
- package/web/cameraPlugin-DeedXMWV.js +0 -8
- package/web/cameraPlugin-Duy1QwjB.js +0 -8
- package/web/cameraPlugin-QS9SUOtO.js +0 -8
- package/web/cameraPlugin-bq8ggY04.js +0 -8
- package/web/cameraPlugin-cel9YgP_.js +0 -8
- package/web/cloud-image-editor-8DrVRZ7E.js +0 -12
- package/web/cloud-image-editor-BX50EK1U.js +0 -12
- package/web/cloud-image-editor-DSW3oWq-.js +0 -12
- package/web/cloud-image-editor-DuI2Lx4M.js +0 -12
- package/web/cloudImageEditorPlugin-5my6aD36.js +0 -8
- package/web/cloudImageEditorPlugin-Bk19DmJv.js +0 -8
- package/web/cloudImageEditorPlugin-CcdnmtBW.js +0 -8
- package/web/cloudImageEditorPlugin-DQJmDl03.js +0 -8
- package/web/cloudImageEditorPlugin-kojghfqw.js +0 -8
- package/web/constants-BCfCF0cJ.js +0 -4025
- package/web/core.d.ts +0 -42
- package/web/env.d.ts +0 -2
- package/web/externalSourcesPlugin-BTeRm5C0.js +0 -8
- package/web/externalSourcesPlugin-BXgVeojg.js +0 -8
- package/web/externalSourcesPlugin-BgLpuIK9.js +0 -8
- package/web/externalSourcesPlugin-DMc9zs4T.js +0 -8
- package/web/externalSourcesPlugin-Dm9vnTBv.js +0 -8
- package/web/imageShrinkPlugin-BdHgEGZH.js +0 -8
- package/web/imageShrinkPlugin-BjkMGfvT.js +0 -8
- package/web/imageShrinkPlugin-CCkGHL2w.js +0 -8
- package/web/imageShrinkPlugin-D4WjaRGo.js +0 -8
- package/web/imageShrinkPlugin-DqYGutVx.js +0 -8
- package/web/index.d.ts +0 -42
- package/web/instagramPlugin-BTMz0K2a.js +0 -8
- package/web/instagramPlugin-BbIKgTH7.js +0 -8
- package/web/instagramPlugin-CQQhsEJa.js +0 -8
- package/web/instagramPlugin-Cm7lWKae.js +0 -8
- package/web/instagramPlugin-DcclxM_d.js +0 -8
- package/web/lit/BaseComponent.d.ts +0 -12
- package/web/lit/Constructor.d.ts +0 -1
- package/web/lit/CssDataMixin.d.ts +0 -7
- package/web/lit/LightDomMixin.d.ts +0 -8
- package/web/lit/LitActivityBlock.d.ts +0 -53
- package/web/lit/LitBlock.d.ts +0 -83
- package/web/lit/LitSolutionBlock.d.ts +0 -21
- package/web/lit/LitUploaderBlock.d.ts +0 -53
- package/web/lit/PubSubCompat.d.ts +0 -18
- package/web/lit/RegisterableElementMixin.d.ts +0 -7
- package/web/lit/SharedState.d.ts +0 -119
- package/web/lit/SymbioteCompatMixin.d.ts +0 -40
- package/web/lit/TestModeController.d.ts +0 -16
- package/web/lit/Uid.d.ts +0 -3
- package/web/lit/activity-constants.d.ts +0 -11
- package/web/lit/createDebugPrinter.d.ts +0 -3
- package/web/lit/findBlockInCtx.d.ts +0 -3
- package/web/lit/getOutputData.d.ts +0 -2
- package/web/lit/hasBlockInCtx.d.ts +0 -3
- package/web/lit/l10n.d.ts +0 -5
- package/web/lit/parseCssPropertyValue.d.ts +0 -1
- package/web/lit/shared-instances.d.ts +0 -65
- package/web/locales/file-uploader/ar.d.ts +0 -137
- package/web/locales/file-uploader/az.d.ts +0 -129
- package/web/locales/file-uploader/ca.d.ts +0 -131
- package/web/locales/file-uploader/cs.d.ts +0 -133
- package/web/locales/file-uploader/da.d.ts +0 -129
- package/web/locales/file-uploader/de.d.ts +0 -129
- package/web/locales/file-uploader/el.d.ts +0 -129
- package/web/locales/file-uploader/en.d.ts +0 -129
- package/web/locales/file-uploader/es.d.ts +0 -131
- package/web/locales/file-uploader/et.d.ts +0 -129
- package/web/locales/file-uploader/fi.d.ts +0 -129
- package/web/locales/file-uploader/fr.d.ts +0 -131
- package/web/locales/file-uploader/he.d.ts +0 -131
- package/web/locales/file-uploader/hy.d.ts +0 -129
- package/web/locales/file-uploader/is.d.ts +0 -129
- package/web/locales/file-uploader/it.d.ts +0 -131
- package/web/locales/file-uploader/ja.d.ts +0 -129
- package/web/locales/file-uploader/ka.d.ts +0 -129
- package/web/locales/file-uploader/kk.d.ts +0 -129
- package/web/locales/file-uploader/ko.d.ts +0 -129
- package/web/locales/file-uploader/lv.d.ts +0 -131
- package/web/locales/file-uploader/nb.d.ts +0 -129
- package/web/locales/file-uploader/nl.d.ts +0 -129
- package/web/locales/file-uploader/pl.d.ts +0 -133
- package/web/locales/file-uploader/pt.d.ts +0 -131
- package/web/locales/file-uploader/ro.d.ts +0 -131
- package/web/locales/file-uploader/ru.d.ts +0 -133
- package/web/locales/file-uploader/sk.d.ts +0 -133
- package/web/locales/file-uploader/sr.d.ts +0 -131
- package/web/locales/file-uploader/sv.d.ts +0 -129
- package/web/locales/file-uploader/tr.d.ts +0 -129
- package/web/locales/file-uploader/uk.d.ts +0 -133
- package/web/locales/file-uploader/vi.d.ts +0 -129
- package/web/locales/file-uploader/zh-TW.d.ts +0 -129
- package/web/locales/file-uploader/zh.d.ts +0 -129
- package/web/plugins/cameraPlugin.d.ts +0 -2
- package/web/plugins/cloudImageEditorPlugin.d.ts +0 -2
- package/web/plugins/externalSourcesPlugin.d.ts +0 -2
- package/web/plugins/imageShrinkPlugin.d.ts +0 -2
- package/web/plugins/instagramPlugin.d.ts +0 -2
- package/web/plugins/unsplashPlugin.d.ts +0 -16
- package/web/plugins/urlSourcePlugin.d.ts +0 -2
- package/web/plugins-Bt7FXHKx.js +0 -562
- package/web/plugins-CaaolyMk.js +0 -562
- package/web/plugins-Cjgw5oWg.js +0 -562
- package/web/plugins-CzNtrVQB.js +0 -562
- package/web/plugins-DS0hIs2V.js +0 -563
- package/web/ref-BOnG19ns.js +0 -4040
- package/web/ref-BejJFG7m.js +0 -4040
- package/web/ref-DcRg7zo9.js +0 -4040
- package/web/ref-ZWPcLQB9.js +0 -4040
- package/web/solutions/adaptive-image/index.d.ts +0 -2
- package/web/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -11
- package/web/solutions/cloud-image-editor/index.d.ts +0 -5
- package/web/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -20
- package/web/solutions/file-uploader/inline/index.d.ts +0 -1
- package/web/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +0 -23
- package/web/solutions/file-uploader/minimal/index.d.ts +0 -1
- package/web/solutions/file-uploader/regular/FileUploaderRegular.d.ts +0 -17
- package/web/solutions/file-uploader/regular/index.d.ts +0 -1
- package/web/style-map-BmZdux7T.js +0 -37
- package/web/style-map-CZ6fSV6e.js +0 -37
- package/web/style-map-Dk7mLCrB.js +0 -37
- package/web/style-map-HkHnu9oA.js +0 -37
- package/web/style-map-tw1yUEaj.js +0 -37
- package/web/types/dom.d.ts +0 -1
- package/web/types/events.d.ts +0 -4
- package/web/types/exported.d.ts +0 -492
- package/web/types/index.d.ts +0 -5
- package/web/urlSourcePlugin-9lhcr02f.js +0 -8
- package/web/urlSourcePlugin-C-sLGhGb.js +0 -8
- package/web/urlSourcePlugin-DNXDpnRD.js +0 -8
- package/web/urlSourcePlugin-JnD0cnxb.js +0 -8
- package/web/urlSourcePlugin-hcMU2K6T.js +0 -8
- package/web/utils/UID.d.ts +0 -5
- package/web/utils/UID.test.d.ts +0 -1
- package/web/utils/UploadSource.d.ts +0 -37
- package/web/utils/WindowHeightTracker.d.ts +0 -9
- package/web/utils/abilities.d.ts +0 -1
- package/web/utils/applyStyles.d.ts +0 -1
- package/web/utils/browser-info.d.ts +0 -12
- package/web/utils/browser-info.test.d.ts +0 -1
- package/web/utils/cdn-utils.d.ts +0 -53
- package/web/utils/cdn-utils.test.d.ts +0 -1
- package/web/utils/comma-separated.d.ts +0 -2
- package/web/utils/debounce.d.ts +0 -3
- package/web/utils/delay.d.ts +0 -1
- package/web/utils/fileTypes.d.ts +0 -11
- package/web/utils/fileTypes.test.d.ts +0 -1
- package/web/utils/get-top-level-origin.d.ts +0 -1
- package/web/utils/get-top-level-origin.test.d.ts +0 -1
- package/web/utils/getLocaleDirection.d.ts +0 -1
- package/web/utils/getPluralForm.d.ts +0 -1
- package/web/utils/getPluralForm.test.d.ts +0 -1
- package/web/utils/isPromiseLike.d.ts +0 -1
- package/web/utils/isPromiseLike.test.d.ts +0 -1
- package/web/utils/isSecureTokenExpired.d.ts +0 -8
- package/web/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/web/utils/memoize.d.ts +0 -1
- package/web/utils/memoize.test.d.ts +0 -1
- package/web/utils/mixinClass.d.ts +0 -8
- package/web/utils/parseCdnUrl.d.ts +0 -11
- package/web/utils/parseCdnUrl.test.d.ts +0 -1
- package/web/utils/parseShrink.d.ts +0 -7
- package/web/utils/parseShrink.test.d.ts +0 -1
- package/web/utils/preloadImage.d.ts +0 -10
- package/web/utils/prettyBytes.d.ts +0 -11
- package/web/utils/prettyBytes.test.d.ts +0 -1
- package/web/utils/resizeImage.d.ts +0 -1
- package/web/utils/stringToArray.d.ts +0 -1
- package/web/utils/stringToArray.test.d.ts +0 -1
- package/web/utils/template-utils.d.ts +0 -16
- package/web/utils/template-utils.test.d.ts +0 -1
- package/web/utils/throttle.d.ts +0 -3
- package/web/utils/toKebabCase.d.ts +0 -2
- package/web/utils/toKebabCase.test.d.ts +0 -1
- package/web/utils/transparentPixelSrc.d.ts +0 -1
- package/web/utils/uniqueArray.d.ts +0 -1
- package/web/utils/uniqueArray.test.d.ts +0 -1
- package/web/utils/userAgent.d.ts +0 -2
- package/web/utils/validators/collection/index.d.ts +0 -2
- package/web/utils/validators/collection/validateCollectionUploadError.d.ts +0 -2
- package/web/utils/validators/collection/validateMultiple.d.ts +0 -2
- package/web/utils/validators/file/index.d.ts +0 -4
- package/web/utils/validators/file/validateFileType.d.ts +0 -2
- package/web/utils/validators/file/validateIsImage.d.ts +0 -2
- package/web/utils/validators/file/validateMaxSizeLimit.d.ts +0 -2
- package/web/utils/validators/file/validateUploadError.d.ts +0 -2
- package/web/utils/warnOnce.d.ts +0 -1
- package/web/utils/wildcardRegexp.d.ts +0 -1
- package/web/utils/wildcardRegexp.test.d.ts +0 -1
- package/web/utils/withResolvers.d.ts +0 -5
- package/web/utils/withResolvers.test.d.ts +0 -1
|
@@ -1,139 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-
|
|
6
|
-
*/
|
|
7
|
-
var
|
|
8
|
-
"locale-id": "pl",
|
|
9
|
-
"social-source-lang": "pl",
|
|
10
|
-
"upload-file": "Prześlij plik",
|
|
11
|
-
"upload-files": "Prześlij pliki",
|
|
12
|
-
"choose-file": "Wybierz plik",
|
|
13
|
-
"choose-files": "Wybierz pliki",
|
|
14
|
-
"drop-files-here": "Upuść pliki tutaj",
|
|
15
|
-
"select-file-source": "Wybierz źródło pliku",
|
|
16
|
-
selected: "Wybrane",
|
|
17
|
-
upload: "Prześlij",
|
|
18
|
-
"add-more": "Dodaj więcej",
|
|
19
|
-
cancel: "Anuluj",
|
|
20
|
-
"start-from-cancel": "Anuluj",
|
|
21
|
-
clear: "Wyczyść",
|
|
22
|
-
"camera-shot": "Zdjęcie",
|
|
23
|
-
"upload-url": "Importuj",
|
|
24
|
-
"upload-url-placeholder": "Wklej link tutaj",
|
|
25
|
-
"edit-image": "Edytuj obraz",
|
|
26
|
-
"edit-detail": "Szczegóły",
|
|
27
|
-
back: "Wstecz",
|
|
28
|
-
done: "Gotowe",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Usuń",
|
|
31
|
-
no: "Nie",
|
|
32
|
-
yes: "Tak",
|
|
33
|
-
"confirm-your-action": "Potwierdź swoją akcję",
|
|
34
|
-
"are-you-sure": "Jesteś pewny?",
|
|
35
|
-
"selected-count": "Wybrano:",
|
|
36
|
-
"upload-error": "Błąd przesyłania",
|
|
37
|
-
"validation-error": "Błąd walidacji",
|
|
38
|
-
"no-files": "Nie wybrano plików",
|
|
39
|
-
browse: "Przeglądaj",
|
|
40
|
-
"not-uploaded-yet": "Jeszcze nie przesłano...",
|
|
41
|
-
file__one: "plik",
|
|
42
|
-
file__few: "pliki",
|
|
43
|
-
file__many: "plików",
|
|
44
|
-
file__other: "plików",
|
|
45
|
-
error__one: "błąd",
|
|
46
|
-
error__few: "błędy",
|
|
47
|
-
error__many: "błędów",
|
|
48
|
-
error__other: "błędów",
|
|
49
|
-
"header-uploading": "Przesyłanie {{count}} {{plural:file(count)}}",
|
|
50
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
51
|
-
"header-succeed": "{{count}} {{plural:file(count)}} przesłane",
|
|
52
|
-
"header-total": "{{count}} {{plural:file(count)}} wybrane",
|
|
53
|
-
"src-type-local": "Z urządzenia",
|
|
54
|
-
"src-type-from-url": "Z linku",
|
|
55
|
-
"src-type-camera": "Aparat",
|
|
56
|
-
"src-type-facebook": "Facebook",
|
|
57
|
-
"src-type-dropbox": "Dropbox",
|
|
58
|
-
"src-type-gdrive": "Google Drive",
|
|
59
|
-
"src-type-ngdrive": "Google Drive",
|
|
60
|
-
"src-type-gphotos": "Google Photos",
|
|
61
|
-
"src-type-flickr": "Flickr",
|
|
62
|
-
"src-type-vk": "VK",
|
|
63
|
-
"src-type-evernote": "Evernote",
|
|
64
|
-
"src-type-box": "Box",
|
|
65
|
-
"src-type-onedrive": "OneDrive",
|
|
66
|
-
"src-type-huddle": "Huddle",
|
|
67
|
-
"src-type-other": "Inne",
|
|
68
|
-
"src-type-mobile-video-camera": "Wideo",
|
|
69
|
-
"src-type-mobile-photo-camera": "Zdjęcie",
|
|
70
|
-
"caption-from-url": "Import z linku",
|
|
71
|
-
"caption-camera": "Aparat",
|
|
72
|
-
"caption-edit-file": "Edytuj plik",
|
|
73
|
-
"file-no-name": "Bez nazwy...",
|
|
74
|
-
"toggle-fullscreen": "Pełny ekran",
|
|
75
|
-
"toggle-guides": "Przełącz przewodniki",
|
|
76
|
-
rotate: "Obróć",
|
|
77
|
-
"flip-vertical": "Odwróć w pionie",
|
|
78
|
-
"flip-horizontal": "Odwróć w poziomie",
|
|
79
|
-
apply: "Zastosuj",
|
|
80
|
-
brightness: "Jasność",
|
|
81
|
-
contrast: "Kontrast",
|
|
82
|
-
saturation: "Nasycenie",
|
|
83
|
-
exposure: "Ekspozycja",
|
|
84
|
-
gamma: "Gamma",
|
|
85
|
-
vibrance: "Wibracja",
|
|
86
|
-
warmth: "Ciepło",
|
|
87
|
-
enhance: "Popraw",
|
|
88
|
-
original: "Oryginalny",
|
|
89
|
-
resize: "Zmień rozmiar obrazu",
|
|
90
|
-
crop: "Przytnij",
|
|
91
|
-
"select-color": "Wybierz kolor",
|
|
92
|
-
text: "Tekst",
|
|
93
|
-
draw: "Rysuj",
|
|
94
|
-
"cancel-edit": "Anuluj edycję",
|
|
95
|
-
"tab-view": "Podgląd",
|
|
96
|
-
"tab-details": "Szczegóły",
|
|
97
|
-
"file-name": "Nazwa",
|
|
98
|
-
"file-size": "Rozmiar",
|
|
99
|
-
"cdn-url": "URL CDN",
|
|
100
|
-
"file-size-unknown": "Nieznany",
|
|
101
|
-
"camera-permissions-denied": "Dostęp do kamery został zabroniony",
|
|
102
|
-
"camera-permissions-prompt": "Proszę zezwolić na dostęp do kamery",
|
|
103
|
-
"camera-permissions-request": "Zażądaj dostępu",
|
|
104
|
-
"files-count-limit-error-title": "Przekroczono limit liczby plików",
|
|
105
|
-
"files-count-limit-error-too-few": "Wybrałeś {{total}} {{plural:file(total)}}. Wymagane jest co najmniej {{min}} {{plural:file(min)}}.",
|
|
106
|
-
"files-count-limit-error-too-many": "Wybrałeś za dużo plików. Maksymalnie {{max}} {{plural:file(max)}}.",
|
|
107
|
-
"files-max-size-limit-error": "Plik jest za duży. Maksymalny rozmiar pliku to {{maxFileSize}}.",
|
|
108
|
-
"has-validation-errors": "Wystąpił błąd walidacji pliku. Proszę, sprawdź swoje pliki przed przesłaniem.",
|
|
109
|
-
"images-only-accepted": "Akceptowane są tylko pliki obrazów.",
|
|
110
|
-
"file-type-not-allowed": "Przesyłanie tego typu plików jest niedozwolone.",
|
|
111
|
-
"some-files-were-not-uploaded": "Niektóre pliki nie zostały przesłane.",
|
|
112
|
-
"file-item-edit-button": "Edytuj",
|
|
113
|
-
"file-item-remove-button": "Usuń",
|
|
114
|
-
"a11y-activity-header-button-close": "Zamknij",
|
|
115
|
-
"a11y-editor-tab-filters": "Filtry",
|
|
116
|
-
"a11y-editor-tab-tuning": "Dostrajanie",
|
|
117
|
-
"a11y-editor-tab-crop": "Przytnij",
|
|
118
|
-
flip: "Obróć",
|
|
119
|
-
mirror: "Lustro",
|
|
120
|
-
"a11y-cloud-editor-apply-filter": "Zastosuj filtr {{name}}",
|
|
121
|
-
"a11y-cloud-editor-apply-crop": "Zastosuj operację {{name}}",
|
|
122
|
-
"a11y-cloud-editor-apply-tuning": "Zastosuj dostrajanie {{name}}",
|
|
123
|
-
finished: "Zakończono",
|
|
124
|
-
failed: "Nie powiodło się",
|
|
125
|
-
uploading: "Przesyłanie",
|
|
126
|
-
idle: "Bezczynny",
|
|
127
|
-
"a11y-file-item-status": "Plik {{fileName}} ma status {{status}}",
|
|
128
|
-
"select-all": "Zaznacz wszystko",
|
|
129
|
-
"deselect-all": "Odznacz wszystko",
|
|
130
|
-
"waiting-for": "Oczekiwanie na {{source}}",
|
|
131
|
-
"queued-uploading": "W kolejce do przesłania",
|
|
132
|
-
"queued-validation": "W kolejce do walidacji",
|
|
133
|
-
validation: "Walidacja w toku",
|
|
134
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Zastosuj operację {{name}} {{value}}",
|
|
135
|
-
"crop-to-shape": "Przytnij do {{value}}",
|
|
136
|
-
custom: "Forma swobodna",
|
|
137
|
-
"freeform-crop": "Swobodne kadrowanie"
|
|
138
|
-
};
|
|
139
|
-
export { pl_default as default };
|
|
2
|
+
* @license
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.28.0-alpha.666 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-03-12T12:25:56.546Z
|
|
6
|
+
*/
|
|
7
|
+
var e={"locale-id":"pl","social-source-lang":"pl","upload-file":"Prze\u015Blij plik","upload-files":"Prze\u015Blij pliki","choose-file":"Wybierz plik","choose-files":"Wybierz pliki","drop-files-here":"Upu\u015B\u0107 pliki tutaj","select-file-source":"Wybierz \u017Ar\xF3d\u0142o pliku",selected:"Wybrane",upload:"Prze\u015Blij","add-more":"Dodaj wi\u0119cej",cancel:"Anuluj","start-from-cancel":"Anuluj",clear:"Wyczy\u015B\u0107","camera-shot":"Zdj\u0119cie","upload-url":"Importuj","upload-url-placeholder":"Wklej link tutaj","edit-image":"Edytuj obraz","edit-detail":"Szczeg\xF3\u0142y",back:"Wstecz",done:"Gotowe",ok:"Ok","remove-from-list":"Usu\u0144",no:"Nie",yes:"Tak","confirm-your-action":"Potwierd\u017A swoj\u0105 akcj\u0119","are-you-sure":"Jeste\u015B pewny?","selected-count":"Wybrano:","upload-error":"B\u0142\u0105d przesy\u0142ania","validation-error":"B\u0142\u0105d walidacji","no-files":"Nie wybrano plik\xF3w",browse:"Przegl\u0105daj","not-uploaded-yet":"Jeszcze nie przes\u0142ano...",file__one:"plik",file__few:"pliki",file__many:"plik\xF3w",file__other:"plik\xF3w",error__one:"b\u0142\u0105d",error__few:"b\u0142\u0119dy",error__many:"b\u0142\u0119d\xF3w",error__other:"b\u0142\u0119d\xF3w","header-uploading":"Przesy\u0142anie {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} przes\u0142ane","header-total":"{{count}} {{plural:file(count)}} wybrane","src-type-local":"Z urz\u0105dzenia","src-type-from-url":"Z linku","src-type-camera":"Aparat","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Inne","src-type-mobile-video-camera":"Wideo","src-type-mobile-photo-camera":"Zdj\u0119cie","caption-from-url":"Import z linku","caption-camera":"Aparat","caption-edit-file":"Edytuj plik","file-no-name":"Bez nazwy...","toggle-fullscreen":"Pe\u0142ny ekran","toggle-guides":"Prze\u0142\u0105cz przewodniki",rotate:"Obr\xF3\u0107","flip-vertical":"Odwr\xF3\u0107 w pionie","flip-horizontal":"Odwr\xF3\u0107 w poziomie",apply:"Zastosuj",brightness:"Jasno\u015B\u0107",contrast:"Kontrast",saturation:"Nasycenie",exposure:"Ekspozycja",gamma:"Gamma",vibrance:"Wibracja",warmth:"Ciep\u0142o",enhance:"Popraw",original:"Oryginalny",resize:"Zmie\u0144 rozmiar obrazu",crop:"Przytnij","select-color":"Wybierz kolor",text:"Tekst",draw:"Rysuj","cancel-edit":"Anuluj edycj\u0119","tab-view":"Podgl\u0105d","tab-details":"Szczeg\xF3\u0142y","file-name":"Nazwa","file-size":"Rozmiar","cdn-url":"URL CDN","file-size-unknown":"Nieznany","camera-permissions-denied":"Dost\u0119p do kamery zosta\u0142 zabroniony","camera-permissions-prompt":"Prosz\u0119 zezwoli\u0107 na dost\u0119p do kamery","camera-permissions-request":"Za\u017C\u0105daj dost\u0119pu","files-count-limit-error-title":"Przekroczono limit liczby plik\xF3w","files-count-limit-error-too-few":"Wybra\u0142e\u015B {{total}} {{plural:file(total)}}. Wymagane jest co najmniej {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Wybra\u0142e\u015B za du\u017Co plik\xF3w. Maksymalnie {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Plik jest za du\u017Cy. Maksymalny rozmiar pliku to {{maxFileSize}}.","has-validation-errors":"Wyst\u0105pi\u0142 b\u0142\u0105d walidacji pliku. Prosz\u0119, sprawd\u017A swoje pliki przed przes\u0142aniem.","images-only-accepted":"Akceptowane s\u0105 tylko pliki obraz\xF3w.","file-type-not-allowed":"Przesy\u0142anie tego typu plik\xF3w jest niedozwolone.","some-files-were-not-uploaded":"Niekt\xF3re pliki nie zosta\u0142y przes\u0142ane.","file-item-edit-button":"Edytuj","file-item-remove-button":"Usu\u0144","a11y-activity-header-button-close":"Zamknij","a11y-editor-tab-filters":"Filtry","a11y-editor-tab-tuning":"Dostrajanie","a11y-editor-tab-crop":"Przytnij",flip:"Obr\xF3\u0107",mirror:"Lustro","a11y-cloud-editor-apply-filter":"Zastosuj filtr {{name}}","a11y-cloud-editor-apply-crop":"Zastosuj operacj\u0119 {{name}}","a11y-cloud-editor-apply-tuning":"Zastosuj dostrajanie {{name}}",finished:"Zako\u0144czono",failed:"Nie powiod\u0142o si\u0119",uploading:"Przesy\u0142anie",idle:"Bezczynny","a11y-file-item-status":"Plik {{fileName}} ma status {{status}}","select-all":"Zaznacz wszystko","deselect-all":"Odznacz wszystko","waiting-for":"Oczekiwanie na {{source}}","queued-uploading":"W kolejce do przes\u0142ania","queued-validation":"W kolejce do walidacji",validation:"Walidacja w toku","a11y-cloud-editor-apply-aspect-ratio":"Zastosuj operacj\u0119 {{name}} {{value}}","crop-to-shape":"Przytnij do {{value}}",custom:"Forma swobodna","freeform-crop":"Swobodne kadrowanie"};export{e as default};
|
|
@@ -1,137 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-
|
|
6
|
-
*/
|
|
7
|
-
var
|
|
8
|
-
"locale-id": "pt",
|
|
9
|
-
"social-source-lang": "pt",
|
|
10
|
-
"upload-file": "Carregar arquivo",
|
|
11
|
-
"upload-files": "Carregar arquivos",
|
|
12
|
-
"choose-file": "Escolher arquivo",
|
|
13
|
-
"choose-files": "Escolher arquivos",
|
|
14
|
-
"drop-files-here": "Solte os arquivos aqui",
|
|
15
|
-
"select-file-source": "Selecionar origem do arquivo",
|
|
16
|
-
selected: "Selecionado",
|
|
17
|
-
upload: "Carregar",
|
|
18
|
-
"add-more": "Adicionar mais",
|
|
19
|
-
cancel: "Cancelar",
|
|
20
|
-
"start-from-cancel": "Cancelar",
|
|
21
|
-
clear: "Limpar",
|
|
22
|
-
"camera-shot": "Tirar foto",
|
|
23
|
-
"upload-url": "Importar",
|
|
24
|
-
"upload-url-placeholder": "Cole o link aqui",
|
|
25
|
-
"edit-image": "Editar imagem",
|
|
26
|
-
"edit-detail": "Detalhes",
|
|
27
|
-
back: "Voltar",
|
|
28
|
-
done: "Concluído",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Remover",
|
|
31
|
-
no: "Não",
|
|
32
|
-
yes: "Sim",
|
|
33
|
-
"confirm-your-action": "Confirmar sua ação",
|
|
34
|
-
"are-you-sure": "Tem certeza?",
|
|
35
|
-
"selected-count": "Selecionados:",
|
|
36
|
-
"upload-error": "Erro no upload",
|
|
37
|
-
"validation-error": "Erro de validação",
|
|
38
|
-
"no-files": "Nenhum arquivo selecionado",
|
|
39
|
-
browse: "Procurar",
|
|
40
|
-
"not-uploaded-yet": "Ainda não carregado...",
|
|
41
|
-
file__one: "arquivo",
|
|
42
|
-
file__many: "arquivos",
|
|
43
|
-
file__other: "arquivos",
|
|
44
|
-
error__one: "erro",
|
|
45
|
-
error__many: "erros",
|
|
46
|
-
error__other: "erros",
|
|
47
|
-
"header-uploading": "Carregando {{count}} {{plural:file(count)}}",
|
|
48
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
49
|
-
"header-succeed": "{{count}} {{plural:file(count)}} carregado",
|
|
50
|
-
"header-total": "{{count}} {{plural:file(count)}} selecionado",
|
|
51
|
-
"src-type-local": "Do dispositivo",
|
|
52
|
-
"src-type-from-url": "Do link",
|
|
53
|
-
"src-type-camera": "Câmera",
|
|
54
|
-
"src-type-facebook": "Facebook",
|
|
55
|
-
"src-type-dropbox": "Dropbox",
|
|
56
|
-
"src-type-gdrive": "Google Drive",
|
|
57
|
-
"src-type-ngdrive": "Google Drive",
|
|
58
|
-
"src-type-gphotos": "Google Photos",
|
|
59
|
-
"src-type-flickr": "Flickr",
|
|
60
|
-
"src-type-vk": "VK",
|
|
61
|
-
"src-type-evernote": "Evernote",
|
|
62
|
-
"src-type-box": "Box",
|
|
63
|
-
"src-type-onedrive": "OneDrive",
|
|
64
|
-
"src-type-huddle": "Huddle",
|
|
65
|
-
"src-type-other": "Outro",
|
|
66
|
-
"src-type-mobile-video-camera": "Vídeo",
|
|
67
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
68
|
-
"caption-from-url": "Importar do link",
|
|
69
|
-
"caption-camera": "Câmera",
|
|
70
|
-
"caption-edit-file": "Editar arquivo",
|
|
71
|
-
"file-no-name": "Sem nome...",
|
|
72
|
-
"toggle-fullscreen": "Alternar tela cheia",
|
|
73
|
-
"toggle-guides": "Alternar guias",
|
|
74
|
-
rotate: "Rotacionar",
|
|
75
|
-
"flip-vertical": "Virar verticalmente",
|
|
76
|
-
"flip-horizontal": "Virar horizontalmente",
|
|
77
|
-
apply: "Aplicar",
|
|
78
|
-
brightness: "Brilho",
|
|
79
|
-
contrast: "Contraste",
|
|
80
|
-
saturation: "Saturação",
|
|
81
|
-
exposure: "Exposição",
|
|
82
|
-
gamma: "Gama",
|
|
83
|
-
vibrance: "Vivacidade",
|
|
84
|
-
warmth: "Calor",
|
|
85
|
-
enhance: "Melhorar",
|
|
86
|
-
original: "Original",
|
|
87
|
-
resize: "Redimensionar imagem",
|
|
88
|
-
crop: "Cortar",
|
|
89
|
-
"select-color": "Selecionar cor",
|
|
90
|
-
text: "Texto",
|
|
91
|
-
draw: "Desenhar",
|
|
92
|
-
"cancel-edit": "Cancelar edição",
|
|
93
|
-
"tab-view": "Pré-visualizar",
|
|
94
|
-
"tab-details": "Detalhes",
|
|
95
|
-
"file-name": "Nome",
|
|
96
|
-
"file-size": "Tamanho",
|
|
97
|
-
"cdn-url": "URL CDN",
|
|
98
|
-
"file-size-unknown": "Desconhecido",
|
|
99
|
-
"camera-permissions-denied": "Acesso à câmera negado",
|
|
100
|
-
"camera-permissions-prompt": "Por favor, permita o acesso à câmera",
|
|
101
|
-
"camera-permissions-request": "Solicitar acesso",
|
|
102
|
-
"files-count-limit-error-title": "Limite de quantidade de arquivos excedido",
|
|
103
|
-
"files-count-limit-error-too-few": "Você selecionou {{total}} {{plural:file(total)}}. Pelo menos {{min}} {{plural:file(min)}} são necessários.",
|
|
104
|
-
"files-count-limit-error-too-many": "Você selecionou muitos arquivos. {{max}} {{plural:file(max)}} é o máximo.",
|
|
105
|
-
"files-max-size-limit-error": "Arquivo muito grande. O tamanho máximo do arquivo é {{maxFileSize}}.",
|
|
106
|
-
"has-validation-errors": "Ocorreu um erro de validação do arquivo. Por favor, verifique seus arquivos antes do upload.",
|
|
107
|
-
"images-only-accepted": "Apenas arquivos de imagem são aceitos.",
|
|
108
|
-
"file-type-not-allowed": "O upload desses tipos de arquivo não é permitido.",
|
|
109
|
-
"some-files-were-not-uploaded": "Alguns arquivos não foram carregados.",
|
|
110
|
-
"file-item-edit-button": "Editar",
|
|
111
|
-
"file-item-remove-button": "Remover",
|
|
112
|
-
"a11y-activity-header-button-close": "Fechar",
|
|
113
|
-
"a11y-editor-tab-filters": "Filtros",
|
|
114
|
-
"a11y-editor-tab-tuning": "Ajustes",
|
|
115
|
-
"a11y-editor-tab-crop": "Cortar",
|
|
116
|
-
flip: "Virar",
|
|
117
|
-
mirror: "Espelho",
|
|
118
|
-
"a11y-cloud-editor-apply-filter": "Aplicar filtro {{name}}",
|
|
119
|
-
"a11y-cloud-editor-apply-crop": "Aplicar operação {{name}}",
|
|
120
|
-
"a11y-cloud-editor-apply-tuning": "Aplicar ajuste {{name}}",
|
|
121
|
-
finished: "Concluído",
|
|
122
|
-
failed: "Falhou",
|
|
123
|
-
uploading: "Carregando",
|
|
124
|
-
idle: "Ocioso",
|
|
125
|
-
"a11y-file-item-status": "O arquivo {{fileName}} está no status {{status}}",
|
|
126
|
-
"select-all": "Selecionar tudo",
|
|
127
|
-
"deselect-all": "Desmarcar tudo",
|
|
128
|
-
"waiting-for": "Aguardando {{source}}",
|
|
129
|
-
"queued-uploading": "Na fila para envio",
|
|
130
|
-
"queued-validation": "Na fila para validação",
|
|
131
|
-
validation: "Validando",
|
|
132
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Aplicar operação {{name}} {{value}}",
|
|
133
|
-
"crop-to-shape": "Recortar para {{value}}",
|
|
134
|
-
custom: "Forma livre",
|
|
135
|
-
"freeform-crop": "Recorte livre"
|
|
136
|
-
};
|
|
137
|
-
export { pt_default as default };
|
|
2
|
+
* @license
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.28.0-alpha.666 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-03-12T12:25:56.546Z
|
|
6
|
+
*/
|
|
7
|
+
var e={"locale-id":"pt","social-source-lang":"pt","upload-file":"Carregar arquivo","upload-files":"Carregar arquivos","choose-file":"Escolher arquivo","choose-files":"Escolher arquivos","drop-files-here":"Solte os arquivos aqui","select-file-source":"Selecionar origem do arquivo",selected:"Selecionado",upload:"Carregar","add-more":"Adicionar mais",cancel:"Cancelar","start-from-cancel":"Cancelar",clear:"Limpar","camera-shot":"Tirar foto","upload-url":"Importar","upload-url-placeholder":"Cole o link aqui","edit-image":"Editar imagem","edit-detail":"Detalhes",back:"Voltar",done:"Conclu\xEDdo",ok:"Ok","remove-from-list":"Remover",no:"N\xE3o",yes:"Sim","confirm-your-action":"Confirmar sua a\xE7\xE3o","are-you-sure":"Tem certeza?","selected-count":"Selecionados:","upload-error":"Erro no upload","validation-error":"Erro de valida\xE7\xE3o","no-files":"Nenhum arquivo selecionado",browse:"Procurar","not-uploaded-yet":"Ainda n\xE3o carregado...",file__one:"arquivo",file__many:"arquivos",file__other:"arquivos",error__one:"erro",error__many:"erros",error__other:"erros","header-uploading":"Carregando {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} carregado","header-total":"{{count}} {{plural:file(count)}} selecionado","src-type-local":"Do dispositivo","src-type-from-url":"Do link","src-type-camera":"C\xE2mera","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Outro","src-type-mobile-video-camera":"V\xEDdeo","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importar do link","caption-camera":"C\xE2mera","caption-edit-file":"Editar arquivo","file-no-name":"Sem nome...","toggle-fullscreen":"Alternar tela cheia","toggle-guides":"Alternar guias",rotate:"Rotacionar","flip-vertical":"Virar verticalmente","flip-horizontal":"Virar horizontalmente",apply:"Aplicar",brightness:"Brilho",contrast:"Contraste",saturation:"Satura\xE7\xE3o",exposure:"Exposi\xE7\xE3o",gamma:"Gama",vibrance:"Vivacidade",warmth:"Calor",enhance:"Melhorar",original:"Original",resize:"Redimensionar imagem",crop:"Cortar","select-color":"Selecionar cor",text:"Texto",draw:"Desenhar","cancel-edit":"Cancelar edi\xE7\xE3o","tab-view":"Pr\xE9-visualizar","tab-details":"Detalhes","file-name":"Nome","file-size":"Tamanho","cdn-url":"URL CDN","file-size-unknown":"Desconhecido","camera-permissions-denied":"Acesso \xE0 c\xE2mera negado","camera-permissions-prompt":"Por favor, permita o acesso \xE0 c\xE2mera","camera-permissions-request":"Solicitar acesso","files-count-limit-error-title":"Limite de quantidade de arquivos excedido","files-count-limit-error-too-few":"Voc\xEA selecionou {{total}} {{plural:file(total)}}. Pelo menos {{min}} {{plural:file(min)}} s\xE3o necess\xE1rios.","files-count-limit-error-too-many":"Voc\xEA selecionou muitos arquivos. {{max}} {{plural:file(max)}} \xE9 o m\xE1ximo.","files-max-size-limit-error":"Arquivo muito grande. O tamanho m\xE1ximo do arquivo \xE9 {{maxFileSize}}.","has-validation-errors":"Ocorreu um erro de valida\xE7\xE3o do arquivo. Por favor, verifique seus arquivos antes do upload.","images-only-accepted":"Apenas arquivos de imagem s\xE3o aceitos.","file-type-not-allowed":"O upload desses tipos de arquivo n\xE3o \xE9 permitido.","some-files-were-not-uploaded":"Alguns arquivos n\xE3o foram carregados.","file-item-edit-button":"Editar","file-item-remove-button":"Remover","a11y-activity-header-button-close":"Fechar","a11y-editor-tab-filters":"Filtros","a11y-editor-tab-tuning":"Ajustes","a11y-editor-tab-crop":"Cortar",flip:"Virar",mirror:"Espelho","a11y-cloud-editor-apply-filter":"Aplicar filtro {{name}}","a11y-cloud-editor-apply-crop":"Aplicar opera\xE7\xE3o {{name}}","a11y-cloud-editor-apply-tuning":"Aplicar ajuste {{name}}",finished:"Conclu\xEDdo",failed:"Falhou",uploading:"Carregando",idle:"Ocioso","a11y-file-item-status":"O arquivo {{fileName}} est\xE1 no status {{status}}","select-all":"Selecionar tudo","deselect-all":"Desmarcar tudo","waiting-for":"Aguardando {{source}}","queued-uploading":"Na fila para envio","queued-validation":"Na fila para valida\xE7\xE3o",validation:"Validando","a11y-cloud-editor-apply-aspect-ratio":"Aplicar opera\xE7\xE3o {{name}} {{value}}","crop-to-shape":"Recortar para {{value}}",custom:"Forma livre","freeform-crop":"Recorte livre"};export{e as default};
|
|
@@ -1,137 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-
|
|
6
|
-
*/
|
|
7
|
-
var
|
|
8
|
-
"locale-id": "ro",
|
|
9
|
-
"social-source-lang": "ro",
|
|
10
|
-
"upload-file": "Încărcați fișier",
|
|
11
|
-
"upload-files": "Încărcați fișiere",
|
|
12
|
-
"choose-file": "Alegeți fișierul",
|
|
13
|
-
"choose-files": "Alegeți fișierele",
|
|
14
|
-
"drop-files-here": "Depuneți fișierele aici",
|
|
15
|
-
"select-file-source": "Selectați sursa fișierului",
|
|
16
|
-
selected: "Selectat",
|
|
17
|
-
upload: "Încărcați",
|
|
18
|
-
"add-more": "Adăugați mai multe",
|
|
19
|
-
cancel: "Anulați",
|
|
20
|
-
"start-from-cancel": "Anulați",
|
|
21
|
-
clear: "Ștergeți",
|
|
22
|
-
"camera-shot": "Fotografiați",
|
|
23
|
-
"upload-url": "Importați",
|
|
24
|
-
"upload-url-placeholder": "Introduceți linkul aici",
|
|
25
|
-
"edit-image": "Editați imaginea",
|
|
26
|
-
"edit-detail": "Detalii",
|
|
27
|
-
back: "Înapoi",
|
|
28
|
-
done: "Gata",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Eliminați",
|
|
31
|
-
no: "Nu",
|
|
32
|
-
yes: "Da",
|
|
33
|
-
"confirm-your-action": "Confirmați acțiunea",
|
|
34
|
-
"are-you-sure": "Sunteți sigur?",
|
|
35
|
-
"selected-count": "Selectate:",
|
|
36
|
-
"upload-error": "Eroare de încărcare",
|
|
37
|
-
"validation-error": "Eroare de validare",
|
|
38
|
-
"no-files": "Niciun fișier selectat",
|
|
39
|
-
browse: "Răsfoiți",
|
|
40
|
-
"not-uploaded-yet": "Nu a fost încărcat încă...",
|
|
41
|
-
file__one: "fișier",
|
|
42
|
-
file__few: "fișiere",
|
|
43
|
-
file__other: "fișiere",
|
|
44
|
-
error__one: "eroare",
|
|
45
|
-
error__few: "erori",
|
|
46
|
-
error__other: "erori",
|
|
47
|
-
"header-uploading": "Se încarcă {{count}} {{plural:file(count)}}",
|
|
48
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
49
|
-
"header-succeed": "{{count}} {{plural:file(count)}} încărcat(e)",
|
|
50
|
-
"header-total": "{{count}} {{plural:file(count)}} selectat(e)",
|
|
51
|
-
"src-type-local": "De pe dispozitiv",
|
|
52
|
-
"src-type-from-url": "De la link",
|
|
53
|
-
"src-type-camera": "Cameră",
|
|
54
|
-
"src-type-facebook": "Facebook",
|
|
55
|
-
"src-type-dropbox": "Dropbox",
|
|
56
|
-
"src-type-gdrive": "Google Drive",
|
|
57
|
-
"src-type-ngdrive": "Google Drive",
|
|
58
|
-
"src-type-gphotos": "Google Photos",
|
|
59
|
-
"src-type-flickr": "Flickr",
|
|
60
|
-
"src-type-vk": "VK",
|
|
61
|
-
"src-type-evernote": "Evernote",
|
|
62
|
-
"src-type-box": "Box",
|
|
63
|
-
"src-type-onedrive": "OneDrive",
|
|
64
|
-
"src-type-huddle": "Huddle",
|
|
65
|
-
"src-type-other": "Altele",
|
|
66
|
-
"src-type-mobile-video-camera": "Video",
|
|
67
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
68
|
-
"caption-from-url": "Import din link",
|
|
69
|
-
"caption-camera": "Cameră",
|
|
70
|
-
"caption-edit-file": "Editați fișierul",
|
|
71
|
-
"file-no-name": "Fără nume...",
|
|
72
|
-
"toggle-fullscreen": "Comutare ecran complet",
|
|
73
|
-
"toggle-guides": "Comutare ghiduri",
|
|
74
|
-
rotate: "Rotați",
|
|
75
|
-
"flip-vertical": "Întoarceți vertical",
|
|
76
|
-
"flip-horizontal": "Întoarceți orizontal",
|
|
77
|
-
apply: "Aplică",
|
|
78
|
-
brightness: "Luminozitate",
|
|
79
|
-
contrast: "Contrast",
|
|
80
|
-
saturation: "Saturație",
|
|
81
|
-
exposure: "Expunere",
|
|
82
|
-
gamma: "Gamma",
|
|
83
|
-
vibrance: "Vibrație",
|
|
84
|
-
warmth: "Căldură",
|
|
85
|
-
enhance: "Îmbunătățire",
|
|
86
|
-
original: "Original",
|
|
87
|
-
resize: "Redimensionați imaginea",
|
|
88
|
-
crop: "Decupați",
|
|
89
|
-
"select-color": "Selectați culoarea",
|
|
90
|
-
text: "Text",
|
|
91
|
-
draw: "Desenați",
|
|
92
|
-
"cancel-edit": "Anulați editarea",
|
|
93
|
-
"tab-view": "Previzualizare",
|
|
94
|
-
"tab-details": "Detalii",
|
|
95
|
-
"file-name": "Nume",
|
|
96
|
-
"file-size": "Dimensiune",
|
|
97
|
-
"cdn-url": "URL CDN",
|
|
98
|
-
"file-size-unknown": "Necunoscută",
|
|
99
|
-
"camera-permissions-denied": "Accesul la cameră a fost refuzat",
|
|
100
|
-
"camera-permissions-prompt": "Vă rugăm să permiteți accesul la cameră",
|
|
101
|
-
"camera-permissions-request": "Solicitați acces",
|
|
102
|
-
"files-count-limit-error-title": "Limita numărului de fișiere depășită",
|
|
103
|
-
"files-count-limit-error-too-few": "Ați selectat {{total}} {{plural:file(total)}}. Cel puțin {{min}} {{plural:file(min)}} sunt necesare.",
|
|
104
|
-
"files-count-limit-error-too-many": "Ați selectat prea multe fișiere. Maxim {{max}} {{plural:file(max)}}.",
|
|
105
|
-
"files-max-size-limit-error": "Fișierul este prea mare. Dimensiunea maximă a fișierului este {{maxFileSize}}.",
|
|
106
|
-
"has-validation-errors": "A apărut o eroare de validare a fișierului. Vă rugăm să verificați fișierele înainte de încărcare.",
|
|
107
|
-
"images-only-accepted": "Doar fișierele de tip imagine sunt acceptate.",
|
|
108
|
-
"file-type-not-allowed": "Încărcarea acestor tipuri de fișiere nu este permisă.",
|
|
109
|
-
"some-files-were-not-uploaded": "Unele fișiere nu au fost încărcate.",
|
|
110
|
-
"file-item-edit-button": "Editează",
|
|
111
|
-
"file-item-remove-button": "Elimină",
|
|
112
|
-
"a11y-activity-header-button-close": "Închide",
|
|
113
|
-
"a11y-editor-tab-filters": "Filtre",
|
|
114
|
-
"a11y-editor-tab-tuning": "Ajustare",
|
|
115
|
-
"a11y-editor-tab-crop": "Decupare",
|
|
116
|
-
flip: "Întoarce",
|
|
117
|
-
mirror: "Oglindă",
|
|
118
|
-
"a11y-cloud-editor-apply-filter": "Aplică filtrul {{name}}",
|
|
119
|
-
"a11y-cloud-editor-apply-crop": "Aplică operațiunea {{name}}",
|
|
120
|
-
"a11y-cloud-editor-apply-tuning": "Aplică ajustarea {{name}}",
|
|
121
|
-
finished: "Finalizat",
|
|
122
|
-
failed: "Eșuat",
|
|
123
|
-
uploading: "Se încarcă",
|
|
124
|
-
idle: "Inactiv",
|
|
125
|
-
"a11y-file-item-status": "Fișierul {{fileName}} este în starea {{status}}",
|
|
126
|
-
"select-all": "Selectează tot",
|
|
127
|
-
"deselect-all": "Deselectează tot",
|
|
128
|
-
"waiting-for": "Așteptare pentru {{source}}",
|
|
129
|
-
"queued-uploading": "În așteptare pentru încărcare",
|
|
130
|
-
"queued-validation": "În așteptare pentru validare",
|
|
131
|
-
validation: "Se validează",
|
|
132
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Aplică operația {{name}} {{value}}",
|
|
133
|
-
"crop-to-shape": "Decupează la {{value}}",
|
|
134
|
-
custom: "Formă liberă",
|
|
135
|
-
"freeform-crop": "Decupare liberă"
|
|
136
|
-
};
|
|
137
|
-
export { ro_default as default };
|
|
2
|
+
* @license
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.28.0-alpha.666 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-03-12T12:25:56.546Z
|
|
6
|
+
*/
|
|
7
|
+
var e={"locale-id":"ro","social-source-lang":"ro","upload-file":"\xCEnc\u0103rca\u021Bi fi\u0219ier","upload-files":"\xCEnc\u0103rca\u021Bi fi\u0219iere","choose-file":"Alege\u021Bi fi\u0219ierul","choose-files":"Alege\u021Bi fi\u0219ierele","drop-files-here":"Depune\u021Bi fi\u0219ierele aici","select-file-source":"Selecta\u021Bi sursa fi\u0219ierului",selected:"Selectat",upload:"\xCEnc\u0103rca\u021Bi","add-more":"Ad\u0103uga\u021Bi mai multe",cancel:"Anula\u021Bi","start-from-cancel":"Anula\u021Bi",clear:"\u0218terge\u021Bi","camera-shot":"Fotografia\u021Bi","upload-url":"Importa\u021Bi","upload-url-placeholder":"Introduce\u021Bi linkul aici","edit-image":"Edita\u021Bi imaginea","edit-detail":"Detalii",back:"\xCEnapoi",done:"Gata",ok:"Ok","remove-from-list":"Elimina\u021Bi",no:"Nu",yes:"Da","confirm-your-action":"Confirma\u021Bi ac\u021Biunea","are-you-sure":"Sunte\u021Bi sigur?","selected-count":"Selectate:","upload-error":"Eroare de \xEEnc\u0103rcare","validation-error":"Eroare de validare","no-files":"Niciun fi\u0219ier selectat",browse:"R\u0103sfoi\u021Bi","not-uploaded-yet":"Nu a fost \xEEnc\u0103rcat \xEEnc\u0103...",file__one:"fi\u0219ier",file__few:"fi\u0219iere",file__other:"fi\u0219iere",error__one:"eroare",error__few:"erori",error__other:"erori","header-uploading":"Se \xEEncarc\u0103 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \xEEnc\u0103rcat(e)","header-total":"{{count}} {{plural:file(count)}} selectat(e)","src-type-local":"De pe dispozitiv","src-type-from-url":"De la link","src-type-camera":"Camer\u0103","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Altele","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Import din link","caption-camera":"Camer\u0103","caption-edit-file":"Edita\u021Bi fi\u0219ierul","file-no-name":"F\u0103r\u0103 nume...","toggle-fullscreen":"Comutare ecran complet","toggle-guides":"Comutare ghiduri",rotate:"Rota\u021Bi","flip-vertical":"\xCEntoarce\u021Bi vertical","flip-horizontal":"\xCEntoarce\u021Bi orizontal",apply:"Aplic\u0103",brightness:"Luminozitate",contrast:"Contrast",saturation:"Satura\u021Bie",exposure:"Expunere",gamma:"Gamma",vibrance:"Vibra\u021Bie",warmth:"C\u0103ldur\u0103",enhance:"\xCEmbun\u0103t\u0103\u021Bire",original:"Original",resize:"Redimensiona\u021Bi imaginea",crop:"Decupa\u021Bi","select-color":"Selecta\u021Bi culoarea",text:"Text",draw:"Desena\u021Bi","cancel-edit":"Anula\u021Bi editarea","tab-view":"Previzualizare","tab-details":"Detalii","file-name":"Nume","file-size":"Dimensiune","cdn-url":"URL CDN","file-size-unknown":"Necunoscut\u0103","camera-permissions-denied":"Accesul la camer\u0103 a fost refuzat","camera-permissions-prompt":"V\u0103 rug\u0103m s\u0103 permite\u021Bi accesul la camer\u0103","camera-permissions-request":"Solicita\u021Bi acces","files-count-limit-error-title":"Limita num\u0103rului de fi\u0219iere dep\u0103\u0219it\u0103","files-count-limit-error-too-few":"A\u021Bi selectat {{total}} {{plural:file(total)}}. Cel pu\u021Bin {{min}} {{plural:file(min)}} sunt necesare.","files-count-limit-error-too-many":"A\u021Bi selectat prea multe fi\u0219iere. Maxim {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Fi\u0219ierul este prea mare. Dimensiunea maxim\u0103 a fi\u0219ierului este {{maxFileSize}}.","has-validation-errors":"A ap\u0103rut o eroare de validare a fi\u0219ierului. V\u0103 rug\u0103m s\u0103 verifica\u021Bi fi\u0219ierele \xEEnainte de \xEEnc\u0103rcare.","images-only-accepted":"Doar fi\u0219ierele de tip imagine sunt acceptate.","file-type-not-allowed":"\xCEnc\u0103rcarea acestor tipuri de fi\u0219iere nu este permis\u0103.","some-files-were-not-uploaded":"Unele fi\u0219iere nu au fost \xEEnc\u0103rcate.","file-item-edit-button":"Editeaz\u0103","file-item-remove-button":"Elimin\u0103","a11y-activity-header-button-close":"\xCEnchide","a11y-editor-tab-filters":"Filtre","a11y-editor-tab-tuning":"Ajustare","a11y-editor-tab-crop":"Decupare",flip:"\xCEntoarce",mirror:"Oglind\u0103","a11y-cloud-editor-apply-filter":"Aplic\u0103 filtrul {{name}}","a11y-cloud-editor-apply-crop":"Aplic\u0103 opera\u021Biunea {{name}}","a11y-cloud-editor-apply-tuning":"Aplic\u0103 ajustarea {{name}}",finished:"Finalizat",failed:"E\u0219uat",uploading:"Se \xEEncarc\u0103",idle:"Inactiv","a11y-file-item-status":"Fi\u0219ierul {{fileName}} este \xEEn starea {{status}}","select-all":"Selecteaz\u0103 tot","deselect-all":"Deselecteaz\u0103 tot","waiting-for":"A\u0219teptare pentru {{source}}","queued-uploading":"\xCEn a\u0219teptare pentru \xEEnc\u0103rcare","queued-validation":"\xCEn a\u0219teptare pentru validare",validation:"Se valideaz\u0103","a11y-cloud-editor-apply-aspect-ratio":"Aplic\u0103 opera\u021Bia {{name}} {{value}}","crop-to-shape":"Decupeaz\u0103 la {{value}}",custom:"Form\u0103 liber\u0103","freeform-crop":"Decupare liber\u0103"};export{e as default};
|