@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.
Files changed (282) hide show
  1. package/README.md +5 -5
  2. package/abstract/ActivityBlock.d.ts +3 -3
  3. package/abstract/ActivityBlock.d.ts.map +1 -1
  4. package/abstract/Block.d.ts +4 -11
  5. package/abstract/Block.d.ts.map +1 -1
  6. package/abstract/Block.js +16 -16
  7. package/abstract/CTX.d.ts +7 -7
  8. package/abstract/CTX.d.ts.map +1 -1
  9. package/abstract/CTX.js +1 -1
  10. package/abstract/LocaleManager.d.ts +3 -3
  11. package/abstract/SecureUploadsManager.d.ts +2 -2
  12. package/abstract/SecureUploadsManager.d.ts.map +1 -1
  13. package/abstract/SolutionBlock.d.ts +2 -2
  14. package/abstract/SolutionBlock.d.ts.map +1 -1
  15. package/abstract/TypedCollection.d.ts +1 -1
  16. package/abstract/TypedCollection.d.ts.map +1 -1
  17. package/abstract/TypedCollection.js +4 -4
  18. package/abstract/TypedData.d.ts +2 -2
  19. package/abstract/TypedData.d.ts.map +1 -1
  20. package/abstract/TypedData.js +4 -4
  21. package/abstract/UploaderBlock.d.ts +5 -5
  22. package/abstract/UploaderBlock.d.ts.map +1 -1
  23. package/abstract/UploaderBlock.js +5 -5
  24. package/abstract/UploaderPublicApi.d.ts +22 -21
  25. package/abstract/UploaderPublicApi.d.ts.map +1 -1
  26. package/abstract/UploaderPublicApi.js +3 -3
  27. package/abstract/ValidationManager.d.ts +3 -3
  28. package/abstract/ValidationManager.d.ts.map +1 -1
  29. package/abstract/a11y.d.ts +2 -2
  30. package/abstract/a11y.d.ts.map +1 -1
  31. package/abstract/buildOutputCollectionState.d.ts +1 -1
  32. package/abstract/buildOutputCollectionState.d.ts.map +1 -1
  33. package/abstract/defineComponents.d.ts.map +1 -1
  34. package/abstract/defineComponents.js +5 -0
  35. package/abstract/l10nProcessor.d.ts.map +1 -1
  36. package/abstract/l10nProcessor.js +3 -3
  37. package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
  38. package/abstract/localeRegistry.d.ts.map +1 -1
  39. package/abstract/sharedConfigKey.d.ts.map +1 -1
  40. package/abstract/uploadEntrySchema.d.ts +2 -2
  41. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  42. package/abstract/uploadEntrySchema.js +1 -1
  43. package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
  44. package/blocks/CameraSource/CameraSource.js +5 -4
  45. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
  46. package/blocks/CloudImageEditor/src/CropFrame.d.ts +11 -11
  47. package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
  48. package/blocks/CloudImageEditor/src/CropFrame.js +2 -1
  49. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
  50. package/blocks/CloudImageEditor/src/EditorButtonControl.js +2 -1
  51. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  52. package/blocks/CloudImageEditor/src/EditorFilterControl.js +3 -7
  53. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
  54. package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -2
  55. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
  56. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
  57. package/blocks/CloudImageEditor/src/EditorOperationControl.js +1 -1
  58. package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -1
  59. package/blocks/CloudImageEditor/src/EditorScroller.js +2 -1
  60. package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
  61. package/blocks/CloudImageEditor/src/EditorSlider.js +2 -1
  62. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
  63. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
  64. package/blocks/CloudImageEditor/src/EditorToolbar.js +4 -3
  65. package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
  66. package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
  67. package/blocks/CloudImageEditor/src/css/common.css +2 -2
  68. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
  69. package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +3 -3
  70. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -1
  71. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +2 -1
  72. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -1
  73. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +3 -2
  74. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
  75. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +2 -1
  76. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
  77. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
  78. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
  79. package/blocks/CloudImageEditor/src/state.d.ts +4 -4
  80. package/blocks/CloudImageEditor/src/template.d.ts.map +1 -1
  81. package/blocks/CloudImageEditor/src/template.js +2 -1
  82. package/blocks/CloudImageEditor/src/types.d.ts +2 -2
  83. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
  84. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +1 -1
  85. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
  86. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -1
  87. package/blocks/Config/Config.d.ts +3 -11
  88. package/blocks/Config/Config.d.ts.map +1 -1
  89. package/blocks/Config/initialConfig.d.ts +1 -1
  90. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  91. package/blocks/Copyright/Copyright.d.ts.map +1 -1
  92. package/blocks/Copyright/Copyright.js +2 -1
  93. package/blocks/DropArea/DropArea.d.ts +2 -2
  94. package/blocks/DropArea/DropArea.d.ts.map +1 -1
  95. package/blocks/DropArea/DropArea.js +3 -3
  96. package/blocks/DropArea/addDropzone.d.ts.map +1 -1
  97. package/blocks/DropArea/getDropItems.d.ts +2 -2
  98. package/blocks/DropArea/getDropItems.d.ts.map +1 -1
  99. package/blocks/ExternalSource/ExternalSource.d.ts +5 -5
  100. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
  101. package/blocks/ExternalSource/ExternalSource.js +3 -3
  102. package/blocks/ExternalSource/buildStyles.js +2 -2
  103. package/blocks/ExternalSource/query-string.d.ts.map +1 -1
  104. package/blocks/FileItem/FileItem.d.ts +2 -2
  105. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  106. package/blocks/FileItem/FileItem.js +7 -3
  107. package/blocks/FormInput/FormInput.js +1 -1
  108. package/blocks/Icon/Icon.d.ts +0 -1
  109. package/blocks/Icon/Icon.d.ts.map +1 -1
  110. package/blocks/Icon/Icon.js +2 -4
  111. package/blocks/Img/ImgBase.js +9 -9
  112. package/blocks/Img/ImgConfig.d.ts +2 -2
  113. package/blocks/Img/ImgConfig.d.ts.map +1 -1
  114. package/blocks/Img/ImgConfig.js +3 -3
  115. package/blocks/Img/utils/parseObjectToString.js +1 -1
  116. package/blocks/Modal/Modal.d.ts.map +1 -1
  117. package/blocks/Modal/Modal.js +2 -1
  118. package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
  119. package/blocks/ProgressBar/ProgressBar.js +2 -1
  120. package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -1
  121. package/blocks/ProgressBarCommon/ProgressBarCommon.js +2 -1
  122. package/blocks/Select/Select.d.ts.map +1 -1
  123. package/blocks/Select/Select.js +14 -9
  124. package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
  125. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
  126. package/blocks/SimpleBtn/SimpleBtn.js +2 -1
  127. package/blocks/SourceBtn/SourceBtn.d.ts +2 -2
  128. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
  129. package/blocks/SourceBtn/SourceBtn.js +3 -3
  130. package/blocks/SourceList/SourceList.d.ts.map +1 -1
  131. package/blocks/SourceList/SourceList.js +5 -4
  132. package/blocks/StartFrom/StartFrom.d.ts.map +1 -1
  133. package/blocks/StartFrom/StartFrom.js +2 -1
  134. package/blocks/UploadCtxProvider/EventEmitter.d.ts +19 -19
  135. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
  136. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
  137. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
  138. package/blocks/UploadList/UploadList.d.ts +2 -2
  139. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  140. package/blocks/UploadList/UploadList.js +3 -4
  141. package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
  142. package/blocks/UrlSource/UrlSource.js +3 -2
  143. package/blocks/themes/uc-basic/index.css +0 -1
  144. package/blocks/utils/debounce.d.ts +3 -1
  145. package/blocks/utils/debounce.d.ts.map +1 -1
  146. package/blocks/utils/throttle.d.ts +3 -1
  147. package/blocks/utils/throttle.d.ts.map +1 -1
  148. package/blocks/utils/userAgent.d.ts +1 -1
  149. package/blocks/utils/userAgent.d.ts.map +1 -1
  150. package/index.d.ts +1 -1
  151. package/index.js +1 -1
  152. package/index.ssr.d.ts +115 -1
  153. package/index.ssr.d.ts.map +1 -1
  154. package/index.ssr.js +118 -7
  155. package/locales/file-uploader/ar.d.ts +5 -0
  156. package/locales/file-uploader/ar.js +5 -0
  157. package/locales/file-uploader/az.d.ts +5 -0
  158. package/locales/file-uploader/az.js +5 -0
  159. package/locales/file-uploader/ca.d.ts +5 -0
  160. package/locales/file-uploader/ca.js +5 -0
  161. package/locales/file-uploader/cs.d.ts +5 -0
  162. package/locales/file-uploader/cs.js +5 -0
  163. package/locales/file-uploader/da.d.ts +5 -0
  164. package/locales/file-uploader/da.js +5 -0
  165. package/locales/file-uploader/de.d.ts +5 -0
  166. package/locales/file-uploader/de.js +5 -0
  167. package/locales/file-uploader/el.d.ts +5 -0
  168. package/locales/file-uploader/el.js +5 -0
  169. package/locales/file-uploader/en.d.ts +5 -0
  170. package/locales/file-uploader/en.js +5 -0
  171. package/locales/file-uploader/es.d.ts +5 -0
  172. package/locales/file-uploader/es.js +5 -0
  173. package/locales/file-uploader/et.d.ts +5 -0
  174. package/locales/file-uploader/et.js +5 -0
  175. package/locales/file-uploader/fr.d.ts +5 -0
  176. package/locales/file-uploader/fr.js +5 -0
  177. package/locales/file-uploader/he.d.ts +5 -0
  178. package/locales/file-uploader/he.js +5 -0
  179. package/locales/file-uploader/hy.d.ts +5 -0
  180. package/locales/file-uploader/hy.js +5 -0
  181. package/locales/file-uploader/is.d.ts +5 -0
  182. package/locales/file-uploader/is.js +5 -0
  183. package/locales/file-uploader/it.d.ts +5 -0
  184. package/locales/file-uploader/it.js +5 -0
  185. package/locales/file-uploader/ja.d.ts +5 -0
  186. package/locales/file-uploader/ja.js +5 -0
  187. package/locales/file-uploader/ka.d.ts +5 -0
  188. package/locales/file-uploader/ka.js +5 -0
  189. package/locales/file-uploader/kk.d.ts +5 -0
  190. package/locales/file-uploader/kk.js +5 -0
  191. package/locales/file-uploader/ko.d.ts +5 -0
  192. package/locales/file-uploader/ko.js +5 -0
  193. package/locales/file-uploader/lv.d.ts +5 -0
  194. package/locales/file-uploader/lv.js +5 -0
  195. package/locales/file-uploader/nb.d.ts +5 -0
  196. package/locales/file-uploader/nb.js +5 -0
  197. package/locales/file-uploader/nl.d.ts +5 -0
  198. package/locales/file-uploader/nl.js +5 -0
  199. package/locales/file-uploader/pl.d.ts +5 -0
  200. package/locales/file-uploader/pl.js +5 -0
  201. package/locales/file-uploader/pt.d.ts +5 -0
  202. package/locales/file-uploader/pt.js +5 -0
  203. package/locales/file-uploader/ro.d.ts +5 -0
  204. package/locales/file-uploader/ro.js +5 -0
  205. package/locales/file-uploader/ru.d.ts +5 -0
  206. package/locales/file-uploader/ru.js +5 -0
  207. package/locales/file-uploader/sk.d.ts +5 -0
  208. package/locales/file-uploader/sk.js +5 -0
  209. package/locales/file-uploader/sr.d.ts +5 -0
  210. package/locales/file-uploader/sr.js +5 -0
  211. package/locales/file-uploader/sv.d.ts +5 -0
  212. package/locales/file-uploader/sv.js +5 -0
  213. package/locales/file-uploader/tr.d.ts +5 -0
  214. package/locales/file-uploader/tr.js +5 -0
  215. package/locales/file-uploader/uk.d.ts +5 -0
  216. package/locales/file-uploader/uk.js +5 -0
  217. package/locales/file-uploader/vi.d.ts +5 -0
  218. package/locales/file-uploader/vi.js +5 -0
  219. package/locales/file-uploader/zh-TW.d.ts +5 -0
  220. package/locales/file-uploader/zh-TW.js +5 -0
  221. package/locales/file-uploader/zh.d.ts +5 -0
  222. package/locales/file-uploader/zh.js +5 -0
  223. package/package.json +12 -8
  224. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
  225. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  226. package/solutions/file-uploader/inline/FileUploaderInline.js +3 -4
  227. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
  228. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +2 -1
  229. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +3 -3
  230. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  231. package/solutions/file-uploader/regular/FileUploaderRegular.js +3 -2
  232. package/symbiote.js +19 -0
  233. package/types/jsx.d.ts +9 -3
  234. package/utils/getPluralForm.d.ts.map +1 -1
  235. package/utils/isSecureTokenExpired.d.ts +1 -1
  236. package/utils/memoize.d.ts.map +1 -1
  237. package/utils/mixinClass.d.ts +3 -1
  238. package/utils/mixinClass.d.ts.map +1 -1
  239. package/utils/prettyBytes.d.ts.map +1 -1
  240. package/utils/template-utils.d.ts.map +1 -1
  241. package/utils/toKebabCase.d.ts.map +1 -1
  242. package/utils/uniqueArray.d.ts.map +1 -1
  243. package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
  244. package/utils/validators/collection/validateMultiple.d.ts +1 -1
  245. package/utils/validators/file/validateFileType.d.ts +1 -1
  246. package/utils/validators/file/validateIsImage.d.ts +1 -1
  247. package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
  248. package/utils/validators/file/validateUploadError.d.ts +1 -1
  249. package/utils/waitForAttribute.d.ts +12 -6
  250. package/utils/waitForAttribute.d.ts.map +1 -1
  251. package/utils/waitForAttribute.js +38 -8
  252. package/utils/waitForAttribute.test.js +10 -47
  253. package/utils/withResolvers.d.ts +7 -0
  254. package/utils/withResolvers.d.ts.map +1 -0
  255. package/utils/withResolvers.js +17 -0
  256. package/utils/withResolvers.test.d.ts +2 -0
  257. package/utils/withResolvers.test.d.ts.map +1 -0
  258. package/utils/withResolvers.test.js +27 -0
  259. package/web/file-uploader.iife.min.js +5 -4
  260. package/web/file-uploader.min.js +5 -4
  261. package/web/uc-basic.min.css +1 -1
  262. package/web/uc-cloud-image-editor.min.css +1 -1
  263. package/web/uc-cloud-image-editor.min.js +5 -4
  264. package/web/uc-file-uploader-inline.min.css +1 -1
  265. package/web/uc-file-uploader-inline.min.js +5 -4
  266. package/web/uc-file-uploader-minimal.min.js +4 -3
  267. package/web/uc-file-uploader-regular.min.css +1 -1
  268. package/web/uc-file-uploader-regular.min.js +5 -4
  269. package/web/uc-img.min.js +4 -3
  270. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +0 -15
  271. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +0 -1
  272. package/blocks/CloudImageEditor/src/lib/FocusVisible.js +0 -33
  273. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +0 -10
  274. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +0 -1
  275. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +0 -256
  276. package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts +0 -13
  277. package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts.map +0 -1
  278. package/blocks/EditorFilerobotImage/EditorFilerobotImage.js +0 -59
  279. package/blocks/Range/Range.d.ts +0 -16
  280. package/blocks/Range/Range.d.ts.map +0 -1
  281. package/blocks/Range/Range.js +0 -44
  282. 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('@uploadcare/upload-client').CustomUserAgentOptions): ReturnType<import('@uploadcare/upload-client').CustomUserAgentFn>;
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,WAAW,OAAO,2BAA2B,EAAE,iBAAiB,CAAC,CAQ7E"}
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 "@symbiotejs/symbiote";
38
+ export { Symbiote, BaseComponent, PubSub, Data, UID, html } from "./symbiote.js";
39
39
  //# sourceMappingURL=index.d.ts.map
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // @ts-check
2
2
  // Symbiote.js
3
- export { BaseComponent, Data, UID } from '@symbiotejs/symbiote';
3
+ export { Symbiote, BaseComponent, PubSub, Data, UID, html } from './symbiote.js';
4
4
 
5
5
  // Abstract:
6
6
  export { Block } from './abstract/Block.js';
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA2IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,sCAAuC;AACvC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmDE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2FE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmEE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6CAAqC;AACrC,oCAA4B"}
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"}