@watermarkinsights/ripple 5.2.0 → 5.3.0-0
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/{esm/global-cb4fb91c.js → cjs/app-globals-7025eb63.js} +10 -1
- package/dist/cjs/{chartFunctions-2195a9d2.js → chartFunctions-9075d687.js} +3 -3
- package/dist/cjs/{functions-48a748f0.js → functions-b73604c3.js} +297 -7
- package/dist/cjs/index-3c3d6c9f.js +1810 -0
- package/dist/cjs/{interfaces-ad9e80a6.js → interfaces-85d78ae9.js} +3 -4
- package/dist/cjs/{intl-29d2cc42.js → intl-b20d5420.js} +1 -1
- package/dist/cjs/loader.cjs.js +5 -4
- package/dist/cjs/priv-calendar.cjs.entry.js +554 -0
- package/dist/cjs/priv-chart-popover.cjs.entry.js +6 -5
- package/dist/cjs/priv-navigator-button.cjs.entry.js +4 -3
- package/dist/cjs/priv-navigator-item.cjs.entry.js +4 -3
- package/dist/cjs/ripple.cjs.js +13 -12
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +9 -7
- package/dist/cjs/wm-button.cjs.entry.js +6 -5
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +7 -6
- package/dist/cjs/wm-date-range.cjs.entry.js +446 -0
- package/dist/cjs/wm-datepicker.cjs.entry.js +90 -20
- package/dist/cjs/wm-file-list.cjs.entry.js +5 -4
- package/dist/cjs/wm-file.cjs.entry.js +5 -4
- package/dist/cjs/wm-input.cjs.entry.js +6 -5
- package/dist/cjs/wm-line-chart.cjs.entry.js +15 -14
- package/dist/cjs/wm-modal-footer.cjs.entry.js +4 -3
- package/dist/cjs/wm-modal-header.cjs.entry.js +6 -5
- package/dist/cjs/wm-modal.cjs.entry.js +6 -5
- package/dist/cjs/wm-navigation_3.cjs.entry.js +13 -10
- package/dist/cjs/wm-navigator.cjs.entry.js +5 -4
- package/dist/cjs/wm-option_2.cjs.entry.js +10 -8
- package/dist/cjs/wm-pagination.cjs.entry.js +5 -4
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +9 -7
- package/dist/cjs/wm-search.cjs.entry.js +7 -6
- package/dist/cjs/wm-snackbar.cjs.entry.js +7 -6
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +11 -8
- package/dist/cjs/wm-tag-input.cjs.entry.js +8 -7
- package/dist/cjs/wm-tag-option.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +6 -5
- package/dist/cjs/wm-timepicker.cjs.entry.js +6 -5
- package/dist/cjs/wm-toggletip.cjs.entry.js +6 -5
- package/dist/cjs/wm-uploader.cjs.entry.js +7 -6
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +5 -4
- package/dist/collection/components/charts/chartFunctions.js +1 -1
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
- package/dist/collection/components/charts/wm-chart/wm-chart.js +1 -1
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +9 -9
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.js +1 -1
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.js +1 -1
- package/dist/collection/components/{wm-datepicker/wm-datepicker.css → datepickers/datepicker.css} +40 -28
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.css +479 -0
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +816 -0
- package/dist/collection/components/datepickers/wm-date-range.js +804 -0
- package/dist/collection/components/{wm-datepicker → datepickers}/wm-datepicker.js +114 -29
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-file/wm-file.js +1 -1
- package/dist/collection/components/wm-file-list/wm-file-list.js +5 -5
- package/dist/collection/components/wm-input/wm-input.js +1 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal.js +2 -2
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
- package/dist/collection/components/wm-option/wm-option.js +1 -1
- package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
- package/dist/collection/components/wm-search/wm-search.js +5 -4
- package/dist/collection/components/wm-select/wm-select.js +2 -2
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +1 -1
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +3 -3
- package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +11 -8
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +2 -2
- package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
- package/dist/collection/dev/action-menu.js +0 -0
- package/dist/collection/dev/button.js +0 -0
- package/dist/collection/dev/chart-small.js +56 -0
- package/dist/collection/dev/chart.js +37 -0
- package/dist/collection/dev/date-range.js +6 -0
- package/dist/collection/dev/datepicker.js +46 -0
- package/dist/collection/dev/file-list.js +16 -0
- package/dist/collection/dev/file.js +0 -0
- package/dist/collection/dev/input.js +6 -0
- package/dist/collection/dev/line-chart.js +0 -0
- package/dist/collection/dev/modal.js +75 -0
- package/dist/collection/dev/navigation.js +13 -0
- package/dist/collection/dev/navigator.js +34 -0
- package/dist/collection/dev/pagination.js +7 -0
- package/dist/collection/dev/progress-monitor.js +0 -0
- package/dist/collection/dev/scripts.js +31 -748
- package/dist/collection/dev/search.js +72 -0
- package/dist/collection/dev/select.js +57 -0
- package/dist/collection/dev/snackbar.js +38 -0
- package/dist/collection/dev/tabs.js +44 -0
- package/dist/collection/dev/tag-input.js +32 -0
- package/dist/collection/dev/textarea.js +28 -0
- package/dist/collection/dev/timepicker.js +32 -0
- package/dist/collection/dev/toggletip.js +0 -0
- package/dist/collection/dev/uploader.js +139 -0
- package/dist/collection/global/functions.js +187 -0
- package/dist/collection/global/interfaces.js +3 -4
- package/dist/{cjs/global-d5e26274.js → esm/app-globals-0c592c57.js} +7 -2
- package/dist/esm/{chartFunctions-d2d8f1b2.js → chartFunctions-730742b7.js} +3 -3
- package/dist/esm/{functions-58918a32.js → functions-eda88c5f.js} +292 -8
- package/dist/esm/index-0ed3ed7d.js +1780 -0
- package/dist/esm/{interfaces-9b75fb61.js → interfaces-cc5b177f.js} +3 -4
- package/dist/esm/{intl-f9d79dff.js → intl-de8432e2.js} +1 -1
- package/dist/esm/loader.js +6 -5
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-calendar.entry.js +550 -0
- package/dist/esm/priv-chart-popover.entry.js +6 -5
- package/dist/esm/priv-navigator-button.entry.js +4 -3
- package/dist/esm/priv-navigator-item.entry.js +4 -3
- package/dist/esm/ripple.js +14 -13
- package/dist/esm/wm-action-menu_2.entry.js +9 -7
- package/dist/esm/wm-button.entry.js +6 -5
- package/dist/esm/wm-chart-slice.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +7 -6
- package/dist/esm/wm-date-range.entry.js +442 -0
- package/dist/esm/wm-datepicker.entry.js +90 -20
- package/dist/esm/wm-file-list.entry.js +5 -4
- package/dist/esm/wm-file.entry.js +5 -4
- package/dist/esm/wm-input.entry.js +6 -5
- package/dist/esm/wm-line-chart.entry.js +15 -14
- package/dist/esm/wm-modal-footer.entry.js +4 -3
- package/dist/esm/wm-modal-header.entry.js +6 -5
- package/dist/esm/wm-modal.entry.js +6 -5
- package/dist/esm/wm-navigation_3.entry.js +13 -10
- package/dist/esm/wm-navigator.entry.js +5 -4
- package/dist/esm/wm-option_2.entry.js +10 -8
- package/dist/esm/wm-pagination.entry.js +5 -4
- package/dist/esm/wm-progress-indicator_3.entry.js +9 -7
- package/dist/esm/wm-search.entry.js +7 -6
- package/dist/esm/wm-snackbar.entry.js +7 -6
- package/dist/esm/wm-tab-item_3.entry.js +11 -8
- package/dist/esm/wm-tag-input.entry.js +8 -7
- package/dist/esm/wm-tag-option.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +6 -5
- package/dist/esm/wm-timepicker.entry.js +6 -5
- package/dist/esm/wm-toggletip.entry.js +6 -5
- package/dist/esm/wm-uploader.entry.js +7 -6
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/app-globals-0c592c57.js +1 -0
- package/dist/esm-es5/{chartFunctions-d2d8f1b2.js → chartFunctions-730742b7.js} +1 -1
- package/dist/esm-es5/functions-eda88c5f.js +1 -0
- package/dist/esm-es5/index-0ed3ed7d.js +1 -0
- package/dist/esm-es5/{intl-f9d79dff.js → intl-de8432e2.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -0
- 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/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 -0
- 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-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
- package/dist/esm-es5/wm-modal-header.entry.js +1 -1
- package/dist/esm-es5/wm-modal.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-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/cdn.js +1 -2
- package/dist/loader/index.cjs.js +1 -2
- package/dist/loader/index.d.ts +3 -0
- package/dist/loader/index.es2017.js +1 -2
- package/dist/loader/index.js +1 -2
- package/dist/ripple/p-0096e233.system.entry.js +1 -0
- package/dist/ripple/p-0ad27de3.system.entry.js +1 -0
- package/dist/ripple/p-0ccf9f96.entry.js +1 -0
- package/dist/ripple/{p-65420b71.entry.js → p-0e1523db.entry.js} +1 -1
- package/dist/ripple/{p-406f1e79.system.entry.js → p-0f117524.system.entry.js} +1 -1
- package/dist/ripple/p-0f7a85f4.entry.js +1 -0
- package/dist/ripple/p-13760c2c.entry.js +1 -0
- package/dist/ripple/p-14bab3fa.system.entry.js +1 -0
- package/dist/ripple/{p-add75652.system.entry.js → p-181068af.system.entry.js} +1 -1
- package/dist/ripple/p-1e536698.js +1 -0
- package/dist/ripple/{p-f9689d7a.entry.js → p-245f0080.entry.js} +1 -1
- package/dist/ripple/p-2c18b6d1.system.entry.js +1 -0
- package/dist/ripple/{p-fa3d10db.js → p-3036a712.js} +1 -1
- package/dist/ripple/p-340b18ea.entry.js +1 -0
- package/dist/ripple/p-37c39a40.system.entry.js +1 -0
- package/dist/ripple/{p-011a4acc.system.entry.js → p-39f4fca0.system.entry.js} +1 -1
- package/dist/ripple/p-3f5e94e3.system.js +1 -0
- package/dist/ripple/{p-a99b05de.system.entry.js → p-47d993b9.system.entry.js} +1 -1
- package/dist/ripple/p-48beea19.system.js +1 -0
- package/dist/ripple/{p-3a070f35.entry.js → p-4aae5688.entry.js} +1 -1
- package/dist/ripple/p-4ea963f3.system.entry.js +1 -0
- package/dist/ripple/p-501d3115.entry.js +1 -0
- package/dist/ripple/p-527581c5.entry.js +1 -0
- package/dist/ripple/p-563b5820.entry.js +1 -0
- package/dist/ripple/p-57695dba.js +2 -0
- package/dist/ripple/{p-6a9f7651.entry.js → p-5ab8174c.entry.js} +1 -1
- package/dist/ripple/p-5c6c325e.system.entry.js +1 -0
- package/dist/ripple/p-5f4c8d63.system.entry.js +1 -0
- package/dist/ripple/p-68e3e7c0.entry.js +1 -0
- package/dist/ripple/p-68fec757.system.entry.js +1 -0
- package/dist/ripple/p-6982bc34.entry.js +1 -0
- package/dist/ripple/p-6a793c40.system.entry.js +1 -0
- package/dist/ripple/p-6c31f0ad.system.entry.js +1 -0
- package/dist/ripple/p-6daf1bd3.system.entry.js +1 -0
- package/dist/ripple/p-6e406e8b.entry.js +1 -0
- package/dist/ripple/p-77210f26.entry.js +1 -0
- package/dist/ripple/p-7a844f5d.system.js +2 -0
- package/dist/ripple/{p-a03df46c.entry.js → p-7b5ac088.entry.js} +1 -1
- package/dist/ripple/p-7d5aaa73.system.entry.js +1 -0
- package/dist/ripple/p-80c92919.system.entry.js +1 -0
- package/dist/ripple/p-81fd2ed5.system.entry.js +1 -0
- package/dist/ripple/p-84d294d1.system.js +1 -0
- package/dist/ripple/p-85178a0d.entry.js +1 -0
- package/dist/ripple/p-8768ba4d.system.entry.js +1 -0
- package/dist/ripple/p-8af21b69.entry.js +1 -0
- package/dist/ripple/{p-eda4d59c.js → p-96cc3c63.js} +1 -1
- package/dist/ripple/{p-abe3242c.entry.js → p-98e77431.entry.js} +1 -1
- package/dist/ripple/p-a30eef53.entry.js +1 -0
- package/dist/ripple/{p-0ba8d3b6.system.entry.js → p-a36f5e7d.system.entry.js} +1 -1
- package/dist/ripple/p-ad6c979f.entry.js +1 -0
- package/dist/ripple/p-af8c1cfa.entry.js +1 -0
- package/dist/ripple/p-b19be746.entry.js +1 -0
- package/dist/ripple/p-b483ec14.entry.js +1 -0
- package/dist/ripple/p-b4a34241.entry.js +1 -0
- package/dist/ripple/{p-c9943d2e.system.entry.js → p-b6dcc6d8.system.entry.js} +1 -1
- package/dist/ripple/p-be28a95e.system.entry.js +1 -0
- package/dist/ripple/p-c6d970a4.entry.js +1 -0
- package/dist/ripple/{p-0d15e3f0.system.js → p-ce028b38.system.js} +1 -1
- package/dist/ripple/p-dba63006.system.entry.js +1 -0
- package/dist/ripple/p-dbb37269.system.entry.js +1 -0
- package/dist/ripple/{p-aecd5a1a.system.js → p-e0929c38.system.js} +1 -1
- package/dist/ripple/p-e19f8c43.js +1 -0
- package/dist/ripple/{p-02b625f6.system.entry.js → p-e3a15de3.system.entry.js} +1 -1
- package/dist/ripple/p-e3d66797.entry.js +1 -0
- package/dist/ripple/p-e64276f2.entry.js +1 -0
- package/dist/ripple/p-e9978b2f.entry.js +1 -0
- package/dist/ripple/p-ecbd3ea9.system.entry.js +1 -0
- package/dist/ripple/p-ecd26b33.system.entry.js +1 -0
- package/dist/ripple/p-ee49cb03.entry.js +1 -0
- package/dist/ripple/p-f0fbb86b.system.entry.js +1 -0
- package/dist/ripple/{p-7e56da2e.system.entry.js → p-f170963b.system.entry.js} +1 -1
- package/dist/ripple/{p-29509665.system.entry.js → p-f4f3bf9f.system.entry.js} +1 -1
- package/dist/ripple/{p-3e9fcb47.entry.js → p-f95bc54b.entry.js} +1 -1
- package/dist/ripple/{p-4fc6019b.system.entry.js → p-fd34619f.system.entry.js} +1 -1
- package/dist/ripple/{p-25446670.entry.js → p-ff095cec.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +72 -0
- package/dist/types/components/datepickers/wm-date-range.d.ts +68 -0
- package/dist/types/components/{wm-datepicker → datepickers}/wm-datepicker.d.ts +16 -2
- package/dist/types/components/wm-file-list/wm-file-list.d.ts +1 -1
- package/dist/types/components.d.ts +111 -57
- package/dist/types/global/functions.d.ts +25 -0
- package/dist/types/global/interfaces.d.ts +14 -0
- package/dist/types/stencil-public-runtime.d.ts +3 -10
- package/package.json +1 -1
- package/dist/cjs/index-f8ef86de.js +0 -2578
- package/dist/cjs/priv-datepicker.cjs.entry.js +0 -654
- package/dist/collection/components/charts/chartFunctions.spec.js +0 -16
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.e2e.js +0 -81
- package/dist/collection/components/charts/screenshots.e2e.js +0 -96
- package/dist/collection/components/charts/wm-chart/wm-chart.e2e.js +0 -213
- package/dist/collection/components/charts/wm-chart/wm-chart.spec.js +0 -37
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.e2e.js +0 -176
- package/dist/collection/components/charts/wm-line-chart/wm-line-chart.spec.js +0 -163
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.e2e.js +0 -69
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.spec.js +0 -79
- package/dist/collection/components/wm-action-menu/wm-action-menu.e2e.js +0 -200
- package/dist/collection/components/wm-action-menu/wm-action-menu.spec.js +0 -48
- package/dist/collection/components/wm-button/wm-button.e2e.js +0 -55
- package/dist/collection/components/wm-button/wm-button.spec.js +0 -74
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.css +0 -323
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +0 -942
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.spec.js +0 -76
- package/dist/collection/components/wm-datepicker/wm-datepicker.e2e.js +0 -382
- package/dist/collection/components/wm-datepicker/wm-datepicker.spec.js +0 -21
- package/dist/collection/components/wm-file/wm-file.spec.js +0 -194
- package/dist/collection/components/wm-file-list/wm-file-list.spec.js +0 -69
- package/dist/collection/components/wm-input/wm-input.e2e.js +0 -32
- package/dist/collection/components/wm-input/wm-input.spec.js +0 -173
- package/dist/collection/components/wm-menuitem/wm-menuitem.e2e.js +0 -23
- package/dist/collection/components/wm-menuitem/wm-menuitem.spec.js +0 -54
- package/dist/collection/components/wm-modal/wm-modal-footer.spec.js +0 -11
- package/dist/collection/components/wm-modal/wm-modal-header.spec.js +0 -8
- package/dist/collection/components/wm-modal/wm-modal.e2e.js +0 -104
- package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -30
- package/dist/collection/components/wm-navigation/wm-navigation.e2e.js +0 -102
- package/dist/collection/components/wm-navigation/wm-navigation.spec.js +0 -91
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.e2e.js +0 -50
- package/dist/collection/components/wm-navigator/wm-navigator.e2e.js +0 -209
- package/dist/collection/components/wm-navigator/wm-navigator.spec.js +0 -177
- package/dist/collection/components/wm-option/wm-option.e2e.js +0 -22
- package/dist/collection/components/wm-option/wm-option.spec.js +0 -63
- package/dist/collection/components/wm-pagination/wm-pagination.e2e.js +0 -312
- package/dist/collection/components/wm-search/wm-search.e2e.js +0 -76
- package/dist/collection/components/wm-search/wm-search.spec.js +0 -71
- package/dist/collection/components/wm-select/wm-select.e2e.js +0 -521
- package/dist/collection/components/wm-select/wm-select.spec.js +0 -271
- package/dist/collection/components/wm-snackbar/wm-snackbar.e2e.js +0 -112
- package/dist/collection/components/wm-snackbar/wm-snackbar.spec.js +0 -9
- package/dist/collection/components/wm-tabs/wm-tabs.e2e.js +0 -91
- package/dist/collection/components/wm-tabs/wm-tabs.spec.js +0 -12
- package/dist/collection/components/wm-tag-input/wm-tag-input.e2e.js +0 -204
- package/dist/collection/components/wm-tag-input/wm-tag-input.spec.js +0 -195
- package/dist/collection/components/wm-textarea/wm-textarea.e2e.js +0 -41
- package/dist/collection/components/wm-textarea/wm-textarea.spec.js +0 -79
- package/dist/collection/components/wm-timepicker/wm-timepicker.e2e.js +0 -163
- package/dist/collection/components/wm-timepicker/wm-timepicker.spec.js +0 -147
- package/dist/collection/components/wm-toggletip/wm-toggletip.e2e.js +0 -69
- package/dist/collection/components/wm-toggletip/wm-toggletip.spec.js +0 -21
- package/dist/collection/components/wm-uploader/wm-uploader.e2e.js +0 -70
- package/dist/collection/components/wm-uploader/wm-uploader.spec.js +0 -234
- package/dist/collection/global/functions.spec.js +0 -126
- package/dist/collection/lang/lang.spec.js +0 -20
- package/dist/esm/index-f164fbca.js +0 -2548
- package/dist/esm/priv-datepicker.entry.js +0 -650
- package/dist/esm-es5/functions-58918a32.js +0 -1
- package/dist/esm-es5/global-cb4fb91c.js +0 -1
- package/dist/esm-es5/index-f164fbca.js +0 -1
- package/dist/esm-es5/priv-datepicker.entry.js +0 -1
- package/dist/ripple/p-0fe97e85.system.js +0 -2
- package/dist/ripple/p-105f479a.system.entry.js +0 -1
- package/dist/ripple/p-1453ea51.system.entry.js +0 -1
- package/dist/ripple/p-194bdaa4.system.entry.js +0 -1
- package/dist/ripple/p-30a9ba6e.entry.js +0 -1
- package/dist/ripple/p-31f97455.system.entry.js +0 -1
- package/dist/ripple/p-39dc88f3.system.entry.js +0 -1
- package/dist/ripple/p-3dfc4242.entry.js +0 -1
- package/dist/ripple/p-4428c4f0.entry.js +0 -1
- package/dist/ripple/p-45126063.system.entry.js +0 -1
- package/dist/ripple/p-4bc27adf.entry.js +0 -1
- package/dist/ripple/p-4de51706.js +0 -2
- package/dist/ripple/p-4fb3748d.js +0 -1
- package/dist/ripple/p-5a4f76e1.entry.js +0 -1
- package/dist/ripple/p-5ca67373.entry.js +0 -1
- package/dist/ripple/p-5ceb9894.entry.js +0 -1
- package/dist/ripple/p-5f89831f.system.entry.js +0 -1
- package/dist/ripple/p-63d5db34.entry.js +0 -1
- package/dist/ripple/p-63fabfed.entry.js +0 -1
- package/dist/ripple/p-75592b7a.entry.js +0 -1
- package/dist/ripple/p-7e8daaac.entry.js +0 -1
- package/dist/ripple/p-7ea95937.entry.js +0 -1
- package/dist/ripple/p-7f1efb21.entry.js +0 -1
- package/dist/ripple/p-82d5ea8d.system.entry.js +0 -1
- package/dist/ripple/p-82f7eca7.entry.js +0 -1
- package/dist/ripple/p-88406560.system.entry.js +0 -1
- package/dist/ripple/p-895bfa1f.system.js +0 -1
- package/dist/ripple/p-8d840770.system.js +0 -1
- package/dist/ripple/p-8e1fd831.entry.js +0 -1
- package/dist/ripple/p-95e3ee3d.js +0 -1
- package/dist/ripple/p-994dc497.system.entry.js +0 -1
- package/dist/ripple/p-9dff37db.system.entry.js +0 -1
- package/dist/ripple/p-a71bc14f.entry.js +0 -1
- package/dist/ripple/p-b0579a2a.system.entry.js +0 -1
- package/dist/ripple/p-b1a4f626.system.entry.js +0 -1
- package/dist/ripple/p-b3dfb34a.entry.js +0 -1
- package/dist/ripple/p-b4cb2b12.entry.js +0 -1
- package/dist/ripple/p-c717d895.entry.js +0 -1
- package/dist/ripple/p-cd5fdcb1.entry.js +0 -1
- package/dist/ripple/p-cd659e3e.system.entry.js +0 -1
- package/dist/ripple/p-d02bc2f2.system.entry.js +0 -1
- package/dist/ripple/p-d87de822.system.entry.js +0 -1
- package/dist/ripple/p-da9937f5.system.js +0 -1
- package/dist/ripple/p-dd479c47.entry.js +0 -1
- package/dist/ripple/p-df78942e.entry.js +0 -1
- package/dist/ripple/p-e1b60b9e.system.entry.js +0 -1
- package/dist/ripple/p-e5de7cae.system.entry.js +0 -1
- package/dist/ripple/p-eb9cb021.system.entry.js +0 -1
- package/dist/ripple/p-ef3e35fa.entry.js +0 -1
- package/dist/ripple/p-f2556f03.system.entry.js +0 -1
- package/dist/ripple/p-f7ac9698.system.entry.js +0 -1
- /package/dist/esm-es5/{interfaces-9b75fb61.js → interfaces-cc5b177f.js} +0 -0
- /package/dist/ripple/{p-196eb2f3.js → p-2732bddd.js} +0 -0
- /package/dist/ripple/{p-1402cfa2.system.js → p-42fa7a77.system.js} +0 -0
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { newSpecPage } from "@stencil/core/testing";
|
|
2
|
-
import * as globalFunctions from "../../global/functions";
|
|
3
|
-
jest.spyOn(globalFunctions, "generateId").mockReturnValue("random-id");
|
|
4
|
-
import { Button } from "./wm-button";
|
|
5
|
-
describe("button", () => {
|
|
6
|
-
it("builds", async () => {
|
|
7
|
-
const page = await newSpecPage({
|
|
8
|
-
components: [Button],
|
|
9
|
-
html: "<wm-button></wm-button>",
|
|
10
|
-
});
|
|
11
|
-
expect(page.root).toMatchSnapshot();
|
|
12
|
-
});
|
|
13
|
-
it("has style and an icon type props with default values", async () => {
|
|
14
|
-
const page = await newSpecPage({
|
|
15
|
-
components: [Button],
|
|
16
|
-
html: "<wm-button></wm-button>",
|
|
17
|
-
});
|
|
18
|
-
const button = page.root;
|
|
19
|
-
const buttonEl = page.root.shadowRoot.querySelector("button");
|
|
20
|
-
expect(button).toHaveProperty("buttonType");
|
|
21
|
-
expect(button.buttonType).toEqual("secondary");
|
|
22
|
-
expect(buttonEl).toHaveClass("-secondary");
|
|
23
|
-
expect(button).toHaveProperty("icon");
|
|
24
|
-
expect(button.icon).toEqual(undefined);
|
|
25
|
-
expect(button).toHaveProperty("iconSize");
|
|
26
|
-
expect(button.iconSize).toBeUndefined;
|
|
27
|
-
});
|
|
28
|
-
it("has a method that validates the style property and resets an invalid property to a button type of secondary", async () => {
|
|
29
|
-
const page = await newSpecPage({
|
|
30
|
-
components: [Button],
|
|
31
|
-
html: "<wm-button></wm-button>",
|
|
32
|
-
});
|
|
33
|
-
const button = page.root;
|
|
34
|
-
expect(button).toHaveProperty("buttonType");
|
|
35
|
-
button.setAttribute("button-type", "foobar");
|
|
36
|
-
expect(button.buttonType).toEqual("secondary");
|
|
37
|
-
});
|
|
38
|
-
it("sets the aria label if the property labelForIdenticalButtons is passed", async () => {
|
|
39
|
-
const page = await newSpecPage({
|
|
40
|
-
components: [Button],
|
|
41
|
-
html: "<wm-button label-for-identical-buttons='read this instead of the text'>Button</wm-button>",
|
|
42
|
-
});
|
|
43
|
-
const button = page.root.shadowRoot.querySelector("button");
|
|
44
|
-
expect(button).toEqualAttribute("aria-label", "read this instead of the text");
|
|
45
|
-
});
|
|
46
|
-
// TOOLTIP
|
|
47
|
-
describe("error throwing", () => {
|
|
48
|
-
it("throws error when icononly or navigational button used without tooltip", async () => {
|
|
49
|
-
const mockFunc = jest.fn();
|
|
50
|
-
console.error = mockFunc;
|
|
51
|
-
await newSpecPage({
|
|
52
|
-
components: [Button],
|
|
53
|
-
html: "<wm-button icon='f1c0' button-type='icononly'></wm-button>",
|
|
54
|
-
});
|
|
55
|
-
expect(mockFunc).toHaveBeenCalledWith("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
|
|
56
|
-
const mockFunc2 = jest.fn();
|
|
57
|
-
console.error = mockFunc2;
|
|
58
|
-
await newSpecPage({
|
|
59
|
-
components: [Button],
|
|
60
|
-
html: "<wm-button icon='f1c0' button-type='navigational'></wm-button>",
|
|
61
|
-
});
|
|
62
|
-
expect(mockFunc2).toHaveBeenCalledWith("wm-button should have a valid 'tooltip' property when button-type is set to 'icononly' or 'navigational'.");
|
|
63
|
-
});
|
|
64
|
-
it("throws error when icononly button used without icon", async () => {
|
|
65
|
-
const mockFunc = jest.fn();
|
|
66
|
-
console.error = mockFunc;
|
|
67
|
-
await newSpecPage({
|
|
68
|
-
components: [Button],
|
|
69
|
-
html: "<wm-button button-type='icononly' tooltip='edit'></wm-button>",
|
|
70
|
-
});
|
|
71
|
-
expect(mockFunc).toHaveBeenCalledWith("wm-button should have a valid 'icon' property when button-type is set to 'icononly' or 'navigational'.");
|
|
72
|
-
});
|
|
73
|
-
});
|
|
74
|
-
});
|
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
/* --------------------------------------
|
|
2
|
-
1. Box-shadow
|
|
3
|
-
-------------------------------------- */
|
|
4
|
-
/* --------------------------------------
|
|
5
|
-
2. Border-radius
|
|
6
|
-
-------------------------------------- */
|
|
7
|
-
/* --------------------------------------
|
|
8
|
-
3. Transforms
|
|
9
|
-
-------------------------------------- */
|
|
10
|
-
/* --------------------------------------
|
|
11
|
-
4. Button Focus
|
|
12
|
-
-------------------------------------- */
|
|
13
|
-
/* --------------------------------------
|
|
14
|
-
5. Flex
|
|
15
|
-
-------------------------------------- */
|
|
16
|
-
/* --------------------------------------
|
|
17
|
-
7. Screen Reader Only
|
|
18
|
-
-------------------------------------- */
|
|
19
|
-
/* --------------------------------------
|
|
20
|
-
8. Label styles
|
|
21
|
-
this mixin includes all the styles for the label
|
|
22
|
-
+ flex rules on the parent container to switch between top and left position
|
|
23
|
-
+ srOnly when label is hidden
|
|
24
|
-
Assumes the following markup:
|
|
25
|
-
div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
|
|
26
|
-
.wrapper is for the flex rules
|
|
27
|
-
.label-wrapper is to set the height of the label when positioned left so it's the same height as
|
|
28
|
-
the input. It can't be done directly on .label because of possible line wrapping.
|
|
29
|
-
When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
|
|
30
|
-
(they can't be aligned on the baseline because of possible description text and error message)
|
|
31
|
-
-------------------------------------- */
|
|
32
|
-
.toggle {
|
|
33
|
-
all: unset;
|
|
34
|
-
cursor: pointer;
|
|
35
|
-
padding: 0 0.375rem;
|
|
36
|
-
height: 2.375rem;
|
|
37
|
-
background-color: var(--wmcolor-datepicker-toggle-background);
|
|
38
|
-
border: none;
|
|
39
|
-
-moz-border-top-right-radius: 3px;
|
|
40
|
-
-webkit-border-top-right-radius: 3px;
|
|
41
|
-
border-top-right-radius: 3px;
|
|
42
|
-
-moz-border-bottom-right-radius: 3px;
|
|
43
|
-
-webkit-border-bottom-right-radius: 3px;
|
|
44
|
-
border-bottom-right-radius: 3px;
|
|
45
|
-
}
|
|
46
|
-
.toggle span::after {
|
|
47
|
-
display: inline-block;
|
|
48
|
-
font: normal normal normal 24px/1 "Material Design Icons";
|
|
49
|
-
font-size: inherit;
|
|
50
|
-
text-rendering: auto;
|
|
51
|
-
line-height: inherit;
|
|
52
|
-
-webkit-font-smoothing: antialiased;
|
|
53
|
-
-moz-osx-font-smoothing: grayscale;
|
|
54
|
-
content: "\f0ed";
|
|
55
|
-
font-size: 1.5rem;
|
|
56
|
-
color: var(--wmcolor-datepicker-toggle-icon);
|
|
57
|
-
padding: 0;
|
|
58
|
-
line-height: 2.5rem;
|
|
59
|
-
}
|
|
60
|
-
.toggle:hover {
|
|
61
|
-
box-shadow: none;
|
|
62
|
-
background: var(--wmcolor-datepicker-toggle-background-hover);
|
|
63
|
-
}
|
|
64
|
-
.toggle:disabled {
|
|
65
|
-
pointer-events: none;
|
|
66
|
-
box-shadow: none;
|
|
67
|
-
background-color: var(--wmcolor-datepicker-toggle-background-disabled);
|
|
68
|
-
}
|
|
69
|
-
.toggle:disabled .calendar::after {
|
|
70
|
-
color: var(--wmcolor-datepicker-toggle-icon-disabled);
|
|
71
|
-
}
|
|
72
|
-
[dir=RTL] .toggle {
|
|
73
|
-
right: auto;
|
|
74
|
-
left: 0;
|
|
75
|
-
}
|
|
76
|
-
.toggle::-moz-focus-inner {
|
|
77
|
-
border: 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.toggle:focus-visible {
|
|
81
|
-
outline: 3px solid var(--wmcolor-interactive-focus);
|
|
82
|
-
outline-offset: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.popup {
|
|
86
|
-
visibility: hidden;
|
|
87
|
-
font-family: inherit;
|
|
88
|
-
-webkit-border-radius: 3px;
|
|
89
|
-
-moz-border-radius: 3px;
|
|
90
|
-
-ms-border-radius: 3px;
|
|
91
|
-
border-radius: 3px;
|
|
92
|
-
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
|
|
93
|
-
width: 21rem;
|
|
94
|
-
z-index: 10;
|
|
95
|
-
position: absolute;
|
|
96
|
-
left: 0;
|
|
97
|
-
top: 40px;
|
|
98
|
-
min-height: 21.0625rem;
|
|
99
|
-
transition: transform 0.25s ease;
|
|
100
|
-
transform-origin: center top;
|
|
101
|
-
transform: scale(1, 0);
|
|
102
|
-
background-color: var(--wmcolor-datepicker-background);
|
|
103
|
-
}
|
|
104
|
-
.popup.open {
|
|
105
|
-
transform: scale(1, 1);
|
|
106
|
-
}
|
|
107
|
-
.popup.expand-upwards {
|
|
108
|
-
top: auto;
|
|
109
|
-
bottom: 2.375rem;
|
|
110
|
-
transform-origin: center bottom;
|
|
111
|
-
}
|
|
112
|
-
.popup .calendar-header {
|
|
113
|
-
display: -webkit-box;
|
|
114
|
-
display: -webkit-flex;
|
|
115
|
-
display: -ms-flexbox;
|
|
116
|
-
display: flex;
|
|
117
|
-
-webkit-box-pack: justify;
|
|
118
|
-
-ms-flex-pack: justify;
|
|
119
|
-
-webkit-justify-content: space-between;
|
|
120
|
-
justify-content: space-between;
|
|
121
|
-
position: relative;
|
|
122
|
-
padding: 0.9375rem 0.25rem;
|
|
123
|
-
}
|
|
124
|
-
.popup .calendar-header .title-box {
|
|
125
|
-
height: 2.625rem;
|
|
126
|
-
-webkit-border-radius: 3px;
|
|
127
|
-
-moz-border-radius: 3px;
|
|
128
|
-
-ms-border-radius: 3px;
|
|
129
|
-
border-radius: 3px;
|
|
130
|
-
border: 1px solid;
|
|
131
|
-
font-weight: 500;
|
|
132
|
-
font-size: 0.875rem;
|
|
133
|
-
background: var(--wmcolor-datepicker-selector-background);
|
|
134
|
-
cursor: pointer;
|
|
135
|
-
display: flex;
|
|
136
|
-
justify-content: space-between;
|
|
137
|
-
align-items: center;
|
|
138
|
-
padding: 0 0.375rem 0 0.75rem;
|
|
139
|
-
border-color: var(--wmcolor-datepicker-selector-border);
|
|
140
|
-
color: var(--wmcolor-datepicker-selector-text);
|
|
141
|
-
}
|
|
142
|
-
.popup .calendar-header .title-box:after {
|
|
143
|
-
display: inline-block;
|
|
144
|
-
font: normal normal normal 24px/1 "Material Design Icons";
|
|
145
|
-
font-size: inherit;
|
|
146
|
-
text-rendering: auto;
|
|
147
|
-
line-height: inherit;
|
|
148
|
-
-webkit-font-smoothing: antialiased;
|
|
149
|
-
-moz-osx-font-smoothing: grayscale;
|
|
150
|
-
content: "\f140";
|
|
151
|
-
padding-left: 0.75rem;
|
|
152
|
-
font-size: 1.12rem;
|
|
153
|
-
}
|
|
154
|
-
.popup .calendar-header .title-box.year:after {
|
|
155
|
-
content: "\f143";
|
|
156
|
-
}
|
|
157
|
-
.popup .calendar-header .title-box::-moz-focus-inner {
|
|
158
|
-
border: 0;
|
|
159
|
-
}
|
|
160
|
-
.popup .calendar-header .arw-btn {
|
|
161
|
-
cursor: pointer;
|
|
162
|
-
-webkit-border-radius: 50%;
|
|
163
|
-
-moz-border-radius: 50%;
|
|
164
|
-
-ms-border-radius: 50%;
|
|
165
|
-
border-radius: 50%;
|
|
166
|
-
width: 2.75rem;
|
|
167
|
-
height: 2.75rem;
|
|
168
|
-
border: none;
|
|
169
|
-
color: var(--wmcolor-datepicker-navigation-text);
|
|
170
|
-
background: var(--wmcolor-datepicker-navigation-background);
|
|
171
|
-
padding: 0;
|
|
172
|
-
box-shadow: none;
|
|
173
|
-
line-height: 2.75rem;
|
|
174
|
-
}
|
|
175
|
-
.popup .calendar-header .arw-btn .mdi {
|
|
176
|
-
display: inline-block;
|
|
177
|
-
font: normal normal normal 24px/1 "Material Design Icons";
|
|
178
|
-
font-size: inherit;
|
|
179
|
-
text-rendering: auto;
|
|
180
|
-
line-height: inherit;
|
|
181
|
-
-webkit-font-smoothing: antialiased;
|
|
182
|
-
-moz-osx-font-smoothing: grayscale;
|
|
183
|
-
font-size: 1.5rem;
|
|
184
|
-
font-weight: normal;
|
|
185
|
-
line-height: 2.75rem;
|
|
186
|
-
}
|
|
187
|
-
.popup .calendar-header .arw-btn:hover {
|
|
188
|
-
background-color: var(--wmcolor-datepicker-navigation-background-hover);
|
|
189
|
-
}
|
|
190
|
-
.popup .calendar-header .arw-btn:active {
|
|
191
|
-
-ms-transform: scale(0.9, 0.9);
|
|
192
|
-
-webkit-transform: scale(0.9, 0.9);
|
|
193
|
-
-moz-transform: scale(0.9, 0.9);
|
|
194
|
-
transform: scale(0.9, 0.9);
|
|
195
|
-
}
|
|
196
|
-
.popup .day-view {
|
|
197
|
-
min-width: 100%;
|
|
198
|
-
}
|
|
199
|
-
.popup .day-view .date-grid {
|
|
200
|
-
width: 100%;
|
|
201
|
-
text-align: center;
|
|
202
|
-
border-collapse: collapse;
|
|
203
|
-
margin-bottom: 0.4375rem;
|
|
204
|
-
color: var(--wmcolor-datepicker-day-text-outside);
|
|
205
|
-
}
|
|
206
|
-
.popup .day-view .date-grid .date-row:first-child .date-cell {
|
|
207
|
-
margin-top: 0.125rem;
|
|
208
|
-
}
|
|
209
|
-
.popup .day-view .date-grid .date-header {
|
|
210
|
-
background-color: var(--wmcolor-datepicker-weekdays-background);
|
|
211
|
-
}
|
|
212
|
-
.popup .day-view .date-grid .header-cell {
|
|
213
|
-
height: 2.0625rem;
|
|
214
|
-
line-height: 2.0625rem;
|
|
215
|
-
width: 2.75rem;
|
|
216
|
-
margin: 0 calc((14.28% - 44px) / 2);
|
|
217
|
-
padding: 0;
|
|
218
|
-
display: inline-block;
|
|
219
|
-
font-size: 0.8125rem;
|
|
220
|
-
font-weight: bold;
|
|
221
|
-
color: var(--wmcolor-datepicker-weekdays-text);
|
|
222
|
-
border: none;
|
|
223
|
-
}
|
|
224
|
-
.popup .day-view .date-grid .date-cell {
|
|
225
|
-
cursor: pointer;
|
|
226
|
-
display: inline-block;
|
|
227
|
-
padding: 0;
|
|
228
|
-
-webkit-border-radius: 50%;
|
|
229
|
-
-moz-border-radius: 50%;
|
|
230
|
-
-ms-border-radius: 50%;
|
|
231
|
-
border-radius: 50%;
|
|
232
|
-
height: 2.75rem;
|
|
233
|
-
width: 2.75rem;
|
|
234
|
-
margin: 0 calc((14.28% - 44px) / 2);
|
|
235
|
-
font-size: 0.875rem;
|
|
236
|
-
font-weight: 500;
|
|
237
|
-
line-height: 2.75rem;
|
|
238
|
-
}
|
|
239
|
-
.popup .day-view .date-grid .date-cell:hover {
|
|
240
|
-
background-color: var(--wmcolor-datepicker-day-background-hover);
|
|
241
|
-
}
|
|
242
|
-
.popup .day-view .date-grid .date-cell.current-month {
|
|
243
|
-
color: var(--wmcolor-datepicker-day-text);
|
|
244
|
-
}
|
|
245
|
-
.popup .day-view .date-grid .date-cell.current-month[aria-selected=true] {
|
|
246
|
-
background-color: var(--wmcolor-datepicker-day-background-selected);
|
|
247
|
-
color: var(--wmcolor-datepicker-day-text-selected);
|
|
248
|
-
}
|
|
249
|
-
.popup .day-view .date-grid .date-cell:active {
|
|
250
|
-
background-color: var(--wmcolor-datepicker-day-background-selected);
|
|
251
|
-
color: var(--wmcolor-datepicker-day-text-selected);
|
|
252
|
-
}
|
|
253
|
-
.popup .month-view .months {
|
|
254
|
-
border-top: 2px solid;
|
|
255
|
-
border-top-color: var(--wmcolor-datepicker-month-border);
|
|
256
|
-
display: -webkit-box;
|
|
257
|
-
display: -webkit-flex;
|
|
258
|
-
display: -ms-flexbox;
|
|
259
|
-
display: flex;
|
|
260
|
-
flex-wrap: wrap;
|
|
261
|
-
}
|
|
262
|
-
.popup .month-view .month-row {
|
|
263
|
-
display: -webkit-box;
|
|
264
|
-
display: -webkit-flex;
|
|
265
|
-
display: -ms-flexbox;
|
|
266
|
-
display: flex;
|
|
267
|
-
-webkit-box-pack: justify;
|
|
268
|
-
-ms-flex-pack: justify;
|
|
269
|
-
-webkit-justify-content: space-between;
|
|
270
|
-
justify-content: space-between;
|
|
271
|
-
width: 100%;
|
|
272
|
-
border-bottom: 2px solid;
|
|
273
|
-
border-bottom-color: var(--wmcolor-datepicker-month-border);
|
|
274
|
-
}
|
|
275
|
-
.popup .month-view .month {
|
|
276
|
-
cursor: pointer;
|
|
277
|
-
text-align: center;
|
|
278
|
-
width: 100%;
|
|
279
|
-
height: 4rem;
|
|
280
|
-
line-height: 4rem;
|
|
281
|
-
font-weight: 500;
|
|
282
|
-
color: var(--wmcolor-datepicker-month-text);
|
|
283
|
-
}
|
|
284
|
-
.popup .month-view .month:not(:last-child) {
|
|
285
|
-
border-right: 2px solid;
|
|
286
|
-
border-right-color: var(--wmcolor-datepicker-month-border);
|
|
287
|
-
}
|
|
288
|
-
.popup .month-view .month:hover {
|
|
289
|
-
border-right-color: transparent;
|
|
290
|
-
background-color: var(--wmcolor-datepicker-month-background-hover);
|
|
291
|
-
}
|
|
292
|
-
.popup .month-view .month:active, .popup .month-view .month.selected {
|
|
293
|
-
background-color: var(--wmcolor-datepicker-month-background-selected);
|
|
294
|
-
color: var(--wmcolor-datepicker-month-text-selected);
|
|
295
|
-
}
|
|
296
|
-
.popup button:focus-visible,
|
|
297
|
-
.popup .title-box:focus-visible,
|
|
298
|
-
.popup .date-cell:focus-visible,
|
|
299
|
-
.popup .month:focus-visible {
|
|
300
|
-
outline: 3px solid var(--wmcolor-interactive-focus);
|
|
301
|
-
outline-offset: -2px;
|
|
302
|
-
border: none;
|
|
303
|
-
z-index: 11;
|
|
304
|
-
}
|
|
305
|
-
.popup button:focus-visible[aria-selected=true],
|
|
306
|
-
.popup .title-box:focus-visible[aria-selected=true],
|
|
307
|
-
.popup .date-cell:focus-visible[aria-selected=true],
|
|
308
|
-
.popup .month:focus-visible[aria-selected=true] {
|
|
309
|
-
outline-offset: 2px;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.sr-only {
|
|
313
|
-
position: absolute !important;
|
|
314
|
-
width: 1px !important;
|
|
315
|
-
height: 1px !important;
|
|
316
|
-
padding: 0 !important;
|
|
317
|
-
border: 0 !important;
|
|
318
|
-
overflow: hidden !important;
|
|
319
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
320
|
-
clip-path: inset(50%) !important;
|
|
321
|
-
white-space: nowrap !important;
|
|
322
|
-
margin: -1px !important;
|
|
323
|
-
}
|