@@ -378,7 +378,7 @@ describe('v12 theming API migration', () => {
378
378
`));` ,
379
379
380
380
`@include mat-button-theme($candy-app-theme);` ,
381
- `@include mat.legacy- table-theme($candy-app-theme);` ,
381
+ `@include mat.table-theme($candy-app-theme);` ,
382
382
`@include mat-expansion-panel-theme($candy-app-theme);` ,
383
383
`@include mat-datepicker-theme($candy-app-theme);` ,
384
384
`@include mat-option-theme($candy-app-theme);` ,
@@ -401,7 +401,7 @@ describe('v12 theming API migration', () => {
401
401
`));` ,
402
402
403
403
`@include mat.button-theme($candy-app-theme);` ,
404
- `@include mat.legacy- table-theme($candy-app-theme);` ,
404
+ `@include mat.table-theme($candy-app-theme);` ,
405
405
// This one is a special case, because the migration also fixes an incorrect name.
406
406
`@include mat.expansion-theme($candy-app-theme);` ,
407
407
`@include mat.datepicker-theme($candy-app-theme);` ,
@@ -414,7 +414,7 @@ describe('v12 theming API migration', () => {
414
414
`@import '@angular/material/core/theming/palette';` ,
415
415
`@import '@angular/material/core/theming/theming';` ,
416
416
`@import '@angular/material/button/button-theme';` ,
417
- `@import '@angular/material/legacy- table/table-theme';` ,
417
+ `@import '@angular/material/table/table-theme';` ,
418
418
`@import '@angular/cdk/overlay';` ,
419
419
`@import '@angular/material/datepicker/datepicker-theme';` ,
420
420
`@import '@angular/material/option/option-theme';` ,
@@ -431,7 +431,7 @@ describe('v12 theming API migration', () => {
431
431
`));` ,
432
432
433
433
`@include mat-button-theme($candy-app-theme);` ,
434
- `@include mat.legacy- table-theme($candy-app-theme);` ,
434
+ `@include mat.table-theme($candy-app-theme);` ,
435
435
`@include mat-datepicker-theme($candy-app-theme);` ,
436
436
`@include mat-option-theme($candy-app-theme);` ,
437
437
] ) ;
@@ -454,7 +454,7 @@ describe('v12 theming API migration', () => {
454
454
`));` ,
455
455
456
456
`@include mat.button-theme($candy-app-theme);` ,
457
- `@include mat.legacy- table-theme($candy-app-theme);` ,
457
+ `@include mat.table-theme($candy-app-theme);` ,
458
458
`@include mat.datepicker-theme($candy-app-theme);` ,
459
459
`@include mat.option-theme($candy-app-theme);` ,
460
460
] ) ;
@@ -465,7 +465,7 @@ describe('v12 theming API migration', () => {
465
465
`@use '@angular/material/core/theming/palette' as palette;` ,
466
466
`@use '@angular/material/core/theming/theming';` ,
467
467
`@use '@angular/material/button/button-theme' as button;` ,
468
- `@use '@angular/material/legacy- table/table-theme' as table;` ,
468
+ `@use '@angular/material/table/table-theme' as table;` ,
469
469
// Leave one `@import` here to verify mixed usage.
470
470
`@import '@angular/material/option/option-theme';` ,
471
471
`@use '@angular/cdk/overlay' as cdk;` ,
@@ -506,7 +506,7 @@ describe('v12 theming API migration', () => {
506
506
`));` ,
507
507
508
508
`@include mat.button-theme($candy-app-theme);` ,
509
- `@include mat.legacy- table-theme($candy-app-theme);` ,
509
+ `@include mat.table-theme($candy-app-theme);` ,
510
510
`@include mat.datepicker-theme($candy-app-theme);` ,
511
511
`@include mat.option-theme($candy-app-theme);` ,
512
512
] ) ;
@@ -516,7 +516,7 @@ describe('v12 theming API migration', () => {
516
516
writeLines ( THEME_PATH , [
517
517
`@use '@angular/material/core/index';` ,
518
518
`@use '@angular/material/button/_button-theme';` ,
519
- `@use '@angular/material/legacy- table/table-theme.import';` ,
519
+ `@use '@angular/material/table/table-theme.import';` ,
520
520
`@use '@angular/material/datepicker/datepicker-theme.scss';` ,
521
521
522
522
`@include core.mat-core();` ,
@@ -532,7 +532,7 @@ describe('v12 theming API migration', () => {
532
532
533
533
`@include mat.core();` ,
534
534
`@include mat.button-theme();` ,
535
- `@include mat.legacy- table-theme();` ,
535
+ `@include mat.table-theme();` ,
536
536
`@include mat.datepicker-theme();` ,
537
537
] ) ;
538
538
} ) ;
@@ -925,7 +925,7 @@ describe('v12 theming API migration', () => {
925
925
`@import '~@angular/material/core/theming/palette';` ,
926
926
`@import '~@angular/material/core/theming/theming';` ,
927
927
`@import '~@angular/material/button/button-theme';` ,
928
- `@import '~@angular/material/legacy- table/table-theme';` ,
928
+ `@import '~@angular/material/table/table-theme';` ,
929
929
`@import '~@angular/cdk/overlay';` ,
930
930
`@import '~@angular/material/datepicker/datepicker-theme';` ,
931
931
`@import '~@angular/material/option/option-theme';` ,
@@ -942,7 +942,7 @@ describe('v12 theming API migration', () => {
942
942
`));` ,
943
943
944
944
`@include mat-button-theme($candy-app-theme);` ,
945
- `@include mat.legacy- table-theme($candy-app-theme);` ,
945
+ `@include mat.table-theme($candy-app-theme);` ,
946
946
`@include mat-datepicker-theme($candy-app-theme);` ,
947
947
`@include mat-option-theme($candy-app-theme);` ,
948
948
] ) ;
@@ -965,7 +965,7 @@ describe('v12 theming API migration', () => {
965
965
`));` ,
966
966
967
967
`@include mat.button-theme($candy-app-theme);` ,
968
- `@include mat.legacy- table-theme($candy-app-theme);` ,
968
+ `@include mat.table-theme($candy-app-theme);` ,
969
969
`@include mat.datepicker-theme($candy-app-theme);` ,
970
970
`@include mat.option-theme($candy-app-theme);` ,
971
971
] ) ;
0 commit comments