@uploadcare/file-uploader 1.20.0-rc.2 → 1.20.0
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/abstract/Block.d.ts +2 -11
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +3 -29
- package/abstract/CTX.d.ts +2 -2
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/CTX.js +1 -1
- package/abstract/{managers/LocaleManager.d.ts → LocaleManager.d.ts} +8 -8
- package/abstract/{managers/LocaleManager.d.ts.map → LocaleManager.d.ts.map} +1 -1
- package/abstract/{managers/LocaleManager.js → LocaleManager.js} +8 -8
- package/abstract/{managers/ModalManager.d.ts → ModalManager.d.ts} +7 -7
- package/abstract/{managers/ModalManager.d.ts.map → ModalManager.d.ts.map} +1 -1
- package/abstract/{managers/ModalManager.js → ModalManager.js} +3 -3
- package/abstract/SecureUploadsManager.d.ts +22 -0
- package/abstract/{managers/SecureUploadsManager.d.ts.map → SecureUploadsManager.d.ts.map} +1 -1
- package/abstract/{managers/SecureUploadsManager.js → SecureUploadsManager.js} +5 -5
- package/abstract/SolutionBlock.d.ts +1 -1
- package/abstract/UploaderBlock.d.ts +3 -3
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +10 -3
- package/abstract/{managers/ValidationManager.d.ts → ValidationManager.d.ts} +7 -7
- package/abstract/{managers/ValidationManager.d.ts.map → ValidationManager.d.ts.map} +1 -1
- package/abstract/{managers/ValidationManager.js → ValidationManager.js} +14 -14
- package/abstract/{managers/a11y.d.ts → a11y.d.ts} +2 -2
- package/abstract/a11y.d.ts.map +1 -0
- package/abstract/{managers/a11y.js → a11y.js} +1 -1
- package/abstract/l10nProcessor.js +1 -1
- package/blocks/CameraSource/CameraSource.d.ts +1 -1
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +1 -0
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +19 -5
- package/blocks/CloudImageEditor/src/CropFrame.js +3 -3
- package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +11 -0
- package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
- package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.js +130 -0
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +2 -8
- package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -7
- package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -3
- package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.js +3 -9
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +15 -8
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.js +68 -25
- package/blocks/CloudImageEditor/src/css/common.css +39 -7
- package/blocks/CloudImageEditor/src/index.d.ts +1 -0
- package/blocks/CloudImageEditor/src/index.js +1 -0
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +2 -1
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.js +74 -8
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +2 -0
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts.map +1 -0
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.js +35 -0
- package/blocks/CloudImageEditor/src/state.d.ts +1 -1
- package/blocks/CloudImageEditor/src/state.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/state.js +2 -2
- package/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -1
- package/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/svg-sprite.js +1 -1
- package/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -1
- package/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/toolbar-constants.js +0 -2
- package/blocks/CloudImageEditor/src/types.d.ts +2 -0
- package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/types.js +9 -1
- package/blocks/Config/initialConfig.d.ts.map +1 -1
- package/blocks/Config/initialConfig.js +0 -2
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Config/normalizeConfigValue.js +0 -2
- package/blocks/DropArea/DropArea.d.ts +1 -1
- package/blocks/ExternalSource/ExternalSource.d.ts +1 -1
- package/blocks/FileItem/FileItem.d.ts +1 -1
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +0 -16
- package/blocks/Modal/Modal.d.ts +6 -6
- package/blocks/Modal/Modal.d.ts.map +1 -1
- package/blocks/Modal/Modal.js +12 -10
- package/blocks/SimpleBtn/SimpleBtn.d.ts +1 -1
- package/blocks/SourceBtn/SourceBtn.d.ts +1 -1
- package/blocks/Thumb/Thumb.d.ts +1 -1
- package/blocks/UploadCtxProvider/EventEmitter.d.ts +4 -17
- package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
- package/blocks/UploadCtxProvider/EventEmitter.js +2 -14
- package/blocks/UploadList/UploadList.d.ts +1 -1
- package/blocks/themes/uc-basic/svg-sprite.d.ts +1 -1
- package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -1
- package/blocks/themes/uc-basic/svg-sprite.js +1 -1
- package/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ssr.d.ts +17 -3
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +35 -11
- package/locales/file-uploader/ar.d.ts +4 -0
- package/locales/file-uploader/ar.js +5 -0
- package/locales/file-uploader/az.d.ts +4 -0
- package/locales/file-uploader/az.js +5 -0
- package/locales/file-uploader/ca.d.ts +4 -0
- package/locales/file-uploader/ca.js +6 -0
- package/locales/file-uploader/cs.d.ts +4 -0
- package/locales/file-uploader/cs.js +6 -0
- package/locales/file-uploader/da.d.ts +4 -0
- package/locales/file-uploader/da.js +6 -0
- package/locales/file-uploader/de.d.ts +4 -0
- package/locales/file-uploader/de.js +6 -0
- package/locales/file-uploader/el.d.ts +4 -0
- package/locales/file-uploader/el.js +6 -0
- package/locales/file-uploader/en.d.ts +4 -0
- package/locales/file-uploader/en.js +5 -0
- package/locales/file-uploader/es.d.ts +4 -0
- package/locales/file-uploader/es.js +6 -0
- package/locales/file-uploader/et.d.ts +4 -0
- package/locales/file-uploader/et.js +6 -0
- package/locales/file-uploader/fi.d.ts +4 -0
- package/locales/file-uploader/fi.js +6 -0
- package/locales/file-uploader/fr.d.ts +4 -0
- package/locales/file-uploader/fr.js +6 -0
- package/locales/file-uploader/he.d.ts +4 -0
- package/locales/file-uploader/he.js +6 -0
- package/locales/file-uploader/hy.d.ts +4 -0
- package/locales/file-uploader/hy.js +5 -0
- package/locales/file-uploader/is.d.ts +4 -0
- package/locales/file-uploader/is.js +6 -0
- package/locales/file-uploader/it.d.ts +4 -0
- package/locales/file-uploader/it.js +6 -0
- package/locales/file-uploader/ja.d.ts +4 -0
- package/locales/file-uploader/ja.js +6 -0
- package/locales/file-uploader/ka.d.ts +4 -0
- package/locales/file-uploader/ka.js +6 -0
- package/locales/file-uploader/kk.d.ts +4 -0
- package/locales/file-uploader/kk.js +6 -0
- package/locales/file-uploader/ko.d.ts +4 -0
- package/locales/file-uploader/ko.js +6 -0
- package/locales/file-uploader/lv.d.ts +4 -0
- package/locales/file-uploader/lv.js +6 -0
- package/locales/file-uploader/nb.d.ts +4 -0
- package/locales/file-uploader/nb.js +6 -0
- package/locales/file-uploader/nl.d.ts +4 -0
- package/locales/file-uploader/nl.js +6 -0
- package/locales/file-uploader/pl.d.ts +4 -0
- package/locales/file-uploader/pl.js +6 -0
- package/locales/file-uploader/pt.d.ts +4 -0
- package/locales/file-uploader/pt.js +6 -0
- package/locales/file-uploader/ro.d.ts +4 -0
- package/locales/file-uploader/ro.js +6 -0
- package/locales/file-uploader/ru.d.ts +4 -0
- package/locales/file-uploader/ru.js +6 -0
- package/locales/file-uploader/sk.d.ts +4 -0
- package/locales/file-uploader/sk.js +6 -0
- package/locales/file-uploader/sr.d.ts +4 -0
- package/locales/file-uploader/sr.js +6 -0
- package/locales/file-uploader/sv.d.ts +4 -0
- package/locales/file-uploader/sv.js +6 -0
- package/locales/file-uploader/tr.d.ts +4 -0
- package/locales/file-uploader/tr.js +6 -0
- package/locales/file-uploader/uk.d.ts +4 -0
- package/locales/file-uploader/uk.js +6 -0
- package/locales/file-uploader/vi.d.ts +4 -0
- package/locales/file-uploader/vi.js +6 -0
- package/locales/file-uploader/zh-TW.d.ts +4 -0
- package/locales/file-uploader/zh-TW.js +6 -0
- package/locales/file-uploader/zh.d.ts +4 -0
- package/locales/file-uploader/zh.js +6 -0
- package/package.json +2 -5
- package/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -34
- package/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -1
- package/solutions/cloud-image-editor/CloudImageEditor.js +0 -12
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts +1 -2
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.js +0 -4
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +9 -10
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +3 -7
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +1 -2
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.js +0 -4
- package/types/events.d.ts +1 -1
- package/types/exported.d.ts +52 -54
- package/types/jsx.d.ts +2 -0
- package/utils/parseCdnUrl.d.ts.map +1 -1
- package/utils/parseCdnUrl.js +4 -1
- package/utils/parseCdnUrl.test.js +13 -0
- package/utils/validators/collection/validateCollectionUploadError.d.ts +2 -2
- package/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -1
- package/utils/validators/collection/validateCollectionUploadError.js +1 -1
- package/utils/validators/collection/validateMultiple.d.ts +2 -2
- package/utils/validators/collection/validateMultiple.d.ts.map +1 -1
- package/utils/validators/collection/validateMultiple.js +1 -1
- package/utils/validators/file/validateFileType.d.ts +2 -2
- package/utils/validators/file/validateFileType.d.ts.map +1 -1
- package/utils/validators/file/validateFileType.js +1 -1
- package/utils/validators/file/validateIsImage.d.ts +2 -2
- package/utils/validators/file/validateIsImage.d.ts.map +1 -1
- package/utils/validators/file/validateIsImage.js +1 -1
- package/utils/validators/file/validateMaxSizeLimit.d.ts +2 -2
- package/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -1
- package/utils/validators/file/validateMaxSizeLimit.js +1 -1
- package/utils/validators/file/validateUploadError.d.ts +2 -2
- package/utils/validators/file/validateUploadError.d.ts.map +1 -1
- package/utils/validators/file/validateUploadError.js +1 -1
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.js +4 -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 +4 -4
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +4 -4
- package/web/uc-file-uploader-minimal.min.css +1 -1
- package/web/uc-file-uploader-minimal.min.js +4 -4
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +4 -4
- package/web/uc-img.min.js +1 -1
- package/abstract/managers/SecureUploadsManager.d.ts +0 -22
- package/abstract/managers/TelemetryManager.d.ts +0 -66
- package/abstract/managers/TelemetryManager.d.ts.map +0 -1
- package/abstract/managers/TelemetryManager.js +0 -202
- package/abstract/managers/a11y.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -11
- package/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/utils/parseFilterValue.js +0 -11
|
@@ -124,4 +124,10 @@ export default {
|
|
|
124
124
|
'select-all': 'בחר הכל',
|
|
125
125
|
'deselect-all': 'בטל בחירת הכל',
|
|
126
126
|
'waiting-for': 'ממתין ל{{source}}',
|
|
127
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'החל פעולה {{name}} {{value}}',
|
|
128
|
+
'aspect-ratio': 'יחס גובה-רוחב',
|
|
129
|
+
|
|
130
|
+
'crop-to-shape': 'חיתוך ל{{value}}',
|
|
131
|
+
|
|
132
|
+
custom: 'מותאם אישית',
|
|
127
133
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=hy.d.ts.map
|
|
@@ -122,4 +122,9 @@ export default {
|
|
|
122
122
|
'select-all': 'Ընտրել բոլորը',
|
|
123
123
|
'deselect-all': 'Հրաժարվել բոլորից',
|
|
124
124
|
'waiting-for': 'Սպասում եմ {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Կիրառել գործողություն {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'Կողմերի հարաբերություն',
|
|
127
|
+
'crop-to-shape': 'Կտրել մինչև {{value}}',
|
|
128
|
+
|
|
129
|
+
custom: 'Հարմարեցված',
|
|
125
130
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=is.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Velja allt',
|
|
123
123
|
'deselect-all': 'Afvelja allt',
|
|
124
124
|
'waiting-for': 'Bíð eftir {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Beita aðgerð {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'Hlutfall hliða',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': 'Sníða í {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: 'Sérsniðið',
|
|
125
131
|
};
|
|
@@ -123,6 +123,10 @@ declare const _default: {
|
|
|
123
123
|
'select-all': string;
|
|
124
124
|
'deselect-all': string;
|
|
125
125
|
'waiting-for': string;
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
+
'aspect-ratio': string;
|
|
128
|
+
'crop-to-shape': string;
|
|
129
|
+
custom: string;
|
|
126
130
|
};
|
|
127
131
|
export default _default;
|
|
128
132
|
//# sourceMappingURL=it.d.ts.map
|
|
@@ -125,4 +125,10 @@ export default {
|
|
|
125
125
|
'select-all': 'Seleziona tutto',
|
|
126
126
|
'deselect-all': 'Deseleziona tutto',
|
|
127
127
|
'waiting-for': 'In attesa di {{source}}',
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Applica operazione {{name}} {{value}}',
|
|
129
|
+
'aspect-ratio': "Rapporto d'aspetto",
|
|
130
|
+
|
|
131
|
+
'crop-to-shape': 'Ritaglia a {{value}}',
|
|
132
|
+
|
|
133
|
+
custom: 'Personalizzato',
|
|
128
134
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=ja.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'すべて選択',
|
|
123
123
|
'deselect-all': 'すべて選択解除',
|
|
124
124
|
'waiting-for': '{{source}} を待っています',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': '操作 {{name}} {{value}} を適用',
|
|
126
|
+
'aspect-ratio': 'アスペクト比',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': '{{value}} にトリミング',
|
|
129
|
+
|
|
130
|
+
custom: 'カスタム',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=ka.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'ყველას არჩევა',
|
|
123
123
|
'deselect-all': 'ყველას არჩევის გაუქმება',
|
|
124
124
|
'waiting-for': 'ველოდები {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'გამოიყენეთ ოპერაცია {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'გვერდების თანაფარდობა',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': 'შემოკლება {{value}}-მდე',
|
|
129
|
+
|
|
130
|
+
custom: 'მორგებული',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=kk.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Барлығын таңдау',
|
|
123
123
|
'deselect-all': 'Барлығын таңдаудан шығару',
|
|
124
124
|
'waiting-for': 'Күтіп тұр {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': '{{name}} {{value}} операциясын қолданыңыз',
|
|
126
|
+
'aspect-ratio': 'Қабырғалар қатынасы',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': '{{value}} өлшеміне қиып алу',
|
|
129
|
+
|
|
130
|
+
custom: 'Теңшеулі',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=ko.d.ts.map
|
|
@@ -121,4 +121,10 @@ export default {
|
|
|
121
121
|
'select-all': '모두 선택',
|
|
122
122
|
'deselect-all': '모두 선택 해제',
|
|
123
123
|
'waiting-for': '{{source}} 대기 중',
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': '작업 {{name}} {{value}} 적용',
|
|
125
|
+
'aspect-ratio': '종횡비',
|
|
126
|
+
|
|
127
|
+
'crop-to-shape': '{{value}}로 자르기',
|
|
128
|
+
|
|
129
|
+
custom: '사용자 정의',
|
|
124
130
|
};
|
|
@@ -123,6 +123,10 @@ declare const _default: {
|
|
|
123
123
|
'deselect-all': string;
|
|
124
124
|
'waiting-for': string;
|
|
125
125
|
queued: string;
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
+
'aspect-ratio': string;
|
|
128
|
+
'crop-to-shape': string;
|
|
129
|
+
custom: string;
|
|
126
130
|
};
|
|
127
131
|
export default _default;
|
|
128
132
|
//# sourceMappingURL=lv.d.ts.map
|
|
@@ -124,4 +124,10 @@ export default {
|
|
|
124
124
|
'deselect-all': 'Noņemt izvēli visiem',
|
|
125
125
|
'waiting-for': 'Gaida {{source}}',
|
|
126
126
|
queued: 'Rindā',
|
|
127
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Lietot darbību {{name}} {{value}}',
|
|
128
|
+
'aspect-ratio': 'Malu attiecība',
|
|
129
|
+
|
|
130
|
+
'crop-to-shape': 'Apgriezt līdz {{value}}',
|
|
131
|
+
|
|
132
|
+
custom: 'Pielāgots',
|
|
127
133
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=nb.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Velg alle',
|
|
123
123
|
'deselect-all': 'Fjern alle',
|
|
124
124
|
'waiting-for': 'Venter på {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Bruk handling {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'Bredde-høydeforhold',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': 'Beskjær til {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: 'Tilpasset',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=nl.d.ts.map
|
|
@@ -123,4 +123,10 @@ export default {
|
|
|
123
123
|
'select-all': 'Selecteer alles',
|
|
124
124
|
'deselect-all': 'Deselecteer alles',
|
|
125
125
|
'waiting-for': 'Wachten op {{source}}',
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Bewerking {{name}} {{value}} toepassen',
|
|
127
|
+
'aspect-ratio': 'Beeldverhouding',
|
|
128
|
+
|
|
129
|
+
'crop-to-shape': 'Bijsnijden naar {{value}}',
|
|
130
|
+
|
|
131
|
+
custom: 'Aangepast',
|
|
126
132
|
};
|
|
@@ -125,6 +125,10 @@ declare const _default: {
|
|
|
125
125
|
'select-all': string;
|
|
126
126
|
'deselect-all': string;
|
|
127
127
|
'waiting-for': string;
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
+
'aspect-ratio': string;
|
|
130
|
+
'crop-to-shape': string;
|
|
131
|
+
custom: string;
|
|
128
132
|
};
|
|
129
133
|
export default _default;
|
|
130
134
|
//# sourceMappingURL=pl.d.ts.map
|
|
@@ -126,4 +126,10 @@ export default {
|
|
|
126
126
|
'select-all': 'Zaznacz wszystko',
|
|
127
127
|
'deselect-all': 'Odznacz wszystko',
|
|
128
128
|
'waiting-for': 'Oczekiwanie na {{source}}',
|
|
129
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Zastosuj operację {{name}} {{value}}',
|
|
130
|
+
'aspect-ratio': 'Proporcje',
|
|
131
|
+
|
|
132
|
+
'crop-to-shape': 'Przytnij do {{value}}',
|
|
133
|
+
|
|
134
|
+
custom: 'Niestandardowy',
|
|
129
135
|
};
|
|
@@ -123,6 +123,10 @@ declare const _default: {
|
|
|
123
123
|
'select-all': string;
|
|
124
124
|
'deselect-all': string;
|
|
125
125
|
'waiting-for': string;
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
+
'aspect-ratio': string;
|
|
128
|
+
'crop-to-shape': string;
|
|
129
|
+
custom: string;
|
|
126
130
|
};
|
|
127
131
|
export default _default;
|
|
128
132
|
//# sourceMappingURL=pt.d.ts.map
|
|
@@ -125,4 +125,10 @@ export default {
|
|
|
125
125
|
'select-all': 'Selecionar tudo',
|
|
126
126
|
'deselect-all': 'Desmarcar tudo',
|
|
127
127
|
'waiting-for': 'Aguardando {{source}}',
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Aplicar operação {{name}} {{value}}',
|
|
129
|
+
'aspect-ratio': 'Proporção',
|
|
130
|
+
|
|
131
|
+
'crop-to-shape': 'Recortar para {{value}}',
|
|
132
|
+
|
|
133
|
+
custom: 'Personalizado',
|
|
128
134
|
};
|
|
@@ -123,6 +123,10 @@ declare const _default: {
|
|
|
123
123
|
'select-all': string;
|
|
124
124
|
'deselect-all': string;
|
|
125
125
|
'waiting-for': string;
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
+
'aspect-ratio': string;
|
|
128
|
+
'crop-to-shape': string;
|
|
129
|
+
custom: string;
|
|
126
130
|
};
|
|
127
131
|
export default _default;
|
|
128
132
|
//# sourceMappingURL=ro.d.ts.map
|
|
@@ -125,4 +125,10 @@ export default {
|
|
|
125
125
|
'select-all': 'Selectează tot',
|
|
126
126
|
'deselect-all': 'Deselectează tot',
|
|
127
127
|
'waiting-for': 'Așteptare pentru {{source}}',
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Aplică operația {{name}} {{value}}',
|
|
129
|
+
'aspect-ratio': 'Raport de aspect',
|
|
130
|
+
|
|
131
|
+
'crop-to-shape': 'Decupează la {{value}}',
|
|
132
|
+
|
|
133
|
+
custom: 'Personalizat',
|
|
128
134
|
};
|
|
@@ -125,6 +125,10 @@ declare const _default: {
|
|
|
125
125
|
'select-all': string;
|
|
126
126
|
'deselect-all': string;
|
|
127
127
|
'waiting-for': string;
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
+
'aspect-ratio': string;
|
|
130
|
+
'crop-to-shape': string;
|
|
131
|
+
custom: string;
|
|
128
132
|
};
|
|
129
133
|
export default _default;
|
|
130
134
|
//# sourceMappingURL=ru.d.ts.map
|
|
@@ -126,4 +126,10 @@ export default {
|
|
|
126
126
|
'select-all': 'Выбрать все',
|
|
127
127
|
'deselect-all': 'Отменить выбор всех',
|
|
128
128
|
'waiting-for': 'Ожидание {{source}}',
|
|
129
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Применить операцию {{name}} {{value}}',
|
|
130
|
+
'aspect-ratio': 'Соотношение сторон',
|
|
131
|
+
|
|
132
|
+
'crop-to-shape': 'Обрезать до {{value}}',
|
|
133
|
+
|
|
134
|
+
custom: 'Пользовательский',
|
|
129
135
|
};
|
|
@@ -125,6 +125,10 @@ declare const _default: {
|
|
|
125
125
|
'deselect-all': string;
|
|
126
126
|
'waiting-for': string;
|
|
127
127
|
queued: string;
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
+
'aspect-ratio': string;
|
|
130
|
+
'crop-to-shape': string;
|
|
131
|
+
custom: string;
|
|
128
132
|
};
|
|
129
133
|
export default _default;
|
|
130
134
|
//# sourceMappingURL=sk.d.ts.map
|
|
@@ -126,4 +126,10 @@ export default {
|
|
|
126
126
|
'deselect-all': 'Zrušiť výber všetkého',
|
|
127
127
|
'waiting-for': 'Čaká sa na {{source}}',
|
|
128
128
|
queued: 'Vo fronte',
|
|
129
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Použiť operáciu {{name}} {{value}}',
|
|
130
|
+
'aspect-ratio': 'Pomer strán',
|
|
131
|
+
|
|
132
|
+
'crop-to-shape': 'Orezať na {{value}}',
|
|
133
|
+
|
|
134
|
+
custom: 'Vlastný',
|
|
129
135
|
};
|
|
@@ -123,6 +123,10 @@ declare const _default: {
|
|
|
123
123
|
'deselect-all': string;
|
|
124
124
|
'waiting-for': string;
|
|
125
125
|
queued: string;
|
|
126
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
127
|
+
'aspect-ratio': string;
|
|
128
|
+
'crop-to-shape': string;
|
|
129
|
+
custom: string;
|
|
126
130
|
};
|
|
127
131
|
export default _default;
|
|
128
132
|
//# sourceMappingURL=sr.d.ts.map
|
|
@@ -124,4 +124,10 @@ export default {
|
|
|
124
124
|
'deselect-all': 'Поништи избор свих',
|
|
125
125
|
'waiting-for': 'Чека се {{source}}',
|
|
126
126
|
queued: 'У реду',
|
|
127
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Примени операцију {{name}} {{value}}',
|
|
128
|
+
'aspect-ratio': 'Однос страница',
|
|
129
|
+
|
|
130
|
+
'crop-to-shape': 'Исеци на {{value}}',
|
|
131
|
+
|
|
132
|
+
custom: 'Прилагођен',
|
|
127
133
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=sv.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Välj alla',
|
|
123
123
|
'deselect-all': 'Avmarkera alla',
|
|
124
124
|
'waiting-for': 'Väntar på {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Använd åtgärd {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'Bildförhållande',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': 'Beskär till {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: 'Anpassad',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=tr.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Hepsini seç',
|
|
123
123
|
'deselect-all': 'Hiçbirini seçme',
|
|
124
124
|
'waiting-for': '{{source}} bekleniyor',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': '{{name}} {{value}} işlemini uygula',
|
|
126
|
+
'aspect-ratio': 'En boy oranı',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': '{{value}} boyutuna kırp',
|
|
129
|
+
|
|
130
|
+
custom: 'Özel',
|
|
125
131
|
};
|
|
@@ -125,6 +125,10 @@ declare const _default: {
|
|
|
125
125
|
'select-all': string;
|
|
126
126
|
'deselect-all': string;
|
|
127
127
|
'waiting-for': string;
|
|
128
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
129
|
+
'aspect-ratio': string;
|
|
130
|
+
'crop-to-shape': string;
|
|
131
|
+
custom: string;
|
|
128
132
|
};
|
|
129
133
|
export default _default;
|
|
130
134
|
//# sourceMappingURL=uk.d.ts.map
|
|
@@ -126,4 +126,10 @@ export default {
|
|
|
126
126
|
'select-all': 'Вибрати всі',
|
|
127
127
|
'deselect-all': 'Скасувати вибір всіх',
|
|
128
128
|
'waiting-for': 'Очікування {{source}}',
|
|
129
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Застосувати операцію {{name}} {{value}}',
|
|
130
|
+
'aspect-ratio': 'Співвідношення сторін',
|
|
131
|
+
|
|
132
|
+
'crop-to-shape': 'Обрізати до {{value}}',
|
|
133
|
+
|
|
134
|
+
custom: 'Користувацький',
|
|
129
135
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=vi.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': 'Chọn tất cả',
|
|
123
123
|
'deselect-all': 'Bỏ chọn tất cả',
|
|
124
124
|
'waiting-for': 'Đang chờ {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': 'Áp dụng thao tác {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': 'Tỷ lệ khung hình',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': 'Cắt theo {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: 'Tùy chỉnh',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=zh-TW.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': '全選',
|
|
123
123
|
'deselect-all': '取消全選',
|
|
124
124
|
'waiting-for': '等待 {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': '套用操作 {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': '寬高比',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': '裁剪為 {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: '自訂',
|
|
125
131
|
};
|
|
@@ -121,6 +121,10 @@ declare const _default: {
|
|
|
121
121
|
'select-all': string;
|
|
122
122
|
'deselect-all': string;
|
|
123
123
|
'waiting-for': string;
|
|
124
|
+
'a11y-cloud-editor-apply-aspect-ratio': string;
|
|
125
|
+
'aspect-ratio': string;
|
|
126
|
+
'crop-to-shape': string;
|
|
127
|
+
custom: string;
|
|
124
128
|
};
|
|
125
129
|
export default _default;
|
|
126
130
|
//# sourceMappingURL=zh.d.ts.map
|
|
@@ -122,4 +122,10 @@ export default {
|
|
|
122
122
|
'select-all': '全选',
|
|
123
123
|
'deselect-all': '取消全选',
|
|
124
124
|
'waiting-for': '等待 {{source}}',
|
|
125
|
+
'a11y-cloud-editor-apply-aspect-ratio': '应用操作 {{name}} {{value}}',
|
|
126
|
+
'aspect-ratio': '宽高比',
|
|
127
|
+
|
|
128
|
+
'crop-to-shape': '裁剪为 {{value}}',
|
|
129
|
+
|
|
130
|
+
custom: '自定义',
|
|
125
131
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.20.0
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -35,9 +35,7 @@
|
|
|
35
35
|
"MIT"
|
|
36
36
|
],
|
|
37
37
|
"type": "module",
|
|
38
|
-
"sideEffects": [
|
|
39
|
-
"*.css"
|
|
40
|
-
],
|
|
38
|
+
"sideEffects": ["*.css"],
|
|
41
39
|
"module": "./index.js",
|
|
42
40
|
"exports": {
|
|
43
41
|
".": {
|
|
@@ -145,7 +143,6 @@
|
|
|
145
143
|
"@symbiotejs/symbiote": "^1.11.7",
|
|
146
144
|
"@uploadcare/cname-prefix": "^6.17.0",
|
|
147
145
|
"@uploadcare/image-shrink": "^6.17.0",
|
|
148
|
-
"@uploadcare/quality-insights": "^6.17.0",
|
|
149
146
|
"@uploadcare/upload-client": "^6.17.0",
|
|
150
147
|
"keyux": "^0.7.1"
|
|
151
148
|
}
|
|
@@ -1,38 +1,4 @@
|
|
|
1
1
|
export class CloudImageEditor extends CloudImageEditorBlock {
|
|
2
|
-
init$: {
|
|
3
|
-
'*solution': string;
|
|
4
|
-
'*originalUrl': null;
|
|
5
|
-
'*faderEl': null;
|
|
6
|
-
'*cropperEl': null;
|
|
7
|
-
'*imgEl': null;
|
|
8
|
-
'*imgContainerEl': null;
|
|
9
|
-
'*networkProblems': boolean;
|
|
10
|
-
'*imageSize': null;
|
|
11
|
-
'*editorTransformations': import("../../blocks/CloudImageEditor/src/types.js").Transformations;
|
|
12
|
-
'*cropPresetList': import("../../blocks/CloudImageEditor/src/types.js").CropPresetList;
|
|
13
|
-
'*tabList': ("crop" | "tuning" | "filters")[];
|
|
14
|
-
'*tabId': "crop";
|
|
15
|
-
entry: null;
|
|
16
|
-
extension: null;
|
|
17
|
-
editorMode: boolean;
|
|
18
|
-
modalCaption: string;
|
|
19
|
-
isImage: boolean;
|
|
20
|
-
msg: string;
|
|
21
|
-
src: string;
|
|
22
|
-
fileType: string;
|
|
23
|
-
showLoader: boolean;
|
|
24
|
-
uuid: null;
|
|
25
|
-
cdnUrl: null;
|
|
26
|
-
cropPreset: string;
|
|
27
|
-
tabs: string;
|
|
28
|
-
'presence.networkProblems': boolean;
|
|
29
|
-
'presence.modalCaption': boolean;
|
|
30
|
-
'presence.editorToolbar': boolean;
|
|
31
|
-
'presence.viewerToolbar': boolean;
|
|
32
|
-
'*on.retryNetwork': () => void;
|
|
33
|
-
'*on.apply': (transformations: import("../../blocks/CloudImageEditor/src/types.js").Transformations) => void;
|
|
34
|
-
'*on.cancel': () => void;
|
|
35
|
-
};
|
|
36
2
|
}
|
|
37
3
|
import { CloudImageEditorBlock } from '../../blocks/CloudImageEditor/src/CloudImageEditorBlock.js';
|
|
38
4
|
//# sourceMappingURL=CloudImageEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloudImageEditor.d.ts","sourceRoot":"","sources":["CloudImageEditor.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CloudImageEditor.d.ts","sourceRoot":"","sources":["CloudImageEditor.js"],"names":[],"mappings":"AAGA;CAQC;sCAVqC,4DAA4D"}
|
|
@@ -1,24 +1,12 @@
|
|
|
1
1
|
// @ts-check
|
|
2
|
-
import { InternalEventType } from '../../blocks/UploadCtxProvider/EventEmitter.js';
|
|
3
2
|
import { CloudImageEditorBlock } from '../../blocks/CloudImageEditor/src/CloudImageEditorBlock.js';
|
|
4
3
|
|
|
5
4
|
export class CloudImageEditor extends CloudImageEditorBlock {
|
|
6
5
|
static styleAttrs = [...super.styleAttrs, 'uc-wgt-common'];
|
|
7
6
|
|
|
8
|
-
constructor() {
|
|
9
|
-
super();
|
|
10
|
-
|
|
11
|
-
this.init$ = {
|
|
12
|
-
...this.init$,
|
|
13
|
-
'*solution': this.tagName,
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
|
|
17
7
|
initCallback() {
|
|
18
8
|
super.initCallback();
|
|
19
9
|
|
|
20
|
-
this.emit(InternalEventType.INIT_SOLUTION, undefined);
|
|
21
|
-
|
|
22
10
|
this.a11y?.registerBlock(this);
|
|
23
11
|
}
|
|
24
12
|
}
|