@angular/material 15.0.0-next.1 → 15.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bottom-sheet/index.d.ts +2 -0
- package/core/_core.scss +2 -3
- package/core/theming/_theming.scss +19 -1
- package/datepicker/_datepicker-legacy-compat.scss +85 -0
- package/datepicker/_datepicker-theme.scss +8 -2
- package/datepicker/index.d.ts +21 -11
- package/dialog/index.d.ts +2 -0
- package/esm2020/autocomplete/autocomplete.mjs +2 -1
- package/esm2020/bottom-sheet/bottom-sheet-config.mjs +3 -1
- package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
- package/esm2020/chips/chip-set.mjs +2 -1
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/datepicker/calendar.mjs +43 -20
- package/esm2020/datepicker/date-range-input.mjs +10 -10
- package/esm2020/datepicker/datepicker-actions.mjs +2 -2
- package/esm2020/datepicker/datepicker-base.mjs +3 -3
- package/esm2020/datepicker/datepicker-input.mjs +9 -9
- package/esm2020/datepicker/datepicker-module.mjs +5 -5
- package/esm2020/datepicker/datepicker-toggle.mjs +5 -5
- package/esm2020/dialog/dialog-config.mjs +3 -1
- package/esm2020/expansion/accordion.mjs +2 -1
- package/esm2020/form-field/testing/error-harness.mjs +31 -0
- package/esm2020/form-field/testing/form-field-harness.mjs +9 -4
- package/esm2020/form-field/testing/public-api.mjs +2 -1
- package/esm2020/legacy-autocomplete/autocomplete.mjs +5 -5
- package/esm2020/legacy-autocomplete/testing/autocomplete-harness.mjs +1 -1
- package/esm2020/legacy-button/button.mjs +4 -4
- package/esm2020/legacy-chips/chip-list.mjs +3 -4
- package/esm2020/legacy-core/option/index.mjs +8 -8
- package/esm2020/legacy-core/public-api.mjs +26 -26
- package/esm2020/legacy-core/testing/optgroup-harness-filters.mjs +1 -1
- package/esm2020/legacy-core/testing/optgroup-harness.mjs +1 -1
- package/esm2020/legacy-core/testing/option-harness-filters.mjs +1 -1
- package/esm2020/legacy-core/testing/option-harness.mjs +1 -1
- package/esm2020/legacy-form-field/form-field.mjs +3 -3
- package/esm2020/legacy-form-field/testing/error-harness.mjs +26 -0
- package/esm2020/legacy-form-field/testing/form-field-harness.mjs +3 -1
- package/esm2020/legacy-form-field/testing/public-api.mjs +2 -1
- package/esm2020/legacy-list/selection-list.mjs +3 -4
- package/esm2020/legacy-select/select.mjs +9 -9
- package/esm2020/legacy-select/testing/select-harness.mjs +1 -1
- package/esm2020/list/selection-list.mjs +3 -4
- package/esm2020/menu/menu.mjs +4 -6
- package/esm2020/select/select.mjs +5 -3
- package/esm2020/stepper/stepper.mjs +3 -3
- package/esm2020/tabs/paginated-tab-header.mjs +3 -2
- package/esm2020/tooltip/tooltip.mjs +16 -10
- package/fesm2015/autocomplete.mjs +2 -0
- package/fesm2015/autocomplete.mjs.map +1 -1
- package/fesm2015/bottom-sheet.mjs +4 -2
- package/fesm2015/bottom-sheet.mjs.map +1 -1
- package/fesm2015/chips.mjs +2 -0
- package/fesm2015/chips.mjs.map +1 -1
- package/fesm2015/core.mjs +1 -1
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/datepicker.mjs +66 -43
- package/fesm2015/datepicker.mjs.map +1 -1
- package/fesm2015/dialog.mjs +2 -0
- package/fesm2015/dialog.mjs.map +1 -1
- package/fesm2015/expansion.mjs +2 -0
- package/fesm2015/expansion.mjs.map +1 -1
- package/fesm2015/form-field/testing.mjs +36 -5
- package/fesm2015/form-field/testing.mjs.map +1 -1
- package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2015/legacy-autocomplete.mjs +4 -4
- package/fesm2015/legacy-autocomplete.mjs.map +1 -1
- package/fesm2015/legacy-button.mjs +4 -4
- package/fesm2015/legacy-button.mjs.map +1 -1
- package/fesm2015/legacy-chips.mjs +3 -3
- package/fesm2015/legacy-chips.mjs.map +1 -1
- package/fesm2015/legacy-core/testing.mjs.map +1 -1
- package/fesm2015/legacy-core.mjs +1 -1
- package/fesm2015/legacy-core.mjs.map +1 -1
- package/fesm2015/legacy-form-field/testing.mjs +28 -2
- package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2015/legacy-form-field.mjs +2 -2
- package/fesm2015/legacy-form-field.mjs.map +1 -1
- package/fesm2015/legacy-list.mjs +3 -3
- package/fesm2015/legacy-list.mjs.map +1 -1
- package/fesm2015/legacy-select/testing.mjs.map +1 -1
- package/fesm2015/legacy-select.mjs +8 -8
- package/fesm2015/legacy-select.mjs.map +1 -1
- package/fesm2015/list.mjs +3 -3
- package/fesm2015/list.mjs.map +1 -1
- package/fesm2015/menu.mjs +4 -5
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/select.mjs +5 -2
- package/fesm2015/select.mjs.map +1 -1
- package/fesm2015/stepper.mjs +2 -2
- package/fesm2015/stepper.mjs.map +1 -1
- package/fesm2015/tabs.mjs +3 -1
- package/fesm2015/tabs.mjs.map +1 -1
- package/fesm2015/tooltip.mjs +16 -9
- package/fesm2015/tooltip.mjs.map +1 -1
- package/fesm2020/autocomplete.mjs +1 -0
- package/fesm2020/autocomplete.mjs.map +1 -1
- package/fesm2020/bottom-sheet.mjs +4 -2
- package/fesm2020/bottom-sheet.mjs.map +1 -1
- package/fesm2020/chips.mjs +1 -0
- package/fesm2020/chips.mjs.map +1 -1
- package/fesm2020/core.mjs +1 -1
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/datepicker.mjs +66 -43
- package/fesm2020/datepicker.mjs.map +1 -1
- package/fesm2020/dialog.mjs +2 -0
- package/fesm2020/dialog.mjs.map +1 -1
- package/fesm2020/expansion.mjs +1 -0
- package/fesm2020/expansion.mjs.map +1 -1
- package/fesm2020/form-field/testing.mjs +39 -5
- package/fesm2020/form-field/testing.mjs.map +1 -1
- package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2020/legacy-autocomplete.mjs +4 -4
- package/fesm2020/legacy-autocomplete.mjs.map +1 -1
- package/fesm2020/legacy-button.mjs +4 -4
- package/fesm2020/legacy-button.mjs.map +1 -1
- package/fesm2020/legacy-chips.mjs +2 -3
- package/fesm2020/legacy-chips.mjs.map +1 -1
- package/fesm2020/legacy-core/testing.mjs.map +1 -1
- package/fesm2020/legacy-core.mjs +1 -1
- package/fesm2020/legacy-core.mjs.map +1 -1
- package/fesm2020/legacy-form-field/testing.mjs +28 -2
- package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2020/legacy-form-field.mjs +2 -2
- package/fesm2020/legacy-form-field.mjs.map +1 -1
- package/fesm2020/legacy-list.mjs +2 -3
- package/fesm2020/legacy-list.mjs.map +1 -1
- package/fesm2020/legacy-select/testing.mjs.map +1 -1
- package/fesm2020/legacy-select.mjs +8 -8
- package/fesm2020/legacy-select.mjs.map +1 -1
- package/fesm2020/list.mjs +2 -3
- package/fesm2020/list.mjs.map +1 -1
- package/fesm2020/menu.mjs +3 -5
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/select.mjs +4 -2
- package/fesm2020/select.mjs.map +1 -1
- package/fesm2020/stepper.mjs +2 -2
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/tabs.mjs +2 -1
- package/fesm2020/tabs.mjs.map +1 -1
- package/fesm2020/tooltip.mjs +15 -9
- package/fesm2020/tooltip.mjs.map +1 -1
- package/form-field/testing/index.d.ts +36 -4
- package/legacy-autocomplete/testing/index.d.ts +3 -3
- package/legacy-button/_button-theme.scss +20 -1
- package/legacy-core/_core.scss +2 -4
- package/legacy-core/index.d.ts +132 -132
- package/legacy-core/testing/index.d.ts +20 -20
- package/legacy-form-field/testing/index.d.ts +23 -1
- package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
- package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
- package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
- package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
- package/legacy-select/testing/index.d.ts +3 -3
- package/menu/index.d.ts +0 -2
- package/package.json +2 -2
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/mdc-migration/index_bundled.js +151 -66
- package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
- package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
- package/schematics/ng-update/index_bundled.js +190 -28
- package/schematics/ng-update/index_bundled.js.map +2 -2
- package/schematics/ng-update/ng_update_index_metadata.json +1 -1
- 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.
|
|
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,93 @@ var require_constants = __commonJS({
|
|
|
9127
9127
|
"tabs",
|
|
9128
9128
|
"tooltip"
|
|
9129
9129
|
];
|
|
9130
|
-
exports.MAT_IMPORT_CHANGES = exports.COMPONENTS.
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
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: "
|
|
9140
|
-
{ old: "
|
|
9141
|
-
{ old: "
|
|
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: "
|
|
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.
|
|
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
|
+
};
|
|
9197
|
+
exports.CUSTOM_SASS_FUNCTION_RENAMINGS = {
|
|
9198
|
+
"define-typography-config": "define-legacy-typography-config"
|
|
9199
|
+
};
|
|
9200
|
+
exports.MIGRATED_CORE_SYMBOLS = {
|
|
9201
|
+
"MAT_OPTGROUP": "MAT_LEGACY_OPTGROUP",
|
|
9202
|
+
"MatOptionSelectionChange": "MatLegacyOptionSelectionChange",
|
|
9203
|
+
"MatOptionParentComponent": "MatLegacyOptionParentComponent",
|
|
9204
|
+
"MAT_OPTION_PARENT_COMPONENT": "MAT_LEGACY_OPTION_PARENT_COMPONENT",
|
|
9205
|
+
"_countGroupLabelsBeforeOption": "_countGroupLabelsBeforeLegacyOption",
|
|
9206
|
+
"_getOptionScrollPosition": "_getLegacyOptionScrollPosition",
|
|
9207
|
+
"_MatOptionBase": "_MatLegacyOptionBase",
|
|
9208
|
+
"_MatOptgroupBase": "_MatLegacyOptgroupBase",
|
|
9209
|
+
"MatOptionModule": "MatLegacyOptionModule",
|
|
9210
|
+
"MatOption": "MatLegacyOption",
|
|
9211
|
+
"MatOptgroup": "MatLegacyOptgroup",
|
|
9212
|
+
"MatOptionHarness": "MatLegacyOptionHarness",
|
|
9213
|
+
"OptionHarnessFilters": "LegacyOptionHarnessFilters",
|
|
9214
|
+
"MatOptgroupHarness": "MatLegacyOptgroupHarness",
|
|
9215
|
+
"OptgroupHarnessFilters": "LegacyOptgroupHarnessFilters"
|
|
9216
|
+
};
|
|
9156
9217
|
}
|
|
9157
9218
|
});
|
|
9158
9219
|
|
|
@@ -9183,7 +9244,8 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9183
9244
|
namespace = namespace != null ? namespace : this._parseSassNamespace(node);
|
|
9184
9245
|
},
|
|
9185
9246
|
include: (node) => this._handleAtInclude(node, stylesheet.filePath, namespace)
|
|
9186
|
-
}
|
|
9247
|
+
},
|
|
9248
|
+
RootExit: (root) => this._handleRootNode(root, stylesheet.filePath, namespace)
|
|
9187
9249
|
}
|
|
9188
9250
|
]);
|
|
9189
9251
|
processor.process(stylesheet.content, { syntax: scss }).sync();
|
|
@@ -9195,14 +9257,30 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9195
9257
|
return;
|
|
9196
9258
|
}
|
|
9197
9259
|
_handleAtInclude(node, filePath, namespace) {
|
|
9198
|
-
var _a;
|
|
9260
|
+
var _a, _b;
|
|
9199
9261
|
if (!namespace || !((_a = node.source) == null ? void 0 : _a.start)) {
|
|
9200
9262
|
return;
|
|
9201
9263
|
}
|
|
9202
|
-
|
|
9264
|
+
const original = node.toString();
|
|
9265
|
+
const [atInclude, delim, mixinName, ...rest] = original.split(/([.(;])/);
|
|
9266
|
+
if (mixinName === "core") {
|
|
9267
|
+
const updatedFunctionsRest = Object.keys(constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS).reduce((s, r) => s.replace(new RegExp(r, "g"), constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS[r]), rest.join(""));
|
|
9268
|
+
const includeTypography = [atInclude, delim, mixinName, updatedFunctionsRest].join("").replace(`${namespace}.core`, `${namespace}.all-legacy-component-typographies`);
|
|
9269
|
+
const indent = ((_b = original.match(/^\s*/)) == null ? void 0 : _b[0]) || "";
|
|
9270
|
+
this._replaceAt(filePath, node.source.start.offset, {
|
|
9271
|
+
old: original,
|
|
9272
|
+
new: [
|
|
9273
|
+
`${indent}// TODO(v15): As of v15 ${namespace}.legacy-core no longer includes default typography styles.`,
|
|
9274
|
+
`${indent}// Instead an explicit typography include has been automatically added here.`,
|
|
9275
|
+
`${indent}// If you add typography styles elsewhere, you may want to remove this.`,
|
|
9276
|
+
`${includeTypography};`,
|
|
9277
|
+
`${indent}@include ${namespace}.legacy-core()`
|
|
9278
|
+
].join("\n")
|
|
9279
|
+
});
|
|
9280
|
+
} else if (constants_1.CUSTOM_SASS_MIXIN_RENAMINGS[mixinName]) {
|
|
9203
9281
|
this._replaceAt(filePath, node.source.start.offset, {
|
|
9204
|
-
old: `${namespace}
|
|
9205
|
-
new: `${namespace}.
|
|
9282
|
+
old: `${namespace}.${mixinName}`,
|
|
9283
|
+
new: `${namespace}.${constants_1.CUSTOM_SASS_MIXIN_RENAMINGS[mixinName]}`
|
|
9206
9284
|
});
|
|
9207
9285
|
} else if (this._isLegacyMixin(node, namespace)) {
|
|
9208
9286
|
this._replaceAt(filePath, node.source.start.offset, {
|
|
@@ -9211,12 +9289,31 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9211
9289
|
});
|
|
9212
9290
|
}
|
|
9213
9291
|
}
|
|
9292
|
+
_handleRootNode(root, file, namespace) {
|
|
9293
|
+
if (!namespace) {
|
|
9294
|
+
return;
|
|
9295
|
+
}
|
|
9296
|
+
root.walk((node) => {
|
|
9297
|
+
var _a;
|
|
9298
|
+
if (((_a = node.source) == null ? void 0 : _a.start) != null && node.type !== "comment") {
|
|
9299
|
+
const srcString = node.toString();
|
|
9300
|
+
for (const old in constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS) {
|
|
9301
|
+
if (srcString.includes(`${namespace}.${old}`)) {
|
|
9302
|
+
this._replaceAt(file, node.source.start.offset, {
|
|
9303
|
+
old: `${namespace}.${old}`,
|
|
9304
|
+
new: `${namespace}.${constants_1.CUSTOM_SASS_FUNCTION_RENAMINGS[old]}`
|
|
9305
|
+
});
|
|
9306
|
+
}
|
|
9307
|
+
}
|
|
9308
|
+
}
|
|
9309
|
+
});
|
|
9310
|
+
}
|
|
9214
9311
|
_isLegacyMixin(node, namespace) {
|
|
9215
9312
|
if (!node.params.startsWith(`${namespace}.`)) {
|
|
9216
9313
|
return false;
|
|
9217
9314
|
}
|
|
9218
|
-
for (let i = 0; i < constants_1.
|
|
9219
|
-
if (node.params.startsWith(`${namespace}.${constants_1.
|
|
9315
|
+
for (let i = 0; i < constants_1.COMPONENT_THEME_MIXINS.length; i++) {
|
|
9316
|
+
if (node.params.startsWith(`${namespace}.${constants_1.COMPONENT_THEME_MIXINS[i]}`)) {
|
|
9220
9317
|
return true;
|
|
9221
9318
|
}
|
|
9222
9319
|
}
|
|
@@ -9240,17 +9337,74 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9240
9337
|
var _a;
|
|
9241
9338
|
const moduleSpecifier = node.moduleSpecifier;
|
|
9242
9339
|
const matImportChange = this._findMatImportChange(moduleSpecifier);
|
|
9243
|
-
|
|
9340
|
+
const mdcImportChange = this._findMdcImportChange(moduleSpecifier);
|
|
9341
|
+
if (this._isCoreImport(moduleSpecifier.text)) {
|
|
9342
|
+
this._handleCoreImportDeclaration(node);
|
|
9343
|
+
} else if (matImportChange) {
|
|
9244
9344
|
this._tsReplaceAt(node, matImportChange);
|
|
9245
9345
|
if (((_a = node.importClause) == null ? void 0 : _a.namedBindings) && ts.isNamedImports(node.importClause.namedBindings)) {
|
|
9246
9346
|
this._handleNamedImportBindings(node.importClause.namedBindings);
|
|
9247
9347
|
}
|
|
9248
|
-
}
|
|
9249
|
-
const mdcImportChange = this._findMdcImportChange(moduleSpecifier);
|
|
9250
|
-
if (mdcImportChange) {
|
|
9348
|
+
} else if (mdcImportChange) {
|
|
9251
9349
|
this._tsReplaceAt(node, mdcImportChange);
|
|
9252
9350
|
}
|
|
9253
9351
|
}
|
|
9352
|
+
_isCoreImport(importPath) {
|
|
9353
|
+
return ["@angular/material/core", "@angular/material/core/testing"].includes(importPath);
|
|
9354
|
+
}
|
|
9355
|
+
_handleCoreImportDeclaration(node) {
|
|
9356
|
+
var _a;
|
|
9357
|
+
const moduleSpecifier = node.moduleSpecifier;
|
|
9358
|
+
if (((_a = node.importClause) == null ? void 0 : _a.namedBindings) && ts.isNamedImports(node.importClause.namedBindings)) {
|
|
9359
|
+
this._splitCoreImport(node, node.importClause.namedBindings);
|
|
9360
|
+
} else {
|
|
9361
|
+
this._tsReplaceAt(node, {
|
|
9362
|
+
old: moduleSpecifier.text,
|
|
9363
|
+
new: moduleSpecifier.text.replace("@angular/material/core", "@angular/material/legacy-core")
|
|
9364
|
+
});
|
|
9365
|
+
}
|
|
9366
|
+
}
|
|
9367
|
+
_splitCoreImport(node, namedBindings) {
|
|
9368
|
+
const migratedSymbols = [];
|
|
9369
|
+
const unmigratedSymbols = [];
|
|
9370
|
+
for (const element of namedBindings.elements) {
|
|
9371
|
+
if (this._isMigratedCoreSymbol(element)) {
|
|
9372
|
+
migratedSymbols.push(element);
|
|
9373
|
+
} else {
|
|
9374
|
+
unmigratedSymbols.push(element);
|
|
9375
|
+
}
|
|
9376
|
+
}
|
|
9377
|
+
const unmigratedImportDeclaration = unmigratedSymbols.length ? [this._stripImports(node.getText(), migratedSymbols)] : [];
|
|
9378
|
+
const migratedImportDeclaration = migratedSymbols.length ? [
|
|
9379
|
+
this._updateImportedCoreSymbols(this._stripImports(node.getText(), unmigratedSymbols).replace("@angular/material/core", "@angular/material/legacy-core"), migratedSymbols)
|
|
9380
|
+
] : [];
|
|
9381
|
+
this._tsReplaceAt(node, {
|
|
9382
|
+
old: node.getText(),
|
|
9383
|
+
new: [...unmigratedImportDeclaration, ...migratedImportDeclaration].join("\n")
|
|
9384
|
+
});
|
|
9385
|
+
}
|
|
9386
|
+
_isMigratedCoreSymbol(node) {
|
|
9387
|
+
const name = node.propertyName ? node.propertyName : node.name;
|
|
9388
|
+
if (!ts.isIdentifier(name)) {
|
|
9389
|
+
return false;
|
|
9390
|
+
}
|
|
9391
|
+
return !!constants_1.MIGRATED_CORE_SYMBOLS[name.escapedText.toString()];
|
|
9392
|
+
}
|
|
9393
|
+
_stripImports(importString, remove) {
|
|
9394
|
+
for (const symbol of remove) {
|
|
9395
|
+
importString = importString.replace(new RegExp(`,\\s*${symbol.getText()}`), "").replace(new RegExp(`${symbol.getText()},\\s*`), "").replace(symbol.getText(), "");
|
|
9396
|
+
}
|
|
9397
|
+
return importString;
|
|
9398
|
+
}
|
|
9399
|
+
_updateImportedCoreSymbols(importString, rename) {
|
|
9400
|
+
return rename.reduce((result, symbol) => {
|
|
9401
|
+
const oldName = symbol.propertyName ? symbol.propertyName.getText() : symbol.name.getText();
|
|
9402
|
+
const newName = constants_1.MIGRATED_CORE_SYMBOLS[oldName];
|
|
9403
|
+
const aliasedName = symbol.propertyName ? symbol.name.getText() : oldName;
|
|
9404
|
+
const separator = ts.isImportSpecifier(symbol) ? " as " : ": ";
|
|
9405
|
+
return result.replace(symbol.getText(), `${newName}${separator}${aliasedName}`);
|
|
9406
|
+
}, importString);
|
|
9407
|
+
}
|
|
9254
9408
|
_handleImportExpression(node) {
|
|
9255
9409
|
const moduleSpecifier = node.arguments[0];
|
|
9256
9410
|
const matImportChange = this._findMatImportChange(moduleSpecifier);
|
|
@@ -9264,8 +9418,13 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9264
9418
|
}
|
|
9265
9419
|
}
|
|
9266
9420
|
_handleDestructuredAsyncImport(node) {
|
|
9267
|
-
|
|
9268
|
-
|
|
9421
|
+
const importPath = node.initializer.expression.arguments[0].text;
|
|
9422
|
+
if (ts.isVariableStatement(node.parent.parent) && this._isCoreImport(importPath)) {
|
|
9423
|
+
this._splitCoreImport(node.parent.parent, node.name);
|
|
9424
|
+
} else {
|
|
9425
|
+
for (let i = 0; i < node.name.elements.length; i++) {
|
|
9426
|
+
this._handleNamedBindings(node.name.elements[i]);
|
|
9427
|
+
}
|
|
9269
9428
|
}
|
|
9270
9429
|
}
|
|
9271
9430
|
_handleNamedImportBindings(node) {
|
|
@@ -9309,6 +9468,9 @@ var require_legacy_components_v15 = __commonJS({
|
|
|
9309
9468
|
if (symbol.startsWith("_MAT_")) {
|
|
9310
9469
|
return `_MAT_LEGACY_${symbol.slice("_MAT_".length)}`;
|
|
9311
9470
|
}
|
|
9471
|
+
if (symbol.endsWith("HarnessFilters")) {
|
|
9472
|
+
return `Legacy${symbol}`;
|
|
9473
|
+
}
|
|
9312
9474
|
return;
|
|
9313
9475
|
}
|
|
9314
9476
|
_isDestructuredAsyncLegacyImport(node) {
|