@watermarkinsights/ripple 3.7.0 → 3.8.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (256) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-13b0e88e.js → functions-f0693632.js} +442 -442
  3. package/dist/cjs/{global-c802d13c.js → global-0d9945cb.js} +65 -65
  4. package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
  5. package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +79 -79
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +673 -668
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +19 -19
  10. package/dist/cjs/priv-navigator-item.cjs.entry.js +23 -23
  11. package/dist/cjs/ripple.cjs.js +2 -2
  12. package/dist/cjs/wm-action-menu_2.cjs.entry.js +342 -342
  13. package/dist/cjs/wm-button.cjs.entry.js +237 -237
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
  15. package/dist/cjs/wm-chart.cjs.entry.js +475 -475
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +272 -263
  17. package/dist/cjs/wm-input.cjs.entry.js +135 -135
  18. package/dist/cjs/wm-modal-footer.cjs.entry.js +32 -32
  19. package/dist/cjs/wm-modal-header.cjs.entry.js +34 -34
  20. package/dist/cjs/wm-modal.cjs.entry.js +162 -162
  21. package/dist/cjs/wm-navigator.cjs.entry.js +269 -269
  22. package/dist/cjs/wm-network-uploader.cjs.entry.js +421 -421
  23. package/dist/cjs/wm-option_2.cjs.entry.js +496 -496
  24. package/dist/cjs/wm-pagination.cjs.entry.js +168 -168
  25. package/dist/cjs/wm-search.cjs.entry.js +233 -233
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +171 -171
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +298 -298
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +580 -571
  29. package/dist/cjs/wm-timepicker.cjs.entry.js +384 -381
  30. package/dist/cjs/wm-toggletip.cjs.entry.js +125 -125
  31. package/dist/cjs/wm-uploader.cjs.entry.js +347 -347
  32. package/dist/cjs/wm-wrapper.cjs.entry.js +12 -12
  33. package/dist/collection/components/wm-action-menu/wm-action-menu.js +460 -460
  34. package/dist/collection/components/wm-button/wm-button.js +503 -503
  35. package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
  36. package/dist/collection/components/wm-chart/wm-chart-slice.js +64 -64
  37. package/dist/collection/components/wm-chart/wm-chart.css +3 -0
  38. package/dist/collection/components/wm-chart/wm-chart.js +718 -718
  39. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1039 -1015
  40. package/dist/collection/components/wm-datepicker/wm-datepicker.js +483 -468
  41. package/dist/collection/components/wm-input/wm-input.js +423 -423
  42. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  43. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  44. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  45. package/dist/collection/components/wm-modal/wm-modal.js +459 -459
  46. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  47. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  48. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  49. package/dist/collection/components/wm-option/wm-option.js +422 -422
  50. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  51. package/dist/collection/components/wm-search/wm-search.js +480 -480
  52. package/dist/collection/components/wm-select/wm-select.js +720 -720
  53. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  54. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +216 -216
  55. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +330 -330
  56. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  57. package/dist/collection/components/wm-tag-input/wm-tag-input.js +810 -801
  58. package/dist/collection/components/wm-timepicker/wm-timepicker.js +583 -580
  59. package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
  60. package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
  61. package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
  62. package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
  63. package/dist/collection/dev/scripts.js +20 -20
  64. package/dist/collection/global/__mocks__/functions.js +6 -6
  65. package/dist/collection/global/functions.js +445 -445
  66. package/dist/collection/global/global.js +72 -72
  67. package/dist/collection/global/interfaces.js +49 -49
  68. package/dist/collection/global/services/__mocks__/http-service.js +130 -130
  69. package/dist/collection/global/services/http-service.js +50 -50
  70. package/dist/collection/lang/lang.js +5 -5
  71. package/dist/collection/lang/missing.js +39 -39
  72. package/dist/collection/lang/piglatin.js +93 -93
  73. package/dist/esm/{functions-6ddad20e.js → functions-cbfc81d1.js} +442 -442
  74. package/dist/esm/{global-a4da88c7.js → global-6f2aeeeb.js} +65 -65
  75. package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
  76. package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
  77. package/dist/esm/loader.js +2 -2
  78. package/dist/esm/polyfills/core-js.js +0 -0
  79. package/dist/esm/polyfills/dom.js +0 -0
  80. package/dist/esm/polyfills/es5-html-element.js +0 -0
  81. package/dist/esm/polyfills/index.js +0 -0
  82. package/dist/esm/polyfills/system.js +0 -0
  83. package/dist/esm/priv-chart-popover.entry.js +79 -79
  84. package/dist/esm/priv-datepicker.entry.js +673 -668
  85. package/dist/esm/priv-navigator-button.entry.js +19 -19
  86. package/dist/esm/priv-navigator-item.entry.js +23 -23
  87. package/dist/esm/ripple.js +2 -2
  88. package/dist/esm/wm-action-menu_2.entry.js +342 -342
  89. package/dist/esm/wm-button.entry.js +237 -237
  90. package/dist/esm/wm-chart-slice.entry.js +13 -13
  91. package/dist/esm/wm-chart.entry.js +475 -475
  92. package/dist/esm/wm-datepicker.entry.js +272 -263
  93. package/dist/esm/wm-input.entry.js +135 -135
  94. package/dist/esm/wm-modal-footer.entry.js +32 -32
  95. package/dist/esm/wm-modal-header.entry.js +34 -34
  96. package/dist/esm/wm-modal.entry.js +162 -162
  97. package/dist/esm/wm-navigator.entry.js +269 -269
  98. package/dist/esm/wm-network-uploader.entry.js +421 -421
  99. package/dist/esm/wm-option_2.entry.js +496 -496
  100. package/dist/esm/wm-pagination.entry.js +168 -168
  101. package/dist/esm/wm-search.entry.js +233 -233
  102. package/dist/esm/wm-snackbar.entry.js +171 -171
  103. package/dist/esm/wm-tab-item_3.entry.js +298 -298
  104. package/dist/esm/wm-tag-input.entry.js +580 -571
  105. package/dist/esm/wm-timepicker.entry.js +384 -381
  106. package/dist/esm/wm-toggletip.entry.js +125 -125
  107. package/dist/esm/wm-uploader.entry.js +347 -347
  108. package/dist/esm/wm-wrapper.entry.js +12 -12
  109. package/dist/esm-es5/functions-cbfc81d1.js +15 -0
  110. package/dist/esm-es5/global-6f2aeeeb.js +1 -0
  111. package/dist/esm-es5/http-service-3dc3b3e7.js +1 -0
  112. package/dist/esm-es5/index-66f8130e.js +1 -0
  113. package/dist/esm-es5/index.js +0 -0
  114. package/dist/esm-es5/interfaces-2b97fab2.js +1 -0
  115. package/dist/esm-es5/loader.js +1 -0
  116. package/dist/esm-es5/priv-chart-popover.entry.js +1 -0
  117. package/dist/esm-es5/priv-datepicker.entry.js +1 -0
  118. package/dist/esm-es5/priv-navigator-button.entry.js +1 -0
  119. package/dist/esm-es5/priv-navigator-item.entry.js +1 -0
  120. package/dist/esm-es5/ripple.js +1 -0
  121. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -0
  122. package/dist/esm-es5/wm-button.entry.js +1 -0
  123. package/dist/esm-es5/wm-chart-slice.entry.js +1 -0
  124. package/dist/esm-es5/wm-chart.entry.js +1 -0
  125. package/dist/esm-es5/wm-datepicker.entry.js +1 -0
  126. package/dist/esm-es5/wm-input.entry.js +1 -0
  127. package/dist/esm-es5/wm-modal-footer.entry.js +1 -0
  128. package/dist/esm-es5/wm-modal-header.entry.js +1 -0
  129. package/dist/esm-es5/wm-modal.entry.js +1 -0
  130. package/dist/esm-es5/wm-navigator.entry.js +1 -0
  131. package/dist/esm-es5/wm-network-uploader.entry.js +1 -0
  132. package/dist/esm-es5/wm-option_2.entry.js +1 -0
  133. package/dist/esm-es5/wm-pagination.entry.js +1 -0
  134. package/dist/esm-es5/wm-search.entry.js +1 -0
  135. package/dist/esm-es5/wm-snackbar.entry.js +1 -0
  136. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -0
  137. package/dist/esm-es5/wm-tag-input.entry.js +1 -0
  138. package/dist/esm-es5/wm-timepicker.entry.js +1 -0
  139. package/dist/esm-es5/wm-toggletip.entry.js +1 -0
  140. package/dist/esm-es5/wm-uploader.entry.js +1 -0
  141. package/dist/esm-es5/wm-wrapper.entry.js +1 -0
  142. package/dist/index.js +1 -1
  143. package/dist/loader/index.js +1 -1
  144. package/dist/ripple/p-0418abd7.system.js +15 -0
  145. package/dist/ripple/p-065e2ca1.entry.js +1 -0
  146. package/dist/ripple/p-06627dcf.entry.js +1 -0
  147. package/dist/ripple/p-08b2262e.system.entry.js +1 -0
  148. package/dist/ripple/p-09432004.system.entry.js +1 -0
  149. package/dist/ripple/{p-bc9ca97b.entry.js → p-0d8bd4ee.entry.js} +1 -1
  150. package/dist/ripple/{p-cfdf1a79.entry.js → p-111f705a.entry.js} +1 -1
  151. package/dist/ripple/p-1d899a2d.system.entry.js +1 -0
  152. package/dist/ripple/p-252e91de.entry.js +1 -0
  153. package/dist/ripple/p-261ea633.system.entry.js +1 -0
  154. package/dist/ripple/p-2cdfb4cc.entry.js +1 -0
  155. package/dist/ripple/p-2d49a016.system.entry.js +1 -0
  156. package/dist/ripple/{p-e43b4eda.entry.js → p-2f91e2a6.entry.js} +1 -1
  157. package/dist/ripple/p-366a3db1.system.entry.js +1 -0
  158. package/dist/ripple/p-3e1dd662.entry.js +1 -0
  159. package/dist/ripple/p-3fb41fe3.system.entry.js +1 -0
  160. package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
  161. package/dist/ripple/p-50ea2036.system.js +1 -0
  162. package/dist/ripple/{p-d22c957d.entry.js → p-51d2b9a0.entry.js} +1 -1
  163. package/dist/ripple/p-5a528af7.entry.js +1 -0
  164. package/dist/ripple/{p-66513af1.entry.js → p-5ad7afc0.entry.js} +1 -1
  165. package/dist/ripple/p-5bd3aa5a.system.entry.js +1 -0
  166. package/dist/ripple/p-656f8dad.system.js +1 -0
  167. package/dist/ripple/p-67fcdd5d.entry.js +1 -0
  168. package/dist/ripple/p-6b4374e3.system.entry.js +1 -0
  169. package/dist/ripple/p-6bc37009.system.entry.js +1 -0
  170. package/dist/ripple/p-7a9aac92.system.entry.js +1 -0
  171. package/dist/ripple/p-7bc744bf.system.entry.js +1 -0
  172. package/dist/ripple/p-85d12cf2.system.entry.js +1 -0
  173. package/dist/ripple/{p-08b273ba.entry.js → p-8afdc986.entry.js} +1 -1
  174. package/dist/ripple/p-8d97d1d5.system.entry.js +1 -0
  175. package/dist/ripple/p-8f05bc58.system.entry.js +1 -0
  176. package/dist/ripple/p-90aebfd6.system.entry.js +1 -0
  177. package/dist/ripple/p-9276c5e4.entry.js +1 -0
  178. package/dist/ripple/p-92b6bc97.system.entry.js +1 -0
  179. package/dist/ripple/p-99548d58.system.js +1 -0
  180. package/dist/ripple/p-9d02957d.system.js +1 -0
  181. package/dist/ripple/p-ae4e95ce.system.entry.js +1 -0
  182. package/dist/ripple/p-b3ce2033.system.entry.js +1 -0
  183. package/dist/ripple/p-b4e9a8e3.entry.js +1 -0
  184. package/dist/ripple/{p-857a0bc0.js → p-b5edcf38.js} +0 -0
  185. package/dist/ripple/p-b626f3b9.system.entry.js +1 -0
  186. package/dist/ripple/p-b840acea.system.entry.js +1 -0
  187. package/dist/ripple/p-ba30bf08.js +1 -0
  188. package/dist/ripple/p-c10dee71.system.js +1 -0
  189. package/dist/ripple/p-c3a9a5da.system.entry.js +1 -0
  190. package/dist/ripple/p-c730ce74.entry.js +1 -0
  191. package/dist/ripple/p-d0643c9b.entry.js +1 -0
  192. package/dist/ripple/p-da78496a.entry.js +1 -0
  193. package/dist/ripple/{p-b8aa478f.entry.js → p-dc196bc2.entry.js} +1 -1
  194. package/dist/ripple/p-deae1a7a.entry.js +1 -0
  195. package/dist/ripple/p-e06b8ab3.system.entry.js +1 -0
  196. package/dist/ripple/{p-b495e06c.entry.js → p-e3bab713.entry.js} +1 -1
  197. package/dist/ripple/p-e8acac87.system.entry.js +1 -0
  198. package/dist/ripple/p-eed76888.system.entry.js +1 -0
  199. package/dist/ripple/p-f5df5903.system.js +1 -0
  200. package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
  201. package/dist/ripple/p-ff5ec153.entry.js +1 -0
  202. package/dist/ripple/ripple.esm.js +1 -1
  203. package/dist/ripple/ripple.js +130 -0
  204. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  205. package/dist/types/components/wm-button/wm-button.d.ts +44 -44
  206. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  207. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
  208. package/dist/types/components/wm-chart/wm-chart.d.ts +82 -82
  209. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +80 -76
  210. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +42 -41
  211. package/dist/types/components/wm-input/wm-input.d.ts +46 -46
  212. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  213. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  214. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  215. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  216. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  217. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  218. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  219. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  220. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  221. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  222. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  223. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  224. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  225. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  226. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  227. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +92 -92
  228. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -61
  229. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  230. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  231. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  232. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  233. package/dist/types/components.d.ts +25 -24
  234. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  235. package/dist/types/global/functions.d.ts +40 -40
  236. package/dist/types/global/global.d.ts +1 -1
  237. package/dist/types/global/interfaces.d.ts +34 -34
  238. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  239. package/dist/types/global/services/http-service.d.ts +4 -4
  240. package/dist/types/lang/lang.d.ts +5 -5
  241. package/package.json +47 -47
  242. package/dist/ripple/p-0068e871.entry.js +0 -1
  243. package/dist/ripple/p-00999aeb.entry.js +0 -1
  244. package/dist/ripple/p-11c09317.entry.js +0 -1
  245. package/dist/ripple/p-196b4c55.entry.js +0 -1
  246. package/dist/ripple/p-1a3df227.entry.js +0 -1
  247. package/dist/ripple/p-3590a57f.entry.js +0 -1
  248. package/dist/ripple/p-3a178ac8.entry.js +0 -1
  249. package/dist/ripple/p-46371fad.entry.js +0 -1
  250. package/dist/ripple/p-5548fc7c.js +0 -1
  251. package/dist/ripple/p-5c73fd59.entry.js +0 -1
  252. package/dist/ripple/p-828316d6.entry.js +0 -1
  253. package/dist/ripple/p-9624967f.entry.js +0 -1
  254. package/dist/ripple/p-99e2c5f6.entry.js +0 -1
  255. package/dist/ripple/p-bf985c5d.entry.js +0 -1
  256. package/dist/ripple/p-cd6de442.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
+ }