@uploadcare/file-uploader 1.2.0 → 1.3.0-alpha.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.
Files changed (214) hide show
  1. package/README.md +4 -4
  2. package/abstract/ActivityBlock.d.ts +1 -1
  3. package/abstract/ActivityBlock.d.ts.map +1 -1
  4. package/abstract/ActivityBlock.js +2 -0
  5. package/abstract/Block.d.ts +6 -11
  6. package/abstract/Block.d.ts.map +1 -1
  7. package/abstract/Block.js +37 -18
  8. package/abstract/CTX.d.ts +6 -6
  9. package/abstract/CTX.d.ts.map +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/bindCompatibilityFallbackProcessor.d.ts +3 -0
  32. package/abstract/bindCompatibilityFallbackProcessor.d.ts.map +1 -0
  33. package/abstract/bindCompatibilityFallbackProcessor.js +16 -0
  34. package/abstract/buildOutputCollectionState.d.ts +1 -1
  35. package/abstract/buildOutputCollectionState.d.ts.map +1 -1
  36. package/abstract/defineComponents.d.ts.map +1 -1
  37. package/abstract/defineComponents.js +5 -0
  38. package/abstract/l10nProcessor.d.ts.map +1 -1
  39. package/abstract/l10nProcessor.js +3 -3
  40. package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
  41. package/abstract/localeRegistry.d.ts.map +1 -1
  42. package/abstract/sharedConfigKey.d.ts.map +1 -1
  43. package/abstract/uploadEntrySchema.d.ts +2 -2
  44. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  45. package/abstract/uploadEntrySchema.js +1 -1
  46. package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
  47. package/blocks/CameraSource/CameraSource.js +12 -11
  48. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
  49. package/blocks/CloudImageEditor/src/CropFrame.d.ts +11 -11
  50. package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
  51. package/blocks/CloudImageEditor/src/CropFrame.js +2 -1
  52. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
  53. package/blocks/CloudImageEditor/src/EditorButtonControl.js +3 -2
  54. package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +1 -1
  55. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  56. package/blocks/CloudImageEditor/src/EditorFilterControl.js +4 -3
  57. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
  58. package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -2
  59. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
  60. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
  61. package/blocks/CloudImageEditor/src/EditorOperationControl.js +1 -1
  62. package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -1
  63. package/blocks/CloudImageEditor/src/EditorScroller.js +2 -1
  64. package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
  65. package/blocks/CloudImageEditor/src/EditorSlider.js +3 -2
  66. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
  67. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
  68. package/blocks/CloudImageEditor/src/EditorToolbar.js +15 -14
  69. package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
  70. package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
  71. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
  72. package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +5 -5
  73. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -1
  74. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +2 -1
  75. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -1
  76. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +3 -2
  77. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
  78. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +3 -2
  79. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
  80. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
  81. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
  82. package/blocks/CloudImageEditor/src/state.d.ts +4 -4
  83. package/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -1
  84. package/blocks/CloudImageEditor/src/svg-sprite.js +1 -1
  85. package/blocks/CloudImageEditor/src/template.d.ts.map +1 -1
  86. package/blocks/CloudImageEditor/src/template.js +5 -4
  87. package/blocks/CloudImageEditor/src/types.d.ts +2 -2
  88. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
  89. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +3 -3
  90. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
  91. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -1
  92. package/blocks/Config/Config.d.ts +3 -11
  93. package/blocks/Config/Config.d.ts.map +1 -1
  94. package/blocks/Config/initialConfig.d.ts +1 -1
  95. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  96. package/blocks/Copyright/Copyright.d.ts.map +1 -1
  97. package/blocks/Copyright/Copyright.js +2 -1
  98. package/blocks/DropArea/DropArea.d.ts +2 -2
  99. package/blocks/DropArea/DropArea.d.ts.map +1 -1
  100. package/blocks/DropArea/DropArea.js +5 -5
  101. package/blocks/DropArea/addDropzone.d.ts.map +1 -1
  102. package/blocks/DropArea/getDropItems.d.ts +2 -2
  103. package/blocks/DropArea/getDropItems.d.ts.map +1 -1
  104. package/blocks/ExternalSource/ExternalSource.d.ts +5 -5
  105. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
  106. package/blocks/ExternalSource/ExternalSource.js +9 -9
  107. package/blocks/ExternalSource/buildStyles.js +2 -2
  108. package/blocks/ExternalSource/query-string.d.ts.map +1 -1
  109. package/blocks/FileItem/FileItem.d.ts +3 -3
  110. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  111. package/blocks/FileItem/FileItem.js +12 -11
  112. package/blocks/Icon/Icon.d.ts.map +1 -1
  113. package/blocks/Icon/Icon.js +3 -2
  114. package/blocks/Img/ImgBase.js +9 -9
  115. package/blocks/Img/ImgConfig.d.ts +2 -2
  116. package/blocks/Img/ImgConfig.d.ts.map +1 -1
  117. package/blocks/Img/ImgConfig.js +3 -3
  118. package/blocks/Img/utils/parseObjectToString.js +1 -1
  119. package/blocks/Modal/Modal.d.ts.map +1 -1
  120. package/blocks/Modal/Modal.js +2 -1
  121. package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
  122. package/blocks/ProgressBar/ProgressBar.js +2 -1
  123. package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -1
  124. package/blocks/ProgressBarCommon/ProgressBarCommon.js +2 -1
  125. package/blocks/Select/Select.d.ts.map +1 -1
  126. package/blocks/Select/Select.js +14 -9
  127. package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
  128. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
  129. package/blocks/SimpleBtn/SimpleBtn.js +4 -3
  130. package/blocks/SourceBtn/SourceBtn.d.ts +2 -2
  131. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
  132. package/blocks/SourceBtn/SourceBtn.js +4 -4
  133. package/blocks/SourceList/SourceList.d.ts.map +1 -1
  134. package/blocks/SourceList/SourceList.js +5 -4
  135. package/blocks/StartFrom/StartFrom.d.ts.map +1 -1
  136. package/blocks/StartFrom/StartFrom.js +2 -1
  137. package/blocks/UploadCtxProvider/EventEmitter.d.ts +19 -19
  138. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
  139. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
  140. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
  141. package/blocks/UploadList/UploadList.d.ts +2 -2
  142. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  143. package/blocks/UploadList/UploadList.js +10 -11
  144. package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
  145. package/blocks/UrlSource/UrlSource.js +7 -6
  146. package/blocks/themes/uc-basic/index.css +0 -1
  147. package/blocks/themes/uc-basic/svg-sprite.d.ts +1 -1
  148. package/blocks/themes/uc-basic/svg-sprite.js +1 -1
  149. package/blocks/utils/debounce.d.ts +3 -1
  150. package/blocks/utils/debounce.d.ts.map +1 -1
  151. package/blocks/utils/throttle.d.ts +3 -1
  152. package/blocks/utils/throttle.d.ts.map +1 -1
  153. package/blocks/utils/userAgent.d.ts +1 -1
  154. package/blocks/utils/userAgent.d.ts.map +1 -1
  155. package/index.d.ts +1 -1
  156. package/index.js +1 -1
  157. package/index.ssr.d.ts +115 -1
  158. package/index.ssr.d.ts.map +1 -1
  159. package/index.ssr.js +190 -78
  160. package/package.json +9 -7
  161. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
  162. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  163. package/solutions/file-uploader/inline/FileUploaderInline.js +3 -2
  164. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
  165. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +2 -1
  166. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +2 -2
  167. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  168. package/solutions/file-uploader/regular/FileUploaderRegular.js +4 -3
  169. package/types/jsx.d.ts +1 -1
  170. package/utils/getPluralForm.d.ts.map +1 -1
  171. package/utils/isSecureTokenExpired.d.ts +1 -1
  172. package/utils/memoize.d.ts.map +1 -1
  173. package/utils/mixinClass.d.ts +3 -1
  174. package/utils/mixinClass.d.ts.map +1 -1
  175. package/utils/prettyBytes.d.ts.map +1 -1
  176. package/utils/template-utils.d.ts.map +1 -1
  177. package/utils/toKebabCase.d.ts.map +1 -1
  178. package/utils/uniqueArray.d.ts.map +1 -1
  179. package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
  180. package/utils/validators/collection/validateMultiple.d.ts +1 -1
  181. package/utils/validators/file/validateFileType.d.ts +1 -1
  182. package/utils/validators/file/validateIsImage.d.ts +1 -1
  183. package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
  184. package/utils/validators/file/validateUploadError.d.ts +1 -1
  185. package/utils/waitForAttribute.d.ts +12 -6
  186. package/utils/waitForAttribute.d.ts.map +1 -1
  187. package/utils/waitForAttribute.js +38 -8
  188. package/utils/waitForAttribute.test.js +10 -47
  189. package/utils/withResolvers.d.ts +7 -0
  190. package/utils/withResolvers.d.ts.map +1 -0
  191. package/utils/withResolvers.js +17 -0
  192. package/utils/withResolvers.test.d.ts +2 -0
  193. package/utils/withResolvers.test.d.ts.map +1 -0
  194. package/utils/withResolvers.test.js +27 -0
  195. package/web/file-uploader.iife.min.js +4 -4
  196. package/web/file-uploader.min.js +4 -4
  197. package/web/uc-basic.min.css +1 -1
  198. package/web/uc-cloud-image-editor.min.js +4 -4
  199. package/web/uc-file-uploader-inline.min.css +1 -1
  200. package/web/uc-file-uploader-inline.min.js +4 -4
  201. package/web/uc-file-uploader-minimal.min.js +3 -3
  202. package/web/uc-file-uploader-regular.min.css +1 -1
  203. package/web/uc-file-uploader-regular.min.js +4 -4
  204. package/web/uc-img.min.js +3 -3
  205. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +0 -15
  206. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +0 -1
  207. package/blocks/CloudImageEditor/src/lib/FocusVisible.js +0 -33
  208. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +0 -10
  209. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +0 -1
  210. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +0 -256
  211. package/blocks/Range/Range.d.ts +0 -16
  212. package/blocks/Range/Range.d.ts.map +0 -1
  213. package/blocks/Range/Range.js +0 -44
  214. package/blocks/Range/range.css +0 -65
