@angular/material 15.2.4 → 15.2.5
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/core/tokens/m2/mdc/_table.scss +46 -0
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/datepicker/calendar-body.mjs +3 -3
- package/fesm2015/core.mjs +1 -1
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/datepicker.mjs +2 -2
- package/fesm2015/datepicker.mjs.map +1 -1
- package/fesm2020/core.mjs +1 -1
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/datepicker.mjs +2 -2
- package/fesm2020/datepicker.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/mdc-migration/index_bundled.js +44 -44
- package/schematics/ng-update/index_bundled.js +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "15.2.
|
|
3
|
+
"version": "15.2.5",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
},
|
|
990
990
|
"peerDependencies": {
|
|
991
991
|
"@angular/animations": "^15.0.0 || ^16.0.0",
|
|
992
|
-
"@angular/cdk": "15.2.
|
|
992
|
+
"@angular/cdk": "15.2.5",
|
|
993
993
|
"@angular/core": "^15.0.0 || ^16.0.0",
|
|
994
994
|
"@angular/common": "^15.0.0 || ^16.0.0",
|
|
995
995
|
"@angular/forms": "^15.0.0 || ^16.0.0",
|
|
@@ -18,7 +18,7 @@ const package_config_1 = require("./package-config");
|
|
|
18
18
|
* Note that the fallback version range does not use caret, but tilde because that is
|
|
19
19
|
* the default for Angular framework dependencies in CLI projects.
|
|
20
20
|
*/
|
|
21
|
-
const fallbackMaterialVersionRange = `~15.2.
|
|
21
|
+
const fallbackMaterialVersionRange = `~15.2.5`;
|
|
22
22
|
/**
|
|
23
23
|
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
|
|
24
24
|
* automatically executed if developers run `ng add @angular/material`.
|
|
@@ -18,7 +18,7 @@ const package_config_1 = require("./package-config");
|
|
|
18
18
|
* Note that the fallback version range does not use caret, but tilde because that is
|
|
19
19
|
* the default for Angular framework dependencies in CLI projects.
|
|
20
20
|
*/
|
|
21
|
-
const fallbackMaterialVersionRange = `~15.2.
|
|
21
|
+
const fallbackMaterialVersionRange = `~15.2.5`;
|
|
22
22
|
/**
|
|
23
23
|
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
|
|
24
24
|
* automatically executed if developers run `ng add @angular/material`.
|
|
@@ -6396,14 +6396,14 @@ var require_scss_syntax = __commonJS({
|
|
|
6396
6396
|
}
|
|
6397
6397
|
});
|
|
6398
6398
|
|
|
6399
|
-
// bazel-out/
|
|
6399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
6400
6400
|
var mdc_migration_exports = {};
|
|
6401
6401
|
__export(mdc_migration_exports, {
|
|
6402
6402
|
default: () => mdc_migration_default
|
|
6403
6403
|
});
|
|
6404
6404
|
module.exports = __toCommonJS(mdc_migration_exports);
|
|
6405
6405
|
|
|
6406
|
-
// bazel-out/
|
|
6406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js
|
|
6407
6407
|
var END_OF_SELECTOR_REGEX = "(?!-)";
|
|
6408
6408
|
var MIXIN_ARGUMENTS_REGEX = "\\(((\\s|.)*)\\)";
|
|
6409
6409
|
var StyleMigrator = class {
|
|
@@ -6479,7 +6479,7 @@ var StyleMigrator = class {
|
|
|
6479
6479
|
}
|
|
6480
6480
|
};
|
|
6481
6481
|
|
|
6482
|
-
// bazel-out/
|
|
6482
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js
|
|
6483
6483
|
var AutocompleteStylesMigrator = class extends StyleMigrator {
|
|
6484
6484
|
constructor() {
|
|
6485
6485
|
super(...arguments);
|
|
@@ -6503,7 +6503,7 @@ var AutocompleteStylesMigrator = class extends StyleMigrator {
|
|
|
6503
6503
|
}
|
|
6504
6504
|
};
|
|
6505
6505
|
|
|
6506
|
-
// bazel-out/
|
|
6506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js
|
|
6507
6507
|
var ButtonStylesMigrator = class extends StyleMigrator {
|
|
6508
6508
|
constructor() {
|
|
6509
6509
|
super(...arguments);
|
|
@@ -6539,7 +6539,7 @@ var ButtonStylesMigrator = class extends StyleMigrator {
|
|
|
6539
6539
|
}
|
|
6540
6540
|
};
|
|
6541
6541
|
|
|
6542
|
-
// bazel-out/
|
|
6542
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js
|
|
6543
6543
|
var CardStylesMigrator = class extends StyleMigrator {
|
|
6544
6544
|
constructor() {
|
|
6545
6545
|
super(...arguments);
|
|
@@ -6578,7 +6578,7 @@ var CardStylesMigrator = class extends StyleMigrator {
|
|
|
6578
6578
|
}
|
|
6579
6579
|
};
|
|
6580
6580
|
|
|
6581
|
-
// bazel-out/
|
|
6581
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js
|
|
6582
6582
|
var TemplateMigrator = class {
|
|
6583
6583
|
};
|
|
6584
6584
|
|
|
@@ -21602,7 +21602,7 @@ var FactoryTarget;
|
|
|
21602
21602
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
21603
21603
|
publishFacade(_global);
|
|
21604
21604
|
|
|
21605
|
-
// bazel-out/
|
|
21605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
21606
21606
|
function visitElements(nodes, preorderCallback = () => {
|
|
21607
21607
|
}, postorderCallback = () => {
|
|
21608
21608
|
}) {
|
|
@@ -21682,7 +21682,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
21682
21682
|
return prefix + newSubstr + suffix;
|
|
21683
21683
|
}
|
|
21684
21684
|
|
|
21685
|
-
// bazel-out/
|
|
21685
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
21686
21686
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
21687
21687
|
getUpdates(ast) {
|
|
21688
21688
|
const updates = [];
|
|
@@ -21699,7 +21699,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
21699
21699
|
}
|
|
21700
21700
|
};
|
|
21701
21701
|
|
|
21702
|
-
// bazel-out/
|
|
21702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
21703
21703
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
21704
21704
|
constructor() {
|
|
21705
21705
|
super(...arguments);
|
|
@@ -21723,7 +21723,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
21723
21723
|
}
|
|
21724
21724
|
};
|
|
21725
21725
|
|
|
21726
|
-
// bazel-out/
|
|
21726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
21727
21727
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
21728
21728
|
constructor() {
|
|
21729
21729
|
super(...arguments);
|
|
@@ -21754,7 +21754,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
21754
21754
|
}
|
|
21755
21755
|
};
|
|
21756
21756
|
|
|
21757
|
-
// bazel-out/
|
|
21757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
21758
21758
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
21759
21759
|
constructor() {
|
|
21760
21760
|
super(...arguments);
|
|
@@ -21834,7 +21834,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
21834
21834
|
}
|
|
21835
21835
|
};
|
|
21836
21836
|
|
|
21837
|
-
// bazel-out/
|
|
21837
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
21838
21838
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
21839
21839
|
constructor() {
|
|
21840
21840
|
super(...arguments);
|
|
@@ -21864,7 +21864,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
21864
21864
|
}
|
|
21865
21865
|
};
|
|
21866
21866
|
|
|
21867
|
-
// bazel-out/
|
|
21867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
21868
21868
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
21869
21869
|
constructor() {
|
|
21870
21870
|
super(...arguments);
|
|
@@ -21921,7 +21921,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
21921
21921
|
}
|
|
21922
21922
|
};
|
|
21923
21923
|
|
|
21924
|
-
// bazel-out/
|
|
21924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
21925
21925
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
21926
21926
|
constructor() {
|
|
21927
21927
|
super(...arguments);
|
|
@@ -21945,7 +21945,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
21945
21945
|
}
|
|
21946
21946
|
};
|
|
21947
21947
|
|
|
21948
|
-
// bazel-out/
|
|
21948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
21949
21949
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
21950
21950
|
constructor() {
|
|
21951
21951
|
super(...arguments);
|
|
@@ -21976,7 +21976,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
21976
21976
|
}
|
|
21977
21977
|
};
|
|
21978
21978
|
|
|
21979
|
-
// bazel-out/
|
|
21979
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
21980
21980
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
21981
21981
|
constructor() {
|
|
21982
21982
|
super(...arguments);
|
|
@@ -22009,7 +22009,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
22009
22009
|
}
|
|
22010
22010
|
};
|
|
22011
22011
|
|
|
22012
|
-
// bazel-out/
|
|
22012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
22013
22013
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
22014
22014
|
constructor() {
|
|
22015
22015
|
super(...arguments);
|
|
@@ -22055,7 +22055,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
22055
22055
|
}
|
|
22056
22056
|
};
|
|
22057
22057
|
|
|
22058
|
-
// bazel-out/
|
|
22058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
22059
22059
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
22060
22060
|
constructor() {
|
|
22061
22061
|
super(...arguments);
|
|
@@ -22079,7 +22079,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
22079
22079
|
}
|
|
22080
22080
|
};
|
|
22081
22081
|
|
|
22082
|
-
// bazel-out/
|
|
22082
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
22083
22083
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
22084
22084
|
constructor() {
|
|
22085
22085
|
super(...arguments);
|
|
@@ -22106,7 +22106,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
22106
22106
|
}
|
|
22107
22107
|
};
|
|
22108
22108
|
|
|
22109
|
-
// bazel-out/
|
|
22109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
22110
22110
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
22111
22111
|
constructor() {
|
|
22112
22112
|
super(...arguments);
|
|
@@ -22133,7 +22133,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
22133
22133
|
}
|
|
22134
22134
|
};
|
|
22135
22135
|
|
|
22136
|
-
// bazel-out/
|
|
22136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
22137
22137
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
22138
22138
|
constructor() {
|
|
22139
22139
|
super(...arguments);
|
|
@@ -22164,7 +22164,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
22164
22164
|
}
|
|
22165
22165
|
};
|
|
22166
22166
|
|
|
22167
|
-
// bazel-out/
|
|
22167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
22168
22168
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
22169
22169
|
constructor() {
|
|
22170
22170
|
super(...arguments);
|
|
@@ -22188,7 +22188,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
22188
22188
|
}
|
|
22189
22189
|
};
|
|
22190
22190
|
|
|
22191
|
-
// bazel-out/
|
|
22191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
22192
22192
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
22193
22193
|
constructor() {
|
|
22194
22194
|
super(...arguments);
|
|
@@ -22212,7 +22212,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
22212
22212
|
}
|
|
22213
22213
|
};
|
|
22214
22214
|
|
|
22215
|
-
// bazel-out/
|
|
22215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
22216
22216
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
22217
22217
|
constructor() {
|
|
22218
22218
|
super(...arguments);
|
|
@@ -22245,7 +22245,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
22245
22245
|
}
|
|
22246
22246
|
};
|
|
22247
22247
|
|
|
22248
|
-
// bazel-out/
|
|
22248
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
22249
22249
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
22250
22250
|
constructor() {
|
|
22251
22251
|
super(...arguments);
|
|
@@ -22286,7 +22286,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
22286
22286
|
}
|
|
22287
22287
|
};
|
|
22288
22288
|
|
|
22289
|
-
// bazel-out/
|
|
22289
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
22290
22290
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
22291
22291
|
constructor() {
|
|
22292
22292
|
super(...arguments);
|
|
@@ -22317,7 +22317,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
22317
22317
|
}
|
|
22318
22318
|
};
|
|
22319
22319
|
|
|
22320
|
-
// bazel-out/
|
|
22320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
22321
22321
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
22322
22322
|
constructor() {
|
|
22323
22323
|
super(...arguments);
|
|
@@ -22351,7 +22351,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
22351
22351
|
}
|
|
22352
22352
|
};
|
|
22353
22353
|
|
|
22354
|
-
// bazel-out/
|
|
22354
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
22355
22355
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
22356
22356
|
constructor() {
|
|
22357
22357
|
super(...arguments);
|
|
@@ -22384,7 +22384,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
22384
22384
|
}
|
|
22385
22385
|
};
|
|
22386
22386
|
|
|
22387
|
-
// bazel-out/
|
|
22387
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
22388
22388
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
22389
22389
|
constructor() {
|
|
22390
22390
|
super(...arguments);
|
|
@@ -22437,7 +22437,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
22437
22437
|
}
|
|
22438
22438
|
};
|
|
22439
22439
|
|
|
22440
|
-
// bazel-out/
|
|
22440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
22441
22441
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
22442
22442
|
getUpdates(ast) {
|
|
22443
22443
|
const updates = [];
|
|
@@ -22454,7 +22454,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
22454
22454
|
}
|
|
22455
22455
|
};
|
|
22456
22456
|
|
|
22457
|
-
// bazel-out/
|
|
22457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
22458
22458
|
var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
22459
22459
|
getUpdates(ast) {
|
|
22460
22460
|
const updates = [];
|
|
@@ -22573,7 +22573,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
22573
22573
|
}
|
|
22574
22574
|
};
|
|
22575
22575
|
|
|
22576
|
-
// bazel-out/
|
|
22576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
22577
22577
|
var mappings = [
|
|
22578
22578
|
["display-4", "headline-1"],
|
|
22579
22579
|
["display-3", "headline-2"],
|
|
@@ -22590,7 +22590,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
22590
22590
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
22591
22591
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
22592
22592
|
|
|
22593
|
-
// bazel-out/
|
|
22593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
22594
22594
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
22595
22595
|
getUpdates(ast) {
|
|
22596
22596
|
const updates = [];
|
|
@@ -22633,7 +22633,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
22633
22633
|
}
|
|
22634
22634
|
};
|
|
22635
22635
|
|
|
22636
|
-
// bazel-out/
|
|
22636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
22637
22637
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
22638
22638
|
constructor() {
|
|
22639
22639
|
super();
|
|
@@ -22654,7 +22654,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
22654
22654
|
}
|
|
22655
22655
|
};
|
|
22656
22656
|
|
|
22657
|
-
// bazel-out/
|
|
22657
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
22658
22658
|
var LEGACY_MODULES = new Set([
|
|
22659
22659
|
"legacy-autocomplete",
|
|
22660
22660
|
"legacy-autocomplete/testing",
|
|
@@ -22808,14 +22808,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
22808
22808
|
];
|
|
22809
22809
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
22810
22810
|
|
|
22811
|
-
// bazel-out/
|
|
22811
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
22812
22812
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
22813
22813
|
|
|
22814
|
-
// bazel-out/
|
|
22814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
22815
22815
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
22816
22816
|
var ts = __toESM(require("typescript"));
|
|
22817
22817
|
|
|
22818
|
-
// bazel-out/
|
|
22818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
22819
22819
|
var import_schematics = require("@angular/cdk/schematics");
|
|
22820
22820
|
var import_path = require("path");
|
|
22821
22821
|
|
|
@@ -22858,7 +22858,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
22858
22858
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
22859
22859
|
var parse3 = import_scss_syntax.default.parse;
|
|
22860
22860
|
|
|
22861
|
-
// bazel-out/
|
|
22861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
22862
22862
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
22863
22863
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
22864
22864
|
constructor() {
|
|
@@ -23142,17 +23142,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
23142
23142
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
23143
23143
|
}
|
|
23144
23144
|
|
|
23145
|
-
// bazel-out/
|
|
23145
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
23146
23146
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
23147
23147
|
|
|
23148
|
-
// bazel-out/
|
|
23148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
23149
23149
|
function writeUpdates(content, updates) {
|
|
23150
23150
|
updates.sort((a, b) => b.offset - a.offset);
|
|
23151
23151
|
updates.forEach((update) => content = update.updateFn(content));
|
|
23152
23152
|
return content;
|
|
23153
23153
|
}
|
|
23154
23154
|
|
|
23155
|
-
// bazel-out/
|
|
23155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
23156
23156
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
23157
23157
|
constructor() {
|
|
23158
23158
|
super(...arguments);
|
|
@@ -23180,7 +23180,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
23180
23180
|
}
|
|
23181
23181
|
};
|
|
23182
23182
|
|
|
23183
|
-
// bazel-out/
|
|
23183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
23184
23184
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
23185
23185
|
constructor() {
|
|
23186
23186
|
super(...arguments);
|
|
@@ -23409,7 +23409,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
23409
23409
|
}
|
|
23410
23410
|
};
|
|
23411
23411
|
|
|
23412
|
-
// bazel-out/
|
|
23412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
23413
23413
|
var migrationGroups = [
|
|
23414
23414
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
23415
23415
|
["button"],
|
|
@@ -6825,9 +6825,9 @@ var require_scss_syntax = __commonJS({
|
|
|
6825
6825
|
}
|
|
6826
6826
|
});
|
|
6827
6827
|
|
|
6828
|
-
// bazel-out/
|
|
6828
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js
|
|
6829
6829
|
var require_constants = __commonJS({
|
|
6830
|
-
"bazel-out/
|
|
6830
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js"(exports) {
|
|
6831
6831
|
"use strict";
|
|
6832
6832
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6833
6833
|
exports.MIGRATED_CORE_SYMBOLS = exports.CUSTOM_SASS_FUNCTION_RENAMINGS = exports.CUSTOM_SASS_MIXIN_RENAMINGS = exports.COMPONENT_THEME_MIXINS = exports.CUSTOM_TS_SYMBOL_RENAMINGS = exports.MDC_IMPORT_CHANGES = exports.MAT_IMPORT_CHANGES = exports.COMPONENTS = void 0;
|
|
@@ -6946,9 +6946,9 @@ var require_constants = __commonJS({
|
|
|
6946
6946
|
}
|
|
6947
6947
|
});
|
|
6948
6948
|
|
|
6949
|
-
// bazel-out/
|
|
6949
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js
|
|
6950
6950
|
var require_legacy_components_v15 = __commonJS({
|
|
6951
|
-
"bazel-out/
|
|
6951
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js"(exports) {
|
|
6952
6952
|
"use strict";
|
|
6953
6953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6954
6954
|
exports.LegacyComponentsMigration = void 0;
|
|
@@ -7253,9 +7253,9 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
7253
7253
|
}
|
|
7254
7254
|
});
|
|
7255
7255
|
|
|
7256
|
-
// bazel-out/
|
|
7256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
7257
7257
|
var require_attribute_selectors = __commonJS({
|
|
7258
|
-
"bazel-out/
|
|
7258
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
7259
7259
|
"use strict";
|
|
7260
7260
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7261
7261
|
exports.attributeSelectors = void 0;
|
|
@@ -7263,9 +7263,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
7263
7263
|
}
|
|
7264
7264
|
});
|
|
7265
7265
|
|
|
7266
|
-
// bazel-out/
|
|
7266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
7267
7267
|
var require_class_names = __commonJS({
|
|
7268
|
-
"bazel-out/
|
|
7268
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
7269
7269
|
"use strict";
|
|
7270
7270
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7271
7271
|
exports.classNames = void 0;
|
|
@@ -7273,9 +7273,9 @@ var require_class_names = __commonJS({
|
|
|
7273
7273
|
}
|
|
7274
7274
|
});
|
|
7275
7275
|
|
|
7276
|
-
// bazel-out/
|
|
7276
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
7277
7277
|
var require_constructor_checks = __commonJS({
|
|
7278
|
-
"bazel-out/
|
|
7278
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
7279
7279
|
"use strict";
|
|
7280
7280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7281
7281
|
exports.constructorChecks = void 0;
|
|
@@ -7283,9 +7283,9 @@ var require_constructor_checks = __commonJS({
|
|
|
7283
7283
|
}
|
|
7284
7284
|
});
|
|
7285
7285
|
|
|
7286
|
-
// bazel-out/
|
|
7286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
7287
7287
|
var require_css_selectors = __commonJS({
|
|
7288
|
-
"bazel-out/
|
|
7288
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
7289
7289
|
"use strict";
|
|
7290
7290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7291
7291
|
exports.cssSelectors = void 0;
|
|
@@ -7293,9 +7293,9 @@ var require_css_selectors = __commonJS({
|
|
|
7293
7293
|
}
|
|
7294
7294
|
});
|
|
7295
7295
|
|
|
7296
|
-
// bazel-out/
|
|
7296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
7297
7297
|
var require_element_selectors = __commonJS({
|
|
7298
|
-
"bazel-out/
|
|
7298
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
7299
7299
|
"use strict";
|
|
7300
7300
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7301
7301
|
exports.elementSelectors = void 0;
|
|
@@ -7303,9 +7303,9 @@ var require_element_selectors = __commonJS({
|
|
|
7303
7303
|
}
|
|
7304
7304
|
});
|
|
7305
7305
|
|
|
7306
|
-
// bazel-out/
|
|
7306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
7307
7307
|
var require_input_names = __commonJS({
|
|
7308
|
-
"bazel-out/
|
|
7308
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
7309
7309
|
"use strict";
|
|
7310
7310
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7311
7311
|
exports.inputNames = void 0;
|
|
@@ -7313,9 +7313,9 @@ var require_input_names = __commonJS({
|
|
|
7313
7313
|
}
|
|
7314
7314
|
});
|
|
7315
7315
|
|
|
7316
|
-
// bazel-out/
|
|
7316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
7317
7317
|
var require_method_call_checks = __commonJS({
|
|
7318
|
-
"bazel-out/
|
|
7318
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
7319
7319
|
"use strict";
|
|
7320
7320
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7321
7321
|
exports.methodCallChecks = void 0;
|
|
@@ -7323,9 +7323,9 @@ var require_method_call_checks = __commonJS({
|
|
|
7323
7323
|
}
|
|
7324
7324
|
});
|
|
7325
7325
|
|
|
7326
|
-
// bazel-out/
|
|
7326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
7327
7327
|
var require_output_names = __commonJS({
|
|
7328
|
-
"bazel-out/
|
|
7328
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
7329
7329
|
"use strict";
|
|
7330
7330
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7331
7331
|
exports.outputNames = void 0;
|
|
@@ -7333,9 +7333,9 @@ var require_output_names = __commonJS({
|
|
|
7333
7333
|
}
|
|
7334
7334
|
});
|
|
7335
7335
|
|
|
7336
|
-
// bazel-out/
|
|
7336
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
7337
7337
|
var require_property_names = __commonJS({
|
|
7338
|
-
"bazel-out/
|
|
7338
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
7339
7339
|
"use strict";
|
|
7340
7340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7341
7341
|
exports.propertyNames = void 0;
|
|
@@ -7343,9 +7343,9 @@ var require_property_names = __commonJS({
|
|
|
7343
7343
|
}
|
|
7344
7344
|
});
|
|
7345
7345
|
|
|
7346
|
-
// bazel-out/
|
|
7346
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
7347
7347
|
var require_symbol_removal = __commonJS({
|
|
7348
|
-
"bazel-out/
|
|
7348
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
7349
7349
|
"use strict";
|
|
7350
7350
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7351
7351
|
exports.symbolRemoval = void 0;
|
|
@@ -7353,9 +7353,9 @@ var require_symbol_removal = __commonJS({
|
|
|
7353
7353
|
}
|
|
7354
7354
|
});
|
|
7355
7355
|
|
|
7356
|
-
// bazel-out/
|
|
7356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
7357
7357
|
var require_data = __commonJS({
|
|
7358
|
-
"bazel-out/
|
|
7358
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
7359
7359
|
"use strict";
|
|
7360
7360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7361
7361
|
var tslib_1 = require_tslib();
|
|
@@ -7372,9 +7372,9 @@ var require_data = __commonJS({
|
|
|
7372
7372
|
}
|
|
7373
7373
|
});
|
|
7374
7374
|
|
|
7375
|
-
// bazel-out/
|
|
7375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
7376
7376
|
var require_upgrade_data = __commonJS({
|
|
7377
|
-
"bazel-out/
|
|
7377
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
7378
7378
|
"use strict";
|
|
7379
7379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7380
7380
|
exports.materialUpgradeData = void 0;
|
|
@@ -7394,7 +7394,7 @@ var require_upgrade_data = __commonJS({
|
|
|
7394
7394
|
}
|
|
7395
7395
|
});
|
|
7396
7396
|
|
|
7397
|
-
// bazel-out/
|
|
7397
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
7398
7398
|
var ng_update_exports = {};
|
|
7399
7399
|
__export(ng_update_exports, {
|
|
7400
7400
|
updateToV15: () => updateToV15
|