@uploadcare/file-uploader 0.50.1-alpha.2

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 (631) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +165 -0
  3. package/abstract/ActivityBlock.d.ts +68 -0
  4. package/abstract/ActivityBlock.d.ts.map +1 -0
  5. package/abstract/ActivityBlock.js +207 -0
  6. package/abstract/Block.d.ts +99 -0
  7. package/abstract/Block.d.ts.map +1 -0
  8. package/abstract/Block.js +349 -0
  9. package/abstract/CTX.d.ts +31 -0
  10. package/abstract/CTX.d.ts.map +1 -0
  11. package/abstract/CTX.js +38 -0
  12. package/abstract/LocaleManager.d.ts +38 -0
  13. package/abstract/LocaleManager.d.ts.map +1 -0
  14. package/abstract/LocaleManager.js +127 -0
  15. package/abstract/SecureUploadsManager.d.ts +22 -0
  16. package/abstract/SecureUploadsManager.d.ts.map +1 -0
  17. package/abstract/SecureUploadsManager.js +87 -0
  18. package/abstract/SolutionBlock.d.ts +23 -0
  19. package/abstract/SolutionBlock.d.ts.map +1 -0
  20. package/abstract/SolutionBlock.js +23 -0
  21. package/abstract/TypedCollection.d.ts +127 -0
  22. package/abstract/TypedCollection.d.ts.map +1 -0
  23. package/abstract/TypedCollection.js +245 -0
  24. package/abstract/TypedData.d.ts +47 -0
  25. package/abstract/TypedData.d.ts.map +1 -0
  26. package/abstract/TypedData.js +77 -0
  27. package/abstract/UploaderBlock.d.ts +114 -0
  28. package/abstract/UploaderBlock.d.ts.map +1 -0
  29. package/abstract/UploaderBlock.js +444 -0
  30. package/abstract/UploaderPublicApi.d.ts +90 -0
  31. package/abstract/UploaderPublicApi.d.ts.map +1 -0
  32. package/abstract/UploaderPublicApi.js +316 -0
  33. package/abstract/ValidationManager.d.ts +31 -0
  34. package/abstract/ValidationManager.d.ts.map +1 -0
  35. package/abstract/ValidationManager.js +162 -0
  36. package/abstract/a11y.d.ts +20 -0
  37. package/abstract/a11y.d.ts.map +1 -0
  38. package/abstract/a11y.js +118 -0
  39. package/abstract/buildOutputCollectionState.d.ts +8 -0
  40. package/abstract/buildOutputCollectionState.d.ts.map +1 -0
  41. package/abstract/buildOutputCollectionState.js +136 -0
  42. package/abstract/connectBlocksFrom.d.ts +8 -0
  43. package/abstract/connectBlocksFrom.d.ts.map +1 -0
  44. package/abstract/connectBlocksFrom.js +34 -0
  45. package/abstract/l10nProcessor.d.ts +7 -0
  46. package/abstract/l10nProcessor.d.ts.map +1 -0
  47. package/abstract/l10nProcessor.js +80 -0
  48. package/abstract/localeRegistry.d.ts +5 -0
  49. package/abstract/localeRegistry.d.ts.map +1 -0
  50. package/abstract/localeRegistry.js +63 -0
  51. package/abstract/registerBlocks.d.ts +5 -0
  52. package/abstract/registerBlocks.d.ts.map +1 -0
  53. package/abstract/registerBlocks.js +31 -0
  54. package/abstract/sharedConfigKey.d.ts +2 -0
  55. package/abstract/sharedConfigKey.d.ts.map +1 -0
  56. package/abstract/sharedConfigKey.js +8 -0
  57. package/abstract/uploadEntrySchema.d.ts +64 -0
  58. package/abstract/uploadEntrySchema.d.ts.map +1 -0
  59. package/abstract/uploadEntrySchema.js +138 -0
  60. package/blocks/ActivityHeader/ActivityHeader.d.ts +4 -0
  61. package/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
  62. package/blocks/ActivityHeader/ActivityHeader.js +3 -0
  63. package/blocks/ActivityHeader/activity-header.css +14 -0
  64. package/blocks/CameraSource/CameraSource.d.ts +39 -0
  65. package/blocks/CameraSource/CameraSource.d.ts.map +1 -0
  66. package/blocks/CameraSource/CameraSource.js +253 -0
  67. package/blocks/CameraSource/camera-source.css +107 -0
  68. package/blocks/CloudImageEditor/index.css +1 -0
  69. package/blocks/CloudImageEditor/index.d.ts +2 -0
  70. package/blocks/CloudImageEditor/index.d.ts.map +1 -0
  71. package/blocks/CloudImageEditor/index.js +1 -0
  72. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +58 -0
  73. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
  74. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +228 -0
  75. package/blocks/CloudImageEditor/src/CropFrame.d.ts +146 -0
  76. package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
  77. package/blocks/CloudImageEditor/src/CropFrame.js +511 -0
  78. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +10 -0
  79. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
  80. package/blocks/CloudImageEditor/src/EditorButtonControl.js +44 -0
  81. package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +6 -0
  82. package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
  83. package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +39 -0
  84. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +18 -0
  85. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
  86. package/blocks/CloudImageEditor/src/EditorFilterControl.js +155 -0
  87. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +106 -0
  88. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
  89. package/blocks/CloudImageEditor/src/EditorImageCropper.js +551 -0
  90. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +132 -0
  91. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
  92. package/blocks/CloudImageEditor/src/EditorImageFader.js +454 -0
  93. package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +9 -0
  94. package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
  95. package/blocks/CloudImageEditor/src/EditorOperationControl.js +39 -0
  96. package/blocks/CloudImageEditor/src/EditorScroller.d.ts +7 -0
  97. package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
  98. package/blocks/CloudImageEditor/src/EditorScroller.js +33 -0
  99. package/blocks/CloudImageEditor/src/EditorSlider.d.ts +24 -0
  100. package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
  101. package/blocks/CloudImageEditor/src/EditorSlider.js +118 -0
  102. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +104 -0
  103. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
  104. package/blocks/CloudImageEditor/src/EditorToolbar.js +441 -0
  105. package/blocks/CloudImageEditor/src/crop-utils.d.ts +123 -0
  106. package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
  107. package/blocks/CloudImageEditor/src/crop-utils.js +729 -0
  108. package/blocks/CloudImageEditor/src/cropper-constants.d.ts +11 -0
  109. package/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
  110. package/blocks/CloudImageEditor/src/cropper-constants.js +11 -0
  111. package/blocks/CloudImageEditor/src/css/common.css +1157 -0
  112. package/blocks/CloudImageEditor/src/css/icons.css +12 -0
  113. package/blocks/CloudImageEditor/src/css/index.css +2 -0
  114. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +20 -0
  115. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
  116. package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +90 -0
  117. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +11 -0
  118. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
  119. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +52 -0
  120. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +17 -0
  121. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
  122. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +71 -0
  123. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +16 -0
  124. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
  125. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +178 -0
  126. package/blocks/CloudImageEditor/src/index.d.ts +15 -0
  127. package/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
  128. package/blocks/CloudImageEditor/src/index.js +14 -0
  129. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +15 -0
  130. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +1 -0
  131. package/blocks/CloudImageEditor/src/lib/FocusVisible.js +33 -0
  132. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +10 -0
  133. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +1 -0
  134. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +256 -0
  135. package/blocks/CloudImageEditor/src/lib/classNames.d.ts +3 -0
  136. package/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
  137. package/blocks/CloudImageEditor/src/lib/classNames.js +34 -0
  138. package/blocks/CloudImageEditor/src/lib/linspace.d.ts +8 -0
  139. package/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
  140. package/blocks/CloudImageEditor/src/lib/linspace.js +14 -0
  141. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +2 -0
  142. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
  143. package/blocks/CloudImageEditor/src/lib/parseCropPreset.js +14 -0
  144. package/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -0
  145. package/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
  146. package/blocks/CloudImageEditor/src/lib/parseTabs.js +14 -0
  147. package/blocks/CloudImageEditor/src/lib/pick.d.ts +7 -0
  148. package/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
  149. package/blocks/CloudImageEditor/src/lib/pick.js +15 -0
  150. package/blocks/CloudImageEditor/src/lib/preloadImage.d.ts +11 -0
  151. package/blocks/CloudImageEditor/src/lib/preloadImage.d.ts.map +1 -0
  152. package/blocks/CloudImageEditor/src/lib/preloadImage.js +38 -0
  153. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +14 -0
  154. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
  155. package/blocks/CloudImageEditor/src/lib/transformationUtils.js +167 -0
  156. package/blocks/CloudImageEditor/src/state.d.ts +38 -0
  157. package/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
  158. package/blocks/CloudImageEditor/src/state.js +92 -0
  159. package/blocks/CloudImageEditor/src/svg-sprite.d.ts +3 -0
  160. package/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
  161. package/blocks/CloudImageEditor/src/svg-sprite.js +1 -0
  162. package/blocks/CloudImageEditor/src/template.d.ts +2 -0
  163. package/blocks/CloudImageEditor/src/template.d.ts.map +1 -0
  164. package/blocks/CloudImageEditor/src/template.js +36 -0
  165. package/blocks/CloudImageEditor/src/toolbar-constants.d.ts +58 -0
  166. package/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
  167. package/blocks/CloudImageEditor/src/toolbar-constants.js +114 -0
  168. package/blocks/CloudImageEditor/src/types.d.ts +58 -0
  169. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
  170. package/blocks/CloudImageEditor/src/types.js +61 -0
  171. package/blocks/CloudImageEditor/src/util.d.ts +2 -0
  172. package/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
  173. package/blocks/CloudImageEditor/src/util.js +19 -0
  174. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +31 -0
  175. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
  176. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +113 -0
  177. package/blocks/CloudImageEditorActivity/index.css +13 -0
  178. package/blocks/CloudImageEditorActivity/test.d.ts +2 -0
  179. package/blocks/CloudImageEditorActivity/test.d.ts.map +1 -0
  180. package/blocks/CloudImageEditorActivity/test.js +9 -0
  181. package/blocks/Config/Config.d.ts +67 -0
  182. package/blocks/Config/Config.d.ts.map +1 -0
  183. package/blocks/Config/Config.js +246 -0
  184. package/blocks/Config/config.css +3 -0
  185. package/blocks/Config/initialConfig.d.ts +6 -0
  186. package/blocks/Config/initialConfig.d.ts.map +1 -0
  187. package/blocks/Config/initialConfig.js +69 -0
  188. package/blocks/Config/normalizeConfigValue.d.ts +3 -0
  189. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
  190. package/blocks/Config/normalizeConfigValue.js +177 -0
  191. package/blocks/Copyright/Copyright.d.ts +4 -0
  192. package/blocks/Copyright/Copyright.d.ts.map +1 -0
  193. package/blocks/Copyright/Copyright.js +24 -0
  194. package/blocks/Copyright/copyright.css +31 -0
  195. package/blocks/DropArea/DropArea.d.ts +49 -0
  196. package/blocks/DropArea/DropArea.d.ts.map +1 -0
  197. package/blocks/DropArea/DropArea.js +273 -0
  198. package/blocks/DropArea/addDropzone.d.ts +21 -0
  199. package/blocks/DropArea/addDropzone.d.ts.map +1 -0
  200. package/blocks/DropArea/addDropzone.js +137 -0
  201. package/blocks/DropArea/drop-area.css +188 -0
  202. package/blocks/DropArea/getDropItems.d.ts +16 -0
  203. package/blocks/DropArea/getDropItems.d.ts.map +1 -0
  204. package/blocks/DropArea/getDropItems.js +167 -0
  205. package/blocks/ExternalSource/ExternalSource.d.ts +98 -0
  206. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
  207. package/blocks/ExternalSource/ExternalSource.js +268 -0
  208. package/blocks/ExternalSource/buildStyles.d.ts +27 -0
  209. package/blocks/ExternalSource/buildStyles.d.ts.map +1 -0
  210. package/blocks/ExternalSource/buildStyles.js +133 -0
  211. package/blocks/ExternalSource/external-source.css +65 -0
  212. package/blocks/ExternalSource/messages.d.ts +3 -0
  213. package/blocks/ExternalSource/messages.d.ts.map +1 -0
  214. package/blocks/ExternalSource/messages.js +35 -0
  215. package/blocks/ExternalSource/query-string.d.ts +8 -0
  216. package/blocks/ExternalSource/query-string.d.ts.map +1 -0
  217. package/blocks/ExternalSource/query-string.js +14 -0
  218. package/blocks/FileItem/FileItem.d.ts +97 -0
  219. package/blocks/FileItem/FileItem.d.ts.map +1 -0
  220. package/blocks/FileItem/FileItem.js +460 -0
  221. package/blocks/FileItem/file-item.css +140 -0
  222. package/blocks/FormInput/FormInput.d.ts +7 -0
  223. package/blocks/FormInput/FormInput.d.ts.map +1 -0
  224. package/blocks/FormInput/FormInput.js +92 -0
  225. package/blocks/Icon/Icon.d.ts +12 -0
  226. package/blocks/Icon/Icon.d.ts.map +1 -0
  227. package/blocks/Icon/Icon.js +44 -0
  228. package/blocks/Icon/icon.css +12 -0
  229. package/blocks/Img/Img.d.ts +4 -0
  230. package/blocks/Img/Img.d.ts.map +1 -0
  231. package/blocks/Img/Img.js +21 -0
  232. package/blocks/Img/ImgBase.d.ts +80 -0
  233. package/blocks/Img/ImgBase.d.ts.map +1 -0
  234. package/blocks/Img/ImgBase.js +408 -0
  235. package/blocks/Img/ImgConfig.d.ts +31 -0
  236. package/blocks/Img/ImgConfig.d.ts.map +1 -0
  237. package/blocks/Img/ImgConfig.js +102 -0
  238. package/blocks/Img/configurations.d.ts +12 -0
  239. package/blocks/Img/configurations.d.ts.map +1 -0
  240. package/blocks/Img/configurations.js +14 -0
  241. package/blocks/Img/props-map.d.ts +29 -0
  242. package/blocks/Img/props-map.d.ts.map +1 -0
  243. package/blocks/Img/props-map.js +34 -0
  244. package/blocks/Img/test.css +16 -0
  245. package/blocks/Img/utils/parseObjectToString.d.ts +2 -0
  246. package/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
  247. package/blocks/Img/utils/parseObjectToString.js +13 -0
  248. package/blocks/Modal/Modal.d.ts +24 -0
  249. package/blocks/Modal/Modal.d.ts.map +1 -0
  250. package/blocks/Modal/Modal.js +116 -0
  251. package/blocks/Modal/modal.css +92 -0
  252. package/blocks/ProgressBar/ProgressBar.d.ts +10 -0
  253. package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
  254. package/blocks/ProgressBar/ProgressBar.js +38 -0
  255. package/blocks/ProgressBar/progress-bar.css +25 -0
  256. package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +8 -0
  257. package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
  258. package/blocks/ProgressBarCommon/ProgressBarCommon.js +44 -0
  259. package/blocks/ProgressBarCommon/progress-bar-common.css +16 -0
  260. package/blocks/Range/Range.d.ts +16 -0
  261. package/blocks/Range/Range.d.ts.map +1 -0
  262. package/blocks/Range/Range.js +44 -0
  263. package/blocks/Range/range.css +65 -0
  264. package/blocks/Select/Select.d.ts +9 -0
  265. package/blocks/Select/Select.d.ts.map +1 -0
  266. package/blocks/Select/Select.js +35 -0
  267. package/blocks/Select/select.css +22 -0
  268. package/blocks/SimpleBtn/SimpleBtn.d.ts +26 -0
  269. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
  270. package/blocks/SimpleBtn/SimpleBtn.js +54 -0
  271. package/blocks/SimpleBtn/simple-btn.css +64 -0
  272. package/blocks/SourceBtn/SourceBtn.d.ts +58 -0
  273. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
  274. package/blocks/SourceBtn/SourceBtn.js +145 -0
  275. package/blocks/SourceBtn/source-btn.css +45 -0
  276. package/blocks/SourceList/SourceList.d.ts +4 -0
  277. package/blocks/SourceList/SourceList.d.ts.map +1 -0
  278. package/blocks/SourceList/SourceList.js +20 -0
  279. package/blocks/StartFrom/StartFrom.d.ts +7 -0
  280. package/blocks/StartFrom/StartFrom.d.ts.map +1 -0
  281. package/blocks/StartFrom/StartFrom.js +14 -0
  282. package/blocks/StartFrom/start-from.css +32 -0
  283. package/blocks/UploadCtxProvider/EventEmitter.d.ts +107 -0
  284. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
  285. package/blocks/UploadCtxProvider/EventEmitter.js +132 -0
  286. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +35 -0
  287. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
  288. package/blocks/UploadCtxProvider/UploadCtxProvider.js +45 -0
  289. package/blocks/UploadList/UploadList.d.ts +59 -0
  290. package/blocks/UploadList/UploadList.d.ts.map +1 -0
  291. package/blocks/UploadList/UploadList.js +237 -0
  292. package/blocks/UploadList/upload-list.css +74 -0
  293. package/blocks/UrlSource/UrlSource.d.ts +9 -0
  294. package/blocks/UrlSource/UrlSource.d.ts.map +1 -0
  295. package/blocks/UrlSource/UrlSource.js +61 -0
  296. package/blocks/UrlSource/url-source.css +24 -0
  297. package/blocks/svg-backgrounds/svg-backgrounds.d.ts +17 -0
  298. package/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
  299. package/blocks/svg-backgrounds/svg-backgrounds.js +45 -0
  300. package/blocks/themes/uc-basic/common.css +116 -0
  301. package/blocks/themes/uc-basic/config.css +4 -0
  302. package/blocks/themes/uc-basic/index.css +32 -0
  303. package/blocks/themes/uc-basic/svg-sprite.d.ts +3 -0
  304. package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
  305. package/blocks/themes/uc-basic/svg-sprite.js +1 -0
  306. package/blocks/themes/uc-basic/theme.css +232 -0
  307. package/blocks/utils/UploadSource.d.ts +9 -0
  308. package/blocks/utils/UploadSource.d.ts.map +1 -0
  309. package/blocks/utils/UploadSource.js +8 -0
  310. package/blocks/utils/abilities.d.ts +2 -0
  311. package/blocks/utils/abilities.d.ts.map +1 -0
  312. package/blocks/utils/abilities.js +3 -0
  313. package/blocks/utils/comma-separated.d.ts +3 -0
  314. package/blocks/utils/comma-separated.d.ts.map +1 -0
  315. package/blocks/utils/comma-separated.js +19 -0
  316. package/blocks/utils/debounce.d.ts +10 -0
  317. package/blocks/utils/debounce.d.ts.map +1 -0
  318. package/blocks/utils/debounce.js +22 -0
  319. package/blocks/utils/resizeImage.d.ts +6 -0
  320. package/blocks/utils/resizeImage.d.ts.map +1 -0
  321. package/blocks/utils/resizeImage.js +40 -0
  322. package/blocks/utils/throttle.d.ts +4 -0
  323. package/blocks/utils/throttle.d.ts.map +1 -0
  324. package/blocks/utils/throttle.js +45 -0
  325. package/blocks/utils/userAgent.d.ts +6 -0
  326. package/blocks/utils/userAgent.d.ts.map +1 -0
  327. package/blocks/utils/userAgent.js +14 -0
  328. package/env.d.ts +4 -0
  329. package/env.d.ts.map +1 -0
  330. package/env.js +3 -0
  331. package/index.d.ts +39 -0
  332. package/index.d.ts.map +1 -0
  333. package/index.js +51 -0
  334. package/index.ssr.d.ts +961 -0
  335. package/index.ssr.d.ts.map +1 -0
  336. package/index.ssr.js +1461 -0
  337. package/locales/file-uploader/ar.d.ts +114 -0
  338. package/locales/file-uploader/ar.d.ts.map +1 -0
  339. package/locales/file-uploader/ar.js +113 -0
  340. package/locales/file-uploader/az.d.ts +106 -0
  341. package/locales/file-uploader/az.d.ts.map +1 -0
  342. package/locales/file-uploader/az.js +105 -0
  343. package/locales/file-uploader/ca.d.ts +108 -0
  344. package/locales/file-uploader/ca.d.ts.map +1 -0
  345. package/locales/file-uploader/ca.js +108 -0
  346. package/locales/file-uploader/cs.d.ts +110 -0
  347. package/locales/file-uploader/cs.d.ts.map +1 -0
  348. package/locales/file-uploader/cs.js +110 -0
  349. package/locales/file-uploader/da.d.ts +106 -0
  350. package/locales/file-uploader/da.d.ts.map +1 -0
  351. package/locales/file-uploader/da.js +106 -0
  352. package/locales/file-uploader/de.d.ts +106 -0
  353. package/locales/file-uploader/de.d.ts.map +1 -0
  354. package/locales/file-uploader/de.js +107 -0
  355. package/locales/file-uploader/el.d.ts +106 -0
  356. package/locales/file-uploader/el.d.ts.map +1 -0
  357. package/locales/file-uploader/el.js +107 -0
  358. package/locales/file-uploader/en.d.ts +106 -0
  359. package/locales/file-uploader/en.d.ts.map +1 -0
  360. package/locales/file-uploader/en.js +105 -0
  361. package/locales/file-uploader/es.d.ts +108 -0
  362. package/locales/file-uploader/es.d.ts.map +1 -0
  363. package/locales/file-uploader/es.js +108 -0
  364. package/locales/file-uploader/et.d.ts +106 -0
  365. package/locales/file-uploader/et.d.ts.map +1 -0
  366. package/locales/file-uploader/et.js +105 -0
  367. package/locales/file-uploader/fr.d.ts +108 -0
  368. package/locales/file-uploader/fr.d.ts.map +1 -0
  369. package/locales/file-uploader/fr.js +108 -0
  370. package/locales/file-uploader/he.d.ts +108 -0
  371. package/locales/file-uploader/he.d.ts.map +1 -0
  372. package/locales/file-uploader/he.js +107 -0
  373. package/locales/file-uploader/hy.d.ts +106 -0
  374. package/locales/file-uploader/hy.d.ts.map +1 -0
  375. package/locales/file-uploader/hy.js +105 -0
  376. package/locales/file-uploader/is.d.ts +106 -0
  377. package/locales/file-uploader/is.d.ts.map +1 -0
  378. package/locales/file-uploader/is.js +105 -0
  379. package/locales/file-uploader/it.d.ts +108 -0
  380. package/locales/file-uploader/it.d.ts.map +1 -0
  381. package/locales/file-uploader/it.js +108 -0
  382. package/locales/file-uploader/ja.d.ts +106 -0
  383. package/locales/file-uploader/ja.d.ts.map +1 -0
  384. package/locales/file-uploader/ja.js +105 -0
  385. package/locales/file-uploader/ka.d.ts +106 -0
  386. package/locales/file-uploader/ka.d.ts.map +1 -0
  387. package/locales/file-uploader/ka.js +105 -0
  388. package/locales/file-uploader/kk.d.ts +106 -0
  389. package/locales/file-uploader/kk.d.ts.map +1 -0
  390. package/locales/file-uploader/kk.js +105 -0
  391. package/locales/file-uploader/ko.d.ts +106 -0
  392. package/locales/file-uploader/ko.d.ts.map +1 -0
  393. package/locales/file-uploader/ko.js +104 -0
  394. package/locales/file-uploader/lv.d.ts +108 -0
  395. package/locales/file-uploader/lv.d.ts.map +1 -0
  396. package/locales/file-uploader/lv.js +107 -0
  397. package/locales/file-uploader/nb.d.ts +106 -0
  398. package/locales/file-uploader/nb.d.ts.map +1 -0
  399. package/locales/file-uploader/nb.js +105 -0
  400. package/locales/file-uploader/nl.d.ts +106 -0
  401. package/locales/file-uploader/nl.d.ts.map +1 -0
  402. package/locales/file-uploader/nl.js +106 -0
  403. package/locales/file-uploader/pl.d.ts +110 -0
  404. package/locales/file-uploader/pl.d.ts.map +1 -0
  405. package/locales/file-uploader/pl.js +109 -0
  406. package/locales/file-uploader/pt.d.ts +108 -0
  407. package/locales/file-uploader/pt.d.ts.map +1 -0
  408. package/locales/file-uploader/pt.js +108 -0
  409. package/locales/file-uploader/ro.d.ts +108 -0
  410. package/locales/file-uploader/ro.d.ts.map +1 -0
  411. package/locales/file-uploader/ro.js +108 -0
  412. package/locales/file-uploader/ru.d.ts +110 -0
  413. package/locales/file-uploader/ru.d.ts.map +1 -0
  414. package/locales/file-uploader/ru.js +109 -0
  415. package/locales/file-uploader/sk.d.ts +110 -0
  416. package/locales/file-uploader/sk.d.ts.map +1 -0
  417. package/locales/file-uploader/sk.js +109 -0
  418. package/locales/file-uploader/sr.d.ts +108 -0
  419. package/locales/file-uploader/sr.d.ts.map +1 -0
  420. package/locales/file-uploader/sr.js +107 -0
  421. package/locales/file-uploader/sv.d.ts +106 -0
  422. package/locales/file-uploader/sv.d.ts.map +1 -0
  423. package/locales/file-uploader/sv.js +105 -0
  424. package/locales/file-uploader/tr.d.ts +106 -0
  425. package/locales/file-uploader/tr.d.ts.map +1 -0
  426. package/locales/file-uploader/tr.js +105 -0
  427. package/locales/file-uploader/uk.d.ts +110 -0
  428. package/locales/file-uploader/uk.d.ts.map +1 -0
  429. package/locales/file-uploader/uk.js +109 -0
  430. package/locales/file-uploader/vi.d.ts +106 -0
  431. package/locales/file-uploader/vi.d.ts.map +1 -0
  432. package/locales/file-uploader/vi.js +105 -0
  433. package/locales/file-uploader/zh-TW.d.ts +106 -0
  434. package/locales/file-uploader/zh-TW.d.ts.map +1 -0
  435. package/locales/file-uploader/zh-TW.js +105 -0
  436. package/locales/file-uploader/zh.d.ts +106 -0
  437. package/locales/file-uploader/zh.d.ts.map +1 -0
  438. package/locales/file-uploader/zh.js +105 -0
  439. package/package.json +142 -0
  440. package/solutions/adaptive-image/index.d.ts +3 -0
  441. package/solutions/adaptive-image/index.d.ts.map +1 -0
  442. package/solutions/adaptive-image/index.js +5 -0
  443. package/solutions/cloud-image-editor/CloudImageEditor.d.ts +4 -0
  444. package/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
  445. package/solutions/cloud-image-editor/CloudImageEditor.js +12 -0
  446. package/solutions/cloud-image-editor/index.css +2 -0
  447. package/solutions/cloud-image-editor/index.d.ts +6 -0
  448. package/solutions/cloud-image-editor/index.d.ts.map +1 -0
  449. package/solutions/cloud-image-editor/index.js +11 -0
  450. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +27 -0
  451. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
  452. package/solutions/file-uploader/inline/FileUploaderInline.js +75 -0
  453. package/solutions/file-uploader/inline/index.css +54 -0
  454. package/solutions/file-uploader/inline/index.d.ts +2 -0
  455. package/solutions/file-uploader/inline/index.d.ts.map +1 -0
  456. package/solutions/file-uploader/inline/index.js +1 -0
  457. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +7 -0
  458. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
  459. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +46 -0
  460. package/solutions/file-uploader/minimal/index.css +137 -0
  461. package/solutions/file-uploader/minimal/index.d.ts +14 -0
  462. package/solutions/file-uploader/minimal/index.d.ts.map +1 -0
  463. package/solutions/file-uploader/minimal/index.js +13 -0
  464. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +26 -0
  465. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
  466. package/solutions/file-uploader/regular/FileUploaderRegular.js +66 -0
  467. package/solutions/file-uploader/regular/index.css +1 -0
  468. package/solutions/file-uploader/regular/index.d.ts +2 -0
  469. package/solutions/file-uploader/regular/index.d.ts.map +1 -0
  470. package/solutions/file-uploader/regular/index.js +1 -0
  471. package/types/events.d.ts +5 -0
  472. package/types/events.js +1 -0
  473. package/types/exported.d.ts +295 -0
  474. package/types/exported.js +1 -0
  475. package/types/global.d.ts +8 -0
  476. package/types/https.d.ts +1 -0
  477. package/types/index.d.ts +2 -0
  478. package/types/index.js +3 -0
  479. package/types/jsx.d.ts +63 -0
  480. package/types/jsx.js +1 -0
  481. package/utils/WindowHeightTracker.d.ts +24 -0
  482. package/utils/WindowHeightTracker.d.ts.map +1 -0
  483. package/utils/WindowHeightTracker.js +51 -0
  484. package/utils/cdn-utils.d.ts +59 -0
  485. package/utils/cdn-utils.d.ts.map +1 -0
  486. package/utils/cdn-utils.js +201 -0
  487. package/utils/cdn-utils.test.d.ts +2 -0
  488. package/utils/cdn-utils.test.d.ts.map +1 -0
  489. package/utils/cdn-utils.test.js +227 -0
  490. package/utils/delay.d.ts +2 -0
  491. package/utils/delay.d.ts.map +1 -0
  492. package/utils/delay.js +4 -0
  493. package/utils/fileTypes.d.ts +8 -0
  494. package/utils/fileTypes.d.ts.map +1 -0
  495. package/utils/fileTypes.js +95 -0
  496. package/utils/fileTypes.test.d.ts +2 -0
  497. package/utils/fileTypes.test.d.ts.map +1 -0
  498. package/utils/fileTypes.test.js +89 -0
  499. package/utils/getLocaleDirection.d.ts +2 -0
  500. package/utils/getLocaleDirection.d.ts.map +1 -0
  501. package/utils/getLocaleDirection.js +18 -0
  502. package/utils/getPluralForm.d.ts +3 -0
  503. package/utils/getPluralForm.d.ts.map +1 -0
  504. package/utils/getPluralForm.js +13 -0
  505. package/utils/getPluralForm.test.d.ts +2 -0
  506. package/utils/getPluralForm.test.d.ts.map +1 -0
  507. package/utils/getPluralForm.test.js +16 -0
  508. package/utils/ifRef.d.ts +7 -0
  509. package/utils/ifRef.d.ts.map +1 -0
  510. package/utils/ifRef.js +9 -0
  511. package/utils/isSecureTokenExpired.d.ts +4 -0
  512. package/utils/isSecureTokenExpired.d.ts.map +1 -0
  513. package/utils/isSecureTokenExpired.js +17 -0
  514. package/utils/isSecureTokenExpired.test.d.ts +2 -0
  515. package/utils/isSecureTokenExpired.test.d.ts.map +1 -0
  516. package/utils/isSecureTokenExpired.test.js +33 -0
  517. package/utils/memoize.d.ts +2 -0
  518. package/utils/memoize.d.ts.map +1 -0
  519. package/utils/memoize.js +23 -0
  520. package/utils/memoize.test.d.ts +2 -0
  521. package/utils/memoize.test.d.ts.map +1 -0
  522. package/utils/memoize.test.js +38 -0
  523. package/utils/mixinClass.d.ts +8 -0
  524. package/utils/mixinClass.d.ts.map +1 -0
  525. package/utils/mixinClass.js +18 -0
  526. package/utils/parseCdnUrl.d.ts +9 -0
  527. package/utils/parseCdnUrl.d.ts.map +1 -0
  528. package/utils/parseCdnUrl.js +20 -0
  529. package/utils/parseCdnUrl.test.d.ts +2 -0
  530. package/utils/parseCdnUrl.test.d.ts.map +1 -0
  531. package/utils/parseCdnUrl.test.js +78 -0
  532. package/utils/parseShrink.d.ts +5 -0
  533. package/utils/parseShrink.d.ts.map +1 -0
  534. package/utils/parseShrink.js +34 -0
  535. package/utils/parseShrink.test.d.ts +2 -0
  536. package/utils/parseShrink.test.d.ts.map +1 -0
  537. package/utils/parseShrink.test.js +26 -0
  538. package/utils/prettyBytes.d.ts +11 -0
  539. package/utils/prettyBytes.d.ts.map +1 -0
  540. package/utils/prettyBytes.js +64 -0
  541. package/utils/prettyBytes.test.d.ts +2 -0
  542. package/utils/prettyBytes.test.d.ts.map +1 -0
  543. package/utils/prettyBytes.test.js +99 -0
  544. package/utils/stringToArray.d.ts +2 -0
  545. package/utils/stringToArray.d.ts.map +1 -0
  546. package/utils/stringToArray.js +11 -0
  547. package/utils/stringToArray.test.d.ts +2 -0
  548. package/utils/stringToArray.test.d.ts.map +1 -0
  549. package/utils/stringToArray.test.js +20 -0
  550. package/utils/template-utils.d.ts +40 -0
  551. package/utils/template-utils.d.ts.map +1 -0
  552. package/utils/template-utils.js +50 -0
  553. package/utils/template-utils.test.d.ts +2 -0
  554. package/utils/template-utils.test.d.ts.map +1 -0
  555. package/utils/template-utils.test.js +56 -0
  556. package/utils/toKebabCase.d.ts +3 -0
  557. package/utils/toKebabCase.d.ts.map +1 -0
  558. package/utils/toKebabCase.js +15 -0
  559. package/utils/toKebabCase.test.d.ts +2 -0
  560. package/utils/toKebabCase.test.d.ts.map +1 -0
  561. package/utils/toKebabCase.test.js +11 -0
  562. package/utils/transparentPixelSrc.d.ts +2 -0
  563. package/utils/transparentPixelSrc.d.ts.map +1 -0
  564. package/utils/transparentPixelSrc.js +2 -0
  565. package/utils/uniqueArray.d.ts +2 -0
  566. package/utils/uniqueArray.d.ts.map +1 -0
  567. package/utils/uniqueArray.js +8 -0
  568. package/utils/uniqueArray.test.d.ts +2 -0
  569. package/utils/uniqueArray.test.d.ts.map +1 -0
  570. package/utils/uniqueArray.test.js +8 -0
  571. package/utils/validators/collection/index.d.ts +3 -0
  572. package/utils/validators/collection/index.d.ts.map +1 -0
  573. package/utils/validators/collection/index.js +2 -0
  574. package/utils/validators/collection/validateCollectionUploadError.d.ts +3 -0
  575. package/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
  576. package/utils/validators/collection/validateCollectionUploadError.js +11 -0
  577. package/utils/validators/collection/validateMultiple.d.ts +3 -0
  578. package/utils/validators/collection/validateMultiple.d.ts.map +1 -0
  579. package/utils/validators/collection/validateMultiple.js +43 -0
  580. package/utils/validators/file/index.d.ts +5 -0
  581. package/utils/validators/file/index.d.ts.map +1 -0
  582. package/utils/validators/file/index.js +4 -0
  583. package/utils/validators/file/validateFileType.d.ts +3 -0
  584. package/utils/validators/file/validateFileType.d.ts.map +1 -0
  585. package/utils/validators/file/validateFileType.js +30 -0
  586. package/utils/validators/file/validateIsImage.d.ts +3 -0
  587. package/utils/validators/file/validateIsImage.d.ts.map +1 -0
  588. package/utils/validators/file/validateIsImage.js +25 -0
  589. package/utils/validators/file/validateMaxSizeLimit.d.ts +3 -0
  590. package/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
  591. package/utils/validators/file/validateMaxSizeLimit.js +15 -0
  592. package/utils/validators/file/validateUploadError.d.ts +3 -0
  593. package/utils/validators/file/validateUploadError.d.ts.map +1 -0
  594. package/utils/validators/file/validateUploadError.js +48 -0
  595. package/utils/waitForAttribute.d.ts +8 -0
  596. package/utils/waitForAttribute.d.ts.map +1 -0
  597. package/utils/waitForAttribute.js +43 -0
  598. package/utils/waitForAttribute.test.d.ts +2 -0
  599. package/utils/waitForAttribute.test.d.ts.map +1 -0
  600. package/utils/waitForAttribute.test.js +78 -0
  601. package/utils/warnOnce.d.ts +3 -0
  602. package/utils/warnOnce.d.ts.map +1 -0
  603. package/utils/warnOnce.js +11 -0
  604. package/utils/wildcardRegexp.d.ts +2 -0
  605. package/utils/wildcardRegexp.d.ts.map +1 -0
  606. package/utils/wildcardRegexp.js +17 -0
  607. package/utils/wildcardRegexp.test.d.ts +2 -0
  608. package/utils/wildcardRegexp.test.d.ts.map +1 -0
  609. package/utils/wildcardRegexp.test.js +19 -0
  610. package/web/blocks.iife.min.js +29 -0
  611. package/web/blocks.min.js +29 -0
  612. package/web/lr-basic.min.css +1 -0
  613. package/web/lr-cloud-image-editor.min.css +1 -0
  614. package/web/lr-cloud-image-editor.min.js +29 -0
  615. package/web/lr-file-uploader-inline.min.css +1 -0
  616. package/web/lr-file-uploader-inline.min.js +29 -0
  617. package/web/lr-file-uploader-minimal.min.css +1 -0
  618. package/web/lr-file-uploader-minimal.min.js +28 -0
  619. package/web/lr-file-uploader-regular.min.css +1 -0
  620. package/web/lr-file-uploader-regular.min.js +29 -0
  621. package/web/lr-img.min.js +28 -0
  622. package/web/uc-basic.min.css +1 -0
  623. package/web/uc-cloud-image-editor.min.css +1 -0
  624. package/web/uc-cloud-image-editor.min.js +29 -0
  625. package/web/uc-file-uploader-inline.min.css +1 -0
  626. package/web/uc-file-uploader-inline.min.js +29 -0
  627. package/web/uc-file-uploader-minimal.min.css +1 -0
  628. package/web/uc-file-uploader-minimal.min.js +28 -0
  629. package/web/uc-file-uploader-regular.min.css +1 -0
  630. package/web/uc-file-uploader-regular.min.js +29 -0
  631. package/web/uc-img.min.js +28 -0
