@watermarkinsights/ripple 5.13.1-alpha.4 → 5.14.0-alpha.2
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-EFussBpV.js → app-globals-5211e147.js} +2 -2
- package/dist/cjs/{chartFunctions-uCzSt0yo.js → chartFunctions-781589c1.js} +3 -2
- package/dist/cjs/{functions-CqAwq8Fq.js → functions-c7404c42.js} +79 -74
- package/dist/cjs/{index-Cig4P4gJ.js → index-788526f5.js} +345 -540
- package/dist/cjs/{intl-BUs7ck9m.js → intl-88adb57d.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 +11 -6
- package/dist/cjs/wm-uploader.cjs.entry.js +18 -8
- package/dist/cjs/wm-wrapper.cjs.entry.js +3 -1
- package/dist/collection/collection-manifest.json +7 -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 +9 -15
- package/dist/collection/components/wm-uploader/wm-uploader.js +22 -37
- package/dist/esm/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +2 -2
- package/dist/{components/p-K9lgwbAO.js → esm/chartFunctions-246aabf9.js} +4 -3
- package/dist/{components/p-DdlNyc6u.js → esm/functions-aad18286.js} +80 -75
- package/dist/esm/{index-EopL5zo4.js → index-130e07bb.js} +324 -539
- package/dist/{components/p-DStPjkvu.js → esm/intl-c8686c73.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 +9 -6
- package/dist/esm/wm-uploader.entry.js +16 -8
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/{app-globals-D6Ly8ONe.js → app-globals-d8f7adb9.js} +1 -1
- package/dist/esm-es5/chartFunctions-246aabf9.js +1 -0
- package/dist/esm-es5/functions-aad18286.js +1 -0
- package/dist/esm-es5/index-130e07bb.js +1 -0
- package/dist/esm-es5/{intl-DeM2tf6d.js → intl-c8686c73.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-02634e13.entry.js +1 -0
- package/dist/ripple/{p-da5ad94c.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/p-0494eb2c.system.js +1 -0
- package/dist/ripple/{p-b0a47a43.system.entry.js → p-07318072.system.entry.js} +1 -1
- package/dist/ripple/p-07a4b825.entry.js +1 -0
- package/dist/ripple/{p-61c089e4.system.entry.js → p-0a4a2582.system.entry.js} +1 -1
- package/dist/ripple/{p-ee8d7025.entry.js → p-0be3f364.entry.js} +1 -1
- package/dist/ripple/{p-69d1e480.system.entry.js → p-1111367a.system.entry.js} +1 -1
- package/dist/ripple/p-13b1d775.entry.js +1 -0
- package/dist/ripple/{p-3b0aaa5d.system.entry.js → p-1a0c51ee.system.entry.js} +1 -1
- package/dist/ripple/p-2785c796.entry.js +1 -0
- package/dist/ripple/{p-6785cd06.system.entry.js → p-2af01e17.system.entry.js} +1 -1
- package/dist/ripple/{p-6f8eecda.system.entry.js → p-2c954741.system.entry.js} +1 -1
- package/dist/ripple/{p-86815489.system.entry.js → p-2e8211ba.system.entry.js} +1 -1
- package/dist/ripple/{p-dc7feffa.system.entry.js → p-366193d0.system.entry.js} +1 -1
- package/dist/ripple/p-496564b3.entry.js +1 -0
- package/dist/ripple/{p-31b8fe9c.system.entry.js → p-4eaab96c.system.entry.js} +1 -1
- package/dist/ripple/p-501aa9b9.entry.js +1 -0
- package/dist/ripple/{p-8d09ca95.system.entry.js → p-58361d0e.system.entry.js} +1 -1
- package/dist/ripple/{p-27ecd83a.system.entry.js → p-5acc08cd.system.entry.js} +1 -1
- package/dist/ripple/p-6646cbd7.system.js +1 -0
- package/dist/{components/p-CLem5EoD.js → ripple/p-66e539e2.entry.js} +1 -42
- package/dist/ripple/p-678483ca.entry.js +1 -0
- package/dist/ripple/{p-c78fa8d0.system.entry.js → p-67f7aa48.system.entry.js} +1 -1
- package/dist/ripple/p-68b63f21.entry.js +1 -0
- package/dist/ripple/p-6b41644b.entry.js +1 -0
- package/dist/ripple/{p-9e10d3eb.entry.js → p-6d0b3395.entry.js} +1 -1
- package/dist/ripple/{p-68705f8f.system.entry.js → p-6d99517c.system.entry.js} +1 -1
- package/dist/ripple/{p-ClenAAhT.system.js → p-6e7c833c.system.js} +1 -1
- package/dist/ripple/p-703841a3.entry.js +1 -0
- package/dist/ripple/{p-ba6080a6.system.entry.js → p-70c6d33e.system.entry.js} +1 -1
- package/dist/ripple/{p-D7x793ET.js → p-723254b6.js} +1 -1
- package/dist/ripple/p-73081234.entry.js +1 -0
- package/dist/ripple/{p-64e6e3b7.entry.js → p-7360ce37.entry.js} +1 -1
- package/dist/ripple/{p-a95f9245.system.entry.js → p-7a6f535f.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-3bee6a44.system.entry.js → p-86bd3990.system.entry.js} +1 -1
- package/dist/ripple/{p-d92218e6.system.entry.js → p-8cd81897.system.entry.js} +1 -1
- package/dist/ripple/{p-edc1b7cb.entry.js → p-91785165.entry.js} +1 -1
- package/dist/ripple/p-936e4fc3.entry.js +1 -0
- package/dist/ripple/{p-fe31bd98.system.entry.js → p-948173a2.system.entry.js} +1 -1
- package/dist/ripple/{p-49c9063a.entry.js → p-94ef3015.entry.js} +1 -1
- package/dist/ripple/{p-63bb5240.system.entry.js → p-9bfe715c.system.entry.js} +1 -1
- package/dist/ripple/p-a58ae308.system.entry.js +1 -0
- package/dist/ripple/p-a5bdcf1b.entry.js +1 -0
- package/dist/ripple/p-a81d3859.entry.js +1 -0
- package/dist/ripple/{p-957e8a70.entry.js → p-b254cdce.entry.js} +1 -1
- package/dist/ripple/p-b26f4852.entry.js +1 -0
- package/dist/{components/p-DG_w4q3M.js → ripple/p-b55bb2ab.entry.js} +1 -196
- package/dist/{components/wm-progress-monitor.js → ripple/p-b65b9b4c.entry.js} +1 -93
- package/dist/ripple/{p-a7f2af01.entry.js → p-bbb37d6e.entry.js} +1 -1
- package/dist/ripple/p-bf8e69a3.js +1 -0
- package/dist/ripple/p-c234c194.system.js +1 -0
- package/dist/ripple/{p-384d9208.system.entry.js → p-c3ab1c4b.system.entry.js} +1 -1
- package/dist/ripple/p-c4984ca1.system.js +1 -0
- package/dist/ripple/p-c8ef0086.entry.js +1 -0
- package/dist/ripple/p-c94ce42f.js +1 -0
- package/dist/ripple/{p-9a0216ba.entry.js → p-ca6bf276.entry.js} +1 -1
- package/dist/ripple/{p-74243614.system.entry.js → p-cbfb44b5.system.entry.js} +1 -1
- package/dist/ripple/{p-492a8a9f.entry.js → p-cd0cc88d.entry.js} +1 -1
- package/dist/ripple/{p-99d53b0e.system.entry.js → p-cd5c59ef.system.entry.js} +1 -1
- package/dist/ripple/p-cef8a45b.system.js +2 -0
- package/dist/ripple/{p-3e5a7fee.system.entry.js → p-d332cc27.system.entry.js} +1 -1
- package/dist/ripple/{p-ea7a4ac1.system.entry.js → p-d3adbf48.system.entry.js} +1 -1
- package/dist/ripple/{p-ae58e2d1.system.entry.js → p-d4f082db.system.entry.js} +1 -1
- package/dist/{components/wm-toggletip.js → ripple/p-d837c7d4.entry.js} +1 -200
- package/dist/ripple/p-d9da0502.js +2 -0
- package/dist/ripple/{p-0MnNQzHy.js → p-dd680e24.js} +1 -1
- package/dist/ripple/{p-9a72e53c.system.entry.js → p-de13b15f.system.entry.js} +1 -1
- package/dist/ripple/{p-2f1ffab1.system.entry.js → p-de5b5ff0.system.entry.js} +1 -1
- package/dist/ripple/p-e156c0c2.entry.js +1 -0
- package/dist/ripple/{p-fce91d27.system.entry.js → p-e455876c.system.entry.js} +1 -1
- package/dist/ripple/{p-3042aae4.entry.js → p-e9c4ed97.entry.js} +1 -1
- package/dist/ripple/p-eb74d85f.entry.js +1 -0
- package/dist/ripple/p-ed5dfa29.entry.js +1 -0
- package/dist/ripple/{p-84a4735d.system.entry.js → p-ee4026e0.system.entry.js} +1 -1
- package/dist/ripple/{p-4862126f.entry.js → p-f1b36057.entry.js} +1 -1
- package/dist/ripple/{p-e77d4c21.system.entry.js → p-f37094fe.system.entry.js} +1 -1
- package/dist/ripple/p-f912ce26.system.entry.js +1 -0
- package/dist/ripple/p-fadea131.entry.js +1 -0
- package/dist/ripple/{p-cd81d7de.system.entry.js → p-ff650269.system.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -28
- package/package.json +6 -23
- package/dist/components/index.d.ts +0 -33
- package/dist/components/index.js +0 -85
- package/dist/components/p-BlQdbOh_.js +0 -294
- package/dist/components/p-BvE5BEYe.js +0 -146
- package/dist/components/p-BzGDMpdL.js +0 -592
- package/dist/components/p-CWx2NF6K.js +0 -231
- package/dist/components/p-D9GMUh0-.js +0 -231
- package/dist/components/p-DCSxoWXP.js +0 -421
- package/dist/components/p-DvXS4oTB.js +0 -49
- package/dist/components/p-HPnDWE3g.js +0 -1686
- package/dist/components/p-e_A35rK5.js +0 -154
- package/dist/components/priv-calendar.d.ts +0 -11
- package/dist/components/priv-calendar.js +0 -6
- package/dist/components/priv-chart-popover.d.ts +0 -11
- package/dist/components/priv-chart-popover.js +0 -6
- package/dist/components/priv-navigator-button.d.ts +0 -11
- package/dist/components/priv-navigator-button.js +0 -6
- package/dist/components/priv-navigator-item.d.ts +0 -11
- package/dist/components/priv-navigator-item.js +0 -6
- package/dist/components/priv-option-list.d.ts +0 -11
- package/dist/components/priv-option-list.js +0 -6
- package/dist/components/wm-action-menu.d.ts +0 -11
- package/dist/components/wm-action-menu.js +0 -6
- package/dist/components/wm-button.d.ts +0 -11
- package/dist/components/wm-button.js +0 -6
- package/dist/components/wm-chart-slice.d.ts +0 -11
- package/dist/components/wm-chart-slice.js +0 -41
- package/dist/components/wm-chart.d.ts +0 -11
- package/dist/components/wm-chart.js +0 -197
- package/dist/components/wm-date-range.d.ts +0 -11
- package/dist/components/wm-date-range.js +0 -522
- package/dist/components/wm-datepicker.d.ts +0 -11
- package/dist/components/wm-datepicker.js +0 -287
- package/dist/components/wm-file-list.d.ts +0 -11
- package/dist/components/wm-file-list.js +0 -38
- package/dist/components/wm-file.d.ts +0 -11
- package/dist/components/wm-file.js +0 -228
- package/dist/components/wm-flyout.d.ts +0 -11
- package/dist/components/wm-flyout.js +0 -208
- package/dist/components/wm-input.d.ts +0 -11
- package/dist/components/wm-input.js +0 -152
- package/dist/components/wm-line-chart.d.ts +0 -11
- package/dist/components/wm-line-chart.js +0 -497
- package/dist/components/wm-menuitem.d.ts +0 -11
- package/dist/components/wm-menuitem.js +0 -6
- package/dist/components/wm-modal-footer.d.ts +0 -11
- package/dist/components/wm-modal-footer.js +0 -73
- package/dist/components/wm-modal-header.d.ts +0 -11
- package/dist/components/wm-modal-header.js +0 -61
- package/dist/components/wm-modal-pss-footer.d.ts +0 -11
- package/dist/components/wm-modal-pss-footer.js +0 -69
- package/dist/components/wm-modal-pss-header.d.ts +0 -11
- package/dist/components/wm-modal-pss-header.js +0 -64
- package/dist/components/wm-modal-pss.d.ts +0 -11
- package/dist/components/wm-modal-pss.js +0 -162
- package/dist/components/wm-modal.d.ts +0 -11
- package/dist/components/wm-modal.js +0 -161
- package/dist/components/wm-navigation-hamburger.d.ts +0 -11
- package/dist/components/wm-navigation-hamburger.js +0 -70
- package/dist/components/wm-navigation-item.d.ts +0 -11
- package/dist/components/wm-navigation-item.js +0 -40
- package/dist/components/wm-navigation.d.ts +0 -11
- package/dist/components/wm-navigation.js +0 -144
- package/dist/components/wm-navigator.d.ts +0 -11
- package/dist/components/wm-navigator.js +0 -369
- package/dist/components/wm-nested-select.d.ts +0 -11
- package/dist/components/wm-nested-select.js +0 -343
- package/dist/components/wm-optgroup.d.ts +0 -11
- package/dist/components/wm-optgroup.js +0 -107
- package/dist/components/wm-option.d.ts +0 -11
- package/dist/components/wm-option.js +0 -6
- package/dist/components/wm-pagination.d.ts +0 -11
- package/dist/components/wm-pagination.js +0 -251
- package/dist/components/wm-progress-indicator.d.ts +0 -11
- package/dist/components/wm-progress-indicator.js +0 -144
- package/dist/components/wm-progress-monitor.d.ts +0 -11
- package/dist/components/wm-progress-slice.d.ts +0 -11
- package/dist/components/wm-progress-slice.js +0 -37
- package/dist/components/wm-search.d.ts +0 -11
- package/dist/components/wm-search.js +0 -250
- package/dist/components/wm-select.d.ts +0 -11
- package/dist/components/wm-select.js +0 -6
- package/dist/components/wm-snackbar.d.ts +0 -11
- package/dist/components/wm-snackbar.js +0 -209
- package/dist/components/wm-tab-item.d.ts +0 -11
- package/dist/components/wm-tab-item.js +0 -85
- package/dist/components/wm-tab-list.d.ts +0 -11
- package/dist/components/wm-tab-list.js +0 -217
- package/dist/components/wm-tab-panel.d.ts +0 -11
- package/dist/components/wm-tab-panel.js +0 -52
- package/dist/components/wm-tag-input.d.ts +0 -11
- package/dist/components/wm-tag-input.js +0 -919
- package/dist/components/wm-tag-option.d.ts +0 -11
- package/dist/components/wm-tag-option.js +0 -63
- package/dist/components/wm-textarea.d.ts +0 -11
- package/dist/components/wm-textarea.js +0 -113
- package/dist/components/wm-timepicker.d.ts +0 -11
- package/dist/components/wm-timepicker.js +0 -333
- package/dist/components/wm-toggletip.d.ts +0 -11
- package/dist/components/wm-uploader.d.ts +0 -11
- package/dist/components/wm-uploader.js +0 -348
- package/dist/components/wm-wrapper.d.ts +0 -11
- package/dist/components/wm-wrapper.js +0 -34
- package/dist/esm/chartFunctions-Cmh1Ji0o.js +0 -724
- package/dist/esm/functions-C2kwukaR.js +0 -10485
- package/dist/esm/interfaces-COwzv5zO.js +0 -34
- package/dist/esm/intl-DeM2tf6d.js +0 -277
- package/dist/esm-es5/chartFunctions-Cmh1Ji0o.js +0 -1
- package/dist/esm-es5/functions-C2kwukaR.js +0 -1
- package/dist/esm-es5/index-EopL5zo4.js +0 -1
- package/dist/ripple/p-090ee1d9.entry.js +0 -1
- package/dist/ripple/p-25e1a9f9.entry.js +0 -1
- package/dist/ripple/p-30fb07a2.entry.js +0 -1
- package/dist/ripple/p-338b089a.entry.js +0 -1
- package/dist/ripple/p-340b73a9.system.entry.js +0 -1
- package/dist/ripple/p-3611aa0e.entry.js +0 -1
- package/dist/ripple/p-3b828dcd.entry.js +0 -1
- package/dist/ripple/p-3c54de9c.entry.js +0 -1
- package/dist/ripple/p-52e54dca.entry.js +0 -1
- package/dist/ripple/p-54aeadde.entry.js +0 -1
- package/dist/ripple/p-6838c144.entry.js +0 -1
- package/dist/ripple/p-774c49cd.entry.js +0 -1
- package/dist/ripple/p-782951b7.system.entry.js +0 -1
- package/dist/ripple/p-7aa9c503.entry.js +0 -1
- package/dist/ripple/p-85bdcfc2.entry.js +0 -1
- package/dist/ripple/p-9111db61.entry.js +0 -1
- package/dist/ripple/p-9583f20a.entry.js +0 -1
- package/dist/ripple/p-BzeVid5V.system.js +0 -1
- package/dist/ripple/p-C2kwukaR.js +0 -1
- package/dist/ripple/p-CG434V5a.system.js +0 -1
- package/dist/ripple/p-CTau6pR2.system.js +0 -2
- package/dist/ripple/p-CxDIDZPI.js +0 -1
- package/dist/ripple/p-EopL5zo4.js +0 -2
- package/dist/ripple/p-a121c779.entry.js +0 -1
- package/dist/ripple/p-a3c4aa31.entry.js +0 -1
- package/dist/ripple/p-a46a28c9.entry.js +0 -1
- package/dist/ripple/p-a6890863.entry.js +0 -1
- package/dist/ripple/p-b077fe55.system.entry.js +0 -1
- package/dist/ripple/p-c0440211.entry.js +0 -1
- package/dist/ripple/p-d77338ae.entry.js +0 -1
- package/dist/ripple/p-e3fb63fd.entry.js +0 -1
- package/dist/ripple/p-e3fc3c6b.entry.js +0 -1
- package/dist/ripple/p-ec611502.entry.js +0 -1
- package/dist/ripple/p-rcj5tIF6.system.js +0 -1
- package/dist/ripple/p-wFWSStJ9.system.js +0 -1
- /package/dist/cjs/{interfaces-C7YbtGnk.js → interfaces-85d78ae9.js} +0 -0
- /package/dist/{components/p-COwzv5zO.js → esm/interfaces-cc5b177f.js} +0 -0
- /package/dist/esm-es5/{interfaces-COwzv5zO.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/ripple/{p-COwzv5zO.js → p-2732bddd.js} +0 -0
- /package/dist/ripple/{p-ClUp3GkF.system.js → p-42fa7a77.system.js} +0 -0
- /package/dist/ripple/{p-YWpyar7R.system.js → p-50ea2036.system.js} +0 -0
|
@@ -4,10 +4,17 @@ import { getTextDir, shouldOpenUp, isElOrChild, toBool, handleDisabledAttribute
|
|
|
4
4
|
import { globalMessages, selectMessages } from "../../../global/intl";
|
|
5
5
|
export class Select {
|
|
6
6
|
constructor() {
|
|
7
|
+
this.openUp = false;
|
|
8
|
+
//////////////////////////////////////
|
|
9
|
+
// for multiselect button text
|
|
10
|
+
this.overflowCount = 0;
|
|
11
|
+
this.displayedOptions = [];
|
|
7
12
|
this.disabled = false;
|
|
8
13
|
this.maxHeight = "200px";
|
|
14
|
+
this.label = undefined;
|
|
9
15
|
this.labelPosition = "top";
|
|
10
16
|
this.requiredField = false;
|
|
17
|
+
this.errorMessage = undefined;
|
|
11
18
|
this.multiple = false;
|
|
12
19
|
this.search = false;
|
|
13
20
|
this.selectAll = false;
|
|
@@ -16,11 +23,6 @@ export class Select {
|
|
|
16
23
|
this.allSelectedMessage = selectMessages.allSelected;
|
|
17
24
|
this.isExpanded = false;
|
|
18
25
|
this.announcement = "";
|
|
19
|
-
this.openUp = false;
|
|
20
|
-
//////////////////////////////////////
|
|
21
|
-
// for multiselect button text
|
|
22
|
-
this.overflowCount = 0;
|
|
23
|
-
this.displayedOptions = [];
|
|
24
26
|
}
|
|
25
27
|
get childOptions() {
|
|
26
28
|
return Array.from(this.el.querySelectorAll("wm-option"));
|
|
@@ -247,7 +249,6 @@ export class Select {
|
|
|
247
249
|
return {
|
|
248
250
|
"disabled": {
|
|
249
251
|
"type": "boolean",
|
|
250
|
-
"attribute": "disabled",
|
|
251
252
|
"mutable": false,
|
|
252
253
|
"complexType": {
|
|
253
254
|
"original": "boolean",
|
|
@@ -260,14 +261,12 @@ export class Select {
|
|
|
260
261
|
"tags": [],
|
|
261
262
|
"text": ""
|
|
262
263
|
},
|
|
263
|
-
"
|
|
264
|
-
"setter": false,
|
|
264
|
+
"attribute": "disabled",
|
|
265
265
|
"reflect": true,
|
|
266
266
|
"defaultValue": "false"
|
|
267
267
|
},
|
|
268
268
|
"maxHeight": {
|
|
269
269
|
"type": "string",
|
|
270
|
-
"attribute": "max-height",
|
|
271
270
|
"mutable": false,
|
|
272
271
|
"complexType": {
|
|
273
272
|
"original": "string",
|
|
@@ -280,14 +279,12 @@ export class Select {
|
|
|
280
279
|
"tags": [],
|
|
281
280
|
"text": ""
|
|
282
281
|
},
|
|
283
|
-
"
|
|
284
|
-
"setter": false,
|
|
282
|
+
"attribute": "max-height",
|
|
285
283
|
"reflect": false,
|
|
286
284
|
"defaultValue": "\"200px\""
|
|
287
285
|
},
|
|
288
286
|
"label": {
|
|
289
287
|
"type": "string",
|
|
290
|
-
"attribute": "label",
|
|
291
288
|
"mutable": true,
|
|
292
289
|
"complexType": {
|
|
293
290
|
"original": "string",
|
|
@@ -300,13 +297,11 @@ export class Select {
|
|
|
300
297
|
"tags": [],
|
|
301
298
|
"text": ""
|
|
302
299
|
},
|
|
303
|
-
"
|
|
304
|
-
"setter": false,
|
|
300
|
+
"attribute": "label",
|
|
305
301
|
"reflect": false
|
|
306
302
|
},
|
|
307
303
|
"labelPosition": {
|
|
308
304
|
"type": "string",
|
|
309
|
-
"attribute": "label-position",
|
|
310
305
|
"mutable": false,
|
|
311
306
|
"complexType": {
|
|
312
307
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -319,14 +314,12 @@ export class Select {
|
|
|
319
314
|
"tags": [],
|
|
320
315
|
"text": ""
|
|
321
316
|
},
|
|
322
|
-
"
|
|
323
|
-
"setter": false,
|
|
317
|
+
"attribute": "label-position",
|
|
324
318
|
"reflect": false,
|
|
325
319
|
"defaultValue": "\"top\""
|
|
326
320
|
},
|
|
327
321
|
"requiredField": {
|
|
328
322
|
"type": "boolean",
|
|
329
|
-
"attribute": "required-field",
|
|
330
323
|
"mutable": false,
|
|
331
324
|
"complexType": {
|
|
332
325
|
"original": "boolean",
|
|
@@ -339,14 +332,12 @@ export class Select {
|
|
|
339
332
|
"tags": [],
|
|
340
333
|
"text": ""
|
|
341
334
|
},
|
|
342
|
-
"
|
|
343
|
-
"setter": false,
|
|
335
|
+
"attribute": "required-field",
|
|
344
336
|
"reflect": false,
|
|
345
337
|
"defaultValue": "false"
|
|
346
338
|
},
|
|
347
339
|
"errorMessage": {
|
|
348
340
|
"type": "string",
|
|
349
|
-
"attribute": "error-message",
|
|
350
341
|
"mutable": true,
|
|
351
342
|
"complexType": {
|
|
352
343
|
"original": "string",
|
|
@@ -359,13 +350,11 @@ export class Select {
|
|
|
359
350
|
"tags": [],
|
|
360
351
|
"text": ""
|
|
361
352
|
},
|
|
362
|
-
"
|
|
363
|
-
"setter": false,
|
|
353
|
+
"attribute": "error-message",
|
|
364
354
|
"reflect": false
|
|
365
355
|
},
|
|
366
356
|
"multiple": {
|
|
367
357
|
"type": "boolean",
|
|
368
|
-
"attribute": "multiple",
|
|
369
358
|
"mutable": false,
|
|
370
359
|
"complexType": {
|
|
371
360
|
"original": "boolean",
|
|
@@ -378,14 +367,12 @@ export class Select {
|
|
|
378
367
|
"tags": [],
|
|
379
368
|
"text": ""
|
|
380
369
|
},
|
|
381
|
-
"
|
|
382
|
-
"setter": false,
|
|
370
|
+
"attribute": "multiple",
|
|
383
371
|
"reflect": false,
|
|
384
372
|
"defaultValue": "false"
|
|
385
373
|
},
|
|
386
374
|
"search": {
|
|
387
375
|
"type": "boolean",
|
|
388
|
-
"attribute": "search",
|
|
389
376
|
"mutable": false,
|
|
390
377
|
"complexType": {
|
|
391
378
|
"original": "boolean",
|
|
@@ -398,14 +385,12 @@ export class Select {
|
|
|
398
385
|
"tags": [],
|
|
399
386
|
"text": ""
|
|
400
387
|
},
|
|
401
|
-
"
|
|
402
|
-
"setter": false,
|
|
388
|
+
"attribute": "search",
|
|
403
389
|
"reflect": false,
|
|
404
390
|
"defaultValue": "false"
|
|
405
391
|
},
|
|
406
392
|
"selectAll": {
|
|
407
393
|
"type": "boolean",
|
|
408
|
-
"attribute": "select-all",
|
|
409
394
|
"mutable": false,
|
|
410
395
|
"complexType": {
|
|
411
396
|
"original": "boolean",
|
|
@@ -418,14 +403,12 @@ export class Select {
|
|
|
418
403
|
"tags": [],
|
|
419
404
|
"text": ""
|
|
420
405
|
},
|
|
421
|
-
"
|
|
422
|
-
"setter": false,
|
|
406
|
+
"attribute": "select-all",
|
|
423
407
|
"reflect": false,
|
|
424
408
|
"defaultValue": "false"
|
|
425
409
|
},
|
|
426
410
|
"placeholder": {
|
|
427
411
|
"type": "string",
|
|
428
|
-
"attribute": "placeholder",
|
|
429
412
|
"mutable": false,
|
|
430
413
|
"complexType": {
|
|
431
414
|
"original": "string",
|
|
@@ -438,14 +421,12 @@ export class Select {
|
|
|
438
421
|
"tags": [],
|
|
439
422
|
"text": ""
|
|
440
423
|
},
|
|
441
|
-
"
|
|
442
|
-
"setter": false,
|
|
424
|
+
"attribute": "placeholder",
|
|
443
425
|
"reflect": false,
|
|
444
426
|
"defaultValue": "selectMessages.multiPlaceholder"
|
|
445
427
|
},
|
|
446
428
|
"searchPlaceholder": {
|
|
447
429
|
"type": "string",
|
|
448
|
-
"attribute": "search-placeholder",
|
|
449
430
|
"mutable": false,
|
|
450
431
|
"complexType": {
|
|
451
432
|
"original": "string",
|
|
@@ -458,14 +439,12 @@ export class Select {
|
|
|
458
439
|
"tags": [],
|
|
459
440
|
"text": ""
|
|
460
441
|
},
|
|
461
|
-
"
|
|
462
|
-
"setter": false,
|
|
442
|
+
"attribute": "search-placeholder",
|
|
463
443
|
"reflect": false,
|
|
464
444
|
"defaultValue": "selectMessages.searchPlaceholder"
|
|
465
445
|
},
|
|
466
446
|
"allSelectedMessage": {
|
|
467
447
|
"type": "string",
|
|
468
|
-
"attribute": "all-selected-message",
|
|
469
448
|
"mutable": false,
|
|
470
449
|
"complexType": {
|
|
471
450
|
"original": "string",
|
|
@@ -478,8 +457,7 @@ export class Select {
|
|
|
478
457
|
"tags": [],
|
|
479
458
|
"text": ""
|
|
480
459
|
},
|
|
481
|
-
"
|
|
482
|
-
"setter": false,
|
|
460
|
+
"attribute": "all-selected-message",
|
|
483
461
|
"reflect": false,
|
|
484
462
|
"defaultValue": "selectMessages.allSelected"
|
|
485
463
|
}
|
|
@@ -3,14 +3,19 @@ import { debounce, getTextDir, shouldOpenUp, shouldShiftRight } from "../../glob
|
|
|
3
3
|
export class ActionMenu {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.openUp = false;
|
|
6
|
-
this.isExpanded = false;
|
|
7
|
-
this.actionMenuType = "icon";
|
|
8
|
-
this.disabled = false;
|
|
9
6
|
this.keysSoFar = "";
|
|
10
7
|
this.searchIndex = 0;
|
|
11
8
|
this.debouncedClearKeysSoFar = debounce(() => {
|
|
12
9
|
this.keysSoFar = "";
|
|
13
10
|
}, 500);
|
|
11
|
+
this.isExpanded = false;
|
|
12
|
+
this.tooltipPosition = undefined;
|
|
13
|
+
this.actionMenuType = "icon";
|
|
14
|
+
this.buttonText = undefined;
|
|
15
|
+
this.disabled = false;
|
|
16
|
+
this.tooltip = undefined;
|
|
17
|
+
this.labelForIdenticalButtons = undefined;
|
|
18
|
+
this.darkMode = undefined;
|
|
14
19
|
}
|
|
15
20
|
get horizontalPosition() {
|
|
16
21
|
return !!this.el && !!this.itemsEl && shouldShiftRight(this.el, this.itemsEl.clientWidth) ? "right" : "left";
|
|
@@ -204,7 +209,6 @@ export class ActionMenu {
|
|
|
204
209
|
return {
|
|
205
210
|
"tooltipPosition": {
|
|
206
211
|
"type": "string",
|
|
207
|
-
"attribute": "tooltip-position",
|
|
208
212
|
"mutable": false,
|
|
209
213
|
"complexType": {
|
|
210
214
|
"original": "| \"top\"\n | \"bottom\"\n | \"left\"\n | \"right\"\n | \"bottom-left\"\n | \"bottom-right\"\n | \"top-right\"\n | \"top-left\"",
|
|
@@ -217,13 +221,11 @@ export class ActionMenu {
|
|
|
217
221
|
"tags": [],
|
|
218
222
|
"text": ""
|
|
219
223
|
},
|
|
220
|
-
"
|
|
221
|
-
"setter": false,
|
|
224
|
+
"attribute": "tooltip-position",
|
|
222
225
|
"reflect": false
|
|
223
226
|
},
|
|
224
227
|
"actionMenuType": {
|
|
225
228
|
"type": "string",
|
|
226
|
-
"attribute": "action-menu-type",
|
|
227
229
|
"mutable": false,
|
|
228
230
|
"complexType": {
|
|
229
231
|
"original": "\"icon\" | \"text\" | \"selector\" | \"selector-primary\"",
|
|
@@ -236,14 +238,12 @@ export class ActionMenu {
|
|
|
236
238
|
"tags": [],
|
|
237
239
|
"text": ""
|
|
238
240
|
},
|
|
239
|
-
"
|
|
240
|
-
"setter": false,
|
|
241
|
+
"attribute": "action-menu-type",
|
|
241
242
|
"reflect": false,
|
|
242
243
|
"defaultValue": "\"icon\""
|
|
243
244
|
},
|
|
244
245
|
"buttonText": {
|
|
245
246
|
"type": "string",
|
|
246
|
-
"attribute": "button-text",
|
|
247
247
|
"mutable": false,
|
|
248
248
|
"complexType": {
|
|
249
249
|
"original": "string",
|
|
@@ -256,13 +256,11 @@ export class ActionMenu {
|
|
|
256
256
|
"tags": [],
|
|
257
257
|
"text": ""
|
|
258
258
|
},
|
|
259
|
-
"
|
|
260
|
-
"setter": false,
|
|
259
|
+
"attribute": "button-text",
|
|
261
260
|
"reflect": false
|
|
262
261
|
},
|
|
263
262
|
"disabled": {
|
|
264
263
|
"type": "boolean",
|
|
265
|
-
"attribute": "disabled",
|
|
266
264
|
"mutable": false,
|
|
267
265
|
"complexType": {
|
|
268
266
|
"original": "boolean",
|
|
@@ -275,14 +273,12 @@ export class ActionMenu {
|
|
|
275
273
|
"tags": [],
|
|
276
274
|
"text": ""
|
|
277
275
|
},
|
|
278
|
-
"
|
|
279
|
-
"setter": false,
|
|
276
|
+
"attribute": "disabled",
|
|
280
277
|
"reflect": true,
|
|
281
278
|
"defaultValue": "false"
|
|
282
279
|
},
|
|
283
280
|
"tooltip": {
|
|
284
281
|
"type": "string",
|
|
285
|
-
"attribute": "tooltip",
|
|
286
282
|
"mutable": false,
|
|
287
283
|
"complexType": {
|
|
288
284
|
"original": "string",
|
|
@@ -295,13 +291,11 @@ export class ActionMenu {
|
|
|
295
291
|
"tags": [],
|
|
296
292
|
"text": ""
|
|
297
293
|
},
|
|
298
|
-
"
|
|
299
|
-
"setter": false,
|
|
294
|
+
"attribute": "tooltip",
|
|
300
295
|
"reflect": false
|
|
301
296
|
},
|
|
302
297
|
"labelForIdenticalButtons": {
|
|
303
298
|
"type": "string",
|
|
304
|
-
"attribute": "label-for-identical-buttons",
|
|
305
299
|
"mutable": false,
|
|
306
300
|
"complexType": {
|
|
307
301
|
"original": "string",
|
|
@@ -314,13 +308,11 @@ export class ActionMenu {
|
|
|
314
308
|
"tags": [],
|
|
315
309
|
"text": ""
|
|
316
310
|
},
|
|
317
|
-
"
|
|
318
|
-
"setter": false,
|
|
311
|
+
"attribute": "label-for-identical-buttons",
|
|
319
312
|
"reflect": false
|
|
320
313
|
},
|
|
321
314
|
"darkMode": {
|
|
322
315
|
"type": "boolean",
|
|
323
|
-
"attribute": "dark-mode",
|
|
324
316
|
"mutable": false,
|
|
325
317
|
"complexType": {
|
|
326
318
|
"original": "boolean",
|
|
@@ -333,8 +325,7 @@ export class ActionMenu {
|
|
|
333
325
|
"tags": [],
|
|
334
326
|
"text": ""
|
|
335
327
|
},
|
|
336
|
-
"
|
|
337
|
-
"setter": false,
|
|
328
|
+
"attribute": "dark-mode",
|
|
338
329
|
"reflect": false
|
|
339
330
|
}
|
|
340
331
|
};
|
|
@@ -3,17 +3,22 @@ import { getIconCodeFromName } from "../../global/interfaces";
|
|
|
3
3
|
import { generateId, hideTooltip, handleDisabledAttribute, showTooltip, toBool, triggerFormSubmit, } from "../../global/functions";
|
|
4
4
|
export class Button {
|
|
5
5
|
constructor() {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
this.id = generateId();
|
|
7
|
+
this.ariaPopup = false;
|
|
8
8
|
this.disabled = false;
|
|
9
9
|
this.buttonType = "secondary";
|
|
10
|
+
this.icon = undefined;
|
|
11
|
+
this.iconSize = undefined;
|
|
12
|
+
this.iconRotate = undefined;
|
|
13
|
+
this.iconFlip = undefined;
|
|
14
|
+
this.tooltip = undefined;
|
|
15
|
+
this.labelForIdenticalButtons = undefined;
|
|
10
16
|
this.tooltipPosition = "bottom-right";
|
|
11
17
|
this.permanentlyDelete = false;
|
|
12
18
|
this.textWrap = true;
|
|
19
|
+
this.customBackground = undefined;
|
|
13
20
|
this.isSubmit = false;
|
|
14
21
|
this.isTabbing = false;
|
|
15
|
-
this.id = generateId();
|
|
16
|
-
this.ariaPopup = false;
|
|
17
22
|
}
|
|
18
23
|
get isDisabled() {
|
|
19
24
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -197,7 +202,6 @@ export class Button {
|
|
|
197
202
|
return {
|
|
198
203
|
"disabled": {
|
|
199
204
|
"type": "boolean",
|
|
200
|
-
"attribute": "disabled",
|
|
201
205
|
"mutable": false,
|
|
202
206
|
"complexType": {
|
|
203
207
|
"original": "boolean",
|
|
@@ -210,14 +214,12 @@ export class Button {
|
|
|
210
214
|
"tags": [],
|
|
211
215
|
"text": ""
|
|
212
216
|
},
|
|
213
|
-
"
|
|
214
|
-
"setter": false,
|
|
217
|
+
"attribute": "disabled",
|
|
215
218
|
"reflect": true,
|
|
216
219
|
"defaultValue": "false"
|
|
217
220
|
},
|
|
218
221
|
"buttonType": {
|
|
219
222
|
"type": "string",
|
|
220
|
-
"attribute": "button-type",
|
|
221
223
|
"mutable": true,
|
|
222
224
|
"complexType": {
|
|
223
225
|
"original": "validButtonTypes",
|
|
@@ -236,14 +238,12 @@ export class Button {
|
|
|
236
238
|
"tags": [],
|
|
237
239
|
"text": ""
|
|
238
240
|
},
|
|
239
|
-
"
|
|
240
|
-
"setter": false,
|
|
241
|
+
"attribute": "button-type",
|
|
241
242
|
"reflect": false,
|
|
242
243
|
"defaultValue": "\"secondary\""
|
|
243
244
|
},
|
|
244
245
|
"icon": {
|
|
245
246
|
"type": "string",
|
|
246
|
-
"attribute": "icon",
|
|
247
247
|
"mutable": true,
|
|
248
248
|
"complexType": {
|
|
249
249
|
"original": "string",
|
|
@@ -256,13 +256,11 @@ export class Button {
|
|
|
256
256
|
"tags": [],
|
|
257
257
|
"text": ""
|
|
258
258
|
},
|
|
259
|
-
"
|
|
260
|
-
"setter": false,
|
|
259
|
+
"attribute": "icon",
|
|
261
260
|
"reflect": true
|
|
262
261
|
},
|
|
263
262
|
"iconSize": {
|
|
264
263
|
"type": "string",
|
|
265
|
-
"attribute": "icon-size",
|
|
266
264
|
"mutable": false,
|
|
267
265
|
"complexType": {
|
|
268
266
|
"original": "string",
|
|
@@ -275,13 +273,11 @@ export class Button {
|
|
|
275
273
|
"tags": [],
|
|
276
274
|
"text": ""
|
|
277
275
|
},
|
|
278
|
-
"
|
|
279
|
-
"setter": false,
|
|
276
|
+
"attribute": "icon-size",
|
|
280
277
|
"reflect": false
|
|
281
278
|
},
|
|
282
279
|
"iconRotate": {
|
|
283
280
|
"type": "number",
|
|
284
|
-
"attribute": "icon-rotate",
|
|
285
281
|
"mutable": false,
|
|
286
282
|
"complexType": {
|
|
287
283
|
"original": "number",
|
|
@@ -294,13 +290,11 @@ export class Button {
|
|
|
294
290
|
"tags": [],
|
|
295
291
|
"text": ""
|
|
296
292
|
},
|
|
297
|
-
"
|
|
298
|
-
"setter": false,
|
|
293
|
+
"attribute": "icon-rotate",
|
|
299
294
|
"reflect": false
|
|
300
295
|
},
|
|
301
296
|
"iconFlip": {
|
|
302
297
|
"type": "string",
|
|
303
|
-
"attribute": "icon-flip",
|
|
304
298
|
"mutable": false,
|
|
305
299
|
"complexType": {
|
|
306
300
|
"original": "\"horizontal\" | \"vertical\"",
|
|
@@ -313,13 +307,11 @@ export class Button {
|
|
|
313
307
|
"tags": [],
|
|
314
308
|
"text": ""
|
|
315
309
|
},
|
|
316
|
-
"
|
|
317
|
-
"setter": false,
|
|
310
|
+
"attribute": "icon-flip",
|
|
318
311
|
"reflect": false
|
|
319
312
|
},
|
|
320
313
|
"tooltip": {
|
|
321
314
|
"type": "string",
|
|
322
|
-
"attribute": "tooltip",
|
|
323
315
|
"mutable": true,
|
|
324
316
|
"complexType": {
|
|
325
317
|
"original": "string",
|
|
@@ -332,13 +324,11 @@ export class Button {
|
|
|
332
324
|
"tags": [],
|
|
333
325
|
"text": ""
|
|
334
326
|
},
|
|
335
|
-
"
|
|
336
|
-
"setter": false,
|
|
327
|
+
"attribute": "tooltip",
|
|
337
328
|
"reflect": true
|
|
338
329
|
},
|
|
339
330
|
"labelForIdenticalButtons": {
|
|
340
331
|
"type": "string",
|
|
341
|
-
"attribute": "label-for-identical-buttons",
|
|
342
332
|
"mutable": false,
|
|
343
333
|
"complexType": {
|
|
344
334
|
"original": "string",
|
|
@@ -351,13 +341,11 @@ export class Button {
|
|
|
351
341
|
"tags": [],
|
|
352
342
|
"text": ""
|
|
353
343
|
},
|
|
354
|
-
"
|
|
355
|
-
"setter": false,
|
|
344
|
+
"attribute": "label-for-identical-buttons",
|
|
356
345
|
"reflect": false
|
|
357
346
|
},
|
|
358
347
|
"tooltipPosition": {
|
|
359
348
|
"type": "string",
|
|
360
|
-
"attribute": "tooltip-position",
|
|
361
349
|
"mutable": false,
|
|
362
350
|
"complexType": {
|
|
363
351
|
"original": "TooltipPlacement",
|
|
@@ -376,14 +364,12 @@ export class Button {
|
|
|
376
364
|
"tags": [],
|
|
377
365
|
"text": ""
|
|
378
366
|
},
|
|
379
|
-
"
|
|
380
|
-
"setter": false,
|
|
367
|
+
"attribute": "tooltip-position",
|
|
381
368
|
"reflect": false,
|
|
382
369
|
"defaultValue": "\"bottom-right\""
|
|
383
370
|
},
|
|
384
371
|
"permanentlyDelete": {
|
|
385
372
|
"type": "boolean",
|
|
386
|
-
"attribute": "permanently-delete",
|
|
387
373
|
"mutable": false,
|
|
388
374
|
"complexType": {
|
|
389
375
|
"original": "boolean",
|
|
@@ -396,14 +382,12 @@ export class Button {
|
|
|
396
382
|
"tags": [],
|
|
397
383
|
"text": ""
|
|
398
384
|
},
|
|
399
|
-
"
|
|
400
|
-
"setter": false,
|
|
385
|
+
"attribute": "permanently-delete",
|
|
401
386
|
"reflect": false,
|
|
402
387
|
"defaultValue": "false"
|
|
403
388
|
},
|
|
404
389
|
"textWrap": {
|
|
405
390
|
"type": "boolean",
|
|
406
|
-
"attribute": "text-wrap",
|
|
407
391
|
"mutable": false,
|
|
408
392
|
"complexType": {
|
|
409
393
|
"original": "boolean",
|
|
@@ -416,14 +400,12 @@ export class Button {
|
|
|
416
400
|
"tags": [],
|
|
417
401
|
"text": ""
|
|
418
402
|
},
|
|
419
|
-
"
|
|
420
|
-
"setter": false,
|
|
403
|
+
"attribute": "text-wrap",
|
|
421
404
|
"reflect": false,
|
|
422
405
|
"defaultValue": "true"
|
|
423
406
|
},
|
|
424
407
|
"customBackground": {
|
|
425
408
|
"type": "string",
|
|
426
|
-
"attribute": "custom-background",
|
|
427
409
|
"mutable": false,
|
|
428
410
|
"complexType": {
|
|
429
411
|
"original": "string",
|
|
@@ -436,13 +418,11 @@ export class Button {
|
|
|
436
418
|
"tags": [],
|
|
437
419
|
"text": ""
|
|
438
420
|
},
|
|
439
|
-
"
|
|
440
|
-
"setter": false,
|
|
421
|
+
"attribute": "custom-background",
|
|
441
422
|
"reflect": false
|
|
442
423
|
},
|
|
443
424
|
"isSubmit": {
|
|
444
425
|
"type": "boolean",
|
|
445
|
-
"attribute": "is-submit",
|
|
446
426
|
"mutable": false,
|
|
447
427
|
"complexType": {
|
|
448
428
|
"original": "boolean",
|
|
@@ -455,8 +435,7 @@ export class Button {
|
|
|
455
435
|
"tags": [],
|
|
456
436
|
"text": ""
|
|
457
437
|
},
|
|
458
|
-
"
|
|
459
|
-
"setter": false,
|
|
438
|
+
"attribute": "is-submit",
|
|
460
439
|
"reflect": false,
|
|
461
440
|
"defaultValue": "false"
|
|
462
441
|
}
|