@watermarkinsights/ripple 3.8.0-4 → 3.8.0-5

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 (317) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-1f0edc61.js → functions-83193a8d.js} +506 -532
  3. package/dist/cjs/{global-80d74e31.js → global-2f521eb7.js} +65 -65
  4. package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
  5. package/dist/cjs/{index-0e7e3668.js → index-cd179539.js} +64 -96
  6. package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
  7. package/dist/cjs/loader.cjs.js +3 -3
  8. package/dist/cjs/priv-chart-popover.cjs.entry.js +79 -79
  9. package/dist/cjs/priv-datepicker.cjs.entry.js +674 -674
  10. package/dist/cjs/priv-navigator-button.cjs.entry.js +19 -19
  11. package/dist/cjs/priv-navigator-item.cjs.entry.js +24 -24
  12. package/dist/cjs/ripple.cjs.js +3 -3
  13. package/dist/cjs/wm-action-menu_2.cjs.entry.js +342 -342
  14. package/dist/cjs/wm-button.cjs.entry.js +228 -228
  15. package/dist/cjs/wm-chart-slice.cjs.entry.js +14 -14
  16. package/dist/cjs/wm-chart.cjs.entry.js +475 -475
  17. package/dist/cjs/wm-datepicker.cjs.entry.js +273 -273
  18. package/dist/cjs/wm-input.cjs.entry.js +136 -136
  19. package/dist/cjs/wm-modal-footer.cjs.entry.js +32 -32
  20. package/dist/cjs/wm-modal-header.cjs.entry.js +35 -35
  21. package/dist/cjs/wm-modal.cjs.entry.js +164 -164
  22. package/dist/cjs/wm-navigation_3.cjs.entry.js +220 -220
  23. package/dist/cjs/wm-navigator.cjs.entry.js +269 -269
  24. package/dist/cjs/wm-network-uploader.cjs.entry.js +422 -422
  25. package/dist/cjs/wm-option_2.cjs.entry.js +497 -497
  26. package/dist/cjs/wm-pagination.cjs.entry.js +168 -168
  27. package/dist/cjs/wm-search.cjs.entry.js +233 -233
  28. package/dist/cjs/wm-snackbar.cjs.entry.js +172 -172
  29. package/dist/cjs/wm-tab-item_3.cjs.entry.js +298 -298
  30. package/dist/cjs/wm-tag-input.cjs.entry.js +581 -581
  31. package/dist/cjs/wm-timepicker.cjs.entry.js +385 -385
  32. package/dist/cjs/wm-toggletip.cjs.entry.js +126 -126
  33. package/dist/cjs/wm-uploader.cjs.entry.js +348 -348
  34. package/dist/cjs/wm-wrapper.cjs.entry.js +13 -13
  35. package/dist/collection/collection-manifest.json +2 -2
  36. package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
  37. package/dist/collection/components/wm-button/wm-button.css +6 -1
  38. package/dist/collection/components/wm-button/wm-button.js +491 -491
  39. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
  40. package/dist/collection/components/wm-chart/wm-chart-slice.js +115 -115
  41. package/dist/collection/components/wm-chart/wm-chart.js +718 -718
  42. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +4 -3
  43. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1039 -1039
  44. package/dist/collection/components/wm-datepicker/wm-datepicker.css +2 -1
  45. package/dist/collection/components/wm-datepicker/wm-datepicker.js +483 -483
  46. package/dist/collection/components/wm-input/wm-input.css +2 -1
  47. package/dist/collection/components/wm-input/wm-input.js +423 -423
  48. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  49. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  50. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  51. package/dist/collection/components/wm-modal/wm-modal.js +461 -461
  52. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +2 -1
  53. package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +152 -152
  54. package/dist/collection/components/wm-navigation/wm-navigation-item.js +105 -105
  55. package/dist/collection/components/wm-navigation/wm-navigation.js +193 -193
  56. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  57. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  58. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  59. package/dist/collection/components/wm-option/wm-option.css +3 -2
  60. package/dist/collection/components/wm-option/wm-option.js +422 -422
  61. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  62. package/dist/collection/components/wm-search/wm-search.js +480 -480
  63. package/dist/collection/components/wm-select/wm-select.css +3 -2
  64. package/dist/collection/components/wm-select/wm-select.js +720 -720
  65. package/dist/collection/components/wm-snackbar/wm-snackbar.css +3 -2
  66. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  67. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +2 -2
  68. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +216 -216
  69. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +330 -330
  70. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  71. package/dist/collection/components/wm-tag-input/wm-tag-input.css +3 -2
  72. package/dist/collection/components/wm-tag-input/wm-tag-input.js +810 -810
  73. package/dist/collection/components/wm-timepicker/wm-timepicker.css +3 -2
  74. package/dist/collection/components/wm-timepicker/wm-timepicker.js +583 -583
  75. package/dist/collection/components/wm-toggletip/wm-toggletip.css +2 -1
  76. package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
  77. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +2 -1
  78. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
  79. package/dist/collection/components/wm-uploader/wm-uploader.css +2 -1
  80. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
  81. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  82. package/dist/collection/dev/scripts.js +20 -20
  83. package/dist/collection/global/__mocks__/functions.js +6 -6
  84. package/dist/collection/global/functions.js +468 -468
  85. package/dist/collection/global/global.js +72 -72
  86. package/dist/collection/global/interfaces.js +49 -49
  87. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  88. package/dist/collection/global/services/http-service.js +50 -50
  89. package/dist/collection/lang/lang.js +5 -5
  90. package/dist/collection/lang/missing.js +39 -39
  91. package/dist/collection/lang/piglatin.js +93 -93
  92. package/dist/esm/{functions-b130b95f.js → functions-7eebdc16.js} +506 -532
  93. package/dist/esm/{global-22a1aa43.js → global-0dc2eb57.js} +65 -65
  94. package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
  95. package/dist/esm/{index-cd8f9ae2.js → index-66f8130e.js} +64 -96
  96. package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
  97. package/dist/esm/loader.js +3 -3
  98. package/dist/esm/polyfills/core-js.js +0 -0
  99. package/dist/esm/polyfills/css-shim.js +1 -1
  100. package/dist/esm/polyfills/dom.js +0 -0
  101. package/dist/esm/polyfills/es5-html-element.js +0 -0
  102. package/dist/esm/polyfills/index.js +0 -0
  103. package/dist/esm/polyfills/system.js +0 -0
  104. package/dist/esm/priv-chart-popover.entry.js +79 -79
  105. package/dist/esm/priv-datepicker.entry.js +674 -674
  106. package/dist/esm/priv-navigator-button.entry.js +19 -19
  107. package/dist/esm/priv-navigator-item.entry.js +24 -24
  108. package/dist/esm/ripple.js +3 -3
  109. package/dist/esm/wm-action-menu_2.entry.js +342 -342
  110. package/dist/esm/wm-button.entry.js +228 -228
  111. package/dist/esm/wm-chart-slice.entry.js +14 -14
  112. package/dist/esm/wm-chart.entry.js +475 -475
  113. package/dist/esm/wm-datepicker.entry.js +273 -273
  114. package/dist/esm/wm-input.entry.js +136 -136
  115. package/dist/esm/wm-modal-footer.entry.js +32 -32
  116. package/dist/esm/wm-modal-header.entry.js +35 -35
  117. package/dist/esm/wm-modal.entry.js +164 -164
  118. package/dist/esm/wm-navigation_3.entry.js +220 -220
  119. package/dist/esm/wm-navigator.entry.js +269 -269
  120. package/dist/esm/wm-network-uploader.entry.js +422 -422
  121. package/dist/esm/wm-option_2.entry.js +497 -497
  122. package/dist/esm/wm-pagination.entry.js +168 -168
  123. package/dist/esm/wm-search.entry.js +233 -233
  124. package/dist/esm/wm-snackbar.entry.js +172 -172
  125. package/dist/esm/wm-tab-item_3.entry.js +298 -298
  126. package/dist/esm/wm-tag-input.entry.js +581 -581
  127. package/dist/esm/wm-timepicker.entry.js +385 -385
  128. package/dist/esm/wm-toggletip.entry.js +126 -126
  129. package/dist/esm/wm-uploader.entry.js +348 -348
  130. package/dist/esm/wm-wrapper.entry.js +13 -13
  131. package/dist/esm-es5/functions-7eebdc16.js +15 -0
  132. package/dist/esm-es5/{global-22a1aa43.js → global-0dc2eb57.js} +1 -1
  133. package/dist/esm-es5/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +1 -1
  134. package/dist/esm-es5/index-66f8130e.js +1 -0
  135. package/dist/esm-es5/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +0 -0
  136. package/dist/esm-es5/loader.js +1 -1
  137. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  138. package/dist/esm-es5/priv-datepicker.entry.js +1 -1
  139. package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
  140. package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
  141. package/dist/esm-es5/ripple.js +1 -1
  142. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  143. package/dist/esm-es5/wm-button.entry.js +1 -1
  144. package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
  145. package/dist/esm-es5/wm-chart.entry.js +1 -1
  146. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  147. package/dist/esm-es5/wm-input.entry.js +1 -1
  148. package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
  149. package/dist/esm-es5/wm-modal-header.entry.js +1 -1
  150. package/dist/esm-es5/wm-modal.entry.js +1 -1
  151. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  152. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  153. package/dist/esm-es5/wm-network-uploader.entry.js +1 -1
  154. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  155. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  156. package/dist/esm-es5/wm-search.entry.js +1 -1
  157. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  158. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  159. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  160. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  161. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  162. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  163. package/dist/esm-es5/wm-wrapper.entry.js +1 -1
  164. package/dist/loader/index.d.ts +1 -0
  165. package/dist/ripple/{p-880d231c.system.js → p-00e0bf57.system.js} +1 -1
  166. package/dist/ripple/p-061a0f47.entry.js +1 -0
  167. package/dist/ripple/p-0b345e33.system.entry.js +1 -0
  168. package/dist/ripple/p-0b746618.entry.js +1 -0
  169. package/dist/ripple/p-0c58f50d.entry.js +1 -0
  170. package/dist/ripple/p-0d8bd4ee.entry.js +1 -0
  171. package/dist/ripple/p-0f8d7b58.system.entry.js +1 -0
  172. package/dist/ripple/p-119a14c1.entry.js +1 -0
  173. package/dist/ripple/{p-26d5f144.system.js → p-149db379.system.js} +1 -1
  174. package/dist/ripple/{p-040262af.system.entry.js → p-18af6ca6.system.entry.js} +1 -1
  175. package/dist/ripple/{p-12bd075c.system.entry.js → p-1ec7130b.system.entry.js} +1 -1
  176. package/dist/ripple/{p-c19298a5.system.entry.js → p-261ea633.system.entry.js} +1 -1
  177. package/dist/ripple/{p-9a9743f5.system.entry.js → p-2d49a016.system.entry.js} +1 -1
  178. package/dist/ripple/p-312f22ca.entry.js +1 -0
  179. package/dist/ripple/p-37907055.entry.js +1 -0
  180. package/dist/ripple/p-3c592c3b.entry.js +1 -0
  181. package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
  182. package/dist/ripple/p-48b385e6.entry.js +1 -0
  183. package/dist/ripple/p-501404ff.entry.js +1 -0
  184. package/dist/ripple/p-593e891e.entry.js +1 -0
  185. package/dist/ripple/p-5a08d74b.entry.js +1 -0
  186. package/dist/ripple/p-5a87e7d6.entry.js +1 -0
  187. package/dist/ripple/p-62a0f6a4.system.entry.js +1 -0
  188. package/dist/ripple/{p-e2398de1.js → p-6b6643f9.js} +1 -1
  189. package/dist/ripple/p-7093d32b.entry.js +1 -0
  190. package/dist/ripple/p-716fd2fa.system.entry.js +1 -0
  191. package/dist/ripple/{p-450d329a.system.entry.js → p-71bb4f49.system.entry.js} +1 -1
  192. package/dist/ripple/{p-e758db14.system.entry.js → p-7a9aac92.system.entry.js} +1 -1
  193. package/dist/ripple/{p-504579c2.system.entry.js → p-7bc744bf.system.entry.js} +1 -1
  194. package/dist/ripple/p-7fc8d607.system.entry.js +1 -0
  195. package/dist/ripple/p-820a1198.entry.js +1 -0
  196. package/dist/ripple/p-8b0eb05e.entry.js +1 -0
  197. package/dist/ripple/p-8bc0b663.system.entry.js +1 -0
  198. package/dist/ripple/p-99548d58.system.js +1 -0
  199. package/dist/ripple/p-99db8501.entry.js +1 -0
  200. package/dist/ripple/p-9b8f993d.entry.js +1 -0
  201. package/dist/ripple/p-9baa3039.js +1 -0
  202. package/dist/ripple/p-9d02957d.system.js +1 -0
  203. package/dist/ripple/p-a59094c9.system.entry.js +1 -0
  204. package/dist/ripple/p-a59713ca.entry.js +1 -0
  205. package/dist/ripple/p-a7e0ab85.entry.js +1 -0
  206. package/dist/ripple/{p-a5177480.system.entry.js → p-b3ce2033.system.entry.js} +1 -1
  207. package/dist/ripple/{p-6b8753b3.system.entry.js → p-bb31d263.system.entry.js} +1 -1
  208. package/dist/ripple/p-c34de6f3.system.entry.js +1 -0
  209. package/dist/ripple/p-c3615fa0.system.entry.js +1 -0
  210. package/dist/ripple/p-c45caf33.system.entry.js +1 -0
  211. package/dist/ripple/{p-6eed4845.system.entry.js → p-c652f945.system.entry.js} +1 -1
  212. package/dist/ripple/p-c68975d3.entry.js +1 -0
  213. package/dist/ripple/p-ca21ca3a.js +16 -0
  214. package/dist/ripple/p-cb283dba.system.entry.js +1 -0
  215. package/dist/ripple/p-ceabb993.entry.js +1 -0
  216. package/dist/ripple/p-d044fcf4.system.js +15 -0
  217. package/dist/ripple/p-d0643c9b.entry.js +1 -0
  218. package/dist/ripple/p-de09f545.system.entry.js +1 -0
  219. package/dist/ripple/{p-db4f099c.system.entry.js → p-dea73ebd.system.entry.js} +1 -1
  220. package/dist/ripple/p-e639b06c.system.entry.js +1 -0
  221. package/dist/ripple/{p-eb63bbcb.system.entry.js → p-eb0c2d8f.system.entry.js} +1 -1
  222. package/dist/ripple/p-f4fcd826.entry.js +1 -0
  223. package/dist/ripple/{p-08b7ec08.system.js → p-f5df5903.system.js} +0 -0
  224. package/dist/ripple/{p-08987f25.system.entry.js → p-f781014a.system.entry.js} +1 -1
  225. package/dist/ripple/p-f927e5da.entry.js +1 -0
  226. package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
  227. package/dist/ripple/p-ffc746cb.entry.js +1 -0
  228. package/dist/ripple/ripple.esm.js +1 -1
  229. package/dist/ripple/ripple.js +1 -1
  230. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  231. package/dist/types/components/wm-button/wm-button.d.ts +43 -43
  232. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  233. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +11 -11
  234. package/dist/types/components/wm-chart/wm-chart.d.ts +82 -82
  235. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +80 -80
  236. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +42 -42
  237. package/dist/types/components/wm-input/wm-input.d.ts +46 -46
  238. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  239. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  240. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  241. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  242. package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +20 -20
  243. package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +11 -11
  244. package/dist/types/components/wm-navigation/wm-navigation.d.ts +28 -28
  245. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  246. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  247. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  248. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  249. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  250. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  251. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  252. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  253. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  254. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  255. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  256. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +92 -92
  257. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -61
  258. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  259. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  260. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  261. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  262. package/dist/types/components.d.ts +24 -24
  263. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  264. package/dist/types/global/functions.d.ts +42 -42
  265. package/dist/types/global/global.d.ts +1 -1
  266. package/dist/types/global/interfaces.d.ts +34 -34
  267. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  268. package/dist/types/global/services/http-service.d.ts +4 -4
  269. package/dist/types/lang/lang.d.ts +5 -5
  270. package/dist/types/stencil-public-runtime.d.ts +4 -6
  271. package/package.json +47 -47
  272. package/dist/esm-es5/functions-b130b95f.js +0 -15
  273. package/dist/esm-es5/index-cd8f9ae2.js +0 -1
  274. package/dist/ripple/p-08f8a387.system.js +0 -15
  275. package/dist/ripple/p-11e94b56.system.entry.js +0 -1
  276. package/dist/ripple/p-16b81b95.system.entry.js +0 -1
  277. package/dist/ripple/p-1aa63d75.entry.js +0 -1
  278. package/dist/ripple/p-1bc95574.system.entry.js +0 -1
  279. package/dist/ripple/p-20856a2d.system.js +0 -1
  280. package/dist/ripple/p-244877c8.entry.js +0 -1
  281. package/dist/ripple/p-28c23453.system.entry.js +0 -1
  282. package/dist/ripple/p-313b6073.system.js +0 -1
  283. package/dist/ripple/p-38062c39.js +0 -1
  284. package/dist/ripple/p-3ba3afca.entry.js +0 -1
  285. package/dist/ripple/p-3faf2b4d.entry.js +0 -1
  286. package/dist/ripple/p-4372e470.entry.js +0 -1
  287. package/dist/ripple/p-4be373bc.entry.js +0 -1
  288. package/dist/ripple/p-5345ef2c.entry.js +0 -1
  289. package/dist/ripple/p-5866f8c0.entry.js +0 -1
  290. package/dist/ripple/p-64176f58.entry.js +0 -1
  291. package/dist/ripple/p-6aa11b0c.system.entry.js +0 -1
  292. package/dist/ripple/p-6c1a8429.system.entry.js +0 -1
  293. package/dist/ripple/p-764fa608.entry.js +0 -1
  294. package/dist/ripple/p-7e118839.entry.js +0 -1
  295. package/dist/ripple/p-8a0450fd.entry.js +0 -1
  296. package/dist/ripple/p-8dd28361.entry.js +0 -1
  297. package/dist/ripple/p-91e122c6.entry.js +0 -1
  298. package/dist/ripple/p-97909b0f.entry.js +0 -1
  299. package/dist/ripple/p-a6cc08a5.system.entry.js +0 -1
  300. package/dist/ripple/p-a8584619.system.entry.js +0 -1
  301. package/dist/ripple/p-a9dd6fe1.entry.js +0 -1
  302. package/dist/ripple/p-add208d8.entry.js +0 -1
  303. package/dist/ripple/p-b3568fc3.system.entry.js +0 -1
  304. package/dist/ripple/p-b635fdfe.system.entry.js +0 -1
  305. package/dist/ripple/p-bfef8d9c.entry.js +0 -1
  306. package/dist/ripple/p-c0fd9e19.system.entry.js +0 -1
  307. package/dist/ripple/p-ce80b46d.entry.js +0 -1
  308. package/dist/ripple/p-d0ab4cf2.entry.js +0 -1
  309. package/dist/ripple/p-d0d3421d.system.entry.js +0 -1
  310. package/dist/ripple/p-d43a4e01.entry.js +0 -1
  311. package/dist/ripple/p-d4e46468.entry.js +0 -1
  312. package/dist/ripple/p-ddf5044a.entry.js +0 -1
  313. package/dist/ripple/p-e03a7b17.entry.js +0 -1
  314. package/dist/ripple/p-ea22b946.js +0 -16
  315. package/dist/ripple/p-ef344252.entry.js +0 -1
  316. package/dist/ripple/p-f44803ff.system.entry.js +0 -1
  317. package/dist/ripple/p-fa35e47b.entry.js +0 -1
