@watermarkinsights/ripple 5.16.0-alpha.10 → 5.16.0-alpha.12
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-1079ca72.js +92 -0
- package/dist/cjs/{chartFunctions-C8PCmGmn.js → chartFunctions-ce91b2c9.js} +3 -2
- package/dist/cjs/{functions-DfuY5Jtp.js → functions-ea3eae05.js} +95 -78
- package/dist/cjs/{index-DwhNqnaT.js → index-788526f5.js} +410 -777
- package/dist/cjs/{intl-Bl-0Yn5n.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 +14 -7
- 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 +24 -11
- 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 +7 -13
- 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 +28 -40
- package/dist/esm/app-globals-1087214a.js +90 -0
- package/dist/esm/{chartFunctions-BocRhQ0T.js → chartFunctions-ebe4f673.js} +4 -3
- package/dist/esm/{functions-B9BrPorY.js → functions-fbf8519f.js} +96 -79
- package/dist/esm/{index-C20glyTb.js → index-130e07bb.js} +406 -774
- package/dist/esm/{intl-D-bH9lQF.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 +12 -7
- 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 +22 -11
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-1087214a.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-D-bH9lQF.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-59f7cfd7.system.entry.js → p-03381d63.system.entry.js} +1 -1
- package/dist/ripple/{p-70cdc5ce.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/{p-d11e4c6e.system.entry.js → p-086c2905.system.entry.js} +1 -1
- package/dist/ripple/{p-85afd9bf.system.entry.js → p-09f61d38.system.entry.js} +1 -1
- package/dist/ripple/p-0d3a26ff.entry.js +1 -0
- package/dist/ripple/{p-a1cd3c29.entry.js → p-12174831.entry.js} +1 -1
- 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-4a50f797.system.entry.js → p-22d9b079.system.entry.js} +1 -1
- package/dist/ripple/{p-caef27f1.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
- package/dist/ripple/p-2be53f45.entry.js +1 -0
- package/dist/ripple/{p-81783193.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
- package/dist/ripple/{p-03e28e65.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
- package/dist/ripple/{p-de4c51e2.system.entry.js → p-324aed64.system.entry.js} +1 -1
- package/dist/ripple/{p-1b8f9ff1.system.entry.js → p-34808b52.system.entry.js} +1 -1
- package/dist/ripple/{p-5a728ced.system.entry.js → p-42174be5.system.entry.js} +1 -1
- package/dist/ripple/p-4436c014.entry.js +1 -0
- package/dist/ripple/{p-d17bf683.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
- package/dist/ripple/{p-3fa20b7a.entry.js → p-4df89f8f.entry.js} +1 -1
- package/dist/ripple/{p-b2604e2b.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
- package/dist/ripple/p-4f13d03e.entry.js +1 -0
- package/dist/ripple/p-535165fc.system.js +1 -0
- package/dist/ripple/{p-d1ea5d4c.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
- package/dist/ripple/p-55f979d4.system.js +1 -0
- package/dist/ripple/p-57bce206.system.js +1 -0
- package/dist/ripple/{p-734d06dc.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-27c1933e.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
- package/dist/ripple/p-67109fb1.entry.js +1 -0
- package/dist/ripple/{p-cf3defe6.system.entry.js → p-6723e469.system.entry.js} +1 -1
- package/dist/ripple/{p-1a96dc5e.entry.js → p-6b4e1fe9.entry.js} +1 -1
- package/dist/ripple/{p-d3d5306c.system.entry.js → p-75ad7567.system.entry.js} +1 -1
- package/dist/ripple/{p-c164a1cb.entry.js → p-76aef56f.entry.js} +1 -1
- package/dist/ripple/{p-e63b30bd.system.entry.js → p-7b06e308.system.entry.js} +1 -1
- package/dist/ripple/{p-0a9f8d0d.entry.js → p-7c6e0168.entry.js} +1 -1
- package/dist/ripple/{p-e2e2929f.system.entry.js → p-80664bf3.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-7ea000d6.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
- package/dist/ripple/{p-fb4367a8.system.entry.js → p-86c752be.system.entry.js} +1 -1
- package/dist/ripple/p-8905ad76.entry.js +1 -0
- package/dist/ripple/{p-5827cae3.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
- package/dist/ripple/p-8c2f8f78.entry.js +1 -0
- package/dist/ripple/{p-757b04eb.entry.js → p-8c33cb29.entry.js} +1 -1
- package/dist/ripple/{p-82a66121.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
- package/dist/ripple/p-904f4c90.entry.js +1 -0
- package/dist/ripple/{p-0616bd1c.entry.js → p-924ab54c.entry.js} +1 -1
- package/dist/ripple/p-94c6bde9.js +1 -0
- package/dist/ripple/p-9627b8a6.entry.js +1 -0
- package/dist/ripple/{p-DAuKYO5n.js → p-9c6bacb9.js} +1 -1
- package/dist/ripple/p-9f2b6c58.entry.js +1 -0
- package/dist/ripple/{p-ef56fc5a.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
- package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
- package/dist/ripple/{p-b593e93c.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
- package/dist/ripple/{p-ebd318c6.entry.js → p-be3213fc.entry.js} +1 -1
- package/dist/ripple/{p-476e2913.entry.js → p-c242e70f.entry.js} +1 -1
- package/dist/ripple/{p-d293be99.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
- package/dist/ripple/p-c6ba7e07.entry.js +1 -0
- package/dist/ripple/{p-d61938ca.entry.js → p-c7a57fc7.entry.js} +1 -1
- package/dist/ripple/{p-b140b04d.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
- package/dist/ripple/{p-5166de03.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
- package/dist/ripple/{p-5cc5b46b.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-f878d184.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-BVUnLeDz.system.js → p-e71b1146.system.js} +1 -1
- package/dist/ripple/p-e7d03cf5.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-dca6cfbd.entry.js → p-f3b31fae.entry.js} +1 -1
- package/dist/ripple/p-f46983da.entry.js +1 -0
- package/dist/ripple/{p-719b7087.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
- package/dist/ripple/{p-e6e4e23a.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-C-IAhycr.js +0 -7
- package/dist/esm/app-globals-CrcR41XQ.js +0 -5
- package/dist/esm-es5/app-globals-CrcR41XQ.js +0 -1
- package/dist/esm-es5/chartFunctions-BocRhQ0T.js +0 -1
- package/dist/esm-es5/functions-B9BrPorY.js +0 -1
- package/dist/esm-es5/index-C20glyTb.js +0 -1
- package/dist/ripple/p-088a84b6.entry.js +0 -1
- package/dist/ripple/p-09116c34.entry.js +0 -1
- package/dist/ripple/p-21728198.entry.js +0 -1
- package/dist/ripple/p-25227bec.entry.js +0 -1
- package/dist/ripple/p-264fb4fc.entry.js +0 -1
- package/dist/ripple/p-27de107e.entry.js +0 -1
- package/dist/ripple/p-338835e6.entry.js +0 -1
- package/dist/ripple/p-3678e285.entry.js +0 -1
- package/dist/ripple/p-384f6dc8.entry.js +0 -1
- package/dist/ripple/p-5026b7e8.entry.js +0 -1
- package/dist/ripple/p-5c8e802a.system.entry.js +0 -1
- package/dist/ripple/p-6c66e270.entry.js +0 -1
- package/dist/ripple/p-6ffa9bfc.entry.js +0 -1
- package/dist/ripple/p-8eWf5O5Z.system.js +0 -1
- package/dist/ripple/p-90d11417.system.entry.js +0 -1
- package/dist/ripple/p-979cd9f4.entry.js +0 -1
- package/dist/ripple/p-B0uE_ID-.system.js +0 -2
- package/dist/ripple/p-B9BrPorY.js +0 -1
- package/dist/ripple/p-BOTV28v8.system.js +0 -1
- package/dist/ripple/p-Bboe1S7O.js +0 -1
- package/dist/ripple/p-C20glyTb.js +0 -2
- package/dist/ripple/p-CKTNcFzW.system.js +0 -1
- package/dist/ripple/p-D_issjBT.system.js +0 -1
- package/dist/ripple/p-a634e9f5.entry.js +0 -1
- package/dist/ripple/p-b0653ac3.entry.js +0 -1
- package/dist/ripple/p-b2433a3c.system.entry.js +0 -1
- package/dist/ripple/p-c344e3c0.entry.js +0 -1
- package/dist/ripple/p-d3bc9393.entry.js +0 -1
- package/dist/ripple/p-d5232e7d.entry.js +0 -1
- package/dist/ripple/p-dECFx5ly.js +0 -1
- package/dist/ripple/p-dc3e43aa.entry.js +0 -1
- package/dist/ripple/p-e9b67596.entry.js +0 -1
- package/dist/ripple/p-ee0e88ed.entry.js +0 -1
- package/dist/ripple/p-fc35bcf9.entry.js +0 -1
- package/dist/ripple/p-ffd7de48.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
|
@@ -4,24 +4,19 @@ 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;
|
|
11
7
|
// comp can check whether the info was successfully retrieved with:
|
|
12
8
|
this.retrievedInfo = !this.loadFromUserinfo; // when in endpoint mode, only render after get request completed
|
|
13
9
|
// used either way to store the products
|
|
14
10
|
this.parsedProducts = [];
|
|
15
|
-
/**
|
|
16
|
-
* Event emitted from child wm-navigator-button updates the state, which is then passed down as a prop by wm-navigator.
|
|
17
|
-
*/
|
|
18
|
-
this.isOpen = false;
|
|
19
11
|
this.openRight = false; // whether the menu should open on the right side
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
12
|
+
this.userName = undefined;
|
|
13
|
+
this.email = undefined;
|
|
14
|
+
this.authType = 1;
|
|
15
|
+
this.connectionName = undefined;
|
|
16
|
+
this.logoutUrl = undefined;
|
|
17
|
+
this.products = undefined;
|
|
18
|
+
this.loadFromUserinfo = false;
|
|
19
|
+
this.isOpen = false;
|
|
25
20
|
this.itemIndexToFocus = 0;
|
|
26
21
|
}
|
|
27
22
|
isSafeUrl(url) {
|
|
@@ -319,7 +314,6 @@ export class Navigator {
|
|
|
319
314
|
return {
|
|
320
315
|
"userName": {
|
|
321
316
|
"type": "string",
|
|
322
|
-
"attribute": "user-name",
|
|
323
317
|
"mutable": false,
|
|
324
318
|
"complexType": {
|
|
325
319
|
"original": "string",
|
|
@@ -332,13 +326,11 @@ export class Navigator {
|
|
|
332
326
|
"tags": [],
|
|
333
327
|
"text": ""
|
|
334
328
|
},
|
|
335
|
-
"
|
|
336
|
-
"setter": false,
|
|
329
|
+
"attribute": "user-name",
|
|
337
330
|
"reflect": false
|
|
338
331
|
},
|
|
339
332
|
"email": {
|
|
340
333
|
"type": "string",
|
|
341
|
-
"attribute": "email",
|
|
342
334
|
"mutable": false,
|
|
343
335
|
"complexType": {
|
|
344
336
|
"original": "string",
|
|
@@ -351,13 +343,11 @@ export class Navigator {
|
|
|
351
343
|
"tags": [],
|
|
352
344
|
"text": ""
|
|
353
345
|
},
|
|
354
|
-
"
|
|
355
|
-
"setter": false,
|
|
346
|
+
"attribute": "email",
|
|
356
347
|
"reflect": false
|
|
357
348
|
},
|
|
358
349
|
"authType": {
|
|
359
350
|
"type": "number",
|
|
360
|
-
"attribute": "auth-type",
|
|
361
351
|
"mutable": false,
|
|
362
352
|
"complexType": {
|
|
363
353
|
"original": "number",
|
|
@@ -370,14 +360,12 @@ export class Navigator {
|
|
|
370
360
|
"tags": [],
|
|
371
361
|
"text": ""
|
|
372
362
|
},
|
|
373
|
-
"
|
|
374
|
-
"setter": false,
|
|
363
|
+
"attribute": "auth-type",
|
|
375
364
|
"reflect": false,
|
|
376
365
|
"defaultValue": "1"
|
|
377
366
|
},
|
|
378
367
|
"connectionName": {
|
|
379
368
|
"type": "string",
|
|
380
|
-
"attribute": "connection-name",
|
|
381
369
|
"mutable": false,
|
|
382
370
|
"complexType": {
|
|
383
371
|
"original": "string",
|
|
@@ -390,13 +378,11 @@ export class Navigator {
|
|
|
390
378
|
"tags": [],
|
|
391
379
|
"text": ""
|
|
392
380
|
},
|
|
393
|
-
"
|
|
394
|
-
"setter": false,
|
|
381
|
+
"attribute": "connection-name",
|
|
395
382
|
"reflect": false
|
|
396
383
|
},
|
|
397
384
|
"logoutUrl": {
|
|
398
385
|
"type": "string",
|
|
399
|
-
"attribute": "logout-url",
|
|
400
386
|
"mutable": false,
|
|
401
387
|
"complexType": {
|
|
402
388
|
"original": "string",
|
|
@@ -409,13 +395,11 @@ export class Navigator {
|
|
|
409
395
|
"tags": [],
|
|
410
396
|
"text": ""
|
|
411
397
|
},
|
|
412
|
-
"
|
|
413
|
-
"setter": false,
|
|
398
|
+
"attribute": "logout-url",
|
|
414
399
|
"reflect": false
|
|
415
400
|
},
|
|
416
401
|
"products": {
|
|
417
402
|
"type": "string",
|
|
418
|
-
"attribute": "products",
|
|
419
403
|
"mutable": false,
|
|
420
404
|
"complexType": {
|
|
421
405
|
"original": "string | []",
|
|
@@ -428,13 +412,11 @@ export class Navigator {
|
|
|
428
412
|
"tags": [],
|
|
429
413
|
"text": ""
|
|
430
414
|
},
|
|
431
|
-
"
|
|
432
|
-
"setter": false,
|
|
415
|
+
"attribute": "products",
|
|
433
416
|
"reflect": false
|
|
434
417
|
},
|
|
435
418
|
"loadFromUserinfo": {
|
|
436
419
|
"type": "boolean",
|
|
437
|
-
"attribute": "load-from-userinfo",
|
|
438
420
|
"mutable": false,
|
|
439
421
|
"complexType": {
|
|
440
422
|
"original": "boolean",
|
|
@@ -447,8 +429,7 @@ export class Navigator {
|
|
|
447
429
|
"tags": [],
|
|
448
430
|
"text": ""
|
|
449
431
|
},
|
|
450
|
-
"
|
|
451
|
-
"setter": false,
|
|
432
|
+
"attribute": "load-from-userinfo",
|
|
452
433
|
"reflect": false,
|
|
453
434
|
"defaultValue": "false"
|
|
454
435
|
}
|
|
@@ -3,12 +3,6 @@ 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 = "";
|
|
12
6
|
this.totalPages = 0;
|
|
13
7
|
this.navigationLabel = intl.formatMessage({
|
|
14
8
|
id: "pagination.navLabel",
|
|
@@ -40,6 +34,12 @@ export class Pagination {
|
|
|
40
34
|
}
|
|
41
35
|
return coreBtns;
|
|
42
36
|
};
|
|
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,7 +222,6 @@ export class Pagination {
|
|
|
222
222
|
return {
|
|
223
223
|
"currentPage": {
|
|
224
224
|
"type": "number",
|
|
225
|
-
"attribute": "current-page",
|
|
226
225
|
"mutable": false,
|
|
227
226
|
"complexType": {
|
|
228
227
|
"original": "number",
|
|
@@ -235,14 +234,12 @@ export class Pagination {
|
|
|
235
234
|
"tags": [],
|
|
236
235
|
"text": ""
|
|
237
236
|
},
|
|
238
|
-
"
|
|
239
|
-
"setter": false,
|
|
237
|
+
"attribute": "current-page",
|
|
240
238
|
"reflect": false,
|
|
241
239
|
"defaultValue": "1"
|
|
242
240
|
},
|
|
243
241
|
"totalItems": {
|
|
244
242
|
"type": "number",
|
|
245
|
-
"attribute": "total-items",
|
|
246
243
|
"mutable": false,
|
|
247
244
|
"complexType": {
|
|
248
245
|
"original": "number",
|
|
@@ -255,14 +252,12 @@ export class Pagination {
|
|
|
255
252
|
"tags": [],
|
|
256
253
|
"text": ""
|
|
257
254
|
},
|
|
258
|
-
"
|
|
259
|
-
"setter": false,
|
|
255
|
+
"attribute": "total-items",
|
|
260
256
|
"reflect": false,
|
|
261
257
|
"defaultValue": "undefined"
|
|
262
258
|
},
|
|
263
259
|
"itemsPerPage": {
|
|
264
260
|
"type": "number",
|
|
265
|
-
"attribute": "items-per-page",
|
|
266
261
|
"mutable": false,
|
|
267
262
|
"complexType": {
|
|
268
263
|
"original": "number",
|
|
@@ -275,14 +270,12 @@ export class Pagination {
|
|
|
275
270
|
"tags": [],
|
|
276
271
|
"text": ""
|
|
277
272
|
},
|
|
278
|
-
"
|
|
279
|
-
"setter": false,
|
|
273
|
+
"attribute": "items-per-page",
|
|
280
274
|
"reflect": false,
|
|
281
275
|
"defaultValue": "undefined"
|
|
282
276
|
},
|
|
283
277
|
"value": {
|
|
284
278
|
"type": "number",
|
|
285
|
-
"attribute": "value",
|
|
286
279
|
"mutable": false,
|
|
287
280
|
"complexType": {
|
|
288
281
|
"original": "number",
|
|
@@ -295,14 +288,12 @@ export class Pagination {
|
|
|
295
288
|
"tags": [],
|
|
296
289
|
"text": ""
|
|
297
290
|
},
|
|
298
|
-
"
|
|
299
|
-
"setter": false,
|
|
291
|
+
"attribute": "value",
|
|
300
292
|
"reflect": false,
|
|
301
293
|
"defaultValue": "1"
|
|
302
294
|
},
|
|
303
295
|
"isLargeSize": {
|
|
304
296
|
"type": "boolean",
|
|
305
|
-
"attribute": "is-large-size",
|
|
306
297
|
"mutable": false,
|
|
307
298
|
"complexType": {
|
|
308
299
|
"original": "boolean",
|
|
@@ -315,8 +306,7 @@ export class Pagination {
|
|
|
315
306
|
"tags": [],
|
|
316
307
|
"text": ""
|
|
317
308
|
},
|
|
318
|
-
"
|
|
319
|
-
"setter": false,
|
|
309
|
+
"attribute": "is-large-size",
|
|
320
310
|
"reflect": false,
|
|
321
311
|
"defaultValue": "window.innerWidth > 600"
|
|
322
312
|
}
|
|
@@ -3,39 +3,20 @@ 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;
|
|
6
7
|
this.searchType = "basic";
|
|
7
8
|
this.disabled = false;
|
|
8
|
-
/**
|
|
9
|
-
* Props required for both variants.
|
|
10
|
-
*/
|
|
11
9
|
this.placeholder = "";
|
|
12
10
|
this.label = "";
|
|
13
11
|
this.numResults = 0;
|
|
14
|
-
/**
|
|
15
|
-
* This exposes the input's value on the host component so that the app can access it.
|
|
16
|
-
*/
|
|
17
12
|
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
|
-
*/
|
|
21
13
|
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
|
-
*/
|
|
26
14
|
this.highlightedId = "";
|
|
27
15
|
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
|
-
*/
|
|
32
16
|
this.highlightedNum = 0;
|
|
33
17
|
this.previousBlurredValue = "";
|
|
34
|
-
|
|
35
|
-
* Live region announcement
|
|
36
|
-
*/
|
|
18
|
+
this.parentModal = undefined;
|
|
37
19
|
this.announcement = "";
|
|
38
|
-
this.linkEl = null;
|
|
39
20
|
}
|
|
40
21
|
get isDisabled() {
|
|
41
22
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -209,7 +190,6 @@ export class Search {
|
|
|
209
190
|
return {
|
|
210
191
|
"searchType": {
|
|
211
192
|
"type": "string",
|
|
212
|
-
"attribute": "search-type",
|
|
213
193
|
"mutable": true,
|
|
214
194
|
"complexType": {
|
|
215
195
|
"original": "\"basic\" | \"find\"",
|
|
@@ -222,14 +202,12 @@ export class Search {
|
|
|
222
202
|
"tags": [],
|
|
223
203
|
"text": ""
|
|
224
204
|
},
|
|
225
|
-
"
|
|
226
|
-
"setter": false,
|
|
205
|
+
"attribute": "search-type",
|
|
227
206
|
"reflect": false,
|
|
228
207
|
"defaultValue": "\"basic\""
|
|
229
208
|
},
|
|
230
209
|
"disabled": {
|
|
231
210
|
"type": "boolean",
|
|
232
|
-
"attribute": "disabled",
|
|
233
211
|
"mutable": false,
|
|
234
212
|
"complexType": {
|
|
235
213
|
"original": "boolean",
|
|
@@ -242,14 +220,12 @@ export class Search {
|
|
|
242
220
|
"tags": [],
|
|
243
221
|
"text": ""
|
|
244
222
|
},
|
|
245
|
-
"
|
|
246
|
-
"setter": false,
|
|
223
|
+
"attribute": "disabled",
|
|
247
224
|
"reflect": true,
|
|
248
225
|
"defaultValue": "false"
|
|
249
226
|
},
|
|
250
227
|
"placeholder": {
|
|
251
228
|
"type": "string",
|
|
252
|
-
"attribute": "placeholder",
|
|
253
229
|
"mutable": false,
|
|
254
230
|
"complexType": {
|
|
255
231
|
"original": "string",
|
|
@@ -262,14 +238,12 @@ export class Search {
|
|
|
262
238
|
"tags": [],
|
|
263
239
|
"text": "Props required for both variants."
|
|
264
240
|
},
|
|
265
|
-
"
|
|
266
|
-
"setter": false,
|
|
241
|
+
"attribute": "placeholder",
|
|
267
242
|
"reflect": false,
|
|
268
243
|
"defaultValue": "\"\""
|
|
269
244
|
},
|
|
270
245
|
"label": {
|
|
271
246
|
"type": "string",
|
|
272
|
-
"attribute": "label",
|
|
273
247
|
"mutable": false,
|
|
274
248
|
"complexType": {
|
|
275
249
|
"original": "string",
|
|
@@ -282,14 +256,12 @@ export class Search {
|
|
|
282
256
|
"tags": [],
|
|
283
257
|
"text": ""
|
|
284
258
|
},
|
|
285
|
-
"
|
|
286
|
-
"setter": false,
|
|
259
|
+
"attribute": "label",
|
|
287
260
|
"reflect": false,
|
|
288
261
|
"defaultValue": "\"\""
|
|
289
262
|
},
|
|
290
263
|
"numResults": {
|
|
291
264
|
"type": "number",
|
|
292
|
-
"attribute": "num-results",
|
|
293
265
|
"mutable": true,
|
|
294
266
|
"complexType": {
|
|
295
267
|
"original": "number",
|
|
@@ -302,14 +274,12 @@ export class Search {
|
|
|
302
274
|
"tags": [],
|
|
303
275
|
"text": ""
|
|
304
276
|
},
|
|
305
|
-
"
|
|
306
|
-
"setter": false,
|
|
277
|
+
"attribute": "num-results",
|
|
307
278
|
"reflect": false,
|
|
308
279
|
"defaultValue": "0"
|
|
309
280
|
},
|
|
310
281
|
"value": {
|
|
311
282
|
"type": "string",
|
|
312
|
-
"attribute": "value",
|
|
313
283
|
"mutable": true,
|
|
314
284
|
"complexType": {
|
|
315
285
|
"original": "string",
|
|
@@ -322,14 +292,12 @@ export class Search {
|
|
|
322
292
|
"tags": [],
|
|
323
293
|
"text": "This exposes the input's value on the host component so that the app can access it."
|
|
324
294
|
},
|
|
325
|
-
"
|
|
326
|
-
"setter": false,
|
|
295
|
+
"attribute": "value",
|
|
327
296
|
"reflect": true,
|
|
328
297
|
"defaultValue": "\"\""
|
|
329
298
|
},
|
|
330
299
|
"highlightedId": {
|
|
331
300
|
"type": "string",
|
|
332
|
-
"attribute": "highlighted-id",
|
|
333
301
|
"mutable": false,
|
|
334
302
|
"complexType": {
|
|
335
303
|
"original": "string",
|
|
@@ -342,14 +310,12 @@ export class Search {
|
|
|
342
310
|
"tags": [],
|
|
343
311
|
"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."
|
|
344
312
|
},
|
|
345
|
-
"
|
|
346
|
-
"setter": false,
|
|
313
|
+
"attribute": "highlighted-id",
|
|
347
314
|
"reflect": false,
|
|
348
315
|
"defaultValue": "\"\""
|
|
349
316
|
},
|
|
350
317
|
"highlightedName": {
|
|
351
318
|
"type": "string",
|
|
352
|
-
"attribute": "highlighted-name",
|
|
353
319
|
"mutable": false,
|
|
354
320
|
"complexType": {
|
|
355
321
|
"original": "string | null",
|
|
@@ -362,8 +328,7 @@ export class Search {
|
|
|
362
328
|
"tags": [],
|
|
363
329
|
"text": ""
|
|
364
330
|
},
|
|
365
|
-
"
|
|
366
|
-
"setter": false,
|
|
331
|
+
"attribute": "highlighted-name",
|
|
367
332
|
"reflect": false,
|
|
368
333
|
"defaultValue": "null"
|
|
369
334
|
}
|
|
@@ -3,19 +3,18 @@ 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 = "[]";
|
|
8
6
|
this.parsedNotifications = [];
|
|
9
7
|
this.uid = this.el.id ? this.el.id : generateId();
|
|
10
8
|
this.focusOnDismiss = null;
|
|
11
9
|
this.timers = {};
|
|
12
|
-
this.isTabbing = false;
|
|
13
|
-
this.announcement = "";
|
|
14
10
|
this.closeSnackMessage = intl.formatMessage({
|
|
15
11
|
id: "snackbar.closeNotification",
|
|
16
12
|
defaultMessage: "Close this notification",
|
|
17
13
|
description: "Notification refers to a notification UI element that can be dismissed",
|
|
18
14
|
});
|
|
15
|
+
this.notifications = "[]";
|
|
16
|
+
this.isTabbing = false;
|
|
17
|
+
this.announcement = "";
|
|
19
18
|
}
|
|
20
19
|
componentDidLoad() {
|
|
21
20
|
const snackObserver = new MutationObserver((snackMutations) => snackMutations.forEach((mutationRecord) => this.handleSnackMutation(mutationRecord)));
|
|
@@ -185,7 +184,6 @@ export class Snackbar {
|
|
|
185
184
|
return {
|
|
186
185
|
"notifications": {
|
|
187
186
|
"type": "string",
|
|
188
|
-
"attribute": "notifications",
|
|
189
187
|
"mutable": true,
|
|
190
188
|
"complexType": {
|
|
191
189
|
"original": "string",
|
|
@@ -198,8 +196,7 @@ export class Snackbar {
|
|
|
198
196
|
"tags": [],
|
|
199
197
|
"text": ""
|
|
200
198
|
},
|
|
201
|
-
"
|
|
202
|
-
"setter": false,
|
|
199
|
+
"attribute": "notifications",
|
|
203
200
|
"reflect": true,
|
|
204
201
|
"defaultValue": "\"[]\""
|
|
205
202
|
}
|
|
@@ -1,15 +1,6 @@
|
|
|
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 = "";
|
|
13
4
|
this.tabClicked = (ev) => {
|
|
14
5
|
ev.preventDefault();
|
|
15
6
|
this.wmTabSelected.emit({ tabId: this.tabId });
|
|
@@ -25,6 +16,9 @@ export class TabItem {
|
|
|
25
16
|
this.keydownOnTabItem.emit({ tabItem: this.el, key: ev.key });
|
|
26
17
|
}
|
|
27
18
|
};
|
|
19
|
+
this.selected = false;
|
|
20
|
+
this.show = true;
|
|
21
|
+
this.tabId = "";
|
|
28
22
|
}
|
|
29
23
|
get parentTabList() {
|
|
30
24
|
return this.el.parentElement;
|
|
@@ -65,7 +59,6 @@ export class TabItem {
|
|
|
65
59
|
return {
|
|
66
60
|
"selected": {
|
|
67
61
|
"type": "boolean",
|
|
68
|
-
"attribute": "selected",
|
|
69
62
|
"mutable": false,
|
|
70
63
|
"complexType": {
|
|
71
64
|
"original": "boolean",
|
|
@@ -78,14 +71,12 @@ export class TabItem {
|
|
|
78
71
|
"tags": [],
|
|
79
72
|
"text": "Indicates whether the tab is currently active"
|
|
80
73
|
},
|
|
81
|
-
"
|
|
82
|
-
"setter": false,
|
|
74
|
+
"attribute": "selected",
|
|
83
75
|
"reflect": false,
|
|
84
76
|
"defaultValue": "false"
|
|
85
77
|
},
|
|
86
78
|
"show": {
|
|
87
79
|
"type": "boolean",
|
|
88
|
-
"attribute": "show",
|
|
89
80
|
"mutable": false,
|
|
90
81
|
"complexType": {
|
|
91
82
|
"original": "boolean",
|
|
@@ -98,14 +89,12 @@ export class TabItem {
|
|
|
98
89
|
"tags": [],
|
|
99
90
|
"text": ""
|
|
100
91
|
},
|
|
101
|
-
"
|
|
102
|
-
"setter": false,
|
|
92
|
+
"attribute": "show",
|
|
103
93
|
"reflect": false,
|
|
104
94
|
"defaultValue": "true"
|
|
105
95
|
},
|
|
106
96
|
"tabId": {
|
|
107
97
|
"type": "string",
|
|
108
|
-
"attribute": "tab-id",
|
|
109
98
|
"mutable": false,
|
|
110
99
|
"complexType": {
|
|
111
100
|
"original": "string",
|
|
@@ -118,8 +107,7 @@ export class TabItem {
|
|
|
118
107
|
"tags": [],
|
|
119
108
|
"text": "The id of the tab, linked to a tab panel."
|
|
120
109
|
},
|
|
121
|
-
"
|
|
122
|
-
"setter": false,
|
|
110
|
+
"attribute": "tab-id",
|
|
123
111
|
"reflect": false,
|
|
124
112
|
"defaultValue": "\"\""
|
|
125
113
|
}
|
|
@@ -13,6 +13,9 @@ 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;
|
|
16
19
|
}
|
|
17
20
|
/**
|
|
18
21
|
* Set to true when the tab list exceeds the parent width. Component will render the menu layout.
|
|
@@ -176,7 +179,6 @@ export class TabList {
|
|
|
176
179
|
return {
|
|
177
180
|
"customBackground": {
|
|
178
181
|
"type": "string",
|
|
179
|
-
"attribute": "custom-background",
|
|
180
182
|
"mutable": false,
|
|
181
183
|
"complexType": {
|
|
182
184
|
"original": "\"dark\" | \"\"",
|
|
@@ -189,13 +191,11 @@ export class TabList {
|
|
|
189
191
|
"tags": [],
|
|
190
192
|
"text": ""
|
|
191
193
|
},
|
|
192
|
-
"
|
|
193
|
-
"setter": false,
|
|
194
|
+
"attribute": "custom-background",
|
|
194
195
|
"reflect": false
|
|
195
196
|
},
|
|
196
197
|
"customPadding": {
|
|
197
198
|
"type": "string",
|
|
198
|
-
"attribute": "custom-padding",
|
|
199
199
|
"mutable": false,
|
|
200
200
|
"complexType": {
|
|
201
201
|
"original": "string",
|
|
@@ -208,13 +208,11 @@ export class TabList {
|
|
|
208
208
|
"tags": [],
|
|
209
209
|
"text": ""
|
|
210
210
|
},
|
|
211
|
-
"
|
|
212
|
-
"setter": false,
|
|
211
|
+
"attribute": "custom-padding",
|
|
213
212
|
"reflect": false
|
|
214
213
|
},
|
|
215
214
|
"selectedTab": {
|
|
216
215
|
"type": "string",
|
|
217
|
-
"attribute": "selected-tab",
|
|
218
216
|
"mutable": false,
|
|
219
217
|
"complexType": {
|
|
220
218
|
"original": "string",
|
|
@@ -227,8 +225,7 @@ export class TabList {
|
|
|
227
225
|
"tags": [],
|
|
228
226
|
"text": ""
|
|
229
227
|
},
|
|
230
|
-
"
|
|
231
|
-
"setter": false,
|
|
228
|
+
"attribute": "selected-tab",
|
|
232
229
|
"reflect": false
|
|
233
230
|
}
|
|
234
231
|
};
|
|
@@ -2,13 +2,7 @@ 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
|
-
*/
|
|
8
5
|
this.active = false;
|
|
9
|
-
/**
|
|
10
|
-
* The id of the panel, linked to a tabItem in the tablist.
|
|
11
|
-
*/
|
|
12
6
|
this.tabId = "";
|
|
13
7
|
}
|
|
14
8
|
componentWillLoad() {
|
|
@@ -35,7 +29,6 @@ export class TabPanel {
|
|
|
35
29
|
return {
|
|
36
30
|
"active": {
|
|
37
31
|
"type": "boolean",
|
|
38
|
-
"attribute": "active",
|
|
39
32
|
"mutable": true,
|
|
40
33
|
"complexType": {
|
|
41
34
|
"original": "boolean",
|
|
@@ -48,14 +41,12 @@ export class TabPanel {
|
|
|
48
41
|
"tags": [],
|
|
49
42
|
"text": "Indicates whether the panel should be displayed or not."
|
|
50
43
|
},
|
|
51
|
-
"
|
|
52
|
-
"setter": false,
|
|
44
|
+
"attribute": "active",
|
|
53
45
|
"reflect": false,
|
|
54
46
|
"defaultValue": "false"
|
|
55
47
|
},
|
|
56
48
|
"tabId": {
|
|
57
49
|
"type": "string",
|
|
58
|
-
"attribute": "tab-id",
|
|
59
50
|
"mutable": true,
|
|
60
51
|
"complexType": {
|
|
61
52
|
"original": "string",
|
|
@@ -68,8 +59,7 @@ export class TabPanel {
|
|
|
68
59
|
"tags": [],
|
|
69
60
|
"text": "The id of the panel, linked to a tabItem in the tablist."
|
|
70
61
|
},
|
|
71
|
-
"
|
|
72
|
-
"setter": false,
|
|
62
|
+
"attribute": "tab-id",
|
|
73
63
|
"reflect": false,
|
|
74
64
|
"defaultValue": "\"\""
|
|
75
65
|
}
|