@angular/material 17.0.4 → 17.0.6
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/LICENSE +1 -1
- package/_index.scss +1 -1
- package/core/tokens/m2/mat/_form-field.scss +50 -1
- package/core/tokens/m2/mat/_slider.scss +34 -8
- package/esm2022/autocomplete/autocomplete-trigger.mjs +4 -2
- package/esm2022/autocomplete/autocomplete.mjs +2 -3
- package/esm2022/core/ripple/ripple-renderer.mjs +1 -1
- package/esm2022/core/version.mjs +1 -1
- package/esm2022/expansion/accordion.mjs +2 -3
- package/esm2022/expansion/expansion-panel.mjs +3 -3
- package/esm2022/form-field/form-field.mjs +3 -3
- package/esm2022/list/tokens.mjs +2 -2
- package/esm2022/menu/menu.mjs +2 -3
- package/esm2022/progress-bar/progress-bar.mjs +2 -2
- package/esm2022/select/select.mjs +14 -14
- package/esm2022/sidenav/drawer.mjs +16 -12
- package/esm2022/sidenav/sidenav.mjs +4 -7
- package/esm2022/slider/slider-input.mjs +24 -19
- package/esm2022/slider/slider-interface.mjs +1 -1
- package/esm2022/slider/slider-thumb.mjs +9 -2
- package/esm2022/slider/slider.mjs +3 -4
- package/esm2022/snack-bar/snack-bar-container.mjs +6 -9
- package/esm2022/tabs/ink-bar.mjs +4 -4
- package/expansion/index.d.ts +2 -2
- package/fesm2022/autocomplete.mjs +4 -3
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/expansion.mjs +3 -4
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +2 -2
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/list.mjs +1 -1
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +1 -2
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +2 -2
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/select.mjs +13 -13
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +18 -17
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slider.mjs +32 -22
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +6 -8
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/tabs.mjs +3 -3
- package/fesm2022/tabs.mjs.map +1 -1
- package/form-field/_form-field-subscript.scss +1 -2
- package/form-field/_form-field-theme.scss +4 -2
- package/form-field/_mdc-text-field-density-overrides.scss +60 -0
- package/list/index.d.ts +1 -1
- package/package.json +2 -2
- package/paginator/_paginator-theme.scss +5 -4
- 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/progress-bar/_progress-bar-theme.scss +2 -15
- 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.ts.template +3 -3
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +1 -1
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +5 -3
- package/schematics/ng-generate/mdc-migration/index_bundled.js +44 -44
- package/schematics/ng-generate/mdc-migration/schema.json +0 -1
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +3 -3
- package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +3 -3
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +3 -3
- package/schematics/ng-update/index_bundled.js +31 -31
- package/slider/_slider-theme.scss +10 -12
- package/slider/index.d.ts +3 -12
- package/snack-bar/index.d.ts +2 -2
- package/tabs/index.d.ts +1 -1
- package/form-field/_form-field-density.scss +0 -118
- package/form-field/_form-field-sizing.scss +0 -40
|
@@ -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
|
|
|
@@ -31053,7 +31053,7 @@ var FactoryTarget;
|
|
|
31053
31053
|
})(FactoryTarget || (FactoryTarget = {}));
|
|
31054
31054
|
publishFacade(_global);
|
|
31055
31055
|
|
|
31056
|
-
// bazel-out/
|
|
31056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js
|
|
31057
31057
|
function visitElements(nodes, preorderCallback = () => {
|
|
31058
31058
|
}, postorderCallback = () => {
|
|
31059
31059
|
}) {
|
|
@@ -31133,7 +31133,7 @@ function replaceAt(str, offset, oldSubstr, newSubstr) {
|
|
|
31133
31133
|
return prefix + newSubstr + suffix;
|
|
31134
31134
|
}
|
|
31135
31135
|
|
|
31136
|
-
// bazel-out/
|
|
31136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js
|
|
31137
31137
|
var CardTemplateMigrator = class extends TemplateMigrator {
|
|
31138
31138
|
getUpdates(ast) {
|
|
31139
31139
|
const updates = [];
|
|
@@ -31150,7 +31150,7 @@ var CardTemplateMigrator = class extends TemplateMigrator {
|
|
|
31150
31150
|
}
|
|
31151
31151
|
};
|
|
31152
31152
|
|
|
31153
|
-
// bazel-out/
|
|
31153
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js
|
|
31154
31154
|
var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
31155
31155
|
constructor() {
|
|
31156
31156
|
super(...arguments);
|
|
@@ -31174,7 +31174,7 @@ var CheckboxStylesMigrator = class extends StyleMigrator {
|
|
|
31174
31174
|
}
|
|
31175
31175
|
};
|
|
31176
31176
|
|
|
31177
|
-
// bazel-out/
|
|
31177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js
|
|
31178
31178
|
var ChipsStylesMigrator = class extends StyleMigrator {
|
|
31179
31179
|
constructor() {
|
|
31180
31180
|
super(...arguments);
|
|
@@ -31205,7 +31205,7 @@ var ChipsStylesMigrator = class extends StyleMigrator {
|
|
|
31205
31205
|
}
|
|
31206
31206
|
};
|
|
31207
31207
|
|
|
31208
|
-
// bazel-out/
|
|
31208
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js
|
|
31209
31209
|
var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
31210
31210
|
constructor() {
|
|
31211
31211
|
super(...arguments);
|
|
@@ -31285,7 +31285,7 @@ var ChipsTemplateMigrator = class extends TemplateMigrator {
|
|
|
31285
31285
|
}
|
|
31286
31286
|
};
|
|
31287
31287
|
|
|
31288
|
-
// bazel-out/
|
|
31288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js
|
|
31289
31289
|
var DialogStylesMigrator = class extends StyleMigrator {
|
|
31290
31290
|
constructor() {
|
|
31291
31291
|
super(...arguments);
|
|
@@ -31315,7 +31315,7 @@ var DialogStylesMigrator = class extends StyleMigrator {
|
|
|
31315
31315
|
}
|
|
31316
31316
|
};
|
|
31317
31317
|
|
|
31318
|
-
// bazel-out/
|
|
31318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js
|
|
31319
31319
|
var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
31320
31320
|
constructor() {
|
|
31321
31321
|
super(...arguments);
|
|
@@ -31372,7 +31372,7 @@ var FormFieldStylesMigrator = class extends StyleMigrator {
|
|
|
31372
31372
|
}
|
|
31373
31373
|
};
|
|
31374
31374
|
|
|
31375
|
-
// bazel-out/
|
|
31375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js
|
|
31376
31376
|
var InputStylesMigrator = class extends StyleMigrator {
|
|
31377
31377
|
constructor() {
|
|
31378
31378
|
super(...arguments);
|
|
@@ -31396,7 +31396,7 @@ var InputStylesMigrator = class extends StyleMigrator {
|
|
|
31396
31396
|
}
|
|
31397
31397
|
};
|
|
31398
31398
|
|
|
31399
|
-
// bazel-out/
|
|
31399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js
|
|
31400
31400
|
var ListStylesMigrator = class extends StyleMigrator {
|
|
31401
31401
|
constructor() {
|
|
31402
31402
|
super(...arguments);
|
|
@@ -31427,7 +31427,7 @@ var ListStylesMigrator = class extends StyleMigrator {
|
|
|
31427
31427
|
}
|
|
31428
31428
|
};
|
|
31429
31429
|
|
|
31430
|
-
// bazel-out/
|
|
31430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js
|
|
31431
31431
|
var MenuStylesMigrator = class extends StyleMigrator {
|
|
31432
31432
|
constructor() {
|
|
31433
31433
|
super(...arguments);
|
|
@@ -31460,7 +31460,7 @@ var MenuStylesMigrator = class extends StyleMigrator {
|
|
|
31460
31460
|
}
|
|
31461
31461
|
};
|
|
31462
31462
|
|
|
31463
|
-
// bazel-out/
|
|
31463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js
|
|
31464
31464
|
var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
31465
31465
|
constructor() {
|
|
31466
31466
|
super(...arguments);
|
|
@@ -31506,7 +31506,7 @@ var PaginatorStylesMigrator = class extends StyleMigrator {
|
|
|
31506
31506
|
}
|
|
31507
31507
|
};
|
|
31508
31508
|
|
|
31509
|
-
// bazel-out/
|
|
31509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js
|
|
31510
31510
|
var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
31511
31511
|
constructor() {
|
|
31512
31512
|
super(...arguments);
|
|
@@ -31530,7 +31530,7 @@ var ProgressBarStylesMigrator = class extends StyleMigrator {
|
|
|
31530
31530
|
}
|
|
31531
31531
|
};
|
|
31532
31532
|
|
|
31533
|
-
// bazel-out/
|
|
31533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js
|
|
31534
31534
|
var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
31535
31535
|
constructor() {
|
|
31536
31536
|
super(...arguments);
|
|
@@ -31557,7 +31557,7 @@ var ProgressSpinnerStylesMigrator = class extends StyleMigrator {
|
|
|
31557
31557
|
}
|
|
31558
31558
|
};
|
|
31559
31559
|
|
|
31560
|
-
// bazel-out/
|
|
31560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js
|
|
31561
31561
|
var RadioStylesMigrator = class extends StyleMigrator {
|
|
31562
31562
|
constructor() {
|
|
31563
31563
|
super(...arguments);
|
|
@@ -31584,7 +31584,7 @@ var RadioStylesMigrator = class extends StyleMigrator {
|
|
|
31584
31584
|
}
|
|
31585
31585
|
};
|
|
31586
31586
|
|
|
31587
|
-
// bazel-out/
|
|
31587
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js
|
|
31588
31588
|
var SelectStylesMigrator = class extends StyleMigrator {
|
|
31589
31589
|
constructor() {
|
|
31590
31590
|
super(...arguments);
|
|
@@ -31615,7 +31615,7 @@ var SelectStylesMigrator = class extends StyleMigrator {
|
|
|
31615
31615
|
}
|
|
31616
31616
|
};
|
|
31617
31617
|
|
|
31618
|
-
// bazel-out/
|
|
31618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js
|
|
31619
31619
|
var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
31620
31620
|
constructor() {
|
|
31621
31621
|
super(...arguments);
|
|
@@ -31639,7 +31639,7 @@ var SlideToggleStylesMigrator = class extends StyleMigrator {
|
|
|
31639
31639
|
}
|
|
31640
31640
|
};
|
|
31641
31641
|
|
|
31642
|
-
// bazel-out/
|
|
31642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js
|
|
31643
31643
|
var SliderStylesMigrator = class extends StyleMigrator {
|
|
31644
31644
|
constructor() {
|
|
31645
31645
|
super(...arguments);
|
|
@@ -31663,7 +31663,7 @@ var SliderStylesMigrator = class extends StyleMigrator {
|
|
|
31663
31663
|
}
|
|
31664
31664
|
};
|
|
31665
31665
|
|
|
31666
|
-
// bazel-out/
|
|
31666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js
|
|
31667
31667
|
var SnackBarMigrator = class extends StyleMigrator {
|
|
31668
31668
|
constructor() {
|
|
31669
31669
|
super(...arguments);
|
|
@@ -31696,7 +31696,7 @@ var SnackBarMigrator = class extends StyleMigrator {
|
|
|
31696
31696
|
}
|
|
31697
31697
|
};
|
|
31698
31698
|
|
|
31699
|
-
// bazel-out/
|
|
31699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js
|
|
31700
31700
|
var TableStylesMigrator = class extends StyleMigrator {
|
|
31701
31701
|
constructor() {
|
|
31702
31702
|
super(...arguments);
|
|
@@ -31737,7 +31737,7 @@ var TableStylesMigrator = class extends StyleMigrator {
|
|
|
31737
31737
|
}
|
|
31738
31738
|
};
|
|
31739
31739
|
|
|
31740
|
-
// bazel-out/
|
|
31740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js
|
|
31741
31741
|
var TabsStylesMigrator = class extends StyleMigrator {
|
|
31742
31742
|
constructor() {
|
|
31743
31743
|
super(...arguments);
|
|
@@ -31768,7 +31768,7 @@ var TabsStylesMigrator = class extends StyleMigrator {
|
|
|
31768
31768
|
}
|
|
31769
31769
|
};
|
|
31770
31770
|
|
|
31771
|
-
// bazel-out/
|
|
31771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js
|
|
31772
31772
|
var TooltipStylesMigrator = class extends StyleMigrator {
|
|
31773
31773
|
constructor() {
|
|
31774
31774
|
super(...arguments);
|
|
@@ -31802,7 +31802,7 @@ var TooltipStylesMigrator = class extends StyleMigrator {
|
|
|
31802
31802
|
}
|
|
31803
31803
|
};
|
|
31804
31804
|
|
|
31805
|
-
// bazel-out/
|
|
31805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js
|
|
31806
31806
|
var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
31807
31807
|
constructor() {
|
|
31808
31808
|
super(...arguments);
|
|
@@ -31835,7 +31835,7 @@ var OptgroupStylesMigrator = class extends StyleMigrator {
|
|
|
31835
31835
|
}
|
|
31836
31836
|
};
|
|
31837
31837
|
|
|
31838
|
-
// bazel-out/
|
|
31838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js
|
|
31839
31839
|
var OptionStylesMigrator = class extends StyleMigrator {
|
|
31840
31840
|
constructor() {
|
|
31841
31841
|
super(...arguments);
|
|
@@ -31888,7 +31888,7 @@ var OptionStylesMigrator = class extends StyleMigrator {
|
|
|
31888
31888
|
}
|
|
31889
31889
|
};
|
|
31890
31890
|
|
|
31891
|
-
// bazel-out/
|
|
31891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js
|
|
31892
31892
|
var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
31893
31893
|
getUpdates(ast) {
|
|
31894
31894
|
const updates = [];
|
|
@@ -31905,7 +31905,7 @@ var FormFieldTemplateMigrator = class extends TemplateMigrator {
|
|
|
31905
31905
|
}
|
|
31906
31906
|
};
|
|
31907
31907
|
|
|
31908
|
-
// bazel-out/
|
|
31908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js
|
|
31909
31909
|
var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
31910
31910
|
getUpdates(ast) {
|
|
31911
31911
|
const updates = [];
|
|
@@ -32024,7 +32024,7 @@ var SliderTemplateMigrator = class extends TemplateMigrator {
|
|
|
32024
32024
|
}
|
|
32025
32025
|
};
|
|
32026
32026
|
|
|
32027
|
-
// bazel-out/
|
|
32027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/constants.js
|
|
32028
32028
|
var mappings = [
|
|
32029
32029
|
["display-4", "headline-1"],
|
|
32030
32030
|
["display-3", "headline-2"],
|
|
@@ -32041,7 +32041,7 @@ var RENAMED_TYPOGRAPHY_LEVELS = new Map(mappings);
|
|
|
32041
32041
|
var RENAMED_TYPOGRAPHY_CLASSES = new Map(mappings.map((m) => ["mat-" + m[0], "mat-" + m[1]]));
|
|
32042
32042
|
var COMBINED_TYPOGRAPHY_LEVELS = /* @__PURE__ */ new Map([["input", "body-1"]]);
|
|
32043
32043
|
|
|
32044
|
-
// bazel-out/
|
|
32044
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-template.js
|
|
32045
32045
|
var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
32046
32046
|
getUpdates(ast) {
|
|
32047
32047
|
const updates = [];
|
|
@@ -32084,7 +32084,7 @@ var TypographyHierarchyTemplateMigrator = class extends TemplateMigrator {
|
|
|
32084
32084
|
}
|
|
32085
32085
|
};
|
|
32086
32086
|
|
|
32087
|
-
// bazel-out/
|
|
32087
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/typography-hierarchy/typography-hierarchy-styles.js
|
|
32088
32088
|
var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
32089
32089
|
constructor() {
|
|
32090
32090
|
super();
|
|
@@ -32105,7 +32105,7 @@ var TypographyHierarchyStylesMigrator = class extends StyleMigrator {
|
|
|
32105
32105
|
}
|
|
32106
32106
|
};
|
|
32107
32107
|
|
|
32108
|
-
// bazel-out/
|
|
32108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js
|
|
32109
32109
|
var LEGACY_MODULES = new Set([
|
|
32110
32110
|
"legacy-autocomplete",
|
|
32111
32111
|
"legacy-autocomplete/testing",
|
|
@@ -32259,14 +32259,14 @@ var PERMANENT_MIGRATORS = [
|
|
|
32259
32259
|
];
|
|
32260
32260
|
var CORE_COMPONENTS = ["option", "optgroup"];
|
|
32261
32261
|
|
|
32262
|
-
// bazel-out/
|
|
32262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
32263
32263
|
var import_schematics4 = require("@angular/cdk/schematics");
|
|
32264
32264
|
|
|
32265
|
-
// bazel-out/
|
|
32265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
32266
32266
|
var import_schematics3 = require("@angular/cdk/schematics");
|
|
32267
32267
|
var ts = __toESM(require("typescript"));
|
|
32268
32268
|
|
|
32269
|
-
// bazel-out/
|
|
32269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
32270
32270
|
var import_schematics = require("@angular/cdk/schematics");
|
|
32271
32271
|
var import_path = require("path");
|
|
32272
32272
|
|
|
@@ -32309,7 +32309,7 @@ var scss_syntax_default = import_scss_syntax.default;
|
|
|
32309
32309
|
var stringify3 = import_scss_syntax.default.stringify;
|
|
32310
32310
|
var parse3 = import_scss_syntax.default.parse;
|
|
32311
32311
|
|
|
32312
|
-
// bazel-out/
|
|
32312
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js
|
|
32313
32313
|
var COMPONENTS_MIXIN_NAME = /\.([^(;]*)/;
|
|
32314
32314
|
var ThemingStylesMigration = class extends import_schematics.Migration {
|
|
32315
32315
|
constructor() {
|
|
@@ -32593,17 +32593,17 @@ function extractValueRange(content, colonIndex) {
|
|
|
32593
32593
|
return start > -1 && end > -1 ? { start, end, fullEnd } : null;
|
|
32594
32594
|
}
|
|
32595
32595
|
|
|
32596
|
-
// bazel-out/
|
|
32596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
32597
32597
|
var import_schematics2 = require("@angular/cdk/schematics");
|
|
32598
32598
|
|
|
32599
|
-
// bazel-out/
|
|
32599
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/migration-utilities/update.js
|
|
32600
32600
|
function writeUpdates(content, updates) {
|
|
32601
32601
|
updates.sort((a, b) => b.offset - a.offset);
|
|
32602
32602
|
updates.forEach((update) => content = update.updateFn(content));
|
|
32603
32603
|
return content;
|
|
32604
32604
|
}
|
|
32605
32605
|
|
|
32606
|
-
// bazel-out/
|
|
32606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js
|
|
32607
32607
|
var TemplateMigration = class extends import_schematics2.Migration {
|
|
32608
32608
|
constructor() {
|
|
32609
32609
|
super(...arguments);
|
|
@@ -32631,7 +32631,7 @@ var TemplateMigration = class extends import_schematics2.Migration {
|
|
|
32631
32631
|
}
|
|
32632
32632
|
};
|
|
32633
32633
|
|
|
32634
|
-
// bazel-out/
|
|
32634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js
|
|
32635
32635
|
var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
32636
32636
|
constructor() {
|
|
32637
32637
|
super(...arguments);
|
|
@@ -32860,7 +32860,7 @@ var RuntimeCodeMigration = class extends import_schematics3.Migration {
|
|
|
32860
32860
|
}
|
|
32861
32861
|
};
|
|
32862
32862
|
|
|
32863
|
-
// bazel-out/
|
|
32863
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs
|
|
32864
32864
|
var migrationGroups = [
|
|
32865
32865
|
["autocomplete", "form-field", "input", "option", "optgroup", "select"],
|
|
32866
32866
|
["button"],
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"type": "string",
|
|
9
9
|
"format": "path",
|
|
10
10
|
"description": "Workspace-relative path to a directory which will be migrated.",
|
|
11
|
-
"alias": "d",
|
|
12
11
|
"x-prompt": "Limit the migration to a specific directory? (Enter the relative path such as 'src/app/shared' or leave blank for all directories)"
|
|
13
12
|
},
|
|
14
13
|
"components": {
|
|
@@ -15,10 +15,10 @@ import { map, shareReplay } from 'rxjs/operators';
|
|
|
15
15
|
<%= indentTextContent(resolvedFiles.template, 4) %>
|
|
16
16
|
`,<% } else { %>
|
|
17
17
|
templateUrl: './<%= dasherize(name) %>.component.html',<% } if(inlineStyle) { %>
|
|
18
|
-
styles:
|
|
18
|
+
styles: `
|
|
19
19
|
<%= indentTextContent(resolvedFiles.stylesheet, 4) %>
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
`<% } else { %>
|
|
21
|
+
styleUrl: './<%= dasherize(name) %>.component.<%= style %>'<% } %><% if(!!viewEncapsulation) { %>,
|
|
22
22
|
encapsulation: ViewEncapsulation.<%= viewEncapsulation %><% } if (changeDetection !== 'Default') { %>,
|
|
23
23
|
changeDetection: ChangeDetectionStrategy.<%= changeDetection %><% } %><% if(standalone) { %>,
|
|
24
24
|
standalone: true,
|
|
@@ -10,10 +10,10 @@ import { <%= classify(name) %>DataSource, <%= classify(name) %>Item } from './<%
|
|
|
10
10
|
<%= indentTextContent(resolvedFiles.template, 4) %>
|
|
11
11
|
`,<% } else { %>
|
|
12
12
|
templateUrl: './<%= dasherize(name) %>.component.html',<% } if(inlineStyle) { %>
|
|
13
|
-
styles:
|
|
13
|
+
styles: `
|
|
14
14
|
<%= indentTextContent(resolvedFiles.stylesheet, 4) %>
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
`<% } else { %>
|
|
16
|
+
styleUrl: './<%= dasherize(name) %>.component.<%= style %>'<% } %><% if(!!viewEncapsulation) { %>,
|
|
17
17
|
encapsulation: ViewEncapsulation.<%= viewEncapsulation %><% } if (changeDetection !== 'Default') { %>,
|
|
18
18
|
changeDetection: ChangeDetectionStrategy.<%= changeDetection %><% } %><% if(standalone) { %>,
|
|
19
19
|
standalone: true,
|
|
@@ -29,10 +29,10 @@ export interface FlatTreeNode {
|
|
|
29
29
|
<%= indentTextContent(resolvedFiles.template, 4) %>
|
|
30
30
|
`,<% } else { %>
|
|
31
31
|
templateUrl: './<%= dasherize(name) %>.component.html',<% } if (inlineStyle) { %>
|
|
32
|
-
styles:
|
|
32
|
+
styles: `
|
|
33
33
|
<%= indentTextContent(resolvedFiles.stylesheet, 4) %>
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
`<% } else { %>
|
|
35
|
+
styleUrl: './<%= dasherize(name) %>.component.<%= style %>'<% } %><% if(!!viewEncapsulation) { %>,
|
|
36
36
|
encapsulation: ViewEncapsulation.<%= viewEncapsulation %><% } if (changeDetection !== 'Default') { %>,
|
|
37
37
|
changeDetection: ChangeDetectionStrategy.<%= changeDetection %><% } %><% if(standalone) { %>,
|
|
38
38
|
standalone: true,
|
|
@@ -474,9 +474,9 @@ var require_tslib = __commonJS({
|
|
|
474
474
|
}
|
|
475
475
|
});
|
|
476
476
|
|
|
477
|
-
// bazel-out/
|
|
477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-imports-error.js
|
|
478
478
|
var require_legacy_imports_error = __commonJS({
|
|
479
|
-
"bazel-out/
|
|
479
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-imports-error.js"(exports) {
|
|
480
480
|
"use strict";
|
|
481
481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
482
482
|
exports.legacyImportsError = void 0;
|
|
@@ -547,9 +547,9 @@ ${filesMessage}
|
|
|
547
547
|
}
|
|
548
548
|
});
|
|
549
549
|
|
|
550
|
-
// bazel-out/
|
|
550
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
551
551
|
var require_attribute_selectors = __commonJS({
|
|
552
|
-
"bazel-out/
|
|
552
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
553
553
|
"use strict";
|
|
554
554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
555
555
|
exports.attributeSelectors = void 0;
|
|
@@ -557,9 +557,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
557
557
|
}
|
|
558
558
|
});
|
|
559
559
|
|
|
560
|
-
// bazel-out/
|
|
560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
561
561
|
var require_class_names = __commonJS({
|
|
562
|
-
"bazel-out/
|
|
562
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
563
563
|
"use strict";
|
|
564
564
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
565
565
|
exports.classNames = void 0;
|
|
@@ -567,9 +567,9 @@ var require_class_names = __commonJS({
|
|
|
567
567
|
}
|
|
568
568
|
});
|
|
569
569
|
|
|
570
|
-
// bazel-out/
|
|
570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
571
571
|
var require_constructor_checks = __commonJS({
|
|
572
|
-
"bazel-out/
|
|
572
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
573
573
|
"use strict";
|
|
574
574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
575
575
|
exports.constructorChecks = void 0;
|
|
@@ -577,9 +577,9 @@ var require_constructor_checks = __commonJS({
|
|
|
577
577
|
}
|
|
578
578
|
});
|
|
579
579
|
|
|
580
|
-
// bazel-out/
|
|
580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
581
581
|
var require_css_selectors = __commonJS({
|
|
582
|
-
"bazel-out/
|
|
582
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
583
583
|
"use strict";
|
|
584
584
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
585
585
|
exports.cssSelectors = void 0;
|
|
@@ -587,9 +587,9 @@ var require_css_selectors = __commonJS({
|
|
|
587
587
|
}
|
|
588
588
|
});
|
|
589
589
|
|
|
590
|
-
// bazel-out/
|
|
590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
591
591
|
var require_element_selectors = __commonJS({
|
|
592
|
-
"bazel-out/
|
|
592
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
593
593
|
"use strict";
|
|
594
594
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
595
595
|
exports.elementSelectors = void 0;
|
|
@@ -597,9 +597,9 @@ var require_element_selectors = __commonJS({
|
|
|
597
597
|
}
|
|
598
598
|
});
|
|
599
599
|
|
|
600
|
-
// bazel-out/
|
|
600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
601
601
|
var require_input_names = __commonJS({
|
|
602
|
-
"bazel-out/
|
|
602
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
603
603
|
"use strict";
|
|
604
604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
605
605
|
exports.inputNames = void 0;
|
|
@@ -607,9 +607,9 @@ var require_input_names = __commonJS({
|
|
|
607
607
|
}
|
|
608
608
|
});
|
|
609
609
|
|
|
610
|
-
// bazel-out/
|
|
610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
611
611
|
var require_method_call_checks = __commonJS({
|
|
612
|
-
"bazel-out/
|
|
612
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
613
613
|
"use strict";
|
|
614
614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
615
615
|
exports.methodCallChecks = void 0;
|
|
@@ -617,9 +617,9 @@ var require_method_call_checks = __commonJS({
|
|
|
617
617
|
}
|
|
618
618
|
});
|
|
619
619
|
|
|
620
|
-
// bazel-out/
|
|
620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
621
621
|
var require_output_names = __commonJS({
|
|
622
|
-
"bazel-out/
|
|
622
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
623
623
|
"use strict";
|
|
624
624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
625
625
|
exports.outputNames = void 0;
|
|
@@ -627,9 +627,9 @@ var require_output_names = __commonJS({
|
|
|
627
627
|
}
|
|
628
628
|
});
|
|
629
629
|
|
|
630
|
-
// bazel-out/
|
|
630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
631
631
|
var require_property_names = __commonJS({
|
|
632
|
-
"bazel-out/
|
|
632
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
633
633
|
"use strict";
|
|
634
634
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
635
635
|
exports.propertyNames = void 0;
|
|
@@ -637,9 +637,9 @@ var require_property_names = __commonJS({
|
|
|
637
637
|
}
|
|
638
638
|
});
|
|
639
639
|
|
|
640
|
-
// bazel-out/
|
|
640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
641
641
|
var require_symbol_removal = __commonJS({
|
|
642
|
-
"bazel-out/
|
|
642
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
643
643
|
"use strict";
|
|
644
644
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
645
645
|
exports.symbolRemoval = void 0;
|
|
@@ -647,9 +647,9 @@ var require_symbol_removal = __commonJS({
|
|
|
647
647
|
}
|
|
648
648
|
});
|
|
649
649
|
|
|
650
|
-
// bazel-out/
|
|
650
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
651
651
|
var require_data = __commonJS({
|
|
652
|
-
"bazel-out/
|
|
652
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
653
653
|
"use strict";
|
|
654
654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
655
655
|
var tslib_1 = require_tslib();
|
|
@@ -666,9 +666,9 @@ var require_data = __commonJS({
|
|
|
666
666
|
}
|
|
667
667
|
});
|
|
668
668
|
|
|
669
|
-
// bazel-out/
|
|
669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
670
670
|
var require_upgrade_data = __commonJS({
|
|
671
|
-
"bazel-out/
|
|
671
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
672
672
|
"use strict";
|
|
673
673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
674
674
|
exports.materialUpgradeData = void 0;
|
|
@@ -688,9 +688,9 @@ var require_upgrade_data = __commonJS({
|
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
691
|
-
// bazel-out/
|
|
691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js
|
|
692
692
|
var require_migration = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/migration.js"(exports) {
|
|
694
694
|
"use strict";
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.addThemeBaseMixins = exports.checkThemeBaseMixins = void 0;
|
|
@@ -907,9 +907,9 @@ var require_migration = __commonJS({
|
|
|
907
907
|
}
|
|
908
908
|
});
|
|
909
909
|
|
|
910
|
-
// bazel-out/
|
|
910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js
|
|
911
911
|
var require_theme_base_v17 = __commonJS({
|
|
912
|
-
"bazel-out/
|
|
912
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/theme-base-v17/index.js"(exports) {
|
|
913
913
|
"use strict";
|
|
914
914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
915
915
|
exports.ThemeBaseMigration = void 0;
|
|
@@ -992,7 +992,7 @@ ${mixinsText}`
|
|
|
992
992
|
}
|
|
993
993
|
});
|
|
994
994
|
|
|
995
|
-
// bazel-out/
|
|
995
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
996
996
|
var ng_update_exports = {};
|
|
997
997
|
__export(ng_update_exports, {
|
|
998
998
|
updateToV17: () => updateToV17
|