@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,19 +2,12 @@ import { h, Host, forceUpdate } from "@stencil/core";
|
|
|
2
2
|
import { debounce, hideTooltip, intl, showTooltip, truncateText } from "../../global/functions";
|
|
3
3
|
export class File {
|
|
4
4
|
constructor() {
|
|
5
|
+
this.fileActions = "download delete"; // accepts any combination of preview, download, delete
|
|
6
|
+
this.showInfo = "last-updated"; // defaults to last-updated but inherits from parent
|
|
5
7
|
this.fullFilename = `${this.name}.${this.type}`;
|
|
6
8
|
this.debouncedUpdate = debounce(async () => {
|
|
7
9
|
forceUpdate(this.el);
|
|
8
10
|
}, 10);
|
|
9
|
-
this.name = undefined;
|
|
10
|
-
this.type = undefined;
|
|
11
|
-
this.fileActions = "download delete";
|
|
12
|
-
this.lastUpdated = undefined;
|
|
13
|
-
this.progress = undefined;
|
|
14
|
-
this.size = undefined;
|
|
15
|
-
this.uploadedBy = undefined;
|
|
16
|
-
this.errorMessage = undefined;
|
|
17
|
-
this.showInfo = "last-updated";
|
|
18
11
|
}
|
|
19
12
|
get isCondensed() {
|
|
20
13
|
return this.el.clientWidth < 500;
|
|
@@ -190,6 +183,7 @@ export class File {
|
|
|
190
183
|
return {
|
|
191
184
|
"name": {
|
|
192
185
|
"type": "string",
|
|
186
|
+
"attribute": "name",
|
|
193
187
|
"mutable": false,
|
|
194
188
|
"complexType": {
|
|
195
189
|
"original": "string",
|
|
@@ -202,11 +196,13 @@ export class File {
|
|
|
202
196
|
"tags": [],
|
|
203
197
|
"text": ""
|
|
204
198
|
},
|
|
205
|
-
"
|
|
199
|
+
"getter": false,
|
|
200
|
+
"setter": false,
|
|
206
201
|
"reflect": false
|
|
207
202
|
},
|
|
208
203
|
"type": {
|
|
209
204
|
"type": "string",
|
|
205
|
+
"attribute": "type",
|
|
210
206
|
"mutable": false,
|
|
211
207
|
"complexType": {
|
|
212
208
|
"original": "string",
|
|
@@ -219,11 +215,13 @@ export class File {
|
|
|
219
215
|
"tags": [],
|
|
220
216
|
"text": ""
|
|
221
217
|
},
|
|
222
|
-
"
|
|
218
|
+
"getter": false,
|
|
219
|
+
"setter": false,
|
|
223
220
|
"reflect": false
|
|
224
221
|
},
|
|
225
222
|
"fileActions": {
|
|
226
223
|
"type": "string",
|
|
224
|
+
"attribute": "file-actions",
|
|
227
225
|
"mutable": false,
|
|
228
226
|
"complexType": {
|
|
229
227
|
"original": "string",
|
|
@@ -236,12 +234,14 @@ export class File {
|
|
|
236
234
|
"tags": [],
|
|
237
235
|
"text": ""
|
|
238
236
|
},
|
|
239
|
-
"
|
|
237
|
+
"getter": false,
|
|
238
|
+
"setter": false,
|
|
240
239
|
"reflect": false,
|
|
241
240
|
"defaultValue": "\"download delete\""
|
|
242
241
|
},
|
|
243
242
|
"lastUpdated": {
|
|
244
243
|
"type": "string",
|
|
244
|
+
"attribute": "last-updated",
|
|
245
245
|
"mutable": false,
|
|
246
246
|
"complexType": {
|
|
247
247
|
"original": "string",
|
|
@@ -254,11 +254,13 @@ export class File {
|
|
|
254
254
|
"tags": [],
|
|
255
255
|
"text": ""
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"getter": false,
|
|
258
|
+
"setter": false,
|
|
258
259
|
"reflect": false
|
|
259
260
|
},
|
|
260
261
|
"progress": {
|
|
261
262
|
"type": "number",
|
|
263
|
+
"attribute": "progress",
|
|
262
264
|
"mutable": false,
|
|
263
265
|
"complexType": {
|
|
264
266
|
"original": "number",
|
|
@@ -271,11 +273,13 @@ export class File {
|
|
|
271
273
|
"tags": [],
|
|
272
274
|
"text": ""
|
|
273
275
|
},
|
|
274
|
-
"
|
|
276
|
+
"getter": false,
|
|
277
|
+
"setter": false,
|
|
275
278
|
"reflect": true
|
|
276
279
|
},
|
|
277
280
|
"size": {
|
|
278
281
|
"type": "string",
|
|
282
|
+
"attribute": "size",
|
|
279
283
|
"mutable": false,
|
|
280
284
|
"complexType": {
|
|
281
285
|
"original": "string",
|
|
@@ -288,11 +292,13 @@ export class File {
|
|
|
288
292
|
"tags": [],
|
|
289
293
|
"text": ""
|
|
290
294
|
},
|
|
291
|
-
"
|
|
295
|
+
"getter": false,
|
|
296
|
+
"setter": false,
|
|
292
297
|
"reflect": false
|
|
293
298
|
},
|
|
294
299
|
"uploadedBy": {
|
|
295
300
|
"type": "string",
|
|
301
|
+
"attribute": "uploaded-by",
|
|
296
302
|
"mutable": false,
|
|
297
303
|
"complexType": {
|
|
298
304
|
"original": "string",
|
|
@@ -305,11 +311,13 @@ export class File {
|
|
|
305
311
|
"tags": [],
|
|
306
312
|
"text": ""
|
|
307
313
|
},
|
|
308
|
-
"
|
|
314
|
+
"getter": false,
|
|
315
|
+
"setter": false,
|
|
309
316
|
"reflect": false
|
|
310
317
|
},
|
|
311
318
|
"errorMessage": {
|
|
312
319
|
"type": "string",
|
|
320
|
+
"attribute": "error-message",
|
|
313
321
|
"mutable": false,
|
|
314
322
|
"complexType": {
|
|
315
323
|
"original": "string",
|
|
@@ -322,11 +330,13 @@ export class File {
|
|
|
322
330
|
"tags": [],
|
|
323
331
|
"text": ""
|
|
324
332
|
},
|
|
325
|
-
"
|
|
333
|
+
"getter": false,
|
|
334
|
+
"setter": false,
|
|
326
335
|
"reflect": false
|
|
327
336
|
},
|
|
328
337
|
"showInfo": {
|
|
329
338
|
"type": "string",
|
|
339
|
+
"attribute": "show-info",
|
|
330
340
|
"mutable": true,
|
|
331
341
|
"complexType": {
|
|
332
342
|
"original": "\"time\" | \"last-updated\" | \"size\" | \"uploaded-by\" | \"all\" | \"none\"",
|
|
@@ -339,7 +349,8 @@ export class File {
|
|
|
339
349
|
"tags": [],
|
|
340
350
|
"text": ""
|
|
341
351
|
},
|
|
342
|
-
"
|
|
352
|
+
"getter": false,
|
|
353
|
+
"setter": false,
|
|
343
354
|
"reflect": false,
|
|
344
355
|
"defaultValue": "\"last-updated\""
|
|
345
356
|
}
|
|
@@ -23,6 +23,7 @@ export class FileList {
|
|
|
23
23
|
return {
|
|
24
24
|
"showInfo": {
|
|
25
25
|
"type": "string",
|
|
26
|
+
"attribute": "show-info",
|
|
26
27
|
"mutable": false,
|
|
27
28
|
"complexType": {
|
|
28
29
|
"original": "\"size\" | \"last-updated\" | \"uploaded-by\" | \"all\" | \"none\"",
|
|
@@ -35,7 +36,8 @@ export class FileList {
|
|
|
35
36
|
"tags": [],
|
|
36
37
|
"text": ""
|
|
37
38
|
},
|
|
38
|
-
"
|
|
39
|
+
"getter": false,
|
|
40
|
+
"setter": false,
|
|
39
41
|
"reflect": false,
|
|
40
42
|
"defaultValue": "\"last-updated\""
|
|
41
43
|
}
|
|
@@ -3,19 +3,11 @@ import { csvToArray, debounce, getLastFocusableDescendant } from "../../global/f
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Flyout {
|
|
5
5
|
constructor() {
|
|
6
|
-
this.debouncedCheckBreadcrumbOverflow = debounce(this.checkBreadcrumbOverflow, 30);
|
|
7
|
-
this.eyebrow = undefined;
|
|
8
|
-
this.heading = undefined;
|
|
9
|
-
this.subheading = undefined;
|
|
10
6
|
this.flyoutWidth = "45rem";
|
|
11
|
-
this.primaryText = undefined;
|
|
12
|
-
this.secondaryText = undefined;
|
|
13
|
-
this.infoText = undefined;
|
|
14
|
-
this.breadcrumb = undefined;
|
|
15
7
|
this.elementToFocus = "";
|
|
16
8
|
this.open = false;
|
|
17
|
-
this.returnFocusEl = undefined;
|
|
18
9
|
this.isBreadcrumbsOverflowing = false;
|
|
10
|
+
this.debouncedCheckBreadcrumbOverflow = debounce(this.checkBreadcrumbOverflow, 30);
|
|
19
11
|
}
|
|
20
12
|
get lastFocusableEl() {
|
|
21
13
|
if (this.primaryText) {
|
|
@@ -172,6 +164,7 @@ export class Flyout {
|
|
|
172
164
|
return {
|
|
173
165
|
"eyebrow": {
|
|
174
166
|
"type": "string",
|
|
167
|
+
"attribute": "eyebrow",
|
|
175
168
|
"mutable": false,
|
|
176
169
|
"complexType": {
|
|
177
170
|
"original": "string",
|
|
@@ -184,11 +177,13 @@ export class Flyout {
|
|
|
184
177
|
"tags": [],
|
|
185
178
|
"text": ""
|
|
186
179
|
},
|
|
187
|
-
"
|
|
180
|
+
"getter": false,
|
|
181
|
+
"setter": false,
|
|
188
182
|
"reflect": false
|
|
189
183
|
},
|
|
190
184
|
"heading": {
|
|
191
185
|
"type": "string",
|
|
186
|
+
"attribute": "heading",
|
|
192
187
|
"mutable": false,
|
|
193
188
|
"complexType": {
|
|
194
189
|
"original": "string",
|
|
@@ -201,11 +196,13 @@ export class Flyout {
|
|
|
201
196
|
"tags": [],
|
|
202
197
|
"text": ""
|
|
203
198
|
},
|
|
204
|
-
"
|
|
199
|
+
"getter": false,
|
|
200
|
+
"setter": false,
|
|
205
201
|
"reflect": false
|
|
206
202
|
},
|
|
207
203
|
"subheading": {
|
|
208
204
|
"type": "string",
|
|
205
|
+
"attribute": "subheading",
|
|
209
206
|
"mutable": false,
|
|
210
207
|
"complexType": {
|
|
211
208
|
"original": "string",
|
|
@@ -218,11 +215,13 @@ export class Flyout {
|
|
|
218
215
|
"tags": [],
|
|
219
216
|
"text": ""
|
|
220
217
|
},
|
|
221
|
-
"
|
|
218
|
+
"getter": false,
|
|
219
|
+
"setter": false,
|
|
222
220
|
"reflect": false
|
|
223
221
|
},
|
|
224
222
|
"flyoutWidth": {
|
|
225
223
|
"type": "string",
|
|
224
|
+
"attribute": "flyout-width",
|
|
226
225
|
"mutable": false,
|
|
227
226
|
"complexType": {
|
|
228
227
|
"original": "string",
|
|
@@ -235,12 +234,14 @@ export class Flyout {
|
|
|
235
234
|
"tags": [],
|
|
236
235
|
"text": ""
|
|
237
236
|
},
|
|
238
|
-
"
|
|
237
|
+
"getter": false,
|
|
238
|
+
"setter": false,
|
|
239
239
|
"reflect": false,
|
|
240
240
|
"defaultValue": "\"45rem\""
|
|
241
241
|
},
|
|
242
242
|
"primaryText": {
|
|
243
243
|
"type": "string",
|
|
244
|
+
"attribute": "primary-text",
|
|
244
245
|
"mutable": false,
|
|
245
246
|
"complexType": {
|
|
246
247
|
"original": "string",
|
|
@@ -253,11 +254,13 @@ export class Flyout {
|
|
|
253
254
|
"tags": [],
|
|
254
255
|
"text": ""
|
|
255
256
|
},
|
|
256
|
-
"
|
|
257
|
+
"getter": false,
|
|
258
|
+
"setter": false,
|
|
257
259
|
"reflect": false
|
|
258
260
|
},
|
|
259
261
|
"secondaryText": {
|
|
260
262
|
"type": "string",
|
|
263
|
+
"attribute": "secondary-text",
|
|
261
264
|
"mutable": false,
|
|
262
265
|
"complexType": {
|
|
263
266
|
"original": "string",
|
|
@@ -270,11 +273,13 @@ export class Flyout {
|
|
|
270
273
|
"tags": [],
|
|
271
274
|
"text": ""
|
|
272
275
|
},
|
|
273
|
-
"
|
|
276
|
+
"getter": false,
|
|
277
|
+
"setter": false,
|
|
274
278
|
"reflect": false
|
|
275
279
|
},
|
|
276
280
|
"infoText": {
|
|
277
281
|
"type": "string",
|
|
282
|
+
"attribute": "info-text",
|
|
278
283
|
"mutable": false,
|
|
279
284
|
"complexType": {
|
|
280
285
|
"original": "string",
|
|
@@ -287,11 +292,13 @@ export class Flyout {
|
|
|
287
292
|
"tags": [],
|
|
288
293
|
"text": ""
|
|
289
294
|
},
|
|
290
|
-
"
|
|
295
|
+
"getter": false,
|
|
296
|
+
"setter": false,
|
|
291
297
|
"reflect": false
|
|
292
298
|
},
|
|
293
299
|
"breadcrumb": {
|
|
294
300
|
"type": "string",
|
|
301
|
+
"attribute": "breadcrumb",
|
|
295
302
|
"mutable": false,
|
|
296
303
|
"complexType": {
|
|
297
304
|
"original": "string",
|
|
@@ -304,11 +311,13 @@ export class Flyout {
|
|
|
304
311
|
"tags": [],
|
|
305
312
|
"text": ""
|
|
306
313
|
},
|
|
307
|
-
"
|
|
314
|
+
"getter": false,
|
|
315
|
+
"setter": false,
|
|
308
316
|
"reflect": false
|
|
309
317
|
},
|
|
310
318
|
"elementToFocus": {
|
|
311
319
|
"type": "string",
|
|
320
|
+
"attribute": "element-to-focus",
|
|
312
321
|
"mutable": false,
|
|
313
322
|
"complexType": {
|
|
314
323
|
"original": "\"primary\" | \"secondary\" | string",
|
|
@@ -321,12 +330,14 @@ export class Flyout {
|
|
|
321
330
|
"tags": [],
|
|
322
331
|
"text": ""
|
|
323
332
|
},
|
|
324
|
-
"
|
|
333
|
+
"getter": false,
|
|
334
|
+
"setter": false,
|
|
325
335
|
"reflect": false,
|
|
326
336
|
"defaultValue": "\"\""
|
|
327
337
|
},
|
|
328
338
|
"open": {
|
|
329
339
|
"type": "boolean",
|
|
340
|
+
"attribute": "open",
|
|
330
341
|
"mutable": false,
|
|
331
342
|
"complexType": {
|
|
332
343
|
"original": "boolean",
|
|
@@ -339,7 +350,8 @@ export class Flyout {
|
|
|
339
350
|
"tags": [],
|
|
340
351
|
"text": ""
|
|
341
352
|
},
|
|
342
|
-
"
|
|
353
|
+
"getter": false,
|
|
354
|
+
"setter": false,
|
|
343
355
|
"reflect": true,
|
|
344
356
|
"defaultValue": "false"
|
|
345
357
|
}
|
|
@@ -3,26 +3,17 @@ import { triggerFormSubmit, toBool, handleDisabledAttribute, hideTooltip, showTo
|
|
|
3
3
|
import { globalMessages } from "../../global/intl";
|
|
4
4
|
export class Input {
|
|
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.inputWidth = "";
|
|
13
10
|
this.placeholder = "";
|
|
14
11
|
this.requiredField = false;
|
|
15
|
-
this.errorMessage = undefined;
|
|
16
|
-
this.characterLimit = undefined;
|
|
17
|
-
this.symbolBefore = undefined;
|
|
18
|
-
this.symbolAfter = undefined;
|
|
19
|
-
this.textAfter = undefined;
|
|
20
12
|
this.type = "text";
|
|
21
13
|
this.step = 1;
|
|
22
|
-
this.min = undefined;
|
|
23
|
-
this.max = undefined;
|
|
24
14
|
this.isSubmit = false;
|
|
25
15
|
this.announcement = "";
|
|
16
|
+
this.previousValue = "";
|
|
26
17
|
}
|
|
27
18
|
getInputWidth() {
|
|
28
19
|
return this.inputWidth ? { width: this.inputWidth } : { flex: "1" };
|
|
@@ -126,6 +117,7 @@ export class Input {
|
|
|
126
117
|
return {
|
|
127
118
|
"label": {
|
|
128
119
|
"type": "string",
|
|
120
|
+
"attribute": "label",
|
|
129
121
|
"mutable": false,
|
|
130
122
|
"complexType": {
|
|
131
123
|
"original": "string",
|
|
@@ -138,11 +130,13 @@ export class Input {
|
|
|
138
130
|
"tags": [],
|
|
139
131
|
"text": ""
|
|
140
132
|
},
|
|
141
|
-
"
|
|
133
|
+
"getter": false,
|
|
134
|
+
"setter": false,
|
|
142
135
|
"reflect": false
|
|
143
136
|
},
|
|
144
137
|
"labelPosition": {
|
|
145
138
|
"type": "string",
|
|
139
|
+
"attribute": "label-position",
|
|
146
140
|
"mutable": false,
|
|
147
141
|
"complexType": {
|
|
148
142
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -155,12 +149,14 @@ export class Input {
|
|
|
155
149
|
"tags": [],
|
|
156
150
|
"text": ""
|
|
157
151
|
},
|
|
158
|
-
"
|
|
152
|
+
"getter": false,
|
|
153
|
+
"setter": false,
|
|
159
154
|
"reflect": false,
|
|
160
155
|
"defaultValue": "\"top\""
|
|
161
156
|
},
|
|
162
157
|
"value": {
|
|
163
158
|
"type": "string",
|
|
159
|
+
"attribute": "value",
|
|
164
160
|
"mutable": true,
|
|
165
161
|
"complexType": {
|
|
166
162
|
"original": "string",
|
|
@@ -173,12 +169,14 @@ export class Input {
|
|
|
173
169
|
"tags": [],
|
|
174
170
|
"text": ""
|
|
175
171
|
},
|
|
176
|
-
"
|
|
172
|
+
"getter": false,
|
|
173
|
+
"setter": false,
|
|
177
174
|
"reflect": false,
|
|
178
175
|
"defaultValue": "\"\""
|
|
179
176
|
},
|
|
180
177
|
"disabled": {
|
|
181
178
|
"type": "boolean",
|
|
179
|
+
"attribute": "disabled",
|
|
182
180
|
"mutable": false,
|
|
183
181
|
"complexType": {
|
|
184
182
|
"original": "boolean",
|
|
@@ -191,12 +189,14 @@ export class Input {
|
|
|
191
189
|
"tags": [],
|
|
192
190
|
"text": ""
|
|
193
191
|
},
|
|
194
|
-
"
|
|
192
|
+
"getter": false,
|
|
193
|
+
"setter": false,
|
|
195
194
|
"reflect": false,
|
|
196
195
|
"defaultValue": "false"
|
|
197
196
|
},
|
|
198
197
|
"info": {
|
|
199
198
|
"type": "string",
|
|
199
|
+
"attribute": "info",
|
|
200
200
|
"mutable": false,
|
|
201
201
|
"complexType": {
|
|
202
202
|
"original": "string",
|
|
@@ -209,11 +209,13 @@ export class Input {
|
|
|
209
209
|
"tags": [],
|
|
210
210
|
"text": ""
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"getter": false,
|
|
213
|
+
"setter": false,
|
|
213
214
|
"reflect": false
|
|
214
215
|
},
|
|
215
216
|
"inputWidth": {
|
|
216
217
|
"type": "string",
|
|
218
|
+
"attribute": "input-width",
|
|
217
219
|
"mutable": false,
|
|
218
220
|
"complexType": {
|
|
219
221
|
"original": "string",
|
|
@@ -226,12 +228,14 @@ export class Input {
|
|
|
226
228
|
"tags": [],
|
|
227
229
|
"text": ""
|
|
228
230
|
},
|
|
229
|
-
"
|
|
231
|
+
"getter": false,
|
|
232
|
+
"setter": false,
|
|
230
233
|
"reflect": false,
|
|
231
234
|
"defaultValue": "\"\""
|
|
232
235
|
},
|
|
233
236
|
"placeholder": {
|
|
234
237
|
"type": "string",
|
|
238
|
+
"attribute": "placeholder",
|
|
235
239
|
"mutable": false,
|
|
236
240
|
"complexType": {
|
|
237
241
|
"original": "string",
|
|
@@ -244,12 +248,14 @@ export class Input {
|
|
|
244
248
|
"tags": [],
|
|
245
249
|
"text": ""
|
|
246
250
|
},
|
|
247
|
-
"
|
|
251
|
+
"getter": false,
|
|
252
|
+
"setter": false,
|
|
248
253
|
"reflect": false,
|
|
249
254
|
"defaultValue": "\"\""
|
|
250
255
|
},
|
|
251
256
|
"requiredField": {
|
|
252
257
|
"type": "boolean",
|
|
258
|
+
"attribute": "required-field",
|
|
253
259
|
"mutable": false,
|
|
254
260
|
"complexType": {
|
|
255
261
|
"original": "boolean",
|
|
@@ -262,12 +268,14 @@ export class Input {
|
|
|
262
268
|
"tags": [],
|
|
263
269
|
"text": ""
|
|
264
270
|
},
|
|
265
|
-
"
|
|
271
|
+
"getter": false,
|
|
272
|
+
"setter": false,
|
|
266
273
|
"reflect": false,
|
|
267
274
|
"defaultValue": "false"
|
|
268
275
|
},
|
|
269
276
|
"errorMessage": {
|
|
270
277
|
"type": "string",
|
|
278
|
+
"attribute": "error-message",
|
|
271
279
|
"mutable": false,
|
|
272
280
|
"complexType": {
|
|
273
281
|
"original": "string",
|
|
@@ -280,11 +288,13 @@ export class Input {
|
|
|
280
288
|
"tags": [],
|
|
281
289
|
"text": ""
|
|
282
290
|
},
|
|
283
|
-
"
|
|
291
|
+
"getter": false,
|
|
292
|
+
"setter": false,
|
|
284
293
|
"reflect": false
|
|
285
294
|
},
|
|
286
295
|
"characterLimit": {
|
|
287
296
|
"type": "number",
|
|
297
|
+
"attribute": "character-limit",
|
|
288
298
|
"mutable": false,
|
|
289
299
|
"complexType": {
|
|
290
300
|
"original": "number",
|
|
@@ -297,11 +307,13 @@ export class Input {
|
|
|
297
307
|
"tags": [],
|
|
298
308
|
"text": ""
|
|
299
309
|
},
|
|
300
|
-
"
|
|
310
|
+
"getter": false,
|
|
311
|
+
"setter": false,
|
|
301
312
|
"reflect": false
|
|
302
313
|
},
|
|
303
314
|
"symbolBefore": {
|
|
304
315
|
"type": "string",
|
|
316
|
+
"attribute": "symbol-before",
|
|
305
317
|
"mutable": false,
|
|
306
318
|
"complexType": {
|
|
307
319
|
"original": "string",
|
|
@@ -314,11 +326,13 @@ export class Input {
|
|
|
314
326
|
"tags": [],
|
|
315
327
|
"text": ""
|
|
316
328
|
},
|
|
317
|
-
"
|
|
329
|
+
"getter": false,
|
|
330
|
+
"setter": false,
|
|
318
331
|
"reflect": false
|
|
319
332
|
},
|
|
320
333
|
"symbolAfter": {
|
|
321
334
|
"type": "string",
|
|
335
|
+
"attribute": "symbol-after",
|
|
322
336
|
"mutable": false,
|
|
323
337
|
"complexType": {
|
|
324
338
|
"original": "string",
|
|
@@ -331,11 +345,13 @@ export class Input {
|
|
|
331
345
|
"tags": [],
|
|
332
346
|
"text": ""
|
|
333
347
|
},
|
|
334
|
-
"
|
|
348
|
+
"getter": false,
|
|
349
|
+
"setter": false,
|
|
335
350
|
"reflect": false
|
|
336
351
|
},
|
|
337
352
|
"textAfter": {
|
|
338
353
|
"type": "string",
|
|
354
|
+
"attribute": "text-after",
|
|
339
355
|
"mutable": false,
|
|
340
356
|
"complexType": {
|
|
341
357
|
"original": "string",
|
|
@@ -348,11 +364,13 @@ export class Input {
|
|
|
348
364
|
"tags": [],
|
|
349
365
|
"text": ""
|
|
350
366
|
},
|
|
351
|
-
"
|
|
367
|
+
"getter": false,
|
|
368
|
+
"setter": false,
|
|
352
369
|
"reflect": false
|
|
353
370
|
},
|
|
354
371
|
"type": {
|
|
355
372
|
"type": "string",
|
|
373
|
+
"attribute": "type",
|
|
356
374
|
"mutable": false,
|
|
357
375
|
"complexType": {
|
|
358
376
|
"original": "\"number\" | \"text\"",
|
|
@@ -365,12 +383,14 @@ export class Input {
|
|
|
365
383
|
"tags": [],
|
|
366
384
|
"text": ""
|
|
367
385
|
},
|
|
368
|
-
"
|
|
386
|
+
"getter": false,
|
|
387
|
+
"setter": false,
|
|
369
388
|
"reflect": false,
|
|
370
389
|
"defaultValue": "\"text\""
|
|
371
390
|
},
|
|
372
391
|
"step": {
|
|
373
392
|
"type": "number",
|
|
393
|
+
"attribute": "step",
|
|
374
394
|
"mutable": false,
|
|
375
395
|
"complexType": {
|
|
376
396
|
"original": "number",
|
|
@@ -383,12 +403,14 @@ export class Input {
|
|
|
383
403
|
"tags": [],
|
|
384
404
|
"text": ""
|
|
385
405
|
},
|
|
386
|
-
"
|
|
406
|
+
"getter": false,
|
|
407
|
+
"setter": false,
|
|
387
408
|
"reflect": false,
|
|
388
409
|
"defaultValue": "1"
|
|
389
410
|
},
|
|
390
411
|
"min": {
|
|
391
412
|
"type": "number",
|
|
413
|
+
"attribute": "min",
|
|
392
414
|
"mutable": false,
|
|
393
415
|
"complexType": {
|
|
394
416
|
"original": "number",
|
|
@@ -401,11 +423,13 @@ export class Input {
|
|
|
401
423
|
"tags": [],
|
|
402
424
|
"text": ""
|
|
403
425
|
},
|
|
404
|
-
"
|
|
426
|
+
"getter": false,
|
|
427
|
+
"setter": false,
|
|
405
428
|
"reflect": false
|
|
406
429
|
},
|
|
407
430
|
"max": {
|
|
408
431
|
"type": "number",
|
|
432
|
+
"attribute": "max",
|
|
409
433
|
"mutable": false,
|
|
410
434
|
"complexType": {
|
|
411
435
|
"original": "number",
|
|
@@ -418,11 +442,13 @@ export class Input {
|
|
|
418
442
|
"tags": [],
|
|
419
443
|
"text": ""
|
|
420
444
|
},
|
|
421
|
-
"
|
|
445
|
+
"getter": false,
|
|
446
|
+
"setter": false,
|
|
422
447
|
"reflect": false
|
|
423
448
|
},
|
|
424
449
|
"isSubmit": {
|
|
425
450
|
"type": "boolean",
|
|
451
|
+
"attribute": "is-submit",
|
|
426
452
|
"mutable": false,
|
|
427
453
|
"complexType": {
|
|
428
454
|
"original": "boolean",
|
|
@@ -435,7 +461,8 @@ export class Input {
|
|
|
435
461
|
"tags": [],
|
|
436
462
|
"text": ""
|
|
437
463
|
},
|
|
438
|
-
"
|
|
464
|
+
"getter": false,
|
|
465
|
+
"setter": false,
|
|
439
466
|
"reflect": false,
|
|
440
467
|
"defaultValue": "false"
|
|
441
468
|
}
|