@watermarkinsights/ripple 5.16.0-alpha.10 → 5.16.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/app-globals-1079ca72.js +92 -0
- package/dist/cjs/{chartFunctions-C8PCmGmn.js → chartFunctions-ce91b2c9.js} +3 -2
- package/dist/cjs/{functions-DfuY5Jtp.js → functions-ea3eae05.js} +95 -78
- package/dist/cjs/{index-DwhNqnaT.js → index-788526f5.js} +410 -777
- package/dist/cjs/{intl-Bl-0Yn5n.js → intl-ea56dd40.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/priv-calendar.cjs.entry.js +12 -6
- package/dist/cjs/priv-chart-popover.cjs.entry.js +8 -4
- package/dist/cjs/priv-navigator-button.cjs.entry.js +5 -2
- package/dist/cjs/priv-navigator-item.cjs.entry.js +5 -2
- package/dist/cjs/priv-option-list.cjs.entry.js +16 -10
- package/dist/cjs/ripple.cjs.js +7 -7
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +18 -9
- package/dist/cjs/wm-button.cjs.entry.js +16 -8
- package/dist/cjs/wm-chart-slice.cjs.entry.js +8 -1
- package/dist/cjs/wm-chart.cjs.entry.js +18 -14
- package/dist/cjs/wm-date-range.cjs.entry.js +14 -9
- package/dist/cjs/wm-datepicker.cjs.entry.js +11 -6
- package/dist/cjs/wm-file-list.cjs.entry.js +5 -2
- package/dist/cjs/wm-file.cjs.entry.js +15 -5
- package/dist/cjs/wm-flyout.cjs.entry.js +16 -5
- package/dist/cjs/wm-input.cjs.entry.js +17 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +28 -18
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +14 -8
- package/dist/cjs/wm-modal_3.cjs.entry.js +14 -7
- package/dist/cjs/wm-navigation_3.cjs.entry.js +18 -9
- package/dist/cjs/wm-navigator.cjs.entry.js +15 -17
- package/dist/cjs/wm-nested-select.cjs.entry.js +16 -11
- package/dist/cjs/wm-optgroup.cjs.entry.js +7 -3
- package/dist/cjs/wm-option_2.cjs.entry.js +17 -10
- package/dist/cjs/wm-pagination.cjs.entry.js +13 -10
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +27 -10
- package/dist/cjs/wm-search.cjs.entry.js +9 -25
- package/dist/cjs/wm-snackbar.cjs.entry.js +10 -8
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +16 -20
- package/dist/cjs/wm-tag-input.cjs.entry.js +25 -12
- package/dist/cjs/wm-tag-option.cjs.entry.js +8 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +12 -5
- package/dist/cjs/wm-timepicker.cjs.entry.js +14 -9
- package/dist/cjs/wm-toggletip.cjs.entry.js +12 -7
- package/dist/cjs/wm-uploader.cjs.entry.js +24 -11
- package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +4 -8
- package/dist/collection/components/charts/wm-chart/wm-chart-slice.js +12 -15
- package/dist/collection/components/charts/wm-chart/wm-chart.js +22 -45
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +33 -52
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +16 -23
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +6 -9
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-slice.js +12 -15
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +12 -21
- package/dist/collection/components/datepickers/wm-date-range.js +19 -39
- package/dist/collection/components/datepickers/wm-datepicker.js +13 -27
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +16 -27
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +22 -46
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +5 -12
- package/dist/collection/components/selects/wm-option/wm-option.js +6 -15
- package/dist/collection/components/selects/wm-select/wm-select.js +19 -41
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +15 -24
- package/dist/collection/components/wm-button/wm-button.js +22 -43
- package/dist/collection/components/wm-file/wm-file.js +18 -29
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -3
- package/dist/collection/components/wm-flyout/wm-flyout.js +19 -31
- package/dist/collection/components/wm-input/wm-input.js +28 -55
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +4 -10
- package/dist/collection/components/wm-modal/wm-modal-footer.js +5 -15
- package/dist/collection/components/wm-modal/wm-modal-header.js +2 -6
- package/dist/collection/components/wm-modal/wm-modal.js +7 -13
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +5 -15
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +2 -6
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +7 -14
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +4 -5
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +8 -9
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -4
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +2 -6
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +3 -9
- package/dist/collection/components/wm-navigator/wm-navigator.js +15 -34
- package/dist/collection/components/wm-pagination/wm-pagination.js +11 -21
- package/dist/collection/components/wm-search/wm-search.js +10 -45
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +4 -7
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +6 -18
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +6 -9
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +2 -12
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +32 -50
- package/dist/collection/components/wm-tag-input/wm-tag-option/wm-tag-option.js +10 -18
- package/dist/collection/components/wm-textarea/wm-textarea.js +16 -34
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +15 -27
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +11 -19
- package/dist/collection/components/wm-uploader/wm-uploader.js +28 -40
- package/dist/esm/app-globals-1087214a.js +90 -0
- package/dist/esm/{chartFunctions-BocRhQ0T.js → chartFunctions-ebe4f673.js} +4 -3
- package/dist/esm/{functions-B9BrPorY.js → functions-fbf8519f.js} +96 -79
- package/dist/esm/{index-C20glyTb.js → index-130e07bb.js} +406 -774
- package/dist/esm/{intl-D-bH9lQF.js → intl-30a9319d.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/priv-calendar.entry.js +10 -6
- package/dist/esm/priv-chart-popover.entry.js +6 -4
- package/dist/esm/priv-navigator-button.entry.js +3 -2
- package/dist/esm/priv-navigator-item.entry.js +3 -2
- package/dist/esm/priv-option-list.entry.js +14 -10
- package/dist/esm/ripple.js +5 -6
- package/dist/esm/wm-action-menu_2.entry.js +16 -9
- package/dist/esm/wm-button.entry.js +14 -8
- package/dist/esm/wm-chart-slice.entry.js +6 -1
- package/dist/esm/wm-chart.entry.js +16 -14
- package/dist/esm/wm-date-range.entry.js +12 -9
- package/dist/esm/wm-datepicker.entry.js +9 -6
- package/dist/esm/wm-file-list.entry.js +3 -2
- package/dist/esm/wm-file.entry.js +13 -5
- package/dist/esm/wm-flyout.entry.js +14 -5
- package/dist/esm/wm-input.entry.js +15 -5
- package/dist/esm/wm-line-chart.entry.js +26 -18
- package/dist/esm/wm-modal-pss_3.entry.js +12 -8
- package/dist/esm/wm-modal_3.entry.js +12 -7
- package/dist/esm/wm-navigation_3.entry.js +16 -9
- package/dist/esm/wm-navigator.entry.js +13 -17
- package/dist/esm/wm-nested-select.entry.js +14 -11
- package/dist/esm/wm-optgroup.entry.js +5 -3
- package/dist/esm/wm-option_2.entry.js +15 -10
- package/dist/esm/wm-pagination.entry.js +11 -10
- package/dist/esm/wm-progress-indicator_3.entry.js +25 -10
- package/dist/esm/wm-search.entry.js +7 -25
- package/dist/esm/wm-snackbar.entry.js +8 -8
- package/dist/esm/wm-tab-item_3.entry.js +14 -20
- package/dist/esm/wm-tag-input.entry.js +23 -12
- package/dist/esm/wm-tag-option.entry.js +6 -2
- package/dist/esm/wm-textarea.entry.js +10 -5
- package/dist/esm/wm-timepicker.entry.js +12 -9
- package/dist/esm/wm-toggletip.entry.js +10 -7
- package/dist/esm/wm-uploader.entry.js +22 -11
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-1087214a.js +1 -0
- package/dist/esm-es5/chartFunctions-ebe4f673.js +1 -0
- package/dist/esm-es5/functions-fbf8519f.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/{intl-D-bH9lQF.js → intl-30a9319d.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-date-range.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-tag-option.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/loader/package.json +11 -0
- package/dist/ripple/p-02951ad1.system.js +1 -0
- package/dist/ripple/{p-59f7cfd7.system.entry.js → p-03381d63.system.entry.js} +1 -1
- package/dist/ripple/{p-70cdc5ce.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/{p-d11e4c6e.system.entry.js → p-086c2905.system.entry.js} +1 -1
- package/dist/ripple/{p-85afd9bf.system.entry.js → p-09f61d38.system.entry.js} +1 -1
- package/dist/ripple/p-0d3a26ff.entry.js +1 -0
- package/dist/ripple/{p-a1cd3c29.entry.js → p-12174831.entry.js} +1 -1
- package/dist/ripple/p-13b1d775.entry.js +1 -0
- package/dist/ripple/p-13ddc53d.entry.js +1 -0
- package/dist/ripple/p-17e93d1b.entry.js +1 -0
- package/dist/ripple/{p-4a50f797.system.entry.js → p-22d9b079.system.entry.js} +1 -1
- package/dist/ripple/{p-caef27f1.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
- package/dist/ripple/p-2be53f45.entry.js +1 -0
- package/dist/ripple/{p-81783193.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
- package/dist/ripple/{p-03e28e65.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
- package/dist/ripple/{p-de4c51e2.system.entry.js → p-324aed64.system.entry.js} +1 -1
- package/dist/ripple/{p-1b8f9ff1.system.entry.js → p-34808b52.system.entry.js} +1 -1
- package/dist/ripple/{p-5a728ced.system.entry.js → p-42174be5.system.entry.js} +1 -1
- package/dist/ripple/p-4436c014.entry.js +1 -0
- package/dist/ripple/{p-d17bf683.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
- package/dist/ripple/{p-3fa20b7a.entry.js → p-4df89f8f.entry.js} +1 -1
- package/dist/ripple/{p-b2604e2b.system.entry.js → p-4e97bf26.system.entry.js} +1 -1
- package/dist/ripple/p-4f13d03e.entry.js +1 -0
- package/dist/ripple/p-535165fc.system.js +1 -0
- package/dist/ripple/{p-d1ea5d4c.system.entry.js → p-5405f9d3.system.entry.js} +1 -1
- package/dist/ripple/p-55f979d4.system.js +1 -0
- package/dist/ripple/p-57bce206.system.js +1 -0
- package/dist/ripple/{p-734d06dc.system.entry.js → p-5a5d5833.system.entry.js} +1 -1
- package/dist/ripple/p-5b7d56aa.entry.js +1 -0
- package/dist/ripple/p-5c0db525.entry.js +1 -0
- package/dist/ripple/{p-27c1933e.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
- package/dist/ripple/p-67109fb1.entry.js +1 -0
- package/dist/ripple/{p-cf3defe6.system.entry.js → p-6723e469.system.entry.js} +1 -1
- package/dist/ripple/{p-1a96dc5e.entry.js → p-6b4e1fe9.entry.js} +1 -1
- package/dist/ripple/{p-d3d5306c.system.entry.js → p-75ad7567.system.entry.js} +1 -1
- package/dist/ripple/{p-c164a1cb.entry.js → p-76aef56f.entry.js} +1 -1
- package/dist/ripple/{p-e63b30bd.system.entry.js → p-7b06e308.system.entry.js} +1 -1
- package/dist/ripple/{p-0a9f8d0d.entry.js → p-7c6e0168.entry.js} +1 -1
- package/dist/ripple/{p-e2e2929f.system.entry.js → p-80664bf3.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-7ea000d6.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
- package/dist/ripple/{p-fb4367a8.system.entry.js → p-86c752be.system.entry.js} +1 -1
- package/dist/ripple/p-8905ad76.entry.js +1 -0
- package/dist/ripple/{p-5827cae3.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
- package/dist/ripple/p-8c2f8f78.entry.js +1 -0
- package/dist/ripple/{p-757b04eb.entry.js → p-8c33cb29.entry.js} +1 -1
- package/dist/ripple/{p-82a66121.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
- package/dist/ripple/p-904f4c90.entry.js +1 -0
- package/dist/ripple/{p-0616bd1c.entry.js → p-924ab54c.entry.js} +1 -1
- package/dist/ripple/p-94c6bde9.js +1 -0
- package/dist/ripple/p-9627b8a6.entry.js +1 -0
- package/dist/ripple/{p-DAuKYO5n.js → p-9c6bacb9.js} +1 -1
- package/dist/ripple/p-9f2b6c58.entry.js +1 -0
- package/dist/ripple/{p-ef56fc5a.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
- package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
- package/dist/ripple/{p-b593e93c.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
- package/dist/ripple/{p-ebd318c6.entry.js → p-be3213fc.entry.js} +1 -1
- package/dist/ripple/{p-476e2913.entry.js → p-c242e70f.entry.js} +1 -1
- package/dist/ripple/{p-d293be99.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
- package/dist/ripple/p-c6ba7e07.entry.js +1 -0
- package/dist/ripple/{p-d61938ca.entry.js → p-c7a57fc7.entry.js} +1 -1
- package/dist/ripple/{p-b140b04d.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
- package/dist/ripple/{p-5166de03.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
- package/dist/ripple/{p-5cc5b46b.entry.js → p-cd0cc88d.entry.js} +1 -1
- package/dist/ripple/p-cef8a45b.system.js +2 -0
- package/dist/ripple/p-d210db32.entry.js +1 -0
- package/dist/ripple/{p-f878d184.system.entry.js → p-d2b60968.system.entry.js} +1 -1
- package/dist/ripple/p-d45bcccf.js +1 -0
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/p-dc7acef5.entry.js +1 -0
- package/dist/ripple/p-dd62178f.system.entry.js +1 -0
- package/dist/ripple/p-e0d21c51.entry.js +1 -0
- package/dist/ripple/{p-BVUnLeDz.system.js → p-e71b1146.system.js} +1 -1
- package/dist/ripple/p-e7d03cf5.js +1 -0
- package/dist/ripple/p-efe8c61e.entry.js +1 -0
- package/dist/ripple/p-f0eae6dc.entry.js +1 -0
- package/dist/ripple/p-f0f57f41.system.entry.js +1 -0
- package/dist/ripple/{p-dca6cfbd.entry.js → p-f3b31fae.entry.js} +1 -1
- package/dist/ripple/p-f46983da.entry.js +1 -0
- package/dist/ripple/{p-719b7087.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
- package/dist/ripple/{p-e6e4e23a.system.entry.js → p-fde1212a.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components.d.ts +0 -986
- package/dist/types/stencil-public-runtime.d.ts +2 -37
- package/package.json +2 -2
- package/dist/cjs/app-globals-C-IAhycr.js +0 -7
- package/dist/esm/app-globals-CrcR41XQ.js +0 -5
- package/dist/esm-es5/app-globals-CrcR41XQ.js +0 -1
- package/dist/esm-es5/chartFunctions-BocRhQ0T.js +0 -1
- package/dist/esm-es5/functions-B9BrPorY.js +0 -1
- package/dist/esm-es5/index-C20glyTb.js +0 -1
- package/dist/ripple/p-088a84b6.entry.js +0 -1
- package/dist/ripple/p-09116c34.entry.js +0 -1
- package/dist/ripple/p-21728198.entry.js +0 -1
- package/dist/ripple/p-25227bec.entry.js +0 -1
- package/dist/ripple/p-264fb4fc.entry.js +0 -1
- package/dist/ripple/p-27de107e.entry.js +0 -1
- package/dist/ripple/p-338835e6.entry.js +0 -1
- package/dist/ripple/p-3678e285.entry.js +0 -1
- package/dist/ripple/p-384f6dc8.entry.js +0 -1
- package/dist/ripple/p-5026b7e8.entry.js +0 -1
- package/dist/ripple/p-5c8e802a.system.entry.js +0 -1
- package/dist/ripple/p-6c66e270.entry.js +0 -1
- package/dist/ripple/p-6ffa9bfc.entry.js +0 -1
- package/dist/ripple/p-8eWf5O5Z.system.js +0 -1
- package/dist/ripple/p-90d11417.system.entry.js +0 -1
- package/dist/ripple/p-979cd9f4.entry.js +0 -1
- package/dist/ripple/p-B0uE_ID-.system.js +0 -2
- package/dist/ripple/p-B9BrPorY.js +0 -1
- package/dist/ripple/p-BOTV28v8.system.js +0 -1
- package/dist/ripple/p-Bboe1S7O.js +0 -1
- package/dist/ripple/p-C20glyTb.js +0 -2
- package/dist/ripple/p-CKTNcFzW.system.js +0 -1
- package/dist/ripple/p-D_issjBT.system.js +0 -1
- package/dist/ripple/p-a634e9f5.entry.js +0 -1
- package/dist/ripple/p-b0653ac3.entry.js +0 -1
- package/dist/ripple/p-b2433a3c.system.entry.js +0 -1
- package/dist/ripple/p-c344e3c0.entry.js +0 -1
- package/dist/ripple/p-d3bc9393.entry.js +0 -1
- package/dist/ripple/p-d5232e7d.entry.js +0 -1
- package/dist/ripple/p-dECFx5ly.js +0 -1
- package/dist/ripple/p-dc3e43aa.entry.js +0 -1
- package/dist/ripple/p-e9b67596.entry.js +0 -1
- package/dist/ripple/p-ee0e88ed.entry.js +0 -1
- package/dist/ripple/p-fc35bcf9.entry.js +0 -1
- package/dist/ripple/p-ffd7de48.entry.js +0 -1
- /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
- /package/dist/esm/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
- /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
- /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
|
@@ -2,12 +2,19 @@ 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
|
|
7
5
|
this.fullFilename = `${this.name}.${this.type}`;
|
|
8
6
|
this.debouncedUpdate = debounce(async () => {
|
|
9
7
|
forceUpdate(this.el);
|
|
10
8
|
}, 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";
|
|
11
18
|
}
|
|
12
19
|
get isCondensed() {
|
|
13
20
|
return this.el.clientWidth < 500;
|
|
@@ -183,7 +190,6 @@ export class File {
|
|
|
183
190
|
return {
|
|
184
191
|
"name": {
|
|
185
192
|
"type": "string",
|
|
186
|
-
"attribute": "name",
|
|
187
193
|
"mutable": false,
|
|
188
194
|
"complexType": {
|
|
189
195
|
"original": "string",
|
|
@@ -196,13 +202,11 @@ export class File {
|
|
|
196
202
|
"tags": [],
|
|
197
203
|
"text": ""
|
|
198
204
|
},
|
|
199
|
-
"
|
|
200
|
-
"setter": false,
|
|
205
|
+
"attribute": "name",
|
|
201
206
|
"reflect": false
|
|
202
207
|
},
|
|
203
208
|
"type": {
|
|
204
209
|
"type": "string",
|
|
205
|
-
"attribute": "type",
|
|
206
210
|
"mutable": false,
|
|
207
211
|
"complexType": {
|
|
208
212
|
"original": "string",
|
|
@@ -215,13 +219,11 @@ export class File {
|
|
|
215
219
|
"tags": [],
|
|
216
220
|
"text": ""
|
|
217
221
|
},
|
|
218
|
-
"
|
|
219
|
-
"setter": false,
|
|
222
|
+
"attribute": "type",
|
|
220
223
|
"reflect": false
|
|
221
224
|
},
|
|
222
225
|
"fileActions": {
|
|
223
226
|
"type": "string",
|
|
224
|
-
"attribute": "file-actions",
|
|
225
227
|
"mutable": false,
|
|
226
228
|
"complexType": {
|
|
227
229
|
"original": "string",
|
|
@@ -234,14 +236,12 @@ export class File {
|
|
|
234
236
|
"tags": [],
|
|
235
237
|
"text": ""
|
|
236
238
|
},
|
|
237
|
-
"
|
|
238
|
-
"setter": false,
|
|
239
|
+
"attribute": "file-actions",
|
|
239
240
|
"reflect": false,
|
|
240
241
|
"defaultValue": "\"download delete\""
|
|
241
242
|
},
|
|
242
243
|
"lastUpdated": {
|
|
243
244
|
"type": "string",
|
|
244
|
-
"attribute": "last-updated",
|
|
245
245
|
"mutable": false,
|
|
246
246
|
"complexType": {
|
|
247
247
|
"original": "string",
|
|
@@ -254,13 +254,11 @@ export class File {
|
|
|
254
254
|
"tags": [],
|
|
255
255
|
"text": ""
|
|
256
256
|
},
|
|
257
|
-
"
|
|
258
|
-
"setter": false,
|
|
257
|
+
"attribute": "last-updated",
|
|
259
258
|
"reflect": false
|
|
260
259
|
},
|
|
261
260
|
"progress": {
|
|
262
261
|
"type": "number",
|
|
263
|
-
"attribute": "progress",
|
|
264
262
|
"mutable": false,
|
|
265
263
|
"complexType": {
|
|
266
264
|
"original": "number",
|
|
@@ -273,13 +271,11 @@ export class File {
|
|
|
273
271
|
"tags": [],
|
|
274
272
|
"text": ""
|
|
275
273
|
},
|
|
276
|
-
"
|
|
277
|
-
"setter": false,
|
|
274
|
+
"attribute": "progress",
|
|
278
275
|
"reflect": true
|
|
279
276
|
},
|
|
280
277
|
"size": {
|
|
281
278
|
"type": "string",
|
|
282
|
-
"attribute": "size",
|
|
283
279
|
"mutable": false,
|
|
284
280
|
"complexType": {
|
|
285
281
|
"original": "string",
|
|
@@ -292,13 +288,11 @@ export class File {
|
|
|
292
288
|
"tags": [],
|
|
293
289
|
"text": ""
|
|
294
290
|
},
|
|
295
|
-
"
|
|
296
|
-
"setter": false,
|
|
291
|
+
"attribute": "size",
|
|
297
292
|
"reflect": false
|
|
298
293
|
},
|
|
299
294
|
"uploadedBy": {
|
|
300
295
|
"type": "string",
|
|
301
|
-
"attribute": "uploaded-by",
|
|
302
296
|
"mutable": false,
|
|
303
297
|
"complexType": {
|
|
304
298
|
"original": "string",
|
|
@@ -311,13 +305,11 @@ export class File {
|
|
|
311
305
|
"tags": [],
|
|
312
306
|
"text": ""
|
|
313
307
|
},
|
|
314
|
-
"
|
|
315
|
-
"setter": false,
|
|
308
|
+
"attribute": "uploaded-by",
|
|
316
309
|
"reflect": false
|
|
317
310
|
},
|
|
318
311
|
"errorMessage": {
|
|
319
312
|
"type": "string",
|
|
320
|
-
"attribute": "error-message",
|
|
321
313
|
"mutable": false,
|
|
322
314
|
"complexType": {
|
|
323
315
|
"original": "string",
|
|
@@ -330,13 +322,11 @@ export class File {
|
|
|
330
322
|
"tags": [],
|
|
331
323
|
"text": ""
|
|
332
324
|
},
|
|
333
|
-
"
|
|
334
|
-
"setter": false,
|
|
325
|
+
"attribute": "error-message",
|
|
335
326
|
"reflect": false
|
|
336
327
|
},
|
|
337
328
|
"showInfo": {
|
|
338
329
|
"type": "string",
|
|
339
|
-
"attribute": "show-info",
|
|
340
330
|
"mutable": true,
|
|
341
331
|
"complexType": {
|
|
342
332
|
"original": "\"time\" | \"last-updated\" | \"size\" | \"uploaded-by\" | \"all\" | \"none\"",
|
|
@@ -349,8 +339,7 @@ export class File {
|
|
|
349
339
|
"tags": [],
|
|
350
340
|
"text": ""
|
|
351
341
|
},
|
|
352
|
-
"
|
|
353
|
-
"setter": false,
|
|
342
|
+
"attribute": "show-info",
|
|
354
343
|
"reflect": false,
|
|
355
344
|
"defaultValue": "\"last-updated\""
|
|
356
345
|
}
|
|
@@ -23,7 +23,6 @@ export class FileList {
|
|
|
23
23
|
return {
|
|
24
24
|
"showInfo": {
|
|
25
25
|
"type": "string",
|
|
26
|
-
"attribute": "show-info",
|
|
27
26
|
"mutable": false,
|
|
28
27
|
"complexType": {
|
|
29
28
|
"original": "\"size\" | \"last-updated\" | \"uploaded-by\" | \"all\" | \"none\"",
|
|
@@ -36,8 +35,7 @@ export class FileList {
|
|
|
36
35
|
"tags": [],
|
|
37
36
|
"text": ""
|
|
38
37
|
},
|
|
39
|
-
"
|
|
40
|
-
"setter": false,
|
|
38
|
+
"attribute": "show-info",
|
|
41
39
|
"reflect": false,
|
|
42
40
|
"defaultValue": "\"last-updated\""
|
|
43
41
|
}
|
|
@@ -3,11 +3,19 @@ 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;
|
|
6
10
|
this.flyoutWidth = "45rem";
|
|
11
|
+
this.primaryText = undefined;
|
|
12
|
+
this.secondaryText = undefined;
|
|
13
|
+
this.infoText = undefined;
|
|
14
|
+
this.breadcrumb = undefined;
|
|
7
15
|
this.elementToFocus = "";
|
|
8
16
|
this.open = false;
|
|
17
|
+
this.returnFocusEl = undefined;
|
|
9
18
|
this.isBreadcrumbsOverflowing = false;
|
|
10
|
-
this.debouncedCheckBreadcrumbOverflow = debounce(this.checkBreadcrumbOverflow, 30);
|
|
11
19
|
}
|
|
12
20
|
get lastFocusableEl() {
|
|
13
21
|
if (this.primaryText) {
|
|
@@ -164,7 +172,6 @@ export class Flyout {
|
|
|
164
172
|
return {
|
|
165
173
|
"eyebrow": {
|
|
166
174
|
"type": "string",
|
|
167
|
-
"attribute": "eyebrow",
|
|
168
175
|
"mutable": false,
|
|
169
176
|
"complexType": {
|
|
170
177
|
"original": "string",
|
|
@@ -177,13 +184,11 @@ export class Flyout {
|
|
|
177
184
|
"tags": [],
|
|
178
185
|
"text": ""
|
|
179
186
|
},
|
|
180
|
-
"
|
|
181
|
-
"setter": false,
|
|
187
|
+
"attribute": "eyebrow",
|
|
182
188
|
"reflect": false
|
|
183
189
|
},
|
|
184
190
|
"heading": {
|
|
185
191
|
"type": "string",
|
|
186
|
-
"attribute": "heading",
|
|
187
192
|
"mutable": false,
|
|
188
193
|
"complexType": {
|
|
189
194
|
"original": "string",
|
|
@@ -196,13 +201,11 @@ export class Flyout {
|
|
|
196
201
|
"tags": [],
|
|
197
202
|
"text": ""
|
|
198
203
|
},
|
|
199
|
-
"
|
|
200
|
-
"setter": false,
|
|
204
|
+
"attribute": "heading",
|
|
201
205
|
"reflect": false
|
|
202
206
|
},
|
|
203
207
|
"subheading": {
|
|
204
208
|
"type": "string",
|
|
205
|
-
"attribute": "subheading",
|
|
206
209
|
"mutable": false,
|
|
207
210
|
"complexType": {
|
|
208
211
|
"original": "string",
|
|
@@ -215,13 +218,11 @@ export class Flyout {
|
|
|
215
218
|
"tags": [],
|
|
216
219
|
"text": ""
|
|
217
220
|
},
|
|
218
|
-
"
|
|
219
|
-
"setter": false,
|
|
221
|
+
"attribute": "subheading",
|
|
220
222
|
"reflect": false
|
|
221
223
|
},
|
|
222
224
|
"flyoutWidth": {
|
|
223
225
|
"type": "string",
|
|
224
|
-
"attribute": "flyout-width",
|
|
225
226
|
"mutable": false,
|
|
226
227
|
"complexType": {
|
|
227
228
|
"original": "string",
|
|
@@ -234,14 +235,12 @@ export class Flyout {
|
|
|
234
235
|
"tags": [],
|
|
235
236
|
"text": ""
|
|
236
237
|
},
|
|
237
|
-
"
|
|
238
|
-
"setter": false,
|
|
238
|
+
"attribute": "flyout-width",
|
|
239
239
|
"reflect": false,
|
|
240
240
|
"defaultValue": "\"45rem\""
|
|
241
241
|
},
|
|
242
242
|
"primaryText": {
|
|
243
243
|
"type": "string",
|
|
244
|
-
"attribute": "primary-text",
|
|
245
244
|
"mutable": false,
|
|
246
245
|
"complexType": {
|
|
247
246
|
"original": "string",
|
|
@@ -254,13 +253,11 @@ export class Flyout {
|
|
|
254
253
|
"tags": [],
|
|
255
254
|
"text": ""
|
|
256
255
|
},
|
|
257
|
-
"
|
|
258
|
-
"setter": false,
|
|
256
|
+
"attribute": "primary-text",
|
|
259
257
|
"reflect": false
|
|
260
258
|
},
|
|
261
259
|
"secondaryText": {
|
|
262
260
|
"type": "string",
|
|
263
|
-
"attribute": "secondary-text",
|
|
264
261
|
"mutable": false,
|
|
265
262
|
"complexType": {
|
|
266
263
|
"original": "string",
|
|
@@ -273,13 +270,11 @@ export class Flyout {
|
|
|
273
270
|
"tags": [],
|
|
274
271
|
"text": ""
|
|
275
272
|
},
|
|
276
|
-
"
|
|
277
|
-
"setter": false,
|
|
273
|
+
"attribute": "secondary-text",
|
|
278
274
|
"reflect": false
|
|
279
275
|
},
|
|
280
276
|
"infoText": {
|
|
281
277
|
"type": "string",
|
|
282
|
-
"attribute": "info-text",
|
|
283
278
|
"mutable": false,
|
|
284
279
|
"complexType": {
|
|
285
280
|
"original": "string",
|
|
@@ -292,13 +287,11 @@ export class Flyout {
|
|
|
292
287
|
"tags": [],
|
|
293
288
|
"text": ""
|
|
294
289
|
},
|
|
295
|
-
"
|
|
296
|
-
"setter": false,
|
|
290
|
+
"attribute": "info-text",
|
|
297
291
|
"reflect": false
|
|
298
292
|
},
|
|
299
293
|
"breadcrumb": {
|
|
300
294
|
"type": "string",
|
|
301
|
-
"attribute": "breadcrumb",
|
|
302
295
|
"mutable": false,
|
|
303
296
|
"complexType": {
|
|
304
297
|
"original": "string",
|
|
@@ -311,13 +304,11 @@ export class Flyout {
|
|
|
311
304
|
"tags": [],
|
|
312
305
|
"text": ""
|
|
313
306
|
},
|
|
314
|
-
"
|
|
315
|
-
"setter": false,
|
|
307
|
+
"attribute": "breadcrumb",
|
|
316
308
|
"reflect": false
|
|
317
309
|
},
|
|
318
310
|
"elementToFocus": {
|
|
319
311
|
"type": "string",
|
|
320
|
-
"attribute": "element-to-focus",
|
|
321
312
|
"mutable": false,
|
|
322
313
|
"complexType": {
|
|
323
314
|
"original": "\"primary\" | \"secondary\" | string",
|
|
@@ -330,14 +321,12 @@ export class Flyout {
|
|
|
330
321
|
"tags": [],
|
|
331
322
|
"text": ""
|
|
332
323
|
},
|
|
333
|
-
"
|
|
334
|
-
"setter": false,
|
|
324
|
+
"attribute": "element-to-focus",
|
|
335
325
|
"reflect": false,
|
|
336
326
|
"defaultValue": "\"\""
|
|
337
327
|
},
|
|
338
328
|
"open": {
|
|
339
329
|
"type": "boolean",
|
|
340
|
-
"attribute": "open",
|
|
341
330
|
"mutable": false,
|
|
342
331
|
"complexType": {
|
|
343
332
|
"original": "boolean",
|
|
@@ -350,8 +339,7 @@ export class Flyout {
|
|
|
350
339
|
"tags": [],
|
|
351
340
|
"text": ""
|
|
352
341
|
},
|
|
353
|
-
"
|
|
354
|
-
"setter": false,
|
|
342
|
+
"attribute": "open",
|
|
355
343
|
"reflect": true,
|
|
356
344
|
"defaultValue": "false"
|
|
357
345
|
}
|
|
@@ -3,17 +3,26 @@ 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;
|
|
6
8
|
this.labelPosition = "top";
|
|
7
9
|
this.value = "";
|
|
8
10
|
this.disabled = false;
|
|
11
|
+
this.info = undefined;
|
|
9
12
|
this.inputWidth = "";
|
|
10
13
|
this.placeholder = "";
|
|
11
14
|
this.requiredField = false;
|
|
15
|
+
this.errorMessage = undefined;
|
|
16
|
+
this.characterLimit = undefined;
|
|
17
|
+
this.symbolBefore = undefined;
|
|
18
|
+
this.symbolAfter = undefined;
|
|
19
|
+
this.textAfter = undefined;
|
|
12
20
|
this.type = "text";
|
|
13
21
|
this.step = 1;
|
|
22
|
+
this.min = undefined;
|
|
23
|
+
this.max = undefined;
|
|
14
24
|
this.isSubmit = false;
|
|
15
25
|
this.announcement = "";
|
|
16
|
-
this.previousValue = "";
|
|
17
26
|
}
|
|
18
27
|
getInputWidth() {
|
|
19
28
|
return this.inputWidth ? { width: this.inputWidth } : { flex: "1" };
|
|
@@ -117,7 +126,6 @@ export class Input {
|
|
|
117
126
|
return {
|
|
118
127
|
"label": {
|
|
119
128
|
"type": "string",
|
|
120
|
-
"attribute": "label",
|
|
121
129
|
"mutable": false,
|
|
122
130
|
"complexType": {
|
|
123
131
|
"original": "string",
|
|
@@ -130,13 +138,11 @@ export class Input {
|
|
|
130
138
|
"tags": [],
|
|
131
139
|
"text": ""
|
|
132
140
|
},
|
|
133
|
-
"
|
|
134
|
-
"setter": false,
|
|
141
|
+
"attribute": "label",
|
|
135
142
|
"reflect": false
|
|
136
143
|
},
|
|
137
144
|
"labelPosition": {
|
|
138
145
|
"type": "string",
|
|
139
|
-
"attribute": "label-position",
|
|
140
146
|
"mutable": false,
|
|
141
147
|
"complexType": {
|
|
142
148
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -149,14 +155,12 @@ export class Input {
|
|
|
149
155
|
"tags": [],
|
|
150
156
|
"text": ""
|
|
151
157
|
},
|
|
152
|
-
"
|
|
153
|
-
"setter": false,
|
|
158
|
+
"attribute": "label-position",
|
|
154
159
|
"reflect": false,
|
|
155
160
|
"defaultValue": "\"top\""
|
|
156
161
|
},
|
|
157
162
|
"value": {
|
|
158
163
|
"type": "string",
|
|
159
|
-
"attribute": "value",
|
|
160
164
|
"mutable": true,
|
|
161
165
|
"complexType": {
|
|
162
166
|
"original": "string",
|
|
@@ -169,14 +173,12 @@ export class Input {
|
|
|
169
173
|
"tags": [],
|
|
170
174
|
"text": ""
|
|
171
175
|
},
|
|
172
|
-
"
|
|
173
|
-
"setter": false,
|
|
176
|
+
"attribute": "value",
|
|
174
177
|
"reflect": false,
|
|
175
178
|
"defaultValue": "\"\""
|
|
176
179
|
},
|
|
177
180
|
"disabled": {
|
|
178
181
|
"type": "boolean",
|
|
179
|
-
"attribute": "disabled",
|
|
180
182
|
"mutable": false,
|
|
181
183
|
"complexType": {
|
|
182
184
|
"original": "boolean",
|
|
@@ -189,14 +191,12 @@ export class Input {
|
|
|
189
191
|
"tags": [],
|
|
190
192
|
"text": ""
|
|
191
193
|
},
|
|
192
|
-
"
|
|
193
|
-
"setter": false,
|
|
194
|
+
"attribute": "disabled",
|
|
194
195
|
"reflect": false,
|
|
195
196
|
"defaultValue": "false"
|
|
196
197
|
},
|
|
197
198
|
"info": {
|
|
198
199
|
"type": "string",
|
|
199
|
-
"attribute": "info",
|
|
200
200
|
"mutable": false,
|
|
201
201
|
"complexType": {
|
|
202
202
|
"original": "string",
|
|
@@ -209,13 +209,11 @@ export class Input {
|
|
|
209
209
|
"tags": [],
|
|
210
210
|
"text": ""
|
|
211
211
|
},
|
|
212
|
-
"
|
|
213
|
-
"setter": false,
|
|
212
|
+
"attribute": "info",
|
|
214
213
|
"reflect": false
|
|
215
214
|
},
|
|
216
215
|
"inputWidth": {
|
|
217
216
|
"type": "string",
|
|
218
|
-
"attribute": "input-width",
|
|
219
217
|
"mutable": false,
|
|
220
218
|
"complexType": {
|
|
221
219
|
"original": "string",
|
|
@@ -228,14 +226,12 @@ export class Input {
|
|
|
228
226
|
"tags": [],
|
|
229
227
|
"text": ""
|
|
230
228
|
},
|
|
231
|
-
"
|
|
232
|
-
"setter": false,
|
|
229
|
+
"attribute": "input-width",
|
|
233
230
|
"reflect": false,
|
|
234
231
|
"defaultValue": "\"\""
|
|
235
232
|
},
|
|
236
233
|
"placeholder": {
|
|
237
234
|
"type": "string",
|
|
238
|
-
"attribute": "placeholder",
|
|
239
235
|
"mutable": false,
|
|
240
236
|
"complexType": {
|
|
241
237
|
"original": "string",
|
|
@@ -248,14 +244,12 @@ export class Input {
|
|
|
248
244
|
"tags": [],
|
|
249
245
|
"text": ""
|
|
250
246
|
},
|
|
251
|
-
"
|
|
252
|
-
"setter": false,
|
|
247
|
+
"attribute": "placeholder",
|
|
253
248
|
"reflect": false,
|
|
254
249
|
"defaultValue": "\"\""
|
|
255
250
|
},
|
|
256
251
|
"requiredField": {
|
|
257
252
|
"type": "boolean",
|
|
258
|
-
"attribute": "required-field",
|
|
259
253
|
"mutable": false,
|
|
260
254
|
"complexType": {
|
|
261
255
|
"original": "boolean",
|
|
@@ -268,14 +262,12 @@ export class Input {
|
|
|
268
262
|
"tags": [],
|
|
269
263
|
"text": ""
|
|
270
264
|
},
|
|
271
|
-
"
|
|
272
|
-
"setter": false,
|
|
265
|
+
"attribute": "required-field",
|
|
273
266
|
"reflect": false,
|
|
274
267
|
"defaultValue": "false"
|
|
275
268
|
},
|
|
276
269
|
"errorMessage": {
|
|
277
270
|
"type": "string",
|
|
278
|
-
"attribute": "error-message",
|
|
279
271
|
"mutable": false,
|
|
280
272
|
"complexType": {
|
|
281
273
|
"original": "string",
|
|
@@ -288,13 +280,11 @@ export class Input {
|
|
|
288
280
|
"tags": [],
|
|
289
281
|
"text": ""
|
|
290
282
|
},
|
|
291
|
-
"
|
|
292
|
-
"setter": false,
|
|
283
|
+
"attribute": "error-message",
|
|
293
284
|
"reflect": false
|
|
294
285
|
},
|
|
295
286
|
"characterLimit": {
|
|
296
287
|
"type": "number",
|
|
297
|
-
"attribute": "character-limit",
|
|
298
288
|
"mutable": false,
|
|
299
289
|
"complexType": {
|
|
300
290
|
"original": "number",
|
|
@@ -307,13 +297,11 @@ export class Input {
|
|
|
307
297
|
"tags": [],
|
|
308
298
|
"text": ""
|
|
309
299
|
},
|
|
310
|
-
"
|
|
311
|
-
"setter": false,
|
|
300
|
+
"attribute": "character-limit",
|
|
312
301
|
"reflect": false
|
|
313
302
|
},
|
|
314
303
|
"symbolBefore": {
|
|
315
304
|
"type": "string",
|
|
316
|
-
"attribute": "symbol-before",
|
|
317
305
|
"mutable": false,
|
|
318
306
|
"complexType": {
|
|
319
307
|
"original": "string",
|
|
@@ -326,13 +314,11 @@ export class Input {
|
|
|
326
314
|
"tags": [],
|
|
327
315
|
"text": ""
|
|
328
316
|
},
|
|
329
|
-
"
|
|
330
|
-
"setter": false,
|
|
317
|
+
"attribute": "symbol-before",
|
|
331
318
|
"reflect": false
|
|
332
319
|
},
|
|
333
320
|
"symbolAfter": {
|
|
334
321
|
"type": "string",
|
|
335
|
-
"attribute": "symbol-after",
|
|
336
322
|
"mutable": false,
|
|
337
323
|
"complexType": {
|
|
338
324
|
"original": "string",
|
|
@@ -345,13 +331,11 @@ export class Input {
|
|
|
345
331
|
"tags": [],
|
|
346
332
|
"text": ""
|
|
347
333
|
},
|
|
348
|
-
"
|
|
349
|
-
"setter": false,
|
|
334
|
+
"attribute": "symbol-after",
|
|
350
335
|
"reflect": false
|
|
351
336
|
},
|
|
352
337
|
"textAfter": {
|
|
353
338
|
"type": "string",
|
|
354
|
-
"attribute": "text-after",
|
|
355
339
|
"mutable": false,
|
|
356
340
|
"complexType": {
|
|
357
341
|
"original": "string",
|
|
@@ -364,13 +348,11 @@ export class Input {
|
|
|
364
348
|
"tags": [],
|
|
365
349
|
"text": ""
|
|
366
350
|
},
|
|
367
|
-
"
|
|
368
|
-
"setter": false,
|
|
351
|
+
"attribute": "text-after",
|
|
369
352
|
"reflect": false
|
|
370
353
|
},
|
|
371
354
|
"type": {
|
|
372
355
|
"type": "string",
|
|
373
|
-
"attribute": "type",
|
|
374
356
|
"mutable": false,
|
|
375
357
|
"complexType": {
|
|
376
358
|
"original": "\"number\" | \"text\"",
|
|
@@ -383,14 +365,12 @@ export class Input {
|
|
|
383
365
|
"tags": [],
|
|
384
366
|
"text": ""
|
|
385
367
|
},
|
|
386
|
-
"
|
|
387
|
-
"setter": false,
|
|
368
|
+
"attribute": "type",
|
|
388
369
|
"reflect": false,
|
|
389
370
|
"defaultValue": "\"text\""
|
|
390
371
|
},
|
|
391
372
|
"step": {
|
|
392
373
|
"type": "number",
|
|
393
|
-
"attribute": "step",
|
|
394
374
|
"mutable": false,
|
|
395
375
|
"complexType": {
|
|
396
376
|
"original": "number",
|
|
@@ -403,14 +383,12 @@ export class Input {
|
|
|
403
383
|
"tags": [],
|
|
404
384
|
"text": ""
|
|
405
385
|
},
|
|
406
|
-
"
|
|
407
|
-
"setter": false,
|
|
386
|
+
"attribute": "step",
|
|
408
387
|
"reflect": false,
|
|
409
388
|
"defaultValue": "1"
|
|
410
389
|
},
|
|
411
390
|
"min": {
|
|
412
391
|
"type": "number",
|
|
413
|
-
"attribute": "min",
|
|
414
392
|
"mutable": false,
|
|
415
393
|
"complexType": {
|
|
416
394
|
"original": "number",
|
|
@@ -423,13 +401,11 @@ export class Input {
|
|
|
423
401
|
"tags": [],
|
|
424
402
|
"text": ""
|
|
425
403
|
},
|
|
426
|
-
"
|
|
427
|
-
"setter": false,
|
|
404
|
+
"attribute": "min",
|
|
428
405
|
"reflect": false
|
|
429
406
|
},
|
|
430
407
|
"max": {
|
|
431
408
|
"type": "number",
|
|
432
|
-
"attribute": "max",
|
|
433
409
|
"mutable": false,
|
|
434
410
|
"complexType": {
|
|
435
411
|
"original": "number",
|
|
@@ -442,13 +418,11 @@ export class Input {
|
|
|
442
418
|
"tags": [],
|
|
443
419
|
"text": ""
|
|
444
420
|
},
|
|
445
|
-
"
|
|
446
|
-
"setter": false,
|
|
421
|
+
"attribute": "max",
|
|
447
422
|
"reflect": false
|
|
448
423
|
},
|
|
449
424
|
"isSubmit": {
|
|
450
425
|
"type": "boolean",
|
|
451
|
-
"attribute": "is-submit",
|
|
452
426
|
"mutable": false,
|
|
453
427
|
"complexType": {
|
|
454
428
|
"original": "boolean",
|
|
@@ -461,8 +435,7 @@ export class Input {
|
|
|
461
435
|
"tags": [],
|
|
462
436
|
"text": ""
|
|
463
437
|
},
|
|
464
|
-
"
|
|
465
|
-
"setter": false,
|
|
438
|
+
"attribute": "is-submit",
|
|
466
439
|
"reflect": false,
|
|
467
440
|
"defaultValue": "false"
|
|
468
441
|
}
|