@watermarkinsights/ripple 5.16.0-alpha.12 → 5.16.0-alpha.13
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-9NXIHgu3.js +7 -0
- package/dist/cjs/{chartFunctions-ce91b2c9.js → chartFunctions-DFMB7Bjs.js} +2 -3
- package/dist/cjs/{functions-ea3eae05.js → functions-Cv4tH2z-.js} +74 -79
- package/dist/cjs/{index-788526f5.js → index-H4E3eeKZ.js} +777 -410
- package/dist/cjs/{intl-ea56dd40.js → intl-CDsbzEBp.js} +1 -1
- package/dist/cjs/loader.cjs.js +3 -5
- package/dist/cjs/priv-calendar.cjs.entry.js +6 -12
- package/dist/cjs/priv-chart-popover.cjs.entry.js +4 -8
- package/dist/cjs/priv-navigator-button.cjs.entry.js +2 -5
- package/dist/cjs/priv-navigator-item.cjs.entry.js +2 -5
- package/dist/cjs/priv-option-list.cjs.entry.js +10 -16
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -18
- package/dist/cjs/wm-button.cjs.entry.js +8 -16
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -8
- package/dist/cjs/wm-chart.cjs.entry.js +14 -18
- package/dist/cjs/wm-date-range.cjs.entry.js +9 -14
- package/dist/cjs/wm-datepicker.cjs.entry.js +6 -11
- package/dist/cjs/wm-file-list.cjs.entry.js +2 -5
- package/dist/cjs/wm-file.cjs.entry.js +5 -15
- package/dist/cjs/wm-flyout.cjs.entry.js +5 -16
- package/dist/cjs/wm-input.cjs.entry.js +5 -17
- package/dist/cjs/wm-line-chart.cjs.entry.js +18 -28
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +8 -14
- package/dist/cjs/wm-modal_3.cjs.entry.js +7 -14
- package/dist/cjs/wm-navigation_3.cjs.entry.js +9 -18
- package/dist/cjs/wm-navigator.cjs.entry.js +17 -15
- package/dist/cjs/wm-nested-select.cjs.entry.js +11 -16
- package/dist/cjs/wm-optgroup.cjs.entry.js +3 -7
- package/dist/cjs/wm-option_2.cjs.entry.js +10 -17
- package/dist/cjs/wm-pagination.cjs.entry.js +10 -13
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +10 -27
- package/dist/cjs/wm-search.cjs.entry.js +25 -9
- package/dist/cjs/wm-snackbar.cjs.entry.js +8 -10
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +20 -16
- package/dist/cjs/wm-tag-input.cjs.entry.js +12 -25
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -8
- package/dist/cjs/wm-textarea.cjs.entry.js +5 -12
- package/dist/cjs/wm-timepicker.cjs.entry.js +9 -14
- package/dist/cjs/wm-toggletip.cjs.entry.js +7 -12
- package/dist/cjs/wm-uploader.cjs.entry.js +9 -19
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +8 -4
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +15 -12
- package/dist/collection/components/charts/wm-chart/wm-chart.js +45 -22
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +52 -33
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +23 -16
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +9 -6
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +15 -12
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +21 -12
- package/dist/collection/components/datepickers/wm-date-range.js +39 -19
- package/dist/collection/components/datepickers/wm-datepicker.js +27 -13
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +27 -16
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +46 -22
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +12 -5
- package/dist/collection/components/selects/wm-option/wm-option.js +15 -6
- package/dist/collection/components/selects/wm-select/wm-select.js +41 -19
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +24 -15
- package/dist/collection/components/wm-button/wm-button.js +43 -22
- package/dist/collection/components/wm-file/wm-file.js +29 -18
- package/dist/collection/components/wm-file-list/wm-file-list.js +3 -1
- package/dist/collection/components/wm-flyout/wm-flyout.js +31 -19
- package/dist/collection/components/wm-input/wm-input.js +55 -28
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +10 -4
- package/dist/collection/components/wm-modal/wm-modal-footer.js +15 -5
- package/dist/collection/components/wm-modal/wm-modal-header.js +6 -2
- package/dist/collection/components/wm-modal/wm-modal.js +13 -7
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +15 -5
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +6 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +14 -7
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +5 -4
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +9 -8
- package/dist/collection/components/wm-navigation/wm-navigation.js +4 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +6 -2
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +9 -3
- package/dist/collection/components/wm-navigator/wm-navigator.js +34 -15
- package/dist/collection/components/wm-pagination/wm-pagination.js +21 -11
- package/dist/collection/components/wm-search/wm-search.js +45 -10
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +7 -4
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +18 -6
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +9 -6
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +12 -2
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +50 -32
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +18 -10
- package/dist/collection/components/wm-textarea/wm-textarea.js +34 -16
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +27 -15
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +19 -11
- package/dist/collection/components/wm-uploader/wm-uploader.css +1 -0
- package/dist/collection/components/wm-uploader/wm-uploader.js +37 -22
- package/dist/esm/app-globals-BNPUkoUt.js +5 -0
- package/dist/esm/{chartFunctions-ebe4f673.js → chartFunctions-BLjGh_yo.js} +3 -4
- package/dist/esm/{functions-fbf8519f.js → functions-DT2ztGYg.js} +75 -80
- package/dist/esm/{index-130e07bb.js → index-C-E-By4e.js} +774 -406
- package/dist/esm/{intl-30a9319d.js → intl-BnrBfoLu.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +6 -10
- package/dist/esm/priv-chart-popover.entry.js +4 -6
- package/dist/esm/priv-navigator-button.entry.js +2 -3
- package/dist/esm/priv-navigator-item.entry.js +2 -3
- package/dist/esm/priv-option-list.entry.js +10 -14
- package/dist/esm/ripple.js +6 -5
- package/dist/esm/wm-action-menu_2.entry.js +9 -16
- package/dist/esm/wm-button.entry.js +8 -14
- package/dist/esm/wm-chart-slice.entry.js +1 -6
- package/dist/esm/wm-chart.entry.js +14 -16
- package/dist/esm/wm-date-range.entry.js +9 -12
- package/dist/esm/wm-datepicker.entry.js +6 -9
- package/dist/esm/wm-file-list.entry.js +2 -3
- package/dist/esm/wm-file.entry.js +5 -13
- package/dist/esm/wm-flyout.entry.js +5 -14
- package/dist/esm/wm-input.entry.js +5 -15
- package/dist/esm/wm-line-chart.entry.js +18 -26
- package/dist/esm/wm-modal-pss_3.entry.js +8 -12
- package/dist/esm/wm-modal_3.entry.js +7 -12
- package/dist/esm/wm-navigation_3.entry.js +9 -16
- package/dist/esm/wm-navigator.entry.js +17 -13
- package/dist/esm/wm-nested-select.entry.js +11 -14
- package/dist/esm/wm-optgroup.entry.js +3 -5
- package/dist/esm/wm-option_2.entry.js +10 -15
- package/dist/esm/wm-pagination.entry.js +10 -11
- package/dist/esm/wm-progress-indicator_3.entry.js +10 -25
- package/dist/esm/wm-search.entry.js +25 -7
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +20 -14
- package/dist/esm/wm-tag-input.entry.js +12 -23
- package/dist/esm/wm-tag-option.entry.js +2 -6
- package/dist/esm/wm-textarea.entry.js +5 -10
- package/dist/esm/wm-timepicker.entry.js +9 -12
- package/dist/esm/wm-toggletip.entry.js +7 -10
- package/dist/esm/wm-uploader.entry.js +9 -17
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-BNPUkoUt.js +1 -0
- package/dist/esm-es5/chartFunctions-BLjGh_yo.js +1 -0
- package/dist/esm-es5/functions-DT2ztGYg.js +1 -0
- package/dist/esm-es5/index-C-E-By4e.js +1 -0
- package/dist/esm-es5/{intl-30a9319d.js → intl-BnrBfoLu.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/ripple/{p-5a5d5833.system.entry.js → p-0327a2c8.system.entry.js} +1 -1
- package/dist/ripple/{p-8a64e2bd.system.entry.js → p-089abdfc.system.entry.js} +1 -1
- package/dist/ripple/{p-31d35d2d.system.entry.js → p-17c731d6.system.entry.js} +1 -1
- package/dist/ripple/{p-4df89f8f.entry.js → p-19865407.entry.js} +1 -1
- package/dist/ripple/{p-09f61d38.system.entry.js → p-1ca43593.system.entry.js} +1 -1
- package/dist/ripple/p-1ccf6d7c.entry.js +1 -0
- package/dist/ripple/p-2021c4f7.entry.js +1 -0
- package/dist/ripple/p-2be4ae61.entry.js +1 -0
- package/dist/ripple/{p-c8d2c849.system.entry.js → p-36b4df18.system.entry.js} +1 -1
- package/dist/ripple/p-37f4622f.entry.js +1 -0
- package/dist/ripple/p-385147aa.entry.js +1 -0
- package/dist/ripple/{p-840ad3a3.system.entry.js → p-3b7bf277.system.entry.js} +1 -1
- package/dist/ripple/{p-324aed64.system.entry.js → p-3d0c35c9.system.entry.js} +1 -1
- package/dist/ripple/{p-904f4c90.entry.js → p-3f4274a3.entry.js} +1 -1
- package/dist/ripple/{p-86c752be.system.entry.js → p-40f123ee.system.entry.js} +1 -1
- package/dist/ripple/{p-cd0cc88d.entry.js → p-41d8be2e.entry.js} +1 -1
- package/dist/ripple/{p-f3b31fae.entry.js → p-45ab6c4a.entry.js} +1 -1
- package/dist/ripple/{p-5f9d81df.system.entry.js → p-478e5069.system.entry.js} +1 -1
- package/dist/ripple/{p-5405f9d3.system.entry.js → p-484c87d1.system.entry.js} +1 -1
- package/dist/ripple/{p-c242e70f.entry.js → p-4af98b35.entry.js} +1 -1
- package/dist/ripple/{p-2a85d4ce.system.entry.js → p-4afb057b.system.entry.js} +1 -1
- package/dist/ripple/p-4d32daeb.entry.js +1 -0
- package/dist/ripple/{p-924ab54c.entry.js → p-4eb6930b.entry.js} +1 -1
- package/dist/ripple/{p-c4b48cd4.system.entry.js → p-540de835.system.entry.js} +1 -1
- package/dist/ripple/{p-fde1212a.system.entry.js → p-57885083.system.entry.js} +1 -1
- package/dist/ripple/{p-03381d63.system.entry.js → p-5884f2af.system.entry.js} +1 -1
- package/dist/ripple/{p-b9d609fb.system.entry.js → p-5cc69165.system.entry.js} +1 -1
- package/dist/ripple/p-5d2348b6.entry.js +1 -0
- package/dist/ripple/{p-8ee90e17.system.entry.js → p-62f475c1.system.entry.js} +1 -1
- package/dist/ripple/{p-34808b52.system.entry.js → p-63dd7bb4.system.entry.js} +1 -1
- package/dist/ripple/{p-043901ab.system.entry.js → p-6589b394.system.entry.js} +1 -1
- package/dist/ripple/{p-8c33cb29.entry.js → p-68d8df0f.entry.js} +1 -1
- package/dist/ripple/p-6aa3d014.entry.js +1 -0
- package/dist/ripple/{p-2e10a2dc.system.entry.js → p-6c066023.system.entry.js} +1 -1
- package/dist/ripple/{p-6723e469.system.entry.js → p-6ed6019f.system.entry.js} +1 -1
- package/dist/ripple/{p-c9e9ce61.system.entry.js → p-70c8d4f4.system.entry.js} +1 -1
- package/dist/ripple/{p-4af5ad94.system.entry.js → p-72c61438.system.entry.js} +1 -1
- package/dist/ripple/p-7309ba5e.entry.js +1 -0
- package/dist/ripple/p-76b54b8a.entry.js +1 -0
- package/dist/ripple/p-795ecc2f.entry.js +1 -0
- package/dist/ripple/p-885a1fdb.system.entry.js +1 -0
- package/dist/ripple/{p-6b4e1fe9.entry.js → p-8ab6b775.entry.js} +1 -1
- package/dist/ripple/p-8af9a491.entry.js +1 -0
- package/dist/ripple/{p-22d9b079.system.entry.js → p-8d315da3.system.entry.js} +1 -1
- package/dist/ripple/{p-f9f9fbae.system.entry.js → p-90052a7f.system.entry.js} +1 -1
- package/dist/ripple/p-911907c5.entry.js +1 -0
- package/dist/ripple/p-936bee47.entry.js +1 -0
- package/dist/ripple/{p-7b06e308.system.entry.js → p-983ab2ad.system.entry.js} +1 -1
- package/dist/ripple/p-9d0ca16a.entry.js +1 -0
- package/dist/ripple/p-B5BgystP.system.js +2 -0
- package/dist/ripple/p-BDF61j7P.system.js +1 -0
- package/dist/ripple/p-BUP1pADI.system.js +1 -0
- package/dist/ripple/p-Bc1r16wF.js +1 -0
- package/dist/ripple/p-C-E-By4e.js +2 -0
- package/dist/ripple/p-C4CRgsL9.js +1 -0
- package/dist/ripple/{p-9c6bacb9.js → p-ChCup6OE.js} +1 -1
- package/dist/ripple/p-D0eZSvEu.system.js +1 -0
- package/dist/ripple/p-DT2ztGYg.js +1 -0
- package/dist/ripple/p-Dg5uzcYb.system.js +1 -0
- package/dist/ripple/{p-e71b1146.system.js → p-LmBQIm9U.system.js} +1 -1
- package/dist/ripple/{p-a424e0a7.system.entry.js → p-a60e886d.system.entry.js} +1 -1
- package/dist/ripple/p-a82d08f1.entry.js +1 -0
- package/dist/ripple/{p-75ad7567.system.entry.js → p-a91703be.system.entry.js} +1 -1
- package/dist/ripple/p-ab05d1f0.entry.js +1 -0
- package/dist/ripple/p-ab2a734d.entry.js +1 -0
- package/dist/ripple/{p-c7a57fc7.entry.js → p-acca480e.entry.js} +1 -1
- package/dist/ripple/p-ae00335a.entry.js +1 -0
- package/dist/ripple/{p-80664bf3.system.entry.js → p-b125c946.system.entry.js} +1 -1
- package/dist/ripple/p-b18d9709.entry.js +1 -0
- package/dist/ripple/{p-42174be5.system.entry.js → p-c5688577.system.entry.js} +1 -1
- package/dist/ripple/{p-be3213fc.entry.js → p-cb32b5f5.entry.js} +1 -1
- package/dist/ripple/{p-086c2905.system.entry.js → p-cb40a99a.system.entry.js} +1 -1
- package/dist/ripple/{p-d2b60968.system.entry.js → p-cd9f7986.system.entry.js} +1 -1
- package/dist/ripple/{p-12174831.entry.js → p-cfe55c87.entry.js} +1 -1
- package/dist/ripple/{p-7c6e0168.entry.js → p-d276f67c.entry.js} +1 -1
- package/dist/ripple/p-d5f04a3c.entry.js +1 -0
- package/dist/ripple/{p-76aef56f.entry.js → p-d998d931.entry.js} +1 -1
- package/dist/ripple/p-e527d2c6.system.entry.js +1 -0
- package/dist/ripple/{p-4e97bf26.system.entry.js → p-e9b4a77a.system.entry.js} +1 -1
- package/dist/ripple/p-f2ad44e2.system.entry.js +1 -0
- package/dist/ripple/p-f7065bc8.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components.d.ts +986 -0
- package/dist/types/stencil-public-runtime.d.ts +37 -2
- package/package.json +2 -2
- package/dist/cjs/app-globals-1079ca72.js +0 -92
- package/dist/esm/app-globals-1087214a.js +0 -90
- package/dist/esm-es5/app-globals-1087214a.js +0 -1
- package/dist/esm-es5/chartFunctions-ebe4f673.js +0 -1
- package/dist/esm-es5/functions-fbf8519f.js +0 -1
- package/dist/esm-es5/index-130e07bb.js +0 -1
- package/dist/loader/package.json +0 -11
- package/dist/ripple/p-02951ad1.system.js +0 -1
- package/dist/ripple/p-0d3a26ff.entry.js +0 -1
- package/dist/ripple/p-13b1d775.entry.js +0 -1
- package/dist/ripple/p-13ddc53d.entry.js +0 -1
- package/dist/ripple/p-17e93d1b.entry.js +0 -1
- package/dist/ripple/p-2be53f45.entry.js +0 -1
- package/dist/ripple/p-4436c014.entry.js +0 -1
- package/dist/ripple/p-4f13d03e.entry.js +0 -1
- package/dist/ripple/p-535165fc.system.js +0 -1
- package/dist/ripple/p-55f979d4.system.js +0 -1
- package/dist/ripple/p-57bce206.system.js +0 -1
- package/dist/ripple/p-5b7d56aa.entry.js +0 -1
- package/dist/ripple/p-5c0db525.entry.js +0 -1
- package/dist/ripple/p-67109fb1.entry.js +0 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +0 -1
- package/dist/ripple/p-8905ad76.entry.js +0 -1
- package/dist/ripple/p-8c2f8f78.entry.js +0 -1
- package/dist/ripple/p-94c6bde9.js +0 -1
- package/dist/ripple/p-9627b8a6.entry.js +0 -1
- package/dist/ripple/p-9f2b6c58.entry.js +0 -1
- package/dist/ripple/p-b8dd9e8c.entry.js +0 -1
- package/dist/ripple/p-c6ba7e07.entry.js +0 -1
- package/dist/ripple/p-cef8a45b.system.js +0 -2
- package/dist/ripple/p-d210db32.entry.js +0 -1
- package/dist/ripple/p-d45bcccf.js +0 -1
- package/dist/ripple/p-d9da0502.js +0 -2
- package/dist/ripple/p-dc7acef5.entry.js +0 -1
- package/dist/ripple/p-dd62178f.system.entry.js +0 -1
- package/dist/ripple/p-e0d21c51.entry.js +0 -1
- package/dist/ripple/p-e7d03cf5.js +0 -1
- package/dist/ripple/p-efe8c61e.entry.js +0 -1
- package/dist/ripple/p-f0eae6dc.entry.js +0 -1
- package/dist/ripple/p-f0f57f41.system.entry.js +0 -1
- package/dist/ripple/p-f46983da.entry.js +0 -1
- /package/dist/cjs/{interfaces-85d78ae9.js → interfaces-C7YbtGnk.js} +0 -0
- /package/dist/esm/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/esm-es5/{interfaces-cc5b177f.js → interfaces-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-2732bddd.js → p-COwzv5zO.js} +0 -0
- /package/dist/ripple/{p-42fa7a77.system.js → p-ClUp3GkF.system.js} +0 -0
- /package/dist/ripple/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
|
@@ -2,10 +2,10 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { getIconCodeFromName } from "../../global/interfaces";
|
|
3
3
|
export class Menuitem {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.descriptionCharLimit = 100;
|
|
6
5
|
this.disabled = false;
|
|
7
6
|
this.icon = undefined;
|
|
8
7
|
this.description = undefined;
|
|
8
|
+
this.descriptionCharLimit = 100;
|
|
9
9
|
}
|
|
10
10
|
handleKeydown(ev) {
|
|
11
11
|
const modifierKeyUsed = ev.altKey || ev.ctrlKey || ev.metaKey;
|
|
@@ -116,6 +116,7 @@ export class Menuitem {
|
|
|
116
116
|
return {
|
|
117
117
|
"disabled": {
|
|
118
118
|
"type": "boolean",
|
|
119
|
+
"attribute": "disabled",
|
|
119
120
|
"mutable": false,
|
|
120
121
|
"complexType": {
|
|
121
122
|
"original": "boolean",
|
|
@@ -128,12 +129,14 @@ export class Menuitem {
|
|
|
128
129
|
"tags": [],
|
|
129
130
|
"text": ""
|
|
130
131
|
},
|
|
131
|
-
"
|
|
132
|
+
"getter": false,
|
|
133
|
+
"setter": false,
|
|
132
134
|
"reflect": false,
|
|
133
135
|
"defaultValue": "false"
|
|
134
136
|
},
|
|
135
137
|
"icon": {
|
|
136
138
|
"type": "string",
|
|
139
|
+
"attribute": "icon",
|
|
137
140
|
"mutable": true,
|
|
138
141
|
"complexType": {
|
|
139
142
|
"original": "string",
|
|
@@ -146,12 +149,14 @@ export class Menuitem {
|
|
|
146
149
|
"tags": [],
|
|
147
150
|
"text": ""
|
|
148
151
|
},
|
|
149
|
-
"
|
|
152
|
+
"getter": false,
|
|
153
|
+
"setter": false,
|
|
150
154
|
"reflect": false,
|
|
151
155
|
"defaultValue": "undefined"
|
|
152
156
|
},
|
|
153
157
|
"description": {
|
|
154
158
|
"type": "string",
|
|
159
|
+
"attribute": "description",
|
|
155
160
|
"mutable": false,
|
|
156
161
|
"complexType": {
|
|
157
162
|
"original": "string",
|
|
@@ -164,7 +169,8 @@ export class Menuitem {
|
|
|
164
169
|
"tags": [],
|
|
165
170
|
"text": ""
|
|
166
171
|
},
|
|
167
|
-
"
|
|
172
|
+
"getter": false,
|
|
173
|
+
"setter": false,
|
|
168
174
|
"reflect": false,
|
|
169
175
|
"defaultValue": "undefined"
|
|
170
176
|
}
|
|
@@ -48,6 +48,7 @@ export class ModalFooter {
|
|
|
48
48
|
return {
|
|
49
49
|
"secondaryText": {
|
|
50
50
|
"type": "string",
|
|
51
|
+
"attribute": "secondary-text",
|
|
51
52
|
"mutable": false,
|
|
52
53
|
"complexType": {
|
|
53
54
|
"original": "string",
|
|
@@ -60,12 +61,14 @@ export class ModalFooter {
|
|
|
60
61
|
"tags": [],
|
|
61
62
|
"text": ""
|
|
62
63
|
},
|
|
63
|
-
"
|
|
64
|
+
"getter": false,
|
|
65
|
+
"setter": false,
|
|
64
66
|
"reflect": false,
|
|
65
67
|
"defaultValue": "\"\""
|
|
66
68
|
},
|
|
67
69
|
"primaryText": {
|
|
68
70
|
"type": "string",
|
|
71
|
+
"attribute": "primary-text",
|
|
69
72
|
"mutable": false,
|
|
70
73
|
"complexType": {
|
|
71
74
|
"original": "string",
|
|
@@ -78,12 +81,14 @@ export class ModalFooter {
|
|
|
78
81
|
"tags": [],
|
|
79
82
|
"text": ""
|
|
80
83
|
},
|
|
81
|
-
"
|
|
84
|
+
"getter": false,
|
|
85
|
+
"setter": false,
|
|
82
86
|
"reflect": false,
|
|
83
87
|
"defaultValue": "\"\""
|
|
84
88
|
},
|
|
85
89
|
"infoText": {
|
|
86
90
|
"type": "string",
|
|
91
|
+
"attribute": "info-text",
|
|
87
92
|
"mutable": false,
|
|
88
93
|
"complexType": {
|
|
89
94
|
"original": "string",
|
|
@@ -96,12 +101,14 @@ export class ModalFooter {
|
|
|
96
101
|
"tags": [],
|
|
97
102
|
"text": ""
|
|
98
103
|
},
|
|
99
|
-
"
|
|
104
|
+
"getter": false,
|
|
105
|
+
"setter": false,
|
|
100
106
|
"reflect": false,
|
|
101
107
|
"defaultValue": "\"\""
|
|
102
108
|
},
|
|
103
109
|
"primaryActionDisabled": {
|
|
104
110
|
"type": "boolean",
|
|
111
|
+
"attribute": "primary-action-disabled",
|
|
105
112
|
"mutable": false,
|
|
106
113
|
"complexType": {
|
|
107
114
|
"original": "boolean",
|
|
@@ -114,12 +121,14 @@ export class ModalFooter {
|
|
|
114
121
|
"tags": [],
|
|
115
122
|
"text": ""
|
|
116
123
|
},
|
|
117
|
-
"
|
|
124
|
+
"getter": false,
|
|
125
|
+
"setter": false,
|
|
118
126
|
"reflect": false,
|
|
119
127
|
"defaultValue": "false"
|
|
120
128
|
},
|
|
121
129
|
"deleteStyle": {
|
|
122
130
|
"type": "boolean",
|
|
131
|
+
"attribute": "delete-style",
|
|
123
132
|
"mutable": false,
|
|
124
133
|
"complexType": {
|
|
125
134
|
"original": "boolean",
|
|
@@ -132,7 +141,8 @@ export class ModalFooter {
|
|
|
132
141
|
"tags": [],
|
|
133
142
|
"text": ""
|
|
134
143
|
},
|
|
135
|
-
"
|
|
144
|
+
"getter": false,
|
|
145
|
+
"setter": false,
|
|
136
146
|
"reflect": false,
|
|
137
147
|
"defaultValue": "false"
|
|
138
148
|
}
|
|
@@ -39,6 +39,7 @@ export class ModalHeader {
|
|
|
39
39
|
return {
|
|
40
40
|
"heading": {
|
|
41
41
|
"type": "string",
|
|
42
|
+
"attribute": "heading",
|
|
42
43
|
"mutable": false,
|
|
43
44
|
"complexType": {
|
|
44
45
|
"original": "string",
|
|
@@ -51,12 +52,14 @@ export class ModalHeader {
|
|
|
51
52
|
"tags": [],
|
|
52
53
|
"text": ""
|
|
53
54
|
},
|
|
54
|
-
"
|
|
55
|
+
"getter": false,
|
|
56
|
+
"setter": false,
|
|
55
57
|
"reflect": false,
|
|
56
58
|
"defaultValue": "\"\""
|
|
57
59
|
},
|
|
58
60
|
"subheading": {
|
|
59
61
|
"type": "string",
|
|
62
|
+
"attribute": "subheading",
|
|
60
63
|
"mutable": false,
|
|
61
64
|
"complexType": {
|
|
62
65
|
"original": "string",
|
|
@@ -69,7 +72,8 @@ export class ModalHeader {
|
|
|
69
72
|
"tags": [],
|
|
70
73
|
"text": ""
|
|
71
74
|
},
|
|
72
|
-
"
|
|
75
|
+
"getter": false,
|
|
76
|
+
"setter": false,
|
|
73
77
|
"reflect": false,
|
|
74
78
|
"defaultValue": "\"\""
|
|
75
79
|
}
|
|
@@ -3,10 +3,8 @@ import { generateId } from "../../global/functions";
|
|
|
3
3
|
export class Modal {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.open = false;
|
|
6
|
-
this.elementToFocus = "";
|
|
6
|
+
this.elementToFocus = ""; // primary and secondary point to the corresponding buttons, otherwise focus based on element id
|
|
7
7
|
this.modalType = "modal";
|
|
8
|
-
this.uid = undefined;
|
|
9
|
-
this.returnFocusEl = undefined;
|
|
10
8
|
}
|
|
11
9
|
get closeButtonEl() {
|
|
12
10
|
return this.el.querySelector(`#wm-modal-close-${this.uid}`);
|
|
@@ -131,6 +129,7 @@ export class Modal {
|
|
|
131
129
|
return {
|
|
132
130
|
"open": {
|
|
133
131
|
"type": "boolean",
|
|
132
|
+
"attribute": "open",
|
|
134
133
|
"mutable": true,
|
|
135
134
|
"complexType": {
|
|
136
135
|
"original": "boolean",
|
|
@@ -143,12 +142,14 @@ export class Modal {
|
|
|
143
142
|
"tags": [],
|
|
144
143
|
"text": ""
|
|
145
144
|
},
|
|
146
|
-
"
|
|
145
|
+
"getter": false,
|
|
146
|
+
"setter": false,
|
|
147
147
|
"reflect": true,
|
|
148
148
|
"defaultValue": "false"
|
|
149
149
|
},
|
|
150
150
|
"elementToFocus": {
|
|
151
151
|
"type": "string",
|
|
152
|
+
"attribute": "element-to-focus",
|
|
152
153
|
"mutable": true,
|
|
153
154
|
"complexType": {
|
|
154
155
|
"original": "\"primary\" | \"secondary\" | string",
|
|
@@ -161,12 +162,14 @@ export class Modal {
|
|
|
161
162
|
"tags": [],
|
|
162
163
|
"text": ""
|
|
163
164
|
},
|
|
164
|
-
"
|
|
165
|
+
"getter": false,
|
|
166
|
+
"setter": false,
|
|
165
167
|
"reflect": false,
|
|
166
168
|
"defaultValue": "\"\""
|
|
167
169
|
},
|
|
168
170
|
"modalType": {
|
|
169
171
|
"type": "string",
|
|
172
|
+
"attribute": "modal-type",
|
|
170
173
|
"mutable": false,
|
|
171
174
|
"complexType": {
|
|
172
175
|
"original": "\"modal\" | \"dialog\"",
|
|
@@ -179,12 +182,14 @@ export class Modal {
|
|
|
179
182
|
"tags": [],
|
|
180
183
|
"text": ""
|
|
181
184
|
},
|
|
182
|
-
"
|
|
185
|
+
"getter": false,
|
|
186
|
+
"setter": false,
|
|
183
187
|
"reflect": true,
|
|
184
188
|
"defaultValue": "\"modal\""
|
|
185
189
|
},
|
|
186
190
|
"uid": {
|
|
187
191
|
"type": "string",
|
|
192
|
+
"attribute": "uid",
|
|
188
193
|
"mutable": true,
|
|
189
194
|
"complexType": {
|
|
190
195
|
"original": "string",
|
|
@@ -197,7 +202,8 @@ export class Modal {
|
|
|
197
202
|
"tags": [],
|
|
198
203
|
"text": ""
|
|
199
204
|
},
|
|
200
|
-
"
|
|
205
|
+
"getter": false,
|
|
206
|
+
"setter": false,
|
|
201
207
|
"reflect": true
|
|
202
208
|
}
|
|
203
209
|
};
|
|
@@ -44,6 +44,7 @@ export class ModalPssFooter {
|
|
|
44
44
|
return {
|
|
45
45
|
"secondaryText": {
|
|
46
46
|
"type": "string",
|
|
47
|
+
"attribute": "secondary-text",
|
|
47
48
|
"mutable": false,
|
|
48
49
|
"complexType": {
|
|
49
50
|
"original": "string",
|
|
@@ -56,12 +57,14 @@ export class ModalPssFooter {
|
|
|
56
57
|
"tags": [],
|
|
57
58
|
"text": ""
|
|
58
59
|
},
|
|
59
|
-
"
|
|
60
|
+
"getter": false,
|
|
61
|
+
"setter": false,
|
|
60
62
|
"reflect": false,
|
|
61
63
|
"defaultValue": "\"\""
|
|
62
64
|
},
|
|
63
65
|
"primaryText": {
|
|
64
66
|
"type": "string",
|
|
67
|
+
"attribute": "primary-text",
|
|
65
68
|
"mutable": false,
|
|
66
69
|
"complexType": {
|
|
67
70
|
"original": "string",
|
|
@@ -74,12 +77,14 @@ export class ModalPssFooter {
|
|
|
74
77
|
"tags": [],
|
|
75
78
|
"text": ""
|
|
76
79
|
},
|
|
77
|
-
"
|
|
80
|
+
"getter": false,
|
|
81
|
+
"setter": false,
|
|
78
82
|
"reflect": false,
|
|
79
83
|
"defaultValue": "\"\""
|
|
80
84
|
},
|
|
81
85
|
"infoText": {
|
|
82
86
|
"type": "string",
|
|
87
|
+
"attribute": "info-text",
|
|
83
88
|
"mutable": false,
|
|
84
89
|
"complexType": {
|
|
85
90
|
"original": "string",
|
|
@@ -92,12 +97,14 @@ export class ModalPssFooter {
|
|
|
92
97
|
"tags": [],
|
|
93
98
|
"text": ""
|
|
94
99
|
},
|
|
95
|
-
"
|
|
100
|
+
"getter": false,
|
|
101
|
+
"setter": false,
|
|
96
102
|
"reflect": false,
|
|
97
103
|
"defaultValue": "\"\""
|
|
98
104
|
},
|
|
99
105
|
"primaryActionDisabled": {
|
|
100
106
|
"type": "boolean",
|
|
107
|
+
"attribute": "primary-action-disabled",
|
|
101
108
|
"mutable": false,
|
|
102
109
|
"complexType": {
|
|
103
110
|
"original": "boolean",
|
|
@@ -110,12 +117,14 @@ export class ModalPssFooter {
|
|
|
110
117
|
"tags": [],
|
|
111
118
|
"text": ""
|
|
112
119
|
},
|
|
113
|
-
"
|
|
120
|
+
"getter": false,
|
|
121
|
+
"setter": false,
|
|
114
122
|
"reflect": false,
|
|
115
123
|
"defaultValue": "false"
|
|
116
124
|
},
|
|
117
125
|
"deleteStyle": {
|
|
118
126
|
"type": "boolean",
|
|
127
|
+
"attribute": "delete-style",
|
|
119
128
|
"mutable": false,
|
|
120
129
|
"complexType": {
|
|
121
130
|
"original": "boolean",
|
|
@@ -128,7 +137,8 @@ export class ModalPssFooter {
|
|
|
128
137
|
"tags": [],
|
|
129
138
|
"text": ""
|
|
130
139
|
},
|
|
131
|
-
"
|
|
140
|
+
"getter": false,
|
|
141
|
+
"setter": false,
|
|
132
142
|
"reflect": false,
|
|
133
143
|
"defaultValue": "false"
|
|
134
144
|
}
|
|
@@ -42,6 +42,7 @@ export class ModalPssHeader {
|
|
|
42
42
|
return {
|
|
43
43
|
"heading": {
|
|
44
44
|
"type": "string",
|
|
45
|
+
"attribute": "heading",
|
|
45
46
|
"mutable": false,
|
|
46
47
|
"complexType": {
|
|
47
48
|
"original": "string",
|
|
@@ -54,12 +55,14 @@ export class ModalPssHeader {
|
|
|
54
55
|
"tags": [],
|
|
55
56
|
"text": ""
|
|
56
57
|
},
|
|
57
|
-
"
|
|
58
|
+
"getter": false,
|
|
59
|
+
"setter": false,
|
|
58
60
|
"reflect": false,
|
|
59
61
|
"defaultValue": "\"\""
|
|
60
62
|
},
|
|
61
63
|
"subheading": {
|
|
62
64
|
"type": "string",
|
|
65
|
+
"attribute": "subheading",
|
|
63
66
|
"mutable": false,
|
|
64
67
|
"complexType": {
|
|
65
68
|
"original": "string",
|
|
@@ -72,7 +75,8 @@ export class ModalPssHeader {
|
|
|
72
75
|
"tags": [],
|
|
73
76
|
"text": ""
|
|
74
77
|
},
|
|
75
|
-
"
|
|
78
|
+
"getter": false,
|
|
79
|
+
"setter": false,
|
|
76
80
|
"reflect": false,
|
|
77
81
|
"defaultValue": "\"\""
|
|
78
82
|
}
|
|
@@ -3,11 +3,10 @@ import { checkForActiveElInShadow } from "../../global/functions";
|
|
|
3
3
|
import { generateId } from "../../global/functions";
|
|
4
4
|
export class ModalPss {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.bodyFocusListener = () => this.redirectFocusFromBody();
|
|
7
6
|
this.open = false;
|
|
8
|
-
this.elementToFocus = "";
|
|
7
|
+
this.elementToFocus = ""; // primary and secondary point to the corresponding buttons, otherwise focus based on element id
|
|
9
8
|
this.modalType = "modal";
|
|
10
|
-
this.
|
|
9
|
+
this.bodyFocusListener = () => this.redirectFocusFromBody();
|
|
11
10
|
}
|
|
12
11
|
get focusOnOpenEl() {
|
|
13
12
|
let customElementToFocus = null;
|
|
@@ -133,6 +132,7 @@ export class ModalPss {
|
|
|
133
132
|
return {
|
|
134
133
|
"open": {
|
|
135
134
|
"type": "boolean",
|
|
135
|
+
"attribute": "open",
|
|
136
136
|
"mutable": true,
|
|
137
137
|
"complexType": {
|
|
138
138
|
"original": "boolean",
|
|
@@ -145,12 +145,14 @@ export class ModalPss {
|
|
|
145
145
|
"tags": [],
|
|
146
146
|
"text": ""
|
|
147
147
|
},
|
|
148
|
-
"
|
|
148
|
+
"getter": false,
|
|
149
|
+
"setter": false,
|
|
149
150
|
"reflect": true,
|
|
150
151
|
"defaultValue": "false"
|
|
151
152
|
},
|
|
152
153
|
"elementToFocus": {
|
|
153
154
|
"type": "string",
|
|
155
|
+
"attribute": "element-to-focus",
|
|
154
156
|
"mutable": true,
|
|
155
157
|
"complexType": {
|
|
156
158
|
"original": "\"primary\" | \"secondary\" | string",
|
|
@@ -163,12 +165,14 @@ export class ModalPss {
|
|
|
163
165
|
"tags": [],
|
|
164
166
|
"text": ""
|
|
165
167
|
},
|
|
166
|
-
"
|
|
168
|
+
"getter": false,
|
|
169
|
+
"setter": false,
|
|
167
170
|
"reflect": false,
|
|
168
171
|
"defaultValue": "\"\""
|
|
169
172
|
},
|
|
170
173
|
"modalType": {
|
|
171
174
|
"type": "string",
|
|
175
|
+
"attribute": "modal-type",
|
|
172
176
|
"mutable": false,
|
|
173
177
|
"complexType": {
|
|
174
178
|
"original": "\"modal\" | \"dialog\"",
|
|
@@ -181,12 +185,14 @@ export class ModalPss {
|
|
|
181
185
|
"tags": [],
|
|
182
186
|
"text": ""
|
|
183
187
|
},
|
|
184
|
-
"
|
|
188
|
+
"getter": false,
|
|
189
|
+
"setter": false,
|
|
185
190
|
"reflect": true,
|
|
186
191
|
"defaultValue": "\"modal\""
|
|
187
192
|
},
|
|
188
193
|
"uid": {
|
|
189
194
|
"type": "string",
|
|
195
|
+
"attribute": "uid",
|
|
190
196
|
"mutable": true,
|
|
191
197
|
"complexType": {
|
|
192
198
|
"original": "string",
|
|
@@ -199,7 +205,8 @@ export class ModalPss {
|
|
|
199
205
|
"tags": [],
|
|
200
206
|
"text": ""
|
|
201
207
|
},
|
|
202
|
-
"
|
|
208
|
+
"getter": false,
|
|
209
|
+
"setter": false,
|
|
203
210
|
"reflect": true
|
|
204
211
|
}
|
|
205
212
|
};
|
|
@@ -2,14 +2,13 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { intl, showTooltip, hideTooltip } from "../../global/functions";
|
|
3
3
|
export class NavigationHamburger {
|
|
4
4
|
constructor() {
|
|
5
|
+
this.isTabbing = false;
|
|
6
|
+
this.open = false;
|
|
5
7
|
this.showNavMessage = intl.formatMessage({
|
|
6
8
|
id: "navigation.showNavigation",
|
|
7
9
|
defaultMessage: "Show navigation",
|
|
8
10
|
description: "For user interface element opening a navigation menu",
|
|
9
11
|
});
|
|
10
|
-
this.navId = undefined;
|
|
11
|
-
this.isTabbing = false;
|
|
12
|
-
this.open = false;
|
|
13
12
|
}
|
|
14
13
|
toggleTabbingOn() {
|
|
15
14
|
this.isTabbing = true;
|
|
@@ -53,6 +52,7 @@ export class NavigationHamburger {
|
|
|
53
52
|
return {
|
|
54
53
|
"navId": {
|
|
55
54
|
"type": "string",
|
|
55
|
+
"attribute": "nav-id",
|
|
56
56
|
"mutable": false,
|
|
57
57
|
"complexType": {
|
|
58
58
|
"original": "string",
|
|
@@ -65,7 +65,8 @@ export class NavigationHamburger {
|
|
|
65
65
|
"tags": [],
|
|
66
66
|
"text": ""
|
|
67
67
|
},
|
|
68
|
-
"
|
|
68
|
+
"getter": false,
|
|
69
|
+
"setter": false,
|
|
69
70
|
"reflect": false
|
|
70
71
|
}
|
|
71
72
|
};
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class NavigationItem {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.href = undefined;
|
|
5
|
-
this.text = undefined;
|
|
6
|
-
this.active = undefined;
|
|
7
|
-
}
|
|
8
3
|
render() {
|
|
9
4
|
return (h(Host, { key: 'fa0d860cef87f2af8b3c8ed67b37a2eafd4229c9', role: "listitem" }, h("a", { key: '192898896ee4310c0fb741d8bf5ebe27e57ab8b3', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, h("div", { key: 'b0df43e4aaa9786b2d8e57fbeb766eb5cf348336', class: "icon", "aria-hidden": "true" }, h("slot", { key: 'dd4b646b3b48155163c8816344f3c947eb58403a' })), h("div", { key: 'a195cc9d6dc724553a9240896cddcfadceb7424c', class: "text" }, this.text))));
|
|
10
5
|
}
|
|
@@ -25,6 +20,7 @@ export class NavigationItem {
|
|
|
25
20
|
return {
|
|
26
21
|
"href": {
|
|
27
22
|
"type": "string",
|
|
23
|
+
"attribute": "href",
|
|
28
24
|
"mutable": false,
|
|
29
25
|
"complexType": {
|
|
30
26
|
"original": "string",
|
|
@@ -37,11 +33,13 @@ export class NavigationItem {
|
|
|
37
33
|
"tags": [],
|
|
38
34
|
"text": ""
|
|
39
35
|
},
|
|
40
|
-
"
|
|
36
|
+
"getter": false,
|
|
37
|
+
"setter": false,
|
|
41
38
|
"reflect": false
|
|
42
39
|
},
|
|
43
40
|
"text": {
|
|
44
41
|
"type": "string",
|
|
42
|
+
"attribute": "text",
|
|
45
43
|
"mutable": false,
|
|
46
44
|
"complexType": {
|
|
47
45
|
"original": "string",
|
|
@@ -54,11 +52,13 @@ export class NavigationItem {
|
|
|
54
52
|
"tags": [],
|
|
55
53
|
"text": ""
|
|
56
54
|
},
|
|
57
|
-
"
|
|
55
|
+
"getter": false,
|
|
56
|
+
"setter": false,
|
|
58
57
|
"reflect": false
|
|
59
58
|
},
|
|
60
59
|
"active": {
|
|
61
60
|
"type": "boolean",
|
|
61
|
+
"attribute": "active",
|
|
62
62
|
"mutable": false,
|
|
63
63
|
"complexType": {
|
|
64
64
|
"original": "boolean",
|
|
@@ -71,7 +71,8 @@ export class NavigationItem {
|
|
|
71
71
|
"tags": [],
|
|
72
72
|
"text": ""
|
|
73
73
|
},
|
|
74
|
-
"
|
|
74
|
+
"getter": false,
|
|
75
|
+
"setter": false,
|
|
75
76
|
"reflect": false
|
|
76
77
|
}
|
|
77
78
|
};
|
|
@@ -3,13 +3,13 @@ import { intl, throttle } from "../../global/functions";
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Navigation {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.open = false;
|
|
6
7
|
this.mainNavigationMessage = intl.formatMessage({
|
|
7
8
|
id: "navigation.mainNavigation",
|
|
8
9
|
defaultMessage: "Main",
|
|
9
10
|
description: "Label describing the site navigation, for screen reader users",
|
|
10
11
|
});
|
|
11
12
|
this.throttledRerender = throttle(() => forceUpdate(this.el), 50);
|
|
12
|
-
this.open = false;
|
|
13
13
|
}
|
|
14
14
|
get isCollapsible() {
|
|
15
15
|
return window.innerWidth < 1024;
|
|
@@ -117,6 +117,7 @@ export class Navigation {
|
|
|
117
117
|
return {
|
|
118
118
|
"open": {
|
|
119
119
|
"type": "boolean",
|
|
120
|
+
"attribute": "open",
|
|
120
121
|
"mutable": true,
|
|
121
122
|
"complexType": {
|
|
122
123
|
"original": "boolean",
|
|
@@ -129,7 +130,8 @@ export class Navigation {
|
|
|
129
130
|
"tags": [],
|
|
130
131
|
"text": ""
|
|
131
132
|
},
|
|
132
|
-
"
|
|
133
|
+
"getter": false,
|
|
134
|
+
"setter": false,
|
|
133
135
|
"reflect": true,
|
|
134
136
|
"defaultValue": "false"
|
|
135
137
|
}
|
package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js
CHANGED
|
@@ -28,6 +28,7 @@ export class PrivNavigatorButton {
|
|
|
28
28
|
return {
|
|
29
29
|
"expanded": {
|
|
30
30
|
"type": "boolean",
|
|
31
|
+
"attribute": "expanded",
|
|
31
32
|
"mutable": true,
|
|
32
33
|
"complexType": {
|
|
33
34
|
"original": "boolean",
|
|
@@ -40,12 +41,14 @@ export class PrivNavigatorButton {
|
|
|
40
41
|
"tags": [],
|
|
41
42
|
"text": ""
|
|
42
43
|
},
|
|
43
|
-
"
|
|
44
|
+
"getter": false,
|
|
45
|
+
"setter": false,
|
|
44
46
|
"reflect": false,
|
|
45
47
|
"defaultValue": "false"
|
|
46
48
|
},
|
|
47
49
|
"altText": {
|
|
48
50
|
"type": "string",
|
|
51
|
+
"attribute": "alt-text",
|
|
49
52
|
"mutable": false,
|
|
50
53
|
"complexType": {
|
|
51
54
|
"original": "string",
|
|
@@ -58,7 +61,8 @@ export class PrivNavigatorButton {
|
|
|
58
61
|
"tags": [],
|
|
59
62
|
"text": ""
|
|
60
63
|
},
|
|
61
|
-
"
|
|
64
|
+
"getter": false,
|
|
65
|
+
"setter": false,
|
|
62
66
|
"reflect": false,
|
|
63
67
|
"defaultValue": "\"\""
|
|
64
68
|
}
|
|
@@ -34,6 +34,7 @@ export class PrivNavigatorItem {
|
|
|
34
34
|
return {
|
|
35
35
|
"selected": {
|
|
36
36
|
"type": "boolean",
|
|
37
|
+
"attribute": "selected",
|
|
37
38
|
"mutable": true,
|
|
38
39
|
"complexType": {
|
|
39
40
|
"original": "boolean",
|
|
@@ -46,12 +47,14 @@ export class PrivNavigatorItem {
|
|
|
46
47
|
"tags": [],
|
|
47
48
|
"text": ""
|
|
48
49
|
},
|
|
49
|
-
"
|
|
50
|
+
"getter": false,
|
|
51
|
+
"setter": false,
|
|
50
52
|
"reflect": false,
|
|
51
53
|
"defaultValue": "false"
|
|
52
54
|
},
|
|
53
55
|
"focused": {
|
|
54
56
|
"type": "boolean",
|
|
57
|
+
"attribute": "focused",
|
|
55
58
|
"mutable": true,
|
|
56
59
|
"complexType": {
|
|
57
60
|
"original": "boolean",
|
|
@@ -64,12 +67,14 @@ export class PrivNavigatorItem {
|
|
|
64
67
|
"tags": [],
|
|
65
68
|
"text": ""
|
|
66
69
|
},
|
|
67
|
-
"
|
|
70
|
+
"getter": false,
|
|
71
|
+
"setter": false,
|
|
68
72
|
"reflect": false,
|
|
69
73
|
"defaultValue": "false"
|
|
70
74
|
},
|
|
71
75
|
"link": {
|
|
72
76
|
"type": "string",
|
|
77
|
+
"attribute": "link",
|
|
73
78
|
"mutable": true,
|
|
74
79
|
"complexType": {
|
|
75
80
|
"original": "string",
|
|
@@ -82,7 +87,8 @@ export class PrivNavigatorItem {
|
|
|
82
87
|
"tags": [],
|
|
83
88
|
"text": ""
|
|
84
89
|
},
|
|
85
|
-
"
|
|
90
|
+
"getter": false,
|
|
91
|
+
"setter": false,
|
|
86
92
|
"reflect": false,
|
|
87
93
|
"defaultValue": "\"\""
|
|
88
94
|
}
|