@ptsecurity/mosaic 13.9.2 → 14.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/_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 +3 -3
- 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/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 +2 -3
- package/core/pop-up/pop-up.d.ts +2 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -3
- package/datepicker/calendar-body.component.d.ts +1 -1
- package/datepicker/calendar.component.d.ts +30 -30
- package/datepicker/datepicker-input.directive.d.ts +2 -2
- 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/checkbox.json5 +16 -15
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -4
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +22 -0
- package/design-tokens/legacy-2017/tokens.d.ts +11 -2
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +17 -16
- package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -4
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +22 -0
- package/design-tokens/pt-2022/tokens.d.ts +11 -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 +6 -7
- 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 +10 -10
- 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 +8 -9
- 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/index.mjs +5 -5
- 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 +7 -7
- package/esm2020/core/option/optgroup.mjs +6 -6
- package/esm2020/core/option/option-module.mjs +6 -6
- package/esm2020/core/option/option.mjs +7 -7
- package/esm2020/core/pop-up/pop-up-trigger.mjs +4 -4
- package/esm2020/core/pop-up/pop-up.mjs +4 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +7 -8
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +5 -5
- package/esm2020/core/services/measure-scrollbar.service.mjs +4 -4
- package/esm2020/datepicker/calendar-body.component.mjs +5 -5
- package/esm2020/datepicker/calendar.component.mjs +126 -129
- package/esm2020/datepicker/datepicker-input.directive.mjs +8 -9
- package/esm2020/datepicker/datepicker-intl.mjs +4 -4
- package/esm2020/datepicker/datepicker-module.mjs +11 -17
- package/esm2020/datepicker/datepicker-toggle.component.mjs +11 -11
- 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 +12 -3
- package/esm2020/design-tokens/pt-2022/tokens.mjs +12 -3
- package/esm2020/divider/divider.component.mjs +5 -5
- package/esm2020/divider/divider.module.mjs +5 -5
- package/esm2020/dl/dl.component.mjs +12 -12
- 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 +6 -6
- 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 +5 -5
- 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/stepper.mjs +4 -4
- package/esm2020/form-field/suffix.mjs +4 -4
- 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 +11 -11
- package/esm2020/input/input.mjs +13 -7
- 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 +16 -16
- 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 +9 -9
- package/esm2020/modal/modal.directive.mjs +13 -13
- package/esm2020/modal/modal.module.mjs +11 -14
- package/esm2020/modal/modal.service.mjs +5 -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 +10 -10
- 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 +7 -8
- package/esm2020/progress-spinner/progress-spinner.module.mjs +6 -8
- package/esm2020/radio/radio.component.mjs +14 -16
- package/esm2020/radio/radio.module.mjs +5 -5
- package/esm2020/select/select-option.directive.mjs +4 -4
- package/esm2020/select/select.component.mjs +26 -20
- 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 +32 -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 +30 -31
- 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 +8 -8
- 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 +12 -6
- package/esm2020/tags/tag.component.mjs +24 -22
- package/esm2020/tags/tag.module.mjs +6 -6
- package/esm2020/textarea/textarea.component.mjs +10 -4
- package/esm2020/textarea/textarea.module.mjs +5 -5
- package/esm2020/timepicker/timepicker.directive.mjs +4 -4
- 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 +64 -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 +12 -12
- 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 +11 -11
- 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 +20 -14
- package/esm2020/tree-select/tree-select.module.mjs +11 -13
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +18 -19
- 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 +15 -17
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +14 -15
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +87 -94
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +174 -184
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +34 -7
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +17 -19
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +23 -25
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +54 -52
- 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 +38 -34
- 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 +22 -24
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +41 -45
- 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 +22 -23
- 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 +11 -14
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +17 -19
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +36 -32
- 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 +68 -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 +139 -142
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +42 -34
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +13 -7
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +10 -12
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +299 -0
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2015/ptsecurity-mosaic-toast.mjs +124 -123
- 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 +29 -25
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +44 -44
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +18 -19
- 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 +15 -17
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +14 -15
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +87 -94
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +173 -183
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +34 -7
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +17 -19
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +23 -25
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +54 -52
- 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 +38 -34
- 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 +22 -24
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +41 -45
- 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 +22 -23
- 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 +11 -14
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +17 -19
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +36 -32
- 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 +68 -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 +68 -71
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +42 -34
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +13 -7
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +10 -12
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +298 -0
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -0
- package/fesm2020/ptsecurity-mosaic-toast.mjs +119 -118
- 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 +29 -25
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +44 -44
- 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/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/stepper.d.ts +1 -1
- package/form-field/suffix.d.ts +1 -1
- 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 +3 -3
- package/input/input.d.ts +8 -2
- 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 +4 -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 +3 -3
- package/radio/radio.component.d.ts +6 -6
- package/select/select-option.directive.d.ts +1 -1
- package/select/select.component.d.ts +10 -4
- 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 +8 -2
- package/tags/tag.component.d.ts +8 -6
- package/textarea/textarea.component.d.ts +7 -1
- package/timepicker/timepicker.directive.d.ts +1 -1
- 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 +5 -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 +10 -4
- 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
@@ -0,0 +1,22 @@
|
|
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
|
+
caption: { value: 'caption' }
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
@@ -7341,6 +7341,7 @@ export declare const CheckboxDarkColorSchemeErrorStatesCheckedFocusedOutline = "
|
|
7341
7341
|
export declare const CheckboxSizeWidth = "16px";
|
7342
7342
|
export declare const CheckboxSizeLabelMargin = "8px";
|
7343
7343
|
export declare const CheckboxSizeBorderWidth = "1px";
|
7344
|
+
export declare const CheckboxSizeBorderRadius = "4px";
|
7344
7345
|
export declare const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
|
7345
7346
|
export declare const CheckboxFontDefault = "body";
|
7346
7347
|
export declare const DatepickerToggleSizeWidth = "30px";
|
@@ -7440,8 +7441,6 @@ export declare const FormsLightColorSchemeLegend = "#4D4D4D";
|
|
7440
7441
|
export declare const FormsDarkColorSchemeLabel = "#999999";
|
7441
7442
|
export declare const FormsDarkColorSchemeLegend = "#F0F0F0";
|
7442
7443
|
export declare const FormsSizeHorizontalRowMarginBottom = "20px";
|
7443
|
-
export declare const FormsSizeHorizontalLabelPaddingTop = "6px";
|
7444
|
-
export declare const FormsSizeHorizontalLabelPaddingBottom = "0";
|
7445
7444
|
export declare const FormsSizeHorizontalControlPaddingLeft = "16px";
|
7446
7445
|
export declare const FormsSizeHorizontalLegendMarginTop = "32px";
|
7447
7446
|
export declare const FormsSizeHorizontalLegendMarginBottom = "16px";
|
@@ -7809,6 +7808,16 @@ export declare const TextareaSizePadding = "5 12px";
|
|
7809
7808
|
export declare const TextareaFontDefault = "body";
|
7810
7809
|
export declare const TextareaFontMono = "body-mono";
|
7811
7810
|
export declare const TimepickerSizePaddingRight = "16px";
|
7811
|
+
export declare const TimezoneOptionLightColorSchemeText = "#4D4D4D";
|
7812
|
+
export declare const TimezoneOptionLightColorSchemeCaption = "#999999";
|
7813
|
+
export declare const TimezoneOptionDarkColorSchemeText = "#F0F0F0";
|
7814
|
+
export declare const TimezoneOptionDarkColorSchemeCaption = "#999999";
|
7815
|
+
export declare const TimezoneOptionSizePadding = "6px 8px 6px 14px";
|
7816
|
+
export declare const TimezoneOptionSizeColumnGap = "16px";
|
7817
|
+
export declare const TimezoneOptionSizeHeight = "auto";
|
7818
|
+
export declare const TimezoneOptionSizeMaxHeight = "4em";
|
7819
|
+
export declare const TimezoneOptionFontText = "body";
|
7820
|
+
export declare const TimezoneOptionFontCaption = "caption";
|
7812
7821
|
export declare const ToastLightColorSchemeBackground = "white";
|
7813
7822
|
export declare const ToastLightColorSchemeBorder = "#B3B3B3";
|
7814
7823
|
export declare const ToastLightColorSchemeText = "#4D4D4D";
|
@@ -8,20 +8,20 @@
|
|
8
8
|
states: {
|
9
9
|
checked: {
|
10
10
|
border: { value: '{light-color-scheme.primary.palette.value.500}' },
|
11
|
-
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
11
|
+
background: { value: '{light-color-scheme.primary.palette.value.500}' }
|
12
12
|
},
|
13
13
|
focused: {
|
14
14
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
15
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
15
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' }
|
16
16
|
},
|
17
17
|
'checked-focused': {
|
18
18
|
border: { value: '{light-color-scheme.states.focused-color}' },
|
19
19
|
background: { value: '{light-color-scheme.primary.palette.value.500}' },
|
20
20
|
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color}' },
|
21
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
21
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
22
22
|
}
|
23
23
|
}
|
24
|
-
},
|
24
|
+
},
|
25
25
|
error: {
|
26
26
|
border: { value: '{light-color-scheme.error.default}' },
|
27
27
|
color: { value: 'white' },
|
@@ -29,20 +29,20 @@
|
|
29
29
|
states: {
|
30
30
|
checked: {
|
31
31
|
border: { value: '{light-color-scheme.error.palette.value.500}' },
|
32
|
-
background: { value: '{light-color-scheme.error.palette.value.500}' }
|
32
|
+
background: { value: '{light-color-scheme.error.palette.value.500}' }
|
33
33
|
},
|
34
34
|
focused: {
|
35
35
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
36
|
-
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' }
|
36
|
+
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' }
|
37
37
|
},
|
38
38
|
'checked-focused': {
|
39
39
|
border: { value: '{light-color-scheme.states.focused-color-error}' },
|
40
40
|
background: { value: '{light-color-scheme.error.palette.value.500}' },
|
41
41
|
shadow: { value: '0 0 0 1px {light-color-scheme.states.focused-color-error}' },
|
42
|
-
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
42
|
+
outline: { value: '1px solid {light-color-scheme.background.background}' }
|
43
43
|
}
|
44
44
|
}
|
45
|
-
}
|
45
|
+
}
|
46
46
|
},
|
47
47
|
'dark-color-scheme': {
|
48
48
|
default: {
|
@@ -52,20 +52,20 @@
|
|
52
52
|
states: {
|
53
53
|
checked: {
|
54
54
|
border: { value: '{dark-color-scheme.primary.palette.value.560}' },
|
55
|
-
background: { value: '{dark-color-scheme.primary.palette.value.560}' }
|
55
|
+
background: { value: '{dark-color-scheme.primary.palette.value.560}' }
|
56
56
|
},
|
57
57
|
focused: {
|
58
58
|
border: { value: '{dark-color-scheme.states.focused-color}' },
|
59
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' }
|
59
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' }
|
60
60
|
},
|
61
61
|
'checked-focused': {
|
62
62
|
border: { value: '{dark-color-scheme.states.focused-color}' },
|
63
63
|
background: { value: '{dark-color-scheme.primary.palette.value.560}' },
|
64
64
|
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color}' },
|
65
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
65
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
66
66
|
}
|
67
67
|
}
|
68
|
-
},
|
68
|
+
},
|
69
69
|
error: {
|
70
70
|
border: { value: '{dark-color-scheme.error.default}' },
|
71
71
|
color: { value: 'white' },
|
@@ -73,25 +73,26 @@
|
|
73
73
|
states: {
|
74
74
|
checked: {
|
75
75
|
border: { value: '{dark-color-scheme.error.palette.value.560}' },
|
76
|
-
background: { value: '{dark-color-scheme.error.palette.value.560}' }
|
76
|
+
background: { value: '{dark-color-scheme.error.palette.value.560}' }
|
77
77
|
},
|
78
78
|
focused: {
|
79
79
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
80
|
-
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' }
|
80
|
+
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' }
|
81
81
|
},
|
82
82
|
'checked-focused': {
|
83
83
|
border: { value: '{dark-color-scheme.states.focused-color-error}' },
|
84
84
|
background: { value: '{dark-color-scheme.error.palette.value.560}' },
|
85
85
|
shadow: { value: '0 0 0 1px {dark-color-scheme.states.focused-color-error}' },
|
86
|
-
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
86
|
+
outline: { value: '1px solid {dark-color-scheme.background.background}' }
|
87
87
|
}
|
88
88
|
}
|
89
|
-
}
|
89
|
+
}
|
90
90
|
},
|
91
91
|
size: {
|
92
92
|
width: { value: '{size.l}' },
|
93
93
|
'label-margin': { value: '{size.s}' },
|
94
94
|
'border-width': { value: '{size.border-width}' },
|
95
|
+
'border-radius': { value: '{size.border-radius}' },
|
95
96
|
'toggle-box-shadow': { value: 'inset 0 0 1px 0 rgba(0, 0, 0, 0.2)' }
|
96
97
|
},
|
97
98
|
font: {
|
@@ -0,0 +1,22 @@
|
|
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
|
+
caption: { value: 'caption' }
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
@@ -8670,6 +8670,7 @@ export declare const CheckboxDarkColorSchemeErrorStatesCheckedFocusedOutline = "
|
|
8670
8670
|
export declare const CheckboxSizeWidth = "16px";
|
8671
8671
|
export declare const CheckboxSizeLabelMargin = "8px";
|
8672
8672
|
export declare const CheckboxSizeBorderWidth = "1px";
|
8673
|
+
export declare const CheckboxSizeBorderRadius = "4px";
|
8673
8674
|
export declare const CheckboxSizeToggleBoxShadow = "inset 0 0 1px 0 rgba(0, 0, 0, 0.2)";
|
8674
8675
|
export declare const CheckboxFontDefault = "body";
|
8675
8676
|
export declare const DatepickerToggleSizeWidth = "30px";
|
@@ -8769,8 +8770,6 @@ export declare const FormsLightColorSchemeLegend = "#19252f";
|
|
8769
8770
|
export declare const FormsDarkColorSchemeLabel = "#8c99a5";
|
8770
8771
|
export declare const FormsDarkColorSchemeLegend = "#f2f5f9";
|
8771
8772
|
export declare const FormsSizeHorizontalRowMarginBottom = "20px";
|
8772
|
-
export declare const FormsSizeHorizontalLabelPaddingTop = "6px";
|
8773
|
-
export declare const FormsSizeHorizontalLabelPaddingBottom = "0";
|
8774
8773
|
export declare const FormsSizeHorizontalControlPaddingLeft = "16px";
|
8775
8774
|
export declare const FormsSizeHorizontalLegendMarginTop = "32px";
|
8776
8775
|
export declare const FormsSizeHorizontalLegendMarginBottom = "16px";
|
@@ -9141,6 +9140,16 @@ export declare const TextareaSizePadding = "5px 12px";
|
|
9141
9140
|
export declare const TextareaFontDefault = "body";
|
9142
9141
|
export declare const TextareaFontMono = "body-mono";
|
9143
9142
|
export declare const TimepickerSizePaddingRight = "16px";
|
9143
|
+
export declare const TimezoneOptionLightColorSchemeText = "#19252f";
|
9144
|
+
export declare const TimezoneOptionLightColorSchemeCaption = "#6d7a86";
|
9145
|
+
export declare const TimezoneOptionDarkColorSchemeText = "#f2f5f9";
|
9146
|
+
export declare const TimezoneOptionDarkColorSchemeCaption = "#8c99a5";
|
9147
|
+
export declare const TimezoneOptionSizePadding = "6px 8px 6px 14px";
|
9148
|
+
export declare const TimezoneOptionSizeColumnGap = "16px";
|
9149
|
+
export declare const TimezoneOptionSizeHeight = "auto";
|
9150
|
+
export declare const TimezoneOptionSizeMaxHeight = "4em";
|
9151
|
+
export declare const TimezoneOptionFontText = "body";
|
9152
|
+
export declare const TimezoneOptionFontCaption = "caption";
|
9144
9153
|
export declare const ToastLightColorSchemeBackground = "white";
|
9145
9154
|
export declare const ToastLightColorSchemeBorder = "#bdc7d1";
|
9146
9155
|
export declare const ToastLightColorSchemeText = "#19252f";
|
@@ -7,5 +7,5 @@ export declare class McDivider {
|
|
7
7
|
set inset(value: boolean);
|
8
8
|
private _inset;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDivider, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDivider, "mc-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDivider, "mc-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never, false>;
|
11
11
|
}
|
package/dl/dl.component.d.ts
CHANGED
@@ -14,13 +14,13 @@ export declare class McDlComponent implements AfterContentInit, OnDestroy {
|
|
14
14
|
ngOnDestroy(): void;
|
15
15
|
updateState: () => void;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDlComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDlComponent, "mc-dl", never, { "minWidth": "minWidth"; "wide": "wide"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDlComponent, "mc-dl", never, { "minWidth": "minWidth"; "wide": "wide"; "vertical": "vertical"; }, {}, never, ["*"], false>;
|
18
18
|
}
|
19
19
|
export declare class McDtComponent {
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDtComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDtComponent, "mc-dt", never, {}, {}, never, ["*"]>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDtComponent, "mc-dt", never, {}, {}, never, ["*"], false>;
|
22
22
|
}
|
23
23
|
export declare class McDdComponent {
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDdComponent, never>;
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDdComponent, "mc-dd", never, {}, {}, never, ["*"]>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDdComponent, "mc-dd", never, {}, {}, never, ["*"], false>;
|
26
26
|
}
|
@@ -28,5 +28,5 @@ export declare class McDropdownContent implements OnDestroy {
|
|
28
28
|
detach(): void;
|
29
29
|
ngOnDestroy(): void;
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDropdownContent, never>;
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<McDropdownContent, "ng-template[mcDropdownContent]", never, {}, {}, never>;
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McDropdownContent, "ng-template[mcDropdownContent]", never, {}, {}, never, never, false>;
|
32
32
|
}
|
@@ -45,6 +45,6 @@ export declare class McDropdownItem extends McDropdownItemMixinBase implements I
|
|
45
45
|
getLabel(): string;
|
46
46
|
haltDisabledEvents(event: Event): void;
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDropdownItem, [null, null, { optional: true; }]>;
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDropdownItem, "mc-dropdown-item, [mc-dropdown-item]", ["mcDropdownItem"], { "disabled": "disabled"; }, {}, ["icon"], ["*"]>;
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDropdownItem, "mc-dropdown-item, [mc-dropdown-item]", ["mcDropdownItem"], { "disabled": "disabled"; }, {}, ["icon"], ["*"], false>;
|
49
49
|
}
|
50
50
|
export {};
|
@@ -132,5 +132,5 @@ export declare class McDropdownTrigger implements AfterContentInit, OnDestroy {
|
|
132
132
|
private getPortal;
|
133
133
|
private getWidth;
|
134
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDropdownTrigger, [null, null, null, null, { optional: true; }, { optional: true; self: true; }, { optional: true; }, null, null]>;
|
135
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<McDropdownTrigger, "[mcDropdownTriggerFor]", ["mcDropdownTrigger"], { "data": "mcDropdownTriggerData"; "openByArrowDown": "openByArrowDown"; "restoreFocus": "mcDropdownTriggerRestoreFocus"; "dropdown": "mcDropdownTriggerFor"; }, { "dropdownOpened": "dropdownOpened"; "dropdownClosed": "dropdownClosed"; }, never>;
|
135
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McDropdownTrigger, "[mcDropdownTriggerFor]", ["mcDropdownTrigger"], { "data": "mcDropdownTriggerData"; "openByArrowDown": "openByArrowDown"; "restoreFocus": "mcDropdownTriggerRestoreFocus"; "dropdown": "mcDropdownTriggerFor"; }, { "dropdownOpened": "dropdownOpened"; "dropdownClosed": "dropdownClosed"; }, never, never, false>;
|
136
136
|
}
|
@@ -117,5 +117,5 @@ export declare class McDropdown implements AfterContentInit, McDropdownPanel, On
|
|
117
117
|
*/
|
118
118
|
private updateDirectDescendants;
|
119
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<McDropdown, never>;
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<McDropdown, "mc-dropdown", ["mcDropdown"], { "navigationWithWrap": "navigationWithWrap"; "xPosition": "xPosition"; "yPosition": "yPosition"; "overlapTriggerY": "overlapTriggerY"; "overlapTriggerX": "overlapTriggerX"; "hasBackdrop": "hasBackdrop"; "panelClass": "class"; "backdropClass": "backdropClass"; }, { "closed": "closed"; }, ["lazyContent", "items"], ["*"]>;
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McDropdown, "mc-dropdown", ["mcDropdown"], { "navigationWithWrap": "navigationWithWrap"; "xPosition": "xPosition"; "yPosition": "yPosition"; "overlapTriggerY": "overlapTriggerY"; "overlapTriggerX": "overlapTriggerX"; "hasBackdrop": "hasBackdrop"; "panelClass": "class"; "backdropClass": "backdropClass"; }, { "closed": "closed"; }, ["lazyContent", "items"], ["*"], false>;
|
121
121
|
}
|
@@ -9,13 +9,13 @@ export class McAutocompleteOrigin {
|
|
9
9
|
this.elementRef = elementRef;
|
10
10
|
}
|
11
11
|
}
|
12
|
-
/** @nocollapse */
|
13
|
-
/** @nocollapse */
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
12
|
+
/** @nocollapse */ McAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
13
|
+
/** @nocollapse */ McAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: McAutocompleteOrigin, selector: "[mcAutocompleteOrigin]", exportAs: ["mcAutocompleteOrigin"], ngImport: i0 });
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: McAutocompleteOrigin, decorators: [{
|
15
15
|
type: Directive,
|
16
16
|
args: [{
|
17
17
|
selector: '[mcAutocompleteOrigin]',
|
18
18
|
exportAs: 'mcAutocompleteOrigin'
|
19
19
|
}]
|
20
20
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9tb3NhaWMvYXV0b2NvbXBsZXRlL2F1dG9jb21wbGV0ZS1vcmlnaW4uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUd0RDs7O0dBR0c7QUFLSCxNQUFNLE9BQU8sb0JBQW9CO0lBQzdCLFlBQW1CLFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO0lBQUcsQ0FBQzs7b0lBRGpELG9CQUFvQjt3SEFBcEIsb0JBQW9COzJGQUFwQixvQkFBb0I7a0JBSmhDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG4vKipcbiAqIERpcmVjdGl2ZSBhcHBsaWVkIHRvIGFuIGVsZW1lbnQgdG8gbWFrZSBpdCB1c2FibGVcbiAqIGFzIGEgY29ubmVjdGlvbiBwb2ludCBmb3IgYW4gYXV0b2NvbXBsZXRlIHBhbmVsLlxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1ttY0F1dG9jb21wbGV0ZU9yaWdpbl0nLFxuICAgIGV4cG9ydEFzOiAnbWNBdXRvY29tcGxldGVPcmlnaW4nXG59KVxuZXhwb3J0IGNsYXNzIE1jQXV0b2NvbXBsZXRlT3JpZ2luIHtcbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4pIHt9XG59XG4iXX0=
|