@angular/material 15.0.0-next.3 → 15.0.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/button/_button-theme-private.scss +5 -2
  2. package/button/index.d.ts +5 -1
  3. package/button/testing/index.d.ts +8 -0
  4. package/chips/index.d.ts +13 -1
  5. package/core/_core.scss +1 -2
  6. package/core/mdc-helpers/_mdc-helpers.scss +8 -6
  7. package/core/typography/_all-typography.scss +73 -81
  8. package/datepicker/index.d.ts +10 -2
  9. package/esm2020/button/button-base.mjs +17 -3
  10. package/esm2020/button/button.mjs +4 -4
  11. package/esm2020/button/testing/button-harness-filters.mjs +1 -1
  12. package/esm2020/button/testing/button-harness.mjs +28 -2
  13. package/esm2020/checkbox/checkbox.mjs +2 -2
  14. package/esm2020/chips/chip-option.mjs +17 -7
  15. package/esm2020/core/version.mjs +1 -1
  16. package/esm2020/datepicker/datepicker-intl.mjs +11 -3
  17. package/esm2020/icon/icon.mjs +3 -2
  18. package/esm2020/legacy-button/testing/button-harness.mjs +27 -2
  19. package/esm2020/legacy-button/testing/public-api.mjs +1 -1
  20. package/esm2020/list/action-list.mjs +2 -2
  21. package/esm2020/list/list-base.mjs +5 -2
  22. package/esm2020/list/list-option.mjs +2 -2
  23. package/esm2020/list/list.mjs +12 -4
  24. package/esm2020/list/nav-list.mjs +2 -2
  25. package/esm2020/list/selection-list.mjs +36 -6
  26. package/esm2020/slider/slider.mjs +3 -3
  27. package/esm2020/table/table.mjs +2 -2
  28. package/esm2020/tooltip/tooltip.mjs +25 -14
  29. package/fesm2015/button/testing.mjs +29 -1
  30. package/fesm2015/button/testing.mjs.map +1 -1
  31. package/fesm2015/button.mjs +27 -6
  32. package/fesm2015/button.mjs.map +1 -1
  33. package/fesm2015/checkbox.mjs +2 -2
  34. package/fesm2015/checkbox.mjs.map +1 -1
  35. package/fesm2015/chips.mjs +16 -6
  36. package/fesm2015/chips.mjs.map +1 -1
  37. package/fesm2015/core.mjs +1 -1
  38. package/fesm2015/core.mjs.map +1 -1
  39. package/fesm2015/datepicker.mjs +10 -2
  40. package/fesm2015/datepicker.mjs.map +1 -1
  41. package/fesm2015/icon.mjs +2 -1
  42. package/fesm2015/icon.mjs.map +1 -1
  43. package/fesm2015/legacy-button/testing.mjs +28 -1
  44. package/fesm2015/legacy-button/testing.mjs.map +1 -1
  45. package/fesm2015/list.mjs +57 -15
  46. package/fesm2015/list.mjs.map +1 -1
  47. package/fesm2015/slider.mjs +2 -2
  48. package/fesm2015/slider.mjs.map +1 -1
  49. package/fesm2015/table.mjs +2 -2
  50. package/fesm2015/table.mjs.map +1 -1
  51. package/fesm2015/tooltip.mjs +24 -13
  52. package/fesm2015/tooltip.mjs.map +1 -1
  53. package/fesm2020/button/testing.mjs +27 -1
  54. package/fesm2020/button/testing.mjs.map +1 -1
  55. package/fesm2020/button.mjs +20 -6
  56. package/fesm2020/button.mjs.map +1 -1
  57. package/fesm2020/checkbox.mjs +2 -2
  58. package/fesm2020/checkbox.mjs.map +1 -1
  59. package/fesm2020/chips.mjs +16 -6
  60. package/fesm2020/chips.mjs.map +1 -1
  61. package/fesm2020/core.mjs +1 -1
  62. package/fesm2020/core.mjs.map +1 -1
  63. package/fesm2020/datepicker.mjs +10 -2
  64. package/fesm2020/datepicker.mjs.map +1 -1
  65. package/fesm2020/icon.mjs +2 -1
  66. package/fesm2020/icon.mjs.map +1 -1
  67. package/fesm2020/legacy-button/testing.mjs +26 -1
  68. package/fesm2020/legacy-button/testing.mjs.map +1 -1
  69. package/fesm2020/list.mjs +56 -15
  70. package/fesm2020/list.mjs.map +1 -1
  71. package/fesm2020/slider.mjs +2 -2
  72. package/fesm2020/slider.mjs.map +1 -1
  73. package/fesm2020/table.mjs +2 -2
  74. package/fesm2020/table.mjs.map +1 -1
  75. package/fesm2020/tooltip.mjs +24 -13
  76. package/fesm2020/tooltip.mjs.map +1 -1
  77. package/legacy-button/testing/index.d.ts +5 -0
  78. package/legacy-core/_core.scss +1 -2
  79. package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
  80. package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
  81. package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
  82. package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
  83. package/list/_list-item-hcm-indicator.scss +30 -0
  84. package/list/index.d.ts +30 -3
  85. package/package.json +49 -49
  86. package/prebuilt-themes/deeppurple-amber.css +1 -1
  87. package/prebuilt-themes/indigo-pink.css +1 -1
  88. package/prebuilt-themes/pink-bluegrey.css +1 -1
  89. package/prebuilt-themes/purple-green.css +1 -1
  90. package/schematics/ng-add/index.js +1 -1
  91. package/schematics/ng-add/index.mjs +1 -1
  92. package/schematics/ng-generate/mdc-migration/index_bundled.js +706 -410
  93. package/schematics/ng-generate/mdc-migration/index_bundled.js.map +3 -3
  94. package/schematics/ng-generate/mdc-migration/mdc_migration_bundle_metadata.json +1 -1
  95. package/schematics/ng-generate/mdc-migration/schema.json +2 -5
  96. package/schematics/ng-update/index_bundled.js +6 -1
  97. package/schematics/ng-update/index_bundled.js.map +2 -2
  98. package/schematics/ng-update/ng_update_index_metadata.json +1 -1
  99. package/slide-toggle/_slide-toggle-theme.scss +19 -19
  100. package/slider/_slider-theme.scss +50 -73
  101. package/tooltip/index.d.ts +2 -2
