@angular/material 15.0.0-rc.0 → 15.0.0-rc.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.
Files changed (401) hide show
  1. package/chips/_chips-theme.scss +11 -19
  2. package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
  3. package/esm2020/autocomplete/autocomplete-trigger.mjs +6 -6
  4. package/esm2020/autocomplete/autocomplete.mjs +6 -6
  5. package/esm2020/autocomplete/module.mjs +4 -4
  6. package/esm2020/badge/badge-module.mjs +4 -4
  7. package/esm2020/badge/badge.mjs +3 -3
  8. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  9. package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
  10. package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
  11. package/esm2020/button/button-base.mjs +6 -6
  12. package/esm2020/button/button.mjs +8 -8
  13. package/esm2020/button/fab.mjs +16 -16
  14. package/esm2020/button/icon-button.mjs +6 -6
  15. package/esm2020/button/module.mjs +4 -4
  16. package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
  17. package/esm2020/button-toggle/button-toggle.mjs +6 -6
  18. package/esm2020/card/card.mjs +42 -42
  19. package/esm2020/card/module.mjs +4 -4
  20. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  21. package/esm2020/checkbox/checkbox.mjs +6 -6
  22. package/esm2020/checkbox/module.mjs +8 -8
  23. package/esm2020/chips/chip-action.mjs +3 -3
  24. package/esm2020/chips/chip-edit-input.mjs +3 -3
  25. package/esm2020/chips/chip-grid.mjs +3 -3
  26. package/esm2020/chips/chip-icons.mjs +9 -9
  27. package/esm2020/chips/chip-input.mjs +3 -3
  28. package/esm2020/chips/chip-listbox.mjs +3 -3
  29. package/esm2020/chips/chip-option.mjs +5 -5
  30. package/esm2020/chips/chip-row.mjs +5 -5
  31. package/esm2020/chips/chip-set.mjs +3 -3
  32. package/esm2020/chips/chip.mjs +4 -4
  33. package/esm2020/chips/module.mjs +4 -4
  34. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  35. package/esm2020/core/datetime/index.mjs +8 -8
  36. package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
  37. package/esm2020/core/error/error-options.mjs +6 -6
  38. package/esm2020/core/line/line.mjs +7 -7
  39. package/esm2020/core/option/index.mjs +4 -4
  40. package/esm2020/core/option/optgroup.mjs +6 -6
  41. package/esm2020/core/option/option.mjs +6 -6
  42. package/esm2020/core/ripple/index.mjs +4 -4
  43. package/esm2020/core/ripple/ripple.mjs +3 -3
  44. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
  45. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  46. package/esm2020/core/version.mjs +1 -1
  47. package/esm2020/datepicker/calendar-body.mjs +3 -3
  48. package/esm2020/datepicker/calendar.mjs +6 -6
  49. package/esm2020/datepicker/date-range-input-parts.mjs +12 -12
  50. package/esm2020/datepicker/date-range-input.mjs +3 -3
  51. package/esm2020/datepicker/date-range-picker.mjs +3 -3
  52. package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
  53. package/esm2020/datepicker/date-selection-model.mjs +9 -9
  54. package/esm2020/datepicker/datepicker-actions.mjs +9 -9
  55. package/esm2020/datepicker/datepicker-base.mjs +6 -6
  56. package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
  57. package/esm2020/datepicker/datepicker-input.mjs +3 -3
  58. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  59. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  60. package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
  61. package/esm2020/datepicker/datepicker.mjs +3 -3
  62. package/esm2020/datepicker/month-view.mjs +3 -3
  63. package/esm2020/datepicker/multi-year-view.mjs +3 -3
  64. package/esm2020/datepicker/year-view.mjs +3 -3
  65. package/esm2020/dialog/dialog-container.mjs +7 -7
  66. package/esm2020/dialog/dialog-content-directives.mjs +12 -12
  67. package/esm2020/dialog/dialog.mjs +6 -6
  68. package/esm2020/dialog/module.mjs +4 -4
  69. package/esm2020/divider/divider-module.mjs +4 -4
  70. package/esm2020/divider/divider.mjs +3 -3
  71. package/esm2020/expansion/accordion.mjs +3 -3
  72. package/esm2020/expansion/expansion-module.mjs +4 -4
  73. package/esm2020/expansion/expansion-panel-content.mjs +3 -3
  74. package/esm2020/expansion/expansion-panel-header.mjs +9 -9
  75. package/esm2020/expansion/expansion-panel.mjs +6 -6
  76. package/esm2020/form-field/directives/error.mjs +3 -3
  77. package/esm2020/form-field/directives/floating-label.mjs +3 -3
  78. package/esm2020/form-field/directives/hint.mjs +3 -3
  79. package/esm2020/form-field/directives/label.mjs +3 -3
  80. package/esm2020/form-field/directives/line-ripple.mjs +3 -3
  81. package/esm2020/form-field/directives/notched-outline.mjs +3 -3
  82. package/esm2020/form-field/directives/prefix.mjs +3 -3
  83. package/esm2020/form-field/directives/suffix.mjs +3 -3
  84. package/esm2020/form-field/form-field-control.mjs +3 -3
  85. package/esm2020/form-field/form-field.mjs +3 -3
  86. package/esm2020/form-field/module.mjs +4 -4
  87. package/esm2020/grid-list/grid-list-module.mjs +4 -4
  88. package/esm2020/grid-list/grid-list.mjs +3 -3
  89. package/esm2020/grid-list/grid-tile.mjs +15 -15
  90. package/esm2020/icon/icon-module.mjs +4 -4
  91. package/esm2020/icon/icon-registry.mjs +3 -3
  92. package/esm2020/icon/icon.mjs +3 -3
  93. package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
  94. package/esm2020/input/input.mjs +3 -3
  95. package/esm2020/input/module.mjs +4 -4
  96. package/esm2020/legacy-autocomplete/autocomplete-module.mjs +4 -4
  97. package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +3 -3
  98. package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +3 -3
  99. package/esm2020/legacy-autocomplete/autocomplete.mjs +3 -3
  100. package/esm2020/legacy-button/button-module.mjs +4 -4
  101. package/esm2020/legacy-button/button.mjs +6 -6
  102. package/esm2020/legacy-card/card-module.mjs +4 -4
  103. package/esm2020/legacy-card/card.mjs +42 -42
  104. package/esm2020/legacy-checkbox/checkbox-module.mjs +4 -4
  105. package/esm2020/legacy-checkbox/checkbox.mjs +3 -3
  106. package/esm2020/legacy-chips/chip-input.mjs +3 -3
  107. package/esm2020/legacy-chips/chip-list.mjs +3 -3
  108. package/esm2020/legacy-chips/chip.mjs +12 -12
  109. package/esm2020/legacy-chips/chips-module.mjs +4 -4
  110. package/esm2020/legacy-core/option/index.mjs +4 -4
  111. package/esm2020/legacy-core/option/optgroup.mjs +3 -3
  112. package/esm2020/legacy-core/option/option.mjs +3 -3
  113. package/esm2020/legacy-dialog/dialog-container.mjs +3 -3
  114. package/esm2020/legacy-dialog/dialog-content-directives.mjs +12 -12
  115. package/esm2020/legacy-dialog/dialog-module.mjs +4 -4
  116. package/esm2020/legacy-dialog/dialog.mjs +3 -3
  117. package/esm2020/legacy-form-field/error.mjs +3 -3
  118. package/esm2020/legacy-form-field/form-field-module.mjs +4 -4
  119. package/esm2020/legacy-form-field/form-field.mjs +3 -3
  120. package/esm2020/legacy-form-field/hint.mjs +3 -3
  121. package/esm2020/legacy-form-field/label.mjs +3 -3
  122. package/esm2020/legacy-form-field/placeholder.mjs +3 -3
  123. package/esm2020/legacy-form-field/prefix.mjs +3 -3
  124. package/esm2020/legacy-form-field/suffix.mjs +3 -3
  125. package/esm2020/legacy-input/input-module.mjs +4 -4
  126. package/esm2020/legacy-input/input.mjs +3 -3
  127. package/esm2020/legacy-list/list-module.mjs +4 -4
  128. package/esm2020/legacy-list/list.mjs +18 -18
  129. package/esm2020/legacy-list/selection-list.mjs +6 -6
  130. package/esm2020/legacy-menu/menu-content.mjs +3 -3
  131. package/esm2020/legacy-menu/menu-item.mjs +3 -3
  132. package/esm2020/legacy-menu/menu-module.mjs +4 -4
  133. package/esm2020/legacy-menu/menu-trigger.mjs +3 -3
  134. package/esm2020/legacy-menu/menu.mjs +3 -3
  135. package/esm2020/legacy-paginator/paginator-module.mjs +4 -4
  136. package/esm2020/legacy-paginator/paginator.mjs +3 -3
  137. package/esm2020/legacy-progress-bar/progress-bar-module.mjs +4 -4
  138. package/esm2020/legacy-progress-bar/progress-bar.mjs +3 -3
  139. package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +4 -4
  140. package/esm2020/legacy-progress-spinner/progress-spinner.mjs +3 -3
  141. package/esm2020/legacy-radio/radio-module.mjs +4 -4
  142. package/esm2020/legacy-radio/radio.mjs +6 -6
  143. package/esm2020/legacy-select/select-module.mjs +4 -4
  144. package/esm2020/legacy-select/select.mjs +6 -6
  145. package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +4 -4
  146. package/esm2020/legacy-slide-toggle/slide-toggle.mjs +3 -3
  147. package/esm2020/legacy-slider/slider-module.mjs +4 -4
  148. package/esm2020/legacy-slider/slider.mjs +3 -3
  149. package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +3 -3
  150. package/esm2020/legacy-snack-bar/snack-bar-container.mjs +3 -3
  151. package/esm2020/legacy-snack-bar/snack-bar-module.mjs +4 -4
  152. package/esm2020/legacy-snack-bar/snack-bar.mjs +3 -3
  153. package/esm2020/legacy-table/cell.mjs +21 -21
  154. package/esm2020/legacy-table/row.mjs +21 -21
  155. package/esm2020/legacy-table/table-module.mjs +4 -4
  156. package/esm2020/legacy-table/table.mjs +6 -6
  157. package/esm2020/legacy-table/text-column.mjs +3 -3
  158. package/esm2020/legacy-tabs/ink-bar.mjs +3 -3
  159. package/esm2020/legacy-tabs/tab-body.mjs +6 -6
  160. package/esm2020/legacy-tabs/tab-content.mjs +3 -3
  161. package/esm2020/legacy-tabs/tab-group.mjs +3 -3
  162. package/esm2020/legacy-tabs/tab-header.mjs +3 -3
  163. package/esm2020/legacy-tabs/tab-label-wrapper.mjs +3 -3
  164. package/esm2020/legacy-tabs/tab-label.mjs +3 -3
  165. package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  166. package/esm2020/legacy-tabs/tab.mjs +3 -3
  167. package/esm2020/legacy-tabs/tabs-module.mjs +4 -4
  168. package/esm2020/legacy-tooltip/tooltip-module.mjs +4 -4
  169. package/esm2020/legacy-tooltip/tooltip.mjs +6 -6
  170. package/esm2020/list/action-list.mjs +3 -3
  171. package/esm2020/list/list-base.mjs +6 -6
  172. package/esm2020/list/list-item-sections.mjs +18 -18
  173. package/esm2020/list/list-module.mjs +4 -4
  174. package/esm2020/list/list-option.mjs +3 -3
  175. package/esm2020/list/list.mjs +6 -6
  176. package/esm2020/list/nav-list.mjs +3 -3
  177. package/esm2020/list/selection-list.mjs +16 -6
  178. package/esm2020/list/subheader.mjs +3 -3
  179. package/esm2020/menu/menu-content.mjs +6 -6
  180. package/esm2020/menu/menu-item.mjs +3 -3
  181. package/esm2020/menu/menu-trigger.mjs +6 -6
  182. package/esm2020/menu/menu.mjs +6 -6
  183. package/esm2020/menu/module.mjs +4 -4
  184. package/esm2020/paginator/module.mjs +4 -4
  185. package/esm2020/paginator/paginator-intl.mjs +3 -3
  186. package/esm2020/paginator/paginator.mjs +6 -6
  187. package/esm2020/progress-bar/module.mjs +4 -4
  188. package/esm2020/progress-bar/progress-bar.mjs +3 -3
  189. package/esm2020/progress-spinner/module.mjs +4 -4
  190. package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
  191. package/esm2020/radio/module.mjs +4 -4
  192. package/esm2020/radio/radio.mjs +12 -12
  193. package/esm2020/select/module.mjs +4 -4
  194. package/esm2020/select/select.mjs +9 -9
  195. package/esm2020/sidenav/drawer.mjs +9 -9
  196. package/esm2020/sidenav/sidenav-module.mjs +4 -4
  197. package/esm2020/sidenav/sidenav.mjs +9 -9
  198. package/esm2020/slide-toggle/module.mjs +8 -8
  199. package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
  200. package/esm2020/slide-toggle/slide-toggle.mjs +7 -7
  201. package/esm2020/slider/module.mjs +10 -8
  202. package/esm2020/slider/public-api.mjs +4 -2
  203. package/esm2020/slider/slider-input.mjs +611 -0
  204. package/esm2020/slider/slider-interface.mjs +34 -0
  205. package/esm2020/slider/slider-thumb.mjs +229 -0
  206. package/esm2020/slider/slider.mjs +523 -925
  207. package/esm2020/snack-bar/module.mjs +4 -4
  208. package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
  209. package/esm2020/snack-bar/snack-bar-container.mjs +8 -8
  210. package/esm2020/snack-bar/snack-bar-content.mjs +9 -9
  211. package/esm2020/snack-bar/snack-bar.mjs +6 -6
  212. package/esm2020/sort/sort-header-intl.mjs +3 -3
  213. package/esm2020/sort/sort-header.mjs +3 -3
  214. package/esm2020/sort/sort-module.mjs +4 -4
  215. package/esm2020/sort/sort.mjs +3 -3
  216. package/esm2020/stepper/step-content.mjs +3 -3
  217. package/esm2020/stepper/step-header.mjs +3 -3
  218. package/esm2020/stepper/step-label.mjs +3 -3
  219. package/esm2020/stepper/stepper-button.mjs +6 -6
  220. package/esm2020/stepper/stepper-icon.mjs +3 -3
  221. package/esm2020/stepper/stepper-intl.mjs +3 -3
  222. package/esm2020/stepper/stepper-module.mjs +4 -4
  223. package/esm2020/stepper/stepper.mjs +6 -6
  224. package/esm2020/table/cell.mjs +21 -21
  225. package/esm2020/table/module.mjs +4 -4
  226. package/esm2020/table/row.mjs +21 -21
  227. package/esm2020/table/table.mjs +8 -8
  228. package/esm2020/table/text-column.mjs +3 -3
  229. package/esm2020/tabs/module.mjs +4 -4
  230. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  231. package/esm2020/tabs/tab-body.mjs +9 -9
  232. package/esm2020/tabs/tab-content.mjs +3 -3
  233. package/esm2020/tabs/tab-group.mjs +6 -6
  234. package/esm2020/tabs/tab-header.mjs +6 -6
  235. package/esm2020/tabs/tab-label-wrapper.mjs +6 -6
  236. package/esm2020/tabs/tab-label.mjs +3 -3
  237. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
  238. package/esm2020/tabs/tab.mjs +6 -6
  239. package/esm2020/toolbar/toolbar-module.mjs +4 -4
  240. package/esm2020/toolbar/toolbar.mjs +6 -6
  241. package/esm2020/tooltip/module.mjs +4 -4
  242. package/esm2020/tooltip/tooltip.mjs +12 -12
  243. package/esm2020/tree/node.mjs +9 -9
  244. package/esm2020/tree/outlet.mjs +3 -3
  245. package/esm2020/tree/padding.mjs +3 -3
  246. package/esm2020/tree/toggle.mjs +3 -3
  247. package/esm2020/tree/tree-module.mjs +4 -4
  248. package/esm2020/tree/tree.mjs +3 -3
  249. package/fesm2015/autocomplete.mjs +22 -22
  250. package/fesm2015/badge.mjs +7 -7
  251. package/fesm2015/bottom-sheet.mjs +10 -10
  252. package/fesm2015/button-toggle.mjs +10 -10
  253. package/fesm2015/button.mjs +40 -40
  254. package/fesm2015/button.mjs.map +1 -1
  255. package/fesm2015/card.mjs +46 -46
  256. package/fesm2015/checkbox.mjs +17 -17
  257. package/fesm2015/chips.mjs +45 -45
  258. package/fesm2015/chips.mjs.map +1 -1
  259. package/fesm2015/core.mjs +59 -59
  260. package/fesm2015/core.mjs.map +1 -1
  261. package/fesm2015/datepicker.mjs +84 -84
  262. package/fesm2015/datepicker.mjs.map +1 -1
  263. package/fesm2015/dialog.mjs +29 -29
  264. package/fesm2015/dialog.mjs.map +1 -1
  265. package/fesm2015/divider.mjs +7 -7
  266. package/fesm2015/expansion.mjs +25 -25
  267. package/fesm2015/form-field.mjs +34 -34
  268. package/fesm2015/grid-list.mjs +22 -22
  269. package/fesm2015/icon/testing.mjs +7 -7
  270. package/fesm2015/icon.mjs +10 -10
  271. package/fesm2015/input.mjs +7 -7
  272. package/fesm2015/legacy-autocomplete.mjs +13 -13
  273. package/fesm2015/legacy-button.mjs +10 -10
  274. package/fesm2015/legacy-card.mjs +46 -46
  275. package/fesm2015/legacy-checkbox.mjs +7 -7
  276. package/fesm2015/legacy-chips.mjs +22 -22
  277. package/fesm2015/legacy-core.mjs +10 -10
  278. package/fesm2015/legacy-dialog.mjs +22 -22
  279. package/fesm2015/legacy-form-field.mjs +25 -25
  280. package/fesm2015/legacy-input.mjs +7 -7
  281. package/fesm2015/legacy-list.mjs +28 -28
  282. package/fesm2015/legacy-menu.mjs +16 -16
  283. package/fesm2015/legacy-paginator.mjs +7 -7
  284. package/fesm2015/legacy-progress-bar.mjs +7 -7
  285. package/fesm2015/legacy-progress-spinner.mjs +7 -7
  286. package/fesm2015/legacy-radio.mjs +10 -10
  287. package/fesm2015/legacy-select.mjs +10 -10
  288. package/fesm2015/legacy-slide-toggle.mjs +7 -7
  289. package/fesm2015/legacy-slider.mjs +7 -7
  290. package/fesm2015/legacy-snack-bar.mjs +13 -13
  291. package/fesm2015/legacy-table.mjs +55 -55
  292. package/fesm2015/legacy-tabs.mjs +40 -40
  293. package/fesm2015/legacy-tooltip.mjs +10 -10
  294. package/fesm2015/list.mjs +61 -51
  295. package/fesm2015/list.mjs.map +1 -1
  296. package/fesm2015/menu.mjs +25 -25
  297. package/fesm2015/paginator.mjs +13 -13
  298. package/fesm2015/progress-bar.mjs +7 -7
  299. package/fesm2015/progress-spinner.mjs +7 -7
  300. package/fesm2015/radio.mjs +16 -16
  301. package/fesm2015/select.mjs +13 -13
  302. package/fesm2015/sidenav.mjs +22 -22
  303. package/fesm2015/slide-toggle.mjs +18 -18
  304. package/fesm2015/slide-toggle.mjs.map +1 -1
  305. package/fesm2015/slider.mjs +1300 -902
  306. package/fesm2015/slider.mjs.map +1 -1
  307. package/fesm2015/snack-bar.mjs +29 -29
  308. package/fesm2015/snack-bar.mjs.map +1 -1
  309. package/fesm2015/sort.mjs +13 -13
  310. package/fesm2015/stepper.mjs +31 -31
  311. package/fesm2015/table.mjs +57 -57
  312. package/fesm2015/table.mjs.map +1 -1
  313. package/fesm2015/tabs.mjs +61 -61
  314. package/fesm2015/toolbar.mjs +10 -10
  315. package/fesm2015/tooltip.mjs +16 -16
  316. package/fesm2015/tree.mjs +25 -25
  317. package/fesm2020/autocomplete.mjs +22 -22
  318. package/fesm2020/badge.mjs +7 -7
  319. package/fesm2020/bottom-sheet.mjs +10 -10
  320. package/fesm2020/button-toggle.mjs +10 -10
  321. package/fesm2020/button.mjs +40 -40
  322. package/fesm2020/button.mjs.map +1 -1
  323. package/fesm2020/card.mjs +46 -46
  324. package/fesm2020/checkbox.mjs +17 -17
  325. package/fesm2020/chips.mjs +45 -45
  326. package/fesm2020/chips.mjs.map +1 -1
  327. package/fesm2020/core.mjs +59 -59
  328. package/fesm2020/core.mjs.map +1 -1
  329. package/fesm2020/datepicker.mjs +84 -84
  330. package/fesm2020/datepicker.mjs.map +1 -1
  331. package/fesm2020/dialog.mjs +29 -29
  332. package/fesm2020/dialog.mjs.map +1 -1
  333. package/fesm2020/divider.mjs +7 -7
  334. package/fesm2020/expansion.mjs +25 -25
  335. package/fesm2020/form-field.mjs +34 -34
  336. package/fesm2020/grid-list.mjs +22 -22
  337. package/fesm2020/icon/testing.mjs +7 -7
  338. package/fesm2020/icon.mjs +10 -10
  339. package/fesm2020/input.mjs +7 -7
  340. package/fesm2020/legacy-autocomplete.mjs +13 -13
  341. package/fesm2020/legacy-button.mjs +10 -10
  342. package/fesm2020/legacy-card.mjs +46 -46
  343. package/fesm2020/legacy-checkbox.mjs +7 -7
  344. package/fesm2020/legacy-chips.mjs +22 -22
  345. package/fesm2020/legacy-core.mjs +10 -10
  346. package/fesm2020/legacy-dialog.mjs +22 -22
  347. package/fesm2020/legacy-form-field.mjs +25 -25
  348. package/fesm2020/legacy-input.mjs +7 -7
  349. package/fesm2020/legacy-list.mjs +28 -28
  350. package/fesm2020/legacy-menu.mjs +16 -16
  351. package/fesm2020/legacy-paginator.mjs +7 -7
  352. package/fesm2020/legacy-progress-bar.mjs +7 -7
  353. package/fesm2020/legacy-progress-spinner.mjs +7 -7
  354. package/fesm2020/legacy-radio.mjs +10 -10
  355. package/fesm2020/legacy-select.mjs +10 -10
  356. package/fesm2020/legacy-slide-toggle.mjs +7 -7
  357. package/fesm2020/legacy-slider.mjs +7 -7
  358. package/fesm2020/legacy-snack-bar.mjs +13 -13
  359. package/fesm2020/legacy-table.mjs +55 -55
  360. package/fesm2020/legacy-tabs.mjs +40 -40
  361. package/fesm2020/legacy-tooltip.mjs +10 -10
  362. package/fesm2020/list.mjs +61 -51
  363. package/fesm2020/list.mjs.map +1 -1
  364. package/fesm2020/menu.mjs +25 -25
  365. package/fesm2020/paginator.mjs +13 -13
  366. package/fesm2020/progress-bar.mjs +7 -7
  367. package/fesm2020/progress-spinner.mjs +7 -7
  368. package/fesm2020/radio.mjs +16 -16
  369. package/fesm2020/select.mjs +13 -13
  370. package/fesm2020/sidenav.mjs +22 -22
  371. package/fesm2020/slide-toggle.mjs +18 -18
  372. package/fesm2020/slide-toggle.mjs.map +1 -1
  373. package/fesm2020/slider.mjs +1289 -882
  374. package/fesm2020/slider.mjs.map +1 -1
  375. package/fesm2020/snack-bar.mjs +29 -29
  376. package/fesm2020/snack-bar.mjs.map +1 -1
  377. package/fesm2020/sort.mjs +13 -13
  378. package/fesm2020/stepper.mjs +31 -31
  379. package/fesm2020/table.mjs +57 -57
  380. package/fesm2020/table.mjs.map +1 -1
  381. package/fesm2020/tabs.mjs +61 -61
  382. package/fesm2020/toolbar.mjs +10 -10
  383. package/fesm2020/tooltip.mjs +16 -16
  384. package/fesm2020/tree.mjs +25 -25
  385. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  386. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  387. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  388. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  389. package/list/index.d.ts +4 -1
  390. package/package.json +49 -49
  391. package/prebuilt-themes/deeppurple-amber.css +1 -1
  392. package/prebuilt-themes/indigo-pink.css +1 -1
  393. package/prebuilt-themes/pink-bluegrey.css +1 -1
  394. package/prebuilt-themes/purple-green.css +1 -1
  395. package/schematics/ng-add/index.js +1 -1
  396. package/schematics/ng-add/index.mjs +1 -1
  397. package/schematics/ng-generate/mdc-migration/index_bundled.js +94 -10
  398. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +3 -3
  399. package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
  400. package/slider/index.d.ts +443 -235
  401. package/esm2020/slider/global-change-and-input-listener.mjs +0 -59
