@watermarkinsights/ripple 5.16.0-alpha.13 → 5.16.0-alpha.14
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-e3cd85c8.js +92 -0
- package/dist/cjs/{chartFunctions-DFMB7Bjs.js → chartFunctions-ce91b2c9.js} +3 -2
- package/dist/cjs/{functions-Cv4tH2z-.js → functions-ea3eae05.js} +79 -74
- package/dist/cjs/{index-H4E3eeKZ.js → index-788526f5.js} +410 -777
- package/dist/cjs/{intl-CDsbzEBp.js → intl-ea56dd40.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
- package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
- package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
- package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
- package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
- package/dist/cjs/wm-button.cjs.entry.js +16 -8
- package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
- package/dist/cjs/wm-chart.cjs.entry.js +18 -14
- package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
- package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
- package/dist/cjs/wm-file.cjs.entry.js +15 -5
- package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
- package/dist/cjs/wm-input.cjs.entry.js +17 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
- package/dist/cjs/wm-modal_3.cjs.entry.js +16 -9
- package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
- package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
- package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
- package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
- package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
- package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
- package/dist/cjs/wm-search.cjs.entry.js +9 -25
- package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
- package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
- package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
- package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
- package/dist/cjs/wm-toggletip.cjs.entry.js +12 -7
- package/dist/cjs/wm-uploader.cjs.entry.js +18 -8
- package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
- package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
- package/dist/collection/components/datepickers/wm-date-range.js +19 -39
- package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
- package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
- package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
- package/dist/collection/components/wm-button/wm-button.js +22 -43
- package/dist/collection/components/wm-file/wm-file.js +18 -29
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
- package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
- package/dist/collection/components/wm-input/wm-input.js +28 -55
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
- package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
- package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
- package/dist/collection/components/wm-modal/wm-modal.js +9 -15
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
- package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
- package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
- package/dist/collection/components/wm-search/wm-search.js +10 -45
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
- package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +11 -19
- package/dist/collection/components/wm-uploader/wm-uploader.js +22 -37
- package/dist/esm/app-globals-205e6410.js +90 -0
- package/dist/esm/{chartFunctions-BLjGh_yo.js → chartFunctions-ebe4f673.js} +4 -3
- package/dist/esm/{functions-DT2ztGYg.js → functions-fbf8519f.js} +80 -75
- package/dist/esm/{index-C-E-By4e.js → index-130e07bb.js} +406 -774
- package/dist/esm/{intl-BnrBfoLu.js → intl-30a9319d.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +10 -6
- package/dist/esm/priv-chart-popover.entry.js +6 -4
- package/dist/esm/priv-navigator-button.entry.js +3 -2
- package/dist/esm/priv-navigator-item.entry.js +3 -2
- package/dist/esm/priv-option-list.entry.js +14 -10
- package/dist/esm/ripple.js +5 -6
- package/dist/esm/wm-action-menu_2.entry.js +16 -9
- package/dist/esm/wm-button.entry.js +14 -8
- package/dist/esm/wm-chart-slice.entry.js +6 -1
- package/dist/esm/wm-chart.entry.js +16 -14
- package/dist/esm/wm-date-range.entry.js +12 -9
- package/dist/esm/wm-datepicker.entry.js +9 -6
- package/dist/esm/wm-file-list.entry.js +3 -2
- package/dist/esm/wm-file.entry.js +13 -5
- package/dist/esm/wm-flyout.entry.js +14 -5
- package/dist/esm/wm-input.entry.js +15 -5
- package/dist/esm/wm-line-chart.entry.js +26 -18
- package/dist/esm/wm-modal-pss_3.entry.js +12 -8
- package/dist/esm/wm-modal_3.entry.js +14 -9
- package/dist/esm/wm-navigation_3.entry.js +16 -9
- package/dist/esm/wm-navigator.entry.js +13 -17
- package/dist/esm/wm-nested-select.entry.js +14 -11
- package/dist/esm/wm-optgroup.entry.js +5 -3
- package/dist/esm/wm-option_2.entry.js +15 -10
- package/dist/esm/wm-pagination.entry.js +11 -10
- package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
- package/dist/esm/wm-search.entry.js +7 -25
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +14 -20
- package/dist/esm/wm-tag-input.entry.js +23 -12
- package/dist/esm/wm-tag-option.entry.js +6 -2
- package/dist/esm/wm-textarea.entry.js +10 -5
- package/dist/esm/wm-timepicker.entry.js +12 -9
- package/dist/esm/wm-toggletip.entry.js +10 -7
- package/dist/esm/wm-uploader.entry.js +16 -8
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-205e6410.js +1 -0
- package/dist/esm-es5/chartFunctions-ebe4f673.js +1 -0
- package/dist/esm-es5/functions-fbf8519f.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/{intl-BnrBfoLu.js → intl-30a9319d.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-slice.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-flyout.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-tag-option.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/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/loader/package.json +11 -0
- package/dist/ripple/p-02951ad1.system.js +1 -0
- package/dist/ripple/{p-5884f2af.system.entry.js → p-03381d63.system.entry.js} +1 -1
- package/dist/ripple/{p-6589b394.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/{p-cb40a99a.system.entry.js → p-086c2905.system.entry.js} +1 -1
- package/dist/ripple/{p-1ca43593.system.entry.js → p-09f61d38.system.entry.js} +1 -1
- package/dist/ripple/p-0d3a26ff.entry.js +1 -0
- package/dist/ripple/{p-cfe55c87.entry.js → p-12174831.entry.js} +1 -1
- package/dist/ripple/p-1288624d.entry.js +1 -0
- package/dist/ripple/p-13b1d775.entry.js +1 -0
- package/dist/ripple/p-13ddc53d.entry.js +1 -0
- package/dist/ripple/p-17e93d1b.entry.js +1 -0
- package/dist/ripple/{p-8d315da3.system.entry.js → p-22d9b079.system.entry.js} +1 -1
- package/dist/ripple/{p-4afb057b.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
- package/dist/ripple/p-2be53f45.entry.js +1 -0
- package/dist/ripple/{p-6c066023.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
- package/dist/ripple/{p-3d0c35c9.system.entry.js → p-324aed64.system.entry.js} +1 -1
- package/dist/ripple/{p-63dd7bb4.system.entry.js → p-34808b52.system.entry.js} +1 -1
- package/dist/ripple/p-383933ea.entry.js +1 -0
- package/dist/ripple/{p-c5688577.system.entry.js → p-42174be5.system.entry.js} +1 -1
- package/dist/ripple/p-4436c014.entry.js +1 -0
- package/dist/ripple/{p-19865407.entry.js → p-4df89f8f.entry.js} +1 -1
- package/dist/ripple/{p-e9b4a77a.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
- package/dist/ripple/p-4f13d03e.entry.js +1 -0
- package/dist/ripple/{p-484c87d1.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
- package/dist/ripple/p-55f979d4.system.js +1 -0
- package/dist/ripple/{p-0327a2c8.system.entry.js → p-5a5d5833.system.entry.js} +1 -1
- package/dist/ripple/p-5b7d56aa.entry.js +1 -0
- package/dist/ripple/p-5c0db525.entry.js +1 -0
- package/dist/ripple/{p-478e5069.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
- package/dist/ripple/p-67109fb1.entry.js +1 -0
- package/dist/ripple/{p-6ed6019f.system.entry.js → p-6723e469.system.entry.js} +1 -1
- package/dist/ripple/{p-8ab6b775.entry.js → p-6b4e1fe9.entry.js} +1 -1
- package/dist/ripple/p-71aa5d2b.system.js +1 -0
- package/dist/ripple/{p-a91703be.system.entry.js → p-75ad7567.system.entry.js} +1 -1
- package/dist/ripple/{p-d998d931.entry.js → p-76aef56f.entry.js} +1 -1
- package/dist/ripple/{p-983ab2ad.system.entry.js → p-7b06e308.system.entry.js} +1 -1
- package/dist/ripple/{p-d276f67c.entry.js → p-7c6e0168.entry.js} +1 -1
- package/dist/ripple/{p-b125c946.system.entry.js → p-80664bf3.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-3b7bf277.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
- package/dist/ripple/{p-40f123ee.system.entry.js → p-86c752be.system.entry.js} +1 -1
- package/dist/ripple/p-8905ad76.entry.js +1 -0
- package/dist/ripple/{p-089abdfc.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
- package/dist/ripple/p-8c2f8f78.entry.js +1 -0
- package/dist/ripple/{p-68d8df0f.entry.js → p-8c33cb29.entry.js} +1 -1
- package/dist/ripple/{p-62f475c1.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
- package/dist/ripple/{p-3f4274a3.entry.js → p-904f4c90.entry.js} +1 -1
- package/dist/ripple/{p-4eb6930b.entry.js → p-924ab54c.entry.js} +1 -1
- package/dist/ripple/p-94c6bde9.js +1 -0
- package/dist/ripple/{p-ChCup6OE.js → p-9c6bacb9.js} +1 -1
- package/dist/ripple/p-9f2b6c58.entry.js +1 -0
- package/dist/ripple/{p-a60e886d.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
- package/dist/ripple/{p-17c731d6.system.entry.js → p-a7a61444.system.entry.js} +1 -1
- package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
- package/dist/ripple/{p-5cc69165.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
- package/dist/ripple/{p-cb32b5f5.entry.js → p-be3213fc.entry.js} +1 -1
- package/dist/ripple/{p-4af98b35.entry.js → p-c242e70f.entry.js} +1 -1
- package/dist/ripple/{p-540de835.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
- package/dist/ripple/{p-acca480e.entry.js → p-c7a57fc7.entry.js} +1 -1
- package/dist/ripple/{p-36b4df18.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
- package/dist/ripple/{p-70c8d4f4.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
- package/dist/ripple/{p-41d8be2e.entry.js → p-cd0cc88d.entry.js} +1 -1
- package/dist/ripple/p-cef8a45b.system.js +2 -0
- package/dist/ripple/p-d210db32.entry.js +1 -0
- package/dist/ripple/{p-cd9f7986.system.entry.js → p-d2b60968.system.entry.js} +1 -1
- package/dist/ripple/p-d45bcccf.js +1 -0
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/p-dc7acef5.entry.js +1 -0
- package/dist/ripple/p-dd62178f.system.entry.js +1 -0
- package/dist/ripple/p-e0d21c51.entry.js +1 -0
- package/dist/ripple/p-e42db390.system.js +1 -0
- package/dist/ripple/{p-LmBQIm9U.system.js → p-e71b1146.system.js} +1 -1
- package/dist/ripple/p-e7931e4f.js +1 -0
- package/dist/ripple/p-ea85459f.system.entry.js +1 -0
- package/dist/ripple/p-efe8c61e.entry.js +1 -0
- package/dist/ripple/p-f0eae6dc.entry.js +1 -0
- package/dist/ripple/p-f0f57f41.system.entry.js +1 -0
- package/dist/ripple/{p-45ab6c4a.entry.js → p-f3b31fae.entry.js} +1 -1
- package/dist/ripple/p-f46983da.entry.js +1 -0
- package/dist/ripple/{p-90052a7f.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
- package/dist/ripple/{p-57885083.system.entry.js → p-fde1212a.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components.d.ts +0 -986
- package/dist/types/stencil-public-runtime.d.ts +2 -37
- package/package.json +2 -2
- package/dist/cjs/app-globals-9NXIHgu3.js +0 -7
- package/dist/esm/app-globals-BNPUkoUt.js +0 -5
- package/dist/esm-es5/app-globals-BNPUkoUt.js +0 -1
- package/dist/esm-es5/chartFunctions-BLjGh_yo.js +0 -1
- package/dist/esm-es5/functions-DT2ztGYg.js +0 -1
- package/dist/esm-es5/index-C-E-By4e.js +0 -1
- package/dist/ripple/p-1ccf6d7c.entry.js +0 -1
- package/dist/ripple/p-2021c4f7.entry.js +0 -1
- package/dist/ripple/p-2be4ae61.entry.js +0 -1
- package/dist/ripple/p-37f4622f.entry.js +0 -1
- package/dist/ripple/p-385147aa.entry.js +0 -1
- package/dist/ripple/p-4d32daeb.entry.js +0 -1
- package/dist/ripple/p-5d2348b6.entry.js +0 -1
- package/dist/ripple/p-6aa3d014.entry.js +0 -1
- package/dist/ripple/p-72c61438.system.entry.js +0 -1
- package/dist/ripple/p-7309ba5e.entry.js +0 -1
- package/dist/ripple/p-76b54b8a.entry.js +0 -1
- package/dist/ripple/p-795ecc2f.entry.js +0 -1
- package/dist/ripple/p-885a1fdb.system.entry.js +0 -1
- package/dist/ripple/p-8af9a491.entry.js +0 -1
- package/dist/ripple/p-911907c5.entry.js +0 -1
- package/dist/ripple/p-936bee47.entry.js +0 -1
- package/dist/ripple/p-9d0ca16a.entry.js +0 -1
- package/dist/ripple/p-B5BgystP.system.js +0 -2
- package/dist/ripple/p-BDF61j7P.system.js +0 -1
- package/dist/ripple/p-BUP1pADI.system.js +0 -1
- package/dist/ripple/p-Bc1r16wF.js +0 -1
- package/dist/ripple/p-C-E-By4e.js +0 -2
- package/dist/ripple/p-C4CRgsL9.js +0 -1
- package/dist/ripple/p-D0eZSvEu.system.js +0 -1
- package/dist/ripple/p-DT2ztGYg.js +0 -1
- package/dist/ripple/p-Dg5uzcYb.system.js +0 -1
- package/dist/ripple/p-a82d08f1.entry.js +0 -1
- package/dist/ripple/p-ab05d1f0.entry.js +0 -1
- package/dist/ripple/p-ab2a734d.entry.js +0 -1
- package/dist/ripple/p-ae00335a.entry.js +0 -1
- package/dist/ripple/p-b18d9709.entry.js +0 -1
- package/dist/ripple/p-d5f04a3c.entry.js +0 -1
- package/dist/ripple/p-e527d2c6.system.entry.js +0 -1
- package/dist/ripple/p-f2ad44e2.system.entry.js +0 -1
- package/dist/ripple/p-f7065bc8.entry.js +0 -1
- /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
- /package/dist/esm/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
- /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
- /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var __extends=this&&this.__extends||function(){var r=function(n,e){r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var e in n)if(Object.prototype.hasOwnProperty.call(n,e))r[e]=n[e]};return r(n,e)};return function(n,e){if(typeof e!=="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");r(n,e);function t(){this.constructor=n}n.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}}();var __assign=this&&this.__assign||function(){__assign=Object.assign||function(r){for(var n,e=1,t=arguments.length;e<t;e++){n=arguments[e];for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i))r[i]=n[i]}return r};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(r,n,e,t){function i(r){return r instanceof e?r:new e((function(n){n(r)}))}return new(e||(e=Promise))((function(e,a){function o(r){try{u(t.next(r))}catch(r){a(r)}}function f(r){try{u(t["throw"](r))}catch(r){a(r)}}function u(r){r.done?e(r.value):i(r.value).then(o,f)}u((t=t.apply(r,n||[])).next())}))};var __generator=this&&this.__generator||function(r,n){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},t,i,a,o;return o={next:f(0),throw:f(1),return:f(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function f(r){return function(n){return u([r,n])}}function u(f){if(t)throw new TypeError("Generator is already executing.");while(o&&(o=0,f[0]&&(e=0)),e)try{if(t=1,i&&(a=f[0]&2?i["return"]:f[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;if(i=0,a)f=[f[0]&2,a.value];switch(f[0]){case 0:case 1:a=f;break;case 4:e.label++;return{value:f[1],done:false};case 5:e.label++;i=f[1];f=[0];continue;case 7:f=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){e.label=f[1];break}if(f[0]===6&&e.label<a[1]){e.label=a[1];a=f;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(f);break}if(a[2])e.ops.pop();e.trys.pop();continue}f=n.call(r,e)}catch(r){f=[6,r];i=0}finally{t=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(r,n,e){if(e||arguments.length===2)for(var t=0,i=n.length,a;t<i;t++){if(a||!(t in n)){if(!a)a=Array.prototype.slice.call(n,0,t);a[t]=n[t]}}return r.concat(a||Array.prototype.slice.call(n))};System.register([],(function(r,n){"use strict";return{execute:function(){var e=this;var t="ripple";var i={hydratedSelectorName:"hydrated",lazyLoad:true,slotRelocation:true,updatable:true};var a="5.16.0-alpha.13";if(window.navigator.plugins.length>0){console.log("%cRipple component library %c%s","color: #575195; font-weight: bold","font-weight: bold",a)}function o(r){if(r.key=="Tab"){var n=new Event("wmUserIsTabbing");window.dispatchEvent(n);document.querySelector("body").classList.add("wmcl-user-is-tabbing")}if(r.key=="ArrowLeft"||r.key=="ArrowUp"||r.key=="ArrowRight"||r.key=="ArrowDown"){var n=new Event("wmUserIsKeying");window.dispatchEvent(n);document.querySelector("body").classList.add("wmcl-user-is-keying")}}function f(){var r=new Event("wmUserIsNotTabbing");window.dispatchEvent(r);document.querySelector("body").classList.remove("wmcl-user-is-tabbing");document.querySelector("body").classList.remove("wmcl-user-is-keying")}window.addEventListener("keydown",o);window.addEventListener("mousedown",f);var u=document.createElement("div");u.id="wm-tooltip-container";var l=document.createElement("div");l.id="wm-tooltip";l.classList.add("wm-tooltip");l.setAttribute("popover","manual");l.setAttribute("aria-hidden","true");var v=document.createElement("style");v.textContent="\n.wm-tooltip {\n position: fixed;\n overflow: hidden;\n pointer-events: none;\n line-height: normal;\n font-family: inherit;\n font-size: 0.875rem;\n text-transform: none;\n font-weight: normal;\n background: var(--wmcolor-tooltip-background);\n color: var(--wmcolor-tooltip-text);\n z-index: 999999;\n max-width: var(--wmTooltipMaxWidth, 13.75rem);\n margin-right: 1.5rem;\n padding: 0.375rem;\n transition-property: opacity;\n transition-delay: 0s;\n opacity: 0;\n inset: unset;\n top: 0;\n left: 0;\n transform: translateZ(0);\n will-change: transform;\n transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));\n border: none;\n}\n\n.wm-tooltip:popover-open {\n opacity: 0;\n}\n\n.wm-tooltip.show {\n transition-delay: 500ms;\n opacity: 1;\n}\n";document.head.appendChild(v);u.appendChild(l);document.querySelector("body").appendChild(u);var c=r("g",(function(){}));var s=Object.defineProperty;var d=function(r,n){for(var e in n)s(r,e,{get:n[e],enumerable:true})};var p="http://www.w3.org/2000/svg";var h="http://www.w3.org/1999/xhtml";var w=function(r){if(r.__stencil__getHostRef){return r.__stencil__getHostRef()}return void 0};var m=r("r",(function(r,n){r.__stencil__getHostRef=function(){return n};n.t=r}));var y=function(r,n){var e={i:0,$hostElement$:r,o:n,u:new Map};{e.l=new Promise((function(r){return e.v=r}))}{e.p=new Promise((function(r){return e.h=r}));r["s-p"]=[];r["s-rc"]=[]}var t=e;r.__stencil__getHostRef=function(){return t};return t};var b=function(r,n){return n in r};var g=function(r,n){return(0,console.error)(r,n)};var _=new Map;var S=function(r,e,t){var i=r.m.replace(/-/g,"_");var a=r._;if(!a){return void 0}var o=_.get(a);if(o){return o[i]}
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return n.import("./".concat(a,".entry.js").concat("")).then((function(r){{_.set(a,r)}return r[i]}),(function(r){g(r,e.$hostElement$)}))};var $=new Map;var j="{visibility:hidden}.hydrated{visibility:inherit}";var k="slot-fb{display:contents}slot-fb[hidden]{display:none}";var O="http://www.w3.org/1999/xlink";var A=typeof window!=="undefined"?window:{};var x={i:0,S:"",jmp:function(r){return r()},raf:function(r){return requestAnimationFrame(r)},ael:function(r,n,e,t){return r.addEventListener(n,e,t)},rel:function(r,n,e,t){return r.removeEventListener(n,e,t)},ce:function(r,n){return new CustomEvent(r,n)}};var E=function(){var r;var n=false;try{(r=A.document)==null?void 0:r.addEventListener("e",null,Object.defineProperty({},"passive",{get:function(){n=true}}))}catch(r){}return n}();var T=r("p",(function(r){return Promise.resolve(r)}));var N=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(r){}return false}();var C=N?function(){return!!A.document&&Object.getOwnPropertyDescriptor(A.document.adoptedStyleSheets,"length").writable}():false;var M=false;var R=[];var U=[];var L=function(r,n){return function(e){r.push(e);if(!M){M=true;if(n&&x.i&4){D(F)}else{x.raf(F)}}}};var P=function(r){for(var n=0;n<r.length;n++){try{r[n](performance.now())}catch(r){g(r)}}r.length=0};var F=function(){P(R);{P(U);if(M=R.length>0){x.raf(F)}}};var D=function(r){return T().then(r)};var W=L(U,true);var I=function(r){r=typeof r;return r==="object"||r==="function"};function z(r){var n,e,t;return(t=(e=(n=r.head)==null?void 0:n.querySelector('meta[name="csp-nonce"]'))==null?void 0:e.getAttribute("content"))!=null?t:void 0}var H=function(r){return r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")};var B={};d(B,{err:function(){return G},map:function(){return V},ok:function(){return q},unwrap:function(){return Y},unwrapErr:function(){return J}});var q=function(r){return{isOk:true,isErr:false,value:r}};var G=function(r){return{isOk:false,isErr:true,value:r}};function V(r,n){if(r.isOk){var e=n(r.value);if(e instanceof Promise){return e.then((function(r){return q(r)}))}else{return q(e)}}if(r.isErr){var t=r.value;return G(t)}throw"should never get here"}var Y=function(r){if(r.isOk){return r.value}else{throw r.value}};var J=function(r){if(r.isErr){return r.value}else{throw r.value}};function K(r){return void 0}var Z;function Q(r){var n;var e=this.attachShadow({mode:"open",delegatesFocus:!!(r.i&16)});if(Z===void 0)Z=(n=K())!=null?n:null;if(Z){if(C){e.adoptedStyleSheets.push(Z)}else{e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[Z],false)}}}var X=function(r){var n=or(r,"childNodes");if(r.tagName&&r.tagName.includes("-")&&r["s-cr"]&&r.tagName!=="SLOT-FB"){nr(n,r.tagName).forEach((function(r){if(r.nodeType===1&&r.tagName==="SLOT-FB"){if(er(r,ir(r),false).length){r.hidden=true}else{r.hidden=false}}}))}var e=0;for(e=0;e<n.length;e++){var t=n[e];if(t.nodeType===1&&or(t,"childNodes").length){X(t)}}};var rr=function(r){var n=[];for(var e=0;e<r.length;e++){var t=r[e]["s-nr"]||void 0;if(t&&t.isConnected){n.push(t)}}return n};function nr(r,n,e){var t=0;var i=[];var a;for(;t<r.length;t++){a=r[t];if(a["s-sr"]&&(!n||a["s-hn"]===n)&&e===void 0){i.push(a)}i=__spreadArray(__spreadArray([],i,true),nr(a.childNodes,n,e),true)}return i}var er=function(r,n,e){if(e===void 0){e=true}var t=[];if(e&&r["s-sr"]||!r["s-sr"])t.push(r);var i=r;while(i=i.nextSibling){if(ir(i)===n&&(e||!i["s-sr"]))t.push(i)}return t};var tr=function(r,n){if(r.nodeType===1){if(r.getAttribute("slot")===null&&n===""){return true}if(r.getAttribute("slot")===n){return true}return false}if(r["s-sn"]===n){return true}return n===""};var ir=function(r){return typeof r["s-sn"]==="string"?r["s-sn"]:r.nodeType===1&&r.getAttribute("slot")||void 0};function ar(r){if(r.assignedElements||r.assignedNodes||!r["s-sr"])return;var n=function(n){return function(r){var e=[];var t=this["s-sn"];if(r==null?void 0:r.flatten){console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ")}var i=this["s-cr"].parentElement;var a=i.__childNodes?i.childNodes:rr(i.childNodes);a.forEach((function(r){if(t===ir(r)){e.push(r)}}));if(n){return e.filter((function(r){return r.nodeType===1}))}return e}.bind(r)};r.assignedElements=n(true);r.assignedNodes=n(false)}function or(r,n){if("__"+n in r){var e=r["__"+n];if(typeof e!=="function")return e;return e.bind(r)}else{if(typeof r[n]!=="function")return r[n];return r[n].bind(r)}}var fr=function(r,n){if(n===void 0){n=""}{return function(){return}}};var ur=function(r,n){{return function(){return}}};var lr=new WeakMap;var vr=function(r,n,e){var t=$.get(r);if(N&&e){t=t||new CSSStyleSheet;if(typeof t==="string"){t=n}else{t.replaceSync(n)}}else{t=n}$.set(r,t)};var cr=function(r,n,e){var t;var i=dr(n);var a=$.get(i);if(!A.document){return i}r=r.nodeType===11?r:A.document;if(a){if(typeof a==="string"){r=r.head||r;var o=lr.get(r);var f=void 0;if(!o){lr.set(r,o=new Set)}if(!o.has(i)){{f=A.document.createElement("style");f.innerHTML=a;var u=(t=x.$)!=null?t:z(A.document);if(u!=null){f.setAttribute("nonce",u)}if(!(n.i&1)){if(r.nodeName==="HEAD"){var l=r.querySelectorAll("link[rel=preconnect]");var v=l.length>0?l[l.length-1].nextSibling:r.querySelector("style");r.insertBefore(f,(v==null?void 0:v.parentNode)===r?v:null)}else if("host"in r){if(N){var c=new CSSStyleSheet;c.replaceSync(a);if(C){r.adoptedStyleSheets.unshift(c)}else{r.adoptedStyleSheets=__spreadArray([c],r.adoptedStyleSheets,true)}}else{var s=r.querySelector("style");if(s){s.innerHTML=a+s.innerHTML}else{r.prepend(f)}}}else{r.append(f)}}if(n.i&1){r.insertBefore(f,null)}}if(n.i&4){f.innerHTML+=k}if(o){o.add(i)}}}else if(!r.adoptedStyleSheets.includes(a)){if(C){r.adoptedStyleSheets.push(a)}else{r.adoptedStyleSheets=__spreadArray(__spreadArray([],r.adoptedStyleSheets,true),[a],false)}}}return i};var sr=function(r){var n=r.o;var e=r.$hostElement$;var t=n.i;var i=fr("attachStyles",n.m);var a=cr(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);if(t&10){e["s-sc"]=a;e.classList.add(a+"-h")}i()};var dr=function(r,n){return"sc-"+r.m};var pr=r("h",(function(r,n){var e=[];for(var t=2;t<arguments.length;t++){e[t-2]=arguments[t]}var i=null;var a=null;var o=null;var f=false;var u=false;var l=[];var v=function(n){for(var e=0;e<n.length;e++){i=n[e];if(Array.isArray(i)){v(i)}else if(i!=null&&typeof i!=="boolean"){if(f=typeof r!=="function"&&!I(i)){i=String(i)}if(f&&u){l[l.length-1].j+=i}else{l.push(f?hr(null,i):i)}u=f}}};v(e);if(n){if(n.key){a=n.key}if(n.name){o=n.name}{var c=n.className||n.class;if(c){n.class=typeof c!=="object"?c:Object.keys(c).filter((function(r){return c[r]})).join(" ")}}}if(typeof r==="function"){return r(n===null?{}:n,l,yr)}var s=hr(r,null);s.k=n;if(l.length>0){s.O=l}{s.A=a}{s.T=o}return s}));var hr=function(r,n){var e={i:0,N:r,j:n,C:null,O:null};{e.k=null}{e.A=null}{e.T=null}return e};var wr=r("H",{});var mr=function(r){return r&&r.N===wr};var yr={forEach:function(r,n){return r.map(br).forEach(n)},map:function(r,n){return r.map(br).map(n).map(gr)}};var br=function(r){return{vattrs:r.k,vchildren:r.O,vkey:r.A,vname:r.T,vtag:r.N,vtext:r.j}};var gr=function(r){if(typeof r.vtag==="function"){var n=__assign({},r.vattrs);if(r.vkey){n.key=r.vkey}if(r.vname){n.name=r.vname}return pr.apply(void 0,__spreadArray([r.vtag,n],r.vchildren||[],false))}var e=hr(r.vtag,r.vtext);e.k=r.vattrs;e.O=r.vchildren;e.A=r.vkey;e.T=r.vname;return e};var _r=function(r){var n=H(r);return new RegExp("(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?".concat(n,"))(").concat(n,"\\b)"),"g")};_r("::slotted");_r(":host");_r(":host-context");var Sr=function(r,n,e){if(typeof r==="string"&&(n&16||n&8)&&(r.startsWith("{")&&r.endsWith("}")||r.startsWith("[")&&r.endsWith("]"))){try{return JSON.parse(r)}catch(r){}}if(r!=null&&!I(r)){if(n&4){{return r==="false"?false:r===""||!!r}}if(n&2){return typeof r==="string"?parseFloat(r):typeof r==="number"?r:NaN}if(n&1){return String(r)}return r}return r};var $r=r("a",(function(r){var n;return(n=w(r))==null?void 0:n.$hostElement$}));var jr=r("c",(function(r,n,e){var t=$r(r);return{emit:function(r){return kr(t,n,{bubbles:!!(e&4),composed:!!(e&2),cancelable:!!(e&1),detail:r})}}}));var kr=function(r,n,e){var t=x.ce(n,e);r.dispatchEvent(t);return t};var Or=function(r,n,e,t,i,a,o){if(e===t){return}var f=b(r,n);var u=n.toLowerCase();if(n==="class"){var l=r.classList;var v=xr(e);var c=xr(t);{l.remove.apply(l,v.filter((function(r){return r&&!c.includes(r)})));l.add.apply(l,c.filter((function(r){return r&&!v.includes(r)})))}}else if(n==="style"){{for(var s in e){if(!t||t[s]==null){if(s.includes("-")){r.style.removeProperty(s)}else{r.style[s]=""}}}}for(var s in t){if(!e||t[s]!==e[s]){if(s.includes("-")){r.style.setProperty(s,t[s])}else{r.style[s]=t[s]}}}}else if(n==="key");else if(n==="ref"){if(t){t(r)}}else if(!f&&n[0]==="o"&&n[1]==="n"){if(n[2]==="-"){n=n.slice(3)}else if(b(A,u)){n=u.slice(2)}else{n=u[2]+n.slice(3)}if(e||t){var d=n.endsWith(Er);n=n.replace(Tr,"");if(e){x.rel(r,n,e,d)}if(t){x.ael(r,n,t,d)}}}else{var p=I(t);if((f||p&&t!==null)&&!i){try{if(!r.tagName.includes("-")){var h=t==null?"":t;if(n==="list"){f=false}else if(e==null||r[n]!=h){if(typeof r.__lookupSetter__(n)==="function"){r[n]=h}else{r.setAttribute(n,h)}}}else if(r[n]!==t){r[n]=t}}catch(r){}}var w=false;{if(u!==(u=u.replace(/^xlink\:?/,""))){n=u;w=true}}if(t==null||t===false){if(t!==false||r.getAttribute(n)===""){if(w){r.removeAttributeNS(O,n)}else{r.removeAttribute(n)}}}else if((!f||a&4||i)&&!p&&r.nodeType===1){t=t===true?"":t;if(w){r.setAttributeNS(O,n,t)}else{r.setAttribute(n,t)}}}};var Ar=/\s/;var xr=function(r){if(typeof r==="object"&&r&&"baseVal"in r){r=r.baseVal}if(!r||typeof r!=="string"){return[]}return r.split(Ar)};var Er="Capture";var Tr=new RegExp(Er+"$");var Nr=function(r,n,e,t){var i=n.C.nodeType===11&&n.C.host?n.C.host:n.C;var a=r&&r.k||{};var o=n.k||{};{for(var f=0,u=Cr(Object.keys(a));f<u.length;f++){var l=u[f];if(!(l in o)){Or(i,l,a[l],void 0,e,n.i)}}}for(var v=0,c=Cr(Object.keys(o));v<c.length;v++){var l=c[v];Or(i,l,a[l],o[l],e,n.i)}};function Cr(r){return r.includes("ref")?__spreadArray(__spreadArray([],r.filter((function(r){return r!=="ref"})),true),["ref"],false):r}var Mr;var Rr;var Ur=false;var Lr=false;var Pr=false;var Fr=false;var Dr=function(r,n,e){var t;var a=n.O[e];var o=0;var f;var u;var l;if(!Ur){Pr=true;if(a.N==="slot"){a.i|=a.O?2:1}}if(a.j!==null){f=a.C=A.document.createTextNode(a.j)}else if(a.i&1){f=a.C=A.document.createTextNode("");{Nr(null,a,Fr)}}else{if(!Fr){Fr=a.N==="svg"}if(!A.document){throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.")}f=a.C=A.document.createElementNS(Fr?p:h,!Ur&&i.slotRelocation&&a.i&2?"slot-fb":a.N);if(Fr&&a.N==="foreignObject"){Fr=false}{Nr(null,a,Fr)}if(a.O){for(o=0;o<a.O.length;++o){u=Dr(r,a,o);if(u){f.appendChild(u)}}}{if(a.N==="svg"){Fr=false}else if(f.tagName==="foreignObject"){Fr=true}}}f["s-hn"]=Rr;{if(a.i&(2|1)){f["s-sr"]=true;f["s-cr"]=Mr;f["s-sn"]=a.T||"";f["s-rf"]=(t=a.k)==null?void 0:t.ref;ar(f);l=r&&r.O&&r.O[e];if(l&&l.N===a.N&&r.C){{Wr(r.C,false)}}}}return f};var Wr=function(r,n){x.i|=1;var e=Array.from(r.__childNodes||r.childNodes);for(var t=e.length-1;t>=0;t--){var i=e[t];if(i["s-hn"]!==Rr&&i["s-ol"]){Kr(qr(i).parentNode,i,qr(i));i["s-ol"].remove();i["s-ol"]=void 0;i["s-sh"]=void 0;Pr=true}if(n){Wr(i,n)}}x.i&=-2};var Ir=function(r,n,e,t,i,a){var o=r["s-cr"]&&r["s-cr"].parentNode||r;var f;if(o.shadowRoot&&o.tagName===Rr){o=o.shadowRoot}for(;i<=a;++i){if(t[i]){f=Dr(null,e,i);if(f){t[i].C=f;Kr(o,f,qr(n))}}}};var zr=function(r,n,e){for(var t=n;t<=e;++t){var i=r[t];if(i){var a=i.C;Jr(i);if(a){{Lr=true;if(a["s-ol"]){a["s-ol"].remove()}else{Wr(a,true)}}a.remove()}}}};var Hr=function(r,n,e,t,i){if(i===void 0){i=false}var a=0;var o=0;var f=0;var u=0;var l=n.length-1;var v=n[0];var c=n[l];var s=t.length-1;var d=t[0];var p=t[s];var h;var w;while(a<=l&&o<=s){if(v==null){v=n[++a]}else if(c==null){c=n[--l]}else if(d==null){d=t[++o]}else if(p==null){p=t[--s]}else if(Br(v,d,i)){Gr(v,d,i);v=n[++a];d=t[++o]}else if(Br(c,p,i)){Gr(c,p,i);c=n[--l];p=t[--s]}else if(Br(v,p,i)){if(v.N==="slot"||p.N==="slot"){Wr(v.C.parentNode,false)}Gr(v,p,i);Kr(r,v.C,c.C.nextSibling);v=n[++a];p=t[--s]}else if(Br(c,d,i)){if(v.N==="slot"||p.N==="slot"){Wr(c.C.parentNode,false)}Gr(c,d,i);Kr(r,c.C,v.C);c=n[--l];d=t[++o]}else{f=-1;{for(u=a;u<=l;++u){if(n[u]&&n[u].A!==null&&n[u].A===d.A){f=u;break}}}if(f>=0){w=n[f];if(w.N!==d.N){h=Dr(n&&n[o],e,f)}else{Gr(w,d,i);n[f]=void 0;h=w.C}d=t[++o]}else{h=Dr(n&&n[o],e,o);d=t[++o]}if(h){{Kr(qr(v.C).parentNode,h,qr(v.C))}}}}if(a>l){Ir(r,t[s+1]==null?null:t[s+1].C,e,t,o,s)}else if(o>s){zr(n,a,l)}};var Br=function(r,n,e){if(e===void 0){e=false}if(r.N===n.N){if(r.N==="slot"){return r.T===n.T}if(!e){return r.A===n.A}if(e&&!r.A&&n.A){r.A=n.A}return true}return false};var qr=function(r){return r&&r["s-ol"]||r};var Gr=function(r,n,e){if(e===void 0){e=false}var t=n.C=r.C;var a=r.O;var o=n.O;var f=n.N;var u=n.j;var l;if(u===null){{Fr=f==="svg"?true:f==="foreignObject"?false:Fr}{Nr(r,n,Fr)}if(a!==null&&o!==null){Hr(t,a,n,o,e)}else if(o!==null){if(r.j!==null){t.textContent=""}Ir(t,null,n,o,0,o.length-1)}else if(!e&&i.updatable&&a!==null){zr(a,0,a.length-1)}else;if(Fr&&f==="svg"){Fr=false}}else if(l=t["s-cr"]){l.parentNode.textContent=u}else if(r.j!==u){t.data=u}};var Vr=[];var Yr=function(r){var n;var e;var t;var i=r.__childNodes||r.childNodes;for(var a=0,o=i;a<o.length;a++){var f=o[a];if(f["s-sr"]&&(n=f["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;var u=f["s-sn"];var l=function(){n=e[t];if(!n["s-cn"]&&!n["s-nr"]&&n["s-hn"]!==f["s-hn"]&&true){if(tr(n,u)){var r=Vr.find((function(r){return r.M===n}));Lr=true;n["s-sn"]=n["s-sn"]||u;if(r){r.M["s-sh"]=f["s-hn"];r.R=f}else{n["s-sh"]=f["s-hn"];Vr.push({R:f,M:n})}if(n["s-sr"]){Vr.map((function(e){if(tr(e.M,n["s-sn"])){r=Vr.find((function(r){return r.M===n}));if(r&&!e.R){e.R=r.R}}}))}}else if(!Vr.some((function(r){return r.M===n}))){Vr.push({M:n})}}};for(t=e.length-1;t>=0;t--){l()}}if(f.nodeType===1){Yr(f)}}};var Jr=function(r){{r.k&&r.k.ref&&r.k.ref(null);r.O&&r.O.map(Jr)}};var Kr=function(r,n,e){{return r==null?void 0:r.insertBefore(n,e)}};var Zr=function(r,n,e){if(e===void 0){e=false}var t,i,a,o;var f=r.$hostElement$;var u=r.o;var l=r.U||hr(null,null);var v=mr(n);var c=v?n:pr(null,null,n);Rr=f.tagName;if(u.L){c.k=c.k||{};u.L.map((function(r){var n=r[0],e=r[1];return c.k[e]=f[n]}))}if(e&&c.k){for(var s=0,d=Object.keys(c.k);s<d.length;s++){var p=d[s];if(f.hasAttribute(p)&&!["key","ref","style","class"].includes(p)){c.k[p]=f[p]}}}c.N=null;c.i|=4;r.U=c;c.C=l.C=f.shadowRoot||f;Ur=!!(u.i&1)&&!(u.i&128);{Mr=f["s-cr"];Lr=false}Gr(l,c,e);{x.i|=1;if(Pr){Yr(c.C);for(var h=0,w=Vr;h<w.length;h++){var m=w[h];var y=m.M;if(!y["s-ol"]&&A.document){var b=A.document.createTextNode("");b["s-nr"]=y;Kr(y.parentNode,y["s-ol"]=b,y)}}for(var g=0,_=Vr;g<_.length;g++){var m=_[g];var y=m.M;var S=m.R;if(S){var $=S.parentNode;var j=S.nextSibling;{var b=(t=y["s-ol"])==null?void 0:t.previousSibling;while(b){var k=(i=b["s-nr"])!=null?i:null;if(k&&k["s-sn"]===y["s-sn"]&&$===(k.__parentNode||k.parentNode)){k=k.nextSibling;while(k===y||(k==null?void 0:k["s-sr"])){k=k==null?void 0:k.nextSibling}if(!k||!k["s-nr"]){j=k;break}}b=b.previousSibling}}var O=y.__parentNode||y.parentNode;var E=y.__nextSibling||y.nextSibling;if(!j&&$!==O||E!==j){if(y!==j){if(!y["s-hn"]&&y["s-ol"]){y["s-hn"]=y["s-ol"].parentNode.nodeName}Kr($,y,j);if(y.nodeType===1&&y.tagName!=="SLOT-FB"){y.hidden=(a=y["s-ih"])!=null?a:false}}}y&&typeof S["s-rf"]==="function"&&S["s-rf"](S)}else{if(y.nodeType===1){if(e){y["s-ih"]=(o=y.hidden)!=null?o:false}y.hidden=true}}}}if(Lr){X(c.C)}x.i&=-2;Vr.length=0}Mr=void 0};var Qr=function(r,n){if(n&&!r.P&&n["s-p"]){var e=n["s-p"].push(new Promise((function(t){return r.P=function(){n["s-p"].splice(e-1,1);t()}})))}};var Xr=function(r,n){{r.i|=16}if(r.i&4){r.i|=512;return}Qr(r,r.F);var e=function(){return rn(r,n)};if(n){queueMicrotask((function(){e()}));return}return W(e)};var rn=function(r,n){var e=r.$hostElement$;var t=fr("scheduleUpdate",r.o.m);var i=r.t;if(!i){throw new Error("Can't render component <".concat(e.tagName.toLowerCase()," /> with invalid Stencil runtime! Make sure this imported component is compiled with a `externalRuntime: true` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime"))}var a;if(n){{r.i|=256;if(r.D){r.D.map((function(r){var n=r[0],t=r[1];return ln(i,n,t,e)}));r.D=void 0}}a=ln(i,"componentWillLoad",void 0,e)}else{a=ln(i,"componentWillUpdate",void 0,e)}a=nn(a,(function(){return ln(i,"componentWillRender",void 0,e)}));t();return nn(a,(function(){return tn(r,i,n)}))};var nn=function(r,n){return en(r)?r.then(n).catch((function(r){console.error(r);n()})):n()};var en=function(r){return r instanceof Promise||r&&r.then&&typeof r.then==="function"};var tn=function(r,n,t){return __awaiter(e,void 0,void 0,(function(){var e,i,a,o,f,u,l;return __generator(this,(function(v){i=r.$hostElement$;a=fr("update",r.o.m);o=i["s-rc"];if(t){sr(r)}f=fr("render",r.o.m);{an(r,n,i,t)}if(o){o.map((function(r){return r()}));i["s-rc"]=void 0}f();a();{u=(e=i["s-p"])!=null?e:[];l=function(){return on(r)};if(u.length===0){l()}else{Promise.all(u).then(l);r.i|=4;u.length=0}}return[2]}))}))};var an=function(r,n,e,t){try{n=n.render&&n.render();{r.i&=-17}{r.i|=2}{{{Zr(r,n,t)}}}}catch(n){g(n,r.$hostElement$)}return null};var on=function(r){var n=r.o.m;var e=r.$hostElement$;var t=fr("postUpdate",n);var i=r.t;var a=r.F;ln(i,"componentDidRender",void 0,e);if(!(r.i&64)){r.i|=64;{vn(e)}ln(i,"componentDidLoad",void 0,e);t();{r.h(e);if(!a){un()}}}else{ln(i,"componentDidUpdate",void 0,e);t()}{r.v(e)}{if(r.P){r.P();r.P=void 0}if(r.i&512){D((function(){return Xr(r,false)}))}r.i&=-517}};var fn=r("f",(function(r){var n;{var e=w(r);var t=(n=e==null?void 0:e.$hostElement$)==null?void 0:n.isConnected;if(t&&(e.i&(2|16))===2){Xr(e,false)}return t}}));var un=function(r){D((function(){return kr(A,"appload",{detail:{namespace:t}})}))};var ln=function(r,n,e,t){if(r&&r[n]){try{return r[n](e)}catch(r){g(r,t)}}return void 0};var vn=function(r){var n;return r.classList.add((n=i.hydratedSelectorName)!=null?n:"hydrated")};var cn=function(r,n){return w(r).u.get(n)};var sn=function(r,n,e,t){var i=w(r);if(!i){return}if(!i){throw new Error("Couldn't find host element for \"".concat(t.m,'" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).'))}var a=i.$hostElement$;var o=i.u.get(n);var f=i.i;var u=i.t;e=Sr(e,t.W[n][0]);var l=Number.isNaN(o)&&Number.isNaN(e);var v=e!==o&&!l;if((!(f&8)||o===void 0)&&v){i.u.set(n,e);if(u){if(t.I&&f&128){var c=t.I[n];if(c){c.map((function(r){try{u[r](e,o,n)}catch(r){g(r,a)}}))}}if((f&(2|16))===2){if(u.componentShouldUpdate){if(u.componentShouldUpdate(e,o,n)===false){return}}Xr(i,false)}}}};var dn=function(r,n,e){var t,a;var o=r.prototype;if(n.W||(n.I||r.watchers)){if(r.watchers&&!n.I){n.I=r.watchers}var f=Object.entries((t=n.W)!=null?t:{});f.map((function(r){var t=r[0],i=r[1][0];if(i&31||e&2&&i&32){var a=Object.getOwnPropertyDescriptor(o,t)||{},f=a.get,u=a.set;if(f)n.W[t][0]|=2048;if(u)n.W[t][0]|=4096;if(e&1||!f){Object.defineProperty(o,t,{get:function(){{if((n.W[t][0]&2048)===0){return cn(this,t)}var r=w(this);var e=r?r.t:o;if(!e)return;return e[t]}},configurable:true,enumerable:true})}Object.defineProperty(o,t,{set:function(r){var a=this;var o=w(this);if(!o){return}if(u){var f=i&32?this[t]:o.$hostElement$[t];if(typeof f==="undefined"&&o.u.get(t)){r=o.u.get(t)}else if(!o.u.get(t)&&f){o.u.set(t,f)}u.apply(this,[Sr(r,i)]);r=i&32?this[t]:o.$hostElement$[t];sn(this,t,r,n);return}{if((e&1)===0||(n.W[t][0]&4096)===0){sn(this,t,r,n);if(e&1&&!o.t){o.p.then((function(){if(n.W[t][0]&4096&&o.t[t]!==o.u.get(t)){o.t[t]=r}}))}return}var l=function(){var e=o.t[t];if(!o.u.get(t)&&e){o.u.set(t,e)}o.t[t]=Sr(r,i);sn(a,t,o.t[t],n)};if(o.t){l()}else{o.p.then((function(){return l()}))}}}})}else if(e&1&&i&64){Object.defineProperty(o,t,{value:function(){var r=[];for(var n=0;n<arguments.length;n++){r[n]=arguments[n]}var e;var i=w(this);return(e=i==null?void 0:i.l)==null?void 0:e.then((function(){var n;return(n=i.t)==null?void 0:n[t].apply(n,r)}))}})}}));if(e&1){var u=new Map;o.attributeChangedCallback=function(r,e,t){var a=this;x.jmp((function(){var f;var l=u.get(r);if(a.hasOwnProperty(l)&&i.lazyLoad){t=a[l];delete a[l]}else if(o.hasOwnProperty(l)&&typeof a[l]==="number"&&a[l]==t){return}else if(l==null){var v=w(a);var c=v==null?void 0:v.i;if(v&&c&&!(c&8)&&c&128&&t!==e){var s=v.t;var d=(f=n.I)==null?void 0:f[r];d==null?void 0:d.forEach((function(n){if(s[n]!=null){s[n].call(s,t,e,r)}}))}return}var p=Object.getOwnPropertyDescriptor(o,l);t=t===null&&typeof a[l]==="boolean"?false:t;if(t!==a[l]&&(!p.get||!!p.set)){a[l]=t}}))};r.observedAttributes=Array.from(new Set(__spreadArray(__spreadArray([],Object.keys((a=n.I)!=null?a:{}),true),f.filter((function(r){var n=r[0],e=r[1];return e[0]&15})).map((function(r){var e=r[0],t=r[1];var i;var a=t[1]||e;u.set(a,e);if(t[0]&512){(i=n.L)==null?void 0:i.push([e,a])}return a})),true)))}}return r};var pn=function(r,n,t,i){return __awaiter(e,void 0,void 0,(function(){var e,i,a,o,f,u,l,v,c,s,d;return __generator(this,(function(p){switch(p.label){case 0:if(!((n.i&32)===0))return[3,6];n.i|=32;i=t._;if(!i)return[3,4];a=S(t,n);if(!(a&&"then"in a))return[3,2];o=ur();return[4,a];case 1:e=p.sent();o();return[3,3];case 2:e=a;p.label=3;case 3:if(!e){throw new Error('Constructor for "'.concat(t.m,"#").concat(n.H,'" was not found'))}if(!e.isProxied){{t.I=e.watchers}dn(e,t,2);e.isProxied=true}f=fr("createInstance",t.m);{n.i|=8}try{new e(n)}catch(n){g(n,r)}{n.i&=-9}{n.i|=128}f();hn(n.t,r);return[3,5];case 4:e=r.constructor;u=r.localName;customElements.whenDefined(u).then((function(){return n.i|=128}));p.label=5;case 5:if(e&&e.style){l=void 0;if(typeof e.style==="string"){l=e.style}v=dr(t);if(!$.has(v)){c=fr("registerStyles",t.m);vr(v,l,!!(t.i&1));c()}}p.label=6;case 6:s=n.F;d=function(){return Xr(n,true)};if(s&&s["s-rc"]){s["s-rc"].push(d)}else{d()}return[2]}}))}))};var hn=function(r,n){{ln(r,"connectedCallback",void 0,n)}};var wn=function(r){if((x.i&1)===0){var n=w(r);if(!n){return}var e=n.o;var t=fr("connectedCallback",e.m);if(!(n.i&1)){n.i|=1;{if(e.i&(4|8)){mn(r)}}{var i=r;while(i=i.parentNode||i.host){if(i["s-p"]){Qr(n,n.F=i);break}}}if(e.W){Object.entries(e.W).map((function(n){var e=n[0],t=n[1][0];if(t&31&&r.hasOwnProperty(e)){var i=r[e];delete r[e];r[e]=i}}))}{pn(r,n,e)}}else{Sn(r,n,e.B);if(n==null?void 0:n.t){hn(n.t,r)}else if(n==null?void 0:n.p){n.p.then((function(){return hn(n.t,r)}))}}t()}};var mn=function(r){if(!A.document){return}var n=r["s-cr"]=A.document.createComment("");n["s-cn"]=true;Kr(r,n,r.firstChild)};var yn=function(r,n){{ln(r,"disconnectedCallback",void 0,n||r)}};var bn=function(r){return __awaiter(e,void 0,void 0,(function(){var n;return __generator(this,(function(e){if((x.i&1)===0){n=w(r);{if(n==null?void 0:n.q){n.q.map((function(r){return r()}));n.q=void 0}}if(n==null?void 0:n.t){yn(n.t,r)}else if(n==null?void 0:n.p){n.p.then((function(){return yn(n.t,r)}))}}if(lr.has(r)){lr.delete(r)}if(r.shadowRoot&&lr.has(r.shadowRoot)){lr.delete(r.shadowRoot)}return[2]}))}))};var gn=r("b",(function(r,n){if(n===void 0){n={}}var e;if(!A.document){console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");return}var t=fr();var i=[];var a=n.exclude||[];var o=A.customElements;var f=A.document.head;var u=f.querySelector("meta[charset]");var l=A.document.createElement("style");var v=[];var c;var s=true;Object.assign(x,n);x.S=new URL(n.resourcesUrl||"./",A.document.baseURI).href;var d=false;r.map((function(r){r[1].map((function(n){var e;var t={i:n[0],m:n[1],W:n[2],B:n[3]};if(t.i&4){d=true}{t.W=n[2]}{t.B=n[3]}{t.L=[]}{t.I=(e=n[4])!=null?e:{}}var f=t.m;var u=function(r){__extends(n,r);function n(n){var e=r.call(this,n)||this;e.hasRegisteredEventListeners=false;n=e;y(n,t);if(t.i&1){{if(!n.shadowRoot){Q.call(n,t)}else{if(n.shadowRoot.mode!=="open"){throw new Error("Unable to re-use existing shadow root for ".concat(t.m,"! Mode is set to ").concat(n.shadowRoot.mode," but Stencil only supports open shadow roots."))}}}}return e}n.prototype.connectedCallback=function(){var r=this;var n=w(this);if(!n){return}if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;Sn(this,n,t.B)}if(c){clearTimeout(c);c=null}if(s){v.push(this)}else{x.jmp((function(){return wn(r)}))}};n.prototype.disconnectedCallback=function(){var r=this;x.jmp((function(){return bn(r)}));x.raf((function(){var n;var e=w(r);if(!e){return}var t=v.findIndex((function(n){return n===r}));if(t>-1){v.splice(t,1)}if(((n=e==null?void 0:e.U)==null?void 0:n.C)instanceof Node&&!e.U.C.isConnected){delete e.U.C}}))};n.prototype.componentOnReady=function(){var r;return(r=w(this))==null?void 0:r.p};return n}(HTMLElement);t._=r[0];if(!a.includes(f)&&!o.get(f)){i.push(f);o.define(f,dn(u,t,1))}}))}));if(i.length>0){if(d){l.textContent+=k}{l.textContent+=i.sort()+j}if(l.innerHTML.length){l.setAttribute("data-styles","");var p=(e=x.$)!=null?e:z(A.document);if(p!=null){l.setAttribute("nonce",p)}f.insertBefore(l,u?u.nextSibling:f.firstChild)}}s=false;if(v.length){v.map((function(r){return r.connectedCallback()}))}else{{x.jmp((function(){return c=setTimeout(un,30)}))}}t()}));var _n=r("F",(function(r,n){return n}));var Sn=function(r,n,e,t){if(e&&A.document){e.map((function(e){var t=e[0],i=e[1],a=e[2];var o=jn(A.document,r,t);var f=$n(n,a);var u=kn(t);x.ael(o,i,f,u);(n.q=n.q||[]).push((function(){return x.rel(o,i,f,u)}))}))}};var $n=function(r,n){return function(e){var t;try{{if(r.i&256){(t=r.t)==null?void 0:t[n](e)}else{(r.D=r.D||[]).push([n,e])}}}catch(n){g(n,r.$hostElement$)}}};var jn=function(r,n,e){if(e&4){return r}if(e&8){return A}return n};var kn=function(r){return E?{passive:(r&1)!==0,capture:(r&2)!==0}:(r&2)!==0};var On=r("s",(function(r){return x.$=r}))}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register(["./p-B5BgystP.system.js"],(function(t){"use strict";var e;return{setters:[function(t){e=t.g}],execute:function(){var s=t("g",e)}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(e,t,a,n){function i(e){return e instanceof a?e:new a((function(t){t(e)}))}return new(a||(a=Promise))((function(a,l){function o(e){try{d(n.next(e))}catch(e){l(e)}}function s(e){try{d(n["throw"](e))}catch(e){l(e)}}function d(e){e.done?a(e.value):i(e.value).then(o,s)}d((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var a={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},n,i,l,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return d([e,t])}}function d(s){if(n)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(a=0)),a)try{if(n=1,i&&(l=s[0]&2?i["return"]:s[0]?i["throw"]||((l=i["return"])&&l.call(i),0):i.next)&&!(l=l.call(i,s[1])).done)return l;if(i=0,l)s=[s[0]&2,l.value];switch(s[0]){case 0:case 1:l=s;break;case 4:a.label++;return{value:s[1],done:false};case 5:a.label++;i=s[1];s=[0];continue;case 7:s=a.ops.pop();a.trys.pop();continue;default:if(!(l=a.trys,l=l.length>0&&l[l.length-1])&&(s[0]===6||s[0]===2)){a=0;continue}if(s[0]===3&&(!l||s[1]>l[0]&&s[1]<l[3])){a.label=s[1];break}if(s[0]===6&&a.label<l[1]){a.label=l[1];l=s;break}if(l&&a.label<l[2]){a.label=l[2];a.ops.push(s);break}if(l[2])a.ops.pop();a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e];i=0}finally{n=l=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-B5BgystP.system.js","./p-BDF61j7P.system.js"],(function(e,t){"use strict";var a,n,i;return{setters:[function(t){a=t.p;n=t.b;e("setNonce",t.s)},function(e){i=e.g}],execute:function(){var e=this;var l=function(){var e=t.meta.url;var n={};if(e!==""){n.resourcesUrl=new URL(".",e).href}return a(n)};l().then((function(t){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,i()];case 1:e.sent();return[2,n(JSON.parse('[["p-70c8d4f4.system",[[273,"wm-tab-list",{"customBackground":[1,"custom-background"],"customPadding":[1,"custom-padding"],"selectedTab":[1,"selected-tab"]},[[0,"tabItemLoaded","tabItemLoaded"],[0,"keydownOnTabItem","handleKeydown"]],{"selectedTab":["setSelected"]}],[273,"wm-tab-item",{"selected":[4],"show":[4],"tabId":[1,"tab-id"]}],[256,"wm-tab-panel",{"active":[1028],"tabId":[1025,"tab-id"]}]]],["p-478e5069.system",[[273,"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"]}]]],["p-6ed6019f.system",[[256,"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"]}],[256,"wm-modal-pss-header",{"heading":[1],"subheading":[1]}],[256,"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"]}]]],["p-72c61438.system",[[256,"wm-modal-footer",{"secondaryText":[1,"secondary-text"],"primaryText":[1,"primary-text"],"infoText":[1,"info-text"],"primaryActionDisabled":[4,"primary-action-disabled"],"deleteStyle":[4,"delete-style"]}],[256,"wm-modal-header",{"heading":[1],"subheading":[1]}],[260,"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"]}]]],["p-c5688577.system",[[273,"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"]}]]],["p-a60e886d.system",[[273,"wm-optgroup",{"label":[1],"isExpanded":[1028,"is-expanded"],"multiple":[1028],"disabled":[4],"emitDeselection":[64],"handleChildChange":[64]},[[0,"wmKeyLeftPressed","handleOptionKeyLeft"]],{"isExpanded":["isExpandedChanged"]}]]],["p-e527d2c6.system",[[273,"wm-navigation",{"open":[1540]},[[0,"keydown","closeOnEscape"],[9,"resize","handleWindowResize"],[8,"wmNavigationHamburgerClicked","handleHamburgerClicked"],[0,"wmNavigationItemClicked","handleClickOnItem"]],{"open":["handleStateChange"]}],[273,"wm-navigation-hamburger",{"navId":[1,"nav-id"],"isTabbing":[32],"open":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[4,"wmNavigationStateChanged","handleNavigationStateChanged"]]],[273,"wm-navigation-item",{"href":[1],"text":[1],"active":[4]}]]],["p-a91703be.system",[[273,"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"]}],[273,"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"]}]]],["p-4afb057b.system",[[273,"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"]]]]],["p-b125c946.system",[[273,"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"]}]]],["p-983ab2ad.system",[[273,"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"]}]]],["p-e9b4a77a.system",[[257,"wm-flyout",{"eyebrow":[1],"heading":[1],"subheading":[1],"flyoutWidth":[1,"flyout-width"],"primaryText":[1,"primary-text"],"secondaryText":[1,"secondary-text"],"infoText":[1,"info-text"],"breadcrumb":[1],"elementToFocus":[1,"element-to-focus"],"open":[516],"returnFocusEl":[32],"isBreadcrumbsOverflowing":[32],"focusHeading":[64]},null,{"open":["handleOpenChange"],"flyoutWidth":["setFlyoutWidth"]}]]],["p-cd9f7986.system",[[257,"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"]}]]],["p-6c066023.system",[[273,"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"]}]]],["p-885a1fdb.system",[[0,"wm-chart-slice",{"legend":[1],"amount":[1],"popoverTitle":[1,"popover-title"],"popoverText":[1,"popover-text"],"popoverButtonText":[1,"popover-button-text"]}]]],["p-3d0c35c9.system",[[273,"wm-file-list",{"showInfo":[1,"show-info"]}]]],["p-540de835.system",[[273,"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"]}]]],["p-62f475c1.system",[[273,"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"]]]]],["p-3b7bf277.system",[[273,"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"]}]]],["p-5cc69165.system",[[257,"wm-snackbar",{"notifications":[1537],"isTabbing":[32],"announcement":[32]},[[4,"keydown","checkForTabbing"],[5,"mouseover","handleMouse"]],{"notifications":["updateSnacks"]}]]],["p-5884f2af.system",[[273,"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"]}]]],["p-f2ad44e2.system",[[0,"wm-tag-option",{"selected":[1540],"locked":[4],"col1":[1],"col2":[1],"col3":[1],"col4":[1],"emitSelectedEvent":[64],"emitDeselectedEvent":[64]},null,{"selected":["handleSelected"]}]]],["p-089abdfc.system",[[257,"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"]}]]],["p-1ca43593.system",[[273,"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"]}]]],["p-40f123ee.system",[[273,"wm-toggletip",{"label":[1],"tooltip":[1],"tooltipPosition":[1,"tooltip-position"],"targetSize":[1,"target-size"],"toggletipType":[1,"toggletip-type"],"isHidden":[32]},[[9,"resize","handleResize"],[0,"keydown","handleKeydown"],[4,"click","handleClick"]]]]],["p-17c731d6.system",[[273,"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"]}]]],["p-6589b394.system",[[256,"wm-wrapper"]]],["p-0327a2c8.system",[[273,"priv-navigator-button",{"expanded":[1028],"altText":[1,"alt-text"]}]]],["p-63dd7bb4.system",[[257,"priv-navigator-item",{"selected":[1028],"focused":[1028],"link":[1025]},[[0,"keydown","handleKeyDown"]]]]],["p-57885083.system",[[273,"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"]]],[257,"wm-menuitem",{"disabled":[4],"icon":[1025],"description":[1]},[[0,"keydown","handleKeydown"],[0,"click","handleClick"],[0,"blur","handleBlur"]],{"disabled":["setOnClick"]}]]],["p-484c87d1.system",[[256,"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"]}]]],["p-cb40a99a.system",[[256,"priv-chart-popover",{"open":[1028],"sliceDetails":[16,"slice-details"]},[[4,"click","handleClickOnDocument"],[0,"click","handleClick"]],{"open":["handleOpenChange"],"sliceDetails":["handleDetailsChange"]}]]],["p-36b4df18.system",[[260,"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"]]]]],["p-90052a7f.system",[[273,"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"]}],[257,"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"]}]]],["p-8d315da3.system",[[273,"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"]}]]]]'),t)]}}))}))}))}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{h as t}from"./p-C-E-By4e.js";import{i as s,s as i,c as e,a as n}from"./p-DT2ztGYg.js";const a="#ff5f4e",r="#19a1a9",o="#088000",h="#2e1b46",c="#8b86ca",d="#575195",l="#6b6b6b",u={doughnut:{size:155,colors:[o,l],thickness:.73,padding:25,category:"doughnut"},doughnut1:{size:130,colors:[c,h,l],thickness:.5,padding:90,category:"doughnut"},doughnut2:{size:130,colors:[d,r,h,a,l],thickness:.5,padding:90,category:"doughnut"},doughnut3:{size:130,colors:[c,h,"#0089e4",o,"#ea8500","#d54f41","#146ca9"],thickness:.5,padding:90,category:"doughnut"},bar:{size:350,colors:[o,l],padding:0,category:"stackedBar"},bar2:{size:400,colors:[l,c,d,h,r,a],padding:0,category:"stackedBar"},bar3:{size:300,colors:["#0d696e",r,"#8e4129",a],padding:0,category:"stackedBar"},bar4:{size:400,colors:[a,r,d],padding:0,category:"stackedBar"},bar5:{size:400,colors:[l,c,h,"#0089e4",o,"#ea8500","#d54f41","#146ca9"],padding:0,category:"stackedBar"},bar6:{size:400,colors:[c],padding:0,category:"simpleBar"},bar7:{size:400,colors:[d,r,a,l],padding:0,category:"simpleBar"}};function f(t){return"percentage"===t||"amount"===t?"show-values":""}const g=s.formatMessage({id:"chart.hiddenValues",defaultMessage:"Values are hidden when too close together.",description:"Text displayed when a chart has some values hidden"}),p=s.formatMessage({id:"chart.clickToSeeDetails",defaultMessage:"Click or use arrow keys to see details.",description:"Text displayed, guiding user to interact to see more details."});function b(t){return t>999||t<-999?Math.round(t/100)/10+"K":t}function m(t,s,i){return i?Math.round(100*t/s):Math.round(1e4*t/s)/100}function v(t,s){return 360*t/s}function x(t){return parseFloat((Math.floor(100*t)/100).toFixed(2))}function w(t,s,i,e){var n=x(t+t*s*Math.cos(Math.PI*i/180)),a=x(t+t*s*Math.sin(Math.PI*i/180));return void 0!==e?{x1:n,y1:a,x2:x(t+t*s*Math.cos(Math.PI*e/180)),y2:x(t+t*s*Math.sin(Math.PI*e/180))}:{x:n,y:a}}function y(t,s,i,e,n){var a=x(n/2*t);return`A ${a}, ${a} 0 ${s} ${x(i)}, ${x(e)}`}function $(t,s){const i=t/s,e=10**Math.floor(Math.log10(i)),n=i/e;let a;return a=n>5?10*e:n>3?5*e:n>2?3*e:n>1.5?2*e:n>1?1.5*e:e,a}function k(t){if(this.popoverEl&&this.popoverEl.open&&"Enter"===t.key){const t=this.popoverEl.querySelector("button");t&&t.click()}}function M(t,s){this.popoverEl&&!this.isTabbing&&(s.coords={x:t.clientX,y:t.clientY},C(this.popoverEl,s),K(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),s))}function z(t,s){this.popoverEl&&this.isTabbing&&(this.focusedSliceId=s.id,s.coords=n(t.target),s.coords.x=s.coords.x+30,s.coords.y=s.coords.y+30,C(this.popoverEl,s),K(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),s))}function A(t){switch(t.key){case"ArrowUp":case"ArrowLeft":t.preventDefault(),this.isTabbing=!0,D.call(this);break;case"ArrowRight":case"ArrowDown":t.preventDefault(),this.isTabbing=!0,B.call(this);break;case"Tab":T.call(this);break;case"Escape":this.popoverEl.open=!1,this.userIsNavigating=!1}}function C(t,s){t.open=!1,s.title&&s.text&&(t.sliceDetails=Object.assign({},s),window.setTimeout((()=>t.open=!0),30))}function B(){const t=e(document.activeElement),s=(this.sliceEls.indexOf(t)+1)%this.sliceEls.length;F.call(this,s)}function D(){if(this.sliceEls){const t=e(document.activeElement);let s=this.sliceEls.indexOf(t);-1===s?s=0:0===s?s=this.sliceEls.length-1:s-=1,F.call(this,s)}}function F(t){this.sliceEls&&this.el&&(this.userIsNavigating=!0,this.componentWrapperEl.tabIndex=-1,this.el.focusable=!1,this.sliceEls.map((t=>{t.tabIndex=-1,t.focusable=!1})),this.sliceEls[t].tabIndex=0,this.sliceEls[t].focusable=!0,this.sliceEls[t].focus(),this.focusedSliceId=this.sliceEls[t].id,window.setTimeout((()=>{this.popoverEl&&(this.popoverEl.open=!0)}),10))}function T(){this.focusedSliceId=void 0,this.sliceEls&&this.sliceEls.map((t=>{t.tabIndex=-1,t.focusable=!1})),this.userIsNavigating=!1,window.setTimeout((()=>{this.componentWrapperEl.tabIndex=0,this.el.focusable=!0,this.popoverEl&&(this.popoverEl.open=!1)}),100)}async function j(t){this.slicesDetails=[];let s=0;const i=Array.from(this.el.children);this.total=i.reduce(((t,s)=>t+parseInt(s.getAttribute("amount")||"0")),0);let e=[...u[t].colors];"bar2"===this.chartType&&(i.length<=5&&e.splice(1,1),i.length<=4&&e.splice(2,1)),"bar3"===t&&2===i.length&&(e=[e[1],e[3]]),"doughnut2"===t&&i.length<5&&(e.splice(2,1),i.length<4&&e.shift()),"bar5"!==t||this.notStartedColor||e.shift();let n=0;i.forEach(((i,a)=>{const r=i.getAttribute("amount");if(null==r)return;const o=parseInt(r||"0"),h=m(o,this.total,!0);let c=a;"bar6"===t&&(c=0);const d={amount:o,visualAmount:o,perc:h,legend:i.getAttribute("legend"),color:e[c]||l,offset:s,id:`${this.uid}-${n+1}`,title:i.getAttribute("popover-title"),text:i.getAttribute("popover-text"),buttonText:i.getAttribute("popover-button-text"),sliceRef:i,inSmallCluster:!1,index:n};s+=o,this.slicesDetails.push(d),n++}))}function I(t,s,i){const e=v(s,this.total)-90,n=t/this.total*360;let a=e+n;const r=n>180?"1 1":"0 1",o=n>180?"1 0":"0 0",h=this.chartDetails.size/2,c=this.chartDetails.thickness,d="doughnut"===i?2.25:3;360===n&&(a-=.01);const l=w(h,1,e+1.5,a),u=w(h,c,e+d,a);return`M ${l.x1}, ${l.y1} `+y(1,r,l.x2,l.y2,this.chartDetails.size)+` L ${u.x2}, ${u.y2} `+y(c,o,u.x1,u.y1,this.chartDetails.size)+" z"}function S(){const i=s.formatMessage({id:"chart.instructions",defaultMessage:"Use arrow keys to browse elements, press Tab to exit.",description:"For screen readers only, instructions on how to interact with the chart component"});return t("div",{id:"chart-instructions"},i)}function H(s){const i=this.chartDetails.size+this.chartDetails.padding,e="doughnut"===s;let n=e?this.slicesDetails:function(t,s){let i=[...t].sort(((t,s)=>t.amount===s.amount?0:t.amount>s.amount?-1:1)),e=0;return i.filter((t=>t.amount>0)).forEach(((t,n)=>{const a=i[n===i.length-1?0:n+1],r=m(i[0===n?i.length-1:n-1].amount,s,!0),o=m(a.amount,s,!0),h=0===t.perc?8:5;t.inSmallCluster=t.perc<4&&(r<h||o<h),t.offset=e,e+=t.amount})),i}(this.slicesDetails,this.total);n=function(t,s,i){const e=s.map((t=>v(t.amount,i)));if(e.some((t=>0!==t&&t<7))){const t=e.map((t=>0==t?t:Math.max(t,7))),n=t.reduce(((t,s)=>t+(s>7&&0!==s?s:0)),0),a=360-t.reduce(((t,s)=>t+(s>7&&0!==s?0:s)),0),r=(n-a)/a,o=t.map((t=>t>7?t-r*t:0==t?0:7));let h=0;s=s.map(((t,s)=>{const e=o[s]/360*i,n=h;return h+=e,Object.assign(Object.assign({},t),{visualAmount:e,offset:n})}))}return s}(0,n,this.total);const a=n[0].amount;let r=m(a,this.total,!0);return 0===r&&a>0?r="<1%":100===r&&a<this.total?r=">99%":r+="%",t("div",{class:"chart-wrapper doughnut-wrapper"},t("svg",{width:i+"px",height:i+"px",id:`graphic-${this.uid}`,class:"doughnut-svg"},t("defs",null,t("filter",{id:"wmHoverDropShadow"},t("feGaussianBlur",{stdDeviation:"3"}),t("feOffset",{result:"offsetblur"}),t("feFlood",{"flood-color":"#333"}),t("feComposite",{operator:"in",in2:"offsetblur"}),t("feMerge",null,t("feMergeNode",null),t("feMergeNode",{in:"SourceGraphic"})))),n.map((t=>O.call(this,t,s))),E.call(this),e?t("text",{class:"value",x:"50%",y:"50%","font-size":"1.5rem","font-weight":"500","text-anchor":"middle","dominant-baseline":"middle"},r):t("g",{transform:`translate(${this.chartDetails.padding/2}, ${this.chartDetails.padding/2})`,"text-anchor":"middle","dominant-baseline":"middle"},n.map((t=>t.amount>0&&!t.inSmallCluster?G.call(this,t):"")))))}function K(t,s){t.forEach((t=>{t.dataset.segmentindex&&parseInt(t.dataset.segmentindex)!==s.index?t.classList.add("faded"):t.classList.remove("faded")}))}function N(t){t.forEach((t=>{t.classList.remove("faded")}))}function O(s,i){const e=m(s.amount,this.total,!0)+"%";return!isNaN(s.amount)&&t("g",{transform:`translate(${this.chartDetails.padding/2}, ${this.chartDetails.padding/2})`},t("path",{id:s.id,class:"segment doughnut-segment",fill:s.visualAmount?s.color:"transparent",d:I.call(this,s.visualAmount,s.offset,i),onClick:t=>M.call(this,t,s),onFocus:t=>z.call(this,t,s),onKeyDown:t=>k.call(this,t),role:"img","aria-label":`${s.legend}, ${e}`,"data-segmentindex":s.index}))}function E(){return this.isTabbing?t("g",{transform:`translate(${this.chartDetails.padding/2}, ${this.chartDetails.padding/2})`},t("use",{tabindex:-1,id:"kfbg1",xlinkHref:`#${this.focusedSliceId}`}),t("use",{tabindex:-1,id:"kfstroke",xlinkHref:`#${this.focusedSliceId}`}),t("use",{tabindex:-1,id:"kfbg2",xlinkHref:`#${this.focusedSliceId}`})):""}function G(s){const i=v(s.offset+s.visualAmount/2,this.total);let e,{x:n,y:a}=w(this.chartDetails.size/2,1.4,i-90);return e=0===s.perc&&s.amount>0?"<1%":100===s.perc&&s.amount<this.total?">99%":s.perc+"%",t("text",{class:"value",x:n+"px",y:a+"px","data-segmentindex":s.index},e)}function W(s){const i="bar"===s,e=this.el.shadowRoot.querySelectorAll(".value");return e.length>0&&requestAnimationFrame((()=>{let t=[],s=!1;e.forEach((i=>{i.classList.remove("hidden");const e=parseInt(i.dataset.value);if(t.length>0&&0!=e){const n=i.getBoundingClientRect().left-4;t.forEach((t=>{const a=parseInt(t.dataset.value);t.getBoundingClientRect().right>n&&((e<a?i:t).classList.add("hidden"),s=!0)}))}!i.classList.contains("hidden")&&e>0&&t.push(i)})),(this.isBar||this.isDoughnut)&&this.showHiddenValuesMessage(s)})),t("div",{class:"chart-wrapper bar-wrapper"},i?t("div",{class:"single-perc"},m(this.slicesDetails[0].amount,this.total,!0)+"%"):"","bar3"===this.chartType&&this.drawAxis(),t("div",{class:`inner-stacked-bar-wrapper ${f(this.valueFormat)}`},i?"":t("div",{class:`values ${this.valueFormat}`},this.slicesDetails.map((t=>this.renderBarText(t,5)))),t("div",{class:"stacked-bar-segments-wrapper"},this.slicesDetails.map((t=>L.call(this,t,5)))),i?Y.call(this):""),"bar3"===this.chartType?t("div",{class:"bar3-axis-label","aria-hidden":"true"},t("span",null,"0%"),t("span",null,"100%")):"")}function L(s,i){const e=m(s.amount,this.total,!1),n=this.el.shadowRoot.querySelector(".stacked-bar-segments-wrapper"),a=e/100*(n?n.offsetWidth:this.el.offsetWidth)>=i,r=a||0==s.amount?`${e}%`:`${i}px`;let o="";return"percentage"==this.valueFormat?o=`${m(s.amount,this.total,!0)} %`:"amount"==this.valueFormat&&(o=s.amount.toString()),t("div",{class:`segment stacked-bar-segment ${0===m(s.amount,this.total,!1)?"zero":""} ${a?"":"fixed-width"}`,style:{backgroundColor:s.color,width:r},onClick:t=>M.call(this,t,s),onFocus:t=>z.call(this,t,s),onKeyDown:t=>k.call(this,t),"data-segmentindex":s.index},t("span",{class:"sr-only"},`${s.legend} ${o}`))}function R(s){const e=this.slicesDetails.map((t=>t.amount)).reduce(((t,s)=>t>s?t:s)),n=parseInt(getComputedStyle(this.el).getPropertyValue("--labelWidth"),10);let a=(r=this.el.getBoundingClientRect().width-n-48,Math.round(r/function(t){return function(t){let s=80*(t-300)/600+70;return s<70?70:s>150?150:s}(t)}(r)));var r;let o=$(e,a);const h=Math.floor((a*o-e)/o);a-=h,this.el.style.setProperty("--backgroundSize",100/a+"%"),this.el.style.setProperty("--labelWidth",this.labelWidth),"bar7"!==s||this.showBarLegend||this.el.style.setProperty("--labelWidth","0px");const c=[];this.slicesDetails.forEach((i=>{i.legend&&c.push(function(s,i,e){return t("label",{class:`label${"bar7"!==e||i?"":" hidden"}`},s)}(i.legend,this.showBarLegend,s)),c.push(U.call(this,i,o,a,e))}));const d=[];for(let s=1;s<=a;s++){const e=b(i(s,o));d.push(t("div",{class:"tick"},t("span",null,e)))}const l="bar6"===s&&this.showGrid&&this.el.getBoundingClientRect().width>300;return t("div",{class:"chart-wrapper simple-bar-wrapper"},t("div",{class:`chart ${f(this.valueFormat)}`},l&&t("div",{class:"gridlines"}),t("div",{class:"rows"},c)),l&&t("div",{class:"x-axis","aria-hidden":"true"},t("div",{class:"zero"},t("span",null,"0")),d))}function U(s,i,e,n){const a=m(s.amount,"bar6"===this.currentChartType?i*e:n,!1),r=a?a+"%":"1px",o=b(s.amount);let h="amount"===this.valueFormat?o:"";return"bar6"===this.currentChartType&&"percentage"===this.valueFormat?h=s.amount+"%":"bar7"===this.currentChartType&&"percentage"===this.valueFormat&&(h=(0===this.total?"0":m(s.amount,this.total,!0))+"%"),t("div",{class:"bar segment",style:{backgroundColor:s.color,width:r},onClick:t=>M.call(this,t,s),onFocus:t=>z.call(this,t,s),onKeyDown:t=>k.call(this,t),"data-segmentindex":s.index},t("div",{class:"value"},h))}function V(s){if(this.showLegend){const i=this.slicesDetails.reduce(((t,s)=>!!s.inSmallCluster||t),!1);return this.isDoughnut&&this.showHiddenValuesMessage(i),t("div",{class:"legend-wrapper"},t("div",{class:`legend ${s} ${"bar"===this.mode?"--top":"--bottom"}`,"aria-hidden":"true"},this.slicesDetails.map((t=>{const s="amount"==this.printModeFormat?`${t.amount}/${this.total}`:`${m(t.amount,this.total,!0)}%`;if(t.amount||t.legend)return q.call(this,{key:t.legend,color:t.color},s,t)}))),this.isDoughnut&&!this.printMode&&J())}}function q(s,i="",e=null){const n=t=>{e&&(e.coords={x:t.clientX,y:t.clientY},C(this.popoverEl,e),K(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),e))};return t("div",{class:"legend-item",onClick:t=>n(t),"data-segmentindex":e?e.index:null},t("div",{class:"legend-color",style:{backgroundColor:s.color}}),t("div",{class:"legend-text"},s.key,i&&t("span",{class:"print-value "+(this.printMode?"force-visible":"")},": ",i)))}function Y(){if(this.completionMessage)return t("div",{class:"completion-message"},this.completionMessage)}function J(){return t("div",{class:"hidden-values-warning hidden"},g,t("br",null),p)}export{u as a,m as b,R as c,W as d,H as e,S as f,j as g,A as h,V as i,J as j,T as k,$ as l,b as m,Y as n,q as o,N as r}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
window.navigator.plugins.length>0&&console.log("%cRipple component library %c%s","color: #575195; font-weight: bold","font-weight: bold","5.16.0-alpha.13"),window.addEventListener("keydown",(function(t){if("Tab"==t.key){var n=new Event("wmUserIsTabbing");window.dispatchEvent(n),document.querySelector("body").classList.add("wmcl-user-is-tabbing")}"ArrowLeft"!=t.key&&"ArrowUp"!=t.key&&"ArrowRight"!=t.key&&"ArrowDown"!=t.key||(n=new Event("wmUserIsKeying"),window.dispatchEvent(n),document.querySelector("body").classList.add("wmcl-user-is-keying"))})),window.addEventListener("mousedown",(function(){var t=new Event("wmUserIsNotTabbing");window.dispatchEvent(t),document.querySelector("body").classList.remove("wmcl-user-is-tabbing"),document.querySelector("body").classList.remove("wmcl-user-is-keying")}));const t=document.createElement("div");t.id="wm-tooltip-container";const n=document.createElement("div");n.id="wm-tooltip",n.classList.add("wm-tooltip"),n.setAttribute("popover","manual"),n.setAttribute("aria-hidden","true");const e=document.createElement("style");e.textContent="\n.wm-tooltip {\n position: fixed;\n overflow: hidden;\n pointer-events: none;\n line-height: normal;\n font-family: inherit;\n font-size: 0.875rem;\n text-transform: none;\n font-weight: normal;\n background: var(--wmcolor-tooltip-background);\n color: var(--wmcolor-tooltip-text);\n z-index: 999999;\n max-width: var(--wmTooltipMaxWidth, 13.75rem);\n margin-right: 1.5rem;\n padding: 0.375rem;\n transition-property: opacity;\n transition-delay: 0s;\n opacity: 0;\n inset: unset;\n top: 0;\n left: 0;\n transform: translateZ(0);\n will-change: transform;\n transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));\n border: none;\n}\n\n.wm-tooltip:popover-open {\n opacity: 0;\n}\n\n.wm-tooltip.show {\n transition-delay: 500ms;\n opacity: 1;\n}\n",document.head.appendChild(e),t.appendChild(n),document.querySelector("body").appendChild(t);const o=()=>{};var l=Object.defineProperty,i=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},r=(t,n)=>{t.__stencil__getHostRef=()=>n,n.t=t},s=(t,n)=>n in t,c=(t,n)=>(0,console.error)(t,n),u=new Map,a=new Map,f="slot-fb{display:contents}slot-fb[hidden]{display:none}",d="http://www.w3.org/1999/xlink",p="undefined"!=typeof window?window:{},h={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,o)=>t.addEventListener(n,e,o),rel:(t,n,e,o)=>t.removeEventListener(n,e,o),ce:(t,n)=>new CustomEvent(t,n)},m=t=>Promise.resolve(t),v=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),w=!!v&&(()=>!!p.document&&Object.getOwnPropertyDescriptor(p.document.adoptedStyleSheets,"length").writable)(),y=!1,b=[],g=[],$=(t,n)=>e=>{t.push(e),y||(y=!0,n&&4&h.o?j(k):h.raf(k))},S=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(t){c(t)}t.length=0},k=()=>{S(b),S(g),(y=b.length>0)&&h.raf(k)},j=t=>m().then(t),O=$(g,!0),x=t=>"object"==(t=typeof t)||"function"===t;function E(t){var n,e,o;return null!=(o=null==(e=null==(n=t.head)?void 0:n.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?o:void 0}((t,n)=>{for(var e in n)l(t,e,{get:n[e],enumerable:!0})})({},{err:()=>C,map:()=>M,ok:()=>T,unwrap:()=>R,unwrapErr:()=>A});var T=t=>({isOk:!0,isErr:!1,value:t}),C=t=>({isOk:!1,isErr:!0,value:t});function M(t,n){if(t.isOk){const e=n(t.value);return e instanceof Promise?e.then((t=>T(t))):T(e)}if(t.isErr)return C(t.value);throw"should never get here"}var N,R=t=>{if(t.isOk)return t.value;throw t.value},A=t=>{if(t.isErr)return t.value;throw t.value};function U(t){const n=this.attachShadow({mode:"open",delegatesFocus:!!(16&t.o)});void 0===N&&(N=null),N&&(w?n.adoptedStyleSheets.push(N):n.adoptedStyleSheets=[...n.adoptedStyleSheets,N])}var F=t=>{const n=I(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&L(n,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!P(t,W(t),!1).length)}));let e=0;for(e=0;e<n.length;e++){const t=n[e];1===t.nodeType&&I(t,"childNodes").length&&F(t)}};function L(t,n,e){let o,l=0,i=[];for(;l<t.length;l++)o=t[l],!o["s-sr"]||n&&o["s-hn"]!==n||void 0!==e||i.push(o),i=[...i,...L(o.childNodes,n,e)];return i}var P=(t,n,e=!0)=>{const o=[];(e&&t["s-sr"]||!t["s-sr"])&&o.push(t);let l=t;for(;l=l.nextSibling;)W(l)!==n||!e&&l["s-sr"]||o.push(l);return o},D=(t,n)=>1===t.nodeType?null===t.getAttribute("slot")&&""===n||t.getAttribute("slot")===n:t["s-sn"]===n||""===n,W=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function I(t,n){if("__"+n in t){const e=t["__"+n];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[n]?t[n]:t[n].bind(t)}var _=new WeakMap,z=t=>"sc-"+t.i,H=(t,n,...e)=>{let o=null,l=null,i=null,r=!1,s=!1;const c=[],u=n=>{for(let e=0;e<n.length;e++)o=n[e],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((r="function"!=typeof t&&!x(o))&&(o+=""),r&&s?c[c.length-1].u+=o:c.push(r?B(null,o):o),s=r)};if(u(e),n){n.key&&(l=n.key),n.name&&(i=n.name);{const t=n.className||n.class;t&&(n.class="object"!=typeof t?t:Object.keys(t).filter((n=>t[n])).join(" "))}}if("function"==typeof t)return t(null===n?{}:n,c,V);const a=B(t,null);return a.p=n,c.length>0&&(a.h=c),a.m=l,a.v=i,a},B=(t,n)=>({o:0,$:t,u:n,S:null,h:null,p:null,m:null,v:null}),q={},V={forEach:(t,n)=>t.map(Y).forEach(n),map:(t,n)=>t.map(Y).map(n).map(G)},Y=t=>({vattrs:t.p,vchildren:t.h,vkey:t.m,vname:t.v,vtag:t.$,vtext:t.u}),G=t=>{if("function"==typeof t.vtag){const n={...t.vattrs};return t.vkey&&(n.key=t.vkey),t.vname&&(n.name=t.vname),H(t.vtag,n,...t.vchildren||[])}const n=B(t.vtag,t.vtext);return n.p=t.vattrs,n.h=t.vchildren,n.m=t.vkey,n.v=t.vname,n},J=t=>{const n=(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))(t);return RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${n}))(${n}\\b)`,"g")};J("::slotted"),J(":host"),J(":host-context");var K,Z,Q=(t,n)=>{if("string"==typeof t&&(16&n||8&n)&&(t.startsWith("{")&&t.endsWith("}")||t.startsWith("[")&&t.endsWith("]")))try{return JSON.parse(t)}catch(t){}return null==t||x(t)?t:4&n?"false"!==t&&(""===t||!!t):2&n?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&n?t+"":t},X=t=>{var n;return null==(n=i(t))?void 0:n.$hostElement$},tt=(t,n,e)=>{const o=X(t);return{emit:t=>nt(o,n,{bubbles:!!(4&e),composed:!!(2&e),cancelable:!!(1&e),detail:t})}},nt=(t,n,e)=>{const o=h.ce(n,e);return t.dispatchEvent(o),o},et=(t,n,e,o,l,i)=>{if(e===o)return;let r=s(t,n),c=n.toLowerCase();if("class"===n){const n=t.classList,l=lt(e);let i=lt(o);n.remove(...l.filter((t=>t&&!i.includes(t)))),n.add(...i.filter((t=>t&&!l.includes(t))))}else if("style"===n){for(const n in e)o&&null!=o[n]||(n.includes("-")?t.style.removeProperty(n):t.style[n]="");for(const n in o)e&&o[n]===e[n]||(n.includes("-")?t.style.setProperty(n,o[n]):t.style[n]=o[n])}else if("key"===n);else if("ref"===n)o&&o(t);else if(r||"o"!==n[0]||"n"!==n[1]){const s=x(o);if((r||s&&null!==o)&&!l)try{if(t.tagName.includes("-"))t[n]!==o&&(t[n]=o);else{const l=null==o?"":o;"list"===n?r=!1:null!=e&&t[n]==l||("function"==typeof t.__lookupSetter__(n)?t[n]=l:t.setAttribute(n,l))}}catch(t){}let u=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(n=c,u=!0),null==o||!1===o?!1===o&&""!==t.getAttribute(n)||(u?t.removeAttributeNS(d,n):t.removeAttribute(n)):(!r||4&i||l)&&!s&&1===t.nodeType&&(o=!0===o?"":o,u?t.setAttributeNS(d,n,o):t.setAttribute(n,o))}else if(n="-"===n[2]?n.slice(3):s(p,c)?c.slice(2):c[2]+n.slice(3),e||o){const l=n.endsWith(it);n=n.replace(rt,""),e&&h.rel(t,n,e,l),o&&h.ael(t,n,o,l)}},ot=/\s/,lt=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(ot):[]),it="Capture",rt=RegExp(it+"$"),st=(t,n,e)=>{const o=11===n.S.nodeType&&n.S.host?n.S.host:n.S,l=t&&t.p||{},i=n.p||{};for(const t of ct(Object.keys(l)))t in i||et(o,t,l[t],void 0,e,n.o);for(const t of ct(Object.keys(i)))et(o,t,l[t],i[t],e,n.o)};function ct(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var ut=!1,at=!1,ft=!1,dt=!1,pt=(t,n,e)=>{var o;const l=n.h[e];let i,r,s,c=0;if(ut||(ft=!0,"slot"===l.$&&(l.o|=l.h?2:1)),null!==l.u)i=l.S=p.document.createTextNode(l.u);else if(1&l.o)i=l.S=p.document.createTextNode(""),st(null,l,dt);else{if(dt||(dt="svg"===l.$),!p.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(i=l.S=p.document.createElementNS(dt?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!ut&&2&l.o?"slot-fb":l.$),dt&&"foreignObject"===l.$&&(dt=!1),st(null,l,dt),l.h)for(c=0;c<l.h.length;++c)r=pt(t,l,c),r&&i.appendChild(r);"svg"===l.$?dt=!1:"foreignObject"===i.tagName&&(dt=!0)}return i["s-hn"]=Z,3&l.o&&(i["s-sr"]=!0,i["s-cr"]=K,i["s-sn"]=l.v||"",i["s-rf"]=null==(o=l.p)?void 0:o.ref,function(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const n=n=>function(t){const e=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const l=this["s-cr"].parentElement;return(l.__childNodes?l.childNodes:(t=>{const n=[];for(let e=0;e<t.length;e++){const o=t[e]["s-nr"]||void 0;o&&o.isConnected&&n.push(o)}return n})(l.childNodes)).forEach((t=>{o===W(t)&&e.push(t)})),n?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=n(!0),t.assignedNodes=n(!1)}(i),s=t&&t.h&&t.h[e],s&&s.$===l.$&&t.S&&ht(t.S,!1)),i},ht=(t,n)=>{h.o|=1;const e=Array.from(t.__childNodes||t.childNodes);for(let t=e.length-1;t>=0;t--){const o=e[t];o["s-hn"]!==Z&&o["s-ol"]&&(kt(yt(o).parentNode,o,yt(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,ft=!0),n&&ht(o,n)}h.o&=-2},mt=(t,n,e,o,l,i)=>{let r,s=t["s-cr"]&&t["s-cr"].parentNode||t;for(s.shadowRoot&&s.tagName===Z&&(s=s.shadowRoot);l<=i;++l)o[l]&&(r=pt(null,e,l),r&&(o[l].S=r,kt(s,r,yt(n))))},vt=(t,n,e)=>{for(let o=n;o<=e;++o){const n=t[o];if(n){const t=n.S;St(n),t&&(at=!0,t["s-ol"]?t["s-ol"].remove():ht(t,!0),t.remove())}}},wt=(t,n,e=!1)=>t.$===n.$&&("slot"===t.$?t.v===n.v:e?(e&&!t.m&&n.m&&(t.m=n.m),!0):t.m===n.m),yt=t=>t&&t["s-ol"]||t,bt=(t,n,e=!1)=>{const o=n.S=t.S,l=t.h,i=n.h,r=n.$,s=n.u;let c;null===s?(st(t,n,dt="svg"===r||"foreignObject"!==r&&dt),null!==l&&null!==i?((t,n,e,o,l=!1)=>{let i,r,s=0,c=0,u=0,a=0,f=n.length-1,d=n[0],p=n[f],h=o.length-1,m=o[0],v=o[h];for(;s<=f&&c<=h;)if(null==d)d=n[++s];else if(null==p)p=n[--f];else if(null==m)m=o[++c];else if(null==v)v=o[--h];else if(wt(d,m,l))bt(d,m,l),d=n[++s],m=o[++c];else if(wt(p,v,l))bt(p,v,l),p=n[--f],v=o[--h];else if(wt(d,v,l))"slot"!==d.$&&"slot"!==v.$||ht(d.S.parentNode,!1),bt(d,v,l),kt(t,d.S,p.S.nextSibling),d=n[++s],v=o[--h];else if(wt(p,m,l))"slot"!==d.$&&"slot"!==v.$||ht(p.S.parentNode,!1),bt(p,m,l),kt(t,p.S,d.S),p=n[--f],m=o[++c];else{for(u=-1,a=s;a<=f;++a)if(n[a]&&null!==n[a].m&&n[a].m===m.m){u=a;break}u>=0?(r=n[u],r.$!==m.$?i=pt(n&&n[c],e,u):(bt(r,m,l),n[u]=void 0,i=r.S),m=o[++c]):(i=pt(n&&n[c],e,c),m=o[++c]),i&&kt(yt(d.S).parentNode,i,yt(d.S))}s>f?mt(t,null==o[h+1]?null:o[h+1].S,e,o,c,h):c>h&&vt(n,s,f)})(o,l,n,i,e):null!==i?(null!==t.u&&(o.textContent=""),mt(o,null,n,i,0,i.length-1)):!e&&null!==l&&vt(l,0,l.length-1),dt&&"svg"===r&&(dt=!1)):(c=o["s-cr"])?c.parentNode.textContent=s:t.u!==s&&(o.data=s)},gt=[],$t=t=>{let n,e,o;const l=t.__childNodes||t.childNodes;for(const t of l){if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;const l=t["s-sn"];for(o=e.length-1;o>=0;o--)if(n=e[o],!n["s-cn"]&&!n["s-nr"]&&n["s-hn"]!==t["s-hn"])if(D(n,l)){let e=gt.find((t=>t.k===n));at=!0,n["s-sn"]=n["s-sn"]||l,e?(e.k["s-sh"]=t["s-hn"],e.j=t):(n["s-sh"]=t["s-hn"],gt.push({j:t,k:n})),n["s-sr"]&>.map((t=>{D(t.k,n["s-sn"])&&(e=gt.find((t=>t.k===n)),e&&!t.j&&(t.j=e.j))}))}else gt.some((t=>t.k===n))||gt.push({k:n})}1===t.nodeType&&$t(t)}},St=t=>{t.p&&t.p.ref&&t.p.ref(null),t.h&&t.h.map(St)},kt=(t,n,e)=>null==t?void 0:t.insertBefore(n,e),jt=(t,n)=>{if(n&&!t.O&&n["s-p"]){const e=n["s-p"].push(new Promise((o=>t.O=()=>{n["s-p"].splice(e-1,1),o()})))}},Ot=(t,n)=>{if(t.o|=16,4&t.o)return void(t.o|=512);jt(t,t.T);const e=()=>xt(t,n);if(!n)return O(e);queueMicrotask((()=>{e()}))},xt=(t,n)=>{const e=t.$hostElement$,o=t.t;if(!o)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return n?(t.o|=256,t.C&&(t.C.map((([t,n])=>Ut(o,t,n,e))),t.C=void 0),l=Ut(o,"componentWillLoad",void 0,e)):l=Ut(o,"componentWillUpdate",void 0,e),l=Et(l,(()=>Ut(o,"componentWillRender",void 0,e))),Et(l,(()=>Ct(t,o,n)))},Et=(t,n)=>Tt(t)?t.then(n).catch((t=>{console.error(t),n()})):n(),Tt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,Ct=async(t,n,e)=>{var o;const l=t.$hostElement$,i=l["s-rc"];e&&(t=>{const n=t.M,e=t.$hostElement$,o=n.o,l=((t,n)=>{var e;const o=z(n),l=a.get(o);if(!p.document)return o;if(t=11===t.nodeType?t:p.document,l)if("string"==typeof l){let i,r=_.get(t=t.head||t);if(r||_.set(t,r=new Set),!r.has(o)){{i=p.document.createElement("style"),i.innerHTML=l;const o=null!=(e=h.N)?e:E(p.document);if(null!=o&&i.setAttribute("nonce",o),!(1&n.o))if("HEAD"===t.nodeName){const n=t.querySelectorAll("link[rel=preconnect]"),e=n.length>0?n[n.length-1].nextSibling:t.querySelector("style");t.insertBefore(i,(null==e?void 0:e.parentNode)===t?e:null)}else if("host"in t)if(v){const n=new CSSStyleSheet;n.replaceSync(l),w?t.adoptedStyleSheets.unshift(n):t.adoptedStyleSheets=[n,...t.adoptedStyleSheets]}else{const n=t.querySelector("style");n?n.innerHTML=l+n.innerHTML:t.prepend(i)}else t.append(i);1&n.o&&t.insertBefore(i,null)}4&n.o&&(i.innerHTML+=f),r&&r.add(o)}}else t.adoptedStyleSheets.includes(l)||(w?t.adoptedStyleSheets.push(l):t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return o})(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);10&o&&(e["s-sc"]=l,e.classList.add(l+"-h"))})(t);Mt(t,n,l,e),i&&(i.map((t=>t())),l["s-rc"]=void 0);{const n=null!=(o=l["s-p"])?o:[],e=()=>Nt(t);0===n.length?e():(Promise.all(n).then(e),t.o|=4,n.length=0)}},Mt=(t,n,e,o)=>{try{n=n.render&&n.render(),t.o&=-17,t.o|=2,((t,n,e=!1)=>{var o,l,i,r;const s=t.$hostElement$,c=t.M,u=t.R||B(null,null),a=(t=>t&&t.$===q)(n)?n:H(null,null,n);if(Z=s.tagName,c.A&&(a.p=a.p||{},c.A.map((([t,n])=>a.p[n]=s[t]))),e&&a.p)for(const t of Object.keys(a.p))s.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(a.p[t]=s[t]);if(a.$=null,a.o|=4,t.R=a,a.S=u.S=s.shadowRoot||s,ut=!(!(1&c.o)||128&c.o),K=s["s-cr"],at=!1,bt(u,a,e),h.o|=1,ft){$t(a.S);for(const t of gt){const n=t.k;if(!n["s-ol"]&&p.document){const t=p.document.createTextNode("");t["s-nr"]=n,kt(n.parentNode,n["s-ol"]=t,n)}}for(const t of gt){const n=t.k,s=t.j;if(s){const t=s.parentNode;let e=s.nextSibling;{let i=null==(o=n["s-ol"])?void 0:o.previousSibling;for(;i;){let o=null!=(l=i["s-nr"])?l:null;if(o&&o["s-sn"]===n["s-sn"]&&t===(o.__parentNode||o.parentNode)){for(o=o.nextSibling;o===n||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){e=o;break}}i=i.previousSibling}}(!e&&t!==(n.__parentNode||n.parentNode)||(n.__nextSibling||n.nextSibling)!==e)&&n!==e&&(!n["s-hn"]&&n["s-ol"]&&(n["s-hn"]=n["s-ol"].parentNode.nodeName),kt(t,n,e),1===n.nodeType&&"SLOT-FB"!==n.tagName&&(n.hidden=null!=(i=n["s-ih"])&&i)),n&&"function"==typeof s["s-rf"]&&s["s-rf"](s)}else 1===n.nodeType&&(e&&(n["s-ih"]=null!=(r=n.hidden)&&r),n.hidden=!0)}}at&&F(a.S),h.o&=-2,gt.length=0,K=void 0})(t,n,o)}catch(n){c(n,t.$hostElement$)}return null},Nt=t=>{const n=t.$hostElement$,e=t.t,o=t.T;Ut(e,"componentDidRender",void 0,n),64&t.o?Ut(e,"componentDidUpdate",void 0,n):(t.o|=64,Ft(n),Ut(e,"componentDidLoad",void 0,n),t.U(n),o||At()),t.F(n),t.O&&(t.O(),t.O=void 0),512&t.o&&j((()=>Ot(t,!1))),t.o&=-517},Rt=t=>{var n;{const e=i(t),o=null==(n=null==e?void 0:e.$hostElement$)?void 0:n.isConnected;return o&&2==(18&e.o)&&Ot(e,!1),o}},At=()=>{j((()=>nt(p,"appload",{detail:{namespace:"ripple"}})))},Ut=(t,n,e,o)=>{if(t&&t[n])try{return t[n](e)}catch(t){c(t,o)}},Ft=t=>t.classList.add("hydrated"),Lt=(t,n,e,o)=>{const l=i(t);if(!l)return;if(!l)throw Error(`Couldn't find host element for "${o.i}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const r=l.$hostElement$,s=l.L.get(n),u=l.o,a=l.t;if(e=Q(e,o.P[n][0]),(!(8&u)||void 0===s)&&e!==s&&(!Number.isNaN(s)||!Number.isNaN(e))&&(l.L.set(n,e),a)){if(o.D&&128&u){const t=o.D[n];t&&t.map((t=>{try{a[t](e,s,n)}catch(t){c(t,r)}}))}if(2==(18&u)){if(a.componentShouldUpdate&&!1===a.componentShouldUpdate(e,s,n))return;Ot(l,!1)}}},Pt=(t,n,e)=>{var o,l;const r=t.prototype;if(n.P||n.D||t.watchers){t.watchers&&!n.D&&(n.D=t.watchers);const s=Object.entries(null!=(o=n.P)?o:{});if(s.map((([t,[o]])=>{if(31&o||2&e&&32&o){const{get:l,set:s}=Object.getOwnPropertyDescriptor(r,t)||{};l&&(n.P[t][0]|=2048),s&&(n.P[t][0]|=4096),(1&e||!l)&&Object.defineProperty(r,t,{get(){{if(!(2048&n.P[t][0]))return((t,n)=>i(this).L.get(n))(0,t);const e=i(this),o=e?e.t:r;if(!o)return;return o[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(r,t,{set(l){const r=i(this);if(r){if(s){const e=32&o?this[t]:r.$hostElement$[t];return void 0===e&&r.L.get(t)?l=r.L.get(t):!r.L.get(t)&&e&&r.L.set(t,e),s.call(this,Q(l,o)),void Lt(this,t,l=32&o?this[t]:r.$hostElement$[t],n)}{if(!(1&e&&4096&n.P[t][0]))return Lt(this,t,l,n),void(1&e&&!r.t&&r.W.then((()=>{4096&n.P[t][0]&&r.t[t]!==r.L.get(t)&&(r.t[t]=l)})));const i=()=>{const e=r.t[t];!r.L.get(t)&&e&&r.L.set(t,e),r.t[t]=Q(l,o),Lt(this,t,r.t[t],n)};r.t?i():r.W.then((()=>i()))}}}})}else 1&e&&64&o&&Object.defineProperty(r,t,{value(...n){var e;const o=i(this);return null==(e=null==o?void 0:o.I)?void 0:e.then((()=>{var e;return null==(e=o.t)?void 0:e[t](...n)}))}})})),1&e){const e=new Map;r.attributeChangedCallback=function(t,o,l){h.jmp((()=>{var s;const c=e.get(t);if(this.hasOwnProperty(c))l=this[c],delete this[c];else{if(r.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==l)return;if(null==c){const e=i(this),r=null==e?void 0:e.o;if(e&&r&&!(8&r)&&128&r&&l!==o){const i=e.t,r=null==(s=n.D)?void 0:s[t];null==r||r.forEach((n=>{null!=i[n]&&i[n].call(i,l,o,t)}))}return}}const u=Object.getOwnPropertyDescriptor(r,c);(l=(null!==l||"boolean"!=typeof this[c])&&l)===this[c]||u.get&&!u.set||(this[c]=l)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(l=n.D)?l:{}),...s.filter((([t,n])=>15&n[0])).map((([t,o])=>{var l;const i=o[1]||t;return e.set(i,t),512&o[0]&&(null==(l=n.A)||l.push([t,i])),i}))]))}}return t},Dt=(t,n)=>{Ut(t,"connectedCallback",void 0,n)},Wt=(t,n)=>{Ut(t,"disconnectedCallback",void 0,n||t)},It=(t,n={})=>{var e;if(!p.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const o=[],l=n.exclude||[],r=p.customElements,s=p.document.head,d=s.querySelector("meta[charset]"),m=p.document.createElement("style"),w=[];let y,b=!0;Object.assign(h,n),h.l=new URL(n.resourcesUrl||"./",p.document.baseURI).href;let g=!1;if(t.map((t=>{t[1].map((n=>{var e;const s={o:n[0],i:n[1],P:n[2],_:n[3]};4&s.o&&(g=!0),s.P=n[2],s._=n[3],s.A=[],s.D=null!=(e=n[4])?e:{};const f=s.i,d=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,n)=>{const e={o:0,$hostElement$:t,M:n,L:new Map};e.I=new Promise((t=>e.F=t)),e.W=new Promise((t=>e.U=t)),t["s-p"]=[],t["s-rc"]=[];const o=e;t.__stencil__getHostRef=()=>o})(t=this,s),1&s.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${s.i}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else U.call(t,s)}connectedCallback(){const t=i(this);t&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,zt(this,t,s._)),y&&(clearTimeout(y),y=null),b?w.push(this):h.jmp((()=>(t=>{if(!(1&h.o)){const n=i(t);if(!n)return;const e=n.M,o=()=>{};if(1&n.o)zt(t,n,e._),(null==n?void 0:n.t)?Dt(n.t,t):(null==n?void 0:n.W)&&n.W.then((()=>Dt(n.t,t)));else{n.o|=1,12&e.o&&(t=>{if(!p.document)return;const n=t["s-cr"]=p.document.createComment("");n["s-cn"]=!0,kt(t,n,t.firstChild)})(t);{let e=t;for(;e=e.parentNode||e.host;)if(e["s-p"]){jt(n,n.T=e);break}}e.P&&Object.entries(e.P).map((([n,[e]])=>{if(31&e&&t.hasOwnProperty(n)){const e=t[n];delete t[n],t[n]=e}})),(async(t,n,e)=>{let o;if(!(32&n.o)){if(n.o|=32,e.H){const l=((t,n)=>{const e=t.i.replace(/-/g,"_"),o=t.H;if(!o)return;const l=u.get(o);return l?l[e]:import(`./${o}.entry.js`).then((t=>(u.set(o,t),t[e])),(t=>{c(t,n.$hostElement$)}))
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,n);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${e.i}#${n.B}" was not found`);o.isProxied||(e.D=o.watchers,Pt(o,e,2),o.isProxied=!0);const i=()=>{};n.o|=8;try{new o(n)}catch(n){c(n,t)}n.o&=-9,n.o|=128,i(),Dt(n.t,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>n.o|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const n=z(e);if(!a.has(n)){const o=()=>{};((t,n,e)=>{let o=a.get(t);v&&e?(o=o||new CSSStyleSheet,"string"==typeof o?o=n:o.replaceSync(n)):o=n,a.set(t,o)})(n,t,!!(1&e.o)),o()}}}const l=n.T,i=()=>Ot(n,!0);l&&l["s-rc"]?l["s-rc"].push(i):i()})(t,n,e)}o()}})(this))))}disconnectedCallback(){h.jmp((()=>(async t=>{if(!(1&h.o)){const n=i(t);(null==n?void 0:n.q)&&(n.q.map((t=>t())),n.q=void 0),(null==n?void 0:n.t)?Wt(n.t,t):(null==n?void 0:n.W)&&n.W.then((()=>Wt(n.t,t)))}_.has(t)&&_.delete(t),t.shadowRoot&&_.has(t.shadowRoot)&&_.delete(t.shadowRoot)})(this))),h.raf((()=>{var t;const n=i(this);if(!n)return;const e=w.findIndex((t=>t===this));e>-1&&w.splice(e,1),(null==(t=null==n?void 0:n.R)?void 0:t.S)instanceof Node&&!n.R.S.isConnected&&delete n.R.S}))}componentOnReady(){var t;return null==(t=i(this))?void 0:t.W}};s.H=t[0],l.includes(f)||r.get(f)||(o.push(f),r.define(f,Pt(d,s,1)))}))})),o.length>0&&(g&&(m.textContent+=f),m.textContent+=o.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",m.innerHTML.length)){m.setAttribute("data-styles","");const t=null!=(e=h.N)?e:E(p.document);null!=t&&m.setAttribute("nonce",t),s.insertBefore(m,d?d.nextSibling:s.firstChild)}b=!1,w.length?w.map((t=>t.connectedCallback())):h.jmp((()=>y=setTimeout(At,30)))},_t=(t,n)=>n,zt=(t,n,e)=>{e&&p.document&&e.map((([e,o,l])=>{const i=Bt(p.document,t,e),r=Ht(n,l),s=qt(e);h.ael(i,o,r,s),(n.q=n.q||[]).push((()=>h.rel(i,o,r,s)))}))},Ht=(t,n)=>e=>{var o;try{256&t.o?null==(o=t.t)||o[n](e):(t.C=t.C||[]).push([n,e])}catch(n){c(n,t.$hostElement$)}},Bt=(t,n,e)=>4&e?t:8&e?p:n,qt=t=>({passive:!!(1&t),capture:!!(2&t)}),Vt=t=>h.N=t;export{_t as F,q as H,X as a,It as b,tt as c,Rt as f,o as g,H as h,m as p,r,Vt as s}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as o}from"./p-C-E-By4e.js";const s=o;export{s as g}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(t,r,e,i){function n(t){return t instanceof e?t:new e((function(r){r(t)}))}return new(e||(e=Promise))((function(e,a){function s(t){try{u(i.next(t))}catch(t){a(t)}}function o(t){try{u(i["throw"](t))}catch(t){a(t)}}function u(t){t.done?e(t.value):n(t.value).then(s,o)}u((i=i.apply(t,r||[])).next())}))};var __generator=this&&this.__generator||function(t,r){var e={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},i,n,a,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(t){return function(r){return u([t,r])}}function u(o){if(i)throw new TypeError("Generator is already executing.");while(s&&(s=0,o[0]&&(e=0)),e)try{if(i=1,n&&(a=o[0]&2?n["return"]:o[0]?n["throw"]||((a=n["return"])&&a.call(n),0):n.next)&&!(a=a.call(n,o[1])).done)return a;if(n=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:e.label++;return{value:o[1],done:false};case 5:e.label++;n=o[1];o=[0];continue;case 7:o=e.ops.pop();e.trys.pop();continue;default:if(!(a=e.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){e=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){e.label=o[1];break}if(o[0]===6&&e.label<a[1]){e.label=a[1];a=o;break}if(a&&e.label<a[2]){e.label=a[2];e.ops.push(o);break}if(a[2])e.ops.pop();e.trys.pop();continue}o=r.call(t,e)}catch(t){o=[6,t];n=0}finally{i=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(t,r,e){if(e||arguments.length===2)for(var i=0,n=r.length,a;i<n;i++){if(a||!(i in r)){if(!a)a=Array.prototype.slice.call(r,0,i);a[i]=r[i]}}return t.concat(a||Array.prototype.slice.call(r))};System.register(["./p-B5BgystP.system.js","./p-Dg5uzcYb.system.js"],(function(t){"use strict";var r,e,i,n,a;return{setters:[function(t){r=t.h},function(t){e=t.i;i=t.s;n=t.c;a=t.a}],execute:function(){t({b:d,c:R,d:L,e:K,f:j,g:D,h:z,i:q,j:Q,k:S,l:w,m:f,n:J,o:Y,r:O});var s={salmon:"#ff5f4e",cyan:"#19a1a9",forest:"#088000",midnight:"#2e1b46",lavender:"#8b86ca",periwinkle:"#575195",gray:"#6b6b6b"};var o=t("a",{doughnut:{size:155,colors:[s.forest,s.gray],thickness:.73,padding:25,category:"doughnut"},doughnut1:{size:130,colors:[s.lavender,s.midnight,s.gray],thickness:.5,padding:90,category:"doughnut"},doughnut2:{size:130,colors:[s.periwinkle,s.cyan,s.midnight,s.salmon,s.gray],thickness:.5,padding:90,category:"doughnut"},doughnut3:{size:130,colors:[s.lavender,s.midnight,"#0089e4",s.forest,"#ea8500","#d54f41","#146ca9"],thickness:.5,padding:90,category:"doughnut"},bar:{size:350,colors:[s.forest,s.gray],padding:0,category:"stackedBar"},bar2:{size:400,colors:[s.gray,s.lavender,s.periwinkle,s.midnight,s.cyan,s.salmon],padding:0,category:"stackedBar"},bar3:{size:300,colors:["#0d696e",s.cyan,"#8e4129",s.salmon],padding:0,category:"stackedBar"},bar4:{size:400,colors:[s.salmon,s.cyan,s.periwinkle],padding:0,category:"stackedBar"},bar5:{size:400,colors:[s.gray,s.lavender,s.midnight,"#0089e4",s.forest,"#ea8500","#d54f41","#146ca9"],padding:0,category:"stackedBar"},bar6:{size:400,colors:[s.lavender],padding:0,category:"simpleBar"},bar7:{size:400,colors:[s.periwinkle,s.cyan,s.salmon,s.gray],padding:0,category:"simpleBar"}});function u(t){return t==="percentage"||t==="amount"?"show-values":""}var c=e.formatMessage({id:"chart.hiddenValues",defaultMessage:"Values are hidden when too close together.",description:"Text displayed when a chart has some values hidden"});var h=e.formatMessage({id:"chart.clickToSeeDetails",defaultMessage:"Click or use arrow keys to see details.",description:"Text displayed, guiding user to interact to see more details."});function f(t){return t>999||t<-999?Math.round(t/100)/10+"K":t}function d(t,r,e){return e?Math.round(t*100/r):Math.round(t*1e4/r)/100}function l(t,r){return t*360/r}function v(t){return parseFloat((Math.floor(t*100)/100).toFixed(2))}function g(t,r,e,i){var n=v(t+t*r*Math.cos(Math.PI*e/180));var a=v(t+t*r*Math.sin(Math.PI*e/180));if(i!==undefined){var s=v(t+t*r*Math.cos(Math.PI*i/180));var o=v(t+t*r*Math.sin(Math.PI*i/180));return{x1:n,y1:a,x2:s,y2:o}}return{x:n,y:a}}function p(t,r,e,i,n){var a=v(n/2*t);return"A ".concat(a,", ").concat(a," 0 ").concat(r," ").concat(v(e),", ").concat(v(i))}function b(t,r,e,i,n){var a=(t-r)*(n-i)/(e-r)+i;return a<i?i:a>n?n:a}function m(t){return b(t,300,900,70,150)}function y(t){return Math.round(t/m(t))}function w(t,r){var e=t/r;var i=Math.pow(10,Math.floor(Math.log10(e)));var n=e/i;var a;if(n>5){a=10*i}else if(n>3){a=5*i}else if(n>2){a=3*i}else if(n>1.5){a=2*i}else if(n>1){a=1.5*i}else{a=i}return a}function x(t){if(this.popoverEl&&this.popoverEl.open&&t.key==="Enter"){var r=this.popoverEl.querySelector("button");r&&r.click()}}function k(t,r){if(this.popoverEl&&!this.isTabbing){r.coords={x:t.clientX,y:t.clientY};A(this.popoverEl,r);N(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),r)}}function M(t,r){if(this.popoverEl&&this.isTabbing){this.focusedSliceId=r.id;r.coords=a(t.target);r.coords.x=r.coords.x+30;r.coords.y=r.coords.y+30;A(this.popoverEl,r);N(Array.from(this.el.shadowRoot.querySelectorAll("[data-segmentindex")),r)}}function z(t){switch(t.key){case"ArrowUp":case"ArrowLeft":t.preventDefault();this.isTabbing=true;C.call(this);break;case"ArrowRight":case"ArrowDown":t.preventDefault();this.isTabbing=true;_.call(this);break;case"Tab":S.call(this);break;case"Escape":this.popoverEl.open=false;this.userIsNavigating=false;break}}function A(t,r){t.open=false;if(r.title&&r.text){t.sliceDetails=Object.assign({},r);window.setTimeout((function(){return t.open=true}),30)}}function _(){var t=n(document.activeElement);var r=(this.sliceEls.indexOf(t)+1)%this.sliceEls.length;B.call(this,r)}function C(){if(this.sliceEls){var t=n(document.activeElement);var r=this.sliceEls.indexOf(t);if(r===-1){r=0}else if(r===0){r=this.sliceEls.length-1}else{r-=1}B.call(this,r)}}function B(t){var r=this;if(this.sliceEls&&this.el){this.userIsNavigating=true;this.componentWrapperEl.tabIndex=-1;this.el.focusable=false;this.sliceEls.map((function(t){t.tabIndex=-1;t.focusable=false}));this.sliceEls[t].tabIndex=0;this.sliceEls[t].focusable=true;this.sliceEls[t].focus();this.focusedSliceId=this.sliceEls[t].id;window.setTimeout((function(){if(r.popoverEl){r.popoverEl.open=true}}),10)}}function S(){var t=this;this.focusedSliceId=undefined;this.sliceEls&&this.sliceEls.map((function(t){t.tabIndex=-1;t.focusable=false}));this.userIsNavigating=false;window.setTimeout((function(){t.componentWrapperEl.tabIndex=0;t.el.focusable=true;if(t.popoverEl){t.popoverEl.open=false}}),100)}function D(t){return __awaiter(this,void 0,void 0,(function(){var r,e,i,n;var a=this;return __generator(this,(function(u){this.slicesDetails=[];r=0;e=Array.from(this.el.children);this.total=e.reduce((function(t,r){var e=parseInt(r.getAttribute("amount")||"0");return t+e}),0);i=__spreadArray([],o[t].colors,true);if(this.chartType==="bar2"){if(e.length<=5){i.splice(1,1)}if(e.length<=4){i.splice(2,1)}}if(t==="bar3"&&e.length===2){i=[i[1],i[3]]}if(t==="doughnut2"&&e.length<5){i.splice(2,1);if(e.length<4){i.shift()}}if(t==="bar5"&&!this.notStartedColor){i.shift()}n=0;e.forEach((function(e,o){var u=e.getAttribute("amount");if(u==null)return;var c=parseInt(u||"0");var h=d(c,a.total,true);var f=o;if(t==="bar6"){f=0}var l={amount:c,visualAmount:c,perc:h,legend:e.getAttribute("legend"),color:i[f]||s.gray,offset:r,id:"".concat(a.uid,"-").concat(n+1),title:e.getAttribute("popover-title"),text:e.getAttribute("popover-text"),buttonText:e.getAttribute("popover-button-text"),sliceRef:e,inSmallCluster:false,index:n};r+=c;a.slicesDetails.push(l);n++}));return[2]}))}))}function F(t,r){var e=__spreadArray([],t,true).sort((function(t,r){return t.amount===r.amount?0:t.amount>r.amount?-1:1}));var i=0;e.filter((function(t){return t.amount>0})).forEach((function(t,n){var a=e[n===0?e.length-1:n-1];var s=e[n===e.length-1?0:n+1];var o=d(a.amount,r,true);var u=d(s.amount,r,true);var c=t.perc===0?8:5;var h=t.perc<4;var f=o<c;var l=u<c;var v=h&&(f||l);t.inSmallCluster=v;t.offset=i;i+=t.amount}));return e}function T(t,r,e){var i=l(r,this.total)-90;var n=t/this.total*360;var a=i+n;var s=n>180?"1 1":"0 1";var o=n>180?"1 0":"0 0";var u=this.chartDetails.size/2;var c=this.chartDetails.thickness;var h=1;var f=e==="doughnut";var d=1.5;var v=f?2.25:3;if(n===360){a-=.01}var b=g(u,h,i+d,a);var m=g(u,c,i+v,a);var y="M ".concat(b.x1,", ").concat(b.y1," ");var w=p(h,s,b.x2,b.y2,this.chartDetails.size);var x=" L ".concat(m.x2,", ").concat(m.y2," ");var k=p(c,o,m.x1,m.y1,this.chartDetails.size);return y+w+x+k+" z"}function j(){var t=e.formatMessage({id:"chart.instructions",defaultMessage:"Use arrow keys to browse elements, press Tab to exit.",description:"For screen readers only, instructions on how to interact with the chart component"});return r("div",{id:"chart-instructions"},t)}function I(){return r("defs",null,r("filter",{id:"wmHoverDropShadow"},r("feGaussianBlur",{stdDeviation:"3"}),r("feOffset",{result:"offsetblur"}),r("feFlood",{"flood-color":"#333"}),r("feComposite",{operator:"in",in2:"offsetblur"}),r("feMerge",null,r("feMergeNode",null),r("feMergeNode",{in:"SourceGraphic"}))))}function H(t,r,e){var i=r.map((function(t){return l(t.amount,e)}));var n=i.some((function(r){return r!==0&&r<t}));if(n){var a=i.map((function(r){return r==0?r:Math.max(r,t)}));var s=a.reduce((function(r,e){return r+(e>t&&e!==0?e:0)}),0);var o=a.reduce((function(r,e){return r+(e>t&&e!==0?0:e)}),0);var u=360-o;var c=s-u;var h=c/u;var f=a.map((function(r){return r>t?r-h*r:r==0?0:t}));var d=0;r=r.map((function(t,r){var i=f[r]/360*e;var n=d;d+=i;return Object.assign(Object.assign({},t),{visualAmount:i,offset:n})}))}return r}function K(t){var e=this;var i=this.chartDetails.size+this.chartDetails.padding;var n=t==="doughnut";var a=n?this.slicesDetails:F(this.slicesDetails,this.total);a=H(7,a,this.total);var s=a[0].amount;var o=d(s,this.total,true);if(o===0&&s>0){o="<1%"}else if(o===100&&s<this.total){o=">99%"}else{o=o+"%"}return r("div",{class:"chart-wrapper doughnut-wrapper"},r("svg",{width:i+"px",height:i+"px",id:"graphic-".concat(this.uid),class:"doughnut-svg"},I(),a.map((function(r){return E.call(e,r,t)})),G.call(this),n?r("text",{class:"value",x:"50%",y:"50%","font-size":"1.5rem","font-weight":"500","text-anchor":"middle","dominant-baseline":"middle"},o):r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")"),"text-anchor":"middle","dominant-baseline":"middle"},a.map((function(t){return t.amount>0&&!t.inSmallCluster?W.call(e,t):""})))))}function N(t,r){t.forEach((function(t){if(t.dataset.segmentindex&&parseInt(t.dataset.segmentindex)!==r.index){t.classList.add("faded")}else{t.classList.remove("faded")}}))}function O(t){t.forEach((function(t){t.classList.remove("faded")}))}function E(t,e){var i=this;var n=d(t.amount,this.total,true)+"%";return!isNaN(t.amount)&&r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")")},r("path",{id:t.id,class:"segment doughnut-segment",fill:t.visualAmount?t.color:"transparent",d:T.call(this,t.visualAmount,t.offset,e),onClick:function(r){return k.call(i,r,t)},onFocus:function(r){return M.call(i,r,t)},onKeyDown:function(t){return x.call(i,t)},role:"img","aria-label":"".concat(t.legend,", ").concat(n),"data-segmentindex":t.index}))}function G(){return this.isTabbing?r("g",{transform:"translate(".concat(this.chartDetails.padding/2,", ").concat(this.chartDetails.padding/2,")")},r("use",{tabindex:-1,id:"kfbg1",xlinkHref:"#".concat(this.focusedSliceId)}),r("use",{tabindex:-1,id:"kfstroke",xlinkHref:"#".concat(this.focusedSliceId)}),r("use",{tabindex:-1,id:"kfbg2",xlinkHref:"#".concat(this.focusedSliceId)})):""}function W(t){var e=l(t.offset+t.visualAmount/2,this.total);var i=g(this.chartDetails.size/2,1.4,e-90),n=i.x,a=i.y;var s;if(t.perc===0&&t.amount>0){s="<1%"}else if(t.perc===100&&t.amount<this.total){s=">99%"}else{s=t.perc+"%"}return r("text",{class:"value",x:n+"px",y:a+"px","data-segmentindex":t.index},s)}function L(t){var e=this;var i=t==="bar";var n=this.el.shadowRoot.querySelectorAll(".value");if(n.length>0){requestAnimationFrame((function(){var t=[];var r=4;var i=false;n.forEach((function(e){e.classList.remove("hidden");var n=parseInt(e.dataset.value);if(t.length>0&&n!=0){var a=e.getBoundingClientRect().left-r;t.forEach((function(t){var r=parseInt(t.dataset.value);var s=t.getBoundingClientRect().right>a;if(s){var o=n<r?e:t;o.classList.add("hidden");i=true}}))}if(!e.classList.contains("hidden")&&n>0){t.push(e)}}));(e.isBar||e.isDoughnut)&&e.showHiddenValuesMessage(i)}))}return r("div",{class:"chart-wrapper bar-wrapper"},i?r("div",{class:"single-perc"},d(this.slicesDetails[0].amount,this.total,true)+"%"):"",this.chartType==="bar3"&&this.drawAxis(),r("div",{class:"inner-stacked-bar-wrapper ".concat(u(this.valueFormat))},!i?r("div",{class:"values ".concat(this.valueFormat)},this.slicesDetails.map((function(t){return e.renderBarText(t,5)}))):"",r("div",{class:"stacked-bar-segments-wrapper"},this.slicesDetails.map((function(t){return P.call(e,t,5)}))),i?J.call(this):""),this.chartType==="bar3"?r("div",{class:"bar3-axis-label","aria-hidden":"true"},r("span",null,"0%"),r("span",null,"100%")):"")}function P(t,e){var i=this;var n=d(t.amount,this.total,false);var a=this.el.shadowRoot.querySelector(".stacked-bar-segments-wrapper");var s=a?a.offsetWidth:this.el.offsetWidth;var o=n/100*s>=e;var u=o||t.amount==0?"".concat(n,"%"):"".concat(e,"px");var c="";if(this.valueFormat=="percentage"){c="".concat(d(t.amount,this.total,true)," %")}else if(this.valueFormat=="amount"){c=t.amount.toString()}return r("div",{class:"segment stacked-bar-segment ".concat(d(t.amount,this.total,false)===0?"zero":""," ").concat(o?"":"fixed-width"),style:{backgroundColor:t.color,width:u},onClick:function(r){return k.call(i,r,t)},onFocus:function(r){return M.call(i,r,t)},onKeyDown:function(t){return x.call(i,t)},"data-segmentindex":t.index},r("span",{class:"sr-only"},"".concat(t.legend," ").concat(c)))}function R(t){var e=this;var n=this.slicesDetails.map((function(t){return t.amount})).reduce((function(t,r){return t>r?t:r}));var a=parseInt(getComputedStyle(this.el).getPropertyValue("--labelWidth"),10);var s=48;var o=this.el.getBoundingClientRect().width;var c=o-a-s;var h=y(c);var d=w(n,h);var l=h*d;var v=Math.floor((l-n)/d);h-=v;this.el.style.setProperty("--backgroundSize",100/h+"%");this.el.style.setProperty("--labelWidth",this.labelWidth);if(t==="bar7"&&!this.showBarLegend){this.el.style.setProperty("--labelWidth","0px")}var g=[];this.slicesDetails.forEach((function(r){r.legend&&g.push(U(r.legend,e.showBarLegend,t));g.push(V.call(e,r,d,h,n))}));var p=[];for(var b=1;b<=h;b++){var m=f(i(b,d));p.push(r("div",{class:"tick"},r("span",null,m)))}var x=t==="bar6"&&this.showGrid&&this.el.getBoundingClientRect().width>300;return r("div",{class:"chart-wrapper simple-bar-wrapper"},r("div",{class:"chart ".concat(u(this.valueFormat))},x&&r("div",{class:"gridlines"}),r("div",{class:"rows"},g)),x&&r("div",{class:"x-axis","aria-hidden":"true"},r("div",{class:"zero"},r("span",null,"0")),p))}function U(t,e,i){var n=i==="bar7"&&!e?" hidden":"";return r("label",{class:"label".concat(n)},t)}function V(t,e,i,n){var a=this;var s=this.currentChartType==="bar6"?e*i:n;var o=d(t.amount,s,false);var u=o?o+"%":"1px";var c=f(t.amount);var h=this.valueFormat==="amount"?c:"";if(this.currentChartType==="bar6"&&this.valueFormat==="percentage"){h=t.amount+"%"}else if(this.currentChartType==="bar7"&&this.valueFormat==="percentage"){h=(this.total===0?"0":d(t.amount,this.total,true))+"%"}return r("div",{class:"bar segment",style:{backgroundColor:t.color,width:u},onClick:function(r){return k.call(a,r,t)},onFocus:function(r){return M.call(a,r,t)},onKeyDown:function(t){return x.call(a,t)},"data-segmentindex":t.index},r("div",{class:"value"},h))}function q(t){var e=this;if(this.showLegend){var i=this.slicesDetails.reduce((function(t,r){return t=r.inSmallCluster?true:t}),false);this.isDoughnut&&this.showHiddenValuesMessage(i);return r("div",{class:"legend-wrapper"},r("div",{class:"legend ".concat(t," ").concat(this.mode==="bar"?"--top":"--bottom"),"aria-hidden":"true"},this.slicesDetails.map((function(t){var r=e.printModeFormat=="amount"?"".concat(t.amount,"/").concat(e.total):"".concat(d(t.amount,e.total,true),"%");if(!!t.amount||!!t.legend){return Y.call(e,{key:t.legend,color:t.color},r,t)}}))),this.isDoughnut&&!this.printMode&&Q())}}function Y(t,e,i){var n=this;if(e===void 0){e=""}if(i===void 0){i=null}var a=function(t){if(i){i.coords={x:t.clientX,y:t.clientY};A(n.popoverEl,i);N(Array.from(n.el.shadowRoot.querySelectorAll("[data-segmentindex")),i)}};return r("div",{class:"legend-item",onClick:function(t){return a(t)},"data-segmentindex":i?i.index:null},r("div",{class:"legend-color",style:{backgroundColor:t.color}}),r("div",{class:"legend-text"},t.key,e&&r("span",{class:"print-value ".concat(this.printMode?"force-visible":"")},": ",e)))}function J(){if(this.completionMessage){return r("div",{class:"completion-message"},this.completionMessage)}}function Q(){return r("div",{class:"hidden-values-warning hidden"},c,r("br",null),h)}}}}));
|