@angular/material 18.0.0-next.2 → 18.0.0-next.3
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/button-toggle/index.d.ts +18 -5
- package/esm2022/button-toggle/button-toggle.mjs +116 -14
- package/esm2022/button-toggle/testing/button-toggle-harness.mjs +8 -4
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/sort/sort-header.mjs +4 -1
- package/esm2022/tabs/paginated-tab-header.mjs +26 -14
- package/fesm2022/button-toggle/testing.mjs +7 -3
- package/fesm2022/button-toggle/testing.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +114 -13
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/sort.mjs +3 -0
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/tabs.mjs +22 -10
- package/fesm2022/tabs.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 +25 -25
- package/tabs/index.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.3",
|
|
4
4
|
"description": "Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
},
|
|
491
491
|
"peerDependencies": {
|
|
492
492
|
"@angular/animations": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
|
|
493
|
-
"@angular/cdk": "18.0.0-next.
|
|
493
|
+
"@angular/cdk": "18.0.0-next.3",
|
|
494
494
|
"@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
|
|
495
495
|
"@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0",
|
|
496
496
|
"@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.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 = `~18.0.0-next.
|
|
21
|
+
const fallbackMaterialVersionRange = `~18.0.0-next.3`;
|
|
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 = `~18.0.0-next.
|
|
21
|
+
const fallbackMaterialVersionRange = `~18.0.0-next.3`;
|
|
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
|
|
|
@@ -28681,7 +28681,7 @@ var FactoryTarget;
|
|
|
28681
28681
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
28682
28682
|
publishFacade(_global);
|
|
28683
28683
|
|
|
28684
|
-
// bazel-out/
|
|
28684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
28685
28685
|
function visitElements(nodes, preorderCallback = () => {
|
|
28686
28686
|
}, postorderCallback = () => {
|
|
28687
28687
|
}) {
|
|
@@ -28761,7 +28761,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
28761
28761
|
return prefix + newSubstr + suffix;
|
|
28762
28762
|
}
|
|
28763
28763
|
|
|
28764
|
-
// bazel-out/
|
|
28764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
28765
28765
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
28766
28766
|
getUpdates(ast) {
|
|
28767
28767
|
const updates = [];
|
|
@@ -28778,7 +28778,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
28778
28778
|
}
|
|
28779
28779
|
};
|
|
28780
28780
|
|
|
28781
|
-
// bazel-out/
|
|
28781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
28782
28782
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
28783
28783
|
constructor() {
|
|
28784
28784
|
super(...arguments);
|
|
@@ -28802,7 +28802,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
28802
28802
|
}
|
|
28803
28803
|
};
|
|
28804
28804
|
|
|
28805
|
-
// bazel-out/
|
|
28805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
28806
28806
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
28807
28807
|
constructor() {
|
|
28808
28808
|
super(...arguments);
|
|
@@ -28833,7 +28833,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
28833
28833
|
}
|
|
28834
28834
|
};
|
|
28835
28835
|
|
|
28836
|
-
// bazel-out/
|
|
28836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
28837
28837
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
28838
28838
|
constructor() {
|
|
28839
28839
|
super(...arguments);
|
|
@@ -28913,7 +28913,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
28913
28913
|
}
|
|
28914
28914
|
};
|
|
28915
28915
|
|
|
28916
|
-
// bazel-out/
|
|
28916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
28917
28917
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
28918
28918
|
constructor() {
|
|
28919
28919
|
super(...arguments);
|
|
@@ -28943,7 +28943,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
28943
28943
|
}
|
|
28944
28944
|
};
|
|
28945
28945
|
|
|
28946
|
-
// bazel-out/
|
|
28946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
28947
28947
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
28948
28948
|
constructor() {
|
|
28949
28949
|
super(...arguments);
|
|
@@ -29000,7 +29000,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
29000
29000
|
}
|
|
29001
29001
|
};
|
|
29002
29002
|
|
|
29003
|
-
// bazel-out/
|
|
29003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
29004
29004
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
29005
29005
|
constructor() {
|
|
29006
29006
|
super(...arguments);
|
|
@@ -29024,7 +29024,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
29024
29024
|
}
|
|
29025
29025
|
};
|
|
29026
29026
|
|
|
29027
|
-
// bazel-out/
|
|
29027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
29028
29028
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
29029
29029
|
constructor() {
|
|
29030
29030
|
super(...arguments);
|
|
@@ -29055,7 +29055,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
29055
29055
|
}
|
|
29056
29056
|
};
|
|
29057
29057
|
|
|
29058
|
-
// bazel-out/
|
|
29058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
29059
29059
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
29060
29060
|
constructor() {
|
|
29061
29061
|
super(...arguments);
|
|
@@ -29088,7 +29088,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
29088
29088
|
}
|
|
29089
29089
|
};
|
|
29090
29090
|
|
|
29091
|
-
// bazel-out/
|
|
29091
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
29092
29092
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
29093
29093
|
constructor() {
|
|
29094
29094
|
super(...arguments);
|
|
@@ -29134,7 +29134,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
29134
29134
|
}
|
|
29135
29135
|
};
|
|
29136
29136
|
|
|
29137
|
-
// bazel-out/
|
|
29137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
29138
29138
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
29139
29139
|
constructor() {
|
|
29140
29140
|
super(...arguments);
|
|
@@ -29158,7 +29158,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
29158
29158
|
}
|
|
29159
29159
|
};
|
|
29160
29160
|
|
|
29161
|
-
// bazel-out/
|
|
29161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
29162
29162
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
29163
29163
|
constructor() {
|
|
29164
29164
|
super(...arguments);
|
|
@@ -29185,7 +29185,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
29185
29185
|
}
|
|
29186
29186
|
};
|
|
29187
29187
|
|
|
29188
|
-
// bazel-out/
|
|
29188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
29189
29189
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
29190
29190
|
constructor() {
|
|
29191
29191
|
super(...arguments);
|
|
@@ -29212,7 +29212,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
29212
29212
|
}
|
|
29213
29213
|
};
|
|
29214
29214
|
|
|
29215
|
-
// bazel-out/
|
|
29215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
29216
29216
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
29217
29217
|
constructor() {
|
|
29218
29218
|
super(...arguments);
|
|
@@ -29243,7 +29243,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
29243
29243
|
}
|
|
29244
29244
|
};
|
|
29245
29245
|
|
|
29246
|
-
// bazel-out/
|
|
29246
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
29247
29247
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
29248
29248
|
constructor() {
|
|
29249
29249
|
super(...arguments);
|
|
@@ -29267,7 +29267,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
29267
29267
|
}
|
|
29268
29268
|
};
|
|
29269
29269
|
|
|
29270
|
-
// bazel-out/
|
|
29270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
29271
29271
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
29272
29272
|
constructor() {
|
|
29273
29273
|
super(...arguments);
|
|
@@ -29291,7 +29291,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
29291
29291
|
}
|
|
29292
29292
|
};
|
|
29293
29293
|
|
|
29294
|
-
// bazel-out/
|
|
29294
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
29295
29295
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
29296
29296
|
constructor() {
|
|
29297
29297
|
super(...arguments);
|
|
@@ -29324,7 +29324,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
29324
29324
|
}
|
|
29325
29325
|
};
|
|
29326
29326
|
|
|
29327
|
-
// bazel-out/
|
|
29327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
29328
29328
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
29329
29329
|
constructor() {
|
|
29330
29330
|
super(...arguments);
|
|
@@ -29365,7 +29365,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
29365
29365
|
}
|
|
29366
29366
|
};
|
|
29367
29367
|
|
|
29368
|
-
// bazel-out/
|
|
29368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
29369
29369
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
29370
29370
|
constructor() {
|
|
29371
29371
|
super(...arguments);
|
|
@@ -29396,7 +29396,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
29396
29396
|
}
|
|
29397
29397
|
};
|
|
29398
29398
|
|
|
29399
|
-
// bazel-out/
|
|
29399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
29400
29400
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
29401
29401
|
constructor() {
|
|
29402
29402
|
super(...arguments);
|
|
@@ -29430,7 +29430,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
29430
29430
|
}
|
|
29431
29431
|
};
|
|
29432
29432
|
|
|
29433
|
-
// bazel-out/
|
|
29433
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
29434
29434
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
29435
29435
|
constructor() {
|
|
29436
29436
|
super(...arguments);
|
|
@@ -29463,7 +29463,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
29463
29463
|
}
|
|
29464
29464
|
};
|
|
29465
29465
|
|
|
29466
|
-
// bazel-out/
|
|
29466
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
29467
29467
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
29468
29468
|
constructor() {
|
|
29469
29469
|
super(...arguments);
|
|
@@ -29516,7 +29516,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
29516
29516
|
}
|
|
29517
29517
|
};
|
|
29518
29518
|
|
|
29519
|
-
// bazel-out/
|
|
29519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
29520
29520
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
29521
29521
|
getUpdates(ast) {
|
|
29522
29522
|
const updates = [];
|
|
@@ -29533,7 +29533,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
29533
29533
|
}
|
|
29534
29534
|
};
|
|
29535
29535
|
|
|
29536
|
-
// bazel-out/
|
|
29536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
29537
29537
|
var BindingType2;
|
|
29538
29538
|
(function(BindingType3) {
|
|
29539
29539
|
BindingType3[BindingType3["INPUT"] = 0] = "INPUT";
|
|
@@ -29659,7 +29659,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
29659
29659
|
}
|
|
29660
29660
|
};
|
|
29661
29661
|
|
|
29662
|
-
// bazel-out/
|
|
29662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
29663
29663
|
var mappings = [
|
|
29664
29664
|
["display-4", "headline-1"],
|
|
29665
29665
|
["display-3", "headline-2"],
|
|
@@ -29676,7 +29676,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
29676
29676
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
29677
29677
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
29678
29678
|
|
|
29679
|
-
// bazel-out/
|
|
29679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
29680
29680
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
29681
29681
|
getUpdates(ast) {
|
|
29682
29682
|
const updates = [];
|
|
@@ -29719,7 +29719,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
29719
29719
|
}
|
|
29720
29720
|
};
|
|
29721
29721
|
|
|
29722
|
-
// bazel-out/
|
|
29722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
29723
29723
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
29724
29724
|
constructor() {
|
|
29725
29725
|
super();
|
|
@@ -29740,7 +29740,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
29740
29740
|
}
|
|
29741
29741
|
};
|
|
29742
29742
|
|
|
29743
|
-
// bazel-out/
|
|
29743
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
29744
29744
|
var LEGACY_MODULES = new Set([
|
|
29745
29745
|
"legacy-autocomplete",
|
|
29746
29746
|
"legacy-autocomplete/testing",
|
|
@@ -29894,14 +29894,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
29894
29894
|
];
|
|
29895
29895
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
29896
29896
|
|
|
29897
|
-
// bazel-out/
|
|
29897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
29898
29898
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
29899
29899
|
|
|
29900
|
-
// bazel-out/
|
|
29900
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
29901
29901
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
29902
29902
|
var ts = __toESM(require("typescript"));
|
|
29903
29903
|
|
|
29904
|
-
// bazel-out/
|
|
29904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
29905
29905
|
var import_schematics = require("@angular/cdk/schematics");
|
|
29906
29906
|
var import_path = require("path");
|
|
29907
29907
|
|
|
@@ -29944,7 +29944,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
29944
29944
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
29945
29945
|
var parse3 = import_scss_syntax.default.parse;
|
|
29946
29946
|
|
|
29947
|
-
// bazel-out/
|
|
29947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
29948
29948
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
29949
29949
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
29950
29950
|
constructor() {
|
|
@@ -30228,17 +30228,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
30228
30228
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
30229
30229
|
}
|
|
30230
30230
|
|
|
30231
|
-
// bazel-out/
|
|
30231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
30232
30232
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
30233
30233
|
|
|
30234
|
-
// bazel-out/
|
|
30234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
30235
30235
|
function writeUpdates(content, updates) {
|
|
30236
30236
|
updates.sort((a, b) => b.offset - a.offset);
|
|
30237
30237
|
updates.forEach((update) => content = update.updateFn(content));
|
|
30238
30238
|
return content;
|
|
30239
30239
|
}
|
|
30240
30240
|
|
|
30241
|
-
// bazel-out/
|
|
30241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
30242
30242
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
30243
30243
|
constructor() {
|
|
30244
30244
|
super(...arguments);
|
|
@@ -30266,7 +30266,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
30266
30266
|
}
|
|
30267
30267
|
};
|
|
30268
30268
|
|
|
30269
|
-
// bazel-out/
|
|
30269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
30270
30270
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
30271
30271
|
constructor() {
|
|
30272
30272
|
super(...arguments);
|
|
@@ -30495,7 +30495,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
30495
30495
|
}
|
|
30496
30496
|
};
|
|
30497
30497
|
|
|
30498
|
-
// bazel-out/
|
|
30498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
30499
30499
|
var migrationGroups = [
|
|
30500
30500
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
30501
30501
|
["button"],
|
|
@@ -454,9 +454,9 @@ var require_tslib = __commonJS({
|
|
|
454
454
|
}
|
|
455
455
|
});
|
|
456
456
|
|
|
457
|
-
// bazel-out/
|
|
457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
458
458
|
var require_attribute_selectors = __commonJS({
|
|
459
|
-
"bazel-out/
|
|
459
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
468
468
|
var require_class_names = __commonJS({
|
|
469
|
-
"bazel-out/
|
|
469
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
478
478
|
var require_constructor_checks = __commonJS({
|
|
479
|
-
"bazel-out/
|
|
479
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
488
488
|
var require_css_selectors = __commonJS({
|
|
489
|
-
"bazel-out/
|
|
489
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
498
498
|
var require_element_selectors = __commonJS({
|
|
499
|
-
"bazel-out/
|
|
499
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
508
508
|
var require_input_names = __commonJS({
|
|
509
|
-
"bazel-out/
|
|
509
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
528
528
|
var require_output_names = __commonJS({
|
|
529
|
-
"bazel-out/
|
|
529
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
538
538
|
var require_property_names = __commonJS({
|
|
539
|
-
"bazel-out/
|
|
539
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
548
548
|
var require_symbol_removal = __commonJS({
|
|
549
|
-
"bazel-out/
|
|
549
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
558
558
|
var require_data = __commonJS({
|
|
559
|
-
"bazel-out/
|
|
559
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
577
577
|
var require_upgrade_data = __commonJS({
|
|
578
|
-
"bazel-out/
|
|
578
|
+
"bazel-out/darwin_arm64-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/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
599
599
|
var ng_update_exports = {};
|
|
600
600
|
__export(ng_update_exports, {
|
|
601
601
|
updateToV18: () => updateToV18
|
package/tabs/index.d.ts
CHANGED
|
@@ -237,6 +237,8 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
|
|
|
237
237
|
readonly selectFocusedIndex: EventEmitter<number>;
|
|
238
238
|
/** Event emitted when a label is focused. */
|
|
239
239
|
readonly indexFocused: EventEmitter<number>;
|
|
240
|
+
private _sharedResizeObserver;
|
|
241
|
+
private _injector;
|
|
240
242
|
constructor(_elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _dir: Directionality, _ngZone: NgZone, _platform: Platform, _animationMode?: string | undefined);
|
|
241
243
|
/** Called when the user has selected an item via the keyboard. */
|
|
242
244
|
protected abstract _itemSelected(event: KeyboardEvent): void;
|