@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/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":6510,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytes":30889,"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":644403},"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":2102},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytesInOutput":7436},"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":380667}}}
|
|
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}}}
|
package/tooltip/index.d.ts
CHANGED
|
@@ -299,11 +299,9 @@ export declare abstract class _TooltipComponentBase implements OnDestroy {
|
|
|
299
299
|
[key: string]: any;
|
|
300
300
|
};
|
|
301
301
|
/** The timeout ID of any current timer set to show the tooltip */
|
|
302
|
-
_showTimeoutId
|
|
302
|
+
private _showTimeoutId;
|
|
303
303
|
/** The timeout ID of any current timer set to hide the tooltip */
|
|
304
|
-
_hideTimeoutId
|
|
305
|
-
/** Property watched by the animation framework to show or hide the tooltip */
|
|
306
|
-
_visibility: TooltipVisibility;
|
|
304
|
+
private _hideTimeoutId;
|
|
307
305
|
/** Element that caused the tooltip to open. */
|
|
308
306
|
_triggerElement: HTMLElement;
|
|
309
307
|
/** Amount of milliseconds to delay the closing sequence. */
|
|
@@ -359,6 +357,8 @@ export declare abstract class _TooltipComponentBase implements OnDestroy {
|
|
|
359
357
|
protected _onShow(): void;
|
|
360
358
|
/** Event listener dispatched when an animation on the tooltip finishes. */
|
|
361
359
|
_handleAnimationEnd({ animationName }: AnimationEvent): void;
|
|
360
|
+
/** Cancels any pending hiding sequences. */
|
|
361
|
+
_cancelPendingHide(): void;
|
|
362
362
|
/** Handles the cleanup after an animation has finished. */
|
|
363
363
|
private _finalizeAnimation;
|
|
364
364
|
/** Toggles the visibility of the tooltip element. */
|