@angular/material 18.0.0-rc.0 → 18.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/button/index.d.ts +1 -1
  2. package/core/index.d.ts +4 -1
  3. package/core/tokens/_m3-tokens.scss +27 -14
  4. package/datepicker/index.d.ts +8 -0
  5. package/dialog/index.d.ts +1 -0
  6. package/esm2022/autocomplete/autocomplete-origin.mjs +4 -4
  7. package/esm2022/autocomplete/autocomplete-trigger.mjs +4 -4
  8. package/esm2022/autocomplete/autocomplete.mjs +4 -4
  9. package/esm2022/autocomplete/module.mjs +5 -5
  10. package/esm2022/badge/badge-module.mjs +5 -5
  11. package/esm2022/badge/badge.mjs +7 -7
  12. package/esm2022/bottom-sheet/bottom-sheet-container.mjs +4 -4
  13. package/esm2022/bottom-sheet/bottom-sheet-module.mjs +5 -5
  14. package/esm2022/bottom-sheet/bottom-sheet.mjs +4 -4
  15. package/esm2022/button/button-base.mjs +7 -7
  16. package/esm2022/button/button.mjs +7 -7
  17. package/esm2022/button/fab.mjs +13 -13
  18. package/esm2022/button/icon-button.mjs +8 -8
  19. package/esm2022/button/module.mjs +5 -5
  20. package/esm2022/button-toggle/button-toggle-module.mjs +5 -5
  21. package/esm2022/button-toggle/button-toggle.mjs +7 -7
  22. package/esm2022/card/card.mjs +43 -43
  23. package/esm2022/card/module.mjs +5 -5
  24. package/esm2022/checkbox/checkbox-required-validator.mjs +4 -4
  25. package/esm2022/checkbox/checkbox.mjs +4 -4
  26. package/esm2022/checkbox/module.mjs +9 -9
  27. package/esm2022/chips/chip-action.mjs +4 -4
  28. package/esm2022/chips/chip-edit-input.mjs +4 -4
  29. package/esm2022/chips/chip-grid.mjs +4 -4
  30. package/esm2022/chips/chip-icons.mjs +10 -10
  31. package/esm2022/chips/chip-input.mjs +4 -4
  32. package/esm2022/chips/chip-listbox.mjs +4 -4
  33. package/esm2022/chips/chip-option.mjs +6 -6
  34. package/esm2022/chips/chip-row.mjs +6 -6
  35. package/esm2022/chips/chip-set.mjs +4 -4
  36. package/esm2022/chips/chip.mjs +5 -5
  37. package/esm2022/chips/module.mjs +5 -5
  38. package/esm2022/core/common-behaviors/common-module.mjs +5 -5
  39. package/esm2022/core/datetime/index.mjs +9 -9
  40. package/esm2022/core/datetime/native-date-adapter.mjs +4 -4
  41. package/esm2022/core/error/error-options.mjs +7 -7
  42. package/esm2022/core/internal-form-field/internal-form-field.mjs +4 -4
  43. package/esm2022/core/line/line.mjs +8 -8
  44. package/esm2022/core/option/index.mjs +5 -5
  45. package/esm2022/core/option/optgroup.mjs +4 -4
  46. package/esm2022/core/option/option.mjs +4 -4
  47. package/esm2022/core/private/ripple-loader.mjs +22 -16
  48. package/esm2022/core/ripple/index.mjs +5 -5
  49. package/esm2022/core/ripple/ripple-renderer.mjs +2 -1
  50. package/esm2022/core/ripple/ripple.mjs +4 -4
  51. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
  52. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
  53. package/esm2022/core/version.mjs +1 -1
  54. package/esm2022/datepicker/calendar-body.mjs +13 -5
  55. package/esm2022/datepicker/calendar.mjs +7 -7
  56. package/esm2022/datepicker/date-range-input-parts.mjs +10 -10
  57. package/esm2022/datepicker/date-range-input.mjs +4 -4
  58. package/esm2022/datepicker/date-range-picker.mjs +4 -4
  59. package/esm2022/datepicker/date-range-selection-strategy.mjs +4 -4
  60. package/esm2022/datepicker/date-selection-model.mjs +10 -10
  61. package/esm2022/datepicker/datepicker-actions.mjs +10 -10
  62. package/esm2022/datepicker/datepicker-base.mjs +7 -7
  63. package/esm2022/datepicker/datepicker-input-base.mjs +4 -4
  64. package/esm2022/datepicker/datepicker-input.mjs +4 -4
  65. package/esm2022/datepicker/datepicker-intl.mjs +4 -4
  66. package/esm2022/datepicker/datepicker-module.mjs +5 -5
  67. package/esm2022/datepicker/datepicker-toggle.mjs +7 -7
  68. package/esm2022/datepicker/datepicker.mjs +4 -4
  69. package/esm2022/datepicker/month-view.mjs +7 -6
  70. package/esm2022/datepicker/multi-year-view.mjs +4 -4
  71. package/esm2022/datepicker/year-view.mjs +4 -4
  72. package/esm2022/dialog/dialog-container.mjs +9 -4
  73. package/esm2022/dialog/dialog-content-directives.mjs +16 -16
  74. package/esm2022/dialog/dialog.mjs +4 -4
  75. package/esm2022/dialog/module.mjs +5 -5
  76. package/esm2022/divider/divider-module.mjs +5 -5
  77. package/esm2022/divider/divider.mjs +4 -4
  78. package/esm2022/expansion/accordion.mjs +4 -4
  79. package/esm2022/expansion/expansion-module.mjs +5 -5
  80. package/esm2022/expansion/expansion-panel-content.mjs +4 -4
  81. package/esm2022/expansion/expansion-panel-header.mjs +10 -10
  82. package/esm2022/expansion/expansion-panel.mjs +7 -7
  83. package/esm2022/form-field/directives/error.mjs +4 -4
  84. package/esm2022/form-field/directives/floating-label.mjs +4 -4
  85. package/esm2022/form-field/directives/hint.mjs +4 -4
  86. package/esm2022/form-field/directives/label.mjs +4 -4
  87. package/esm2022/form-field/directives/line-ripple.mjs +4 -4
  88. package/esm2022/form-field/directives/notched-outline.mjs +4 -4
  89. package/esm2022/form-field/directives/prefix.mjs +4 -4
  90. package/esm2022/form-field/directives/suffix.mjs +4 -4
  91. package/esm2022/form-field/form-field-control.mjs +4 -4
  92. package/esm2022/form-field/form-field.mjs +4 -4
  93. package/esm2022/form-field/module.mjs +5 -5
  94. package/esm2022/grid-list/grid-list-module.mjs +5 -5
  95. package/esm2022/grid-list/grid-list.mjs +4 -4
  96. package/esm2022/grid-list/grid-tile.mjs +16 -16
  97. package/esm2022/icon/icon-module.mjs +5 -5
  98. package/esm2022/icon/icon-registry.mjs +4 -4
  99. package/esm2022/icon/icon.mjs +4 -4
  100. package/esm2022/icon/testing/fake-icon-registry.mjs +8 -8
  101. package/esm2022/input/input.mjs +4 -4
  102. package/esm2022/input/module.mjs +5 -5
  103. package/esm2022/list/action-list.mjs +4 -4
  104. package/esm2022/list/list-base.mjs +7 -7
  105. package/esm2022/list/list-item-sections.mjs +19 -19
  106. package/esm2022/list/list-module.mjs +5 -5
  107. package/esm2022/list/list-option.mjs +4 -4
  108. package/esm2022/list/list.mjs +7 -7
  109. package/esm2022/list/nav-list.mjs +4 -4
  110. package/esm2022/list/selection-list.mjs +4 -4
  111. package/esm2022/list/subheader.mjs +4 -4
  112. package/esm2022/menu/menu-content.mjs +4 -4
  113. package/esm2022/menu/menu-item.mjs +4 -4
  114. package/esm2022/menu/menu-trigger.mjs +4 -4
  115. package/esm2022/menu/menu.mjs +4 -4
  116. package/esm2022/menu/module.mjs +5 -5
  117. package/esm2022/paginator/module.mjs +5 -5
  118. package/esm2022/paginator/paginator-intl.mjs +4 -4
  119. package/esm2022/paginator/paginator.mjs +4 -4
  120. package/esm2022/progress-bar/module.mjs +5 -5
  121. package/esm2022/progress-bar/progress-bar.mjs +4 -4
  122. package/esm2022/progress-spinner/module.mjs +5 -5
  123. package/esm2022/progress-spinner/progress-spinner.mjs +4 -4
  124. package/esm2022/radio/module.mjs +5 -5
  125. package/esm2022/radio/radio.mjs +7 -7
  126. package/esm2022/select/module.mjs +5 -5
  127. package/esm2022/select/select.mjs +7 -7
  128. package/esm2022/sidenav/drawer.mjs +10 -10
  129. package/esm2022/sidenav/sidenav-module.mjs +5 -5
  130. package/esm2022/sidenav/sidenav.mjs +10 -10
  131. package/esm2022/slide-toggle/module.mjs +9 -9
  132. package/esm2022/slide-toggle/slide-toggle-required-validator.mjs +4 -4
  133. package/esm2022/slide-toggle/slide-toggle.mjs +4 -4
  134. package/esm2022/slider/module.mjs +5 -5
  135. package/esm2022/slider/slider-input.mjs +7 -7
  136. package/esm2022/slider/slider-thumb.mjs +4 -4
  137. package/esm2022/slider/slider.mjs +4 -4
  138. package/esm2022/snack-bar/module.mjs +5 -5
  139. package/esm2022/snack-bar/simple-snack-bar.mjs +4 -4
  140. package/esm2022/snack-bar/snack-bar-container.mjs +4 -4
  141. package/esm2022/snack-bar/snack-bar-content.mjs +10 -10
  142. package/esm2022/snack-bar/snack-bar.mjs +4 -4
  143. package/esm2022/sort/sort-header-intl.mjs +4 -4
  144. package/esm2022/sort/sort-header.mjs +4 -4
  145. package/esm2022/sort/sort-module.mjs +5 -5
  146. package/esm2022/sort/sort.mjs +4 -4
  147. package/esm2022/stepper/step-content.mjs +4 -4
  148. package/esm2022/stepper/step-header.mjs +4 -4
  149. package/esm2022/stepper/step-label.mjs +4 -4
  150. package/esm2022/stepper/stepper-button.mjs +7 -7
  151. package/esm2022/stepper/stepper-icon.mjs +4 -4
  152. package/esm2022/stepper/stepper-intl.mjs +4 -4
  153. package/esm2022/stepper/stepper-module.mjs +5 -5
  154. package/esm2022/stepper/stepper.mjs +7 -7
  155. package/esm2022/table/cell.mjs +22 -22
  156. package/esm2022/table/module.mjs +5 -5
  157. package/esm2022/table/row.mjs +22 -22
  158. package/esm2022/table/table.mjs +7 -7
  159. package/esm2022/table/text-column.mjs +4 -4
  160. package/esm2022/tabs/ink-bar.mjs +4 -4
  161. package/esm2022/tabs/module.mjs +5 -5
  162. package/esm2022/tabs/paginated-tab-header.mjs +4 -4
  163. package/esm2022/tabs/tab-body.mjs +7 -7
  164. package/esm2022/tabs/tab-content.mjs +4 -4
  165. package/esm2022/tabs/tab-group.mjs +4 -4
  166. package/esm2022/tabs/tab-header.mjs +4 -4
  167. package/esm2022/tabs/tab-label-wrapper.mjs +4 -4
  168. package/esm2022/tabs/tab-label.mjs +4 -4
  169. package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +10 -10
  170. package/esm2022/tabs/tab.mjs +4 -4
  171. package/esm2022/toolbar/toolbar-module.mjs +5 -5
  172. package/esm2022/toolbar/toolbar.mjs +7 -7
  173. package/esm2022/tooltip/module.mjs +5 -5
  174. package/esm2022/tooltip/tooltip.mjs +11 -8
  175. package/esm2022/tree/node.mjs +10 -10
  176. package/esm2022/tree/outlet.mjs +4 -4
  177. package/esm2022/tree/padding.mjs +4 -4
  178. package/esm2022/tree/toggle.mjs +4 -4
  179. package/esm2022/tree/tree-module.mjs +5 -5
  180. package/esm2022/tree/tree.mjs +4 -4
  181. package/fesm2022/autocomplete.mjs +13 -13
  182. package/fesm2022/autocomplete.mjs.map +1 -1
  183. package/fesm2022/badge.mjs +10 -10
  184. package/fesm2022/badge.mjs.map +1 -1
  185. package/fesm2022/bottom-sheet.mjs +10 -10
  186. package/fesm2022/bottom-sheet.mjs.map +1 -1
  187. package/fesm2022/button-toggle.mjs +10 -10
  188. package/fesm2022/button-toggle.mjs.map +1 -1
  189. package/fesm2022/button.mjs +35 -35
  190. package/fesm2022/button.mjs.map +1 -1
  191. package/fesm2022/card.mjs +46 -46
  192. package/fesm2022/card.mjs.map +1 -1
  193. package/fesm2022/checkbox.mjs +14 -14
  194. package/fesm2022/checkbox.mjs.map +1 -1
  195. package/fesm2022/chips.mjs +45 -45
  196. package/fesm2022/chips.mjs.map +1 -1
  197. package/fesm2022/core.mjs +77 -70
  198. package/fesm2022/core.mjs.map +1 -1
  199. package/fesm2022/datepicker.mjs +94 -85
  200. package/fesm2022/datepicker.mjs.map +1 -1
  201. package/fesm2022/dialog.mjs +30 -25
  202. package/fesm2022/dialog.mjs.map +1 -1
  203. package/fesm2022/divider.mjs +7 -7
  204. package/fesm2022/divider.mjs.map +1 -1
  205. package/fesm2022/expansion.mjs +25 -25
  206. package/fesm2022/expansion.mjs.map +1 -1
  207. package/fesm2022/form-field.mjs +34 -34
  208. package/fesm2022/form-field.mjs.map +1 -1
  209. package/fesm2022/grid-list.mjs +22 -22
  210. package/fesm2022/grid-list.mjs.map +1 -1
  211. package/fesm2022/icon/testing.mjs +7 -7
  212. package/fesm2022/icon/testing.mjs.map +1 -1
  213. package/fesm2022/icon.mjs +10 -10
  214. package/fesm2022/icon.mjs.map +1 -1
  215. package/fesm2022/input.mjs +7 -7
  216. package/fesm2022/input.mjs.map +1 -1
  217. package/fesm2022/list.mjs +49 -49
  218. package/fesm2022/list.mjs.map +1 -1
  219. package/fesm2022/menu.mjs +16 -16
  220. package/fesm2022/menu.mjs.map +1 -1
  221. package/fesm2022/paginator.mjs +10 -10
  222. package/fesm2022/paginator.mjs.map +1 -1
  223. package/fesm2022/progress-bar.mjs +7 -7
  224. package/fesm2022/progress-bar.mjs.map +1 -1
  225. package/fesm2022/progress-spinner.mjs +7 -7
  226. package/fesm2022/progress-spinner.mjs.map +1 -1
  227. package/fesm2022/radio.mjs +10 -10
  228. package/fesm2022/radio.mjs.map +1 -1
  229. package/fesm2022/select.mjs +10 -10
  230. package/fesm2022/select.mjs.map +1 -1
  231. package/fesm2022/sidenav.mjs +22 -22
  232. package/fesm2022/sidenav.mjs.map +1 -1
  233. package/fesm2022/slide-toggle.mjs +14 -14
  234. package/fesm2022/slide-toggle.mjs.map +1 -1
  235. package/fesm2022/slider.mjs +16 -16
  236. package/fesm2022/slider.mjs.map +1 -1
  237. package/fesm2022/snack-bar.mjs +22 -22
  238. package/fesm2022/snack-bar.mjs.map +1 -1
  239. package/fesm2022/sort.mjs +13 -13
  240. package/fesm2022/sort.mjs.map +1 -1
  241. package/fesm2022/stepper.mjs +31 -31
  242. package/fesm2022/stepper.mjs.map +1 -1
  243. package/fesm2022/table.mjs +55 -55
  244. package/fesm2022/table.mjs.map +1 -1
  245. package/fesm2022/tabs.mjs +43 -43
  246. package/fesm2022/tabs.mjs.map +1 -1
  247. package/fesm2022/toolbar.mjs +10 -10
  248. package/fesm2022/toolbar.mjs.map +1 -1
  249. package/fesm2022/tooltip.mjs +14 -11
  250. package/fesm2022/tooltip.mjs.map +1 -1
  251. package/fesm2022/tree.mjs +25 -25
  252. package/fesm2022/tree.mjs.map +1 -1
  253. package/package.json +2 -2
  254. package/schematics/ng-add/index.js +1 -1
  255. package/schematics/ng-add/index.mjs +1 -1
  256. package/schematics/ng-generate/m3-theme/index_bundled.js +11 -8
  257. package/schematics/ng-generate/m3-theme/index_bundled.js.map +2 -2
  258. package/schematics/ng-generate/m3-theme/schema.json +9 -20
  259. package/schematics/ng-update/index_bundled.js +29 -29