package/index.ssr.d.ts CHANGED
@@ -14,6 +14,8 @@ export const ActivityBlock: {
14
14
  styleAttrs: any[];
15
15
  is: string;
16
16
  bindAttributes: () => void;
17
+ addRootStyles: () => void;
18
+ addShadowStyles: () => void;
17
19
  };
18
20
  export const ActivityHeader: {
19
21
  new (): {};
@@ -31,12 +33,16 @@ export const ActivityHeader: {
31
33
  styleAttrs: any[];
32
34
  is: string;
33
35
  bindAttributes: () => void;
36
+ addRootStyles: () => void;
37
+ addShadowStyles: () => void;
34
38
  };
35
39
  export const BaseComponent: {
36
40
  new (): {};
37
41
  reg: () => void;
38
42
  is: string;
39
43
  bindAttributes: () => void;
44
+ addRootStyles: () => void;
45
+ addShadowStyles: () => void;
40
46
  };
41
47
  export const Block: {
42
48
  new (): {};
@@ -44,6 +50,8 @@ export const Block: {
44
50
  styleAttrs: any[];
45
51
  is: string;
46
52
  bindAttributes: () => void;
53
+ addRootStyles: () => void;
54
+ addShadowStyles: () => void;
47
55
  };
48
56
  export const BtnUi: {
49
57
  new (): {};
@@ -53,6 +61,8 @@ export const BtnUi: {
53
61
  styleAttrs: any[];
54
62
  is: string;
55
63
  bindAttributes: () => void;
64
+ addRootStyles: () => void;
65
+ addShadowStyles: () => void;
56
66
  };
57
67
  export const CameraSource: {
58
68
  new (): {};
@@ -101,6 +111,8 @@ export const CameraSource: {
101
111
  styleAttrs: any[];
102
112
  is: string;
103
113
  bindAttributes: () => void;
114
+ addRootStyles: () => void;
115
+ addShadowStyles: () => void;
104
116
  };
105
117
  export const CloudImageEditor: {
106
118
  new (): {};
@@ -110,6 +122,8 @@ export const CloudImageEditor: {
110
122
  reg: () => void;
111
123
  is: string;
112
124
  bindAttributes: () => void;
125
+ addRootStyles: () => void;
126
+ addShadowStyles: () => void;
113
127
  };
114
128
  export const CloudImageEditorActivity: {
115
129
  new (): {};
@@ -157,6 +171,8 @@ export const CloudImageEditorActivity: {
157
171
  styleAttrs: any[];
158
172
  is: string;
159
173
  bindAttributes: () => void;
174
+ addRootStyles: () => void;
175
+ addShadowStyles: () => void;
160
176
  };
161
177
  export const CloudImageEditorBlock: {
162
178
  new (): {};
@@ -166,6 +182,8 @@ export const CloudImageEditorBlock: {
166
182
  reg: () => void;
167
183
  is: string;
168
184
  bindAttributes: () => void;
185
+ addRootStyles: () => void;
186
+ addShadowStyles: () => void;
169
187
  };
170
188
  export const Config: {
171
189
  new (): {};
@@ -174,6 +192,8 @@ export const Config: {
174
192
  styleAttrs: any[];
175
193
  is: string;
176
194
  bindAttributes: () => void;
195
+ addRootStyles: () => void;
196
+ addShadowStyles: () => void;
177
197
  };
178
198
  export const Copyright: {
179
199
  new (): {};
@@ -182,6 +202,8 @@ export const Copyright: {
182
202
  styleAttrs: any[];
183
203
  is: string;
184
204
  bindAttributes: () => void;
205
+ addRootStyles: () => void;
206
+ addShadowStyles: () => void;
185
207
  };
186
208
  export const CropFrame: {
187
209
  new (): {};
@@ -190,10 +212,11 @@ export const CropFrame: {
190
212
  styleAttrs: any[];
191
213
  is: string;
192
214
  bindAttributes: () => void;
215
+ addRootStyles: () => void;
216
+ addShadowStyles: () => void;
193
217
  };
194
218
  export const Data: {
195
219
  new (): {};
196
- warn: () => void;
197
220
  registerCtx: () => void;
198
221
  deleteCtx: () => void;
199
222
  getCtx: () => void;
@@ -256,6 +279,8 @@ export const DropArea: {
256
279
  reg: () => void;
257
280
  is: string;
258
281
  bindAttributes: () => void;
282
+ addRootStyles: () => void;
283
+ addShadowStyles: () => void;
259
284
  };
260
285
  export const EditorCropButtonControl: {
261
286
  new (): {};
@@ -264,6 +289,8 @@ export const EditorCropButtonControl: {
264
289
  styleAttrs: any[];
265
290
  is: string;
266
291
  bindAttributes: () => void;
292
+ addRootStyles: () => void;
293
+ addShadowStyles: () => void;
267
294
  };
268
295
  export const EditorFilterControl: {
269
296
  new (): {};
@@ -272,6 +299,8 @@ export const EditorFilterControl: {
272
299
  styleAttrs: any[];
273
300
  is: string;
274
301
  bindAttributes: () => void;
302
+ addRootStyles: () => void;
303
+ addShadowStyles: () => void;
275
304
  };
276
305
  export const EditorImageCropper: {
277
306
  new (): {};
@@ -280,6 +309,8 @@ export const EditorImageCropper: {
280
309
  styleAttrs: any[];
281
310
  is: string;
282
311
  bindAttributes: () => void;
312
+ addRootStyles: () => void;
313
+ addShadowStyles: () => void;
283
314
  };
284
315
  export const EditorImageFader: {
285
316
  new (): {};
@@ -287,6 +318,8 @@ export const EditorImageFader: {
287
318
  styleAttrs: any[];
288
319
  is: string;
289
320
  bindAttributes: () => void;
321
+ addRootStyles: () => void;
322
+ addShadowStyles: () => void;
290
323
  };
291
324
  export const EditorOperationControl: {
292
325
  new (): {};
@@ -295,6 +328,8 @@ export const EditorOperationControl: {
295
328
  styleAttrs: any[];
296
329
  is: string;
297
330
  bindAttributes: () => void;
331
+ addRootStyles: () => void;
332
+ addShadowStyles: () => void;
298
333
  };
299
334
  export const EditorScroller: {
300
335
  new (): {};
@@ -303,6 +338,8 @@ export const EditorScroller: {
303
338
  styleAttrs: any[];
304
339
  is: string;
305
340
  bindAttributes: () => void;
341
+ addRootStyles: () => void;
342
+ addShadowStyles: () => void;
306
343
  };
307
344
  export const EditorSlider: {
308
345
  new (): {};
@@ -311,6 +348,8 @@ export const EditorSlider: {
311
348
  styleAttrs: any[];
312
349
  is: string;
313
350
  bindAttributes: () => void;
351
+ addRootStyles: () => void;
352
+ addShadowStyles: () => void;
314
353
  };
315
354
  export const EditorToolbar: {
316
355
  new (): {};
@@ -319,6 +358,8 @@ export const EditorToolbar: {
319
358
  styleAttrs: any[];
320
359
  is: string;
321
360
  bindAttributes: () => void;
361
+ addRootStyles: () => void;
362
+ addShadowStyles: () => void;
322
363
  };
323
364
  export const ExternalSource: {
324
365
  new (): {};
@@ -367,6 +408,8 @@ export const ExternalSource: {
367
408
  styleAttrs: any[];
368
409
  is: string;
369
410
  bindAttributes: () => void;
411
+ addRootStyles: () => void;
412
+ addShadowStyles: () => void;
370
413
  };
371
414
  export const FileItem: {
372
415
  new (): {};
@@ -416,6 +459,8 @@ export const FileItem: {
416
459
  styleAttrs: any[];
417
460
  is: string;
418
461
  bindAttributes: () => void;
462
+ addRootStyles: () => void;
463
+ addShadowStyles: () => void;
419
464
  };
420
465
  export const FileUploaderInline: {
421
466
  new (): {};
@@ -423,6 +468,8 @@ export const FileUploaderInline: {
423
468
  reg: () => void;
424
469
  is: string;
425
470
  bindAttributes: () => void;
471
+ addRootStyles: () => void;
472
+ addShadowStyles: () => void;
426
473
  };
427
474
  export const FileUploaderMinimal: {
428
475
  new (): {};
@@ -430,6 +477,8 @@ export const FileUploaderMinimal: {
430
477
  reg: () => void;
431
478
  is: string;
432
479
  bindAttributes: () => void;
480
+ addRootStyles: () => void;
481
+ addShadowStyles: () => void;
433
482
  };
434
483
  export const FileUploaderRegular: {
435
484
  new (): {};
@@ -438,6 +487,8 @@ export const FileUploaderRegular: {
438
487
  reg: () => void;
439
488
  is: string;
440
489
  bindAttributes: () => void;
490
+ addRootStyles: () => void;
491
+ addShadowStyles: () => void;
441
492
  };
442
493
  export const FormInput: {
443
494
  new (): {};
@@ -485,6 +536,8 @@ export const FormInput: {
485
536
  styleAttrs: any[];
486
537
  is: string;
487
538
  bindAttributes: () => void;
539
+ addRootStyles: () => void;
540
+ addShadowStyles: () => void;
488
541
  };
489
542
  export const Icon: {
490
543
  new (): {};
@@ -494,6 +547,8 @@ export const Icon: {
494
547
  styleAttrs: any[];
495
548
  is: string;
496
549
  bindAttributes: () => void;
550
+ addRootStyles: () => void;
551
+ addShadowStyles: () => void;
497
552
  };
498
553
  export const Img: {
499
554
  new (): {};
@@ -501,6 +556,8 @@ export const Img: {
501
556
  reg: () => void;
502
557
  is: string;
503
558
  bindAttributes: () => void;
559
+ addRootStyles: () => void;
560
+ addShadowStyles: () => void;
504
561
  };
505
562
  export const LineLoaderUi: {
506
563
  new (): {};
@@ -509,6 +566,8 @@ export const LineLoaderUi: {
509
566
  styleAttrs: any[];
510
567
  is: string;
511
568
  bindAttributes: () => void;
569
+ addRootStyles: () => void;
570
+ addShadowStyles: () => void;
512
571
  };
513
572
  export const Modal: {
514
573
  new (): {};
@@ -518,6 +577,8 @@ export const Modal: {
518
577
  reg: () => void;
519
578
  is: string;
520
579
  bindAttributes: () => void;
580
+ addRootStyles: () => void;
581
+ addShadowStyles: () => void;
521
582
  };
522
583
  export const PACKAGE_NAME: "blocks";
523
584
  export const PACKAGE_VERSION: "1.2.0";
@@ -528,6 +589,8 @@ export const PresenceToggle: {
528
589
  styleAttrs: any[];
529
590
  is: string;
530
591
  bindAttributes: () => void;
592
+ addRootStyles: () => void;
593
+ addShadowStyles: () => void;
531
594
  };
532
595
  export const ProgressBar: {
533
596
  new (): {};
@@ -536,6 +599,8 @@ export const ProgressBar: {
536
599
  styleAttrs: any[];
537
600
  is: string;
538
601
  bindAttributes: () => void;
602
+ addRootStyles: () => void;
603
+ addShadowStyles: () => void;
539
604
  };
540
605
  export const ProgressBarCommon: {
541
606
  new (): {};
@@ -584,6 +649,24 @@ export const ProgressBarCommon: {
584
649
  styleAttrs: any[];
585
650
  is: string;
586
651
  bindAttributes: () => void;
652
+ addRootStyles: () => void;
653
+ addShadowStyles: () => void;
654
+ };
655
+ export const PubSub: {
656
+ new (): {};
657
+ registerCtx: () => void;
658
+ deleteCtx: () => void;
659
+ getCtx: () => void;
660
+ globalStore: {};
661
+ apply: () => void;
662
+ bind: () => void;
663
+ call: () => void;
664
+ toString: () => void;
665
+ hasOwnProperty: () => void;
666
+ isPrototypeOf: () => void;
667
+ propertyIsEnumerable: () => void;
668
+ valueOf: () => void;
669
+ toLocaleString: () => void;
587
670
  };
588
671
  export const Select: {
589
672
  new (): {};
@@ -592,6 +675,8 @@ export const Select: {
592
675
  styleAttrs: any[];
593
676
  is: string;
594
677
  bindAttributes: () => void;
678
+ addRootStyles: () => void;
679
+ addShadowStyles: () => void;
595
680
  };
596
681
  export const SimpleBtn: {
597
682
  new (): {};
@@ -641,6 +726,8 @@ export const SimpleBtn: {
641
726
  reg: () => void;
642
727
  is: string;
643
728
  bindAttributes: () => void;
729
+ addRootStyles: () => void;
730
+ addShadowStyles: () => void;
644
731
  };
645
732
  export const SliderUi: {
646
733
  new (): {};
@@ -649,6 +736,8 @@ export const SliderUi: {
649
736
  styleAttrs: any[];
650
737
  is: string;
651
738
  bindAttributes: () => void;
739
+ addRootStyles: () => void;
740
+ addShadowStyles: () => void;
652
741
  };
653
742
  export const SolutionBlock: {
654
743
  new (): {};
@@ -656,6 +745,8 @@ export const SolutionBlock: {
656
745
  reg: () => void;
657
746
  is: string;
658
747
  bindAttributes: () => void;
748
+ addRootStyles: () => void;
749
+ addShadowStyles: () => void;
659
750
  };
660
751
  export const SourceBtn: {
661
752
  new (): {};
@@ -705,6 +796,8 @@ export const SourceBtn: {
705
796
  styleAttrs: any[];
706
797
  is: string;
707
798
  bindAttributes: () => void;
799
+ addRootStyles: () => void;
800
+ addShadowStyles: () => void;
708
801
  };
709
802
  export const SourceList: {
710
803
  new (): {};
@@ -712,6 +805,8 @@ export const SourceList: {
712
805
  styleAttrs: any[];
713
806
  is: string;
714
807
  bindAttributes: () => void;
808
+ addRootStyles: () => void;
809
+ addShadowStyles: () => void;
715
810
  };
716
811
  export const StartFrom: {
717
812
  new (): {};
@@ -730,6 +825,16 @@ export const StartFrom: {
730
825
  styleAttrs: any[];
731
826
  is: string;
732
827
  bindAttributes: () => void;
828
+ addRootStyles: () => void;
829
+ addShadowStyles: () => void;
830
+ };
831
+ export const Symbiote: {
832
+ new (): {};
833
+ reg: () => void;
834
+ is: string;
835
+ bindAttributes: () => void;
836
+ addRootStyles: () => void;
837
+ addShadowStyles: () => void;
733
838
  };
734
839
  export const UID: {
735
840
  new (): {};
@@ -810,6 +915,8 @@ export const UploadCtxProvider: {
810
915
  styleAttrs: any[];
811
916
  is: string;
812
917
  bindAttributes: () => void;
918
+ addRootStyles: () => void;
919
+ addShadowStyles: () => void;
813
920
  };
814
921
  export const UploadList: {
815
922
  new (): {};
@@ -858,6 +965,8 @@ export const UploadList: {
858
965
  styleAttrs: any[];
859
966
  is: string;
860
967
  bindAttributes: () => void;
968
+ addRootStyles: () => void;
969
+ addShadowStyles: () => void;
861
970
  };
862
971
  export const UploaderBlock: {
863
972
  new (): {};
@@ -905,6 +1014,8 @@ export const UploaderBlock: {
905
1014
  styleAttrs: any[];
906
1015
  is: string;
907
1016
  bindAttributes: () => void;
1017
+ addRootStyles: () => void;
1018
+ addShadowStyles: () => void;
908
1019
  };
909
1020
  export const UrlSource: {
910
1021
  new (): {};
@@ -953,9 +1064,12 @@ export const UrlSource: {
953
1064
  styleAttrs: any[];
954
1065
  is: string;
955
1066
  bindAttributes: () => void;
1067
+ addRootStyles: () => void;
1068
+ addShadowStyles: () => void;
956
1069
  };
957
1070
  export function defineComponents(): void;
958
1071
  export function defineLocale(): void;
1072
+ export function html(): void;
959
1073
  export function loadFileUploaderFrom(): void;
960
1074
  export function toKebabCase(): void;
961
1075
  //# sourceMappingURL=index.ssr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EA0FE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA0IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAYE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,sCAAuC;AACvC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;EAgBE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuFE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6CAAqC;AACrC,oCAA4B"}
1
+ {"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;EAiBE;AACF;;;;;;;;;;;;;;;;;;EAiBE;AACF;;;;;;;EAME;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqFE;AACF;;;;;;;;;;EAyCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;;;EAyCE;AACF;;;;;;;;;EA4FE;AACF;;;;;;;;;EAeE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAWE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;EAaE;AACF;;;;;;;;;EA4IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2EE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmFE;AACF;;;;;;;;EAOE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;;;EAcE;AACF;;;;;;;;EA0BE;AACF;;;;;;;;;EAYE;AACF;;;;;;;;;;EAaE;AACF,oCAAqC;AACrC,sCAAuC;AACvC;;;;;;;;;EAQE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;EAQE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0DE;AACF;;;;;;;;;EAiBE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsDE;AACF;;;;;;;;EAOE;AACF;;;;;;;;;;;;;;;;;;;EAkBE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyFE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsEE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6BAAqB;AACrB,6CAAqC;AACrC,oCAA4B"}