@watermarkinsights/ripple 5.31.0-alpha.2 → 5.31.0-alpha.3
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/dist/cjs/{app-globals-f310dc82.js → app-globals-3f8985a8.js} +1 -1
- package/dist/cjs/app-globals-99bea3b4.js +158 -0
- package/dist/cjs/app-globals-bb5d9637.js +103 -0
- package/dist/cjs/app-globals-bbf82dcc.js +161 -0
- package/dist/cjs/chartFunctions-351edf56.js +906 -0
- package/dist/cjs/chartFunctions-9cd2b447.js +906 -0
- package/dist/cjs/functions-05cd64e3.js +10682 -0
- package/dist/cjs/functions-cf96746b.js +18301 -0
- package/dist/cjs/index-3bd2f5bf.js +3266 -0
- package/dist/cjs/interfaces-082b6d42.js +72 -0
- package/dist/cjs/interfaces-85840d5d.js +91 -0
- package/dist/cjs/intl-140f6bea.js +283 -0
- package/dist/cjs/intl-e322cf64.js +283 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/priv-chart-popover.cjs.entry.js +131 -0
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/shadow-css-7c4dbc43.js +334 -0
- package/dist/cjs/wm-action-menu.cjs.entry.js +365 -0
- package/dist/cjs/wm-chart-legend.cjs.entry.js +77 -0
- package/dist/cjs/wm-menuitem.cjs.entry.js +127 -0
- package/dist/cjs/wm-modal-footer.cjs.entry.js +48 -0
- package/dist/cjs/wm-modal-header.cjs.entry.js +40 -0
- package/dist/cjs/wm-modal-pss-footer.cjs.entry.js +44 -0
- package/dist/cjs/wm-modal-pss-header.cjs.entry.js +43 -0
- package/dist/cjs/wm-modal-pss.cjs.entry.js +143 -0
- package/dist/cjs/wm-modal.cjs.entry.js +160 -0
- package/dist/cjs/wm-navigation-hamburger.cjs.entry.js +53 -0
- package/dist/cjs/wm-navigation-item.cjs.entry.js +25 -0
- package/dist/cjs/wm-navigation.cjs.entry.js +120 -0
- package/dist/cjs/wm-option.cjs.entry.js +176 -0
- package/dist/cjs/wm-progress-indicator.cjs.entry.js +116 -0
- package/dist/cjs/wm-progress-monitor.cjs.entry.js +78 -0
- package/dist/cjs/wm-progress-slice.cjs.entry.js +22 -0
- package/dist/cjs/wm-select.cjs.entry.js +363 -0
- package/dist/cjs/wm-tab-item.cjs.entry.js +51 -0
- package/dist/cjs/wm-tab-list.cjs.entry.js +286 -0
- package/dist/cjs/wm-tab-panel.cjs.entry.js +30 -0
- package/dist/cjs/wm-toggletip.cjs.entry.js +5 -5
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +6 -7
- package/dist/docs/docs.json +2 -2
- package/dist/docs/skill/wm-toggletip.md +1 -2
- package/dist/esm/app-globals-14e8fc38.js +159 -0
- package/dist/esm/app-globals-6ea0c4a8.js +156 -0
- package/dist/esm/{app-globals-0d90343d.js → app-globals-baf4966d.js} +1 -1
- package/dist/esm/app-globals-fbe51289.js +101 -0
- package/dist/esm/chartFunctions-295d929a.js +881 -0
- package/dist/esm/chartFunctions-6dc5067e.js +881 -0
- package/dist/esm/functions-1b74608e.js +18259 -0
- package/dist/esm/functions-438e60c4.js +10640 -0
- package/dist/esm/index-a4aa0209.js +3230 -0
- package/dist/esm/interfaces-09fe24c4.js +67 -0
- package/dist/esm/interfaces-9b4bfae2.js +86 -0
- package/dist/esm/intl-25f6dfb9.js +277 -0
- package/dist/esm/intl-af9ab0c5.js +277 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/priv-chart-popover.entry.js +127 -0
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/shadow-css-7ad5caf8.js +332 -0
- package/dist/esm/wm-action-menu.entry.js +361 -0
- package/dist/esm/wm-chart-legend.entry.js +73 -0
- package/dist/esm/wm-menuitem.entry.js +123 -0
- package/dist/esm/wm-modal-footer.entry.js +44 -0
- package/dist/esm/wm-modal-header.entry.js +36 -0
- package/dist/esm/wm-modal-pss-footer.entry.js +40 -0
- package/dist/esm/wm-modal-pss-header.entry.js +39 -0
- package/dist/esm/wm-modal-pss.entry.js +139 -0
- package/dist/esm/wm-modal.entry.js +156 -0
- package/dist/esm/wm-navigation-hamburger.entry.js +49 -0
- package/dist/esm/wm-navigation-item.entry.js +21 -0
- package/dist/esm/wm-navigation.entry.js +116 -0
- package/dist/esm/wm-option.entry.js +172 -0
- package/dist/esm/wm-progress-indicator.entry.js +112 -0
- package/dist/esm/wm-progress-monitor.entry.js +74 -0
- package/dist/esm/wm-progress-slice.entry.js +18 -0
- package/dist/esm/wm-select.entry.js +359 -0
- package/dist/esm/wm-tab-item.entry.js +47 -0
- package/dist/esm/wm-tab-list.entry.js +282 -0
- package/dist/esm/wm-tab-panel.entry.js +26 -0
- package/dist/esm/wm-toggletip.entry.js +5 -5
- package/dist/esm-es5/app-globals-baf4966d.js +1 -0
- package/dist/esm-es5/app-globals-fbe51289.js +1 -0
- package/dist/esm-es5/chartFunctions-295d929a.js +1 -0
- package/dist/esm-es5/functions-438e60c4.js +1 -0
- package/dist/esm-es5/interfaces-09fe24c4.js +1 -0
- package/dist/esm-es5/intl-25f6dfb9.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/ripple/app-globals-14e8fc38.js +159 -0
- package/dist/ripple/app-globals-674ed33a.system.js +1 -0
- package/dist/ripple/app-globals-6ea0c4a8.js +156 -0
- package/dist/ripple/app-globals-9a6e44cc.system.js +1 -0
- package/dist/ripple/chartFunctions-3a2854e5.system.js +1 -0
- package/dist/ripple/chartFunctions-6dc5067e.js +881 -0
- package/dist/ripple/functions-1b74608e.js +18259 -0
- package/dist/ripple/functions-44e66424.system.js +1 -0
- package/dist/ripple/index-a4aa0209.js +3017 -0
- package/dist/ripple/index-c1f8b17a.system.js +2 -0
- package/dist/ripple/index.system.js +3 -0
- package/dist/ripple/interfaces-5905bd2e.system.js +1 -0
- package/dist/ripple/interfaces-9b4bfae2.js +86 -0
- package/dist/ripple/intl-54e71657.system.js +1 -0
- package/dist/ripple/intl-af9ab0c5.js +277 -0
- package/dist/ripple/{p-8c1dea23.system.entry.js → p-02c8bf15.system.entry.js} +1 -1
- package/dist/ripple/{p-377ca118.entry.js → p-05dae6a0.entry.js} +1 -1
- package/dist/ripple/p-09a44b14.system.entry.js +1 -0
- package/dist/ripple/{p-177c248d.entry.js → p-09d5381c.entry.js} +1 -1
- package/dist/ripple/p-0cdda327.js +1 -0
- package/dist/ripple/{p-85e5a2ef.system.entry.js → p-0db033c3.system.entry.js} +1 -1
- package/dist/ripple/{p-114eeef7.system.entry.js → p-0feaaae9.system.entry.js} +1 -1
- package/dist/ripple/{p-237b9ade.system.entry.js → p-10aea5ee.system.entry.js} +1 -1
- package/dist/ripple/p-131d57c3.entry.js +1 -0
- package/dist/ripple/p-178ba906.js +1 -0
- package/dist/ripple/p-1f051611.system.js +1 -0
- package/dist/ripple/p-1fc894ac.system.entry.js +1 -0
- package/dist/ripple/{p-d90849d8.entry.js → p-227b0af9.entry.js} +1 -1
- package/dist/ripple/p-26f2c47b.system.js +1 -0
- package/dist/ripple/{p-66152ad5.system.entry.js → p-28b8a12e.system.entry.js} +1 -1
- package/dist/ripple/{p-5bcc465d.entry.js → p-2a03f658.entry.js} +1 -1
- package/dist/ripple/p-2cf2f73e.entry.js +1 -0
- package/dist/ripple/p-306f3b47.system.entry.js +1 -0
- package/dist/ripple/{p-ac1683dc.system.entry.js → p-332a3e3d.system.entry.js} +1 -1
- package/dist/ripple/{p-a9a20398.entry.js → p-39bac42a.entry.js} +1 -1
- package/dist/ripple/{p-d1f04ee8.entry.js → p-3bd8537c.entry.js} +1 -1
- package/dist/ripple/{p-5e96eaf7.system.entry.js → p-3e8bfc68.system.entry.js} +1 -1
- package/dist/ripple/p-3f5576b8.system.entry.js +1 -0
- package/dist/ripple/{p-f288148b.entry.js → p-3f69041f.entry.js} +1 -1
- package/dist/ripple/p-40e8071c.system.entry.js +1 -0
- package/dist/ripple/{p-ebef63ec.system.entry.js → p-444feb7d.system.entry.js} +1 -1
- package/dist/ripple/{p-c9822c77.entry.js → p-4533241f.entry.js} +1 -1
- package/dist/ripple/{p-053c9d53.entry.js → p-463be5be.entry.js} +1 -1
- package/dist/ripple/{p-721ecba8.system.entry.js → p-4e7ae2c5.system.entry.js} +1 -1
- package/dist/ripple/p-4f53544d.entry.js +1 -0
- package/dist/ripple/{p-04e6ea9c.system.entry.js → p-503330c1.system.entry.js} +1 -1
- package/dist/ripple/{p-4ff46307.entry.js → p-5173359e.entry.js} +1 -1
- package/dist/ripple/p-54fff8d1.entry.js +1 -0
- package/dist/ripple/p-5afc108c.js +1 -0
- package/dist/ripple/p-5bdd4f8e.system.js +1 -0
- package/dist/ripple/{p-48ed48d4.system.entry.js → p-5f092b39.system.entry.js} +1 -1
- package/dist/ripple/p-6279fb39.system.js +1 -0
- package/dist/ripple/{p-1efc8c25.entry.js → p-6479b06b.entry.js} +1 -1
- package/dist/ripple/{p-e87089e5.entry.js → p-680f5703.entry.js} +1 -1
- package/dist/ripple/{p-4cb5807d.entry.js → p-6de83c6f.entry.js} +1 -1
- package/dist/ripple/{p-dcfdf265.entry.js → p-709d1765.entry.js} +1 -1
- package/dist/ripple/{p-d68527b6.system.entry.js → p-7ca0bb68.system.entry.js} +1 -1
- package/dist/ripple/p-84e04896.entry.js +1 -0
- package/dist/ripple/{p-34755f95.entry.js → p-8e6e868a.entry.js} +1 -1
- package/dist/ripple/p-928b3e5e.entry.js +1 -0
- package/dist/ripple/p-956cb6a9.system.js +1 -0
- package/dist/ripple/p-9a5d11cb.entry.js +1 -0
- package/dist/ripple/{p-9cf98efe.system.entry.js → p-9d345fc7.system.entry.js} +1 -1
- package/dist/ripple/{p-f7fc6350.system.js → p-9f13a0f7.system.js} +1 -1
- package/dist/ripple/p-a03315ce.entry.js +1 -0
- package/dist/ripple/{p-471f1dc5.system.entry.js → p-a0aba3e0.system.entry.js} +1 -1
- package/dist/ripple/{p-f5afa781.system.entry.js → p-a3dd5204.system.entry.js} +1 -1
- package/dist/ripple/p-a6aef87d.system.entry.js +1 -0
- package/dist/ripple/{p-63c94399.system.entry.js → p-a6ef995c.system.entry.js} +1 -1
- package/dist/ripple/p-a7e637a5.system.entry.js +1 -0
- package/dist/ripple/p-aafced54.system.entry.js +1 -0
- package/dist/ripple/p-acac6687.js +1 -0
- package/dist/ripple/{p-1d71e253.system.entry.js → p-b11abb0d.system.entry.js} +1 -1
- package/dist/ripple/{p-d457692c.system.entry.js → p-b1924539.system.entry.js} +1 -1
- package/dist/ripple/{p-d0cf4ccc.system.entry.js → p-b654743f.system.entry.js} +1 -1
- package/dist/ripple/p-b974a535.system.entry.js +1 -0
- package/dist/ripple/{p-6a5c1a8c.system.entry.js → p-bb9f54cf.system.entry.js} +1 -1
- package/dist/ripple/p-bd37dd6f.entry.js +1 -0
- package/dist/ripple/{p-8f80d300.entry.js → p-bdb10d37.entry.js} +1 -1
- package/dist/ripple/{p-4d85b8d3.entry.js → p-bf3eef42.entry.js} +1 -1
- package/dist/ripple/p-bff5c1d5.js +1 -0
- package/dist/ripple/{p-723b7b1e.system.entry.js → p-c04d0eeb.system.entry.js} +1 -1
- package/dist/ripple/{p-6b4e3edc.entry.js → p-c1abc58e.entry.js} +1 -1
- package/dist/ripple/p-c7bd2b6b.js +1 -0
- package/dist/ripple/p-cc028323.entry.js +1 -0
- package/dist/ripple/p-d05b7cd3.entry.js +1 -0
- package/dist/ripple/{p-019b2974.entry.js → p-dab54a9d.entry.js} +1 -1
- package/dist/ripple/{p-439d588b.system.entry.js → p-dbdae848.system.entry.js} +1 -1
- package/dist/ripple/{p-7d51738b.system.entry.js → p-e0c0e8b0.system.entry.js} +1 -1
- package/dist/ripple/p-e1a6ee77.entry.js +1 -0
- package/dist/ripple/p-e427094b.system.js +1 -0
- package/dist/ripple/{p-e3986d43.system.entry.js → p-e65f7933.system.entry.js} +1 -1
- package/dist/ripple/p-e6704efd.system.js +1 -0
- package/dist/ripple/{p-e3e1848b.system.entry.js → p-e78f9572.system.entry.js} +1 -1
- package/dist/ripple/p-eda49f0e.entry.js +1 -0
- package/dist/ripple/{p-845c4a55.entry.js → p-ee26ba53.entry.js} +1 -1
- package/dist/ripple/{p-a7ee35c7.system.entry.js → p-ee729037.system.entry.js} +1 -1
- package/dist/ripple/{p-c6bdcbbc.entry.js → p-f51404f5.entry.js} +1 -1
- package/dist/ripple/{p-da8bc55d.system.entry.js → p-f68e4b39.system.entry.js} +1 -1
- package/dist/ripple/p-f77f1c50.entry.js +1 -0
- package/dist/ripple/{p-b466d6c3.entry.js → p-f94af31c.entry.js} +1 -1
- package/dist/ripple/{p-bf22f7d3.entry.js → p-fb6aee09.entry.js} +1 -1
- package/dist/ripple/{p-e4037ff0.system.entry.js → p-ff6fd274.system.entry.js} +1 -1
- package/dist/ripple/priv-calendar.entry.js +575 -0
- package/dist/ripple/priv-calendar.system.entry.js +1 -0
- package/dist/ripple/priv-chart-popover-old.entry.js +141 -0
- package/dist/ripple/priv-chart-popover-old.system.entry.js +1 -0
- package/dist/ripple/priv-chart-popover.entry.js +127 -0
- package/dist/ripple/priv-chart-popover.system.entry.js +1 -0
- package/dist/ripple/priv-navigator-button.entry.js +24 -0
- package/dist/ripple/priv-navigator-button.system.entry.js +1 -0
- package/dist/ripple/priv-navigator-item.entry.js +30 -0
- package/dist/ripple/priv-navigator-item.system.entry.js +1 -0
- package/dist/ripple/priv-option-list.entry.js +385 -0
- package/dist/ripple/priv-option-list.system.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/ripple/ripple.system.js +1 -0
- package/dist/ripple/shadow-css-52666f6a.system.js +12 -0
- package/dist/ripple/shadow-css-7ad5caf8.js +332 -0
- package/dist/ripple/wm-action-menu.entry.js +361 -0
- package/dist/ripple/wm-action-menu.system.entry.js +1 -0
- package/dist/ripple/wm-button.entry.js +275 -0
- package/dist/ripple/wm-button.system.entry.js +1 -0
- package/dist/ripple/{p-a39da382.entry.js → wm-chart-bar.entry.js} +444 -1
- package/dist/ripple/wm-chart-bar.system.entry.js +1 -0
- package/dist/ripple/wm-chart-column.entry.js +624 -0
- package/dist/ripple/wm-chart-column.system.entry.js +1 -0
- package/dist/ripple/wm-chart-legend.entry.js +73 -0
- package/dist/ripple/{p-683372ca.entry.js → wm-chart-legend.system.entry.js} +1 -1
- package/dist/ripple/wm-chart-slice.entry.js +23 -0
- package/dist/ripple/wm-chart-slice.system.entry.js +1 -0
- package/dist/ripple/wm-chart.entry.js +158 -0
- package/dist/ripple/wm-chart.system.entry.js +1 -0
- package/dist/ripple/wm-date-range.entry.js +586 -0
- package/dist/ripple/wm-date-range.system.entry.js +1 -0
- package/dist/ripple/wm-datepicker.entry.js +394 -0
- package/dist/ripple/wm-datepicker.system.entry.js +1 -0
- package/dist/ripple/wm-file-list.entry.js +18 -0
- package/dist/ripple/wm-file-list.system.entry.js +1 -0
- package/dist/ripple/wm-file.entry.js +205 -0
- package/dist/ripple/wm-file.system.entry.js +1 -0
- package/dist/ripple/wm-flyout.entry.js +181 -0
- package/dist/ripple/wm-flyout.system.entry.js +1 -0
- package/dist/ripple/wm-input.entry.js +126 -0
- package/dist/ripple/wm-input.system.entry.js +1 -0
- package/dist/ripple/wm-line-chart.entry.js +536 -0
- package/dist/ripple/wm-line-chart.system.entry.js +1 -0
- package/dist/ripple/wm-menuitem.entry.js +123 -0
- package/dist/ripple/wm-menuitem.system.entry.js +1 -0
- package/dist/ripple/wm-modal-footer.entry.js +44 -0
- package/dist/ripple/wm-modal-footer.system.entry.js +1 -0
- package/dist/ripple/wm-modal-header.entry.js +36 -0
- package/dist/ripple/wm-modal-header.system.entry.js +1 -0
- package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
- package/dist/ripple/wm-modal-pss-footer.system.entry.js +1 -0
- package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
- package/dist/ripple/wm-modal-pss-header.system.entry.js +1 -0
- package/dist/ripple/wm-modal-pss.entry.js +139 -0
- package/dist/ripple/wm-modal-pss.system.entry.js +1 -0
- package/dist/ripple/wm-modal.entry.js +156 -0
- package/dist/ripple/wm-modal.system.entry.js +1 -0
- package/dist/ripple/wm-navigation-hamburger.entry.js +49 -0
- package/dist/ripple/wm-navigation-hamburger.system.entry.js +1 -0
- package/dist/ripple/wm-navigation-item.entry.js +21 -0
- package/dist/ripple/wm-navigation-item.system.entry.js +1 -0
- package/dist/ripple/wm-navigation.entry.js +116 -0
- package/dist/ripple/wm-navigation.system.entry.js +1 -0
- package/dist/ripple/wm-navigator.entry.js +370 -0
- package/dist/ripple/wm-navigator.system.entry.js +1 -0
- package/dist/ripple/wm-nested-select.entry.js +315 -0
- package/dist/ripple/wm-nested-select.system.entry.js +1 -0
- package/dist/ripple/wm-optgroup.entry.js +79 -0
- package/dist/ripple/wm-optgroup.system.entry.js +1 -0
- package/dist/ripple/wm-option.entry.js +172 -0
- package/dist/ripple/wm-option.system.entry.js +1 -0
- package/dist/ripple/wm-pagination.entry.js +224 -0
- package/dist/ripple/wm-pagination.system.entry.js +1 -0
- package/dist/ripple/wm-progress-indicator.entry.js +112 -0
- package/dist/ripple/wm-progress-indicator.system.entry.js +1 -0
- package/dist/ripple/wm-progress-monitor.entry.js +74 -0
- package/dist/ripple/wm-progress-monitor.system.entry.js +1 -0
- package/dist/ripple/wm-progress-slice.entry.js +18 -0
- package/dist/ripple/wm-progress-slice.system.entry.js +1 -0
- package/dist/ripple/wm-search.entry.js +191 -0
- package/dist/ripple/wm-search.system.entry.js +1 -0
- package/dist/ripple/wm-select.entry.js +359 -0
- package/dist/ripple/wm-select.system.entry.js +1 -0
- package/dist/ripple/wm-snackbar.entry.js +171 -0
- package/dist/ripple/wm-snackbar.system.entry.js +1 -0
- package/dist/ripple/wm-tab-item.entry.js +47 -0
- package/dist/ripple/wm-tab-item.system.entry.js +1 -0
- package/dist/ripple/wm-tab-list.entry.js +282 -0
- package/dist/ripple/wm-tab-list.system.entry.js +1 -0
- package/dist/ripple/wm-tab-panel.entry.js +26 -0
- package/dist/ripple/wm-tab-panel.system.entry.js +1 -0
- package/dist/ripple/wm-tag-input.entry.js +955 -0
- package/dist/ripple/wm-tag-input.system.entry.js +1 -0
- package/dist/ripple/wm-tag-option.entry.js +47 -0
- package/dist/ripple/wm-tag-option.system.entry.js +1 -0
- package/dist/ripple/wm-textarea.entry.js +89 -0
- package/dist/ripple/wm-textarea.system.entry.js +1 -0
- package/dist/ripple/wm-timepicker.entry.js +320 -0
- package/dist/ripple/wm-timepicker.system.entry.js +1 -0
- package/dist/ripple/wm-toggletip.entry.js +247 -0
- package/dist/ripple/wm-toggletip.system.entry.js +1 -0
- package/dist/ripple/{p-858bd668.entry.js → wm-uploader.entry.js} +336 -1
- package/dist/ripple/wm-uploader.system.entry.js +1 -0
- package/dist/ripple/wm-wrapper.entry.js +17 -0
- package/dist/ripple/wm-wrapper.system.entry.js +1 -0
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +1 -2
- package/dist/types/components.d.ts +4 -8
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-0d90343d.js +0 -1
- package/dist/ripple/p-2f297bf8.js +0 -1
- package/dist/ripple/p-6a7b26a1.system.js +0 -1
- package/dist/ripple/p-e651d0e9.entry.js +0 -1
- package/dist/ripple/p-ee960296.entry.js +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.