@@ -29,28 +29,17 @@
29
29
  "description": "Workspace-relative path to a directory where generated theme file will be created",
30
30
  "x-prompt": "What is the directory you want to place the generated theme file in? (Enter the relative path such as 'src/app/styles/' or leave blank to generate at your project root)"
31
31
  },
32
+ "useSystemVariables": {
33
+ "type": "boolean",
34
+ "default": false,
35
+ "description": "Whether to use system-level variables for the theme.",
36
+ "x-prompt": "Do you want to use system-level variables in the theme? System-level variables make dynamic theming easier through CSS custom properties, but increase the bundle size."
37
+ },
32
38
  "themeTypes": {
33
- "type": "array",
34
- "items": {
35
- "type": "string",
36
- "enum": ["light", "dark"]
37
- },
39
+ "type": "string",
40
+ "enum": ["light", "dark", "both"],
38
41
  "description": "The components to migrate.",
39
- "x-prompt": {
40
- "message": "Choose light, dark, or both to generate the corresponding themes",
41
- "type": "list",
42
- "multiselect": true,
43
- "items": [
44
- {
45
- "value": "light",
46
- "label": "light"
47
- },
48
- {
49
- "value": "dark",
50
- "label": "dark"
51
- }
52
- ]
53
- }
42
+ "x-prompt": "Choose light, dark, or both to generate the corresponding themes"
54
43
  }