@@ -1 +1 @@
1
- {"inputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytes":13871,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytes":3161,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytes":5255,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytes":5940,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js":{"bytes":1290,"imports":[]},"node_modules/@angular/compiler/fesm2015/compiler.mjs":{"bytes":928760,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytes":19325,"imports":[{"path":"node_modules/@angular/compiler/fesm2015/compiler.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytes":3202,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytes":3037,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytes":4068,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js":{"bytes":13581,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js":{"bytes":3966,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytes":5784,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytes":2980,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytes":4056,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytes":4025,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytes":7574,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytes":3156,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytes":3769,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytes":3239,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytes":3838,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytes":3156,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytes":2971,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytes":4437,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytes":5476,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytes":4057,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytes":5089,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js":{"bytes":3470,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js":{"bytes":4996,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js":{"bytes":3547,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytes":18354,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js","kind":"import-statement"}]},"node_modules/picocolors/picocolors.js":{"bytes":2594,"imports":[]},"node_modules/postcss/lib/tokenize.js":{"bytes":6536,"imports":[]},"node_modules/postcss/lib/terminal-highlight.js":{"bytes":1399,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"}]},"node_modules/postcss/lib/css-syntax-error.js":{"bytes":2524,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"}]},"node_modules/postcss/lib/symbols.js":{"bytes":91,"imports":[]},"node_modules/postcss/lib/stringifier.js":{"bytes":8220,"imports":[]},"node_modules/postcss/lib/stringify.js":{"bytes":213,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss/lib/node.js":{"bytes":8485,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"}]},"node_modules/postcss/lib/declaration.js":{"bytes":495,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/source-map-js/lib/base64.js":{"bytes":1540,"imports":[]},"node_modules/source-map-js/lib/base64-vlq.js":{"bytes":4714,"imports":[{"path":"node_modules/source-map-js/lib/base64.js","kind":"require-call"}]},"node_modules/source-map-js/lib/util.js":{"bytes":15403,"imports":[]},"node_modules/source-map-js/lib/array-set.js":{"bytes":3197,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/mapping-list.js":{"bytes":2339,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-map-generator.js":{"bytes":14356,"imports":[{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/mapping-list.js","kind":"require-call"}]},"node_modules/source-map-js/lib/binary-search.js":{"bytes":4249,"imports":[]},"node_modules/source-map-js/lib/quick-sort.js":{"bytes":4068,"imports":[]},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytes":41482,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/binary-search.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/quick-sort.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-node.js":{"bytes":13808,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/source-map.js":{"bytes":405,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-map-consumer.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-node.js","kind":"require-call"}]},"node_modules/nanoid/non-secure/index.cjs":{"bytes":499,"imports":[]},"node_modules/postcss/lib/previous-map.js":{"bytes":3923,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"}]},"node_modules/postcss/lib/input.js":{"bytes":6189,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/nanoid/non-secure/index.cjs","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"}]},"node_modules/postcss/lib/map-generator.js":{"bytes":8958,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/comment.js":{"bytes":203,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/container.js":{"bytes":10497,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/document.js":{"bytes":654,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/warn-once.js":{"bytes":256,"imports":[]},"node_modules/postcss/lib/warning.js":{"bytes":739,"imports":[]},"node_modules/postcss/lib/result.js":{"bytes":745,"imports":[{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"}]},"node_modules/postcss/lib/at-rule.js":{"bytes":471,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/root.js":{"bytes":1239,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1227,"imports":[]},"node_modules/postcss/lib/rule.js":{"bytes":569,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"}]},"node_modules/postcss/lib/parser.js":{"bytes":14482,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/parse.js":{"bytes":1147,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/lazy-result.js":{"bytes":13562,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/no-work-result.js":{"bytes":2551,"imports":[{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"}]},"node_modules/postcss/lib/processor.js":{"bytes":1810,"imports":[{"path":"node_modules/postcss/lib/no-work-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/fromJSON.js":{"bytes":1506,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.js":{"bytes":2898,"imports":[{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/processor.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/fromJSON.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.mjs":{"bytes":980,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"import-statement"}]},"node_modules/postcss-scss/lib/scss-stringifier.js":{"bytes":1336,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-stringify.js":{"bytes":176,"imports":[{"path":"node_modules/postcss-scss/lib/scss-stringifier.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/nested-declaration.js":{"bytes":260,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytes":8394,"imports":[]},"node_modules/postcss-scss/lib/scss-parser.js":{"bytes":5368,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/nested-declaration.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-tokenize.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-parse.js":{"bytes":245,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-parser.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytes":119,"imports":[{"path":"node_modules/postcss-scss/lib/scss-stringify.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-parse.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-syntax.mjs":{"bytes":134,"imports":[{"path":"node_modules/postcss-scss/lib/scss-syntax.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytes":26315,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"},{"path":"node_modules/postcss-scss/lib/scss-syntax.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js":{"bytes":6319,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js":{"bytes":2219,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js":{"bytes":1181,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js":{"bytes":4318,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytes":41086,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs":{"bytes":15696,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js","kind":"import-statement"}]}},"outputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index_bundled.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":1867412},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index_bundled.js":{"imports":[],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs","inputs":{"node_modules/picocolors/picocolors.js":{"bytesInOutput":2903},"node_modules/postcss/lib/tokenize.js":{"bytesInOutput":7306},"node_modules/postcss/lib/terminal-highlight.js":{"bytesInOutput":1741},"node_modules/postcss/lib/css-syntax-error.js":{"bytesInOutput":2986},"node_modules/postcss/lib/symbols.js":{"bytesInOutput":209},"node_modules/postcss/lib/stringifier.js":{"bytesInOutput":9577},"node_modules/postcss/lib/stringify.js":{"bytesInOutput":357},"node_modules/postcss/lib/node.js":{"bytesInOutput":9791},"node_modules/postcss/lib/declaration.js":{"bytesInOutput":693},"node_modules/source-map-js/lib/base64.js":{"bytesInOutput":1138},"node_modules/source-map-js/lib/base64-vlq.js":{"bytesInOutput":1707},"node_modules/source-map-js/lib/util.js":{"bytesInOutput":11209},"node_modules/source-map-js/lib/array-set.js":{"bytesInOutput":2296},"node_modules/source-map-js/lib/mapping-list.js":{"bytesInOutput":1380},"node_modules/source-map-js/lib/source-map-generator.js":{"bytesInOutput":10869},"node_modules/source-map-js/lib/binary-search.js":{"bytesInOutput":1525},"node_modules/source-map-js/lib/quick-sort.js":{"bytesInOutput":1534},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytesInOutput":25581},"node_modules/source-map-js/lib/source-node.js":{"bytesInOutput":9707},"node_modules/source-map-js/source-map.js":{"bytesInOutput":326},"node_modules/nanoid/non-secure/index.cjs":{"bytesInOutput":698},"node_modules/postcss/lib/previous-map.js":{"bytesInOutput":4377},"node_modules/postcss/lib/input.js":{"bytesInOutput":6889},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10374},"node_modules/postcss/lib/comment.js":{"bytesInOutput":360},"node_modules/postcss/lib/container.js":{"bytesInOutput":12353},"node_modules/postcss/lib/document.js":{"bytesInOutput":803},"node_modules/postcss/lib/warn-once.js":{"bytesInOutput":379},"node_modules/postcss/lib/warning.js":{"bytesInOutput":991},"node_modules/postcss/lib/result.js":{"bytesInOutput":995},"node_modules/postcss/lib/at-rule.js":{"bytesInOutput":688},"node_modules/postcss/lib/root.js":{"bytesInOutput":1576},"node_modules/postcss/lib/list.js":{"bytesInOutput":1602},"node_modules/postcss/lib/rule.js":{"bytesInOutput":779},"node_modules/postcss/lib/parser.js":{"bytesInOutput":16473},"node_modules/postcss/lib/parse.js":{"bytesInOutput":1233},"node_modules/postcss/lib/lazy-result.js":{"bytesInOutput":15590},"node_modules/postcss/lib/no-work-result.js":{"bytesInOutput":3083},"node_modules/postcss/lib/processor.js":{"bytesInOutput":2049},"node_modules/postcss/lib/fromJSON.js":{"bytesInOutput":1962},"node_modules/postcss/lib/postcss.js":{"bytesInOutput":3176},"node_modules/postcss-scss/lib/scss-stringifier.js":{"bytesInOutput":1657},"node_modules/postcss-scss/lib/scss-stringify.js":{"bytesInOutput":318},"node_modules/postcss-scss/lib/nested-declaration.js":{"bytesInOutput":461},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytesInOutput":9139},"node_modules/postcss-scss/lib/scss-parser.js":{"bytesInOutput":6265},"node_modules/postcss-scss/lib/scss-parse.js":{"bytesInOutput":399},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytesInOutput":266},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs":{"bytesInOutput":3611},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytesInOutput":1811},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytesInOutput":615},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytesInOutput":1212},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytesInOutput":1401},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js":{"bytesInOutput":34},"node_modules/@angular/compiler/fesm2015/compiler.mjs":{"bytesInOutput":536095},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytesInOutput":2657},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytesInOutput":412},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytesInOutput":571},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytesInOutput":857},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js":{"bytesInOutput":2347},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js":{"bytesInOutput":841},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytesInOutput":1445},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytesInOutput":554},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytesInOutput":853},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytesInOutput":857},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytesInOutput":1988},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytesInOutput":614},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytesInOutput":713},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytesInOutput":628},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytesInOutput":797},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytesInOutput":614},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytesInOutput":549},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytesInOutput":896},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytesInOutput":1201},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytesInOutput":850},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytesInOutput":1192},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js":{"bytesInOutput":697},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js":{"bytesInOutput":1122},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js":{"bytesInOutput":471},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytesInOutput":3025},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytesInOutput":8672},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytesInOutput":5030},"node_modules/postcss/lib/postcss.mjs":{"bytesInOutput":1142},"node_modules/postcss-scss/lib/scss-syntax.mjs":{"bytesInOutput":373},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js":{"bytesInOutput":726},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js":{"bytesInOutput":0},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js":{"bytesInOutput":0},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js":{"bytesInOutput":176}},"bytes":805829}}}
1
+ {"inputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytes":13871,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytes":3161,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytes":5255,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytes":5940,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js":{"bytes":1290,"imports":[]},"node_modules/@angular/compiler/fesm2015/compiler.mjs":{"bytes":928760,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytes":19325,"imports":[{"path":"node_modules/@angular/compiler/fesm2015/compiler.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytes":3202,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytes":3037,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytes":4068,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js":{"bytes":13581,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js":{"bytes":3966,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytes":5784,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytes":2980,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytes":4056,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytes":4025,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytes":7574,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytes":3156,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytes":3769,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytes":3239,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytes":3838,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytes":3156,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytes":2971,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytes":4437,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytes":5476,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytes":4057,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytes":5089,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js":{"bytes":3470,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js":{"bytes":4996,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js":{"bytes":3547,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js":{"bytes":2931,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytes":18744,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js","kind":"import-statement"}]},"node_modules/picocolors/picocolors.js":{"bytes":2594,"imports":[]},"node_modules/postcss/lib/tokenize.js":{"bytes":6536,"imports":[]},"node_modules/postcss/lib/terminal-highlight.js":{"bytes":1399,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"}]},"node_modules/postcss/lib/css-syntax-error.js":{"bytes":2524,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"}]},"node_modules/postcss/lib/symbols.js":{"bytes":91,"imports":[]},"node_modules/postcss/lib/stringifier.js":{"bytes":8220,"imports":[]},"node_modules/postcss/lib/stringify.js":{"bytes":213,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss/lib/node.js":{"bytes":8485,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"}]},"node_modules/postcss/lib/declaration.js":{"bytes":495,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/source-map-js/lib/base64.js":{"bytes":1540,"imports":[]},"node_modules/source-map-js/lib/base64-vlq.js":{"bytes":4714,"imports":[{"path":"node_modules/source-map-js/lib/base64.js","kind":"require-call"}]},"node_modules/source-map-js/lib/util.js":{"bytes":15403,"imports":[]},"node_modules/source-map-js/lib/array-set.js":{"bytes":3197,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/mapping-list.js":{"bytes":2339,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-map-generator.js":{"bytes":14356,"imports":[{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/mapping-list.js","kind":"require-call"}]},"node_modules/source-map-js/lib/binary-search.js":{"bytes":4249,"imports":[]},"node_modules/source-map-js/lib/quick-sort.js":{"bytes":4068,"imports":[]},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytes":41482,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/binary-search.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/quick-sort.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-node.js":{"bytes":13808,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/source-map.js":{"bytes":405,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-map-consumer.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-node.js","kind":"require-call"}]},"node_modules/nanoid/non-secure/index.cjs":{"bytes":499,"imports":[]},"node_modules/postcss/lib/previous-map.js":{"bytes":3923,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"}]},"node_modules/postcss/lib/input.js":{"bytes":6189,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/nanoid/non-secure/index.cjs","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"}]},"node_modules/postcss/lib/map-generator.js":{"bytes":8958,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/comment.js":{"bytes":203,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/container.js":{"bytes":10497,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/document.js":{"bytes":654,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/warn-once.js":{"bytes":256,"imports":[]},"node_modules/postcss/lib/warning.js":{"bytes":739,"imports":[]},"node_modules/postcss/lib/result.js":{"bytes":745,"imports":[{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"}]},"node_modules/postcss/lib/at-rule.js":{"bytes":471,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/root.js":{"bytes":1239,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1227,"imports":[]},"node_modules/postcss/lib/rule.js":{"bytes":569,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"}]},"node_modules/postcss/lib/parser.js":{"bytes":14482,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/parse.js":{"bytes":1147,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/lazy-result.js":{"bytes":13562,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/no-work-result.js":{"bytes":2551,"imports":[{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"}]},"node_modules/postcss/lib/processor.js":{"bytes":1810,"imports":[{"path":"node_modules/postcss/lib/no-work-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/fromJSON.js":{"bytes":1506,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.js":{"bytes":2898,"imports":[{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/processor.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/fromJSON.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.mjs":{"bytes":980,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"import-statement"}]},"node_modules/postcss-scss/lib/scss-stringifier.js":{"bytes":1336,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-stringify.js":{"bytes":176,"imports":[{"path":"node_modules/postcss-scss/lib/scss-stringifier.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/nested-declaration.js":{"bytes":260,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytes":8394,"imports":[]},"node_modules/postcss-scss/lib/scss-parser.js":{"bytes":5368,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/nested-declaration.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-tokenize.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-parse.js":{"bytes":245,"imports":[{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-parser.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytes":119,"imports":[{"path":"node_modules/postcss-scss/lib/scss-stringify.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-parse.js","kind":"require-call"}]},"node_modules/postcss-scss/lib/scss-syntax.mjs":{"bytes":134,"imports":[{"path":"node_modules/postcss-scss/lib/scss-syntax.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytes":38156,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"},{"path":"node_modules/postcss-scss/lib/scss-syntax.mjs","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js":{"bytes":6319,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js":{"bytes":2219,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js":{"bytes":1181,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js":{"bytes":4318,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytes":41086,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs":{"bytes":15696,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js","kind":"import-statement"}]}},"outputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index_bundled.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":1873709},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index_bundled.js":{"imports":[],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs","inputs":{"node_modules/picocolors/picocolors.js":{"bytesInOutput":2903},"node_modules/postcss/lib/tokenize.js":{"bytesInOutput":7306},"node_modules/postcss/lib/terminal-highlight.js":{"bytesInOutput":1741},"node_modules/postcss/lib/css-syntax-error.js":{"bytesInOutput":2986},"node_modules/postcss/lib/symbols.js":{"bytesInOutput":209},"node_modules/postcss/lib/stringifier.js":{"bytesInOutput":9577},"node_modules/postcss/lib/stringify.js":{"bytesInOutput":357},"node_modules/postcss/lib/node.js":{"bytesInOutput":9791},"node_modules/postcss/lib/declaration.js":{"bytesInOutput":693},"node_modules/source-map-js/lib/base64.js":{"bytesInOutput":1138},"node_modules/source-map-js/lib/base64-vlq.js":{"bytesInOutput":1707},"node_modules/source-map-js/lib/util.js":{"bytesInOutput":11209},"node_modules/source-map-js/lib/array-set.js":{"bytesInOutput":2296},"node_modules/source-map-js/lib/mapping-list.js":{"bytesInOutput":1380},"node_modules/source-map-js/lib/source-map-generator.js":{"bytesInOutput":10869},"node_modules/source-map-js/lib/binary-search.js":{"bytesInOutput":1525},"node_modules/source-map-js/lib/quick-sort.js":{"bytesInOutput":1534},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytesInOutput":25581},"node_modules/source-map-js/lib/source-node.js":{"bytesInOutput":9707},"node_modules/source-map-js/source-map.js":{"bytesInOutput":326},"node_modules/nanoid/non-secure/index.cjs":{"bytesInOutput":698},"node_modules/postcss/lib/previous-map.js":{"bytesInOutput":4377},"node_modules/postcss/lib/input.js":{"bytesInOutput":6889},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10374},"node_modules/postcss/lib/comment.js":{"bytesInOutput":360},"node_modules/postcss/lib/container.js":{"bytesInOutput":12353},"node_modules/postcss/lib/document.js":{"bytesInOutput":803},"node_modules/postcss/lib/warn-once.js":{"bytesInOutput":379},"node_modules/postcss/lib/warning.js":{"bytesInOutput":991},"node_modules/postcss/lib/result.js":{"bytesInOutput":995},"node_modules/postcss/lib/at-rule.js":{"bytesInOutput":688},"node_modules/postcss/lib/root.js":{"bytesInOutput":1576},"node_modules/postcss/lib/list.js":{"bytesInOutput":1602},"node_modules/postcss/lib/rule.js":{"bytesInOutput":779},"node_modules/postcss/lib/parser.js":{"bytesInOutput":16473},"node_modules/postcss/lib/parse.js":{"bytesInOutput":1233},"node_modules/postcss/lib/lazy-result.js":{"bytesInOutput":15590},"node_modules/postcss/lib/no-work-result.js":{"bytesInOutput":3083},"node_modules/postcss/lib/processor.js":{"bytesInOutput":2049},"node_modules/postcss/lib/fromJSON.js":{"bytesInOutput":1962},"node_modules/postcss/lib/postcss.js":{"bytesInOutput":3176},"node_modules/postcss-scss/lib/scss-stringifier.js":{"bytesInOutput":1657},"node_modules/postcss-scss/lib/scss-stringify.js":{"bytesInOutput":318},"node_modules/postcss-scss/lib/nested-declaration.js":{"bytesInOutput":461},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytesInOutput":9139},"node_modules/postcss-scss/lib/scss-parser.js":{"bytesInOutput":6265},"node_modules/postcss-scss/lib/scss-parse.js":{"bytesInOutput":399},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytesInOutput":266},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/index.mjs":{"bytesInOutput":3611},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytesInOutput":1811},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytesInOutput":615},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytesInOutput":1212},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytesInOutput":1401},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migrator.js":{"bytesInOutput":34},"node_modules/@angular/compiler/fesm2015/compiler.mjs":{"bytesInOutput":536095},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytesInOutput":2657},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytesInOutput":412},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytesInOutput":571},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytesInOutput":857},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-template.js":{"bytesInOutput":2347},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/dialog/dialog-styles.js":{"bytesInOutput":841},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytesInOutput":1445},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytesInOutput":554},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytesInOutput":853},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytesInOutput":857},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytesInOutput":1988},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytesInOutput":614},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytesInOutput":713},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytesInOutput":628},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytesInOutput":797},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytesInOutput":614},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytesInOutput":549},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytesInOutput":896},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytesInOutput":1201},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytesInOutput":850},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytesInOutput":1192},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/optgroup/optgroup-styles.js":{"bytesInOutput":697},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/option/option-styles.js":{"bytesInOutput":1122},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-template.js":{"bytesInOutput":471},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-template.js":{"bytesInOutput":348},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytesInOutput":3069},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytesInOutput":8672},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytesInOutput":7199},"node_modules/postcss/lib/postcss.mjs":{"bytesInOutput":1142},"node_modules/postcss-scss/lib/scss-syntax.mjs":{"bytesInOutput":373},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/template-migration.js":{"bytesInOutput":726},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/typescript/import-operations.js":{"bytesInOutput":0},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/index.js":{"bytesInOutput":0},"bazel-out/k8-fastbuild/bin/src/material/schematics/migration-utilities/update.js":{"bytesInOutput":176}},"bytes":808514}}}