-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix(material/core): reduce the number of module resolutions re…
…quired for the legacy theming bundle
- Loading branch information
1 parent
8eb702e
commit 3027f8c
Showing
72 changed files
with
302 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
@forward '../core/style/private.import'; | ||
@forward '../core/theming/theming.import'; | ||
@forward './autocomplete-legacy-index'; | ||
@forward 'autocomplete-theme' hide color, theme, typography; | ||
@forward 'autocomplete-theme' as mat-autocomplete-* hide mat-autocomplete-density; | ||
|
||
@import '../core/style/private'; | ||
@import '../core/theming/theming'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
@forward '../core/theming/theming.import'; | ||
@forward '../core/typography/typography-utils.import'; | ||
@forward './checkbox-legacy-index'; | ||
@forward 'checkbox-theme' hide color, theme, typography; | ||
@forward 'checkbox-theme' as mat-checkbox-* hide mat-checkbox-density; | ||
|
||
@import '../core/theming/theming'; | ||
@import '../core/typography/typography-utils'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
@forward './density-legacy-index'; | ||
@forward 'compatibility' hide $private-density-generate-at-root, $private-density-generate-styles, | ||
private-density-legacy-compatibility, private-density-prop-value; | ||
@forward 'compatibility' as mat-* hide $mat-default-scale, $mat-interval, $mat-maximum-scale, | ||
$mat-minimum-scale, $mat-supported-scales; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'vendor-prefixes'; | ||
@forward 'button-common' as mat-button-*; | ||
|
||
@import './vendor-prefixes'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function, | ||
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall; | ||
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in, | ||
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration, | ||
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out, | ||
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear, | ||
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer, | ||
$mat-z-index-fab; | ||
@forward 'checkbox-common' as mat-checkbox-*; | ||
|
||
@import './variables'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function, | ||
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall; | ||
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in, | ||
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration, | ||
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out, | ||
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear, | ||
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer, | ||
$mat-z-index-fab; | ||
@forward 'elevation' hide $color, $opacity, $prefix, $transition-duration, | ||
$transition-timing-function, elevation, overridable-elevation, elevation-transition, | ||
private-transition-property-value; | ||
@forward 'elevation' as mat-* hide $mat-color, $mat-opacity, $mat-prefix, $mat-transition-duration, | ||
$mat-transition-timing-function, mat-get-ambient-map, mat-get-penumbra-map, mat-get-umbra-map; | ||
@forward 'elevation' as mat-elevation-* hide mat-elevation-elevation, mat-elevation-get-ambient-map, | ||
mat-elevation-get-penumbra-map, mat-elevation-get-umbra-map, mat-elevation-overridable-elevation; | ||
|
||
@import 'variables'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'layout-common' as mat-*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'list-common' as mat-* hide mat-base, mat-wrapper-base; | ||
@forward 'list-common' as mat-line-* hide mat-line-normalize-text, mat-line-truncate-line; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function, | ||
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall; | ||
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in, | ||
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration, | ||
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out, | ||
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear, | ||
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer, | ||
$mat-z-index-fab; | ||
@forward 'elevation' as mat-* hide $mat-color, $mat-opacity, $mat-prefix, $mat-transition-duration, | ||
$mat-transition-timing-function, mat-transition, mat-transition-property-value; | ||
@forward 'elevation' as mat-elevation-* hide mat-elevation-elevation, | ||
mat-elevation-overridable-elevation; | ||
@forward 'private' as mat-*; | ||
|
||
@import './elevation'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'variables' hide $fast-out-linear-in-timing-function, $fast-out-slow-in-timing-function, | ||
$linear-out-slow-in-timing-function, $small, $toggle-padding, $toggle-size, $xsmall; | ||
@forward 'variables' as mat-* hide $mat-ease-in-out-curve-function, $mat-pi, $mat-swift-ease-in, | ||
$mat-swift-ease-in-duration, $mat-swift-ease-in-out, $mat-swift-ease-in-out-duration, | ||
$mat-swift-ease-in-out-timing-function, $mat-swift-ease-in-timing-function, $mat-swift-ease-out, | ||
$mat-swift-ease-out-duration, $mat-swift-ease-out-timing-function, $mat-swift-linear, | ||
$mat-swift-linear-duration, $mat-swift-linear-timing-function, $mat-z-index-drawer, | ||
$mat-z-index-fab; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@forward './style-legacy-index'; | ||
@forward 'vendor-prefixes'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
@forward './theming-legacy-index'; | ||
@forward 'palette' hide $amber-palette, $blue-palette, $blue-gray-palette, $blue-grey-palette, | ||
$brown-palette, $cyan-palette, $dark-theme-background-palette, $dark-theme-foreground-palette, | ||
$deep-orange-palette, $deep-purple-palette, $gray-palette, $green-palette, $grey-palette, | ||
$indigo-palette, $light-blue-palette, $light-green-palette, $light-theme-background-palette, | ||
$light-theme-foreground-palette, $lime-palette, $orange-palette, $pink-palette, $purple-palette, | ||
$red-palette, $teal-palette, $yellow-palette; | ||
@forward 'palette' as mat-* hide $mat-black-12-opacity, $mat-black-6-opacity, $mat-black-87-opacity, | ||
$mat-dark-disabled-text, $mat-dark-dividers, $mat-dark-focused, $mat-dark-primary-text, | ||
$mat-dark-secondary-text, $mat-light-disabled-text, $mat-light-dividers, $mat-light-focused, | ||
$mat-light-primary-text, $mat-light-secondary-text, $mat-white-12-opacity, $mat-white-6-opacity, | ||
$mat-white-87-opacity; | ||
@forward 'palette-deprecated' as mat-*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
@forward 'palette' hide $amber-palette, $blue-palette, $blue-gray-palette, | ||
$blue-grey-palette, $brown-palette, $cyan-palette, $dark-theme-background-palette, | ||
$dark-theme-foreground-palette, $deep-orange-palette, $deep-purple-palette, $gray-palette, | ||
$green-palette, $grey-palette, $indigo-palette, $light-blue-palette, $light-green-palette, | ||
$light-theme-background-palette, $light-theme-foreground-palette, $lime-palette, $orange-palette, | ||
$pink-palette, $purple-palette, $red-palette, $teal-palette, $yellow-palette; | ||
@forward 'palette' as mat-* hide $mat-black-12-opacity, $mat-black-6-opacity, $mat-black-87-opacity, | ||
$mat-dark-disabled-text, $mat-dark-dividers, $mat-dark-focused, $mat-dark-primary-text, | ||
$mat-dark-secondary-text, $mat-light-disabled-text, $mat-light-dividers, $mat-light-focused, | ||
$mat-light-primary-text, $mat-light-secondary-text, $mat-white-12-opacity, $mat-white-6-opacity, | ||
$mat-white-87-opacity; | ||
@forward '../density/private/compatibility' as mat-*; | ||
@forward './theming-legacy-index'; | ||
@forward 'theming' hide $theme-ignore-duplication-warnings, get-color-from-palette, | ||
get-color-config, get-density-config, get-typography-config, define-palette, define-light-theme, | ||
define-dark-theme, private-check-duplicate-theme-styles, | ||
private-create-backwards-compatibility-theme, private-is-legacy-constructed-theme, | ||
private-is-theme-object, private-legacy-get-theme; | ||
@forward 'theming' as mat-* hide $mat-theme-duplicate-warning, $mat-theme-emitted-color, | ||
$mat-theme-emitted-density, $mat-theme-emitted-typography, $mat-theme-generate-default-density, | ||
mat-create-dark-color-config, mat-create-light-color-config, mat-validate-theme; | ||
@forward 'theming-deprecated' as mat-*; | ||
|
||
@import 'palette'; | ||
@import '../density/private/compatibility'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
@forward './typography-legacy-index'; | ||
@forward 'typography-utils' hide font-family, font-shorthand, font-size, font-weight, line-height, | ||
letter-spacing, typography-level; | ||
@forward 'typography-utils' as mat-* hide mat-font-shorthand, mat-get-type-value, | ||
mat-typography-level; | ||
@forward 'typography-utils' as mat-typography-* hide mat-typography-font-family, | ||
mat-typography-font-size, mat-typography-font-weight, mat-typography-get-type-value, | ||
mat-typography-line-height, mat-typography-letter-spacing; | ||
@forward 'typography-deprecated' as mat-typography-*; | ||
@forward 'typography-utils-deprecated' as mat-typography-*; |
Oops, something went wrong.