55
44
  }
56
45
  }
@@ -454,9 +454,9 @@ var require_tslib = __commonJS({
454
454
  }
455
455
  });
456
456
 
457
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
457
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
458
458
  var require_attribute_selectors = __commonJS({
459
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
459
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
460
460
  "use strict";
461
461
  Object.defineProperty(exports, "__esModule", { value: true });
462
462
  exports.attributeSelectors = void 0;
@@ -464,9 +464,9 @@ var require_attribute_selectors = __commonJS({
464
464
  }
465
465
  });
466
466
 
467
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
467
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
468
468
  var require_class_names = __commonJS({
469
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
469
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
470
470
  "use strict";
471
471
  Object.defineProperty(exports, "__esModule", { value: true });
472
472
  exports.classNames = void 0;
@@ -474,9 +474,9 @@ var require_class_names = __commonJS({
474
474
  }
475
475
  });
476
476
 
477
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
477
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
478
478
  var require_constructor_checks = __commonJS({
479
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
479
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
480
480
  "use strict";
481
481
  Object.defineProperty(exports, "__esModule", { value: true });
482
482
  exports.constructorChecks = void 0;
@@ -484,9 +484,9 @@ var require_constructor_checks = __commonJS({
484
484
  }
485
485
  });
486
486
 
487
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
487
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
488
488
  var require_css_selectors = __commonJS({
489
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
489
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
490
490
  "use strict";
491
491
  Object.defineProperty(exports, "__esModule", { value: true });
492
492
  exports.cssSelectors = void 0;
@@ -494,9 +494,9 @@ var require_css_selectors = __commonJS({
494
494
  }
495
495
  });
496
496
 
497
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
497
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
498
498
  var require_element_selectors = __commonJS({
499
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
499
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
500
500
  "use strict";
501
501
  Object.defineProperty(exports, "__esModule", { value: true });
502
502
  exports.elementSelectors = void 0;
@@ -504,9 +504,9 @@ var require_element_selectors = __commonJS({
504
504
  }
505
505
  });
506
506
 
507
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
507
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
508
508
  var require_input_names = __commonJS({
509
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
509
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
510
510
  "use strict";
511
511
  Object.defineProperty(exports, "__esModule", { value: true });
512
512
  exports.inputNames = void 0;
@@ -514,9 +514,9 @@ var require_input_names = __commonJS({
514
514
  }
515
515
  });
516
516
 
517
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
517
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
518
518
  var require_method_call_checks = __commonJS({
519
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
519
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
520
520
  "use strict";
521
521
  Object.defineProperty(exports, "__esModule", { value: true });
522
522
  exports.methodCallChecks = void 0;
@@ -524,9 +524,9 @@ var require_method_call_checks = __commonJS({
524
524
  }
525
525
  });
526
526
 
527
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
527
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
528
528
  var require_output_names = __commonJS({
529
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
529
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
530
530
  "use strict";
531
531
  Object.defineProperty(exports, "__esModule", { value: true });
532
532
  exports.outputNames = void 0;
@@ -534,9 +534,9 @@ var require_output_names = __commonJS({
534
534
  }
535
535
  });
536
536
 
537
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
537
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
538
538
  var require_property_names = __commonJS({
539
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
539
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
540
540
  "use strict";
541
541
  Object.defineProperty(exports, "__esModule", { value: true });
542
542
  exports.propertyNames = void 0;
@@ -544,9 +544,9 @@ var require_property_names = __commonJS({
544
544
  }
545
545
  });
546
546
 
547
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
547
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
548
548
  var require_symbol_removal = __commonJS({
549
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
549
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
550
550
  "use strict";
551
551
  Object.defineProperty(exports, "__esModule", { value: true });
552
552
  exports.symbolRemoval = void 0;
@@ -554,9 +554,9 @@ var require_symbol_removal = __commonJS({
554
554
  }
555
555
  });
556
556
 
557
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
557
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
558
558
  var require_data = __commonJS({
559
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
559
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
560
560
  "use strict";
561
561
  Object.defineProperty(exports, "__esModule", { value: true });
562
562
  var tslib_1 = require_tslib();
@@ -573,9 +573,9 @@ var require_data = __commonJS({
573
573
  }
574
574
  });
575
575
 
576
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
576
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
577
577
  var require_upgrade_data = __commonJS({
578
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
578
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
579
579
  "use strict";
580
580
  Object.defineProperty(exports, "__esModule", { value: true });
581
581
  exports.materialUpgradeData = void 0;
@@ -595,9 +595,9 @@ var require_upgrade_data = __commonJS({
595
595
  }
596
596
  });
597
597
 
598
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js
598
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js
599
599
  var require_migration = __commonJS({
600
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js"(exports) {
600
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/migration.js"(exports) {
601
601
  "use strict";
602
602
  Object.defineProperty(exports, "__esModule", { value: true });
603
603
  exports.migrateM2ThemingApiUsages = void 0;
@@ -774,9 +774,9 @@ var require_migration = __commonJS({
774
774
  }
775
775
  });
776
776
 
777
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js
777
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js
778
778
  var require_m2_theming_v18 = __commonJS({
779
- "bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js"(exports) {
779
+ "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/m2-theming-v18/index.js"(exports) {
780
780
  "use strict";
781
781
  Object.defineProperty(exports, "__esModule", { value: true });
782
782
  exports.M2ThemingMigration = void 0;
@@ -808,7 +808,7 @@ var require_m2_theming_v18 = __commonJS({
808
808
  }
809
809
  });
810
810
 
811
- // bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
811
+ // bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
812
812
  var ng_update_exports = {};
813
813
  __export(ng_update_exports, {
814
814
  updateToV18: () => updateToV18