@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
|
@@ -4,19 +4,24 @@ import { intl, snakeCaseToCamelCase, getNewIndexToFocus } from "../../global/fun
|
|
|
4
4
|
import { getRequest } from "../../global/services/http-service";
|
|
5
5
|
export class Navigator {
|
|
6
6
|
constructor() {
|
|
7
|
+
this.authType = 1; // 1: none or off, 2: username-password or username_password_sso, 3: saml or saml_sso
|
|
8
|
+
// The new way is to retrieve user info from an endpoint
|
|
9
|
+
// dev needs to opt-in by setting loadFromUserinfo to true
|
|
10
|
+
this.loadFromUserinfo = false;
|
|
7
11
|
// comp can check whether the info was successfully retrieved with:
|
|
8
12
|
this.retrievedInfo = !this.loadFromUserinfo; // when in endpoint mode, only render after get request completed
|
|
9
13
|
// used either way to store the products
|
|
10
14
|
this.parsedProducts = [];
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
this.authType = 1;
|
|
15
|
-
this.connectionName = undefined;
|
|
16
|
-
this.logoutUrl = undefined;
|
|
17
|
-
this.products = undefined;
|
|
18
|
-
this.loadFromUserinfo = false;
|
|
15
|
+
/**
|
|
16
|
+
* Event emitted from child wm-navigator-button updates the state, which is then passed down as a prop by wm-navigator.
|
|
17
|
+
*/
|
|
19
18
|
this.isOpen = false;
|
|
19
|
+
this.openRight = false; // whether the menu should open on the right side
|
|
20
|
+
/**
|
|
21
|
+
* Value is set to the index of the current product on load.
|
|
22
|
+
* Keyboard navigation updates the state to keep track of focus in the dropdown.
|
|
23
|
+
* State resets to the index of the current product when the dropdown closes.
|
|
24
|
+
*/
|
|
20
25
|
this.itemIndexToFocus = 0;
|
|
21
26
|
}
|
|
22
27
|
isSafeUrl(url) {
|
|
@@ -314,6 +319,7 @@ export class Navigator {
|
|
|
314
319
|
return {
|
|
315
320
|
"userName": {
|
|
316
321
|
"type": "string",
|
|
322
|
+
"attribute": "user-name",
|
|
317
323
|
"mutable": false,
|
|
318
324
|
"complexType": {
|
|
319
325
|
"original": "string",
|
|
@@ -326,11 +332,13 @@ export class Navigator {
|
|
|
326
332
|
"tags": [],
|
|
327
333
|
"text": ""
|
|
328
334
|
},
|
|
329
|
-
"
|
|
335
|
+
"getter": false,
|
|
336
|
+
"setter": false,
|
|
330
337
|
"reflect": false
|
|
331
338
|
},
|
|
332
339
|
"email": {
|
|
333
340
|
"type": "string",
|
|
341
|
+
"attribute": "email",
|
|
334
342
|
"mutable": false,
|
|
335
343
|
"complexType": {
|
|
336
344
|
"original": "string",
|
|
@@ -343,11 +351,13 @@ export class Navigator {
|
|
|
343
351
|
"tags": [],
|
|
344
352
|
"text": ""
|
|
345
353
|
},
|
|
346
|
-
"
|
|
354
|
+
"getter": false,
|
|
355
|
+
"setter": false,
|
|
347
356
|
"reflect": false
|
|
348
357
|
},
|
|
349
358
|
"authType": {
|
|
350
359
|
"type": "number",
|
|
360
|
+
"attribute": "auth-type",
|
|
351
361
|
"mutable": false,
|
|
352
362
|
"complexType": {
|
|
353
363
|
"original": "number",
|
|
@@ -360,12 +370,14 @@ export class Navigator {
|
|
|
360
370
|
"tags": [],
|
|
361
371
|
"text": ""
|
|
362
372
|
},
|
|
363
|
-
"
|
|
373
|
+
"getter": false,
|
|
374
|
+
"setter": false,
|
|
364
375
|
"reflect": false,
|
|
365
376
|
"defaultValue": "1"
|
|
366
377
|
},
|
|
367
378
|
"connectionName": {
|
|
368
379
|
"type": "string",
|
|
380
|
+
"attribute": "connection-name",
|
|
369
381
|
"mutable": false,
|
|
370
382
|
"complexType": {
|
|
371
383
|
"original": "string",
|
|
@@ -378,11 +390,13 @@ export class Navigator {
|
|
|
378
390
|
"tags": [],
|
|
379
391
|
"text": ""
|
|
380
392
|
},
|
|
381
|
-
"
|
|
393
|
+
"getter": false,
|
|
394
|
+
"setter": false,
|
|
382
395
|
"reflect": false
|
|
383
396
|
},
|
|
384
397
|
"logoutUrl": {
|
|
385
398
|
"type": "string",
|
|
399
|
+
"attribute": "logout-url",
|
|
386
400
|
"mutable": false,
|
|
387
401
|
"complexType": {
|
|
388
402
|
"original": "string",
|
|
@@ -395,11 +409,13 @@ export class Navigator {
|
|
|
395
409
|
"tags": [],
|
|
396
410
|
"text": ""
|
|
397
411
|
},
|
|
398
|
-
"
|
|
412
|
+
"getter": false,
|
|
413
|
+
"setter": false,
|
|
399
414
|
"reflect": false
|
|
400
415
|
},
|
|
401
416
|
"products": {
|
|
402
417
|
"type": "string",
|
|
418
|
+
"attribute": "products",
|
|
403
419
|
"mutable": false,
|
|
404
420
|
"complexType": {
|
|
405
421
|
"original": "string | []",
|
|
@@ -412,11 +428,13 @@ export class Navigator {
|
|
|
412
428
|
"tags": [],
|
|
413
429
|
"text": ""
|
|
414
430
|
},
|
|
415
|
-
"
|
|
431
|
+
"getter": false,
|
|
432
|
+
"setter": false,
|
|
416
433
|
"reflect": false
|
|
417
434
|
},
|
|
418
435
|
"loadFromUserinfo": {
|
|
419
436
|
"type": "boolean",
|
|
437
|
+
"attribute": "load-from-userinfo",
|
|
420
438
|
"mutable": false,
|
|
421
439
|
"complexType": {
|
|
422
440
|
"original": "boolean",
|
|
@@ -429,7 +447,8 @@ export class Navigator {
|
|
|
429
447
|
"tags": [],
|
|
430
448
|
"text": ""
|
|
431
449
|
},
|
|
432
|
-
"
|
|
450
|
+
"getter": false,
|
|
451
|
+
"setter": false,
|
|
433
452
|
"reflect": false,
|
|
434
453
|
"defaultValue": "false"
|
|
435
454
|
}
|
|
@@ -3,6 +3,12 @@ import { debounce, intl } from "../../global/functions";
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Pagination {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.currentPage = 1;
|
|
7
|
+
this.totalItems = undefined;
|
|
8
|
+
this.itemsPerPage = undefined;
|
|
9
|
+
this.value = 1;
|
|
10
|
+
this.isLargeSize = window.innerWidth > 600; // first estimate is based on window size, then actual measurement takes place on resize
|
|
11
|
+
this.srAnnouncement = "";
|
|
6
12
|
this.totalPages = 0;
|
|
7
13
|
this.navigationLabel = intl.formatMessage({
|
|
8
14
|
id: "pagination.navLabel",
|
|
@@ -34,12 +40,6 @@ export class Pagination {
|
|
|
34
40
|
}
|
|
35
41
|
return coreBtns;
|
|
36
42
|
};
|
|
37
|
-
this.currentPage = 1;
|
|
38
|
-
this.totalItems = undefined;
|
|
39
|
-
this.itemsPerPage = undefined;
|
|
40
|
-
this.value = 1;
|
|
41
|
-
this.isLargeSize = window.innerWidth > 600;
|
|
42
|
-
this.srAnnouncement = "";
|
|
43
43
|
}
|
|
44
44
|
pageButtonLabel(pageNum) {
|
|
45
45
|
return intl.formatMessage({
|
|
@@ -222,6 +222,7 @@ export class Pagination {
|
|
|
222
222
|
return {
|
|
223
223
|
"currentPage": {
|
|
224
224
|
"type": "number",
|
|
225
|
+
"attribute": "current-page",
|
|
225
226
|
"mutable": false,
|
|
226
227
|
"complexType": {
|
|
227
228
|
"original": "number",
|
|
@@ -234,12 +235,14 @@ export class Pagination {
|
|
|
234
235
|
"tags": [],
|
|
235
236
|
"text": ""
|
|
236
237
|
},
|
|
237
|
-
"
|
|
238
|
+
"getter": false,
|
|
239
|
+
"setter": false,
|
|
238
240
|
"reflect": false,
|
|
239
241
|
"defaultValue": "1"
|
|
240
242
|
},
|
|
241
243
|
"totalItems": {
|
|
242
244
|
"type": "number",
|
|
245
|
+
"attribute": "total-items",
|
|
243
246
|
"mutable": false,
|
|
244
247
|
"complexType": {
|
|
245
248
|
"original": "number",
|
|
@@ -252,12 +255,14 @@ export class Pagination {
|
|
|
252
255
|
"tags": [],
|
|
253
256
|
"text": ""
|
|
254
257
|
},
|
|
255
|
-
"
|
|
258
|
+
"getter": false,
|
|
259
|
+
"setter": false,
|
|
256
260
|
"reflect": false,
|
|
257
261
|
"defaultValue": "undefined"
|
|
258
262
|
},
|
|
259
263
|
"itemsPerPage": {
|
|
260
264
|
"type": "number",
|
|
265
|
+
"attribute": "items-per-page",
|
|
261
266
|
"mutable": false,
|
|
262
267
|
"complexType": {
|
|
263
268
|
"original": "number",
|
|
@@ -270,12 +275,14 @@ export class Pagination {
|
|
|
270
275
|
"tags": [],
|
|
271
276
|
"text": ""
|
|
272
277
|
},
|
|
273
|
-
"
|
|
278
|
+
"getter": false,
|
|
279
|
+
"setter": false,
|
|
274
280
|
"reflect": false,
|
|
275
281
|
"defaultValue": "undefined"
|
|
276
282
|
},
|
|
277
283
|
"value": {
|
|
278
284
|
"type": "number",
|
|
285
|
+
"attribute": "value",
|
|
279
286
|
"mutable": false,
|
|
280
287
|
"complexType": {
|
|
281
288
|
"original": "number",
|
|
@@ -288,12 +295,14 @@ export class Pagination {
|
|
|
288
295
|
"tags": [],
|
|
289
296
|
"text": ""
|
|
290
297
|
},
|
|
291
|
-
"
|
|
298
|
+
"getter": false,
|
|
299
|
+
"setter": false,
|
|
292
300
|
"reflect": false,
|
|
293
301
|
"defaultValue": "1"
|
|
294
302
|
},
|
|
295
303
|
"isLargeSize": {
|
|
296
304
|
"type": "boolean",
|
|
305
|
+
"attribute": "is-large-size",
|
|
297
306
|
"mutable": false,
|
|
298
307
|
"complexType": {
|
|
299
308
|
"original": "boolean",
|
|
@@ -306,7 +315,8 @@ export class Pagination {
|
|
|
306
315
|
"tags": [],
|
|
307
316
|
"text": ""
|
|
308
317
|
},
|
|
309
|
-
"
|
|
318
|
+
"getter": false,
|
|
319
|
+
"setter": false,
|
|
310
320
|
"reflect": false,
|
|
311
321
|
"defaultValue": "window.innerWidth > 600"
|
|
312
322
|
}
|
|
@@ -3,20 +3,39 @@ import { intl, handleDisabledAttribute, toBool } from "../../global/functions";
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Search {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.linkEl = null;
|
|
7
6
|
this.searchType = "basic";
|
|
8
7
|
this.disabled = false;
|
|
8
|
+
/**
|
|
9
|
+
* Props required for both variants.
|
|
10
|
+
*/
|
|
9
11
|
this.placeholder = "";
|
|
10
12
|
this.label = "";
|
|
11
13
|
this.numResults = 0;
|
|
14
|
+
/**
|
|
15
|
+
* This exposes the input's value on the host component so that the app can access it.
|
|
16
|
+
*/
|
|
12
17
|
this.value = "";
|
|
18
|
+
/**
|
|
19
|
+
* If the user is tabbing, the search and find variant will display a link to jump to a search result.
|
|
20
|
+
*/
|
|
13
21
|
this.isTabbing = false;
|
|
22
|
+
/**
|
|
23
|
+
* Prop specifically for the search and find variant. The id points to the id of the option currently highlighted,
|
|
24
|
+
* so that tabbing and screen reader users can jump to this option rather than tab through the list to find it.
|
|
25
|
+
*/
|
|
14
26
|
this.highlightedId = "";
|
|
15
27
|
this.highlightedName = null;
|
|
28
|
+
/**
|
|
29
|
+
* Indicates which of the search results is currently highlighted. It will be displayed as "[highlightedNum] of [numResults]" next to the input in the search and find variant.
|
|
30
|
+
* This number updates as the user browses using the buttons.
|
|
31
|
+
*/
|
|
16
32
|
this.highlightedNum = 0;
|
|
17
33
|
this.previousBlurredValue = "";
|
|
18
|
-
|
|
34
|
+
/**
|
|
35
|
+
* Live region announcement
|
|
36
|
+
*/
|
|
19
37
|
this.announcement = "";
|
|
38
|
+
this.linkEl = null;
|
|
20
39
|
}
|
|
21
40
|
get isDisabled() {
|
|
22
41
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -190,6 +209,7 @@ export class Search {
|
|
|
190
209
|
return {
|
|
191
210
|
"searchType": {
|
|
192
211
|
"type": "string",
|
|
212
|
+
"attribute": "search-type",
|
|
193
213
|
"mutable": true,
|
|
194
214
|
"complexType": {
|
|
195
215
|
"original": "\"basic\" | \"find\"",
|
|
@@ -202,12 +222,14 @@ export class Search {
|
|
|
202
222
|
"tags": [],
|
|
203
223
|
"text": ""
|
|
204
224
|
},
|
|
205
|
-
"
|
|
225
|
+
"getter": false,
|
|
226
|
+
"setter": false,
|
|
206
227
|
"reflect": false,
|
|
207
228
|
"defaultValue": "\"basic\""
|
|
208
229
|
},
|
|
209
230
|
"disabled": {
|
|
210
231
|
"type": "boolean",
|
|
232
|
+
"attribute": "disabled",
|
|
211
233
|
"mutable": false,
|
|
212
234
|
"complexType": {
|
|
213
235
|
"original": "boolean",
|
|
@@ -220,12 +242,14 @@ export class Search {
|
|
|
220
242
|
"tags": [],
|
|
221
243
|
"text": ""
|
|
222
244
|
},
|
|
223
|
-
"
|
|
245
|
+
"getter": false,
|
|
246
|
+
"setter": false,
|
|
224
247
|
"reflect": true,
|
|
225
248
|
"defaultValue": "false"
|
|
226
249
|
},
|
|
227
250
|
"placeholder": {
|
|
228
251
|
"type": "string",
|
|
252
|
+
"attribute": "placeholder",
|
|
229
253
|
"mutable": false,
|
|
230
254
|
"complexType": {
|
|
231
255
|
"original": "string",
|
|
@@ -238,12 +262,14 @@ export class Search {
|
|
|
238
262
|
"tags": [],
|
|
239
263
|
"text": "Props required for both variants."
|
|
240
264
|
},
|
|
241
|
-
"
|
|
265
|
+
"getter": false,
|
|
266
|
+
"setter": false,
|
|
242
267
|
"reflect": false,
|
|
243
268
|
"defaultValue": "\"\""
|
|
244
269
|
},
|
|
245
270
|
"label": {
|
|
246
271
|
"type": "string",
|
|
272
|
+
"attribute": "label",
|
|
247
273
|
"mutable": false,
|
|
248
274
|
"complexType": {
|
|
249
275
|
"original": "string",
|
|
@@ -256,12 +282,14 @@ export class Search {
|
|
|
256
282
|
"tags": [],
|
|
257
283
|
"text": ""
|
|
258
284
|
},
|
|
259
|
-
"
|
|
285
|
+
"getter": false,
|
|
286
|
+
"setter": false,
|
|
260
287
|
"reflect": false,
|
|
261
288
|
"defaultValue": "\"\""
|
|
262
289
|
},
|
|
263
290
|
"numResults": {
|
|
264
291
|
"type": "number",
|
|
292
|
+
"attribute": "num-results",
|
|
265
293
|
"mutable": true,
|
|
266
294
|
"complexType": {
|
|
267
295
|
"original": "number",
|
|
@@ -274,12 +302,14 @@ export class Search {
|
|
|
274
302
|
"tags": [],
|
|
275
303
|
"text": ""
|
|
276
304
|
},
|
|
277
|
-
"
|
|
305
|
+
"getter": false,
|
|
306
|
+
"setter": false,
|
|
278
307
|
"reflect": false,
|
|
279
308
|
"defaultValue": "0"
|
|
280
309
|
},
|
|
281
310
|
"value": {
|
|
282
311
|
"type": "string",
|
|
312
|
+
"attribute": "value",
|
|
283
313
|
"mutable": true,
|
|
284
314
|
"complexType": {
|
|
285
315
|
"original": "string",
|
|
@@ -292,12 +322,14 @@ export class Search {
|
|
|
292
322
|
"tags": [],
|
|
293
323
|
"text": "This exposes the input's value on the host component so that the app can access it."
|
|
294
324
|
},
|
|
295
|
-
"
|
|
325
|
+
"getter": false,
|
|
326
|
+
"setter": false,
|
|
296
327
|
"reflect": true,
|
|
297
328
|
"defaultValue": "\"\""
|
|
298
329
|
},
|
|
299
330
|
"highlightedId": {
|
|
300
331
|
"type": "string",
|
|
332
|
+
"attribute": "highlighted-id",
|
|
301
333
|
"mutable": false,
|
|
302
334
|
"complexType": {
|
|
303
335
|
"original": "string",
|
|
@@ -310,12 +342,14 @@ export class Search {
|
|
|
310
342
|
"tags": [],
|
|
311
343
|
"text": "Prop specifically for the search and find variant. The id points to the id of the option currently highlighted,\nso that tabbing and screen reader users can jump to this option rather than tab through the list to find it."
|
|
312
344
|
},
|
|
313
|
-
"
|
|
345
|
+
"getter": false,
|
|
346
|
+
"setter": false,
|
|
314
347
|
"reflect": false,
|
|
315
348
|
"defaultValue": "\"\""
|
|
316
349
|
},
|
|
317
350
|
"highlightedName": {
|
|
318
351
|
"type": "string",
|
|
352
|
+
"attribute": "highlighted-name",
|
|
319
353
|
"mutable": false,
|
|
320
354
|
"complexType": {
|
|
321
355
|
"original": "string | null",
|
|
@@ -328,7 +362,8 @@ export class Search {
|
|
|
328
362
|
"tags": [],
|
|
329
363
|
"text": ""
|
|
330
364
|
},
|
|
331
|
-
"
|
|
365
|
+
"getter": false,
|
|
366
|
+
"setter": false,
|
|
332
367
|
"reflect": false,
|
|
333
368
|
"defaultValue": "null"
|
|
334
369
|
}
|
|
@@ -3,18 +3,19 @@ import { generateId, hideTooltip, intl, showTooltip } from "../../global/functio
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Snackbar {
|
|
5
5
|
constructor() {
|
|
6
|
+
//Prop receives notifications as JSON string, which is later parsed into an array of objects.
|
|
7
|
+
this.notifications = "[]";
|
|
6
8
|
this.parsedNotifications = [];
|
|
7
9
|
this.uid = this.el.id ? this.el.id : generateId();
|
|
8
10
|
this.focusOnDismiss = null;
|
|
9
11
|
this.timers = {};
|
|
12
|
+
this.isTabbing = false;
|
|
13
|
+
this.announcement = "";
|
|
10
14
|
this.closeSnackMessage = intl.formatMessage({
|
|
11
15
|
id: "snackbar.closeNotification",
|
|
12
16
|
defaultMessage: "Close this notification",
|
|
13
17
|
description: "Notification refers to a notification UI element that can be dismissed",
|
|
14
18
|
});
|
|
15
|
-
this.notifications = "[]";
|
|
16
|
-
this.isTabbing = false;
|
|
17
|
-
this.announcement = "";
|
|
18
19
|
}
|
|
19
20
|
componentDidLoad() {
|
|
20
21
|
const snackObserver = new MutationObserver((snackMutations) => snackMutations.forEach((mutationRecord) => this.handleSnackMutation(mutationRecord)));
|
|
@@ -184,6 +185,7 @@ export class Snackbar {
|
|
|
184
185
|
return {
|
|
185
186
|
"notifications": {
|
|
186
187
|
"type": "string",
|
|
188
|
+
"attribute": "notifications",
|
|
187
189
|
"mutable": true,
|
|
188
190
|
"complexType": {
|
|
189
191
|
"original": "string",
|
|
@@ -196,7 +198,8 @@ export class Snackbar {
|
|
|
196
198
|
"tags": [],
|
|
197
199
|
"text": ""
|
|
198
200
|
},
|
|
199
|
-
"
|
|
201
|
+
"getter": false,
|
|
202
|
+
"setter": false,
|
|
200
203
|
"reflect": true,
|
|
201
204
|
"defaultValue": "\"[]\""
|
|
202
205
|
}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { h, Host } from "@stencil/core";
|
|
2
2
|
export class TabItem {
|
|
3
3
|
constructor() {
|
|
4
|
+
/**
|
|
5
|
+
* Indicates whether the tab is currently active
|
|
6
|
+
*/
|
|
7
|
+
this.selected = false;
|
|
8
|
+
this.show = true;
|
|
9
|
+
/**
|
|
10
|
+
* The id of the tab, linked to a tab panel.
|
|
11
|
+
*/
|
|
12
|
+
this.tabId = "";
|
|
4
13
|
this.tabClicked = (ev) => {
|
|
5
14
|
ev.preventDefault();
|
|
6
15
|
this.wmTabSelected.emit({ tabId: this.tabId });
|
|
@@ -16,9 +25,6 @@ export class TabItem {
|
|
|
16
25
|
this.keydownOnTabItem.emit({ tabItem: this.el, key: ev.key });
|
|
17
26
|
}
|
|
18
27
|
};
|
|
19
|
-
this.selected = false;
|
|
20
|
-
this.show = true;
|
|
21
|
-
this.tabId = "";
|
|
22
28
|
}
|
|
23
29
|
get parentTabList() {
|
|
24
30
|
return this.el.parentElement;
|
|
@@ -59,6 +65,7 @@ export class TabItem {
|
|
|
59
65
|
return {
|
|
60
66
|
"selected": {
|
|
61
67
|
"type": "boolean",
|
|
68
|
+
"attribute": "selected",
|
|
62
69
|
"mutable": false,
|
|
63
70
|
"complexType": {
|
|
64
71
|
"original": "boolean",
|
|
@@ -71,12 +78,14 @@ export class TabItem {
|
|
|
71
78
|
"tags": [],
|
|
72
79
|
"text": "Indicates whether the tab is currently active"
|
|
73
80
|
},
|
|
74
|
-
"
|
|
81
|
+
"getter": false,
|
|
82
|
+
"setter": false,
|
|
75
83
|
"reflect": false,
|
|
76
84
|
"defaultValue": "false"
|
|
77
85
|
},
|
|
78
86
|
"show": {
|
|
79
87
|
"type": "boolean",
|
|
88
|
+
"attribute": "show",
|
|
80
89
|
"mutable": false,
|
|
81
90
|
"complexType": {
|
|
82
91
|
"original": "boolean",
|
|
@@ -89,12 +98,14 @@ export class TabItem {
|
|
|
89
98
|
"tags": [],
|
|
90
99
|
"text": ""
|
|
91
100
|
},
|
|
92
|
-
"
|
|
101
|
+
"getter": false,
|
|
102
|
+
"setter": false,
|
|
93
103
|
"reflect": false,
|
|
94
104
|
"defaultValue": "true"
|
|
95
105
|
},
|
|
96
106
|
"tabId": {
|
|
97
107
|
"type": "string",
|
|
108
|
+
"attribute": "tab-id",
|
|
98
109
|
"mutable": false,
|
|
99
110
|
"complexType": {
|
|
100
111
|
"original": "string",
|
|
@@ -107,7 +118,8 @@ export class TabItem {
|
|
|
107
118
|
"tags": [],
|
|
108
119
|
"text": "The id of the tab, linked to a tab panel."
|
|
109
120
|
},
|
|
110
|
-
"
|
|
121
|
+
"getter": false,
|
|
122
|
+
"setter": false,
|
|
111
123
|
"reflect": false,
|
|
112
124
|
"defaultValue": "\"\""
|
|
113
125
|
}
|
|
@@ -13,9 +13,6 @@ export class TabList {
|
|
|
13
13
|
}
|
|
14
14
|
forceUpdate(this.el);
|
|
15
15
|
}, 10);
|
|
16
|
-
this.customBackground = undefined;
|
|
17
|
-
this.customPadding = undefined;
|
|
18
|
-
this.selectedTab = undefined;
|
|
19
16
|
}
|
|
20
17
|
/**
|
|
21
18
|
* Set to true when the tab list exceeds the parent width. Component will render the menu layout.
|
|
@@ -179,6 +176,7 @@ export class TabList {
|
|
|
179
176
|
return {
|
|
180
177
|
"customBackground": {
|
|
181
178
|
"type": "string",
|
|
179
|
+
"attribute": "custom-background",
|
|
182
180
|
"mutable": false,
|
|
183
181
|
"complexType": {
|
|
184
182
|
"original": "\"dark\" | \"\"",
|
|
@@ -191,11 +189,13 @@ export class TabList {
|
|
|
191
189
|
"tags": [],
|
|
192
190
|
"text": ""
|
|
193
191
|
},
|
|
194
|
-
"
|
|
192
|
+
"getter": false,
|
|
193
|
+
"setter": false,
|
|
195
194
|
"reflect": false
|
|
196
195
|
},
|
|
197
196
|
"customPadding": {
|
|
198
197
|
"type": "string",
|
|
198
|
+
"attribute": "custom-padding",
|
|
199
199
|
"mutable": false,
|
|
200
200
|
"complexType": {
|
|
201
201
|
"original": "string",
|
|
@@ -208,11 +208,13 @@ export class TabList {
|
|
|
208
208
|
"tags": [],
|
|
209
209
|
"text": ""
|
|
210
210
|
},
|
|
211
|
-
"
|
|
211
|
+
"getter": false,
|
|
212
|
+
"setter": false,
|
|
212
213
|
"reflect": false
|
|
213
214
|
},
|
|
214
215
|
"selectedTab": {
|
|
215
216
|
"type": "string",
|
|
217
|
+
"attribute": "selected-tab",
|
|
216
218
|
"mutable": false,
|
|
217
219
|
"complexType": {
|
|
218
220
|
"original": "string",
|
|
@@ -225,7 +227,8 @@ export class TabList {
|
|
|
225
227
|
"tags": [],
|
|
226
228
|
"text": ""
|
|
227
229
|
},
|
|
228
|
-
"
|
|
230
|
+
"getter": false,
|
|
231
|
+
"setter": false,
|
|
229
232
|
"reflect": false
|
|
230
233
|
}
|
|
231
234
|
};
|
|
@@ -2,7 +2,13 @@ import { Host, h } from "@stencil/core";
|
|
|
2
2
|
import { generateId } from "../../../global/functions";
|
|
3
3
|
export class TabPanel {
|
|
4
4
|
constructor() {
|
|
5
|
+
/**
|
|
6
|
+
* Indicates whether the panel should be displayed or not.
|
|
7
|
+
*/
|
|
5
8
|
this.active = false;
|
|
9
|
+
/**
|
|
10
|
+
* The id of the panel, linked to a tabItem in the tablist.
|
|
11
|
+
*/
|
|
6
12
|
this.tabId = "";
|
|
7
13
|
}
|
|
8
14
|
componentWillLoad() {
|
|
@@ -29,6 +35,7 @@ export class TabPanel {
|
|
|
29
35
|
return {
|
|
30
36
|
"active": {
|
|
31
37
|
"type": "boolean",
|
|
38
|
+
"attribute": "active",
|
|
32
39
|
"mutable": true,
|
|
33
40
|
"complexType": {
|
|
34
41
|
"original": "boolean",
|
|
@@ -41,12 +48,14 @@ export class TabPanel {
|
|
|
41
48
|
"tags": [],
|
|
42
49
|
"text": "Indicates whether the panel should be displayed or not."
|
|
43
50
|
},
|
|
44
|
-
"
|
|
51
|
+
"getter": false,
|
|
52
|
+
"setter": false,
|
|
45
53
|
"reflect": false,
|
|
46
54
|
"defaultValue": "false"
|
|
47
55
|
},
|
|
48
56
|
"tabId": {
|
|
49
57
|
"type": "string",
|
|
58
|
+
"attribute": "tab-id",
|
|
50
59
|
"mutable": true,
|
|
51
60
|
"complexType": {
|
|
52
61
|
"original": "string",
|
|
@@ -59,7 +68,8 @@ export class TabPanel {
|
|
|
59
68
|
"tags": [],
|
|
60
69
|
"text": "The id of the panel, linked to a tabItem in the tablist."
|
|
61
70
|
},
|
|
62
|
-
"
|
|
71
|
+
"getter": false,
|
|
72
|
+
"setter": false,
|
|
63
73
|
"reflect": false,
|
|
64
74
|
"defaultValue": "\"\""
|
|
65
75
|
}
|