@angular/material 17.0.0 → 17.0.1
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/autocomplete/index.d.ts +0 -2
- package/button/_button-theme.scss +4 -0
- package/core/ripple/_ripple-theme.scss +51 -19
- package/core/tokens/m2/_index.scss +27 -8
- package/esm2022/autocomplete/autocomplete-trigger.mjs +7 -7
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/datepicker/calendar-body.mjs +2 -2
- package/esm2022/list/list-base.mjs +6 -6
- package/esm2022/select/select.mjs +2 -2
- package/fesm2022/autocomplete.mjs +6 -6
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +1 -1
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/list.mjs +5 -5
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/select.mjs +1 -1
- package/fesm2022/select.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +85 -49
- package/input/_input-theme.scss +39 -12
- package/list/_list-theme.scss +115 -83
- package/package.json +2 -2
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +28 -29
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +21 -19
- package/schematics/ng-generate/mdc-migration/index_bundled.js +44 -44
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +9 -8
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +1 -2
- package/schematics/ng-update/index_bundled.js +31 -31
- package/slide-toggle/_slide-toggle-theme.scss +78 -44
- package/sort/_sort-theme.scss +51 -20
- package/stepper/_stepper-theme.scss +58 -25
- package/table/_table-theme.scss +53 -20
- package/tabs/_tabs-theme.scss +87 -51
- package/tree/_tree-theme.scss +53 -21
|
@@ -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
|
|
|
@@ -30827,7 +30827,7 @@ var FactoryTarget;
|
|
|
30827
30827
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
30828
30828
|
publishFacade(_global);
|
|
30829
30829
|
|
|
30830
|
-
// bazel-out/
|
|
30830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
30831
30831
|
function visitElements(nodes, preorderCallback = () => {
|
|
30832
30832
|
}, postorderCallback = () => {
|
|
30833
30833
|
}) {
|
|
@@ -30907,7 +30907,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
30907
30907
|
return prefix + newSubstr + suffix;
|
|
30908
30908
|
}
|
|
30909
30909
|
|
|
30910
|
-
// bazel-out/
|
|
30910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
30911
30911
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
30912
30912
|
getUpdates(ast) {
|
|
30913
30913
|
const updates = [];
|
|
@@ -30924,7 +30924,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
30924
30924
|
}
|
|
30925
30925
|
};
|
|
30926
30926
|
|
|
30927
|
-
// bazel-out/
|
|
30927
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
30928
30928
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
30929
30929
|
constructor() {
|
|
30930
30930
|
super(...arguments);
|
|
@@ -30948,7 +30948,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
30948
30948
|
}
|
|
30949
30949
|
};
|
|
30950
30950
|
|
|
30951
|
-
// bazel-out/
|
|
30951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
30952
30952
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
30953
30953
|
constructor() {
|
|
30954
30954
|
super(...arguments);
|
|
@@ -30979,7 +30979,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
30979
30979
|
}
|
|
30980
30980
|
};
|
|
30981
30981
|
|
|
30982
|
-
// bazel-out/
|
|
30982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
30983
30983
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
30984
30984
|
constructor() {
|
|
30985
30985
|
super(...arguments);
|
|
@@ -31059,7 +31059,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
31059
31059
|
}
|
|
31060
31060
|
};
|
|
31061
31061
|
|
|
31062
|
-
// bazel-out/
|
|
31062
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
31063
31063
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
31064
31064
|
constructor() {
|
|
31065
31065
|
super(...arguments);
|
|
@@ -31089,7 +31089,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
31089
31089
|
}
|
|
31090
31090
|
};
|
|
31091
31091
|
|
|
31092
|
-
// bazel-out/
|
|
31092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
31093
31093
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
31094
31094
|
constructor() {
|
|
31095
31095
|
super(...arguments);
|
|
@@ -31146,7 +31146,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
31146
31146
|
}
|
|
31147
31147
|
};
|
|
31148
31148
|
|
|
31149
|
-
// bazel-out/
|
|
31149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
31150
31150
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
31151
31151
|
constructor() {
|
|
31152
31152
|
super(...arguments);
|
|
@@ -31170,7 +31170,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
31170
31170
|
}
|
|
31171
31171
|
};
|
|
31172
31172
|
|
|
31173
|
-
// bazel-out/
|
|
31173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
31174
31174
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
31175
31175
|
constructor() {
|
|
31176
31176
|
super(...arguments);
|
|
@@ -31201,7 +31201,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
31201
31201
|
}
|
|
31202
31202
|
};
|
|
31203
31203
|
|
|
31204
|
-
// bazel-out/
|
|
31204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
31205
31205
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
31206
31206
|
constructor() {
|
|
31207
31207
|
super(...arguments);
|
|
@@ -31234,7 +31234,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
31234
31234
|
}
|
|
31235
31235
|
};
|
|
31236
31236
|
|
|
31237
|
-
// bazel-out/
|
|
31237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
31238
31238
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
31239
31239
|
constructor() {
|
|
31240
31240
|
super(...arguments);
|
|
@@ -31280,7 +31280,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
31280
31280
|
}
|
|
31281
31281
|
};
|
|
31282
31282
|
|
|
31283
|
-
// bazel-out/
|
|
31283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
31284
31284
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
31285
31285
|
constructor() {
|
|
31286
31286
|
super(...arguments);
|
|
@@ -31304,7 +31304,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
31304
31304
|
}
|
|
31305
31305
|
};
|
|
31306
31306
|
|
|
31307
|
-
// bazel-out/
|
|
31307
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
31308
31308
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
31309
31309
|
constructor() {
|
|
31310
31310
|
super(...arguments);
|
|
@@ -31331,7 +31331,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
31331
31331
|
}
|
|
31332
31332
|
};
|
|
31333
31333
|
|
|
31334
|
-
// bazel-out/
|
|
31334
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
31335
31335
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
31336
31336
|
constructor() {
|
|
31337
31337
|
super(...arguments);
|
|
@@ -31358,7 +31358,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
31358
31358
|
}
|
|
31359
31359
|
};
|
|
31360
31360
|
|
|
31361
|
-
// bazel-out/
|
|
31361
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
31362
31362
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
31363
31363
|
constructor() {
|
|
31364
31364
|
super(...arguments);
|
|
@@ -31389,7 +31389,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
31389
31389
|
}
|
|
31390
31390
|
};
|
|
31391
31391
|
|
|
31392
|
-
// bazel-out/
|
|
31392
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
31393
31393
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
31394
31394
|
constructor() {
|
|
31395
31395
|
super(...arguments);
|
|
@@ -31413,7 +31413,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
31413
31413
|
}
|
|
31414
31414
|
};
|
|
31415
31415
|
|
|
31416
|
-
// bazel-out/
|
|
31416
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
31417
31417
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
31418
31418
|
constructor() {
|
|
31419
31419
|
super(...arguments);
|
|
@@ -31437,7 +31437,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
31437
31437
|
}
|
|
31438
31438
|
};
|
|
31439
31439
|
|
|
31440
|
-
// bazel-out/
|
|
31440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
31441
31441
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
31442
31442
|
constructor() {
|
|
31443
31443
|
super(...arguments);
|
|
@@ -31470,7 +31470,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
31470
31470
|
}
|
|
31471
31471
|
};
|
|
31472
31472
|
|
|
31473
|
-
// bazel-out/
|
|
31473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
31474
31474
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
31475
31475
|
constructor() {
|
|
31476
31476
|
super(...arguments);
|
|
@@ -31511,7 +31511,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
31511
31511
|
}
|
|
31512
31512
|
};
|
|
31513
31513
|
|
|
31514
|
-
// bazel-out/
|
|
31514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
31515
31515
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
31516
31516
|
constructor() {
|
|
31517
31517
|
super(...arguments);
|
|
@@ -31542,7 +31542,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
31542
31542
|
}
|
|
31543
31543
|
};
|
|
31544
31544
|
|
|
31545
|
-
// bazel-out/
|
|
31545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
31546
31546
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
31547
31547
|
constructor() {
|
|
31548
31548
|
super(...arguments);
|
|
@@ -31576,7 +31576,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
31576
31576
|
}
|
|
31577
31577
|
};
|
|
31578
31578
|
|
|
31579
|
-
// bazel-out/
|
|
31579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
31580
31580
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
31581
31581
|
constructor() {
|
|
31582
31582
|
super(...arguments);
|
|
@@ -31609,7 +31609,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
31609
31609
|
}
|
|
31610
31610
|
};
|
|
31611
31611
|
|
|
31612
|
-
// bazel-out/
|
|
31612
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
31613
31613
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
31614
31614
|
constructor() {
|
|
31615
31615
|
super(...arguments);
|
|
@@ -31662,7 +31662,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
31662
31662
|
}
|
|
31663
31663
|
};
|
|
31664
31664
|
|
|
31665
|
-
// bazel-out/
|
|
31665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
31666
31666
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
31667
31667
|
getUpdates(ast) {
|
|
31668
31668
|
const updates = [];
|
|
@@ -31679,7 +31679,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
31679
31679
|
}
|
|
31680
31680
|
};
|
|
31681
31681
|
|
|
31682
|
-
// bazel-out/
|
|
31682
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
31683
31683
|
var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
31684
31684
|
getUpdates(ast) {
|
|
31685
31685
|
const updates = [];
|
|
@@ -31798,7 +31798,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
31798
31798
|
}
|
|
31799
31799
|
};
|
|
31800
31800
|
|
|
31801
|
-
// bazel-out/
|
|
31801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
31802
31802
|
var mappings = [
|
|
31803
31803
|
["display-4", "headline-1"],
|
|
31804
31804
|
["display-3", "headline-2"],
|
|
@@ -31815,7 +31815,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
31815
31815
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
31816
31816
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
31817
31817
|
|
|
31818
|
-
// bazel-out/
|
|
31818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
31819
31819
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
31820
31820
|
getUpdates(ast) {
|
|
31821
31821
|
const updates = [];
|
|
@@ -31858,7 +31858,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
31858
31858
|
}
|
|
31859
31859
|
};
|
|
31860
31860
|
|
|
31861
|
-
// bazel-out/
|
|
31861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
31862
31862
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
31863
31863
|
constructor() {
|
|
31864
31864
|
super();
|
|
@@ -31879,7 +31879,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
31879
31879
|
}
|
|
31880
31880
|
};
|
|
31881
31881
|
|
|
31882
|
-
// bazel-out/
|
|
31882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
31883
31883
|
var LEGACY_MODULES = new Set([
|
|
31884
31884
|
"legacy-autocomplete",
|
|
31885
31885
|
"legacy-autocomplete/testing",
|
|
@@ -32033,14 +32033,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
32033
32033
|
];
|
|
32034
32034
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
32035
32035
|
|
|
32036
|
-
// bazel-out/
|
|
32036
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
32037
32037
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
32038
32038
|
|
|
32039
|
-
// bazel-out/
|
|
32039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
32040
32040
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
32041
32041
|
var ts = __toESM(require("typescript"));
|
|
32042
32042
|
|
|
32043
|
-
// bazel-out/
|
|
32043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
32044
32044
|
var import_schematics = require("@angular/cdk/schematics");
|
|
32045
32045
|
var import_path = require("path");
|
|
32046
32046
|
|
|
@@ -32083,7 +32083,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
32083
32083
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
32084
32084
|
var parse3 = import_scss_syntax.default.parse;
|
|
32085
32085
|
|
|
32086
|
-
// bazel-out/
|
|
32086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
32087
32087
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
32088
32088
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
32089
32089
|
constructor() {
|
|
@@ -32367,17 +32367,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
32367
32367
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
32368
32368
|
}
|
|
32369
32369
|
|
|
32370
|
-
// bazel-out/
|
|
32370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
32371
32371
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
32372
32372
|
|
|
32373
|
-
// bazel-out/
|
|
32373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
32374
32374
|
function writeUpdates(content, updates) {
|
|
32375
32375
|
updates.sort((a, b) => b.offset - a.offset);
|
|
32376
32376
|
updates.forEach((update) => content = update.updateFn(content));
|
|
32377
32377
|
return content;
|
|
32378
32378
|
}
|
|
32379
32379
|
|
|
32380
|
-
// bazel-out/
|
|
32380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
32381
32381
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
32382
32382
|
constructor() {
|
|
32383
32383
|
super(...arguments);
|
|
@@ -32405,7 +32405,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
32405
32405
|
}
|
|
32406
32406
|
};
|
|
32407
32407
|
|
|
32408
|
-
// bazel-out/
|
|
32408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
32409
32409
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
32410
32410
|
constructor() {
|
|
32411
32411
|
super(...arguments);
|
|
@@ -32634,7 +32634,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
32634
32634
|
}
|
|
32635
32635
|
};
|
|
32636
32636
|
|
|
32637
|
-
// bazel-out/
|
|
32637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
32638
32638
|
var migrationGroups = [
|
|
32639
32639
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
32640
32640
|
["button"],
|
|
@@ -12,14 +12,15 @@
|
|
|
12
12
|
</mat-sidenav>
|
|
13
13
|
<mat-sidenav-content>
|
|
14
14
|
<mat-toolbar color="primary">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
@if (isHandset$ | async) {
|
|
16
|
+
<button
|
|
17
|
+
type="button"
|
|
18
|
+
aria-label="Toggle sidenav"
|
|
19
|
+
mat-icon-button
|
|
20
|
+
(click)="drawer.toggle()">
|
|
21
|
+
<mat-icon aria-label="Side nav toggle icon">menu</mat-icon>
|
|
22
|
+
</button>
|
|
23
|
+
}
|
|
23
24
|
<span><%= project %></span>
|
|
24
25
|
</mat-toolbar>
|
|
25
26
|
<!-- Add Content Here -->
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Component, inject<% if(!!viewEncapsulation) { %>, ViewEncapsulation<% }%><% if(changeDetection !== 'Default') { %>, ChangeDetectionStrategy<% }%> } from '@angular/core';
|
|
2
2
|
import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';<% if(standalone) { %>
|
|
3
|
+
import { AsyncPipe } from '@angular/common';
|
|
3
4
|
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
4
5
|
import { MatButtonModule } from '@angular/material/button';
|
|
5
6
|
import { MatSidenavModule } from '@angular/material/sidenav';
|
|
@@ -7,7 +8,6 @@ import { MatListModule } from '@angular/material/list';
|
|
|
7
8
|
import { MatIconModule } from '@angular/material/icon';<% } %>
|
|
8
9
|
import { Observable } from 'rxjs';
|
|
9
10
|
import { map, shareReplay } from 'rxjs/operators';
|
|
10
|
-
import { AsyncPipe, NgIf } from '@angular/common';
|
|
11
11
|
|
|
12
12
|
@Component({
|
|
13
13
|
selector: '<%= selector %>',<% if(inlineTemplate) { %>
|
|
@@ -29,7 +29,6 @@ import { AsyncPipe, NgIf } from '@angular/common';
|
|
|
29
29
|
MatListModule,
|
|
30
30
|
MatIconModule,
|
|
31
31
|
AsyncPipe,
|
|
32
|
-
NgIf
|
|
33
32
|
]<% } %>
|
|
34
33
|
})
|
|
35
34
|
export class <%= classify(name) %>Component {
|
|
@@ -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;
|
|
@@ -543,9 +543,9 @@ ${filesMessage}
|
|
|
543
543
|
}
|
|
544
544
|
});
|
|
545
545
|
|
|
546
|
-
// bazel-out/
|
|
546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
547
547
|
var require_attribute_selectors = __commonJS({
|
|
548
|
-
"bazel-out/
|
|
548
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
549
549
|
"use strict";
|
|
550
550
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
551
551
|
exports.attributeSelectors = void 0;
|
|
@@ -553,9 +553,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
553
553
|
}
|
|
554
554
|
});
|
|
555
555
|
|
|
556
|
-
// bazel-out/
|
|
556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
557
557
|
var require_class_names = __commonJS({
|
|
558
|
-
"bazel-out/
|
|
558
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
559
559
|
"use strict";
|
|
560
560
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
561
561
|
exports.classNames = void 0;
|
|
@@ -563,9 +563,9 @@ var require_class_names = __commonJS({
|
|
|
563
563
|
}
|
|
564
564
|
});
|
|
565
565
|
|
|
566
|
-
// bazel-out/
|
|
566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
567
567
|
var require_constructor_checks = __commonJS({
|
|
568
|
-
"bazel-out/
|
|
568
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
569
569
|
"use strict";
|
|
570
570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
571
571
|
exports.constructorChecks = void 0;
|
|
@@ -573,9 +573,9 @@ var require_constructor_checks = __commonJS({
|
|
|
573
573
|
}
|
|
574
574
|
});
|
|
575
575
|
|
|
576
|
-
// bazel-out/
|
|
576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
577
577
|
var require_css_selectors = __commonJS({
|
|
578
|
-
"bazel-out/
|
|
578
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
579
579
|
"use strict";
|
|
580
580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
581
581
|
exports.cssSelectors = void 0;
|
|
@@ -583,9 +583,9 @@ var require_css_selectors = __commonJS({
|
|
|
583
583
|
}
|
|
584
584
|
});
|
|
585
585
|
|
|
586
|
-
// bazel-out/
|
|
586
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
587
587
|
var require_element_selectors = __commonJS({
|
|
588
|
-
"bazel-out/
|
|
588
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
589
589
|
"use strict";
|
|
590
590
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
591
591
|
exports.elementSelectors = void 0;
|
|
@@ -593,9 +593,9 @@ var require_element_selectors = __commonJS({
|
|
|
593
593
|
}
|
|
594
594
|
});
|
|
595
595
|
|
|
596
|
-
// bazel-out/
|
|
596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
597
597
|
var require_input_names = __commonJS({
|
|
598
|
-
"bazel-out/
|
|
598
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
599
599
|
"use strict";
|
|
600
600
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
601
601
|
exports.inputNames = void 0;
|
|
@@ -603,9 +603,9 @@ var require_input_names = __commonJS({
|
|
|
603
603
|
}
|
|
604
604
|
});
|
|
605
605
|
|
|
606
|
-
// bazel-out/
|
|
606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
607
607
|
var require_method_call_checks = __commonJS({
|
|
608
|
-
"bazel-out/
|
|
608
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
609
609
|
"use strict";
|
|
610
610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
611
611
|
exports.methodCallChecks = void 0;
|
|
@@ -613,9 +613,9 @@ var require_method_call_checks = __commonJS({
|
|
|
613
613
|
}
|
|
614
614
|
});
|
|
615
615
|
|
|
616
|
-
// bazel-out/
|
|
616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
617
617
|
var require_output_names = __commonJS({
|
|
618
|
-
"bazel-out/
|
|
618
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
619
619
|
"use strict";
|
|
620
620
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
621
621
|
exports.outputNames = void 0;
|
|
@@ -623,9 +623,9 @@ var require_output_names = __commonJS({
|
|
|
623
623
|
}
|
|
624
624
|
});
|
|
625
625
|
|
|
626
|
-
// bazel-out/
|
|
626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
627
627
|
var require_property_names = __commonJS({
|
|
628
|
-
"bazel-out/
|
|
628
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
629
629
|
"use strict";
|
|
630
630
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
631
631
|
exports.propertyNames = void 0;
|
|
@@ -633,9 +633,9 @@ var require_property_names = __commonJS({
|
|
|
633
633
|
}
|
|
634
634
|
});
|
|
635
635
|
|
|
636
|
-
// bazel-out/
|
|
636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
637
637
|
var require_symbol_removal = __commonJS({
|
|
638
|
-
"bazel-out/
|
|
638
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
639
639
|
"use strict";
|
|
640
640
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
641
641
|
exports.symbolRemoval = void 0;
|
|
@@ -643,9 +643,9 @@ var require_symbol_removal = __commonJS({
|
|
|
643
643
|
}
|
|
644
644
|
});
|
|
645
645
|
|
|
646
|
-
// bazel-out/
|
|
646
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
647
647
|
var require_data = __commonJS({
|
|
648
|
-
"bazel-out/
|
|
648
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
649
649
|
"use strict";
|
|
650
650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
651
651
|
var tslib_1 = require_tslib();
|
|
@@ -662,9 +662,9 @@ var require_data = __commonJS({
|
|
|
662
662
|
}
|
|
663
663
|
});
|
|
664
664
|
|
|
665
|
-
// bazel-out/
|
|
665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
666
666
|
var require_upgrade_data = __commonJS({
|
|
667
|
-
"bazel-out/
|
|
667
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
668
668
|
"use strict";
|
|
669
669
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
670
670
|
exports.materialUpgradeData = void 0;
|
|
@@ -684,9 +684,9 @@ var require_upgrade_data = __commonJS({
|
|
|
684
684
|
}
|
|
685
685
|
});
|
|
686
686
|
|
|
687
|
-
// bazel-out/
|
|
687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js
|
|
688
688
|
var require_migration = __commonJS({
|
|
689
|
-
"bazel-out/
|
|
689
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js"(exports) {
|
|
690
690
|
"use strict";
|
|
691
691
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
692
692
|
exports.addThemeBaseMixins = exports.checkThemeBaseMixins = void 0;
|
|
@@ -903,9 +903,9 @@ var require_migration = __commonJS({
|
|
|
903
903
|
}
|
|
904
904
|
});
|
|
905
905
|
|
|
906
|
-
// bazel-out/
|
|
906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js
|
|
907
907
|
var require_theme_base_v17 = __commonJS({
|
|
908
|
-
"bazel-out/
|
|
908
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js"(exports) {
|
|
909
909
|
"use strict";
|
|
910
910
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
911
911
|
exports.ThemeBaseMigration = void 0;
|
|
@@ -988,7 +988,7 @@ ${mixinsText}`
|
|
|
988
988
|
}
|
|
989
989
|
});
|
|
990
990
|
|
|
991
|
-
// bazel-out/
|
|
991
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
992
992
|
var ng_update_exports = {};
|
|
993
993
|
__export(ng_update_exports, {
|
|
994
994
|
updateToV17: () => updateToV17
|