@watermarkinsights/ripple 5.10.0-8 → 5.10.0
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/{chartFunctions-995023b1.js → chartFunctions-c4046c7a.js} +10 -4
- package/dist/cjs/{global-e0451296.js → global-e99f3b91.js} +2 -2
- package/dist/cjs/{intl-5aeba788.js → intl-a70cf8c2.js} +15 -14
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/priv-calendar.cjs.entry.js +1 -1
- package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
- package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
- package/dist/cjs/ripple.cjs.js +2 -2
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +3 -3
- package/dist/cjs/wm-button.cjs.entry.js +2 -2
- package/dist/cjs/wm-chart.cjs.entry.js +3 -3
- package/dist/cjs/wm-date-range.cjs.entry.js +1 -1
- package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +9 -6
- package/dist/cjs/wm-input.cjs.entry.js +2 -2
- package/dist/cjs/wm-line-chart.cjs.entry.js +3 -3
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-modal_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-navigation_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
- package/dist/cjs/wm-nested-select.cjs.entry.js +2 -2
- package/dist/cjs/wm-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/wm-option_2.cjs.entry.js +3 -3
- package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-search.cjs.entry.js +2 -2
- package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-tag-input.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +2 -2
- package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
- package/dist/cjs/wm-uploader.cjs.entry.js +110 -17
- package/dist/collection/components/charts/chartFunctions.js +10 -4
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.css +193 -1
- package/dist/collection/components/charts/wm-chart/wm-chart.css +193 -1
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.css +193 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +193 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +193 -1
- package/dist/collection/components/datepickers/datepicker.css +193 -1
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +193 -1
- package/dist/collection/components/selects/priv-option-list/priv-option-list.css +193 -1
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.css +193 -1
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.css +193 -1
- package/dist/collection/components/selects/wm-option/wm-option.css +193 -1
- package/dist/collection/components/selects/wm-select/wm-select.css +193 -1
- package/dist/collection/components/wm-action-menu/wm-action-menu.css +193 -1
- package/dist/collection/components/wm-button/wm-button.css +194 -2
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-file/wm-file.css +202 -7
- package/dist/collection/components/wm-file/wm-file.js +10 -7
- package/dist/collection/components/wm-file-list/wm-file-list.css +194 -1
- package/dist/collection/components/wm-input/wm-input.css +193 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.css +193 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.css +193 -1
- package/dist/collection/components/wm-modal/wm-modal-header.css +193 -1
- package/dist/collection/components/wm-modal/wm-modal.css +193 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.css +193 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.css +193 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.css +193 -1
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.css +193 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.css +193 -1
- package/dist/collection/components/wm-navigation/wm-navigation.css +193 -1
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +193 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.css +193 -1
- package/dist/collection/components/wm-navigator/wm-navigator.css +193 -1
- package/dist/collection/components/wm-pagination/wm-pagination.css +193 -1
- package/dist/collection/components/wm-search/wm-search.css +193 -1
- package/dist/collection/components/wm-snackbar/wm-snackbar.css +193 -1
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.css +193 -1
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.css +193 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.css +193 -1
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +193 -1
- package/dist/collection/components/wm-textarea/wm-textarea.css +193 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.css +193 -1
- package/dist/collection/components/wm-toggletip/wm-toggletip.css +193 -1
- package/dist/collection/components/wm-uploader/wm-uploader.css +373 -19
- package/dist/collection/components/wm-uploader/wm-uploader.js +168 -14
- package/dist/collection/global/global.js +1 -1
- package/dist/collection/global/intl.js +15 -14
- package/dist/esm/{chartFunctions-34f19953.js → chartFunctions-5555bab0.js} +10 -4
- package/dist/esm/{global-896c36ad.js → global-12fff65f.js} +2 -2
- package/dist/esm/{intl-b110ca8d.js → intl-cf443c87.js} +15 -14
- package/dist/esm/loader.js +2 -2
- package/dist/esm/priv-calendar.entry.js +1 -1
- package/dist/esm/priv-chart-popover.entry.js +1 -1
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/priv-option-list.entry.js +1 -1
- package/dist/esm/ripple.js +2 -2
- package/dist/esm/wm-action-menu_2.entry.js +3 -3
- package/dist/esm/wm-button.entry.js +2 -2
- package/dist/esm/wm-chart.entry.js +3 -3
- package/dist/esm/wm-date-range.entry.js +1 -1
- package/dist/esm/wm-datepicker.entry.js +1 -1
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +11 -8
- package/dist/esm/wm-input.entry.js +2 -2
- package/dist/esm/wm-line-chart.entry.js +3 -3
- package/dist/esm/wm-modal-pss_3.entry.js +4 -4
- package/dist/esm/wm-modal_3.entry.js +4 -4
- package/dist/esm/wm-navigation_3.entry.js +4 -4
- package/dist/esm/wm-navigator.entry.js +1 -1
- package/dist/esm/wm-nested-select.entry.js +2 -2
- package/dist/esm/wm-optgroup.entry.js +1 -1
- package/dist/esm/wm-option_2.entry.js +3 -3
- package/dist/esm/wm-pagination.entry.js +1 -1
- package/dist/esm/wm-progress-indicator_3.entry.js +3 -3
- package/dist/esm/wm-search.entry.js +2 -2
- package/dist/esm/wm-snackbar.entry.js +2 -2
- package/dist/esm/wm-tab-item_3.entry.js +3 -3
- package/dist/esm/wm-tag-input.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +2 -2
- package/dist/esm/wm-timepicker.entry.js +1 -1
- package/dist/esm/wm-toggletip.entry.js +1 -1
- package/dist/esm/wm-uploader.entry.js +110 -17
- package/dist/esm-es5/chartFunctions-5555bab0.js +1 -0
- package/dist/esm-es5/global-12fff65f.js +1 -0
- package/dist/esm-es5/{intl-b110ca8d.js → intl-cf443c87.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/p-04502e9c.entry.js +1 -0
- package/dist/ripple/p-09330cc3.entry.js +1 -0
- package/dist/ripple/p-0b4b0741.system.entry.js +1 -0
- package/dist/ripple/p-0d082f95.entry.js +1 -0
- package/dist/ripple/p-0eddc626.entry.js +1 -0
- package/dist/ripple/p-0fc6dab9.system.entry.js +1 -0
- package/dist/ripple/p-1887c39d.entry.js +1 -0
- package/dist/ripple/p-19c412a2.system.entry.js +1 -0
- package/dist/ripple/p-1ad4491d.entry.js +1 -0
- package/dist/ripple/p-1bb48113.system.entry.js +1 -0
- package/dist/ripple/p-221a7c22.entry.js +1 -0
- package/dist/ripple/p-268278c4.entry.js +1 -0
- package/dist/ripple/p-2ce69098.system.js +1 -0
- package/dist/ripple/p-2f49acc5.entry.js +1 -0
- package/dist/ripple/{p-ee31c799.system.js → p-3322823d.system.js} +1 -1
- package/dist/ripple/p-34014c8d.system.entry.js +1 -0
- package/dist/ripple/p-34218322.system.entry.js +1 -0
- package/dist/ripple/p-34ad1884.entry.js +1 -0
- package/dist/ripple/p-3c3c6b29.system.entry.js +1 -0
- package/dist/ripple/p-3d99c704.entry.js +1 -0
- package/dist/ripple/p-4627f77f.entry.js +1 -0
- package/dist/ripple/p-4abcb864.entry.js +1 -0
- package/dist/ripple/p-4ecaa6de.entry.js +1 -0
- package/dist/ripple/p-4edb481f.system.entry.js +1 -0
- package/dist/ripple/p-50501e07.entry.js +1 -0
- package/dist/ripple/p-599dd035.js +1 -0
- package/dist/ripple/p-5f78dd11.entry.js +1 -0
- package/dist/ripple/p-658a2086.system.entry.js +1 -0
- package/dist/ripple/p-691c2fcb.system.js +1 -0
- package/dist/ripple/{p-02dc1562.js → p-710c6115.js} +1 -1
- package/dist/ripple/p-72bf2c06.system.entry.js +1 -0
- package/dist/ripple/p-7c27f475.system.entry.js +1 -0
- package/dist/ripple/{p-e7a4f21d.system.js → p-7e0847db.system.js} +1 -1
- package/dist/ripple/p-7e4bb548.system.entry.js +1 -0
- package/dist/ripple/p-7f0ca371.system.entry.js +1 -0
- package/dist/ripple/p-880f1008.system.entry.js +1 -0
- package/dist/ripple/p-88ae8914.system.entry.js +1 -0
- package/dist/ripple/p-88c968e7.system.entry.js +1 -0
- package/dist/ripple/p-8d7ecab9.entry.js +1 -0
- package/dist/ripple/p-8fcebe03.entry.js +1 -0
- package/dist/ripple/p-950dc6c4.system.entry.js +1 -0
- package/dist/ripple/p-9ca03762.system.entry.js +1 -0
- package/dist/ripple/p-a0e84979.entry.js +1 -0
- package/dist/ripple/p-a4d550b3.entry.js +1 -0
- package/dist/ripple/p-a6cc8bb0.system.entry.js +1 -0
- package/dist/ripple/p-a8cee2a3.system.entry.js +1 -0
- package/dist/ripple/p-ac625334.system.entry.js +1 -0
- package/dist/ripple/p-b0512477.system.entry.js +1 -0
- package/dist/ripple/p-b0ada8f7.system.entry.js +1 -0
- package/dist/ripple/p-b1405972.entry.js +1 -0
- package/dist/ripple/p-b72aa60b.entry.js +1 -0
- package/dist/ripple/p-b8803924.js +1 -0
- package/dist/ripple/p-bc566798.entry.js +1 -0
- package/dist/ripple/p-bf1c19f7.system.entry.js +1 -0
- package/dist/ripple/p-c75041af.system.entry.js +1 -0
- package/dist/ripple/p-cc4cf7a6.system.entry.js +1 -0
- package/dist/ripple/p-d168b8bc.entry.js +1 -0
- package/dist/ripple/p-d8bc3fd7.system.entry.js +1 -0
- package/dist/ripple/p-dadb480d.system.entry.js +1 -0
- package/dist/ripple/p-db040939.entry.js +1 -0
- package/dist/ripple/p-df387590.entry.js +1 -0
- package/dist/ripple/p-e1fb942c.system.entry.js +1 -0
- package/dist/ripple/p-e49d3992.entry.js +1 -0
- package/dist/ripple/p-e5c8a584.entry.js +1 -0
- package/dist/ripple/p-ef980041.system.entry.js +1 -0
- package/dist/ripple/p-f1f7dcfd.entry.js +1 -0
- package/dist/ripple/p-f623828b.entry.js +1 -0
- package/dist/ripple/p-fa939c76.entry.js +1 -0
- package/dist/ripple/p-fe89c69f.system.entry.js +1 -0
- package/dist/ripple/ripple.css +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-file/wm-file.d.ts +1 -0
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +19 -3
- package/dist/types/components.d.ts +4 -0
- package/dist/types/global/intl.d.ts +3 -2
- package/package.json +1 -1
- package/dist/esm-es5/chartFunctions-34f19953.js +0 -1
- package/dist/esm-es5/global-896c36ad.js +0 -1
- package/dist/ripple/p-0195213e.system.entry.js +0 -1
- package/dist/ripple/p-04c6d049.entry.js +0 -1
- package/dist/ripple/p-0aded1ad.system.entry.js +0 -1
- package/dist/ripple/p-10cfa4f1.system.entry.js +0 -1
- package/dist/ripple/p-1465e576.system.entry.js +0 -1
- package/dist/ripple/p-1bd2cb0c.system.entry.js +0 -1
- package/dist/ripple/p-214ae691.entry.js +0 -1
- package/dist/ripple/p-22ac2789.system.js +0 -1
- package/dist/ripple/p-2b783e04.entry.js +0 -1
- package/dist/ripple/p-2f49268a.entry.js +0 -1
- package/dist/ripple/p-32867e2e.entry.js +0 -1
- package/dist/ripple/p-3a9a98ff.entry.js +0 -1
- package/dist/ripple/p-3b2510ef.system.entry.js +0 -1
- package/dist/ripple/p-40ce8220.system.entry.js +0 -1
- package/dist/ripple/p-414032d3.entry.js +0 -1
- package/dist/ripple/p-41476faa.system.entry.js +0 -1
- package/dist/ripple/p-4378b6b9.system.js +0 -1
- package/dist/ripple/p-43f68b56.system.entry.js +0 -1
- package/dist/ripple/p-46ba8314.system.entry.js +0 -1
- package/dist/ripple/p-4de1777b.system.entry.js +0 -1
- package/dist/ripple/p-4fc47d67.entry.js +0 -1
- package/dist/ripple/p-50010933.entry.js +0 -1
- package/dist/ripple/p-50c2bb00.entry.js +0 -1
- package/dist/ripple/p-56cdd9af.system.entry.js +0 -1
- package/dist/ripple/p-5943c8b1.js +0 -1
- package/dist/ripple/p-5a216138.system.entry.js +0 -1
- package/dist/ripple/p-600fdedd.system.entry.js +0 -1
- package/dist/ripple/p-6277db44.entry.js +0 -1
- package/dist/ripple/p-63c226a0.system.entry.js +0 -1
- package/dist/ripple/p-64461414.entry.js +0 -1
- package/dist/ripple/p-6a47a797.entry.js +0 -1
- package/dist/ripple/p-6d426683.entry.js +0 -1
- package/dist/ripple/p-6f18ff34.entry.js +0 -1
- package/dist/ripple/p-73e4e23a.entry.js +0 -1
- package/dist/ripple/p-78176eec.system.entry.js +0 -1
- package/dist/ripple/p-7ea2523a.system.entry.js +0 -1
- package/dist/ripple/p-828cc3a0.entry.js +0 -1
- package/dist/ripple/p-8f3c8c8f.js +0 -1
- package/dist/ripple/p-98cc1aae.system.entry.js +0 -1
- package/dist/ripple/p-a7e55fb6.entry.js +0 -1
- package/dist/ripple/p-a9bdc8ed.entry.js +0 -1
- package/dist/ripple/p-ab254e2b.entry.js +0 -1
- package/dist/ripple/p-b2c2245e.entry.js +0 -1
- package/dist/ripple/p-b75b811f.entry.js +0 -1
- package/dist/ripple/p-b77706d6.entry.js +0 -1
- package/dist/ripple/p-b80a3bf5.entry.js +0 -1
- package/dist/ripple/p-bca4b4b6.system.entry.js +0 -1
- package/dist/ripple/p-be22192b.system.entry.js +0 -1
- package/dist/ripple/p-c354e78a.system.entry.js +0 -1
- package/dist/ripple/p-c992ef83.system.entry.js +0 -1
- package/dist/ripple/p-ce5532cc.entry.js +0 -1
- package/dist/ripple/p-cf2a23e8.system.entry.js +0 -1
- package/dist/ripple/p-d3eb9335.entry.js +0 -1
- package/dist/ripple/p-d412aa02.system.entry.js +0 -1
- package/dist/ripple/p-d6da12dc.system.entry.js +0 -1
- package/dist/ripple/p-dee79f8c.system.entry.js +0 -1
- package/dist/ripple/p-e14233fd.entry.js +0 -1
- package/dist/ripple/p-e77ac9d0.entry.js +0 -1
- package/dist/ripple/p-e963cbc7.system.entry.js +0 -1
- package/dist/ripple/p-e998e143.entry.js +0 -1
- package/dist/ripple/p-ebe2b432.system.entry.js +0 -1
- package/dist/ripple/p-ecd3ac6e.system.entry.js +0 -1
- package/dist/ripple/p-f14d1a31.system.entry.js +0 -1
- package/dist/ripple/p-f394a24f.entry.js +0 -1
- package/dist/ripple/p-f42e1ea9.entry.js +0 -1
- package/dist/ripple/p-fb3d7911.system.entry.js +0 -1
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { h, Host, forceUpdate, } from "@stencil/core";
|
|
2
2
|
import { uploaderMessages } from "../../global/intl";
|
|
3
|
+
import { intl } from "../../global/functions";
|
|
3
4
|
export class Uploader {
|
|
4
5
|
constructor() {
|
|
5
6
|
this.batchCount = 0; // used to calculate the aggregate upload progress
|
|
6
7
|
this.prevUploadCount = 0; // comparison to determine whether or not to announce updated count
|
|
7
8
|
this.fileIdToDelete = "";
|
|
8
9
|
this.label = undefined;
|
|
10
|
+
this.uploaderType = "select";
|
|
11
|
+
this.dropArea = "component";
|
|
9
12
|
this.buttonText = undefined;
|
|
10
13
|
this.icon = undefined;
|
|
11
14
|
this.fileTypes = "pdf txt log xml doc docx xls xlsx ppt pptx gif jpg jpeg png csv";
|
|
@@ -54,11 +57,75 @@ export class Uploader {
|
|
|
54
57
|
setTimeout(() => this.announce(this.errorMessage, this.politeLiveRegionEl), 100);
|
|
55
58
|
}
|
|
56
59
|
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
+
///////// Drop Event Handling ////////
|
|
61
|
+
handleDocumentDragEnter() {
|
|
62
|
+
if (this.uploaderType == "drop") {
|
|
63
|
+
this.beginDropListening();
|
|
60
64
|
}
|
|
61
65
|
}
|
|
66
|
+
handleDocumentMouseOut() {
|
|
67
|
+
if (this.uploaderType == "drop" && this.dropAreaEl) {
|
|
68
|
+
this.endDropListening();
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
handleDocumentDragLeave(ev) {
|
|
72
|
+
if (this.uploaderType == "drop") {
|
|
73
|
+
// Do not end drop listening for events that bubble up from children of this uploader
|
|
74
|
+
if (ev.target.closest("wm-uploader") == this.el) {
|
|
75
|
+
this.endDropListening();
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
handleDocumentVisibilityChange() {
|
|
80
|
+
// If a file is dropped outside of the drop area, if the browser opens the file in new tab, a dragleave event is not fired. This handles that case
|
|
81
|
+
if (this.uploaderType == "drop") {
|
|
82
|
+
this.endDropListening();
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
handleDragEnter(ev) {
|
|
86
|
+
if (this.uploaderType == "drop") {
|
|
87
|
+
ev.preventDefault();
|
|
88
|
+
this.el.classList.add("dragging");
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
handleDragOver(ev) {
|
|
92
|
+
if (this.uploaderType == "drop") {
|
|
93
|
+
ev.preventDefault();
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
handleDragLeave(ev) {
|
|
97
|
+
if (this.uploaderType == "drop") {
|
|
98
|
+
ev.preventDefault();
|
|
99
|
+
this.endDropListening();
|
|
100
|
+
this.el.classList.remove("dragging");
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
handleDrop(ev) {
|
|
104
|
+
if (this.uploaderType == "drop") {
|
|
105
|
+
ev.preventDefault();
|
|
106
|
+
this.el.classList.remove("dragging");
|
|
107
|
+
this.endDropListening();
|
|
108
|
+
if (ev.dataTransfer.files) {
|
|
109
|
+
const files = Array.from(ev.dataTransfer.files);
|
|
110
|
+
if (files.length > 0) {
|
|
111
|
+
this.batchCount = files.length;
|
|
112
|
+
this.wmUploaderFilesSelected.emit(files);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
beginDropListening() {
|
|
118
|
+
if (this.dropArea == "page") {
|
|
119
|
+
this.dropOverlayEl.showPopover();
|
|
120
|
+
}
|
|
121
|
+
this.dropAreaEl.classList.add("listening");
|
|
122
|
+
}
|
|
123
|
+
endDropListening() {
|
|
124
|
+
if (this.dropArea == "page") {
|
|
125
|
+
this.dropOverlayEl.hidePopover();
|
|
126
|
+
}
|
|
127
|
+
this.dropAreaEl.classList.remove("listening");
|
|
128
|
+
}
|
|
62
129
|
componentDidLoad() {
|
|
63
130
|
if (document.body.classList.contains("wmcl-user-is-tabbing")) {
|
|
64
131
|
this.toggleTabbingOn();
|
|
@@ -155,15 +222,14 @@ export class Uploader {
|
|
|
155
222
|
}
|
|
156
223
|
}
|
|
157
224
|
}
|
|
158
|
-
handleUploadButtonChange(
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
const files = Array.from(inputEl.files);
|
|
225
|
+
handleUploadButtonChange() {
|
|
226
|
+
if (this.uploadButtonEl.files) {
|
|
227
|
+
const files = Array.from(this.uploadButtonEl.files);
|
|
162
228
|
if (files.length > 0) {
|
|
163
229
|
this.batchCount = files.length;
|
|
164
230
|
this.wmUploaderFilesSelected.emit(files);
|
|
165
231
|
}
|
|
166
|
-
|
|
232
|
+
this.uploadButtonEl.value = ""; // reset to ensure that onChange is triggered when the same file is selected a second time
|
|
167
233
|
}
|
|
168
234
|
}
|
|
169
235
|
announce(message, liveRegionEl) {
|
|
@@ -173,7 +239,7 @@ export class Uploader {
|
|
|
173
239
|
liveRegionEl.textContent = message;
|
|
174
240
|
}
|
|
175
241
|
renderIcon() {
|
|
176
|
-
const defaultIconSize = "
|
|
242
|
+
const defaultIconSize = "0.875rem";
|
|
177
243
|
if (this.icon.match(/^#/)) {
|
|
178
244
|
// Icon ID
|
|
179
245
|
return h("span", { class: `svg-icon svg-${this.icon.slice(1)}`, style: { "--icon-size": defaultIconSize } });
|
|
@@ -188,15 +254,40 @@ export class Uploader {
|
|
|
188
254
|
return (h("span", { class: "mdi", "aria-hidden": "true" }, String.fromCodePoint(parseInt(`0x${this.icon}`))));
|
|
189
255
|
}
|
|
190
256
|
}
|
|
191
|
-
renderUploadButton(
|
|
257
|
+
renderUploadButton() {
|
|
192
258
|
let accessibleLabel = `${this.label && this.label !== this.buttonText ? `${this.label}, ` : ""}${this.buttonText}`;
|
|
193
|
-
return (h("div", { class: "
|
|
259
|
+
return (h("div", { class: "button-wrapper" }, h("input", { name: "input", id: "input", ref: (el) => (this.uploadButtonEl = el), class: "sr-only", "aria-label": accessibleLabel, "aria-required": this.requiredField ? "true" : null, "aria-describedby": `${this.errorMessage ? "error " : ""}file-count max-size accepted-types`, type: "file", multiple: true, onClick: (ev) => this.handleUploadButtonClick(ev), onChange: () => this.handleUploadButtonChange() }), h("label", { htmlFor: "input", class: `wm-button -secondary ${this.isDisabled ? "disabled" : ""}` }, this.icon && this.renderIcon(), this.buttonText), this.uploaderType == "select" && this.renderFileCount()));
|
|
260
|
+
}
|
|
261
|
+
renderDropButton() {
|
|
262
|
+
let accessibleLabel = `${this.label && this.label !== this.buttonText ? `${this.label}, ` : ""}${uploaderMessages.dropInstructions}`;
|
|
263
|
+
return (h("div", { class: "button-wrapper -drop" }, h("input", { name: "input", id: "input", ref: (el) => (this.uploadButtonEl = el), class: "sr-only", "aria-label": accessibleLabel, "aria-required": this.requiredField ? "true" : null, "aria-describedby": `${this.errorMessage ? "error " : ""}file-count max-size accepted-types`, type: "file", multiple: true, onClick: (ev) => this.handleUploadButtonClick(ev), onChange: () => this.handleUploadButtonChange() }), h("label", { htmlFor: "input", class: `${this.isDisabled ? "disabled" : ""}` }, h("div", { class: "prompt" }, h("span", { class: "upload-arrow" }), h("span", { id: "drop-text", class: `wm-button -textonly ${this.isDisabled ? "disabled" : ""}` }, h("span", { class: "default-text" }, uploaderMessages.dropInstructions), h("span", { class: "dragging-text" }, uploaderMessages.dropFile))), this.renderFileCount())));
|
|
194
264
|
}
|
|
195
265
|
renderHeader() {
|
|
196
|
-
return (h("div", { class: "header" }, h("div", { class: "notif-wrapper" }, this.
|
|
266
|
+
return (h("div", { class: "header" }, h("div", { class: "notif-wrapper" }, this.uploaderType == "select" ? this.renderUploadButton() : this.renderDropButton(), this.renderRequirements()), this.notif && h("div", { class: "notif" }, this.notif), h("div", { id: "error" }, this.errorMessage)));
|
|
267
|
+
}
|
|
268
|
+
renderFileCount() {
|
|
269
|
+
if (this.maxFiles) {
|
|
270
|
+
return h("div", { id: "file-count" }, uploaderMessages.getFileCount(this.uploadedFileEls.length, this.maxFiles));
|
|
271
|
+
}
|
|
197
272
|
}
|
|
198
273
|
renderRequirements() {
|
|
199
|
-
|
|
274
|
+
const maxSizeMessage = intl.formatMessage({
|
|
275
|
+
id: "uploader.maxSize",
|
|
276
|
+
defaultMessage: "<b>Maximum File Size:</b> {maxSize}",
|
|
277
|
+
description: "An indicator of the maximum file size the uploader allows",
|
|
278
|
+
}, {
|
|
279
|
+
maxSize: this.maxSize,
|
|
280
|
+
b: (chunks) => h("span", { style: { "font-weight": "600" } }, chunks),
|
|
281
|
+
});
|
|
282
|
+
const acceptedTypesMessage = intl.formatMessage({
|
|
283
|
+
id: "uploader.acceptedFileTypes",
|
|
284
|
+
defaultMessage: "<b>Accepted File {amount, plural, =1 {Type} other {Types}}:</b> {fileTypes}",
|
|
285
|
+
}, {
|
|
286
|
+
fileTypes: this.validTypes,
|
|
287
|
+
amount: this.fileTypes.split(" ").length,
|
|
288
|
+
b: (chunks) => h("span", { style: { "font-weight": "600" } }, chunks),
|
|
289
|
+
});
|
|
290
|
+
return (h("details", { class: "requirements" }, h("summary", null, uploaderMessages.fileRequirements), h("div", { class: "requirements-wrapper" }, h("div", { id: "accepted-types", class: "accepted-types" }, acceptedTypesMessage), this.maxSize && h("span", { id: "max-size" }, maxSizeMessage))));
|
|
200
291
|
}
|
|
201
292
|
renderListContainer() {
|
|
202
293
|
const hasNewlyUploadedFiles = this.fileEls.filter((file) => file.progress && file.progress === 100).length;
|
|
@@ -205,8 +296,11 @@ export class Uploader {
|
|
|
205
296
|
renderLabel() {
|
|
206
297
|
return (h("div", { class: `wrapper ${this.errorMessage ? "invalid" : ""}` }, h("div", { id: "label", class: `label` }, this.label, this.requiredField && (h("span", { class: "required", "aria-hidden": "true" }, "*")))));
|
|
207
298
|
}
|
|
299
|
+
renderDropArea() {
|
|
300
|
+
return (h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, h("span", { class: "upload-arrow" }), h("span", null, "Drop to Upload")))));
|
|
301
|
+
}
|
|
208
302
|
render() {
|
|
209
|
-
return (h(Host,
|
|
303
|
+
return (h(Host, { class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), h("div", { ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
|
|
210
304
|
,
|
|
211
305
|
"aria-atomic": "true" }), h("div", { ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
212
306
|
}
|
|
@@ -242,6 +336,42 @@ export class Uploader {
|
|
|
242
336
|
"attribute": "label",
|
|
243
337
|
"reflect": false
|
|
244
338
|
},
|
|
339
|
+
"uploaderType": {
|
|
340
|
+
"type": "string",
|
|
341
|
+
"mutable": false,
|
|
342
|
+
"complexType": {
|
|
343
|
+
"original": "\"select\" | \"drop\"",
|
|
344
|
+
"resolved": "\"drop\" | \"select\"",
|
|
345
|
+
"references": {}
|
|
346
|
+
},
|
|
347
|
+
"required": false,
|
|
348
|
+
"optional": false,
|
|
349
|
+
"docs": {
|
|
350
|
+
"tags": [],
|
|
351
|
+
"text": ""
|
|
352
|
+
},
|
|
353
|
+
"attribute": "uploader-type",
|
|
354
|
+
"reflect": false,
|
|
355
|
+
"defaultValue": "\"select\""
|
|
356
|
+
},
|
|
357
|
+
"dropArea": {
|
|
358
|
+
"type": "string",
|
|
359
|
+
"mutable": false,
|
|
360
|
+
"complexType": {
|
|
361
|
+
"original": "\"component\" | \"page\"",
|
|
362
|
+
"resolved": "\"component\" | \"page\"",
|
|
363
|
+
"references": {}
|
|
364
|
+
},
|
|
365
|
+
"required": false,
|
|
366
|
+
"optional": false,
|
|
367
|
+
"docs": {
|
|
368
|
+
"tags": [],
|
|
369
|
+
"text": ""
|
|
370
|
+
},
|
|
371
|
+
"attribute": "drop-area",
|
|
372
|
+
"reflect": false,
|
|
373
|
+
"defaultValue": "\"component\""
|
|
374
|
+
},
|
|
245
375
|
"buttonText": {
|
|
246
376
|
"type": "string",
|
|
247
377
|
"mutable": false,
|
|
@@ -444,6 +574,30 @@ export class Uploader {
|
|
|
444
574
|
"target": undefined,
|
|
445
575
|
"capture": false,
|
|
446
576
|
"passive": false
|
|
577
|
+
}, {
|
|
578
|
+
"name": "dragenter",
|
|
579
|
+
"method": "handleDocumentDragEnter",
|
|
580
|
+
"target": "document",
|
|
581
|
+
"capture": false,
|
|
582
|
+
"passive": true
|
|
583
|
+
}, {
|
|
584
|
+
"name": "mouseout",
|
|
585
|
+
"method": "handleDocumentMouseOut",
|
|
586
|
+
"target": "document",
|
|
587
|
+
"capture": false,
|
|
588
|
+
"passive": true
|
|
589
|
+
}, {
|
|
590
|
+
"name": "dragleave",
|
|
591
|
+
"method": "handleDocumentDragLeave",
|
|
592
|
+
"target": "document",
|
|
593
|
+
"capture": false,
|
|
594
|
+
"passive": true
|
|
595
|
+
}, {
|
|
596
|
+
"name": "visibilitychange",
|
|
597
|
+
"method": "handleDocumentVisibilityChange",
|
|
598
|
+
"target": "document",
|
|
599
|
+
"capture": false,
|
|
600
|
+
"passive": false
|
|
447
601
|
}];
|
|
448
602
|
}
|
|
449
603
|
}
|
|
@@ -4,7 +4,7 @@ import { version } from "../../package.json";
|
|
|
4
4
|
// test envs return 0 for plugin.length
|
|
5
5
|
// do not print version number there as it causes issues
|
|
6
6
|
if (window.navigator.plugins.length > 0) {
|
|
7
|
-
console.log("
|
|
7
|
+
console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
|
|
8
8
|
}
|
|
9
9
|
// Dispatching events to track whether user is navigating with keyboard or mouse
|
|
10
10
|
// no longer necessary for keyboard focus indicators (thanks to :focus-visible)
|
|
@@ -97,16 +97,24 @@ export const uploaderMessages = {
|
|
|
97
97
|
defaultMessage: "The file must be more than 0 bytes",
|
|
98
98
|
description: "Error message when user attempts to upload a file of no size",
|
|
99
99
|
}),
|
|
100
|
+
dropInstructions: intl.formatMessage({
|
|
101
|
+
id: "uploader.dropInstructions",
|
|
102
|
+
defaultMessage: "Browse or Drag Files Here",
|
|
103
|
+
description: "Instructions for how to choose files to upload",
|
|
104
|
+
}),
|
|
105
|
+
dropFile: intl.formatMessage({
|
|
106
|
+
id: "uploader.dropFile",
|
|
107
|
+
defaultMessage: "Drop to Upload",
|
|
108
|
+
description: "Prompt for use to drop the file they're currently dragging",
|
|
109
|
+
}),
|
|
110
|
+
fileRequirements: intl.formatMessage({
|
|
111
|
+
id: "uploader.fileRequirements",
|
|
112
|
+
defaultMessage: "File Requirements",
|
|
113
|
+
description: "Expandable button revealing the uploader's file requirements",
|
|
114
|
+
}),
|
|
100
115
|
// -------------------------------------------------------------------------- //
|
|
101
116
|
// Functions //
|
|
102
117
|
// -------------------------------------------------------------------------- //
|
|
103
|
-
getAcceptedFileTypes: (validTypes, amount) => intl.formatMessage({
|
|
104
|
-
id: "uploader.acceptedFileTypes",
|
|
105
|
-
defaultMessage: "Accepted file {amount, plural, =1 {type} other {types}}: {fileTypes}",
|
|
106
|
-
}, {
|
|
107
|
-
fileTypes: validTypes,
|
|
108
|
-
amount: amount,
|
|
109
|
-
}),
|
|
110
118
|
getFilesAdded: (numFiles) => intl.formatMessage({
|
|
111
119
|
id: "uploader.filesAdded",
|
|
112
120
|
defaultMessage: "{numFiles, plural, one {1 file added} other {# files added}}",
|
|
@@ -128,13 +136,6 @@ export const uploaderMessages = {
|
|
|
128
136
|
id: "uploader.invalidFileType",
|
|
129
137
|
defaultMessage: "The file type is invalid. Accepted types: {validTypes}",
|
|
130
138
|
}, { validTypes }),
|
|
131
|
-
getMaxSize: (maxSize) => intl.formatMessage({
|
|
132
|
-
id: "uploader.maxSize",
|
|
133
|
-
defaultMessage: "Maximum file size {maxSize}",
|
|
134
|
-
description: "An indicator of the maximum file size the uploader allows",
|
|
135
|
-
}, {
|
|
136
|
-
maxSize: maxSize,
|
|
137
|
-
}),
|
|
138
139
|
getUploadProgress: (percentage) => intl.formatMessage({
|
|
139
140
|
id: "uploader.uploadProgress",
|
|
140
141
|
defaultMessage: "Upload progress: {percentage}%",
|
|
@@ -50,7 +50,7 @@ const allChartsDetails = {
|
|
|
50
50
|
},
|
|
51
51
|
bar2: {
|
|
52
52
|
size: 400,
|
|
53
|
-
colors: [colors.gray, colors.periwinkle, colors.midnight, colors.cyan, colors.salmon],
|
|
53
|
+
colors: [colors.gray, colors.lavender, colors.periwinkle, colors.midnight, colors.cyan, colors.salmon],
|
|
54
54
|
padding: 0,
|
|
55
55
|
category: "stackedBar",
|
|
56
56
|
},
|
|
@@ -305,9 +305,15 @@ async function getDetails(chartType) {
|
|
|
305
305
|
const children = Array.from(this.el.children);
|
|
306
306
|
this.total = children.reduce((total, slice) => (total += parseInt(slice.getAttribute("amount") || "0")), 0);
|
|
307
307
|
let chartColors = [...allChartsDetails[chartType].colors];
|
|
308
|
-
if (this.chartType === "bar2"
|
|
309
|
-
|
|
310
|
-
|
|
308
|
+
if (this.chartType === "bar2") {
|
|
309
|
+
if (children.length <= 5) {
|
|
310
|
+
// remove lavender
|
|
311
|
+
chartColors.splice(1, 1);
|
|
312
|
+
}
|
|
313
|
+
if (children.length <= 4) {
|
|
314
|
+
// remove midnight
|
|
315
|
+
chartColors.splice(2, 1);
|
|
316
|
+
}
|
|
311
317
|
}
|
|
312
318
|
// Set colors when bar3 has only 2 slices
|
|
313
319
|
if (chartType === "bar3" && children.length === 2) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const version = "5.10.0
|
|
1
|
+
const version = "5.10.0";
|
|
2
2
|
|
|
3
3
|
// PRINT RIPPLE VERSION IN CONSOLE
|
|
4
4
|
// test envs return 0 for plugin.length
|
|
5
5
|
// do not print version number there as it causes issues
|
|
6
6
|
if (window.navigator.plugins.length > 0) {
|
|
7
|
-
console.log("
|
|
7
|
+
console.log("%cRipple component library %c%s", "color: #575195; font-weight: bold", "font-weight: bold", version);
|
|
8
8
|
}
|
|
9
9
|
// Dispatching events to track whether user is navigating with keyboard or mouse
|
|
10
10
|
// no longer necessary for keyboard focus indicators (thanks to :focus-visible)
|
|
@@ -98,16 +98,24 @@ const uploaderMessages = {
|
|
|
98
98
|
defaultMessage: "The file must be more than 0 bytes",
|
|
99
99
|
description: "Error message when user attempts to upload a file of no size",
|
|
100
100
|
}),
|
|
101
|
+
dropInstructions: intl.formatMessage({
|
|
102
|
+
id: "uploader.dropInstructions",
|
|
103
|
+
defaultMessage: "Browse or Drag Files Here",
|
|
104
|
+
description: "Instructions for how to choose files to upload",
|
|
105
|
+
}),
|
|
106
|
+
dropFile: intl.formatMessage({
|
|
107
|
+
id: "uploader.dropFile",
|
|
108
|
+
defaultMessage: "Drop to Upload",
|
|
109
|
+
description: "Prompt for use to drop the file they're currently dragging",
|
|
110
|
+
}),
|
|
111
|
+
fileRequirements: intl.formatMessage({
|
|
112
|
+
id: "uploader.fileRequirements",
|
|
113
|
+
defaultMessage: "File Requirements",
|
|
114
|
+
description: "Expandable button revealing the uploader's file requirements",
|
|
115
|
+
}),
|
|
101
116
|
// -------------------------------------------------------------------------- //
|
|
102
117
|
// Functions //
|
|
103
118
|
// -------------------------------------------------------------------------- //
|
|
104
|
-
getAcceptedFileTypes: (validTypes, amount) => intl.formatMessage({
|
|
105
|
-
id: "uploader.acceptedFileTypes",
|
|
106
|
-
defaultMessage: "Accepted file {amount, plural, =1 {type} other {types}}: {fileTypes}",
|
|
107
|
-
}, {
|
|
108
|
-
fileTypes: validTypes,
|
|
109
|
-
amount: amount,
|
|
110
|
-
}),
|
|
111
119
|
getFilesAdded: (numFiles) => intl.formatMessage({
|
|
112
120
|
id: "uploader.filesAdded",
|
|
113
121
|
defaultMessage: "{numFiles, plural, one {1 file added} other {# files added}}",
|
|
@@ -129,13 +137,6 @@ const uploaderMessages = {
|
|
|
129
137
|
id: "uploader.invalidFileType",
|
|
130
138
|
defaultMessage: "The file type is invalid. Accepted types: {validTypes}",
|
|
131
139
|
}, { validTypes }),
|
|
132
|
-
getMaxSize: (maxSize) => intl.formatMessage({
|
|
133
|
-
id: "uploader.maxSize",
|
|
134
|
-
defaultMessage: "Maximum file size {maxSize}",
|
|
135
|
-
description: "An indicator of the maximum file size the uploader allows",
|
|
136
|
-
}, {
|
|
137
|
-
maxSize: maxSize,
|
|
138
|
-
}),
|
|
139
140
|
getUploadProgress: (percentage) => intl.formatMessage({
|
|
140
141
|
id: "uploader.uploadProgress",
|
|
141
142
|
defaultMessage: "Upload progress: {percentage}%",
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-558b5a82.js';
|
|
2
2
|
export { s as setNonce } from './index-558b5a82.js';
|
|
3
|
-
import './global-
|
|
3
|
+
import './global-12fff65f.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
|
-
return bootstrapLazy(JSON.parse("[[\"wm-tab-item_3\",[[17,\"wm-tab-list\",{\"customBackground\":[1,\"custom-background\"],\"customPadding\":[1,\"custom-padding\"],\"selectedTab\":[1,\"selected-tab\"]},[[0,\"tabItemLoaded\",\"tabItemLoaded\"],[0,\"keydownOnTabItem\",\"handleKeydown\"]],{\"selectedTab\":[\"setSelected\"]}],[17,\"wm-tab-item\",{\"selected\":[4],\"show\":[4],\"tabId\":[1,\"tab-id\"]}],[0,\"wm-tab-panel\",{\"active\":[1028],\"tabId\":[1025,\"tab-id\"]}]]],[\"wm-file\",[[17,\"wm-file\",{\"name\":[1],\"type\":[1],\"fileActions\":[1,\"file-actions\"],\"lastUpdated\":[1,\"last-updated\"],\"progress\":[514],\"size\":[1],\"uploadedBy\":[1,\"uploaded-by\"],\"errorMessage\":[1,\"error-message\"],\"showInfo\":[1025,\"show-info\"]}]]],[\"wm-modal-pss_3\",[[0,\"wm-modal-pss-footer\",{\"secondaryText\":[1,\"secondary-text\"],\"primaryText\":[1,\"primary-text\"],\"infoText\":[1,\"info-text\"],\"primaryActionDisabled\":[4,\"primary-action-disabled\"],\"deleteStyle\":[4,\"delete-style\"]}],[0,\"wm-modal-pss-header\",{\"heading\":[1],\"subheading\":[1]}],[0,\"wm-modal-pss\",{\"open\":[1540],\"elementToFocus\":[1025,\"element-to-focus\"],\"modalType\":[513,\"modal-type\"],\"uid\":[1537],\"emitCloseEvent\":[64],\"emitPrimaryEvent\":[64],\"emitSecondaryEvent\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keydown\",\"closeModalOnEscape\"]],{\"open\":[\"toggleModal\"]}]]],[\"wm-modal_3\",[[0,\"wm-modal-footer\",{\"secondaryText\":[1,\"secondary-text\"],\"primaryText\":[1,\"primary-text\"],\"infoText\":[1,\"info-text\"],\"primaryActionDisabled\":[4,\"primary-action-disabled\"],\"deleteStyle\":[4,\"delete-style\"]}],[0,\"wm-modal-header\",{\"heading\":[1],\"subheading\":[1]}],[4,\"wm-modal\",{\"open\":[1540],\"elementToFocus\":[1025,\"element-to-focus\"],\"modalType\":[513,\"modal-type\"],\"uid\":[1537],\"returnFocusEl\":[32],\"emitCloseEvent\":[64],\"emitPrimaryEvent\":[64],\"emitSecondaryEvent\":[64]},null,{\"open\":[\"toggleModal\"]}]]],[\"wm-navigator\",[[17,\"wm-navigator\",{\"userName\":[1,\"user-name\"],\"email\":[1],\"authType\":[2,\"auth-type\"],\"connectionName\":[1,\"connection-name\"],\"logoutUrl\":[1,\"logout-url\"],\"products\":[1],\"loadFromUserinfo\":[4,\"load-from-userinfo\"],\"isOpen\":[32],\"itemIndexToFocus\":[32]},[[0,\"keydown\",\"handleKeys\"],[0,\"keydownOnNavItem\",\"handleKeydown\"],[4,\"click\",\"handleClick\"],[0,\"buttonActivated\",\"handleButtonClick\"]],{\"products\":[\"parseData\"]}]]],[\"wm-optgroup\",[[17,\"wm-optgroup\",{\"label\":[1],\"isExpanded\":[1028,\"is-expanded\"],\"multiple\":[1028],\"disabled\":[4],\"emitDeselection\":[64],\"handleChildChange\":[64]},[[0,\"wmKeyLeftPressed\",\"handleOptionKeyLeft\"]],{\"isExpanded\":[\"isExpandedChanged\"]}]]],[\"wm-navigation_3\",[[17,\"wm-navigation\",{\"open\":[1540]},[[0,\"keydown\",\"closeOnEscape\"],[9,\"resize\",\"handleWindowResize\"],[8,\"wmNavigationHamburgerClicked\",\"handleHamburgerClicked\"],[0,\"wmNavigationItemClicked\",\"handleClickOnItem\"]],{\"open\":[\"handleStateChange\"]}],[17,\"wm-navigation-hamburger\",{\"navId\":[1,\"nav-id\"],\"isTabbing\":[32],\"open\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[4,\"wmNavigationStateChanged\",\"handleNavigationStateChanged\"]]],[17,\"wm-navigation-item\",{\"href\":[1],\"text\":[1],\"active\":[4]}]]],[\"wm-progress-indicator_3\",[[17,\"wm-progress-indicator\",{\"label\":[1],\"subinfo\":[1],\"completionMessage\":[1,\"completion-message\"],\"showLegend\":[4,\"show-legend\"],\"printMode\":[4,\"print-mode\"],\"printModeFormat\":[1,\"print-mode-format\"],\"isTabbing\":[32],\"mode\":[32],\"userIsNavigating\":[32],\"focusedSliceId\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"keydown\",\"handleKeydown\"],[0,\"wmProgressSliceUpdated\",\"handleSliceUpdate\"]],{\"mode\":[\"handleModeUpdate\"]}],[17,\"wm-progress-monitor\",{\"breakpoint\":[8],\"groupLegend\":[1,\"group-legend\"],\"barLabelsWidth\":[1,\"bar-labels-width\"]}],[1,\"wm-progress-slice\",{\"legend\":[1],\"amount\":[1],\"popoverTitle\":[1,\"popover-title\"],\"popoverText\":[1,\"popover-text\"],\"popoverButtonText\":[1,\"popover-button-text\"]}]]],[\"wm-chart\",[[17,\"wm-chart\",{\"chartType\":[1,\"chart-type\"],\"label\":[1],\"labelWidth\":[1,\"label-width\"],\"subinfo\":[1],\"valueFormat\":[1,\"value-format\"],\"showGrid\":[4,\"show-grid\"],\"showLegend\":[4,\"show-legend\"],\"showBarLegend\":[4,\"show-bar-legend\"],\"notStartedColor\":[4,\"not-started-color\"],\"printMode\":[4,\"print-mode\"],\"printModeFormat\":[1,\"print-mode-format\"],\"labelPosition\":[1,\"label-position\"],\"isTabbing\":[32],\"userIsNavigating\":[32],\"focusedSliceId\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"keydown\",\"handleKeydown\"],[0,\"wmChartSliceUpdated\",\"handleSliceUpdate\"]]]]],[\"wm-date-range\",[[17,\"wm-date-range\",{\"dateFormat\":[1,\"date-format\"],\"disabled\":[4],\"errorMessage\":[513,\"error-message\"],\"invalidStart\":[4,\"invalid-start\"],\"invalidEnd\":[4,\"invalid-end\"],\"labelStart\":[1,\"label-start\"],\"labelEnd\":[1,\"label-end\"],\"preselected\":[1],\"requiredField\":[4,\"required-field\"],\"valueStart\":[1025,\"value-start\"],\"valueEnd\":[1025,\"value-end\"],\"availSpace\":[32],\"isExpanded\":[32],\"reformatDate\":[64],\"isValidISO\":[64]},[[0,\"keydown\",\"handleKey\"],[4,\"click\",\"blurHandler\"],[8,\"blur\",\"handleBlurOnWindow\"],[0,\"popupBlurred\",\"handlePopupBlurred\"],[0,\"cellTriggered\",\"handleCellTriggered\"],[0,\"outOfCal\",\"handleOutOfCal\"],[0,\"cellHovered\",\"handleCellHovered\"],[9,\"resize\",\"setAvailSpace\"]],{\"disabled\":[\"handleDisabled\"],\"valueStart\":[\"updateValueStart\"],\"valueEnd\":[\"updateValueEnd\"],\"errorMessage\":[\"handleErrorMessage\"]}]]],[\"wm-datepicker\",[[17,\"wm-datepicker\",{\"value\":[1025],\"disabled\":[4],\"dateFormat\":[1,\"date-format\"],\"errorMessage\":[513,\"error-message\"],\"labelPosition\":[1,\"label-position\"],\"label\":[1],\"requiredField\":[4,\"required-field\"],\"preselected\":[1],\"isExpanded\":[32],\"reformatDate\":[64],\"isValidIso\":[64]},[[0,\"keydown\",\"handleKey\"],[4,\"click\",\"blurHandler\"],[8,\"blur\",\"handleBlurOnWindow\"],[0,\"cellTriggered\",\"handleCellTriggered\"]],{\"disabled\":[\"handleDisabledChange\"],\"value\":[\"updateValue\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-line-chart\",[[1,\"wm-line-chart\",{\"label\":[1],\"description\":[1],\"xAxisLabel\":[1,\"x-axis-label\"],\"yAxisLabel\":[1,\"y-axis-label\"],\"lineData\":[513,\"line-data\"],\"units\":[1],\"labelWidth\":[1,\"label-width\"],\"highlightQualifier\":[1,\"highlight-qualifier\"],\"highlightStart\":[1,\"highlight-start\"],\"highlightEnd\":[1,\"highlight-end\"],\"visibilityToggles\":[4,\"visibility-toggles\"],\"showDeltas\":[4,\"show-deltas\"],\"yRange\":[1,\"y-range\"],\"parsedLineData\":[32],\"popoverIndex\":[32],\"focusedLine\":[32],\"hiddenLines\":[32],\"isTabbing\":[32],\"intervalSkip\":[32],\"announcement\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"]],{\"lineData\":[\"parseData\"],\"intervalSkip\":[\"handleIntervalSkip\"]}]]],[\"wm-search\",[[17,\"wm-search\",{\"searchType\":[1025,\"search-type\"],\"disabled\":[516],\"placeholder\":[1],\"label\":[1],\"numResults\":[1026,\"num-results\"],\"value\":[1537],\"highlightedId\":[1,\"highlighted-id\"],\"highlightedName\":[1,\"highlighted-name\"],\"isTabbing\":[32],\"highlightedNum\":[32],\"previousBlurredValue\":[32],\"parentModal\":[32],\"announcement\":[32],\"updateValue\":[64]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"]],{\"numResults\":[\"handleNumResultsUpdate\"],\"disabled\":[\"handleDisabledChange\"]}]]],[\"wm-chart-slice\",[[0,\"wm-chart-slice\",{\"legend\":[1],\"amount\":[1],\"popoverTitle\":[1,\"popover-title\"],\"popoverText\":[1,\"popover-text\"],\"popoverButtonText\":[1,\"popover-button-text\"]}]]],[\"wm-file-list\",[[17,\"wm-file-list\",{\"showInfo\":[1,\"show-info\"]}]]],[\"wm-input\",[[17,\"wm-input\",{\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"value\":[1025],\"disabled\":[4],\"info\":[1],\"inputWidth\":[1,\"input-width\"],\"placeholder\":[1],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1,\"error-message\"],\"characterLimit\":[2,\"character-limit\"],\"symbolBefore\":[1,\"symbol-before\"],\"symbolAfter\":[1,\"symbol-after\"],\"textAfter\":[1,\"text-after\"],\"type\":[1],\"step\":[2],\"min\":[2],\"max\":[2],\"isSubmit\":[4,\"is-submit\"],\"announcement\":[32]},null,{\"disabled\":[\"handleDisabledChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-nested-select\",[[17,\"wm-nested-select\",{\"disabled\":[516],\"maxHeight\":[1,\"max-height\"],\"label\":[1025],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1025,\"error-message\"],\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"allSelectedMessage\":[1,\"all-selected-message\"],\"constrainedMaxHeight\":[1025,\"constrained-max-height\"],\"isExpanded\":[32],\"showClearSelectionButton\":[32],\"announcement\":[32]},[[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmEnterKeyPressed\",\"handleChildEnter\"],[0,\"wmEscKeyPressed\",\"closePopupOnEscape\"],[0,\"keydown\",\"handleKeyDown\"],[6,\"click\",\"handleClick\"],[0,\"optgroupExpanded\",\"handleOptgroupExpanded\"],[0,\"optgroupHidden\",\"handleOptgroupHidden\"]]]]],[\"wm-pagination\",[[17,\"wm-pagination\",{\"currentPage\":[2,\"current-page\"],\"totalItems\":[2,\"total-items\"],\"itemsPerPage\":[2,\"items-per-page\"],\"value\":[2],\"isLargeSize\":[4,\"is-large-size\"],\"srAnnouncement\":[32]},null,{\"totalItems\":[\"calculateTotalPages\"],\"itemsPerPage\":[\"calculateTotalPages\"]}]]],[\"wm-snackbar\",[[1,\"wm-snackbar\",{\"notifications\":[1537],\"isTabbing\":[32],\"announcement\":[32]},[[4,\"keydown\",\"checkForTabbing\"],[5,\"mouseover\",\"handleMouse\"]],{\"notifications\":[\"updateSnacks\"]}]]],[\"wm-tag-input\",[[17,\"wm-tag-input\",{\"label\":[1],\"errorMessage\":[1,\"error-message\"],\"info\":[1],\"labelPosition\":[1,\"label-position\"],\"maxTags\":[2,\"max-tags\"],\"placeholder\":[1025],\"requiredField\":[4,\"required-field\"],\"tagInputType\":[1,\"tag-input-type\"],\"helpText\":[1,\"help-text\"],\"addNew\":[4,\"add-new\"],\"characterLimit\":[2,\"character-limit\"],\"colHeaders\":[1,\"col-headers\"],\"colWidths\":[1,\"col-widths\"],\"colWrap\":[1,\"col-wrap\"],\"isKeying\":[32],\"isExpanded\":[32],\"liveRegionMessage\":[32],\"focusedOption\":[32],\"focusedColumn\":[32],\"focusedTagIndex\":[32],\"tagsList\":[32]},[[8,\"wmUserIsKeying\",\"toggleKeyingOn\"],[8,\"wmUserIsTabbing\",\"toggleKeyingOn\"],[8,\"wmUserIsNotKeying\",\"toggleKeyingOff\"],[8,\"wmUserIsNotTabbing\",\"toggleKeyingOff\"],[0,\"privTagOptionSelected\",\"handleTagOptionSelected\"],[0,\"privTagOptionDeselected\",\"handleTagOptionDeselected\"],[4,\"click\",\"handleClick\"],[11,\"scroll\",\"dismissTooltip\"],[0,\"blur\",\"handleBlur\"]],{\"errorMessage\":[\"announceError\"]}]]],[\"wm-tag-option\",[[0,\"wm-tag-option\",{\"selected\":[1540],\"locked\":[4],\"col1\":[1],\"col2\":[1],\"col3\":[1],\"col4\":[1],\"emitSelectedEvent\":[64],\"emitDeselectedEvent\":[64]},null,{\"selected\":[\"handleSelected\"]}]]],[\"wm-textarea\",[[1,\"wm-textarea\",{\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"value\":[1025],\"disabled\":[4],\"info\":[1],\"placeholder\":[1],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1,\"error-message\"],\"characterLimit\":[2,\"character-limit\"],\"inputWidth\":[1,\"input-width\"],\"inputHeight\":[1,\"input-height\"],\"announcement\":[32]},null,{\"disabled\":[\"handleDisabledChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-timepicker\",[[17,\"wm-timepicker\",{\"disabled\":[4],\"value\":[1025],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"preselected\":[1],\"isExpanded\":[32],\"isValidTime\":[64],\"reformatTime\":[64]},[[0,\"keydown\",\"handleKey\"]],{\"disabled\":[\"handleDisabledChange\"],\"value\":[\"handleValueChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-toggletip\",[[17,\"wm-toggletip\",{\"label\":[1],\"tooltip\":[1025],\"tooltipPosition\":[1537,\"tooltip-position\"],\"targetSize\":[1,\"target-size\"],\"isOpen\":[32]},[[0,\"keydown\",\"handleKeydown\"],[4,\"click\",\"handleClick\"]]]]],[\"wm-uploader\",[[17,\"wm-uploader\",{\"label\":[1],\"buttonText\":[1,\"button-text\"],\"icon\":[1],\"fileTypes\":[1,\"file-types\"],\"maxSize\":[1,\"max-size\"],\"maxFiles\":[2,\"max-files\"],\"errorMessage\":[1,\"error-message\"],\"requiredField\":[4,\"required-field\"],\"showInfo\":[1,\"show-info\"],\"isTabbing\":[32],\"notif\":[32],\"isCondensed\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"wmFileErrorCleared\",\"handleFileErrorCleared\"],[0,\"wmFileDelete\",\"storeDeletedId\"]],{\"errorMessage\":[\"announceError\"]}]]],[\"wm-wrapper\",[[0,\"wm-wrapper\"]]],[\"priv-navigator-button\",[[17,\"priv-navigator-button\",{\"expanded\":[1028],\"altText\":[1,\"alt-text\"]}]]],[\"priv-navigator-item\",[[1,\"priv-navigator-item\",{\"selected\":[1028],\"focused\":[1028],\"link\":[1025]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"priv-calendar\",[[0,\"priv-calendar\",{\"disabled\":[4],\"view\":[1025],\"focusDate\":[1025,\"focus-date\"],\"startDate\":[1,\"start-date\"],\"endDate\":[1,\"end-date\"],\"hoverDate\":[1,\"hover-date\"],\"focusFirstFocusable\":[64],\"focusLastFocusable\":[64],\"focusCell\":[64]},[[0,\"keydown\",\"handleKey\"]],{\"focusDate\":[\"handleFocusDate\"]}]]],[\"priv-chart-popover\",[[0,\"priv-chart-popover\",{\"open\":[1028],\"sliceDetails\":[16]},[[4,\"click\",\"handleClickOnDocument\"],[0,\"click\",\"handleClick\"]],{\"open\":[\"handleOpenChange\"],\"sliceDetails\":[\"handleDetailsChange\"]}]]],[\"wm-option_2\",[[17,\"wm-select\",{\"disabled\":[516],\"maxHeight\":[1,\"max-height\"],\"label\":[1025],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1025,\"error-message\"],\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"allSelectedMessage\":[1,\"all-selected-message\"],\"isExpanded\":[32],\"announcement\":[32]},[[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmEnterKeyPressed\",\"handleChildEnter\"],[0,\"wmEscKeyPressed\",\"closePopupOnEscape\"],[0,\"wmOptionBlurred\",\"handleOptionBlur\"],[6,\"click\",\"handleClick\"],[0,\"keydown\",\"handleKey\"]],{\"errorMessage\":[\"announceError\"],\"disabled\":[\"handleDisabledChange\"]}],[1,\"wm-option\",{\"value\":[1],\"subinfo\":[1025],\"disabled\":[516],\"selected\":[516],\"focused\":[4],\"searchTerm\":[32]},[[0,\"keydown\",\"handleKeydown\"],[0,\"click\",\"handleSelection\"],[0,\"blur\",\"handleBlur\"]],{\"selected\":[\"syncAriaSelected\"],\"disabled\":[\"syncAriaDisabled\",\"updateDisabledOnClick\"]}]]],[\"priv-option-list\",[[4,\"priv-option-list\",{\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"optgroupLabel\":[1,\"optgroup-label\"],\"maxHeight\":[1,\"max-height\"],\"upwardsHeightLimit\":[2,\"upwards-height-limit\"],\"announcement\":[32],\"searchTerm\":[32],\"handleChildChange\":[64],\"clearSearch\":[64],\"focusOption\":[64],\"handleInitialFocus\":[64],\"unfocusAll\":[64],\"updateOptionVisibility\":[64]},[[0,\"wmLetterPressed\",\"findAndFocusOption\"],[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmKeyUpPressed\",\"handleChildUp\"],[0,\"wmKeyDownPressed\",\"handleChildDown\"],[0,\"wmHomeKeyPressed\",\"moveToFirstOption\"],[0,\"wmEndKeyPressed\",\"moveToLastOption\"],[0,\"intCloneClicked\",\"handleOptionCloneSelection\"]]]]],[\"wm-button\",[[17,\"wm-button\",{\"disabled\":[516],\"buttonType\":[1025,\"button-type\"],\"icon\":[1537],\"iconSize\":[1,\"icon-size\"],\"iconRotate\":[2,\"icon-rotate\"],\"iconFlip\":[1,\"icon-flip\"],\"tooltip\":[1537],\"labelForIdenticalButtons\":[1,\"label-for-identical-buttons\"],\"tooltipPosition\":[1,\"tooltip-position\"],\"permanentlyDelete\":[4,\"permanently-delete\"],\"textWrap\":[4,\"text-wrap\"],\"customBackground\":[1,\"custom-background\"],\"isSubmit\":[4,\"is-submit\"],\"isTabbing\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[11,\"scroll\",\"handleScroll\"],[0,\"keydown\",\"handleKeydown\"]],{\"buttonType\":[\"validateType\"],\"icon\":[\"updateIcon\"],\"disabled\":[\"handleDisabledChange\"]}]]],[\"wm-action-menu_2\",[[17,\"wm-action-menu\",{\"tooltipPosition\":[1,\"tooltip-position\"],\"actionMenuType\":[1,\"action-menu-type\"],\"buttonText\":[1,\"button-text\"],\"disabled\":[516],\"tooltip\":[1],\"labelForIdenticalButtons\":[1,\"label-for-identical-buttons\"],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32]},[[0,\"wmMenuitemClicked\",\"handleClickedItem\"],[0,\"wmKeyUpPressed\",\"handleKeyUp\"],[0,\"wmKeyDownPressed\",\"handleKeyDown\"],[0,\"wmHomeKeyPressed\",\"handleHomeKey\"],[0,\"wmEndKeyPressed\",\"handleEndKey\"],[0,\"wmTabKeyPressed\",\"handleTabKey\"],[0,\"wmEscKeyPressed\",\"handleEscKey\"],[0,\"keydown\",\"handleKey\"],[0,\"wmMenuitemBlurred\",\"handleMenuitemBlur\"],[0,\"wmLetterPressed\",\"findAndFocusItem\"]]],[1,\"wm-menuitem\",{\"disabled\":[4],\"icon\":[1025],\"description\":[1]},[[0,\"keydown\",\"handleKeydown\"],[0,\"click\",\"handleClick\"],[0,\"blur\",\"handleBlur\"]],{\"disabled\":[\"setOnClick\"]}]]]]"), options);
|
|
7
|
+
return bootstrapLazy(JSON.parse("[[\"wm-tab-item_3\",[[17,\"wm-tab-list\",{\"customBackground\":[1,\"custom-background\"],\"customPadding\":[1,\"custom-padding\"],\"selectedTab\":[1,\"selected-tab\"]},[[0,\"tabItemLoaded\",\"tabItemLoaded\"],[0,\"keydownOnTabItem\",\"handleKeydown\"]],{\"selectedTab\":[\"setSelected\"]}],[17,\"wm-tab-item\",{\"selected\":[4],\"show\":[4],\"tabId\":[1,\"tab-id\"]}],[0,\"wm-tab-panel\",{\"active\":[1028],\"tabId\":[1025,\"tab-id\"]}]]],[\"wm-file\",[[17,\"wm-file\",{\"name\":[1],\"type\":[1],\"fileActions\":[1,\"file-actions\"],\"lastUpdated\":[1,\"last-updated\"],\"progress\":[514],\"size\":[1],\"uploadedBy\":[1,\"uploaded-by\"],\"errorMessage\":[1,\"error-message\"],\"showInfo\":[1025,\"show-info\"]}]]],[\"wm-modal-pss_3\",[[0,\"wm-modal-pss-footer\",{\"secondaryText\":[1,\"secondary-text\"],\"primaryText\":[1,\"primary-text\"],\"infoText\":[1,\"info-text\"],\"primaryActionDisabled\":[4,\"primary-action-disabled\"],\"deleteStyle\":[4,\"delete-style\"]}],[0,\"wm-modal-pss-header\",{\"heading\":[1],\"subheading\":[1]}],[0,\"wm-modal-pss\",{\"open\":[1540],\"elementToFocus\":[1025,\"element-to-focus\"],\"modalType\":[513,\"modal-type\"],\"uid\":[1537],\"emitCloseEvent\":[64],\"emitPrimaryEvent\":[64],\"emitSecondaryEvent\":[64]},[[0,\"click\",\"handleClick\"],[0,\"keydown\",\"closeModalOnEscape\"]],{\"open\":[\"toggleModal\"]}]]],[\"wm-modal_3\",[[0,\"wm-modal-footer\",{\"secondaryText\":[1,\"secondary-text\"],\"primaryText\":[1,\"primary-text\"],\"infoText\":[1,\"info-text\"],\"primaryActionDisabled\":[4,\"primary-action-disabled\"],\"deleteStyle\":[4,\"delete-style\"]}],[0,\"wm-modal-header\",{\"heading\":[1],\"subheading\":[1]}],[4,\"wm-modal\",{\"open\":[1540],\"elementToFocus\":[1025,\"element-to-focus\"],\"modalType\":[513,\"modal-type\"],\"uid\":[1537],\"returnFocusEl\":[32],\"emitCloseEvent\":[64],\"emitPrimaryEvent\":[64],\"emitSecondaryEvent\":[64]},null,{\"open\":[\"toggleModal\"]}]]],[\"wm-navigator\",[[17,\"wm-navigator\",{\"userName\":[1,\"user-name\"],\"email\":[1],\"authType\":[2,\"auth-type\"],\"connectionName\":[1,\"connection-name\"],\"logoutUrl\":[1,\"logout-url\"],\"products\":[1],\"loadFromUserinfo\":[4,\"load-from-userinfo\"],\"isOpen\":[32],\"itemIndexToFocus\":[32]},[[0,\"keydown\",\"handleKeys\"],[0,\"keydownOnNavItem\",\"handleKeydown\"],[4,\"click\",\"handleClick\"],[0,\"buttonActivated\",\"handleButtonClick\"]],{\"products\":[\"parseData\"]}]]],[\"wm-optgroup\",[[17,\"wm-optgroup\",{\"label\":[1],\"isExpanded\":[1028,\"is-expanded\"],\"multiple\":[1028],\"disabled\":[4],\"emitDeselection\":[64],\"handleChildChange\":[64]},[[0,\"wmKeyLeftPressed\",\"handleOptionKeyLeft\"]],{\"isExpanded\":[\"isExpandedChanged\"]}]]],[\"wm-navigation_3\",[[17,\"wm-navigation\",{\"open\":[1540]},[[0,\"keydown\",\"closeOnEscape\"],[9,\"resize\",\"handleWindowResize\"],[8,\"wmNavigationHamburgerClicked\",\"handleHamburgerClicked\"],[0,\"wmNavigationItemClicked\",\"handleClickOnItem\"]],{\"open\":[\"handleStateChange\"]}],[17,\"wm-navigation-hamburger\",{\"navId\":[1,\"nav-id\"],\"isTabbing\":[32],\"open\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[4,\"wmNavigationStateChanged\",\"handleNavigationStateChanged\"]]],[17,\"wm-navigation-item\",{\"href\":[1],\"text\":[1],\"active\":[4]}]]],[\"wm-progress-indicator_3\",[[17,\"wm-progress-indicator\",{\"label\":[1],\"subinfo\":[1],\"completionMessage\":[1,\"completion-message\"],\"showLegend\":[4,\"show-legend\"],\"printMode\":[4,\"print-mode\"],\"printModeFormat\":[1,\"print-mode-format\"],\"isTabbing\":[32],\"mode\":[32],\"userIsNavigating\":[32],\"focusedSliceId\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"keydown\",\"handleKeydown\"],[0,\"wmProgressSliceUpdated\",\"handleSliceUpdate\"]],{\"mode\":[\"handleModeUpdate\"]}],[17,\"wm-progress-monitor\",{\"breakpoint\":[8],\"groupLegend\":[1,\"group-legend\"],\"barLabelsWidth\":[1,\"bar-labels-width\"]}],[1,\"wm-progress-slice\",{\"legend\":[1],\"amount\":[1],\"popoverTitle\":[1,\"popover-title\"],\"popoverText\":[1,\"popover-text\"],\"popoverButtonText\":[1,\"popover-button-text\"]}]]],[\"wm-chart\",[[17,\"wm-chart\",{\"chartType\":[1,\"chart-type\"],\"label\":[1],\"labelWidth\":[1,\"label-width\"],\"subinfo\":[1],\"valueFormat\":[1,\"value-format\"],\"showGrid\":[4,\"show-grid\"],\"showLegend\":[4,\"show-legend\"],\"showBarLegend\":[4,\"show-bar-legend\"],\"notStartedColor\":[4,\"not-started-color\"],\"printMode\":[4,\"print-mode\"],\"printModeFormat\":[1,\"print-mode-format\"],\"labelPosition\":[1,\"label-position\"],\"isTabbing\":[32],\"userIsNavigating\":[32],\"focusedSliceId\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"keydown\",\"handleKeydown\"],[0,\"wmChartSliceUpdated\",\"handleSliceUpdate\"]]]]],[\"wm-date-range\",[[17,\"wm-date-range\",{\"dateFormat\":[1,\"date-format\"],\"disabled\":[4],\"errorMessage\":[513,\"error-message\"],\"invalidStart\":[4,\"invalid-start\"],\"invalidEnd\":[4,\"invalid-end\"],\"labelStart\":[1,\"label-start\"],\"labelEnd\":[1,\"label-end\"],\"preselected\":[1],\"requiredField\":[4,\"required-field\"],\"valueStart\":[1025,\"value-start\"],\"valueEnd\":[1025,\"value-end\"],\"availSpace\":[32],\"isExpanded\":[32],\"reformatDate\":[64],\"isValidISO\":[64]},[[0,\"keydown\",\"handleKey\"],[4,\"click\",\"blurHandler\"],[8,\"blur\",\"handleBlurOnWindow\"],[0,\"popupBlurred\",\"handlePopupBlurred\"],[0,\"cellTriggered\",\"handleCellTriggered\"],[0,\"outOfCal\",\"handleOutOfCal\"],[0,\"cellHovered\",\"handleCellHovered\"],[9,\"resize\",\"setAvailSpace\"]],{\"disabled\":[\"handleDisabled\"],\"valueStart\":[\"updateValueStart\"],\"valueEnd\":[\"updateValueEnd\"],\"errorMessage\":[\"handleErrorMessage\"]}]]],[\"wm-datepicker\",[[17,\"wm-datepicker\",{\"value\":[1025],\"disabled\":[4],\"dateFormat\":[1,\"date-format\"],\"errorMessage\":[513,\"error-message\"],\"labelPosition\":[1,\"label-position\"],\"label\":[1],\"requiredField\":[4,\"required-field\"],\"preselected\":[1],\"isExpanded\":[32],\"reformatDate\":[64],\"isValidIso\":[64]},[[0,\"keydown\",\"handleKey\"],[4,\"click\",\"blurHandler\"],[8,\"blur\",\"handleBlurOnWindow\"],[0,\"cellTriggered\",\"handleCellTriggered\"]],{\"disabled\":[\"handleDisabledChange\"],\"value\":[\"updateValue\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-line-chart\",[[1,\"wm-line-chart\",{\"label\":[1],\"description\":[1],\"xAxisLabel\":[1,\"x-axis-label\"],\"yAxisLabel\":[1,\"y-axis-label\"],\"lineData\":[513,\"line-data\"],\"units\":[1],\"labelWidth\":[1,\"label-width\"],\"highlightQualifier\":[1,\"highlight-qualifier\"],\"highlightStart\":[1,\"highlight-start\"],\"highlightEnd\":[1,\"highlight-end\"],\"visibilityToggles\":[4,\"visibility-toggles\"],\"showDeltas\":[4,\"show-deltas\"],\"yRange\":[1,\"y-range\"],\"parsedLineData\":[32],\"popoverIndex\":[32],\"focusedLine\":[32],\"hiddenLines\":[32],\"isTabbing\":[32],\"intervalSkip\":[32],\"announcement\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"]],{\"lineData\":[\"parseData\"],\"intervalSkip\":[\"handleIntervalSkip\"]}]]],[\"wm-search\",[[17,\"wm-search\",{\"searchType\":[1025,\"search-type\"],\"disabled\":[516],\"placeholder\":[1],\"label\":[1],\"numResults\":[1026,\"num-results\"],\"value\":[1537],\"highlightedId\":[1,\"highlighted-id\"],\"highlightedName\":[1,\"highlighted-name\"],\"isTabbing\":[32],\"highlightedNum\":[32],\"previousBlurredValue\":[32],\"parentModal\":[32],\"announcement\":[32],\"updateValue\":[64]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"]],{\"numResults\":[\"handleNumResultsUpdate\"],\"disabled\":[\"handleDisabledChange\"]}]]],[\"wm-chart-slice\",[[0,\"wm-chart-slice\",{\"legend\":[1],\"amount\":[1],\"popoverTitle\":[1,\"popover-title\"],\"popoverText\":[1,\"popover-text\"],\"popoverButtonText\":[1,\"popover-button-text\"]}]]],[\"wm-file-list\",[[17,\"wm-file-list\",{\"showInfo\":[1,\"show-info\"]}]]],[\"wm-input\",[[17,\"wm-input\",{\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"value\":[1025],\"disabled\":[4],\"info\":[1],\"inputWidth\":[1,\"input-width\"],\"placeholder\":[1],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1,\"error-message\"],\"characterLimit\":[2,\"character-limit\"],\"symbolBefore\":[1,\"symbol-before\"],\"symbolAfter\":[1,\"symbol-after\"],\"textAfter\":[1,\"text-after\"],\"type\":[1],\"step\":[2],\"min\":[2],\"max\":[2],\"isSubmit\":[4,\"is-submit\"],\"announcement\":[32]},null,{\"disabled\":[\"handleDisabledChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-nested-select\",[[17,\"wm-nested-select\",{\"disabled\":[516],\"maxHeight\":[1,\"max-height\"],\"label\":[1025],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1025,\"error-message\"],\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"allSelectedMessage\":[1,\"all-selected-message\"],\"constrainedMaxHeight\":[1025,\"constrained-max-height\"],\"isExpanded\":[32],\"showClearSelectionButton\":[32],\"announcement\":[32]},[[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmEnterKeyPressed\",\"handleChildEnter\"],[0,\"wmEscKeyPressed\",\"closePopupOnEscape\"],[0,\"keydown\",\"handleKeyDown\"],[6,\"click\",\"handleClick\"],[0,\"optgroupExpanded\",\"handleOptgroupExpanded\"],[0,\"optgroupHidden\",\"handleOptgroupHidden\"]]]]],[\"wm-pagination\",[[17,\"wm-pagination\",{\"currentPage\":[2,\"current-page\"],\"totalItems\":[2,\"total-items\"],\"itemsPerPage\":[2,\"items-per-page\"],\"value\":[2],\"isLargeSize\":[4,\"is-large-size\"],\"srAnnouncement\":[32]},null,{\"totalItems\":[\"calculateTotalPages\"],\"itemsPerPage\":[\"calculateTotalPages\"]}]]],[\"wm-snackbar\",[[1,\"wm-snackbar\",{\"notifications\":[1537],\"isTabbing\":[32],\"announcement\":[32]},[[4,\"keydown\",\"checkForTabbing\"],[5,\"mouseover\",\"handleMouse\"]],{\"notifications\":[\"updateSnacks\"]}]]],[\"wm-tag-input\",[[17,\"wm-tag-input\",{\"label\":[1],\"errorMessage\":[1,\"error-message\"],\"info\":[1],\"labelPosition\":[1,\"label-position\"],\"maxTags\":[2,\"max-tags\"],\"placeholder\":[1025],\"requiredField\":[4,\"required-field\"],\"tagInputType\":[1,\"tag-input-type\"],\"helpText\":[1,\"help-text\"],\"addNew\":[4,\"add-new\"],\"characterLimit\":[2,\"character-limit\"],\"colHeaders\":[1,\"col-headers\"],\"colWidths\":[1,\"col-widths\"],\"colWrap\":[1,\"col-wrap\"],\"isKeying\":[32],\"isExpanded\":[32],\"liveRegionMessage\":[32],\"focusedOption\":[32],\"focusedColumn\":[32],\"focusedTagIndex\":[32],\"tagsList\":[32]},[[8,\"wmUserIsKeying\",\"toggleKeyingOn\"],[8,\"wmUserIsTabbing\",\"toggleKeyingOn\"],[8,\"wmUserIsNotKeying\",\"toggleKeyingOff\"],[8,\"wmUserIsNotTabbing\",\"toggleKeyingOff\"],[0,\"privTagOptionSelected\",\"handleTagOptionSelected\"],[0,\"privTagOptionDeselected\",\"handleTagOptionDeselected\"],[4,\"click\",\"handleClick\"],[11,\"scroll\",\"dismissTooltip\"],[0,\"blur\",\"handleBlur\"]],{\"errorMessage\":[\"announceError\"]}]]],[\"wm-tag-option\",[[0,\"wm-tag-option\",{\"selected\":[1540],\"locked\":[4],\"col1\":[1],\"col2\":[1],\"col3\":[1],\"col4\":[1],\"emitSelectedEvent\":[64],\"emitDeselectedEvent\":[64]},null,{\"selected\":[\"handleSelected\"]}]]],[\"wm-textarea\",[[1,\"wm-textarea\",{\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"value\":[1025],\"disabled\":[4],\"info\":[1],\"placeholder\":[1],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1,\"error-message\"],\"characterLimit\":[2,\"character-limit\"],\"inputWidth\":[1,\"input-width\"],\"inputHeight\":[1,\"input-height\"],\"announcement\":[32]},null,{\"disabled\":[\"handleDisabledChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-timepicker\",[[17,\"wm-timepicker\",{\"disabled\":[4],\"value\":[1025],\"errorMessage\":[1,\"error-message\"],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"preselected\":[1],\"isExpanded\":[32],\"isValidTime\":[64],\"reformatTime\":[64]},[[0,\"keydown\",\"handleKey\"]],{\"disabled\":[\"handleDisabledChange\"],\"value\":[\"handleValueChange\"],\"errorMessage\":[\"announceError\"]}]]],[\"wm-toggletip\",[[17,\"wm-toggletip\",{\"label\":[1],\"tooltip\":[1025],\"tooltipPosition\":[1537,\"tooltip-position\"],\"targetSize\":[1,\"target-size\"],\"isOpen\":[32]},[[0,\"keydown\",\"handleKeydown\"],[4,\"click\",\"handleClick\"]]]]],[\"wm-uploader\",[[17,\"wm-uploader\",{\"label\":[1],\"uploaderType\":[1,\"uploader-type\"],\"dropArea\":[1,\"drop-area\"],\"buttonText\":[1,\"button-text\"],\"icon\":[1],\"fileTypes\":[1,\"file-types\"],\"maxSize\":[1,\"max-size\"],\"maxFiles\":[2,\"max-files\"],\"errorMessage\":[1,\"error-message\"],\"requiredField\":[4,\"required-field\"],\"showInfo\":[1,\"show-info\"],\"isTabbing\":[32],\"notif\":[32],\"isCondensed\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[0,\"wmFileErrorCleared\",\"handleFileErrorCleared\"],[0,\"wmFileDelete\",\"storeDeletedId\"],[5,\"dragenter\",\"handleDocumentDragEnter\"],[5,\"mouseout\",\"handleDocumentMouseOut\"],[5,\"dragleave\",\"handleDocumentDragLeave\"],[4,\"visibilitychange\",\"handleDocumentVisibilityChange\"]],{\"errorMessage\":[\"announceError\"]}]]],[\"wm-wrapper\",[[0,\"wm-wrapper\"]]],[\"priv-navigator-button\",[[17,\"priv-navigator-button\",{\"expanded\":[1028],\"altText\":[1,\"alt-text\"]}]]],[\"priv-navigator-item\",[[1,\"priv-navigator-item\",{\"selected\":[1028],\"focused\":[1028],\"link\":[1025]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"priv-calendar\",[[0,\"priv-calendar\",{\"disabled\":[4],\"view\":[1025],\"focusDate\":[1025,\"focus-date\"],\"startDate\":[1,\"start-date\"],\"endDate\":[1,\"end-date\"],\"hoverDate\":[1,\"hover-date\"],\"focusFirstFocusable\":[64],\"focusLastFocusable\":[64],\"focusCell\":[64]},[[0,\"keydown\",\"handleKey\"]],{\"focusDate\":[\"handleFocusDate\"]}]]],[\"priv-chart-popover\",[[0,\"priv-chart-popover\",{\"open\":[1028],\"sliceDetails\":[16]},[[4,\"click\",\"handleClickOnDocument\"],[0,\"click\",\"handleClick\"]],{\"open\":[\"handleOpenChange\"],\"sliceDetails\":[\"handleDetailsChange\"]}]]],[\"wm-option_2\",[[17,\"wm-select\",{\"disabled\":[516],\"maxHeight\":[1,\"max-height\"],\"label\":[1025],\"labelPosition\":[1,\"label-position\"],\"requiredField\":[4,\"required-field\"],\"errorMessage\":[1025,\"error-message\"],\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"allSelectedMessage\":[1,\"all-selected-message\"],\"isExpanded\":[32],\"announcement\":[32]},[[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmEnterKeyPressed\",\"handleChildEnter\"],[0,\"wmEscKeyPressed\",\"closePopupOnEscape\"],[0,\"wmOptionBlurred\",\"handleOptionBlur\"],[6,\"click\",\"handleClick\"],[0,\"keydown\",\"handleKey\"]],{\"errorMessage\":[\"announceError\"],\"disabled\":[\"handleDisabledChange\"]}],[1,\"wm-option\",{\"value\":[1],\"subinfo\":[1025],\"disabled\":[516],\"selected\":[516],\"focused\":[4],\"searchTerm\":[32]},[[0,\"keydown\",\"handleKeydown\"],[0,\"click\",\"handleSelection\"],[0,\"blur\",\"handleBlur\"]],{\"selected\":[\"syncAriaSelected\"],\"disabled\":[\"syncAriaDisabled\",\"updateDisabledOnClick\"]}]]],[\"priv-option-list\",[[4,\"priv-option-list\",{\"multiple\":[4],\"search\":[4],\"selectAll\":[4,\"select-all\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"optgroupLabel\":[1,\"optgroup-label\"],\"maxHeight\":[1,\"max-height\"],\"upwardsHeightLimit\":[2,\"upwards-height-limit\"],\"announcement\":[32],\"searchTerm\":[32],\"handleChildChange\":[64],\"clearSearch\":[64],\"focusOption\":[64],\"handleInitialFocus\":[64],\"unfocusAll\":[64],\"updateOptionVisibility\":[64]},[[0,\"wmLetterPressed\",\"findAndFocusOption\"],[0,\"wmOptionSelected\",\"handleOptionSelection\"],[0,\"wmKeyUpPressed\",\"handleChildUp\"],[0,\"wmKeyDownPressed\",\"handleChildDown\"],[0,\"wmHomeKeyPressed\",\"moveToFirstOption\"],[0,\"wmEndKeyPressed\",\"moveToLastOption\"],[0,\"intCloneClicked\",\"handleOptionCloneSelection\"]]]]],[\"wm-button\",[[17,\"wm-button\",{\"disabled\":[516],\"buttonType\":[1025,\"button-type\"],\"icon\":[1537],\"iconSize\":[1,\"icon-size\"],\"iconRotate\":[2,\"icon-rotate\"],\"iconFlip\":[1,\"icon-flip\"],\"tooltip\":[1537],\"labelForIdenticalButtons\":[1,\"label-for-identical-buttons\"],\"tooltipPosition\":[1,\"tooltip-position\"],\"permanentlyDelete\":[4,\"permanently-delete\"],\"textWrap\":[4,\"text-wrap\"],\"customBackground\":[1,\"custom-background\"],\"isSubmit\":[4,\"is-submit\"],\"isTabbing\":[32]},[[8,\"wmUserIsTabbing\",\"toggleTabbingOn\"],[8,\"wmUserIsNotTabbing\",\"toggleTabbingOff\"],[11,\"scroll\",\"handleScroll\"],[0,\"keydown\",\"handleKeydown\"]],{\"buttonType\":[\"validateType\"],\"icon\":[\"updateIcon\"],\"disabled\":[\"handleDisabledChange\"]}]]],[\"wm-action-menu_2\",[[17,\"wm-action-menu\",{\"tooltipPosition\":[1,\"tooltip-position\"],\"actionMenuType\":[1,\"action-menu-type\"],\"buttonText\":[1,\"button-text\"],\"disabled\":[516],\"tooltip\":[1],\"labelForIdenticalButtons\":[1,\"label-for-identical-buttons\"],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32]},[[0,\"wmMenuitemClicked\",\"handleClickedItem\"],[0,\"wmKeyUpPressed\",\"handleKeyUp\"],[0,\"wmKeyDownPressed\",\"handleKeyDown\"],[0,\"wmHomeKeyPressed\",\"handleHomeKey\"],[0,\"wmEndKeyPressed\",\"handleEndKey\"],[0,\"wmTabKeyPressed\",\"handleTabKey\"],[0,\"wmEscKeyPressed\",\"handleEscKey\"],[0,\"keydown\",\"handleKey\"],[0,\"wmMenuitemBlurred\",\"handleMenuitemBlur\"],[0,\"wmLetterPressed\",\"findAndFocusItem\"]]],[1,\"wm-menuitem\",{\"disabled\":[4],\"icon\":[1025],\"description\":[1]},[[0,\"keydown\",\"handleKeydown\"],[0,\"click\",\"handleClick\"],[0,\"blur\",\"handleBlur\"]],{\"disabled\":[\"setOnClick\"]}]]]]"), options);
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
export { defineCustomElements };
|