@angular/material 16.1.0-next.1 → 16.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 +7 -4
- package/_token-theming.scss +2 -0
- package/button/_icon-button-theme.scss +0 -1
- package/card/_card-theme.import.scss +1 -1
- package/card/_card-theme.scss +11 -0
- package/checkbox/_checkbox-theme.import.scss +1 -1
- package/checkbox/_checkbox-theme.scss +9 -0
- package/core/mdc-helpers/_mdc-helpers.scss +13 -28
- package/core/style/_sass-utils.scss +32 -2
- package/core/tokens/_token-utils.scss +3 -12
- package/core/tokens/m2/_index.scss +84 -0
- package/core/tokens/m2/mat/_card.scss +17 -16
- package/core/tokens/m2/mat/_radio.scss +6 -5
- package/core/tokens/m2/mat/_snack-bar.scss +6 -5
- package/core/tokens/m2/mat/_tab-header-with-background.scss +6 -5
- package/core/tokens/m2/mat/_tab-header.scss +2 -1
- package/core/tokens/m2/mdc/_checkbox.scss +39 -38
- package/core/tokens/m2/mdc/_chip.scss +2 -2
- package/core/tokens/m2/mdc/_circular-progress.scss +5 -8
- package/core/tokens/m2/mdc/_dialog.scss +6 -7
- package/core/tokens/m2/mdc/_elevated-card.scss +2 -1
- package/core/tokens/m2/mdc/_icon-button.scss +5 -13
- package/core/tokens/m2/mdc/_linear-progress.scss +9 -11
- package/core/tokens/m2/mdc/_list.scss +102 -101
- package/core/tokens/m2/mdc/_outlined-card.scss +2 -1
- package/core/tokens/m2/mdc/_plain-tooltip.scss +6 -9
- package/core/tokens/m2/mdc/_radio.scss +6 -7
- package/core/tokens/m2/mdc/_snack-bar.scss +6 -8
- package/core/tokens/m2/mdc/_tab-indicator.scss +6 -6
- package/core/tokens/m2/mdc/_tab.scss +6 -6
- package/core/typography/_all-typography.scss +1 -154
- package/core/typography/_typography.scss +162 -0
- package/esm2022/chips/chip-grid.mjs +2 -2
- package/esm2022/chips/chip-listbox.mjs +2 -2
- package/esm2022/chips/chip-set.mjs +2 -2
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/legacy-select/public-api.mjs +2 -2
- package/esm2022/legacy-select/select.mjs +1 -1
- package/esm2022/paginator/paginator.mjs +1 -1
- package/esm2022/progress-bar/progress-bar.mjs +2 -2
- package/esm2022/select/select.mjs +25 -14
- package/esm2022/slider/slider-input.mjs +21 -9
- package/esm2022/table/row.mjs +2 -2
- package/fesm2022/chips.mjs +6 -6
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/legacy-select.mjs.map +1 -1
- package/fesm2022/paginator.mjs +1 -1
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +2 -2
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/select.mjs +24 -13
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/slider.mjs +20 -8
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/table.mjs +1 -1
- package/fesm2022/table.mjs.map +1 -1
- package/legacy-select/index.d.ts +7 -2
- package/package.json +49 -49
- 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 +25 -25
- package/select/index.d.ts +13 -5
- package/slider/index.d.ts +10 -1
- package/table/index.d.ts +1 -1
- package/tabs/_tabs-theme.scss +0 -1
|
@@ -6396,14 +6396,14 @@ var require_scss_syntax = __commonJS({
|
|
|
6396
6396
|
}
|
|
6397
6397
|
});
|
|
6398
6398
|
|
|
6399
|
-
// bazel-out/
|
|
6399
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js
|
|
6582
6582
|
var TemplateMigrator = class {
|
|
6583
6583
|
};
|
|
6584
6584
|
|
|
@@ -24033,7 +24033,7 @@ var FactoryTarget;
|
|
|
24033
24033
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
24034
24034
|
publishFacade(_global);
|
|
24035
24035
|
|
|
24036
|
-
// bazel-out/
|
|
24036
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
24037
24037
|
function visitElements(nodes, preorderCallback = () => {
|
|
24038
24038
|
}, postorderCallback = () => {
|
|
24039
24039
|
}) {
|
|
@@ -24113,7 +24113,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
24113
24113
|
return prefix + newSubstr + suffix;
|
|
24114
24114
|
}
|
|
24115
24115
|
|
|
24116
|
-
// bazel-out/
|
|
24116
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
24117
24117
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
24118
24118
|
getUpdates(ast) {
|
|
24119
24119
|
const updates = [];
|
|
@@ -24130,7 +24130,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
24130
24130
|
}
|
|
24131
24131
|
};
|
|
24132
24132
|
|
|
24133
|
-
// bazel-out/
|
|
24133
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
24134
24134
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
24135
24135
|
constructor() {
|
|
24136
24136
|
super(...arguments);
|
|
@@ -24154,7 +24154,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
24154
24154
|
}
|
|
24155
24155
|
};
|
|
24156
24156
|
|
|
24157
|
-
// bazel-out/
|
|
24157
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
24158
24158
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
24159
24159
|
constructor() {
|
|
24160
24160
|
super(...arguments);
|
|
@@ -24185,7 +24185,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
24185
24185
|
}
|
|
24186
24186
|
};
|
|
24187
24187
|
|
|
24188
|
-
// bazel-out/
|
|
24188
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
24189
24189
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
24190
24190
|
constructor() {
|
|
24191
24191
|
super(...arguments);
|
|
@@ -24265,7 +24265,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
24265
24265
|
}
|
|
24266
24266
|
};
|
|
24267
24267
|
|
|
24268
|
-
// bazel-out/
|
|
24268
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
24269
24269
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
24270
24270
|
constructor() {
|
|
24271
24271
|
super(...arguments);
|
|
@@ -24295,7 +24295,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
24295
24295
|
}
|
|
24296
24296
|
};
|
|
24297
24297
|
|
|
24298
|
-
// bazel-out/
|
|
24298
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
24299
24299
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
24300
24300
|
constructor() {
|
|
24301
24301
|
super(...arguments);
|
|
@@ -24352,7 +24352,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
24352
24352
|
}
|
|
24353
24353
|
};
|
|
24354
24354
|
|
|
24355
|
-
// bazel-out/
|
|
24355
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
24356
24356
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
24357
24357
|
constructor() {
|
|
24358
24358
|
super(...arguments);
|
|
@@ -24376,7 +24376,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
24376
24376
|
}
|
|
24377
24377
|
};
|
|
24378
24378
|
|
|
24379
|
-
// bazel-out/
|
|
24379
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
24380
24380
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
24381
24381
|
constructor() {
|
|
24382
24382
|
super(...arguments);
|
|
@@ -24407,7 +24407,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
24407
24407
|
}
|
|
24408
24408
|
};
|
|
24409
24409
|
|
|
24410
|
-
// bazel-out/
|
|
24410
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
24411
24411
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
24412
24412
|
constructor() {
|
|
24413
24413
|
super(...arguments);
|
|
@@ -24440,7 +24440,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
24440
24440
|
}
|
|
24441
24441
|
};
|
|
24442
24442
|
|
|
24443
|
-
// bazel-out/
|
|
24443
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
24444
24444
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
24445
24445
|
constructor() {
|
|
24446
24446
|
super(...arguments);
|
|
@@ -24486,7 +24486,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
24486
24486
|
}
|
|
24487
24487
|
};
|
|
24488
24488
|
|
|
24489
|
-
// bazel-out/
|
|
24489
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
24490
24490
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
24491
24491
|
constructor() {
|
|
24492
24492
|
super(...arguments);
|
|
@@ -24510,7 +24510,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
24510
24510
|
}
|
|
24511
24511
|
};
|
|
24512
24512
|
|
|
24513
|
-
// bazel-out/
|
|
24513
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
24514
24514
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
24515
24515
|
constructor() {
|
|
24516
24516
|
super(...arguments);
|
|
@@ -24537,7 +24537,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
24537
24537
|
}
|
|
24538
24538
|
};
|
|
24539
24539
|
|
|
24540
|
-
// bazel-out/
|
|
24540
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
24541
24541
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
24542
24542
|
constructor() {
|
|
24543
24543
|
super(...arguments);
|
|
@@ -24564,7 +24564,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
24564
24564
|
}
|
|
24565
24565
|
};
|
|
24566
24566
|
|
|
24567
|
-
// bazel-out/
|
|
24567
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
24568
24568
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
24569
24569
|
constructor() {
|
|
24570
24570
|
super(...arguments);
|
|
@@ -24595,7 +24595,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
24595
24595
|
}
|
|
24596
24596
|
};
|
|
24597
24597
|
|
|
24598
|
-
// bazel-out/
|
|
24598
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
24599
24599
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
24600
24600
|
constructor() {
|
|
24601
24601
|
super(...arguments);
|
|
@@ -24619,7 +24619,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
24619
24619
|
}
|
|
24620
24620
|
};
|
|
24621
24621
|
|
|
24622
|
-
// bazel-out/
|
|
24622
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
24623
24623
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
24624
24624
|
constructor() {
|
|
24625
24625
|
super(...arguments);
|
|
@@ -24643,7 +24643,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
24643
24643
|
}
|
|
24644
24644
|
};
|
|
24645
24645
|
|
|
24646
|
-
// bazel-out/
|
|
24646
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
24647
24647
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
24648
24648
|
constructor() {
|
|
24649
24649
|
super(...arguments);
|
|
@@ -24676,7 +24676,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
24676
24676
|
}
|
|
24677
24677
|
};
|
|
24678
24678
|
|
|
24679
|
-
// bazel-out/
|
|
24679
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
24680
24680
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
24681
24681
|
constructor() {
|
|
24682
24682
|
super(...arguments);
|
|
@@ -24717,7 +24717,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
24717
24717
|
}
|
|
24718
24718
|
};
|
|
24719
24719
|
|
|
24720
|
-
// bazel-out/
|
|
24720
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
24721
24721
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
24722
24722
|
constructor() {
|
|
24723
24723
|
super(...arguments);
|
|
@@ -24748,7 +24748,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
24748
24748
|
}
|
|
24749
24749
|
};
|
|
24750
24750
|
|
|
24751
|
-
// bazel-out/
|
|
24751
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
24752
24752
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
24753
24753
|
constructor() {
|
|
24754
24754
|
super(...arguments);
|
|
@@ -24782,7 +24782,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
24782
24782
|
}
|
|
24783
24783
|
};
|
|
24784
24784
|
|
|
24785
|
-
// bazel-out/
|
|
24785
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
24786
24786
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
24787
24787
|
constructor() {
|
|
24788
24788
|
super(...arguments);
|
|
@@ -24815,7 +24815,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
24815
24815
|
}
|
|
24816
24816
|
};
|
|
24817
24817
|
|
|
24818
|
-
// bazel-out/
|
|
24818
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
24819
24819
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
24820
24820
|
constructor() {
|
|
24821
24821
|
super(...arguments);
|
|
@@ -24868,7 +24868,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
24868
24868
|
}
|
|
24869
24869
|
};
|
|
24870
24870
|
|
|
24871
|
-
// bazel-out/
|
|
24871
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
24872
24872
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
24873
24873
|
getUpdates(ast) {
|
|
24874
24874
|
const updates = [];
|
|
@@ -24885,7 +24885,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
24885
24885
|
}
|
|
24886
24886
|
};
|
|
24887
24887
|
|
|
24888
|
-
// bazel-out/
|
|
24888
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
24889
24889
|
var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
24890
24890
|
getUpdates(ast) {
|
|
24891
24891
|
const updates = [];
|
|
@@ -25004,7 +25004,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
25004
25004
|
}
|
|
25005
25005
|
};
|
|
25006
25006
|
|
|
25007
|
-
// bazel-out/
|
|
25007
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
25008
25008
|
var mappings = [
|
|
25009
25009
|
["display-4", "headline-1"],
|
|
25010
25010
|
["display-3", "headline-2"],
|
|
@@ -25021,7 +25021,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
25021
25021
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
25022
25022
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
25023
25023
|
|
|
25024
|
-
// bazel-out/
|
|
25024
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
25025
25025
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
25026
25026
|
getUpdates(ast) {
|
|
25027
25027
|
const updates = [];
|
|
@@ -25064,7 +25064,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
25064
25064
|
}
|
|
25065
25065
|
};
|
|
25066
25066
|
|
|
25067
|
-
// bazel-out/
|
|
25067
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
25068
25068
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
25069
25069
|
constructor() {
|
|
25070
25070
|
super();
|
|
@@ -25085,7 +25085,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
25085
25085
|
}
|
|
25086
25086
|
};
|
|
25087
25087
|
|
|
25088
|
-
// bazel-out/
|
|
25088
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
25089
25089
|
var LEGACY_MODULES = new Set([
|
|
25090
25090
|
"legacy-autocomplete",
|
|
25091
25091
|
"legacy-autocomplete/testing",
|
|
@@ -25239,14 +25239,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
25239
25239
|
];
|
|
25240
25240
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
25241
25241
|
|
|
25242
|
-
// bazel-out/
|
|
25242
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
25243
25243
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
25244
25244
|
|
|
25245
|
-
// bazel-out/
|
|
25245
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
25246
25246
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
25247
25247
|
var ts = __toESM(require("typescript"));
|
|
25248
25248
|
|
|
25249
|
-
// bazel-out/
|
|
25249
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
25250
25250
|
var import_schematics = require("@angular/cdk/schematics");
|
|
25251
25251
|
var import_path = require("path");
|
|
25252
25252
|
|
|
@@ -25289,7 +25289,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
25289
25289
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
25290
25290
|
var parse3 = import_scss_syntax.default.parse;
|
|
25291
25291
|
|
|
25292
|
-
// bazel-out/
|
|
25292
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
25293
25293
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
25294
25294
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
25295
25295
|
constructor() {
|
|
@@ -25573,17 +25573,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
25573
25573
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
25574
25574
|
}
|
|
25575
25575
|
|
|
25576
|
-
// bazel-out/
|
|
25576
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
25577
25577
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
25578
25578
|
|
|
25579
|
-
// bazel-out/
|
|
25579
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
25580
25580
|
function writeUpdates(content, updates) {
|
|
25581
25581
|
updates.sort((a, b) => b.offset - a.offset);
|
|
25582
25582
|
updates.forEach((update) => content = update.updateFn(content));
|
|
25583
25583
|
return content;
|
|
25584
25584
|
}
|
|
25585
25585
|
|
|
25586
|
-
// bazel-out/
|
|
25586
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
25587
25587
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
25588
25588
|
constructor() {
|
|
25589
25589
|
super(...arguments);
|
|
@@ -25611,7 +25611,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
25611
25611
|
}
|
|
25612
25612
|
};
|
|
25613
25613
|
|
|
25614
|
-
// bazel-out/
|
|
25614
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
25615
25615
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
25616
25616
|
constructor() {
|
|
25617
25617
|
super(...arguments);
|
|
@@ -25840,7 +25840,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
25840
25840
|
}
|
|
25841
25841
|
};
|
|
25842
25842
|
|
|
25843
|
-
// bazel-out/
|
|
25843
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
25844
25844
|
var migrationGroups = [
|
|
25845
25845
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
25846
25846
|
["button"],
|
|
@@ -454,9 +454,9 @@ var require_tslib = __commonJS({
|
|
|
454
454
|
}
|
|
455
455
|
});
|
|
456
456
|
|
|
457
|
-
// bazel-out/
|
|
457
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
458
458
|
var require_attribute_selectors = __commonJS({
|
|
459
|
-
"bazel-out/
|
|
459
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
460
460
|
"use strict";
|
|
461
461
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
462
462
|
exports.attributeSelectors = void 0;
|
|
@@ -464,9 +464,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
464
464
|
}
|
|
465
465
|
});
|
|
466
466
|
|
|
467
|
-
// bazel-out/
|
|
467
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
468
468
|
var require_class_names = __commonJS({
|
|
469
|
-
"bazel-out/
|
|
469
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
470
470
|
"use strict";
|
|
471
471
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
472
472
|
exports.classNames = void 0;
|
|
@@ -474,9 +474,9 @@ var require_class_names = __commonJS({
|
|
|
474
474
|
}
|
|
475
475
|
});
|
|
476
476
|
|
|
477
|
-
// bazel-out/
|
|
477
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
478
478
|
var require_constructor_checks = __commonJS({
|
|
479
|
-
"bazel-out/
|
|
479
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
480
480
|
"use strict";
|
|
481
481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
482
482
|
exports.constructorChecks = void 0;
|
|
@@ -484,9 +484,9 @@ var require_constructor_checks = __commonJS({
|
|
|
484
484
|
}
|
|
485
485
|
});
|
|
486
486
|
|
|
487
|
-
// bazel-out/
|
|
487
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
488
488
|
var require_css_selectors = __commonJS({
|
|
489
|
-
"bazel-out/
|
|
489
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
490
490
|
"use strict";
|
|
491
491
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
492
492
|
exports.cssSelectors = void 0;
|
|
@@ -494,9 +494,9 @@ var require_css_selectors = __commonJS({
|
|
|
494
494
|
}
|
|
495
495
|
});
|
|
496
496
|
|
|
497
|
-
// bazel-out/
|
|
497
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
498
498
|
var require_element_selectors = __commonJS({
|
|
499
|
-
"bazel-out/
|
|
499
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
500
500
|
"use strict";
|
|
501
501
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
502
502
|
exports.elementSelectors = void 0;
|
|
@@ -504,9 +504,9 @@ var require_element_selectors = __commonJS({
|
|
|
504
504
|
}
|
|
505
505
|
});
|
|
506
506
|
|
|
507
|
-
// bazel-out/
|
|
507
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
508
508
|
var require_input_names = __commonJS({
|
|
509
|
-
"bazel-out/
|
|
509
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
510
510
|
"use strict";
|
|
511
511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
512
512
|
exports.inputNames = void 0;
|
|
@@ -514,9 +514,9 @@ var require_input_names = __commonJS({
|
|
|
514
514
|
}
|
|
515
515
|
});
|
|
516
516
|
|
|
517
|
-
// bazel-out/
|
|
517
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
518
518
|
var require_method_call_checks = __commonJS({
|
|
519
|
-
"bazel-out/
|
|
519
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
520
520
|
"use strict";
|
|
521
521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
522
522
|
exports.methodCallChecks = void 0;
|
|
@@ -524,9 +524,9 @@ var require_method_call_checks = __commonJS({
|
|
|
524
524
|
}
|
|
525
525
|
});
|
|
526
526
|
|
|
527
|
-
// bazel-out/
|
|
527
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
528
528
|
var require_output_names = __commonJS({
|
|
529
|
-
"bazel-out/
|
|
529
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
530
530
|
"use strict";
|
|
531
531
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
532
532
|
exports.outputNames = void 0;
|
|
@@ -534,9 +534,9 @@ var require_output_names = __commonJS({
|
|
|
534
534
|
}
|
|
535
535
|
});
|
|
536
536
|
|
|
537
|
-
// bazel-out/
|
|
537
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
538
538
|
var require_property_names = __commonJS({
|
|
539
|
-
"bazel-out/
|
|
539
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
540
540
|
"use strict";
|
|
541
541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
542
542
|
exports.propertyNames = void 0;
|
|
@@ -544,9 +544,9 @@ var require_property_names = __commonJS({
|
|
|
544
544
|
}
|
|
545
545
|
});
|
|
546
546
|
|
|
547
|
-
// bazel-out/
|
|
547
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
548
548
|
var require_symbol_removal = __commonJS({
|
|
549
|
-
"bazel-out/
|
|
549
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
550
550
|
"use strict";
|
|
551
551
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
552
552
|
exports.symbolRemoval = void 0;
|
|
@@ -554,9 +554,9 @@ var require_symbol_removal = __commonJS({
|
|
|
554
554
|
}
|
|
555
555
|
});
|
|
556
556
|
|
|
557
|
-
// bazel-out/
|
|
557
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
558
558
|
var require_data = __commonJS({
|
|
559
|
-
"bazel-out/
|
|
559
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
560
560
|
"use strict";
|
|
561
561
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
562
562
|
var tslib_1 = require_tslib();
|
|
@@ -573,9 +573,9 @@ var require_data = __commonJS({
|
|
|
573
573
|
}
|
|
574
574
|
});
|
|
575
575
|
|
|
576
|
-
// bazel-out/
|
|
576
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
577
577
|
var require_upgrade_data = __commonJS({
|
|
578
|
-
"bazel-out/
|
|
578
|
+
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
579
579
|
"use strict";
|
|
580
580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
581
581
|
exports.materialUpgradeData = void 0;
|
|
@@ -595,7 +595,7 @@ var require_upgrade_data = __commonJS({
|
|
|
595
595
|
}
|
|
596
596
|
});
|
|
597
597
|
|
|
598
|
-
// bazel-out/
|
|
598
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
599
599
|
var ng_update_exports = {};
|
|
600
600
|
__export(ng_update_exports, {
|
|
601
601
|
updateToV16: () => updateToV16
|
package/select/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { _AbstractConstructor } from '@angular/material/core';
|
|
2
2
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
3
3
|
import { AfterContentInit } from '@angular/core';
|
|
4
|
-
import { AfterViewInit } from '@angular/core';
|
|
5
4
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
6
5
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
7
6
|
import { CanDisable } from '@angular/material/core';
|
|
@@ -88,18 +87,22 @@ export declare function MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay: Ove
|
|
|
88
87
|
*/
|
|
89
88
|
export declare const MAT_SELECT_TRIGGER: InjectionToken<MatSelectTrigger>;
|
|
90
89
|
|
|
91
|
-
export declare class MatSelect extends _MatSelectBase<MatSelectChange> implements OnInit
|
|
90
|
+
export declare class MatSelect extends _MatSelectBase<MatSelectChange> implements OnInit {
|
|
92
91
|
options: QueryList<MatOption>;
|
|
93
92
|
optionGroups: QueryList<MatOptgroup>;
|
|
94
93
|
customTrigger: MatSelectTrigger;
|
|
94
|
+
/**
|
|
95
|
+
* Width of the panel. If set to `auto`, the panel will match the trigger width.
|
|
96
|
+
* If set to null or an empty string, the panel will grow to match the longest option's text.
|
|
97
|
+
*/
|
|
98
|
+
panelWidth: string | number | null;
|
|
95
99
|
_positions: ConnectedPosition[];
|
|
96
100
|
/** Ideal origin for the overlay panel. */
|
|
97
101
|
_preferredOverlayOrigin: CdkOverlayOrigin | ElementRef | undefined;
|
|
98
102
|
/** Width of the overlay panel. */
|
|
99
|
-
_overlayWidth: number;
|
|
103
|
+
_overlayWidth: string | number;
|
|
100
104
|
get shouldLabelFloat(): boolean;
|
|
101
105
|
ngOnInit(): void;
|
|
102
|
-
ngAfterViewInit(): void;
|
|
103
106
|
open(): void;
|
|
104
107
|
close(): void;
|
|
105
108
|
/** Scrolls the active option into view. */
|
|
@@ -116,7 +119,7 @@ export declare class MatSelect extends _MatSelectBase<MatSelectChange> implement
|
|
|
116
119
|
_syncParentProperties(): void;
|
|
117
120
|
protected _skipPredicate: (option: MatOption) => boolean;
|
|
118
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], false, never>;
|
|
122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; }, {}, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], false, never>;
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
/**
|
|
@@ -458,6 +461,11 @@ export declare interface MatSelectConfig {
|
|
|
458
461
|
overlayPanelClass?: string | string[];
|
|
459
462
|
/** Wheter icon indicators should be hidden for single-selection. */
|
|
460
463
|
hideSingleSelectionIndicator?: boolean;
|
|
464
|
+
/**
|
|
465
|
+
* Width of the panel. If set to `auto`, the panel will match the trigger width.
|
|
466
|
+
* If set to null or an empty string, the panel will grow to match the longest option's text.
|
|
467
|
+
*/
|
|
468
|
+
panelWidth?: string | number | null;
|
|
461
469
|
}
|
|
462
470
|
|
|
463
471
|
/** @docs-private */
|
package/slider/index.d.ts
CHANGED
|
@@ -442,9 +442,18 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
|
|
|
442
442
|
*/
|
|
443
443
|
_skipUIUpdate: boolean;
|
|
444
444
|
/** Callback called when the slider input value changes. */
|
|
445
|
-
|
|
445
|
+
protected _onChangeFn: ((value: any) => void) | undefined;
|
|
446
446
|
/** Callback called when the slider input has been touched. */
|
|
447
447
|
private _onTouchedFn;
|
|
448
|
+
/**
|
|
449
|
+
* Whether the NgModel has been initialized.
|
|
450
|
+
*
|
|
451
|
+
* This flag is used to ignore ghost null calls to
|
|
452
|
+
* writeValue which can break slider initialization.
|
|
453
|
+
*
|
|
454
|
+
* See https://github.com/angular/angular/issues/14988.
|
|
455
|
+
*/
|
|
456
|
+
protected _isControlInitialized: boolean;
|
|
448
457
|
constructor(_ngZone: NgZone, _elementRef: ElementRef<HTMLInputElement>, _cdr: ChangeDetectorRef, _slider: _MatSlider);
|
|
449
458
|
ngOnDestroy(): void;
|
|
450
459
|
/** @docs-private */
|
package/table/index.d.ts
CHANGED
|
@@ -141,7 +141,7 @@ export declare class MatHeaderCellDef extends CdkHeaderCellDef {
|
|
|
141
141
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MatHeaderCellDef, "[matHeaderCellDef]", never, {}, {}, never, never, false, never>;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
/**
|
|
144
|
+
/** Header template container that contains the cell outlet. Adds the right class and role. */
|
|
145
145
|
export declare class MatHeaderRow extends CdkHeaderRow {
|
|
146
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatHeaderRow, never>;
|
|
147
147
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatHeaderRow, "mat-header-row, tr[mat-header-row]", ["matHeaderRow"], {}, {}, never, never, false, never>;
|
package/tabs/_tabs-theme.scss
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use '@material/tab-indicator/tab-indicator-theme' as mdc-tab-indicator-theme;
|
|
3
|
-
@use '@material/tab' as mdc-tab;
|
|
4
3
|
@use '@material/tab/tab-theme' as mdc-tab-theme;
|
|
5
4
|
@use '../core/tokens/m2/mdc/tab' as tokens-mdc-tab;
|
|
6
5
|
@use '../core/tokens/m2/mdc/tab-indicator' as tokens-mdc-tab-indicator;
|