@watermarkinsights/ripple 0.0.0-1 → 0.0.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.
- package/LICENSE +21 -0
- package/README.md +1 -1
- package/dist/components/index.d.ts +33 -0
- package/dist/components/priv-calendar.d.ts +11 -0
- package/dist/components/priv-chart-popover.d.ts +11 -0
- package/dist/components/priv-navigator-button.d.ts +11 -0
- package/dist/components/priv-navigator-item.d.ts +11 -0
- package/dist/components/priv-option-list.d.ts +11 -0
- package/dist/components/wm-action-menu.d.ts +11 -0
- package/dist/components/wm-button.d.ts +11 -0
- package/dist/components/wm-chart-slice.d.ts +11 -0
- package/dist/components/wm-chart.d.ts +11 -0
- package/dist/components/wm-date-range.d.ts +11 -0
- package/dist/components/wm-datepicker.d.ts +11 -0
- package/dist/components/wm-file-list.d.ts +11 -0
- package/dist/components/wm-file.d.ts +11 -0
- package/dist/components/wm-flyout.d.ts +11 -0
- package/dist/components/wm-input.d.ts +11 -0
- package/dist/components/wm-line-chart.d.ts +11 -0
- package/dist/components/wm-menuitem.d.ts +11 -0
- package/dist/components/wm-modal-footer.d.ts +11 -0
- package/dist/components/wm-modal-header.d.ts +11 -0
- package/dist/components/wm-modal-pss-footer.d.ts +11 -0
- package/dist/components/wm-modal-pss-header.d.ts +11 -0
- package/dist/components/wm-modal-pss.d.ts +11 -0
- package/dist/components/wm-modal.d.ts +11 -0
- package/dist/components/wm-navigation-hamburger.d.ts +11 -0
- package/dist/components/wm-navigation-item.d.ts +11 -0
- package/dist/components/wm-navigation.d.ts +11 -0
- package/dist/components/wm-navigator.d.ts +11 -0
- package/dist/components/wm-nested-select.d.ts +11 -0
- package/dist/components/wm-optgroup.d.ts +11 -0
- package/dist/components/wm-option.d.ts +11 -0
- package/dist/components/wm-pagination.d.ts +11 -0
- package/dist/components/wm-progress-indicator.d.ts +11 -0
- package/dist/components/wm-progress-monitor.d.ts +11 -0
- package/dist/components/wm-progress-slice.d.ts +11 -0
- package/dist/components/wm-search.d.ts +11 -0
- package/dist/components/wm-select.d.ts +11 -0
- package/dist/components/wm-snackbar.d.ts +11 -0
- package/dist/components/wm-tab-item.d.ts +11 -0
- package/dist/components/wm-tab-list.d.ts +11 -0
- package/dist/components/wm-tab-panel.d.ts +11 -0
- package/dist/components/wm-tag-input.d.ts +11 -0
- package/dist/components/wm-tag-option.d.ts +11 -0
- package/dist/components/wm-textarea.d.ts +11 -0
- package/dist/components/wm-timepicker.d.ts +11 -0
- package/dist/components/wm-toggletip.d.ts +11 -0
- package/dist/components/wm-uploader.d.ts +11 -0
- package/dist/components/wm-wrapper.d.ts +11 -0
- package/dist/ripple/app-globals-B7cOtGhY.js +170 -0
- package/dist/ripple/chartFunctions-CmeM8Tyx.js +725 -0
- package/dist/ripple/functions-DVLl0rH_.js +18108 -0
- package/dist/ripple/index-CU5QNCKv.js +4167 -0
- package/dist/ripple/index.esm.js +1 -0
- package/dist/ripple/interfaces-CrANcZM9.js +53 -0
- package/dist/ripple/intl-7p27BJSM.js +277 -0
- package/dist/ripple/priv-calendar.entry.js +566 -0
- package/dist/ripple/priv-chart-popover.entry.js +134 -0
- package/dist/ripple/priv-navigator-button.entry.js +24 -0
- package/dist/ripple/priv-navigator-item.entry.js +30 -0
- package/dist/ripple/priv-option-list.entry.js +385 -0
- package/dist/ripple/ripple.esm.js +48 -1
- package/dist/ripple/wm-action-menu.entry.js +201 -0
- package/dist/ripple/wm-button.entry.js +197 -0
- package/dist/ripple/wm-chart-slice.entry.js +18 -0
- package/dist/ripple/wm-chart.entry.js +157 -0
- package/dist/ripple/wm-date-range.entry.js +477 -0
- package/dist/ripple/wm-datepicker.entry.js +247 -0
- package/dist/ripple/wm-file-list.entry.js +18 -0
- package/dist/ripple/wm-file.entry.js +182 -0
- package/dist/ripple/wm-flyout.entry.js +167 -0
- package/dist/ripple/wm-input.entry.js +111 -0
- package/dist/ripple/wm-line-chart.entry.js +449 -0
- package/dist/ripple/wm-menuitem.entry.js +125 -0
- package/dist/ripple/wm-modal-footer.entry.js +44 -0
- package/dist/ripple/wm-modal-header.entry.js +36 -0
- package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
- package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
- package/dist/ripple/wm-modal-pss.entry.js +135 -0
- package/dist/ripple/wm-modal.entry.js +133 -0
- package/dist/ripple/wm-navigation-hamburger.entry.js +48 -0
- package/dist/ripple/wm-navigation-item.entry.js +18 -0
- package/dist/ripple/wm-navigation.entry.js +116 -0
- package/dist/ripple/wm-navigator.entry.js +368 -0
- package/dist/ripple/wm-nested-select.entry.js +308 -0
- package/dist/ripple/wm-optgroup.entry.js +68 -0
- package/dist/ripple/wm-option.entry.js +171 -0
- package/dist/ripple/wm-pagination.entry.js +223 -0
- package/dist/ripple/wm-progress-indicator.entry.js +107 -0
- package/dist/ripple/wm-progress-monitor.entry.js +71 -0
- package/dist/ripple/wm-progress-slice.entry.js +13 -0
- package/dist/ripple/wm-search.entry.js +208 -0
- package/dist/ripple/wm-select.entry.js +249 -0
- package/dist/ripple/wm-snackbar.entry.js +185 -0
- package/dist/ripple/wm-tab-item.entry.js +63 -0
- package/dist/ripple/wm-tab-list.entry.js +175 -0
- package/dist/ripple/wm-tab-panel.entry.js +32 -0
- package/dist/ripple/wm-tag-input.entry.js +877 -0
- package/dist/ripple/wm-tag-option.entry.js +35 -0
- package/dist/ripple/wm-textarea.entry.js +79 -0
- package/dist/ripple/wm-timepicker.entry.js +300 -0
- package/dist/ripple/wm-toggletip.entry.js +176 -0
- package/dist/ripple/wm-uploader.entry.js +313 -0
- package/dist/ripple/wm-wrapper.entry.js +17 -0
- package/dist/types/components/charts/chartFunctions.d.ts +41 -0
- package/dist/types/components/charts/priv-chart-popover/priv-chart-popover.d.ts +26 -0
- package/dist/types/components/charts/wm-chart/wm-chart-slice.d.ts +11 -0
- package/dist/types/components/charts/wm-chart/wm-chart.d.ts +44 -0
- package/dist/types/components/charts/wm-line-chart/wm-line-chart.d.ts +77 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-indicator.d.ts +34 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-monitor.d.ts +22 -0
- package/dist/types/components/charts/wm-progress-monitor/wm-progress-slice.d.ts +10 -0
- package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +77 -0
- package/dist/types/components/datepickers/wm-date-range.d.ts +73 -0
- package/dist/types/components/datepickers/wm-datepicker.d.ts +49 -0
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +71 -0
- package/dist/types/components/selects/wm-nested-select/wm-nested-select.d.ts +61 -0
- package/dist/types/components/selects/wm-optgroup/wm-optgroup.d.ts +21 -0
- package/dist/types/components/selects/wm-option/wm-option.d.ts +40 -0
- package/dist/types/components/selects/wm-select/wm-select.d.ts +55 -0
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +40 -40
- package/dist/types/components/wm-button/wm-button.d.ts +38 -34
- package/dist/types/components/wm-file/wm-file.d.ts +45 -0
- package/dist/types/components/wm-file-list/wm-file-list.d.ts +5 -0
- package/dist/types/components/wm-flyout/wm-flyout.d.ts +47 -0
- package/dist/types/components/wm-input/wm-input.d.ts +49 -28
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +26 -27
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +12 -13
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +8 -10
- package/dist/types/components/wm-modal/wm-modal.d.ts +27 -31
- package/dist/types/components/wm-modal-pss/wm-modal-pss-footer.d.ts +14 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss-header.d.ts +10 -0
- package/dist/types/components/wm-modal-pss/wm-modal-pss.d.ts +33 -0
- package/dist/types/components/wm-navigation/wm-navigation-hamburger.d.ts +16 -0
- package/dist/types/components/wm-navigation/wm-navigation-item.d.ts +9 -0
- package/dist/types/components/wm-navigation/wm-navigation.d.ts +23 -0
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +6 -7
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +10 -10
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +55 -57
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +30 -28
- package/dist/types/components/wm-search/wm-search.d.ts +71 -75
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +28 -28
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +28 -31
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +38 -47
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +14 -16
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +117 -80
- package/dist/types/components/wm-tag-input/wm-tag-option/wm-tag-option.d.ts +18 -0
- package/dist/types/components/wm-textarea/wm-textarea.d.ts +30 -0
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +48 -55
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +24 -23
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +63 -72
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +4 -4
- package/dist/types/components.d.ts +1364 -207
- package/dist/types/global/__mocks__/functions.d.ts +2 -1
- package/dist/types/global/functions.d.ts +62 -10
- package/dist/types/global/interfaces.d.ts +95 -23
- package/dist/types/global/intl.d.ts +62 -0
- package/dist/types/global/services/__mocks__/http-service.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +176 -37
- package/package.json +43 -24
- package/dist/cjs/app-globals-6b0c6e80.js +0 -110
- package/dist/cjs/app-globals-f1dd8fda.js +0 -47
- package/dist/cjs/css-shim-a7379e2b.js +0 -6
- package/dist/cjs/dom-3e7d9c3b.js +0 -75
- package/dist/cjs/functions-65513c61.js +0 -8360
- package/dist/cjs/functions-e3f5ae65.js +0 -6137
- package/dist/cjs/global-eddeee0b.js +0 -36
- package/dist/cjs/http-service-9e8c4dd5.js +0 -57
- package/dist/cjs/index-298ebef1.js +0 -2976
- package/dist/cjs/index-d930307d.js +0 -1392
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/interfaces-30a74c1f.js +0 -35
- package/dist/cjs/interfaces-b2beb752.js +0 -54
- package/dist/cjs/loader.cjs.js +0 -22
- package/dist/cjs/priv-chart-popover.cjs.entry.js +0 -89
- package/dist/cjs/priv-datepicker.cjs.entry.js +0 -672
- package/dist/cjs/priv-navigator-button.cjs.entry.js +0 -29
- package/dist/cjs/priv-navigator-item.cjs.entry.js +0 -34
- package/dist/cjs/ripple.cjs.js +0 -20
- package/dist/cjs/shadow-css-09555044.js +0 -391
- package/dist/cjs/wm-action-menu.cjs.entry.js +0 -206
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +0 -318
- package/dist/cjs/wm-button.cjs.entry.js +0 -152
- package/dist/cjs/wm-chart-slice.cjs.entry.js +0 -22
- package/dist/cjs/wm-chart.cjs.entry.js +0 -508
- package/dist/cjs/wm-datepicker.cjs.entry.js +0 -262
- package/dist/cjs/wm-input.cjs.entry.js +0 -110
- package/dist/cjs/wm-menuitem.cjs.entry.js +0 -118
- package/dist/cjs/wm-modal-footer.cjs.entry.js +0 -43
- package/dist/cjs/wm-modal-header.cjs.entry.js +0 -45
- package/dist/cjs/wm-modal.cjs.entry.js +0 -149
- package/dist/cjs/wm-navigator.cjs.entry.js +0 -279
- package/dist/cjs/wm-network-uploader.cjs.entry.js +0 -431
- package/dist/cjs/wm-option.cjs.entry.js +0 -123
- package/dist/cjs/wm-option_2.cjs.entry.js +0 -483
- package/dist/cjs/wm-pagination.cjs.entry.js +0 -176
- package/dist/cjs/wm-search.cjs.entry.js +0 -231
- package/dist/cjs/wm-select.cjs.entry.js +0 -366
- package/dist/cjs/wm-snackbar.cjs.entry.js +0 -160
- package/dist/cjs/wm-tab-item.cjs.entry.js +0 -82
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +0 -316
- package/dist/cjs/wm-tab-list.cjs.entry.js +0 -205
- package/dist/cjs/wm-tab-panel.cjs.entry.js +0 -42
- package/dist/cjs/wm-tag-input.cjs.entry.js +0 -513
- package/dist/cjs/wm-timepicker.cjs.entry.js +0 -386
- package/dist/cjs/wm-toggletip.cjs.entry.js +0 -128
- package/dist/cjs/wm-uploader.cjs.entry.js +0 -342
- package/dist/cjs/wm-wrapper.cjs.entry.js +0 -21
- package/dist/collection/collection-manifest.json +0 -131
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -122
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +0 -392
- package/dist/collection/components/wm-button/wm-button.css +0 -572
- package/dist/collection/components/wm-button/wm-button.js +0 -365
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.css +0 -132
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +0 -232
- package/dist/collection/components/wm-chart/wm-chart-slice.js +0 -64
- package/dist/collection/components/wm-chart/wm-chart.css +0 -337
- package/dist/collection/components/wm-chart/wm-chart.js +0 -710
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +0 -365
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +0 -1003
- package/dist/collection/components/wm-datepicker/wm-datepicker.css +0 -211
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +0 -445
- package/dist/collection/components/wm-input/wm-input.css +0 -220
- package/dist/collection/components/wm-input/wm-input.js +0 -302
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -118
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +0 -411
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -84
- package/dist/collection/components/wm-modal/wm-modal-footer.js +0 -159
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -78
- package/dist/collection/components/wm-modal/wm-modal-header.js +0 -109
- package/dist/collection/components/wm-modal/wm-modal.css +0 -155
- package/dist/collection/components/wm-modal/wm-modal.js +0 -356
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -94
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +0 -97
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -67
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +0 -114
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -137
- package/dist/collection/components/wm-navigator/wm-navigator.js +0 -468
- package/dist/collection/components/wm-option/wm-option.css +0 -162
- package/dist/collection/components/wm-option/wm-option.js +0 -394
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -217
- package/dist/collection/components/wm-pagination/wm-pagination.js +0 -348
- package/dist/collection/components/wm-search/wm-search.css +0 -155
- package/dist/collection/components/wm-search/wm-search.js +0 -439
- package/dist/collection/components/wm-select/wm-select.css +0 -315
- package/dist/collection/components/wm-select/wm-select.js +0 -676
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -331
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +0 -240
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -104
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +0 -202
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -73
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +0 -315
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -57
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +0 -104
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -408
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +0 -707
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -370
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +0 -567
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -350
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +0 -217
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.css +0 -642
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +0 -753
- package/dist/collection/components/wm-uploader/wm-uploader.css +0 -666
- package/dist/collection/components/wm-uploader/wm-uploader.js +0 -673
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +0 -27
- package/dist/collection/dev/scripts.js +0 -20
- package/dist/collection/global/__mocks__/functions.js +0 -5
- package/dist/collection/global/functions.js +0 -420
- package/dist/collection/global/global.js +0 -39
- package/dist/collection/global/interfaces.js +0 -49
- package/dist/collection/global/services/__mocks__/http-service.js +0 -130
- package/dist/collection/global/services/http-service.js +0 -50
- package/dist/collection/lang/lang.js +0 -5
- package/dist/collection/lang/piglatin.js +0 -93
- package/dist/componentlibrary/app-globals-18876ad3.js +0 -45
- package/dist/componentlibrary/app-globals-307a1083.js +0 -108
- package/dist/componentlibrary/componentlibrary.css +0 -84
- package/dist/componentlibrary/css-shim-bbdf0cc6.js +0 -4
- package/dist/componentlibrary/dom-1f98a75f.js +0 -73
- package/dist/componentlibrary/functions-316c1b23.js +0 -8340
- package/dist/componentlibrary/http-service-5d037e16.js +0 -52
- package/dist/componentlibrary/index-d5997567.js +0 -2938
- package/dist/componentlibrary/interfaces-50753346.js +0 -51
- package/dist/componentlibrary/priv-chart-popover.entry.js +0 -85
- package/dist/componentlibrary/priv-datepicker.entry.js +0 -668
- package/dist/componentlibrary/priv-navigator-button.entry.js +0 -25
- package/dist/componentlibrary/priv-navigator-item.entry.js +0 -30
- package/dist/componentlibrary/shadow-css-67b66845.js +0 -389
- package/dist/componentlibrary/wm-action-menu.entry.js +0 -202
- package/dist/componentlibrary/wm-button.entry.js +0 -148
- package/dist/componentlibrary/wm-chart-slice.entry.js +0 -18
- package/dist/componentlibrary/wm-chart.entry.js +0 -504
- package/dist/componentlibrary/wm-datepicker.entry.js +0 -258
- package/dist/componentlibrary/wm-input.entry.js +0 -106
- package/dist/componentlibrary/wm-menuitem.entry.js +0 -114
- package/dist/componentlibrary/wm-modal-footer.entry.js +0 -39
- package/dist/componentlibrary/wm-modal-header.entry.js +0 -41
- package/dist/componentlibrary/wm-modal.entry.js +0 -145
- package/dist/componentlibrary/wm-navigator.entry.js +0 -275
- package/dist/componentlibrary/wm-network-uploader.entry.js +0 -427
- package/dist/componentlibrary/wm-option.entry.js +0 -119
- package/dist/componentlibrary/wm-pagination.entry.js +0 -172
- package/dist/componentlibrary/wm-search.entry.js +0 -227
- package/dist/componentlibrary/wm-select.entry.js +0 -362
- package/dist/componentlibrary/wm-snackbar.entry.js +0 -156
- package/dist/componentlibrary/wm-tab-item.entry.js +0 -78
- package/dist/componentlibrary/wm-tab-list.entry.js +0 -201
- package/dist/componentlibrary/wm-tab-panel.entry.js +0 -38
- package/dist/componentlibrary/wm-tag-input.entry.js +0 -509
- package/dist/componentlibrary/wm-timepicker.entry.js +0 -382
- package/dist/componentlibrary/wm-toggletip.entry.js +0 -124
- package/dist/componentlibrary/wm-uploader.entry.js +0 -338
- package/dist/componentlibrary/wm-wrapper.entry.js +0 -17
- package/dist/esm/app-globals-18876ad3.js +0 -45
- package/dist/esm/app-globals-307a1083.js +0 -108
- package/dist/esm/css-shim-bbdf0cc6.js +0 -4
- package/dist/esm/dom-1f98a75f.js +0 -73
- package/dist/esm/functions-0deb7f8e.js +0 -6117
- package/dist/esm/functions-316c1b23.js +0 -8340
- package/dist/esm/global-e4e96bde.js +0 -34
- package/dist/esm/http-service-5d037e16.js +0 -52
- package/dist/esm/index-5a842e48.js +0 -1363
- package/dist/esm/index-d5997567.js +0 -2938
- package/dist/esm/index.js +0 -1
- package/dist/esm/interfaces-50753346.js +0 -51
- package/dist/esm/interfaces-61c6305b.js +0 -32
- package/dist/esm/loader.js +0 -18
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/priv-chart-popover.entry.js +0 -85
- package/dist/esm/priv-datepicker.entry.js +0 -668
- package/dist/esm/priv-navigator-button.entry.js +0 -25
- package/dist/esm/priv-navigator-item.entry.js +0 -30
- package/dist/esm/ripple.js +0 -18
- package/dist/esm/shadow-css-67b66845.js +0 -389
- package/dist/esm/wm-action-menu.entry.js +0 -202
- package/dist/esm/wm-action-menu_2.entry.js +0 -313
- package/dist/esm/wm-button.entry.js +0 -148
- package/dist/esm/wm-chart-slice.entry.js +0 -18
- package/dist/esm/wm-chart.entry.js +0 -504
- package/dist/esm/wm-datepicker.entry.js +0 -258
- package/dist/esm/wm-input.entry.js +0 -106
- package/dist/esm/wm-menuitem.entry.js +0 -114
- package/dist/esm/wm-modal-footer.entry.js +0 -39
- package/dist/esm/wm-modal-header.entry.js +0 -41
- package/dist/esm/wm-modal.entry.js +0 -145
- package/dist/esm/wm-navigator.entry.js +0 -275
- package/dist/esm/wm-network-uploader.entry.js +0 -427
- package/dist/esm/wm-option.entry.js +0 -119
- package/dist/esm/wm-option_2.entry.js +0 -478
- package/dist/esm/wm-pagination.entry.js +0 -172
- package/dist/esm/wm-search.entry.js +0 -227
- package/dist/esm/wm-select.entry.js +0 -362
- package/dist/esm/wm-snackbar.entry.js +0 -156
- package/dist/esm/wm-tab-item.entry.js +0 -78
- package/dist/esm/wm-tab-item_3.entry.js +0 -310
- package/dist/esm/wm-tab-list.entry.js +0 -201
- package/dist/esm/wm-tab-panel.entry.js +0 -38
- package/dist/esm/wm-tag-input.entry.js +0 -509
- package/dist/esm/wm-timepicker.entry.js +0 -382
- package/dist/esm/wm-toggletip.entry.js +0 -124
- package/dist/esm/wm-uploader.entry.js +0 -338
- package/dist/esm/wm-wrapper.entry.js +0 -17
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/loader/cdn.js +0 -3
- package/dist/loader/index.cjs.js +0 -3
- package/dist/loader/index.d.ts +0 -13
- package/dist/loader/index.es2017.js +0 -3
- package/dist/loader/index.js +0 -4
- package/dist/loader/package.json +0 -10
- package/dist/ripple/p-103f8cae.entry.js +0 -1
- package/dist/ripple/p-139fe143.entry.js +0 -1
- package/dist/ripple/p-16367805.entry.js +0 -1
- package/dist/ripple/p-1d334060.entry.js +0 -1
- package/dist/ripple/p-2562f330.entry.js +0 -1
- package/dist/ripple/p-278b26ef.entry.js +0 -1
- package/dist/ripple/p-2c21bb72.entry.js +0 -1
- package/dist/ripple/p-2f5fda71.entry.js +0 -1
- package/dist/ripple/p-3e6f04d5.entry.js +0 -1
- package/dist/ripple/p-42ca2e15.entry.js +0 -1
- package/dist/ripple/p-454ad552.entry.js +0 -1
- package/dist/ripple/p-6a01e13d.js +0 -1
- package/dist/ripple/p-7185de7f.entry.js +0 -1
- package/dist/ripple/p-846b4c5f.entry.js +0 -1
- package/dist/ripple/p-888bec42.js +0 -1
- package/dist/ripple/p-90779d53.entry.js +0 -1
- package/dist/ripple/p-934543f2.js +0 -1
- package/dist/ripple/p-9a087fee.entry.js +0 -1
- package/dist/ripple/p-a4f6be52.entry.js +0 -1
- package/dist/ripple/p-a6d6eae7.js +0 -1
- package/dist/ripple/p-a942ad10.entry.js +0 -1
- package/dist/ripple/p-bfb4652d.entry.js +0 -1
- package/dist/ripple/p-c2e27acc.entry.js +0 -1
- package/dist/ripple/p-c2edda64.entry.js +0 -1
- package/dist/ripple/p-d1fdcbcf.entry.js +0 -1
- package/dist/ripple/p-d40b6afb.entry.js +0 -1
- package/dist/ripple/p-da73db1c.entry.js +0 -1
- package/dist/ripple/p-ea5cd8b8.js +0 -16
- package/dist/ripple/p-ed0f43f4.entry.js +0 -1
- package/dist/ripple/p-ffafd363.entry.js +0 -1
- package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +0 -23
- package/dist/types/components/wm-chart/wm-chart-slice.d.ts +0 -8
- package/dist/types/components/wm-chart/wm-chart.d.ts +0 -77
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +0 -75
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +0 -39
- package/dist/types/components/wm-option/wm-option.d.ts +0 -28
- package/dist/types/components/wm-select/wm-select.d.ts +0 -63
- package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +0 -85
|
@@ -1,753 +0,0 @@
|
|
|
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-style": "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-style": "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
|
-
}
|