@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,143 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.1 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T20:26:07.910Z
|
|
6
|
-
*/
|
|
7
|
-
var ar_default = {
|
|
8
|
-
"locale-id": "ar",
|
|
9
|
-
"social-source-lang": "ar",
|
|
10
|
-
"upload-file": "رفع ملف",
|
|
11
|
-
"upload-files": "رفع ملفات",
|
|
12
|
-
"choose-file": "اختر ملف",
|
|
13
|
-
"choose-files": "اختر ملفات",
|
|
14
|
-
"drop-files-here": "أسقط الملفات هنا",
|
|
15
|
-
"select-file-source": "اختر مصدر الملف",
|
|
16
|
-
selected: "مختار",
|
|
17
|
-
upload: "رفع",
|
|
18
|
-
"add-more": "أضف المزيد",
|
|
19
|
-
cancel: "إلغاء",
|
|
20
|
-
"start-from-cancel": "إلغاء",
|
|
21
|
-
clear: "مسح",
|
|
22
|
-
"camera-shot": "التقاط",
|
|
23
|
-
"upload-url": "استيراد",
|
|
24
|
-
"upload-url-placeholder": "الصق الرابط هنا",
|
|
25
|
-
"edit-image": "تعديل الصورة",
|
|
26
|
-
"edit-detail": "التفاصيل",
|
|
27
|
-
back: "عودة",
|
|
28
|
-
done: "تم",
|
|
29
|
-
ok: "موافق",
|
|
30
|
-
"remove-from-list": "إزالة",
|
|
31
|
-
no: "لا",
|
|
32
|
-
yes: "نعم",
|
|
33
|
-
"confirm-your-action": "تأكيد الإجراء",
|
|
34
|
-
"are-you-sure": "هل أنت متأكد؟",
|
|
35
|
-
"selected-count": "المختارة:",
|
|
36
|
-
"select-all": "اختر الكل",
|
|
37
|
-
"deselect-all": "إلغاء اختيار الكل",
|
|
38
|
-
"upload-error": "خطأ في الرفع",
|
|
39
|
-
"validation-error": "خطأ في التحقق",
|
|
40
|
-
"no-files": "لم يتم اختيار ملفات",
|
|
41
|
-
browse: "تصفح",
|
|
42
|
-
"not-uploaded-yet": "لم يتم الرفع بعد...",
|
|
43
|
-
file__zero: "ملف",
|
|
44
|
-
file__one: "ملف",
|
|
45
|
-
file__two: "ملفان",
|
|
46
|
-
file__few: "ملفات",
|
|
47
|
-
file__many: "ملف",
|
|
48
|
-
file__other: "ملفات",
|
|
49
|
-
error__zero: "خطأ",
|
|
50
|
-
error__one: "خطأ",
|
|
51
|
-
error__two: "خطآن",
|
|
52
|
-
error__few: "أخطاء",
|
|
53
|
-
error__many: "خطأ",
|
|
54
|
-
error__other: "أخطاء",
|
|
55
|
-
"header-uploading": "جاري رفع {{count}} {{plural:file(count)}}",
|
|
56
|
-
"header-failed": "فشل في {{count}} {{plural:error(count)}}",
|
|
57
|
-
"header-succeed": "تم رفع {{count}} {{plural:file(count)}}",
|
|
58
|
-
"header-total": "تم اختيار {{count}} {{plural:file(count)}}",
|
|
59
|
-
"src-type-local": "من الجهاز",
|
|
60
|
-
"src-type-from-url": "من رابط",
|
|
61
|
-
"src-type-camera": "كاميرا",
|
|
62
|
-
"src-type-facebook": "Facebook",
|
|
63
|
-
"src-type-dropbox": "Dropbox",
|
|
64
|
-
"src-type-gdrive": "Google Drive",
|
|
65
|
-
"src-type-ngdrive": "Google Drive",
|
|
66
|
-
"src-type-gphotos": "Google Photos",
|
|
67
|
-
"src-type-flickr": "Flickr",
|
|
68
|
-
"src-type-vk": "VK",
|
|
69
|
-
"src-type-evernote": "Evernote",
|
|
70
|
-
"src-type-box": "Box",
|
|
71
|
-
"src-type-onedrive": "OneDrive",
|
|
72
|
-
"src-type-huddle": "Huddle",
|
|
73
|
-
"src-type-other": "أخرى",
|
|
74
|
-
"src-type-mobile-video-camera": "فيديو",
|
|
75
|
-
"src-type-mobile-photo-camera": "صورة",
|
|
76
|
-
"caption-from-url": "استيراد من رابط",
|
|
77
|
-
"caption-camera": "كاميرا",
|
|
78
|
-
"caption-edit-file": "تعديل ملف",
|
|
79
|
-
"file-no-name": "بدون اسم...",
|
|
80
|
-
"toggle-fullscreen": "تبديل وضع ملء الشاشة",
|
|
81
|
-
"toggle-guides": "تبديل الإرشادات",
|
|
82
|
-
rotate: "تدوير",
|
|
83
|
-
"flip-vertical": "عكس رأسي",
|
|
84
|
-
"flip-horizontal": "عكس أفقي",
|
|
85
|
-
apply: "تطبيق",
|
|
86
|
-
brightness: "سطوع",
|
|
87
|
-
contrast: "تباين",
|
|
88
|
-
saturation: "تشبع",
|
|
89
|
-
exposure: "تعريض",
|
|
90
|
-
gamma: "غاما",
|
|
91
|
-
vibrance: "حيوية",
|
|
92
|
-
warmth: "دفء",
|
|
93
|
-
enhance: "تحسين",
|
|
94
|
-
original: "أصلي",
|
|
95
|
-
resize: "تغيير حجم الصورة",
|
|
96
|
-
crop: "قص",
|
|
97
|
-
"select-color": "اختر لون",
|
|
98
|
-
text: "نص",
|
|
99
|
-
draw: "رسم",
|
|
100
|
-
"cancel-edit": "إلغاء التعديل",
|
|
101
|
-
"tab-view": "معاينة",
|
|
102
|
-
"tab-details": "التفاصيل",
|
|
103
|
-
"file-name": "اسم الملف",
|
|
104
|
-
"file-size": "حجم الملف",
|
|
105
|
-
"cdn-url": "رابط CDN",
|
|
106
|
-
"file-size-unknown": "غير معروف",
|
|
107
|
-
"camera-permissions-denied": "تم رفض الوصول للكاميرا",
|
|
108
|
-
"camera-permissions-prompt": "الرجاء السماح بالوصول إلى الكاميرا",
|
|
109
|
-
"camera-permissions-request": "طلب الوصول",
|
|
110
|
-
"files-count-limit-error-title": "تجاوز حد عدد الملفات",
|
|
111
|
-
"files-count-limit-error-too-few": "لقد اخترت {{total}} {{plural:file(total)}}. على الأقل {{min}} {{plural:file(min)}} مطلوب.",
|
|
112
|
-
"files-count-limit-error-too-many": "لقد اخترت الكثير من الملفات. الحد الأقصى هو {{max}} {{plural:file(max)}}.",
|
|
113
|
-
"files-max-size-limit-error": "حجم الملف كبير جدًا. الحد الأقصى لحجم الملف هو {{maxFileSize}}.",
|
|
114
|
-
"has-validation-errors": "حدث خطأ في تحقق صحة الملف. يرجى التحقق من ملفاتك قبل الرفع.",
|
|
115
|
-
"images-only-accepted": "يتم قبول ملفات الصور فقط.",
|
|
116
|
-
"file-type-not-allowed": "رفع هذه أنواع الملفات غير مسموح به.",
|
|
117
|
-
"some-files-were-not-uploaded": "لم يتم رفع بعض الملفات.",
|
|
118
|
-
"file-item-edit-button": "تحرير",
|
|
119
|
-
"file-item-remove-button": "إزالة",
|
|
120
|
-
"a11y-activity-header-button-close": "إغلاق",
|
|
121
|
-
"a11y-editor-tab-filters": "فلاتر",
|
|
122
|
-
"a11y-editor-tab-tuning": "ضبط",
|
|
123
|
-
"a11y-editor-tab-crop": "قص",
|
|
124
|
-
flip: "قلب",
|
|
125
|
-
mirror: "مرآة",
|
|
126
|
-
"a11y-cloud-editor-apply-filter": "تطبيق فلتر {{name}}",
|
|
127
|
-
"a11y-cloud-editor-apply-crop": "تطبيق عملية {{name}}",
|
|
128
|
-
"a11y-cloud-editor-apply-tuning": "تطبيق ضبط {{name}}",
|
|
129
|
-
finished: "تم الانتهاء",
|
|
130
|
-
failed: "فشل",
|
|
131
|
-
uploading: "جارٍ التحميل",
|
|
132
|
-
idle: "خامل",
|
|
133
|
-
"a11y-file-item-status": "الملف {{fileName}} في حالة {{status}}",
|
|
134
|
-
"waiting-for": "في انتظار {{source}}",
|
|
135
|
-
"queued-uploading": "في انتظار الرفع",
|
|
136
|
-
"queued-validation": "في انتظار التحقق",
|
|
137
|
-
validation: "جارٍ التحقق",
|
|
138
|
-
"a11y-cloud-editor-apply-aspect-ratio": "تطبيق عملية {{name}} {{value}}",
|
|
139
|
-
"crop-to-shape": "اقتصاص إلى {{value}}",
|
|
140
|
-
custom: "حر الشكل",
|
|
141
|
-
"freeform-crop": "قص حر"
|
|
142
|
-
};
|
|
143
|
-
export { ar_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"ar","social-source-lang":"ar","upload-file":"رفع ملف","upload-files":"رفع ملفات","choose-file":"اختر ملف","choose-files":"اختر ملفات","drop-files-here":"أسقط الملفات هنا","select-file-source":"اختر مصدر الملف",selected:"مختار",upload:"رفع","add-more":"أضف المزيد",cancel:"إلغاء","start-from-cancel":"إلغاء",clear:"مسح","camera-shot":"التقاط","upload-url":"استيراد","upload-url-placeholder":"الصق الرابط هنا","edit-image":"تعديل الصورة","edit-detail":"التفاصيل",back:"عودة",done:"تم",ok:"موافق","remove-from-list":"إزالة",no:"لا",yes:"نعم","confirm-your-action":"تأكيد الإجراء","are-you-sure":"هل أنت متأكد؟","selected-count":"المختارة:","select-all":"اختر الكل","deselect-all":"إلغاء اختيار الكل","upload-error":"خطأ في الرفع","validation-error":"خطأ في التحقق","no-files":"لم يتم اختيار ملفات",browse:"تصفح","not-uploaded-yet":"لم يتم الرفع بعد...",file__zero:"ملف",file__one:"ملف",file__two:"ملفان",file__few:"ملفات",file__many:"ملف",file__other:"ملفات",error__zero:"خطأ",error__one:"خطأ",error__two:"خطآن",error__few:"أخطاء",error__many:"خطأ",error__other:"أخطاء","header-uploading":"جاري رفع {{count}} {{plural:file(count)}}","header-failed":"فشل في {{count}} {{plural:error(count)}}","header-succeed":"تم رفع {{count}} {{plural:file(count)}}","header-total":"تم اختيار {{count}} {{plural:file(count)}}","src-type-local":"من الجهاز","src-type-from-url":"من رابط","src-type-camera":"كاميرا","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":"أخرى","src-type-mobile-video-camera":"فيديو","src-type-mobile-photo-camera":"صورة","caption-from-url":"استيراد من رابط","caption-camera":"كاميرا","caption-edit-file":"تعديل ملف","file-no-name":"بدون اسم...","toggle-fullscreen":"تبديل وضع ملء الشاشة","toggle-guides":"تبديل الإرشادات",rotate:"تدوير","flip-vertical":"عكس رأسي","flip-horizontal":"عكس أفقي",apply:"تطبيق",brightness:"سطوع",contrast:"تباين",saturation:"تشبع",exposure:"تعريض",gamma:"غاما",vibrance:"حيوية",warmth:"دفء",enhance:"تحسين",original:"أصلي",resize:"تغيير حجم الصورة",crop:"قص","select-color":"اختر لون",text:"نص",draw:"رسم","cancel-edit":"إلغاء التعديل","tab-view":"معاينة","tab-details":"التفاصيل","file-name":"اسم الملف","file-size":"حجم الملف","cdn-url":"رابط CDN","file-size-unknown":"غير معروف","camera-permissions-denied":"تم رفض الوصول للكاميرا","camera-permissions-prompt":"الرجاء السماح بالوصول إلى الكاميرا","camera-permissions-request":"طلب الوصول","files-count-limit-error-title":"تجاوز حد عدد الملفات","files-count-limit-error-too-few":"لقد اخترت {{total}} {{plural:file(total)}}. على الأقل {{min}} {{plural:file(min)}} مطلوب.","files-count-limit-error-too-many":"لقد اخترت الكثير من الملفات. الحد الأقصى هو {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"حجم الملف كبير جدًا. الحد الأقصى لحجم الملف هو {{maxFileSize}}.","has-validation-errors":"حدث خطأ في تحقق صحة الملف. يرجى التحقق من ملفاتك قبل الرفع.","images-only-accepted":"يتم قبول ملفات الصور فقط.","file-type-not-allowed":"رفع هذه أنواع الملفات غير مسموح به.","some-files-were-not-uploaded":"لم يتم رفع بعض الملفات.","file-item-edit-button":"تحرير","file-item-remove-button":"إزالة","a11y-activity-header-button-close":"إغلاق","a11y-editor-tab-filters":"فلاتر","a11y-editor-tab-tuning":"ضبط","a11y-editor-tab-crop":"قص",flip:"قلب",mirror:"مرآة","a11y-cloud-editor-apply-filter":"تطبيق فلتر {{name}}","a11y-cloud-editor-apply-crop":"تطبيق عملية {{name}}","a11y-cloud-editor-apply-tuning":"تطبيق ضبط {{name}}",finished:"تم الانتهاء",failed:"فشل",uploading:"جارٍ التحميل",idle:"خامل","a11y-file-item-status":"الملف {{fileName}} في حالة {{status}}","waiting-for":"في انتظار {{source}}","queued-uploading":"في انتظار الرفع","queued-validation":"في انتظار التحقق",validation:"جارٍ التحقق","a11y-cloud-editor-apply-aspect-ratio":"تطبيق عملية {{name}} {{value}}","crop-to-shape":"اقتصاص إلى {{value}}",custom:"حر الشكل","freeform-crop":"قص حر"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"az.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/az.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAkIE"}
|
|
@@ -1,135 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.1 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T20:26:07.910Z
|
|
6
|
-
*/
|
|
7
|
-
var az_default = {
|
|
8
|
-
"locale-id": "az",
|
|
9
|
-
"social-source-lang": "az",
|
|
10
|
-
"upload-file": "Fayl yüklə",
|
|
11
|
-
"upload-files": "Faylları yüklə",
|
|
12
|
-
"choose-file": "Fayl seç",
|
|
13
|
-
"choose-files": "Faylları seç",
|
|
14
|
-
"drop-files-here": "Faylları buraya atın",
|
|
15
|
-
"select-file-source": "Fayl mənbəyi seç",
|
|
16
|
-
selected: "Seçildi",
|
|
17
|
-
upload: "Yüklə",
|
|
18
|
-
"add-more": "Daha əlavə et",
|
|
19
|
-
cancel: "Ləğv et",
|
|
20
|
-
"start-from-cancel": "Ləğv et",
|
|
21
|
-
clear: "Təmizlə",
|
|
22
|
-
"camera-shot": "Şəkil çək",
|
|
23
|
-
"upload-url": "Linkdən import et",
|
|
24
|
-
"upload-url-placeholder": "Linki buraya yapışdırın",
|
|
25
|
-
"edit-image": "Şəkili redaktə et",
|
|
26
|
-
"edit-detail": "Detallar",
|
|
27
|
-
back: "Geri",
|
|
28
|
-
done: "Tamamlandı",
|
|
29
|
-
ok: "Tamam",
|
|
30
|
-
"remove-from-list": "Siyahıdan çıxar",
|
|
31
|
-
no: "Xeyr",
|
|
32
|
-
yes: "Bəli",
|
|
33
|
-
"confirm-your-action": "Əməliyyatınızı təsdiqləyin",
|
|
34
|
-
"are-you-sure": "Əminsinizmi?",
|
|
35
|
-
"selected-count": "Seçildi:",
|
|
36
|
-
"select-all": "Hamısını seç",
|
|
37
|
-
"deselect-all": "Hamısını ləğv et",
|
|
38
|
-
"upload-error": "Yükləmə xətası",
|
|
39
|
-
"validation-error": "Doğrulama xətası",
|
|
40
|
-
"no-files": "Fayl seçilməyib",
|
|
41
|
-
browse: "Gözdən keçir",
|
|
42
|
-
"not-uploaded-yet": "Hələ yüklənməyib...",
|
|
43
|
-
file__one: "fayl",
|
|
44
|
-
file__other: "fayl",
|
|
45
|
-
error__one: "xəta",
|
|
46
|
-
error__other: "xətalar",
|
|
47
|
-
"header-uploading": "Yüklənir {{count}} {{plural:file(count)}}",
|
|
48
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
49
|
-
"header-succeed": "{{count}} {{plural:file(count)}} yükləndi",
|
|
50
|
-
"header-total": "{{count}} {{plural:file(count)}} seçildi",
|
|
51
|
-
"src-type-local": "Cihazdan",
|
|
52
|
-
"src-type-from-url": "Linkdən",
|
|
53
|
-
"src-type-camera": "Kamera",
|
|
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": "Digər",
|
|
66
|
-
"src-type-mobile-video-camera": "Video",
|
|
67
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
68
|
-
"caption-from-url": "Linkdən import et",
|
|
69
|
-
"caption-camera": "Kamera",
|
|
70
|
-
"caption-edit-file": "Faylı redaktə et",
|
|
71
|
-
"file-no-name": "Adsız...",
|
|
72
|
-
"toggle-fullscreen": "Tam ekranı dəyişdir",
|
|
73
|
-
"toggle-guides": "Yönləndirmələri dəyişdir",
|
|
74
|
-
rotate: "Döndər",
|
|
75
|
-
"flip-vertical": "Şaquli çevir",
|
|
76
|
-
"flip-horizontal": "Üfüqi çevir",
|
|
77
|
-
apply: "Tətbiq et",
|
|
78
|
-
brightness: "Parlaqlıq",
|
|
79
|
-
contrast: "Kontrast",
|
|
80
|
-
saturation: "Doygunluq",
|
|
81
|
-
exposure: "Pozlama",
|
|
82
|
-
gamma: "Qamma",
|
|
83
|
-
vibrance: "Canlılıq",
|
|
84
|
-
warmth: "İstilik",
|
|
85
|
-
enhance: "Yaxşılaşdırmaq",
|
|
86
|
-
original: "Orijinal",
|
|
87
|
-
resize: "Şəkil ölçüsünü dəyişdir",
|
|
88
|
-
crop: "Kəs",
|
|
89
|
-
"select-color": "Rəng seç",
|
|
90
|
-
text: "Mətn",
|
|
91
|
-
draw: "Çək",
|
|
92
|
-
"cancel-edit": "Redaktəni ləğv et",
|
|
93
|
-
"tab-view": "Önizləmə",
|
|
94
|
-
"tab-details": "Detallar",
|
|
95
|
-
"file-name": "Ad",
|
|
96
|
-
"file-size": "Ölçü",
|
|
97
|
-
"cdn-url": "CDN URL",
|
|
98
|
-
"file-size-unknown": "Naməlum",
|
|
99
|
-
"camera-permissions-denied": "Kamera girişi qadağandır",
|
|
100
|
-
"camera-permissions-prompt": "Lütfən, kameraya girişə icazə verin",
|
|
101
|
-
"camera-permissions-request": "Girişə icazə istə",
|
|
102
|
-
"files-count-limit-error-title": "Faylların say limiti aşıldı",
|
|
103
|
-
"files-count-limit-error-too-few": "{{total}} {{plural:file(total)}} seçdiniz. Ən az {{min}} {{plural:file(min)}} tələb olunur.",
|
|
104
|
-
"files-count-limit-error-too-many": "Çox sayda fayl seçdiniz. Maksimum {{max}} {{plural:file(max)}} olmalıdır.",
|
|
105
|
-
"files-max-size-limit-error": "Fayl çox böyükdür. Maksimum fayl ölçüsü {{maxFileSize}}.",
|
|
106
|
-
"has-validation-errors": "Fayl doğrulama xətası baş verdi. Lütfən, yükləmədən əvvəl fayllarınızı yoxlayın.",
|
|
107
|
-
"images-only-accepted": "Yalnız şəkil faylları qəbul edilir.",
|
|
108
|
-
"file-type-not-allowed": "Bu fayl növlərinin yüklənməsinə icazə verilmir.",
|
|
109
|
-
"some-files-were-not-uploaded": "Bəzi fayllar yüklənmədi.",
|
|
110
|
-
"file-item-edit-button": "Dəyişdir",
|
|
111
|
-
"file-item-remove-button": "Sil",
|
|
112
|
-
"a11y-activity-header-button-close": "Bağla",
|
|
113
|
-
"a11y-editor-tab-filters": "Filtrlər",
|
|
114
|
-
"a11y-editor-tab-tuning": "Tənzimləmə",
|
|
115
|
-
"a11y-editor-tab-crop": "Kəsmə",
|
|
116
|
-
flip: "Tərsinə çevir",
|
|
117
|
-
mirror: "Ayna",
|
|
118
|
-
"a11y-cloud-editor-apply-filter": "{{name}} filtrini tətbiq et",
|
|
119
|
-
"a11y-cloud-editor-apply-crop": "{{name}} əməliyyatını tətbiq et",
|
|
120
|
-
"a11y-cloud-editor-apply-tuning": "{{name}} tənzimləməsini tətbiq et",
|
|
121
|
-
finished: "Bitdi",
|
|
122
|
-
failed: "Uğursuz",
|
|
123
|
-
uploading: "Yüklənir",
|
|
124
|
-
idle: "Boş",
|
|
125
|
-
"a11y-file-item-status": "{{fileName}} faylı {{status}} statusundadır",
|
|
126
|
-
"waiting-for": "{{source}} gözlənilir",
|
|
127
|
-
"queued-uploading": "Yükləmə üçün növbədə",
|
|
128
|
-
"queued-validation": "Doğrulama üçün növbədə",
|
|
129
|
-
validation: "Doğrulanır",
|
|
130
|
-
"a11y-cloud-editor-apply-aspect-ratio": "{{name}} {{value}} əməliyyatını tətbiq et",
|
|
131
|
-
"crop-to-shape": "{{value}} ölçüsünə kəs",
|
|
132
|
-
custom: "Sərbəst forma",
|
|
133
|
-
"freeform-crop": "Sərbəst kəsmə"
|
|
134
|
-
};
|
|
135
|
-
export { az_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"az","social-source-lang":"az","upload-file":"Fayl y\xfcklə","upload-files":"Faylları y\xfcklə","choose-file":"Fayl se\xe7","choose-files":"Faylları se\xe7","drop-files-here":"Faylları buraya atın","select-file-source":"Fayl mənbəyi se\xe7",selected:"Se\xe7ildi",upload:"Y\xfcklə","add-more":"Daha əlavə et",cancel:"Ləğv et","start-from-cancel":"Ləğv et",clear:"Təmizlə","camera-shot":"Şəkil \xe7ək","upload-url":"Linkdən import et","upload-url-placeholder":"Linki buraya yapışdırın","edit-image":"Şəkili redaktə et","edit-detail":"Detallar",back:"Geri",done:"Tamamlandı",ok:"Tamam","remove-from-list":"Siyahıdan \xe7ıxar",no:"Xeyr",yes:"Bəli","confirm-your-action":"Əməliyyatınızı təsdiqləyin","are-you-sure":"Əminsinizmi?","selected-count":"Se\xe7ildi:","select-all":"Hamısını se\xe7","deselect-all":"Hamısını ləğv et","upload-error":"Y\xfckləmə xətası","validation-error":"Doğrulama xətası","no-files":"Fayl se\xe7ilməyib",browse:"G\xf6zdən ke\xe7ir","not-uploaded-yet":"Hələ y\xfcklənməyib...",file__one:"fayl",file__other:"fayl",error__one:"xəta",error__other:"xətalar","header-uploading":"Y\xfcklənir {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} y\xfckləndi","header-total":"{{count}} {{plural:file(count)}} se\xe7ildi","src-type-local":"Cihazdan","src-type-from-url":"Linkdən","src-type-camera":"Kamera","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":"Digər","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Linkdən import et","caption-camera":"Kamera","caption-edit-file":"Faylı redaktə et","file-no-name":"Adsız...","toggle-fullscreen":"Tam ekranı dəyişdir","toggle-guides":"Y\xf6nləndirmələri dəyişdir",rotate:"D\xf6ndər","flip-vertical":"Şaquli \xe7evir","flip-horizontal":"\xdcf\xfcqi \xe7evir",apply:"Tətbiq et",brightness:"Parlaqlıq",contrast:"Kontrast",saturation:"Doygunluq",exposure:"Pozlama",gamma:"Qamma",vibrance:"Canlılıq",warmth:"İstilik",enhance:"Yaxşılaşdırmaq",original:"Orijinal",resize:"Şəkil \xf6l\xe7\xfcs\xfcn\xfc dəyişdir",crop:"Kəs","select-color":"Rəng se\xe7",text:"Mətn",draw:"\xc7ək","cancel-edit":"Redaktəni ləğv et","tab-view":"\xd6nizləmə","tab-details":"Detallar","file-name":"Ad","file-size":"\xd6l\xe7\xfc","cdn-url":"CDN URL","file-size-unknown":"Naməlum","camera-permissions-denied":"Kamera girişi qadağandır","camera-permissions-prompt":"L\xfctfən, kameraya girişə icazə verin","camera-permissions-request":"Girişə icazə istə","files-count-limit-error-title":"Faylların say limiti aşıldı","files-count-limit-error-too-few":"{{total}} {{plural:file(total)}} se\xe7diniz. Ən az {{min}} {{plural:file(min)}} tələb olunur.","files-count-limit-error-too-many":"\xc7ox sayda fayl se\xe7diniz. Maksimum {{max}} {{plural:file(max)}} olmalıdır.","files-max-size-limit-error":"Fayl \xe7ox b\xf6y\xfckd\xfcr. Maksimum fayl \xf6l\xe7\xfcs\xfc {{maxFileSize}}.","has-validation-errors":"Fayl doğrulama xətası baş verdi. L\xfctfən, y\xfckləmədən əvvəl fayllarınızı yoxlayın.","images-only-accepted":"Yalnız şəkil faylları qəbul edilir.","file-type-not-allowed":"Bu fayl n\xf6vlərinin y\xfcklənməsinə icazə verilmir.","some-files-were-not-uploaded":"Bəzi fayllar y\xfcklənmədi.","file-item-edit-button":"Dəyişdir","file-item-remove-button":"Sil","a11y-activity-header-button-close":"Bağla","a11y-editor-tab-filters":"Filtrlər","a11y-editor-tab-tuning":"Tənzimləmə","a11y-editor-tab-crop":"Kəsmə",flip:"Tərsinə \xe7evir",mirror:"Ayna","a11y-cloud-editor-apply-filter":"{{name}} filtrini tətbiq et","a11y-cloud-editor-apply-crop":"{{name}} əməliyyatını tətbiq et","a11y-cloud-editor-apply-tuning":"{{name}} tənzimləməsini tətbiq et",finished:"Bitdi",failed:"Uğursuz",uploading:"Y\xfcklənir",idle:"Boş","a11y-file-item-status":"{{fileName}} faylı {{status}} statusundadır","waiting-for":"{{source}} g\xf6zlənilir","queued-uploading":"Y\xfckləmə \xfc\xe7\xfcn n\xf6vbədə","queued-validation":"Doğrulama \xfc\xe7\xfcn n\xf6vbədə",validation:"Doğrulanır","a11y-cloud-editor-apply-aspect-ratio":"{{name}} {{value}} əməliyyatını tətbiq et","crop-to-shape":"{{value}} \xf6l\xe7\xfcs\xfcnə kəs",custom:"Sərbəst forma","freeform-crop":"Sərbəst kəsmə"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ca.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/ca.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsIE"}
|
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.1 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T20:26:07.910Z
|
|
6
|
-
*/
|
|
7
|
-
var ca_default = {
|
|
8
|
-
"locale-id": "ca",
|
|
9
|
-
"social-source-lang": "ca",
|
|
10
|
-
"upload-file": "Pujar fitxer",
|
|
11
|
-
"upload-files": "Pujar fitxers",
|
|
12
|
-
"choose-file": "Tria fitxer",
|
|
13
|
-
"choose-files": "Tria fitxers",
|
|
14
|
-
"drop-files-here": "Deixa caure els fitxers aquí",
|
|
15
|
-
"select-file-source": "Selecciona l'origen del fitxer",
|
|
16
|
-
selected: "Seleccionat",
|
|
17
|
-
upload: "Pujar",
|
|
18
|
-
"add-more": "Afegir més",
|
|
19
|
-
cancel: "Cancel·lar",
|
|
20
|
-
"start-from-cancel": "Cancel·lar",
|
|
21
|
-
clear: "Netejar",
|
|
22
|
-
"camera-shot": "Captura",
|
|
23
|
-
"upload-url": "Importar",
|
|
24
|
-
"upload-url-placeholder": "Enganxa l'enllaç aquí",
|
|
25
|
-
"edit-image": "Editar imatge",
|
|
26
|
-
"edit-detail": "Detalls",
|
|
27
|
-
back: "Enrere",
|
|
28
|
-
done: "Fet",
|
|
29
|
-
ok: "D'acord",
|
|
30
|
-
"remove-from-list": "Eliminar",
|
|
31
|
-
no: "No",
|
|
32
|
-
yes: "Sí",
|
|
33
|
-
"confirm-your-action": "Confirma l'acció",
|
|
34
|
-
"are-you-sure": "Estàs segur?",
|
|
35
|
-
"selected-count": "Seleccionat:",
|
|
36
|
-
"select-all": "Seleccionar tot",
|
|
37
|
-
"deselect-all": "Deseleccionar tot",
|
|
38
|
-
"upload-error": "Error de càrrega",
|
|
39
|
-
"validation-error": "Error de validació",
|
|
40
|
-
"no-files": "Cap fitxer seleccionat",
|
|
41
|
-
browse: "Navegar",
|
|
42
|
-
file__one: "fitxer",
|
|
43
|
-
"not-uploaded-yet": "Encara no s'ha pujat...",
|
|
44
|
-
file__other: "fitxers",
|
|
45
|
-
file__many: "fitxers",
|
|
46
|
-
error__one: "error",
|
|
47
|
-
error__other: "errors",
|
|
48
|
-
error__many: "errors",
|
|
49
|
-
"header-uploading": "S'està pujant {{count}} {{plural:file(count)}}",
|
|
50
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
51
|
-
"header-succeed": "{{count}} {{plural:file(count)}} pujat",
|
|
52
|
-
"header-total": "{{count}} {{plural:file(count)}} seleccionat",
|
|
53
|
-
"src-type-local": "Des de dispositiu",
|
|
54
|
-
"src-type-from-url": "Des d'enllaç",
|
|
55
|
-
"src-type-camera": "Càmera",
|
|
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": "Altres",
|
|
68
|
-
"src-type-mobile-video-camera": "Vídeo",
|
|
69
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
70
|
-
"caption-from-url": "Importar des d'enllaç",
|
|
71
|
-
"caption-camera": "Càmera",
|
|
72
|
-
"caption-edit-file": "Editar fitxer",
|
|
73
|
-
"file-no-name": "Sense nom...",
|
|
74
|
-
"toggle-fullscreen": "Commuta pantalla completa",
|
|
75
|
-
"toggle-guides": "Commuta guies",
|
|
76
|
-
rotate: "Rotar",
|
|
77
|
-
"flip-vertical": "Voltejar verticalment",
|
|
78
|
-
"flip-horizontal": "Voltejar horitzontalment",
|
|
79
|
-
apply: "Aplica",
|
|
80
|
-
brightness: "Brillantor",
|
|
81
|
-
contrast: "Contrast",
|
|
82
|
-
saturation: "Saturació",
|
|
83
|
-
exposure: "Exposició",
|
|
84
|
-
gamma: "Gamma",
|
|
85
|
-
vibrance: "Vibració",
|
|
86
|
-
warmth: "Calidesa",
|
|
87
|
-
enhance: "Millora",
|
|
88
|
-
original: "Original",
|
|
89
|
-
resize: "Redimensionar imatge",
|
|
90
|
-
crop: "Retallar",
|
|
91
|
-
"select-color": "Selecciona color",
|
|
92
|
-
text: "Text",
|
|
93
|
-
draw: "Dibuixar",
|
|
94
|
-
"cancel-edit": "Cancel·lar edició",
|
|
95
|
-
"tab-view": "Vista prèvia",
|
|
96
|
-
"tab-details": "Detalls",
|
|
97
|
-
"file-name": "Nom",
|
|
98
|
-
"file-size": "Mida",
|
|
99
|
-
"cdn-url": "URL CDN",
|
|
100
|
-
"file-size-unknown": "Desconeguda",
|
|
101
|
-
"camera-permissions-denied": "Accés a la càmera denegat",
|
|
102
|
-
"camera-permissions-prompt": "Si us plau, permet l'accés a la càmera",
|
|
103
|
-
"camera-permissions-request": "Sol·licitar accés",
|
|
104
|
-
"files-count-limit-error-title": "Límit de fitxers superat",
|
|
105
|
-
"files-count-limit-error-too-few": "Has seleccionat {{total}} {{plural:file(total)}}. S'exigeix un mínim de {{min}} {{plural:file(min)}}.",
|
|
106
|
-
"files-count-limit-error-too-many": "Has seleccionat massa fitxers. El màxim permès és {{max}} {{plural:file(max)}}.",
|
|
107
|
-
"files-max-size-limit-error": "El fitxer és massa gran. La mida màxima de fitxer és {{maxFileSize}}.",
|
|
108
|
-
"has-validation-errors": "S'ha produït un error de validació dels fitxers. Si us plau, revisa els teus fitxers abans de pujar-los.",
|
|
109
|
-
"images-only-accepted": "Només s'accepten fitxers d'imatge.",
|
|
110
|
-
"file-type-not-allowed": "No està permès pujar fitxers d'aquest tipus.",
|
|
111
|
-
"some-files-were-not-uploaded": "Alguns fitxers no s'han pujat.",
|
|
112
|
-
"file-item-edit-button": "Editar",
|
|
113
|
-
"file-item-remove-button": "Eliminar",
|
|
114
|
-
"a11y-activity-header-button-close": "Tancar",
|
|
115
|
-
"a11y-editor-tab-filters": "Filtres",
|
|
116
|
-
"a11y-editor-tab-tuning": "Ajust",
|
|
117
|
-
"a11y-editor-tab-crop": "Retallar",
|
|
118
|
-
flip: "Capgirar",
|
|
119
|
-
mirror: "Mirall",
|
|
120
|
-
"a11y-cloud-editor-apply-filter": "Aplicar el filtre {{name}}",
|
|
121
|
-
"a11y-cloud-editor-apply-crop": "Aplicar l'operació {{name}}",
|
|
122
|
-
"a11y-cloud-editor-apply-tuning": "Aplicar l'ajust {{name}}",
|
|
123
|
-
finished: "Acabat",
|
|
124
|
-
failed: "Fallat",
|
|
125
|
-
uploading: "Carregant",
|
|
126
|
-
idle: "Inactiu",
|
|
127
|
-
"a11y-file-item-status": "El fitxer {{fileName}} està en estat {{status}}",
|
|
128
|
-
"waiting-for": "Esperant per {{source}}",
|
|
129
|
-
"queued-uploading": "En cua per pujar",
|
|
130
|
-
"queued-validation": "En cua per validar",
|
|
131
|
-
validation: "Validant",
|
|
132
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Aplicar operació {{name}} {{value}}",
|
|
133
|
-
"crop-to-shape": "Retalla a {{value}}",
|
|
134
|
-
custom: "Forma lliure",
|
|
135
|
-
"freeform-crop": "Retallat lliure"
|
|
136
|
-
};
|
|
137
|
-
export { ca_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"ca","social-source-lang":"ca","upload-file":"Pujar fitxer","upload-files":"Pujar fitxers","choose-file":"Tria fitxer","choose-files":"Tria fitxers","drop-files-here":"Deixa caure els fitxers aqu\xed","select-file-source":"Selecciona l'origen del fitxer",selected:"Seleccionat",upload:"Pujar","add-more":"Afegir m\xe9s",cancel:"Cancel\xb7lar","start-from-cancel":"Cancel\xb7lar",clear:"Netejar","camera-shot":"Captura","upload-url":"Importar","upload-url-placeholder":"Enganxa l'enlla\xe7 aqu\xed","edit-image":"Editar imatge","edit-detail":"Detalls",back:"Enrere",done:"Fet",ok:"D'acord","remove-from-list":"Eliminar",no:"No",yes:"S\xed","confirm-your-action":"Confirma l'acci\xf3","are-you-sure":"Est\xe0s segur?","selected-count":"Seleccionat:","select-all":"Seleccionar tot","deselect-all":"Deseleccionar tot","upload-error":"Error de c\xe0rrega","validation-error":"Error de validaci\xf3","no-files":"Cap fitxer seleccionat",browse:"Navegar",file__one:"fitxer","not-uploaded-yet":"Encara no s'ha pujat...",file__other:"fitxers",file__many:"fitxers",error__one:"error",error__other:"errors",error__many:"errors","header-uploading":"S'est\xe0 pujant {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} pujat","header-total":"{{count}} {{plural:file(count)}} seleccionat","src-type-local":"Des de dispositiu","src-type-from-url":"Des d'enlla\xe7","src-type-camera":"C\xe0mera","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":"Altres","src-type-mobile-video-camera":"V\xeddeo","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importar des d'enlla\xe7","caption-camera":"C\xe0mera","caption-edit-file":"Editar fitxer","file-no-name":"Sense nom...","toggle-fullscreen":"Commuta pantalla completa","toggle-guides":"Commuta guies",rotate:"Rotar","flip-vertical":"Voltejar verticalment","flip-horizontal":"Voltejar horitzontalment",apply:"Aplica",brightness:"Brillantor",contrast:"Contrast",saturation:"Saturaci\xf3",exposure:"Exposici\xf3",gamma:"Gamma",vibrance:"Vibraci\xf3",warmth:"Calidesa",enhance:"Millora",original:"Original",resize:"Redimensionar imatge",crop:"Retallar","select-color":"Selecciona color",text:"Text",draw:"Dibuixar","cancel-edit":"Cancel\xb7lar edici\xf3","tab-view":"Vista pr\xe8via","tab-details":"Detalls","file-name":"Nom","file-size":"Mida","cdn-url":"URL CDN","file-size-unknown":"Desconeguda","camera-permissions-denied":"Acc\xe9s a la c\xe0mera denegat","camera-permissions-prompt":"Si us plau, permet l'acc\xe9s a la c\xe0mera","camera-permissions-request":"Sol\xb7licitar acc\xe9s","files-count-limit-error-title":"L\xedmit de fitxers superat","files-count-limit-error-too-few":"Has seleccionat {{total}} {{plural:file(total)}}. S'exigeix un m\xednim de {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Has seleccionat massa fitxers. El m\xe0xim perm\xe8s \xe9s {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"El fitxer \xe9s massa gran. La mida m\xe0xima de fitxer \xe9s {{maxFileSize}}.","has-validation-errors":"S'ha produ\xeft un error de validaci\xf3 dels fitxers. Si us plau, revisa els teus fitxers abans de pujar-los.","images-only-accepted":"Nom\xe9s s'accepten fitxers d'imatge.","file-type-not-allowed":"No est\xe0 perm\xe8s pujar fitxers d'aquest tipus.","some-files-were-not-uploaded":"Alguns fitxers no s'han pujat.","file-item-edit-button":"Editar","file-item-remove-button":"Eliminar","a11y-activity-header-button-close":"Tancar","a11y-editor-tab-filters":"Filtres","a11y-editor-tab-tuning":"Ajust","a11y-editor-tab-crop":"Retallar",flip:"Capgirar",mirror:"Mirall","a11y-cloud-editor-apply-filter":"Aplicar el filtre {{name}}","a11y-cloud-editor-apply-crop":"Aplicar l'operaci\xf3 {{name}}","a11y-cloud-editor-apply-tuning":"Aplicar l'ajust {{name}}",finished:"Acabat",failed:"Fallat",uploading:"Carregant",idle:"Inactiu","a11y-file-item-status":"El fitxer {{fileName}} est\xe0 en estat {{status}}","waiting-for":"Esperant per {{source}}","queued-uploading":"En cua per pujar","queued-validation":"En cua per validar",validation:"Validant","a11y-cloud-editor-apply-aspect-ratio":"Aplicar operaci\xf3 {{name}} {{value}}","crop-to-shape":"Retalla a {{value}}",custom:"Forma lliure","freeform-crop":"Retallat lliure"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/locales/file-uploader/cs.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAwIE"}
|
|
@@ -1,139 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @license
|
|
3
|
-
* Package: @uploadcare/file-uploader@1.28.0-alpha.1 (MIT)
|
|
4
|
-
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
-
* Built: 2026-03-02T20:26:07.910Z
|
|
6
|
-
*/
|
|
7
|
-
var cs_default = {
|
|
8
|
-
"locale-id": "cs",
|
|
9
|
-
"social-source-lang": "cs",
|
|
10
|
-
"upload-file": "Nahrát soubor",
|
|
11
|
-
"upload-files": "Nahrát soubory",
|
|
12
|
-
"choose-file": "Vybrat soubor",
|
|
13
|
-
"choose-files": "Vybrat soubory",
|
|
14
|
-
"drop-files-here": "Přetáhněte soubory sem",
|
|
15
|
-
"select-file-source": "Vyberte zdroj souboru",
|
|
16
|
-
selected: "Vybráno",
|
|
17
|
-
upload: "Nahrát",
|
|
18
|
-
"add-more": "Přidat další",
|
|
19
|
-
cancel: "Zrušit",
|
|
20
|
-
"start-from-cancel": "Zrušit",
|
|
21
|
-
clear: "Vyčistit",
|
|
22
|
-
"camera-shot": "Snímek",
|
|
23
|
-
"upload-url": "Importovat",
|
|
24
|
-
"upload-url-placeholder": "Vložte odkaz zde",
|
|
25
|
-
"edit-image": "Upravit obrázek",
|
|
26
|
-
"edit-detail": "Detaily",
|
|
27
|
-
back: "Zpět",
|
|
28
|
-
done: "Hotovo",
|
|
29
|
-
ok: "Ok",
|
|
30
|
-
"remove-from-list": "Odebrat",
|
|
31
|
-
no: "Ne",
|
|
32
|
-
yes: "Ano",
|
|
33
|
-
"confirm-your-action": "Potvrdit akci",
|
|
34
|
-
"are-you-sure": "Jste si jistí?",
|
|
35
|
-
"selected-count": "Vybráno:",
|
|
36
|
-
"select-all": "Vybrat vše",
|
|
37
|
-
"deselect-all": "Zrušit výběr všeho",
|
|
38
|
-
"upload-error": "Chyba nahrávání",
|
|
39
|
-
"validation-error": "Chyba validace",
|
|
40
|
-
"no-files": "Nebyly vybrány žádné soubory",
|
|
41
|
-
browse: "Procházet",
|
|
42
|
-
"not-uploaded-yet": "Ještě nebylo nahráno...",
|
|
43
|
-
file__one: "soubor",
|
|
44
|
-
file__few: "soubory",
|
|
45
|
-
file__many: "souborů",
|
|
46
|
-
file__other: "souborů",
|
|
47
|
-
error__one: "chyba",
|
|
48
|
-
error__few: "chyby",
|
|
49
|
-
error__many: "chyby",
|
|
50
|
-
error__other: "chyb",
|
|
51
|
-
"header-uploading": "Nahrává se {{count}} {{plural:file(count)}}",
|
|
52
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
53
|
-
"header-succeed": "{{count}} {{plural:file(count)}} nahráno",
|
|
54
|
-
"header-total": "{{count}} {{plural:file(count)}} vybráno",
|
|
55
|
-
"src-type-local": "Zařízení",
|
|
56
|
-
"src-type-from-url": "Z odkazu",
|
|
57
|
-
"src-type-camera": "Kamera",
|
|
58
|
-
"src-type-facebook": "Facebook",
|
|
59
|
-
"src-type-dropbox": "Dropbox",
|
|
60
|
-
"src-type-gdrive": "Google Drive",
|
|
61
|
-
"src-type-ngdrive": "Google Drive",
|
|
62
|
-
"src-type-gphotos": "Google Photos",
|
|
63
|
-
"src-type-flickr": "Flickr",
|
|
64
|
-
"src-type-vk": "VK",
|
|
65
|
-
"src-type-evernote": "Evernote",
|
|
66
|
-
"src-type-box": "Box",
|
|
67
|
-
"src-type-onedrive": "OneDrive",
|
|
68
|
-
"src-type-huddle": "Huddle",
|
|
69
|
-
"src-type-other": "Jiné",
|
|
70
|
-
"src-type-mobile-video-camera": "Video",
|
|
71
|
-
"src-type-mobile-photo-camera": "Foto",
|
|
72
|
-
"caption-from-url": "Importovat z odkazu",
|
|
73
|
-
"caption-camera": "Kamera",
|
|
74
|
-
"caption-edit-file": "Upravit soubor",
|
|
75
|
-
"file-no-name": "Bez názvu...",
|
|
76
|
-
"toggle-fullscreen": "Přepnout celou obrazovku",
|
|
77
|
-
"toggle-guides": "Přepnout průvodce",
|
|
78
|
-
rotate: "Otočit",
|
|
79
|
-
"flip-vertical": "Převrátit vertikálně",
|
|
80
|
-
"flip-horizontal": "Převrátit horizontálně",
|
|
81
|
-
apply: "Použít",
|
|
82
|
-
brightness: "Jas",
|
|
83
|
-
contrast: "Kontrast",
|
|
84
|
-
saturation: "Sytost",
|
|
85
|
-
exposure: "Expozice",
|
|
86
|
-
gamma: "Gama",
|
|
87
|
-
vibrance: "Vibrance",
|
|
88
|
-
warmth: "Teplo",
|
|
89
|
-
enhance: "Vylepšit",
|
|
90
|
-
original: "Originál",
|
|
91
|
-
resize: "Změnit velikost",
|
|
92
|
-
crop: "Oříznout",
|
|
93
|
-
"select-color": "Vybrat barvu",
|
|
94
|
-
text: "Text",
|
|
95
|
-
draw: "Kreslit",
|
|
96
|
-
"cancel-edit": "Zrušit úpravy",
|
|
97
|
-
"tab-view": "Náhled",
|
|
98
|
-
"tab-details": "Detaily",
|
|
99
|
-
"file-name": "Název",
|
|
100
|
-
"file-size": "Velikost",
|
|
101
|
-
"cdn-url": "CDN URL",
|
|
102
|
-
"file-size-unknown": "Neznámá",
|
|
103
|
-
"camera-permissions-denied": "Přístup ke kameře byl zamítnut",
|
|
104
|
-
"camera-permissions-prompt": "Prosím, povolte přístup ke kameře",
|
|
105
|
-
"camera-permissions-request": "Požádat o přístup",
|
|
106
|
-
"files-count-limit-error-title": "Překročen limit počtu souborů",
|
|
107
|
-
"files-count-limit-error-too-few": "Vybrali jste {{total}} {{plural:file(total)}}. Minimálně je vyžadováno {{min}} {{plural:file(min)}}.",
|
|
108
|
-
"files-count-limit-error-too-many": "Vybrali jste příliš mnoho souborů. Maximálně je možné {{max}} {{plural:file(max)}}.",
|
|
109
|
-
"files-max-size-limit-error": "Soubor je příliš velký. Maximální velikost souboru je {{maxFileSize}}.",
|
|
110
|
-
"has-validation-errors": "Při validaci souborů došlo k chybám. Prosím, překontrolujte své soubory před nahráním.",
|
|
111
|
-
"images-only-accepted": "Přijímány jsou pouze obrázkové soubory.",
|
|
112
|
-
"file-type-not-allowed": "Nahrávání těchto typů souborů není povoleno.",
|
|
113
|
-
"some-files-were-not-uploaded": "Některé soubory nebyly nahrány.",
|
|
114
|
-
"file-item-edit-button": "Upravit",
|
|
115
|
-
"file-item-remove-button": "Odstranit",
|
|
116
|
-
"a11y-activity-header-button-close": "Zavřít",
|
|
117
|
-
"a11y-editor-tab-filters": "Filtry",
|
|
118
|
-
"a11y-editor-tab-tuning": "Ladění",
|
|
119
|
-
"a11y-editor-tab-crop": "Oříznutí",
|
|
120
|
-
flip: "Převrátit",
|
|
121
|
-
mirror: "Zrcadlit",
|
|
122
|
-
"a11y-cloud-editor-apply-filter": "Použít filtr {{name}}",
|
|
123
|
-
"a11y-cloud-editor-apply-crop": "Použít operaci {{name}}",
|
|
124
|
-
"a11y-cloud-editor-apply-tuning": "Použít ladění {{name}}",
|
|
125
|
-
finished: "Dokončeno",
|
|
126
|
-
failed: "Selhalo",
|
|
127
|
-
uploading: "Nahrává se",
|
|
128
|
-
idle: "Nečinný",
|
|
129
|
-
"a11y-file-item-status": "Soubor {{fileName}} je ve stavu {{status}}",
|
|
130
|
-
"waiting-for": "Čekání na {{source}}",
|
|
131
|
-
"queued-uploading": "Ve frontě na nahrání",
|
|
132
|
-
"queued-validation": "Ve frontě na validaci",
|
|
133
|
-
validation: "Probíhá validace",
|
|
134
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Použít operaci {{name}} {{value}}",
|
|
135
|
-
"crop-to-shape": "Oříznout na {{value}}",
|
|
136
|
-
custom: "Volná forma",
|
|
137
|
-
"freeform-crop": "Volné ořezání"
|
|
138
|
-
};
|
|
139
|
-
export { cs_default as default };
|
|
1
|
+
var __webpack_require__={};__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop);var __webpack_exports__={};__webpack_require__.d(__webpack_exports__,{A:()=>__rspack_default_export});let __rspack_default_export={"locale-id":"cs","social-source-lang":"cs","upload-file":"Nahr\xe1t soubor","upload-files":"Nahr\xe1t soubory","choose-file":"Vybrat soubor","choose-files":"Vybrat soubory","drop-files-here":"Přet\xe1hněte soubory sem","select-file-source":"Vyberte zdroj souboru",selected:"Vybr\xe1no",upload:"Nahr\xe1t","add-more":"Přidat dalš\xed",cancel:"Zrušit","start-from-cancel":"Zrušit",clear:"Vyčistit","camera-shot":"Sn\xedmek","upload-url":"Importovat","upload-url-placeholder":"Vložte odkaz zde","edit-image":"Upravit obr\xe1zek","edit-detail":"Detaily",back:"Zpět",done:"Hotovo",ok:"Ok","remove-from-list":"Odebrat",no:"Ne",yes:"Ano","confirm-your-action":"Potvrdit akci","are-you-sure":"Jste si jist\xed?","selected-count":"Vybr\xe1no:","select-all":"Vybrat vše","deselect-all":"Zrušit v\xfdběr všeho","upload-error":"Chyba nahr\xe1v\xe1n\xed","validation-error":"Chyba validace","no-files":"Nebyly vybr\xe1ny ž\xe1dn\xe9 soubory",browse:"Proch\xe1zet","not-uploaded-yet":"Ještě nebylo nahr\xe1no...",file__one:"soubor",file__few:"soubory",file__many:"souborů",file__other:"souborů",error__one:"chyba",error__few:"chyby",error__many:"chyby",error__other:"chyb","header-uploading":"Nahr\xe1v\xe1 se {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} nahr\xe1no","header-total":"{{count}} {{plural:file(count)}} vybr\xe1no","src-type-local":"Zař\xedzen\xed","src-type-from-url":"Z odkazu","src-type-camera":"Kamera","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":"Jin\xe9","src-type-mobile-video-camera":"Video","src-type-mobile-photo-camera":"Foto","caption-from-url":"Importovat z odkazu","caption-camera":"Kamera","caption-edit-file":"Upravit soubor","file-no-name":"Bez n\xe1zvu...","toggle-fullscreen":"Přepnout celou obrazovku","toggle-guides":"Přepnout průvodce",rotate:"Otočit","flip-vertical":"Převr\xe1tit vertik\xe1lně","flip-horizontal":"Převr\xe1tit horizont\xe1lně",apply:"Použ\xedt",brightness:"Jas",contrast:"Kontrast",saturation:"Sytost",exposure:"Expozice",gamma:"Gama",vibrance:"Vibrance",warmth:"Teplo",enhance:"Vylepšit",original:"Origin\xe1l",resize:"Změnit velikost",crop:"Oř\xedznout","select-color":"Vybrat barvu",text:"Text",draw:"Kreslit","cancel-edit":"Zrušit \xfapravy","tab-view":"N\xe1hled","tab-details":"Detaily","file-name":"N\xe1zev","file-size":"Velikost","cdn-url":"CDN URL","file-size-unknown":"Nezn\xe1m\xe1","camera-permissions-denied":"Př\xedstup ke kameře byl zam\xedtnut","camera-permissions-prompt":"Pros\xedm, povolte př\xedstup ke kameře","camera-permissions-request":"Pož\xe1dat o př\xedstup","files-count-limit-error-title":"Překročen limit počtu souborů","files-count-limit-error-too-few":"Vybrali jste {{total}} {{plural:file(total)}}. Minim\xe1lně je vyžadov\xe1no {{min}} {{plural:file(min)}}.","files-count-limit-error-too-many":"Vybrali jste př\xedliš mnoho souborů. Maxim\xe1lně je možn\xe9 {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"Soubor je př\xedliš velk\xfd. Maxim\xe1ln\xed velikost souboru je {{maxFileSize}}.","has-validation-errors":"Při validaci souborů došlo k chyb\xe1m. Pros\xedm, překontrolujte sv\xe9 soubory před nahr\xe1n\xedm.","images-only-accepted":"Přij\xedm\xe1ny jsou pouze obr\xe1zkov\xe9 soubory.","file-type-not-allowed":"Nahr\xe1v\xe1n\xed těchto typů souborů nen\xed povoleno.","some-files-were-not-uploaded":"Někter\xe9 soubory nebyly nahr\xe1ny.","file-item-edit-button":"Upravit","file-item-remove-button":"Odstranit","a11y-activity-header-button-close":"Zavř\xedt","a11y-editor-tab-filters":"Filtry","a11y-editor-tab-tuning":"Laděn\xed","a11y-editor-tab-crop":"Oř\xedznut\xed",flip:"Převr\xe1tit",mirror:"Zrcadlit","a11y-cloud-editor-apply-filter":"Použ\xedt filtr {{name}}","a11y-cloud-editor-apply-crop":"Použ\xedt operaci {{name}}","a11y-cloud-editor-apply-tuning":"Použ\xedt laděn\xed {{name}}",finished:"Dokončeno",failed:"Selhalo",uploading:"Nahr\xe1v\xe1 se",idle:"Nečinn\xfd","a11y-file-item-status":"Soubor {{fileName}} je ve stavu {{status}}","waiting-for":"Ček\xe1n\xed na {{source}}","queued-uploading":"Ve frontě na nahr\xe1n\xed","queued-validation":"Ve frontě na validaci",validation:"Prob\xedh\xe1 validace","a11y-cloud-editor-apply-aspect-ratio":"Použ\xedt operaci {{name}} {{value}}","crop-to-shape":"Oř\xedznout na {{value}}",custom:"Voln\xe1 forma","freeform-crop":"Voln\xe9 ořez\xe1n\xed"};var __webpack_exports__default=__webpack_exports__.A;export{__webpack_exports__default as default};
|