@@ -1,753 +1,753 @@
1
- import { Component, Element, h, Host, Prop, State, Listen, Watch, Event } from "@stencil/core";
2
- import { forceUpdate } from "@stencil/core";
3
- import { getRequest, postRequest, putRequest, deleteRequest } from "../../../global/services/http-service";
4
- import { intl, generateId, hasValidType } from "../../../global/functions";
5
- export class NetworkUploader {
6
- constructor() {
7
- this.isTabbing = false;
8
- this.fileList = [];
9
- this.inProgressList = [];
10
- this.errorList = []; // for errors on a particular file
11
- this.snackbar = [];
12
- this.fileTypes = "pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv";
13
- this.maxSize = 100; // in Mb
14
- this.sortBy = "date"; // name is descending (a -> z), date is ascending (earlier -> later)
15
- this.inputId = generateId();
16
- }
17
- toggleTabbingOn() {
18
- this.isTabbing = true;
19
- }
20
- toggleTabbingOff() {
21
- this.isTabbing = false;
22
- }
23
- handleUploadProgress(ev) {
24
- this.inProgressList.map((i) => {
25
- if (i.name === ev.detail.file_name) {
26
- i.progress = ev.detail.progress;
27
- forceUpdate(this.el);
28
- }
29
- });
30
- if (ev.detail.progress === 100) {
31
- // inProgressList is not a perfect reflection of how many files are uploading
32
- // because even after progress reached 100% the item should remain in the array
33
- // (should only be removed once it appears in fileList)
34
- this.numFilesInProgress -= 1;
35
- }
36
- // aggregate the percentages for SR to announce progress
37
- if (!this.srProgress && this.numFilesInProgress) {
38
- const total = this.numFilesInProgress; // if we don't reassign this number changes when a file is done and the percentage becomes wrong
39
- this.srProgress = setInterval(() => {
40
- const aggregate = this.inProgressList.reduce((avg, item) => (item.progress ? avg + item.progress : avg), 0);
41
- if (this.liveRegion) {
42
- this.liveRegion.innerHTML = intl.formatMessage({
43
- id: "uploader.uploadProgress",
44
- defaultMessage: "Upload progress: {percentage}%",
45
- }, { percentage: Math.floor(aggregate / total) });
46
- }
47
- }, 5000);
48
- }
49
- }
50
- handleFinishedSnack(ev) {
51
- this.snackbar = this.snackbar.filter((n) => n.id !== ev.detail.id);
52
- }
53
- setMaxSize() {
54
- // Max size can't be set above 100Mb
55
- this.maxSize = this.maxSize > 100 ? 100 : this.maxSize;
56
- }
57
- uploadNotifications(newNum, oldNum) {
58
- if (oldNum > 0 && newNum === 0) {
59
- setTimeout(() => {
60
- this.notif = null;
61
- }, 20 * 1000);
62
- const message = intl.formatMessage({
63
- id: "uploader.finishedUploading",
64
- defaultMessage: "Finished uploading",
65
- });
66
- this.notif = { id: 5, message };
67
- if (this.liveRegion) {
68
- this.liveRegion.innerHTML = message;
69
- }
70
- this.numFilesInProgress = null;
71
- clearInterval(this.srProgress);
72
- forceUpdate(this.el);
73
- }
74
- else if (newNum > 0 && newNum != oldNum) {
75
- const message = intl.formatMessage({
76
- id: "uploader.filesUploading",
77
- defaultMessage: "{num, plural, one {1 file uploading} other {# files uploading}}",
78
- }, { num: newNum });
79
- this.notif = { id: 6, message };
80
- if (this.liveRegion) {
81
- this.liveRegion.innerHTML = message;
82
- }
83
- forceUpdate(this.el);
84
- }
85
- }
86
- emitFileListEvent() {
87
- this.wmNetworkUploaderFilesChanged.emit(this.fileList);
88
- }
89
- formatDate(isoDate, locale, timezone) {
90
- const timestamp = Date.parse(isoDate);
91
- if (locale.match(/^[a-zA-Z]*(-[a-zA-Z0-9]*)*$/g)) {
92
- // make sure locale is valid, otherwise set default locale
93
- try {
94
- //@ts-ignore
95
- Intl.getCanonicalLocales(locale);
96
- }
97
- catch (_a) {
98
- locale = "en-us";
99
- }
100
- }
101
- else {
102
- return isoDate;
103
- }
104
- if (!!timestamp) {
105
- const date = new Date(timestamp);
106
- const year = date.getFullYear();
107
- const month = ("0" + (date.getMonth() + 1)).substr(-2);
108
- const day = ("0" + date.getDate()).substr(-2);
109
- const time = date.toLocaleTimeString([locale, "en-us"], {
110
- timeZone: timezone,
111
- hour: "numeric",
112
- minute: "numeric",
113
- });
114
- return `${year}/${month}/${day} ${time}`;
115
- }
116
- else {
117
- return isoDate;
118
- }
119
- }
120
- isValidSize(size) {
121
- // https://stackoverflow.com/questions/2365100/converting-bytes-to-megabytes
122
- return size / 1024 / 1024 <= this.maxSize;
123
- }
124
- isDuplicate(name) {
125
- return this.fileList.find((f) => f.file_name === name);
126
- }
127
- isEmpty() {
128
- return !this.fileList.length && !this.inProgressList.length && !this.errorList.length;
129
- }
130
- isDisabled() {
131
- const isMax = !!this.maxFiles && this.fileList.length >= this.maxFiles;
132
- if (!this.notif) {
133
- if (isMax) {
134
- const errMessage = intl.formatMessage({
135
- id: "uploader.fileUploadLimit",
136
- defaultMessage: "You have reached the file upload limit.",
137
- });
138
- this.notif = { id: 1, message: errMessage };
139
- if (this.liveRegion) {
140
- this.liveRegion.innerHTML = errMessage;
141
- }
142
- }
143
- else {
144
- this.notif = null;
145
- }
146
- }
147
- else if (this.notif.id === 1) {
148
- // to make sure SR don't repeat the error, don't reset it if it already is showing
149
- // just dismiss it if isMax is not true anymore
150
- if (!isMax) {
151
- this.notif = null;
152
- }
153
- // finally do nothing if error 2 is showing (special case when user selects too many files)
154
- }
155
- // disable if is the uploader is maxed out or if something is uploading
156
- return isMax || this.numFilesInProgress > 0;
157
- }
158
- purgeProgressList(item) {
159
- // If a file is retrieved from the server because it was just uploaded
160
- // it should be removed from inProgressList
161
- this.inProgressList = this.inProgressList.filter((i) => i.progress !== 100 && i.name !== item.file_name);
162
- }
163
- getExistingFiles() {
164
- getRequest(this.getPath)
165
- .then((reply) => {
166
- reply.map((item) => this.purgeProgressList(item));
167
- if (this.sortBy === "name") {
168
- reply.sort((a, b) => a.file_name.localeCompare(b.file_name));
169
- }
170
- this.fileList = reply;
171
- })
172
- .catch((errStatus) => {
173
- console.error(errStatus);
174
- });
175
- }
176
- clearErrors() {
177
- this.errorList = [];
178
- this.notif = null;
179
- }
180
- handleFiles(ev) {
181
- const files = Array.from(ev.target.files);
182
- const validTypes = this.fileTypes.split(" ").join(", ");
183
- if (!!this.maxFiles && this.fileList.length + files.length > this.maxFiles) {
184
- const errMessage = intl.formatMessage({
185
- id: "uploader.fileUploadExceeded",
186
- defaultMessage: "The number of selected files exceeds the limit.",
187
- });
188
- this.notif = { id: 2, message: errMessage };
189
- if (this.liveRegion) {
190
- this.liveRegion.innerHTML = errMessage;
191
- }
192
- }
193
- else {
194
- // map to create inProgress items so they can be displayed immediately
195
- files &&
196
- files.map((file) => {
197
- if (!hasValidType(file, this.fileTypes)) {
198
- const error = {
199
- file_name: file.name,
200
- message: intl.formatMessage({
201
- id: "uploader.invalidFileType",
202
- defaultMessage: "The file type is invalid. Accepted types: {validTypes}",
203
- }, { validTypes }),
204
- };
205
- this.errorList.push(error);
206
- }
207
- else if (!this.isValidSize(file.size)) {
208
- const error = {
209
- file_name: file.name,
210
- message: intl.formatMessage({
211
- id: "uploader.fileTooLarge",
212
- defaultMessage: "The selected file is too large. Maximum file size is {size}Mb",
213
- }, { size: this.maxSize }),
214
- };
215
- this.errorList.push(error);
216
- }
217
- else if (this.isDuplicate(file.name)) {
218
- const error = {
219
- file_name: file.name,
220
- message: intl.formatMessage({
221
- id: "uploader.duplicateName",
222
- defaultMessage: "A file with this name already exists.",
223
- }),
224
- };
225
- this.errorList.push(error);
226
- }
227
- else {
228
- this.inProgressList.push(file);
229
- }
230
- forceUpdate(this.el);
231
- });
232
- if (this.inProgressList.length > 0) {
233
- this.numFilesInProgress = this.inProgressList.length;
234
- // map over "uploadable" files for actual upload
235
- // this happens separately otherwise at each pass we'd have to wait for the requests to complete before displaying things
236
- this.inProgressList.map((file, i) => {
237
- this.uploadFile(file, i); // = input.files file
238
- });
239
- }
240
- }
241
- ev.target.value = ""; // reset to ensure that onChange is triggered when the same file is selected a second time
242
- }
243
- uploadFile(file, i) {
244
- // get upload link
245
- getRequest(this.requestUploadPath + i.toString())
246
- .then(async (reply) => {
247
- const assData = JSON.parse(this.associatedData);
248
- const fileInfo = Object.assign(Object.assign({}, assData), { file_name: file.name, mime_type: file.type, file_path: reply.path, document_uuid: reply.guid });
249
- // onProgress is passed as a callback to the ev listener inside putRequest (http service),
250
- // so we can't change component things directly => custom event to pass data to uploader component.
251
- const onProgress = (ev) => {
252
- const progress = ev.lengthComputable && ev.total !== 0 ? (ev.loaded / ev.total) * 100 : 0;
253
- const event = new CustomEvent("wmUploadProgress", {
254
- detail: { file_name: file.name, progress },
255
- });
256
- this.el.dispatchEvent(event);
257
- };
258
- // upload to AWS s3 to url we just fetched
259
- await putRequest(reply.url, file, onProgress);
260
- // create the db entry
261
- await postRequest(this.uploadPath, fileInfo);
262
- // get files from server again
263
- this.getExistingFiles();
264
- })
265
- .catch((err) => {
266
- // do not show toast on error
267
- this.numFilesInProgress = null;
268
- // do not show in progress item on error
269
- this.inProgressList = [];
270
- this.notif = {
271
- id: 3,
272
- message: intl.formatMessage({
273
- id: "global.genericError",
274
- defaultMessage: "An error occurred. Please try again.",
275
- }),
276
- };
277
- console.error(err);
278
- });
279
- }
280
- downloadFile(uuid, path) {
281
- this.clearErrors();
282
- // POST request to get temporary download link
283
- const payload = {
284
- file_path: path,
285
- file_uuid: uuid,
286
- };
287
- postRequest(this.requestDownloadPath, payload)
288
- .then((reply) => {
289
- // we got the download link, now download the file
290
- window.location.assign(reply.url);
291
- })
292
- .catch((err) => {
293
- console.error(err);
294
- });
295
- }
296
- deleteFile(file) {
297
- this.clearErrors();
298
- this.snackbar.push({
299
- message: intl.formatMessage({
300
- id: "uploader.fileDeleted",
301
- defaultMessage: "{fileName} was deleted.",
302
- }, { fileName: file.file_name }),
303
- id: file.uuid,
304
- link: "",
305
- });
306
- // rm file from list immediately.
307
- this.fileList = this.fileList.filter((i) => i.uuid !== file.uuid);
308
- deleteRequest(`${this.deletePath}/${file.uuid}`).catch((err) => {
309
- this.notif = {
310
- id: 4,
311
- message: intl.formatMessage({
312
- id: "uploader.fileNotDeleted",
313
- defaultMessage: "{fileName} could not be deleted.",
314
- }, { fileName: file.file_name }),
315
- };
316
- this.getExistingFiles();
317
- console.error(err);
318
- });
319
- }
320
- componentWillLoad() {
321
- if (!this.getPath) {
322
- throw new Error("wm-network-uploader: get-path is a required prop");
323
- }
324
- if (!this.requestUploadPath) {
325
- throw new Error("wm-network-uploader: request-upload-path is a required prop");
326
- }
327
- if (!this.uploadPath) {
328
- throw new Error("wm-network-uploader: upload-path is a required prop");
329
- }
330
- if (!this.requestDownloadPath) {
331
- throw new Error("wm-network-uploader: request-download-path is a required prop");
332
- }
333
- if (!this.deletePath) {
334
- throw new Error("wm-network-uploader: delete-path is a required prop");
335
- }
336
- if (!this.buttonText) {
337
- throw new Error("wm-network-uploader: button-text is a required prop");
338
- }
339
- if (!this.emptyStateText) {
340
- throw new Error("wm-network-uploader: empty-state-text is a required prop");
341
- }
342
- if (!this.associatedData) {
343
- throw new Error("wm-network-uploader: associated-data is a required prop");
344
- }
345
- this.setMaxSize();
346
- this.clearErrors();
347
- }
348
- componentDidLoad() {
349
- this.getExistingFiles();
350
- // awkward way to handle Edge bug where file input dialog doesn't open on Enter key
351
- // first, detect polyfill by checking the class name that it adds to the component
352
- // (it's important NOT to execute the code below in normal browsers as it would open the dialog twice)
353
- this.el.classList.contains("sc-wm-uploader-h") &&
354
- // then add an even listener to force a click event when Enter key is pressed
355
- this.inputEl &&
356
- this.inputEl.addEventListener("keydown", (ev) => {
357
- if (this.inputEl && ev.keyCode === 13) {
358
- this.inputEl.click();
359
- }
360
- });
361
- if (document.body.classList.contains("wmcl-user-is-tabbing")) {
362
- this.toggleTabbingOn();
363
- }
364
- }
365
- renderUploadSvg() {
366
- return (h("svg", { class: "upload-file", width: "91", height: "84", viewBox: "0 0 91 84" },
367
- h("path", { transform: "rotate(-180.000000) translate(-452, -255.5)", fill: "#eae8ec", d: "M361,249.681818 L361,197.318182 C361,194.118182 365.555061,191.5 371.122358,191.5 L391.316463,191.5 L391.286495,200.562515 L369.871211,200.600292 L369.885404,200.622146 L369.886423,246.655947 L443.657038,246.840767 L443.657038,200.622146 L421.683537,200.622146 L421.683537,191.5 L441.978865,191.5 C447.546162,191.5 452,194.118182 452,197.318182 L452,249.681818 C452,252.881818 447.546162,255.5 441.978865,255.5 L371.122358,255.5 C365.504449,255.5 361,252.881818 361,249.681818 Z M391.5,207 L406,221 L420.5,207 L409.625,207 L409.625,172 L402.375,172 L402.375,207 L391.5,207 Z" })));
368
- }
369
- renderIcon() {
370
- // mdi attachment icon (paper clip) is horizontal but we want it vertical
371
- const rotate = this.icon && this.icon === "f066";
372
- return (this.icon && (h("span", { class: `mdi ${rotate ? "rotate" : ""}` }, String.fromCodePoint(parseInt(`0x${this.icon}`)))));
373
- }
374
- renderNotif() {
375
- return this.notif ? h("span", { class: "notif" }, this.notif.message) : "";
376
- }
377
- renderUploadButton(classes) {
378
- return (h("div", { class: "notif-wrapper" },
379
- h("input", { ref: (el) => (this.inputEl = el), name: this.inputId, id: this.inputId, class: "sr-only", type: "file", multiple: true, onClick: () => this.clearErrors(), onChange: (e) => this.handleFiles(e), disabled: this.isDisabled() }),
380
- h("label", { htmlFor: this.inputId, class: `wm-button ${classes}${this.isTabbing ? " user-is-tabbing" : ""}` },
381
- this.renderIcon(),
382
- this.buttonText),
383
- this.renderNotif()));
384
- }
385
- renderWithItems() {
386
- return (h("div", null,
387
- h("div", { class: "header" },
388
- h("div", { class: "descr" },
389
- h("slot", null)),
390
- this.renderUploadButton(this.isDisabled() ? "disabled" : "")),
391
- this.renderErrorList(),
392
- this.renderInProgressList(),
393
- this.renderFileList()));
394
- }
395
- renderEmptyState() {
396
- return (h("div", null,
397
- h("div", { class: "header" },
398
- h("div", { class: "descr" },
399
- h("slot", null))),
400
- h("div", { class: "empty-block" },
401
- this.renderUploadSvg(),
402
- h("div", { class: "empty-message" }, this.emptyStateText),
403
- this.renderUploadButton("-primary empty-button"))));
404
- }
405
- renderErrorList() {
406
- if (!!this.errorList.length) {
407
- if (this.liveRegion) {
408
- let srMessage = this.errorList.reduce(function (acc, err) {
409
- return acc + `${err.file_name}: ${err.message} `;
410
- }, "");
411
- this.liveRegion.innerHTML = srMessage;
412
- }
413
- return (h("ul", { class: "error-list" }, this.errorList.map((err) => (h("li", null,
414
- h("div", { class: "file --error" },
415
- h("div", { class: "file-info" },
416
- h("span", { class: "filename" }, err.file_name))),
417
- h("div", { class: "error-message" }, err.message))))));
418
- }
419
- }
420
- renderInProgressList() {
421
- return (h("ul", { class: "inprogress-list" }, this.inProgressList.map((item) => {
422
- return (h("li", null,
423
- h("div", { class: "file --progress" },
424
- h("div", { class: "progress", style: {
425
- background: `linear-gradient(to right, rgba(67, 126, 142, 1) ${item.progress}%, transparent ${item.progress}%)`,
426
- } }),
427
- h("div", { class: "file-info" },
428
- h("span", { class: "filename" },
429
- item.name,
430
- " ",
431
- h("span", { class: "sr-only" }, "uploading"))))));
432
- })));
433
- }
434
- renderFile(item) {
435
- return (h("li", null,
436
- h("div", { class: "file --saved" },
437
- h("div", { class: "file-info" },
438
- h("span", { class: "filename" }, item.file_name),
439
- h("span", { class: "filedate" }, this.formatDate(item.updated_at, intl.locale, Intl.DateTimeFormat().resolvedOptions().timeZone))),
440
- h("div", { class: "file-controls" },
441
- h("wm-button", { class: "download-button", "button-type": "icononly", tooltip: "download", "label-for-identical-buttons": `download ${item.file_name}`, icon: "f1da", onClick: () => this.downloadFile(item.uuid, item.file_path) }),
442
- h("wm-button", { class: "delete-button", "button-type": "icononly", tooltip: "remove", "label-for-identical-buttons": `remove ${item.file_name}`, icon: "f1c0", onClick: () => this.deleteFile(item) })))));
443
- }
444
- renderFileList() {
445
- return h("ul", { class: "file-list" }, this.fileList.map((item) => this.renderFile(item)));
446
- }
447
- render() {
448
- return (h(Host, null,
449
- this.isEmpty() ? this.renderEmptyState() : this.renderWithItems(),
450
- h("wm-snackbar", { notifications: JSON.stringify(this.snackbar) }),
451
- h("div", { ref: (el) => (this.liveRegion = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
452
- , "aria-atomic": "true" })));
453
- }
454
- static get is() { return "wm-network-uploader"; }
455
- static get encapsulation() { return "shadow"; }
456
- static get originalStyleUrls() { return {
457
- "$": ["wm-network-uploader.scss"]
458
- }; }
459
- static get styleUrls() { return {
460
- "$": ["wm-network-uploader.css"]
461
- }; }
462
- static get properties() { return {
463
- "getPath": {
464
- "type": "string",
465
- "mutable": false,
466
- "complexType": {
467
- "original": "string",
468
- "resolved": "string",
469
- "references": {}
470
- },
471
- "required": true,
472
- "optional": false,
473
- "docs": {
474
- "tags": [],
475
- "text": ""
476
- },
477
- "attribute": "get-path",
478
- "reflect": false
479
- },
480
- "requestUploadPath": {
481
- "type": "string",
482
- "mutable": false,
483
- "complexType": {
484
- "original": "string",
485
- "resolved": "string",
486
- "references": {}
487
- },
488
- "required": true,
489
- "optional": false,
490
- "docs": {
491
- "tags": [],
492
- "text": ""
493
- },
494
- "attribute": "request-upload-path",
495
- "reflect": false
496
- },
497
- "uploadPath": {
498
- "type": "string",
499
- "mutable": false,
500
- "complexType": {
501
- "original": "string",
502
- "resolved": "string",
503
- "references": {}
504
- },
505
- "required": true,
506
- "optional": false,
507
- "docs": {
508
- "tags": [],
509
- "text": ""
510
- },
511
- "attribute": "upload-path",
512
- "reflect": false
513
- },
514
- "requestDownloadPath": {
515
- "type": "string",
516
- "mutable": false,
517
- "complexType": {
518
- "original": "string",
519
- "resolved": "string",
520
- "references": {}
521
- },
522
- "required": true,
523
- "optional": false,
524
- "docs": {
525
- "tags": [],
526
- "text": ""
527
- },
528
- "attribute": "request-download-path",
529
- "reflect": false
530
- },
531
- "deletePath": {
532
- "type": "string",
533
- "mutable": false,
534
- "complexType": {
535
- "original": "string",
536
- "resolved": "string",
537
- "references": {}
538
- },
539
- "required": true,
540
- "optional": false,
541
- "docs": {
542
- "tags": [],
543
- "text": ""
544
- },
545
- "attribute": "delete-path",
546
- "reflect": false
547
- },
548
- "associatedData": {
549
- "type": "string",
550
- "mutable": false,
551
- "complexType": {
552
- "original": "string",
553
- "resolved": "string | undefined",
554
- "references": {}
555
- },
556
- "required": false,
557
- "optional": true,
558
- "docs": {
559
- "tags": [],
560
- "text": ""
561
- },
562
- "attribute": "associated-data",
563
- "reflect": false
564
- },
565
- "buttonText": {
566
- "type": "string",
567
- "mutable": false,
568
- "complexType": {
569
- "original": "string",
570
- "resolved": "string",
571
- "references": {}
572
- },
573
- "required": true,
574
- "optional": false,
575
- "docs": {
576
- "tags": [],
577
- "text": ""
578
- },
579
- "attribute": "button-text",
580
- "reflect": false
581
- },
582
- "emptyStateText": {
583
- "type": "string",
584
- "mutable": false,
585
- "complexType": {
586
- "original": "string",
587
- "resolved": "string",
588
- "references": {}
589
- },
590
- "required": true,
591
- "optional": false,
592
- "docs": {
593
- "tags": [],
594
- "text": ""
595
- },
596
- "attribute": "empty-state-text",
597
- "reflect": false
598
- },
599
- "icon": {
600
- "type": "string",
601
- "mutable": false,
602
- "complexType": {
603
- "original": "string",
604
- "resolved": "string",
605
- "references": {}
606
- },
607
- "required": true,
608
- "optional": false,
609
- "docs": {
610
- "tags": [],
611
- "text": ""
612
- },
613
- "attribute": "icon",
614
- "reflect": false
615
- },
616
- "fileTypes": {
617
- "type": "string",
618
- "mutable": false,
619
- "complexType": {
620
- "original": "string",
621
- "resolved": "string",
622
- "references": {}
623
- },
624
- "required": false,
625
- "optional": false,
626
- "docs": {
627
- "tags": [],
628
- "text": ""
629
- },
630
- "attribute": "file-types",
631
- "reflect": false,
632
- "defaultValue": "\"pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv\""
633
- },
634
- "maxSize": {
635
- "type": "number",
636
- "mutable": false,
637
- "complexType": {
638
- "original": "number",
639
- "resolved": "number",
640
- "references": {}
641
- },
642
- "required": false,
643
- "optional": false,
644
- "docs": {
645
- "tags": [],
646
- "text": ""
647
- },
648
- "attribute": "max-size",
649
- "reflect": false,
650
- "defaultValue": "100"
651
- },
652
- "maxFiles": {
653
- "type": "number",
654
- "mutable": false,
655
- "complexType": {
656
- "original": "number",
657
- "resolved": "number | undefined",
658
- "references": {}
659
- },
660
- "required": false,
661
- "optional": true,
662
- "docs": {
663
- "tags": [],
664
- "text": ""
665
- },
666
- "attribute": "max-files",
667
- "reflect": false
668
- },
669
- "sortBy": {
670
- "type": "string",
671
- "mutable": false,
672
- "complexType": {
673
- "original": "\"name\" | \"date\"",
674
- "resolved": "\"date\" | \"name\"",
675
- "references": {}
676
- },
677
- "required": false,
678
- "optional": false,
679
- "docs": {
680
- "tags": [],
681
- "text": ""
682
- },
683
- "attribute": "sort-by",
684
- "reflect": false,
685
- "defaultValue": "\"date\""
686
- }
687
- }; }
688
- static get states() { return {
689
- "isTabbing": {},
690
- "fileList": {},
691
- "inProgressList": {},
692
- "errorList": {},
693
- "notif": {},
694
- "snackbar": {},
695
- "numFilesInProgress": {}
696
- }; }
697
- static get events() { return [{
698
- "method": "wmNetworkUploaderFilesChanged",
699
- "name": "wmNetworkUploaderFilesChanged",
700
- "bubbles": true,
701
- "cancelable": true,
702
- "composed": true,
703
- "docs": {
704
- "tags": [],
705
- "text": ""
706
- },
707
- "complexType": {
708
- "original": "Object[]",
709
- "resolved": "Object[]",
710
- "references": {
711
- "Object": {
712
- "location": "global"
713
- }
714
- }
715
- }
716
- }]; }
717
- static get elementRef() { return "el"; }
718
- static get watchers() { return [{
719
- "propName": "maxSize",
720
- "methodName": "setMaxSize"
721
- }, {
722
- "propName": "numFilesInProgress",
723
- "methodName": "uploadNotifications"
724
- }, {
725
- "propName": "fileList",
726
- "methodName": "emitFileListEvent"
727
- }]; }
728
- static get listeners() { return [{
729
- "name": "wmUserIsTabbing",
730
- "method": "toggleTabbingOn",
731
- "target": "window",
732
- "capture": false,
733
- "passive": false
734
- }, {
735
- "name": "wmUserIsNotTabbing",
736
- "method": "toggleTabbingOff",
737
- "target": "window",
738
- "capture": false,
739
- "passive": false
740
- }, {
741
- "name": "wmUploadProgress",
742
- "method": "handleUploadProgress",
743
- "target": undefined,
744
- "capture": false,
745
- "passive": false
746
- }, {
747
- "name": "userFinishedSnack",
748
- "method": "handleFinishedSnack",
749
- "target": undefined,
750
- "capture": false,
751
- "passive": false
752
- }]; }
753
- }
1
+ import { Component, Element, h, Host, Prop, State, Listen, Watch, Event } from "@stencil/core";
2
+ import { forceUpdate } from "@stencil/core";
3
+ import { getRequest, postRequest, putRequest, deleteRequest } from "../../../global/services/http-service";
4
+ import { intl, generateId, hasValidType } from "../../../global/functions";
5
+ export class NetworkUploader {
6
+ constructor() {
7
+ this.isTabbing = false;
8
+ this.fileList = [];
9
+ this.inProgressList = [];
10
+ this.errorList = []; // for errors on a particular file
11
+ this.snackbar = [];
12
+ this.fileTypes = "pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv";
13
+ this.maxSize = 100; // in Mb
14
+ this.sortBy = "date"; // name is descending (a -> z), date is ascending (earlier -> later)
15
+ this.inputId = generateId();
16
+ }
17
+ toggleTabbingOn() {
18
+ this.isTabbing = true;
19
+ }
20
+ toggleTabbingOff() {
21
+ this.isTabbing = false;
22
+ }
23
+ handleUploadProgress(ev) {
24
+ this.inProgressList.map((i) => {
25
+ if (i.name === ev.detail.file_name) {
26
+ i.progress = ev.detail.progress;
27
+ forceUpdate(this.el);
28
+ }
29
+ });
30
+ if (ev.detail.progress === 100) {
31
+ // inProgressList is not a perfect reflection of how many files are uploading
32
+ // because even after progress reached 100% the item should remain in the array
33
+ // (should only be removed once it appears in fileList)
34
+ this.numFilesInProgress -= 1;
35
+ }
36
+ // aggregate the percentages for SR to announce progress
37
+ if (!this.srProgress && this.numFilesInProgress) {
38
+ const total = this.numFilesInProgress; // if we don't reassign this number changes when a file is done and the percentage becomes wrong
39
+ this.srProgress = setInterval(() => {
40
+ const aggregate = this.inProgressList.reduce((avg, item) => (item.progress ? avg + item.progress : avg), 0);
41
+ if (this.liveRegion) {
42
+ this.liveRegion.innerHTML = intl.formatMessage({
43
+ id: "uploader.uploadProgress",
44
+ defaultMessage: "Upload progress: {percentage}%",
45
+ }, { percentage: Math.floor(aggregate / total) });
46
+ }
47
+ }, 5000);
48
+ }
49
+ }
50
+ handleFinishedSnack(ev) {
51
+ this.snackbar = this.snackbar.filter((n) => n.id !== ev.detail.id);
52
+ }
53
+ setMaxSize() {
54
+ // Max size can't be set above 100Mb
55
+ this.maxSize = this.maxSize > 100 ? 100 : this.maxSize;
56
+ }
57
+ uploadNotifications(newNum, oldNum) {
58
+ if (oldNum > 0 && newNum === 0) {
59
+ setTimeout(() => {
60
+ this.notif = null;
61
+ }, 20 * 1000);
62
+ const message = intl.formatMessage({
63
+ id: "uploader.finishedUploading",
64
+ defaultMessage: "Finished uploading",
65
+ });
66
+ this.notif = { id: 5, message };
67
+ if (this.liveRegion) {
68
+ this.liveRegion.innerHTML = message;
69
+ }
70
+ this.numFilesInProgress = null;
71
+ clearInterval(this.srProgress);
72
+ forceUpdate(this.el);
73
+ }
74
+ else if (newNum > 0 && newNum != oldNum) {
75
+ const message = intl.formatMessage({
76
+ id: "uploader.filesUploading",
77
+ defaultMessage: "{num, plural, one {1 file uploading} other {# files uploading}}",
78
+ }, { num: newNum });
79
+ this.notif = { id: 6, message };
80
+ if (this.liveRegion) {
81
+ this.liveRegion.innerHTML = message;
82
+ }
83
+ forceUpdate(this.el);
84
+ }
85
+ }
86
+ emitFileListEvent() {
87
+ this.wmNetworkUploaderFilesChanged.emit(this.fileList);
88
+ }
89
+ formatDate(isoDate, locale, timezone) {
90
+ const timestamp = Date.parse(isoDate);
91
+ if (locale.match(/^[a-zA-Z]*(-[a-zA-Z0-9]*)*$/g)) {
92
+ // make sure locale is valid, otherwise set default locale
93
+ try {
94
+ //@ts-ignore
95
+ Intl.getCanonicalLocales(locale);
96
+ }
97
+ catch (_a) {
98
+ locale = "en-us";
99
+ }
100
+ }
101
+ else {
102
+ return isoDate;
103
+ }
104
+ if (!!timestamp) {
105
+ const date = new Date(timestamp);
106
+ const year = date.getFullYear();
107
+ const month = ("0" + (date.getMonth() + 1)).substr(-2);
108
+ const day = ("0" + date.getDate()).substr(-2);
109
+ const time = date.toLocaleTimeString([locale, "en-us"], {
110
+ timeZone: timezone,
111
+ hour: "numeric",
112
+ minute: "numeric",
113
+ });
114
+ return `${year}/${month}/${day} ${time}`;
115
+ }
116
+ else {
117
+ return isoDate;
118
+ }
119
+ }
120
+ isValidSize(size) {
121
+ // https://stackoverflow.com/questions/2365100/converting-bytes-to-megabytes
122
+ return size / 1024 / 1024 <= this.maxSize;
123
+ }
124
+ isDuplicate(name) {
125
+ return this.fileList.find((f) => f.file_name === name);
126
+ }
127
+ isEmpty() {
128
+ return !this.fileList.length && !this.inProgressList.length && !this.errorList.length;
129
+ }
130
+ isDisabled() {
131
+ const isMax = !!this.maxFiles && this.fileList.length >= this.maxFiles;
132
+ if (!this.notif) {
133
+ if (isMax) {
134
+ const errMessage = intl.formatMessage({
135
+ id: "uploader.fileUploadLimit",
136
+ defaultMessage: "You have reached the file upload limit.",
137
+ });
138
+ this.notif = { id: 1, message: errMessage };
139
+ if (this.liveRegion) {
140
+ this.liveRegion.innerHTML = errMessage;
141
+ }
142
+ }
143
+ else {
144
+ this.notif = null;
145
+ }
146
+ }
147
+ else if (this.notif.id === 1) {
148
+ // to make sure SR don't repeat the error, don't reset it if it already is showing
149
+ // just dismiss it if isMax is not true anymore
150
+ if (!isMax) {
151
+ this.notif = null;
152
+ }
153
+ // finally do nothing if error 2 is showing (special case when user selects too many files)
154
+ }
155
+ // disable if is the uploader is maxed out or if something is uploading
156
+ return isMax || this.numFilesInProgress > 0;
157
+ }
158
+ purgeProgressList(item) {
159
+ // If a file is retrieved from the server because it was just uploaded
160
+ // it should be removed from inProgressList
161
+ this.inProgressList = this.inProgressList.filter((i) => i.progress !== 100 && i.name !== item.file_name);
162
+ }
163
+ getExistingFiles() {
164
+ getRequest(this.getPath)
165
+ .then((reply) => {
166
+ reply.map((item) => this.purgeProgressList(item));
167
+ if (this.sortBy === "name") {
168
+ reply.sort((a, b) => a.file_name.localeCompare(b.file_name));
169
+ }
170
+ this.fileList = reply;
171
+ })
172
+ .catch((errStatus) => {
173
+ console.error(errStatus);
174
+ });
175
+ }
176
+ clearErrors() {
177
+ this.errorList = [];
178
+ this.notif = null;
179
+ }
180
+ handleFiles(ev) {
181
+ const files = Array.from(ev.target.files);
182
+ const validTypes = this.fileTypes.split(" ").join(", ");
183
+ if (!!this.maxFiles && this.fileList.length + files.length > this.maxFiles) {
184
+ const errMessage = intl.formatMessage({
185
+ id: "uploader.fileUploadExceeded",
186
+ defaultMessage: "The number of selected files exceeds the limit.",
187
+ });
188
+ this.notif = { id: 2, message: errMessage };
189
+ if (this.liveRegion) {
190
+ this.liveRegion.innerHTML = errMessage;
191
+ }
192
+ }
193
+ else {
194
+ // map to create inProgress items so they can be displayed immediately
195
+ files &&
196
+ files.map((file) => {
197
+ if (!hasValidType(file, this.fileTypes)) {
198
+ const error = {
199
+ file_name: file.name,
200
+ message: intl.formatMessage({
201
+ id: "uploader.invalidFileType",
202
+ defaultMessage: "The file type is invalid. Accepted types: {validTypes}",
203
+ }, { validTypes }),
204
+ };
205
+ this.errorList.push(error);
206
+ }
207
+ else if (!this.isValidSize(file.size)) {
208
+ const error = {
209
+ file_name: file.name,
210
+ message: intl.formatMessage({
211
+ id: "uploader.fileTooLarge",
212
+ defaultMessage: "The selected file is too large. Maximum file size is {size}Mb",
213
+ }, { size: this.maxSize }),
214
+ };
215
+ this.errorList.push(error);
216
+ }
217
+ else if (this.isDuplicate(file.name)) {
218
+ const error = {
219
+ file_name: file.name,
220
+ message: intl.formatMessage({
221
+ id: "uploader.duplicateName",
222
+ defaultMessage: "A file with this name already exists.",
223
+ }),
224
+ };
225
+ this.errorList.push(error);
226
+ }
227
+ else {
228
+ this.inProgressList.push(file);
229
+ }
230
+ forceUpdate(this.el);
231
+ });
232
+ if (this.inProgressList.length > 0) {
233
+ this.numFilesInProgress = this.inProgressList.length;
234
+ // map over "uploadable" files for actual upload
235
+ // this happens separately otherwise at each pass we'd have to wait for the requests to complete before displaying things
236
+ this.inProgressList.map((file, i) => {
237
+ this.uploadFile(file, i); // = input.files file
238
+ });
239
+ }
240
+ }
241
+ ev.target.value = ""; // reset to ensure that onChange is triggered when the same file is selected a second time
242
+ }
243
+ uploadFile(file, i) {
244
+ // get upload link
245
+ getRequest(this.requestUploadPath + i.toString())
246
+ .then(async (reply) => {
247
+ const assData = JSON.parse(this.associatedData);
248
+ const fileInfo = Object.assign(Object.assign({}, assData), { file_name: file.name, mime_type: file.type, file_path: reply.path, document_uuid: reply.guid });
249
+ // onProgress is passed as a callback to the ev listener inside putRequest (http service),
250
+ // so we can't change component things directly => custom event to pass data to uploader component.
251
+ const onProgress = (ev) => {
252
+ const progress = ev.lengthComputable && ev.total !== 0 ? (ev.loaded / ev.total) * 100 : 0;
253
+ const event = new CustomEvent("wmUploadProgress", {
254
+ detail: { file_name: file.name, progress },
255
+ });
256
+ this.el.dispatchEvent(event);
257
+ };
258
+ // upload to AWS s3 to url we just fetched
259
+ await putRequest(reply.url, file, onProgress);
260
+ // create the db entry
261
+ await postRequest(this.uploadPath, fileInfo);
262
+ // get files from server again
263
+ this.getExistingFiles();
264
+ })
265
+ .catch((err) => {
266
+ // do not show toast on error
267
+ this.numFilesInProgress = null;
268
+ // do not show in progress item on error
269
+ this.inProgressList = [];
270
+ this.notif = {
271
+ id: 3,
272
+ message: intl.formatMessage({
273
+ id: "global.genericError",
274
+ defaultMessage: "An error occurred. Please try again.",
275
+ }),
276
+ };
277
+ console.error(err);
278
+ });
279
+ }
280
+ downloadFile(uuid, path) {
281
+ this.clearErrors();
282
+ // POST request to get temporary download link
283
+ const payload = {
284
+ file_path: path,
285
+ file_uuid: uuid,
286
+ };
287
+ postRequest(this.requestDownloadPath, payload)
288
+ .then((reply) => {
289
+ // we got the download link, now download the file
290
+ window.location.assign(reply.url);
291
+ })
292
+ .catch((err) => {
293
+ console.error(err);
294
+ });
295
+ }
296
+ deleteFile(file) {
297
+ this.clearErrors();
298
+ this.snackbar.push({
299
+ message: intl.formatMessage({
300
+ id: "uploader.fileDeleted",
301
+ defaultMessage: "{fileName} was deleted.",
302
+ }, { fileName: file.file_name }),
303
+ id: file.uuid,
304
+ link: "",
305
+ });
306
+ // rm file from list immediately.
307
+ this.fileList = this.fileList.filter((i) => i.uuid !== file.uuid);
308
+ deleteRequest(`${this.deletePath}/${file.uuid}`).catch((err) => {
309
+ this.notif = {
310
+ id: 4,
311
+ message: intl.formatMessage({
312
+ id: "uploader.fileNotDeleted",
313
+ defaultMessage: "{fileName} could not be deleted.",
314
+ }, { fileName: file.file_name }),
315
+ };
316
+ this.getExistingFiles();
317
+ console.error(err);
318
+ });
319
+ }
320
+ componentWillLoad() {
321
+ if (!this.getPath) {
322
+ throw new Error("wm-network-uploader: get-path is a required prop");
323
+ }
324
+ if (!this.requestUploadPath) {
325
+ throw new Error("wm-network-uploader: request-upload-path is a required prop");
326
+ }
327
+ if (!this.uploadPath) {
328
+ throw new Error("wm-network-uploader: upload-path is a required prop");
329
+ }
330
+ if (!this.requestDownloadPath) {
331
+ throw new Error("wm-network-uploader: request-download-path is a required prop");
332
+ }
333
+ if (!this.deletePath) {
334
+ throw new Error("wm-network-uploader: delete-path is a required prop");
335
+ }
336
+ if (!this.buttonText) {
337
+ throw new Error("wm-network-uploader: button-text is a required prop");
338
+ }
339
+ if (!this.emptyStateText) {
340
+ throw new Error("wm-network-uploader: empty-state-text is a required prop");
341
+ }
342
+ if (!this.associatedData) {
343
+ throw new Error("wm-network-uploader: associated-data is a required prop");
344
+ }
345
+ this.setMaxSize();
346
+ this.clearErrors();
347
+ }
348
+ componentDidLoad() {
349
+ this.getExistingFiles();
350
+ // awkward way to handle Edge bug where file input dialog doesn't open on Enter key
351
+ // first, detect polyfill by checking the class name that it adds to the component
352
+ // (it's important NOT to execute the code below in normal browsers as it would open the dialog twice)
353
+ this.el.classList.contains("sc-wm-uploader-h") &&
354
+ // then add an even listener to force a click event when Enter key is pressed
355
+ this.inputEl &&
356
+ this.inputEl.addEventListener("keydown", (ev) => {
357
+ if (this.inputEl && ev.keyCode === 13) {
358
+ this.inputEl.click();
359
+ }
360
+ });
361
+ if (document.body.classList.contains("wmcl-user-is-tabbing")) {
362
+ this.toggleTabbingOn();
363
+ }
364
+ }
365
+ renderUploadSvg() {
366
+ return (h("svg", { class: "upload-file", width: "91", height: "84", viewBox: "0 0 91 84" },
367
+ h("path", { transform: "rotate(-180.000000) translate(-452, -255.5)", fill: "#eae8ec", d: "M361,249.681818 L361,197.318182 C361,194.118182 365.555061,191.5 371.122358,191.5 L391.316463,191.5 L391.286495,200.562515 L369.871211,200.600292 L369.885404,200.622146 L369.886423,246.655947 L443.657038,246.840767 L443.657038,200.622146 L421.683537,200.622146 L421.683537,191.5 L441.978865,191.5 C447.546162,191.5 452,194.118182 452,197.318182 L452,249.681818 C452,252.881818 447.546162,255.5 441.978865,255.5 L371.122358,255.5 C365.504449,255.5 361,252.881818 361,249.681818 Z M391.5,207 L406,221 L420.5,207 L409.625,207 L409.625,172 L402.375,172 L402.375,207 L391.5,207 Z" })));
368
+ }
369
+ renderIcon() {
370
+ // mdi attachment icon (paper clip) is horizontal but we want it vertical
371
+ const rotate = this.icon && this.icon === "f066";
372
+ return (this.icon && (h("span", { class: `mdi ${rotate ? "rotate" : ""}` }, String.fromCodePoint(parseInt(`0x${this.icon}`)))));
373
+ }
374
+ renderNotif() {
375
+ return this.notif ? h("span", { class: "notif" }, this.notif.message) : "";
376
+ }
377
+ renderUploadButton(classes) {
378
+ return (h("div", { class: "notif-wrapper" },
379
+ h("input", { ref: (el) => (this.inputEl = el), name: this.inputId, id: this.inputId, class: "sr-only", type: "file", multiple: true, onClick: () => this.clearErrors(), onChange: (e) => this.handleFiles(e), disabled: this.isDisabled() }),
380
+ h("label", { htmlFor: this.inputId, class: `wm-button ${classes}${this.isTabbing ? " user-is-tabbing" : ""}` },
381
+ this.renderIcon(),
382
+ this.buttonText),
383
+ this.renderNotif()));
384
+ }
385
+ renderWithItems() {
386
+ return (h("div", null,
387
+ h("div", { class: "header" },
388
+ h("div", { class: "descr" },
389
+ h("slot", null)),
390
+ this.renderUploadButton(this.isDisabled() ? "disabled" : "")),
391
+ this.renderErrorList(),
392
+ this.renderInProgressList(),
393
+ this.renderFileList()));
394
+ }
395
+ renderEmptyState() {
396
+ return (h("div", null,
397
+ h("div", { class: "header" },
398
+ h("div", { class: "descr" },
399
+ h("slot", null))),
400
+ h("div", { class: "empty-block" },
401
+ this.renderUploadSvg(),
402
+ h("div", { class: "empty-message" }, this.emptyStateText),
403
+ this.renderUploadButton("-primary empty-button"))));
404
+ }
405
+ renderErrorList() {
406
+ if (!!this.errorList.length) {
407
+ if (this.liveRegion) {
408
+ let srMessage = this.errorList.reduce(function (acc, err) {
409
+ return acc + `${err.file_name}: ${err.message} `;
410
+ }, "");
411
+ this.liveRegion.innerHTML = srMessage;
412
+ }
413
+ return (h("ul", { class: "error-list" }, this.errorList.map((err) => (h("li", null,
414
+ h("div", { class: "file --error" },
415
+ h("div", { class: "file-info" },
416
+ h("span", { class: "filename" }, err.file_name))),
417
+ h("div", { class: "error-message" }, err.message))))));
418
+ }
419
+ }
420
+ renderInProgressList() {
421
+ return (h("ul", { class: "inprogress-list" }, this.inProgressList.map((item) => {
422
+ return (h("li", null,
423
+ h("div", { class: "file --progress" },
424
+ h("div", { class: "progress", style: {
425
+ background: `linear-gradient(to right, rgba(67, 126, 142, 1) ${item.progress}%, transparent ${item.progress}%)`,
426
+ } }),
427
+ h("div", { class: "file-info" },
428
+ h("span", { class: "filename" },
429
+ item.name,
430
+ " ",
431
+ h("span", { class: "sr-only" }, "uploading"))))));
432
+ })));
433
+ }
434
+ renderFile(item) {
435
+ return (h("li", null,
436
+ h("div", { class: "file --saved" },
437
+ h("div", { class: "file-info" },
438
+ h("span", { class: "filename" }, item.file_name),
439
+ h("span", { class: "filedate" }, this.formatDate(item.updated_at, intl.locale, Intl.DateTimeFormat().resolvedOptions().timeZone))),
440
+ h("div", { class: "file-controls" },
441
+ h("wm-button", { class: "download-button", "button-type": "icononly", tooltip: "download", "label-for-identical-buttons": `download ${item.file_name}`, icon: "f1da", onClick: () => this.downloadFile(item.uuid, item.file_path) }),
442
+ h("wm-button", { class: "delete-button", "button-type": "icononly", tooltip: "remove", "label-for-identical-buttons": `remove ${item.file_name}`, icon: "f1c0", onClick: () => this.deleteFile(item) })))));
443
+ }
444
+ renderFileList() {
445
+ return h("ul", { class: "file-list" }, this.fileList.map((item) => this.renderFile(item)));
446
+ }
447
+ render() {
448
+ return (h(Host, null,
449
+ this.isEmpty() ? this.renderEmptyState() : this.renderWithItems(),
450
+ h("wm-snackbar", { notifications: JSON.stringify(this.snackbar) }),
451
+ h("div", { ref: (el) => (this.liveRegion = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
452
+ , "aria-atomic": "true" })));
453
+ }
454
+ static get is() { return "wm-network-uploader"; }
455
+ static get encapsulation() { return "shadow"; }
456
+ static get originalStyleUrls() { return {
457
+ "$": ["wm-network-uploader.scss"]
458
+ }; }
459
+ static get styleUrls() { return {
460
+ "$": ["wm-network-uploader.css"]
461
+ }; }
462
+ static get properties() { return {
463
+ "getPath": {
464
+ "type": "string",
465
+ "mutable": false,
466
+ "complexType": {
467
+ "original": "string",
468
+ "resolved": "string",
469
+ "references": {}
470
+ },
471
+ "required": true,
472
+ "optional": false,
473
+ "docs": {
474
+ "tags": [],
475
+ "text": ""
476
+ },
477
+ "attribute": "get-path",
478
+ "reflect": false
479
+ },
480
+ "requestUploadPath": {
481
+ "type": "string",
482
+ "mutable": false,
483
+ "complexType": {
484
+ "original": "string",
485
+ "resolved": "string",
486
+ "references": {}
487
+ },
488
+ "required": true,
489
+ "optional": false,
490
+ "docs": {
491
+ "tags": [],
492
+ "text": ""
493
+ },
494
+ "attribute": "request-upload-path",
495
+ "reflect": false
496
+ },
497
+ "uploadPath": {
498
+ "type": "string",
499
+ "mutable": false,
500
+ "complexType": {
501
+ "original": "string",
502
+ "resolved": "string",
503
+ "references": {}
504
+ },
505
+ "required": true,
506
+ "optional": false,
507
+ "docs": {
508
+ "tags": [],
509
+ "text": ""
510
+ },
511
+ "attribute": "upload-path",
512
+ "reflect": false
513
+ },
514
+ "requestDownloadPath": {
515
+ "type": "string",
516
+ "mutable": false,
517
+ "complexType": {
518
+ "original": "string",
519
+ "resolved": "string",
520
+ "references": {}
521
+ },
522
+ "required": true,
523
+ "optional": false,
524
+ "docs": {
525
+ "tags": [],
526
+ "text": ""
527
+ },
528
+ "attribute": "request-download-path",
529
+ "reflect": false
530
+ },
531
+ "deletePath": {
532
+ "type": "string",
533
+ "mutable": false,
534
+ "complexType": {
535
+ "original": "string",
536
+ "resolved": "string",
537
+ "references": {}
538
+ },
539
+ "required": true,
540
+ "optional": false,
541
+ "docs": {
542
+ "tags": [],
543
+ "text": ""
544
+ },
545
+ "attribute": "delete-path",
546
+ "reflect": false
547
+ },
548
+ "associatedData": {
549
+ "type": "string",
550
+ "mutable": false,
551
+ "complexType": {
552
+ "original": "string",
553
+ "resolved": "string | undefined",
554
+ "references": {}
555
+ },
556
+ "required": false,
557
+ "optional": true,
558
+ "docs": {
559
+ "tags": [],
560
+ "text": ""
561
+ },
562
+ "attribute": "associated-data",
563
+ "reflect": false
564
+ },
565
+ "buttonText": {
566
+ "type": "string",
567
+ "mutable": false,
568
+ "complexType": {
569
+ "original": "string",
570
+ "resolved": "string",
571
+ "references": {}
572
+ },
573
+ "required": true,
574
+ "optional": false,
575
+ "docs": {
576
+ "tags": [],
577
+ "text": ""
578
+ },
579
+ "attribute": "button-text",
580
+ "reflect": false
581
+ },
582
+ "emptyStateText": {
583
+ "type": "string",
584
+ "mutable": false,
585
+ "complexType": {
586
+ "original": "string",
587
+ "resolved": "string",
588
+ "references": {}
589
+ },
590
+ "required": true,
591
+ "optional": false,
592
+ "docs": {
593
+ "tags": [],
594
+ "text": ""
595
+ },
596
+ "attribute": "empty-state-text",
597
+ "reflect": false
598
+ },
599
+ "icon": {
600
+ "type": "string",
601
+ "mutable": false,
602
+ "complexType": {
603
+ "original": "string",
604
+ "resolved": "string",
605
+ "references": {}
606
+ },
607
+ "required": true,
608
+ "optional": false,
609
+ "docs": {
610
+ "tags": [],
611
+ "text": ""
612
+ },
613
+ "attribute": "icon",
614
+ "reflect": false
615
+ },
616
+ "fileTypes": {
617
+ "type": "string",
618
+ "mutable": false,
619
+ "complexType": {
620
+ "original": "string",
621
+ "resolved": "string",
622
+ "references": {}
623
+ },
624
+ "required": false,
625
+ "optional": false,
626
+ "docs": {
627
+ "tags": [],
628
+ "text": ""
629
+ },
630
+ "attribute": "file-types",
631
+ "reflect": false,
632
+ "defaultValue": "\"pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv\""
633
+ },
634
+ "maxSize": {
635
+ "type": "number",
636
+ "mutable": false,
637
+ "complexType": {
638
+ "original": "number",
639
+ "resolved": "number",
640
+ "references": {}
641
+ },
642
+ "required": false,
643
+ "optional": false,
644
+ "docs": {
645
+ "tags": [],
646
+ "text": ""
647
+ },
648
+ "attribute": "max-size",
649
+ "reflect": false,
650
+ "defaultValue": "100"
651
+ },
652
+ "maxFiles": {
653
+ "type": "number",
654
+ "mutable": false,
655
+ "complexType": {
656
+ "original": "number",
657
+ "resolved": "number | undefined",
658
+ "references": {}
659
+ },
660
+ "required": false,
661
+ "optional": true,
662
+ "docs": {
663
+ "tags": [],
664
+ "text": ""
665
+ },
666
+ "attribute": "max-files",
667
+ "reflect": false
668
+ },
669
+ "sortBy": {
670
+ "type": "string",
671
+ "mutable": false,
672
+ "complexType": {
673
+ "original": "\"name\" | \"date\"",
674
+ "resolved": "\"date\" | \"name\"",
675
+ "references": {}
676
+ },
677
+ "required": false,
678
+ "optional": false,
679
+ "docs": {
680
+ "tags": [],
681
+ "text": ""
682
+ },
683
+ "attribute": "sort-by",
684
+ "reflect": false,
685
+ "defaultValue": "\"date\""
686
+ }
687
+ }; }
688
+ static get states() { return {
689
+ "isTabbing": {},
690
+ "fileList": {},
691
+ "inProgressList": {},
692
+ "errorList": {},
693
+ "notif": {},
694
+ "snackbar": {},
695
+ "numFilesInProgress": {}
696
+ }; }
697
+ static get events() { return [{
698
+ "method": "wmNetworkUploaderFilesChanged",
699
+ "name": "wmNetworkUploaderFilesChanged",
700
+ "bubbles": true,
701
+ "cancelable": true,
702
+ "composed": true,
703
+ "docs": {
704
+ "tags": [],
705
+ "text": ""
706
+ },
707
+ "complexType": {
708
+ "original": "Object[]",
709
+ "resolved": "Object[]",
710
+ "references": {
711
+ "Object": {
712
+ "location": "global"
713
+ }
714
+ }
715
+ }
716
+ }]; }
717
+ static get elementRef() { return "el"; }
718
+ static get watchers() { return [{
719
+ "propName": "maxSize",
720
+ "methodName": "setMaxSize"
721
+ }, {
722
+ "propName": "numFilesInProgress",
723
+ "methodName": "uploadNotifications"
724
+ }, {
725
+ "propName": "fileList",
726
+ "methodName": "emitFileListEvent"
727
+ }]; }
728
+ static get listeners() { return [{
729
+ "name": "wmUserIsTabbing",
730
+ "method": "toggleTabbingOn",
731
+ "target": "window",
732
+ "capture": false,
733
+ "passive": false
734
+ }, {
735
+ "name": "wmUserIsNotTabbing",
736
+ "method": "toggleTabbingOff",
737
+ "target": "window",
738
+ "capture": false,
739
+ "passive": false
740
+ }, {
741
+ "name": "wmUploadProgress",
742
+ "method": "handleUploadProgress",
743
+ "target": undefined,
744
+ "capture": false,
745
+ "passive": false
746
+ }, {
747
+ "name": "userFinishedSnack",
748
+ "method": "handleFinishedSnack",
749
+ "target": undefined,
750
+ "capture": false,
751
+ "passive": false
752
+ }]; }
753
+ }