@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
|
@@ -3,6 +3,16 @@ export interface ComponentDecorator {
|
|
|
3
3
|
(opts?: ComponentOptions): ClassDecorator;
|
|
4
4
|
}
|
|
5
5
|
export interface ComponentOptions {
|
|
6
|
+
/**
|
|
7
|
+
* When set to `true` this component will be form-associated. See
|
|
8
|
+
* https://stenciljs.com/docs/next/form-associated documentation on how to
|
|
9
|
+
* build form-associated Stencil components that integrate into forms like
|
|
10
|
+
* native browser elements such as `<input>` and `<textarea>`.
|
|
11
|
+
*
|
|
12
|
+
* The {@link AttachInternals} decorator allows for access to the
|
|
13
|
+
* `ElementInternals` object to modify the associated form.
|
|
14
|
+
*/
|
|
15
|
+
formAssociated?: boolean;
|
|
6
16
|
/**
|
|
7
17
|
* Tag name of the web component. Ideally, the tag name must be globally unique,
|
|
8
18
|
* so it's recommended to choose an unique prefix for all your components within the same collection.
|
|
@@ -62,7 +72,7 @@ export interface PropOptions {
|
|
|
62
72
|
/**
|
|
63
73
|
* The name of the associated DOM attribute.
|
|
64
74
|
* Stencil uses different heuristics to determine the default name of the attribute,
|
|
65
|
-
* but using this property, you can override the default
|
|
75
|
+
* but using this property, you can override the default behavior.
|
|
66
76
|
*/
|
|
67
77
|
attribute?: string | null;
|
|
68
78
|
/**
|
|
@@ -107,6 +117,9 @@ export interface EventOptions {
|
|
|
107
117
|
*/
|
|
108
118
|
composed?: boolean;
|
|
109
119
|
}
|
|
120
|
+
export interface AttachInternalsDecorator {
|
|
121
|
+
(): PropertyDecorator;
|
|
122
|
+
}
|
|
110
123
|
export interface ListenDecorator {
|
|
111
124
|
(eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
|
|
112
125
|
}
|
|
@@ -128,12 +141,12 @@ export interface ListenOptions {
|
|
|
128
141
|
* By default, Stencil uses several heuristics to determine if
|
|
129
142
|
* it must attach a `passive` event listener or not.
|
|
130
143
|
*
|
|
131
|
-
* Using the `passive` option can be used to change the default
|
|
144
|
+
* Using the `passive` option can be used to change the default behavior.
|
|
132
145
|
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
|
|
133
146
|
*/
|
|
134
147
|
passive?: boolean;
|
|
135
148
|
}
|
|
136
|
-
export
|
|
149
|
+
export type ListenTargetOptions = 'body' | 'document' | 'window';
|
|
137
150
|
export interface StateDecorator {
|
|
138
151
|
(): PropertyDecorator;
|
|
139
152
|
}
|
|
@@ -175,6 +188,12 @@ export declare const Element: ElementDecorator;
|
|
|
175
188
|
* https://stenciljs.com/docs/events
|
|
176
189
|
*/
|
|
177
190
|
export declare const Event: EventDecorator;
|
|
191
|
+
/**
|
|
192
|
+
* If the `formAssociated` option is set in options passed to the
|
|
193
|
+
* `@Component()` decorator then this decorator may be used to get access to the
|
|
194
|
+
* `ElementInternals` instance associated with the component.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AttachInternals: AttachInternalsDecorator;
|
|
178
197
|
/**
|
|
179
198
|
* The `Listen()` decorator is for listening DOM events, including the ones
|
|
180
199
|
* dispatched from `@Events()`.
|
|
@@ -214,14 +233,16 @@ export declare const State: StateDecorator;
|
|
|
214
233
|
* https://stenciljs.com/docs/reactive-data#watch-decorator
|
|
215
234
|
*/
|
|
216
235
|
export declare const Watch: WatchDecorator;
|
|
217
|
-
export
|
|
218
|
-
export
|
|
236
|
+
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
|
|
237
|
+
export type ErrorHandler = (err: any, element?: HTMLElement) => void;
|
|
219
238
|
/**
|
|
220
239
|
* `setMode()` is used for libraries which provide multiple "modes" for styles.
|
|
221
240
|
*/
|
|
222
241
|
export declare const setMode: (handler: ResolutionHandler) => void;
|
|
223
242
|
/**
|
|
224
|
-
* getMode
|
|
243
|
+
* `getMode()` is used for libraries which provide multiple "modes" for styles.
|
|
244
|
+
* @param ref a reference to the node to get styles for
|
|
245
|
+
* @returns the current mode or undefined, if not found
|
|
225
246
|
*/
|
|
226
247
|
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
227
248
|
export declare function setPlatformHelpers(helpers: {
|
|
@@ -234,8 +255,30 @@ export declare function setPlatformHelpers(helpers: {
|
|
|
234
255
|
/**
|
|
235
256
|
* Get the base path to where the assets can be found. Use `setAssetPath(path)`
|
|
236
257
|
* if the path needs to be customized.
|
|
258
|
+
* @param path the path to use in calculating the asset path. this value will be
|
|
259
|
+
* used in conjunction with the base asset path
|
|
260
|
+
* @returns the base path
|
|
237
261
|
*/
|
|
238
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;
|
|
239
282
|
/**
|
|
240
283
|
* Used to manually set the base path where assets can be found. For lazy-loaded
|
|
241
284
|
* builds the asset path is automatically set and assets copied to the correct
|
|
@@ -246,22 +289,38 @@ export declare function getAssetPath(path: string): string;
|
|
|
246
289
|
* `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
|
|
247
290
|
* dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
|
|
248
291
|
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
249
|
-
*
|
|
292
|
+
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
250
293
|
* will have to ensure the static assets are copied to its build directory.
|
|
294
|
+
* @param path the asset path to set
|
|
295
|
+
* @returns the set path
|
|
251
296
|
*/
|
|
252
297
|
export declare function setAssetPath(path: string): string;
|
|
253
298
|
/**
|
|
254
|
-
*
|
|
299
|
+
* Used to specify a nonce value that corresponds with an application's
|
|
300
|
+
* [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
|
|
301
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
302
|
+
* Alternatively, the nonce value can be set on a `meta` tag in the DOM head
|
|
303
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) and will result in the same behavior.
|
|
304
|
+
* @param nonce The value to be used for the nonce attribute.
|
|
305
|
+
*/
|
|
306
|
+
export declare function setNonce(nonce: string): void;
|
|
307
|
+
/**
|
|
308
|
+
* Retrieve a Stencil element for a given reference
|
|
309
|
+
* @param ref the ref to get the Stencil element for
|
|
310
|
+
* @returns a reference to the element
|
|
255
311
|
*/
|
|
256
312
|
export declare function getElement(ref: any): HTMLStencilElement;
|
|
257
313
|
/**
|
|
258
314
|
* Schedules a new render of the given instance or element even if no state changed.
|
|
259
315
|
*
|
|
260
|
-
* Notice `forceUpdate()` is not
|
|
316
|
+
* Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
|
|
317
|
+
*
|
|
318
|
+
* @param ref the node/element to force the re-render of
|
|
261
319
|
*/
|
|
262
320
|
export declare function forceUpdate(ref: any): void;
|
|
263
321
|
/**
|
|
264
322
|
* getRenderingRef
|
|
323
|
+
* @returns the rendering ref
|
|
265
324
|
*/
|
|
266
325
|
export declare function getRenderingRef(): any;
|
|
267
326
|
export interface HTMLStencilElement extends HTMLElement {
|
|
@@ -272,6 +331,8 @@ export interface HTMLStencilElement extends HTMLElement {
|
|
|
272
331
|
* in the best moment to perform DOM mutation without causing layout thrashing.
|
|
273
332
|
*
|
|
274
333
|
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
334
|
+
*
|
|
335
|
+
* @param task the DOM-write to schedule
|
|
275
336
|
*/
|
|
276
337
|
export declare function writeTask(task: RafCallback): void;
|
|
277
338
|
/**
|
|
@@ -279,6 +340,8 @@ export declare function writeTask(task: RafCallback): void;
|
|
|
279
340
|
* in the best moment to perform DOM reads without causing layout thrashing.
|
|
280
341
|
*
|
|
281
342
|
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
343
|
+
*
|
|
344
|
+
* @param task the DOM-read to schedule
|
|
282
345
|
*/
|
|
283
346
|
export declare function readTask(task: RafCallback): void;
|
|
284
347
|
/**
|
|
@@ -407,7 +470,7 @@ export interface QueueApi {
|
|
|
407
470
|
/**
|
|
408
471
|
* Host
|
|
409
472
|
*/
|
|
410
|
-
interface HostAttributes {
|
|
473
|
+
export interface HostAttributes {
|
|
411
474
|
class?: string | {
|
|
412
475
|
[className: string]: boolean;
|
|
413
476
|
};
|
|
@@ -417,13 +480,57 @@ interface HostAttributes {
|
|
|
417
480
|
ref?: (el: HTMLElement | null) => void;
|
|
418
481
|
[prop: string]: any;
|
|
419
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* Utilities for working with functional Stencil components. An object
|
|
485
|
+
* conforming to this interface is passed by the Stencil runtime as the third
|
|
486
|
+
* argument to a functional component, allowing component authors to work with
|
|
487
|
+
* features like children.
|
|
488
|
+
*
|
|
489
|
+
* The children of a functional component will be passed as the second
|
|
490
|
+
* argument, so a functional component which uses these utils to transform its
|
|
491
|
+
* children might look like the following:
|
|
492
|
+
*
|
|
493
|
+
* ```ts
|
|
494
|
+
* export const AddClass: FunctionalComponent = (_, children, utils) => (
|
|
495
|
+
* utils.map(children, child => ({
|
|
496
|
+
* ...child,
|
|
497
|
+
* vattrs: {
|
|
498
|
+
* ...child.vattrs,
|
|
499
|
+
* class: `${child.vattrs.class} add-class`
|
|
500
|
+
* }
|
|
501
|
+
* }))
|
|
502
|
+
* );
|
|
503
|
+
* ```
|
|
504
|
+
*
|
|
505
|
+
* For more see the Stencil documentation, here:
|
|
506
|
+
* https://stenciljs.com/docs/functional-components
|
|
507
|
+
*/
|
|
420
508
|
export interface FunctionalUtilities {
|
|
509
|
+
/**
|
|
510
|
+
* Utility for reading the children of a functional component at runtime.
|
|
511
|
+
* Since the Stencil runtime uses a different interface for children it is
|
|
512
|
+
* not recommended to read the children directly, and is preferable to use
|
|
513
|
+
* this utility to, for instance, perform a side effect for each child.
|
|
514
|
+
*/
|
|
421
515
|
forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
|
|
516
|
+
/**
|
|
517
|
+
* Utility for transforming the children of a functional component. Given an
|
|
518
|
+
* array of children and a callback this will return a list of the results of
|
|
519
|
+
* passing each child to the supplied callback.
|
|
520
|
+
*/
|
|
422
521
|
map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
|
|
423
522
|
}
|
|
424
523
|
export interface FunctionalComponent<T = {}> {
|
|
425
524
|
(props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
|
|
426
525
|
}
|
|
526
|
+
/**
|
|
527
|
+
* A Child VDOM node
|
|
528
|
+
*
|
|
529
|
+
* This has most of the same properties as {@link VNode} but friendlier names
|
|
530
|
+
* (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
|
|
531
|
+
* order to provide a friendlier public interface for users of the
|
|
532
|
+
* {@link FunctionalUtilities}).
|
|
533
|
+
*/
|
|
427
534
|
export interface ChildNode {
|
|
428
535
|
vtag?: string | number | Function;
|
|
429
536
|
vkey?: string | number;
|
|
@@ -470,6 +577,9 @@ export declare function h(sel: any, children: Array<VNode | undefined | null>):
|
|
|
470
577
|
export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
|
|
471
578
|
export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
|
|
472
579
|
export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
|
|
580
|
+
/**
|
|
581
|
+
* A virtual DOM node
|
|
582
|
+
*/
|
|
473
583
|
export interface VNode {
|
|
474
584
|
$flags$: number;
|
|
475
585
|
$tag$: string | number | Function;
|
|
@@ -666,7 +776,7 @@ export declare namespace JSXBase {
|
|
|
666
776
|
use: JSXBase.SVGAttributes;
|
|
667
777
|
view: JSXBase.SVGAttributes;
|
|
668
778
|
}
|
|
669
|
-
interface SlotAttributes {
|
|
779
|
+
interface SlotAttributes extends JSXAttributes {
|
|
670
780
|
name?: string;
|
|
671
781
|
slot?: string;
|
|
672
782
|
onSlotchange?: (event: Event) => void;
|
|
@@ -677,6 +787,7 @@ export declare namespace JSXBase {
|
|
|
677
787
|
hrefLang?: string;
|
|
678
788
|
hreflang?: string;
|
|
679
789
|
media?: string;
|
|
790
|
+
ping?: string;
|
|
680
791
|
rel?: string;
|
|
681
792
|
target?: string;
|
|
682
793
|
referrerPolicy?: ReferrerPolicy;
|
|
@@ -703,7 +814,6 @@ export declare namespace JSXBase {
|
|
|
703
814
|
cite?: string;
|
|
704
815
|
}
|
|
705
816
|
interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
706
|
-
autoFocus?: boolean;
|
|
707
817
|
disabled?: boolean;
|
|
708
818
|
form?: string;
|
|
709
819
|
formAction?: string;
|
|
@@ -719,6 +829,9 @@ export declare namespace JSXBase {
|
|
|
719
829
|
name?: string;
|
|
720
830
|
type?: string;
|
|
721
831
|
value?: string | string[] | number;
|
|
832
|
+
popoverTargetAction?: string;
|
|
833
|
+
popoverTargetElement?: Element | null;
|
|
834
|
+
popoverTarget?: string;
|
|
722
835
|
}
|
|
723
836
|
interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
724
837
|
height?: number | string;
|
|
@@ -732,6 +845,7 @@ export declare namespace JSXBase {
|
|
|
732
845
|
}
|
|
733
846
|
interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
734
847
|
open?: boolean;
|
|
848
|
+
name?: string;
|
|
735
849
|
onToggle?: (event: Event) => void;
|
|
736
850
|
}
|
|
737
851
|
interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -740,6 +854,7 @@ export declare namespace JSXBase {
|
|
|
740
854
|
datetime?: string;
|
|
741
855
|
}
|
|
742
856
|
interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
857
|
+
onCancel?: (event: Event) => void;
|
|
743
858
|
onClose?: (event: Event) => void;
|
|
744
859
|
open?: boolean;
|
|
745
860
|
returnValue?: string;
|
|
@@ -799,6 +914,8 @@ export declare namespace JSXBase {
|
|
|
799
914
|
}
|
|
800
915
|
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
801
916
|
alt?: string;
|
|
917
|
+
crossOrigin?: string;
|
|
918
|
+
crossorigin?: string;
|
|
802
919
|
decoding?: 'async' | 'auto' | 'sync';
|
|
803
920
|
importance?: 'low' | 'auto' | 'high';
|
|
804
921
|
height?: number | string;
|
|
@@ -820,12 +937,10 @@ export declare namespace JSXBase {
|
|
|
820
937
|
accept?: string;
|
|
821
938
|
allowdirs?: boolean;
|
|
822
939
|
alt?: string;
|
|
823
|
-
autoCapitalize?:
|
|
824
|
-
autocapitalize?:
|
|
940
|
+
autoCapitalize?: string;
|
|
941
|
+
autocapitalize?: string;
|
|
825
942
|
autoComplete?: string;
|
|
826
943
|
autocomplete?: string;
|
|
827
|
-
autoFocus?: boolean;
|
|
828
|
-
autofocus?: boolean | string;
|
|
829
944
|
capture?: string;
|
|
830
945
|
checked?: boolean;
|
|
831
946
|
crossOrigin?: string;
|
|
@@ -857,6 +972,8 @@ export declare namespace JSXBase {
|
|
|
857
972
|
minlength?: number | string;
|
|
858
973
|
multiple?: boolean;
|
|
859
974
|
name?: string;
|
|
975
|
+
onSelect?: (event: Event) => void;
|
|
976
|
+
onselect?: (event: Event) => void;
|
|
860
977
|
pattern?: string;
|
|
861
978
|
placeholder?: string;
|
|
862
979
|
readOnly?: boolean;
|
|
@@ -875,10 +992,11 @@ export declare namespace JSXBase {
|
|
|
875
992
|
webkitdirectory?: boolean;
|
|
876
993
|
webkitEntries?: any;
|
|
877
994
|
width?: number | string;
|
|
995
|
+
popoverTargetAction?: string;
|
|
996
|
+
popoverTargetElement?: Element | null;
|
|
997
|
+
popoverTarget?: string;
|
|
878
998
|
}
|
|
879
999
|
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
880
|
-
autoFocus?: boolean;
|
|
881
|
-
autofocus?: boolean | string;
|
|
882
1000
|
challenge?: string;
|
|
883
1001
|
disabled?: boolean;
|
|
884
1002
|
form?: string;
|
|
@@ -891,7 +1009,6 @@ export declare namespace JSXBase {
|
|
|
891
1009
|
interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
892
1010
|
form?: string;
|
|
893
1011
|
htmlFor?: string;
|
|
894
|
-
htmlfor?: string;
|
|
895
1012
|
}
|
|
896
1013
|
interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
897
1014
|
value?: string | string[] | number;
|
|
@@ -918,6 +1035,8 @@ export declare namespace JSXBase {
|
|
|
918
1035
|
autoPlay?: boolean;
|
|
919
1036
|
autoplay?: boolean | string;
|
|
920
1037
|
controls?: boolean;
|
|
1038
|
+
controlslist?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
1039
|
+
controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback';
|
|
921
1040
|
crossOrigin?: string;
|
|
922
1041
|
crossorigin?: string;
|
|
923
1042
|
loop?: boolean;
|
|
@@ -1002,7 +1121,6 @@ export declare namespace JSXBase {
|
|
|
1002
1121
|
interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1003
1122
|
form?: string;
|
|
1004
1123
|
htmlFor?: string;
|
|
1005
|
-
htmlfor?: string;
|
|
1006
1124
|
name?: string;
|
|
1007
1125
|
}
|
|
1008
1126
|
interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
@@ -1027,7 +1145,6 @@ export declare namespace JSXBase {
|
|
|
1027
1145
|
type?: string;
|
|
1028
1146
|
}
|
|
1029
1147
|
interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1030
|
-
autoFocus?: boolean;
|
|
1031
1148
|
disabled?: boolean;
|
|
1032
1149
|
form?: string;
|
|
1033
1150
|
multiple?: boolean;
|
|
@@ -1038,11 +1155,13 @@ export declare namespace JSXBase {
|
|
|
1038
1155
|
autocomplete?: string;
|
|
1039
1156
|
}
|
|
1040
1157
|
interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1158
|
+
height?: number;
|
|
1041
1159
|
media?: string;
|
|
1042
1160
|
sizes?: string;
|
|
1043
1161
|
src?: string;
|
|
1044
1162
|
srcSet?: string;
|
|
1045
1163
|
type?: string;
|
|
1164
|
+
width?: number;
|
|
1046
1165
|
}
|
|
1047
1166
|
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1048
1167
|
media?: string;
|
|
@@ -1058,8 +1177,8 @@ export declare namespace JSXBase {
|
|
|
1058
1177
|
summary?: string;
|
|
1059
1178
|
}
|
|
1060
1179
|
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1061
|
-
|
|
1062
|
-
|
|
1180
|
+
autoComplete?: string;
|
|
1181
|
+
autocomplete?: string;
|
|
1063
1182
|
cols?: number;
|
|
1064
1183
|
disabled?: boolean;
|
|
1065
1184
|
form?: string;
|
|
@@ -1068,6 +1187,8 @@ export declare namespace JSXBase {
|
|
|
1068
1187
|
minLength?: number;
|
|
1069
1188
|
minlength?: number | string;
|
|
1070
1189
|
name?: string;
|
|
1190
|
+
onSelect?: (event: Event) => void;
|
|
1191
|
+
onselect?: (event: Event) => void;
|
|
1071
1192
|
placeholder?: string;
|
|
1072
1193
|
readOnly?: boolean;
|
|
1073
1194
|
readonly?: boolean | string;
|
|
@@ -1110,6 +1231,8 @@ export declare namespace JSXBase {
|
|
|
1110
1231
|
interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
|
|
1111
1232
|
innerHTML?: string;
|
|
1112
1233
|
accessKey?: string;
|
|
1234
|
+
autoFocus?: boolean;
|
|
1235
|
+
autofocus?: boolean | string;
|
|
1113
1236
|
class?: string | {
|
|
1114
1237
|
[className: string]: boolean;
|
|
1115
1238
|
};
|
|
@@ -1121,6 +1244,7 @@ export declare namespace JSXBase {
|
|
|
1121
1244
|
draggable?: boolean;
|
|
1122
1245
|
hidden?: boolean;
|
|
1123
1246
|
id?: string;
|
|
1247
|
+
inert?: boolean;
|
|
1124
1248
|
lang?: string;
|
|
1125
1249
|
spellcheck?: 'true' | 'false' | any;
|
|
1126
1250
|
style?: {
|
|
@@ -1129,6 +1253,7 @@ export declare namespace JSXBase {
|
|
|
1129
1253
|
tabIndex?: number;
|
|
1130
1254
|
tabindex?: number | string;
|
|
1131
1255
|
title?: string;
|
|
1256
|
+
popover?: string | null;
|
|
1132
1257
|
inputMode?: string;
|
|
1133
1258
|
inputmode?: string;
|
|
1134
1259
|
enterKeyHint?: string;
|
|
@@ -1145,8 +1270,8 @@ export declare namespace JSXBase {
|
|
|
1145
1270
|
resource?: string;
|
|
1146
1271
|
typeof?: string;
|
|
1147
1272
|
vocab?: string;
|
|
1148
|
-
autoCapitalize?:
|
|
1149
|
-
autocapitalize?:
|
|
1273
|
+
autoCapitalize?: string;
|
|
1274
|
+
autocapitalize?: string;
|
|
1150
1275
|
autoCorrect?: string;
|
|
1151
1276
|
autocorrect?: string;
|
|
1152
1277
|
autoSave?: string;
|
|
@@ -1214,7 +1339,7 @@ export declare namespace JSXBase {
|
|
|
1214
1339
|
clipPathUnits?: number | string;
|
|
1215
1340
|
'clip-rule'?: number | string;
|
|
1216
1341
|
'color-interpolation'?: number | string;
|
|
1217
|
-
'color-interpolation-filters'?: 'auto' | '
|
|
1342
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
|
1218
1343
|
'color-profile'?: number | string;
|
|
1219
1344
|
'color-rendering'?: number | string;
|
|
1220
1345
|
contentScriptType?: number | string;
|
|
@@ -1427,9 +1552,7 @@ export declare namespace JSXBase {
|
|
|
1427
1552
|
z?: number | string;
|
|
1428
1553
|
zoomAndPan?: string;
|
|
1429
1554
|
}
|
|
1430
|
-
interface DOMAttributes<T
|
|
1431
|
-
key?: string | number;
|
|
1432
|
-
ref?: (elm?: T) => void;
|
|
1555
|
+
interface DOMAttributes<T> extends JSXAttributes<T> {
|
|
1433
1556
|
slot?: string;
|
|
1434
1557
|
part?: string;
|
|
1435
1558
|
exportparts?: string;
|
|
@@ -1439,12 +1562,12 @@ export declare namespace JSXBase {
|
|
|
1439
1562
|
onCutCapture?: (event: ClipboardEvent) => void;
|
|
1440
1563
|
onPaste?: (event: ClipboardEvent) => void;
|
|
1441
1564
|
onPasteCapture?: (event: ClipboardEvent) => void;
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1565
|
+
onCompositionend?: (event: CompositionEvent) => void;
|
|
1566
|
+
onCompositionendCapture?: (event: CompositionEvent) => void;
|
|
1567
|
+
onCompositionstart?: (event: CompositionEvent) => void;
|
|
1568
|
+
onCompositionstartCapture?: (event: CompositionEvent) => void;
|
|
1569
|
+
onCompositionupdate?: (event: CompositionEvent) => void;
|
|
1570
|
+
onCompositionupdateCapture?: (event: CompositionEvent) => void;
|
|
1448
1571
|
onFocus?: (event: FocusEvent) => void;
|
|
1449
1572
|
onFocusCapture?: (event: FocusEvent) => void;
|
|
1450
1573
|
onFocusin?: (event: FocusEvent) => void;
|
|
@@ -1455,14 +1578,18 @@ export declare namespace JSXBase {
|
|
|
1455
1578
|
onBlurCapture?: (event: FocusEvent) => void;
|
|
1456
1579
|
onChange?: (event: Event) => void;
|
|
1457
1580
|
onChangeCapture?: (event: Event) => void;
|
|
1458
|
-
onInput?: (event:
|
|
1459
|
-
onInputCapture?: (event:
|
|
1581
|
+
onInput?: (event: InputEvent) => void;
|
|
1582
|
+
onInputCapture?: (event: InputEvent) => void;
|
|
1460
1583
|
onReset?: (event: Event) => void;
|
|
1461
1584
|
onResetCapture?: (event: Event) => void;
|
|
1462
1585
|
onSubmit?: (event: Event) => void;
|
|
1463
1586
|
onSubmitCapture?: (event: Event) => void;
|
|
1464
1587
|
onInvalid?: (event: Event) => void;
|
|
1465
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;
|
|
1466
1593
|
onLoad?: (event: Event) => void;
|
|
1467
1594
|
onLoadCapture?: (event: Event) => void;
|
|
1468
1595
|
onError?: (event: Event) => void;
|
|
@@ -1546,10 +1673,22 @@ export declare namespace JSXBase {
|
|
|
1546
1673
|
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
|
1547
1674
|
onAnimationIteration?: (event: AnimationEvent) => void;
|
|
1548
1675
|
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
|
1676
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
|
1677
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
|
1549
1678
|
onTransitionEnd?: (event: TransitionEvent) => void;
|
|
1550
1679
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1680
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
|
1681
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1682
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1683
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1684
|
+
[key: `aria-${string}`]: string | boolean | undefined;
|
|
1685
|
+
[key: `aria${string}`]: string | boolean | undefined;
|
|
1551
1686
|
}
|
|
1552
1687
|
}
|
|
1688
|
+
export interface JSXAttributes<T = Element> {
|
|
1689
|
+
key?: string | number;
|
|
1690
|
+
ref?: (elm?: T) => void;
|
|
1691
|
+
}
|
|
1553
1692
|
export interface CustomElementsDefineOptions {
|
|
1554
1693
|
exclude?: string[];
|
|
1555
1694
|
resourcesUrl?: string;
|
package/package.json
CHANGED
|
@@ -1,46 +1,65 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@watermarkinsights/ripple",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"description": "Ripple Component Library",
|
|
5
|
-
"license": "MIT",
|
|
6
5
|
"module": "dist/index.js",
|
|
7
6
|
"main": "dist/index.cjs.js",
|
|
8
|
-
"unpkg": "dist/ripple/ripple.js",
|
|
9
7
|
"types": "dist/types/components.d.ts",
|
|
10
8
|
"collection": "dist/collection/collection-manifest.json",
|
|
11
9
|
"files": [
|
|
12
10
|
"dist/"
|
|
13
11
|
],
|
|
14
|
-
"
|
|
15
|
-
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/ripple/ripple.esm.js",
|
|
15
|
+
"require": "./dist/ripple/ripple.cjs.js",
|
|
16
|
+
"types": "./dist/types/components.d.ts"
|
|
17
|
+
},
|
|
18
|
+
"./dist/components/*": {
|
|
19
|
+
"import": "./dist/components/*",
|
|
20
|
+
"types": "./dist/components/*"
|
|
21
|
+
},
|
|
22
|
+
"./dist/types/*": {
|
|
23
|
+
"types": "./dist/types/*"
|
|
24
|
+
},
|
|
25
|
+
"./dist/*": {
|
|
26
|
+
"import": "./dist/*",
|
|
27
|
+
"types": "./dist/*"
|
|
28
|
+
},
|
|
29
|
+
"./components/*": {
|
|
30
|
+
"import": "./dist/components/*.js",
|
|
31
|
+
"types": "./dist/components/*.d.ts"
|
|
32
|
+
},
|
|
33
|
+
"./loader": {
|
|
34
|
+
"import": "./loader/index.js",
|
|
35
|
+
"require": "./loader/index.cjs",
|
|
36
|
+
"types": "./loader/index.d.ts"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
16
39
|
"scripts": {
|
|
17
|
-
"local.pss": "sh ./scripts/build-local-pss.sh",
|
|
18
|
-
"local.aqua": "sh ./scripts/build-local-aqf.sh",
|
|
19
|
-
"local.ripple": "sh ./scripts/build-local-ripple.sh",
|
|
20
|
-
"local.wrappers": "sh ./scripts/build-local-wrappers.sh",
|
|
21
40
|
"build": "stencil build",
|
|
22
|
-
"release": "
|
|
41
|
+
"release": "bash ./scripts/release.sh",
|
|
23
42
|
"start": "stencil build --dev --watch --serve",
|
|
24
43
|
"test": "stencil test --spec --e2e",
|
|
25
44
|
"test.snapshot": "stencil test --spec --e2e -u",
|
|
26
45
|
"test.watch": "stencil test --spec --e2e --watch",
|
|
27
46
|
"test.watchAll": "stencil test --spec --e2e --watchAll",
|
|
28
47
|
"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",
|
|
30
|
-
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast"
|
|
48
|
+
"extract": "formatjs extract './src/global/intl.ts' './src/**/*.tsx' --out-file './src/lang/en.json' && node './src/lang/piglatin.js'",
|
|
49
|
+
"compile": "formatjs compile-folder ./src/lang src/lang/compiled-lang/ --ast",
|
|
50
|
+
"missing": "node ./src/lang/missing.js"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@formatjs/intl": "^2.10.4"
|
|
31
54
|
},
|
|
32
55
|
"devDependencies": {
|
|
33
|
-
"@axe-core/puppeteer": "^4.
|
|
34
|
-
"@formatjs/cli": "^
|
|
35
|
-
"@stencil/core": "^
|
|
36
|
-
"@stencil/react-output-target": "^
|
|
37
|
-
"@stencil/sass": "^
|
|
38
|
-
"@types/jest": "^
|
|
39
|
-
"
|
|
40
|
-
"jest": "^26.6.3",
|
|
41
|
-
"jest-cli": "^26.6.3"
|
|
56
|
+
"@axe-core/puppeteer": "^4.9.1",
|
|
57
|
+
"@formatjs/cli": "^6.2.12",
|
|
58
|
+
"@stencil/core": "^4.20.0",
|
|
59
|
+
"@stencil/react-output-target": "^1.0.3",
|
|
60
|
+
"@stencil/sass": "^3.0.12",
|
|
61
|
+
"@types/jest": "^29.5.12",
|
|
62
|
+
"jest": "^29.7.0"
|
|
42
63
|
},
|
|
43
|
-
"
|
|
44
|
-
"@formatjs/intl": "^1.10.5"
|
|
45
|
-
}
|
|
64
|
+
"gitHead": "e8c59520c6c0b7d1d6296c46f9d10afae40767ba"
|
|
46
65
|
}
|