@angular/material 17.3.5 → 17.3.7
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/datepicker/index.d.ts +5 -0
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/datepicker/date-range-input.mjs +6 -1
- package/esm2022/form-field/form-field-control.mjs +1 -1
- package/esm2022/form-field/form-field.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.mjs +3 -3
- package/esm2022/select/select.mjs +6 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +5 -0
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/form-field.mjs +2 -2
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +2 -2
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/select.mjs +5 -0
- package/fesm2022/select.mjs.map +1 -1
- package/form-field/index.d.ts +6 -0
- 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 +31 -31
- package/select/index.d.ts +5 -0
|
@@ -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
|
|
|
@@ -32134,7 +32134,7 @@ var FactoryTarget;
|
|
|
32134
32134
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
32135
32135
|
publishFacade(_global);
|
|
32136
32136
|
|
|
32137
|
-
// bazel-out/
|
|
32137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
32138
32138
|
function visitElements(nodes, preorderCallback = () => {
|
|
32139
32139
|
}, postorderCallback = () => {
|
|
32140
32140
|
}) {
|
|
@@ -32214,7 +32214,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
32214
32214
|
return prefix + newSubstr + suffix;
|
|
32215
32215
|
}
|
|
32216
32216
|
|
|
32217
|
-
// bazel-out/
|
|
32217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
32218
32218
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
32219
32219
|
getUpdates(ast) {
|
|
32220
32220
|
const updates = [];
|
|
@@ -32231,7 +32231,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
32231
32231
|
}
|
|
32232
32232
|
};
|
|
32233
32233
|
|
|
32234
|
-
// bazel-out/
|
|
32234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
32235
32235
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
32236
32236
|
constructor() {
|
|
32237
32237
|
super(...arguments);
|
|
@@ -32255,7 +32255,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
32255
32255
|
}
|
|
32256
32256
|
};
|
|
32257
32257
|
|
|
32258
|
-
// bazel-out/
|
|
32258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
32259
32259
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
32260
32260
|
constructor() {
|
|
32261
32261
|
super(...arguments);
|
|
@@ -32286,7 +32286,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
32286
32286
|
}
|
|
32287
32287
|
};
|
|
32288
32288
|
|
|
32289
|
-
// bazel-out/
|
|
32289
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
32290
32290
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
32291
32291
|
constructor() {
|
|
32292
32292
|
super(...arguments);
|
|
@@ -32366,7 +32366,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
32366
32366
|
}
|
|
32367
32367
|
};
|
|
32368
32368
|
|
|
32369
|
-
// bazel-out/
|
|
32369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
32370
32370
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
32371
32371
|
constructor() {
|
|
32372
32372
|
super(...arguments);
|
|
@@ -32396,7 +32396,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
32396
32396
|
}
|
|
32397
32397
|
};
|
|
32398
32398
|
|
|
32399
|
-
// bazel-out/
|
|
32399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
32400
32400
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
32401
32401
|
constructor() {
|
|
32402
32402
|
super(...arguments);
|
|
@@ -32453,7 +32453,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
32453
32453
|
}
|
|
32454
32454
|
};
|
|
32455
32455
|
|
|
32456
|
-
// bazel-out/
|
|
32456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
32457
32457
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
32458
32458
|
constructor() {
|
|
32459
32459
|
super(...arguments);
|
|
@@ -32477,7 +32477,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
32477
32477
|
}
|
|
32478
32478
|
};
|
|
32479
32479
|
|
|
32480
|
-
// bazel-out/
|
|
32480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
32481
32481
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
32482
32482
|
constructor() {
|
|
32483
32483
|
super(...arguments);
|
|
@@ -32508,7 +32508,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
32508
32508
|
}
|
|
32509
32509
|
};
|
|
32510
32510
|
|
|
32511
|
-
// bazel-out/
|
|
32511
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
32512
32512
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
32513
32513
|
constructor() {
|
|
32514
32514
|
super(...arguments);
|
|
@@ -32541,7 +32541,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
32541
32541
|
}
|
|
32542
32542
|
};
|
|
32543
32543
|
|
|
32544
|
-
// bazel-out/
|
|
32544
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
32545
32545
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
32546
32546
|
constructor() {
|
|
32547
32547
|
super(...arguments);
|
|
@@ -32587,7 +32587,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
32587
32587
|
}
|
|
32588
32588
|
};
|
|
32589
32589
|
|
|
32590
|
-
// bazel-out/
|
|
32590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
32591
32591
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
32592
32592
|
constructor() {
|
|
32593
32593
|
super(...arguments);
|
|
@@ -32611,7 +32611,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
32611
32611
|
}
|
|
32612
32612
|
};
|
|
32613
32613
|
|
|
32614
|
-
// bazel-out/
|
|
32614
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
32615
32615
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
32616
32616
|
constructor() {
|
|
32617
32617
|
super(...arguments);
|
|
@@ -32638,7 +32638,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
32638
32638
|
}
|
|
32639
32639
|
};
|
|
32640
32640
|
|
|
32641
|
-
// bazel-out/
|
|
32641
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
32642
32642
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
32643
32643
|
constructor() {
|
|
32644
32644
|
super(...arguments);
|
|
@@ -32665,7 +32665,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
32665
32665
|
}
|
|
32666
32666
|
};
|
|
32667
32667
|
|
|
32668
|
-
// bazel-out/
|
|
32668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
32669
32669
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
32670
32670
|
constructor() {
|
|
32671
32671
|
super(...arguments);
|
|
@@ -32696,7 +32696,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
32696
32696
|
}
|
|
32697
32697
|
};
|
|
32698
32698
|
|
|
32699
|
-
// bazel-out/
|
|
32699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
32700
32700
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
32701
32701
|
constructor() {
|
|
32702
32702
|
super(...arguments);
|
|
@@ -32720,7 +32720,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
32720
32720
|
}
|
|
32721
32721
|
};
|
|
32722
32722
|
|
|
32723
|
-
// bazel-out/
|
|
32723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
32724
32724
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
32725
32725
|
constructor() {
|
|
32726
32726
|
super(...arguments);
|
|
@@ -32744,7 +32744,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
32744
32744
|
}
|
|
32745
32745
|
};
|
|
32746
32746
|
|
|
32747
|
-
// bazel-out/
|
|
32747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
32748
32748
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
32749
32749
|
constructor() {
|
|
32750
32750
|
super(...arguments);
|
|
@@ -32777,7 +32777,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
32777
32777
|
}
|
|
32778
32778
|
};
|
|
32779
32779
|
|
|
32780
|
-
// bazel-out/
|
|
32780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
32781
32781
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
32782
32782
|
constructor() {
|
|
32783
32783
|
super(...arguments);
|
|
@@ -32818,7 +32818,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
32818
32818
|
}
|
|
32819
32819
|
};
|
|
32820
32820
|
|
|
32821
|
-
// bazel-out/
|
|
32821
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
32822
32822
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
32823
32823
|
constructor() {
|
|
32824
32824
|
super(...arguments);
|
|
@@ -32849,7 +32849,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
32849
32849
|
}
|
|
32850
32850
|
};
|
|
32851
32851
|
|
|
32852
|
-
// bazel-out/
|
|
32852
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
32853
32853
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
32854
32854
|
constructor() {
|
|
32855
32855
|
super(...arguments);
|
|
@@ -32883,7 +32883,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
32883
32883
|
}
|
|
32884
32884
|
};
|
|
32885
32885
|
|
|
32886
|
-
// bazel-out/
|
|
32886
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
32887
32887
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
32888
32888
|
constructor() {
|
|
32889
32889
|
super(...arguments);
|
|
@@ -32916,7 +32916,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
32916
32916
|
}
|
|
32917
32917
|
};
|
|
32918
32918
|
|
|
32919
|
-
// bazel-out/
|
|
32919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
32920
32920
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
32921
32921
|
constructor() {
|
|
32922
32922
|
super(...arguments);
|
|
@@ -32969,7 +32969,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
32969
32969
|
}
|
|
32970
32970
|
};
|
|
32971
32971
|
|
|
32972
|
-
// bazel-out/
|
|
32972
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
32973
32973
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
32974
32974
|
getUpdates(ast) {
|
|
32975
32975
|
const updates = [];
|
|
@@ -32986,7 +32986,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
32986
32986
|
}
|
|
32987
32987
|
};
|
|
32988
32988
|
|
|
32989
|
-
// bazel-out/
|
|
32989
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
32990
32990
|
var BindingType;
|
|
32991
32991
|
(function(BindingType2) {
|
|
32992
32992
|
BindingType2[BindingType2["INPUT"] = 0] = "INPUT";
|
|
@@ -33112,7 +33112,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
33112
33112
|
}
|
|
33113
33113
|
};
|
|
33114
33114
|
|
|
33115
|
-
// bazel-out/
|
|
33115
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
33116
33116
|
var mappings = [
|
|
33117
33117
|
["display-4", "headline-1"],
|
|
33118
33118
|
["display-3", "headline-2"],
|
|
@@ -33129,7 +33129,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
33129
33129
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
33130
33130
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
33131
33131
|
|
|
33132
|
-
// bazel-out/
|
|
33132
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
33133
33133
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
33134
33134
|
getUpdates(ast) {
|
|
33135
33135
|
const updates = [];
|
|
@@ -33172,7 +33172,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
33172
33172
|
}
|
|
33173
33173
|
};
|
|
33174
33174
|
|
|
33175
|
-
// bazel-out/
|
|
33175
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
33176
33176
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
33177
33177
|
constructor() {
|
|
33178
33178
|
super();
|
|
@@ -33193,7 +33193,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
33193
33193
|
}
|
|
33194
33194
|
};
|
|
33195
33195
|
|
|
33196
|
-
// bazel-out/
|
|
33196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
33197
33197
|
var LEGACY_MODULES = new Set([
|
|
33198
33198
|
"legacy-autocomplete",
|
|
33199
33199
|
"legacy-autocomplete/testing",
|
|
@@ -33347,14 +33347,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
33347
33347
|
];
|
|
33348
33348
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
33349
33349
|
|
|
33350
|
-
// bazel-out/
|
|
33350
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
33351
33351
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
33352
33352
|
|
|
33353
|
-
// bazel-out/
|
|
33353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
33354
33354
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
33355
33355
|
var ts = __toESM(require("typescript"));
|
|
33356
33356
|
|
|
33357
|
-
// bazel-out/
|
|
33357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
33358
33358
|
var import_schematics = require("@angular/cdk/schematics");
|
|
33359
33359
|
var import_path = require("path");
|
|
33360
33360
|
|
|
@@ -33397,7 +33397,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
33397
33397
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
33398
33398
|
var parse3 = import_scss_syntax.default.parse;
|
|
33399
33399
|
|
|
33400
|
-
// bazel-out/
|
|
33400
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
33401
33401
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
33402
33402
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
33403
33403
|
constructor() {
|
|
@@ -33681,17 +33681,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
33681
33681
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
33682
33682
|
}
|
|
33683
33683
|
|
|
33684
|
-
// bazel-out/
|
|
33684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
33685
33685
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
33686
33686
|
|
|
33687
|
-
// bazel-out/
|
|
33687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
33688
33688
|
function writeUpdates(content, updates) {
|
|
33689
33689
|
updates.sort((a, b) => b.offset - a.offset);
|
|
33690
33690
|
updates.forEach((update) => content = update.updateFn(content));
|
|
33691
33691
|
return content;
|
|
33692
33692
|
}
|
|
33693
33693
|
|
|
33694
|
-
// bazel-out/
|
|
33694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
33695
33695
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
33696
33696
|
constructor() {
|
|
33697
33697
|
super(...arguments);
|
|
@@ -33719,7 +33719,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
33719
33719
|
}
|
|
33720
33720
|
};
|
|
33721
33721
|
|
|
33722
|
-
// bazel-out/
|
|
33722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
33723
33723
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
33724
33724
|
constructor() {
|
|
33725
33725
|
super(...arguments);
|
|
@@ -33948,7 +33948,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
33948
33948
|
}
|
|
33949
33949
|
};
|
|
33950
33950
|
|
|
33951
|
-
// bazel-out/
|
|
33951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
33952
33952
|
var migrationGroups = [
|
|
33953
33953
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
33954
33954
|
["button"],
|
|
@@ -474,9 +474,9 @@ var require_tslib = __commonJS({
|
|
|
474
474
|
}
|
|
475
475
|
});
|
|
476
476
|
|
|
477
|
-
// bazel-out/
|
|
477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-imports-error.js
|
|
478
478
|
var require_legacy_imports_error = __commonJS({
|
|
479
|
-
"bazel-out/
|
|
479
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-imports-error.js"(exports) {
|
|
480
480
|
"use strict";
|
|
481
481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
482
482
|
exports.legacyImportsError = void 0;
|
|
@@ -547,9 +547,9 @@ ${filesMessage}
|
|
|
547
547
|
}
|
|
548
548
|
});
|
|
549
549
|
|
|
550
|
-
// bazel-out/
|
|
550
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
551
551
|
var require_attribute_selectors = __commonJS({
|
|
552
|
-
"bazel-out/
|
|
552
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
553
553
|
"use strict";
|
|
554
554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
555
555
|
exports.attributeSelectors = void 0;
|
|
@@ -557,9 +557,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
557
557
|
}
|
|
558
558
|
});
|
|
559
559
|
|
|
560
|
-
// bazel-out/
|
|
560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
561
561
|
var require_class_names = __commonJS({
|
|
562
|
-
"bazel-out/
|
|
562
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
563
563
|
"use strict";
|
|
564
564
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
565
565
|
exports.classNames = void 0;
|
|
@@ -567,9 +567,9 @@ var require_class_names = __commonJS({
|
|
|
567
567
|
}
|
|
568
568
|
});
|
|
569
569
|
|
|
570
|
-
// bazel-out/
|
|
570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
571
571
|
var require_constructor_checks = __commonJS({
|
|
572
|
-
"bazel-out/
|
|
572
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
573
573
|
"use strict";
|
|
574
574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
575
575
|
exports.constructorChecks = void 0;
|
|
@@ -577,9 +577,9 @@ var require_constructor_checks = __commonJS({
|
|
|
577
577
|
}
|
|
578
578
|
});
|
|
579
579
|
|
|
580
|
-
// bazel-out/
|
|
580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
581
581
|
var require_css_selectors = __commonJS({
|
|
582
|
-
"bazel-out/
|
|
582
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
583
583
|
"use strict";
|
|
584
584
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
585
585
|
exports.cssSelectors = void 0;
|
|
@@ -587,9 +587,9 @@ var require_css_selectors = __commonJS({
|
|
|
587
587
|
}
|
|
588
588
|
});
|
|
589
589
|
|
|
590
|
-
// bazel-out/
|
|
590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
591
591
|
var require_element_selectors = __commonJS({
|
|
592
|
-
"bazel-out/
|
|
592
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
593
593
|
"use strict";
|
|
594
594
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
595
595
|
exports.elementSelectors = void 0;
|
|
@@ -597,9 +597,9 @@ var require_element_selectors = __commonJS({
|
|
|
597
597
|
}
|
|
598
598
|
});
|
|
599
599
|
|
|
600
|
-
// bazel-out/
|
|
600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
601
601
|
var require_input_names = __commonJS({
|
|
602
|
-
"bazel-out/
|
|
602
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
603
603
|
"use strict";
|
|
604
604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
605
605
|
exports.inputNames = void 0;
|
|
@@ -607,9 +607,9 @@ var require_input_names = __commonJS({
|
|
|
607
607
|
}
|
|
608
608
|
});
|
|
609
609
|
|
|
610
|
-
// bazel-out/
|
|
610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
611
611
|
var require_method_call_checks = __commonJS({
|
|
612
|
-
"bazel-out/
|
|
612
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
613
613
|
"use strict";
|
|
614
614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
615
615
|
exports.methodCallChecks = void 0;
|
|
@@ -617,9 +617,9 @@ var require_method_call_checks = __commonJS({
|
|
|
617
617
|
}
|
|
618
618
|
});
|
|
619
619
|
|
|
620
|
-
// bazel-out/
|
|
620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
621
621
|
var require_output_names = __commonJS({
|
|
622
|
-
"bazel-out/
|
|
622
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
623
623
|
"use strict";
|
|
624
624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
625
625
|
exports.outputNames = void 0;
|
|
@@ -627,9 +627,9 @@ var require_output_names = __commonJS({
|
|
|
627
627
|
}
|
|
628
628
|
});
|
|
629
629
|
|
|
630
|
-
// bazel-out/
|
|
630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
631
631
|
var require_property_names = __commonJS({
|
|
632
|
-
"bazel-out/
|
|
632
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
633
633
|
"use strict";
|
|
634
634
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
635
635
|
exports.propertyNames = void 0;
|
|
@@ -637,9 +637,9 @@ var require_property_names = __commonJS({
|
|
|
637
637
|
}
|
|
638
638
|
});
|
|
639
639
|
|
|
640
|
-
// bazel-out/
|
|
640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
641
641
|
var require_symbol_removal = __commonJS({
|
|
642
|
-
"bazel-out/
|
|
642
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
643
643
|
"use strict";
|
|
644
644
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
645
645
|
exports.symbolRemoval = void 0;
|
|
@@ -647,9 +647,9 @@ var require_symbol_removal = __commonJS({
|
|
|
647
647
|
}
|
|
648
648
|
});
|
|
649
649
|
|
|
650
|
-
// bazel-out/
|
|
650
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
651
651
|
var require_data = __commonJS({
|
|
652
|
-
"bazel-out/
|
|
652
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
653
653
|
"use strict";
|
|
654
654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
655
655
|
var tslib_1 = require_tslib();
|
|
@@ -666,9 +666,9 @@ var require_data = __commonJS({
|
|
|
666
666
|
}
|
|
667
667
|
});
|
|
668
668
|
|
|
669
|
-
// bazel-out/
|
|
669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
670
670
|
var require_upgrade_data = __commonJS({
|
|
671
|
-
"bazel-out/
|
|
671
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
672
672
|
"use strict";
|
|
673
673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
674
674
|
exports.materialUpgradeData = void 0;
|
|
@@ -688,9 +688,9 @@ var require_upgrade_data = __commonJS({
|
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
691
|
-
// bazel-out/
|
|
691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js
|
|
692
692
|
var require_migration = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js"(exports) {
|
|
694
694
|
"use strict";
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.addThemeBaseMixins = exports.checkThemeBaseMixins = void 0;
|
|
@@ -907,9 +907,9 @@ var require_migration = __commonJS({
|
|
|
907
907
|
}
|
|
908
908
|
});
|
|
909
909
|
|
|
910
|
-
// bazel-out/
|
|
910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js
|
|
911
911
|
var require_theme_base_v17 = __commonJS({
|
|
912
|
-
"bazel-out/
|
|
912
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js"(exports) {
|
|
913
913
|
"use strict";
|
|
914
914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
915
915
|
exports.ThemeBaseMigration = void 0;
|
|
@@ -992,7 +992,7 @@ ${mixinsText}`
|
|
|
992
992
|
}
|
|
993
993
|
});
|
|
994
994
|
|
|
995
|
-
// bazel-out/
|
|
995
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
996
996
|
var ng_update_exports = {};
|
|
997
997
|
__export(ng_update_exports, {
|
|
998
998
|
updateToV17: () => updateToV17
|
package/select/index.d.ts
CHANGED
|
@@ -149,6 +149,11 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
149
149
|
* @docs-private
|
|
150
150
|
*/
|
|
151
151
|
readonly stateChanges: Subject<void>;
|
|
152
|
+
/**
|
|
153
|
+
* Disable the automatic labeling to avoid issues like #27241.
|
|
154
|
+
* @docs-private
|
|
155
|
+
*/
|
|
156
|
+
readonly disableAutomaticLabeling = true;
|
|
152
157
|
/**
|
|
153
158
|
* Implemented as part of MatFormFieldControl.
|
|
154
159
|
* @docs-private
|