@angular/material-experimental 13.3.3 → 14.0.0-next.10
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/_index.scss +3 -0
- package/column-resize/_column-resize-theme.scss +15 -17
- package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-module.mjs +13 -13
- package/esm2020/column-resize/overlay-handle.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
- package/esm2020/column-resize/resize-strategy.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
- package/esm2020/mdc-autocomplete/module.mjs +5 -5
- package/esm2020/mdc-button/button-base.mjs +7 -7
- package/esm2020/mdc-button/button.mjs +9 -9
- package/esm2020/mdc-button/fab.mjs +17 -17
- package/esm2020/mdc-button/icon-button.mjs +9 -9
- package/esm2020/mdc-button/module.mjs +5 -5
- package/esm2020/mdc-card/card.mjs +44 -44
- package/esm2020/mdc-card/module.mjs +5 -5
- package/esm2020/mdc-checkbox/checkbox.mjs +5 -5
- package/esm2020/mdc-checkbox/module.mjs +5 -5
- package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +3 -2
- package/esm2020/mdc-chips/chip-action.mjs +4 -4
- package/esm2020/mdc-chips/chip-edit-input.mjs +4 -4
- package/esm2020/mdc-chips/chip-grid.mjs +19 -11
- package/esm2020/mdc-chips/chip-icons.mjs +10 -10
- package/esm2020/mdc-chips/chip-input.mjs +4 -4
- package/esm2020/mdc-chips/chip-listbox.mjs +8 -11
- package/esm2020/mdc-chips/chip-option.mjs +5 -5
- package/esm2020/mdc-chips/chip-row.mjs +5 -5
- package/esm2020/mdc-chips/chip-set.mjs +13 -13
- package/esm2020/mdc-chips/chip.mjs +5 -5
- package/esm2020/mdc-chips/module.mjs +5 -5
- package/esm2020/mdc-core/option/index.mjs +5 -5
- package/esm2020/mdc-core/option/optgroup.mjs +5 -5
- package/esm2020/mdc-core/option/option.mjs +5 -5
- package/esm2020/mdc-dialog/dialog-container.mjs +6 -7
- package/esm2020/mdc-dialog/dialog-content-directives.mjs +27 -15
- package/esm2020/mdc-dialog/dialog.mjs +4 -4
- package/esm2020/mdc-dialog/module.mjs +5 -5
- package/esm2020/mdc-form-field/directives/error.mjs +4 -4
- package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
- package/esm2020/mdc-form-field/directives/label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
- package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
- package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
- package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
- package/esm2020/mdc-form-field/form-field.mjs +53 -41
- package/esm2020/mdc-form-field/module.mjs +5 -5
- package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
- package/esm2020/mdc-input/input.mjs +4 -4
- package/esm2020/mdc-input/module.mjs +5 -5
- package/esm2020/mdc-list/action-list.mjs +5 -5
- package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
- package/esm2020/mdc-list/list-base.mjs +7 -7
- package/esm2020/mdc-list/list-item-sections.mjs +19 -19
- package/esm2020/mdc-list/list-option.mjs +6 -6
- package/esm2020/mdc-list/list.mjs +21 -9
- package/esm2020/mdc-list/module.mjs +5 -5
- package/esm2020/mdc-list/nav-list.mjs +5 -5
- package/esm2020/mdc-list/selection-list.mjs +6 -6
- package/esm2020/mdc-list/subheader.mjs +4 -4
- package/esm2020/mdc-menu/directives.mjs +7 -7
- package/esm2020/mdc-menu/menu-item.mjs +4 -4
- package/esm2020/mdc-menu/menu.mjs +5 -5
- package/esm2020/mdc-menu/module.mjs +5 -5
- package/esm2020/mdc-paginator/module.mjs +5 -5
- package/esm2020/mdc-paginator/paginator.mjs +5 -5
- package/esm2020/mdc-paginator/public-api.mjs +1 -1
- package/esm2020/mdc-progress-bar/module.mjs +5 -5
- package/esm2020/mdc-progress-bar/progress-bar.mjs +5 -5
- package/esm2020/mdc-progress-spinner/module.mjs +5 -5
- package/esm2020/mdc-progress-spinner/progress-spinner.mjs +8 -5
- package/esm2020/mdc-radio/module.mjs +5 -5
- package/esm2020/mdc-radio/radio.mjs +8 -8
- package/esm2020/mdc-radio/testing/radio-harness.mjs +3 -2
- package/esm2020/mdc-select/module.mjs +5 -5
- package/esm2020/mdc-select/select.mjs +9 -9
- package/esm2020/mdc-slide-toggle/module.mjs +5 -5
- package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
- package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +4 -2
- package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
- package/esm2020/mdc-slider/module.mjs +5 -5
- package/esm2020/mdc-slider/slider.mjs +12 -12
- package/esm2020/mdc-snack-bar/module.mjs +5 -5
- package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +5 -5
- package/esm2020/mdc-snack-bar/snack-bar-container.mjs +5 -5
- package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
- package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
- package/esm2020/mdc-table/cell.mjs +22 -22
- package/esm2020/mdc-table/module.mjs +5 -5
- package/esm2020/mdc-table/row.mjs +22 -22
- package/esm2020/mdc-table/table.mjs +9 -9
- package/esm2020/mdc-table/text-column.mjs +4 -4
- package/esm2020/mdc-tabs/module.mjs +5 -5
- package/esm2020/mdc-tabs/tab-body.mjs +8 -8
- package/esm2020/mdc-tabs/tab-content.mjs +4 -4
- package/esm2020/mdc-tabs/tab-group.mjs +18 -6
- package/esm2020/mdc-tabs/tab-header.mjs +5 -5
- package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
- package/esm2020/mdc-tabs/tab-label.mjs +4 -4
- package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +29 -12
- package/esm2020/mdc-tabs/tab.mjs +4 -4
- package/esm2020/mdc-tooltip/module.mjs +5 -5
- package/esm2020/mdc-tooltip/tooltip.mjs +8 -8
- package/esm2020/menubar/menubar-item.mjs +19 -5
- package/esm2020/menubar/menubar-module.mjs +5 -5
- package/esm2020/menubar/menubar.mjs +11 -14
- package/esm2020/popover-edit/lens-directives.mjs +10 -10
- package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
- package/esm2020/popover-edit/table-directives.mjs +13 -13
- package/esm2020/selection/row-selection.mjs +4 -4
- package/esm2020/selection/select-all.mjs +4 -4
- package/esm2020/selection/selection-column.mjs +6 -6
- package/esm2020/selection/selection-module.mjs +5 -5
- package/esm2020/selection/selection-toggle.mjs +4 -4
- package/esm2020/selection/selection.mjs +4 -4
- package/esm2020/version.mjs +1 -1
- package/fesm2015/column-resize.mjs +36 -36
- package/fesm2015/column-resize.mjs.map +1 -1
- package/fesm2015/material-experimental.mjs +1 -1
- package/fesm2015/material-experimental.mjs.map +1 -1
- package/fesm2015/mdc-autocomplete.mjs +14 -14
- package/fesm2015/mdc-autocomplete.mjs.map +1 -1
- package/fesm2015/mdc-button.mjs +42 -42
- package/fesm2015/mdc-button.mjs.map +1 -1
- package/fesm2015/mdc-card.mjs +47 -47
- package/fesm2015/mdc-card.mjs.map +1 -1
- package/fesm2015/mdc-checkbox/testing.mjs +2 -1
- package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2015/mdc-checkbox.mjs +8 -8
- package/fesm2015/mdc-checkbox.mjs.map +1 -1
- package/fesm2015/mdc-chips.mjs +70 -66
- package/fesm2015/mdc-chips.mjs.map +1 -1
- package/fesm2015/mdc-core.mjs +12 -12
- package/fesm2015/mdc-core.mjs.map +1 -1
- package/fesm2015/mdc-dialog.mjs +38 -27
- package/fesm2015/mdc-dialog.mjs.map +1 -1
- package/fesm2015/mdc-form-field/testing.mjs +1 -1
- package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2015/mdc-form-field.mjs +81 -69
- package/fesm2015/mdc-form-field.mjs.map +1 -1
- package/fesm2015/mdc-input.mjs +7 -7
- package/fesm2015/mdc-input.mjs.map +1 -1
- package/fesm2015/mdc-list.mjs +70 -59
- package/fesm2015/mdc-list.mjs.map +1 -1
- package/fesm2015/mdc-menu.mjs +17 -17
- package/fesm2015/mdc-menu.mjs.map +1 -1
- package/fesm2015/mdc-paginator.mjs +8 -8
- package/fesm2015/mdc-paginator.mjs.map +1 -1
- package/fesm2015/mdc-progress-bar.mjs +8 -8
- package/fesm2015/mdc-progress-bar.mjs.map +1 -1
- package/fesm2015/mdc-progress-spinner.mjs +11 -8
- package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2015/mdc-radio/testing.mjs +2 -1
- package/fesm2015/mdc-radio/testing.mjs.map +1 -1
- package/fesm2015/mdc-radio.mjs +11 -11
- package/fesm2015/mdc-radio.mjs.map +1 -1
- package/fesm2015/mdc-select.mjs +12 -12
- package/fesm2015/mdc-select.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle/testing.mjs +3 -1
- package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle.mjs +8 -8
- package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2015/mdc-slider.mjs +18 -18
- package/fesm2015/mdc-slider.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar.mjs +24 -24
- package/fesm2015/mdc-snack-bar.mjs.map +1 -1
- package/fesm2015/mdc-table.mjs +57 -57
- package/fesm2015/mdc-table.mjs.map +1 -1
- package/fesm2015/mdc-tabs.mjs +72 -43
- package/fesm2015/mdc-tabs.mjs.map +1 -1
- package/fesm2015/mdc-tooltip.mjs +11 -11
- package/fesm2015/mdc-tooltip.mjs.map +1 -1
- package/fesm2015/menubar.mjs +32 -20
- package/fesm2015/menubar.mjs.map +1 -1
- package/fesm2015/popover-edit.mjs +25 -25
- package/fesm2015/popover-edit.mjs.map +1 -1
- package/fesm2015/selection.mjs +21 -21
- package/fesm2015/selection.mjs.map +1 -1
- package/fesm2020/column-resize.mjs +36 -36
- package/fesm2020/column-resize.mjs.map +1 -1
- package/fesm2020/material-experimental.mjs +1 -1
- package/fesm2020/material-experimental.mjs.map +1 -1
- package/fesm2020/mdc-autocomplete.mjs +14 -14
- package/fesm2020/mdc-autocomplete.mjs.map +1 -1
- package/fesm2020/mdc-button.mjs +42 -42
- package/fesm2020/mdc-button.mjs.map +1 -1
- package/fesm2020/mdc-card.mjs +47 -47
- package/fesm2020/mdc-card.mjs.map +1 -1
- package/fesm2020/mdc-checkbox/testing.mjs +2 -1
- package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2020/mdc-checkbox.mjs +8 -8
- package/fesm2020/mdc-checkbox.mjs.map +1 -1
- package/fesm2020/mdc-chips.mjs +70 -66
- package/fesm2020/mdc-chips.mjs.map +1 -1
- package/fesm2020/mdc-core.mjs +12 -12
- package/fesm2020/mdc-core.mjs.map +1 -1
- package/fesm2020/mdc-dialog.mjs +38 -27
- package/fesm2020/mdc-dialog.mjs.map +1 -1
- package/fesm2020/mdc-form-field/testing.mjs +1 -1
- package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2020/mdc-form-field.mjs +80 -68
- package/fesm2020/mdc-form-field.mjs.map +1 -1
- package/fesm2020/mdc-input.mjs +7 -7
- package/fesm2020/mdc-input.mjs.map +1 -1
- package/fesm2020/mdc-list.mjs +70 -59
- package/fesm2020/mdc-list.mjs.map +1 -1
- package/fesm2020/mdc-menu.mjs +17 -17
- package/fesm2020/mdc-menu.mjs.map +1 -1
- package/fesm2020/mdc-paginator.mjs +8 -8
- package/fesm2020/mdc-paginator.mjs.map +1 -1
- package/fesm2020/mdc-progress-bar.mjs +8 -8
- package/fesm2020/mdc-progress-bar.mjs.map +1 -1
- package/fesm2020/mdc-progress-spinner.mjs +11 -8
- package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2020/mdc-radio/testing.mjs +2 -1
- package/fesm2020/mdc-radio/testing.mjs.map +1 -1
- package/fesm2020/mdc-radio.mjs +11 -11
- package/fesm2020/mdc-radio.mjs.map +1 -1
- package/fesm2020/mdc-select.mjs +12 -12
- package/fesm2020/mdc-select.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle/testing.mjs +3 -1
- package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle.mjs +8 -8
- package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2020/mdc-slider.mjs +18 -18
- package/fesm2020/mdc-slider.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar.mjs +24 -24
- package/fesm2020/mdc-snack-bar.mjs.map +1 -1
- package/fesm2020/mdc-table.mjs +57 -57
- package/fesm2020/mdc-table.mjs.map +1 -1
- package/fesm2020/mdc-tabs.mjs +72 -43
- package/fesm2020/mdc-tabs.mjs.map +1 -1
- package/fesm2020/mdc-tooltip.mjs +11 -11
- package/fesm2020/mdc-tooltip.mjs.map +1 -1
- package/fesm2020/menubar.mjs +31 -20
- package/fesm2020/menubar.mjs.map +1 -1
- package/fesm2020/popover-edit.mjs +25 -25
- package/fesm2020/popover-edit.mjs.map +1 -1
- package/fesm2020/selection.mjs +21 -21
- package/fesm2020/selection.mjs.map +1 -1
- package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
- package/mdc-button/_button-base.scss +4 -3
- package/mdc-button/_button-theme-private.scss +0 -1
- package/mdc-button/_button-theme.scss +11 -11
- package/mdc-button/_fab-theme.scss +10 -10
- package/mdc-button/_icon-button-theme.scss +11 -11
- package/mdc-card/_card-theme.scss +11 -11
- package/mdc-checkbox/_checkbox-theme.scss +16 -17
- package/mdc-chips/_chips-theme.scss +13 -13
- package/mdc-chips/chip-grid.d.ts +18 -5
- package/mdc-chips/chip-input.d.ts +2 -5
- package/mdc-chips/chip-listbox.d.ts +1 -2
- package/mdc-chips/chip-set.d.ts +3 -1
- package/mdc-color/_all-color.scss +4 -3
- package/mdc-core/_core-theme.scss +13 -13
- package/mdc-core/option/_optgroup-theme.scss +11 -11
- package/mdc-core/option/_option-theme.scss +11 -11
- package/mdc-density/_all-density.scss +4 -3
- package/mdc-dialog/_dialog-theme.scss +49 -13
- package/mdc-dialog/dialog-content-directives.d.ts +5 -1
- package/mdc-form-field/_form-field-density.scss +4 -3
- package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
- package/mdc-form-field/_form-field-high-contrast.scss +5 -5
- package/mdc-form-field/_form-field-native-select.scss +5 -4
- package/mdc-form-field/_form-field-subscript.scss +5 -3
- package/mdc-form-field/_form-field-theme.scss +16 -16
- package/mdc-form-field/form-field.d.ts +23 -11
- package/mdc-form-field/testing/public-api.d.ts +1 -1
- package/mdc-helpers/_focus-indicators-theme.scss +6 -6
- package/mdc-helpers/_focus-indicators.scss +2 -2
- package/mdc-helpers/_mdc-helpers.scss +12 -14
- package/mdc-input/_input-theme.scss +10 -10
- package/mdc-list/_interactive-list-theme.scss +2 -2
- package/mdc-list/_list-theme.scss +15 -17
- package/mdc-list/list.d.ts +5 -1
- package/mdc-menu/_menu-theme.scss +10 -10
- package/mdc-paginator/_paginator-theme.scss +20 -23
- package/mdc-paginator/public-api.d.ts +1 -1
- package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
- package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
- package/mdc-radio/_radio-theme.scss +13 -14
- package/mdc-select/_select-theme.scss +10 -10
- package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
- package/mdc-slider/_slider-theme.scss +11 -12
- package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
- package/mdc-table/_table-theme.scss +12 -12
- package/mdc-tabs/_tabs-common.scss +5 -4
- package/mdc-tabs/_tabs-theme.scss +14 -14
- package/mdc-tabs/tab-group.d.ts +5 -1
- package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +8 -3
- package/mdc-theming/_all-theme.scss +3 -2
- package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
- package/mdc-theming/prebuilt/indigo-pink.css +1 -1
- package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
- package/mdc-theming/prebuilt/purple-green.css +1 -1
- package/mdc-tooltip/_tooltip-theme.scss +12 -13
- package/mdc-typography/_all-typography.scss +5 -5
- package/menubar/menubar-item.d.ts +1 -0
- package/package.json +55 -9
- package/popover-edit/_popover-edit-theme.scss +23 -26
- package/selection/_selection.scss +3 -3
|
@@ -1,33 +1,69 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
1
3
|
@use '@material/dialog' as mdc-dialog;
|
|
4
|
+
@use '@material/dialog/dialog-theme' as mdc-dialog-theme;
|
|
5
|
+
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
|
+
@use '@material/typography' as mdc-typography;
|
|
7
|
+
|
|
2
8
|
@use '../mdc-helpers/mdc-helpers';
|
|
3
|
-
@use '../../material/core/typography/typography';
|
|
4
|
-
@use '../../material/core/theming/theming';
|
|
5
9
|
|
|
6
10
|
@mixin color($config-or-theme) {
|
|
7
|
-
$config:
|
|
11
|
+
$config: mat.get-color-config($config-or-theme);
|
|
12
|
+
|
|
8
13
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
9
|
-
|
|
14
|
+
.mat-mdc-dialog-container {
|
|
15
|
+
$surface: mdc-theme-color.$surface;
|
|
16
|
+
$on-surface: mdc-theme-color.$on-surface;
|
|
17
|
+
$text-emphasis-high: mdc-theme-color.text-emphasis(high);
|
|
18
|
+
$text-emphasis-medium: mdc-theme-color.text-emphasis(medium);
|
|
19
|
+
|
|
20
|
+
@include mdc-dialog-theme.theme((
|
|
21
|
+
container-color: $surface,
|
|
22
|
+
container-elevation: 24,
|
|
23
|
+
container-shadow-color: $on-surface,
|
|
24
|
+
with-divider-divider-color: rgba($on-surface, mdc-dialog.$scroll-divider-opacity),
|
|
25
|
+
subhead-color: rgba($on-surface, $text-emphasis-high),
|
|
26
|
+
supporting-text-color: rgba($on-surface, $text-emphasis-medium),
|
|
27
|
+
));
|
|
28
|
+
}
|
|
10
29
|
}
|
|
11
30
|
}
|
|
12
31
|
|
|
13
32
|
@mixin typography($config-or-theme) {
|
|
14
|
-
$config:
|
|
15
|
-
|
|
33
|
+
$config: mat.private-typography-to-2018-config(
|
|
34
|
+
mat.get-typography-config($config-or-theme));
|
|
16
35
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
17
|
-
|
|
36
|
+
.mat-mdc-dialog-container {
|
|
37
|
+
$styles: mdc-typography.$styles;
|
|
38
|
+
$headline6: map.get($styles, headline6);
|
|
39
|
+
|
|
40
|
+
@include mdc-dialog-theme.theme((
|
|
41
|
+
subhead-font: map.get($headline6, font-family),
|
|
42
|
+
subhead-line-height: map.get($styles, headline6, line-height),
|
|
43
|
+
subhead-size: map.get($styles, headline6, font-size),
|
|
44
|
+
subhead-weight: map.get($styles, headline6, font-weight),
|
|
45
|
+
subhead-tracking: map.get($styles, headline6, letter-spacing),
|
|
46
|
+
|
|
47
|
+
supporting-text-font: map.get($styles, body1, font-family),
|
|
48
|
+
supporting-text-line-height: map.get($styles, body1, line-height),
|
|
49
|
+
supporting-text-size: map.get($styles, body1, font-size),
|
|
50
|
+
supporting-text-weight: map.get($styles, body1, font-weight),
|
|
51
|
+
supporting-text-tracking: map.get($styles, body1, letter-spacing),
|
|
52
|
+
));
|
|
53
|
+
}
|
|
18
54
|
}
|
|
19
55
|
}
|
|
20
56
|
|
|
21
57
|
@mixin density($config-or-theme) {
|
|
22
|
-
$density-scale:
|
|
58
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
23
59
|
}
|
|
24
60
|
|
|
25
61
|
@mixin theme($theme-or-color-config) {
|
|
26
|
-
$theme:
|
|
27
|
-
@include
|
|
28
|
-
$color:
|
|
29
|
-
$density:
|
|
30
|
-
$typography:
|
|
62
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
63
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-dialog') {
|
|
64
|
+
$color: mat.get-color-config($theme);
|
|
65
|
+
$density: mat.get-density-config($theme);
|
|
66
|
+
$typography: mat.get-typography-config($theme);
|
|
31
67
|
|
|
32
68
|
@if $color != null {
|
|
33
69
|
@include color($color);
|
|
@@ -55,6 +55,10 @@ export declare class MatDialogContent {
|
|
|
55
55
|
* Stays fixed to the bottom when scrolling.
|
|
56
56
|
*/
|
|
57
57
|
export declare class MatDialogActions {
|
|
58
|
+
/**
|
|
59
|
+
* Horizontal alignment of action buttons.
|
|
60
|
+
*/
|
|
61
|
+
align?: 'start' | 'center' | 'end';
|
|
58
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogActions, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogActions, "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", never, {}, {}, never>;
|
|
63
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogActions, "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", never, { "align": "align"; }, {}, never>;
|
|
60
64
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:math';
|
|
3
|
+
@use '@angular/material' as mat;
|
|
3
4
|
@use '@material/density' as mdc-density;
|
|
4
5
|
@use '@material/textfield' as mdc-textfield;
|
|
5
|
-
|
|
6
|
-
@use 'form-field-sizing';
|
|
6
|
+
|
|
7
|
+
@use './form-field-sizing';
|
|
7
8
|
|
|
8
9
|
// Mixin that sets the vertical spacing for the infix container of filled form fields.
|
|
9
10
|
// We need to apply spacing to the infix container because we removed the input padding
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
// specification. In order to support density, we need to adjust the vertical spacing to be
|
|
40
41
|
// based on the density scale.
|
|
41
42
|
@mixin private-form-field-density($config-or-theme) {
|
|
42
|
-
$density-scale:
|
|
43
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
43
44
|
// Height of the form field that is based on the current density scale.
|
|
44
45
|
$height: mdc-density.prop-value(
|
|
45
46
|
$density-config: mdc-textfield.$density-config,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/ripple/functions' as mdc-ripple-functions;
|
|
2
3
|
@use '@material/textfield' as mdc-textfield;
|
|
3
|
-
@use '../../material/core/style/layout-common';
|
|
4
4
|
|
|
5
5
|
// MDC text-field uses `@material/ripple` in order to show a focus and hover effect for
|
|
6
6
|
// text-fields. This is unnecessary because the ripples bring in a lot of unnecessary
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// uses the exact same logic to compute the colors as in the default MDC text-field ripples.
|
|
12
12
|
@mixin private-form-field-focus-overlay() {
|
|
13
13
|
.mat-mdc-form-field-focus-overlay {
|
|
14
|
-
@include
|
|
14
|
+
@include mat.private-fill;
|
|
15
15
|
opacity: 0;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use '@angular/cdk';
|
|
2
2
|
|
|
3
3
|
@mixin private-form-field-high-contrast() {
|
|
4
4
|
$focus-indicator-width: 3px;
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
// The outline of the `fill` appearance is achieved through a background color
|
|
9
9
|
// which won't be visible in high contrast mode. Add an outline to replace it.
|
|
10
10
|
.mat-mdc-text-field-wrapper {
|
|
11
|
-
@include
|
|
11
|
+
@include cdk.high-contrast(active, off) {
|
|
12
12
|
outline: solid 1px;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
// Use GreyText for the disabled outline color which will account for the user's configuration.
|
|
17
17
|
&.mat-form-field-disabled .mat-mdc-text-field-wrapper {
|
|
18
|
-
@include
|
|
18
|
+
@include cdk.high-contrast(active, off) {
|
|
19
19
|
outline-color: GrayText;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
// If a form field with fill appearance is focused, update the outline to be
|
|
25
25
|
// dashed and thicker to indicate focus.
|
|
26
26
|
.mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper {
|
|
27
|
-
@include
|
|
27
|
+
@include cdk.high-contrast(active, off) {
|
|
28
28
|
outline: $focus-indicator-style $focus-indicator-width;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
// For form fields with outline appearance, we show a dashed thick border on top
|
|
33
33
|
// of the solid notched-outline border to indicate focus.
|
|
34
34
|
.mat-mdc-form-field.mat-focused .mdc-notched-outline {
|
|
35
|
-
@include
|
|
35
|
+
@include cdk.high-contrast(active, off) {
|
|
36
36
|
border: $focus-indicator-style $focus-indicator-width;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:math';
|
|
3
|
-
@use '
|
|
4
|
-
@use '../../material/core/theming/palette';
|
|
3
|
+
@use '@angular/material' as mat;
|
|
5
4
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
5
|
|
|
6
|
+
@use '../mdc-helpers/mdc-helpers';
|
|
7
|
+
|
|
7
8
|
// Width of the Material Design form-field select arrow.
|
|
8
9
|
$mat-form-field-select-arrow-width: 10px;
|
|
9
10
|
// Height of the Material Design form-field select arrow.
|
|
@@ -88,11 +89,11 @@ $mat-form-field-select-horizontal-end-padding: $mat-form-field-select-arrow-widt
|
|
|
88
89
|
// reset the color of the options to something dark.
|
|
89
90
|
@if (map.get($config, is-dark)) {
|
|
90
91
|
option {
|
|
91
|
-
color:
|
|
92
|
+
color: mat.$private-dark-primary-text;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
option:disabled {
|
|
95
|
-
color:
|
|
96
|
+
color: mat.$private-dark-disabled-text;
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
99
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
@use '@angular/material' as mat;
|
|
1
3
|
@use '@material/textfield' as mdc-textfield;
|
|
2
4
|
@use '@material/theme/theme' as mdc-theme;
|
|
3
5
|
@use '@material/typography' as mdc-typography;
|
|
4
6
|
@use '@material/textfield/variables' as mdc-textfield-variables;
|
|
5
|
-
|
|
7
|
+
|
|
8
|
+
@use './form-field-sizing';
|
|
6
9
|
@use '../mdc-helpers/mdc-helpers';
|
|
7
|
-
@use '../../material/core/theming/theming';
|
|
8
10
|
|
|
9
11
|
@mixin private-form-field-subscript() {
|
|
10
12
|
// Wrapper for the hints and error messages.
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
// We need to define our own typography for the subscript because we don't include MDC's
|
|
71
73
|
// helper text in our MDC based form field
|
|
72
74
|
@mixin private-form-field-subscript-typography($config-or-theme) {
|
|
73
|
-
$config:
|
|
75
|
+
$config: mat.get-typography-config($config-or-theme);
|
|
74
76
|
|
|
75
77
|
// The subscript wrapper has a minimum height to avoid that the form-field
|
|
76
78
|
// jumps when hints or errors are displayed.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/textfield' as mdc-textfield;
|
|
2
3
|
@use '@material/floating-label' as mdc-floating-label;
|
|
3
4
|
@use '@material/notched-outline' as mdc-notched-outline;
|
|
4
5
|
@use '@material/line-ripple' as mdc-line-ripple;
|
|
5
6
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
7
|
@use '@material/typography/typography' as mdc-typography;
|
|
8
|
+
|
|
7
9
|
@use '../mdc-helpers/mdc-helpers';
|
|
8
|
-
@use '
|
|
9
|
-
@use 'form-field-
|
|
10
|
-
@use 'form-field-
|
|
11
|
-
@use 'form-field-
|
|
12
|
-
@use '
|
|
13
|
-
@use 'mdc-text-field-theme-variable-refresh';
|
|
14
|
-
@use '../../material/core/theming/theming';
|
|
10
|
+
@use './form-field-density';
|
|
11
|
+
@use './form-field-subscript';
|
|
12
|
+
@use './form-field-focus-overlay';
|
|
13
|
+
@use './form-field-native-select';
|
|
14
|
+
@use './mdc-text-field-theme-variable-refresh';
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
// Mixin that overwrites the default MDC text-field color styles to be based on
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
@mixin color($config-or-theme) {
|
|
43
|
-
$config:
|
|
43
|
+
$config: mat.get-color-config($config-or-theme);
|
|
44
44
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
45
45
|
@include mdc-text-field-theme-variable-refresh.private-text-field-refresh-theme-variables() {
|
|
46
46
|
@include mdc-textfield.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
@mixin typography($config-or-theme) {
|
|
66
|
-
$config:
|
|
67
|
-
|
|
66
|
+
$config: mat.private-typography-to-2018-config(
|
|
67
|
+
mat.get-typography-config($config-or-theme));
|
|
68
68
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
69
69
|
@include mdc-textfield.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
70
70
|
@include mdc-floating-label.core-styles($query: mdc-helpers.$mat-typography-styles-query);
|
|
@@ -100,16 +100,16 @@
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
@mixin density($config-or-theme) {
|
|
103
|
-
$density-scale:
|
|
103
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
104
104
|
@include form-field-density.private-form-field-density($density-scale);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
@mixin theme($theme-or-color-config) {
|
|
108
|
-
$theme:
|
|
109
|
-
@include
|
|
110
|
-
$color:
|
|
111
|
-
$density:
|
|
112
|
-
$typography:
|
|
108
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
109
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-form-field') {
|
|
110
|
+
$color: mat.get-color-config($theme);
|
|
111
|
+
$density: mat.get-density-config($theme);
|
|
112
|
+
$typography: mat.get-typography-config($theme);
|
|
113
113
|
|
|
114
114
|
@if $color != null {
|
|
115
115
|
@include color($color);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { Directionality } from '@angular/cdk/bidi';
|
|
9
9
|
import { Platform } from '@angular/cdk/platform';
|
|
10
10
|
import { AfterContentChecked, AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, InjectionToken, NgZone, OnDestroy, QueryList } from '@angular/core';
|
|
11
|
-
import {
|
|
11
|
+
import { AbstractControlDirective } from '@angular/forms';
|
|
12
12
|
import { ThemePalette } from '@angular/material-experimental/mdc-core';
|
|
13
13
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
14
14
|
import { MatError } from './directives/error';
|
|
@@ -32,9 +32,18 @@ export declare type SubscriptSizing = 'fixed' | 'dynamic';
|
|
|
32
32
|
* using the `MAT_FORM_FIELD_DEFAULT_OPTIONS` injection token.
|
|
33
33
|
*/
|
|
34
34
|
export interface MatFormFieldDefaultOptions {
|
|
35
|
+
/** Default form field appearance style. */
|
|
35
36
|
appearance?: MatFormFieldAppearance;
|
|
37
|
+
/** Default color of the form field. */
|
|
38
|
+
color?: ThemePalette;
|
|
39
|
+
/** Whether the required marker should be hidden by default. */
|
|
36
40
|
hideRequiredMarker?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Whether the label for form fields should by default float `always`,
|
|
43
|
+
* `never`, or `auto` (only when necessary).
|
|
44
|
+
*/
|
|
37
45
|
floatLabel?: FloatLabelType;
|
|
46
|
+
/** Whether the form field should reserve space for one line by default. */
|
|
38
47
|
subscriptSizing?: SubscriptSizing;
|
|
39
48
|
}
|
|
40
49
|
/**
|
|
@@ -43,7 +52,7 @@ export interface MatFormFieldDefaultOptions {
|
|
|
43
52
|
*/
|
|
44
53
|
export declare const MAT_FORM_FIELD_DEFAULT_OPTIONS: InjectionToken<MatFormFieldDefaultOptions>;
|
|
45
54
|
/** Container for form controls that applies Material Design styling and behavior. */
|
|
46
|
-
export declare class MatFormField implements
|
|
55
|
+
export declare class MatFormField implements AfterContentInit, AfterContentChecked, AfterViewInit, OnDestroy {
|
|
47
56
|
private _elementRef;
|
|
48
57
|
private _changeDetectorRef;
|
|
49
58
|
private _ngZone;
|
|
@@ -69,13 +78,13 @@ export declare class MatFormField implements AfterViewInit, OnDestroy, AfterCont
|
|
|
69
78
|
get hideRequiredMarker(): boolean;
|
|
70
79
|
set hideRequiredMarker(value: BooleanInput);
|
|
71
80
|
private _hideRequiredMarker;
|
|
72
|
-
/** The color palette for the form
|
|
81
|
+
/** The color palette for the form field. */
|
|
73
82
|
color: ThemePalette;
|
|
74
83
|
/** Whether the label should always float or float as the user types. */
|
|
75
84
|
get floatLabel(): FloatLabelType;
|
|
76
85
|
set floatLabel(value: FloatLabelType);
|
|
77
86
|
private _floatLabel;
|
|
78
|
-
/** The form
|
|
87
|
+
/** The form field appearance style. */
|
|
79
88
|
get appearance(): MatFormFieldAppearance;
|
|
80
89
|
set appearance(value: MatFormFieldAppearance);
|
|
81
90
|
private _appearance;
|
|
@@ -120,20 +129,20 @@ export declare class MatFormField implements AfterViewInit, OnDestroy, AfterCont
|
|
|
120
129
|
*/
|
|
121
130
|
getLabelId(): string | null;
|
|
122
131
|
/**
|
|
123
|
-
* Gets an ElementRef for the element that a overlay attached to the form
|
|
132
|
+
* Gets an ElementRef for the element that a overlay attached to the form field
|
|
124
133
|
* should be positioned relative to.
|
|
125
134
|
*/
|
|
126
135
|
getConnectedOverlayOrigin(): ElementRef;
|
|
127
136
|
/** Animates the placeholder up and locks it in position. */
|
|
128
137
|
_animateAndLockLabel(): void;
|
|
129
|
-
/** Initializes the registered form
|
|
138
|
+
/** Initializes the registered form field control. */
|
|
130
139
|
private _initializeControl;
|
|
131
140
|
private _checkPrefixAndSuffixTypes;
|
|
132
141
|
/** Initializes the prefix and suffix containers. */
|
|
133
142
|
private _initializePrefixAndSuffix;
|
|
134
143
|
/**
|
|
135
144
|
* Initializes the subscript by validating hints and synchronizing "aria-describedby" ids
|
|
136
|
-
* with the custom form
|
|
145
|
+
* with the custom form field control. Also subscribes to hint and error changes in order
|
|
137
146
|
* to be able to validate and synchronize ids on change.
|
|
138
147
|
*/
|
|
139
148
|
private _initializeSubscript;
|
|
@@ -143,7 +152,7 @@ export declare class MatFormField implements AfterViewInit, OnDestroy, AfterCont
|
|
|
143
152
|
/**
|
|
144
153
|
* The floating label in the docked state needs to account for prefixes. The horizontal offset
|
|
145
154
|
* is calculated whenever the appearance changes to `outline`, the prefixes change, or when the
|
|
146
|
-
* form
|
|
155
|
+
* form field is added to the DOM. This method sets up all subscriptions which are needed to
|
|
147
156
|
* trigger the label offset update. In general, we want to avoid performing measurements often,
|
|
148
157
|
* so we rely on the `NgZone` as indicator when the offset should be recalculated, instead of
|
|
149
158
|
* checking every change detection cycle.
|
|
@@ -155,7 +164,7 @@ export declare class MatFormField implements AfterViewInit, OnDestroy, AfterCont
|
|
|
155
164
|
/**
|
|
156
165
|
* Whether the label should display in the infix. Labels in the outline appearance are
|
|
157
166
|
* displayed as part of the notched-outline and are horizontally offset to account for
|
|
158
|
-
* form
|
|
167
|
+
* form field prefix content. This won't work in server side rendering since we cannot
|
|
159
168
|
* measure the width of the prefix container. To make the docked label appear as if the
|
|
160
169
|
* right offset has been calculated, we forcibly render the label inside the infix. Since
|
|
161
170
|
* the label is part of the infix, the label cannot overflow the prefix content.
|
|
@@ -163,8 +172,11 @@ export declare class MatFormField implements AfterViewInit, OnDestroy, AfterCont
|
|
|
163
172
|
_forceDisplayInfixLabel(): boolean | 0;
|
|
164
173
|
_hasFloatingLabel(): boolean;
|
|
165
174
|
_shouldLabelFloat(): boolean;
|
|
166
|
-
/**
|
|
167
|
-
|
|
175
|
+
/**
|
|
176
|
+
* Determines whether a class from the AbstractControlDirective
|
|
177
|
+
* should be forwarded to the host element.
|
|
178
|
+
*/
|
|
179
|
+
_shouldForward(prop: keyof AbstractControlDirective): boolean;
|
|
168
180
|
/** Determines whether to display hints or errors. */
|
|
169
181
|
_getDisplayedMessages(): 'error' | 'hint';
|
|
170
182
|
/** Refreshes the width of the outline-notch, if present. */
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
8
|
+
export { MatFormFieldControlHarness } from '@angular/material/form-field/testing/control';
|
|
9
9
|
export { FormFieldHarnessFilters } from '@angular/material/form-field/testing';
|
|
10
10
|
export * from './form-field-harness';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use 'sass:map';
|
|
2
3
|
@use 'sass:meta';
|
|
3
|
-
@use '../../material/core/theming/theming';
|
|
4
4
|
|
|
5
5
|
@mixin _border-color($color) {
|
|
6
6
|
.mat-mdc-focus-indicator::before {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
@include _border-color($config-or-theme-or-color);
|
|
15
15
|
}
|
|
16
16
|
@else {
|
|
17
|
-
$config:
|
|
18
|
-
$border-color:
|
|
17
|
+
$config: mat.get-color-config($config-or-theme-or-color);
|
|
18
|
+
$border-color: mat.get-color-from-palette(map.get($config, primary));
|
|
19
19
|
@include _border-color($border-color);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
@include _border-color($theme-or-color-config-or-color);
|
|
27
27
|
}
|
|
28
28
|
@else {
|
|
29
|
-
$theme:
|
|
30
|
-
@include
|
|
31
|
-
$color:
|
|
29
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config-or-color);
|
|
30
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-focus-indicators') {
|
|
31
|
+
$color: mat.get-color-config($theme);
|
|
32
32
|
@if $color != null {
|
|
33
33
|
@include color($color);
|
|
34
34
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use 'sass:map';
|
|
2
|
-
@use '../../material/core/style/layout-common';
|
|
3
3
|
|
|
4
4
|
/// Mixin that turns on strong focus indicators.
|
|
5
5
|
///
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
// Base styles for focus indicators.
|
|
25
25
|
.mat-mdc-focus-indicator::before {
|
|
26
|
-
@include
|
|
26
|
+
@include mat.private-fill();
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
pointer-events: none;
|
|
29
29
|
border: $border-width $border-style transparent;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
// TODO(mmalerba): this file should be split into separate cohesive partials for things like
|
|
2
2
|
// "theming", "typography", "core".
|
|
3
3
|
|
|
4
|
+
@use '@angular/material' as mat;
|
|
4
5
|
@use '@material/feature-targeting' as mdc-feature-targeting;
|
|
5
6
|
@use '@material/typography' as mdc-typography;
|
|
6
7
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
7
8
|
@use '@material/theme/css' as mdc-theme-css;
|
|
8
9
|
@use 'sass:map';
|
|
9
|
-
@use '../../material/core/theming/theming';
|
|
10
|
-
@use '../../material/core/typography/typography';
|
|
11
|
-
@use '../../material/core/typography/typography-utils';
|
|
12
10
|
|
|
13
11
|
// A set of standard queries to use with MDC's queryable mixins.
|
|
14
12
|
$mat-base-styles-query: mdc-feature-targeting.without(mdc-feature-targeting.any(color, typography));
|
|
@@ -48,11 +46,11 @@ $mat-typography-mdc-level-mappings: (
|
|
|
48
46
|
)),
|
|
49
47
|
if($mat-level,
|
|
50
48
|
(
|
|
51
|
-
font-size:
|
|
52
|
-
line-height:
|
|
53
|
-
font-weight:
|
|
54
|
-
letter-spacing:
|
|
55
|
-
font-family:
|
|
49
|
+
font-size: mat.font-size($mat-config, $mat-level),
|
|
50
|
+
line-height: mat.line-height($mat-config, $mat-level),
|
|
51
|
+
font-weight: mat.font-weight($mat-config, $mat-level),
|
|
52
|
+
letter-spacing: mat.letter-spacing($mat-config, $mat-level),
|
|
53
|
+
font-family: mat.font-family($mat-config, $mat-level),
|
|
56
54
|
// Angular Material doesn't use text-transform, so disable it.
|
|
57
55
|
text-transform: none,
|
|
58
56
|
),
|
|
@@ -86,7 +84,7 @@ $mat-typography-mdc-level-mappings: (
|
|
|
86
84
|
@function mat-typography-config-level-from-mdc($mdc-level) {
|
|
87
85
|
$mdc-level-config: map.get(mdc-typography.$styles, $mdc-level);
|
|
88
86
|
|
|
89
|
-
@return
|
|
87
|
+
@return mat.define-typography-level(
|
|
90
88
|
map.get($mdc-level-config, font-size),
|
|
91
89
|
map.get($mdc-level-config, line-height),
|
|
92
90
|
map.get($mdc-level-config, font-weight),
|
|
@@ -97,9 +95,9 @@ $mat-typography-mdc-level-mappings: (
|
|
|
97
95
|
// Configures MDC's global variables to reflect the given theme, applies the given styles,
|
|
98
96
|
// then resets the global variables to prevent unintended side effects.
|
|
99
97
|
@mixin mat-using-mdc-theme($config) {
|
|
100
|
-
$primary:
|
|
101
|
-
$accent:
|
|
102
|
-
$warn:
|
|
98
|
+
$primary: mat.get-color-from-palette(map.get($config, primary));
|
|
99
|
+
$accent: mat.get-color-from-palette(map.get($config, accent));
|
|
100
|
+
$warn: mat.get-color-from-palette(map.get($config, warn));
|
|
103
101
|
$background-palette: map.get($config, background);
|
|
104
102
|
|
|
105
103
|
// Save the original values.
|
|
@@ -121,8 +119,8 @@ $mat-typography-mdc-level-mappings: (
|
|
|
121
119
|
mdc-theme-color.$secondary: $accent;
|
|
122
120
|
mdc-theme-color.$on-secondary:
|
|
123
121
|
if(mdc-theme-color.contrast-tone(mdc-theme-color.$secondary) == 'dark', #000, #fff);
|
|
124
|
-
mdc-theme-color.$background:
|
|
125
|
-
mdc-theme-color.$surface:
|
|
122
|
+
mdc-theme-color.$background: mat.get-color-from-palette($background-palette, background);
|
|
123
|
+
mdc-theme-color.$surface: mat.get-color-from-palette($background-palette, card);
|
|
126
124
|
mdc-theme-color.$on-surface:
|
|
127
125
|
if(mdc-theme-color.contrast-tone(mdc-theme-color.$surface) == 'dark', #000, #fff);
|
|
128
126
|
mdc-theme-color.$error: $warn;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
1
3
|
@use '../mdc-helpers/mdc-helpers';
|
|
2
|
-
@use '../../material/core/typography/typography';
|
|
3
|
-
@use '../../material/core/theming/theming';
|
|
4
4
|
|
|
5
5
|
@mixin color($config-or-theme) {
|
|
6
|
-
$config:
|
|
6
|
+
$config: mat.get-color-config($config-or-theme);
|
|
7
7
|
@include mdc-helpers.mat-using-mdc-theme($config) {}
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
@mixin typography($config-or-theme) {
|
|
11
|
-
$config:
|
|
12
|
-
|
|
11
|
+
$config: mat.private-typography-to-2018-config(
|
|
12
|
+
mat.get-typography-config($config-or-theme));
|
|
13
13
|
@include mdc-helpers.mat-using-mdc-typography($config) {}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
@mixin density($config-or-theme) {}
|
|
17
17
|
|
|
18
18
|
@mixin theme($theme-or-color-config) {
|
|
19
|
-
$theme:
|
|
20
|
-
@include
|
|
21
|
-
$color:
|
|
22
|
-
$density:
|
|
23
|
-
$typography:
|
|
19
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
20
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-input') {
|
|
21
|
+
$color: mat.get-color-config($theme);
|
|
22
|
+
$density: mat.get-density-config($theme);
|
|
23
|
+
$typography: mat.get-typography-config($theme);
|
|
24
24
|
|
|
25
25
|
@if $color != null {
|
|
26
26
|
@include color($color);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/ripple' as mdc-ripple;
|
|
2
3
|
@use 'sass:map';
|
|
3
|
-
@use '../../material/core/theming/theming';
|
|
4
4
|
|
|
5
5
|
// Mixin that provides colors for the various states of an interactive list-item. MDC
|
|
6
6
|
// has integrated styles for these states but relies on their complex ripples for it.
|
|
7
7
|
@mixin private-interactive-list-item-state-colors($config) {
|
|
8
8
|
$is-dark-theme: map.get($config, is-dark);
|
|
9
9
|
$active-base-color: if($is-dark-theme, white, black);
|
|
10
|
-
$selected-color:
|
|
10
|
+
$selected-color: mat.get-color-from-palette(map.get($config, primary));
|
|
11
11
|
|
|
12
12
|
.mat-mdc-list-item-interactive {
|
|
13
13
|
&::before {
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/list/evolution-mixins' as mdc-list;
|
|
4
|
+
|
|
3
5
|
@use './interactive-list-theme';
|
|
4
6
|
@use './list-option-theme';
|
|
5
7
|
@use '../mdc-helpers/mdc-helpers';
|
|
6
|
-
@use '../../material/core/typography/typography';
|
|
7
|
-
@use '../../material/core/typography/typography-utils';
|
|
8
|
-
@use '../../material/core/theming/theming';
|
|
9
|
-
|
|
10
8
|
|
|
11
9
|
// TODO: implement mat-list[dense] once density system is in master
|
|
12
10
|
|
|
13
11
|
|
|
14
12
|
@mixin color($config-or-theme) {
|
|
15
|
-
$config:
|
|
16
|
-
$primary:
|
|
17
|
-
$accent:
|
|
18
|
-
$warn:
|
|
13
|
+
$config: mat.get-color-config($config-or-theme);
|
|
14
|
+
$primary: mat.get-color-from-palette(map.get($config, primary));
|
|
15
|
+
$accent: mat.get-color-from-palette(map.get($config, accent));
|
|
16
|
+
$warn: mat.get-color-from-palette(map.get($config, warn));
|
|
19
17
|
|
|
20
18
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
21
19
|
// MDC's state styles are tied in with their ripple. Since we don't use the MDC
|
|
@@ -36,7 +34,7 @@
|
|
|
36
34
|
}
|
|
37
35
|
|
|
38
36
|
@mixin density($config-or-theme) {
|
|
39
|
-
$density-scale:
|
|
37
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
40
38
|
|
|
41
39
|
@include mdc-helpers.disable-fallback-declarations {
|
|
42
40
|
.mat-mdc-list-item {
|
|
@@ -50,8 +48,8 @@
|
|
|
50
48
|
}
|
|
51
49
|
|
|
52
50
|
@mixin typography($config-or-theme) {
|
|
53
|
-
$config:
|
|
54
|
-
|
|
51
|
+
$config: mat.private-typography-to-2018-config(
|
|
52
|
+
mat.get-typography-config($config-or-theme));
|
|
55
53
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
56
54
|
@include mdc-list.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
57
55
|
@include list-option-theme.private-list-option-typography-styles();
|
|
@@ -62,16 +60,16 @@
|
|
|
62
60
|
// and the Google-specific spec states that it should be body-1.
|
|
63
61
|
// For consistency, we use body-1 for both public and Google internal.
|
|
64
62
|
.mat-mdc-list-item .mdc-list-item__primary-text {
|
|
65
|
-
@include
|
|
63
|
+
@include mat.typography-level($config, body-1);
|
|
66
64
|
}
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
@mixin theme($theme-or-color-config) {
|
|
70
|
-
$theme:
|
|
71
|
-
@include
|
|
72
|
-
$color:
|
|
73
|
-
$density:
|
|
74
|
-
$typography:
|
|
68
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
69
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-list') {
|
|
70
|
+
$color: mat.get-color-config($theme);
|
|
71
|
+
$density: mat.get-density-config($theme);
|
|
72
|
+
$typography: mat.get-typography-config($theme);
|
|
75
73
|
|
|
76
74
|
@if $color != null {
|
|
77
75
|
@include color($color);
|