@angular/material 15.0.0-next.1 → 15.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/bottom-sheet/index.d.ts +2 -0
  2. package/core/_core.scss +6 -2
  3. package/core/theming/_theming.scss +19 -1
  4. package/datepicker/_datepicker-legacy-compat.scss +85 -0
  5. package/datepicker/_datepicker-theme.scss +8 -2
  6. package/datepicker/index.d.ts +21 -11
  7. package/dialog/index.d.ts +2 -0
  8. package/esm2020/bottom-sheet/bottom-sheet-config.mjs +3 -1
  9. package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
  10. package/esm2020/core/version.mjs +1 -1
  11. package/esm2020/datepicker/calendar.mjs +43 -20
  12. package/esm2020/datepicker/date-range-input.mjs +10 -10
  13. package/esm2020/datepicker/datepicker-actions.mjs +2 -2
  14. package/esm2020/datepicker/datepicker-base.mjs +3 -3
  15. package/esm2020/datepicker/datepicker-input.mjs +9 -9
  16. package/esm2020/datepicker/datepicker-module.mjs +5 -5
  17. package/esm2020/datepicker/datepicker-toggle.mjs +5 -5
  18. package/esm2020/dialog/dialog-config.mjs +3 -1
  19. package/esm2020/form-field/testing/error-harness.mjs +31 -0
  20. package/esm2020/form-field/testing/form-field-harness.mjs +9 -4
  21. package/esm2020/form-field/testing/public-api.mjs +2 -1
  22. package/esm2020/legacy-autocomplete/autocomplete.mjs +5 -5
  23. package/esm2020/legacy-autocomplete/testing/autocomplete-harness.mjs +1 -1
  24. package/esm2020/legacy-button/button.mjs +4 -4
  25. package/esm2020/legacy-core/option/index.mjs +8 -8
  26. package/esm2020/legacy-core/public-api.mjs +26 -26
  27. package/esm2020/legacy-core/testing/optgroup-harness-filters.mjs +1 -1
  28. package/esm2020/legacy-core/testing/optgroup-harness.mjs +1 -1
  29. package/esm2020/legacy-core/testing/option-harness-filters.mjs +1 -1
  30. package/esm2020/legacy-core/testing/option-harness.mjs +1 -1
  31. package/esm2020/legacy-form-field/form-field.mjs +3 -3
  32. package/esm2020/legacy-form-field/testing/error-harness.mjs +26 -0
  33. package/esm2020/legacy-form-field/testing/form-field-harness.mjs +3 -1
  34. package/esm2020/legacy-form-field/testing/public-api.mjs +2 -1
  35. package/esm2020/legacy-select/select.mjs +9 -9
  36. package/esm2020/legacy-select/testing/select-harness.mjs +1 -1
  37. package/esm2020/select/select.mjs +2 -1
  38. package/esm2020/stepper/stepper.mjs +3 -3
  39. package/esm2020/tooltip/tooltip.mjs +16 -10
  40. package/fesm2015/bottom-sheet.mjs +4 -2
  41. package/fesm2015/bottom-sheet.mjs.map +1 -1
  42. package/fesm2015/core.mjs +1 -1
  43. package/fesm2015/core.mjs.map +1 -1
  44. package/fesm2015/datepicker.mjs +66 -43
  45. package/fesm2015/datepicker.mjs.map +1 -1
  46. package/fesm2015/dialog.mjs +2 -0
  47. package/fesm2015/dialog.mjs.map +1 -1
  48. package/fesm2015/form-field/testing.mjs +36 -5
  49. package/fesm2015/form-field/testing.mjs.map +1 -1
  50. package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
  51. package/fesm2015/legacy-autocomplete.mjs +4 -4
  52. package/fesm2015/legacy-autocomplete.mjs.map +1 -1
  53. package/fesm2015/legacy-button.mjs +4 -4
  54. package/fesm2015/legacy-button.mjs.map +1 -1
  55. package/fesm2015/legacy-core/testing.mjs.map +1 -1
  56. package/fesm2015/legacy-core.mjs +1 -1
  57. package/fesm2015/legacy-core.mjs.map +1 -1
  58. package/fesm2015/legacy-form-field/testing.mjs +28 -2
  59. package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
  60. package/fesm2015/legacy-form-field.mjs +2 -2
  61. package/fesm2015/legacy-form-field.mjs.map +1 -1
  62. package/fesm2015/legacy-select/testing.mjs.map +1 -1
  63. package/fesm2015/legacy-select.mjs +8 -8
  64. package/fesm2015/legacy-select.mjs.map +1 -1
  65. package/fesm2015/select.mjs +1 -0
  66. package/fesm2015/select.mjs.map +1 -1
  67. package/fesm2015/stepper.mjs +2 -2
  68. package/fesm2015/stepper.mjs.map +1 -1
  69. package/fesm2015/tooltip.mjs +16 -9
  70. package/fesm2015/tooltip.mjs.map +1 -1
  71. package/fesm2020/bottom-sheet.mjs +4 -2
  72. package/fesm2020/bottom-sheet.mjs.map +1 -1
  73. package/fesm2020/core.mjs +1 -1
  74. package/fesm2020/core.mjs.map +1 -1
  75. package/fesm2020/datepicker.mjs +66 -43
  76. package/fesm2020/datepicker.mjs.map +1 -1
  77. package/fesm2020/dialog.mjs +2 -0
  78. package/fesm2020/dialog.mjs.map +1 -1
  79. package/fesm2020/form-field/testing.mjs +39 -5
  80. package/fesm2020/form-field/testing.mjs.map +1 -1
  81. package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
  82. package/fesm2020/legacy-autocomplete.mjs +4 -4
  83. package/fesm2020/legacy-autocomplete.mjs.map +1 -1
  84. package/fesm2020/legacy-button.mjs +4 -4
  85. package/fesm2020/legacy-button.mjs.map +1 -1
  86. package/fesm2020/legacy-core/testing.mjs.map +1 -1
  87. package/fesm2020/legacy-core.mjs +1 -1
  88. package/fesm2020/legacy-core.mjs.map +1 -1
  89. package/fesm2020/legacy-form-field/testing.mjs +28 -2
  90. package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
  91. package/fesm2020/legacy-form-field.mjs +2 -2
  92. package/fesm2020/legacy-form-field.mjs.map +1 -1
  93. package/fesm2020/legacy-select/testing.mjs.map +1 -1
  94. package/fesm2020/legacy-select.mjs +8 -8
  95. package/fesm2020/legacy-select.mjs.map +1 -1
  96. package/fesm2020/select.mjs +1 -0
  97. package/fesm2020/select.mjs.map +1 -1
  98. package/fesm2020/stepper.mjs +2 -2
  99. package/fesm2020/stepper.mjs.map +1 -1
  100. package/fesm2020/tooltip.mjs +15 -9
  101. package/fesm2020/tooltip.mjs.map +1 -1
  102. package/form-field/testing/index.d.ts +36 -4
  103. package/legacy-autocomplete/testing/index.d.ts +3 -3
  104. package/legacy-button/_button-theme.scss +20 -1
  105. package/legacy-core/_core.scss +6 -2
  106. package/legacy-core/index.d.ts +132 -132
  107. package/legacy-core/testing/index.d.ts +20 -20
  108. package/legacy-form-field/testing/index.d.ts +23 -1
  109. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  110. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  111. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  112. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  113. package/legacy-select/testing/index.d.ts +3 -3
  114. package/package.json +2 -2
  115. package/prebuilt-themes/deeppurple-amber.css +1 -1
  116. package/prebuilt-themes/indigo-pink.css +1 -1
  117. package/prebuilt-themes/pink-bluegrey.css +1 -1
  118. package/prebuilt-themes/purple-green.css +1 -1
  119. package/schematics/ng-add/index.js +1 -1
  120. package/schematics/ng-add/index.mjs +1 -1
  121. package/schematics/ng-generate/mdc-migration/index_bundled.js +151 -66
  122. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
  123. package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
  124. package/schematics/ng-update/index_bundled.js +175 -27
  125. package/schematics/ng-update/index_bundled.js.map +2 -2
  126. package/schematics/ng-update/ng_update_index_metadata.json +1 -1
  127. package/tooltip/index.d.ts +4 -4
