@uploadcare/file-uploader 1.28.0-alpha.1 → 1.28.0-alpha.111
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/CTX.d.ts +5 -3
- package/dist/abstract/CTX.d.ts.map +1 -0
- package/dist/abstract/TypedCollection.d.ts +2 -1
- package/dist/abstract/TypedCollection.d.ts.map +1 -0
- package/dist/abstract/TypedData.d.ts +3 -2
- package/dist/abstract/TypedData.d.ts.map +1 -0
- package/dist/abstract/UploaderPublicApi.d.ts +7 -6
- package/dist/abstract/UploaderPublicApi.d.ts.map +1 -0
- package/dist/abstract/buildOutputCollectionState.d.ts +3 -2
- package/dist/abstract/buildOutputCollectionState.d.ts.map +1 -0
- package/dist/abstract/customConfigOptions.d.ts +1 -0
- package/dist/abstract/customConfigOptions.d.ts.map +1 -0
- package/dist/abstract/defineComponents.d.ts +1 -0
- package/dist/abstract/defineComponents.d.ts.map +1 -0
- package/dist/abstract/features/ClipboardLayer.d.ts +2 -1
- package/dist/abstract/features/ClipboardLayer.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.js +1 -8
- package/dist/abstract/localeRegistry.d.ts +1 -0
- package/dist/abstract/localeRegistry.d.ts.map +1 -0
- package/dist/abstract/managers/LocaleManager.d.ts +3 -2
- package/dist/abstract/managers/LocaleManager.d.ts.map +1 -0
- package/dist/abstract/managers/ModalManager.d.ts +3 -2
- package/dist/abstract/managers/ModalManager.d.ts.map +1 -0
- package/dist/abstract/managers/SecureUploadsManager.d.ts +2 -1
- package/dist/abstract/managers/SecureUploadsManager.d.ts.map +1 -0
- package/dist/abstract/managers/TelemetryManager.d.ts +4 -3
- package/dist/abstract/managers/TelemetryManager.d.ts.map +1 -0
- package/dist/abstract/managers/ValidationManager.d.ts +7 -6
- package/dist/abstract/managers/ValidationManager.d.ts.map +1 -0
- package/dist/abstract/managers/a11y.d.ts +3 -2
- package/dist/abstract/managers/a11y.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginManager.d.ts +3 -2
- package/dist/abstract/managers/plugin/PluginManager.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginTypes.d.ts +4 -3
- package/dist/abstract/managers/plugin/PluginTypes.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/index.d.ts +1 -0
- package/dist/abstract/managers/plugin/index.d.ts.map +1 -0
- package/dist/abstract/sharedConfigKey.d.ts +2 -1
- package/dist/abstract/sharedConfigKey.d.ts.map +1 -0
- package/dist/abstract/uploadEntrySchema.d.ts +4 -3
- package/dist/abstract/uploadEntrySchema.d.ts.map +1 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +2 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
- package/dist/blocks/CameraSource/CameraSource.d.ts +7 -2
- package/dist/blocks/CameraSource/CameraSource.d.ts.map +1 -0
- package/dist/blocks/CameraSource/calcCameraModes.d.ts +2 -1
- package/dist/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
- package/dist/blocks/CameraSource/constants.d.ts +1 -0
- package/dist/blocks/CameraSource/constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/index.d.ts +2 -0
- package/dist/blocks/CloudImageEditor/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +10 -2
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +12 -2
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/state.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/util.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
- package/dist/blocks/Config/Config.d.ts +4 -2
- package/dist/blocks/Config/Config.d.ts.map +1 -0
- package/dist/blocks/Config/assertions.d.ts +2 -1
- package/dist/blocks/Config/assertions.d.ts.map +1 -0
- package/dist/blocks/Config/computed-properties.d.ts +2 -1
- package/dist/blocks/Config/computed-properties.d.ts.map +1 -0
- package/dist/blocks/Config/initialConfig.d.ts +2 -1
- package/dist/blocks/Config/initialConfig.d.ts.map +1 -0
- package/dist/blocks/Config/normalizeConfigValue.d.ts +2 -1
- package/dist/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
- package/dist/blocks/Config/validatorsType.d.ts +5 -4
- package/dist/blocks/Config/validatorsType.d.ts.map +1 -0
- package/dist/blocks/Copyright/Copyright.d.ts +3 -1
- package/dist/blocks/Copyright/Copyright.d.ts.map +1 -0
- package/dist/blocks/DropArea/DropArea.d.ts +5 -2
- package/dist/blocks/DropArea/DropArea.d.ts.map +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts.map +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/ExternalSource.d.ts +6 -1
- package/dist/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/MessageBridge.d.ts +2 -1
- package/dist/blocks/ExternalSource/MessageBridge.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +2 -1
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/types.d.ts +1 -0
- package/dist/blocks/ExternalSource/types.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItem.d.ts +8 -3
- package/dist/blocks/FileItem/FileItem.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItemConfig.d.ts +2 -1
- package/dist/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts.map +1 -0
- package/dist/blocks/Icon/Icon.d.ts +4 -2
- package/dist/blocks/Icon/Icon.d.ts.map +1 -0
- package/dist/blocks/Img/Img.d.ts +1 -0
- package/dist/blocks/Img/Img.d.ts.map +1 -0
- package/dist/blocks/Img/ImgBase.d.ts +1 -0
- package/dist/blocks/Img/ImgBase.d.ts.map +1 -0
- package/dist/blocks/Img/ImgConfig.d.ts +3 -2
- package/dist/blocks/Img/ImgConfig.d.ts.map +1 -0
- package/dist/blocks/Img/configurations.d.ts +1 -0
- package/dist/blocks/Img/configurations.d.ts.map +1 -0
- package/dist/blocks/Img/props-map.d.ts +1 -0
- package/dist/blocks/Img/props-map.d.ts.map +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
- package/dist/blocks/Modal/Modal.d.ts +4 -2
- package/dist/blocks/Modal/Modal.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +8 -5
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts.map +1 -0
- package/dist/blocks/ProgressBar/ProgressBar.d.ts +4 -2
- package/dist/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +5 -2
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
- package/dist/blocks/Select/Select.d.ts +3 -1
- package/dist/blocks/Select/Select.d.ts.map +1 -0
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +5 -1
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
- package/dist/blocks/SourceBtn/SourceBtn.d.ts +5 -2
- package/dist/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
- package/dist/blocks/SourceList/SourceList.d.ts +4 -2
- package/dist/blocks/SourceList/SourceList.d.ts.map +1 -0
- package/dist/blocks/Spinner/Spinner.d.ts +3 -1
- package/dist/blocks/Spinner/Spinner.d.ts.map +1 -0
- package/dist/blocks/StartFrom/StartFrom.d.ts +4 -2
- package/dist/blocks/StartFrom/StartFrom.d.ts.map +1 -0
- package/dist/blocks/Thumb/Thumb.d.ts +6 -3
- package/dist/blocks/Thumb/Thumb.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +5 -4
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -1
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
- package/dist/blocks/UploadList/UploadList.d.ts +7 -1
- package/dist/blocks/UploadList/UploadList.d.ts.map +1 -0
- package/dist/blocks/UrlSource/UrlSource.d.ts +5 -1
- package/dist/blocks/UrlSource/UrlSource.d.ts.map +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
- package/dist/cameraPlugin.js +1 -0
- package/dist/{cloud-image-editor.css → cloudImageEditorPlugin.css} +334 -432
- package/dist/cloudImageEditorPlugin.js +1 -0
- package/dist/{cloud-image-editor.layered.css → cloudImageEditorPlugin.layered.css} +31 -291
- package/dist/core.d.ts +3 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/env.d.ts +1 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/env.js +1 -8
- package/dist/externalSourcesPlugin.js +1 -0
- package/dist/imageShrinkPlugin.js +1 -0
- package/dist/index.css +2012 -9
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -1796
- package/dist/index.layered.css +1960 -9
- package/dist/index.ssr.js +1290 -0
- package/dist/instagramPlugin.js +1 -0
- package/dist/lit/BaseComponent.d.ts +4 -3
- package/dist/lit/BaseComponent.d.ts.map +1 -0
- package/dist/lit/Constructor.d.ts +1 -0
- package/dist/lit/Constructor.d.ts.map +1 -0
- package/dist/lit/CssDataMixin.d.ts +3 -2
- package/dist/lit/CssDataMixin.d.ts.map +1 -0
- package/dist/lit/LightDomMixin.d.ts +3 -2
- package/dist/lit/LightDomMixin.d.ts.map +1 -0
- package/dist/lit/LitActivityBlock.d.ts +4 -3
- package/dist/lit/LitActivityBlock.d.ts.map +1 -0
- package/dist/lit/LitBlock.d.ts +17 -16
- package/dist/lit/LitBlock.d.ts.map +1 -0
- package/dist/lit/LitSolutionBlock.d.ts +6 -5
- package/dist/lit/LitSolutionBlock.d.ts.map +1 -0
- package/dist/lit/LitUploaderBlock.d.ts +8 -7
- package/dist/lit/LitUploaderBlock.d.ts.map +1 -0
- package/dist/lit/PubSubCompat.d.ts +1 -0
- package/dist/lit/PubSubCompat.d.ts.map +1 -0
- package/dist/lit/RegisterableElementMixin.d.ts +3 -2
- package/dist/lit/RegisterableElementMixin.d.ts.map +1 -0
- package/dist/lit/SharedState.d.ts +23 -22
- package/dist/lit/SharedState.d.ts.map +1 -0
- package/dist/lit/SymbioteCompatMixin.d.ts +3 -2
- package/dist/lit/SymbioteCompatMixin.d.ts.map +1 -0
- package/dist/lit/TestModeController.d.ts +3 -2
- package/dist/lit/TestModeController.d.ts.map +1 -0
- package/dist/lit/Uid.d.ts +1 -0
- package/dist/lit/Uid.d.ts.map +1 -0
- package/dist/lit/activity-constants.d.ts +2 -1
- package/dist/lit/activity-constants.d.ts.map +1 -0
- package/dist/lit/createDebugPrinter.d.ts +3 -2
- package/dist/lit/createDebugPrinter.d.ts.map +1 -0
- package/dist/lit/findBlockInCtx.d.ts +3 -2
- package/dist/lit/findBlockInCtx.d.ts.map +1 -0
- package/dist/lit/getOutputData.d.ts +3 -2
- package/dist/lit/getOutputData.d.ts.map +1 -0
- package/dist/lit/hasBlockInCtx.d.ts +3 -2
- package/dist/lit/hasBlockInCtx.d.ts.map +1 -0
- package/dist/lit/l10n.d.ts +3 -2
- package/dist/lit/l10n.d.ts.map +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts.map +1 -0
- package/dist/lit/shared-instances.d.ts +15 -14
- package/dist/lit/shared-instances.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.d.ts +1 -0
- package/dist/locales/file-uploader/ar.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.js +1 -143
- package/dist/locales/file-uploader/az.d.ts +1 -0
- package/dist/locales/file-uploader/az.d.ts.map +1 -0
- package/dist/locales/file-uploader/az.js +1 -135
- package/dist/locales/file-uploader/ca.d.ts +1 -0
- package/dist/locales/file-uploader/ca.d.ts.map +1 -0
- package/dist/locales/file-uploader/ca.js +1 -137
- package/dist/locales/file-uploader/cs.d.ts +1 -0
- package/dist/locales/file-uploader/cs.d.ts.map +1 -0
- package/dist/locales/file-uploader/cs.js +1 -139
- package/dist/locales/file-uploader/da.d.ts +1 -0
- package/dist/locales/file-uploader/da.d.ts.map +1 -0
- package/dist/locales/file-uploader/da.js +1 -135
- package/dist/locales/file-uploader/de.d.ts +1 -0
- package/dist/locales/file-uploader/de.d.ts.map +1 -0
- package/dist/locales/file-uploader/de.js +1 -135
- package/dist/locales/file-uploader/el.d.ts +1 -0
- package/dist/locales/file-uploader/el.d.ts.map +1 -0
- package/dist/locales/file-uploader/el.js +1 -135
- package/dist/locales/file-uploader/en.d.ts +1 -0
- package/dist/locales/file-uploader/en.d.ts.map +1 -0
- package/dist/locales/file-uploader/en.js +1 -8
- package/dist/locales/file-uploader/es.d.ts +1 -0
- package/dist/locales/file-uploader/es.d.ts.map +1 -0
- package/dist/locales/file-uploader/es.js +1 -137
- package/dist/locales/file-uploader/et.d.ts +1 -0
- package/dist/locales/file-uploader/et.d.ts.map +1 -0
- package/dist/locales/file-uploader/et.js +1 -135
- package/dist/locales/file-uploader/fi.d.ts +1 -0
- package/dist/locales/file-uploader/fi.d.ts.map +1 -0
- package/dist/locales/file-uploader/fi.js +1 -135
- package/dist/locales/file-uploader/fr.d.ts +1 -0
- package/dist/locales/file-uploader/fr.d.ts.map +1 -0
- package/dist/locales/file-uploader/fr.js +1 -137
- package/dist/locales/file-uploader/he.d.ts +1 -0
- package/dist/locales/file-uploader/he.d.ts.map +1 -0
- package/dist/locales/file-uploader/he.js +1 -137
- package/dist/locales/file-uploader/hy.d.ts +1 -0
- package/dist/locales/file-uploader/hy.d.ts.map +1 -0
- package/dist/locales/file-uploader/hy.js +1 -135
- package/dist/locales/file-uploader/is.d.ts +1 -0
- package/dist/locales/file-uploader/is.d.ts.map +1 -0
- package/dist/locales/file-uploader/is.js +1 -135
- package/dist/locales/file-uploader/it.d.ts +1 -0
- package/dist/locales/file-uploader/it.d.ts.map +1 -0
- package/dist/locales/file-uploader/it.js +1 -137
- package/dist/locales/file-uploader/ja.d.ts +1 -0
- package/dist/locales/file-uploader/ja.d.ts.map +1 -0
- package/dist/locales/file-uploader/ja.js +1 -135
- package/dist/locales/file-uploader/ka.d.ts +1 -0
- package/dist/locales/file-uploader/ka.d.ts.map +1 -0
- package/dist/locales/file-uploader/ka.js +1 -135
- package/dist/locales/file-uploader/kk.d.ts +1 -0
- package/dist/locales/file-uploader/kk.d.ts.map +1 -0
- package/dist/locales/file-uploader/kk.js +1 -135
- package/dist/locales/file-uploader/ko.d.ts +1 -0
- package/dist/locales/file-uploader/ko.d.ts.map +1 -0
- package/dist/locales/file-uploader/ko.js +1 -135
- package/dist/locales/file-uploader/lv.d.ts +1 -0
- package/dist/locales/file-uploader/lv.d.ts.map +1 -0
- package/dist/locales/file-uploader/lv.js +1 -137
- package/dist/locales/file-uploader/nb.d.ts +1 -0
- package/dist/locales/file-uploader/nb.d.ts.map +1 -0
- package/dist/locales/file-uploader/nb.js +1 -135
- package/dist/locales/file-uploader/nl.d.ts +1 -0
- package/dist/locales/file-uploader/nl.d.ts.map +1 -0
- package/dist/locales/file-uploader/nl.js +1 -135
- package/dist/locales/file-uploader/pl.d.ts +1 -0
- package/dist/locales/file-uploader/pl.d.ts.map +1 -0
- package/dist/locales/file-uploader/pl.js +1 -139
- package/dist/locales/file-uploader/pt.d.ts +1 -0
- package/dist/locales/file-uploader/pt.d.ts.map +1 -0
- package/dist/locales/file-uploader/pt.js +1 -137
- package/dist/locales/file-uploader/ro.d.ts +1 -0
- package/dist/locales/file-uploader/ro.d.ts.map +1 -0
- package/dist/locales/file-uploader/ro.js +1 -137
- package/dist/locales/file-uploader/ru.d.ts +1 -0
- package/dist/locales/file-uploader/ru.d.ts.map +1 -0
- package/dist/locales/file-uploader/ru.js +1 -139
- package/dist/locales/file-uploader/sk.d.ts +1 -0
- package/dist/locales/file-uploader/sk.d.ts.map +1 -0
- package/dist/locales/file-uploader/sk.js +1 -139
- package/dist/locales/file-uploader/sr.d.ts +1 -0
- package/dist/locales/file-uploader/sr.d.ts.map +1 -0
- package/dist/locales/file-uploader/sr.js +1 -137
- package/dist/locales/file-uploader/sv.d.ts +1 -0
- package/dist/locales/file-uploader/sv.d.ts.map +1 -0
- package/dist/locales/file-uploader/sv.js +1 -135
- package/dist/locales/file-uploader/tr.d.ts +1 -0
- package/dist/locales/file-uploader/tr.d.ts.map +1 -0
- package/dist/locales/file-uploader/tr.js +1 -135
- package/dist/locales/file-uploader/uk.d.ts +1 -0
- package/dist/locales/file-uploader/uk.d.ts.map +1 -0
- package/dist/locales/file-uploader/uk.js +1 -139
- package/dist/locales/file-uploader/vi.d.ts +1 -0
- package/dist/locales/file-uploader/vi.d.ts.map +1 -0
- package/dist/locales/file-uploader/vi.js +1 -135
- package/dist/locales/file-uploader/zh-TW.d.ts +1 -0
- package/dist/locales/file-uploader/zh-TW.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh-TW.js +1 -135
- package/dist/locales/file-uploader/zh.d.ts +1 -0
- package/dist/locales/file-uploader/zh.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh.js +1 -135
- package/dist/plugins/cameraPlugin.d.ts +2 -1
- package/dist/plugins/cameraPlugin.d.ts.map +1 -0
- package/dist/plugins/cloudImageEditorPlugin.d.ts +2 -1
- package/dist/plugins/cloudImageEditorPlugin.d.ts.map +1 -0
- package/dist/plugins/externalSourcesPlugin.d.ts +2 -1
- package/dist/plugins/externalSourcesPlugin.d.ts.map +1 -0
- package/dist/plugins/imageShrinkPlugin.d.ts +2 -1
- package/dist/plugins/imageShrinkPlugin.d.ts.map +1 -0
- package/dist/plugins/instagramPlugin.d.ts +2 -1
- package/dist/plugins/instagramPlugin.d.ts.map +1 -0
- package/dist/plugins/unsplashPlugin.d.ts +2 -1
- package/dist/plugins/unsplashPlugin.d.ts.map +1 -0
- package/dist/plugins/urlSourcePlugin.d.ts +2 -1
- package/dist/plugins/urlSourcePlugin.d.ts.map +1 -0
- package/dist/solutions/adaptive-image/index.d.ts +1 -0
- package/dist/solutions/adaptive-image/index.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/index.d.ts +2 -0
- package/dist/solutions/cloud-image-editor/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +10 -1
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +11 -1
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +12 -1
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts.map +1 -0
- package/dist/types/dom.d.ts +1 -0
- package/dist/types/dom.d.ts.map +1 -0
- package/dist/types/events.d.ts +2 -1
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/exported.d.ts +11 -10
- package/dist/types/exported.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/urlSourcePlugin.js +1 -0
- package/dist/utils/UID.d.ts +2 -1
- package/dist/utils/UID.d.ts.map +1 -0
- package/dist/utils/UploadSource.d.ts +1 -0
- package/dist/utils/UploadSource.d.ts.map +1 -0
- package/dist/utils/WindowHeightTracker.d.ts +2 -1
- package/dist/utils/WindowHeightTracker.d.ts.map +1 -0
- package/dist/utils/abilities.d.ts +1 -0
- package/dist/utils/abilities.d.ts.map +1 -0
- package/dist/utils/applyStyles.d.ts +1 -0
- package/dist/utils/applyStyles.d.ts.map +1 -0
- package/dist/utils/browser-info.d.ts +1 -0
- package/dist/utils/browser-info.d.ts.map +1 -0
- package/dist/utils/cdn-utils.d.ts +1 -0
- package/dist/utils/cdn-utils.d.ts.map +1 -0
- package/dist/utils/comma-separated.d.ts +1 -0
- package/dist/utils/comma-separated.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/delay.d.ts +1 -0
- package/dist/utils/delay.d.ts.map +1 -0
- package/dist/utils/fileTypes.d.ts +1 -0
- package/dist/utils/fileTypes.d.ts.map +1 -0
- package/dist/utils/get-top-level-origin.d.ts +1 -0
- package/dist/utils/get-top-level-origin.d.ts.map +1 -0
- package/dist/utils/getLocaleDirection.d.ts +1 -0
- package/dist/utils/getLocaleDirection.d.ts.map +1 -0
- package/dist/utils/getPluralForm.d.ts +1 -0
- package/dist/utils/getPluralForm.d.ts.map +1 -0
- package/dist/utils/isPromiseLike.d.ts +1 -0
- package/dist/utils/isPromiseLike.d.ts.map +1 -0
- package/dist/utils/isSecureTokenExpired.d.ts +2 -1
- package/dist/utils/isSecureTokenExpired.d.ts.map +1 -0
- package/dist/utils/memoize.d.ts +1 -0
- package/dist/utils/memoize.d.ts.map +1 -0
- package/dist/utils/mixinClass.d.ts +1 -0
- package/dist/utils/mixinClass.d.ts.map +1 -0
- package/dist/utils/parseCdnUrl.d.ts +1 -0
- package/dist/utils/parseCdnUrl.d.ts.map +1 -0
- package/dist/utils/parseShrink.d.ts +1 -0
- package/dist/utils/parseShrink.d.ts.map +1 -0
- package/dist/utils/preloadImage.d.ts +1 -0
- package/dist/utils/preloadImage.d.ts.map +1 -0
- package/dist/utils/prettyBytes.d.ts +1 -0
- package/dist/utils/prettyBytes.d.ts.map +1 -0
- package/dist/utils/resizeImage.d.ts +1 -0
- package/dist/utils/resizeImage.d.ts.map +1 -0
- package/dist/utils/stringToArray.d.ts +1 -0
- package/dist/utils/stringToArray.d.ts.map +1 -0
- package/dist/utils/template-utils.d.ts +1 -0
- package/dist/utils/template-utils.d.ts.map +1 -0
- package/dist/utils/throttle.d.ts +1 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/dist/utils/toKebabCase.d.ts +1 -0
- package/dist/utils/toKebabCase.d.ts.map +1 -0
- package/dist/utils/transparentPixelSrc.d.ts +1 -0
- package/dist/utils/transparentPixelSrc.d.ts.map +1 -0
- package/dist/utils/uniqueArray.d.ts +1 -0
- package/dist/utils/uniqueArray.d.ts.map +1 -0
- package/dist/utils/userAgent.d.ts +2 -1
- package/dist/utils/userAgent.d.ts.map +1 -0
- package/dist/utils/validators/collection/index.d.ts +1 -0
- package/dist/utils/validators/collection/index.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +2 -1
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateMultiple.d.ts +2 -1
- package/dist/utils/validators/collection/validateMultiple.d.ts.map +1 -0
- package/dist/utils/validators/file/index.d.ts +1 -0
- package/dist/utils/validators/file/index.d.ts.map +1 -0
- package/dist/utils/validators/file/validateFileType.d.ts +2 -1
- package/dist/utils/validators/file/validateFileType.d.ts.map +1 -0
- package/dist/utils/validators/file/validateIsImage.d.ts +2 -1
- package/dist/utils/validators/file/validateIsImage.d.ts.map +1 -0
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +2 -1
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
- package/dist/utils/validators/file/validateUploadError.d.ts +2 -1
- package/dist/utils/validators/file/validateUploadError.d.ts.map +1 -0
- package/dist/utils/warnOnce.d.ts +1 -0
- package/dist/utils/warnOnce.d.ts.map +1 -0
- package/dist/utils/wildcardRegexp.d.ts +1 -0
- package/dist/utils/wildcardRegexp.d.ts.map +1 -0
- package/dist/utils/withResolvers.d.ts +1 -0
- package/dist/utils/withResolvers.d.ts.map +1 -0
- package/package.json +3 -5
- package/web/file-uploader.iife.min.js +8 -697
- package/web/file-uploader.min.js +8 -1859
- package/web/uc-basic.layered.min.css +1578 -4381
- package/web/uc-basic.min.css +1862 -3788
- package/web/uc-cloud-image-editor.layered.min.css +148 -123
- package/web/uc-cloud-image-editor.min.css +359 -175
- package/web/uc-cloud-image-editor.min.js +8 -457
- package/web/uc-file-uploader-inline.layered.min.css +2145 -3254
- package/web/uc-file-uploader-inline.min.css +2848 -3123
- package/web/uc-file-uploader-inline.min.js +8 -1859
- package/web/uc-file-uploader-minimal.layered.min.css +2145 -3254
- package/web/uc-file-uploader-minimal.min.css +2848 -3123
- package/web/uc-file-uploader-minimal.min.js +8 -1859
- package/web/uc-file-uploader-regular.layered.min.css +2145 -3254
- package/web/uc-file-uploader-regular.min.css +2848 -3123
- package/web/uc-file-uploader-regular.min.js +8 -1859
- package/web/uc-img.min.js +5 -895
- 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/TypedCollection.test.d.ts +0 -1
- package/dist/abstract/TypedData.test.d.ts +0 -1
- package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
- package/dist/cameraPlugin-weRKO7eG.js +0 -8
- package/dist/cloud-image-editor-hhbyNWLG.js +0 -11
- package/dist/cloudImageEditorPlugin-FjUgbMK3.js +0 -8
- 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/loadFileUploaderFrom-Bfz8L3VB.js +0 -28
- package/dist/plugins-CGUls7EV.js +0 -278
- package/dist/urlSourcePlugin-_WdbEhq2.js +0 -8
- package/dist/utils/UID.test.d.ts +0 -1
- package/dist/utils/browser-info.test.d.ts +0 -1
- package/dist/utils/cdn-utils.test.d.ts +0 -1
- package/dist/utils/fileTypes.test.d.ts +0 -1
- package/dist/utils/get-top-level-origin.test.d.ts +0 -1
- package/dist/utils/getPluralForm.test.d.ts +0 -1
- package/dist/utils/isPromiseLike.test.d.ts +0 -1
- package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/dist/utils/memoize.test.d.ts +0 -1
- package/dist/utils/parseCdnUrl.test.d.ts +0 -1
- package/dist/utils/parseShrink.test.d.ts +0 -1
- package/dist/utils/prettyBytes.test.d.ts +0 -1
- package/dist/utils/stringToArray.test.d.ts +0 -1
- package/dist/utils/template-utils.test.d.ts +0 -1
- package/dist/utils/toKebabCase.test.d.ts +0 -1
- package/dist/utils/uniqueArray.test.d.ts +0 -1
- package/dist/utils/wildcardRegexp.test.d.ts +0 -1
- 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,133 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'locale-id': string;
|
|
3
|
-
'social-source-lang': string;
|
|
4
|
-
'upload-file': string;
|
|
5
|
-
'upload-files': string;
|
|
6
|
-
'choose-file': string;
|
|
7
|
-
'choose-files': string;
|
|
8
|
-
'drop-files-here': string;
|
|
9
|
-
'select-file-source': string;
|
|
10
|
-
selected: string;
|
|
11
|
-
upload: string;
|
|
12
|
-
'add-more': string;
|
|
13
|
-
cancel: string;
|
|
14
|
-
'start-from-cancel': string;
|
|
15
|
-
clear: string;
|
|
16
|
-
'camera-shot': string;
|
|
17
|
-
'upload-url': string;
|
|
18
|
-
'upload-url-placeholder': string;
|
|
19
|
-
'edit-image': string;
|
|
20
|
-
'edit-detail': string;
|
|
21
|
-
back: string;
|
|
22
|
-
done: string;
|
|
23
|
-
ok: string;
|
|
24
|
-
'remove-from-list': string;
|
|
25
|
-
no: string;
|
|
26
|
-
yes: string;
|
|
27
|
-
'confirm-your-action': string;
|
|
28
|
-
'are-you-sure': string;
|
|
29
|
-
'selected-count': string;
|
|
30
|
-
'upload-error': string;
|
|
31
|
-
'validation-error': string;
|
|
32
|
-
'no-files': string;
|
|
33
|
-
browse: string;
|
|
34
|
-
'not-uploaded-yet': string;
|
|
35
|
-
file__one: string;
|
|
36
|
-
file__few: string;
|
|
37
|
-
file__many: string;
|
|
38
|
-
file__other: string;
|
|
39
|
-
error__one: string;
|
|
40
|
-
error__few: string;
|
|
41
|
-
error__many: string;
|
|
42
|
-
error__other: string;
|
|
43
|
-
'header-uploading': string;
|
|
44
|
-
'header-failed': string;
|
|
45
|
-
'header-succeed': string;
|
|
46
|
-
'header-total': string;
|
|
47
|
-
'src-type-local': string;
|
|
48
|
-
'src-type-from-url': string;
|
|
49
|
-
'src-type-camera': string;
|
|
50
|
-
'src-type-facebook': string;
|
|
51
|
-
'src-type-dropbox': string;
|
|
52
|
-
'src-type-gdrive': string;
|
|
53
|
-
'src-type-ngdrive': string;
|
|
54
|
-
'src-type-gphotos': string;
|
|
55
|
-
'src-type-flickr': string;
|
|
56
|
-
'src-type-vk': string;
|
|
57
|
-
'src-type-evernote': string;
|
|
58
|
-
'src-type-box': string;
|
|
59
|
-
'src-type-onedrive': string;
|
|
60
|
-
'src-type-huddle': string;
|
|
61
|
-
'src-type-other': string;
|
|
62
|
-
'src-type-mobile-video-camera': string;
|
|
63
|
-
'src-type-mobile-photo-camera': string;
|
|
64
|
-
'caption-from-url': string;
|
|
65
|
-
'caption-camera': string;
|
|
66
|
-
'caption-edit-file': string;
|
|
67
|
-
'file-no-name': string;
|
|
68
|
-
'toggle-fullscreen': string;
|
|
69
|
-
'toggle-guides': string;
|
|
70
|
-
rotate: string;
|
|
71
|
-
'flip-vertical': string;
|
|
72
|
-
'flip-horizontal': string;
|
|
73
|
-
apply: string;
|
|
74
|
-
brightness: string;
|
|
75
|
-
contrast: string;
|
|
76
|
-
saturation: string;
|
|
77
|
-
exposure: string;
|
|
78
|
-
gamma: string;
|
|
79
|
-
vibrance: string;
|
|
80
|
-
warmth: string;
|
|
81
|
-
enhance: string;
|
|
82
|
-
original: string;
|
|
83
|
-
resize: string;
|
|
84
|
-
crop: string;
|
|
85
|
-
'select-color': string;
|
|
86
|
-
text: string;
|
|
87
|
-
draw: string;
|
|
88
|
-
'cancel-edit': string;
|
|
89
|
-
'tab-view': string;
|
|
90
|
-
'tab-details': string;
|
|
91
|
-
'file-name': string;
|
|
92
|
-
'file-size': string;
|
|
93
|
-
'cdn-url': string;
|
|
94
|
-
'file-size-unknown': string;
|
|
95
|
-
'camera-permissions-denied': string;
|
|
96
|
-
'camera-permissions-prompt': string;
|
|
97
|
-
'camera-permissions-request': string;
|
|
98
|
-
'files-count-limit-error-title': string;
|
|
99
|
-
'files-count-limit-error-too-few': string;
|
|
100
|
-
'files-count-limit-error-too-many': string;
|
|
101
|
-
'files-max-size-limit-error': string;
|
|
102
|
-
'has-validation-errors': string;
|
|
103
|
-
'images-only-accepted': string;
|
|
104
|
-
'file-type-not-allowed': string;
|
|
105
|
-
'some-files-were-not-uploaded': string;
|
|
106
|
-
'file-item-edit-button': string;
|
|
107
|
-
'file-item-remove-button': string;
|
|
108
|
-
'a11y-activity-header-button-close': string;
|
|
109
|
-
'a11y-editor-tab-filters': string;
|
|
110
|
-
'a11y-editor-tab-tuning': string;
|
|
111
|
-
'a11y-editor-tab-crop': string;
|
|
112
|
-
flip: string;
|
|
113
|
-
mirror: string;
|
|
114
|
-
'a11y-cloud-editor-apply-filter': string;
|
|
115
|
-
'a11y-cloud-editor-apply-crop': string;
|
|
116
|
-
'a11y-cloud-editor-apply-tuning': string;
|
|
117
|
-
finished: string;
|
|
118
|
-
failed: string;
|
|
119
|
-
uploading: string;
|
|
120
|
-
idle: string;
|
|
121
|
-
'a11y-file-item-status': string;
|
|
122
|
-
'select-all': string;
|
|
123
|
-
'deselect-all': string;
|
|
124
|
-
'waiting-for': string;
|
|
125
|
-
'queued-uploading': string;
|
|
126
|
-
'queued-validation': string;
|
|
127
|
-
validation: string;
|
|
128
|
-
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
-
'crop-to-shape': string;
|
|
130
|
-
custom: string;
|
|
131
|
-
'freeform-crop': string;
|
|
132
|
-
};
|
|
133
|
-
export default _default;
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'locale-id': string;
|
|
3
|
-
'social-source-lang': string;
|
|
4
|
-
'upload-file': string;
|
|
5
|
-
'upload-files': string;
|
|
6
|
-
'choose-file': string;
|
|
7
|
-
'choose-files': string;
|
|
8
|
-
'drop-files-here': string;
|
|
9
|
-
'select-file-source': string;
|
|
10
|
-
selected: string;
|
|
11
|
-
upload: string;
|
|
12
|
-
'add-more': string;
|
|
13
|
-
cancel: string;
|
|
14
|
-
'start-from-cancel': string;
|
|
15
|
-
clear: string;
|
|
16
|
-
'camera-shot': string;
|
|
17
|
-
'upload-url': string;
|
|
18
|
-
'upload-url-placeholder': string;
|
|
19
|
-
'edit-image': string;
|
|
20
|
-
'edit-detail': string;
|
|
21
|
-
back: string;
|
|
22
|
-
done: string;
|
|
23
|
-
ok: string;
|
|
24
|
-
'remove-from-list': string;
|
|
25
|
-
no: string;
|
|
26
|
-
yes: string;
|
|
27
|
-
'confirm-your-action': string;
|
|
28
|
-
'are-you-sure': string;
|
|
29
|
-
'selected-count': string;
|
|
30
|
-
'upload-error': string;
|
|
31
|
-
'validation-error': string;
|
|
32
|
-
'no-files': string;
|
|
33
|
-
browse: string;
|
|
34
|
-
'not-uploaded-yet': string;
|
|
35
|
-
file__one: string;
|
|
36
|
-
file__many: string;
|
|
37
|
-
file__other: string;
|
|
38
|
-
error__one: string;
|
|
39
|
-
error__many: string;
|
|
40
|
-
error__other: string;
|
|
41
|
-
'header-uploading': string;
|
|
42
|
-
'header-failed': string;
|
|
43
|
-
'header-succeed': string;
|
|
44
|
-
'header-total': string;
|
|
45
|
-
'src-type-local': string;
|
|
46
|
-
'src-type-from-url': string;
|
|
47
|
-
'src-type-camera': string;
|
|
48
|
-
'src-type-facebook': string;
|
|
49
|
-
'src-type-dropbox': string;
|
|
50
|
-
'src-type-gdrive': string;
|
|
51
|
-
'src-type-ngdrive': string;
|
|
52
|
-
'src-type-gphotos': string;
|
|
53
|
-
'src-type-flickr': string;
|
|
54
|
-
'src-type-vk': string;
|
|
55
|
-
'src-type-evernote': string;
|
|
56
|
-
'src-type-box': string;
|
|
57
|
-
'src-type-onedrive': string;
|
|
58
|
-
'src-type-huddle': string;
|
|
59
|
-
'src-type-other': string;
|
|
60
|
-
'src-type-mobile-video-camera': string;
|
|
61
|
-
'src-type-mobile-photo-camera': string;
|
|
62
|
-
'caption-from-url': string;
|
|
63
|
-
'caption-camera': string;
|
|
64
|
-
'caption-edit-file': string;
|
|
65
|
-
'file-no-name': string;
|
|
66
|
-
'toggle-fullscreen': string;
|
|
67
|
-
'toggle-guides': string;
|
|
68
|
-
rotate: string;
|
|
69
|
-
'flip-vertical': string;
|
|
70
|
-
'flip-horizontal': string;
|
|
71
|
-
apply: string;
|
|
72
|
-
brightness: string;
|
|
73
|
-
contrast: string;
|
|
74
|
-
saturation: string;
|
|
75
|
-
exposure: string;
|
|
76
|
-
gamma: string;
|
|
77
|
-
vibrance: string;
|
|
78
|
-
warmth: string;
|
|
79
|
-
enhance: string;
|
|
80
|
-
original: string;
|
|
81
|
-
resize: string;
|
|
82
|
-
crop: string;
|
|
83
|
-
'select-color': string;
|
|
84
|
-
text: string;
|
|
85
|
-
draw: string;
|
|
86
|
-
'cancel-edit': string;
|
|
87
|
-
'tab-view': string;
|
|
88
|
-
'tab-details': string;
|
|
89
|
-
'file-name': string;
|
|
90
|
-
'file-size': string;
|
|
91
|
-
'cdn-url': string;
|
|
92
|
-
'file-size-unknown': string;
|
|
93
|
-
'camera-permissions-denied': string;
|
|
94
|
-
'camera-permissions-prompt': string;
|
|
95
|
-
'camera-permissions-request': string;
|
|
96
|
-
'files-count-limit-error-title': string;
|
|
97
|
-
'files-count-limit-error-too-few': string;
|
|
98
|
-
'files-count-limit-error-too-many': string;
|
|
99
|
-
'files-max-size-limit-error': string;
|
|
100
|
-
'has-validation-errors': string;
|
|
101
|
-
'images-only-accepted': string;
|
|
102
|
-
'file-type-not-allowed': string;
|
|
103
|
-
'some-files-were-not-uploaded': string;
|
|
104
|
-
'file-item-edit-button': string;
|
|
105
|
-
'file-item-remove-button': string;
|
|
106
|
-
'a11y-activity-header-button-close': string;
|
|
107
|
-
'a11y-editor-tab-filters': string;
|
|
108
|
-
'a11y-editor-tab-tuning': string;
|
|
109
|
-
'a11y-editor-tab-crop': string;
|
|
110
|
-
flip: string;
|
|
111
|
-
mirror: string;
|
|
112
|
-
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
-
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
-
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
-
finished: string;
|
|
116
|
-
failed: string;
|
|
117
|
-
uploading: string;
|
|
118
|
-
idle: string;
|
|
119
|
-
'a11y-file-item-status': string;
|
|
120
|
-
'select-all': string;
|
|
121
|
-
'deselect-all': string;
|
|
122
|
-
'waiting-for': string;
|
|
123
|
-
'queued-uploading': string;
|
|
124
|
-
'queued-validation': string;
|
|
125
|
-
validation: string;
|
|
126
|
-
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
-
'crop-to-shape': string;
|
|
128
|
-
custom: string;
|
|
129
|
-
'freeform-crop': string;
|
|
130
|
-
};
|
|
131
|
-
export default _default;
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'locale-id': string;
|
|
3
|
-
'social-source-lang': string;
|
|
4
|
-
'upload-file': string;
|
|
5
|
-
'upload-files': string;
|
|
6
|
-
'choose-file': string;
|
|
7
|
-
'choose-files': string;
|
|
8
|
-
'drop-files-here': string;
|
|
9
|
-
'select-file-source': string;
|
|
10
|
-
selected: string;
|
|
11
|
-
upload: string;
|
|
12
|
-
'add-more': string;
|
|
13
|
-
cancel: string;
|
|
14
|
-
'start-from-cancel': string;
|
|
15
|
-
clear: string;
|
|
16
|
-
'camera-shot': string;
|
|
17
|
-
'upload-url': string;
|
|
18
|
-
'upload-url-placeholder': string;
|
|
19
|
-
'edit-image': string;
|
|
20
|
-
'edit-detail': string;
|
|
21
|
-
back: string;
|
|
22
|
-
done: string;
|
|
23
|
-
ok: string;
|
|
24
|
-
'remove-from-list': string;
|
|
25
|
-
no: string;
|
|
26
|
-
yes: string;
|
|
27
|
-
'confirm-your-action': string;
|
|
28
|
-
'are-you-sure': string;
|
|
29
|
-
'selected-count': string;
|
|
30
|
-
'upload-error': string;
|
|
31
|
-
'validation-error': string;
|
|
32
|
-
'no-files': string;
|
|
33
|
-
browse: string;
|
|
34
|
-
'not-uploaded-yet': string;
|
|
35
|
-
file__one: string;
|
|
36
|
-
file__few: string;
|
|
37
|
-
file__other: string;
|
|
38
|
-
error__one: string;
|
|
39
|
-
error__few: string;
|
|
40
|
-
error__other: string;
|
|
41
|
-
'header-uploading': string;
|
|
42
|
-
'header-failed': string;
|
|
43
|
-
'header-succeed': string;
|
|
44
|
-
'header-total': string;
|
|
45
|
-
'src-type-local': string;
|
|
46
|
-
'src-type-from-url': string;
|
|
47
|
-
'src-type-camera': string;
|
|
48
|
-
'src-type-facebook': string;
|
|
49
|
-
'src-type-dropbox': string;
|
|
50
|
-
'src-type-gdrive': string;
|
|
51
|
-
'src-type-ngdrive': string;
|
|
52
|
-
'src-type-gphotos': string;
|
|
53
|
-
'src-type-flickr': string;
|
|
54
|
-
'src-type-vk': string;
|
|
55
|
-
'src-type-evernote': string;
|
|
56
|
-
'src-type-box': string;
|
|
57
|
-
'src-type-onedrive': string;
|
|
58
|
-
'src-type-huddle': string;
|
|
59
|
-
'src-type-other': string;
|
|
60
|
-
'src-type-mobile-video-camera': string;
|
|
61
|
-
'src-type-mobile-photo-camera': string;
|
|
62
|
-
'caption-from-url': string;
|
|
63
|
-
'caption-camera': string;
|
|
64
|
-
'caption-edit-file': string;
|
|
65
|
-
'file-no-name': string;
|
|
66
|
-
'toggle-fullscreen': string;
|
|
67
|
-
'toggle-guides': string;
|
|
68
|
-
rotate: string;
|
|
69
|
-
'flip-vertical': string;
|
|
70
|
-
'flip-horizontal': string;
|
|
71
|
-
apply: string;
|
|
72
|
-
brightness: string;
|
|
73
|
-
contrast: string;
|
|
74
|
-
saturation: string;
|
|
75
|
-
exposure: string;
|
|
76
|
-
gamma: string;
|
|
77
|
-
vibrance: string;
|
|
78
|
-
warmth: string;
|
|
79
|
-
enhance: string;
|
|
80
|
-
original: string;
|
|
81
|
-
resize: string;
|
|
82
|
-
crop: string;
|
|
83
|
-
'select-color': string;
|
|
84
|
-
text: string;
|
|
85
|
-
draw: string;
|
|
86
|
-
'cancel-edit': string;
|
|
87
|
-
'tab-view': string;
|
|
88
|
-
'tab-details': string;
|
|
89
|
-
'file-name': string;
|
|
90
|
-
'file-size': string;
|
|
91
|
-
'cdn-url': string;
|
|
92
|
-
'file-size-unknown': string;
|
|
93
|
-
'camera-permissions-denied': string;
|
|
94
|
-
'camera-permissions-prompt': string;
|
|
95
|
-
'camera-permissions-request': string;
|
|
96
|
-
'files-count-limit-error-title': string;
|
|
97
|
-
'files-count-limit-error-too-few': string;
|
|
98
|
-
'files-count-limit-error-too-many': string;
|
|
99
|
-
'files-max-size-limit-error': string;
|
|
100
|
-
'has-validation-errors': string;
|
|
101
|
-
'images-only-accepted': string;
|
|
102
|
-
'file-type-not-allowed': string;
|
|
103
|
-
'some-files-were-not-uploaded': string;
|
|
104
|
-
'file-item-edit-button': string;
|
|
105
|
-
'file-item-remove-button': string;
|
|
106
|
-
'a11y-activity-header-button-close': string;
|
|
107
|
-
'a11y-editor-tab-filters': string;
|
|
108
|
-
'a11y-editor-tab-tuning': string;
|
|
109
|
-
'a11y-editor-tab-crop': string;
|
|
110
|
-
flip: string;
|
|
111
|
-
mirror: string;
|
|
112
|
-
'a11y-cloud-editor-apply-filter': string;
|
|
113
|
-
'a11y-cloud-editor-apply-crop': string;
|
|
114
|
-
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
-
finished: string;
|
|
116
|
-
failed: string;
|
|
117
|
-
uploading: string;
|
|
118
|
-
idle: string;
|
|
119
|
-
'a11y-file-item-status': string;
|
|
120
|
-
'select-all': string;
|
|
121
|
-
'deselect-all': string;
|
|
122
|
-
'waiting-for': string;
|
|
123
|
-
'queued-uploading': string;
|
|
124
|
-
'queued-validation': string;
|
|
125
|
-
validation: string;
|
|
126
|
-
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
-
'crop-to-shape': string;
|
|
128
|
-
custom: string;
|
|
129
|
-
'freeform-crop': string;
|
|
130
|
-
};
|
|
131
|
-
export default _default;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'locale-id': string;
|
|
3
|
-
'social-source-lang': string;
|
|
4
|
-
'upload-file': string;
|
|
5
|
-
'upload-files': string;
|
|
6
|
-
'choose-file': string;
|
|
7
|
-
'choose-files': string;
|
|
8
|
-
'drop-files-here': string;
|
|
9
|
-
'select-file-source': string;
|
|
10
|
-
selected: string;
|
|
11
|
-
upload: string;
|
|
12
|
-
'add-more': string;
|
|
13
|
-
cancel: string;
|
|
14
|
-
'start-from-cancel': string;
|
|
15
|
-
clear: string;
|
|
16
|
-
'camera-shot': string;
|
|
17
|
-
'upload-url': string;
|
|
18
|
-
'upload-url-placeholder': string;
|
|
19
|
-
'edit-image': string;
|
|
20
|
-
'edit-detail': string;
|
|
21
|
-
back: string;
|
|
22
|
-
done: string;
|
|
23
|
-
ok: string;
|
|
24
|
-
'remove-from-list': string;
|
|
25
|
-
no: string;
|
|
26
|
-
yes: string;
|
|
27
|
-
'confirm-your-action': string;
|
|
28
|
-
'are-you-sure': string;
|
|
29
|
-
'selected-count': string;
|
|
30
|
-
'upload-error': string;
|
|
31
|
-
'validation-error': string;
|
|
32
|
-
'no-files': string;
|
|
33
|
-
browse: string;
|
|
34
|
-
'not-uploaded-yet': string;
|
|
35
|
-
file__one: string;
|
|
36
|
-
file__few: string;
|
|
37
|
-
file__many: string;
|
|
38
|
-
file__other: string;
|
|
39
|
-
error__one: string;
|
|
40
|
-
error__few: string;
|
|
41
|
-
error__many: string;
|
|
42
|
-
error__other: string;
|
|
43
|
-
'header-uploading': string;
|
|
44
|
-
'header-failed': string;
|
|
45
|
-
'header-succeed': string;
|
|
46
|
-
'header-total': string;
|
|
47
|
-
'src-type-local': string;
|
|
48
|
-
'src-type-from-url': string;
|
|
49
|
-
'src-type-camera': string;
|
|
50
|
-
'src-type-facebook': string;
|
|
51
|
-
'src-type-dropbox': string;
|
|
52
|
-
'src-type-gdrive': string;
|
|
53
|
-
'src-type-ngdrive': string;
|
|
54
|
-
'src-type-gphotos': string;
|
|
55
|
-
'src-type-flickr': string;
|
|
56
|
-
'src-type-vk': string;
|
|
57
|
-
'src-type-evernote': string;
|
|
58
|
-
'src-type-box': string;
|
|
59
|
-
'src-type-onedrive': string;
|
|
60
|
-
'src-type-huddle': string;
|
|
61
|
-
'src-type-other': string;
|
|
62
|
-
'src-type-mobile-video-camera': string;
|
|
63
|
-
'src-type-mobile-photo-camera': string;
|
|
64
|
-
'caption-from-url': string;
|
|
65
|
-
'caption-camera': string;
|
|
66
|
-
'caption-edit-file': string;
|
|
67
|
-
'file-no-name': string;
|
|
68
|
-
'toggle-fullscreen': string;
|
|
69
|
-
'toggle-guides': string;
|
|
70
|
-
rotate: string;
|
|
71
|
-
'flip-vertical': string;
|
|
72
|
-
'flip-horizontal': string;
|
|
73
|
-
apply: string;
|
|
74
|
-
brightness: string;
|
|
75
|
-
contrast: string;
|
|
76
|
-
saturation: string;
|
|
77
|
-
exposure: string;
|
|
78
|
-
gamma: string;
|
|
79
|
-
vibrance: string;
|
|
80
|
-
warmth: string;
|
|
81
|
-
enhance: string;
|
|
82
|
-
original: string;
|
|
83
|
-
resize: string;
|
|
84
|
-
crop: string;
|
|
85
|
-
'select-color': string;
|
|
86
|
-
text: string;
|
|
87
|
-
draw: string;
|
|
88
|
-
'cancel-edit': string;
|
|
89
|
-
'tab-view': string;
|
|
90
|
-
'tab-details': string;
|
|
91
|
-
'file-name': string;
|
|
92
|
-
'file-size': string;
|
|
93
|
-
'cdn-url': string;
|
|
94
|
-
'file-size-unknown': string;
|
|
95
|
-
'camera-permissions-denied': string;
|
|
96
|
-
'camera-permissions-prompt': string;
|
|
97
|
-
'camera-permissions-request': string;
|
|
98
|
-
'files-count-limit-error-title': string;
|
|
99
|
-
'files-count-limit-error-too-few': string;
|
|
100
|
-
'files-count-limit-error-too-many': string;
|
|
101
|
-
'files-max-size-limit-error': string;
|
|
102
|
-
'has-validation-errors': string;
|
|
103
|
-
'images-only-accepted': string;
|
|
104
|
-
'file-type-not-allowed': string;
|
|
105
|
-
'some-files-were-not-uploaded': string;
|
|
106
|
-
'file-item-edit-button': string;
|
|
107
|
-
'file-item-remove-button': string;
|
|
108
|
-
'a11y-activity-header-button-close': string;
|
|
109
|
-
'a11y-editor-tab-filters': string;
|
|
110
|
-
'a11y-editor-tab-tuning': string;
|
|
111
|
-
'a11y-editor-tab-crop': string;
|
|
112
|
-
flip: string;
|
|
113
|
-
mirror: string;
|
|
114
|
-
'a11y-cloud-editor-apply-filter': string;
|
|
115
|
-
'a11y-cloud-editor-apply-crop': string;
|
|
116
|
-
'a11y-cloud-editor-apply-tuning': string;
|
|
117
|
-
finished: string;
|
|
118
|
-
failed: string;
|
|
119
|
-
uploading: string;
|
|
120
|
-
idle: string;
|
|
121
|
-
'a11y-file-item-status': string;
|
|
122
|
-
'select-all': string;
|
|
123
|
-
'deselect-all': string;
|
|
124
|
-
'waiting-for': string;
|
|
125
|
-
'queued-uploading': string;
|
|
126
|
-
'queued-validation': string;
|
|
127
|
-
validation: string;
|
|
128
|
-
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
-
'crop-to-shape': string;
|
|
130
|
-
custom: string;
|
|
131
|
-
'freeform-crop': string;
|
|
132
|
-
};
|
|
133
|
-
export default _default;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'locale-id': string;
|
|
3
|
-
'social-source-lang': string;
|
|
4
|
-
'upload-file': string;
|
|
5
|
-
'upload-files': string;
|
|
6
|
-
'choose-file': string;
|
|
7
|
-
'choose-files': string;
|
|
8
|
-
'drop-files-here': string;
|
|
9
|
-
'select-file-source': string;
|
|
10
|
-
selected: string;
|
|
11
|
-
upload: string;
|
|
12
|
-
'add-more': string;
|
|
13
|
-
cancel: string;
|
|
14
|
-
'start-from-cancel': string;
|
|
15
|
-
clear: string;
|
|
16
|
-
'camera-shot': string;
|
|
17
|
-
'upload-url': string;
|
|
18
|
-
'upload-url-placeholder': string;
|
|
19
|
-
'edit-image': string;
|
|
20
|
-
'edit-detail': string;
|
|
21
|
-
back: string;
|
|
22
|
-
done: string;
|
|
23
|
-
ok: string;
|
|
24
|
-
'remove-from-list': string;
|
|
25
|
-
no: string;
|
|
26
|
-
yes: string;
|
|
27
|
-
'confirm-your-action': string;
|
|
28
|
-
'are-you-sure': string;
|
|
29
|
-
'selected-count': string;
|
|
30
|
-
'upload-error': string;
|
|
31
|
-
'validation-error': string;
|
|
32
|
-
'no-files': string;
|
|
33
|
-
browse: string;
|
|
34
|
-
'not-uploaded-yet': string;
|
|
35
|
-
file__one: string;
|
|
36
|
-
file__many: string;
|
|
37
|
-
file__few: string;
|
|
38
|
-
file__other: string;
|
|
39
|
-
error__one: string;
|
|
40
|
-
error__many: string;
|
|
41
|
-
error__few: string;
|
|
42
|
-
error__other: string;
|
|
43
|
-
'header-uploading': string;
|
|
44
|
-
'header-failed': string;
|
|
45
|
-
'header-succeed': string;
|
|
46
|
-
'header-total': string;
|
|
47
|
-
'src-type-local': string;
|
|
48
|
-
'src-type-from-url': string;
|
|
49
|
-
'src-type-camera': string;
|
|
50
|
-
'src-type-facebook': string;
|
|
51
|
-
'src-type-dropbox': string;
|
|
52
|
-
'src-type-gdrive': string;
|
|
53
|
-
'src-type-ngdrive': string;
|
|
54
|
-
'src-type-gphotos': string;
|
|
55
|
-
'src-type-flickr': string;
|
|
56
|
-
'src-type-vk': string;
|
|
57
|
-
'src-type-evernote': string;
|
|
58
|
-
'src-type-box': string;
|
|
59
|
-
'src-type-onedrive': string;
|
|
60
|
-
'src-type-huddle': string;
|
|
61
|
-
'src-type-other': string;
|
|
62
|
-
'src-type-mobile-video-camera': string;
|
|
63
|
-
'src-type-mobile-photo-camera': string;
|
|
64
|
-
'caption-from-url': string;
|
|
65
|
-
'caption-camera': string;
|
|
66
|
-
'caption-edit-file': string;
|
|
67
|
-
'file-no-name': string;
|
|
68
|
-
'toggle-fullscreen': string;
|
|
69
|
-
'toggle-guides': string;
|
|
70
|
-
rotate: string;
|
|
71
|
-
'flip-vertical': string;
|
|
72
|
-
'flip-horizontal': string;
|
|
73
|
-
apply: string;
|
|
74
|
-
brightness: string;
|
|
75
|
-
contrast: string;
|
|
76
|
-
saturation: string;
|
|
77
|
-
exposure: string;
|
|
78
|
-
gamma: string;
|
|
79
|
-
vibrance: string;
|
|
80
|
-
warmth: string;
|
|
81
|
-
enhance: string;
|
|
82
|
-
original: string;
|
|
83
|
-
resize: string;
|
|
84
|
-
crop: string;
|
|
85
|
-
'select-color': string;
|
|
86
|
-
text: string;
|
|
87
|
-
draw: string;
|
|
88
|
-
'cancel-edit': string;
|
|
89
|
-
'tab-view': string;
|
|
90
|
-
'tab-details': string;
|
|
91
|
-
'file-name': string;
|
|
92
|
-
'file-size': string;
|
|
93
|
-
'cdn-url': string;
|
|
94
|
-
'file-size-unknown': string;
|
|
95
|
-
'camera-permissions-denied': string;
|
|
96
|
-
'camera-permissions-prompt': string;
|
|
97
|
-
'camera-permissions-request': string;
|
|
98
|
-
'files-count-limit-error-title': string;
|
|
99
|
-
'files-count-limit-error-too-few': string;
|
|
100
|
-
'files-count-limit-error-too-many': string;
|
|
101
|
-
'files-max-size-limit-error': string;
|
|
102
|
-
'has-validation-errors': string;
|
|
103
|
-
'images-only-accepted': string;
|
|
104
|
-
'file-type-not-allowed': string;
|
|
105
|
-
'some-files-were-not-uploaded': string;
|
|
106
|
-
'file-item-edit-button': string;
|
|
107
|
-
'file-item-remove-button': string;
|
|
108
|
-
'a11y-activity-header-button-close': string;
|
|
109
|
-
'a11y-editor-tab-filters': string;
|
|
110
|
-
'a11y-editor-tab-tuning': string;
|
|
111
|
-
'a11y-editor-tab-crop': string;
|
|
112
|
-
flip: string;
|
|
113
|
-
mirror: string;
|
|
114
|
-
'a11y-cloud-editor-apply-filter': string;
|
|
115
|
-
'a11y-cloud-editor-apply-crop': string;
|
|
116
|
-
'a11y-cloud-editor-apply-tuning': string;
|
|
117
|
-
finished: string;
|
|
118
|
-
failed: string;
|
|
119
|
-
uploading: string;
|
|
120
|
-
idle: string;
|
|
121
|
-
'a11y-file-item-status': string;
|
|
122
|
-
'select-all': string;
|
|
123
|
-
'deselect-all': string;
|
|
124
|
-
'waiting-for': string;
|
|
125
|
-
'queued-uploading': string;
|
|
126
|
-
'queued-validation': string;
|
|
127
|
-
validation: string;
|
|
128
|
-
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
-
'crop-to-shape': string;
|
|
130
|
-
custom: string;
|
|
131
|
-
'freeform-crop': string;
|
|
132
|
-
};
|
|
133
|
-
export default _default;
|