@watermarkinsights/ripple 3.5.0-3 → 3.5.1

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 (174) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/{functions-653e695c.js → functions-8fb310fe.js} +442 -442
  3. package/dist/cjs/{global-ee710089.js → global-d687de5e.js} +65 -65
  4. package/dist/cjs/{http-service-494d81de.js → http-service-9e8c4dd5.js} +49 -49
  5. package/dist/cjs/{interfaces-a3338581.js → interfaces-30a74c1f.js} +29 -29
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +78 -78
  8. package/dist/cjs/priv-datepicker.cjs.entry.js +667 -667
  9. package/dist/cjs/priv-navigator-button.cjs.entry.js +18 -18
  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 +341 -341
  13. package/dist/cjs/wm-button.cjs.entry.js +218 -218
  14. package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
  15. package/dist/cjs/wm-chart.cjs.entry.js +474 -473
  16. package/dist/cjs/wm-datepicker.cjs.entry.js +256 -256
  17. package/dist/cjs/wm-input.cjs.entry.js +133 -133
  18. package/dist/cjs/wm-modal-footer.cjs.entry.js +31 -31
  19. package/dist/cjs/wm-modal-header.cjs.entry.js +34 -34
  20. package/dist/cjs/wm-modal.cjs.entry.js +161 -161
  21. package/dist/cjs/wm-navigator.cjs.entry.js +268 -268
  22. package/dist/cjs/wm-network-uploader.cjs.entry.js +420 -420
  23. package/dist/cjs/wm-option_2.cjs.entry.js +492 -491
  24. package/dist/cjs/wm-pagination.cjs.entry.js +167 -167
  25. package/dist/cjs/wm-search.cjs.entry.js +231 -231
  26. package/dist/cjs/wm-snackbar.cjs.entry.js +170 -170
  27. package/dist/cjs/wm-tab-item_3.cjs.entry.js +300 -300
  28. package/dist/cjs/wm-tag-input.cjs.entry.js +556 -556
  29. package/dist/cjs/wm-timepicker.cjs.entry.js +380 -384
  30. package/dist/cjs/wm-toggletip.cjs.entry.js +124 -124
  31. package/dist/cjs/wm-uploader.cjs.entry.js +346 -346
  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 +485 -485
  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.js +719 -718
  38. package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1015 -1015
  39. package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
  40. package/dist/collection/components/wm-input/wm-input.js +423 -423
  41. package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -444
  42. package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
  43. package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
  44. package/dist/collection/components/wm-modal/wm-modal.js +459 -459
  45. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
  46. package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
  47. package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
  48. package/dist/collection/components/wm-option/wm-option.js +422 -422
  49. package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
  50. package/dist/collection/components/wm-search/wm-search.js +479 -479
  51. package/dist/collection/components/wm-select/wm-select.js +718 -717
  52. package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
  53. package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +219 -219
  54. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
  55. package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
  56. package/dist/collection/components/wm-tag-input/wm-tag-input.js +787 -787
  57. package/dist/collection/components/wm-timepicker/wm-timepicker.css +3 -2
  58. package/dist/collection/components/wm-timepicker/wm-timepicker.js +579 -589
  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/piglatin.js +93 -93
  72. package/dist/esm/{functions-e528c934.js → functions-c315390d.js} +442 -442
  73. package/dist/esm/{global-b94f59e6.js → global-3ff216e8.js} +65 -65
  74. package/dist/esm/{http-service-3dc3b3e7.js → http-service-5d037e16.js} +49 -49
  75. package/dist/esm/{interfaces-2b97fab2.js → interfaces-61c6305b.js} +29 -29
  76. package/dist/esm/loader.js +2 -2
  77. package/dist/esm/polyfills/core-js.js +0 -0
  78. package/dist/esm/polyfills/dom.js +0 -0
  79. package/dist/esm/polyfills/es5-html-element.js +0 -0
  80. package/dist/esm/polyfills/index.js +0 -0
  81. package/dist/esm/polyfills/system.js +0 -0
  82. package/dist/esm/priv-chart-popover.entry.js +78 -78
  83. package/dist/esm/priv-datepicker.entry.js +667 -667
  84. package/dist/esm/priv-navigator-button.entry.js +18 -18
  85. package/dist/esm/priv-navigator-item.entry.js +23 -23
  86. package/dist/esm/ripple.js +2 -2
  87. package/dist/esm/wm-action-menu_2.entry.js +341 -341
  88. package/dist/esm/wm-button.entry.js +218 -218
  89. package/dist/esm/wm-chart-slice.entry.js +13 -13
  90. package/dist/esm/wm-chart.entry.js +474 -473
  91. package/dist/esm/wm-datepicker.entry.js +256 -256
  92. package/dist/esm/wm-input.entry.js +133 -133
  93. package/dist/esm/wm-modal-footer.entry.js +31 -31
  94. package/dist/esm/wm-modal-header.entry.js +34 -34
  95. package/dist/esm/wm-modal.entry.js +161 -161
  96. package/dist/esm/wm-navigator.entry.js +268 -268
  97. package/dist/esm/wm-network-uploader.entry.js +420 -420
  98. package/dist/esm/wm-option_2.entry.js +492 -491
  99. package/dist/esm/wm-pagination.entry.js +167 -167
  100. package/dist/esm/wm-search.entry.js +231 -231
  101. package/dist/esm/wm-snackbar.entry.js +170 -170
  102. package/dist/esm/wm-tab-item_3.entry.js +300 -300
  103. package/dist/esm/wm-tag-input.entry.js +556 -556
  104. package/dist/esm/wm-timepicker.entry.js +380 -384
  105. package/dist/esm/wm-toggletip.entry.js +124 -124
  106. package/dist/esm/wm-uploader.entry.js +346 -346
  107. package/dist/esm/wm-wrapper.entry.js +12 -12
  108. package/dist/ripple/{p-fcdc6395.entry.js → p-042d6449.entry.js} +1 -1
  109. package/dist/ripple/{p-e7616311.entry.js → p-34694011.entry.js} +1 -1
  110. package/dist/ripple/{p-e9e8334e.entry.js → p-36da5d4a.entry.js} +1 -1
  111. package/dist/ripple/{p-33524565.entry.js → p-374b4fa6.entry.js} +1 -1
  112. package/dist/ripple/p-3eb955b4.entry.js +1 -0
  113. package/dist/ripple/{p-dc9c9fda.entry.js → p-41f39509.entry.js} +1 -1
  114. package/dist/ripple/{p-1e0c41a9.entry.js → p-5ffa983b.entry.js} +1 -1
  115. package/dist/ripple/p-75a9ba2f.entry.js +1 -0
  116. package/dist/ripple/{p-8923b7d0.entry.js → p-7bbd123c.entry.js} +1 -1
  117. package/dist/ripple/{p-43f1298b.js → p-888bec42.js} +0 -0
  118. package/dist/ripple/{p-cd58a15c.entry.js → p-a50439f1.entry.js} +1 -1
  119. package/dist/ripple/{p-fd8070fb.js → p-a6d6eae7.js} +0 -0
  120. package/dist/ripple/{p-65e3a656.entry.js → p-b03382ea.entry.js} +1 -1
  121. package/dist/ripple/{p-b3d5ea85.entry.js → p-b4a8c8d3.entry.js} +1 -1
  122. package/dist/ripple/{p-8cd1396e.entry.js → p-ba9d3069.entry.js} +1 -1
  123. package/dist/ripple/{p-092b01f3.entry.js → p-c5e44367.entry.js} +1 -1
  124. package/dist/ripple/{p-efdaf3b6.entry.js → p-c724ce54.entry.js} +1 -1
  125. package/dist/ripple/{p-3003d26d.entry.js → p-d5fafa9c.entry.js} +1 -1
  126. package/dist/ripple/p-d69c1688.entry.js +1 -0
  127. package/dist/ripple/p-ddf5bb8f.js +1 -0
  128. package/dist/ripple/{p-4cc71463.entry.js → p-dea72d46.entry.js} +1 -1
  129. package/dist/ripple/{p-aa973691.entry.js → p-e574fb73.entry.js} +1 -1
  130. package/dist/ripple/{p-588b4475.js → p-e60fe2f5.js} +0 -0
  131. package/dist/ripple/{p-ec9697db.entry.js → p-ec5db255.entry.js} +1 -1
  132. package/dist/ripple/ripple.esm.js +1 -1
  133. package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -48
  134. package/dist/types/components/wm-button/wm-button.d.ts +44 -44
  135. package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
  136. package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
  137. package/dist/types/components/wm-chart/wm-chart.d.ts +82 -81
  138. package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +76 -76
  139. package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
  140. package/dist/types/components/wm-input/wm-input.d.ts +46 -46
  141. package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -34
  142. package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
  143. package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
  144. package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
  145. package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
  146. package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
  147. package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
  148. package/dist/types/components/wm-option/wm-option.d.ts +32 -32
  149. package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
  150. package/dist/types/components/wm-search/wm-search.d.ts +86 -86
  151. package/dist/types/components/wm-select/wm-select.d.ts +66 -66
  152. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
  153. package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
  154. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
  155. package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
  156. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +91 -91
  157. package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +61 -62
  158. package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
  159. package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
  160. package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
  161. package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
  162. package/dist/types/components.d.ts +24 -24
  163. package/dist/types/global/__mocks__/functions.d.ts +6 -6
  164. package/dist/types/global/functions.d.ts +40 -40
  165. package/dist/types/global/global.d.ts +1 -1
  166. package/dist/types/global/interfaces.d.ts +34 -34
  167. package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
  168. package/dist/types/global/services/http-service.d.ts +4 -4
  169. package/dist/types/lang/lang.d.ts +5 -5
  170. package/package.json +46 -46
  171. package/dist/ripple/p-7a96bb97.js +0 -1
  172. package/dist/ripple/p-83b8aaaf.entry.js +0 -1
  173. package/dist/ripple/p-b5189f72.entry.js +0 -1
  174. package/dist/ripple/p-bc27b604.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
+ }