@@ -1 +1 @@
1
- {"inputs":{"node_modules/tslib/tslib.js":{"bytes":14860,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js":{"bytes":4968,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js":{"bytes":3753,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js":{"bytes":10090,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js":{"bytes":8639,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js":{"bytes":62262,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js":{"bytes":7668,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js":{"bytes":4520,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js":{"bytes":132569,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js":{"bytes":5937,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js":{"bytes":5223,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js":{"bytes":6715,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js":{"bytes":6443,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js":{"bytes":8135,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js":{"bytes":3594,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js":{"bytes":25057,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js":{"bytes":4763,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js":{"bytes":56811,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js":{"bytes":26449,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js":{"bytes":30564,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js":{"bytes":51186,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js":{"bytes":6719,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js","kind":"require-call"}]},"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-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"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js":{"bytes":16432,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytes":51399,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-syntax.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js":{"bytes":1259,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js":{"bytes":3295,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytes":17193,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytes":8642,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytes":2022,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytes":8339,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytes":2492,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytes":8891,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytes":18931,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytes":2939,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js":{"bytes":2162,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js":{"bytes":2678,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs":{"bytes":14624,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js","kind":"import-statement"}]}},"outputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index_bundled.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":657350},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index_bundled.js":{"imports":[],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs","inputs":{"node_modules/tslib/tslib.js":{"bytesInOutput":15757},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js":{"bytesInOutput":1307},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js":{"bytesInOutput":1003},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js":{"bytesInOutput":4086},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js":{"bytesInOutput":2141},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js":{"bytesInOutput":12059},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js":{"bytesInOutput":1894},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js":{"bytesInOutput":1064},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js":{"bytesInOutput":25927},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js":{"bytesInOutput":1604},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js":{"bytesInOutput":1400},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js":{"bytesInOutput":1652},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js":{"bytesInOutput":1685},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js":{"bytesInOutput":2053},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js":{"bytesInOutput":730},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js":{"bytesInOutput":5066},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js":{"bytesInOutput":1317},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js":{"bytesInOutput":19112},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js":{"bytesInOutput":5028},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js":{"bytesInOutput":9435},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js":{"bytesInOutput":9393},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js":{"bytesInOutput":1794},"node_modules/picocolors/picocolors.js":{"bytesInOutput":2897},"node_modules/postcss/lib/tokenize.js":{"bytesInOutput":7306},"node_modules/postcss/lib/terminal-highlight.js":{"bytesInOutput":1738},"node_modules/postcss/lib/css-syntax-error.js":{"bytesInOutput":2976},"node_modules/postcss/lib/symbols.js":{"bytesInOutput":209},"node_modules/postcss/lib/stringifier.js":{"bytesInOutput":9545},"node_modules/postcss/lib/stringify.js":{"bytesInOutput":353},"node_modules/postcss/lib/node.js":{"bytesInOutput":9763},"node_modules/postcss/lib/declaration.js":{"bytesInOutput":687},"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":11203},"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":10856},"node_modules/source-map-js/lib/binary-search.js":{"bytesInOutput":1518},"node_modules/source-map-js/lib/quick-sort.js":{"bytesInOutput":1534},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytesInOutput":25548},"node_modules/source-map-js/lib/source-node.js":{"bytesInOutput":9705},"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":4354},"node_modules/postcss/lib/input.js":{"bytesInOutput":6859},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10129},"node_modules/postcss/lib/comment.js":{"bytesInOutput":354},"node_modules/postcss/lib/container.js":{"bytesInOutput":11984},"node_modules/postcss/lib/document.js":{"bytesInOutput":792},"node_modules/postcss/lib/warn-once.js":{"bytesInOutput":379},"node_modules/postcss/lib/warning.js":{"bytesInOutput":987},"node_modules/postcss/lib/result.js":{"bytesInOutput":987},"node_modules/postcss/lib/at-rule.js":{"bytesInOutput":680},"node_modules/postcss/lib/root.js":{"bytesInOutput":1526},"node_modules/postcss/lib/list.js":{"bytesInOutput":1526},"node_modules/postcss/lib/rule.js":{"bytesInOutput":769},"node_modules/postcss/lib/parser.js":{"bytesInOutput":16460},"node_modules/postcss/lib/parse.js":{"bytesInOutput":1222},"node_modules/postcss/lib/lazy-result.js":{"bytesInOutput":15482},"node_modules/postcss/lib/no-work-result.js":{"bytesInOutput":3068},"node_modules/postcss/lib/processor.js":{"bytesInOutput":2037},"node_modules/postcss/lib/fromJSON.js":{"bytesInOutput":1944},"node_modules/postcss/lib/postcss.js":{"bytesInOutput":3103},"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":448},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytesInOutput":9139},"node_modules/postcss-scss/lib/scss-parser.js":{"bytesInOutput":6252},"node_modules/postcss-scss/lib/scss-parse.js":{"bytesInOutput":390},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytesInOutput":244},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js":{"bytesInOutput":5478},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytesInOutput":12763},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js":{"bytesInOutput":322},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js":{"bytesInOutput":1016},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytesInOutput":5494},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytesInOutput":2423},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytesInOutput":600},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytesInOutput":2600},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytesInOutput":758},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytesInOutput":2774},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytesInOutput":5969},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytesInOutput":907},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js":{"bytesInOutput":867},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js":{"bytesInOutput":784},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs":{"bytesInOutput":4430}},"bytes":389370}}}
1
+ {"inputs":{"node_modules/tslib/tslib.js":{"bytes":14860,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js":{"bytes":4968,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js":{"bytes":3753,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js":{"bytes":10090,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js":{"bytes":8639,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js":{"bytes":62262,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js":{"bytes":7668,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js":{"bytes":4520,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js":{"bytes":132033,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js":{"bytes":5937,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js":{"bytes":5223,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js":{"bytes":6715,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js":{"bytes":6443,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js":{"bytes":8135,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js":{"bytes":3594,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js":{"bytes":25057,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js":{"bytes":4763,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js":{"bytes":56811,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js":{"bytes":26449,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js":{"bytes":30564,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js":{"bytes":51186,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js":{"bytes":6719,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js","kind":"require-call"}]},"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-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"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js":{"bytes":16432,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytes":52069,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"node_modules/postcss/lib/postcss.js","kind":"require-call"},{"path":"node_modules/postcss-scss/lib/scss-syntax.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js":{"bytes":1259,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js":{"bytes":3295,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytes":17193,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytes":8642,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytes":2022,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytes":8339,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytes":2492,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytes":8891,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytes":18931,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytes":2939,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js":{"bytes":2162,"imports":[{"path":"node_modules/tslib/tslib.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js","kind":"require-call"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js":{"bytes":2678,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js","kind":"require-call"}]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs":{"bytes":14624,"imports":[{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js","kind":"import-statement"},{"path":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js","kind":"import-statement"}]}},"outputs":{"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index_bundled.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":657224},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index_bundled.js":{"imports":[],"exports":[],"entryPoint":"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs","inputs":{"node_modules/tslib/tslib.js":{"bytesInOutput":15757},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-hammer-script-tags.js":{"bytesInOutput":1307},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/find-main-module.js":{"bytesInOutput":1003},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/gesture-config-template.js":{"bytesInOutput":4086},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-template-check.js":{"bytesInOutput":2141},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/import-manager.js":{"bytesInOutput":12059},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-array-element.js":{"bytesInOutput":1894},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/remove-element-from-html.js":{"bytesInOutput":1064},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/hammer-gestures-v9/hammer-gestures-migration.js":{"bytesInOutput":25927},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-inheritance.js":{"bytesInOutput":1604},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-class-names.js":{"bytesInOutput":1400},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-imports.js":{"bytesInOutput":1652},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-property-names.js":{"bytesInOutput":1685},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-checks/misc-template.js":{"bytesInOutput":2053},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor.js":{"bytesInOutput":730},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/misc-ripples-v7/ripple-speed-factor-migration.js":{"bytesInOutput":5066},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/typescript/module-specifiers.js":{"bytesInOutput":1317},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/material-symbols.js":{"bytesInOutput":19112},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/package-imports-v8/secondary-entry-points-migration.js":{"bytesInOutput":5028},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/config.js":{"bytesInOutput":9435},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/migration.js":{"bytesInOutput":9393},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/theming-api-v12/theming-api-migration.js":{"bytesInOutput":1794},"node_modules/picocolors/picocolors.js":{"bytesInOutput":2897},"node_modules/postcss/lib/tokenize.js":{"bytesInOutput":7306},"node_modules/postcss/lib/terminal-highlight.js":{"bytesInOutput":1738},"node_modules/postcss/lib/css-syntax-error.js":{"bytesInOutput":2976},"node_modules/postcss/lib/symbols.js":{"bytesInOutput":209},"node_modules/postcss/lib/stringifier.js":{"bytesInOutput":9545},"node_modules/postcss/lib/stringify.js":{"bytesInOutput":353},"node_modules/postcss/lib/node.js":{"bytesInOutput":9763},"node_modules/postcss/lib/declaration.js":{"bytesInOutput":687},"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":11203},"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":10856},"node_modules/source-map-js/lib/binary-search.js":{"bytesInOutput":1518},"node_modules/source-map-js/lib/quick-sort.js":{"bytesInOutput":1534},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytesInOutput":25548},"node_modules/source-map-js/lib/source-node.js":{"bytesInOutput":9705},"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":4354},"node_modules/postcss/lib/input.js":{"bytesInOutput":6859},"node_modules/postcss/lib/map-generator.js":{"bytesInOutput":10129},"node_modules/postcss/lib/comment.js":{"bytesInOutput":354},"node_modules/postcss/lib/container.js":{"bytesInOutput":11984},"node_modules/postcss/lib/document.js":{"bytesInOutput":792},"node_modules/postcss/lib/warn-once.js":{"bytesInOutput":379},"node_modules/postcss/lib/warning.js":{"bytesInOutput":987},"node_modules/postcss/lib/result.js":{"bytesInOutput":987},"node_modules/postcss/lib/at-rule.js":{"bytesInOutput":680},"node_modules/postcss/lib/root.js":{"bytesInOutput":1526},"node_modules/postcss/lib/list.js":{"bytesInOutput":1526},"node_modules/postcss/lib/rule.js":{"bytesInOutput":769},"node_modules/postcss/lib/parser.js":{"bytesInOutput":16460},"node_modules/postcss/lib/parse.js":{"bytesInOutput":1222},"node_modules/postcss/lib/lazy-result.js":{"bytesInOutput":15482},"node_modules/postcss/lib/no-work-result.js":{"bytesInOutput":3068},"node_modules/postcss/lib/processor.js":{"bytesInOutput":2037},"node_modules/postcss/lib/fromJSON.js":{"bytesInOutput":1944},"node_modules/postcss/lib/postcss.js":{"bytesInOutput":3103},"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":448},"node_modules/postcss-scss/lib/scss-tokenize.js":{"bytesInOutput":9139},"node_modules/postcss-scss/lib/scss-parser.js":{"bytesInOutput":6252},"node_modules/postcss-scss/lib/scss-parse.js":{"bytesInOutput":390},"node_modules/postcss-scss/lib/scss-syntax.js":{"bytesInOutput":244},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.js":{"bytesInOutput":5478},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytesInOutput":12951},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js":{"bytesInOutput":322},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js":{"bytesInOutput":1016},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytesInOutput":5494},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytesInOutput":2423},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytesInOutput":600},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytesInOutput":2600},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytesInOutput":758},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytesInOutput":2774},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytesInOutput":5969},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytesInOutput":907},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js":{"bytesInOutput":867},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js":{"bytesInOutput":784},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs":{"bytesInOutput":4430}},"bytes":389558}}}
@@ -11,12 +11,11 @@
11
11
  // Generates all color mapping for the properties that only change based on the theme.
12
12
  @function _get-theme-base-map($is-dark) {
13
13
  $on-surface: if($is-dark, mdc-color-palette.$grey-100, mdc-color-palette.$grey-800);
14
- $hairline: if($is-dark, mdc-color-palette.$grey-500, mdc-color-palette.$grey-300);
15
- $on-surface-variant: if($is-dark, mdc-color-palette.$grey-200, mdc-color-palette.$grey-700);
14
+ $hairline: if($is-dark, mdc-color-palette.$grey-700, mdc-color-palette.$grey-300);
15
+ $on-surface-variant: if($is-dark, mdc-color-palette.$grey-500, mdc-color-palette.$grey-700);
16
16
  $on-surface-state-content: if($is-dark, mdc-color-palette.$grey-50, mdc-color-palette.$grey-900);
17
- $disabled-handle-color: mdc-color-palette.$grey-800;
18
- $selected-icon-color: mdc-color-palette.$grey-100;
19
- $icon-color: if($is-dark, mdc-color-palette.$grey-800, mdc-color-palette.$grey-100);
17
+ $disabled-handle-color: if($is-dark, #000, mdc-color-palette.$grey-800);
18
+ $icon-color: if($is-dark, mdc-color-palette.$grey-900, #fff);
20
19
 
21
20
  @return (
22
21
  disabled-selected-handle-color: $disabled-handle-color,
@@ -40,7 +39,7 @@
40
39
  handle-surface-color: surface,
41
40
  unselected-handle-color: $on-surface-variant,
42
41
 
43
- selected-icon-color: $selected-icon-color,
42
+ selected-icon-color: $icon-color,
44
43
  disabled-selected-icon-color: $icon-color,
45
44
  disabled-unselected-icon-color: $icon-color,
46
45
  unselected-icon-color: $icon-color,
@@ -48,15 +47,16 @@
48
47
  }
49
48
 
50
49
  // Generates the mapping for the properties that change based on the slide toggle color.
51
- @function _get-theme-color-map($color-palette) {
52
- $state-content: color.scale($color-palette, $blackness: 50%);
53
- $inverse: color.scale($color-palette, $lightness: 75%);
50
+ @function _get-theme-color-map($color-palette, $is-dark) {
51
+ $primary: theming.get-color-from-palette($color-palette, if($is-dark, 300, 600));
52
+ $state-content: theming.get-color-from-palette($color-palette, if($is-dark, 200, 900));
53
+ $inverse: theming.get-color-from-palette($color-palette, if($is-dark, 600, 300));
54
54
 
55
55
  @return (
56
- selected-focus-state-layer-color: $color-palette,
57
- selected-handle-color: $color-palette,
58
- selected-hover-state-layer-color: $color-palette,
59
- selected-pressed-state-layer-color: $color-palette,
56
+ selected-focus-state-layer-color: $primary,
57
+ selected-handle-color: $primary,
58
+ selected-hover-state-layer-color: $primary,
59
+ selected-pressed-state-layer-color: $primary,
60
60
 
61
61
  selected-focus-handle-color: $state-content,
62
62
  selected-hover-handle-color: $state-content,
@@ -71,9 +71,9 @@
71
71
 
72
72
  @mixin color($config-or-theme) {
73
73
  $config: theming.get-color-config($config-or-theme);
74
- $primary: theming.get-color-from-palette(map.get($config, primary));
75
- $accent: theming.get-color-from-palette(map.get($config, accent));
76
- $warn: theming.get-color-from-palette(map.get($config, warn));
74
+ $primary: map.get($config, primary);
75
+ $accent: map.get($config, accent);
76
+ $warn: map.get($config, warn);
77
77
  $is-dark: map.get($config, is-dark);
78
78
  $foreground: map.get($config, foreground);
79
79
 
@@ -90,15 +90,15 @@
90
90
  }
91
91
 
92
92
  &.mat-primary {
93
- @include mdc-switch-theme.theme(_get-theme-color-map($primary));
93
+ @include mdc-switch-theme.theme(_get-theme-color-map($primary, $is-dark));
94
94
  }
95
95
 
96
96
  &.mat-accent {
97
- @include mdc-switch-theme.theme(_get-theme-color-map($accent));
97
+ @include mdc-switch-theme.theme(_get-theme-color-map($accent, $is-dark));
98
98
  }
99
99
 
100
100
  &.mat-warn {
101
- @include mdc-switch-theme.theme(_get-theme-color-map($warn));
101
+ @include mdc-switch-theme.theme(_get-theme-color-map($warn, $is-dark));
102
102
  }
103
103
  }
104
104
  }
@@ -1,47 +1,46 @@
1
1
  @use 'sass:map';
2
2
 
3
- @use '@material/slider/slider' as mdc-slider;
4
- @use '@material/slider/slider-theme';
5
- @use '@material/theme/variables' as theme-variables;
3
+ @use '@material/slider/slider-theme' as mdc-slider-theme;
4
+ @use '@material/theme/theme-color' as mdc-theme-color;
5
+ @use '@material/typography/typography' as mdc-typography;
6
+ @use '@material/theme/variables' as mdc-theme-variables;
6
7
  @use '../core/mdc-helpers/mdc-helpers';
7
8
  @use '../core/theming/theming';
8
9
  @use '../core/typography/typography';
9
- @use '../core/ripple/ripple-theme';
10
10
 
11
11
 
12
12
  @mixin color($config-or-theme) {
13
13
  $config: theming.get-color-config($config-or-theme);
14
- @include mdc-helpers.using-mdc-theme($config) {
15
- @include mdc-slider.without-ripple($query: mdc-helpers.$mdc-theme-styles-query);
16
14
 
15
+ @include mdc-helpers.using-mdc-theme($config) {
17
16
  .mat-mdc-slider {
18
- &.mat-primary, &.mat-accent, &.mat-warn {
19
- $is-dark: map.get($config, is-dark);
20
- $indicator-color: if($is-dark, white, black);
21
- $indicator-text-color: if($is-dark, black, white);
22
- $indicator-opacity: if($is-dark, 0.9, 0.6);
23
-
24
- @include slider-theme.value-indicator-color(
25
- $color: $indicator-color,
26
- $opacity: $indicator-opacity,
27
- $query: mdc-helpers.$mdc-theme-styles-query
28
- );
29
- @include slider-theme.value-indicator-text-color(
30
- $color: $indicator-text-color,
31
- $query: mdc-helpers.$mdc-theme-styles-query
32
- );
33
- }
17
+ $is-dark: map.get($config, is-dark);
18
+ $on-surface: mdc-theme-color.prop-value(on-surface);
19
+
20
+ @include mdc-slider-theme.theme((
21
+ label-container-color: if($is-dark, white, black),
22
+ label-label-text-color: if($is-dark, black, white),
23
+ disabled-handle-color: $on-surface,
24
+ disabled-active-track-color: $on-surface,
25
+ disabled-inactive-track-color: $on-surface,
26
+ with-tick-marks-disabled-container-color: $on-surface,
27
+ ));
28
+
29
+ // Note that technically we can control this using an `rgba` color in `label-container-color`.
30
+ // We don't do it, because the shapes MDC uses to construct the indicator overlap which causes
31
+ // their color opacities to stack with an `rgba` color.
32
+ --mat-mdc-slider-value-indicator-opacity: #{if($is-dark, 0.9, 0.6)};
34
33
 
35
34
  &.mat-primary {
36
- @include _custom-slider-color(primary, on-primary);
35
+ @include _slider-color(primary, on-primary);
37
36
  }
38
37
 
39
38
  &.mat-accent {
40
- @include _custom-slider-color(secondary, on-secondary);
39
+ @include _slider-color(secondary, on-secondary);
41
40
  }
42
41
 
43
42
  &.mat-warn {
44
- @include _custom-slider-color(error, on-error);
43
+ @include _slider-color(error, on-error);
45
44
  }
46
45
  }
47
46
  }
@@ -51,7 +50,15 @@
51
50
  $config: typography.private-typography-to-2018-config(
52
51
  theming.get-typography-config($config-or-theme));
53
52
  @include mdc-helpers.using-mdc-typography($config) {
54
- @include mdc-slider.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
53
+ .mat-mdc-slider {
54
+ @include mdc-slider-theme.theme((
55
+ label-label-text-font: mdc-typography.get-font(subtitle2),
56
+ label-label-text-font-size: mdc-typography.get-size(subtitle2),
57
+ label-label-text-line-height: mdc-typography.get-line-height(subtitle2),
58
+ label-label-text-tracking: mdc-typography.get-tracking(subtitle2),
59
+ label-label-text-weight: mdc-typography.get-weight(subtitle2),
60
+ ));
61
+ }
55
62
  }
56
63
  }
57
64
 
@@ -76,52 +83,22 @@
76
83
  }
77
84
  }
78
85
 
79
- @mixin _custom-slider-color($color, $on-color) {
80
- @include slider-theme.thumb-color(
81
- $color-or-map: (
82
- default: $color,
83
- disabled: on-surface,
84
- ),
85
- $query: mdc-helpers.$mdc-theme-styles-query
86
- );
87
- @include slider-theme.track-active-color(
88
- $color-or-map: (
89
- default: $color,
90
- disabled: on-surface,
91
- ),
92
- $query: mdc-helpers.$mdc-theme-styles-query
93
- );
94
- @include slider-theme.track-inactive-color(
95
- $color-or-map: (
96
- default: $color,
97
- disabled: on-surface,
98
- ),
99
- $query: mdc-helpers.$mdc-theme-styles-query
100
- );
101
- @include slider-theme.tick-mark-active-color(
102
- $color-or-map: (
103
- default: $on-color,
104
- disabled: surface,
105
- ),
106
- $query: mdc-helpers.$mdc-theme-styles-query
107
- );
108
- @include slider-theme.tick-mark-inactive-color(
109
- $color-or-map: (
110
- default: $color,
111
- disabled: on-surface,
112
- ),
113
- $query: mdc-helpers.$mdc-theme-styles-query
114
- );
115
- $ripple-color: map.get(theme-variables.$property-values, $color);
116
- @include ripple-theme.color((
117
- foreground: (
118
- base: $ripple-color
119
- ),
86
+ @mixin _slider-color($color, $on-color) {
87
+ $ripple-color: map.get(mdc-theme-variables.$property-values, $color);
88
+ $resolved-color: mdc-theme-color.prop-value($color);
89
+ $resolved-on-color: mdc-theme-color.prop-value($on-color);
90
+
91
+ @include mdc-slider-theme.theme((
92
+ handle-color: $resolved-color,
93
+ focus-handle-color: $resolved-color,
94
+ hover-handle-color: $resolved-color,
95
+ active-track-color: $resolved-color,
96
+ inactive-track-color: $resolved-color,
97
+ with-tick-marks-active-container-color: $resolved-on-color,
98
+ with-tick-marks-inactive-container-color: $resolved-color,
120
99
  ));
121
- .mat-mdc-slider-hover-ripple {
122
- background-color: rgba($ripple-color, 0.05);
123
- }
124
- .mat-mdc-slider-focus-ripple, .mat-mdc-slider-active-ripple {
125
- background-color: rgba($ripple-color, 0.2);
126
- }
100
+
101
+ --mat-mdc-slider-ripple-color: #{$ripple-color};
102
+ --mat-mdc-slider-hover-ripple-color: #{rgba($ripple-color, 0.05)};
103
+ --mat-mdc-slider-focus-ripple-color: #{rgba($ripple-color, 0.2)};
127
104
  }
@@ -357,8 +357,8 @@ export declare abstract class _TooltipComponentBase implements OnDestroy {
357
357
  protected _onShow(): void;
358
358
  /** Event listener dispatched when an animation on the tooltip finishes. */
359
359
  _handleAnimationEnd({ animationName }: AnimationEvent): void;
360
- /** Cancels any pending hiding sequences. */
361
- _cancelPendingHide(): void;
360
+ /** Cancels any pending animation sequences. */
361
+ _cancelPendingAnimations(): void;
362
362
  /** Handles the cleanup after an animation has finished. */
363
363
  private _finalizeAnimation;
364
364
  /** Toggles the visibility of the tooltip element. */