@uploadcare/file-uploader 1.28.0-alpha.0 → 1.28.0-alpha.111

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 (564) hide show
  1. package/dist/abstract/CTX.d.ts +5 -3
  2. package/dist/abstract/CTX.d.ts.map +1 -0
  3. package/dist/abstract/TypedCollection.d.ts +2 -1
  4. package/dist/abstract/TypedCollection.d.ts.map +1 -0
  5. package/dist/abstract/TypedData.d.ts +3 -2
  6. package/dist/abstract/TypedData.d.ts.map +1 -0
  7. package/dist/abstract/UploaderPublicApi.d.ts +7 -6
  8. package/dist/abstract/UploaderPublicApi.d.ts.map +1 -0
  9. package/dist/abstract/buildOutputCollectionState.d.ts +3 -2
  10. package/dist/abstract/buildOutputCollectionState.d.ts.map +1 -0
  11. package/dist/abstract/customConfigOptions.d.ts +1 -0
  12. package/dist/abstract/customConfigOptions.d.ts.map +1 -0
  13. package/dist/abstract/defineComponents.d.ts +1 -0
  14. package/dist/abstract/defineComponents.d.ts.map +1 -0
  15. package/dist/abstract/features/ClipboardLayer.d.ts +2 -1
  16. package/dist/abstract/features/ClipboardLayer.d.ts.map +1 -0
  17. package/dist/abstract/loadFileUploaderFrom.d.ts +1 -0
  18. package/dist/abstract/loadFileUploaderFrom.d.ts.map +1 -0
  19. package/dist/abstract/loadFileUploaderFrom.js +1 -8
  20. package/dist/abstract/localeRegistry.d.ts +1 -0
  21. package/dist/abstract/localeRegistry.d.ts.map +1 -0
  22. package/dist/abstract/managers/LocaleManager.d.ts +3 -2
  23. package/dist/abstract/managers/LocaleManager.d.ts.map +1 -0
  24. package/dist/abstract/managers/ModalManager.d.ts +3 -2
  25. package/dist/abstract/managers/ModalManager.d.ts.map +1 -0
  26. package/dist/abstract/managers/SecureUploadsManager.d.ts +2 -1
  27. package/dist/abstract/managers/SecureUploadsManager.d.ts.map +1 -0
  28. package/dist/abstract/managers/TelemetryManager.d.ts +4 -3
  29. package/dist/abstract/managers/TelemetryManager.d.ts.map +1 -0
  30. package/dist/abstract/managers/ValidationManager.d.ts +7 -6
  31. package/dist/abstract/managers/ValidationManager.d.ts.map +1 -0
  32. package/dist/abstract/managers/a11y.d.ts +3 -2
  33. package/dist/abstract/managers/a11y.d.ts.map +1 -0
  34. package/dist/abstract/managers/plugin/PluginManager.d.ts +3 -2
  35. package/dist/abstract/managers/plugin/PluginManager.d.ts.map +1 -0
  36. package/dist/abstract/managers/plugin/PluginTypes.d.ts +4 -3
  37. package/dist/abstract/managers/plugin/PluginTypes.d.ts.map +1 -0
  38. package/dist/abstract/managers/plugin/index.d.ts +1 -0
  39. package/dist/abstract/managers/plugin/index.d.ts.map +1 -0
  40. package/dist/abstract/sharedConfigKey.d.ts +2 -1
  41. package/dist/abstract/sharedConfigKey.d.ts.map +1 -0
  42. package/dist/abstract/uploadEntrySchema.d.ts +4 -3
  43. package/dist/abstract/uploadEntrySchema.d.ts.map +1 -0
  44. package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +2 -0
  45. package/dist/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
  46. package/dist/blocks/CameraSource/CameraSource.d.ts +7 -2
  47. package/dist/blocks/CameraSource/CameraSource.d.ts.map +1 -0
  48. package/dist/blocks/CameraSource/calcCameraModes.d.ts +2 -1
  49. package/dist/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
  50. package/dist/blocks/CameraSource/constants.d.ts +1 -0
  51. package/dist/blocks/CameraSource/constants.d.ts.map +1 -0
  52. package/dist/blocks/CloudImageEditor/index.d.ts +2 -0
  53. package/dist/blocks/CloudImageEditor/index.d.ts.map +1 -0
  54. package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +10 -2
  55. package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
  56. package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +2 -1
  57. package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
  58. package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +5 -3
  59. package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
  60. package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +4 -2
  61. package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
  62. package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +3 -2
  63. package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
  64. package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +4 -2
  65. package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
  66. package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +4 -2
  67. package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
  68. package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +3 -2
  69. package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
  70. package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +2 -1
  71. package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
  72. package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +1 -0
  73. package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
  74. package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +5 -3
  75. package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
  76. package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +12 -2
  77. package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
  78. package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +2 -1
  79. package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
  80. package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +1 -0
  81. package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
  82. package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +5 -3
  83. package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
  84. package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +3 -2
  85. package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
  86. package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +1 -0
  87. package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
  88. package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +3 -2
  89. package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
  90. package/dist/blocks/CloudImageEditor/src/index.d.ts +1 -0
  91. package/dist/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
  92. package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +1 -0
  93. package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
  94. package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +1 -0
  95. package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
  96. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +3 -2
  97. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
  98. package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -1
  99. package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
  100. package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +1 -0
  101. package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
  102. package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +2 -1
  103. package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
  104. package/dist/blocks/CloudImageEditor/src/state.d.ts +3 -2
  105. package/dist/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
  106. package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -0
  107. package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
  108. package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +1 -0
  109. package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
  110. package/dist/blocks/CloudImageEditor/src/types.d.ts +1 -0
  111. package/dist/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
  112. package/dist/blocks/CloudImageEditor/src/util.d.ts +2 -1
  113. package/dist/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
  114. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +1 -0
  115. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +1 -0
  116. package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
  117. package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
  118. package/dist/blocks/Config/Config.d.ts +4 -2
  119. package/dist/blocks/Config/Config.d.ts.map +1 -0
  120. package/dist/blocks/Config/assertions.d.ts +2 -1
  121. package/dist/blocks/Config/assertions.d.ts.map +1 -0
  122. package/dist/blocks/Config/computed-properties.d.ts +2 -1
  123. package/dist/blocks/Config/computed-properties.d.ts.map +1 -0
  124. package/dist/blocks/Config/initialConfig.d.ts +2 -1
  125. package/dist/blocks/Config/initialConfig.d.ts.map +1 -0
  126. package/dist/blocks/Config/normalizeConfigValue.d.ts +2 -1
  127. package/dist/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
  128. package/dist/blocks/Config/validatorsType.d.ts +5 -4
  129. package/dist/blocks/Config/validatorsType.d.ts.map +1 -0
  130. package/dist/blocks/Copyright/Copyright.d.ts +3 -1
  131. package/dist/blocks/Copyright/Copyright.d.ts.map +1 -0
  132. package/dist/blocks/DropArea/DropArea.d.ts +5 -2
  133. package/dist/blocks/DropArea/DropArea.d.ts.map +1 -0
  134. package/dist/blocks/DropArea/addDropzone.d.ts +1 -0
  135. package/dist/blocks/DropArea/addDropzone.d.ts.map +1 -0
  136. package/dist/blocks/DropArea/getDropItems.d.ts +1 -0
  137. package/dist/blocks/DropArea/getDropItems.d.ts.map +1 -0
  138. package/dist/blocks/ExternalSource/ExternalSource.d.ts +6 -1
  139. package/dist/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
  140. package/dist/blocks/ExternalSource/MessageBridge.d.ts +2 -1
  141. package/dist/blocks/ExternalSource/MessageBridge.d.ts.map +1 -0
  142. package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +2 -1
  143. package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts.map +1 -0
  144. package/dist/blocks/ExternalSource/query-string.d.ts +1 -0
  145. package/dist/blocks/ExternalSource/query-string.d.ts.map +1 -0
  146. package/dist/blocks/ExternalSource/types.d.ts +1 -0
  147. package/dist/blocks/ExternalSource/types.d.ts.map +1 -0
  148. package/dist/blocks/FileItem/FileItem.d.ts +8 -3
  149. package/dist/blocks/FileItem/FileItem.d.ts.map +1 -0
  150. package/dist/blocks/FileItem/FileItemConfig.d.ts +2 -1
  151. package/dist/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
  152. package/dist/blocks/FormInput/FormInput.d.ts +1 -0
  153. package/dist/blocks/FormInput/FormInput.d.ts.map +1 -0
  154. package/dist/blocks/Icon/Icon.d.ts +4 -2
  155. package/dist/blocks/Icon/Icon.d.ts.map +1 -0
  156. package/dist/blocks/Img/Img.d.ts +1 -0
  157. package/dist/blocks/Img/Img.d.ts.map +1 -0
  158. package/dist/blocks/Img/ImgBase.d.ts +1 -0
  159. package/dist/blocks/Img/ImgBase.d.ts.map +1 -0
  160. package/dist/blocks/Img/ImgConfig.d.ts +3 -2
  161. package/dist/blocks/Img/ImgConfig.d.ts.map +1 -0
  162. package/dist/blocks/Img/configurations.d.ts +1 -0
  163. package/dist/blocks/Img/configurations.d.ts.map +1 -0
  164. package/dist/blocks/Img/props-map.d.ts +1 -0
  165. package/dist/blocks/Img/props-map.d.ts.map +1 -0
  166. package/dist/blocks/Img/utils/parseObjectToString.d.ts +1 -0
  167. package/dist/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
  168. package/dist/blocks/Modal/Modal.d.ts +4 -2
  169. package/dist/blocks/Modal/Modal.d.ts.map +1 -0
  170. package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +8 -5
  171. package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts.map +1 -0
  172. package/dist/blocks/PluginActivityRenderer/index.d.ts +1 -0
  173. package/dist/blocks/PluginActivityRenderer/index.d.ts.map +1 -0
  174. package/dist/blocks/ProgressBar/ProgressBar.d.ts +4 -2
  175. package/dist/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
  176. package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +5 -2
  177. package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
  178. package/dist/blocks/Select/Select.d.ts +3 -1
  179. package/dist/blocks/Select/Select.d.ts.map +1 -0
  180. package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +5 -1
  181. package/dist/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
  182. package/dist/blocks/SourceBtn/SourceBtn.d.ts +5 -2
  183. package/dist/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
  184. package/dist/blocks/SourceList/SourceList.d.ts +4 -2
  185. package/dist/blocks/SourceList/SourceList.d.ts.map +1 -0
  186. package/dist/blocks/Spinner/Spinner.d.ts +3 -1
  187. package/dist/blocks/Spinner/Spinner.d.ts.map +1 -0
  188. package/dist/blocks/StartFrom/StartFrom.d.ts +4 -2
  189. package/dist/blocks/StartFrom/StartFrom.d.ts.map +1 -0
  190. package/dist/blocks/Thumb/Thumb.d.ts +6 -3
  191. package/dist/blocks/Thumb/Thumb.d.ts.map +1 -0
  192. package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +5 -4
  193. package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
  194. package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -1
  195. package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
  196. package/dist/blocks/UploadList/UploadList.d.ts +7 -1
  197. package/dist/blocks/UploadList/UploadList.d.ts.map +1 -0
  198. package/dist/blocks/UrlSource/UrlSource.d.ts +5 -1
  199. package/dist/blocks/UrlSource/UrlSource.d.ts.map +1 -0
  200. package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +1 -0
  201. package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
  202. package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +1 -0
  203. package/dist/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
  204. package/dist/cameraPlugin.js +1 -0
  205. package/dist/cloudImageEditorPlugin.css +1282 -0
  206. package/dist/cloudImageEditorPlugin.js +1 -0
  207. package/dist/cloudImageEditorPlugin.layered.css +1289 -0
  208. package/dist/core.d.ts +3 -0
  209. package/dist/core.d.ts.map +1 -0
  210. package/dist/env.d.ts +1 -0
  211. package/dist/env.d.ts.map +1 -0
  212. package/dist/env.js +1 -8
  213. package/dist/externalSourcesPlugin.js +1 -0
  214. package/dist/imageShrinkPlugin.js +1 -0
  215. package/dist/index.css +1376 -3328
  216. package/dist/index.d.ts +16 -0
  217. package/dist/index.d.ts.map +1 -0
  218. package/dist/index.js +7 -1011
  219. package/dist/index.layered.css +1046 -3564
  220. package/dist/index.ssr.js +1290 -0
  221. package/dist/instagramPlugin.js +1 -0
  222. package/dist/lit/BaseComponent.d.ts +4 -3
  223. package/dist/lit/BaseComponent.d.ts.map +1 -0
  224. package/dist/lit/Constructor.d.ts +1 -0
  225. package/dist/lit/Constructor.d.ts.map +1 -0
  226. package/dist/lit/CssDataMixin.d.ts +3 -2
  227. package/dist/lit/CssDataMixin.d.ts.map +1 -0
  228. package/dist/lit/LightDomMixin.d.ts +3 -2
  229. package/dist/lit/LightDomMixin.d.ts.map +1 -0
  230. package/dist/lit/LitActivityBlock.d.ts +4 -3
  231. package/dist/lit/LitActivityBlock.d.ts.map +1 -0
  232. package/dist/lit/LitBlock.d.ts +17 -16
  233. package/dist/lit/LitBlock.d.ts.map +1 -0
  234. package/dist/lit/LitSolutionBlock.d.ts +6 -5
  235. package/dist/lit/LitSolutionBlock.d.ts.map +1 -0
  236. package/dist/lit/LitUploaderBlock.d.ts +8 -7
  237. package/dist/lit/LitUploaderBlock.d.ts.map +1 -0
  238. package/dist/lit/PubSubCompat.d.ts +1 -0
  239. package/dist/lit/PubSubCompat.d.ts.map +1 -0
  240. package/dist/lit/RegisterableElementMixin.d.ts +3 -2
  241. package/dist/lit/RegisterableElementMixin.d.ts.map +1 -0
  242. package/dist/lit/SharedState.d.ts +23 -22
  243. package/dist/lit/SharedState.d.ts.map +1 -0
  244. package/dist/lit/SymbioteCompatMixin.d.ts +3 -2
  245. package/dist/lit/SymbioteCompatMixin.d.ts.map +1 -0
  246. package/dist/lit/TestModeController.d.ts +3 -2
  247. package/dist/lit/TestModeController.d.ts.map +1 -0
  248. package/dist/lit/Uid.d.ts +1 -0
  249. package/dist/lit/Uid.d.ts.map +1 -0
  250. package/dist/lit/activity-constants.d.ts +2 -1
  251. package/dist/lit/activity-constants.d.ts.map +1 -0
  252. package/dist/lit/createDebugPrinter.d.ts +3 -2
  253. package/dist/lit/createDebugPrinter.d.ts.map +1 -0
  254. package/dist/lit/findBlockInCtx.d.ts +3 -2
  255. package/dist/lit/findBlockInCtx.d.ts.map +1 -0
  256. package/dist/lit/getOutputData.d.ts +3 -2
  257. package/dist/lit/getOutputData.d.ts.map +1 -0
  258. package/dist/lit/hasBlockInCtx.d.ts +3 -2
  259. package/dist/lit/hasBlockInCtx.d.ts.map +1 -0
  260. package/dist/lit/l10n.d.ts +3 -2
  261. package/dist/lit/l10n.d.ts.map +1 -0
  262. package/dist/lit/parseCssPropertyValue.d.ts +1 -0
  263. package/dist/lit/parseCssPropertyValue.d.ts.map +1 -0
  264. package/dist/lit/shared-instances.d.ts +15 -14
  265. package/dist/lit/shared-instances.d.ts.map +1 -0
  266. package/dist/locales/file-uploader/ar.d.ts +1 -0
  267. package/dist/locales/file-uploader/ar.d.ts.map +1 -0
  268. package/dist/locales/file-uploader/ar.js +1 -143
  269. package/dist/locales/file-uploader/az.d.ts +1 -0
  270. package/dist/locales/file-uploader/az.d.ts.map +1 -0
  271. package/dist/locales/file-uploader/az.js +1 -135
  272. package/dist/locales/file-uploader/ca.d.ts +1 -0
  273. package/dist/locales/file-uploader/ca.d.ts.map +1 -0
  274. package/dist/locales/file-uploader/ca.js +1 -137
  275. package/dist/locales/file-uploader/cs.d.ts +1 -0
  276. package/dist/locales/file-uploader/cs.d.ts.map +1 -0
  277. package/dist/locales/file-uploader/cs.js +1 -139
  278. package/dist/locales/file-uploader/da.d.ts +1 -0
  279. package/dist/locales/file-uploader/da.d.ts.map +1 -0
  280. package/dist/locales/file-uploader/da.js +1 -135
  281. package/dist/locales/file-uploader/de.d.ts +1 -0
  282. package/dist/locales/file-uploader/de.d.ts.map +1 -0
  283. package/dist/locales/file-uploader/de.js +1 -135
  284. package/dist/locales/file-uploader/el.d.ts +1 -0
  285. package/dist/locales/file-uploader/el.d.ts.map +1 -0
  286. package/dist/locales/file-uploader/el.js +1 -135
  287. package/dist/locales/file-uploader/en.d.ts +1 -0
  288. package/dist/locales/file-uploader/en.d.ts.map +1 -0
  289. package/dist/locales/file-uploader/en.js +1 -8
  290. package/dist/locales/file-uploader/es.d.ts +1 -0
  291. package/dist/locales/file-uploader/es.d.ts.map +1 -0
  292. package/dist/locales/file-uploader/es.js +1 -137
  293. package/dist/locales/file-uploader/et.d.ts +1 -0
  294. package/dist/locales/file-uploader/et.d.ts.map +1 -0
  295. package/dist/locales/file-uploader/et.js +1 -135
  296. package/dist/locales/file-uploader/fi.d.ts +1 -0
  297. package/dist/locales/file-uploader/fi.d.ts.map +1 -0
  298. package/dist/locales/file-uploader/fi.js +1 -135
  299. package/dist/locales/file-uploader/fr.d.ts +1 -0
  300. package/dist/locales/file-uploader/fr.d.ts.map +1 -0
  301. package/dist/locales/file-uploader/fr.js +1 -137
  302. package/dist/locales/file-uploader/he.d.ts +1 -0
  303. package/dist/locales/file-uploader/he.d.ts.map +1 -0
  304. package/dist/locales/file-uploader/he.js +1 -137
  305. package/dist/locales/file-uploader/hy.d.ts +1 -0
  306. package/dist/locales/file-uploader/hy.d.ts.map +1 -0
  307. package/dist/locales/file-uploader/hy.js +1 -135
  308. package/dist/locales/file-uploader/is.d.ts +1 -0
  309. package/dist/locales/file-uploader/is.d.ts.map +1 -0
  310. package/dist/locales/file-uploader/is.js +1 -135
  311. package/dist/locales/file-uploader/it.d.ts +1 -0
  312. package/dist/locales/file-uploader/it.d.ts.map +1 -0
  313. package/dist/locales/file-uploader/it.js +1 -137
  314. package/dist/locales/file-uploader/ja.d.ts +1 -0
  315. package/dist/locales/file-uploader/ja.d.ts.map +1 -0
  316. package/dist/locales/file-uploader/ja.js +1 -135
  317. package/dist/locales/file-uploader/ka.d.ts +1 -0
  318. package/dist/locales/file-uploader/ka.d.ts.map +1 -0
  319. package/dist/locales/file-uploader/ka.js +1 -135
  320. package/dist/locales/file-uploader/kk.d.ts +1 -0
  321. package/dist/locales/file-uploader/kk.d.ts.map +1 -0
  322. package/dist/locales/file-uploader/kk.js +1 -135
  323. package/dist/locales/file-uploader/ko.d.ts +1 -0
  324. package/dist/locales/file-uploader/ko.d.ts.map +1 -0
  325. package/dist/locales/file-uploader/ko.js +1 -135
  326. package/dist/locales/file-uploader/lv.d.ts +1 -0
  327. package/dist/locales/file-uploader/lv.d.ts.map +1 -0
  328. package/dist/locales/file-uploader/lv.js +1 -137
  329. package/dist/locales/file-uploader/nb.d.ts +1 -0
  330. package/dist/locales/file-uploader/nb.d.ts.map +1 -0
  331. package/dist/locales/file-uploader/nb.js +1 -135
  332. package/dist/locales/file-uploader/nl.d.ts +1 -0
  333. package/dist/locales/file-uploader/nl.d.ts.map +1 -0
  334. package/dist/locales/file-uploader/nl.js +1 -135
  335. package/dist/locales/file-uploader/pl.d.ts +1 -0
  336. package/dist/locales/file-uploader/pl.d.ts.map +1 -0
  337. package/dist/locales/file-uploader/pl.js +1 -139
  338. package/dist/locales/file-uploader/pt.d.ts +1 -0
  339. package/dist/locales/file-uploader/pt.d.ts.map +1 -0
  340. package/dist/locales/file-uploader/pt.js +1 -137
  341. package/dist/locales/file-uploader/ro.d.ts +1 -0
  342. package/dist/locales/file-uploader/ro.d.ts.map +1 -0
  343. package/dist/locales/file-uploader/ro.js +1 -137
  344. package/dist/locales/file-uploader/ru.d.ts +1 -0
  345. package/dist/locales/file-uploader/ru.d.ts.map +1 -0
  346. package/dist/locales/file-uploader/ru.js +1 -139
  347. package/dist/locales/file-uploader/sk.d.ts +1 -0
  348. package/dist/locales/file-uploader/sk.d.ts.map +1 -0
  349. package/dist/locales/file-uploader/sk.js +1 -139
  350. package/dist/locales/file-uploader/sr.d.ts +1 -0
  351. package/dist/locales/file-uploader/sr.d.ts.map +1 -0
  352. package/dist/locales/file-uploader/sr.js +1 -137
  353. package/dist/locales/file-uploader/sv.d.ts +1 -0
  354. package/dist/locales/file-uploader/sv.d.ts.map +1 -0
  355. package/dist/locales/file-uploader/sv.js +1 -135
  356. package/dist/locales/file-uploader/tr.d.ts +1 -0
  357. package/dist/locales/file-uploader/tr.d.ts.map +1 -0
  358. package/dist/locales/file-uploader/tr.js +1 -135
  359. package/dist/locales/file-uploader/uk.d.ts +1 -0
  360. package/dist/locales/file-uploader/uk.d.ts.map +1 -0
  361. package/dist/locales/file-uploader/uk.js +1 -139
  362. package/dist/locales/file-uploader/vi.d.ts +1 -0
  363. package/dist/locales/file-uploader/vi.d.ts.map +1 -0
  364. package/dist/locales/file-uploader/vi.js +1 -135
  365. package/dist/locales/file-uploader/zh-TW.d.ts +1 -0
  366. package/dist/locales/file-uploader/zh-TW.d.ts.map +1 -0
  367. package/dist/locales/file-uploader/zh-TW.js +1 -135
  368. package/dist/locales/file-uploader/zh.d.ts +1 -0
  369. package/dist/locales/file-uploader/zh.d.ts.map +1 -0
  370. package/dist/locales/file-uploader/zh.js +1 -135
  371. package/dist/plugins/cameraPlugin.d.ts +2 -1
  372. package/dist/plugins/cameraPlugin.d.ts.map +1 -0
  373. package/dist/plugins/cloudImageEditorPlugin.d.ts +2 -1
  374. package/dist/plugins/cloudImageEditorPlugin.d.ts.map +1 -0
  375. package/dist/plugins/externalSourcesPlugin.d.ts +2 -1
  376. package/dist/plugins/externalSourcesPlugin.d.ts.map +1 -0
  377. package/dist/plugins/imageShrinkPlugin.d.ts +2 -1
  378. package/dist/plugins/imageShrinkPlugin.d.ts.map +1 -0
  379. package/dist/plugins/instagramPlugin.d.ts +2 -1
  380. package/dist/plugins/instagramPlugin.d.ts.map +1 -0
  381. package/dist/plugins/unsplashPlugin.d.ts +2 -1
  382. package/dist/plugins/unsplashPlugin.d.ts.map +1 -0
  383. package/dist/plugins/urlSourcePlugin.d.ts +2 -1
  384. package/dist/plugins/urlSourcePlugin.d.ts.map +1 -0
  385. package/dist/solutions/adaptive-image/index.d.ts +1 -0
  386. package/dist/solutions/adaptive-image/index.d.ts.map +1 -0
  387. package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +1 -0
  388. package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
  389. package/dist/solutions/cloud-image-editor/index.d.ts +2 -0
  390. package/dist/solutions/cloud-image-editor/index.d.ts.map +1 -0
  391. package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +10 -1
  392. package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
  393. package/dist/solutions/file-uploader/inline/index.d.ts +1 -0
  394. package/dist/solutions/file-uploader/inline/index.d.ts.map +1 -0
  395. package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +11 -1
  396. package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
  397. package/dist/solutions/file-uploader/minimal/index.d.ts +1 -0
  398. package/dist/solutions/file-uploader/minimal/index.d.ts.map +1 -0
  399. package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +12 -1
  400. package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
  401. package/dist/solutions/file-uploader/regular/index.d.ts +1 -0
  402. package/dist/solutions/file-uploader/regular/index.d.ts.map +1 -0
  403. package/dist/types/dom.d.ts +1 -0
  404. package/dist/types/dom.d.ts.map +1 -0
  405. package/dist/types/events.d.ts +2 -1
  406. package/dist/types/events.d.ts.map +1 -0
  407. package/dist/types/exported.d.ts +11 -10
  408. package/dist/types/exported.d.ts.map +1 -0
  409. package/dist/types/index.d.ts +2 -1
  410. package/dist/types/index.d.ts.map +1 -0
  411. package/dist/urlSourcePlugin.js +1 -0
  412. package/dist/utils/UID.d.ts +2 -1
  413. package/dist/utils/UID.d.ts.map +1 -0
  414. package/dist/utils/UploadSource.d.ts +1 -0
  415. package/dist/utils/UploadSource.d.ts.map +1 -0
  416. package/dist/utils/WindowHeightTracker.d.ts +2 -1
  417. package/dist/utils/WindowHeightTracker.d.ts.map +1 -0
  418. package/dist/utils/abilities.d.ts +1 -0
  419. package/dist/utils/abilities.d.ts.map +1 -0
  420. package/dist/utils/applyStyles.d.ts +1 -0
  421. package/dist/utils/applyStyles.d.ts.map +1 -0
  422. package/dist/utils/browser-info.d.ts +1 -0
  423. package/dist/utils/browser-info.d.ts.map +1 -0
  424. package/dist/utils/cdn-utils.d.ts +1 -0
  425. package/dist/utils/cdn-utils.d.ts.map +1 -0
  426. package/dist/utils/comma-separated.d.ts +1 -0
  427. package/dist/utils/comma-separated.d.ts.map +1 -0
  428. package/dist/utils/debounce.d.ts +1 -0
  429. package/dist/utils/debounce.d.ts.map +1 -0
  430. package/dist/utils/delay.d.ts +1 -0
  431. package/dist/utils/delay.d.ts.map +1 -0
  432. package/dist/utils/fileTypes.d.ts +1 -0
  433. package/dist/utils/fileTypes.d.ts.map +1 -0
  434. package/dist/utils/get-top-level-origin.d.ts +1 -0
  435. package/dist/utils/get-top-level-origin.d.ts.map +1 -0
  436. package/dist/utils/getLocaleDirection.d.ts +1 -0
  437. package/dist/utils/getLocaleDirection.d.ts.map +1 -0
  438. package/dist/utils/getPluralForm.d.ts +1 -0
  439. package/dist/utils/getPluralForm.d.ts.map +1 -0
  440. package/dist/utils/isPromiseLike.d.ts +1 -0
  441. package/dist/utils/isPromiseLike.d.ts.map +1 -0
  442. package/dist/utils/isSecureTokenExpired.d.ts +2 -1
  443. package/dist/utils/isSecureTokenExpired.d.ts.map +1 -0
  444. package/dist/utils/memoize.d.ts +1 -0
  445. package/dist/utils/memoize.d.ts.map +1 -0
  446. package/dist/utils/mixinClass.d.ts +1 -0
  447. package/dist/utils/mixinClass.d.ts.map +1 -0
  448. package/dist/utils/parseCdnUrl.d.ts +1 -0
  449. package/dist/utils/parseCdnUrl.d.ts.map +1 -0
  450. package/dist/utils/parseShrink.d.ts +1 -0
  451. package/dist/utils/parseShrink.d.ts.map +1 -0
  452. package/dist/utils/preloadImage.d.ts +1 -0
  453. package/dist/utils/preloadImage.d.ts.map +1 -0
  454. package/dist/utils/prettyBytes.d.ts +1 -0
  455. package/dist/utils/prettyBytes.d.ts.map +1 -0
  456. package/dist/utils/resizeImage.d.ts +1 -0
  457. package/dist/utils/resizeImage.d.ts.map +1 -0
  458. package/dist/utils/stringToArray.d.ts +1 -0
  459. package/dist/utils/stringToArray.d.ts.map +1 -0
  460. package/dist/utils/template-utils.d.ts +1 -0
  461. package/dist/utils/template-utils.d.ts.map +1 -0
  462. package/dist/utils/throttle.d.ts +1 -0
  463. package/dist/utils/throttle.d.ts.map +1 -0
  464. package/dist/utils/toKebabCase.d.ts +1 -0
  465. package/dist/utils/toKebabCase.d.ts.map +1 -0
  466. package/dist/utils/transparentPixelSrc.d.ts +1 -0
  467. package/dist/utils/transparentPixelSrc.d.ts.map +1 -0
  468. package/dist/utils/uniqueArray.d.ts +1 -0
  469. package/dist/utils/uniqueArray.d.ts.map +1 -0
  470. package/dist/utils/userAgent.d.ts +2 -1
  471. package/dist/utils/userAgent.d.ts.map +1 -0
  472. package/dist/utils/validators/collection/index.d.ts +1 -0
  473. package/dist/utils/validators/collection/index.d.ts.map +1 -0
  474. package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +2 -1
  475. package/dist/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
  476. package/dist/utils/validators/collection/validateMultiple.d.ts +2 -1
  477. package/dist/utils/validators/collection/validateMultiple.d.ts.map +1 -0
  478. package/dist/utils/validators/file/index.d.ts +1 -0
  479. package/dist/utils/validators/file/index.d.ts.map +1 -0
  480. package/dist/utils/validators/file/validateFileType.d.ts +2 -1
  481. package/dist/utils/validators/file/validateFileType.d.ts.map +1 -0
  482. package/dist/utils/validators/file/validateIsImage.d.ts +2 -1
  483. package/dist/utils/validators/file/validateIsImage.d.ts.map +1 -0
  484. package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +2 -1
  485. package/dist/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
  486. package/dist/utils/validators/file/validateUploadError.d.ts +2 -1
  487. package/dist/utils/validators/file/validateUploadError.d.ts.map +1 -0
  488. package/dist/utils/warnOnce.d.ts +1 -0
  489. package/dist/utils/warnOnce.d.ts.map +1 -0
  490. package/dist/utils/wildcardRegexp.d.ts +1 -0
  491. package/dist/utils/wildcardRegexp.d.ts.map +1 -0
  492. package/dist/utils/withResolvers.d.ts +1 -0
  493. package/dist/utils/withResolvers.d.ts.map +1 -0
  494. package/package.json +3 -5
  495. package/web/file-uploader.iife.min.js +8 -0
  496. package/web/file-uploader.min.js +8 -0
  497. package/web/uc-basic.layered.min.css +3243 -0
  498. package/web/uc-basic.min.css +3561 -0
  499. package/web/uc-cloud-image-editor.layered.min.css +1909 -0
  500. package/web/uc-cloud-image-editor.min.css +1859 -0
  501. package/web/uc-cloud-image-editor.min.js +8 -0
  502. package/web/uc-file-uploader-inline.layered.min.css +3243 -0
  503. package/web/uc-file-uploader-inline.min.css +3561 -0
  504. package/web/uc-file-uploader-inline.min.js +8 -0
  505. package/web/uc-file-uploader-minimal.layered.min.css +3243 -0
  506. package/web/uc-file-uploader-minimal.min.css +3561 -0
  507. package/web/uc-file-uploader-minimal.min.js +8 -0
  508. package/web/uc-file-uploader-regular.layered.min.css +3243 -0
  509. package/web/uc-file-uploader-regular.min.css +3561 -0
  510. package/web/uc-file-uploader-regular.min.js +8 -0
  511. package/web/uc-img.min.js +5 -0
  512. package/dist/CameraSource-DbyO6GoK.js +0 -481
  513. package/dist/CameraSource-px4BzEMI.js +0 -9
  514. package/dist/CloudImageEditor-BIxf1V4M.js +0 -2162
  515. package/dist/CloudImageEditorActivity-CJxP5N0S.js +0 -9
  516. package/dist/CloudImageEditorActivity-d4DpK6fQ.js +0 -87
  517. package/dist/Config-DuWre5p3.js +0 -433
  518. package/dist/ExternalSource-BKTFp95O.js +0 -248
  519. package/dist/ExternalSource-CR5DG0Jv.js +0 -9
  520. package/dist/Icon-CqTVC82Q.js +0 -1811
  521. package/dist/LitUploaderBlock-BA34rzeU.js +0 -998
  522. package/dist/UrlSource-BxVL9Pve.js +0 -9
  523. package/dist/UrlSource-DZK5EBwT.js +0 -73
  524. package/dist/abstract/TypedCollection.test.d.ts +0 -1
  525. package/dist/abstract/TypedData.test.d.ts +0 -1
  526. package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
  527. package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
  528. package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
  529. package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
  530. package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
  531. package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
  532. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
  533. package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
  534. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
  535. package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
  536. package/dist/cameraPlugin-dGash48Q.js +0 -8
  537. package/dist/cloud-image-editor-fNswWrI4.js +0 -11
  538. package/dist/cloudImageEditorPlugin-2EU0Pm_j.js +0 -8
  539. package/dist/en-DNCwRJsB.js +0 -135
  540. package/dist/env-B1nfXy9i.js +0 -8
  541. package/dist/externalSourcesPlugin-DKQqk3AC.js +0 -8
  542. package/dist/imageShrinkPlugin-DAx8eRen.js +0 -8
  543. package/dist/instagramPlugin-k67tMAo3.js +0 -8
  544. package/dist/loadFileUploaderFrom-BWJM43Yq.js +0 -28
  545. package/dist/plugins-DxjsQUa8.js +0 -278
  546. package/dist/urlSourcePlugin-9xdB7Pvw.js +0 -8
  547. package/dist/utils/UID.test.d.ts +0 -1
  548. package/dist/utils/browser-info.test.d.ts +0 -1
  549. package/dist/utils/cdn-utils.test.d.ts +0 -1
  550. package/dist/utils/fileTypes.test.d.ts +0 -1
  551. package/dist/utils/get-top-level-origin.test.d.ts +0 -1
  552. package/dist/utils/getPluralForm.test.d.ts +0 -1
  553. package/dist/utils/isPromiseLike.test.d.ts +0 -1
  554. package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
  555. package/dist/utils/memoize.test.d.ts +0 -1
  556. package/dist/utils/parseCdnUrl.test.d.ts +0 -1
  557. package/dist/utils/parseShrink.test.d.ts +0 -1
  558. package/dist/utils/prettyBytes.test.d.ts +0 -1
  559. package/dist/utils/stringToArray.test.d.ts +0 -1
  560. package/dist/utils/template-utils.test.d.ts +0 -1
  561. package/dist/utils/toKebabCase.test.d.ts +0 -1
  562. package/dist/utils/uniqueArray.test.d.ts +0 -1
  563. package/dist/utils/wildcardRegexp.test.d.ts +0 -1
  564. package/dist/utils/withResolvers.test.d.ts +0 -1