@@ -1 +1 @@
1
- {"inputs":{"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":8786,"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":10228,"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":1209,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1167,"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"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytes":20584,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytes":2542,"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":4575,"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":5377,"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":915024,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytes":13728,"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":3154,"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":2446,"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":3502,"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":3389,"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":4825,"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":2414,"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":3497,"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":3462,"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":5877,"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":2537,"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":3122,"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":2673,"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/ts-migration/import-replacements.js":{"bytes":9401,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.js":{"bytes":3575,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/import-replacements.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytes":3016,"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":2537,"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":2398,"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":3551,"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":4910,"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":3498,"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":4509,"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/index.js":{"bytes":16622,"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/ts-migration/runtime-migrator.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"}]},"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":10698,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"},{"path":"node_modules/postcss-scss/lib/scss-syntax.mjs","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":3944,"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":24871,"imports":[{"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":11503,"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":1829991},"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":4390},"node_modules/postcss/lib/input.js":{"bytesInOutput":6889},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10176},"node_modules/postcss/lib/comment.js":{"bytesInOutput":360},"node_modules/postcss/lib/container.js":{"bytesInOutput":12036},"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":1540},"node_modules/postcss/lib/list.js":{"bytesInOutput":1532},"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":2520},"node_modules/postcss/lib/postcss.mjs":{"bytesInOutput":1138},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytesInOutput":2752},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytesInOutput":442},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytesInOutput":1025},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytesInOutput":1252},"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":529921},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytesInOutput":1627},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytesInOutput":403},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytesInOutput":410},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytesInOutput":705},"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":686},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytesInOutput":1176},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytesInOutput":402},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytesInOutput":704},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytesInOutput":708},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytesInOutput":1486},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytesInOutput":441},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytesInOutput":528},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytesInOutput":476},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.js":{"bytesInOutput":555},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/import-replacements.js":{"bytesInOutput":2524},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytesInOutput":573},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytesInOutput":441},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytesInOutput":394},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytesInOutput":648},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytesInOutput":1049},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytesInOutput":701},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytesInOutput":1034},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytesInOutput":2591},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytesInOutput":4955},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytesInOutput":2119},"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":655},"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":787528}}}
1
+ {"inputs":{"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":8786,"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":10228,"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":1209,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1167,"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"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytes":20584,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytes":2542,"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":4575,"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":5377,"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":915024,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytes":13728,"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":3154,"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":2446,"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":3502,"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":3389,"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":4825,"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":2414,"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":3497,"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":3462,"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":5877,"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":2537,"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":3122,"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":2673,"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/ts-migration/import-replacements.js":{"bytes":9136,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.js":{"bytes":12071,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/import-replacements.js","kind":"import-statement"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytes":3016,"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":2537,"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":2398,"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":3551,"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":4910,"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":3498,"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":4509,"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/index.js":{"bytes":16622,"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/ts-migration/runtime-migrator.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"}]},"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":10698,"imports":[{"path":"node_modules/postcss/lib/postcss.mjs","kind":"import-statement"},{"path":"node_modules/postcss-scss/lib/scss-syntax.mjs","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":3944,"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":29308,"imports":[{"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":11503,"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":1835360},"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":4390},"node_modules/postcss/lib/input.js":{"bytesInOutput":6889},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10176},"node_modules/postcss/lib/comment.js":{"bytesInOutput":360},"node_modules/postcss/lib/container.js":{"bytesInOutput":12036},"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":1540},"node_modules/postcss/lib/list.js":{"bytesInOutput":1532},"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":2520},"node_modules/postcss/lib/postcss.mjs":{"bytesInOutput":1138},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/style-migrator.js":{"bytesInOutput":2752},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/autocomplete/autocomplete-styles.js":{"bytesInOutput":442},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/button/button-styles.js":{"bytesInOutput":1025},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-styles.js":{"bytesInOutput":1252},"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":529921},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/tree-traversal.js":{"bytesInOutput":1627},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/card/card-template.js":{"bytesInOutput":403},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/checkbox/checkbox-styles.js":{"bytesInOutput":410},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/chips/chips-styles.js":{"bytesInOutput":705},"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":686},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/form-field/form-field-styles.js":{"bytesInOutput":1176},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/input/input-styles.js":{"bytesInOutput":402},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/list/list-styles.js":{"bytesInOutput":704},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/menu/menu-styles.js":{"bytesInOutput":708},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/paginator/paginator-styles.js":{"bytesInOutput":1486},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-bar/progress-bar-styles.js":{"bytesInOutput":441},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/progress-spinner/progress-spinner-styles.js":{"bytesInOutput":528},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/radio/radio-styles.js":{"bytesInOutput":476},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migrator.js":{"bytesInOutput":2137},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/import-replacements.js":{"bytesInOutput":2411},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/select/select-styles.js":{"bytesInOutput":573},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slide-toggle/slide-toggle-styles.js":{"bytesInOutput":441},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/slider/slider-styles.js":{"bytesInOutput":394},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/snack-bar/snack-bar-styles.js":{"bytesInOutput":648},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/table/table-styles.js":{"bytesInOutput":1049},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tabs/tabs-styles.js":{"bytesInOutput":701},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/components/tooltip/tooltip-styles.js":{"bytesInOutput":1034},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/index.js":{"bytesInOutput":2591},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/ts-migration/runtime-migration.js":{"bytesInOutput":6109},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-generate/mdc-migration/rules/theming-styles.js":{"bytesInOutput":2119},"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":655},"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":790151}}}
@@ -9102,7 +9102,7 @@ var require_constants = __commonJS({
9102
9102
  "bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js"(exports) {
9103
9103
  "use strict";
9104
9104
  Object.defineProperty(exports, "__esModule", { value: true });
9105
- exports.MIXINS = exports.CUSTOM_TS_SYMBOL_RENAMINGS = exports.MDC_IMPORT_CHANGES = exports.MAT_IMPORT_CHANGES = exports.COMPONENTS = void 0;
9105
+ exports.MIGRATED_CORE_SYMBOLS = exports.CUSTOM_SASS_FUNCTION_RENAMINGS = exports.CUSTOM_SASS_MIXIN_RENAMINGS = exports.COMPONENT_THEME_MIXINS = exports.CUSTOM_TS_SYMBOL_RENAMINGS = exports.MDC_IMPORT_CHANGES = exports.MAT_IMPORT_CHANGES = exports.COMPONENTS = void 0;
9106
9106
  exports.COMPONENTS = [
9107
9107
  "autocomplete",
9108
9108
  "button",
@@ -9127,32 +9127,94 @@ var require_constants = __commonJS({
9127
9127
  "tabs",
9128
9128
  "tooltip"
9129
9129
  ];
9130
- exports.MAT_IMPORT_CHANGES = exports.COMPONENTS.map((component) => ({
9131
- old: `@angular/material/${component}`,
9132
- new: `@angular/material/legacy-${component}`
9133
- }));
9134
- exports.MDC_IMPORT_CHANGES = exports.COMPONENTS.map((component) => ({
9135
- old: `@angular/material-experimental/mdc-${component}`,
9136
- new: `@angular/material/${component}`
9137
- }));
9130
+ exports.MAT_IMPORT_CHANGES = exports.COMPONENTS.flatMap((component) => [
9131
+ {
9132
+ old: `@angular/material/${component}`,
9133
+ new: `@angular/material/legacy-${component}`
9134
+ },
9135
+ {
9136
+ old: `@angular/material/${component}/testing`,
9137
+ new: `@angular/material/legacy-${component}/testing`
9138
+ }
9139
+ ]);
9140
+ exports.MDC_IMPORT_CHANGES = exports.COMPONENTS.flatMap((component) => [
9141
+ {
9142
+ old: `@angular/material-experimental/mdc-${component}`,
9143
+ new: `@angular/material/${component}`
9144
+ },
9145
+ {
9146
+ old: `@angular/material-experimental/mdc-${component}/testing`,
9147
+ new: `@angular/material/${component}/testing`
9148
+ }
9149
+ ]);
9138
9150
  exports.CUSTOM_TS_SYMBOL_RENAMINGS = [
9139
- { old: "ProgressAnimationEnd", new: "LegacyProgressAnimationEnd" },
9140
- { old: "ProgressBarMode", new: "LegacyProgressBarMode" },
9141
- { old: "ProgressSpinnerMode", new: "LegacyProgressSpinnerMode" },
9151
+ { old: "getMatAutocompleteMissingPanelError", new: "getMatLegacyAutocompleteMissingPanelError" },
9152
+ { old: "TransitionCheckState", new: "LegacyTransitionCheckState" },
9153
+ { old: "MatTestDialogOpener", new: "MatTestLegacyDialogOpener" },
9142
9154
  { old: "AutoFocusTarget", new: "LegacyAutoFocusTarget" },
9143
9155
  { old: "DialogRole", new: "LegacyDialogRole" },
9144
9156
  { old: "DialogPosition", new: "LegacyDialogPosition" },
9145
9157
  { old: "_closeDialogVia", new: "_closeLegacyDialogVia" },
9146
- { old: "MatTestDialogOpener", new: "MatTestLegacyDialogOpener" },
9158
+ { old: "FormFieldControlHarness", new: "LegacyFormFieldControlHarness" },
9159
+ { old: "LegacyFloatLabelType", new: "LegacyFloatLabelType" },
9160
+ { old: "getMatFormFieldDuplicatedHintError", new: "getMatLegacyFormFieldDuplicatedHintError" },
9161
+ { old: "getMatFormFieldMissingControlError", new: "getMatLegacyFormFieldMissingControlError" },
9162
+ {
9163
+ old: "getMatFormFieldPlaceholderConflictError",
9164
+ new: "getMatLegacyFormFieldPlaceholderConflictError"
9165
+ },
9166
+ { old: "getMatInputUnsupportedTypeError", new: "getMatLegacyInputUnsupportedTypeError" },
9167
+ { old: "fadeInItems", new: "fadeInLegacyItems" },
9168
+ { old: "MenuPositionX", new: "LegacyMenuPositionX" },
9169
+ { old: "MenuPositionY", new: "LegacyMenuPositionY" },
9170
+ { old: "transformMenu", new: "transformLegacyMenu" },
9171
+ { old: "PageEvent", new: "LegacyPageEvent" },
9172
+ { old: "ProgressAnimationEnd", new: "LegacyProgressAnimationEnd" },
9173
+ { old: "ProgressBarMode", new: "LegacyProgressBarMode" },
9174
+ { old: "ProgressSpinnerMode", new: "LegacyProgressSpinnerMode" },
9147
9175
  { old: "SimpleSnackBar", new: "LegacySimpleSnackBar" },
9148
- { old: "TextOnlySnackBar", new: "LegacyTextOnlySnackBar" }
9176
+ { old: "TextOnlySnackBar", new: "LegacyTextOnlySnackBar" },
9177
+ { old: "ScrollDirection", new: "LegacyScrollDirection" },
9178
+ { old: "TooltipComponent", new: "LegacyTooltipComponent" },
9179
+ { old: "getMatTooltipInvalidPositionError", new: "getMatLegacyTooltipInvalidPositionError" },
9180
+ { old: "TooltipPosition", new: "LegacyTooltipPosition" },
9181
+ { old: "TooltipTouchGestures", new: "LegacyTooltipTouchGestures" },
9182
+ { old: "TooltipVisibility", new: "LegacyTooltipVisibility" },
9183
+ { old: "SCROLL_THROTTLE_MS", new: "LEGACY_SCROLL_THROTTLE_MS" }
9149
9184
  ];
9150
- exports.MIXINS = exports.COMPONENTS.concat(["option", "optgroup"]).flatMap((component) => [
9185
+ exports.COMPONENT_THEME_MIXINS = exports.COMPONENTS.concat(["option", "optgroup"]).flatMap((component) => [
9151
9186
  `${component}-theme`,
9152
9187
  `${component}-color`,
9153
9188
  `${component}-density`,
9154
9189
  `${component}-typography`
9155
9190
  ]);
9191
+ exports.CUSTOM_SASS_MIXIN_RENAMINGS = {
9192
+ "all-component-themes": "all-legacy-component-themes",
9193
+ "all-component-colors": "all-legacy-component-colors",
9194
+ "all-component-typographies": "all-legacy-component-typographies",
9195
+ "private-all-component-densities": "private-all-legacy-component-densities",
9196
+ "core": "legacy-core"
9197
+ };
9198
+ exports.CUSTOM_SASS_FUNCTION_RENAMINGS = {
9199
+ "define-typography-config": "define-legacy-typography-config"
9200
+ };
9201
+ exports.MIGRATED_CORE_SYMBOLS = {
9202
+ "MAT_OPTGROUP": "MAT_LEGACY_OPTGROUP",
9203
+ "MatOptionSelectionChange": "MatLegacyOptionSelectionChange",
9204
+ "MatOptionParentComponent": "MatLegacyOptionParentComponent",
9205
+ "MAT_OPTION_PARENT_COMPONENT": "MAT_LEGACY_OPTION_PARENT_COMPONENT",
9206
+ "_countGroupLabelsBeforeOption": "_countGroupLabelsBeforeLegacyOption",
9207
+ "_getOptionScrollPosition": "_getLegacyOptionScrollPosition",
9208
+ "_MatOptionBase": "_MatLegacyOptionBase",
9209
+ "_MatOptgroupBase": "_MatLegacyOptgroupBase",
9210
+ "MatOptionModule": "MatLegacyOptionModule",
9211
+ "MatOption": "MatLegacyOption",
9212
+ "MatOptgroup": "MatLegacyOptgroup",
9213
+ "MatOptionHarness": "MatLegacyOptionHarness",
9214
+ "OptionHarnessFilters": "LegacyOptionHarnessFilters",
9215
+ "MatOptgroupHarness": "MatLegacyOptgroupHarness",
9216
+ "OptgroupHarnessFilters": "LegacyOptgroupHarnessFilters"
9217
+ };
9156
9218
  }
9157
9219
  });
9158
9220
 
@@ -9183,7 +9245,8 @@ var require_legacy_components_v15 = __commonJS({
9183
9245
  namespace = namespace != null ? namespace : this._parseSassNamespace(node);
9184
9246
  },
9185
9247
  include: (node) => this._handleAtInclude(node, stylesheet.filePath, namespace)
9186
- }
9248
+ },
9249
+ RootExit: (root) => this._handleRootNode(root, stylesheet.filePath, namespace)
9187
9250
  }
9188
9251
  ]);