package/index.ssr.d.ts ADDED
@@ -0,0 +1,961 @@
1
+ export const ActivityBlock: {
2
+ new (): {};
3
+ activities: {
4
+ START_FROM: string;
5
+ CAMERA: string;
6
+ DRAW: string;
7
+ UPLOAD_LIST: string;
8
+ URL: string;
9
+ CLOUD_IMG_EDIT: string;
10
+ EXTERNAL: string;
11
+ DETAILS: string;
12
+ };
13
+ reg: () => void;
14
+ styleAttrs: any[];
15
+ is: string;
16
+ bindAttributes: () => void;
17
+ };
18
+ export const ActivityHeader: {
19
+ new (): {};
20
+ activities: {
21
+ START_FROM: string;
22
+ CAMERA: string;
23
+ DRAW: string;
24
+ UPLOAD_LIST: string;
25
+ URL: string;
26
+ CLOUD_IMG_EDIT: string;
27
+ EXTERNAL: string;
28
+ DETAILS: string;
29
+ };
30
+ reg: () => void;
31
+ styleAttrs: any[];
32
+ is: string;
33
+ bindAttributes: () => void;
34
+ };
35
+ export const BaseComponent: {
36
+ new (): {};
37
+ reg: () => void;
38
+ is: string;
39
+ bindAttributes: () => void;
40
+ };
41
+ export const Block: {
42
+ new (): {};
43
+ reg: () => void;
44
+ styleAttrs: any[];
45
+ is: string;
46
+ bindAttributes: () => void;
47
+ };
48
+ export const BtnUi: {
49
+ new (): {};
50
+ observedAttributes: string[];
51
+ template: string;
52
+ reg: () => void;
53
+ styleAttrs: any[];
54
+ is: string;
55
+ bindAttributes: () => void;
56
+ };
57
+ export const CameraSource: {
58
+ new (): {};
59
+ template: string;
60
+ extSrcList: {
61
+ FACEBOOK: string;
62
+ DROPBOX: string;
63
+ GDRIVE: string;
64
+ GPHOTOS: string;
65
+ INSTAGRAM: string;
66
+ FLICKR: string;
67
+ VK: string;
68
+ EVERNOTE: string;
69
+ BOX: string;
70
+ ONEDRIVE: string;
71
+ HUDDLE: string;
72
+ };
73
+ sourceTypes: {
74
+ LOCAL: string;
75
+ URL: string;
76
+ CAMERA: string;
77
+ DRAW: string;
78
+ FACEBOOK: string;
79
+ DROPBOX: string;
80
+ GDRIVE: string;
81
+ GPHOTOS: string;
82
+ INSTAGRAM: string;
83
+ FLICKR: string;
84
+ VK: string;
85
+ EVERNOTE: string;
86
+ BOX: string;
87
+ ONEDRIVE: string;
88
+ HUDDLE: string;
89
+ };
90
+ activities: {
91
+ START_FROM: string;
92
+ CAMERA: string;
93
+ DRAW: string;
94
+ UPLOAD_LIST: string;
95
+ URL: string;
96
+ CLOUD_IMG_EDIT: string;
97
+ EXTERNAL: string;
98
+ DETAILS: string;
99
+ };
100
+ reg: () => void;
101
+ styleAttrs: any[];
102
+ is: string;
103
+ bindAttributes: () => void;
104
+ };
105
+ export const CloudImageEditor: {
106
+ new (): {};
107
+ styleAttrs: any[];
108
+ template: string;
109
+ observedAttributes: string[];
110
+ reg: () => void;
111
+ is: string;
112
+ bindAttributes: () => void;
113
+ };
114
+ export const CloudImageEditorActivity: {
115
+ new (): {};
116
+ extSrcList: {
117
+ FACEBOOK: string;
118
+ DROPBOX: string;
119
+ GDRIVE: string;
120
+ GPHOTOS: string;
121
+ INSTAGRAM: string;
122
+ FLICKR: string;
123
+ VK: string;
124
+ EVERNOTE: string;
125
+ BOX: string;
126
+ ONEDRIVE: string;
127
+ HUDDLE: string;
128
+ };
129
+ sourceTypes: {
130
+ LOCAL: string;
131
+ URL: string;
132
+ CAMERA: string;
133
+ DRAW: string;
134
+ FACEBOOK: string;
135
+ DROPBOX: string;
136
+ GDRIVE: string;
137
+ GPHOTOS: string;
138
+ INSTAGRAM: string;
139
+ FLICKR: string;
140
+ VK: string;
141
+ EVERNOTE: string;
142
+ BOX: string;
143
+ ONEDRIVE: string;
144
+ HUDDLE: string;
145
+ };
146
+ activities: {
147
+ START_FROM: string;
148
+ CAMERA: string;
149
+ DRAW: string;
150
+ UPLOAD_LIST: string;
151
+ URL: string;
152
+ CLOUD_IMG_EDIT: string;
153
+ EXTERNAL: string;
154
+ DETAILS: string;
155
+ };
156
+ reg: () => void;
157
+ styleAttrs: any[];
158
+ is: string;
159
+ bindAttributes: () => void;
160
+ };
161
+ export const CloudImageEditorBlock: {
162
+ new (): {};
163
+ styleAttrs: any[];
164
+ template: string;
165
+ observedAttributes: string[];
166
+ reg: () => void;
167
+ is: string;
168
+ bindAttributes: () => void;
169
+ };
170
+ export const Config: {
171
+ new (): {};
172
+ observedAttributes: string[];
173
+ reg: () => void;
174
+ styleAttrs: any[];
175
+ is: string;
176
+ bindAttributes: () => void;
177
+ };
178
+ export const Copyright: {
179
+ new (): {};
180
+ template: string;
181
+ reg: () => void;
182
+ styleAttrs: any[];
183
+ is: string;
184
+ bindAttributes: () => void;
185
+ };
186
+ export const CropFrame: {
187
+ new (): {};
188
+ template: string;
189
+ reg: () => void;
190
+ styleAttrs: any[];
191
+ is: string;
192
+ bindAttributes: () => void;
193
+ };
194
+ export const Data: {
195
+ new (): {};
196
+ warn: () => void;
197
+ registerCtx: () => void;
198
+ deleteCtx: () => void;
199
+ getCtx: () => void;
200
+ globalStore: {};
201
+ apply: () => void;
202
+ bind: () => void;
203
+ call: () => void;
204
+ toString: () => void;
205
+ hasOwnProperty: () => void;
206
+ isPrototypeOf: () => void;
207
+ propertyIsEnumerable: () => void;
208
+ valueOf: () => void;
209
+ toLocaleString: () => void;
210
+ };
211
+ export const DropArea: {
212
+ new (): {};
213
+ styleAttrs: any[];
214
+ template: string;
215
+ observedAttributes: string[];
216
+ extSrcList: {
217
+ FACEBOOK: string;
218
+ DROPBOX: string;
219
+ GDRIVE: string;
220
+ GPHOTOS: string;
221
+ INSTAGRAM: string;
222
+ FLICKR: string;
223
+ VK: string;
224
+ EVERNOTE: string;
225
+ BOX: string;
226
+ ONEDRIVE: string;
227
+ HUDDLE: string;
228
+ };
229
+ sourceTypes: {
230
+ LOCAL: string;
231
+ URL: string;
232
+ CAMERA: string;
233
+ DRAW: string;
234
+ FACEBOOK: string;
235
+ DROPBOX: string;
236
+ GDRIVE: string;
237
+ GPHOTOS: string;
238
+ INSTAGRAM: string;
239
+ FLICKR: string;
240
+ VK: string;
241
+ EVERNOTE: string;
242
+ BOX: string;
243
+ ONEDRIVE: string;
244
+ HUDDLE: string;
245
+ };
246
+ activities: {
247
+ START_FROM: string;
248
+ CAMERA: string;
249
+ DRAW: string;
250
+ UPLOAD_LIST: string;
251
+ URL: string;
252
+ CLOUD_IMG_EDIT: string;
253
+ EXTERNAL: string;
254
+ DETAILS: string;
255
+ };
256
+ reg: () => void;
257
+ is: string;
258
+ bindAttributes: () => void;
259
+ };
260
+ export const EditorCropButtonControl: {
261
+ new (): {};
262
+ template: string;
263
+ reg: () => void;
264
+ styleAttrs: any[];
265
+ is: string;
266
+ bindAttributes: () => void;
267
+ };
268
+ export const EditorFilterControl: {
269
+ new (): {};
270
+ template: string;
271
+ reg: () => void;
272
+ styleAttrs: any[];
273
+ is: string;
274
+ bindAttributes: () => void;
275
+ };
276
+ export const EditorImageCropper: {
277
+ new (): {};
278
+ template: string;
279
+ reg: () => void;
280
+ styleAttrs: any[];
281
+ is: string;
282
+ bindAttributes: () => void;
283
+ };
284
+ export const EditorImageFader: {
285
+ new (): {};
286
+ reg: () => void;
287
+ styleAttrs: any[];
288
+ is: string;
289
+ bindAttributes: () => void;
290
+ };
291
+ export const EditorOperationControl: {
292
+ new (): {};
293
+ template: string;
294
+ reg: () => void;
295
+ styleAttrs: any[];
296
+ is: string;
297
+ bindAttributes: () => void;
298
+ };
299
+ export const EditorScroller: {
300
+ new (): {};
301
+ template: string;
302
+ reg: () => void;
303
+ styleAttrs: any[];
304
+ is: string;
305
+ bindAttributes: () => void;
306
+ };
307
+ export const EditorSlider: {
308
+ new (): {};
309
+ template: string;
310
+ reg: () => void;
311
+ styleAttrs: any[];
312
+ is: string;
313
+ bindAttributes: () => void;
314
+ };
315
+ export const EditorToolbar: {
316
+ new (): {};
317
+ template: string;
318
+ reg: () => void;
319
+ styleAttrs: any[];
320
+ is: string;
321
+ bindAttributes: () => void;
322
+ };
323
+ export const ExternalSource: {
324
+ new (): {};
325
+ template: string;
326
+ extSrcList: {
327
+ FACEBOOK: string;
328
+ DROPBOX: string;
329
+ GDRIVE: string;
330
+ GPHOTOS: string;
331
+ INSTAGRAM: string;
332
+ FLICKR: string;
333
+ VK: string;
334
+ EVERNOTE: string;
335
+ BOX: string;
336
+ ONEDRIVE: string;
337
+ HUDDLE: string;
338
+ };
339
+ sourceTypes: {
340
+ LOCAL: string;
341
+ URL: string;
342
+ CAMERA: string;
343
+ DRAW: string;
344
+ FACEBOOK: string;
345
+ DROPBOX: string;
346
+ GDRIVE: string;
347
+ GPHOTOS: string;
348
+ INSTAGRAM: string;
349
+ FLICKR: string;
350
+ VK: string;
351
+ EVERNOTE: string;
352
+ BOX: string;
353
+ ONEDRIVE: string;
354
+ HUDDLE: string;
355
+ };
356
+ activities: {
357
+ START_FROM: string;
358
+ CAMERA: string;
359
+ DRAW: string;
360
+ UPLOAD_LIST: string;
361
+ URL: string;
362
+ CLOUD_IMG_EDIT: string;
363
+ EXTERNAL: string;
364
+ DETAILS: string;
365
+ };
366
+ reg: () => void;
367
+ styleAttrs: any[];
368
+ is: string;
369
+ bindAttributes: () => void;
370
+ };
371
+ export const FileItem: {
372
+ new (): {};
373
+ template: string;
374
+ activeInstances: {};
375
+ extSrcList: {
376
+ FACEBOOK: string;
377
+ DROPBOX: string;
378
+ GDRIVE: string;
379
+ GPHOTOS: string;
380
+ INSTAGRAM: string;
381
+ FLICKR: string;
382
+ VK: string;
383
+ EVERNOTE: string;
384
+ BOX: string;
385
+ ONEDRIVE: string;
386
+ HUDDLE: string;
387
+ };
388
+ sourceTypes: {
389
+ LOCAL: string;
390
+ URL: string;
391
+ CAMERA: string;
392
+ DRAW: string;
393
+ FACEBOOK: string;
394
+ DROPBOX: string;
395
+ GDRIVE: string;
396
+ GPHOTOS: string;
397
+ INSTAGRAM: string;
398
+ FLICKR: string;
399
+ VK: string;
400
+ EVERNOTE: string;
401
+ BOX: string;
402
+ ONEDRIVE: string;
403
+ HUDDLE: string;
404
+ };
405
+ activities: {
406
+ START_FROM: string;
407
+ CAMERA: string;
408
+ DRAW: string;
409
+ UPLOAD_LIST: string;
410
+ URL: string;
411
+ CLOUD_IMG_EDIT: string;
412
+ EXTERNAL: string;
413
+ DETAILS: string;
414
+ };
415
+ reg: () => void;
416
+ styleAttrs: any[];
417
+ is: string;
418
+ bindAttributes: () => void;
419
+ };
420
+ export const FileUploaderInline: {
421
+ new (): {};
422
+ styleAttrs: any[];
423
+ reg: () => void;
424
+ is: string;
425
+ bindAttributes: () => void;
426
+ };
427
+ export const FileUploaderMinimal: {
428
+ new (): {};
429
+ styleAttrs: any[];
430
+ reg: () => void;
431
+ is: string;
432
+ bindAttributes: () => void;
433
+ };
434
+ export const FileUploaderRegular: {
435
+ new (): {};
436
+ styleAttrs: any[];
437
+ observedAttributes: string[];
438
+ reg: () => void;
439
+ is: string;
440
+ bindAttributes: () => void;
441
+ };
442
+ export const FormInput: {
443
+ new (): {};
444
+ extSrcList: {
445
+ FACEBOOK: string;
446
+ DROPBOX: string;
447
+ GDRIVE: string;
448
+ GPHOTOS: string;
449
+ INSTAGRAM: string;
450
+ FLICKR: string;
451
+ VK: string;
452
+ EVERNOTE: string;
453
+ BOX: string;
454
+ ONEDRIVE: string;
455
+ HUDDLE: string;
456
+ };
457
+ sourceTypes: {
458
+ LOCAL: string;
459
+ URL: string;
460
+ CAMERA: string;
461
+ DRAW: string;
462
+ FACEBOOK: string;
463
+ DROPBOX: string;
464
+ GDRIVE: string;
465
+ GPHOTOS: string;
466
+ INSTAGRAM: string;
467
+ FLICKR: string;
468
+ VK: string;
469
+ EVERNOTE: string;
470
+ BOX: string;
471
+ ONEDRIVE: string;
472
+ HUDDLE: string;
473
+ };
474
+ activities: {
475
+ START_FROM: string;
476
+ CAMERA: string;
477
+ DRAW: string;
478
+ UPLOAD_LIST: string;
479
+ URL: string;
480
+ CLOUD_IMG_EDIT: string;
481
+ EXTERNAL: string;
482
+ DETAILS: string;
483
+ };
484
+ reg: () => void;
485
+ styleAttrs: any[];
486
+ is: string;
487
+ bindAttributes: () => void;
488
+ };
489
+ export const Icon: {
490
+ new (): {};
491
+ template: string;
492
+ observedAttributes: string[];
493
+ reg: () => void;
494
+ styleAttrs: any[];
495
+ is: string;
496
+ bindAttributes: () => void;
497
+ };
498
+ export const Img: {
499
+ new (): {};
500
+ observedAttributes: string[];
501
+ reg: () => void;
502
+ is: string;
503
+ bindAttributes: () => void;
504
+ };
505
+ export const LineLoaderUi: {
506
+ new (): {};
507
+ template: string;
508
+ reg: () => void;
509
+ styleAttrs: any[];
510
+ is: string;
511
+ bindAttributes: () => void;
512
+ };
513
+ export const Modal: {
514
+ new (): {};
515
+ styleAttrs: any[];
516
+ StateConsumerScope: string;
517
+ template: string;
518
+ reg: () => void;
519
+ is: string;
520
+ bindAttributes: () => void;
521
+ };
522
+ export const PACKAGE_NAME: "blocks";
523
+ export const PACKAGE_VERSION: "0.49.0";
524
+ export const PresenceToggle: {
525
+ new (): {};
526
+ template: string;
527
+ reg: () => void;
528
+ styleAttrs: any[];
529
+ is: string;
530
+ bindAttributes: () => void;
531
+ };
532
+ export const ProgressBar: {
533
+ new (): {};
534
+ template: string;
535
+ reg: () => void;
536
+ styleAttrs: any[];
537
+ is: string;
538
+ bindAttributes: () => void;
539
+ };
540
+ export const ProgressBarCommon: {
541
+ new (): {};
542
+ template: string;
543
+ extSrcList: {
544
+ FACEBOOK: string;
545
+ DROPBOX: string;
546
+ GDRIVE: string;
547
+ GPHOTOS: string;
548
+ INSTAGRAM: string;
549
+ FLICKR: string;
550
+ VK: string;
551
+ EVERNOTE: string;
552
+ BOX: string;
553
+ ONEDRIVE: string;
554
+ HUDDLE: string;
555
+ };
556
+ sourceTypes: {
557
+ LOCAL: string;
558
+ URL: string;
559
+ CAMERA: string;
560
+ DRAW: string;
561
+ FACEBOOK: string;
562
+ DROPBOX: string;
563
+ GDRIVE: string;
564
+ GPHOTOS: string;
565
+ INSTAGRAM: string;
566
+ FLICKR: string;
567
+ VK: string;
568
+ EVERNOTE: string;
569
+ BOX: string;
570
+ ONEDRIVE: string;
571
+ HUDDLE: string;
572
+ };
573
+ activities: {
574
+ START_FROM: string;
575
+ CAMERA: string;
576
+ DRAW: string;
577
+ UPLOAD_LIST: string;
578
+ URL: string;
579
+ CLOUD_IMG_EDIT: string;
580
+ EXTERNAL: string;
581
+ DETAILS: string;
582
+ };
583
+ reg: () => void;
584
+ styleAttrs: any[];
585
+ is: string;
586
+ bindAttributes: () => void;
587
+ };
588
+ export const Select: {
589
+ new (): {};
590
+ template: string;
591
+ reg: () => void;
592
+ styleAttrs: any[];
593
+ is: string;
594
+ bindAttributes: () => void;
595
+ };
596
+ export const SimpleBtn: {
597
+ new (): {};
598
+ styleAttrs: any[];
599
+ template: string;
600
+ observedAttributes: string[];
601
+ extSrcList: {
602
+ FACEBOOK: string;
603
+ DROPBOX: string;
604
+ GDRIVE: string;
605
+ GPHOTOS: string;
606
+ INSTAGRAM: string;
607
+ FLICKR: string;
608
+ VK: string;
609
+ EVERNOTE: string;
610
+ BOX: string;
611
+ ONEDRIVE: string;
612
+ HUDDLE: string;
613
+ };
614
+ sourceTypes: {
615
+ LOCAL: string;
616
+ URL: string;
617
+ CAMERA: string;
618
+ DRAW: string;
619
+ FACEBOOK: string;
620
+ DROPBOX: string;
621
+ GDRIVE: string;
622
+ GPHOTOS: string;
623
+ INSTAGRAM: string;
624
+ FLICKR: string;
625
+ VK: string;
626
+ EVERNOTE: string;
627
+ BOX: string;
628
+ ONEDRIVE: string;
629
+ HUDDLE: string;
630
+ };
631
+ activities: {
632
+ START_FROM: string;
633
+ CAMERA: string;
634
+ DRAW: string;
635
+ UPLOAD_LIST: string;
636
+ URL: string;
637
+ CLOUD_IMG_EDIT: string;
638
+ EXTERNAL: string;
639
+ DETAILS: string;
640
+ };
641
+ reg: () => void;
642
+ is: string;
643
+ bindAttributes: () => void;
644
+ };
645
+ export const SliderUi: {
646
+ new (): {};
647
+ template: string;
648
+ reg: () => void;
649
+ styleAttrs: any[];
650
+ is: string;
651
+ bindAttributes: () => void;
652
+ };
653
+ export const SolutionBlock: {
654
+ new (): {};
655
+ styleAttrs: any[];
656
+ reg: () => void;
657
+ is: string;
658
+ bindAttributes: () => void;
659
+ };
660
+ export const SourceBtn: {
661
+ new (): {};
662
+ template: string;
663
+ observedAttributes: string[];
664
+ extSrcList: {
665
+ FACEBOOK: string;
666
+ DROPBOX: string;
667
+ GDRIVE: string;
668
+ GPHOTOS: string;
669
+ INSTAGRAM: string;
670
+ FLICKR: string;
671
+ VK: string;
672
+ EVERNOTE: string;
673
+ BOX: string;
674
+ ONEDRIVE: string;
675
+ HUDDLE: string;
676
+ };
677
+ sourceTypes: {
678
+ LOCAL: string;
679
+ URL: string;
680
+ CAMERA: string;
681
+ DRAW: string;
682
+ FACEBOOK: string;
683
+ DROPBOX: string;
684
+ GDRIVE: string;
685
+ GPHOTOS: string;
686
+ INSTAGRAM: string;
687
+ FLICKR: string;
688
+ VK: string;
689
+ EVERNOTE: string;
690
+ BOX: string;
691
+ ONEDRIVE: string;
692
+ HUDDLE: string;
693
+ };
694
+ activities: {
695
+ START_FROM: string;
696
+ CAMERA: string;
697
+ DRAW: string;
698
+ UPLOAD_LIST: string;
699
+ URL: string;
700
+ CLOUD_IMG_EDIT: string;
701
+ EXTERNAL: string;
702
+ DETAILS: string;
703
+ };
704
+ reg: () => void;
705
+ styleAttrs: any[];
706
+ is: string;
707
+ bindAttributes: () => void;
708
+ };
709
+ export const SourceList: {
710
+ new (): {};
711
+ reg: () => void;
712
+ styleAttrs: any[];
713
+ is: string;
714
+ bindAttributes: () => void;
715
+ };
716
+ export const StartFrom: {
717
+ new (): {};
718
+ template: string;
719
+ activities: {
720
+ START_FROM: string;
721
+ CAMERA: string;
722
+ DRAW: string;
723
+ UPLOAD_LIST: string;
724
+ URL: string;
725
+ CLOUD_IMG_EDIT: string;
726
+ EXTERNAL: string;
727
+ DETAILS: string;
728
+ };
729
+ reg: () => void;
730
+ styleAttrs: any[];
731
+ is: string;
732
+ bindAttributes: () => void;
733
+ };
734
+ export const UID: {
735
+ new (): {};
736
+ generate: () => void;
737
+ apply: () => void;
738
+ bind: () => void;
739
+ call: () => void;
740
+ toString: () => void;
741
+ hasOwnProperty: () => void;
742
+ isPrototypeOf: () => void;
743
+ propertyIsEnumerable: () => void;
744
+ valueOf: () => void;
745
+ toLocaleString: () => void;
746
+ };
747
+ export const UploadCtxProvider: {
748
+ new (): {};
749
+ EventType: {
750
+ FILE_ADDED: string;
751
+ FILE_REMOVED: string;
752
+ FILE_UPLOAD_START: string;
753
+ FILE_UPLOAD_PROGRESS: string;
754
+ FILE_UPLOAD_SUCCESS: string;
755
+ FILE_UPLOAD_FAILED: string;
756
+ FILE_URL_CHANGED: string;
757
+ MODAL_OPEN: string;
758
+ MODAL_CLOSE: string;
759
+ DONE_CLICK: string;
760
+ UPLOAD_CLICK: string;
761
+ ACTIVITY_CHANGE: string;
762
+ COMMON_UPLOAD_START: string;
763
+ COMMON_UPLOAD_PROGRESS: string;
764
+ COMMON_UPLOAD_SUCCESS: string;
765
+ COMMON_UPLOAD_FAILED: string;
766
+ CHANGE: string;
767
+ GROUP_CREATED: string;
768
+ };
769
+ extSrcList: {
770
+ FACEBOOK: string;
771
+ DROPBOX: string;
772
+ GDRIVE: string;
773
+ GPHOTOS: string;
774
+ INSTAGRAM: string;
775
+ FLICKR: string;
776
+ VK: string;
777
+ EVERNOTE: string;
778
+ BOX: string;
779
+ ONEDRIVE: string;
780
+ HUDDLE: string;
781
+ };
782
+ sourceTypes: {
783
+ LOCAL: string;
784
+ URL: string;
785
+ CAMERA: string;
786
+ DRAW: string;
787
+ FACEBOOK: string;
788
+ DROPBOX: string;
789
+ GDRIVE: string;
790
+ GPHOTOS: string;
791
+ INSTAGRAM: string;
792
+ FLICKR: string;
793
+ VK: string;
794
+ EVERNOTE: string;
795
+ BOX: string;
796
+ ONEDRIVE: string;
797
+ HUDDLE: string;
798
+ };
799
+ activities: {
800
+ START_FROM: string;
801
+ CAMERA: string;
802
+ DRAW: string;
803
+ UPLOAD_LIST: string;
804
+ URL: string;
805
+ CLOUD_IMG_EDIT: string;
806
+ EXTERNAL: string;
807
+ DETAILS: string;
808
+ };
809
+ reg: () => void;
810
+ styleAttrs: any[];
811
+ is: string;
812
+ bindAttributes: () => void;
813
+ };
814
+ export const UploadList: {
815
+ new (): {};
816
+ template: string;
817
+ extSrcList: {
818
+ FACEBOOK: string;
819
+ DROPBOX: string;
820
+ GDRIVE: string;
821
+ GPHOTOS: string;
822
+ INSTAGRAM: string;
823
+ FLICKR: string;
824
+ VK: string;
825
+ EVERNOTE: string;
826
+ BOX: string;
827
+ ONEDRIVE: string;
828
+ HUDDLE: string;
829
+ };
830
+ sourceTypes: {
831
+ LOCAL: string;
832
+ URL: string;
833
+ CAMERA: string;
834
+ DRAW: string;
835
+ FACEBOOK: string;
836
+ DROPBOX: string;
837
+ GDRIVE: string;
838
+ GPHOTOS: string;
839
+ INSTAGRAM: string;
840
+ FLICKR: string;
841
+ VK: string;
842
+ EVERNOTE: string;
843
+ BOX: string;
844
+ ONEDRIVE: string;
845
+ HUDDLE: string;
846
+ };
847
+ activities: {
848
+ START_FROM: string;
849
+ CAMERA: string;
850
+ DRAW: string;
851
+ UPLOAD_LIST: string;
852
+ URL: string;
853
+ CLOUD_IMG_EDIT: string;
854
+ EXTERNAL: string;
855
+ DETAILS: string;
856
+ };
857
+ reg: () => void;
858
+ styleAttrs: any[];
859
+ is: string;
860
+ bindAttributes: () => void;
861
+ };
862
+ export const UploaderBlock: {
863
+ new (): {};
864
+ extSrcList: {
865
+ FACEBOOK: string;
866
+ DROPBOX: string;
867
+ GDRIVE: string;
868
+ GPHOTOS: string;
869
+ INSTAGRAM: string;
870
+ FLICKR: string;
871
+ VK: string;
872
+ EVERNOTE: string;
873
+ BOX: string;
874
+ ONEDRIVE: string;
875
+ HUDDLE: string;
876
+ };
877
+ sourceTypes: {
878
+ LOCAL: string;
879
+ URL: string;
880
+ CAMERA: string;
881
+ DRAW: string;
882
+ FACEBOOK: string;
883
+ DROPBOX: string;
884
+ GDRIVE: string;
885
+ GPHOTOS: string;
886
+ INSTAGRAM: string;
887
+ FLICKR: string;
888
+ VK: string;
889
+ EVERNOTE: string;
890
+ BOX: string;
891
+ ONEDRIVE: string;
892
+ HUDDLE: string;
893
+ };
894
+ activities: {
895
+ START_FROM: string;
896
+ CAMERA: string;
897
+ DRAW: string;
898
+ UPLOAD_LIST: string;
899
+ URL: string;
900
+ CLOUD_IMG_EDIT: string;
901
+ EXTERNAL: string;
902
+ DETAILS: string;
903
+ };
904
+ reg: () => void;
905
+ styleAttrs: any[];
906
+ is: string;
907
+ bindAttributes: () => void;
908
+ };
909
+ export const UrlSource: {
910
+ new (): {};
911
+ template: string;
912
+ extSrcList: {
913
+ FACEBOOK: string;
914
+ DROPBOX: string;
915
+ GDRIVE: string;
916
+ GPHOTOS: string;
917
+ INSTAGRAM: string;
918
+ FLICKR: string;
919
+ VK: string;
920
+ EVERNOTE: string;
921
+ BOX: string;
922
+ ONEDRIVE: string;
923
+ HUDDLE: string;
924
+ };
925
+ sourceTypes: {
926
+ LOCAL: string;
927
+ URL: string;
928
+ CAMERA: string;
929
+ DRAW: string;
930
+ FACEBOOK: string;
931
+ DROPBOX: string;
932
+ GDRIVE: string;
933
+ GPHOTOS: string;
934
+ INSTAGRAM: string;
935
+ FLICKR: string;
936
+ VK: string;
937
+ EVERNOTE: string;
938
+ BOX: string;
939
+ ONEDRIVE: string;
940
+ HUDDLE: string;
941
+ };
942
+ activities: {
943
+ START_FROM: string;
944
+ CAMERA: string;
945
+ DRAW: string;
946
+ UPLOAD_LIST: string;
947
+ URL: string;
948
+ CLOUD_IMG_EDIT: string;
949
+ EXTERNAL: string;
950
+ DETAILS: string;
951
+ };
952
+ reg: () => void;
953
+ styleAttrs: any[];
954
+ is: string;
955
+ bindAttributes: () => void;
956
+ };
957
+ export function connectBlocksFrom(): void;
958
+ export function defineLocale(): void;
959
+ export function registerBlocks(): void;
960
+ export function toKebabCase(): void;
961
+ //# sourceMappingURL=index.ssr.d.ts.map