@watermarkinsights/ripple 5.12.0-9 → 5.13.0-alpha.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/{esm/chartFunctions-1478f4db.js → components/chartFunctions.js} +31 -11
- package/dist/components/functions.js +17465 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/{collection/global/global.js → components/index.js} +52 -2
- package/dist/{collection/global → components}/interfaces.js +6 -4
- package/dist/{esm/intl-6426ba51.js → components/intl.js} +104 -2
- package/dist/components/priv-calendar.d.ts +11 -0
- package/dist/components/priv-calendar.js +6 -0
- package/dist/{esm/priv-calendar.entry.js → components/priv-calendar2.js} +38 -16
- package/dist/components/priv-chart-popover.d.ts +11 -0
- package/dist/components/priv-chart-popover.js +6 -0
- package/dist/{esm/priv-chart-popover.entry.js → components/priv-chart-popover2.js} +30 -12
- package/dist/components/priv-navigator-button.d.ts +11 -0
- package/dist/components/priv-navigator-button.js +6 -0
- package/dist/{esm/priv-navigator-button.entry.js → components/priv-navigator-button2.js} +26 -9
- package/dist/components/priv-navigator-item.d.ts +11 -0
- package/dist/components/priv-navigator-item.js +6 -0
- package/dist/{esm/priv-navigator-item.entry.js → components/priv-navigator-item2.js} +27 -9
- package/dist/components/priv-option-list.d.ts +11 -0
- package/dist/components/priv-option-list.js +6 -0
- package/dist/{esm/priv-option-list.entry.js → components/priv-option-list2.js} +63 -68
- package/dist/components/wm-action-menu.d.ts +11 -0
- package/dist/components/wm-action-menu.js +6 -0
- package/dist/{cjs/wm-pagination.cjs.entry.js → components/wm-action-menu2.js} +216 -161
- package/dist/components/wm-button.d.ts +11 -0
- package/dist/components/wm-button.js +6 -0
- package/dist/{esm/wm-button.entry.js → components/wm-button2.js} +48 -20
- package/dist/components/wm-chart-slice.d.ts +11 -0
- package/dist/components/wm-chart-slice.js +41 -0
- package/dist/components/wm-chart.d.ts +11 -0
- package/dist/{esm/wm-chart.entry.js → components/wm-chart.js} +70 -25
- package/dist/components/wm-date-range.d.ts +11 -0
- package/dist/{esm/wm-date-range.entry.js → components/wm-date-range.js} +79 -26
- package/dist/components/wm-datepicker.d.ts +11 -0
- package/dist/{esm/wm-datepicker.entry.js → components/wm-datepicker.js} +53 -16
- package/dist/components/wm-file-list.d.ts +11 -0
- package/dist/{esm/wm-file-list.entry.js → components/wm-file-list.js} +28 -9
- package/dist/components/wm-file.d.ts +11 -0
- package/dist/{esm/wm-file.entry.js → components/wm-file.js} +58 -20
- package/dist/components/wm-input.d.ts +11 -0
- package/dist/{esm/wm-input.entry.js → components/wm-input.js} +53 -22
- package/dist/components/wm-line-chart.d.ts +11 -0
- package/dist/{esm/wm-line-chart.entry.js → components/wm-line-chart.js} +77 -36
- package/dist/components/wm-menuitem.d.ts +11 -0
- package/dist/components/wm-menuitem.js +6 -0
- package/dist/{cjs/wm-optgroup.cjs.entry.js → components/wm-menuitem2.js} +130 -58
- package/dist/components/wm-modal-footer.d.ts +11 -0
- package/dist/components/wm-modal-footer.js +73 -0
- package/dist/components/wm-modal-header.d.ts +11 -0
- package/dist/components/wm-modal-header.js +61 -0
- package/dist/components/wm-modal-pss-footer.d.ts +11 -0
- package/dist/{cjs/priv-chart-popover.cjs.entry.js → components/wm-modal-pss-footer.js} +58 -129
- package/dist/components/wm-modal-pss-header.d.ts +11 -0
- package/dist/components/wm-modal-pss-header.js +64 -0
- package/dist/components/wm-modal-pss.d.ts +11 -0
- package/dist/{cjs/wm-textarea.cjs.entry.js → components/wm-modal-pss.js} +141 -67
- package/dist/components/wm-modal.d.ts +11 -0
- package/dist/{cjs/wm-input.cjs.entry.js → components/wm-modal.js} +140 -104
- package/dist/components/wm-navigation-hamburger.d.ts +11 -0
- package/dist/{esm-es5/priv-chart-popover.entry.js → components/wm-navigation-hamburger.js} +70 -1
- package/dist/components/wm-navigation-item.d.ts +11 -0
- package/dist/{ripple/p-713ea307.entry.js → components/wm-navigation-item.js} +40 -1
- package/dist/components/wm-navigation.d.ts +11 -0
- package/dist/{ripple/p-165b5d3d.system.entry.js → components/wm-navigation.js} +144 -1
- package/dist/components/wm-navigator.d.ts +11 -0
- package/dist/{esm/wm-navigator.entry.js → components/wm-navigator.js} +106 -19
- package/dist/components/wm-nested-select.d.ts +11 -0
- package/dist/{esm/wm-nested-select.entry.js → components/wm-nested-select.js} +63 -70
- package/dist/components/wm-optgroup.d.ts +11 -0
- package/dist/{esm/wm-optgroup.entry.js → components/wm-optgroup.js} +48 -11
- package/dist/components/wm-option.d.ts +11 -0
- package/dist/components/wm-option.js +6 -0
- package/dist/{cjs/wm-search.cjs.entry.js → components/wm-option2.js} +168 -166
- package/dist/components/wm-pagination.d.ts +11 -0
- package/dist/{esm/wm-pagination.entry.js → components/wm-pagination.js} +105 -26
- package/dist/components/wm-progress-indicator.d.ts +11 -0
- package/dist/{esm/wm-progress-indicator_3.entry.js → components/wm-progress-indicator.js} +51 -105
- package/dist/components/wm-progress-monitor.d.ts +11 -0
- package/dist/{ripple/p-d530c703.entry.js → components/wm-progress-monitor.js} +93 -1
- package/dist/components/wm-progress-slice.d.ts +11 -0
- package/dist/components/wm-progress-slice.js +37 -0
- package/dist/components/wm-search.d.ts +11 -0
- package/dist/{esm/wm-search.entry.js → components/wm-search.js} +74 -14
- package/dist/components/wm-select.d.ts +11 -0
- package/dist/components/wm-select.js +6 -0
- package/dist/components/wm-select2.js +294 -0
- package/dist/components/wm-snackbar.d.ts +11 -0
- package/dist/{esm/wm-snackbar.entry.js → components/wm-snackbar.js} +46 -17
- package/dist/components/wm-tab-item.d.ts +11 -0
- package/dist/components/wm-tab-item.js +85 -0
- package/dist/components/wm-tab-list.d.ts +11 -0
- package/dist/{cjs/wm-uploader.cjs.entry.js → components/wm-tab-list.js} +174 -282
- package/dist/components/wm-tab-panel.d.ts +11 -0
- package/dist/{cjs/wm-file-list.cjs.entry.js → components/wm-tab-panel.js} +46 -17
- package/dist/components/wm-tag-input.d.ts +11 -0
- package/dist/{esm/wm-tag-input.entry.js → components/wm-tag-input.js} +86 -49
- package/dist/components/wm-tag-option.d.ts +11 -0
- package/dist/components/wm-tag-option.js +63 -0
- package/dist/components/wm-textarea.d.ts +11 -0
- package/dist/{esm/wm-textarea.entry.js → components/wm-textarea.js} +46 -17
- package/dist/components/wm-timepicker.d.ts +11 -0
- package/dist/{esm/wm-timepicker.entry.js → components/wm-timepicker.js} +49 -19
- package/dist/components/wm-toggletip.d.ts +11 -0
- package/dist/{esm/wm-toggletip.entry.js → components/wm-toggletip.js} +37 -16
- package/dist/components/wm-uploader.d.ts +11 -0
- package/dist/{esm/wm-uploader.entry.js → components/wm-uploader.js} +50 -23
- package/dist/components/wm-wrapper.d.ts +11 -0
- package/dist/components/wm-wrapper.js +34 -0
- package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +0 -6
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +6 -0
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +1 -0
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +1 -0
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +2 -1
- package/dist/types/global/intl.d.ts +22 -0
- package/dist/types/stencil-public-runtime.d.ts +28 -0
- package/package.json +5 -9
- package/dist/cjs/app-globals-b8352f28.js +0 -92
- package/dist/cjs/chartFunctions-7314b414.js +0 -712
- package/dist/cjs/functions-5ac8a62f.js +0 -8462
- package/dist/cjs/index-788526f5.js +0 -1859
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/interfaces-85d78ae9.js +0 -37
- package/dist/cjs/intl-07aaf53c.js +0 -180
- package/dist/cjs/loader.cjs.js +0 -15
- package/dist/cjs/priv-calendar.cjs.entry.js +0 -574
- package/dist/cjs/priv-navigator-button.cjs.entry.js +0 -29
- package/dist/cjs/priv-navigator-item.cjs.entry.js +0 -35
- package/dist/cjs/priv-option-list.cjs.entry.js +0 -430
- package/dist/cjs/ripple.cjs.js +0 -25
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +0 -335
- package/dist/cjs/wm-button.cjs.entry.js +0 -207
- package/dist/cjs/wm-chart-slice.cjs.entry.js +0 -27
- package/dist/cjs/wm-chart.cjs.entry.js +0 -156
- package/dist/cjs/wm-date-range.cjs.entry.js +0 -473
- package/dist/cjs/wm-datepicker.cjs.entry.js +0 -254
- package/dist/cjs/wm-file.cjs.entry.js +0 -194
- package/dist/cjs/wm-line-chart.cjs.entry.js +0 -460
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +0 -217
- package/dist/cjs/wm-modal_3.cjs.entry.js +0 -215
- package/dist/cjs/wm-navigation_3.cjs.entry.js +0 -188
- package/dist/cjs/wm-navigator.cjs.entry.js +0 -327
- package/dist/cjs/wm-nested-select.cjs.entry.js +0 -354
- package/dist/cjs/wm-option_2.cjs.entry.js +0 -439
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +0 -204
- package/dist/cjs/wm-snackbar.cjs.entry.js +0 -177
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +0 -258
- package/dist/cjs/wm-tag-input.cjs.entry.js +0 -886
- package/dist/cjs/wm-tag-option.cjs.entry.js +0 -43
- package/dist/cjs/wm-timepicker.cjs.entry.js +0 -307
- package/dist/cjs/wm-toggletip.cjs.entry.js +0 -183
- package/dist/cjs/wm-wrapper.cjs.entry.js +0 -21
- package/dist/collection/collection-manifest.json +0 -191
- package/dist/collection/components/charts/chartFunctions.js +0 -645
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +0 -908
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +0 -257
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +0 -125
- package/dist/collection/components/charts/wm-chart/wm-chart.css +0 -1274
- package/dist/collection/components/charts/wm-chart/wm-chart.js +0 -415
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +0 -1067
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +0 -722
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +0 -1274
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +0 -264
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +0 -909
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +0 -151
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +0 -121
- package/dist/collection/components/datepickers/datepicker.css +0 -1043
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +0 -1279
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +0 -840
- package/dist/collection/components/datepickers/wm-date-range.js +0 -838
- package/dist/collection/components/datepickers/wm-datepicker.js +0 -524
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +0 -918
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +0 -817
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +0 -1181
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +0 -659
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +0 -830
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +0 -258
- package/dist/collection/components/selects/wm-option/wm-option.css +0 -931
- package/dist/collection/components/selects/wm-option/wm-option.js +0 -530
- package/dist/collection/components/selects/wm-select/wm-select.css +0 -1104
- package/dist/collection/components/selects/wm-select/wm-select.js +0 -596
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +0 -891
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +0 -435
- package/dist/collection/components/wm-button/wm-button.css +0 -1261
- package/dist/collection/components/wm-button/wm-button.js +0 -489
- package/dist/collection/components/wm-file/wm-file.css +0 -927
- package/dist/collection/components/wm-file/wm-file.js +0 -412
- package/dist/collection/components/wm-file-list/wm-file-list.css +0 -820
- package/dist/collection/components/wm-file-list/wm-file-list.js +0 -45
- package/dist/collection/components/wm-input/wm-input.css +0 -992
- package/dist/collection/components/wm-input/wm-input.js +0 -471
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +0 -891
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +0 -419
- package/dist/collection/components/wm-modal/wm-modal-footer.css +0 -852
- package/dist/collection/components/wm-modal/wm-modal-footer.js +0 -141
- package/dist/collection/components/wm-modal/wm-modal-header.css +0 -846
- package/dist/collection/components/wm-modal/wm-modal-header.js +0 -78
- package/dist/collection/components/wm-modal/wm-modal.css +0 -890
- package/dist/collection/components/wm-modal/wm-modal.js +0 -350
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +0 -852
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +0 -138
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +0 -846
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +0 -82
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +0 -927
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +0 -362
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +0 -847
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +0 -119
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +0 -856
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +0 -98
- package/dist/collection/components/wm-navigation/wm-navigation.css +0 -898
- package/dist/collection/components/wm-navigation/wm-navigation.js +0 -190
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +0 -849
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +0 -86
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +0 -830
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +0 -124
- package/dist/collection/components/wm-navigator/wm-navigator.css +0 -903
- package/dist/collection/components/wm-navigator/wm-navigator.js +0 -496
- package/dist/collection/components/wm-pagination/wm-pagination.css +0 -971
- package/dist/collection/components/wm-pagination/wm-pagination.js +0 -311
- package/dist/collection/components/wm-search/wm-search.css +0 -895
- package/dist/collection/components/wm-search/wm-search.js +0 -427
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +0 -1077
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +0 -264
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +0 -868
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +0 -175
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +0 -840
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +0 -268
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +0 -825
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +0 -87
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +0 -1275
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +0 -1221
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +0 -243
- package/dist/collection/components/wm-textarea/wm-textarea.css +0 -979
- package/dist/collection/components/wm-textarea/wm-textarea.js +0 -313
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +0 -1093
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +0 -547
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +0 -1153
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +0 -289
- package/dist/collection/components/wm-uploader/wm-uploader.css +0 -1563
- package/dist/collection/components/wm-uploader/wm-uploader.js +0 -603
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +0 -28
- package/dist/collection/dev/button.js +0 -0
- package/dist/collection/dev/chart-small.js +0 -56
- package/dist/collection/dev/chart.js +0 -18
- package/dist/collection/dev/date-range.js +0 -6
- package/dist/collection/dev/datepicker.js +0 -46
- package/dist/collection/dev/file-list.js +0 -16
- package/dist/collection/dev/file.js +0 -0
- package/dist/collection/dev/input.js +0 -6
- package/dist/collection/dev/line-chart.js +0 -0
- package/dist/collection/dev/modal.js +0 -48
- package/dist/collection/dev/navigation.js +0 -13
- package/dist/collection/dev/navigator.js +0 -34
- package/dist/collection/dev/nested-select.js +0 -36
- package/dist/collection/dev/pagination.js +0 -7
- package/dist/collection/dev/progress-monitor.js +0 -0
- package/dist/collection/dev/pss-modal.js +0 -8
- package/dist/collection/dev/scripts.js +0 -49
- package/dist/collection/dev/search.js +0 -72
- package/dist/collection/dev/select.js +0 -57
- package/dist/collection/dev/snackbar.js +0 -54
- package/dist/collection/dev/tabs.js +0 -44
- package/dist/collection/dev/tag-input.js +0 -32
- package/dist/collection/dev/textarea.js +0 -28
- package/dist/collection/dev/timepicker.js +0 -32
- package/dist/collection/dev/toggletip.js +0 -9
- package/dist/collection/dev/uploader.js +0 -139
- package/dist/collection/global/__mocks__/functions.js +0 -6
- package/dist/collection/global/functions.js +0 -825
- package/dist/collection/global/intl.js +0 -172
- 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/missing.js +0 -43
- package/dist/collection/lang/piglatin.js +0 -93
- package/dist/esm/app-globals-f3dbaf3e.js +0 -90
- package/dist/esm/functions-f53b3537.js +0 -8422
- package/dist/esm/index-130e07bb.js +0 -1828
- package/dist/esm/index.js +0 -1
- package/dist/esm/interfaces-cc5b177f.js +0 -34
- package/dist/esm/loader.js +0 -11
- package/dist/esm/polyfills/core-js.js +0 -11
- 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/ripple.js +0 -20
- package/dist/esm/wm-action-menu_2.entry.js +0 -330
- package/dist/esm/wm-chart-slice.entry.js +0 -23
- package/dist/esm/wm-modal-pss_3.entry.js +0 -211
- package/dist/esm/wm-modal_3.entry.js +0 -209
- package/dist/esm/wm-navigation_3.entry.js +0 -182
- package/dist/esm/wm-option_2.entry.js +0 -434
- package/dist/esm/wm-tab-item_3.entry.js +0 -252
- package/dist/esm/wm-tag-option.entry.js +0 -39
- package/dist/esm/wm-wrapper.entry.js +0 -17
- package/dist/esm-es5/app-globals-f3dbaf3e.js +0 -1
- package/dist/esm-es5/chartFunctions-1478f4db.js +0 -1
- package/dist/esm-es5/functions-f53b3537.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/interfaces-cc5b177f.js +0 -1
- package/dist/esm-es5/intl-6426ba51.js +0 -1
- package/dist/esm-es5/loader.js +0 -1
- package/dist/esm-es5/priv-calendar.entry.js +0 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +0 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +0 -1
- package/dist/esm-es5/priv-option-list.entry.js +0 -1
- package/dist/esm-es5/ripple.js +0 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +0 -1
- package/dist/esm-es5/wm-button.entry.js +0 -1
- package/dist/esm-es5/wm-chart-slice.entry.js +0 -1
- package/dist/esm-es5/wm-chart.entry.js +0 -1
- package/dist/esm-es5/wm-date-range.entry.js +0 -1
- package/dist/esm-es5/wm-datepicker.entry.js +0 -1
- package/dist/esm-es5/wm-file-list.entry.js +0 -1
- package/dist/esm-es5/wm-file.entry.js +0 -1
- package/dist/esm-es5/wm-input.entry.js +0 -1
- package/dist/esm-es5/wm-line-chart.entry.js +0 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +0 -1
- package/dist/esm-es5/wm-modal_3.entry.js +0 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +0 -1
- package/dist/esm-es5/wm-navigator.entry.js +0 -1
- package/dist/esm-es5/wm-nested-select.entry.js +0 -1
- package/dist/esm-es5/wm-optgroup.entry.js +0 -1
- package/dist/esm-es5/wm-option_2.entry.js +0 -1
- package/dist/esm-es5/wm-pagination.entry.js +0 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +0 -1
- package/dist/esm-es5/wm-search.entry.js +0 -1
- package/dist/esm-es5/wm-snackbar.entry.js +0 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +0 -1
- package/dist/esm-es5/wm-tag-input.entry.js +0 -1
- package/dist/esm-es5/wm-tag-option.entry.js +0 -1
- package/dist/esm-es5/wm-textarea.entry.js +0 -1
- package/dist/esm-es5/wm-timepicker.entry.js +0 -1
- package/dist/esm-es5/wm-toggletip.entry.js +0 -1
- package/dist/esm-es5/wm-uploader.entry.js +0 -1
- package/dist/esm-es5/wm-wrapper.entry.js +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/loader/cdn.js +0 -2
- package/dist/loader/index.cjs.js +0 -2
- package/dist/loader/index.d.ts +0 -24
- package/dist/loader/index.es2017.js +0 -2
- package/dist/loader/index.js +0 -3
- package/dist/loader/package.json +0 -11
- package/dist/ripple/index.esm.js +0 -0
- package/dist/ripple/p-02bd68af.system.entry.js +0 -1
- package/dist/ripple/p-02e60a11.system.entry.js +0 -1
- package/dist/ripple/p-03fafb82.entry.js +0 -1
- package/dist/ripple/p-043901ab.system.entry.js +0 -1
- package/dist/ripple/p-0d163672.system.entry.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-1f174e18.system.entry.js +0 -1
- package/dist/ripple/p-20b137a3.system.entry.js +0 -1
- package/dist/ripple/p-226217d3.system.entry.js +0 -1
- package/dist/ripple/p-233f14ec.system.entry.js +0 -1
- package/dist/ripple/p-243a7a17.system.entry.js +0 -1
- package/dist/ripple/p-263e42e0.entry.js +0 -1
- package/dist/ripple/p-2732bddd.js +0 -1
- package/dist/ripple/p-27ff3a85.js +0 -1
- package/dist/ripple/p-28f9e202.system.entry.js +0 -1
- package/dist/ripple/p-2c8153c1.entry.js +0 -1
- package/dist/ripple/p-3376581a.system.entry.js +0 -1
- package/dist/ripple/p-368e9ee9.entry.js +0 -1
- package/dist/ripple/p-3a2a3b70.entry.js +0 -1
- package/dist/ripple/p-3b5d106d.entry.js +0 -1
- package/dist/ripple/p-42fa7a77.system.js +0 -1
- package/dist/ripple/p-45b5d2d2.entry.js +0 -1
- package/dist/ripple/p-486b3b56.system.entry.js +0 -1
- package/dist/ripple/p-49e24926.entry.js +0 -1
- package/dist/ripple/p-4fbe205e.system.entry.js +0 -1
- package/dist/ripple/p-50294e3f.entry.js +0 -1
- package/dist/ripple/p-50ea2036.system.js +0 -1
- package/dist/ripple/p-529f179c.system.entry.js +0 -1
- package/dist/ripple/p-53400bc4.system.entry.js +0 -1
- package/dist/ripple/p-55f8aa05.entry.js +0 -1
- package/dist/ripple/p-58734b13.entry.js +0 -1
- package/dist/ripple/p-59cc46a6.entry.js +0 -1
- package/dist/ripple/p-5c62e26d.entry.js +0 -1
- package/dist/ripple/p-6136d0d7.entry.js +0 -1
- package/dist/ripple/p-658f146a.system.entry.js +0 -1
- package/dist/ripple/p-66141f19.entry.js +0 -1
- package/dist/ripple/p-727175e1.system.entry.js +0 -1
- package/dist/ripple/p-73056e10.system.js +0 -1
- package/dist/ripple/p-76f9acec.entry.js +0 -1
- package/dist/ripple/p-791513e7.entry.js +0 -1
- package/dist/ripple/p-7959c4bd.system.entry.js +0 -1
- package/dist/ripple/p-7a1bb29b.js +0 -1
- package/dist/ripple/p-81ac8d49.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-82819500.system.entry.js +0 -1
- package/dist/ripple/p-8634abad.system.entry.js +0 -1
- package/dist/ripple/p-864158de.system.entry.js +0 -1
- package/dist/ripple/p-8c95493c.js +0 -1
- package/dist/ripple/p-94dc80a0.entry.js +0 -1
- package/dist/ripple/p-94fbf6f6.system.entry.js +0 -1
- package/dist/ripple/p-9b739280.entry.js +0 -1
- package/dist/ripple/p-a0edf336.system.entry.js +0 -1
- package/dist/ripple/p-a2544443.system.js +0 -1
- package/dist/ripple/p-a280d710.entry.js +0 -1
- package/dist/ripple/p-a9a7731b.system.entry.js +0 -1
- package/dist/ripple/p-b16f07f1.system.entry.js +0 -1
- package/dist/ripple/p-b78d8ab1.system.js +0 -1
- package/dist/ripple/p-c550716e.js +0 -1
- package/dist/ripple/p-ccae5bec.entry.js +0 -1
- package/dist/ripple/p-cd0cc88d.entry.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d96291e7.entry.js +0 -1
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-e2fbed8c.system.entry.js +0 -1
- package/dist/ripple/p-e6e36701.system.entry.js +0 -1
- package/dist/ripple/p-e8cfa832.entry.js +0 -1
- package/dist/ripple/p-e973024a.entry.js +0 -1
- package/dist/ripple/p-ed24dc42.entry.js +0 -1
- package/dist/ripple/p-ee825214.entry.js +0 -1
- package/dist/ripple/p-ef75bf23.system.entry.js +0 -1
- package/dist/ripple/p-f28106ea.entry.js +0 -1
- package/dist/ripple/p-f471ee29.system.js +0 -1
- package/dist/ripple/p-f66480de.entry.js +0 -1
- package/dist/ripple/p-f778baf4.system.entry.js +0 -1
- package/dist/ripple/p-f9a71cf6.entry.js +0 -1
- package/dist/ripple/p-fc7965e4.system.entry.js +0 -1
- package/dist/ripple/p-fdfa3579.system.entry.js +0 -1
- package/dist/ripple/p-ff60375d.system.entry.js +0 -1
- package/dist/ripple/p-ffbb9fc0.system.js +0 -1
- package/dist/ripple/ripple.css +0 -1
- package/dist/ripple/ripple.esm.js +0 -1
- package/dist/ripple/ripple.js +0 -127
- /package/dist/{collection/dev/action-menu.js → types/test-setup.d.ts} +0 -0
|
@@ -10,6 +10,12 @@ export declare class Pagination {
|
|
|
10
10
|
private totalPages;
|
|
11
11
|
wmPaginationPageClicked: EventEmitter<string>;
|
|
12
12
|
focusCurrentPage: EventEmitter;
|
|
13
|
+
private navigationLabel;
|
|
14
|
+
private nextPageButtonLabel;
|
|
15
|
+
private previousPageButtonLabel;
|
|
16
|
+
private pageButtonLabel;
|
|
17
|
+
private lastPageButtonLabel;
|
|
18
|
+
private currentPageAnnouncement;
|
|
13
19
|
maintainFocusOnNumberChange(el: "previous" | "next" | "prev-arrow" | "next-arrow" | "page"): void;
|
|
14
20
|
debouncedResize: (this: any) => void;
|
|
15
21
|
calculateTotalPages(): void;
|
|
@@ -13,6 +13,7 @@ export declare class Snackbar {
|
|
|
13
13
|
announcement: string;
|
|
14
14
|
wmSnackbarSnackFinished: EventEmitter<Object>;
|
|
15
15
|
wmSnackbarActionTriggered: EventEmitter<Object>;
|
|
16
|
+
private closeSnackMessage;
|
|
16
17
|
componentDidLoad(): void;
|
|
17
18
|
handleSnackMutation(mutationRecord: MutationRecord): void;
|
|
18
19
|
updateSnacks(newValue: string): void;
|
|
@@ -26,6 +26,8 @@ export declare class TagInput {
|
|
|
26
26
|
maxTagsReachedMessage: string;
|
|
27
27
|
tagAreaInstructions: string;
|
|
28
28
|
tagsAddedMessage: string;
|
|
29
|
+
noResultsMessage: string;
|
|
30
|
+
addNewTagMessage(newTagName: string): string;
|
|
29
31
|
wmTagInputTagAdded: EventEmitter;
|
|
30
32
|
private openUp;
|
|
31
33
|
private inModal;
|
|
@@ -54,7 +56,6 @@ export declare class TagInput {
|
|
|
54
56
|
get _focusedCell(): HTMLTableCellElement | undefined;
|
|
55
57
|
get inputActiveDescendantId(): string | null;
|
|
56
58
|
get tagLimitReached(): boolean;
|
|
57
|
-
get noResultsMessage(): string;
|
|
58
59
|
get inputMinimumWidth(): number;
|
|
59
60
|
getTagName(o: HTMLWmTagOptionElement): string;
|
|
60
61
|
isExistingTag(tag: string): boolean;
|
|
@@ -3,6 +3,7 @@ export declare const globalMessages: {
|
|
|
3
3
|
close: string;
|
|
4
4
|
genericError: string;
|
|
5
5
|
hide: string;
|
|
6
|
+
locked: string;
|
|
6
7
|
newWindow: string;
|
|
7
8
|
next: string;
|
|
8
9
|
open: string;
|
|
@@ -36,5 +37,26 @@ export declare const chartMessages: {
|
|
|
36
37
|
export declare const lineChartMessages: {
|
|
37
38
|
instructions: string;
|
|
38
39
|
noData: string;
|
|
40
|
+
highlightQualifier: string;
|
|
39
41
|
getChangeSince: (prevXValue: string) => string;
|
|
42
|
+
getToggleButtonLabel: (itemCount: number) => string;
|
|
43
|
+
getToggleButtonState: (isPressed: boolean) => string;
|
|
44
|
+
getLineFocusAnnouncement: (label: string, lineNumber: number, lineTotal: number, lineLength: number) => string;
|
|
45
|
+
};
|
|
46
|
+
export declare const selectMessages: {
|
|
47
|
+
multiPlaceholder: string;
|
|
48
|
+
singlePlaceholder: string;
|
|
49
|
+
multiClearSelection: string;
|
|
50
|
+
singleClearSelection: string;
|
|
51
|
+
selectionCleared: string;
|
|
52
|
+
searchPlaceholder: string;
|
|
53
|
+
allSelected: string;
|
|
54
|
+
selectAllMessage: string;
|
|
55
|
+
deselectAllMessage: string;
|
|
56
|
+
allOptionsSelectedMessage: string;
|
|
57
|
+
allOptionsDeselectedMessage: string;
|
|
58
|
+
noSearchResults: string;
|
|
59
|
+
optgroupSingleSelectionCount: () => string;
|
|
60
|
+
getOptgroupMultipleSelectionCount: (selectionCount: number) => string;
|
|
61
|
+
getSearchResultsFound: (numResults: number) => string;
|
|
40
62
|
};
|
|
@@ -260,6 +260,25 @@ export declare function setPlatformHelpers(helpers: {
|
|
|
260
260
|
* @returns the base path
|
|
261
261
|
*/
|
|
262
262
|
export declare function getAssetPath(path: string): string;
|
|
263
|
+
/**
|
|
264
|
+
* Method to render a virtual DOM tree to a container element.
|
|
265
|
+
*
|
|
266
|
+
* @example
|
|
267
|
+
* ```tsx
|
|
268
|
+
* import { render } from '@stencil/core';
|
|
269
|
+
*
|
|
270
|
+
* const vnode = (
|
|
271
|
+
* <div>
|
|
272
|
+
* <h1>Hello, world!</h1>
|
|
273
|
+
* </div>
|
|
274
|
+
* );
|
|
275
|
+
* render(vnode, document.body);
|
|
276
|
+
* ```
|
|
277
|
+
*
|
|
278
|
+
* @param vnode - The virtual DOM tree to render
|
|
279
|
+
* @param container - The container element to render the virtual DOM tree to
|
|
280
|
+
*/
|
|
281
|
+
export declare function render(vnode: VNode, container: Element): void;
|
|
263
282
|
/**
|
|
264
283
|
* Used to manually set the base path where assets can be found. For lazy-loaded
|
|
265
284
|
* builds the asset path is automatically set and assets copied to the correct
|
|
@@ -826,6 +845,7 @@ export declare namespace JSXBase {
|
|
|
826
845
|
}
|
|
827
846
|
interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
828
847
|
open?: boolean;
|
|
848
|
+
name?: string;
|
|
829
849
|
onToggle?: (event: Event) => void;
|
|
830
850
|
}
|
|
831
851
|
interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -1015,6 +1035,8 @@ export declare namespace JSXBase {
|
|
|
1015
1035
|
autoPlay?: boolean;
|
|
1016
1036
|
autoplay?: boolean | string;
|
|
1017
1037
|
controls?: boolean;
|
|
1038
|
+
controlslist?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
1039
|
+
controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
1018
1040
|
crossOrigin?: string;
|
|
1019
1041
|
crossorigin?: string;
|
|
1020
1042
|
loop?: boolean;
|
|
@@ -1564,6 +1586,10 @@ export declare namespace JSXBase {
|
|
|
1564
1586
|
onSubmitCapture?: (event: Event) => void;
|
|
1565
1587
|
onInvalid?: (event: Event) => void;
|
|
1566
1588
|
onInvalidCapture?: (event: Event) => void;
|
|
1589
|
+
onBeforeToggle?: (event: Event) => void;
|
|
1590
|
+
onBeforeToggleCapture?: (event: Event) => void;
|
|
1591
|
+
onToggle?: (event: Event) => void;
|
|
1592
|
+
onToggleCapture?: (event: Event) => void;
|
|
1567
1593
|
onLoad?: (event: Event) => void;
|
|
1568
1594
|
onLoadCapture?: (event: Event) => void;
|
|
1569
1595
|
onError?: (event: Event) => void;
|
|
@@ -1655,6 +1681,8 @@ export declare namespace JSXBase {
|
|
|
1655
1681
|
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1656
1682
|
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1657
1683
|
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1684
|
+
[key: `aria-${string}`]: string | boolean | undefined;
|
|
1685
|
+
[key: `aria${string}`]: string | boolean | undefined;
|
|
1658
1686
|
}
|
|
1659
1687
|
}
|
|
1660
1688
|
export interface JSXAttributes<T = Element> {
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@watermarkinsights/ripple",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.0-alpha.1",
|
|
4
4
|
"description": "Ripple Component Library",
|
|
5
|
-
"license": "MIT",
|
|
6
5
|
"module": "dist/index.js",
|
|
7
6
|
"main": "dist/index.cjs.js",
|
|
8
7
|
"unpkg": "dist/ripple/ripple.js",
|
|
@@ -14,19 +13,15 @@
|
|
|
14
13
|
"es2017": "dist/esm/index.mjs",
|
|
15
14
|
"es2015": "dist/esm/index.mjs",
|
|
16
15
|
"scripts": {
|
|
17
|
-
"local.pss": "bash ./scripts/build-local-pss.sh",
|
|
18
|
-
"local.aqua": "bash ./scripts/build-local-aqf.sh",
|
|
19
|
-
"local.ripple": "bash ./scripts/build-local-ripple.sh",
|
|
20
|
-
"local.wrappers": "bash ./scripts/build-local-wrappers.sh",
|
|
21
16
|
"build": "stencil build",
|
|
22
17
|
"release": "bash ./scripts/release.sh",
|
|
23
18
|
"start": "stencil build --dev --watch --serve",
|
|
24
|
-
"test": "
|
|
19
|
+
"test": "stencil test --spec --e2e",
|
|
25
20
|
"test.snapshot": "stencil test --spec --e2e -u",
|
|
26
21
|
"test.watch": "stencil test --spec --e2e --watch",
|
|
27
22
|
"test.watchAll": "stencil test --spec --e2e --watchAll",
|
|
28
23
|
"test.coverage": "stencil test --spec --coverage --collectCoverageFrom='src/**/*.{js,jsx,ts,tsx}'",
|
|
29
|
-
"extract": "formatjs extract ./src/**/*.tsx --out-file ./src/lang/en.json && node ./src/lang/piglatin.js",
|
|
24
|
+
"extract": "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
|
|
30
25
|
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
|
|
31
26
|
"missing": "node ./src/lang/missing.js"
|
|
32
27
|
},
|
|
@@ -41,5 +36,6 @@
|
|
|
41
36
|
"@stencil/sass": "^3.0.12",
|
|
42
37
|
"@types/jest": "^29.5.12",
|
|
43
38
|
"jest": "^29.7.0"
|
|
44
|
-
}
|
|
39
|
+
},
|
|
40
|
+
"gitHead": "a23a98b8b8d1f0cdd4736406f0a9e0be219f3e1f"
|
|
45
41
|
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
require('./index-788526f5.js');
|
|
4
|
-
|
|
5
|
-
const version = "5.12.0-9";
|
|
6
|
-
|
|
7
|
-
// PRINT RIPPLE VERSION IN CONSOLE
|
|
8
|
-
// test envs return 0 for plugin.length
|
|
9
|
-
// do not print version number there as it causes issues
|
|
10
|
-
if (window.navigator.plugins.length > 0) {
|
|
11
|
-
console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
|
|
12
|
-
}
|
|
13
|
-
// Dispatching events to track whether user is navigating with keyboard or mouse
|
|
14
|
-
// no longer necessary for keyboard focus indicators (thanks to :focus-visible)
|
|
15
|
-
// but still used in several components for other things (search for isTabbing)
|
|
16
|
-
function wmComponentKeys(ev) {
|
|
17
|
-
if (ev.key == "Tab") {
|
|
18
|
-
var event = new Event("wmUserIsTabbing");
|
|
19
|
-
window.dispatchEvent(event);
|
|
20
|
-
document.querySelector("body").classList.add("wmcl-user-is-tabbing");
|
|
21
|
-
}
|
|
22
|
-
if (ev.key == "ArrowLeft" || ev.key == "ArrowUp" || ev.key == "ArrowRight" || ev.key == "ArrowDown") {
|
|
23
|
-
var event = new Event("wmUserIsKeying");
|
|
24
|
-
window.dispatchEvent(event);
|
|
25
|
-
document.querySelector("body").classList.add("wmcl-user-is-keying");
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
function wmComponentMouseDownOnce() {
|
|
29
|
-
var event = new Event("wmUserIsNotTabbing");
|
|
30
|
-
window.dispatchEvent(event);
|
|
31
|
-
document.querySelector("body").classList.remove("wmcl-user-is-tabbing");
|
|
32
|
-
document.querySelector("body").classList.remove("wmcl-user-is-keying");
|
|
33
|
-
}
|
|
34
|
-
window.addEventListener("keydown", wmComponentKeys);
|
|
35
|
-
window.addEventListener("mousedown", wmComponentMouseDownOnce);
|
|
36
|
-
// TOOLTIP
|
|
37
|
-
// Add a tooltip element
|
|
38
|
-
// This allows tooltips to be always at the highest stacking context (always on top)
|
|
39
|
-
// Element is added withing a container to avoid performance impact
|
|
40
|
-
const tooltipContainer = document.createElement("div");
|
|
41
|
-
tooltipContainer.id = "wm-tooltip-container";
|
|
42
|
-
const tooltipEl = document.createElement("div");
|
|
43
|
-
tooltipEl.id = "wm-tooltip";
|
|
44
|
-
tooltipEl.classList.add("wm-tooltip");
|
|
45
|
-
tooltipEl.setAttribute("popover", "manual");
|
|
46
|
-
tooltipEl.setAttribute("aria-hidden", "true");
|
|
47
|
-
const tooltipStyles = document.createElement("style");
|
|
48
|
-
tooltipStyles.textContent = `
|
|
49
|
-
.wm-tooltip {
|
|
50
|
-
position: fixed;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
pointer-events: none;
|
|
53
|
-
line-height: normal;
|
|
54
|
-
font-family: inherit;
|
|
55
|
-
font-size: 0.875rem;
|
|
56
|
-
text-transform: none;
|
|
57
|
-
font-weight: normal;
|
|
58
|
-
background: var(--wmcolor-tooltip-background);
|
|
59
|
-
color: var(--wmcolor-tooltip-text);
|
|
60
|
-
z-index: 999999;
|
|
61
|
-
max-width: var(--wmTooltipMaxWidth, 13.75rem);
|
|
62
|
-
margin-right: 1.5rem;
|
|
63
|
-
padding: 0.375rem;
|
|
64
|
-
transition-property: opacity;
|
|
65
|
-
transition-delay: 0s;
|
|
66
|
-
opacity: 0;
|
|
67
|
-
inset: unset;
|
|
68
|
-
top: 0;
|
|
69
|
-
left: 0;
|
|
70
|
-
transform: translateZ(0);
|
|
71
|
-
will-change: transform;
|
|
72
|
-
transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
|
|
73
|
-
border: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.wm-tooltip:popover-open {
|
|
77
|
-
opacity: 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.wm-tooltip.show {
|
|
81
|
-
transition-delay: 500ms;
|
|
82
|
-
opacity: 1;
|
|
83
|
-
}
|
|
84
|
-
`;
|
|
85
|
-
document.head.appendChild(tooltipStyles);
|
|
86
|
-
tooltipContainer.appendChild(tooltipEl);
|
|
87
|
-
document.querySelector("body").appendChild(tooltipContainer);
|
|
88
|
-
const globalFn = () => { };
|
|
89
|
-
|
|
90
|
-
const globalScripts = globalFn;
|
|
91
|
-
|
|
92
|
-
exports.globalScripts = globalScripts;
|