9189
9252
  processor.process(stylesheet.content, { syntax: scss }).sync();
@@ -9199,10 +9262,11 @@ var require_legacy_components_v15 = __commonJS({
9199
9262
  if (!namespace || !((_a = node.source) == null ? void 0 : _a.start)) {
9200
9263
  return;
9201
9264
  }
9202
- if (node.params.startsWith(`${namespace}.all-component-`)) {
9265
+ const mixinName = node.params.split(/[.(;]/)[1];
9266
+ if (constants_1.CUSTOM_SASS_MIXIN_RENAMINGS[mixinName]) {
9203
9267
  this._replaceAt(filePath, node.source.start.offset, {
9204
- old: `${namespace}.all-`,
9205
- new: `${namespace}.all-legacy-`
9268
+ old: `${namespace}.${mixinName}`,
9269
+ new: `${namespace}.${constants_1.CUSTOM_SASS_MIXIN_RENAMINGS[mixinName]}`
9206
9270
  });
9207
9271
  } else if (this._isLegacyMixin(node, namespace)) {
9208
9272
  this._replaceAt(filePath, node.source.start.offset, {
@@ -9211,12 +9275,31 @@ var require_legacy_components_v15 = __commonJS({
9211
9275
  });
9212
9276
  }
9213
9277
  }
9278
+ _handleRootNode(root, file, namespace) {
9279
+ if (!namespace) {
9280
+ return;
9281
+ }
9282
+ root.walk((node) => {
9283
+ var _a;
9284
+ if (((_a = node.source) == null ? void 0 : _a.start) != null && node.type !== "comment") {
9285
+ const srcString = node.toString();
9286
+ for (const old in constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS) {
9287
+ if (srcString.includes(`${namespace}.${old}`)) {
9288
+ this._replaceAt(file, node.source.start.offset, {
9289
+ old: `${namespace}.${old}`,
9290
+ new: `${namespace}.${constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS[old]}`
9291
+ });
9292
+ }
9293
+ }
9294
+ }
9295
+ });
9296
+ }
9214
9297
  _isLegacyMixin(node, namespace) {
9215
9298
  if (!node.params.startsWith(`${namespace}.`)) {
9216
9299
  return false;
9217
9300
  }
9218
- for (let i = 0; i < constants_1.MIXINS.length; i++) {
9219
- if (node.params.startsWith(`${namespace}.${constants_1.MIXINS[i]}`)) {
9301
+ for (let i = 0; i < constants_1.COMPONENT_THEME_MIXINS.length; i++) {
9302
+ if (node.params.startsWith(`${namespace}.${constants_1.COMPONENT_THEME_MIXINS[i]}`)) {
9220
9303
  return true;
9221
9304
  }
9222
9305
  }
@@ -9240,17 +9323,74 @@ var require_legacy_components_v15 = __commonJS({
9240
9323
  var _a;
9241
9324
  const moduleSpecifier = node.moduleSpecifier;
9242
9325
  const matImportChange = this._findMatImportChange(moduleSpecifier);
9243
- if (matImportChange) {
9326
+ const mdcImportChange = this._findMdcImportChange(moduleSpecifier);
9327
+ if (this._isCoreImport(moduleSpecifier.text)) {
9328
+ this._handleCoreImportDeclaration(node);
9329
+ } else if (matImportChange) {
9244
9330
  this._tsReplaceAt(node, matImportChange);
9245
9331
  if (((_a = node.importClause) == null ? void 0 : _a.namedBindings) && ts.isNamedImports(node.importClause.namedBindings)) {
9246
9332
  this._handleNamedImportBindings(node.importClause.namedBindings);
9247
9333
  }
9248
- }
9249
- const mdcImportChange = this._findMdcImportChange(moduleSpecifier);
9250
- if (mdcImportChange) {
9334
+ } else if (mdcImportChange) {
9251
9335
  this._tsReplaceAt(node, mdcImportChange);
9252
9336
  }
9253
9337
  }
9338
+ _isCoreImport(importPath) {
9339
+ return ["@angular/material/core", "@angular/material/core/testing"].includes(importPath);
9340
+ }
9341
+ _handleCoreImportDeclaration(node) {
9342
+ var _a;
9343
+ const moduleSpecifier = node.moduleSpecifier;
9344
+ if (((_a = node.importClause) == null ? void 0 : _a.namedBindings) && ts.isNamedImports(node.importClause.namedBindings)) {
9345
+ this._splitCoreImport(node, node.importClause.namedBindings);
9346
+ } else {
9347
+ this._tsReplaceAt(node, {
9348
+ old: moduleSpecifier.text,
9349
+ new: moduleSpecifier.text.replace("@angular/material/core", "@angular/material/legacy-core")
9350
+ });
9351
+ }
9352
+ }
9353
+ _splitCoreImport(node, namedBindings) {
9354
+ const migratedSymbols = [];
9355
+ const unmigratedSymbols = [];
9356
+ for (const element of namedBindings.elements) {
9357
+ if (this._isMigratedCoreSymbol(element)) {
9358
+ migratedSymbols.push(element);
9359
+ } else {
9360
+ unmigratedSymbols.push(element);
9361
+ }
9362
+ }
9363
+ const unmigratedImportDeclaration = unmigratedSymbols.length ? [this._stripImports(node.getText(), migratedSymbols)] : [];
9364
+ const migratedImportDeclaration = migratedSymbols.length ? [
9365
+ this._updateImportedCoreSymbols(this._stripImports(node.getText(), unmigratedSymbols).replace("@angular/material/core", "@angular/material/legacy-core"), migratedSymbols)
9366
+ ] : [];
9367
+ this._tsReplaceAt(node, {
9368
+ old: node.getText(),
9369
+ new: [...unmigratedImportDeclaration, ...migratedImportDeclaration].join("\n")
9370
+ });
9371
+ }
9372
+ _isMigratedCoreSymbol(node) {
9373
+ const name = node.propertyName ? node.propertyName : node.name;
9374
+ if (!ts.isIdentifier(name)) {
9375
+ return false;
9376
+ }
9377
+ return !!constants_1.MIGRATED_CORE_SYMBOLS[name.escapedText.toString()];
9378
+ }
9379
+ _stripImports(importString, remove) {
9380
+ for (const symbol of remove) {
9381
+ importString = importString.replace(new RegExp(`,\\s*${symbol.getText()}`), "").replace(new RegExp(`${symbol.getText()},\\s*`), "").replace(symbol.getText(), "");
9382
+ }
9383
+ return importString;
9384
+ }
9385
+ _updateImportedCoreSymbols(importString, rename) {
9386
+ return rename.reduce((result, symbol) => {
9387
+ const oldName = symbol.propertyName ? symbol.propertyName.getText() : symbol.name.getText();
9388
+ const newName = constants_1.MIGRATED_CORE_SYMBOLS[oldName];
9389
+ const aliasedName = symbol.propertyName ? symbol.name.getText() : oldName;
9390
+ const separator = ts.isImportSpecifier(symbol) ? " as " : ": ";
9391
+ return result.replace(symbol.getText(), `${newName}${separator}${aliasedName}`);
9392
+ }, importString);
9393
+ }
9254
9394
  _handleImportExpression(node) {
9255
9395
  const moduleSpecifier = node.arguments[0];
9256
9396
  const matImportChange = this._findMatImportChange(moduleSpecifier);
@@ -9264,8 +9404,13 @@ var require_legacy_components_v15 = __commonJS({
9264
9404
  }
9265
9405
  }
9266
9406
  _handleDestructuredAsyncImport(node) {
9267
- for (let i = 0; i < node.name.elements.length; i++) {
9268
- this._handleNamedBindings(node.name.elements[i]);
9407
+ const importPath = node.initializer.expression.arguments[0].text;
9408
+ if (ts.isVariableStatement(node.parent.parent) && this._isCoreImport(importPath)) {
9409
+ this._splitCoreImport(node.parent.parent, node.name);
9410
+ } else {
9411
+ for (let i = 0; i < node.name.elements.length; i++) {
9412
+ this._handleNamedBindings(node.name.elements[i]);
9413
+ }
9269
9414
  }
9270
9415
  }
9271
9416
  _handleNamedImportBindings(node) {
@@ -9309,6 +9454,9 @@ var require_legacy_components_v15 = __commonJS({
9309
9454
  if (symbol.startsWith("_MAT_")) {
9310
9455
  return `_MAT_LEGACY_${symbol.slice("_MAT_".length)}`;
9311
9456
  }
9457
+ if (symbol.endsWith("HarnessFilters")) {
9458
+ return `Legacy${symbol}`;
9459
+ }
9312
9460
  return;
9313
9461
  }
9314
9462
  _isDestructuredAsyncLegacyImport(node) {