@angular/material 18.1.0-next.0 → 18.1.0-next.2
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 +1 -1
- package/autocomplete/index.d.ts +1 -1
- package/badge/index.d.ts +4 -1
- package/bottom-sheet/index.d.ts +1 -1
- package/checkbox/_checkbox-common.scss +523 -0
- package/checkbox/_checkbox-theme.scss +23 -8
- package/checkbox/index.d.ts +10 -2
- package/chips/index.d.ts +5 -1
- package/core/index.d.ts +1 -1
- package/core/m2/_typography.scss +1 -1
- package/core/ripple/_ripple.scss +6 -0
- package/core/style/_vendor-prefixes.scss +5 -0
- package/core/theming/_config-validation.scss +3 -2
- package/core/theming/_definition.scss +4 -2
- package/core/theming/_palettes.scss +2 -0
- package/core/tokens/_m3-tokens.scss +168 -152
- package/core/tokens/m2/mdc/_checkbox.scss +3 -4
- package/core/tokens/m3/mat/_divider.scss +1 -1
- package/core/tokens/m3/mat/_expansion.scss +1 -1
- package/core/tokens/m3/mat/_stepper.scss +1 -1
- package/core/tokens/m3/mat/_table.scss +1 -1
- package/datepicker/index.d.ts +10 -2
- package/dialog/index.d.ts +0 -1
- package/dialog/testing/index.d.ts +1 -0
- package/esm2022/autocomplete/autocomplete-origin.mjs +4 -4
- package/esm2022/autocomplete/autocomplete-trigger.mjs +11 -10
- package/esm2022/autocomplete/autocomplete.mjs +4 -4
- package/esm2022/autocomplete/module.mjs +5 -5
- package/esm2022/badge/badge-module.mjs +5 -5
- package/esm2022/badge/badge.mjs +11 -8
- package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
- package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
- package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
- package/esm2022/button/button-base.mjs +7 -7
- package/esm2022/button/button.mjs +7 -7
- package/esm2022/button/fab.mjs +13 -13
- package/esm2022/button/icon-button.mjs +7 -7
- package/esm2022/button/module.mjs +5 -5
- package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
- package/esm2022/button-toggle/button-toggle.mjs +7 -7
- package/esm2022/card/card.mjs +43 -43
- package/esm2022/card/module.mjs +5 -5
- package/esm2022/checkbox/checkbox-config.mjs +1 -1
- package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
- package/esm2022/checkbox/checkbox.mjs +8 -15
- package/esm2022/checkbox/module.mjs +9 -9
- package/esm2022/chips/chip-action.mjs +4 -4
- package/esm2022/chips/chip-edit-input.mjs +4 -4
- package/esm2022/chips/chip-grid.mjs +4 -4
- package/esm2022/chips/chip-icons.mjs +10 -10
- package/esm2022/chips/chip-input.mjs +4 -4
- package/esm2022/chips/chip-listbox.mjs +4 -4
- package/esm2022/chips/chip-option.mjs +4 -4
- package/esm2022/chips/chip-row.mjs +4 -4
- package/esm2022/chips/chip-set.mjs +4 -4
- package/esm2022/chips/chip.mjs +9 -9
- package/esm2022/chips/module.mjs +5 -5
- package/esm2022/core/common-behaviors/common-module.mjs +5 -5
- package/esm2022/core/datetime/index.mjs +9 -9
- package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
- package/esm2022/core/error/error-options.mjs +7 -7
- package/esm2022/core/internal-form-field/internal-form-field.mjs +4 -4
- package/esm2022/core/line/line.mjs +8 -8
- package/esm2022/core/option/index.mjs +5 -5
- package/esm2022/core/option/optgroup.mjs +4 -4
- package/esm2022/core/option/option.mjs +4 -4
- package/esm2022/core/private/ripple-loader.mjs +4 -4
- package/esm2022/core/ripple/index.mjs +5 -5
- package/esm2022/core/ripple/ripple.mjs +4 -4
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/datepicker/calendar-body.mjs +4 -4
- package/esm2022/datepicker/calendar.mjs +8 -8
- package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
- package/esm2022/datepicker/date-range-input.mjs +4 -4
- package/esm2022/datepicker/date-range-picker.mjs +4 -4
- package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
- package/esm2022/datepicker/date-selection-model.mjs +10 -10
- package/esm2022/datepicker/datepicker-actions.mjs +10 -10
- package/esm2022/datepicker/datepicker-base.mjs +20 -23
- package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
- package/esm2022/datepicker/datepicker-input.mjs +4 -4
- package/esm2022/datepicker/datepicker-intl.mjs +4 -4
- package/esm2022/datepicker/datepicker-module.mjs +5 -5
- package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
- package/esm2022/datepicker/datepicker.mjs +4 -4
- package/esm2022/datepicker/month-view.mjs +4 -4
- package/esm2022/datepicker/multi-year-view.mjs +4 -4
- package/esm2022/datepicker/year-view.mjs +4 -4
- package/esm2022/dialog/dialog-container.mjs +4 -9
- package/esm2022/dialog/dialog-content-directives.mjs +16 -16
- package/esm2022/dialog/dialog.mjs +4 -4
- package/esm2022/dialog/module.mjs +5 -5
- package/esm2022/dialog/testing/dialog-opener.mjs +4 -3
- package/esm2022/divider/divider-module.mjs +5 -5
- package/esm2022/divider/divider.mjs +4 -4
- package/esm2022/expansion/accordion.mjs +4 -4
- package/esm2022/expansion/expansion-module.mjs +5 -5
- package/esm2022/expansion/expansion-panel-content.mjs +4 -4
- package/esm2022/expansion/expansion-panel-header.mjs +10 -10
- package/esm2022/expansion/expansion-panel.mjs +7 -7
- package/esm2022/form-field/directives/error.mjs +4 -4
- package/esm2022/form-field/directives/floating-label.mjs +4 -4
- package/esm2022/form-field/directives/hint.mjs +4 -4
- package/esm2022/form-field/directives/label.mjs +4 -4
- package/esm2022/form-field/directives/line-ripple.mjs +4 -4
- package/esm2022/form-field/directives/notched-outline.mjs +4 -4
- package/esm2022/form-field/directives/prefix.mjs +4 -4
- package/esm2022/form-field/directives/suffix.mjs +4 -4
- package/esm2022/form-field/form-field-control.mjs +4 -4
- package/esm2022/form-field/form-field.mjs +4 -4
- package/esm2022/form-field/module.mjs +5 -5
- package/esm2022/grid-list/grid-list-module.mjs +5 -5
- package/esm2022/grid-list/grid-list.mjs +4 -4
- package/esm2022/grid-list/grid-tile.mjs +16 -16
- package/esm2022/icon/icon-module.mjs +5 -5
- package/esm2022/icon/icon-registry.mjs +4 -4
- package/esm2022/icon/icon.mjs +4 -4
- package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
- package/esm2022/input/input.mjs +4 -4
- package/esm2022/input/module.mjs +5 -5
- package/esm2022/list/action-list.mjs +4 -4
- package/esm2022/list/list-base.mjs +7 -7
- package/esm2022/list/list-item-sections.mjs +19 -19
- package/esm2022/list/list-module.mjs +5 -5
- package/esm2022/list/list-option.mjs +6 -6
- package/esm2022/list/list.mjs +7 -7
- package/esm2022/list/nav-list.mjs +4 -4
- package/esm2022/list/selection-list.mjs +4 -4
- package/esm2022/list/subheader.mjs +4 -4
- package/esm2022/menu/menu-content.mjs +4 -4
- package/esm2022/menu/menu-item.mjs +4 -4
- package/esm2022/menu/menu-trigger.mjs +4 -4
- package/esm2022/menu/menu.mjs +4 -4
- package/esm2022/menu/module.mjs +5 -5
- package/esm2022/paginator/module.mjs +5 -5
- package/esm2022/paginator/paginator-intl.mjs +4 -4
- package/esm2022/paginator/paginator.mjs +4 -4
- package/esm2022/progress-bar/module.mjs +5 -5
- package/esm2022/progress-bar/progress-bar.mjs +4 -4
- package/esm2022/progress-spinner/module.mjs +5 -5
- package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
- package/esm2022/radio/module.mjs +5 -5
- package/esm2022/radio/radio.mjs +31 -9
- package/esm2022/select/module.mjs +5 -5
- package/esm2022/select/select.mjs +7 -7
- package/esm2022/sidenav/drawer.mjs +10 -10
- package/esm2022/sidenav/sidenav-module.mjs +5 -5
- package/esm2022/sidenav/sidenav.mjs +10 -10
- package/esm2022/slide-toggle/module.mjs +9 -9
- package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +4 -4
- package/esm2022/slide-toggle/slide-toggle.mjs +4 -4
- package/esm2022/slider/module.mjs +5 -5
- package/esm2022/slider/slider-input.mjs +7 -7
- package/esm2022/slider/slider-interface.mjs +2 -2
- package/esm2022/slider/slider-thumb.mjs +4 -4
- package/esm2022/slider/slider.mjs +9 -9
- package/esm2022/snack-bar/module.mjs +5 -5
- package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
- package/esm2022/snack-bar/snack-bar-container.mjs +6 -6
- package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
- package/esm2022/snack-bar/snack-bar.mjs +4 -4
- package/esm2022/sort/sort-header-intl.mjs +4 -4
- package/esm2022/sort/sort-header.mjs +4 -4
- package/esm2022/sort/sort-module.mjs +5 -5
- package/esm2022/sort/sort.mjs +4 -4
- package/esm2022/stepper/step-content.mjs +4 -4
- package/esm2022/stepper/step-header.mjs +4 -4
- package/esm2022/stepper/step-label.mjs +4 -4
- package/esm2022/stepper/stepper-button.mjs +7 -7
- package/esm2022/stepper/stepper-icon.mjs +4 -4
- package/esm2022/stepper/stepper-intl.mjs +4 -4
- package/esm2022/stepper/stepper-module.mjs +5 -5
- package/esm2022/stepper/stepper.mjs +7 -7
- package/esm2022/table/cell.mjs +22 -22
- package/esm2022/table/module.mjs +5 -5
- package/esm2022/table/row.mjs +22 -22
- package/esm2022/table/table.mjs +9 -9
- package/esm2022/table/text-column.mjs +4 -4
- package/esm2022/tabs/ink-bar.mjs +4 -4
- package/esm2022/tabs/module.mjs +5 -5
- package/esm2022/tabs/paginated-tab-header.mjs +4 -4
- package/esm2022/tabs/tab-body.mjs +7 -7
- package/esm2022/tabs/tab-content.mjs +4 -4
- package/esm2022/tabs/tab-group.mjs +4 -4
- package/esm2022/tabs/tab-header.mjs +4 -4
- package/esm2022/tabs/tab-label-wrapper.mjs +4 -4
- package/esm2022/tabs/tab-label.mjs +4 -4
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
- package/esm2022/tabs/tab.mjs +4 -4
- package/esm2022/toolbar/toolbar-module.mjs +5 -5
- package/esm2022/toolbar/toolbar.mjs +7 -7
- package/esm2022/tooltip/module.mjs +5 -5
- package/esm2022/tooltip/tooltip.mjs +7 -7
- package/esm2022/tree/node.mjs +10 -10
- package/esm2022/tree/outlet.mjs +4 -4
- package/esm2022/tree/padding.mjs +4 -4
- package/esm2022/tree/toggle.mjs +4 -4
- package/esm2022/tree/tree-module.mjs +5 -5
- package/esm2022/tree/tree.mjs +4 -4
- package/fesm2022/autocomplete.mjs +14 -13
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge.mjs +14 -11
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +10 -10
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +10 -10
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +34 -34
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +46 -46
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +16 -16
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +44 -44
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +59 -59
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +88 -84
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +3 -2
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +25 -30
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider.mjs +7 -7
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion.mjs +25 -25
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +34 -34
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +22 -22
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +7 -7
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +10 -10
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input.mjs +7 -7
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list.mjs +51 -51
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +16 -16
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator.mjs +10 -10
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +7 -7
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +7 -7
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio.mjs +35 -13
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select.mjs +10 -10
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +22 -22
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +14 -14
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +22 -22
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +24 -24
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort.mjs +13 -13
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +31 -31
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +57 -57
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +43 -43
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +10 -10
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +10 -10
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +25 -25
- package/fesm2022/tree.mjs.map +1 -1
- package/list/_list-item-hcm-indicator.scss +19 -19
- package/list/_list-theme.scss +6 -4
- package/package.json +2 -2
- package/prebuilt-themes/azure-blue.css +1 -1
- package/prebuilt-themes/cyan-orange.css +1 -1
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/magenta-violet.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/prebuilt-themes/rose-red.css +1 -1
- package/radio/index.d.ts +1 -0
- package/schematics/ng-add/fonts/material-fonts.js +2 -3
- package/schematics/ng-add/fonts/material-fonts.mjs +2 -3
- package/schematics/ng-add/index.js +3 -3
- package/schematics/ng-add/index.mjs +3 -3
- package/schematics/ng-add/package-config.js +3 -4
- package/schematics/ng-add/package-config.mjs +3 -4
- package/schematics/ng-add/setup-project.js +2 -2
- package/schematics/ng-add/setup-project.mjs +2 -2
- package/schematics/ng-add/theming/create-custom-theme.js +4 -5
- package/schematics/ng-add/theming/create-custom-theme.mjs +4 -5
- package/schematics/ng-add/theming/theming.js +3 -4
- package/schematics/ng-add/theming/theming.mjs +3 -4
- package/schematics/ng-generate/address-form/index.js +2 -2
- package/schematics/ng-generate/address-form/index.mjs +2 -2
- package/schematics/ng-generate/dashboard/index.js +2 -2
- package/schematics/ng-generate/dashboard/index.mjs +2 -2
- package/schematics/ng-generate/m3-theme/index_bundled.js +83 -4
- package/schematics/ng-generate/m3-theme/index_bundled.js.map +3 -3
- package/schematics/ng-generate/navigation/index.js +2 -2
- package/schematics/ng-generate/navigation/index.mjs +2 -2
- package/schematics/ng-generate/table/index.js +2 -2
- package/schematics/ng-generate/table/index.mjs +2 -2
- package/schematics/ng-generate/tree/index.js +2 -2
- package/schematics/ng-generate/tree/index.mjs +2 -2
- package/schematics/ng-update/index_bundled.js +192 -57
- package/schematics/ng-update/index_bundled.js.map +2 -2
- package/slider/index.d.ts +1 -1
- package/snack-bar/_snack-bar-theme.scss +16 -7
- package/sort/index.d.ts +1 -1
- package/tree/index.d.ts +2 -2
package/core/m2/_typography.scss
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
/// @param {Map} $input Configuration for the "input" typographic level.
|
|
49
49
|
/// @returns {Map} A typography config for the application.
|
|
50
50
|
///
|
|
51
|
-
/// @deprecated Use `mat.m2-define-typography-config` instead. See https://material.angular.io/guide/mdc-migration for information about migrating.
|
|
51
|
+
/// @deprecated Use `mat.m2-define-typography-config` instead. See https://v17.material.angular.io/guide/mdc-migration for information about migrating.
|
|
52
52
|
/// @breaking-change 17.0.0
|
|
53
53
|
@function define-legacy-typography-config(
|
|
54
54
|
$font-family: 'Roboto, "Helvetica Neue", sans-serif',
|
package/core/ripple/_ripple.scss
CHANGED
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
@if $err {
|
|
90
90
|
@return (#{'$config should be a color configuration object. Got:'} $config);
|
|
91
91
|
}
|
|
92
|
-
$allowed: (theme-type, primary, tertiary, use-system-variables);
|
|
92
|
+
$allowed: (theme-type, primary, tertiary, use-system-variables, system-variables-prefix);
|
|
93
93
|
$err: validation.validate-allowed-values(map.keys($config or ()), $allowed...);
|
|
94
94
|
@if $err {
|
|
95
95
|
@return (
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
bold-weight,
|
|
135
135
|
medium-weight,
|
|
136
136
|
regular-weight,
|
|
137
|
-
use-system-variables
|
|
137
|
+
use-system-variables,
|
|
138
|
+
system-variables-prefix
|
|
138
139
|
);
|
|
139
140
|
$err: validation.validate-allowed-values(map.keys($config or ()), $allowed...);
|
|
140
141
|
@if $err {
|
|
@@ -40,6 +40,7 @@ $theme-version: 1;
|
|
|
40
40
|
$type: map.get($config, theme-type) or light;
|
|
41
41
|
$primary: map.get($config, primary) or palettes.$violet-palette;
|
|
42
42
|
$tertiary: map.get($config, tertiary) or $primary;
|
|
43
|
+
$system-variables-prefix: map.get($config, system-variables-prefix) or sys;
|
|
43
44
|
sass-utils.$use-system-color-variables: map.get($config, use-system-variables) or false;
|
|
44
45
|
|
|
45
46
|
@return (
|
|
@@ -55,7 +56,7 @@ $theme-version: 1;
|
|
|
55
56
|
error: map.get($primary, error),
|
|
56
57
|
),
|
|
57
58
|
color-tokens: m3-tokens.generate-color-tokens(
|
|
58
|
-
$type, $primary, $tertiary, map.get($primary, error))
|
|
59
|
+
$type, $primary, $tertiary, map.get($primary, error), $system-variables-prefix)
|
|
59
60
|
)
|
|
60
61
|
);
|
|
61
62
|
}
|
|
@@ -74,6 +75,7 @@ $theme-version: 1;
|
|
|
74
75
|
$bold: map.get($config, bold-weight) or 700;
|
|
75
76
|
$medium: map.get($config, medium-weight) or 500;
|
|
76
77
|
$regular: map.get($config, regular-weight) or 400;
|
|
78
|
+
$system-variables-prefix: map.get($config, system-variables-prefix) or sys;
|
|
77
79
|
sass-utils.$use-system-typography-variables: map.get($config, use-system-variables) or false;
|
|
78
80
|
|
|
79
81
|
@return (
|
|
@@ -87,7 +89,7 @@ $theme-version: 1;
|
|
|
87
89
|
regular: $regular,
|
|
88
90
|
),
|
|
89
91
|
typography-tokens: m3-tokens.generate-typography-tokens(
|
|
90
|
-
$brand, $plain, $bold, $medium, $regular)
|
|
92
|
+
$brand, $plain, $bold, $medium, $regular, $system-variables-prefix)
|
|
91
93
|
)
|
|
92
94
|
);
|
|
93
95
|
}
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
/// The Material Design spec references some neutral hues that are not generated by
|
|
13
13
|
/// https://m3.material.io/theme-builder. For now we use this function to estimate the missing hues
|
|
14
14
|
/// by blending the nearest hues that are generated.
|
|
15
|
+
/// Note: when updating, the corresponding logic in the theme generation schematic should be
|
|
16
|
+
/// updated as well. See `src/material/schematics/ng-generate/m3-theme/index.ts#patchMissingHues`
|
|
15
17
|
@function _patch-missing-hues($palette) {
|
|
16
18
|
$neutral: map.get($palette, neutral);
|
|
17
19
|
$palette: map.set($palette, neutral, 4, _estimate-hue($neutral, 4, 0, 10));
|
|
@@ -135,6 +135,7 @@ $_cached-token-slots: null;
|
|
|
135
135
|
);
|
|
136
136
|
|
|
137
137
|
$type: map.get($theme, _mat-theming-internals-do-not-access, theme-type);
|
|
138
|
+
$system-variables-prefix: map.get($theme, system-variables-prefix) or sys;
|
|
138
139
|
$primary: map.merge(map.get($palettes, primary), $base-palettes);
|
|
139
140
|
$tertiary: map.merge(map.get($palettes, tertiary), $base-palettes);
|
|
140
141
|
$error: map.get($palettes, error);
|
|
@@ -148,7 +149,7 @@ $_cached-token-slots: null;
|
|
|
148
149
|
mdc-tokens.md-sys-color-values-light($ref));
|
|
149
150
|
|
|
150
151
|
@each $name, $value in $sys-colors {
|
|
151
|
-
|
|
152
|
+
--#{$system-variables-prefix}-#{$name}: #{map.get($overrides, $name) or $value};
|
|
152
153
|
}
|
|
153
154
|
}
|
|
154
155
|
|
|
@@ -159,7 +160,7 @@ $_cached-token-slots: null;
|
|
|
159
160
|
$bold: map.get($font-definition, bold);
|
|
160
161
|
$medium: map.get($font-definition, medium);
|
|
161
162
|
$regular: map.get($font-definition, regular);
|
|
162
|
-
|
|
163
|
+
$system-variables-prefix: map.get($theme, system-variables-prefix) or sys;
|
|
163
164
|
$ref: (
|
|
164
165
|
md-ref-typeface: _generate-ref-typeface-tokens($brand, $plain, $bold, $medium, $regular)
|
|
165
166
|
);
|
|
@@ -167,168 +168,180 @@ $_cached-token-slots: null;
|
|
|
167
168
|
$sys-typescale: mdc-tokens.md-sys-typescale-values($ref);
|
|
168
169
|
|
|
169
170
|
@each $name, $value in $sys-typescale {
|
|
170
|
-
|
|
171
|
+
--#{$system-variables-prefix}-#{$name}: #{map.get($overrides, $name) or $value};
|
|
171
172
|
}
|
|
172
173
|
}
|
|
173
174
|
|
|
174
|
-
@function
|
|
175
|
+
@function create-map($keys, $prefix) {
|
|
176
|
+
$result: ();
|
|
177
|
+
@each $key in $keys {
|
|
178
|
+
$result: map-merge($result, ($key: var(--#{$prefix}-#{$key})));
|
|
179
|
+
}
|
|
180
|
+
@return $result;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
@function _get-sys-color($type, $ref, $prefix) {
|
|
175
184
|
$mdc-sys-color: if($type == dark,
|
|
176
185
|
mdc-tokens.md-sys-color-values-dark($ref),
|
|
177
186
|
mdc-tokens.md-sys-color-values-light($ref));
|
|
178
187
|
|
|
179
188
|
@if (sass-utils.$use-system-color-variables) {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
'tertiary-fixed-dim': var(--sys-tertiary-fixed-dim),
|
|
189
|
+
$keys: (
|
|
190
|
+
'background',
|
|
191
|
+
'error',
|
|
192
|
+
'error-container',
|
|
193
|
+
'inverse-on-surface',
|
|
194
|
+
'inverse-primary',
|
|
195
|
+
'inverse-surface',
|
|
196
|
+
'on-background',
|
|
197
|
+
'on-error',
|
|
198
|
+
'on-error-container',
|
|
199
|
+
'on-primary',
|
|
200
|
+
'on-primary-container',
|
|
201
|
+
'on-primary-fixed',
|
|
202
|
+
'on-primary-fixed-variant',
|
|
203
|
+
'on-secondary',
|
|
204
|
+
'on-secondary-container',
|
|
205
|
+
'on-secondary-fixed',
|
|
206
|
+
'on-secondary-fixed-variant',
|
|
207
|
+
'on-surface',
|
|
208
|
+
'on-surface-variant',
|
|
209
|
+
'on-tertiary',
|
|
210
|
+
'on-tertiary-container',
|
|
211
|
+
'on-tertiary-fixed',
|
|
212
|
+
'on-tertiary-fixed-variant',
|
|
213
|
+
'outline',
|
|
214
|
+
'outline-variant',
|
|
215
|
+
'primary',
|
|
216
|
+
'primary-container',
|
|
217
|
+
'primary-fixed',
|
|
218
|
+
'primary-fixed-dim',
|
|
219
|
+
'scrim',
|
|
220
|
+
'secondary',
|
|
221
|
+
'secondary-container',
|
|
222
|
+
'secondary-fixed',
|
|
223
|
+
'secondary-fixed-dim',
|
|
224
|
+
'surface',
|
|
225
|
+
'surface-bright',
|
|
226
|
+
'surface-container',
|
|
227
|
+
'surface-container-high',
|
|
228
|
+
'surface-container-highest',
|
|
229
|
+
'surface-container-low',
|
|
230
|
+
'surface-container-lowest',
|
|
231
|
+
'surface-dim',
|
|
232
|
+
'surface-tint',
|
|
233
|
+
'surface-variant',
|
|
234
|
+
'tertiary',
|
|
235
|
+
'tertiary-container',
|
|
236
|
+
'tertiary-fixed',
|
|
237
|
+
'tertiary-fixed-dim'
|
|
230
238
|
);
|
|
239
|
+
@return map-merge(create-map($keys, $prefix), (
|
|
240
|
+
shadow: map.get($mdc-sys-color, shadow)
|
|
241
|
+
));
|
|
231
242
|
}
|
|
232
243
|
|
|
233
244
|
@return $mdc-sys-color;
|
|
234
245
|
}
|
|
235
246
|
|
|
236
|
-
@function _get-sys-typeface($ref) {
|
|
247
|
+
@function _get-sys-typeface($ref, $prefix) {
|
|
237
248
|
@if (sass-utils.$use-system-typography-variables) {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
249
|
+
$keys: (
|
|
250
|
+
'body-large',
|
|
251
|
+
'body-large-font',
|
|
252
|
+
'body-large-line-height',
|
|
253
|
+
'body-large-size',
|
|
254
|
+
'body-large-tracking',
|
|
255
|
+
'body-large-weight',
|
|
256
|
+
'body-medium',
|
|
257
|
+
'body-medium-font',
|
|
258
|
+
'body-medium-line-height',
|
|
259
|
+
'body-medium-size',
|
|
260
|
+
'body-medium-tracking',
|
|
261
|
+
'body-medium-weight',
|
|
262
|
+
'body-small',
|
|
263
|
+
'body-small-font',
|
|
264
|
+
'body-small-line-height',
|
|
265
|
+
'body-small-size',
|
|
266
|
+
'body-small-tracking',
|
|
267
|
+
'body-small-weight',
|
|
268
|
+
'display-large',
|
|
269
|
+
'display-large-font',
|
|
270
|
+
'display-large-line-height',
|
|
271
|
+
'display-large-size',
|
|
272
|
+
'display-large-tracking',
|
|
273
|
+
'display-large-weight',
|
|
274
|
+
'display-medium',
|
|
275
|
+
'display-medium-font',
|
|
276
|
+
'display-medium-line-height',
|
|
277
|
+
'display-medium-size',
|
|
278
|
+
'display-medium-tracking',
|
|
279
|
+
'display-medium-weight',
|
|
280
|
+
'display-small',
|
|
281
|
+
'display-small-font',
|
|
282
|
+
'display-small-line-height',
|
|
283
|
+
'display-small-size',
|
|
284
|
+
'display-small-tracking',
|
|
285
|
+
'display-small-weight',
|
|
286
|
+
'headline-large',
|
|
287
|
+
'headline-large-font',
|
|
288
|
+
'headline-large-line-height',
|
|
289
|
+
'headline-large-size',
|
|
290
|
+
'headline-large-tracking',
|
|
291
|
+
'headline-large-weight',
|
|
292
|
+
'headline-medium',
|
|
293
|
+
'headline-medium-font',
|
|
294
|
+
'headline-medium-line-height',
|
|
295
|
+
'headline-medium-size',
|
|
296
|
+
'headline-medium-tracking',
|
|
297
|
+
'headline-medium-weight',
|
|
298
|
+
'headline-small',
|
|
299
|
+
'headline-small-font',
|
|
300
|
+
'headline-small-line-height',
|
|
301
|
+
'headline-small-size',
|
|
302
|
+
'headline-small-tracking',
|
|
303
|
+
'headline-small-weight',
|
|
304
|
+
'label-large',
|
|
305
|
+
'label-large-font',
|
|
306
|
+
'label-large-line-height',
|
|
307
|
+
'label-large-size',
|
|
308
|
+
'label-large-tracking',
|
|
309
|
+
'label-large-weight',
|
|
310
|
+
'label-large-weight-prominent',
|
|
311
|
+
'label-medium',
|
|
312
|
+
'label-medium-font',
|
|
313
|
+
'label-medium-line-height',
|
|
314
|
+
'label-medium-size',
|
|
315
|
+
'label-medium-tracking',
|
|
316
|
+
'label-medium-weight',
|
|
317
|
+
'label-medium-weight-prominent',
|
|
318
|
+
'label-small',
|
|
319
|
+
'label-small-font',
|
|
320
|
+
'label-small-line-height',
|
|
321
|
+
'label-small-size',
|
|
322
|
+
'label-small-tracking',
|
|
323
|
+
'label-small-weight',
|
|
324
|
+
'title-large',
|
|
325
|
+
'title-large-font',
|
|
326
|
+
'title-large-line-height',
|
|
327
|
+
'title-large-size',
|
|
328
|
+
'title-large-tracking',
|
|
329
|
+
'title-large-weight',
|
|
330
|
+
'title-medium',
|
|
331
|
+
'title-medium-font',
|
|
332
|
+
'title-medium-line-height',
|
|
333
|
+
'title-medium-size',
|
|
334
|
+
'title-medium-tracking',
|
|
335
|
+
'title-medium-weight',
|
|
336
|
+
'title-small',
|
|
337
|
+
'title-small-font',
|
|
338
|
+
'title-small-line-height',
|
|
339
|
+
'title-small-size',
|
|
340
|
+
'title-small-tracking',
|
|
341
|
+
'title-small-weight'
|
|
331
342
|
);
|
|
343
|
+
|
|
344
|
+
@return create-map($keys, $prefix);
|
|
332
345
|
}
|
|
333
346
|
@return mdc-tokens.md-sys-typescale-values($ref);
|
|
334
347
|
}
|
|
@@ -338,13 +351,14 @@ $_cached-token-slots: null;
|
|
|
338
351
|
/// @param {Map} $primary The primary palette
|
|
339
352
|
/// @param {Map} $tertiary The tertiary palette
|
|
340
353
|
/// @param {Map} $error The error palette
|
|
354
|
+
/// @param {String} $system-variables-prefix The prefix of system tokens
|
|
341
355
|
/// @return {Map} A map of namespaced color tokens
|
|
342
|
-
@function generate-color-tokens($type, $primary, $tertiary, $error) {
|
|
356
|
+
@function generate-color-tokens($type, $primary, $tertiary, $error, $system-variables-prefix) {
|
|
343
357
|
$ref: (
|
|
344
358
|
md-ref-palette: _generate-ref-palette-tokens($primary, $tertiary, $error)
|
|
345
359
|
);
|
|
346
360
|
|
|
347
|
-
$sys-color: _get-sys-color($type, $ref);
|
|
361
|
+
$sys-color: _get-sys-color($type, $ref, $system-variables-prefix);
|
|
348
362
|
|
|
349
363
|
@return _generate-tokens(map.merge($ref, (
|
|
350
364
|
md-sys-color: $sys-color,
|
|
@@ -365,12 +379,14 @@ $_cached-token-slots: null;
|
|
|
365
379
|
/// @param {String|Number} $bold The bold font-weight
|
|
366
380
|
/// @param {String|Number} $medium The medium font-weight
|
|
367
381
|
/// @param {String|Number} $regular The regular font-weight
|
|
382
|
+
/// @param {String} $system-variables-prefix The prefix of system tokens
|
|
368
383
|
/// @return {Map} A map of namespaced typography tokens
|
|
369
|
-
@function generate-typography-tokens($brand, $plain, $bold, $medium, $regular
|
|
384
|
+
@function generate-typography-tokens($brand, $plain, $bold, $medium, $regular,
|
|
385
|
+
$system-variables-prefix) {
|
|
370
386
|
$ref: (
|
|
371
387
|
md-ref-typeface: _generate-ref-typeface-tokens($brand, $plain, $bold, $medium, $regular)
|
|
372
388
|
);
|
|
373
|
-
$sys-typeface: _get-sys-typeface($ref);
|
|
389
|
+
$sys-typeface: _get-sys-typeface($ref, $system-variables-prefix);
|
|
374
390
|
@return _generate-tokens((
|
|
375
391
|
md-sys-typescale: $sys-typeface
|
|
376
392
|
));
|
|
@@ -35,6 +35,9 @@ $prefix: (mdc, checkbox);
|
|
|
35
35
|
// =============================================================================================
|
|
36
36
|
// = TOKENS NOT USED IN ANGULAR MATERIAL =
|
|
37
37
|
// =============================================================================================
|
|
38
|
+
selected-pressed-icon-color: null,
|
|
39
|
+
unselected-pressed-icon-color: null,
|
|
40
|
+
|
|
38
41
|
// MDC currently doesn't output a slot for these tokens.
|
|
39
42
|
disabled-selected-icon-opacity: null,
|
|
40
43
|
disabled-unselected-icon-opacity: null,
|
|
@@ -79,16 +82,12 @@ $prefix: (mdc, checkbox);
|
|
|
79
82
|
selected-hover-icon-color: $palette-selected,
|
|
80
83
|
// The color of the checkbox fill when the checkbox is selected.
|
|
81
84
|
selected-icon-color: $palette-selected,
|
|
82
|
-
// The color of the checkbox fill when the checkbox is selected an pressed.
|
|
83
|
-
selected-pressed-icon-color: $palette-selected,
|
|
84
85
|
// The color of the checkbox border when the checkbox is unselected and focused.
|
|
85
86
|
unselected-focus-icon-color: $active-border-color,
|
|
86
87
|
// The color of the checkbox border when the checkbox is unselected and hovered.
|
|
87
88
|
unselected-hover-icon-color: $active-border-color,
|
|
88
89
|
// The color of the checkbox border when the checkbox is unselected.
|
|
89
90
|
unselected-icon-color: $border-color,
|
|
90
|
-
// The color of the checkbox border when the checkbox is unselected and pressed.
|
|
91
|
-
unselected-pressed-icon-color: $border-color,
|
|
92
91
|
// The color of the ripple when the checkbox is selected and focused.
|
|
93
92
|
selected-focus-state-layer-color: $palette-default,
|
|
94
93
|
// The color of the ripple when the checkbox is selected and hovered.
|
|
@@ -12,7 +12,7 @@ $prefix: (mat, divider);
|
|
|
12
12
|
@function get-tokens($systems, $exclude-hardcoded, $token-slots) {
|
|
13
13
|
$tokens: (
|
|
14
14
|
width: token-utils.hardcode(1px, $exclude-hardcoded),
|
|
15
|
-
color: map.get($systems, md-sys-color, outline
|
|
15
|
+
color: map.get($systems, md-sys-color, outline),
|
|
16
16
|
);
|
|
17
17
|
|
|
18
18
|
@return token-utils.namespace-tokens($prefix, $tokens, $token-slots);
|
|
@@ -20,7 +20,7 @@ $prefix: (mat, expansion);
|
|
|
20
20
|
header-indicator-display: token-utils.hardcode(inline-block, $exclude-hardcoded),
|
|
21
21
|
container-background-color: map.get($systems, md-sys-color, surface),
|
|
22
22
|
container-text-color: map.get($systems, md-sys-color, on-surface),
|
|
23
|
-
actions-divider-color: map.get($systems, md-sys-color, outline
|
|
23
|
+
actions-divider-color: map.get($systems, md-sys-color, outline),
|
|
24
24
|
header-hover-state-layer-color: sass-utils.safe-color-change(
|
|
25
25
|
map.get($systems, md-sys-color, on-surface),
|
|
26
26
|
$alpha: map.get($systems, md-sys-state, hover-state-layer-opacity)
|
|
@@ -14,7 +14,7 @@ $prefix: (mat, stepper);
|
|
|
14
14
|
$tokens: (
|
|
15
15
|
(
|
|
16
16
|
container-color: map.get($systems, md-sys-color, surface),
|
|
17
|
-
line-color: map.get($systems, md-sys-color, outline
|
|
17
|
+
line-color: map.get($systems, md-sys-color, outline),
|
|
18
18
|
header-hover-state-layer-color: sass-utils.safe-color-change(
|
|
19
19
|
map.get($systems, md-sys-color, inverse-surface),
|
|
20
20
|
$alpha: map.get($systems, md-sys-state, hover-state-layer-opacity)
|
|
@@ -20,7 +20,7 @@ $prefix: (mat, table);
|
|
|
20
20
|
background-color: map.get($systems, md-sys-color, surface),
|
|
21
21
|
header-headline-color: map.get($systems, md-sys-color, on-surface),
|
|
22
22
|
row-item-label-text-color: map.get($systems, md-sys-color, on-surface),
|
|
23
|
-
row-item-outline-color: map.get($systems, md-sys-color, outline
|
|
23
|
+
row-item-outline-color: map.get($systems, md-sys-color, outline),
|
|
24
24
|
),
|
|
25
25
|
);
|
|
26
26
|
|
package/datepicker/index.d.ts
CHANGED
|
@@ -696,7 +696,11 @@ declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D>, S, D
|
|
|
696
696
|
private _startAt;
|
|
697
697
|
/** The view that the calendar should start in. */
|
|
698
698
|
startView: 'month' | 'year' | 'multi-year';
|
|
699
|
-
/**
|
|
699
|
+
/**
|
|
700
|
+
* Color palette to use on the datepicker's calendar. This API is supported in M2 themes only, it
|
|
701
|
+
* has no effect in M3 themes. For information on applying color variants in M3, see
|
|
702
|
+
* https://material.angular.io/guide/theming#using-component-color-variants
|
|
703
|
+
*/
|
|
700
704
|
get color(): ThemePalette;
|
|
701
705
|
set color(value: ThemePalette);
|
|
702
706
|
_color: ThemePalette;
|
|
@@ -1144,7 +1148,11 @@ export declare class MatDatepickerModule {
|
|
|
1144
1148
|
export declare interface MatDatepickerPanel<C extends MatDatepickerControl<D>, S, D = ExtractDateTypeFromSelection<S>> {
|
|
1145
1149
|
/** Stream that emits whenever the date picker is closed. */
|
|
1146
1150
|
closedStream: EventEmitter<void>;
|
|
1147
|
-
/**
|
|
1151
|
+
/**
|
|
1152
|
+
* Color palette to use on the datepicker's calendar. This API is supported in M2 themes only, it
|
|
1153
|
+
* has no effect in M3 themes. For information on applying color variants in M3, see
|
|
1154
|
+
* https://material.angular.io/guide/theming#using-component-color-variants
|
|
1155
|
+
*/
|
|
1148
1156
|
color: ThemePalette;
|
|
1149
1157
|
/** The input element the datepicker is associated with. */
|
|
1150
1158
|
datepickerInput: C;
|
package/dialog/index.d.ts
CHANGED
|
@@ -350,7 +350,6 @@ export declare class MatDialogContainer extends CdkDialogContainer<MatDialogConf
|
|
|
350
350
|
private _exitAnimationDuration;
|
|
351
351
|
/** Current timer for dialog animations. */
|
|
352
352
|
private _animationTimer;
|
|
353
|
-
private _isDestroyed;
|
|
354
353
|
constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, _document: any, dialogConfig: MatDialogConfig, interactivityChecker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, _animationMode?: string | undefined, focusMonitor?: FocusMonitor);
|
|
355
354
|
protected _contentAttached(): void;
|
|
356
355
|
/** Starts the dialog open animation if enabled. */
|
|
@@ -73,6 +73,7 @@ export declare class MatTestDialogOpener<T = unknown, R = unknown> implements On
|
|
|
73
73
|
/** Data passed to the `MatDialog` close method. */
|
|
74
74
|
closedResult: R | undefined;
|
|
75
75
|
private readonly _afterClosedSubscription;
|
|
76
|
+
private readonly _ngZone;
|
|
76
77
|
/** Static method that prepares this class to open the provided component. */
|
|
77
78
|
static withComponent<T = unknown, R = unknown>(component: ComponentType<T>, config?: MatDialogConfig): ComponentType<MatTestDialogOpener<T, R>>;
|
|
78
79
|
constructor(dialog: MatDialog);
|
|
@@ -17,10 +17,10 @@ export class MatAutocompleteOrigin {
|
|
|
17
17
|
elementRef) {
|
|
18
18
|
this.elementRef = elementRef;
|
|
19
19
|
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.
|
|
21
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: MatAutocompleteOrigin, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.0-next.1", type: MatAutocompleteOrigin, isStandalone: true, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], ngImport: i0 }); }
|
|
22
22
|
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.0-next.1", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
selector: '[matAutocompleteOrigin]',
|
|
@@ -28,4 +28,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImpor
|
|
|
28
28
|
standalone: true,
|
|
29
29
|
}]
|
|
30
30
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQ7OztHQUdHO0FBTUgsTUFBTSxPQUFPLHFCQUFxQjtJQUNoQztJQUNFLGtFQUFrRTtJQUMzRCxVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtJQUN6QyxDQUFDO3FIQUpPLHFCQUFxQjt5R0FBckIscUJBQXFCOztrR0FBckIscUJBQXFCO2tCQUxqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge0RpcmVjdGl2ZSwgRWxlbWVudFJlZn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogRGlyZWN0aXZlIGFwcGxpZWQgdG8gYW4gZWxlbWVudCB0byBtYWtlIGl0IHVzYWJsZVxuICogYXMgYSBjb25uZWN0aW9uIHBvaW50IGZvciBhbiBhdXRvY29tcGxldGUgcGFuZWwuXG4gKi9cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1ttYXRBdXRvY29tcGxldGVPcmlnaW5dJyxcbiAgZXhwb3J0QXM6ICdtYXRBdXRvY29tcGxldGVPcmlnaW4nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBNYXRBdXRvY29tcGxldGVPcmlnaW4ge1xuICBjb25zdHJ1Y3RvcihcbiAgICAvKiogUmVmZXJlbmNlIHRvIHRoZSBlbGVtZW50IG9uIHdoaWNoIHRoZSBkaXJlY3RpdmUgaXMgYXBwbGllZC4gKi9cbiAgICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICkge31cbn1cbiJdfQ==
|