@ptsecurity/mosaic 13.10.0 → 14.1.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/_theming.scss +90 -7388
- package/_visual.scss +6 -2778
- package/autocomplete/autocomplete-origin.directive.d.ts +1 -1
- package/autocomplete/autocomplete-trigger.directive.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/button/button.component.d.ts +4 -4
- package/button-toggle/button-toggle.component.d.ts +2 -2
- package/card/card.component.d.ts +3 -3
- package/checkbox/checkbox-required-validator.d.ts +1 -1
- package/checkbox/checkbox.d.ts +7 -16
- package/core/common-behaviors/color.d.ts +4 -1
- package/core/common-behaviors/error-state.d.ts +7 -4
- package/core/error/error-options.d.ts +3 -3
- package/core/formatters/date/formatter.pipe.d.ts +95 -0
- package/core/formatters/index.d.ts +3 -1
- package/core/formatters/number/formatter.d.ts +1 -1
- package/core/forms/forms.directive.d.ts +2 -2
- package/core/highlight/highlight.pipe.d.ts +1 -1
- package/core/line/line.d.ts +1 -1
- package/core/option/action.d.ts +2 -2
- package/core/option/optgroup.d.ts +2 -2
- package/core/option/option.d.ts +1 -1
- package/core/pop-up/pop-up-trigger.d.ts +5 -4
- package/core/pop-up/pop-up.d.ts +2 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -3
- package/core/validation/validation.d.ts +1 -12
- package/datepicker/calendar-body.component.d.ts +1 -1
- package/datepicker/calendar.component.d.ts +30 -30
- package/datepicker/datepicker-input.directive.d.ts +6 -11
- package/datepicker/datepicker-toggle.component.d.ts +2 -2
- package/datepicker/datepicker.component.d.ts +2 -2
- package/datepicker/month-view.component.d.ts +1 -1
- package/datepicker/multi-year-view.component.d.ts +1 -1
- package/datepicker/year-view.component.d.ts +1 -1
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +20 -15
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -4
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +23 -0
- package/design-tokens/legacy-2017/tokens.d.ts +55 -35
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +21 -16
- package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -4
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +23 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +2 -2
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
- package/design-tokens/pt-2022/tokens.d.ts +43 -23
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/design-tokens/style-dictionary/transforms/attribute/palette.js +1 -1
- package/design-tokens/style-dictionary/transforms/attribute/size.js +1 -1
- package/design-tokens/style-dictionary/transforms/attribute/typography.js +1 -1
- package/divider/divider.component.d.ts +1 -1
- package/dl/dl.component.d.ts +3 -3
- package/dropdown/dropdown-content.directive.d.ts +1 -1
- package/dropdown/dropdown-item.component.d.ts +1 -1
- package/dropdown/dropdown-trigger.directive.d.ts +1 -1
- package/dropdown/dropdown.component.d.ts +1 -1
- package/esm2020/autocomplete/autocomplete-origin.directive.mjs +4 -4
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +7 -7
- package/esm2020/autocomplete/autocomplete.component.mjs +5 -6
- package/esm2020/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2020/button/button.component.mjs +13 -13
- package/esm2020/button/button.module.mjs +7 -9
- package/esm2020/button-toggle/button-toggle.component.mjs +9 -9
- package/esm2020/button-toggle/button-toggle.module.mjs +5 -5
- package/esm2020/card/card.component.mjs +9 -9
- package/esm2020/card/card.module.mjs +7 -9
- package/esm2020/checkbox/checkbox-module.mjs +5 -5
- package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
- package/esm2020/checkbox/checkbox.mjs +22 -38
- package/esm2020/core/common-behaviors/color.mjs +6 -3
- package/esm2020/core/common-behaviors/common-module.mjs +5 -5
- package/esm2020/core/common-behaviors/disabled.mjs +1 -1
- package/esm2020/core/common-behaviors/error-state.mjs +1 -11
- package/esm2020/core/error/error-options.mjs +7 -7
- package/esm2020/core/formatters/date/formatter.mjs +4 -4
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +65 -7
- package/esm2020/core/formatters/number/formatter.mjs +5 -5
- package/esm2020/core/forms/forms-module.mjs +5 -5
- package/esm2020/core/forms/forms.directive.mjs +7 -7
- package/esm2020/core/highlight/highlight.pipe.mjs +4 -4
- package/esm2020/core/highlight/index.mjs +5 -5
- package/esm2020/core/line/line.mjs +8 -8
- package/esm2020/core/option/action.mjs +6 -6
- package/esm2020/core/option/optgroup.mjs +6 -6
- package/esm2020/core/option/option-module.mjs +6 -6
- package/esm2020/core/option/option.mjs +6 -6
- package/esm2020/core/pop-up/pop-up-trigger.mjs +16 -14
- package/esm2020/core/pop-up/pop-up.mjs +4 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +6 -7
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
- package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
- package/esm2020/core/validation/validation.mjs +1 -114
- package/esm2020/datepicker/calendar-body.component.mjs +4 -4
- package/esm2020/datepicker/calendar.component.mjs +125 -128
- package/esm2020/datepicker/datepicker-input.directive.mjs +14 -32
- package/esm2020/datepicker/datepicker-intl.mjs +4 -4
- package/esm2020/datepicker/datepicker-module.mjs +11 -17
- package/esm2020/datepicker/datepicker-toggle.component.mjs +10 -10
- package/esm2020/datepicker/datepicker.component.mjs +10 -10
- package/esm2020/datepicker/month-view.component.mjs +6 -6
- package/esm2020/datepicker/multi-year-view.component.mjs +4 -4
- package/esm2020/datepicker/year-view.component.mjs +4 -4
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +56 -36
- package/esm2020/design-tokens/pt-2022/tokens.mjs +44 -24
- package/esm2020/divider/divider.component.mjs +4 -4
- package/esm2020/divider/divider.module.mjs +5 -5
- package/esm2020/dl/dl.component.mjs +11 -11
- package/esm2020/dl/dl.module.mjs +7 -9
- package/esm2020/dropdown/dropdown-content.directive.mjs +4 -4
- package/esm2020/dropdown/dropdown-item.component.mjs +7 -7
- package/esm2020/dropdown/dropdown-trigger.directive.mjs +4 -4
- package/esm2020/dropdown/dropdown.component.mjs +5 -5
- package/esm2020/dropdown/dropdown.module.mjs +7 -9
- package/esm2020/form-field/cleaner.mjs +4 -4
- package/esm2020/form-field/form-field.mjs +24 -21
- package/esm2020/form-field/form-field.module.mjs +14 -9
- package/esm2020/form-field/hint.mjs +6 -7
- package/esm2020/form-field/password-hint.mjs +11 -12
- package/esm2020/form-field/prefix.mjs +4 -4
- package/esm2020/form-field/public-api.mjs +2 -1
- package/esm2020/form-field/stepper.mjs +4 -4
- package/esm2020/form-field/suffix.mjs +4 -4
- package/esm2020/form-field/validate.directive.mjs +156 -0
- package/esm2020/icon/icon.component.mjs +10 -11
- package/esm2020/icon/icon.module.mjs +7 -9
- package/esm2020/input/input-number-validators.mjs +7 -7
- package/esm2020/input/input-number.mjs +4 -4
- package/esm2020/input/input-password.mjs +17 -50
- package/esm2020/input/input.mjs +19 -46
- package/esm2020/input/input.module.mjs +8 -10
- package/esm2020/link/link.component.mjs +4 -4
- package/esm2020/link/link.module.mjs +6 -8
- package/esm2020/list/list-selection.component.mjs +10 -10
- package/esm2020/list/list.component.mjs +8 -8
- package/esm2020/list/list.module.mjs +9 -11
- package/esm2020/loader-overlay/loader-overlay.component.mjs +15 -15
- package/esm2020/loader-overlay/loader-overlay.module.mjs +8 -10
- package/esm2020/modal/css-unit.pipe.mjs +4 -4
- package/esm2020/modal/modal-control.service.mjs +4 -4
- package/esm2020/modal/modal.component.mjs +8 -8
- package/esm2020/modal/modal.directive.mjs +13 -13
- package/esm2020/modal/modal.module.mjs +11 -14
- package/esm2020/modal/modal.service.mjs +6 -6
- package/esm2020/navbar/navbar-item.component.mjs +36 -36
- package/esm2020/navbar/navbar.component.mjs +11 -11
- package/esm2020/navbar/navbar.module.mjs +9 -11
- package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2020/popover/popover-confirm.component.mjs +11 -11
- package/esm2020/popover/popover.component.mjs +20 -11
- package/esm2020/popover/popover.module.mjs +6 -7
- package/esm2020/progress-bar/progress-bar.component.mjs +7 -8
- package/esm2020/progress-bar/progress-bar.module.mjs +6 -8
- package/esm2020/progress-spinner/progress-spinner.component.mjs +25 -11
- package/esm2020/progress-spinner/progress-spinner.module.mjs +6 -8
- package/esm2020/radio/radio.component.mjs +53 -54
- package/esm2020/radio/radio.module.mjs +5 -5
- package/esm2020/select/select-option.directive.mjs +4 -4
- package/esm2020/select/select.component.mjs +41 -55
- package/esm2020/select/select.module.mjs +10 -12
- package/esm2020/sidebar/sidebar.component.mjs +10 -10
- package/esm2020/sidebar/sidebar.module.mjs +5 -5
- package/esm2020/sidepanel/sidepanel-container.component.mjs +7 -7
- package/esm2020/sidepanel/sidepanel-directives.mjs +22 -20
- package/esm2020/sidepanel/sidepanel.module.mjs +11 -14
- package/esm2020/sidepanel/sidepanel.service.mjs +33 -29
- package/esm2020/splitter/splitter.component.mjs +37 -37
- package/esm2020/splitter/splitter.module.mjs +6 -8
- package/esm2020/table/table.component.mjs +4 -4
- package/esm2020/table/table.module.mjs +7 -9
- package/esm2020/tabs/paginated-tab-header.mjs +4 -4
- package/esm2020/tabs/tab-body.component.mjs +7 -7
- package/esm2020/tabs/tab-content.directive.mjs +4 -4
- package/esm2020/tabs/tab-group.component.mjs +29 -30
- package/esm2020/tabs/tab-header.component.mjs +5 -5
- package/esm2020/tabs/tab-label-wrapper.directive.mjs +4 -4
- package/esm2020/tabs/tab-label.directive.mjs +4 -4
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
- package/esm2020/tabs/tab.component.mjs +4 -4
- package/esm2020/tabs/tabs.module.mjs +11 -13
- package/esm2020/tags/tag-input.mjs +4 -4
- package/esm2020/tags/tag-list.component.mjs +26 -35
- package/esm2020/tags/tag.component.mjs +23 -21
- package/esm2020/tags/tag.module.mjs +6 -6
- package/esm2020/textarea/textarea.component.mjs +24 -39
- package/esm2020/textarea/textarea.module.mjs +5 -5
- package/esm2020/timepicker/timepicker.directive.mjs +10 -27
- package/esm2020/timepicker/timepicker.module.mjs +8 -10
- package/esm2020/timezone/cities-by-filter.pipe.mjs +17 -0
- package/esm2020/timezone/index.mjs +2 -0
- package/esm2020/timezone/ptsecurity-mosaic-timezone.mjs +5 -0
- package/esm2020/timezone/public-api.mjs +7 -0
- package/esm2020/timezone/timezone-option.component.mjs +48 -0
- package/esm2020/timezone/timezone-option.directive.mjs +58 -0
- package/esm2020/timezone/timezone-select.component.mjs +40 -0
- package/esm2020/timezone/timezone.models.mjs +3 -0
- package/esm2020/timezone/timezone.module.mjs +75 -0
- package/esm2020/timezone/timezone.utils.mjs +72 -0
- package/esm2020/timezone/utc-offset.pipe.mjs +17 -0
- package/esm2020/toast/toast-container.component.mjs +5 -5
- package/esm2020/toast/toast.component.mjs +9 -9
- package/esm2020/toast/toast.module.mjs +12 -12
- package/esm2020/toast/toast.service.mjs +23 -14
- package/esm2020/toggle/toggle.component.mjs +13 -16
- package/esm2020/toggle/toggle.module.mjs +5 -5
- package/esm2020/tooltip/tooltip.component.mjs +14 -14
- package/esm2020/tooltip/tooltip.module.mjs +7 -8
- package/esm2020/tree/control/flat-tree-control.mjs +1 -1
- package/esm2020/tree/data-source/nested-data-source.mjs +1 -1
- package/esm2020/tree/node.mjs +4 -4
- package/esm2020/tree/outlet.mjs +4 -4
- package/esm2020/tree/padding.directive.mjs +4 -4
- package/esm2020/tree/toggle.mjs +10 -10
- package/esm2020/tree/tree-base.mjs +7 -7
- package/esm2020/tree/tree-option.component.mjs +8 -8
- package/esm2020/tree/tree-selection.component.mjs +5 -5
- package/esm2020/tree/tree.mjs +4 -4
- package/esm2020/tree/tree.module.mjs +5 -5
- package/esm2020/tree-select/tree-select.component.mjs +39 -53
- package/esm2020/tree-select/tree-select.module.mjs +11 -13
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +17 -18
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +18 -20
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +14 -16
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +28 -44
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +341 -217
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +174 -201
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +153 -93
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +16 -18
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +22 -24
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +216 -57
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.mjs +15 -18
- package/fesm2015/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +45 -107
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.mjs +8 -10
- package/fesm2015/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.mjs +24 -26
- package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +21 -23
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +41 -44
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +58 -60
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +33 -25
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +11 -14
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +29 -17
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +57 -57
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +52 -68
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2015/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +69 -66
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.mjs +41 -43
- package/fesm2015/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.mjs +9 -11
- package/fesm2015/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +137 -140
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +54 -61
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +28 -42
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +15 -34
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +308 -0
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2015/ptsecurity-mosaic-toast.mjs +135 -125
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +16 -19
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs +19 -20
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +50 -66
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +43 -43
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +17 -18
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +12 -12
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button.mjs +18 -20
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +14 -16
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +28 -44
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +338 -217
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +173 -200
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +153 -93
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +16 -18
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +22 -24
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +214 -57
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-icon.mjs +15 -18
- package/fesm2020/ptsecurity-mosaic-icon.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +45 -107
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-link.mjs +8 -10
- package/fesm2020/ptsecurity-mosaic-link.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-list.mjs +24 -26
- package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +21 -23
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +41 -44
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +58 -60
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +33 -25
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +11 -14
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +29 -17
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +56 -57
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +50 -67
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
- package/fesm2020/ptsecurity-mosaic-sidebar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +69 -66
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-splitter.mjs +41 -43
- package/fesm2020/ptsecurity-mosaic-splitter.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-table.mjs +9 -11
- package/fesm2020/ptsecurity-mosaic-table.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +66 -69
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +53 -61
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +26 -41
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +15 -34
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +306 -0
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2020/ptsecurity-mosaic-toast.mjs +130 -120
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +16 -19
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs +19 -20
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +47 -64
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +43 -43
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/form-field/cleaner.d.ts +1 -1
- package/form-field/form-field.d.ts +13 -7
- package/form-field/form-field.module.d.ts +4 -3
- package/form-field/hint.d.ts +3 -3
- package/form-field/password-hint.d.ts +2 -3
- package/form-field/prefix.d.ts +1 -1
- package/form-field/public-api.d.ts +1 -0
- package/form-field/stepper.d.ts +1 -1
- package/form-field/suffix.d.ts +1 -1
- package/form-field/validate.directive.d.ts +32 -0
- package/icon/icon.component.d.ts +4 -4
- package/input/input-number-validators.d.ts +2 -2
- package/input/input-number.d.ts +1 -1
- package/input/input-password.d.ts +9 -15
- package/input/input.d.ts +14 -14
- package/link/link.component.d.ts +1 -1
- package/list/list-selection.component.d.ts +2 -2
- package/list/list.component.d.ts +2 -2
- package/loader-overlay/loader-overlay.component.d.ts +4 -4
- package/modal/css-unit.pipe.d.ts +1 -1
- package/modal/modal.component.d.ts +1 -1
- package/modal/modal.directive.d.ts +4 -4
- package/navbar/navbar-item.component.d.ts +11 -11
- package/navbar/navbar.component.d.ts +3 -3
- package/navbar/vertical-navbar.component.d.ts +1 -1
- package/package.json +56 -48
- package/popover/popover-confirm.component.d.ts +2 -2
- package/popover/popover.component.d.ts +5 -5
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/progress-bar/progress-bar.component.d.ts +3 -3
- package/progress-spinner/progress-spinner.component.d.ts +8 -3
- package/radio/radio.component.d.ts +11 -17
- package/select/select-option.directive.d.ts +1 -1
- package/select/select.component.d.ts +16 -14
- package/sidebar/sidebar.component.d.ts +3 -3
- package/sidepanel/sidepanel-container.component.d.ts +1 -1
- package/sidepanel/sidepanel-directives.d.ts +5 -5
- package/splitter/splitter.component.d.ts +4 -4
- package/table/table.component.d.ts +1 -1
- package/tabs/paginated-tab-header.d.ts +1 -1
- package/tabs/tab-body.component.d.ts +2 -2
- package/tabs/tab-content.directive.d.ts +1 -1
- package/tabs/tab-group.component.d.ts +8 -8
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab-label-wrapper.directive.d.ts +1 -1
- package/tabs/tab-label.directive.d.ts +1 -1
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +2 -2
- package/tabs/tab.component.d.ts +1 -1
- package/tags/tag-input.d.ts +1 -1
- package/tags/tag-list.component.d.ts +14 -10
- package/tags/tag.component.d.ts +8 -6
- package/textarea/textarea.component.d.ts +14 -13
- package/timepicker/timepicker.directive.d.ts +5 -10
- package/timezone/README.md +0 -0
- package/timezone/cities-by-filter.pipe.d.ts +7 -0
- package/timezone/index.d.ts +1 -0
- package/timezone/public-api.d.ts +6 -0
- package/timezone/timezone-option.component.d.ts +15 -0
- package/timezone/timezone-option.directive.d.ts +20 -0
- package/timezone/timezone-select.component.d.ts +14 -0
- package/timezone/timezone.models.d.ts +16 -0
- package/timezone/timezone.module.d.ts +19 -0
- package/timezone/timezone.utils.d.ts +18 -0
- package/timezone/utc-offset.pipe.d.ts +7 -0
- package/toast/toast-container.component.d.ts +1 -1
- package/toast/toast.component.d.ts +1 -1
- package/toast/toast.service.d.ts +6 -4
- package/toggle/toggle.component.d.ts +5 -5
- package/tooltip/tooltip.component.d.ts +5 -6
- package/tree/control/flat-tree-control.d.ts +8 -8
- package/tree/node.d.ts +1 -1
- package/tree/outlet.d.ts +1 -1
- package/tree/padding.directive.d.ts +1 -1
- package/tree/toggle.d.ts +3 -3
- package/tree/tree-base.d.ts +2 -2
- package/tree/tree-option.component.d.ts +1 -1
- package/tree/tree-selection.component.d.ts +1 -1
- package/tree/tree.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +14 -12
- package/autocomplete/package.json +0 -10
- package/autocomplete/ptsecurity-mosaic-autocomplete.d.ts +0 -5
- package/button/package.json +0 -10
- package/button/ptsecurity-mosaic-button.d.ts +0 -5
- package/button-toggle/package.json +0 -10
- package/button-toggle/ptsecurity-mosaic-button-toggle.d.ts +0 -5
- package/card/package.json +0 -10
- package/card/ptsecurity-mosaic-card.d.ts +0 -5
- package/checkbox/package.json +0 -10
- package/checkbox/ptsecurity-mosaic-checkbox.d.ts +0 -5
- package/core/package.json +0 -10
- package/core/ptsecurity-mosaic-core.d.ts +0 -5
- package/datepicker/package.json +0 -10
- package/datepicker/ptsecurity-mosaic-datepicker.d.ts +0 -5
- package/design-tokens/package.json +0 -10
- package/design-tokens/ptsecurity-mosaic-design-tokens.d.ts +0 -5
- package/divider/package.json +0 -10
- package/divider/ptsecurity-mosaic-divider.d.ts +0 -5
- package/dl/package.json +0 -10
- package/dl/ptsecurity-mosaic-dl.d.ts +0 -5
- package/dropdown/package.json +0 -10
- package/dropdown/ptsecurity-mosaic-dropdown.d.ts +0 -5
- package/form-field/package.json +0 -10
- package/form-field/ptsecurity-mosaic-form-field.d.ts +0 -5
- package/icon/package.json +0 -10
- package/icon/ptsecurity-mosaic-icon.d.ts +0 -5
- package/input/package.json +0 -10
- package/input/ptsecurity-mosaic-input.d.ts +0 -5
- package/link/package.json +0 -10
- package/link/ptsecurity-mosaic-link.d.ts +0 -5
- package/list/package.json +0 -10
- package/list/ptsecurity-mosaic-list.d.ts +0 -5
- package/loader-overlay/package.json +0 -10
- package/loader-overlay/ptsecurity-mosaic-loader-overlay.d.ts +0 -5
- package/modal/package.json +0 -10
- package/modal/ptsecurity-mosaic-modal.d.ts +0 -5
- package/navbar/package.json +0 -10
- package/navbar/ptsecurity-mosaic-navbar.d.ts +0 -5
- package/popover/package.json +0 -10
- package/popover/ptsecurity-mosaic-popover.d.ts +0 -5
- package/progress-bar/package.json +0 -10
- package/progress-bar/ptsecurity-mosaic-progress-bar.d.ts +0 -5
- package/progress-spinner/package.json +0 -10
- package/progress-spinner/ptsecurity-mosaic-progress-spinner.d.ts +0 -5
- package/ptsecurity-mosaic.d.ts +0 -5
- package/radio/package.json +0 -10
- package/radio/ptsecurity-mosaic-radio.d.ts +0 -5
- package/select/package.json +0 -10
- package/select/ptsecurity-mosaic-select.d.ts +0 -5
- package/sidebar/package.json +0 -10
- package/sidebar/ptsecurity-mosaic-sidebar.d.ts +0 -5
- package/sidepanel/package.json +0 -10
- package/sidepanel/ptsecurity-mosaic-sidepanel.d.ts +0 -5
- package/splitter/package.json +0 -10
- package/splitter/ptsecurity-mosaic-splitter.d.ts +0 -5
- package/table/package.json +0 -10
- package/table/ptsecurity-mosaic-table.d.ts +0 -5
- package/tabs/package.json +0 -10
- package/tabs/ptsecurity-mosaic-tabs.d.ts +0 -5
- package/tags/package.json +0 -10
- package/tags/ptsecurity-mosaic-tags.d.ts +0 -5
- package/textarea/package.json +0 -10
- package/textarea/ptsecurity-mosaic-textarea.d.ts +0 -5
- package/timepicker/package.json +0 -10
- package/timepicker/ptsecurity-mosaic-timepicker.d.ts +0 -5
- package/toast/package.json +0 -10
- package/toast/ptsecurity-mosaic-toast.d.ts +0 -5
- package/toggle/package.json +0 -10
- package/toggle/ptsecurity-mosaic-toggle.d.ts +0 -5
- package/tooltip/package.json +0 -10
- package/tooltip/ptsecurity-mosaic-tooltip.d.ts +0 -5
- package/tree/package.json +0 -10
- package/tree/ptsecurity-mosaic-tree.d.ts +0 -5
- package/tree-select/package.json +0 -10
- package/tree-select/ptsecurity-mosaic-tree-select.d.ts +0 -5
@@ -1,7 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { AbstractControl, ControlValueAccessor,
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
2
|
+
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
3
3
|
import { DateAdapter, McDateFormats } from '@ptsecurity/cdk/datetime';
|
4
|
-
import { McValidationOptions } from '@ptsecurity/mosaic/core';
|
5
4
|
import { McFormFieldControl } from '@ptsecurity/mosaic/form-field';
|
6
5
|
import { McWarningTooltipTrigger } from '@ptsecurity/mosaic/tooltip';
|
7
6
|
import { Subject } from 'rxjs';
|
@@ -33,11 +32,7 @@ export declare class McDatepickerInputEvent<D> {
|
|
33
32
|
/** Directive used to connect an input to a McDatepicker. */
|
34
33
|
export declare class McDatepickerInput<D> implements McFormFieldControl<D>, ControlValueAccessor, Validator, OnDestroy {
|
35
34
|
elementRef: ElementRef<HTMLInputElement>;
|
36
|
-
private changeDetectorRef;
|
37
35
|
private readonly renderer;
|
38
|
-
private mcValidation;
|
39
|
-
parentForm: NgForm;
|
40
|
-
parentFormGroup: FormGroupDirective;
|
41
36
|
readonly dateAdapter: DateAdapter<D>;
|
42
37
|
private readonly dateFormats;
|
43
38
|
readonly stateChanges: Subject<void>;
|
@@ -104,7 +99,7 @@ export declare class McDatepickerInput<D> implements McFormFieldControl<D>, Cont
|
|
104
99
|
private secondDigit;
|
105
100
|
private thirdDigit;
|
106
101
|
private separatorPositions;
|
107
|
-
constructor(elementRef: ElementRef<HTMLInputElement>,
|
102
|
+
constructor(elementRef: ElementRef<HTMLInputElement>, renderer: Renderer2, dateAdapter: DateAdapter<D>, dateFormats: McDateFormats);
|
108
103
|
onContainerClick(): void;
|
109
104
|
focus(): void;
|
110
105
|
focusChanged(isFocused: boolean): void;
|
@@ -120,7 +115,7 @@ export declare class McDatepickerInput<D> implements McFormFieldControl<D>, Cont
|
|
120
115
|
setDisabledState(isDisabled: boolean): void;
|
121
116
|
onKeyDown(event: KeyboardEvent): void;
|
122
117
|
onInput: () => void;
|
123
|
-
parseOnBlur: () =>
|
118
|
+
parseOnBlur: () => any;
|
124
119
|
onChange(): void;
|
125
120
|
/** Handles blur events on the input. */
|
126
121
|
onBlur(): void;
|
@@ -173,6 +168,6 @@ export declare class McDatepickerInput<D> implements McFormFieldControl<D>, Cont
|
|
173
168
|
private getDigitPositions;
|
174
169
|
private createDate;
|
175
170
|
private correctCursorPosition;
|
176
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerInput<any>, [null, null,
|
177
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<McDatepickerInput<any>, "input[mcDatepicker]", ["mcDatepickerInput"], { "placeholder": "placeholder"; "required": "required"; "mcDatepicker": "mcDatepicker"; "mcDatepickerFilter": "mcDatepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; "id": "id"; "mcValidationTooltip": "mcValidationTooltip"; }, { "incorrectInput": "incorrectInput"; "dateChange": "dateChange"; "dateInput": "dateInput"; }, never>;
|
171
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerInput<any>, [null, null, { optional: true; }, { optional: true; }]>;
|
172
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McDatepickerInput<any>, "input[mcDatepicker]", ["mcDatepickerInput"], { "placeholder": "placeholder"; "required": "required"; "mcDatepicker": "mcDatepicker"; "mcDatepickerFilter": "mcDatepickerFilter"; "value": "value"; "min": "min"; "max": "max"; "disabled": "disabled"; "id": "id"; "mcValidationTooltip": "mcValidationTooltip"; }, { "incorrectInput": "incorrectInput"; "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, false>;
|
178
173
|
}
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
6
6
|
/** Can be used to override the icon of a `mcDatepickerToggle`. */
|
7
7
|
export declare class McDatepickerToggleIcon {
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerToggleIcon, never>;
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<McDatepickerToggleIcon, "[mcDatepickerToggleIcon]", never, {}, {}, never>;
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McDatepickerToggleIcon, "[mcDatepickerToggleIcon]", never, {}, {}, never, never, false>;
|
10
10
|
}
|
11
11
|
export declare class McDatepickerToggle<D> implements AfterContentInit, OnChanges, OnDestroy {
|
12
12
|
intl: McDatepickerIntl;
|
@@ -31,5 +31,5 @@ export declare class McDatepickerToggle<D> implements AfterContentInit, OnChange
|
|
31
31
|
open(event: Event): void;
|
32
32
|
private watchStateChanges;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerToggle<any>, never>;
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepickerToggle<any>, "mc-datepicker-toggle", ["mcDatepickerToggle"], { "disabled": "disabled"; "datepicker": "for"; "tabIndex": "tabIndex"; }, {}, ["customIcon"], ["[mcDatepickerToggleIcon]"]>;
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepickerToggle<any>, "mc-datepicker-toggle", ["mcDatepickerToggle"], { "disabled": "disabled"; "datepicker": "for"; "tabIndex": "tabIndex"; }, {}, ["customIcon"], ["[mcDatepickerToggleIcon]"], false>;
|
35
35
|
}
|
@@ -41,7 +41,7 @@ export declare class McDatepickerContent<D> implements OnDestroy {
|
|
41
41
|
ngOnDestroy(): void;
|
42
42
|
startExitAnimation(): void;
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepickerContent<any>, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepickerContent<any>, "mc-datepicker__content", ["mcDatepickerContent"], {}, {}, never, never>;
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepickerContent<any>, "mc-datepicker__content", ["mcDatepickerContent"], {}, {}, never, never, false>;
|
45
45
|
}
|
46
46
|
/** Component responsible for managing the datepicker popup/dialog. */
|
47
47
|
export declare class McDatepicker<D> implements OnDestroy {
|
@@ -154,5 +154,5 @@ export declare class McDatepicker<D> implements OnDestroy {
|
|
154
154
|
*/
|
155
155
|
private getValidDateOrNull;
|
156
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDatepicker<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
157
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepicker<any>, "mc-datepicker", ["mcDatepicker"], { "hasBackdrop": "hasBackdrop"; "startAt": "startAt"; "disabled": "disabled"; "opened": "opened"; "minDate": "minDate"; "maxDate": "maxDate"; "calendarHeaderComponent": "calendarHeaderComponent"; "startView": "startView"; "panelClass": "panelClass"; "dateClass": "dateClass"; "backdropClass": "backdropClass"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "openedStream": "opened"; "closedStream": "closed"; }, never, never>;
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDatepicker<any>, "mc-datepicker", ["mcDatepicker"], { "hasBackdrop": "hasBackdrop"; "startAt": "startAt"; "disabled": "disabled"; "opened": "opened"; "minDate": "minDate"; "maxDate": "maxDate"; "calendarHeaderComponent": "calendarHeaderComponent"; "startView": "startView"; "panelClass": "panelClass"; "dateClass": "dateClass"; "backdropClass": "backdropClass"; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "openedStream": "opened"; "closedStream": "closed"; }, never, never, false>;
|
158
158
|
}
|
@@ -89,5 +89,5 @@ export declare class McMonthView<D> implements AfterContentInit {
|
|
89
89
|
/** Determines whether the user has the RTL layout direction. */
|
90
90
|
private isRtl;
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<McMonthView<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McMonthView<any>, "mc-month-view", ["mcMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "userSelection": "userSelection"; "activeDateChange": "activeDateChange"; }, never, never>;
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McMonthView<any>, "mc-month-view", ["mcMonthView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; "dateClass": "dateClass"; }, { "selectedChange": "selectedChange"; "userSelection": "userSelection"; "activeDateChange": "activeDateChange"; }, never, never, false>;
|
93
93
|
}
|
@@ -68,5 +68,5 @@ export declare class McMultiYearView<D> implements AfterContentInit {
|
|
68
68
|
/** Determines whether the user has the RTL layout direction. */
|
69
69
|
private isRtl;
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<McMultiYearView<any>, [null, { optional: true; }, { optional: true; }]>;
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McMultiYearView<any>, "mc-multi-year-view", ["mcMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never>;
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McMultiYearView<any>, "mc-multi-year-view", ["mcMultiYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "yearSelected": "yearSelected"; "activeDateChange": "activeDateChange"; }, never, never, false>;
|
72
72
|
}
|
@@ -86,5 +86,5 @@ export declare class McYearView<D> implements AfterContentInit {
|
|
86
86
|
/** Determines whether the user has the RTL layout direction. */
|
87
87
|
private isRtl;
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<McYearView<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McYearView<any>, "mc-year-view", ["mcYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "monthSelected": "monthSelected"; "activeDateChange": "activeDateChange"; }, never, never>;
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McYearView<any>, "mc-year-view", ["mcYearView"], { "activeDate": "activeDate"; "selected": "selected"; "minDate": "minDate"; "maxDate": "maxDate"; "dateFilter": "dateFilter"; }, { "selectedChange": "selectedChange"; "monthSelected": "monthSelected"; "activeDateChange": "activeDateChange"; }, never, never, false>;
|
90
90
|
}
|
@@ -4,42 +4,42 @@
|
|
4
4
|
solid: {
|
5
5
|
primary: {
|
6
6
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
7
|
-
color: { value: 'white' },
|
8
7
|
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
8
|
+
color: { value: 'white' }
|
9
9
|
},
|
10
10
|
info: {
|
11
|
-
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
12
11
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
12
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
13
13
|
color: { value: 'white' }
|
14
14
|
},
|
15
15
|
success: {
|
16
|
-
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
17
16
|
background: { value: '{light-color-scheme.success.palette.value.500}' },
|
17
|
+
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
18
18
|
color: { value: 'white' }
|
19
19
|
},
|
20
20
|
warning: {
|
21
|
-
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
22
21
|
background: { value: '{light-color-scheme.warning.palette.value.500}' },
|
22
|
+
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
23
23
|
color: { value: 'white' }
|
24
24
|
},
|
25
25
|
error: {
|
26
|
-
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
27
26
|
background: { value: '{light-color-scheme.error.palette.value.500}' },
|
27
|
+
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
28
28
|
color: { value: 'white' }
|
29
29
|
},
|
30
30
|
transparent: {
|
31
|
+
background: { value: 'transparent' },
|
31
32
|
border: { value: '{light-color-scheme.second.palette.value.200}' },
|
32
|
-
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
33
|
-
background: { value: 'transparent' }
|
33
|
+
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
34
34
|
},
|
35
35
|
light: {
|
36
|
-
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
37
36
|
background: { value: '{light-color-scheme.second.palette.value.100}' },
|
37
|
+
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
38
38
|
color: { value: '{light-color-scheme.primary.palette.value.contrast.300}' }
|
39
39
|
},
|
40
40
|
second: {
|
41
|
-
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
42
41
|
background: { value: '{light-color-scheme.second.palette.value.600}' },
|
42
|
+
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
43
43
|
color: { value: 'white' }
|
44
44
|
}
|
45
45
|
},
|
@@ -72,74 +72,74 @@
|
|
72
72
|
}
|
73
73
|
},
|
74
74
|
'dark-color-scheme': {
|
75
|
-
pastel: {
|
76
|
-
primary: {
|
77
|
-
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
78
|
-
color: { value: '{light-color-scheme.primary.palette.value.100}' },
|
79
|
-
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
80
|
-
},
|
81
|
-
info: {
|
82
|
-
background: { value: '{light-color-scheme.primary.palette.value.100}' },
|
83
|
-
color: { value: '{light-color-scheme.primary.palette.value.100}' },
|
84
|
-
border: { value: '{light-color-scheme.primary.palette.value.A100}' }
|
85
|
-
},
|
86
|
-
success: {
|
87
|
-
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
88
|
-
background: { value: '{light-color-scheme.success.palette.value.A100}' },
|
89
|
-
color: { value: '{light-color-scheme.success.palette.value.100}' }
|
90
|
-
},
|
91
|
-
warning: {
|
92
|
-
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
93
|
-
background: { value: '{light-color-scheme.warning.palette.value.A100}' },
|
94
|
-
color: { value: '{light-color-scheme.warning.palette.value.100}' }
|
95
|
-
},
|
96
|
-
error: {
|
97
|
-
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
98
|
-
background: { value: '{light-color-scheme.error.palette.value.A100}' },
|
99
|
-
color: { value: '{light-color-scheme.error.palette.value.100}' }
|
100
|
-
}
|
101
|
-
},
|
102
75
|
solid: {
|
103
76
|
primary: {
|
104
77
|
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
105
|
-
|
106
|
-
|
78
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
79
|
+
color: { value: 'white' }
|
107
80
|
},
|
108
81
|
info: {
|
109
|
-
|
110
|
-
|
82
|
+
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
83
|
+
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
111
84
|
color: { value: 'white' }
|
112
85
|
},
|
113
86
|
success: {
|
114
|
-
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
115
87
|
background: { value: '{light-color-scheme.success.palette.value.700}' },
|
88
|
+
border: { value: '{light-color-scheme.success.palette.value.500}' },
|
116
89
|
color: { value: 'white' }
|
117
90
|
},
|
118
91
|
warning: {
|
119
|
-
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
120
92
|
background: { value: '{light-color-scheme.warning.palette.value.700}' },
|
93
|
+
border: { value: '{light-color-scheme.warning.palette.value.500}' },
|
121
94
|
color: { value: 'white' }
|
122
95
|
},
|
123
96
|
error: {
|
124
|
-
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
125
97
|
background: { value: '{light-color-scheme.error.palette.value.700}' },
|
98
|
+
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
126
99
|
color: { value: 'white' }
|
127
100
|
},
|
128
101
|
transparent: {
|
102
|
+
background: { value: 'transparent' },
|
129
103
|
border: { value: '{light-color-scheme.second.palette.value.500}' },
|
130
104
|
color: { value: '{light-color-scheme.second.palette.value.40}' },
|
131
|
-
background: { value: 'transparent' }
|
132
105
|
},
|
133
106
|
light: {
|
134
|
-
border: { value: '{light-color-scheme.second.palette.value.400}' },
|
135
107
|
background: { value: '{light-color-scheme.second.palette.value.400}' },
|
108
|
+
border: { value: '{light-color-scheme.second.palette.value.400}' },
|
136
109
|
color: { value: 'white' }
|
137
110
|
},
|
138
111
|
second: {
|
139
|
-
border: { value: '{light-color-scheme.second.palette.value.700}' },
|
140
112
|
background: { value: '{light-color-scheme.second.palette.value.700}' },
|
113
|
+
border: { value: '{light-color-scheme.second.palette.value.600}' },
|
141
114
|
color: { value: 'white' }
|
142
115
|
}
|
116
|
+
},
|
117
|
+
pastel: {
|
118
|
+
primary: {
|
119
|
+
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
120
|
+
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
121
|
+
color: { value: '{light-color-scheme.primary.palette.value.100}' }
|
122
|
+
},
|
123
|
+
info: {
|
124
|
+
background: { value: '{light-color-scheme.primary.palette.value.A100}' },
|
125
|
+
border: { value: '{light-color-scheme.primary.palette.value.700}' },
|
126
|
+
color: { value: '{light-color-scheme.primary.palette.value.100}' }
|
127
|
+
},
|
128
|
+
success: {
|
129
|
+
background: { value: '{light-color-scheme.success.palette.value.A100}' },
|
130
|
+
border: { value: '{light-color-scheme.success.palette.value.700}' },
|
131
|
+
color: { value: '{light-color-scheme.success.palette.value.100}' }
|
132
|
+
},
|
133
|
+
warning: {
|
134
|
+
background: { value: '{light-color-scheme.warning.palette.value.A100}' },
|
135
|
+
border: { value: '{light-color-scheme.warning.palette.value.700}' },
|
136
|
+
color: { value: '{light-color-scheme.warning.palette.value.100}' }
|
137
|
+
},
|
138
|
+
error: {
|
139
|
+
background: { value: '{light-color-scheme.error.palette.value.A100}' },
|
140
|
+
border: { value: '{light-color-scheme.error.palette.value.700}' },
|
141
|
+
color: { value: '{light-color-scheme.error.palette.value.100}' }
|
142
|
+
}
|
143
143
|
}
|
144
144
|
},
|
145
145
|
size: {
|
@@ -4,50 +4,53 @@
|
|
4
4
|
default: {
|
5
5
|
border: { value: '{light-color-scheme.foreground.border}' },
|
6
6
|
color: { value: 'white' },
|
7
|
+
background: { value: 'transparent' },
|
7
8
|
|
8
9
|
states: {
|
9
10
|
checked: {
|
10
11
|
border: { value: '{light-color-scheme.primary.palette.value.600}' },
|
11
|
-
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
12
|
+
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
12
13
|
},
|
13
14
|
focused: {
|
14
15
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
15
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
16
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
16
17
|
},
|
17
18
|
'checked-focused': {
|
18
19
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
19
20
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
20
21
|
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' },
|
21
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
22
|
-
}
|
22
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
23
|
+
}
|
23
24
|
}
|
24
|
-
},
|
25
|
+
},
|
25
26
|
error: {
|
26
27
|
border: { value: '{light-color-scheme.error.palette.value.400}' },
|
27
28
|
color: { value: 'white' },
|
29
|
+
background: { value: 'transparent' },
|
28
30
|
|
29
31
|
states: {
|
30
32
|
checked: {
|
31
33
|
border: { value: '{light-color-scheme.error.palette.value.600}' },
|
32
|
-
background: { value: '{light-color-scheme.error.palette.value.500}'}
|
34
|
+
background: { value: '{light-color-scheme.error.palette.value.500}'}
|
33
35
|
},
|
34
36
|
focused: {
|
35
37
|
border: { value: '{light-color-scheme.error.palette.value.400}' },
|
36
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' }
|
38
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' }
|
37
39
|
},
|
38
40
|
'checked-focused': {
|
39
41
|
border: { value: '{light-color-scheme.error.palette.value.400}' },
|
40
42
|
background: { value: '{light-color-scheme.error.palette.value.500}'},
|
41
43
|
shadow: { value: '0 0 0 1px {light-color-scheme.error.palette.value.400}' },
|
42
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
44
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
43
45
|
}
|
44
46
|
}
|
45
|
-
}
|
47
|
+
}
|
46
48
|
},
|
47
49
|
'dark-color-scheme': {
|
48
50
|
default: {
|
49
51
|
border: { value: '{dark-color-scheme.foreground.border}' },
|
50
52
|
color: { value: 'white' },
|
53
|
+
background: { value: 'transparent' },
|
51
54
|
|
52
55
|
states: {
|
53
56
|
checked: {
|
@@ -62,36 +65,38 @@
|
|
62
65
|
border: { value: '{dark-color-scheme.states.focused-color}' },
|
63
66
|
background: { value: '{dark-color-scheme.primary.palette.value.600}' },
|
64
67
|
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' },
|
65
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
68
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
66
69
|
}
|
67
70
|
}
|
68
|
-
},
|
71
|
+
},
|
69
72
|
error: {
|
70
73
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
71
74
|
color: { value: 'white' },
|
75
|
+
background: { value: 'transparent' },
|
72
76
|
|
73
77
|
states: {
|
74
78
|
checked: {
|
75
79
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
76
|
-
background: { value: '{dark-color-scheme.error.palette.value.600}'}
|
80
|
+
background: { value: '{dark-color-scheme.error.palette.value.600}'}
|
77
81
|
},
|
78
82
|
focused: {
|
79
83
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
80
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' }
|
84
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' }
|
81
85
|
},
|
82
86
|
'checked-focused': {
|
83
87
|
border: { value: '{dark-color-scheme.error.palette.value.400}' },
|
84
88
|
background: { value: '{dark-color-scheme.error.palette.value.600}'},
|
85
89
|
shadow: { value: '0 0 0 1px {dark-color-scheme.error.palette.value.400}' },
|
86
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
90
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
87
91
|
}
|
88
92
|
}
|
89
|
-
}
|
93
|
+
}
|
90
94
|
},
|
91
95
|
size: {
|
92
96
|
width: { value: '{size.l}' },
|
93
97
|
'label-margin': { value: '{size.s}' },
|
94
98
|
'border-width': { value: '{size.border-width}' },
|
99
|
+
'border-radius': { value: '{size.border-radius}' },
|
95
100
|
'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
|
96
101
|
},
|
97
102
|
font: {
|
@@ -1,7 +1,16 @@
|
|
1
1
|
{
|
2
2
|
'progress-spinner': {
|
3
3
|
size: {
|
4
|
-
|
4
|
+
default: {
|
5
|
+
size: { value: '{size.l}' },
|
6
|
+
'svg-circle-radius': { value: '42.5%' },
|
7
|
+
'svg-stroke-width': { value: '13%' }
|
8
|
+
},
|
9
|
+
large: {
|
10
|
+
size: { value: '{size.5xl}' },
|
11
|
+
'svg-circle-radius': { value: '47%' },
|
12
|
+
'svg-stroke-width': { value: '6%' }
|
13
|
+
}
|
5
14
|
}
|
6
15
|
}
|
7
16
|
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
'timezone-option': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
5
|
+
caption: { value: '{light-color-scheme.foreground.text-less-contrast}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
9
|
+
caption: { value: '{dark-color-scheme.foreground.text-less-contrast}' }
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
padding: { value: '6px 8px 6px 14px' },
|
13
|
+
'column-gap': { value: '16px' },
|
14
|
+
height: { value: 'auto' },
|
15
|
+
'max-height': { value: '4em' }
|
16
|
+
},
|
17
|
+
font: {
|
18
|
+
text: { value: 'body' },
|
19
|
+
'offset-text': { value: 'body-tabular' },
|
20
|
+
caption: { value: 'caption' }
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|