@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
|
@@ -3,6 +3,12 @@ import { csvToArray, debounce, hideTooltip, intl, measureText, shouldOpenUp, sho
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class TagInput {
|
|
5
5
|
constructor() {
|
|
6
|
+
this.labelPosition = "top";
|
|
7
|
+
this.requiredField = false;
|
|
8
|
+
this.tagInputType = "dropdown";
|
|
9
|
+
// dropdown variant
|
|
10
|
+
this.addNew = true;
|
|
11
|
+
this.characterLimit = 50;
|
|
6
12
|
this.addNewHelpText = intl.formatMessage({
|
|
7
13
|
id: "tagInput.addNewHelpText",
|
|
8
14
|
defaultMessage: "Press the Enter or Comma key to add a new tag.",
|
|
@@ -34,28 +40,12 @@ export class TagInput {
|
|
|
34
40
|
});
|
|
35
41
|
this.openUp = false;
|
|
36
42
|
this.inModal = false;
|
|
37
|
-
this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
|
|
38
|
-
this.label = undefined;
|
|
39
|
-
this.errorMessage = undefined;
|
|
40
|
-
this.info = undefined;
|
|
41
|
-
this.labelPosition = "top";
|
|
42
|
-
this.maxTags = undefined;
|
|
43
|
-
this.placeholder = undefined;
|
|
44
|
-
this.requiredField = false;
|
|
45
|
-
this.tagInputType = "dropdown";
|
|
46
|
-
this.helpText = undefined;
|
|
47
|
-
this.addNew = true;
|
|
48
|
-
this.characterLimit = 50;
|
|
49
|
-
this.colHeaders = undefined;
|
|
50
|
-
this.colWidths = undefined;
|
|
51
|
-
this.colWrap = undefined;
|
|
52
43
|
this.isKeying = false;
|
|
53
44
|
this.isExpanded = false;
|
|
54
45
|
this.liveRegionMessage = "";
|
|
55
|
-
this.focusedOption = undefined;
|
|
56
46
|
this.focusedColumn = 0;
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
47
|
+
this.tagsList = []; // options to render as tags. This needs the be kept in state as tags should be shown in the order they are added
|
|
48
|
+
this.debouncedUpdate = debounce(() => forceUpdate(this.el), 30);
|
|
59
49
|
}
|
|
60
50
|
addNewTagMessage(newTagName) {
|
|
61
51
|
return intl.formatMessage({
|
|
@@ -950,6 +940,7 @@ export class TagInput {
|
|
|
950
940
|
return {
|
|
951
941
|
"label": {
|
|
952
942
|
"type": "string",
|
|
943
|
+
"attribute": "label",
|
|
953
944
|
"mutable": false,
|
|
954
945
|
"complexType": {
|
|
955
946
|
"original": "string",
|
|
@@ -962,11 +953,13 @@ export class TagInput {
|
|
|
962
953
|
"tags": [],
|
|
963
954
|
"text": ""
|
|
964
955
|
},
|
|
965
|
-
"
|
|
956
|
+
"getter": false,
|
|
957
|
+
"setter": false,
|
|
966
958
|
"reflect": false
|
|
967
959
|
},
|
|
968
960
|
"errorMessage": {
|
|
969
961
|
"type": "string",
|
|
962
|
+
"attribute": "error-message",
|
|
970
963
|
"mutable": false,
|
|
971
964
|
"complexType": {
|
|
972
965
|
"original": "string",
|
|
@@ -979,11 +972,13 @@ export class TagInput {
|
|
|
979
972
|
"tags": [],
|
|
980
973
|
"text": ""
|
|
981
974
|
},
|
|
982
|
-
"
|
|
975
|
+
"getter": false,
|
|
976
|
+
"setter": false,
|
|
983
977
|
"reflect": false
|
|
984
978
|
},
|
|
985
979
|
"info": {
|
|
986
980
|
"type": "string",
|
|
981
|
+
"attribute": "info",
|
|
987
982
|
"mutable": false,
|
|
988
983
|
"complexType": {
|
|
989
984
|
"original": "string",
|
|
@@ -996,11 +991,13 @@ export class TagInput {
|
|
|
996
991
|
"tags": [],
|
|
997
992
|
"text": ""
|
|
998
993
|
},
|
|
999
|
-
"
|
|
994
|
+
"getter": false,
|
|
995
|
+
"setter": false,
|
|
1000
996
|
"reflect": false
|
|
1001
997
|
},
|
|
1002
998
|
"labelPosition": {
|
|
1003
999
|
"type": "string",
|
|
1000
|
+
"attribute": "label-position",
|
|
1004
1001
|
"mutable": false,
|
|
1005
1002
|
"complexType": {
|
|
1006
1003
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -1013,12 +1010,14 @@ export class TagInput {
|
|
|
1013
1010
|
"tags": [],
|
|
1014
1011
|
"text": ""
|
|
1015
1012
|
},
|
|
1016
|
-
"
|
|
1013
|
+
"getter": false,
|
|
1014
|
+
"setter": false,
|
|
1017
1015
|
"reflect": false,
|
|
1018
1016
|
"defaultValue": "\"top\""
|
|
1019
1017
|
},
|
|
1020
1018
|
"maxTags": {
|
|
1021
1019
|
"type": "number",
|
|
1020
|
+
"attribute": "max-tags",
|
|
1022
1021
|
"mutable": false,
|
|
1023
1022
|
"complexType": {
|
|
1024
1023
|
"original": "number",
|
|
@@ -1031,11 +1030,13 @@ export class TagInput {
|
|
|
1031
1030
|
"tags": [],
|
|
1032
1031
|
"text": ""
|
|
1033
1032
|
},
|
|
1034
|
-
"
|
|
1033
|
+
"getter": false,
|
|
1034
|
+
"setter": false,
|
|
1035
1035
|
"reflect": false
|
|
1036
1036
|
},
|
|
1037
1037
|
"placeholder": {
|
|
1038
1038
|
"type": "string",
|
|
1039
|
+
"attribute": "placeholder",
|
|
1039
1040
|
"mutable": true,
|
|
1040
1041
|
"complexType": {
|
|
1041
1042
|
"original": "string",
|
|
@@ -1048,11 +1049,13 @@ export class TagInput {
|
|
|
1048
1049
|
"tags": [],
|
|
1049
1050
|
"text": ""
|
|
1050
1051
|
},
|
|
1051
|
-
"
|
|
1052
|
+
"getter": false,
|
|
1053
|
+
"setter": false,
|
|
1052
1054
|
"reflect": false
|
|
1053
1055
|
},
|
|
1054
1056
|
"requiredField": {
|
|
1055
1057
|
"type": "boolean",
|
|
1058
|
+
"attribute": "required-field",
|
|
1056
1059
|
"mutable": false,
|
|
1057
1060
|
"complexType": {
|
|
1058
1061
|
"original": "boolean",
|
|
@@ -1065,12 +1068,14 @@ export class TagInput {
|
|
|
1065
1068
|
"tags": [],
|
|
1066
1069
|
"text": ""
|
|
1067
1070
|
},
|
|
1068
|
-
"
|
|
1071
|
+
"getter": false,
|
|
1072
|
+
"setter": false,
|
|
1069
1073
|
"reflect": false,
|
|
1070
1074
|
"defaultValue": "false"
|
|
1071
1075
|
},
|
|
1072
1076
|
"tagInputType": {
|
|
1073
1077
|
"type": "string",
|
|
1078
|
+
"attribute": "tag-input-type",
|
|
1074
1079
|
"mutable": false,
|
|
1075
1080
|
"complexType": {
|
|
1076
1081
|
"original": "\"dropdown\" | \"table\"",
|
|
@@ -1083,12 +1088,14 @@ export class TagInput {
|
|
|
1083
1088
|
"tags": [],
|
|
1084
1089
|
"text": ""
|
|
1085
1090
|
},
|
|
1086
|
-
"
|
|
1091
|
+
"getter": false,
|
|
1092
|
+
"setter": false,
|
|
1087
1093
|
"reflect": false,
|
|
1088
1094
|
"defaultValue": "\"dropdown\""
|
|
1089
1095
|
},
|
|
1090
1096
|
"helpText": {
|
|
1091
1097
|
"type": "string",
|
|
1098
|
+
"attribute": "help-text",
|
|
1092
1099
|
"mutable": false,
|
|
1093
1100
|
"complexType": {
|
|
1094
1101
|
"original": "string",
|
|
@@ -1101,11 +1108,13 @@ export class TagInput {
|
|
|
1101
1108
|
"tags": [],
|
|
1102
1109
|
"text": ""
|
|
1103
1110
|
},
|
|
1104
|
-
"
|
|
1111
|
+
"getter": false,
|
|
1112
|
+
"setter": false,
|
|
1105
1113
|
"reflect": false
|
|
1106
1114
|
},
|
|
1107
1115
|
"addNew": {
|
|
1108
1116
|
"type": "boolean",
|
|
1117
|
+
"attribute": "add-new",
|
|
1109
1118
|
"mutable": false,
|
|
1110
1119
|
"complexType": {
|
|
1111
1120
|
"original": "boolean",
|
|
@@ -1118,12 +1127,14 @@ export class TagInput {
|
|
|
1118
1127
|
"tags": [],
|
|
1119
1128
|
"text": ""
|
|
1120
1129
|
},
|
|
1121
|
-
"
|
|
1130
|
+
"getter": false,
|
|
1131
|
+
"setter": false,
|
|
1122
1132
|
"reflect": false,
|
|
1123
1133
|
"defaultValue": "true"
|
|
1124
1134
|
},
|
|
1125
1135
|
"characterLimit": {
|
|
1126
1136
|
"type": "number",
|
|
1137
|
+
"attribute": "character-limit",
|
|
1127
1138
|
"mutable": false,
|
|
1128
1139
|
"complexType": {
|
|
1129
1140
|
"original": "number",
|
|
@@ -1136,12 +1147,14 @@ export class TagInput {
|
|
|
1136
1147
|
"tags": [],
|
|
1137
1148
|
"text": ""
|
|
1138
1149
|
},
|
|
1139
|
-
"
|
|
1150
|
+
"getter": false,
|
|
1151
|
+
"setter": false,
|
|
1140
1152
|
"reflect": false,
|
|
1141
1153
|
"defaultValue": "50"
|
|
1142
1154
|
},
|
|
1143
1155
|
"colHeaders": {
|
|
1144
1156
|
"type": "string",
|
|
1157
|
+
"attribute": "col-headers",
|
|
1145
1158
|
"mutable": false,
|
|
1146
1159
|
"complexType": {
|
|
1147
1160
|
"original": "string",
|
|
@@ -1154,11 +1167,13 @@ export class TagInput {
|
|
|
1154
1167
|
"tags": [],
|
|
1155
1168
|
"text": ""
|
|
1156
1169
|
},
|
|
1157
|
-
"
|
|
1170
|
+
"getter": false,
|
|
1171
|
+
"setter": false,
|
|
1158
1172
|
"reflect": false
|
|
1159
1173
|
},
|
|
1160
1174
|
"colWidths": {
|
|
1161
1175
|
"type": "string",
|
|
1176
|
+
"attribute": "col-widths",
|
|
1162
1177
|
"mutable": false,
|
|
1163
1178
|
"complexType": {
|
|
1164
1179
|
"original": "string",
|
|
@@ -1171,11 +1186,13 @@ export class TagInput {
|
|
|
1171
1186
|
"tags": [],
|
|
1172
1187
|
"text": ""
|
|
1173
1188
|
},
|
|
1174
|
-
"
|
|
1189
|
+
"getter": false,
|
|
1190
|
+
"setter": false,
|
|
1175
1191
|
"reflect": false
|
|
1176
1192
|
},
|
|
1177
1193
|
"colWrap": {
|
|
1178
1194
|
"type": "string",
|
|
1195
|
+
"attribute": "col-wrap",
|
|
1179
1196
|
"mutable": false,
|
|
1180
1197
|
"complexType": {
|
|
1181
1198
|
"original": "string",
|
|
@@ -1188,7 +1205,8 @@ export class TagInput {
|
|
|
1188
1205
|
"tags": [],
|
|
1189
1206
|
"text": ""
|
|
1190
1207
|
},
|
|
1191
|
-
"
|
|
1208
|
+
"getter": false,
|
|
1209
|
+
"setter": false,
|
|
1192
1210
|
"reflect": false
|
|
1193
1211
|
}
|
|
1194
1212
|
};
|
|
@@ -3,10 +3,6 @@ export class TagOption {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.selected = false;
|
|
5
5
|
this.locked = false;
|
|
6
|
-
this.col1 = undefined;
|
|
7
|
-
this.col2 = undefined;
|
|
8
|
-
this.col3 = undefined;
|
|
9
|
-
this.col4 = undefined;
|
|
10
6
|
}
|
|
11
7
|
async emitSelectedEvent() {
|
|
12
8
|
this.wmTagOptionSelected.emit();
|
|
@@ -28,6 +24,7 @@ export class TagOption {
|
|
|
28
24
|
return {
|
|
29
25
|
"selected": {
|
|
30
26
|
"type": "boolean",
|
|
27
|
+
"attribute": "selected",
|
|
31
28
|
"mutable": true,
|
|
32
29
|
"complexType": {
|
|
33
30
|
"original": "boolean",
|
|
@@ -40,12 +37,14 @@ export class TagOption {
|
|
|
40
37
|
"tags": [],
|
|
41
38
|
"text": ""
|
|
42
39
|
},
|
|
43
|
-
"
|
|
40
|
+
"getter": false,
|
|
41
|
+
"setter": false,
|
|
44
42
|
"reflect": true,
|
|
45
43
|
"defaultValue": "false"
|
|
46
44
|
},
|
|
47
45
|
"locked": {
|
|
48
46
|
"type": "boolean",
|
|
47
|
+
"attribute": "locked",
|
|
49
48
|
"mutable": false,
|
|
50
49
|
"complexType": {
|
|
51
50
|
"original": "boolean",
|
|
@@ -58,12 +57,14 @@ export class TagOption {
|
|
|
58
57
|
"tags": [],
|
|
59
58
|
"text": ""
|
|
60
59
|
},
|
|
61
|
-
"
|
|
60
|
+
"getter": false,
|
|
61
|
+
"setter": false,
|
|
62
62
|
"reflect": false,
|
|
63
63
|
"defaultValue": "false"
|
|
64
64
|
},
|
|
65
65
|
"col1": {
|
|
66
66
|
"type": "string",
|
|
67
|
+
"attribute": "col1",
|
|
67
68
|
"mutable": false,
|
|
68
69
|
"complexType": {
|
|
69
70
|
"original": "string",
|
|
@@ -76,11 +77,13 @@ export class TagOption {
|
|
|
76
77
|
"tags": [],
|
|
77
78
|
"text": ""
|
|
78
79
|
},
|
|
79
|
-
"
|
|
80
|
+
"getter": false,
|
|
81
|
+
"setter": false,
|
|
80
82
|
"reflect": false
|
|
81
83
|
},
|
|
82
84
|
"col2": {
|
|
83
85
|
"type": "string",
|
|
86
|
+
"attribute": "col2",
|
|
84
87
|
"mutable": false,
|
|
85
88
|
"complexType": {
|
|
86
89
|
"original": "string",
|
|
@@ -93,11 +96,13 @@ export class TagOption {
|
|
|
93
96
|
"tags": [],
|
|
94
97
|
"text": ""
|
|
95
98
|
},
|
|
96
|
-
"
|
|
99
|
+
"getter": false,
|
|
100
|
+
"setter": false,
|
|
97
101
|
"reflect": false
|
|
98
102
|
},
|
|
99
103
|
"col3": {
|
|
100
104
|
"type": "string",
|
|
105
|
+
"attribute": "col3",
|
|
101
106
|
"mutable": false,
|
|
102
107
|
"complexType": {
|
|
103
108
|
"original": "string",
|
|
@@ -110,11 +115,13 @@ export class TagOption {
|
|
|
110
115
|
"tags": [],
|
|
111
116
|
"text": ""
|
|
112
117
|
},
|
|
113
|
-
"
|
|
118
|
+
"getter": false,
|
|
119
|
+
"setter": false,
|
|
114
120
|
"reflect": false
|
|
115
121
|
},
|
|
116
122
|
"col4": {
|
|
117
123
|
"type": "string",
|
|
124
|
+
"attribute": "col4",
|
|
118
125
|
"mutable": false,
|
|
119
126
|
"complexType": {
|
|
120
127
|
"original": "string",
|
|
@@ -127,7 +134,8 @@ export class TagOption {
|
|
|
127
134
|
"tags": [],
|
|
128
135
|
"text": ""
|
|
129
136
|
},
|
|
130
|
-
"
|
|
137
|
+
"getter": false,
|
|
138
|
+
"setter": false,
|
|
131
139
|
"reflect": false
|
|
132
140
|
}
|
|
133
141
|
};
|
|
@@ -3,19 +3,15 @@ import { handleDisabledAttribute, toBool, showTooltip, hideTooltip } from "../..
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Textarea {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.previousValue = "";
|
|
7
|
-
this.label = undefined;
|
|
8
6
|
this.labelPosition = "top";
|
|
9
7
|
this.value = "";
|
|
10
8
|
this.disabled = false;
|
|
11
|
-
this.info = undefined;
|
|
12
9
|
this.placeholder = "";
|
|
13
10
|
this.requiredField = false;
|
|
14
|
-
this.errorMessage = undefined;
|
|
15
|
-
this.characterLimit = undefined;
|
|
16
11
|
this.inputWidth = "";
|
|
17
12
|
this.inputHeight = "";
|
|
18
13
|
this.announcement = "";
|
|
14
|
+
this.previousValue = "";
|
|
19
15
|
}
|
|
20
16
|
get charCount() {
|
|
21
17
|
return this.value.length;
|
|
@@ -89,6 +85,7 @@ export class Textarea {
|
|
|
89
85
|
return {
|
|
90
86
|
"label": {
|
|
91
87
|
"type": "string",
|
|
88
|
+
"attribute": "label",
|
|
92
89
|
"mutable": false,
|
|
93
90
|
"complexType": {
|
|
94
91
|
"original": "string",
|
|
@@ -101,11 +98,13 @@ export class Textarea {
|
|
|
101
98
|
"tags": [],
|
|
102
99
|
"text": ""
|
|
103
100
|
},
|
|
104
|
-
"
|
|
101
|
+
"getter": false,
|
|
102
|
+
"setter": false,
|
|
105
103
|
"reflect": false
|
|
106
104
|
},
|
|
107
105
|
"labelPosition": {
|
|
108
106
|
"type": "string",
|
|
107
|
+
"attribute": "label-position",
|
|
109
108
|
"mutable": false,
|
|
110
109
|
"complexType": {
|
|
111
110
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -118,12 +117,14 @@ export class Textarea {
|
|
|
118
117
|
"tags": [],
|
|
119
118
|
"text": ""
|
|
120
119
|
},
|
|
121
|
-
"
|
|
120
|
+
"getter": false,
|
|
121
|
+
"setter": false,
|
|
122
122
|
"reflect": false,
|
|
123
123
|
"defaultValue": "\"top\""
|
|
124
124
|
},
|
|
125
125
|
"value": {
|
|
126
126
|
"type": "string",
|
|
127
|
+
"attribute": "value",
|
|
127
128
|
"mutable": true,
|
|
128
129
|
"complexType": {
|
|
129
130
|
"original": "string",
|
|
@@ -136,12 +137,14 @@ export class Textarea {
|
|
|
136
137
|
"tags": [],
|
|
137
138
|
"text": ""
|
|
138
139
|
},
|
|
139
|
-
"
|
|
140
|
+
"getter": false,
|
|
141
|
+
"setter": false,
|
|
140
142
|
"reflect": false,
|
|
141
143
|
"defaultValue": "\"\""
|
|
142
144
|
},
|
|
143
145
|
"disabled": {
|
|
144
146
|
"type": "boolean",
|
|
147
|
+
"attribute": "disabled",
|
|
145
148
|
"mutable": false,
|
|
146
149
|
"complexType": {
|
|
147
150
|
"original": "boolean",
|
|
@@ -154,12 +157,14 @@ export class Textarea {
|
|
|
154
157
|
"tags": [],
|
|
155
158
|
"text": ""
|
|
156
159
|
},
|
|
157
|
-
"
|
|
160
|
+
"getter": false,
|
|
161
|
+
"setter": false,
|
|
158
162
|
"reflect": false,
|
|
159
163
|
"defaultValue": "false"
|
|
160
164
|
},
|
|
161
165
|
"info": {
|
|
162
166
|
"type": "string",
|
|
167
|
+
"attribute": "info",
|
|
163
168
|
"mutable": false,
|
|
164
169
|
"complexType": {
|
|
165
170
|
"original": "string",
|
|
@@ -172,11 +177,13 @@ export class Textarea {
|
|
|
172
177
|
"tags": [],
|
|
173
178
|
"text": ""
|
|
174
179
|
},
|
|
175
|
-
"
|
|
180
|
+
"getter": false,
|
|
181
|
+
"setter": false,
|
|
176
182
|
"reflect": false
|
|
177
183
|
},
|
|
178
184
|
"placeholder": {
|
|
179
185
|
"type": "string",
|
|
186
|
+
"attribute": "placeholder",
|
|
180
187
|
"mutable": false,
|
|
181
188
|
"complexType": {
|
|
182
189
|
"original": "string",
|
|
@@ -189,12 +196,14 @@ export class Textarea {
|
|
|
189
196
|
"tags": [],
|
|
190
197
|
"text": ""
|
|
191
198
|
},
|
|
192
|
-
"
|
|
199
|
+
"getter": false,
|
|
200
|
+
"setter": false,
|
|
193
201
|
"reflect": false,
|
|
194
202
|
"defaultValue": "\"\""
|
|
195
203
|
},
|
|
196
204
|
"requiredField": {
|
|
197
205
|
"type": "boolean",
|
|
206
|
+
"attribute": "required-field",
|
|
198
207
|
"mutable": false,
|
|
199
208
|
"complexType": {
|
|
200
209
|
"original": "boolean",
|
|
@@ -207,12 +216,14 @@ export class Textarea {
|
|
|
207
216
|
"tags": [],
|
|
208
217
|
"text": ""
|
|
209
218
|
},
|
|
210
|
-
"
|
|
219
|
+
"getter": false,
|
|
220
|
+
"setter": false,
|
|
211
221
|
"reflect": false,
|
|
212
222
|
"defaultValue": "false"
|
|
213
223
|
},
|
|
214
224
|
"errorMessage": {
|
|
215
225
|
"type": "string",
|
|
226
|
+
"attribute": "error-message",
|
|
216
227
|
"mutable": false,
|
|
217
228
|
"complexType": {
|
|
218
229
|
"original": "string",
|
|
@@ -225,11 +236,13 @@ export class Textarea {
|
|
|
225
236
|
"tags": [],
|
|
226
237
|
"text": ""
|
|
227
238
|
},
|
|
228
|
-
"
|
|
239
|
+
"getter": false,
|
|
240
|
+
"setter": false,
|
|
229
241
|
"reflect": false
|
|
230
242
|
},
|
|
231
243
|
"characterLimit": {
|
|
232
244
|
"type": "number",
|
|
245
|
+
"attribute": "character-limit",
|
|
233
246
|
"mutable": false,
|
|
234
247
|
"complexType": {
|
|
235
248
|
"original": "number",
|
|
@@ -242,11 +255,13 @@ export class Textarea {
|
|
|
242
255
|
"tags": [],
|
|
243
256
|
"text": ""
|
|
244
257
|
},
|
|
245
|
-
"
|
|
258
|
+
"getter": false,
|
|
259
|
+
"setter": false,
|
|
246
260
|
"reflect": false
|
|
247
261
|
},
|
|
248
262
|
"inputWidth": {
|
|
249
263
|
"type": "string",
|
|
264
|
+
"attribute": "input-width",
|
|
250
265
|
"mutable": false,
|
|
251
266
|
"complexType": {
|
|
252
267
|
"original": "string",
|
|
@@ -259,12 +274,14 @@ export class Textarea {
|
|
|
259
274
|
"tags": [],
|
|
260
275
|
"text": ""
|
|
261
276
|
},
|
|
262
|
-
"
|
|
277
|
+
"getter": false,
|
|
278
|
+
"setter": false,
|
|
263
279
|
"reflect": false,
|
|
264
280
|
"defaultValue": "\"\""
|
|
265
281
|
},
|
|
266
282
|
"inputHeight": {
|
|
267
283
|
"type": "string",
|
|
284
|
+
"attribute": "input-height",
|
|
268
285
|
"mutable": false,
|
|
269
286
|
"complexType": {
|
|
270
287
|
"original": "string",
|
|
@@ -277,7 +294,8 @@ export class Textarea {
|
|
|
277
294
|
"tags": [],
|
|
278
295
|
"text": ""
|
|
279
296
|
},
|
|
280
|
-
"
|
|
297
|
+
"getter": false,
|
|
298
|
+
"setter": false,
|
|
281
299
|
"reflect": false,
|
|
282
300
|
"defaultValue": "\"\""
|
|
283
301
|
}
|