@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
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* @param {import('@uploadcare/upload-client').CustomUserAgentOptions} options
|
|
3
3
|
* @returns {ReturnType<import('@uploadcare/upload-client').CustomUserAgentFn>}
|
|
4
4
|
*/
|
|
5
|
-
export function customUserAgent(options: import(
|
|
5
|
+
export function customUserAgent(options: import("@uploadcare/upload-client").CustomUserAgentOptions): ReturnType<import("@uploadcare/upload-client").CustomUserAgentFn>;
|
|
6
6
|
//# sourceMappingURL=userAgent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userAgent.d.ts","sourceRoot":"","sources":["userAgent.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,yCAHW,OAAO,2BAA2B,EAAE,sBAAsB,GACxD,
|
|
1
|
+
{"version":3,"file":"userAgent.d.ts","sourceRoot":"","sources":["userAgent.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,yCAHW,OAAO,2BAA2B,EAAE,sBAAsB,GACxD,UAAU,CAAC,OAAO,2BAA2B,EAAE,iBAAiB,CAAC,CAQ7E"}
|
package/index.d.ts
CHANGED
|
@@ -35,5 +35,5 @@ export { defineComponents } from "./abstract/defineComponents.js";
|
|
|
35
35
|
export { defineLocale } from "./abstract/localeRegistry.js";
|
|
36
36
|
export { loadFileUploaderFrom } from "./abstract/loadFileUploaderFrom.js";
|
|
37
37
|
export { toKebabCase } from "./utils/toKebabCase.js";
|
|
38
|
-
export { BaseComponent, Data, UID } from "
|
|
38
|
+
export { Symbiote, BaseComponent, PubSub, Data, UID, html } from "./symbiote.js";
|
|
39
39
|
//# sourceMappingURL=index.d.ts.map
|
package/index.js
CHANGED
package/index.ssr.d.ts
CHANGED
|
@@ -13,6 +13,8 @@ export const ActivityBlock: {
|
|
|
13
13
|
styleAttrs: any[];
|
|
14
14
|
is: string;
|
|
15
15
|
bindAttributes: () => void;
|
|
16
|
+
addRootStyles: () => void;
|
|
17
|
+
addShadowStyles: () => void;
|
|
16
18
|
};
|
|
17
19
|
export const ActivityHeader: {
|
|
18
20
|
new (): {};
|
|
@@ -29,12 +31,16 @@ export const ActivityHeader: {
|
|
|
29
31
|
styleAttrs: any[];
|
|
30
32
|
is: string;
|
|
31
33
|
bindAttributes: () => void;
|
|
34
|
+
addRootStyles: () => void;
|
|
35
|
+
addShadowStyles: () => void;
|
|
32
36
|
};
|
|
33
37
|
export const BaseComponent: {
|
|
34
38
|
new (): {};
|
|
35
39
|
reg: () => void;
|
|
36
40
|
is: string;
|
|
37
41
|
bindAttributes: () => void;
|
|
42
|
+
addRootStyles: () => void;
|
|
43
|
+
addShadowStyles: () => void;
|
|
38
44
|
};
|
|
39
45
|
export const Block: {
|
|
40
46
|
new (): {};
|
|
@@ -42,6 +48,8 @@ export const Block: {
|
|
|
42
48
|
styleAttrs: any[];
|
|
43
49
|
is: string;
|
|
44
50
|
bindAttributes: () => void;
|
|
51
|
+
addRootStyles: () => void;
|
|
52
|
+
addShadowStyles: () => void;
|
|
45
53
|
};
|
|
46
54
|
export const BtnUi: {
|
|
47
55
|
new (): {};
|
|
@@ -51,6 +59,8 @@ export const BtnUi: {
|
|
|
51
59
|
styleAttrs: any[];
|
|
52
60
|
is: string;
|
|
53
61
|
bindAttributes: () => void;
|
|
62
|
+
addRootStyles: () => void;
|
|
63
|
+
addShadowStyles: () => void;
|
|
54
64
|
};
|
|
55
65
|
export const CameraSource: {
|
|
56
66
|
new (): {};
|
|
@@ -98,6 +108,8 @@ export const CameraSource: {
|
|
|
98
108
|
styleAttrs: any[];
|
|
99
109
|
is: string;
|
|
100
110
|
bindAttributes: () => void;
|
|
111
|
+
addRootStyles: () => void;
|
|
112
|
+
addShadowStyles: () => void;
|
|
101
113
|
};
|
|
102
114
|
export const CloudImageEditor: {
|
|
103
115
|
new (): {};
|
|
@@ -107,6 +119,8 @@ export const CloudImageEditor: {
|
|
|
107
119
|
reg: () => void;
|
|
108
120
|
is: string;
|
|
109
121
|
bindAttributes: () => void;
|
|
122
|
+
addRootStyles: () => void;
|
|
123
|
+
addShadowStyles: () => void;
|
|
110
124
|
};
|
|
111
125
|
export const CloudImageEditorActivity: {
|
|
112
126
|
new (): {};
|
|
@@ -153,6 +167,8 @@ export const CloudImageEditorActivity: {
|
|
|
153
167
|
styleAttrs: any[];
|
|
154
168
|
is: string;
|
|
155
169
|
bindAttributes: () => void;
|
|
170
|
+
addRootStyles: () => void;
|
|
171
|
+
addShadowStyles: () => void;
|
|
156
172
|
};
|
|
157
173
|
export const CloudImageEditorBlock: {
|
|
158
174
|
new (): {};
|
|
@@ -162,6 +178,8 @@ export const CloudImageEditorBlock: {
|
|
|
162
178
|
reg: () => void;
|
|
163
179
|
is: string;
|
|
164
180
|
bindAttributes: () => void;
|
|
181
|
+
addRootStyles: () => void;
|
|
182
|
+
addShadowStyles: () => void;
|
|
165
183
|
};
|
|
166
184
|
export const Config: {
|
|
167
185
|
new (): {};
|
|
@@ -170,6 +188,8 @@ export const Config: {
|
|
|
170
188
|
styleAttrs: any[];
|
|
171
189
|
is: string;
|
|
172
190
|
bindAttributes: () => void;
|
|
191
|
+
addRootStyles: () => void;
|
|
192
|
+
addShadowStyles: () => void;
|
|
173
193
|
};
|
|
174
194
|
export const Copyright: {
|
|
175
195
|
new (): {};
|
|
@@ -178,6 +198,8 @@ export const Copyright: {
|
|
|
178
198
|
styleAttrs: any[];
|
|
179
199
|
is: string;
|
|
180
200
|
bindAttributes: () => void;
|
|
201
|
+
addRootStyles: () => void;
|
|
202
|
+
addShadowStyles: () => void;
|
|
181
203
|
};
|
|
182
204
|
export const CropFrame: {
|
|
183
205
|
new (): {};
|
|
@@ -186,10 +208,11 @@ export const CropFrame: {
|
|
|
186
208
|
styleAttrs: any[];
|
|
187
209
|
is: string;
|
|
188
210
|
bindAttributes: () => void;
|
|
211
|
+
addRootStyles: () => void;
|
|
212
|
+
addShadowStyles: () => void;
|
|
189
213
|
};
|
|
190
214
|
export const Data: {
|
|
191
215
|
new (): {};
|
|
192
|
-
warn: () => void;
|
|
193
216
|
registerCtx: () => void;
|
|
194
217
|
deleteCtx: () => void;
|
|
195
218
|
getCtx: () => void;
|
|
@@ -251,6 +274,8 @@ export const DropArea: {
|
|
|
251
274
|
reg: () => void;
|
|
252
275
|
is: string;
|
|
253
276
|
bindAttributes: () => void;
|
|
277
|
+
addRootStyles: () => void;
|
|
278
|
+
addShadowStyles: () => void;
|
|
254
279
|
};
|
|
255
280
|
export const EditorCropButtonControl: {
|
|
256
281
|
new (): {};
|
|
@@ -259,6 +284,8 @@ export const EditorCropButtonControl: {
|
|
|
259
284
|
styleAttrs: any[];
|
|
260
285
|
is: string;
|
|
261
286
|
bindAttributes: () => void;
|
|
287
|
+
addRootStyles: () => void;
|
|
288
|
+
addShadowStyles: () => void;
|
|
262
289
|
};
|
|
263
290
|
export const EditorFilterControl: {
|
|
264
291
|
new (): {};
|
|
@@ -267,6 +294,8 @@ export const EditorFilterControl: {
|
|
|
267
294
|
styleAttrs: any[];
|
|
268
295
|
is: string;
|
|
269
296
|
bindAttributes: () => void;
|
|
297
|
+
addRootStyles: () => void;
|
|
298
|
+
addShadowStyles: () => void;
|
|
270
299
|
};
|
|
271
300
|
export const EditorImageCropper: {
|
|
272
301
|
new (): {};
|
|
@@ -275,6 +304,8 @@ export const EditorImageCropper: {
|
|
|
275
304
|
styleAttrs: any[];
|
|
276
305
|
is: string;
|
|
277
306
|
bindAttributes: () => void;
|
|
307
|
+
addRootStyles: () => void;
|
|
308
|
+
addShadowStyles: () => void;
|
|
278
309
|
};
|
|
279
310
|
export const EditorImageFader: {
|
|
280
311
|
new (): {};
|
|
@@ -282,6 +313,8 @@ export const EditorImageFader: {
|
|
|
282
313
|
styleAttrs: any[];
|
|
283
314
|
is: string;
|
|
284
315
|
bindAttributes: () => void;
|
|
316
|
+
addRootStyles: () => void;
|
|
317
|
+
addShadowStyles: () => void;
|
|
285
318
|
};
|
|
286
319
|
export const EditorOperationControl: {
|
|
287
320
|
new (): {};
|
|
@@ -290,6 +323,8 @@ export const EditorOperationControl: {
|
|
|
290
323
|
styleAttrs: any[];
|
|
291
324
|
is: string;
|
|
292
325
|
bindAttributes: () => void;
|
|
326
|
+
addRootStyles: () => void;
|
|
327
|
+
addShadowStyles: () => void;
|
|
293
328
|
};
|
|
294
329
|
export const EditorScroller: {
|
|
295
330
|
new (): {};
|
|
@@ -298,6 +333,8 @@ export const EditorScroller: {
|
|
|
298
333
|
styleAttrs: any[];
|
|
299
334
|
is: string;
|
|
300
335
|
bindAttributes: () => void;
|
|
336
|
+
addRootStyles: () => void;
|
|
337
|
+
addShadowStyles: () => void;
|
|
301
338
|
};
|
|
302
339
|
export const EditorSlider: {
|
|
303
340
|
new (): {};
|
|
@@ -306,6 +343,8 @@ export const EditorSlider: {
|
|
|
306
343
|
styleAttrs: any[];
|
|
307
344
|
is: string;
|
|
308
345
|
bindAttributes: () => void;
|
|
346
|
+
addRootStyles: () => void;
|
|
347
|
+
addShadowStyles: () => void;
|
|
309
348
|
};
|
|
310
349
|
export const EditorToolbar: {
|
|
311
350
|
new (): {};
|
|
@@ -314,6 +353,8 @@ export const EditorToolbar: {
|
|
|
314
353
|
styleAttrs: any[];
|
|
315
354
|
is: string;
|
|
316
355
|
bindAttributes: () => void;
|
|
356
|
+
addRootStyles: () => void;
|
|
357
|
+
addShadowStyles: () => void;
|
|
317
358
|
};
|
|
318
359
|
export const ExternalSource: {
|
|
319
360
|
new (): {};
|
|
@@ -361,6 +402,8 @@ export const ExternalSource: {
|
|
|
361
402
|
styleAttrs: any[];
|
|
362
403
|
is: string;
|
|
363
404
|
bindAttributes: () => void;
|
|
405
|
+
addRootStyles: () => void;
|
|
406
|
+
addShadowStyles: () => void;
|
|
364
407
|
};
|
|
365
408
|
export const FileItem: {
|
|
366
409
|
new (): {};
|
|
@@ -409,6 +452,8 @@ export const FileItem: {
|
|
|
409
452
|
styleAttrs: any[];
|
|
410
453
|
is: string;
|
|
411
454
|
bindAttributes: () => void;
|
|
455
|
+
addRootStyles: () => void;
|
|
456
|
+
addShadowStyles: () => void;
|
|
412
457
|
};
|
|
413
458
|
export const FileUploaderInline: {
|
|
414
459
|
new (): {};
|
|
@@ -416,6 +461,8 @@ export const FileUploaderInline: {
|
|
|
416
461
|
reg: () => void;
|
|
417
462
|
is: string;
|
|
418
463
|
bindAttributes: () => void;
|
|
464
|
+
addRootStyles: () => void;
|
|
465
|
+
addShadowStyles: () => void;
|
|
419
466
|
};
|
|
420
467
|
export const FileUploaderMinimal: {
|
|
421
468
|
new (): {};
|
|
@@ -423,6 +470,8 @@ export const FileUploaderMinimal: {
|
|
|
423
470
|
reg: () => void;
|
|
424
471
|
is: string;
|
|
425
472
|
bindAttributes: () => void;
|
|
473
|
+
addRootStyles: () => void;
|
|
474
|
+
addShadowStyles: () => void;
|
|
426
475
|
};
|
|
427
476
|
export const FileUploaderRegular: {
|
|
428
477
|
new (): {};
|
|
@@ -431,6 +480,8 @@ export const FileUploaderRegular: {
|
|
|
431
480
|
reg: () => void;
|
|
432
481
|
is: string;
|
|
433
482
|
bindAttributes: () => void;
|
|
483
|
+
addRootStyles: () => void;
|
|
484
|
+
addShadowStyles: () => void;
|
|
434
485
|
};
|
|
435
486
|
export const FormInput: {
|
|
436
487
|
new (): {};
|
|
@@ -477,6 +528,8 @@ export const FormInput: {
|
|
|
477
528
|
styleAttrs: any[];
|
|
478
529
|
is: string;
|
|
479
530
|
bindAttributes: () => void;
|
|
531
|
+
addRootStyles: () => void;
|
|
532
|
+
addShadowStyles: () => void;
|
|
480
533
|
};
|
|
481
534
|
export const Icon: {
|
|
482
535
|
new (): {};
|
|
@@ -486,6 +539,8 @@ export const Icon: {
|
|
|
486
539
|
styleAttrs: any[];
|
|
487
540
|
is: string;
|
|
488
541
|
bindAttributes: () => void;
|
|
542
|
+
addRootStyles: () => void;
|
|
543
|
+
addShadowStyles: () => void;
|
|
489
544
|
};
|
|
490
545
|
export const Img: {
|
|
491
546
|
new (): {};
|
|
@@ -493,6 +548,8 @@ export const Img: {
|
|
|
493
548
|
reg: () => void;
|
|
494
549
|
is: string;
|
|
495
550
|
bindAttributes: () => void;
|
|
551
|
+
addRootStyles: () => void;
|
|
552
|
+
addShadowStyles: () => void;
|
|
496
553
|
};
|
|
497
554
|
export const LineLoaderUi: {
|
|
498
555
|
new (): {};
|
|
@@ -501,6 +558,8 @@ export const LineLoaderUi: {
|
|
|
501
558
|
styleAttrs: any[];
|
|
502
559
|
is: string;
|
|
503
560
|
bindAttributes: () => void;
|
|
561
|
+
addRootStyles: () => void;
|
|
562
|
+
addShadowStyles: () => void;
|
|
504
563
|
};
|
|
505
564
|
export const Modal: {
|
|
506
565
|
new (): {};
|
|
@@ -510,6 +569,8 @@ export const Modal: {
|
|
|
510
569
|
reg: () => void;
|
|
511
570
|
is: string;
|
|
512
571
|
bindAttributes: () => void;
|
|
572
|
+
addRootStyles: () => void;
|
|
573
|
+
addShadowStyles: () => void;
|
|
513
574
|
};
|
|
514
575
|
export const PACKAGE_NAME: "blocks";
|
|
515
576
|
export const PACKAGE_VERSION: "1.5.2";
|
|
@@ -520,6 +581,8 @@ export const PresenceToggle: {
|
|
|
520
581
|
styleAttrs: any[];
|
|
521
582
|
is: string;
|
|
522
583
|
bindAttributes: () => void;
|
|
584
|
+
addRootStyles: () => void;
|
|
585
|
+
addShadowStyles: () => void;
|
|
523
586
|
};
|
|
524
587
|
export const ProgressBar: {
|
|
525
588
|
new (): {};
|
|
@@ -528,6 +591,8 @@ export const ProgressBar: {
|
|
|
528
591
|
styleAttrs: any[];
|
|
529
592
|
is: string;
|
|
530
593
|
bindAttributes: () => void;
|
|
594
|
+
addRootStyles: () => void;
|
|
595
|
+
addShadowStyles: () => void;
|
|
531
596
|
};
|
|
532
597
|
export const ProgressBarCommon: {
|
|
533
598
|
new (): {};
|
|
@@ -575,6 +640,24 @@ export const ProgressBarCommon: {
|
|
|
575
640
|
styleAttrs: any[];
|
|
576
641
|
is: string;
|
|
577
642
|
bindAttributes: () => void;
|
|
643
|
+
addRootStyles: () => void;
|
|
644
|
+
addShadowStyles: () => void;
|
|
645
|
+
};
|
|
646
|
+
export const PubSub: {
|
|
647
|
+
new (): {};
|
|
648
|
+
registerCtx: () => void;
|
|
649
|
+
deleteCtx: () => void;
|
|
650
|
+
getCtx: () => void;
|
|
651
|
+
globalStore: {};
|
|
652
|
+
apply: () => void;
|
|
653
|
+
bind: () => void;
|
|
654
|
+
call: () => void;
|
|
655
|
+
toString: () => void;
|
|
656
|
+
hasOwnProperty: () => void;
|
|
657
|
+
isPrototypeOf: () => void;
|
|
658
|
+
propertyIsEnumerable: () => void;
|
|
659
|
+
valueOf: () => void;
|
|
660
|
+
toLocaleString: () => void;
|
|
578
661
|
};
|
|
579
662
|
export const Select: {
|
|
580
663
|
new (): {};
|
|
@@ -583,6 +666,8 @@ export const Select: {
|
|
|
583
666
|
styleAttrs: any[];
|
|
584
667
|
is: string;
|
|
585
668
|
bindAttributes: () => void;
|
|
669
|
+
addRootStyles: () => void;
|
|
670
|
+
addShadowStyles: () => void;
|
|
586
671
|
};
|
|
587
672
|
export const SimpleBtn: {
|
|
588
673
|
new (): {};
|
|
@@ -631,6 +716,8 @@ export const SimpleBtn: {
|
|
|
631
716
|
reg: () => void;
|
|
632
717
|
is: string;
|
|
633
718
|
bindAttributes: () => void;
|
|
719
|
+
addRootStyles: () => void;
|
|
720
|
+
addShadowStyles: () => void;
|
|
634
721
|
};
|
|
635
722
|
export const SliderUi: {
|
|
636
723
|
new (): {};
|
|
@@ -639,6 +726,8 @@ export const SliderUi: {
|
|
|
639
726
|
styleAttrs: any[];
|
|
640
727
|
is: string;
|
|
641
728
|
bindAttributes: () => void;
|
|
729
|
+
addRootStyles: () => void;
|
|
730
|
+
addShadowStyles: () => void;
|
|
642
731
|
};
|
|
643
732
|
export const SolutionBlock: {
|
|
644
733
|
new (): {};
|
|
@@ -646,6 +735,8 @@ export const SolutionBlock: {
|
|
|
646
735
|
reg: () => void;
|
|
647
736
|
is: string;
|
|
648
737
|
bindAttributes: () => void;
|
|
738
|
+
addRootStyles: () => void;
|
|
739
|
+
addShadowStyles: () => void;
|
|
649
740
|
};
|
|
650
741
|
export const SourceBtn: {
|
|
651
742
|
new (): {};
|
|
@@ -694,6 +785,8 @@ export const SourceBtn: {
|
|
|
694
785
|
styleAttrs: any[];
|
|
695
786
|
is: string;
|
|
696
787
|
bindAttributes: () => void;
|
|
788
|
+
addRootStyles: () => void;
|
|
789
|
+
addShadowStyles: () => void;
|
|
697
790
|
};
|
|
698
791
|
export const SourceList: {
|
|
699
792
|
new (): {};
|
|
@@ -701,6 +794,8 @@ export const SourceList: {
|
|
|
701
794
|
styleAttrs: any[];
|
|
702
795
|
is: string;
|
|
703
796
|
bindAttributes: () => void;
|
|
797
|
+
addRootStyles: () => void;
|
|
798
|
+
addShadowStyles: () => void;
|
|
704
799
|
};
|
|
705
800
|
export const StartFrom: {
|
|
706
801
|
new (): {};
|
|
@@ -718,6 +813,16 @@ export const StartFrom: {
|
|
|
718
813
|
styleAttrs: any[];
|
|
719
814
|
is: string;
|
|
720
815
|
bindAttributes: () => void;
|
|
816
|
+
addRootStyles: () => void;
|
|
817
|
+
addShadowStyles: () => void;
|
|
818
|
+
};
|
|
819
|
+
export const Symbiote: {
|
|
820
|
+
new (): {};
|
|
821
|
+
reg: () => void;
|
|
822
|
+
is: string;
|
|
823
|
+
bindAttributes: () => void;
|
|
824
|
+
addRootStyles: () => void;
|
|
825
|
+
addShadowStyles: () => void;
|
|
721
826
|
};
|
|
722
827
|
export const UID: {
|
|
723
828
|
new (): {};
|
|
@@ -797,6 +902,8 @@ export const UploadCtxProvider: {
|
|
|
797
902
|
styleAttrs: any[];
|
|
798
903
|
is: string;
|
|
799
904
|
bindAttributes: () => void;
|
|
905
|
+
addRootStyles: () => void;
|
|
906
|
+
addShadowStyles: () => void;
|
|
800
907
|
};
|
|
801
908
|
export const UploadList: {
|
|
802
909
|
new (): {};
|
|
@@ -844,6 +951,8 @@ export const UploadList: {
|
|
|
844
951
|
styleAttrs: any[];
|
|
845
952
|
is: string;
|
|
846
953
|
bindAttributes: () => void;
|
|
954
|
+
addRootStyles: () => void;
|
|
955
|
+
addShadowStyles: () => void;
|
|
847
956
|
};
|
|
848
957
|
export const UploaderBlock: {
|
|
849
958
|
new (): {};
|
|
@@ -890,6 +999,8 @@ export const UploaderBlock: {
|
|
|
890
999
|
styleAttrs: any[];
|
|
891
1000
|
is: string;
|
|
892
1001
|
bindAttributes: () => void;
|
|
1002
|
+
addRootStyles: () => void;
|
|
1003
|
+
addShadowStyles: () => void;
|
|
893
1004
|
};
|
|
894
1005
|
export const UrlSource: {
|
|
895
1006
|
new (): {};
|
|
@@ -937,9 +1048,12 @@ export const UrlSource: {
|
|
|
937
1048
|
styleAttrs: any[];
|
|
938
1049
|
is: string;
|
|
939
1050
|
bindAttributes: () => void;
|
|
1051
|
+
addRootStyles: () => void;
|
|
1052
|
+
addShadowStyles: () => void;
|
|
940
1053
|
};
|
|
941
1054
|
export function defineComponents(): void;
|
|
942
1055
|
export function defineLocale(): void;
|
|
1056
|
+
export function html(): void;
|
|
943
1057
|
export function loadFileUploaderFrom(): void;
|
|
944
1058
|
export function toKebabCase(): void;
|
|
945
1059
|
//# sourceMappingURL=index.ssr.d.ts.map
|
package/index.ssr.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;EAME;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoFE;AACF;;;;;;;;;;EAyCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;;;;EAyCE;AACF;;;;;;;;;EA4FE;AACF;;;;;;;;;EAeE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAWE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EA6IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0EE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkFE;AACF;;;;;;;;EAOE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;;;;EAaE;AACF;;;;;;;;EA0BE;AACF;;;;;;;;;EAYE;AACF;;;;;;;;;;EAaE;AACF,oCAAqC;AACrC,sCAAuC;AACvC;;;;;;;;;EAQE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDE;AACF;;;;;;;;;EAiBE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;;;;;;;;;EAiBE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6FE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqEE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6BAAqB;AACrB,6CAAqC;AACrC,oCAA4B"}
|