@uploadcare/file-uploader 1.5.3-alpha.0 → 1.5.3-alpha.3
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/README.md +5 -5
- package/abstract/ActivityBlock.d.ts +3 -3
- package/abstract/ActivityBlock.d.ts.map +1 -1
- package/abstract/Block.d.ts +4 -11
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +16 -16
- package/abstract/CTX.d.ts +7 -7
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/CTX.js +1 -1
- package/abstract/LocaleManager.d.ts +3 -3
- package/abstract/SecureUploadsManager.d.ts +2 -2
- package/abstract/SecureUploadsManager.d.ts.map +1 -1
- package/abstract/SolutionBlock.d.ts +2 -2
- package/abstract/SolutionBlock.d.ts.map +1 -1
- package/abstract/TypedCollection.d.ts +1 -1
- package/abstract/TypedCollection.d.ts.map +1 -1
- package/abstract/TypedCollection.js +4 -4
- package/abstract/TypedData.d.ts +2 -2
- package/abstract/TypedData.d.ts.map +1 -1
- package/abstract/TypedData.js +4 -4
- package/abstract/UploaderBlock.d.ts +5 -5
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +5 -5
- package/abstract/UploaderPublicApi.d.ts +22 -21
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +3 -3
- package/abstract/ValidationManager.d.ts +3 -3
- package/abstract/ValidationManager.d.ts.map +1 -1
- package/abstract/a11y.d.ts +2 -2
- package/abstract/a11y.d.ts.map +1 -1
- package/abstract/buildOutputCollectionState.d.ts +1 -1
- package/abstract/buildOutputCollectionState.d.ts.map +1 -1
- package/abstract/defineComponents.d.ts.map +1 -1
- package/abstract/defineComponents.js +5 -0
- package/abstract/l10nProcessor.d.ts.map +1 -1
- package/abstract/l10nProcessor.js +3 -3
- package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
- package/abstract/localeRegistry.d.ts.map +1 -1
- package/abstract/sharedConfigKey.d.ts.map +1 -1
- package/abstract/uploadEntrySchema.d.ts +2 -2
- package/abstract/uploadEntrySchema.d.ts.map +1 -1
- package/abstract/uploadEntrySchema.js +1 -1
- package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
- package/blocks/CameraSource/CameraSource.js +5 -4
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts +11 -11
- package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.js +2 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +2 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +3 -7
- package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -2
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorScroller.js +2 -1
- package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.js +2 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.js +4 -3
- package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
- package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/css/common.css +2 -2
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +3 -3
- package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +2 -1
- package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +3 -2
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +2 -1
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
- package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
- package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/state.d.ts +4 -4
- package/blocks/CloudImageEditor/src/template.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/template.js +2 -1
- package/blocks/CloudImageEditor/src/types.d.ts +2 -2
- package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -1
- package/blocks/Config/Config.d.ts +3 -11
- package/blocks/Config/Config.d.ts.map +1 -1
- package/blocks/Config/initialConfig.d.ts +1 -1
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Copyright/Copyright.d.ts.map +1 -1
- package/blocks/Copyright/Copyright.js +2 -1
- package/blocks/DropArea/DropArea.d.ts +2 -2
- package/blocks/DropArea/DropArea.d.ts.map +1 -1
- package/blocks/DropArea/DropArea.js +3 -3
- package/blocks/DropArea/addDropzone.d.ts.map +1 -1
- package/blocks/DropArea/getDropItems.d.ts +2 -2
- package/blocks/DropArea/getDropItems.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.d.ts +5 -5
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +3 -3
- package/blocks/ExternalSource/buildStyles.js +2 -2
- package/blocks/ExternalSource/query-string.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.d.ts +2 -2
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +7 -3
- package/blocks/FormInput/FormInput.js +1 -1
- package/blocks/Icon/Icon.d.ts +0 -1
- package/blocks/Icon/Icon.d.ts.map +1 -1
- package/blocks/Icon/Icon.js +2 -4
- package/blocks/Img/ImgBase.js +9 -9
- package/blocks/Img/ImgConfig.d.ts +2 -2
- package/blocks/Img/ImgConfig.d.ts.map +1 -1
- package/blocks/Img/ImgConfig.js +3 -3
- package/blocks/Img/utils/parseObjectToString.js +1 -1
- package/blocks/Modal/Modal.d.ts.map +1 -1
- package/blocks/Modal/Modal.js +2 -1
- package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/blocks/ProgressBar/ProgressBar.js +2 -1
- package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -1
- package/blocks/ProgressBarCommon/ProgressBarCommon.js +2 -1
- package/blocks/Select/Select.d.ts.map +1 -1
- package/blocks/Select/Select.js +14 -9
- package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
- package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
- package/blocks/SimpleBtn/SimpleBtn.js +2 -1
- package/blocks/SourceBtn/SourceBtn.d.ts +2 -2
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +3 -3
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +5 -4
- package/blocks/StartFrom/StartFrom.d.ts.map +1 -1
- package/blocks/StartFrom/StartFrom.js +2 -1
- package/blocks/UploadCtxProvider/EventEmitter.d.ts +19 -19
- package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
- package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
- package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.d.ts +2 -2
- package/blocks/UploadList/UploadList.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.js +3 -4
- package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
- package/blocks/UrlSource/UrlSource.js +3 -2
- package/blocks/themes/uc-basic/index.css +0 -1
- package/blocks/utils/debounce.d.ts +3 -1
- package/blocks/utils/debounce.d.ts.map +1 -1
- package/blocks/utils/throttle.d.ts +3 -1
- package/blocks/utils/throttle.d.ts.map +1 -1
- package/blocks/utils/userAgent.d.ts +1 -1
- package/blocks/utils/userAgent.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ssr.d.ts +115 -1
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +118 -7
- package/locales/file-uploader/ar.d.ts +5 -0
- package/locales/file-uploader/ar.js +5 -0
- package/locales/file-uploader/az.d.ts +5 -0
- package/locales/file-uploader/az.js +5 -0
- package/locales/file-uploader/ca.d.ts +5 -0
- package/locales/file-uploader/ca.js +5 -0
- package/locales/file-uploader/cs.d.ts +5 -0
- package/locales/file-uploader/cs.js +5 -0
- package/locales/file-uploader/da.d.ts +5 -0
- package/locales/file-uploader/da.js +5 -0
- package/locales/file-uploader/de.d.ts +5 -0
- package/locales/file-uploader/de.js +5 -0
- package/locales/file-uploader/el.d.ts +5 -0
- package/locales/file-uploader/el.js +5 -0
- package/locales/file-uploader/en.d.ts +5 -0
- package/locales/file-uploader/en.js +5 -0
- package/locales/file-uploader/es.d.ts +5 -0
- package/locales/file-uploader/es.js +5 -0
- package/locales/file-uploader/et.d.ts +5 -0
- package/locales/file-uploader/et.js +5 -0
- package/locales/file-uploader/fr.d.ts +5 -0
- package/locales/file-uploader/fr.js +5 -0
- package/locales/file-uploader/he.d.ts +5 -0
- package/locales/file-uploader/he.js +5 -0
- package/locales/file-uploader/hy.d.ts +5 -0
- package/locales/file-uploader/hy.js +5 -0
- package/locales/file-uploader/is.d.ts +5 -0
- package/locales/file-uploader/is.js +5 -0
- package/locales/file-uploader/it.d.ts +5 -0
- package/locales/file-uploader/it.js +5 -0
- package/locales/file-uploader/ja.d.ts +5 -0
- package/locales/file-uploader/ja.js +5 -0
- package/locales/file-uploader/ka.d.ts +5 -0
- package/locales/file-uploader/ka.js +5 -0
- package/locales/file-uploader/kk.d.ts +5 -0
- package/locales/file-uploader/kk.js +5 -0
- package/locales/file-uploader/ko.d.ts +5 -0
- package/locales/file-uploader/ko.js +5 -0
- package/locales/file-uploader/lv.d.ts +5 -0
- package/locales/file-uploader/lv.js +5 -0
- package/locales/file-uploader/nb.d.ts +5 -0
- package/locales/file-uploader/nb.js +5 -0
- package/locales/file-uploader/nl.d.ts +5 -0
- package/locales/file-uploader/nl.js +5 -0
- package/locales/file-uploader/pl.d.ts +5 -0
- package/locales/file-uploader/pl.js +5 -0
- package/locales/file-uploader/pt.d.ts +5 -0
- package/locales/file-uploader/pt.js +5 -0
- package/locales/file-uploader/ro.d.ts +5 -0
- package/locales/file-uploader/ro.js +5 -0
- package/locales/file-uploader/ru.d.ts +5 -0
- package/locales/file-uploader/ru.js +5 -0
- package/locales/file-uploader/sk.d.ts +5 -0
- package/locales/file-uploader/sk.js +5 -0
- package/locales/file-uploader/sr.d.ts +5 -0
- package/locales/file-uploader/sr.js +5 -0
- package/locales/file-uploader/sv.d.ts +5 -0
- package/locales/file-uploader/sv.js +5 -0
- package/locales/file-uploader/tr.d.ts +5 -0
- package/locales/file-uploader/tr.js +5 -0
- package/locales/file-uploader/uk.d.ts +5 -0
- package/locales/file-uploader/uk.js +5 -0
- package/locales/file-uploader/vi.d.ts +5 -0
- package/locales/file-uploader/vi.js +5 -0
- package/locales/file-uploader/zh-TW.d.ts +5 -0
- package/locales/file-uploader/zh-TW.js +5 -0
- package/locales/file-uploader/zh.d.ts +5 -0
- package/locales/file-uploader/zh.js +5 -0
- package/package.json +12 -8
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.js +3 -4
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +2 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +3 -3
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.js +3 -2
- package/symbiote.js +19 -0
- package/types/jsx.d.ts +9 -3
- package/utils/getPluralForm.d.ts.map +1 -1
- package/utils/isSecureTokenExpired.d.ts +1 -1
- package/utils/memoize.d.ts.map +1 -1
- package/utils/mixinClass.d.ts +3 -1
- package/utils/mixinClass.d.ts.map +1 -1
- package/utils/prettyBytes.d.ts.map +1 -1
- package/utils/template-utils.d.ts.map +1 -1
- package/utils/toKebabCase.d.ts.map +1 -1
- package/utils/uniqueArray.d.ts.map +1 -1
- package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
- package/utils/validators/collection/validateMultiple.d.ts +1 -1
- package/utils/validators/file/validateFileType.d.ts +1 -1
- package/utils/validators/file/validateIsImage.d.ts +1 -1
- package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
- package/utils/validators/file/validateUploadError.d.ts +1 -1
- package/utils/waitForAttribute.d.ts +12 -6
- package/utils/waitForAttribute.d.ts.map +1 -1
- package/utils/waitForAttribute.js +38 -8
- package/utils/waitForAttribute.test.js +10 -47
- package/utils/withResolvers.d.ts +7 -0
- package/utils/withResolvers.d.ts.map +1 -0
- package/utils/withResolvers.js +17 -0
- package/utils/withResolvers.test.d.ts +2 -0
- package/utils/withResolvers.test.d.ts.map +1 -0
- package/utils/withResolvers.test.js +27 -0
- package/web/file-uploader.iife.min.js +5 -4
- package/web/file-uploader.min.js +5 -4
- package/web/uc-basic.min.css +1 -1
- package/web/uc-cloud-image-editor.min.css +1 -1
- package/web/uc-cloud-image-editor.min.js +5 -4
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +5 -4
- package/web/uc-file-uploader-minimal.min.js +4 -3
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +5 -4
- package/web/uc-img.min.js +4 -3
- package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +0 -15
- package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/lib/FocusVisible.js +0 -33
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +0 -10
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +0 -256
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts +0 -13
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts.map +0 -1
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.js +0 -59
- package/blocks/Range/Range.d.ts +0 -16
- package/blocks/Range/Range.d.ts.map +0 -1
- package/blocks/Range/Range.js +0 -44
- package/blocks/Range/range.css +0 -65
package/index.ssr.js
CHANGED
|
@@ -12,6 +12,8 @@ export const ActivityBlock = class {
|
|
|
12
12
|
static styleAttrs = [];
|
|
13
13
|
static is = `sym-1`;
|
|
14
14
|
static bindAttributes = () => {};
|
|
15
|
+
static addRootStyles = () => {};
|
|
16
|
+
static addShadowStyles = () => {};
|
|
15
17
|
};
|
|
16
18
|
export const ActivityHeader = class {
|
|
17
19
|
static activities = {
|
|
@@ -27,17 +29,23 @@ export const ActivityHeader = class {
|
|
|
27
29
|
static styleAttrs = [];
|
|
28
30
|
static is = `sym-1`;
|
|
29
31
|
static bindAttributes = () => {};
|
|
32
|
+
static addRootStyles = () => {};
|
|
33
|
+
static addShadowStyles = () => {};
|
|
30
34
|
};
|
|
31
35
|
export const BaseComponent = class {
|
|
32
36
|
static reg = () => {};
|
|
33
37
|
static is = `sym-1`;
|
|
34
38
|
static bindAttributes = () => {};
|
|
39
|
+
static addRootStyles = () => {};
|
|
40
|
+
static addShadowStyles = () => {};
|
|
35
41
|
};
|
|
36
42
|
export const Block = class {
|
|
37
43
|
static reg = () => {};
|
|
38
44
|
static styleAttrs = [];
|
|
39
45
|
static is = `sym-1`;
|
|
40
46
|
static bindAttributes = () => {};
|
|
47
|
+
static addRootStyles = () => {};
|
|
48
|
+
static addShadowStyles = () => {};
|
|
41
49
|
};
|
|
42
50
|
export const BtnUi = class {
|
|
43
51
|
static observedAttributes = ["text", "icon", "reverse", "theme"];
|
|
@@ -51,6 +59,8 @@ export const BtnUi = class {
|
|
|
51
59
|
static styleAttrs = [];
|
|
52
60
|
static is = `sym-1`;
|
|
53
61
|
static bindAttributes = () => {};
|
|
62
|
+
static addRootStyles = () => {};
|
|
63
|
+
static addShadowStyles = () => {};
|
|
54
64
|
};
|
|
55
65
|
export const CameraSource = class {
|
|
56
66
|
static template = `
|
|
@@ -64,7 +74,7 @@ export const CameraSource = class {
|
|
|
64
74
|
</div>
|
|
65
75
|
<uc-select
|
|
66
76
|
class="uc-camera-select"
|
|
67
|
-
set="
|
|
77
|
+
set="options: cameraSelectOptions; @hidden: cameraSelectHidden; onchange: onCameraSelectChange"
|
|
68
78
|
>
|
|
69
79
|
</uc-select>
|
|
70
80
|
<button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
|
|
@@ -134,6 +144,8 @@ export const CameraSource = class {
|
|
|
134
144
|
static styleAttrs = [];
|
|
135
145
|
static is = `sym-1`;
|
|
136
146
|
static bindAttributes = () => {};
|
|
147
|
+
static addRootStyles = () => {};
|
|
148
|
+
static addShadowStyles = () => {};
|
|
137
149
|
};
|
|
138
150
|
export const CloudImageEditor = class {
|
|
139
151
|
static styleAttrs = [];
|
|
@@ -174,6 +186,8 @@ export const CloudImageEditor = class {
|
|
|
174
186
|
static reg = () => {};
|
|
175
187
|
static is = `sym-1`;
|
|
176
188
|
static bindAttributes = () => {};
|
|
189
|
+
static addRootStyles = () => {};
|
|
190
|
+
static addShadowStyles = () => {};
|
|
177
191
|
};
|
|
178
192
|
export const CloudImageEditorActivity = class {
|
|
179
193
|
static extSrcList = {
|
|
@@ -219,6 +233,8 @@ export const CloudImageEditorActivity = class {
|
|
|
219
233
|
static styleAttrs = [];
|
|
220
234
|
static is = `sym-1`;
|
|
221
235
|
static bindAttributes = () => {};
|
|
236
|
+
static addRootStyles = () => {};
|
|
237
|
+
static addShadowStyles = () => {};
|
|
222
238
|
};
|
|
223
239
|
export const CloudImageEditorBlock = class {
|
|
224
240
|
static styleAttrs = [];
|
|
@@ -259,6 +275,8 @@ export const CloudImageEditorBlock = class {
|
|
|
259
275
|
static reg = () => {};
|
|
260
276
|
static is = `sym-1`;
|
|
261
277
|
static bindAttributes = () => {};
|
|
278
|
+
static addRootStyles = () => {};
|
|
279
|
+
static addShadowStyles = () => {};
|
|
262
280
|
};
|
|
263
281
|
export const Config = class {
|
|
264
282
|
static observedAttributes = [
|
|
@@ -350,6 +368,8 @@ export const Config = class {
|
|
|
350
368
|
static styleAttrs = [];
|
|
351
369
|
static is = `sym-1`;
|
|
352
370
|
static bindAttributes = () => {};
|
|
371
|
+
static addRootStyles = () => {};
|
|
372
|
+
static addShadowStyles = () => {};
|
|
353
373
|
};
|
|
354
374
|
export const Copyright = class {
|
|
355
375
|
static template = `
|
|
@@ -364,16 +384,19 @@ export const Copyright = class {
|
|
|
364
384
|
static styleAttrs = [];
|
|
365
385
|
static is = `sym-1`;
|
|
366
386
|
static bindAttributes = () => {};
|
|
387
|
+
static addRootStyles = () => {};
|
|
388
|
+
static addShadowStyles = () => {};
|
|
367
389
|
};
|
|
368
390
|
export const CropFrame = class {
|
|
369
|
-
static template =
|
|
391
|
+
static template = `<svg class="uc-svg" ref="svg-el" xmlns="http://www.w3.org/2000/svg"></svg>`;
|
|
370
392
|
static reg = () => {};
|
|
371
393
|
static styleAttrs = [];
|
|
372
394
|
static is = `sym-1`;
|
|
373
395
|
static bindAttributes = () => {};
|
|
396
|
+
static addRootStyles = () => {};
|
|
397
|
+
static addShadowStyles = () => {};
|
|
374
398
|
};
|
|
375
399
|
export const Data = class {
|
|
376
|
-
static warn = () => {};
|
|
377
400
|
static registerCtx = () => {};
|
|
378
401
|
static deleteCtx = () => {};
|
|
379
402
|
static getCtx = () => {};
|
|
@@ -451,6 +474,8 @@ export const DropArea = class {
|
|
|
451
474
|
static reg = () => {};
|
|
452
475
|
static is = `sym-1`;
|
|
453
476
|
static bindAttributes = () => {};
|
|
477
|
+
static addRootStyles = () => {};
|
|
478
|
+
static addShadowStyles = () => {};
|
|
454
479
|
};
|
|
455
480
|
export const EditorCropButtonControl = class {
|
|
456
481
|
static template = `
|
|
@@ -463,6 +488,8 @@ export const EditorCropButtonControl = class {
|
|
|
463
488
|
static styleAttrs = [];
|
|
464
489
|
static is = `sym-1`;
|
|
465
490
|
static bindAttributes = () => {};
|
|
491
|
+
static addRootStyles = () => {};
|
|
492
|
+
static addShadowStyles = () => {};
|
|
466
493
|
};
|
|
467
494
|
export const EditorFilterControl = class {
|
|
468
495
|
static template = `
|
|
@@ -475,6 +502,8 @@ export const EditorFilterControl = class {
|
|
|
475
502
|
static styleAttrs = [];
|
|
476
503
|
static is = `sym-1`;
|
|
477
504
|
static bindAttributes = () => {};
|
|
505
|
+
static addRootStyles = () => {};
|
|
506
|
+
static addShadowStyles = () => {};
|
|
478
507
|
};
|
|
479
508
|
export const EditorImageCropper = class {
|
|
480
509
|
static template = `
|
|
@@ -485,12 +514,16 @@ export const EditorImageCropper = class {
|
|
|
485
514
|
static styleAttrs = [];
|
|
486
515
|
static is = `sym-1`;
|
|
487
516
|
static bindAttributes = () => {};
|
|
517
|
+
static addRootStyles = () => {};
|
|
518
|
+
static addShadowStyles = () => {};
|
|
488
519
|
};
|
|
489
520
|
export const EditorImageFader = class {
|
|
490
521
|
static reg = () => {};
|
|
491
522
|
static styleAttrs = [];
|
|
492
523
|
static is = `sym-1`;
|
|
493
524
|
static bindAttributes = () => {};
|
|
525
|
+
static addRootStyles = () => {};
|
|
526
|
+
static addShadowStyles = () => {};
|
|
494
527
|
};
|
|
495
528
|
export const EditorOperationControl = class {
|
|
496
529
|
static template = `
|
|
@@ -503,6 +536,8 @@ export const EditorOperationControl = class {
|
|
|
503
536
|
static styleAttrs = [];
|
|
504
537
|
static is = `sym-1`;
|
|
505
538
|
static bindAttributes = () => {};
|
|
539
|
+
static addRootStyles = () => {};
|
|
540
|
+
static addShadowStyles = () => {};
|
|
506
541
|
};
|
|
507
542
|
export const EditorScroller = class {
|
|
508
543
|
static template = ` <slot></slot> `;
|
|
@@ -510,6 +545,8 @@ export const EditorScroller = class {
|
|
|
510
545
|
static styleAttrs = [];
|
|
511
546
|
static is = `sym-1`;
|
|
512
547
|
static bindAttributes = () => {};
|
|
548
|
+
static addRootStyles = () => {};
|
|
549
|
+
static addShadowStyles = () => {};
|
|
513
550
|
};
|
|
514
551
|
export const EditorSlider = class {
|
|
515
552
|
static template = `
|
|
@@ -522,6 +559,8 @@ export const EditorSlider = class {
|
|
|
522
559
|
static styleAttrs = [];
|
|
523
560
|
static is = `sym-1`;
|
|
524
561
|
static bindAttributes = () => {};
|
|
562
|
+
static addRootStyles = () => {};
|
|
563
|
+
static addShadowStyles = () => {};
|
|
525
564
|
};
|
|
526
565
|
export const EditorToolbar = class {
|
|
527
566
|
static template = `
|
|
@@ -662,6 +701,8 @@ export const EditorToolbar = class {
|
|
|
662
701
|
static styleAttrs = [];
|
|
663
702
|
static is = `sym-1`;
|
|
664
703
|
static bindAttributes = () => {};
|
|
704
|
+
static addRootStyles = () => {};
|
|
705
|
+
static addShadowStyles = () => {};
|
|
665
706
|
};
|
|
666
707
|
export const ExternalSource = class {
|
|
667
708
|
static template = `
|
|
@@ -735,6 +776,8 @@ export const ExternalSource = class {
|
|
|
735
776
|
static styleAttrs = [];
|
|
736
777
|
static is = `sym-1`;
|
|
737
778
|
static bindAttributes = () => {};
|
|
779
|
+
static addRootStyles = () => {};
|
|
780
|
+
static addShadowStyles = () => {};
|
|
738
781
|
};
|
|
739
782
|
export const FileItem = class {
|
|
740
783
|
static template = `
|
|
@@ -816,18 +859,24 @@ export const FileItem = class {
|
|
|
816
859
|
static styleAttrs = [];
|
|
817
860
|
static is = `sym-1`;
|
|
818
861
|
static bindAttributes = () => {};
|
|
862
|
+
static addRootStyles = () => {};
|
|
863
|
+
static addShadowStyles = () => {};
|
|
819
864
|
};
|
|
820
865
|
export const FileUploaderInline = class {
|
|
821
866
|
static styleAttrs = [];
|
|
822
867
|
static reg = () => {};
|
|
823
868
|
static is = `sym-1`;
|
|
824
869
|
static bindAttributes = () => {};
|
|
870
|
+
static addRootStyles = () => {};
|
|
871
|
+
static addShadowStyles = () => {};
|
|
825
872
|
};
|
|
826
873
|
export const FileUploaderMinimal = class {
|
|
827
874
|
static styleAttrs = [];
|
|
828
875
|
static reg = () => {};
|
|
829
876
|
static is = `sym-1`;
|
|
830
877
|
static bindAttributes = () => {};
|
|
878
|
+
static addRootStyles = () => {};
|
|
879
|
+
static addShadowStyles = () => {};
|
|
831
880
|
};
|
|
832
881
|
export const FileUploaderRegular = class {
|
|
833
882
|
static styleAttrs = [];
|
|
@@ -835,6 +884,8 @@ export const FileUploaderRegular = class {
|
|
|
835
884
|
static reg = () => {};
|
|
836
885
|
static is = `sym-1`;
|
|
837
886
|
static bindAttributes = () => {};
|
|
887
|
+
static addRootStyles = () => {};
|
|
888
|
+
static addShadowStyles = () => {};
|
|
838
889
|
};
|
|
839
890
|
export const FormInput = class {
|
|
840
891
|
static extSrcList = {
|
|
@@ -880,19 +931,22 @@ export const FormInput = class {
|
|
|
880
931
|
static styleAttrs = [];
|
|
881
932
|
static is = `sym-1`;
|
|
882
933
|
static bindAttributes = () => {};
|
|
934
|
+
static addRootStyles = () => {};
|
|
935
|
+
static addShadowStyles = () => {};
|
|
883
936
|
};
|
|
884
937
|
export const Icon = class {
|
|
885
938
|
static template = `
|
|
886
939
|
<svg ref="svg" xmlns="http://www.w3.org/2000/svg">
|
|
887
|
-
<title>{{title}}</title>
|
|
888
940
|
<use set="@href: href;"></use>
|
|
889
941
|
</svg>
|
|
890
942
|
`;
|
|
891
|
-
static observedAttributes = ["name"
|
|
943
|
+
static observedAttributes = ["name"];
|
|
892
944
|
static reg = () => {};
|
|
893
945
|
static styleAttrs = [];
|
|
894
946
|
static is = `sym-1`;
|
|
895
947
|
static bindAttributes = () => {};
|
|
948
|
+
static addRootStyles = () => {};
|
|
949
|
+
static addShadowStyles = () => {};
|
|
896
950
|
};
|
|
897
951
|
export const Img = class {
|
|
898
952
|
static observedAttributes = [
|
|
@@ -918,6 +972,8 @@ export const Img = class {
|
|
|
918
972
|
static reg = () => {};
|
|
919
973
|
static is = `sym-1`;
|
|
920
974
|
static bindAttributes = () => {};
|
|
975
|
+
static addRootStyles = () => {};
|
|
976
|
+
static addShadowStyles = () => {};
|
|
921
977
|
};
|
|
922
978
|
export const LineLoaderUi = class {
|
|
923
979
|
static template = `
|
|
@@ -929,6 +985,8 @@ export const LineLoaderUi = class {
|
|
|
929
985
|
static styleAttrs = [];
|
|
930
986
|
static is = `sym-1`;
|
|
931
987
|
static bindAttributes = () => {};
|
|
988
|
+
static addRootStyles = () => {};
|
|
989
|
+
static addShadowStyles = () => {};
|
|
932
990
|
};
|
|
933
991
|
export const Modal = class {
|
|
934
992
|
static styleAttrs = [];
|
|
@@ -941,15 +999,19 @@ export const Modal = class {
|
|
|
941
999
|
static reg = () => {};
|
|
942
1000
|
static is = `sym-1`;
|
|
943
1001
|
static bindAttributes = () => {};
|
|
1002
|
+
static addRootStyles = () => {};
|
|
1003
|
+
static addShadowStyles = () => {};
|
|
944
1004
|
};
|
|
945
1005
|
export const PACKAGE_NAME = `blocks`;
|
|
946
1006
|
export const PACKAGE_VERSION = `1.5.2`;
|
|
947
1007
|
export const PresenceToggle = class {
|
|
948
|
-
static template =
|
|
1008
|
+
static template = ` <slot></slot> `;
|
|
949
1009
|
static reg = () => {};
|
|
950
1010
|
static styleAttrs = [];
|
|
951
1011
|
static is = `sym-1`;
|
|
952
1012
|
static bindAttributes = () => {};
|
|
1013
|
+
static addRootStyles = () => {};
|
|
1014
|
+
static addShadowStyles = () => {};
|
|
953
1015
|
};
|
|
954
1016
|
export const ProgressBar = class {
|
|
955
1017
|
static template = ` <div ref="line" class="uc-progress"></div> `;
|
|
@@ -957,6 +1019,8 @@ export const ProgressBar = class {
|
|
|
957
1019
|
static styleAttrs = [];
|
|
958
1020
|
static is = `sym-1`;
|
|
959
1021
|
static bindAttributes = () => {};
|
|
1022
|
+
static addRootStyles = () => {};
|
|
1023
|
+
static addShadowStyles = () => {};
|
|
960
1024
|
};
|
|
961
1025
|
export const ProgressBarCommon = class {
|
|
962
1026
|
static template = ` <uc-progress-bar set="visible: visible; value: value"></uc-progress-bar> `;
|
|
@@ -1003,6 +1067,23 @@ export const ProgressBarCommon = class {
|
|
|
1003
1067
|
static styleAttrs = [];
|
|
1004
1068
|
static is = `sym-1`;
|
|
1005
1069
|
static bindAttributes = () => {};
|
|
1070
|
+
static addRootStyles = () => {};
|
|
1071
|
+
static addShadowStyles = () => {};
|
|
1072
|
+
};
|
|
1073
|
+
export const PubSub = class {
|
|
1074
|
+
static registerCtx = () => {};
|
|
1075
|
+
static deleteCtx = () => {};
|
|
1076
|
+
static getCtx = () => {};
|
|
1077
|
+
static globalStore = {};
|
|
1078
|
+
static apply = () => {};
|
|
1079
|
+
static bind = () => {};
|
|
1080
|
+
static call = () => {};
|
|
1081
|
+
static toString = () => {};
|
|
1082
|
+
static hasOwnProperty = () => {};
|
|
1083
|
+
static isPrototypeOf = () => {};
|
|
1084
|
+
static propertyIsEnumerable = () => {};
|
|
1085
|
+
static valueOf = () => {};
|
|
1086
|
+
static toLocaleString = () => {};
|
|
1006
1087
|
};
|
|
1007
1088
|
export const Select = class {
|
|
1008
1089
|
static template = ` <select ref="select" set="innerHTML: selectHtml; onchange: onSelect"></select> `;
|
|
@@ -1010,6 +1091,8 @@ export const Select = class {
|
|
|
1010
1091
|
static styleAttrs = [];
|
|
1011
1092
|
static is = `sym-1`;
|
|
1012
1093
|
static bindAttributes = () => {};
|
|
1094
|
+
static addRootStyles = () => {};
|
|
1095
|
+
static addShadowStyles = () => {};
|
|
1013
1096
|
};
|
|
1014
1097
|
export const SimpleBtn = class {
|
|
1015
1098
|
static styleAttrs = [];
|
|
@@ -1066,6 +1149,8 @@ export const SimpleBtn = class {
|
|
|
1066
1149
|
static reg = () => {};
|
|
1067
1150
|
static is = `sym-1`;
|
|
1068
1151
|
static bindAttributes = () => {};
|
|
1152
|
+
static addRootStyles = () => {};
|
|
1153
|
+
static addShadowStyles = () => {};
|
|
1069
1154
|
};
|
|
1070
1155
|
export const SliderUi = class {
|
|
1071
1156
|
static template = `
|
|
@@ -1082,12 +1167,16 @@ export const SliderUi = class {
|
|
|
1082
1167
|
static styleAttrs = [];
|
|
1083
1168
|
static is = `sym-1`;
|
|
1084
1169
|
static bindAttributes = () => {};
|
|
1170
|
+
static addRootStyles = () => {};
|
|
1171
|
+
static addShadowStyles = () => {};
|
|
1085
1172
|
};
|
|
1086
1173
|
export const SolutionBlock = class {
|
|
1087
1174
|
static styleAttrs = [];
|
|
1088
1175
|
static reg = () => {};
|
|
1089
1176
|
static is = `sym-1`;
|
|
1090
1177
|
static bindAttributes = () => {};
|
|
1178
|
+
static addRootStyles = () => {};
|
|
1179
|
+
static addShadowStyles = () => {};
|
|
1091
1180
|
};
|
|
1092
1181
|
export const SourceBtn = class {
|
|
1093
1182
|
static template = `
|
|
@@ -1140,12 +1229,16 @@ export const SourceBtn = class {
|
|
|
1140
1229
|
static styleAttrs = [];
|
|
1141
1230
|
static is = `sym-1`;
|
|
1142
1231
|
static bindAttributes = () => {};
|
|
1232
|
+
static addRootStyles = () => {};
|
|
1233
|
+
static addShadowStyles = () => {};
|
|
1143
1234
|
};
|
|
1144
1235
|
export const SourceList = class {
|
|
1145
1236
|
static reg = () => {};
|
|
1146
1237
|
static styleAttrs = [];
|
|
1147
1238
|
static is = `sym-1`;
|
|
1148
1239
|
static bindAttributes = () => {};
|
|
1240
|
+
static addRootStyles = () => {};
|
|
1241
|
+
static addShadowStyles = () => {};
|
|
1149
1242
|
};
|
|
1150
1243
|
export const StartFrom = class {
|
|
1151
1244
|
static template = ` <div class="uc-content"><slot></slot></div> `;
|
|
@@ -1162,6 +1255,15 @@ export const StartFrom = class {
|
|
|
1162
1255
|
static styleAttrs = [];
|
|
1163
1256
|
static is = `sym-1`;
|
|
1164
1257
|
static bindAttributes = () => {};
|
|
1258
|
+
static addRootStyles = () => {};
|
|
1259
|
+
static addShadowStyles = () => {};
|
|
1260
|
+
};
|
|
1261
|
+
export const Symbiote = class {
|
|
1262
|
+
static reg = () => {};
|
|
1263
|
+
static is = `sym-1`;
|
|
1264
|
+
static bindAttributes = () => {};
|
|
1265
|
+
static addRootStyles = () => {};
|
|
1266
|
+
static addShadowStyles = () => {};
|
|
1165
1267
|
};
|
|
1166
1268
|
export const UID = class {
|
|
1167
1269
|
static generate = () => {};
|
|
@@ -1239,6 +1341,8 @@ export const UploadCtxProvider = class {
|
|
|
1239
1341
|
static styleAttrs = [];
|
|
1240
1342
|
static is = `sym-1`;
|
|
1241
1343
|
static bindAttributes = () => {};
|
|
1344
|
+
static addRootStyles = () => {};
|
|
1345
|
+
static addShadowStyles = () => {};
|
|
1242
1346
|
};
|
|
1243
1347
|
export const UploadList = class {
|
|
1244
1348
|
static template = `
|
|
@@ -1258,7 +1362,7 @@ export const UploadList = class {
|
|
|
1258
1362
|
<slot name="empty"><span l10n="no-files"></span></slot>
|
|
1259
1363
|
</div>
|
|
1260
1364
|
|
|
1261
|
-
<div class="uc-files"
|
|
1365
|
+
<div class="uc-files" itemize="*uploadList" item-tag="uc-file-item"></div>
|
|
1262
1366
|
|
|
1263
1367
|
<div class="uc-common-error" set="@hidden: !commonErrorMessage; textContent: commonErrorMessage;"></div>
|
|
1264
1368
|
|
|
@@ -1331,6 +1435,8 @@ export const UploadList = class {
|
|
|
1331
1435
|
static styleAttrs = [];
|
|
1332
1436
|
static is = `sym-1`;
|
|
1333
1437
|
static bindAttributes = () => {};
|
|
1438
|
+
static addRootStyles = () => {};
|
|
1439
|
+
static addShadowStyles = () => {};
|
|
1334
1440
|
};
|
|
1335
1441
|
export const UploaderBlock = class {
|
|
1336
1442
|
static extSrcList = {
|
|
@@ -1376,6 +1482,8 @@ export const UploaderBlock = class {
|
|
|
1376
1482
|
static styleAttrs = [];
|
|
1377
1483
|
static is = `sym-1`;
|
|
1378
1484
|
static bindAttributes = () => {};
|
|
1485
|
+
static addRootStyles = () => {};
|
|
1486
|
+
static addShadowStyles = () => {};
|
|
1379
1487
|
};
|
|
1380
1488
|
export const UrlSource = class {
|
|
1381
1489
|
static template = `
|
|
@@ -1444,8 +1552,11 @@ export const UrlSource = class {
|
|
|
1444
1552
|
static styleAttrs = [];
|
|
1445
1553
|
static is = `sym-1`;
|
|
1446
1554
|
static bindAttributes = () => {};
|
|
1555
|
+
static addRootStyles = () => {};
|
|
1556
|
+
static addShadowStyles = () => {};
|
|
1447
1557
|
};
|
|
1448
1558
|
export const defineComponents = () => {};
|
|
1449
1559
|
export const defineLocale = () => {};
|
|
1560
|
+
export const html = () => {};
|
|
1450
1561
|
export const loadFileUploaderFrom = () => {};
|
|
1451
1562
|
export const toKebabCase = () => {};
|
|
@@ -118,6 +118,11 @@ declare const _default: {
|
|
|
118
118
|
'a11y-cloud-editor-apply-filter': string;
|
|
119
119
|
'a11y-cloud-editor-apply-crop': string;
|
|
120
120
|
'a11y-cloud-editor-apply-tuning': string;
|
|
121
|
+
finished: string;
|
|
122
|
+
failed: string;
|
|
123
|
+
uploading: string;
|
|
124
|
+
idle: string;
|
|
125
|
+
'a11y-file-item-status': string;
|
|
121
126
|
};
|
|
122
127
|
export default _default;
|
|
123
128
|
//# sourceMappingURL=ar.d.ts.map
|
|
@@ -119,4 +119,9 @@ export default {
|
|
|
119
119
|
'a11y-cloud-editor-apply-filter': 'تطبيق فلتر {{name}}',
|
|
120
120
|
'a11y-cloud-editor-apply-crop': 'تطبيق عملية {{name}}',
|
|
121
121
|
'a11y-cloud-editor-apply-tuning': 'تطبيق ضبط {{name}}',
|
|
122
|
+
finished: 'تم الانتهاء',
|
|
123
|
+
failed: 'فشل',
|
|
124
|
+
uploading: 'جارٍ التحميل',
|
|
125
|
+
idle: 'خامل',
|
|
126
|
+
'a11y-file-item-status': 'الملف {{fileName}} في حالة {{status}}',
|
|
122
127
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=az.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '{{name}} filtrini tətbiq et',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '{{name}} əməliyyatını tətbiq et',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '{{name}} tənzimləməsini tətbiq et',
|
|
114
|
+
finished: 'Bitdi',
|
|
115
|
+
failed: 'Uğursuz',
|
|
116
|
+
uploading: 'Yüklənir',
|
|
117
|
+
idle: 'Boş',
|
|
118
|
+
'a11y-file-item-status': '{{fileName}} faylı {{status}} statusundadır',
|
|
114
119
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=ca.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Aplicar el filtre {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': "Aplicar l'operació {{name}}",
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': "Aplicar l'ajust {{name}}",
|
|
117
|
+
finished: 'Acabat',
|
|
118
|
+
failed: 'Fallat',
|
|
119
|
+
uploading: 'Carregant',
|
|
120
|
+
idle: 'Inactiu',
|
|
121
|
+
'a11y-file-item-status': 'El fitxer {{fileName}} està en estat {{status}}',
|
|
117
122
|
};
|
|
@@ -114,6 +114,11 @@ declare const _default: {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': string;
|
|
115
115
|
'a11y-cloud-editor-apply-crop': string;
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': string;
|
|
117
|
+
finished: string;
|
|
118
|
+
failed: string;
|
|
119
|
+
uploading: string;
|
|
120
|
+
idle: string;
|
|
121
|
+
'a11y-file-item-status': string;
|
|
117
122
|
};
|
|
118
123
|
export default _default;
|
|
119
124
|
//# sourceMappingURL=cs.d.ts.map
|
|
@@ -116,4 +116,9 @@ export default {
|
|
|
116
116
|
'a11y-cloud-editor-apply-filter': 'Použít filtr {{name}}',
|
|
117
117
|
'a11y-cloud-editor-apply-crop': 'Použít operaci {{name}}',
|
|
118
118
|
'a11y-cloud-editor-apply-tuning': 'Použít ladění {{name}}',
|
|
119
|
+
finished: 'Dokončeno',
|
|
120
|
+
failed: 'Selhalo',
|
|
121
|
+
uploading: 'Nahrává se',
|
|
122
|
+
idle: 'Nečinný',
|
|
123
|
+
'a11y-file-item-status': 'Soubor {{fileName}} je ve stavu {{status}}',
|
|
119
124
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=da.d.ts.map
|
|
@@ -112,4 +112,9 @@ export default {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': 'Anvend {{name}} filter',
|
|
113
113
|
'a11y-cloud-editor-apply-crop': 'Anvend {{name}} handling',
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': 'Anvend {{name}} justering',
|
|
115
|
+
finished: 'Afsluttet',
|
|
116
|
+
failed: 'Mislykkedes',
|
|
117
|
+
uploading: 'Uploader',
|
|
118
|
+
idle: 'Inaktiv',
|
|
119
|
+
'a11y-file-item-status': 'Filen {{fileName}} er i status {{status}}',
|
|
115
120
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=de.d.ts.map
|
|
@@ -113,4 +113,9 @@ export default {
|
|
|
113
113
|
'a11y-cloud-editor-apply-filter': '{{name}}-Filter anwenden',
|
|
114
114
|
'a11y-cloud-editor-apply-crop': '{{name}}-Operation anwenden',
|
|
115
115
|
'a11y-cloud-editor-apply-tuning': '{{name}}-Abstimmung anwenden',
|
|
116
|
+
finished: 'Abgeschlossen',
|
|
117
|
+
failed: 'Fehlgeschlagen',
|
|
118
|
+
uploading: 'Hochladen',
|
|
119
|
+
idle: 'Leerlauf',
|
|
120
|
+
'a11y-file-item-status': 'Datei {{fileName}} im Status {{status}}',
|
|
116
121
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=el.d.ts.map
|
|
@@ -113,4 +113,9 @@ export default {
|
|
|
113
113
|
'a11y-cloud-editor-apply-filter': 'Εφαρμογή φίλτρου {{name}}',
|
|
114
114
|
'a11y-cloud-editor-apply-crop': 'Εφαρμογή της λειτουργίας {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-tuning': 'Εφαρμογή της ρύθμισης {{name}}',
|
|
116
|
+
finished: 'Ολοκληρώθηκε',
|
|
117
|
+
failed: 'Απέτυχε',
|
|
118
|
+
uploading: 'Μεταφόρτωση',
|
|
119
|
+
idle: 'Αδράνεια',
|
|
120
|
+
'a11y-file-item-status': 'Το αρχείο {{fileName}} βρίσκεται στην κατάσταση {{status}}',
|
|
116
121
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=en.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Apply {{name}} filter',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Apply {{name}} operation',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Apply {{name}} tuning',
|
|
114
|
+
finished: 'Finished',
|
|
115
|
+
failed: 'Failed',
|
|
116
|
+
uploading: 'Uploading',
|
|
117
|
+
idle: 'Idle',
|
|
118
|
+
'a11y-file-item-status': 'File {{fileName}} in status {{status}}',
|
|
114
119
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=es.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Aplicar filtro {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': 'Aplicar operación {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': 'Aplicar ajuste {{name}}',
|
|
117
|
+
finished: 'Terminado',
|
|
118
|
+
failed: 'Fallido',
|
|
119
|
+
uploading: 'Subiendo',
|
|
120
|
+
idle: 'Inactivo',
|
|
121
|
+
'a11y-file-item-status': 'El archivo {{fileName}} está en estado {{status}}',
|
|
117
122
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=et.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Rakenda filter {{name}}',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Rakenda toiming {{name}}',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Rakenda häälestus {{name}}',
|
|
114
|
+
finished: 'Valmis',
|
|
115
|
+
failed: 'Ebaõnnestunud',
|
|
116
|
+
uploading: 'Üleslaadimine',
|
|
117
|
+
idle: 'Ootel',
|
|
118
|
+
'a11y-file-item-status': 'Fail {{fileName}} on seisundis {{status}}',
|
|
114
119
|
};
|