@@ -0,0 +1,1290 @@
1
+ export const ActivityBlock = class {
2
+ static activities = {
3
+ START_FROM: "start-from",
4
+ CAMERA: "camera",
5
+ UPLOAD_LIST: "upload-list",
6
+ URL: "url",
7
+ CLOUD_IMG_EDIT: "cloud-image-edit",
8
+ EXTERNAL: "external",
9
+ };
10
+ static finalized = {};
11
+ static elementProperties = {};
12
+ static elementStyles = [];
13
+ static styleAttrs = [];
14
+ static reg = () => {};
15
+ static addInitializer = () => {};
16
+ static createProperty = () => {};
17
+ static getPropertyDescriptor = () => {};
18
+ static getPropertyOptions = () => {};
19
+ static finalize = () => {};
20
+ static finalizeStyles = () => {};
21
+ static shadowRootOptions = { mode: "open" };
22
+ };
23
+ export const ActivityHeader = class {
24
+ static activities = {
25
+ START_FROM: "start-from",
26
+ CAMERA: "camera",
27
+ UPLOAD_LIST: "upload-list",
28
+ URL: "url",
29
+ CLOUD_IMG_EDIT: "cloud-image-edit",
30
+ EXTERNAL: "external",
31
+ };
32
+ static finalized = {};
33
+ static elementProperties = {};
34
+ static elementStyles = [];
35
+ static styleAttrs = [];
36
+ static reg = () => {};
37
+ static addInitializer = () => {};
38
+ static createProperty = () => {};
39
+ static getPropertyDescriptor = () => {};
40
+ static getPropertyOptions = () => {};
41
+ static finalize = () => {};
42
+ static finalizeStyles = () => {};
43
+ static shadowRootOptions = { mode: "open" };
44
+ };
45
+ export const BaseComponent = class {
46
+ static reg = () => {};
47
+ static elementProperties = {};
48
+ static finalized = {};
49
+ static elementStyles = [];
50
+ static addInitializer = () => {};
51
+ static createProperty = () => {};
52
+ static getPropertyDescriptor = () => {};
53
+ static getPropertyOptions = () => {};
54
+ static finalize = () => {};
55
+ static finalizeStyles = () => {};
56
+ static shadowRootOptions = { mode: "open" };
57
+ };
58
+ export const Block = class {
59
+ static styleAttrs = [];
60
+ static finalized = {};
61
+ static elementProperties = {};
62
+ static elementStyles = [];
63
+ static reg = () => {};
64
+ static addInitializer = () => {};
65
+ static createProperty = () => {};
66
+ static getPropertyDescriptor = () => {};
67
+ static getPropertyOptions = () => {};
68
+ static finalize = () => {};
69
+ static finalizeStyles = () => {};
70
+ static shadowRootOptions = { mode: "open" };
71
+ };
72
+ export const CameraSource = class {
73
+ static elementProperties = {};
74
+ static extSrcList = {
75
+ FACEBOOK: "facebook",
76
+ DROPBOX: "dropbox",
77
+ GDRIVE: "gdrive",
78
+ GPHOTOS: "gphotos",
79
+ FLICKR: "flickr",
80
+ VK: "vk",
81
+ EVERNOTE: "evernote",
82
+ BOX: "box",
83
+ ONEDRIVE: "onedrive",
84
+ HUDDLE: "huddle",
85
+ };
86
+ static sourceTypes = {
87
+ LOCAL: "local",
88
+ DROP_AREA: "drop-area",
89
+ CAMERA: "camera",
90
+ EXTERNAL: "external",
91
+ API: "js-api",
92
+ URL: "url",
93
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
94
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
95
+ FACEBOOK: "facebook",
96
+ DROPBOX: "dropbox",
97
+ GDRIVE: "gdrive",
98
+ GPHOTOS: "gphotos",
99
+ FLICKR: "flickr",
100
+ VK: "vk",
101
+ EVERNOTE: "evernote",
102
+ BOX: "box",
103
+ ONEDRIVE: "onedrive",
104
+ HUDDLE: "huddle",
105
+ };
106
+ static finalized = {};
107
+ static elementStyles = [];
108
+ static activities = {
109
+ START_FROM: "start-from",
110
+ CAMERA: "camera",
111
+ UPLOAD_LIST: "upload-list",
112
+ URL: "url",
113
+ CLOUD_IMG_EDIT: "cloud-image-edit",
114
+ EXTERNAL: "external",
115
+ };
116
+ static styleAttrs = [];
117
+ static reg = () => {};
118
+ static addInitializer = () => {};
119
+ static createProperty = () => {};
120
+ static getPropertyDescriptor = () => {};
121
+ static getPropertyOptions = () => {};
122
+ static finalize = () => {};
123
+ static finalizeStyles = () => {};
124
+ static shadowRootOptions = { mode: "open" };
125
+ };
126
+ export const Config = class {
127
+ static observedAttributes = [
128
+ "ctx-name",
129
+ "debug",
130
+ "pubkey",
131
+ "multiple",
132
+ "multiple-min",
133
+ "multiple-max",
134
+ "confirm-upload",
135
+ "img-only",
136
+ "accept",
137
+ "external-sources-preferred-types",
138
+ "external-sources-embed-css",
139
+ "store",
140
+ "camera-mirror",
141
+ "camera-capture",
142
+ "source-list",
143
+ "top-level-origin",
144
+ "max-local-file-size-bytes",
145
+ "thumb-size",
146
+ "show-empty-list",
147
+ "use-local-image-editor",
148
+ "remove-copyright",
149
+ "crop-preset",
150
+ "image-shrink",
151
+ "modal-scroll-lock",
152
+ "modal-backdrop-strokes",
153
+ "source-list-wrap",
154
+ "remote-tab-session-key",
155
+ "cdn-cname",
156
+ "cdn-cname-prefixed",
157
+ "base-url",
158
+ "social-base-url",
159
+ "secure-signature",
160
+ "secure-expire",
161
+ "secure-delivery-proxy",
162
+ "retry-throttled-request-max-times",
163
+ "retry-network-error-max-times",
164
+ "multipart-min-file-size",
165
+ "multipart-chunk-size",
166
+ "max-concurrent-requests",
167
+ "multipart-max-concurrent-requests",
168
+ "multipart-max-attempts",
169
+ "check-for-url-duplicates",
170
+ "save-url-for-recurrent-uploads",
171
+ "group-output",
172
+ "user-agent-integration",
173
+ "locale-name",
174
+ "secure-uploads-expire-threshold",
175
+ "validation-timeout",
176
+ "validation-concurrency",
177
+ "camera-modes",
178
+ "default-camera-mode",
179
+ "enable-audio-recording",
180
+ "enable-video-recording",
181
+ "max-video-recording-duration",
182
+ "files-view-mode",
183
+ "grid-show-file-names",
184
+ "use-cloud-image-editor",
185
+ "cloud-image-editor-auto-open",
186
+ "cloud-image-editor-tabs",
187
+ "cloud-image-editor-mask-href",
188
+ "test-mode",
189
+ "quality-insights",
190
+ "paste-scope",
191
+ "multiplemin",
192
+ "multiplemax",
193
+ "confirmupload",
194
+ "imgonly",
195
+ "externalsourcespreferredtypes",
196
+ "externalsourcesembedcss",
197
+ "cameramirror",
198
+ "cameracapture",
199
+ "sourcelist",
200
+ "toplevelorigin",
201
+ "maxlocalfilesizebytes",
202
+ "thumbsize",
203
+ "showemptylist",
204
+ "uselocalimageeditor",
205
+ "removecopyright",
206
+ "croppreset",
207
+ "imageshrink",
208
+ "modalscrolllock",
209
+ "modalbackdropstrokes",
210
+ "sourcelistwrap",
211
+ "remotetabsessionkey",
212
+ "cdncname",
213
+ "cdncnameprefixed",
214
+ "baseurl",
215
+ "socialbaseurl",
216
+ "securesignature",
217
+ "secureexpire",
218
+ "securedeliveryproxy",
219
+ "retrythrottledrequestmaxtimes",
220
+ "retrynetworkerrormaxtimes",
221
+ "multipartminfilesize",
222
+ "multipartchunksize",
223
+ "maxconcurrentrequests",
224
+ "multipartmaxconcurrentrequests",
225
+ "multipartmaxattempts",
226
+ "checkforurlduplicates",
227
+ "saveurlforrecurrentuploads",
228
+ "groupoutput",
229
+ "useragentintegration",
230
+ "localename",
231
+ "secureuploadsexpirethreshold",
232
+ "validationtimeout",
233
+ "validationconcurrency",
234
+ "cameramodes",
235
+ "defaultcameramode",
236
+ "enableaudiorecording",
237
+ "enablevideorecording",
238
+ "maxvideorecordingduration",
239
+ "filesviewmode",
240
+ "gridshowfilenames",
241
+ "usecloudimageeditor",
242
+ "cloudimageeditorautoopen",
243
+ "cloudimageeditortabs",
244
+ "cloudimageeditormaskhref",
245
+ "testmode",
246
+ "qualityinsights",
247
+ "pastescope",
248
+ ];
249
+ static styleAttrs = [];
250
+ static finalized = {};
251
+ static elementProperties = {};
252
+ static elementStyles = [];
253
+ static reg = () => {};
254
+ static addInitializer = () => {};
255
+ static createProperty = () => {};
256
+ static getPropertyDescriptor = () => {};
257
+ static getPropertyOptions = () => {};
258
+ static finalize = () => {};
259
+ static finalizeStyles = () => {};
260
+ static shadowRootOptions = { mode: "open" };
261
+ };
262
+ export const Copyright = class {
263
+ static styleAttrs = [];
264
+ static finalized = {};
265
+ static elementProperties = {};
266
+ static elementStyles = [];
267
+ static reg = () => {};
268
+ static addInitializer = () => {};
269
+ static createProperty = () => {};
270
+ static getPropertyDescriptor = () => {};
271
+ static getPropertyOptions = () => {};
272
+ static finalize = () => {};
273
+ static finalizeStyles = () => {};
274
+ static shadowRootOptions = { mode: "open" };
275
+ };
276
+ export const Data = class {
277
+ static registerCtx = () => {};
278
+ static deleteCtx = () => {};
279
+ static getCtx = () => {};
280
+ static hasCtx = () => {};
281
+ static apply = () => {};
282
+ static bind = () => {};
283
+ static call = () => {};
284
+ static toString = () => {};
285
+ static hasOwnProperty = () => {};
286
+ static isPrototypeOf = () => {};
287
+ static propertyIsEnumerable = () => {};
288
+ static valueOf = () => {};
289
+ static toLocaleString = () => {};
290
+ };
291
+ export const DropArea = class {
292
+ static styleAttrs = [];
293
+ static elementProperties = {};
294
+ static extSrcList = {
295
+ FACEBOOK: "facebook",
296
+ DROPBOX: "dropbox",
297
+ GDRIVE: "gdrive",
298
+ GPHOTOS: "gphotos",
299
+ FLICKR: "flickr",
300
+ VK: "vk",
301
+ EVERNOTE: "evernote",
302
+ BOX: "box",
303
+ ONEDRIVE: "onedrive",
304
+ HUDDLE: "huddle",
305
+ };
306
+ static sourceTypes = {
307
+ LOCAL: "local",
308
+ DROP_AREA: "drop-area",
309
+ CAMERA: "camera",
310
+ EXTERNAL: "external",
311
+ API: "js-api",
312
+ URL: "url",
313
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
314
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
315
+ FACEBOOK: "facebook",
316
+ DROPBOX: "dropbox",
317
+ GDRIVE: "gdrive",
318
+ GPHOTOS: "gphotos",
319
+ FLICKR: "flickr",
320
+ VK: "vk",
321
+ EVERNOTE: "evernote",
322
+ BOX: "box",
323
+ ONEDRIVE: "onedrive",
324
+ HUDDLE: "huddle",
325
+ };
326
+ static finalized = {};
327
+ static elementStyles = [];
328
+ static activities = {
329
+ START_FROM: "start-from",
330
+ CAMERA: "camera",
331
+ UPLOAD_LIST: "upload-list",
332
+ URL: "url",
333
+ CLOUD_IMG_EDIT: "cloud-image-edit",
334
+ EXTERNAL: "external",
335
+ };
336
+ static reg = () => {};
337
+ static addInitializer = () => {};
338
+ static createProperty = () => {};
339
+ static getPropertyDescriptor = () => {};
340
+ static getPropertyOptions = () => {};
341
+ static finalize = () => {};
342
+ static finalizeStyles = () => {};
343
+ static shadowRootOptions = { mode: "open" };
344
+ };
345
+ export const ExternalSource = class {
346
+ static elementProperties = {};
347
+ static extSrcList = {
348
+ FACEBOOK: "facebook",
349
+ DROPBOX: "dropbox",
350
+ GDRIVE: "gdrive",
351
+ GPHOTOS: "gphotos",
352
+ FLICKR: "flickr",
353
+ VK: "vk",
354
+ EVERNOTE: "evernote",
355
+ BOX: "box",
356
+ ONEDRIVE: "onedrive",
357
+ HUDDLE: "huddle",
358
+ };
359
+ static sourceTypes = {
360
+ LOCAL: "local",
361
+ DROP_AREA: "drop-area",
362
+ CAMERA: "camera",
363
+ EXTERNAL: "external",
364
+ API: "js-api",
365
+ URL: "url",
366
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
367
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
368
+ FACEBOOK: "facebook",
369
+ DROPBOX: "dropbox",
370
+ GDRIVE: "gdrive",
371
+ GPHOTOS: "gphotos",
372
+ FLICKR: "flickr",
373
+ VK: "vk",
374
+ EVERNOTE: "evernote",
375
+ BOX: "box",
376
+ ONEDRIVE: "onedrive",
377
+ HUDDLE: "huddle",
378
+ };
379
+ static finalized = {};
380
+ static elementStyles = [];
381
+ static activities = {
382
+ START_FROM: "start-from",
383
+ CAMERA: "camera",
384
+ UPLOAD_LIST: "upload-list",
385
+ URL: "url",
386
+ CLOUD_IMG_EDIT: "cloud-image-edit",
387
+ EXTERNAL: "external",
388
+ };
389
+ static styleAttrs = [];
390
+ static reg = () => {};
391
+ static addInitializer = () => {};
392
+ static createProperty = () => {};
393
+ static getPropertyDescriptor = () => {};
394
+ static getPropertyOptions = () => {};
395
+ static finalize = () => {};
396
+ static finalizeStyles = () => {};
397
+ static shadowRootOptions = { mode: "open" };
398
+ };
399
+ export const ExternalUploadSource = {
400
+ FACEBOOK: "facebook",
401
+ DROPBOX: "dropbox",
402
+ GDRIVE: "gdrive",
403
+ GPHOTOS: "gphotos",
404
+ FLICKR: "flickr",
405
+ VK: "vk",
406
+ EVERNOTE: "evernote",
407
+ BOX: "box",
408
+ ONEDRIVE: "onedrive",
409
+ HUDDLE: "huddle",
410
+ };
411
+ export const FileItem = class {
412
+ static activeInstances = {};
413
+ static elementProperties = {};
414
+ static finalized = {};
415
+ static elementStyles = [];
416
+ static extSrcList = {
417
+ FACEBOOK: "facebook",
418
+ DROPBOX: "dropbox",
419
+ GDRIVE: "gdrive",
420
+ GPHOTOS: "gphotos",
421
+ FLICKR: "flickr",
422
+ VK: "vk",
423
+ EVERNOTE: "evernote",
424
+ BOX: "box",
425
+ ONEDRIVE: "onedrive",
426
+ HUDDLE: "huddle",
427
+ };
428
+ static sourceTypes = {
429
+ LOCAL: "local",
430
+ DROP_AREA: "drop-area",
431
+ CAMERA: "camera",
432
+ EXTERNAL: "external",
433
+ API: "js-api",
434
+ URL: "url",
435
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
436
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
437
+ FACEBOOK: "facebook",
438
+ DROPBOX: "dropbox",
439
+ GDRIVE: "gdrive",
440
+ GPHOTOS: "gphotos",
441
+ FLICKR: "flickr",
442
+ VK: "vk",
443
+ EVERNOTE: "evernote",
444
+ BOX: "box",
445
+ ONEDRIVE: "onedrive",
446
+ HUDDLE: "huddle",
447
+ };
448
+ static activities = {
449
+ START_FROM: "start-from",
450
+ CAMERA: "camera",
451
+ UPLOAD_LIST: "upload-list",
452
+ URL: "url",
453
+ CLOUD_IMG_EDIT: "cloud-image-edit",
454
+ EXTERNAL: "external",
455
+ };
456
+ static styleAttrs = [];
457
+ static reg = () => {};
458
+ static addInitializer = () => {};
459
+ static createProperty = () => {};
460
+ static getPropertyDescriptor = () => {};
461
+ static getPropertyOptions = () => {};
462
+ static finalize = () => {};
463
+ static finalizeStyles = () => {};
464
+ static shadowRootOptions = { mode: "open" };
465
+ };
466
+ export const FileUploaderInline = class {
467
+ static styleAttrs = [];
468
+ static elementProperties = {};
469
+ static finalized = {};
470
+ static elementStyles = [];
471
+ static reg = () => {};
472
+ static addInitializer = () => {};
473
+ static createProperty = () => {};
474
+ static getPropertyDescriptor = () => {};
475
+ static getPropertyOptions = () => {};
476
+ static finalize = () => {};
477
+ static finalizeStyles = () => {};
478
+ static shadowRootOptions = { mode: "open" };
479
+ };
480
+ export const FileUploaderMinimal = class {
481
+ static styleAttrs = [];
482
+ static elementProperties = {};
483
+ static finalized = {};
484
+ static elementStyles = [];
485
+ static reg = () => {};
486
+ static addInitializer = () => {};
487
+ static createProperty = () => {};
488
+ static getPropertyDescriptor = () => {};
489
+ static getPropertyOptions = () => {};
490
+ static finalize = () => {};
491
+ static finalizeStyles = () => {};
492
+ static shadowRootOptions = { mode: "open" };
493
+ };
494
+ export const FileUploaderRegular = class {
495
+ static styleAttrs = [];
496
+ static elementProperties = {};
497
+ static finalized = {};
498
+ static elementStyles = [];
499
+ static reg = () => {};
500
+ static addInitializer = () => {};
501
+ static createProperty = () => {};
502
+ static getPropertyDescriptor = () => {};
503
+ static getPropertyOptions = () => {};
504
+ static finalize = () => {};
505
+ static finalizeStyles = () => {};
506
+ static shadowRootOptions = { mode: "open" };
507
+ };
508
+ export const FormInput = class {
509
+ static elementProperties = {};
510
+ static extSrcList = {
511
+ FACEBOOK: "facebook",
512
+ DROPBOX: "dropbox",
513
+ GDRIVE: "gdrive",
514
+ GPHOTOS: "gphotos",
515
+ FLICKR: "flickr",
516
+ VK: "vk",
517
+ EVERNOTE: "evernote",
518
+ BOX: "box",
519
+ ONEDRIVE: "onedrive",
520
+ HUDDLE: "huddle",
521
+ };
522
+ static sourceTypes = {
523
+ LOCAL: "local",
524
+ DROP_AREA: "drop-area",
525
+ CAMERA: "camera",
526
+ EXTERNAL: "external",
527
+ API: "js-api",
528
+ URL: "url",
529
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
530
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
531
+ FACEBOOK: "facebook",
532
+ DROPBOX: "dropbox",
533
+ GDRIVE: "gdrive",
534
+ GPHOTOS: "gphotos",
535
+ FLICKR: "flickr",
536
+ VK: "vk",
537
+ EVERNOTE: "evernote",
538
+ BOX: "box",
539
+ ONEDRIVE: "onedrive",
540
+ HUDDLE: "huddle",
541
+ };
542
+ static finalized = {};
543
+ static elementStyles = [];
544
+ static activities = {
545
+ START_FROM: "start-from",
546
+ CAMERA: "camera",
547
+ UPLOAD_LIST: "upload-list",
548
+ URL: "url",
549
+ CLOUD_IMG_EDIT: "cloud-image-edit",
550
+ EXTERNAL: "external",
551
+ };
552
+ static styleAttrs = [];
553
+ static reg = () => {};
554
+ static addInitializer = () => {};
555
+ static createProperty = () => {};
556
+ static getPropertyDescriptor = () => {};
557
+ static getPropertyOptions = () => {};
558
+ static finalize = () => {};
559
+ static finalizeStyles = () => {};
560
+ static shadowRootOptions = { mode: "open" };
561
+ };
562
+ export const Icon = class {
563
+ static elementProperties = {};
564
+ static styleAttrs = [];
565
+ static finalized = {};
566
+ static elementStyles = [];
567
+ static reg = () => {};
568
+ static addInitializer = () => {};
569
+ static createProperty = () => {};
570
+ static getPropertyDescriptor = () => {};
571
+ static getPropertyOptions = () => {};
572
+ static finalize = () => {};
573
+ static finalizeStyles = () => {};
574
+ static shadowRootOptions = { mode: "open" };
575
+ };
576
+ export const Img = class {
577
+ static observedAttributes = [
578
+ "dev-mode",
579
+ "pubkey",
580
+ "uuid",
581
+ "src",
582
+ "lazy",
583
+ "intersection",
584
+ "breakpoints",
585
+ "cdn-cname",
586
+ "proxy-cname",
587
+ "secure-delivery-proxy",
588
+ "hi-res-support",
589
+ "ultra-res-support",
590
+ "format",
591
+ "cdn-operations",
592
+ "progressive",
593
+ "quality",
594
+ "is-background-for",
595
+ "is-preview-blur",
596
+ ];
597
+ static reg = () => {};
598
+ static finalized = {};
599
+ static addInitializer = () => {};
600
+ static createProperty = () => {};
601
+ static getPropertyDescriptor = () => {};
602
+ static getPropertyOptions = () => {};
603
+ static finalize = () => {};
604
+ static finalizeStyles = () => {};
605
+ static elementStyles = [];
606
+ static shadowRootOptions = { mode: "open" };
607
+ static elementProperties = {};
608
+ };
609
+ export const Modal = class {
610
+ static styleAttrs = [];
611
+ static elementProperties = {};
612
+ static finalized = {};
613
+ static elementStyles = [];
614
+ static reg = () => {};
615
+ static addInitializer = () => {};
616
+ static createProperty = () => {};
617
+ static getPropertyDescriptor = () => {};
618
+ static getPropertyOptions = () => {};
619
+ static finalize = () => {};
620
+ static finalizeStyles = () => {};
621
+ static shadowRootOptions = { mode: "open" };
622
+ };
623
+ export const ModalEvents = {
624
+ ADD: "modal:add",
625
+ DELETE: "modal:delete",
626
+ OPEN: "modal:open",
627
+ CLOSE: "modal:close",
628
+ CLOSE_ALL: "modal:closeAll",
629
+ DESTROY: "modal:destroy",
630
+ };
631
+ export const PACKAGE_NAME = `blocks`;
632
+ export const PACKAGE_VERSION = `1.28.0-alpha.111`;
633
+ export const PluginActivityHost = class {
634
+ static elementProperties = {};
635
+ static activities = {
636
+ START_FROM: "start-from",
637
+ CAMERA: "camera",
638
+ UPLOAD_LIST: "upload-list",
639
+ URL: "url",
640
+ CLOUD_IMG_EDIT: "cloud-image-edit",
641
+ EXTERNAL: "external",
642
+ };
643
+ static finalized = {};
644
+ static elementStyles = [];
645
+ static styleAttrs = [];
646
+ static reg = () => {};
647
+ static addInitializer = () => {};
648
+ static createProperty = () => {};
649
+ static getPropertyDescriptor = () => {};
650
+ static getPropertyOptions = () => {};
651
+ static finalize = () => {};
652
+ static finalizeStyles = () => {};
653
+ static shadowRootOptions = { mode: "open" };
654
+ };
655
+ export const PluginActivityRenderer = class {
656
+ static elementProperties = {};
657
+ static styleAttrs = [];
658
+ static finalized = {};
659
+ static elementStyles = [];
660
+ static reg = () => {};
661
+ static addInitializer = () => {};
662
+ static createProperty = () => {};
663
+ static getPropertyDescriptor = () => {};
664
+ static getPropertyOptions = () => {};
665
+ static finalize = () => {};
666
+ static finalizeStyles = () => {};
667
+ static shadowRootOptions = { mode: "open" };
668
+ };
669
+ export const ProgressBar = class {
670
+ static elementProperties = {};
671
+ static styleAttrs = [];
672
+ static finalized = {};
673
+ static elementStyles = [];
674
+ static reg = () => {};
675
+ static addInitializer = () => {};
676
+ static createProperty = () => {};
677
+ static getPropertyDescriptor = () => {};
678
+ static getPropertyOptions = () => {};
679
+ static finalize = () => {};
680
+ static finalizeStyles = () => {};
681
+ static shadowRootOptions = { mode: "open" };
682
+ };
683
+ export const ProgressBarCommon = class {
684
+ static elementProperties = {};
685
+ static extSrcList = {
686
+ FACEBOOK: "facebook",
687
+ DROPBOX: "dropbox",
688
+ GDRIVE: "gdrive",
689
+ GPHOTOS: "gphotos",
690
+ FLICKR: "flickr",
691
+ VK: "vk",
692
+ EVERNOTE: "evernote",
693
+ BOX: "box",
694
+ ONEDRIVE: "onedrive",
695
+ HUDDLE: "huddle",
696
+ };
697
+ static sourceTypes = {
698
+ LOCAL: "local",
699
+ DROP_AREA: "drop-area",
700
+ CAMERA: "camera",
701
+ EXTERNAL: "external",
702
+ API: "js-api",
703
+ URL: "url",
704
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
705
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
706
+ FACEBOOK: "facebook",
707
+ DROPBOX: "dropbox",
708
+ GDRIVE: "gdrive",
709
+ GPHOTOS: "gphotos",
710
+ FLICKR: "flickr",
711
+ VK: "vk",
712
+ EVERNOTE: "evernote",
713
+ BOX: "box",
714
+ ONEDRIVE: "onedrive",
715
+ HUDDLE: "huddle",
716
+ };
717
+ static finalized = {};
718
+ static elementStyles = [];
719
+ static activities = {
720
+ START_FROM: "start-from",
721
+ CAMERA: "camera",
722
+ UPLOAD_LIST: "upload-list",
723
+ URL: "url",
724
+ CLOUD_IMG_EDIT: "cloud-image-edit",
725
+ EXTERNAL: "external",
726
+ };
727
+ static styleAttrs = [];
728
+ static reg = () => {};
729
+ static addInitializer = () => {};
730
+ static createProperty = () => {};
731
+ static getPropertyDescriptor = () => {};
732
+ static getPropertyOptions = () => {};
733
+ static finalize = () => {};
734
+ static finalizeStyles = () => {};
735
+ static shadowRootOptions = { mode: "open" };
736
+ };
737
+ export const Select = class {
738
+ static elementProperties = {};
739
+ static styleAttrs = [];
740
+ static finalized = {};
741
+ static elementStyles = [];
742
+ static reg = () => {};
743
+ static addInitializer = () => {};
744
+ static createProperty = () => {};
745
+ static getPropertyDescriptor = () => {};
746
+ static getPropertyOptions = () => {};
747
+ static finalize = () => {};
748
+ static finalizeStyles = () => {};
749
+ static shadowRootOptions = { mode: "open" };
750
+ };
751
+ export const SimpleBtn = class {
752
+ static styleAttrs = [];
753
+ static elementProperties = {};
754
+ static extSrcList = {
755
+ FACEBOOK: "facebook",
756
+ DROPBOX: "dropbox",
757
+ GDRIVE: "gdrive",
758
+ GPHOTOS: "gphotos",
759
+ FLICKR: "flickr",
760
+ VK: "vk",
761
+ EVERNOTE: "evernote",
762
+ BOX: "box",
763
+ ONEDRIVE: "onedrive",
764
+ HUDDLE: "huddle",
765
+ };
766
+ static sourceTypes = {
767
+ LOCAL: "local",
768
+ DROP_AREA: "drop-area",
769
+ CAMERA: "camera",
770
+ EXTERNAL: "external",
771
+ API: "js-api",
772
+ URL: "url",
773
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
774
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
775
+ FACEBOOK: "facebook",
776
+ DROPBOX: "dropbox",
777
+ GDRIVE: "gdrive",
778
+ GPHOTOS: "gphotos",
779
+ FLICKR: "flickr",
780
+ VK: "vk",
781
+ EVERNOTE: "evernote",
782
+ BOX: "box",
783
+ ONEDRIVE: "onedrive",
784
+ HUDDLE: "huddle",
785
+ };
786
+ static finalized = {};
787
+ static elementStyles = [];
788
+ static activities = {
789
+ START_FROM: "start-from",
790
+ CAMERA: "camera",
791
+ UPLOAD_LIST: "upload-list",
792
+ URL: "url",
793
+ CLOUD_IMG_EDIT: "cloud-image-edit",
794
+ EXTERNAL: "external",
795
+ };
796
+ static reg = () => {};
797
+ static addInitializer = () => {};
798
+ static createProperty = () => {};
799
+ static getPropertyDescriptor = () => {};
800
+ static getPropertyOptions = () => {};
801
+ static finalize = () => {};
802
+ static finalizeStyles = () => {};
803
+ static shadowRootOptions = { mode: "open" };
804
+ };
805
+ export const SolutionBlock = class {
806
+ static styleAttrs = [];
807
+ static finalized = {};
808
+ static elementProperties = {};
809
+ static elementStyles = [];
810
+ static reg = () => {};
811
+ static addInitializer = () => {};
812
+ static createProperty = () => {};
813
+ static getPropertyDescriptor = () => {};
814
+ static getPropertyOptions = () => {};
815
+ static finalize = () => {};
816
+ static finalizeStyles = () => {};
817
+ static shadowRootOptions = { mode: "open" };
818
+ };
819
+ export const SourceBtn = class {
820
+ static elementProperties = {};
821
+ static extSrcList = {
822
+ FACEBOOK: "facebook",
823
+ DROPBOX: "dropbox",
824
+ GDRIVE: "gdrive",
825
+ GPHOTOS: "gphotos",
826
+ FLICKR: "flickr",
827
+ VK: "vk",
828
+ EVERNOTE: "evernote",
829
+ BOX: "box",
830
+ ONEDRIVE: "onedrive",
831
+ HUDDLE: "huddle",
832
+ };
833
+ static sourceTypes = {
834
+ LOCAL: "local",
835
+ DROP_AREA: "drop-area",
836
+ CAMERA: "camera",
837
+ EXTERNAL: "external",
838
+ API: "js-api",
839
+ URL: "url",
840
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
841
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
842
+ FACEBOOK: "facebook",
843
+ DROPBOX: "dropbox",
844
+ GDRIVE: "gdrive",
845
+ GPHOTOS: "gphotos",
846
+ FLICKR: "flickr",
847
+ VK: "vk",
848
+ EVERNOTE: "evernote",
849
+ BOX: "box",
850
+ ONEDRIVE: "onedrive",
851
+ HUDDLE: "huddle",
852
+ };
853
+ static finalized = {};
854
+ static elementStyles = [];
855
+ static activities = {
856
+ START_FROM: "start-from",
857
+ CAMERA: "camera",
858
+ UPLOAD_LIST: "upload-list",
859
+ URL: "url",
860
+ CLOUD_IMG_EDIT: "cloud-image-edit",
861
+ EXTERNAL: "external",
862
+ };
863
+ static styleAttrs = [];
864
+ static reg = () => {};
865
+ static addInitializer = () => {};
866
+ static createProperty = () => {};
867
+ static getPropertyDescriptor = () => {};
868
+ static getPropertyOptions = () => {};
869
+ static finalize = () => {};
870
+ static finalizeStyles = () => {};
871
+ static shadowRootOptions = { mode: "open" };
872
+ };
873
+ export const SourceList = class {
874
+ static elementProperties = {};
875
+ static extSrcList = {
876
+ FACEBOOK: "facebook",
877
+ DROPBOX: "dropbox",
878
+ GDRIVE: "gdrive",
879
+ GPHOTOS: "gphotos",
880
+ FLICKR: "flickr",
881
+ VK: "vk",
882
+ EVERNOTE: "evernote",
883
+ BOX: "box",
884
+ ONEDRIVE: "onedrive",
885
+ HUDDLE: "huddle",
886
+ };
887
+ static sourceTypes = {
888
+ LOCAL: "local",
889
+ DROP_AREA: "drop-area",
890
+ CAMERA: "camera",
891
+ EXTERNAL: "external",
892
+ API: "js-api",
893
+ URL: "url",
894
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
895
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
896
+ FACEBOOK: "facebook",
897
+ DROPBOX: "dropbox",
898
+ GDRIVE: "gdrive",
899
+ GPHOTOS: "gphotos",
900
+ FLICKR: "flickr",
901
+ VK: "vk",
902
+ EVERNOTE: "evernote",
903
+ BOX: "box",
904
+ ONEDRIVE: "onedrive",
905
+ HUDDLE: "huddle",
906
+ };
907
+ static finalized = {};
908
+ static elementStyles = [];
909
+ static activities = {
910
+ START_FROM: "start-from",
911
+ CAMERA: "camera",
912
+ UPLOAD_LIST: "upload-list",
913
+ URL: "url",
914
+ CLOUD_IMG_EDIT: "cloud-image-edit",
915
+ EXTERNAL: "external",
916
+ };
917
+ static styleAttrs = [];
918
+ static reg = () => {};
919
+ static addInitializer = () => {};
920
+ static createProperty = () => {};
921
+ static getPropertyDescriptor = () => {};
922
+ static getPropertyOptions = () => {};
923
+ static finalize = () => {};
924
+ static finalizeStyles = () => {};
925
+ static shadowRootOptions = { mode: "open" };
926
+ };
927
+ export const Spinner = class {
928
+ static styleAttrs = [];
929
+ static finalized = {};
930
+ static elementProperties = {};
931
+ static elementStyles = [];
932
+ static reg = () => {};
933
+ static addInitializer = () => {};
934
+ static createProperty = () => {};
935
+ static getPropertyDescriptor = () => {};
936
+ static getPropertyOptions = () => {};
937
+ static finalize = () => {};
938
+ static finalizeStyles = () => {};
939
+ static shadowRootOptions = { mode: "open" };
940
+ };
941
+ export const StartFrom = class {
942
+ static activities = {
943
+ START_FROM: "start-from",
944
+ CAMERA: "camera",
945
+ UPLOAD_LIST: "upload-list",
946
+ URL: "url",
947
+ CLOUD_IMG_EDIT: "cloud-image-edit",
948
+ EXTERNAL: "external",
949
+ };
950
+ static finalized = {};
951
+ static elementProperties = {};
952
+ static elementStyles = [];
953
+ static styleAttrs = [];
954
+ static reg = () => {};
955
+ static addInitializer = () => {};
956
+ static createProperty = () => {};
957
+ static getPropertyDescriptor = () => {};
958
+ static getPropertyOptions = () => {};
959
+ static finalize = () => {};
960
+ static finalizeStyles = () => {};
961
+ static shadowRootOptions = { mode: "open" };
962
+ };
963
+ export const Thumb = class {
964
+ static elementProperties = {};
965
+ static finalized = {};
966
+ static elementStyles = [];
967
+ static extSrcList = {
968
+ FACEBOOK: "facebook",
969
+ DROPBOX: "dropbox",
970
+ GDRIVE: "gdrive",
971
+ GPHOTOS: "gphotos",
972
+ FLICKR: "flickr",
973
+ VK: "vk",
974
+ EVERNOTE: "evernote",
975
+ BOX: "box",
976
+ ONEDRIVE: "onedrive",
977
+ HUDDLE: "huddle",
978
+ };
979
+ static sourceTypes = {
980
+ LOCAL: "local",
981
+ DROP_AREA: "drop-area",
982
+ CAMERA: "camera",
983
+ EXTERNAL: "external",
984
+ API: "js-api",
985
+ URL: "url",
986
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
987
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
988
+ FACEBOOK: "facebook",
989
+ DROPBOX: "dropbox",
990
+ GDRIVE: "gdrive",
991
+ GPHOTOS: "gphotos",
992
+ FLICKR: "flickr",
993
+ VK: "vk",
994
+ EVERNOTE: "evernote",
995
+ BOX: "box",
996
+ ONEDRIVE: "onedrive",
997
+ HUDDLE: "huddle",
998
+ };
999
+ static activities = {
1000
+ START_FROM: "start-from",
1001
+ CAMERA: "camera",
1002
+ UPLOAD_LIST: "upload-list",
1003
+ URL: "url",
1004
+ CLOUD_IMG_EDIT: "cloud-image-edit",
1005
+ EXTERNAL: "external",
1006
+ };
1007
+ static styleAttrs = [];
1008
+ static reg = () => {};
1009
+ static addInitializer = () => {};
1010
+ static createProperty = () => {};
1011
+ static getPropertyDescriptor = () => {};
1012
+ static getPropertyOptions = () => {};
1013
+ static finalize = () => {};
1014
+ static finalizeStyles = () => {};
1015
+ static shadowRootOptions = { mode: "open" };
1016
+ };
1017
+ export const UID = class {
1018
+ static generateFastUid = () => {};
1019
+ static generateRandomUUID = () => {};
1020
+ static apply = () => {};
1021
+ static bind = () => {};
1022
+ static call = () => {};
1023
+ static toString = () => {};
1024
+ static hasOwnProperty = () => {};
1025
+ static isPrototypeOf = () => {};
1026
+ static propertyIsEnumerable = () => {};
1027
+ static valueOf = () => {};
1028
+ static toLocaleString = () => {};
1029
+ };
1030
+ export const UploadCtxProvider = class {
1031
+ static styleAttrs = [];
1032
+ static EventType = {
1033
+ FILE_ADDED: "file-added",
1034
+ FILE_REMOVED: "file-removed",
1035
+ FILE_UPLOAD_START: "file-upload-start",
1036
+ FILE_UPLOAD_PROGRESS: "file-upload-progress",
1037
+ FILE_UPLOAD_SUCCESS: "file-upload-success",
1038
+ FILE_UPLOAD_FAILED: "file-upload-failed",
1039
+ FILE_URL_CHANGED: "file-url-changed",
1040
+ MODAL_OPEN: "modal-open",
1041
+ MODAL_CLOSE: "modal-close",
1042
+ DONE_CLICK: "done-click",
1043
+ UPLOAD_CLICK: "upload-click",
1044
+ ACTIVITY_CHANGE: "activity-change",
1045
+ COMMON_UPLOAD_START: "common-upload-start",
1046
+ COMMON_UPLOAD_PROGRESS: "common-upload-progress",
1047
+ COMMON_UPLOAD_SUCCESS: "common-upload-success",
1048
+ COMMON_UPLOAD_FAILED: "common-upload-failed",
1049
+ CHANGE: "change",
1050
+ GROUP_CREATED: "group-created",
1051
+ };
1052
+ static extSrcList = {
1053
+ FACEBOOK: "facebook",
1054
+ DROPBOX: "dropbox",
1055
+ GDRIVE: "gdrive",
1056
+ GPHOTOS: "gphotos",
1057
+ FLICKR: "flickr",
1058
+ VK: "vk",
1059
+ EVERNOTE: "evernote",
1060
+ BOX: "box",
1061
+ ONEDRIVE: "onedrive",
1062
+ HUDDLE: "huddle",
1063
+ };
1064
+ static sourceTypes = {
1065
+ LOCAL: "local",
1066
+ DROP_AREA: "drop-area",
1067
+ CAMERA: "camera",
1068
+ EXTERNAL: "external",
1069
+ API: "js-api",
1070
+ URL: "url",
1071
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
1072
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
1073
+ FACEBOOK: "facebook",
1074
+ DROPBOX: "dropbox",
1075
+ GDRIVE: "gdrive",
1076
+ GPHOTOS: "gphotos",
1077
+ FLICKR: "flickr",
1078
+ VK: "vk",
1079
+ EVERNOTE: "evernote",
1080
+ BOX: "box",
1081
+ ONEDRIVE: "onedrive",
1082
+ HUDDLE: "huddle",
1083
+ };
1084
+ static finalized = {};
1085
+ static elementProperties = {};
1086
+ static elementStyles = [];
1087
+ static activities = {
1088
+ START_FROM: "start-from",
1089
+ CAMERA: "camera",
1090
+ UPLOAD_LIST: "upload-list",
1091
+ URL: "url",
1092
+ CLOUD_IMG_EDIT: "cloud-image-edit",
1093
+ EXTERNAL: "external",
1094
+ };
1095
+ static reg = () => {};
1096
+ static addInitializer = () => {};
1097
+ static createProperty = () => {};
1098
+ static getPropertyDescriptor = () => {};
1099
+ static getPropertyOptions = () => {};
1100
+ static finalize = () => {};
1101
+ static finalizeStyles = () => {};
1102
+ static shadowRootOptions = { mode: "open" };
1103
+ };
1104
+ export const UploadList = class {
1105
+ static elementProperties = {};
1106
+ static extSrcList = {
1107
+ FACEBOOK: "facebook",
1108
+ DROPBOX: "dropbox",
1109
+ GDRIVE: "gdrive",
1110
+ GPHOTOS: "gphotos",
1111
+ FLICKR: "flickr",
1112
+ VK: "vk",
1113
+ EVERNOTE: "evernote",
1114
+ BOX: "box",
1115
+ ONEDRIVE: "onedrive",
1116
+ HUDDLE: "huddle",
1117
+ };
1118
+ static sourceTypes = {
1119
+ LOCAL: "local",
1120
+ DROP_AREA: "drop-area",
1121
+ CAMERA: "camera",
1122
+ EXTERNAL: "external",
1123
+ API: "js-api",
1124
+ URL: "url",
1125
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
1126
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
1127
+ FACEBOOK: "facebook",
1128
+ DROPBOX: "dropbox",
1129
+ GDRIVE: "gdrive",
1130
+ GPHOTOS: "gphotos",
1131
+ FLICKR: "flickr",
1132
+ VK: "vk",
1133
+ EVERNOTE: "evernote",
1134
+ BOX: "box",
1135
+ ONEDRIVE: "onedrive",
1136
+ HUDDLE: "huddle",
1137
+ };
1138
+ static finalized = {};
1139
+ static elementStyles = [];
1140
+ static activities = {
1141
+ START_FROM: "start-from",
1142
+ CAMERA: "camera",
1143
+ UPLOAD_LIST: "upload-list",
1144
+ URL: "url",
1145
+ CLOUD_IMG_EDIT: "cloud-image-edit",
1146
+ EXTERNAL: "external",
1147
+ };
1148
+ static styleAttrs = [];
1149
+ static reg = () => {};
1150
+ static addInitializer = () => {};
1151
+ static createProperty = () => {};
1152
+ static getPropertyDescriptor = () => {};
1153
+ static getPropertyOptions = () => {};
1154
+ static finalize = () => {};
1155
+ static finalizeStyles = () => {};
1156
+ static shadowRootOptions = { mode: "open" };
1157
+ };
1158
+ export const UploadSource = {
1159
+ LOCAL: "local",
1160
+ DROP_AREA: "drop-area",
1161
+ CAMERA: "camera",
1162
+ EXTERNAL: "external",
1163
+ API: "js-api",
1164
+ URL: "url",
1165
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
1166
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
1167
+ FACEBOOK: "facebook",
1168
+ DROPBOX: "dropbox",
1169
+ GDRIVE: "gdrive",
1170
+ GPHOTOS: "gphotos",
1171
+ FLICKR: "flickr",
1172
+ VK: "vk",
1173
+ EVERNOTE: "evernote",
1174
+ BOX: "box",
1175
+ ONEDRIVE: "onedrive",
1176
+ HUDDLE: "huddle",
1177
+ };
1178
+ export const UploaderBlock = class {
1179
+ static extSrcList = {
1180
+ FACEBOOK: "facebook",
1181
+ DROPBOX: "dropbox",
1182
+ GDRIVE: "gdrive",
1183
+ GPHOTOS: "gphotos",
1184
+ FLICKR: "flickr",
1185
+ VK: "vk",
1186
+ EVERNOTE: "evernote",
1187
+ BOX: "box",
1188
+ ONEDRIVE: "onedrive",
1189
+ HUDDLE: "huddle",
1190
+ };
1191
+ static sourceTypes = {
1192
+ LOCAL: "local",
1193
+ DROP_AREA: "drop-area",
1194
+ CAMERA: "camera",
1195
+ EXTERNAL: "external",
1196
+ API: "js-api",
1197
+ URL: "url",
1198
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
1199
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
1200
+ FACEBOOK: "facebook",
1201
+ DROPBOX: "dropbox",
1202
+ GDRIVE: "gdrive",
1203
+ GPHOTOS: "gphotos",
1204
+ FLICKR: "flickr",
1205
+ VK: "vk",
1206
+ EVERNOTE: "evernote",
1207
+ BOX: "box",
1208
+ ONEDRIVE: "onedrive",
1209
+ HUDDLE: "huddle",
1210
+ };
1211
+ static finalized = {};
1212
+ static elementProperties = {};
1213
+ static elementStyles = [];
1214
+ static activities = {
1215
+ START_FROM: "start-from",
1216
+ CAMERA: "camera",
1217
+ UPLOAD_LIST: "upload-list",
1218
+ URL: "url",
1219
+ CLOUD_IMG_EDIT: "cloud-image-edit",
1220
+ EXTERNAL: "external",
1221
+ };
1222
+ static styleAttrs = [];
1223
+ static reg = () => {};
1224
+ static addInitializer = () => {};
1225
+ static createProperty = () => {};
1226
+ static getPropertyDescriptor = () => {};
1227
+ static getPropertyOptions = () => {};
1228
+ static finalize = () => {};
1229
+ static finalizeStyles = () => {};
1230
+ static shadowRootOptions = { mode: "open" };
1231
+ };
1232
+ export const UrlSource = class {
1233
+ static elementProperties = {};
1234
+ static extSrcList = {
1235
+ FACEBOOK: "facebook",
1236
+ DROPBOX: "dropbox",
1237
+ GDRIVE: "gdrive",
1238
+ GPHOTOS: "gphotos",
1239
+ FLICKR: "flickr",
1240
+ VK: "vk",
1241
+ EVERNOTE: "evernote",
1242
+ BOX: "box",
1243
+ ONEDRIVE: "onedrive",
1244
+ HUDDLE: "huddle",
1245
+ };
1246
+ static sourceTypes = {
1247
+ LOCAL: "local",
1248
+ DROP_AREA: "drop-area",
1249
+ CAMERA: "camera",
1250
+ EXTERNAL: "external",
1251
+ API: "js-api",
1252
+ URL: "url",
1253
+ MOBILE_VIDEO_CAMERA: "mobile-video-camera",
1254
+ MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
1255
+ FACEBOOK: "facebook",
1256
+ DROPBOX: "dropbox",
1257
+ GDRIVE: "gdrive",
1258
+ GPHOTOS: "gphotos",
1259
+ FLICKR: "flickr",
1260
+ VK: "vk",
1261
+ EVERNOTE: "evernote",
1262
+ BOX: "box",
1263
+ ONEDRIVE: "onedrive",
1264
+ HUDDLE: "huddle",
1265
+ };
1266
+ static finalized = {};
1267
+ static elementStyles = [];
1268
+ static activities = {
1269
+ START_FROM: "start-from",
1270
+ CAMERA: "camera",
1271
+ UPLOAD_LIST: "upload-list",
1272
+ URL: "url",
1273
+ CLOUD_IMG_EDIT: "cloud-image-edit",
1274
+ EXTERNAL: "external",
1275
+ };
1276
+ static styleAttrs = [];
1277
+ static reg = () => {};
1278
+ static addInitializer = () => {};
1279
+ static createProperty = () => {};
1280
+ static getPropertyDescriptor = () => {};
1281
+ static getPropertyOptions = () => {};
1282
+ static finalize = () => {};
1283
+ static finalizeStyles = () => {};
1284
+ static shadowRootOptions = { mode: "open" };
1285
+ };
1286
+ export const defineComponents = () => {};
1287
+ export const defineLocale = () => {};
1288
+ export const loadFileUploaderFrom = () => {};
1289
+ export const toKebabCase = () => {};
1290
+ export const IS_SSR_STUBS = true;