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