@watermarkinsights/ripple 5.16.0-alpha.11 → 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-D441_SCy.js → chartFunctions-ce91b2c9.js} +3 -2
- package/dist/cjs/{functions-Cv4tH2z-.js → functions-ea3eae05.js} +79 -74
- package/dist/cjs/{index-bkpjhWBk.js → index-788526f5.js} +410 -777
- package/dist/cjs/{intl-CDsbzEBp.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-D1WRRNPk.js → chartFunctions-ebe4f673.js} +4 -3
- package/dist/esm/{functions-DT2ztGYg.js → functions-fbf8519f.js} +80 -75
- package/dist/esm/{index-BmU89qgm.js → index-130e07bb.js} +406 -774
- package/dist/esm/{intl-BnrBfoLu.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-BnrBfoLu.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-c889749f.system.entry.js → p-03381d63.system.entry.js} +1 -1
- package/dist/ripple/{p-c12eb0fa.system.entry.js → p-043901ab.system.entry.js} +1 -1
- package/dist/ripple/{p-2a85a48c.system.entry.js → p-086c2905.system.entry.js} +1 -1
- package/dist/ripple/{p-3d83fdec.system.entry.js → p-09f61d38.system.entry.js} +1 -1
- package/dist/ripple/p-0d3a26ff.entry.js +1 -0
- package/dist/ripple/{p-d14aedd7.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-628dfdaf.system.entry.js → p-22d9b079.system.entry.js} +1 -1
- package/dist/ripple/{p-07cb5512.system.entry.js → p-2a85d4ce.system.entry.js} +1 -1
- package/dist/ripple/p-2be53f45.entry.js +1 -0
- package/dist/ripple/{p-6ed1a615.system.entry.js → p-2e10a2dc.system.entry.js} +1 -1
- package/dist/ripple/{p-a1f70a0a.system.entry.js → p-31d35d2d.system.entry.js} +1 -1
- package/dist/ripple/{p-35f0c155.system.entry.js → p-324aed64.system.entry.js} +1 -1
- package/dist/ripple/{p-bda8ce77.system.entry.js → p-34808b52.system.entry.js} +1 -1
- package/dist/ripple/{p-2269f7f7.system.entry.js → p-42174be5.system.entry.js} +1 -1
- package/dist/ripple/p-4436c014.entry.js +1 -0
- package/dist/ripple/{p-00cec2a0.system.entry.js → p-4af5ad94.system.entry.js} +1 -1
- package/dist/ripple/{p-f47bacb5.entry.js → p-4df89f8f.entry.js} +1 -1
- package/dist/ripple/{p-5a10db87.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-514af1a7.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-fe71211e.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-582e730d.system.entry.js → p-5f9d81df.system.entry.js} +1 -1
- package/dist/ripple/p-67109fb1.entry.js +1 -0
- package/dist/ripple/{p-98c7683b.system.entry.js → p-6723e469.system.entry.js} +1 -1
- package/dist/ripple/{p-2f04ea70.entry.js → p-6b4e1fe9.entry.js} +1 -1
- package/dist/ripple/{p-9223a1bf.system.entry.js → p-75ad7567.system.entry.js} +1 -1
- package/dist/ripple/{p-6650bcad.entry.js → p-76aef56f.entry.js} +1 -1
- package/dist/ripple/{p-e0a1a76d.system.entry.js → p-7b06e308.system.entry.js} +1 -1
- package/dist/ripple/{p-120c9c9c.entry.js → p-7c6e0168.entry.js} +1 -1
- package/dist/ripple/{p-ec6e0106.system.entry.js → p-80664bf3.system.entry.js} +1 -1
- package/dist/ripple/p-823d7b4e.system.entry.js +1 -0
- package/dist/ripple/{p-cc9752df.system.entry.js → p-840ad3a3.system.entry.js} +1 -1
- package/dist/ripple/{p-f4a19c56.system.entry.js → p-86c752be.system.entry.js} +1 -1
- package/dist/ripple/p-8905ad76.entry.js +1 -0
- package/dist/ripple/{p-ee8649b3.system.entry.js → p-8a64e2bd.system.entry.js} +1 -1
- package/dist/ripple/p-8c2f8f78.entry.js +1 -0
- package/dist/ripple/{p-24857d09.entry.js → p-8c33cb29.entry.js} +1 -1
- package/dist/ripple/{p-64a308de.system.entry.js → p-8ee90e17.system.entry.js} +1 -1
- package/dist/ripple/p-904f4c90.entry.js +1 -0
- package/dist/ripple/{p-9e353b52.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-ChCup6OE.js → p-9c6bacb9.js} +1 -1
- package/dist/ripple/p-9f2b6c58.entry.js +1 -0
- package/dist/ripple/{p-65058356.system.entry.js → p-a424e0a7.system.entry.js} +1 -1
- package/dist/ripple/p-b8dd9e8c.entry.js +1 -0
- package/dist/ripple/{p-5aeb9091.system.entry.js → p-b9d609fb.system.entry.js} +1 -1
- package/dist/ripple/{p-44004383.entry.js → p-be3213fc.entry.js} +1 -1
- package/dist/ripple/{p-5ecfe800.entry.js → p-c242e70f.entry.js} +1 -1
- package/dist/ripple/{p-72c247fb.system.entry.js → p-c4b48cd4.system.entry.js} +1 -1
- package/dist/ripple/p-c6ba7e07.entry.js +1 -0
- package/dist/ripple/{p-65c38f2b.entry.js → p-c7a57fc7.entry.js} +1 -1
- package/dist/ripple/{p-24a498ec.system.entry.js → p-c8d2c849.system.entry.js} +1 -1
- package/dist/ripple/{p-5975c901.system.entry.js → p-c9e9ce61.system.entry.js} +1 -1
- package/dist/ripple/{p-cca5dd54.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-0fce4df8.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-LmBQIm9U.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-12e14668.entry.js → p-f3b31fae.entry.js} +1 -1
- package/dist/ripple/p-f46983da.entry.js +1 -0
- package/dist/ripple/{p-c72b5e55.system.entry.js → p-f9f9fbae.system.entry.js} +1 -1
- package/dist/ripple/{p-d83f36af.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-DRIUP2B4.js +0 -7
- package/dist/esm/app-globals-C7MKvxOg.js +0 -5
- package/dist/esm-es5/app-globals-C7MKvxOg.js +0 -1
- package/dist/esm-es5/chartFunctions-D1WRRNPk.js +0 -1
- package/dist/esm-es5/functions-DT2ztGYg.js +0 -1
- package/dist/esm-es5/index-BmU89qgm.js +0 -1
- package/dist/ripple/p-08b265a2.entry.js +0 -1
- package/dist/ripple/p-19f43d88.entry.js +0 -1
- package/dist/ripple/p-29eb4cc7.entry.js +0 -1
- package/dist/ripple/p-423931b7.entry.js +0 -1
- package/dist/ripple/p-4adda78c.entry.js +0 -1
- package/dist/ripple/p-59030f63.entry.js +0 -1
- package/dist/ripple/p-5b523b9f.system.entry.js +0 -1
- package/dist/ripple/p-5bb7a993.entry.js +0 -1
- package/dist/ripple/p-62520534.entry.js +0 -1
- package/dist/ripple/p-64f555f9.entry.js +0 -1
- package/dist/ripple/p-81245443.entry.js +0 -1
- package/dist/ripple/p-81870134.entry.js +0 -1
- package/dist/ripple/p-819382b4.entry.js +0 -1
- package/dist/ripple/p-9635519f.entry.js +0 -1
- package/dist/ripple/p-9a5a577a.entry.js +0 -1
- package/dist/ripple/p-9a9e1d00.entry.js +0 -1
- package/dist/ripple/p-B7qucsb3.system.js +0 -1
- package/dist/ripple/p-BRUS9KP_.system.js +0 -1
- package/dist/ripple/p-BmU89qgm.js +0 -2
- package/dist/ripple/p-CLQInGS5.system.js +0 -1
- package/dist/ripple/p-CZkA6XrR.js +0 -1
- package/dist/ripple/p-D1BYKagG.js +0 -1
- package/dist/ripple/p-DT2ztGYg.js +0 -1
- package/dist/ripple/p-Dd2F6qzY.system.js +0 -2
- package/dist/ripple/p-Dg5uzcYb.system.js +0 -1
- package/dist/ripple/p-a0add2dd.entry.js +0 -1
- package/dist/ripple/p-a8eff037.system.entry.js +0 -1
- package/dist/ripple/p-ac310358.entry.js +0 -1
- package/dist/ripple/p-c44cbbea.entry.js +0 -1
- package/dist/ripple/p-cb5c1920.entry.js +0 -1
- package/dist/ripple/p-d1651848.entry.js +0 -1
- package/dist/ripple/p-e01688df.system.entry.js +0 -1
- package/dist/ripple/p-f073981c.entry.js +0 -1
- package/dist/ripple/p-f4ad21f8.entry.js +0 -1
- package/dist/ripple/p-f5ca18bb.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
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
export class ProgressSlice {
|
|
2
|
+
constructor() {
|
|
3
|
+
this.legend = undefined;
|
|
4
|
+
this.amount = undefined;
|
|
5
|
+
this.popoverTitle = undefined;
|
|
6
|
+
this.popoverText = undefined;
|
|
7
|
+
this.popoverButtonText = undefined;
|
|
8
|
+
}
|
|
2
9
|
componentDidUpdate() {
|
|
3
10
|
this.wmProgressSliceUpdated.emit();
|
|
4
11
|
}
|
|
@@ -8,7 +15,6 @@ export class ProgressSlice {
|
|
|
8
15
|
return {
|
|
9
16
|
"legend": {
|
|
10
17
|
"type": "string",
|
|
11
|
-
"attribute": "legend",
|
|
12
18
|
"mutable": false,
|
|
13
19
|
"complexType": {
|
|
14
20
|
"original": "string",
|
|
@@ -21,13 +27,11 @@ export class ProgressSlice {
|
|
|
21
27
|
"tags": [],
|
|
22
28
|
"text": ""
|
|
23
29
|
},
|
|
24
|
-
"
|
|
25
|
-
"setter": false,
|
|
30
|
+
"attribute": "legend",
|
|
26
31
|
"reflect": false
|
|
27
32
|
},
|
|
28
33
|
"amount": {
|
|
29
34
|
"type": "string",
|
|
30
|
-
"attribute": "amount",
|
|
31
35
|
"mutable": false,
|
|
32
36
|
"complexType": {
|
|
33
37
|
"original": "string",
|
|
@@ -40,13 +44,11 @@ export class ProgressSlice {
|
|
|
40
44
|
"tags": [],
|
|
41
45
|
"text": ""
|
|
42
46
|
},
|
|
43
|
-
"
|
|
44
|
-
"setter": false,
|
|
47
|
+
"attribute": "amount",
|
|
45
48
|
"reflect": false
|
|
46
49
|
},
|
|
47
50
|
"popoverTitle": {
|
|
48
51
|
"type": "string",
|
|
49
|
-
"attribute": "popover-title",
|
|
50
52
|
"mutable": false,
|
|
51
53
|
"complexType": {
|
|
52
54
|
"original": "string",
|
|
@@ -59,13 +61,11 @@ export class ProgressSlice {
|
|
|
59
61
|
"tags": [],
|
|
60
62
|
"text": ""
|
|
61
63
|
},
|
|
62
|
-
"
|
|
63
|
-
"setter": false,
|
|
64
|
+
"attribute": "popover-title",
|
|
64
65
|
"reflect": false
|
|
65
66
|
},
|
|
66
67
|
"popoverText": {
|
|
67
68
|
"type": "string",
|
|
68
|
-
"attribute": "popover-text",
|
|
69
69
|
"mutable": false,
|
|
70
70
|
"complexType": {
|
|
71
71
|
"original": "string",
|
|
@@ -78,13 +78,11 @@ export class ProgressSlice {
|
|
|
78
78
|
"tags": [],
|
|
79
79
|
"text": ""
|
|
80
80
|
},
|
|
81
|
-
"
|
|
82
|
-
"setter": false,
|
|
81
|
+
"attribute": "popover-text",
|
|
83
82
|
"reflect": false
|
|
84
83
|
},
|
|
85
84
|
"popoverButtonText": {
|
|
86
85
|
"type": "string",
|
|
87
|
-
"attribute": "popover-button-text",
|
|
88
86
|
"mutable": false,
|
|
89
87
|
"complexType": {
|
|
90
88
|
"original": "string",
|
|
@@ -97,8 +95,7 @@ export class ProgressSlice {
|
|
|
97
95
|
"tags": [],
|
|
98
96
|
"text": ""
|
|
99
97
|
},
|
|
100
|
-
"
|
|
101
|
-
"setter": false,
|
|
98
|
+
"attribute": "popover-button-text",
|
|
102
99
|
"reflect": false
|
|
103
100
|
}
|
|
104
101
|
};
|
|
@@ -3,9 +3,6 @@ import { intl, dateFind, getMonthLength, makeISO, calendar_months, weekdays } fr
|
|
|
3
3
|
export class PrivCalendar {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.today = this.dateToISO(new Date());
|
|
6
|
-
this.disabled = false;
|
|
7
|
-
this.view = "day";
|
|
8
|
-
this.focusDate = this.today; // ISO date
|
|
9
6
|
this.calType = "single";
|
|
10
7
|
this.calName = "";
|
|
11
8
|
this.calInstructions = intl.formatMessage({
|
|
@@ -166,6 +163,12 @@ export class PrivCalendar {
|
|
|
166
163
|
this.handleDateClick(ev.target);
|
|
167
164
|
}, onMouseOver: () => this.cellHovered.emit(date), "data-month": dateFind.month.asString(date), "data-year": dateFind.year.asString(date), onBlur: (ev) => ev.stopPropagation(), tabIndex: isFocused ? 0 : -1 }, dayOfDate));
|
|
168
165
|
};
|
|
166
|
+
this.disabled = false;
|
|
167
|
+
this.view = "day";
|
|
168
|
+
this.focusDate = this.today;
|
|
169
|
+
this.startDate = undefined;
|
|
170
|
+
this.endDate = undefined;
|
|
171
|
+
this.hoverDate = undefined;
|
|
169
172
|
}
|
|
170
173
|
setCalName() {
|
|
171
174
|
const cals = this.el.parentElement.querySelectorAll("priv-calendar");
|
|
@@ -562,7 +565,6 @@ export class PrivCalendar {
|
|
|
562
565
|
return {
|
|
563
566
|
"disabled": {
|
|
564
567
|
"type": "boolean",
|
|
565
|
-
"attribute": "disabled",
|
|
566
568
|
"mutable": false,
|
|
567
569
|
"complexType": {
|
|
568
570
|
"original": "boolean",
|
|
@@ -575,14 +577,12 @@ export class PrivCalendar {
|
|
|
575
577
|
"tags": [],
|
|
576
578
|
"text": ""
|
|
577
579
|
},
|
|
578
|
-
"
|
|
579
|
-
"setter": false,
|
|
580
|
+
"attribute": "disabled",
|
|
580
581
|
"reflect": false,
|
|
581
582
|
"defaultValue": "false"
|
|
582
583
|
},
|
|
583
584
|
"view": {
|
|
584
585
|
"type": "string",
|
|
585
|
-
"attribute": "view",
|
|
586
586
|
"mutable": true,
|
|
587
587
|
"complexType": {
|
|
588
588
|
"original": "string",
|
|
@@ -595,14 +595,12 @@ export class PrivCalendar {
|
|
|
595
595
|
"tags": [],
|
|
596
596
|
"text": ""
|
|
597
597
|
},
|
|
598
|
-
"
|
|
599
|
-
"setter": false,
|
|
598
|
+
"attribute": "view",
|
|
600
599
|
"reflect": false,
|
|
601
600
|
"defaultValue": "\"day\""
|
|
602
601
|
},
|
|
603
602
|
"focusDate": {
|
|
604
603
|
"type": "string",
|
|
605
|
-
"attribute": "focus-date",
|
|
606
604
|
"mutable": true,
|
|
607
605
|
"complexType": {
|
|
608
606
|
"original": "string",
|
|
@@ -615,14 +613,12 @@ export class PrivCalendar {
|
|
|
615
613
|
"tags": [],
|
|
616
614
|
"text": ""
|
|
617
615
|
},
|
|
618
|
-
"
|
|
619
|
-
"setter": false,
|
|
616
|
+
"attribute": "focus-date",
|
|
620
617
|
"reflect": false,
|
|
621
618
|
"defaultValue": "this.today"
|
|
622
619
|
},
|
|
623
620
|
"startDate": {
|
|
624
621
|
"type": "string",
|
|
625
|
-
"attribute": "start-date",
|
|
626
622
|
"mutable": false,
|
|
627
623
|
"complexType": {
|
|
628
624
|
"original": "string",
|
|
@@ -635,13 +631,11 @@ export class PrivCalendar {
|
|
|
635
631
|
"tags": [],
|
|
636
632
|
"text": ""
|
|
637
633
|
},
|
|
638
|
-
"
|
|
639
|
-
"setter": false,
|
|
634
|
+
"attribute": "start-date",
|
|
640
635
|
"reflect": false
|
|
641
636
|
},
|
|
642
637
|
"endDate": {
|
|
643
638
|
"type": "string",
|
|
644
|
-
"attribute": "end-date",
|
|
645
639
|
"mutable": false,
|
|
646
640
|
"complexType": {
|
|
647
641
|
"original": "string",
|
|
@@ -654,13 +648,11 @@ export class PrivCalendar {
|
|
|
654
648
|
"tags": [],
|
|
655
649
|
"text": ""
|
|
656
650
|
},
|
|
657
|
-
"
|
|
658
|
-
"setter": false,
|
|
651
|
+
"attribute": "end-date",
|
|
659
652
|
"reflect": false
|
|
660
653
|
},
|
|
661
654
|
"hoverDate": {
|
|
662
655
|
"type": "string",
|
|
663
|
-
"attribute": "hover-date",
|
|
664
656
|
"mutable": false,
|
|
665
657
|
"complexType": {
|
|
666
658
|
"original": "string",
|
|
@@ -673,8 +665,7 @@ export class PrivCalendar {
|
|
|
673
665
|
"tags": [],
|
|
674
666
|
"text": ""
|
|
675
667
|
},
|
|
676
|
-
"
|
|
677
|
-
"setter": false,
|
|
668
|
+
"attribute": "hover-date",
|
|
678
669
|
"reflect": false
|
|
679
670
|
}
|
|
680
671
|
};
|
|
@@ -2,22 +2,24 @@ import { h, Host, Fragment, } from "@stencil/core";
|
|
|
2
2
|
import { intl, dateFind, toBool, handleDisabledAttribute, getContextMeasurements, findParentWithHiddenOverflow, dateToISO, shouldOpenUp, calendar_months, } from "../../global/functions";
|
|
3
3
|
export class DateRange {
|
|
4
4
|
constructor() {
|
|
5
|
+
this.openUp = false;
|
|
6
|
+
this.calWidth = 681; // 673 + 8px of room
|
|
7
|
+
this.popupClicked = false;
|
|
8
|
+
this.toggleButtonClicked = false;
|
|
9
|
+
this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
|
|
5
10
|
this.dateFormat = "mm/dd/yyyy";
|
|
6
11
|
this.disabled = false;
|
|
12
|
+
this.errorMessage = undefined;
|
|
7
13
|
this.invalidStart = false;
|
|
8
14
|
this.invalidEnd = false;
|
|
9
15
|
this.labelStart = "";
|
|
10
16
|
this.labelEnd = "";
|
|
17
|
+
this.preselected = undefined;
|
|
11
18
|
this.requiredField = false;
|
|
12
|
-
this.valueStart = "";
|
|
19
|
+
this.valueStart = "";
|
|
13
20
|
this.valueEnd = "";
|
|
14
|
-
this.openUp = false;
|
|
15
|
-
this.calWidth = 681; // 673 + 8px of room
|
|
16
21
|
this.availSpace = 0;
|
|
17
|
-
this.popupClicked = false;
|
|
18
|
-
this.toggleButtonClicked = false;
|
|
19
22
|
this.isExpanded = false;
|
|
20
|
-
this.formats = { "mm/dd/yyyy": "US", "dd/mm/yyyy": "INT", "yyyy/mm/dd": "ISO" };
|
|
21
23
|
}
|
|
22
24
|
get _disabled() {
|
|
23
25
|
// string "false" needs to be treated as bool False because react wrappers convert bool to string.
|
|
@@ -473,7 +475,6 @@ export class DateRange {
|
|
|
473
475
|
return {
|
|
474
476
|
"dateFormat": {
|
|
475
477
|
"type": "string",
|
|
476
|
-
"attribute": "date-format",
|
|
477
478
|
"mutable": false,
|
|
478
479
|
"complexType": {
|
|
479
480
|
"original": "string",
|
|
@@ -486,14 +487,12 @@ export class DateRange {
|
|
|
486
487
|
"tags": [],
|
|
487
488
|
"text": ""
|
|
488
489
|
},
|
|
489
|
-
"
|
|
490
|
-
"setter": false,
|
|
490
|
+
"attribute": "date-format",
|
|
491
491
|
"reflect": false,
|
|
492
492
|
"defaultValue": "\"mm/dd/yyyy\""
|
|
493
493
|
},
|
|
494
494
|
"disabled": {
|
|
495
495
|
"type": "boolean",
|
|
496
|
-
"attribute": "disabled",
|
|
497
496
|
"mutable": false,
|
|
498
497
|
"complexType": {
|
|
499
498
|
"original": "boolean",
|
|
@@ -506,14 +505,12 @@ export class DateRange {
|
|
|
506
505
|
"tags": [],
|
|
507
506
|
"text": ""
|
|
508
507
|
},
|
|
509
|
-
"
|
|
510
|
-
"setter": false,
|
|
508
|
+
"attribute": "disabled",
|
|
511
509
|
"reflect": false,
|
|
512
510
|
"defaultValue": "false"
|
|
513
511
|
},
|
|
514
512
|
"errorMessage": {
|
|
515
513
|
"type": "string",
|
|
516
|
-
"attribute": "error-message",
|
|
517
514
|
"mutable": false,
|
|
518
515
|
"complexType": {
|
|
519
516
|
"original": "string",
|
|
@@ -526,13 +523,11 @@ export class DateRange {
|
|
|
526
523
|
"tags": [],
|
|
527
524
|
"text": ""
|
|
528
525
|
},
|
|
529
|
-
"
|
|
530
|
-
"setter": false,
|
|
526
|
+
"attribute": "error-message",
|
|
531
527
|
"reflect": true
|
|
532
528
|
},
|
|
533
529
|
"invalidStart": {
|
|
534
530
|
"type": "boolean",
|
|
535
|
-
"attribute": "invalid-start",
|
|
536
531
|
"mutable": false,
|
|
537
532
|
"complexType": {
|
|
538
533
|
"original": "boolean",
|
|
@@ -545,14 +540,12 @@ export class DateRange {
|
|
|
545
540
|
"tags": [],
|
|
546
541
|
"text": ""
|
|
547
542
|
},
|
|
548
|
-
"
|
|
549
|
-
"setter": false,
|
|
543
|
+
"attribute": "invalid-start",
|
|
550
544
|
"reflect": false,
|
|
551
545
|
"defaultValue": "false"
|
|
552
546
|
},
|
|
553
547
|
"invalidEnd": {
|
|
554
548
|
"type": "boolean",
|
|
555
|
-
"attribute": "invalid-end",
|
|
556
549
|
"mutable": false,
|
|
557
550
|
"complexType": {
|
|
558
551
|
"original": "boolean",
|
|
@@ -565,14 +558,12 @@ export class DateRange {
|
|
|
565
558
|
"tags": [],
|
|
566
559
|
"text": ""
|
|
567
560
|
},
|
|
568
|
-
"
|
|
569
|
-
"setter": false,
|
|
561
|
+
"attribute": "invalid-end",
|
|
570
562
|
"reflect": false,
|
|
571
563
|
"defaultValue": "false"
|
|
572
564
|
},
|
|
573
565
|
"labelStart": {
|
|
574
566
|
"type": "string",
|
|
575
|
-
"attribute": "label-start",
|
|
576
567
|
"mutable": false,
|
|
577
568
|
"complexType": {
|
|
578
569
|
"original": "string",
|
|
@@ -585,14 +576,12 @@ export class DateRange {
|
|
|
585
576
|
"tags": [],
|
|
586
577
|
"text": ""
|
|
587
578
|
},
|
|
588
|
-
"
|
|
589
|
-
"setter": false,
|
|
579
|
+
"attribute": "label-start",
|
|
590
580
|
"reflect": false,
|
|
591
581
|
"defaultValue": "\"\""
|
|
592
582
|
},
|
|
593
583
|
"labelEnd": {
|
|
594
584
|
"type": "string",
|
|
595
|
-
"attribute": "label-end",
|
|
596
585
|
"mutable": false,
|
|
597
586
|
"complexType": {
|
|
598
587
|
"original": "string",
|
|
@@ -605,14 +594,12 @@ export class DateRange {
|
|
|
605
594
|
"tags": [],
|
|
606
595
|
"text": ""
|
|
607
596
|
},
|
|
608
|
-
"
|
|
609
|
-
"setter": false,
|
|
597
|
+
"attribute": "label-end",
|
|
610
598
|
"reflect": false,
|
|
611
599
|
"defaultValue": "\"\""
|
|
612
600
|
},
|
|
613
601
|
"preselected": {
|
|
614
602
|
"type": "string",
|
|
615
|
-
"attribute": "preselected",
|
|
616
603
|
"mutable": false,
|
|
617
604
|
"complexType": {
|
|
618
605
|
"original": "string",
|
|
@@ -625,13 +612,11 @@ export class DateRange {
|
|
|
625
612
|
"tags": [],
|
|
626
613
|
"text": ""
|
|
627
614
|
},
|
|
628
|
-
"
|
|
629
|
-
"setter": false,
|
|
615
|
+
"attribute": "preselected",
|
|
630
616
|
"reflect": false
|
|
631
617
|
},
|
|
632
618
|
"requiredField": {
|
|
633
619
|
"type": "boolean",
|
|
634
|
-
"attribute": "required-field",
|
|
635
620
|
"mutable": false,
|
|
636
621
|
"complexType": {
|
|
637
622
|
"original": "boolean",
|
|
@@ -644,14 +629,12 @@ export class DateRange {
|
|
|
644
629
|
"tags": [],
|
|
645
630
|
"text": ""
|
|
646
631
|
},
|
|
647
|
-
"
|
|
648
|
-
"setter": false,
|
|
632
|
+
"attribute": "required-field",
|
|
649
633
|
"reflect": false,
|
|
650
634
|
"defaultValue": "false"
|
|
651
635
|
},
|
|
652
636
|
"valueStart": {
|
|
653
637
|
"type": "string",
|
|
654
|
-
"attribute": "value-start",
|
|
655
638
|
"mutable": true,
|
|
656
639
|
"complexType": {
|
|
657
640
|
"original": "string",
|
|
@@ -664,14 +647,12 @@ export class DateRange {
|
|
|
664
647
|
"tags": [],
|
|
665
648
|
"text": ""
|
|
666
649
|
},
|
|
667
|
-
"
|
|
668
|
-
"setter": false,
|
|
650
|
+
"attribute": "value-start",
|
|
669
651
|
"reflect": false,
|
|
670
652
|
"defaultValue": "\"\""
|
|
671
653
|
},
|
|
672
654
|
"valueEnd": {
|
|
673
655
|
"type": "string",
|
|
674
|
-
"attribute": "value-end",
|
|
675
656
|
"mutable": true,
|
|
676
657
|
"complexType": {
|
|
677
658
|
"original": "string",
|
|
@@ -684,8 +665,7 @@ export class DateRange {
|
|
|
684
665
|
"tags": [],
|
|
685
666
|
"text": ""
|
|
686
667
|
},
|
|
687
|
-
"
|
|
688
|
-
"setter": false,
|
|
668
|
+
"attribute": "value-end",
|
|
689
669
|
"reflect": false,
|
|
690
670
|
"defaultValue": "\"\""
|
|
691
671
|
}
|
|
@@ -2,15 +2,17 @@ import { h, Host } from "@stencil/core";
|
|
|
2
2
|
import { intl, toBool, handleDisabledAttribute, hasRoomRight, shouldOpenUp, dateToISO, showTooltip, hideTooltip } from "../../global/functions";
|
|
3
3
|
export class DatePicker {
|
|
4
4
|
constructor() {
|
|
5
|
+
this.openUp = false;
|
|
6
|
+
this.popupClicked = false;
|
|
7
|
+
this.toggleButtonClicked = false;
|
|
5
8
|
this.value = "";
|
|
6
9
|
this.disabled = false;
|
|
7
10
|
this.dateFormat = "mm/dd/yyyy";
|
|
11
|
+
this.errorMessage = undefined;
|
|
8
12
|
this.labelPosition = "top";
|
|
9
13
|
this.label = "";
|
|
10
14
|
this.requiredField = false;
|
|
11
|
-
this.
|
|
12
|
-
this.popupClicked = false;
|
|
13
|
-
this.toggleButtonClicked = false;
|
|
15
|
+
this.preselected = undefined;
|
|
14
16
|
this.isExpanded = false;
|
|
15
17
|
}
|
|
16
18
|
get isDisabled() {
|
|
@@ -251,7 +253,6 @@ export class DatePicker {
|
|
|
251
253
|
return {
|
|
252
254
|
"value": {
|
|
253
255
|
"type": "string",
|
|
254
|
-
"attribute": "value",
|
|
255
256
|
"mutable": true,
|
|
256
257
|
"complexType": {
|
|
257
258
|
"original": "string",
|
|
@@ -264,14 +265,12 @@ export class DatePicker {
|
|
|
264
265
|
"tags": [],
|
|
265
266
|
"text": ""
|
|
266
267
|
},
|
|
267
|
-
"
|
|
268
|
-
"setter": false,
|
|
268
|
+
"attribute": "value",
|
|
269
269
|
"reflect": false,
|
|
270
270
|
"defaultValue": "\"\""
|
|
271
271
|
},
|
|
272
272
|
"disabled": {
|
|
273
273
|
"type": "boolean",
|
|
274
|
-
"attribute": "disabled",
|
|
275
274
|
"mutable": false,
|
|
276
275
|
"complexType": {
|
|
277
276
|
"original": "boolean",
|
|
@@ -284,14 +283,12 @@ export class DatePicker {
|
|
|
284
283
|
"tags": [],
|
|
285
284
|
"text": ""
|
|
286
285
|
},
|
|
287
|
-
"
|
|
288
|
-
"setter": false,
|
|
286
|
+
"attribute": "disabled",
|
|
289
287
|
"reflect": false,
|
|
290
288
|
"defaultValue": "false"
|
|
291
289
|
},
|
|
292
290
|
"dateFormat": {
|
|
293
291
|
"type": "string",
|
|
294
|
-
"attribute": "date-format",
|
|
295
292
|
"mutable": false,
|
|
296
293
|
"complexType": {
|
|
297
294
|
"original": "string",
|
|
@@ -304,14 +301,12 @@ export class DatePicker {
|
|
|
304
301
|
"tags": [],
|
|
305
302
|
"text": ""
|
|
306
303
|
},
|
|
307
|
-
"
|
|
308
|
-
"setter": false,
|
|
304
|
+
"attribute": "date-format",
|
|
309
305
|
"reflect": false,
|
|
310
306
|
"defaultValue": "\"mm/dd/yyyy\""
|
|
311
307
|
},
|
|
312
308
|
"errorMessage": {
|
|
313
309
|
"type": "string",
|
|
314
|
-
"attribute": "error-message",
|
|
315
310
|
"mutable": false,
|
|
316
311
|
"complexType": {
|
|
317
312
|
"original": "string",
|
|
@@ -324,13 +319,11 @@ export class DatePicker {
|
|
|
324
319
|
"tags": [],
|
|
325
320
|
"text": ""
|
|
326
321
|
},
|
|
327
|
-
"
|
|
328
|
-
"setter": false,
|
|
322
|
+
"attribute": "error-message",
|
|
329
323
|
"reflect": true
|
|
330
324
|
},
|
|
331
325
|
"labelPosition": {
|
|
332
326
|
"type": "string",
|
|
333
|
-
"attribute": "label-position",
|
|
334
327
|
"mutable": false,
|
|
335
328
|
"complexType": {
|
|
336
329
|
"original": "\"top\" | \"left\" | \"none\"",
|
|
@@ -343,14 +336,12 @@ export class DatePicker {
|
|
|
343
336
|
"tags": [],
|
|
344
337
|
"text": ""
|
|
345
338
|
},
|
|
346
|
-
"
|
|
347
|
-
"setter": false,
|
|
339
|
+
"attribute": "label-position",
|
|
348
340
|
"reflect": false,
|
|
349
341
|
"defaultValue": "\"top\""
|
|
350
342
|
},
|
|
351
343
|
"label": {
|
|
352
344
|
"type": "string",
|
|
353
|
-
"attribute": "label",
|
|
354
345
|
"mutable": false,
|
|
355
346
|
"complexType": {
|
|
356
347
|
"original": "string",
|
|
@@ -363,14 +354,12 @@ export class DatePicker {
|
|
|
363
354
|
"tags": [],
|
|
364
355
|
"text": ""
|
|
365
356
|
},
|
|
366
|
-
"
|
|
367
|
-
"setter": false,
|
|
357
|
+
"attribute": "label",
|
|
368
358
|
"reflect": false,
|
|
369
359
|
"defaultValue": "\"\""
|
|
370
360
|
},
|
|
371
361
|
"requiredField": {
|
|
372
362
|
"type": "boolean",
|
|
373
|
-
"attribute": "required-field",
|
|
374
363
|
"mutable": false,
|
|
375
364
|
"complexType": {
|
|
376
365
|
"original": "boolean",
|
|
@@ -383,14 +372,12 @@ export class DatePicker {
|
|
|
383
372
|
"tags": [],
|
|
384
373
|
"text": ""
|
|
385
374
|
},
|
|
386
|
-
"
|
|
387
|
-
"setter": false,
|
|
375
|
+
"attribute": "required-field",
|
|
388
376
|
"reflect": false,
|
|
389
377
|
"defaultValue": "false"
|
|
390
378
|
},
|
|
391
379
|
"preselected": {
|
|
392
380
|
"type": "string",
|
|
393
|
-
"attribute": "preselected",
|
|
394
381
|
"mutable": false,
|
|
395
382
|
"complexType": {
|
|
396
383
|
"original": "string",
|
|
@@ -403,8 +390,7 @@ export class DatePicker {
|
|
|
403
390
|
"tags": [],
|
|
404
391
|
"text": ""
|
|
405
392
|
},
|
|
406
|
-
"
|
|
407
|
-
"setter": false,
|
|
393
|
+
"attribute": "preselected",
|
|
408
394
|
"reflect": false
|
|
409
395
|
}
|
|
410
396
|
};
|