@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,17 +2,15 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { intl, toBool, handleDisabledAttribute, hasRoomRight, shouldOpenUp, dateToISO, showTooltip, hideTooltip } from "../../global/functions";
|
|
3
3
|
export class DatePicker {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.openUp = false;
|
|
6
|
-
this.popupClicked = false;
|
|
7
|
-
this.toggleButtonClicked = false;
|
|
8
5
|
this.value = "";
|
|
9
6
|
this.disabled = false;
|
|
10
7
|
this.dateFormat = "mm/dd/yyyy";
|
|
11
|
-
this.errorMessage = undefined;
|
|
12
8
|
this.labelPosition = "top";
|
|
13
9
|
this.label = "";
|
|
14
10
|
this.requiredField = false;
|
|
15
|
-
this.
|
|
11
|
+
this.openUp = false;
|
|
12
|
+
this.popupClicked = false;
|
|
13
|
+
this.toggleButtonClicked = false;
|
|
16
14
|
this.isExpanded = false;
|
|
17
15
|
}
|
|
18
16
|
get isDisabled() {
|
|
@@ -253,6 +251,7 @@ export class DatePicker {
|
|
|
253
251
|
return {
|
|
254
252
|
"value": {
|
|
255
253
|
"type": "string",
|
|
254
|
+
"attribute": "value",
|
|
256
255
|
"mutable": true,
|
|
257
256
|
"complexType": {
|
|
258
257
|
"original": "string",
|
|
@@ -265,12 +264,14 @@ export class DatePicker {
|
|
|
265
264
|
"tags": [],
|
|
266
265
|
"text": ""
|
|
267
266
|
},
|
|
268
|
-
"
|
|
267
|
+
"getter": false,
|
|
268
|
+
"setter": false,
|
|
269
269
|
"reflect": false,
|
|
270
270
|
"defaultValue": "\"\""
|
|
271
271
|
},
|
|
272
272
|
"disabled": {
|
|
273
273
|
"type": "boolean",
|
|
274
|
+
"attribute": "disabled",
|
|
274
275
|
"mutable": false,
|
|
275
276
|
"complexType": {
|
|
276
277
|
"original": "boolean",
|
|
@@ -283,12 +284,14 @@ export class DatePicker {
|
|
|
283
284
|
"tags": [],
|
|
284
285
|
"text": ""
|
|
285
286
|
},
|
|
286
|
-
"
|
|
287
|
+
"getter": false,
|
|
288
|
+
"setter": false,
|
|
287
289
|
"reflect": false,
|
|
288
290
|
"defaultValue": "false"
|
|
289
291
|
},
|
|
290
292
|
"dateFormat": {
|
|
291
293
|
"type": "string",
|
|
294
|
+
"attribute": "date-format",
|
|
292
295
|
"mutable": false,
|
|
293
296
|
"complexType": {
|
|
294
297
|
"original": "string",
|
|
@@ -301,12 +304,14 @@ export class DatePicker {
|
|
|
301
304
|
"tags": [],
|
|
302
305
|
"text": ""
|
|
303
306
|
},
|
|
304
|
-
"
|
|
307
|
+
"getter": false,
|
|
308
|
+
"setter": false,
|
|
305
309
|
"reflect": false,
|
|
306
310
|
"defaultValue": "\"mm/dd/yyyy\""
|
|
307
311
|
},
|
|
308
312
|
"errorMessage": {
|
|
309
313
|
"type": "string",
|
|
314
|
+
"attribute": "error-message",
|
|
310
315
|
"mutable": false,
|
|
311
316
|
"complexType": {
|
|
312
317
|
"original": "string",
|
|
@@ -319,11 +324,13 @@ export class DatePicker {
|
|
|
319
324
|
"tags": [],
|
|
320
325
|
"text": ""
|
|
321
326
|
},
|
|
322
|
-
"
|
|
327
|
+
"getter": false,
|
|
328
|
+
"setter": false,
|
|
323
329
|
"reflect": true
|
|
324
330
|
},
|
|
325
331
|
"labelPosition": {
|
|
326
332
|
"type": "string",
|
|
333
|
+
"attribute": "label-position",
|
|
327
334
|
"mutable": false,
|
|
328
335
|
"complexType": {
|
|
329
336
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -336,12 +343,14 @@ export class DatePicker {
|
|
|
336
343
|
"tags": [],
|
|
337
344
|
"text": ""
|
|
338
345
|
},
|
|
339
|
-
"
|
|
346
|
+
"getter": false,
|
|
347
|
+
"setter": false,
|
|
340
348
|
"reflect": false,
|
|
341
349
|
"defaultValue": "\"top\""
|
|
342
350
|
},
|
|
343
351
|
"label": {
|
|
344
352
|
"type": "string",
|
|
353
|
+
"attribute": "label",
|
|
345
354
|
"mutable": false,
|
|
346
355
|
"complexType": {
|
|
347
356
|
"original": "string",
|
|
@@ -354,12 +363,14 @@ export class DatePicker {
|
|
|
354
363
|
"tags": [],
|
|
355
364
|
"text": ""
|
|
356
365
|
},
|
|
357
|
-
"
|
|
366
|
+
"getter": false,
|
|
367
|
+
"setter": false,
|
|
358
368
|
"reflect": false,
|
|
359
369
|
"defaultValue": "\"\""
|
|
360
370
|
},
|
|
361
371
|
"requiredField": {
|
|
362
372
|
"type": "boolean",
|
|
373
|
+
"attribute": "required-field",
|
|
363
374
|
"mutable": false,
|
|
364
375
|
"complexType": {
|
|
365
376
|
"original": "boolean",
|
|
@@ -372,12 +383,14 @@ export class DatePicker {
|
|
|
372
383
|
"tags": [],
|
|
373
384
|
"text": ""
|
|
374
385
|
},
|
|
375
|
-
"
|
|
386
|
+
"getter": false,
|
|
387
|
+
"setter": false,
|
|
376
388
|
"reflect": false,
|
|
377
389
|
"defaultValue": "false"
|
|
378
390
|
},
|
|
379
391
|
"preselected": {
|
|
380
392
|
"type": "string",
|
|
393
|
+
"attribute": "preselected",
|
|
381
394
|
"mutable": false,
|
|
382
395
|
"complexType": {
|
|
383
396
|
"original": "string",
|
|
@@ -390,7 +403,8 @@ export class DatePicker {
|
|
|
390
403
|
"tags": [],
|
|
391
404
|
"text": ""
|
|
392
405
|
},
|
|
393
|
-
"
|
|
406
|
+
"getter": false,
|
|
407
|
+
"setter": false,
|
|
394
408
|
"reflect": false
|
|
395
409
|
}
|
|
396
410
|
};
|
|
@@ -3,6 +3,12 @@ import { debounce, isElOrChild } from "../../../global/functions";
|
|
|
3
3
|
import { selectMessages } from "../../../global/intl";
|
|
4
4
|
export class PrivOptionList {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.multiple = false;
|
|
7
|
+
this.search = false;
|
|
8
|
+
this.selectAll = false;
|
|
9
|
+
this.upwardsHeightLimit = null;
|
|
10
|
+
this.announcement = "";
|
|
11
|
+
this.searchTerm = "";
|
|
6
12
|
this.searchIndex = 0;
|
|
7
13
|
this.keysSoFar = "";
|
|
8
14
|
this.debouncedSearch = debounce(() => {
|
|
@@ -18,15 +24,6 @@ export class PrivOptionList {
|
|
|
18
24
|
this.debouncedClearKeysSoFar = debounce(() => {
|
|
19
25
|
this.keysSoFar = "";
|
|
20
26
|
}, 500);
|
|
21
|
-
this.multiple = false;
|
|
22
|
-
this.search = false;
|
|
23
|
-
this.selectAll = false;
|
|
24
|
-
this.searchPlaceholder = undefined;
|
|
25
|
-
this.optgroupLabel = undefined;
|
|
26
|
-
this.maxHeight = undefined;
|
|
27
|
-
this.upwardsHeightLimit = null;
|
|
28
|
-
this.announcement = "";
|
|
29
|
-
this.searchTerm = "";
|
|
30
27
|
}
|
|
31
28
|
get childOptions() {
|
|
32
29
|
return Array.from(this.el.getRootNode().host.querySelectorAll("wm-option"));
|
|
@@ -386,6 +383,7 @@ export class PrivOptionList {
|
|
|
386
383
|
return {
|
|
387
384
|
"multiple": {
|
|
388
385
|
"type": "boolean",
|
|
386
|
+
"attribute": "multiple",
|
|
389
387
|
"mutable": false,
|
|
390
388
|
"complexType": {
|
|
391
389
|
"original": "boolean",
|
|
@@ -398,12 +396,14 @@ export class PrivOptionList {
|
|
|
398
396
|
"tags": [],
|
|
399
397
|
"text": ""
|
|
400
398
|
},
|
|
401
|
-
"
|
|
399
|
+
"getter": false,
|
|
400
|
+
"setter": false,
|
|
402
401
|
"reflect": false,
|
|
403
402
|
"defaultValue": "false"
|
|
404
403
|
},
|
|
405
404
|
"search": {
|
|
406
405
|
"type": "boolean",
|
|
406
|
+
"attribute": "search",
|
|
407
407
|
"mutable": false,
|
|
408
408
|
"complexType": {
|
|
409
409
|
"original": "boolean",
|
|
@@ -416,12 +416,14 @@ export class PrivOptionList {
|
|
|
416
416
|
"tags": [],
|
|
417
417
|
"text": ""
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"getter": false,
|
|
420
|
+
"setter": false,
|
|
420
421
|
"reflect": false,
|
|
421
422
|
"defaultValue": "false"
|
|
422
423
|
},
|
|
423
424
|
"selectAll": {
|
|
424
425
|
"type": "boolean",
|
|
426
|
+
"attribute": "select-all",
|
|
425
427
|
"mutable": false,
|
|
426
428
|
"complexType": {
|
|
427
429
|
"original": "boolean",
|
|
@@ -434,12 +436,14 @@ export class PrivOptionList {
|
|
|
434
436
|
"tags": [],
|
|
435
437
|
"text": ""
|
|
436
438
|
},
|
|
437
|
-
"
|
|
439
|
+
"getter": false,
|
|
440
|
+
"setter": false,
|
|
438
441
|
"reflect": false,
|
|
439
442
|
"defaultValue": "false"
|
|
440
443
|
},
|
|
441
444
|
"searchPlaceholder": {
|
|
442
445
|
"type": "string",
|
|
446
|
+
"attribute": "search-placeholder",
|
|
443
447
|
"mutable": false,
|
|
444
448
|
"complexType": {
|
|
445
449
|
"original": "string",
|
|
@@ -452,11 +456,13 @@ export class PrivOptionList {
|
|
|
452
456
|
"tags": [],
|
|
453
457
|
"text": ""
|
|
454
458
|
},
|
|
455
|
-
"
|
|
459
|
+
"getter": false,
|
|
460
|
+
"setter": false,
|
|
456
461
|
"reflect": false
|
|
457
462
|
},
|
|
458
463
|
"optgroupLabel": {
|
|
459
464
|
"type": "string",
|
|
465
|
+
"attribute": "optgroup-label",
|
|
460
466
|
"mutable": false,
|
|
461
467
|
"complexType": {
|
|
462
468
|
"original": "string",
|
|
@@ -469,11 +475,13 @@ export class PrivOptionList {
|
|
|
469
475
|
"tags": [],
|
|
470
476
|
"text": ""
|
|
471
477
|
},
|
|
472
|
-
"
|
|
478
|
+
"getter": false,
|
|
479
|
+
"setter": false,
|
|
473
480
|
"reflect": false
|
|
474
481
|
},
|
|
475
482
|
"maxHeight": {
|
|
476
483
|
"type": "string",
|
|
484
|
+
"attribute": "max-height",
|
|
477
485
|
"mutable": false,
|
|
478
486
|
"complexType": {
|
|
479
487
|
"original": "string",
|
|
@@ -486,11 +494,13 @@ export class PrivOptionList {
|
|
|
486
494
|
"tags": [],
|
|
487
495
|
"text": ""
|
|
488
496
|
},
|
|
489
|
-
"
|
|
497
|
+
"getter": false,
|
|
498
|
+
"setter": false,
|
|
490
499
|
"reflect": false
|
|
491
500
|
},
|
|
492
501
|
"upwardsHeightLimit": {
|
|
493
502
|
"type": "number",
|
|
503
|
+
"attribute": "upwards-height-limit",
|
|
494
504
|
"mutable": false,
|
|
495
505
|
"complexType": {
|
|
496
506
|
"original": "number | null",
|
|
@@ -503,7 +513,8 @@ export class PrivOptionList {
|
|
|
503
513
|
"tags": [],
|
|
504
514
|
"text": ""
|
|
505
515
|
},
|
|
506
|
-
"
|
|
516
|
+
"getter": false,
|
|
517
|
+
"setter": false,
|
|
507
518
|
"reflect": false,
|
|
508
519
|
"defaultValue": "null"
|
|
509
520
|
}
|
|
@@ -3,18 +3,10 @@ import { getContextMeasurements, getTextDir, isElOrChild, shouldOpenUp, toBool,
|
|
|
3
3
|
import { globalMessages, selectMessages } from "../../../global/intl";
|
|
4
4
|
export class NestedSelect {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.openUp = false;
|
|
7
|
-
this.overflowCount = 0;
|
|
8
|
-
this.displayedOptions = [];
|
|
9
|
-
this.clearSelectionMessage = this.multiple
|
|
10
|
-
? selectMessages.multiClearSelection
|
|
11
|
-
: selectMessages.singleClearSelection;
|
|
12
6
|
this.disabled = false;
|
|
13
7
|
this.maxHeight = "200px";
|
|
14
|
-
this.label = undefined;
|
|
15
8
|
this.labelPosition = "top";
|
|
16
9
|
this.requiredField = false;
|
|
17
|
-
this.errorMessage = undefined;
|
|
18
10
|
this.multiple = false;
|
|
19
11
|
this.search = false;
|
|
20
12
|
this.selectAll = false;
|
|
@@ -24,7 +16,13 @@ export class NestedSelect {
|
|
|
24
16
|
this.isExpanded = false;
|
|
25
17
|
this.showClearSelectionButton = false;
|
|
26
18
|
this.announcement = "";
|
|
27
|
-
this.
|
|
19
|
+
this.openUp = false;
|
|
20
|
+
this.constrainedMaxHeight = this.maxHeight; // internal, limits the upwards maxheight of the dropdown if it decides to open upwards but there is not enough room
|
|
21
|
+
this.overflowCount = 0;
|
|
22
|
+
this.displayedOptions = [];
|
|
23
|
+
this.clearSelectionMessage = this.multiple
|
|
24
|
+
? selectMessages.multiClearSelection
|
|
25
|
+
: selectMessages.singleClearSelection;
|
|
28
26
|
}
|
|
29
27
|
get isDisabled() {
|
|
30
28
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -320,6 +318,7 @@ export class NestedSelect {
|
|
|
320
318
|
return {
|
|
321
319
|
"disabled": {
|
|
322
320
|
"type": "boolean",
|
|
321
|
+
"attribute": "disabled",
|
|
323
322
|
"mutable": false,
|
|
324
323
|
"complexType": {
|
|
325
324
|
"original": "boolean",
|
|
@@ -332,12 +331,14 @@ export class NestedSelect {
|
|
|
332
331
|
"tags": [],
|
|
333
332
|
"text": ""
|
|
334
333
|
},
|
|
335
|
-
"
|
|
334
|
+
"getter": false,
|
|
335
|
+
"setter": false,
|
|
336
336
|
"reflect": true,
|
|
337
337
|
"defaultValue": "false"
|
|
338
338
|
},
|
|
339
339
|
"maxHeight": {
|
|
340
340
|
"type": "string",
|
|
341
|
+
"attribute": "max-height",
|
|
341
342
|
"mutable": false,
|
|
342
343
|
"complexType": {
|
|
343
344
|
"original": "string",
|
|
@@ -350,12 +351,14 @@ export class NestedSelect {
|
|
|
350
351
|
"tags": [],
|
|
351
352
|
"text": ""
|
|
352
353
|
},
|
|
353
|
-
"
|
|
354
|
+
"getter": false,
|
|
355
|
+
"setter": false,
|
|
354
356
|
"reflect": false,
|
|
355
357
|
"defaultValue": "\"200px\""
|
|
356
358
|
},
|
|
357
359
|
"label": {
|
|
358
360
|
"type": "string",
|
|
361
|
+
"attribute": "label",
|
|
359
362
|
"mutable": true,
|
|
360
363
|
"complexType": {
|
|
361
364
|
"original": "string",
|
|
@@ -368,11 +371,13 @@ export class NestedSelect {
|
|
|
368
371
|
"tags": [],
|
|
369
372
|
"text": ""
|
|
370
373
|
},
|
|
371
|
-
"
|
|
374
|
+
"getter": false,
|
|
375
|
+
"setter": false,
|
|
372
376
|
"reflect": false
|
|
373
377
|
},
|
|
374
378
|
"labelPosition": {
|
|
375
379
|
"type": "string",
|
|
380
|
+
"attribute": "label-position",
|
|
376
381
|
"mutable": false,
|
|
377
382
|
"complexType": {
|
|
378
383
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -385,12 +390,14 @@ export class NestedSelect {
|
|
|
385
390
|
"tags": [],
|
|
386
391
|
"text": ""
|
|
387
392
|
},
|
|
388
|
-
"
|
|
393
|
+
"getter": false,
|
|
394
|
+
"setter": false,
|
|
389
395
|
"reflect": false,
|
|
390
396
|
"defaultValue": "\"top\""
|
|
391
397
|
},
|
|
392
398
|
"requiredField": {
|
|
393
399
|
"type": "boolean",
|
|
400
|
+
"attribute": "required-field",
|
|
394
401
|
"mutable": false,
|
|
395
402
|
"complexType": {
|
|
396
403
|
"original": "boolean",
|
|
@@ -403,12 +410,14 @@ export class NestedSelect {
|
|
|
403
410
|
"tags": [],
|
|
404
411
|
"text": ""
|
|
405
412
|
},
|
|
406
|
-
"
|
|
413
|
+
"getter": false,
|
|
414
|
+
"setter": false,
|
|
407
415
|
"reflect": false,
|
|
408
416
|
"defaultValue": "false"
|
|
409
417
|
},
|
|
410
418
|
"errorMessage": {
|
|
411
419
|
"type": "string",
|
|
420
|
+
"attribute": "error-message",
|
|
412
421
|
"mutable": true,
|
|
413
422
|
"complexType": {
|
|
414
423
|
"original": "string",
|
|
@@ -421,11 +430,13 @@ export class NestedSelect {
|
|
|
421
430
|
"tags": [],
|
|
422
431
|
"text": ""
|
|
423
432
|
},
|
|
424
|
-
"
|
|
433
|
+
"getter": false,
|
|
434
|
+
"setter": false,
|
|
425
435
|
"reflect": false
|
|
426
436
|
},
|
|
427
437
|
"multiple": {
|
|
428
438
|
"type": "boolean",
|
|
439
|
+
"attribute": "multiple",
|
|
429
440
|
"mutable": false,
|
|
430
441
|
"complexType": {
|
|
431
442
|
"original": "boolean",
|
|
@@ -438,12 +449,14 @@ export class NestedSelect {
|
|
|
438
449
|
"tags": [],
|
|
439
450
|
"text": ""
|
|
440
451
|
},
|
|
441
|
-
"
|
|
452
|
+
"getter": false,
|
|
453
|
+
"setter": false,
|
|
442
454
|
"reflect": false,
|
|
443
455
|
"defaultValue": "false"
|
|
444
456
|
},
|
|
445
457
|
"search": {
|
|
446
458
|
"type": "boolean",
|
|
459
|
+
"attribute": "search",
|
|
447
460
|
"mutable": false,
|
|
448
461
|
"complexType": {
|
|
449
462
|
"original": "boolean",
|
|
@@ -456,12 +469,14 @@ export class NestedSelect {
|
|
|
456
469
|
"tags": [],
|
|
457
470
|
"text": ""
|
|
458
471
|
},
|
|
459
|
-
"
|
|
472
|
+
"getter": false,
|
|
473
|
+
"setter": false,
|
|
460
474
|
"reflect": false,
|
|
461
475
|
"defaultValue": "false"
|
|
462
476
|
},
|
|
463
477
|
"selectAll": {
|
|
464
478
|
"type": "boolean",
|
|
479
|
+
"attribute": "select-all",
|
|
465
480
|
"mutable": false,
|
|
466
481
|
"complexType": {
|
|
467
482
|
"original": "boolean",
|
|
@@ -474,12 +489,14 @@ export class NestedSelect {
|
|
|
474
489
|
"tags": [],
|
|
475
490
|
"text": ""
|
|
476
491
|
},
|
|
477
|
-
"
|
|
492
|
+
"getter": false,
|
|
493
|
+
"setter": false,
|
|
478
494
|
"reflect": false,
|
|
479
495
|
"defaultValue": "false"
|
|
480
496
|
},
|
|
481
497
|
"placeholder": {
|
|
482
498
|
"type": "string",
|
|
499
|
+
"attribute": "placeholder",
|
|
483
500
|
"mutable": false,
|
|
484
501
|
"complexType": {
|
|
485
502
|
"original": "string",
|
|
@@ -492,12 +509,14 @@ export class NestedSelect {
|
|
|
492
509
|
"tags": [],
|
|
493
510
|
"text": ""
|
|
494
511
|
},
|
|
495
|
-
"
|
|
512
|
+
"getter": false,
|
|
513
|
+
"setter": false,
|
|
496
514
|
"reflect": false,
|
|
497
515
|
"defaultValue": "this.multiple ? selectMessages.multiPlaceholder : selectMessages.singlePlaceholder"
|
|
498
516
|
},
|
|
499
517
|
"searchPlaceholder": {
|
|
500
518
|
"type": "string",
|
|
519
|
+
"attribute": "search-placeholder",
|
|
501
520
|
"mutable": false,
|
|
502
521
|
"complexType": {
|
|
503
522
|
"original": "string",
|
|
@@ -510,12 +529,14 @@ export class NestedSelect {
|
|
|
510
529
|
"tags": [],
|
|
511
530
|
"text": ""
|
|
512
531
|
},
|
|
513
|
-
"
|
|
532
|
+
"getter": false,
|
|
533
|
+
"setter": false,
|
|
514
534
|
"reflect": false,
|
|
515
535
|
"defaultValue": "selectMessages.searchPlaceholder"
|
|
516
536
|
},
|
|
517
537
|
"allSelectedMessage": {
|
|
518
538
|
"type": "string",
|
|
539
|
+
"attribute": "all-selected-message",
|
|
519
540
|
"mutable": false,
|
|
520
541
|
"complexType": {
|
|
521
542
|
"original": "string",
|
|
@@ -528,12 +549,14 @@ export class NestedSelect {
|
|
|
528
549
|
"tags": [],
|
|
529
550
|
"text": ""
|
|
530
551
|
},
|
|
531
|
-
"
|
|
552
|
+
"getter": false,
|
|
553
|
+
"setter": false,
|
|
532
554
|
"reflect": false,
|
|
533
555
|
"defaultValue": "selectMessages.allSelected"
|
|
534
556
|
},
|
|
535
557
|
"constrainedMaxHeight": {
|
|
536
558
|
"type": "string",
|
|
559
|
+
"attribute": "constrained-max-height",
|
|
537
560
|
"mutable": true,
|
|
538
561
|
"complexType": {
|
|
539
562
|
"original": "string",
|
|
@@ -546,7 +569,8 @@ export class NestedSelect {
|
|
|
546
569
|
"tags": [],
|
|
547
570
|
"text": ""
|
|
548
571
|
},
|
|
549
|
-
"
|
|
572
|
+
"getter": false,
|
|
573
|
+
"setter": false,
|
|
550
574
|
"reflect": false,
|
|
551
575
|
"defaultValue": "this.maxHeight"
|
|
552
576
|
}
|
|
@@ -2,7 +2,6 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { handleDisabledAttribute, toBool } from "../../../global/functions";
|
|
3
3
|
export class Optgroup {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.label = undefined;
|
|
6
5
|
this.isExpanded = false;
|
|
7
6
|
this.multiple = false;
|
|
8
7
|
this.disabled = false;
|
|
@@ -67,6 +66,7 @@ export class Optgroup {
|
|
|
67
66
|
return {
|
|
68
67
|
"label": {
|
|
69
68
|
"type": "string",
|
|
69
|
+
"attribute": "label",
|
|
70
70
|
"mutable": false,
|
|
71
71
|
"complexType": {
|
|
72
72
|
"original": "string",
|
|
@@ -79,11 +79,13 @@ export class Optgroup {
|
|
|
79
79
|
"tags": [],
|
|
80
80
|
"text": ""
|
|
81
81
|
},
|
|
82
|
-
"
|
|
82
|
+
"getter": false,
|
|
83
|
+
"setter": false,
|
|
83
84
|
"reflect": false
|
|
84
85
|
},
|
|
85
86
|
"isExpanded": {
|
|
86
87
|
"type": "boolean",
|
|
88
|
+
"attribute": "is-expanded",
|
|
87
89
|
"mutable": true,
|
|
88
90
|
"complexType": {
|
|
89
91
|
"original": "boolean",
|
|
@@ -96,12 +98,14 @@ export class Optgroup {
|
|
|
96
98
|
"tags": [],
|
|
97
99
|
"text": ""
|
|
98
100
|
},
|
|
99
|
-
"
|
|
101
|
+
"getter": false,
|
|
102
|
+
"setter": false,
|
|
100
103
|
"reflect": false,
|
|
101
104
|
"defaultValue": "false"
|
|
102
105
|
},
|
|
103
106
|
"multiple": {
|
|
104
107
|
"type": "boolean",
|
|
108
|
+
"attribute": "multiple",
|
|
105
109
|
"mutable": true,
|
|
106
110
|
"complexType": {
|
|
107
111
|
"original": "boolean",
|
|
@@ -114,12 +118,14 @@ export class Optgroup {
|
|
|
114
118
|
"tags": [],
|
|
115
119
|
"text": ""
|
|
116
120
|
},
|
|
117
|
-
"
|
|
121
|
+
"getter": false,
|
|
122
|
+
"setter": false,
|
|
118
123
|
"reflect": false,
|
|
119
124
|
"defaultValue": "false"
|
|
120
125
|
},
|
|
121
126
|
"disabled": {
|
|
122
127
|
"type": "boolean",
|
|
128
|
+
"attribute": "disabled",
|
|
123
129
|
"mutable": false,
|
|
124
130
|
"complexType": {
|
|
125
131
|
"original": "boolean",
|
|
@@ -132,7 +138,8 @@ export class Optgroup {
|
|
|
132
138
|
"tags": [],
|
|
133
139
|
"text": ""
|
|
134
140
|
},
|
|
135
|
-
"
|
|
141
|
+
"getter": false,
|
|
142
|
+
"setter": false,
|
|
136
143
|
"reflect": false,
|
|
137
144
|
"defaultValue": "false"
|
|
138
145
|
}
|