@angular/material 15.0.1 → 15.0.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/autocomplete/testing/index.d.ts +2 -0
- package/button/testing/index.d.ts +2 -0
- package/button-toggle/testing/index.d.ts +4 -0
- package/card/_card-theme.scss +10 -3
- package/checkbox/testing/index.d.ts +2 -0
- package/chips/_chips-theme.scss +11 -1
- package/chips/testing/index.d.ts +8 -0
- package/core/index.d.ts +3 -3
- package/core/mdc-helpers/_mdc-helpers.scss +35 -19
- package/esm2020/autocomplete/testing/autocomplete-harness-filters.mjs +1 -1
- package/esm2020/autocomplete/testing/autocomplete-harness.mjs +6 -2
- package/esm2020/button/icon-button.mjs +4 -4
- package/esm2020/button/testing/button-harness-filters.mjs +1 -1
- package/esm2020/button/testing/button-harness.mjs +5 -2
- package/esm2020/button-toggle/testing/button-toggle-group-harness-filters.mjs +1 -1
- package/esm2020/button-toggle/testing/button-toggle-group-harness.mjs +4 -2
- package/esm2020/button-toggle/testing/button-toggle-harness-filters.mjs +1 -1
- package/esm2020/button-toggle/testing/button-toggle-harness.mjs +5 -2
- package/esm2020/checkbox/testing/checkbox-harness-filters.mjs +1 -1
- package/esm2020/checkbox/testing/checkbox-harness.mjs +5 -2
- package/esm2020/chips/chip-action.mjs +3 -5
- package/esm2020/chips/testing/chip-grid-harness.mjs +4 -2
- package/esm2020/chips/testing/chip-harness-filters.mjs +1 -1
- package/esm2020/chips/testing/chip-harness.mjs +6 -2
- package/esm2020/chips/testing/chip-input-harness.mjs +4 -1
- package/esm2020/chips/testing/chip-listbox-harness.mjs +4 -2
- package/esm2020/core/ripple/ripple-event-manager.mjs +69 -0
- package/esm2020/core/ripple/ripple-renderer.mjs +31 -23
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/form-field/directives/prefix.mjs +12 -7
- package/esm2020/form-field/directives/suffix.mjs +12 -7
- package/esm2020/form-field/form-field.mjs +3 -3
- package/esm2020/form-field/testing/form-field-harness-filters.mjs +1 -1
- package/esm2020/form-field/testing/form-field-harness.mjs +3 -2
- package/esm2020/legacy-autocomplete/testing/autocomplete-harness-filters.mjs +1 -1
- package/esm2020/legacy-autocomplete/testing/autocomplete-harness.mjs +6 -2
- package/esm2020/legacy-button/testing/button-harness.mjs +5 -2
- package/esm2020/legacy-checkbox/testing/checkbox-harness.mjs +5 -2
- package/esm2020/legacy-form-field/testing/form-field-harness.mjs +3 -2
- package/esm2020/list/selection-list.mjs +2 -9
- package/esm2020/menu/menu-item.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner.mjs +4 -5
- package/esm2020/slider/slider-input.mjs +11 -10
- package/esm2020/slider/testing/slider-harness-filters.mjs +1 -1
- package/esm2020/slider/testing/slider-harness.mjs +6 -2
- package/esm2020/tabs/tab-group.mjs +6 -6
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
- package/esm2020/toolbar/toolbar.mjs +2 -2
- package/fesm2015/autocomplete/testing.mjs +5 -1
- package/fesm2015/autocomplete/testing.mjs.map +1 -1
- package/fesm2015/button/testing.mjs +4 -1
- package/fesm2015/button/testing.mjs.map +1 -1
- package/fesm2015/button-toggle/testing.mjs +7 -2
- package/fesm2015/button-toggle/testing.mjs.map +1 -1
- package/fesm2015/button.mjs +4 -4
- package/fesm2015/button.mjs.map +1 -1
- package/fesm2015/checkbox/testing.mjs +4 -1
- package/fesm2015/checkbox/testing.mjs.map +1 -1
- package/fesm2015/chips/testing.mjs +15 -4
- package/fesm2015/chips/testing.mjs.map +1 -1
- package/fesm2015/chips.mjs +2 -4
- package/fesm2015/chips.mjs.map +1 -1
- package/fesm2015/core.mjs +100 -24
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/form-field/testing.mjs +2 -1
- package/fesm2015/form-field/testing.mjs.map +1 -1
- package/fesm2015/form-field.mjs +22 -12
- package/fesm2015/form-field.mjs.map +1 -1
- package/fesm2015/legacy-autocomplete/testing.mjs +6 -8
- package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2015/legacy-button/testing.mjs +4 -1
- package/fesm2015/legacy-button/testing.mjs.map +1 -1
- package/fesm2015/legacy-checkbox/testing.mjs +4 -1
- package/fesm2015/legacy-checkbox/testing.mjs.map +1 -1
- package/fesm2015/legacy-form-field/testing.mjs +2 -1
- package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2015/list.mjs +1 -8
- package/fesm2015/list.mjs.map +1 -1
- package/fesm2015/menu.mjs +2 -2
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/progress-spinner.mjs +3 -4
- package/fesm2015/progress-spinner.mjs.map +1 -1
- package/fesm2015/slider/testing.mjs +5 -1
- package/fesm2015/slider/testing.mjs.map +1 -1
- package/fesm2015/slider.mjs +10 -9
- package/fesm2015/slider.mjs.map +1 -1
- package/fesm2015/tabs.mjs +11 -11
- package/fesm2015/tabs.mjs.map +1 -1
- package/fesm2015/toolbar.mjs +2 -2
- package/fesm2015/toolbar.mjs.map +1 -1
- package/fesm2020/autocomplete/testing.mjs +5 -1
- package/fesm2020/autocomplete/testing.mjs.map +1 -1
- package/fesm2020/button/testing.mjs +4 -1
- package/fesm2020/button/testing.mjs.map +1 -1
- package/fesm2020/button-toggle/testing.mjs +7 -2
- package/fesm2020/button-toggle/testing.mjs.map +1 -1
- package/fesm2020/button.mjs +4 -4
- package/fesm2020/button.mjs.map +1 -1
- package/fesm2020/checkbox/testing.mjs +4 -1
- package/fesm2020/checkbox/testing.mjs.map +1 -1
- package/fesm2020/chips/testing.mjs +14 -3
- package/fesm2020/chips/testing.mjs.map +1 -1
- package/fesm2020/chips.mjs +2 -4
- package/fesm2020/chips.mjs.map +1 -1
- package/fesm2020/core.mjs +99 -24
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/form-field/testing.mjs +2 -1
- package/fesm2020/form-field/testing.mjs.map +1 -1
- package/fesm2020/form-field.mjs +22 -12
- package/fesm2020/form-field.mjs.map +1 -1
- package/fesm2020/legacy-autocomplete/testing.mjs +5 -1
- package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2020/legacy-button/testing.mjs +4 -1
- package/fesm2020/legacy-button/testing.mjs.map +1 -1
- package/fesm2020/legacy-checkbox/testing.mjs +4 -1
- package/fesm2020/legacy-checkbox/testing.mjs.map +1 -1
- package/fesm2020/legacy-form-field/testing.mjs +2 -1
- package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2020/list.mjs +1 -8
- package/fesm2020/list.mjs.map +1 -1
- package/fesm2020/menu.mjs +2 -2
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/progress-spinner.mjs +3 -4
- package/fesm2020/progress-spinner.mjs.map +1 -1
- package/fesm2020/slider/testing.mjs +5 -1
- package/fesm2020/slider/testing.mjs.map +1 -1
- package/fesm2020/slider.mjs +10 -9
- package/fesm2020/slider.mjs.map +1 -1
- package/fesm2020/tabs.mjs +11 -11
- package/fesm2020/tabs.mjs.map +1 -1
- package/fesm2020/toolbar.mjs +2 -2
- package/fesm2020/toolbar.mjs.map +1 -1
- package/form-field/_form-field-focus-overlay.scss +2 -0
- package/form-field/_mdc-text-field-theme-variable-refresh.scss +40 -15
- package/form-field/index.d.ts +4 -4
- package/form-field/testing/index.d.ts +2 -0
- package/legacy-autocomplete/testing/index.d.ts +2 -0
- package/list/index.d.ts +0 -12
- package/menu/index.d.ts +1 -1
- 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/progress-bar/_progress-bar-theme.scss +9 -2
- package/progress-spinner/index.d.ts +3 -4
- 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 +16 -11
- 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 +1 -1
- package/schematics/ng-update/index_bundled.js.map +2 -2
- package/schematics/ng-update/ng_update_index_metadata.json +1 -1
- package/slider/index.d.ts +2 -2
- package/slider/testing/index.d.ts +2 -0
- package/snack-bar/_snack-bar-theme.scss +11 -7
- package/tabs/_tabs-common.scss +40 -0
- package/tabs/_tabs-theme.scss +4 -30
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"node_modules/tslib/tslib.js":{"bytes":14860,"imports":[]},"node_modules/picocolors/picocolors.js":{"bytes":2594,"imports":[]},"node_modules/postcss/lib/tokenize.js":{"bytes":6536,"imports":[]},"node_modules/postcss/lib/terminal-highlight.js":{"bytes":1399,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"}]},"node_modules/postcss/lib/css-syntax-error.js":{"bytes":2524,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"}]},"node_modules/postcss/lib/symbols.js":{"bytes":91,"imports":[]},"node_modules/postcss/lib/stringifier.js":{"bytes":8220,"imports":[]},"node_modules/postcss/lib/stringify.js":{"bytes":213,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss/lib/node.js":{"bytes":8485,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"}]},"node_modules/postcss/lib/declaration.js":{"bytes":495,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/source-map-js/lib/base64.js":{"bytes":1540,"imports":[]},"node_modules/source-map-js/lib/base64-vlq.js":{"bytes":4714,"imports":[{"path":"node_modules/source-map-js/lib/base64.js","kind":"require-call"}]},"node_modules/source-map-js/lib/util.js":{"bytes":15403,"imports":[]},"node_modules/source-map-js/lib/array-set.js":{"bytes":3197,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/mapping-list.js":{"bytes":2339,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-map-generator.js":{"bytes":14356,"imports":[{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/mapping-list.js","kind":"require-call"}]},"node_modules/source-map-js/lib/binary-search.js":{"bytes":4249,"imports":[]},"node_modules/source-map-js/lib/quick-sort.js":{"bytes":4068,"imports":[]},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytes":41482,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/binary-search.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/quick-sort.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-node.js":{"bytes":13808,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/source-map.js":{"bytes":405,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-map-consumer.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-node.js","kind":"require-call"}]},"node_modules/nanoid/non-secure/index.cjs":{"bytes":499,"imports":[]},"node_modules/postcss/lib/previous-map.js":{"bytes":3923,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"}]},"node_modules/postcss/lib/input.js":{"bytes":6189,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/nanoid/non-secure/index.cjs","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"}]},"node_modules/postcss/lib/map-generator.js":{"bytes":8958,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/comment.js":{"bytes":203,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/container.js":{"bytes":10497,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/document.js":{"bytes":654,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/warn-once.js":{"bytes":256,"imports":[]},"node_modules/postcss/lib/warning.js":{"bytes":739,"imports":[]},"node_modules/postcss/lib/result.js":{"bytes":745,"imports":[{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"}]},"node_modules/postcss/lib/at-rule.js":{"bytes":471,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/root.js":{"bytes":1239,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1227,"imports":[]},"node_modules/postcss/lib/rule.js":{"bytes":569,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"}]},"node_modules/postcss/lib/parser.js":{"bytes":14482,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/parse.js":{"bytes":1147,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/lazy-result.js":{"bytes":13562,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/no-work-result.js":{"bytes":2551,"imports":[{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"}]},"node_modules/postcss/lib/processor.js":{"bytes":1810,"imports":[{"path":"node_modules/postcss/lib/no-work-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/fromJSON.js":{"bytes":1506,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.js":{"bytes":2898,"imports":[{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/processor.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/fromJSON.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss-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":16603,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytes":54408,"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":1187,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytes":1823,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytes":1895,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytes":1239,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytes":1187,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytes":1231,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytes":1193,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytes":1213,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytes":1213,"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":4314,"imports":[{"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":433084},"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},"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":10341},"node_modules/postcss/lib/comment.js":{"bytesInOutput":354},"node_modules/postcss/lib/container.js":{"bytesInOutput":12297},"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":1560},"node_modules/postcss/lib/list.js":{"bytesInOutput":1596},"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":5539},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytesInOutput":13615},"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":290},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytesInOutput":318},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytesInOutput":298},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytesInOutput":314},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytesInOutput":290},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytesInOutput":316},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytesInOutput":294},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytesInOutput":302},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytesInOutput":302},"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":1031}},"bytes":255408}}}
|
|
1
|
+
{"inputs":{"node_modules/tslib/tslib.js":{"bytes":14860,"imports":[]},"node_modules/picocolors/picocolors.js":{"bytes":2594,"imports":[]},"node_modules/postcss/lib/tokenize.js":{"bytes":6536,"imports":[]},"node_modules/postcss/lib/terminal-highlight.js":{"bytes":1399,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"}]},"node_modules/postcss/lib/css-syntax-error.js":{"bytes":2524,"imports":[{"path":"node_modules/picocolors/picocolors.js","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"}]},"node_modules/postcss/lib/symbols.js":{"bytes":91,"imports":[]},"node_modules/postcss/lib/stringifier.js":{"bytes":8220,"imports":[]},"node_modules/postcss/lib/stringify.js":{"bytes":213,"imports":[{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"}]},"node_modules/postcss/lib/node.js":{"bytes":8485,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringifier.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"}]},"node_modules/postcss/lib/declaration.js":{"bytes":495,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/source-map-js/lib/base64.js":{"bytes":1540,"imports":[]},"node_modules/source-map-js/lib/base64-vlq.js":{"bytes":4714,"imports":[{"path":"node_modules/source-map-js/lib/base64.js","kind":"require-call"}]},"node_modules/source-map-js/lib/util.js":{"bytes":15403,"imports":[]},"node_modules/source-map-js/lib/array-set.js":{"bytes":3197,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/mapping-list.js":{"bytes":2339,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-map-generator.js":{"bytes":14356,"imports":[{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/mapping-list.js","kind":"require-call"}]},"node_modules/source-map-js/lib/binary-search.js":{"bytes":4249,"imports":[]},"node_modules/source-map-js/lib/quick-sort.js":{"bytes":4068,"imports":[]},"node_modules/source-map-js/lib/source-map-consumer.js":{"bytes":41482,"imports":[{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/binary-search.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/array-set.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/base64-vlq.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/quick-sort.js","kind":"require-call"}]},"node_modules/source-map-js/lib/source-node.js":{"bytes":13808,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/util.js","kind":"require-call"}]},"node_modules/source-map-js/source-map.js":{"bytes":405,"imports":[{"path":"node_modules/source-map-js/lib/source-map-generator.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-map-consumer.js","kind":"require-call"},{"path":"node_modules/source-map-js/lib/source-node.js","kind":"require-call"}]},"node_modules/nanoid/non-secure/index.cjs":{"bytes":499,"imports":[]},"node_modules/postcss/lib/previous-map.js":{"bytes":3923,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"}]},"node_modules/postcss/lib/input.js":{"bytes":6189,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/nanoid/non-secure/index.cjs","kind":"require-call"},{"path":"node_modules/postcss/lib/terminal-highlight.js","kind":"require-call"},{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"}]},"node_modules/postcss/lib/map-generator.js":{"bytes":8958,"imports":[{"path":"node_modules/source-map-js/source-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/comment.js":{"bytes":203,"imports":[{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/container.js":{"bytes":10497,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss/lib/document.js":{"bytes":654,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/warn-once.js":{"bytes":256,"imports":[]},"node_modules/postcss/lib/warning.js":{"bytes":739,"imports":[]},"node_modules/postcss/lib/result.js":{"bytes":745,"imports":[{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"}]},"node_modules/postcss/lib/at-rule.js":{"bytes":471,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/root.js":{"bytes":1239,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"}]},"node_modules/postcss/lib/list.js":{"bytes":1227,"imports":[]},"node_modules/postcss/lib/rule.js":{"bytes":569,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"}]},"node_modules/postcss/lib/parser.js":{"bytes":14482,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/tokenize.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/parse.js":{"bytes":1147,"imports":[{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parser.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"}]},"node_modules/postcss/lib/lazy-result.js":{"bytes":13562,"imports":[{"path":"node_modules/postcss/lib/symbols.js","kind":"require-call"},{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/no-work-result.js":{"bytes":2551,"imports":[{"path":"node_modules/postcss/lib/map-generator.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warn-once.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"}]},"node_modules/postcss/lib/processor.js":{"bytes":1810,"imports":[{"path":"node_modules/postcss/lib/no-work-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"}]},"node_modules/postcss/lib/fromJSON.js":{"bytes":1506,"imports":[{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/previous-map.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"}]},"node_modules/postcss/lib/postcss.js":{"bytes":2898,"imports":[{"path":"node_modules/postcss/lib/css-syntax-error.js","kind":"require-call"},{"path":"node_modules/postcss/lib/declaration.js","kind":"require-call"},{"path":"node_modules/postcss/lib/lazy-result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/container.js","kind":"require-call"},{"path":"node_modules/postcss/lib/processor.js","kind":"require-call"},{"path":"node_modules/postcss/lib/stringify.js","kind":"require-call"},{"path":"node_modules/postcss/lib/fromJSON.js","kind":"require-call"},{"path":"node_modules/postcss/lib/document.js","kind":"require-call"},{"path":"node_modules/postcss/lib/warning.js","kind":"require-call"},{"path":"node_modules/postcss/lib/comment.js","kind":"require-call"},{"path":"node_modules/postcss/lib/at-rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/result.js","kind":"require-call"},{"path":"node_modules/postcss/lib/input.js","kind":"require-call"},{"path":"node_modules/postcss/lib/parse.js","kind":"require-call"},{"path":"node_modules/postcss/lib/list.js","kind":"require-call"},{"path":"node_modules/postcss/lib/rule.js","kind":"require-call"},{"path":"node_modules/postcss/lib/root.js","kind":"require-call"},{"path":"node_modules/postcss/lib/node.js","kind":"require-call"}]},"node_modules/postcss-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":16589,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytes":54408,"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":1187,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytes":1823,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytes":1895,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytes":1239,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytes":1187,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytes":1231,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytes":1193,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytes":1213,"imports":[]},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytes":1213,"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":4314,"imports":[{"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":433078},"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},"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":10341},"node_modules/postcss/lib/comment.js":{"bytesInOutput":354},"node_modules/postcss/lib/container.js":{"bytesInOutput":12297},"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":1560},"node_modules/postcss/lib/list.js":{"bytesInOutput":1596},"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":5533},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/migrations/legacy-components-v15/index.js":{"bytesInOutput":13615},"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":290},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js":{"bytesInOutput":318},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js":{"bytesInOutput":298},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js":{"bytesInOutput":314},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js":{"bytesInOutput":290},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js":{"bytesInOutput":316},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js":{"bytesInOutput":294},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js":{"bytesInOutput":302},"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js":{"bytesInOutput":302},"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":1031}},"bytes":255402}}}
|
package/slider/index.d.ts
CHANGED
|
@@ -326,7 +326,7 @@ export declare class MatSliderRangeThumb extends MatSliderThumb implements _MatS
|
|
|
326
326
|
_onInput(): void;
|
|
327
327
|
_onNgControlValueChange(): void;
|
|
328
328
|
_onPointerDown(event: PointerEvent): void;
|
|
329
|
-
_onPointerUp(
|
|
329
|
+
_onPointerUp(): void;
|
|
330
330
|
_onPointerMove(event: PointerEvent): void;
|
|
331
331
|
_fixValue(event: PointerEvent): void;
|
|
332
332
|
_clamp(v: number): number;
|
|
@@ -469,7 +469,7 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
|
|
|
469
469
|
/** Corrects the value of the slider based on the pointer event's position. */
|
|
470
470
|
_fixValue(event: PointerEvent): void;
|
|
471
471
|
_onPointerMove(event: PointerEvent): void;
|
|
472
|
-
_onPointerUp(
|
|
472
|
+
_onPointerUp(): void;
|
|
473
473
|
_clamp(v: number): number;
|
|
474
474
|
_calcTranslateXByValue(): number;
|
|
475
475
|
_calcTranslateXByPointerEvent(event: PointerEvent): number;
|
|
@@ -75,6 +75,8 @@ export declare class MatSliderThumbHarness extends ComponentHarness {
|
|
|
75
75
|
export declare interface SliderHarnessFilters extends BaseHarnessFilters {
|
|
76
76
|
/** Filters out only range/non-range sliders. */
|
|
77
77
|
isRange?: boolean;
|
|
78
|
+
/** Only find instances which match the given disabled state. */
|
|
79
|
+
disabled?: boolean;
|
|
78
80
|
}
|
|
79
81
|
|
|
80
82
|
/** A set of criteria that can be used to filter a list of `MatSliderThumbHarness` instances. */
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '@material/snackbar/snackbar-theme' as mdc-snackbar-theme;
|
|
7
7
|
@use 'sass:color';
|
|
8
8
|
@use 'sass:map';
|
|
9
|
+
@use 'sass:meta';
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
@mixin color($config-or-theme) {
|
|
@@ -18,16 +19,19 @@
|
|
|
18
19
|
$button-color:
|
|
19
20
|
if($is-dark-theme, currentColor, theming.get-color-from-palette($accent, text));
|
|
20
21
|
--mat-mdc-snack-bar-button-color: #{$button-color};
|
|
22
|
+
$on-surface: mdc-theme-color.prop-value(on-surface);
|
|
23
|
+
$surface: mdc-theme-color.prop-value(surface);
|
|
21
24
|
|
|
22
25
|
@include mdc-snackbar-theme.theme((
|
|
23
|
-
container-color:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
container-color: if(
|
|
27
|
+
meta.type-of($on-surface) == color and meta.type-of($surface) == color,
|
|
28
|
+
color.mix($on-surface, $surface, 80%),
|
|
29
|
+
$on-surface
|
|
27
30
|
),
|
|
28
|
-
supporting-text-color:
|
|
29
|
-
|
|
30
|
-
mdc-theme-color.text-emphasis(high)
|
|
31
|
+
supporting-text-color: if(
|
|
32
|
+
meta.type-of($surface) == color,
|
|
33
|
+
rgba($surface, mdc-theme-color.text-emphasis(high)),
|
|
34
|
+
$surface
|
|
31
35
|
)
|
|
32
36
|
));
|
|
33
37
|
}
|
package/tabs/_tabs-common.scss
CHANGED
|
@@ -53,6 +53,12 @@ $mat-tab-animation-duration: 500ms !default;
|
|
|
53
53
|
pointer-events: none;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
+
// We support projecting icons into the tab. These styles ensure that they're centered.
|
|
57
|
+
.mdc-tab__text-label {
|
|
58
|
+
display: inline-flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
}
|
|
61
|
+
|
|
56
62
|
// Required for `fitInkBarToContent` to work. This used to be included with MDC's `without-ripple`
|
|
57
63
|
// mixin, but that no longer appears to be the case with `static-styles`. Since the latter is
|
|
58
64
|
// ~10kb smaller, we include this one extra style ourselves.
|
|
@@ -196,3 +202,37 @@ $mat-tab-animation-duration: 500ms !default;
|
|
|
196
202
|
overflow: hidden;
|
|
197
203
|
z-index: 1;
|
|
198
204
|
}
|
|
205
|
+
|
|
206
|
+
@mixin paginated-tab-header-with-background($header-selector) {
|
|
207
|
+
&.mat-tabs-with-background {
|
|
208
|
+
// Note that these selectors target direct descendants so
|
|
209
|
+
// that the styles don't apply to any nested tab groups.
|
|
210
|
+
> #{$header-selector}, > .mat-mdc-tab-header-pagination {
|
|
211
|
+
// Set background color for the tab group
|
|
212
|
+
background-color: var(--mat-mdc-tab-header-with-background-background-color, transparent);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
> #{$header-selector} {
|
|
216
|
+
// Set labels to contrast against background
|
|
217
|
+
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
|
|
218
|
+
color: var(--mat-mdc-tab-header-with-background-foreground-color, inherit);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.mdc-tab-indicator__content--underline,
|
|
222
|
+
.mat-mdc-tab-header-pagination-chevron,
|
|
223
|
+
.mat-mdc-focus-indicator::before {
|
|
224
|
+
border-color: var(--mat-mdc-tab-header-with-background-foreground-color, inherit);
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
> #{$header-selector}, > .mat-mdc-tab-header-pagination {
|
|
229
|
+
.mat-ripple-element, .mdc-tab__ripple::before {
|
|
230
|
+
background-color: var(--mat-mdc-tab-header-with-background-foreground-color, inherit);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.mat-mdc-tab-header-pagination-chevron {
|
|
234
|
+
border-color: var(--mat-mdc-tab-header-with-background-foreground-color, inherit);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
package/tabs/_tabs-theme.scss
CHANGED
|
@@ -62,36 +62,10 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
@mixin _background($background-color, $foreground-color) {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
// Set background color for the tab group
|
|
70
|
-
@include mdc-theme.prop(background-color, $background-color);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
> .mat-mdc-tab-header, > .mat-mdc-tab-link-container {
|
|
74
|
-
// Set labels to contrast against background
|
|
75
|
-
.mat-mdc-tab .mdc-tab__text-label, .mat-mdc-tab-link .mdc-tab__text-label {
|
|
76
|
-
@include mdc-theme.prop(color, $foreground-color);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.mdc-tab-indicator__content--underline,
|
|
80
|
-
.mat-mdc-tab-header-pagination-chevron,
|
|
81
|
-
.mat-mdc-focus-indicator::before {
|
|
82
|
-
@include mdc-theme.prop(border-color, $foreground-color);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
> .mat-mdc-tab-header, > .mat-mdc-tab-link-container, > .mat-mdc-tab-header-pagination {
|
|
87
|
-
.mat-ripple-element, .mdc-tab__ripple::before {
|
|
88
|
-
@include mdc-theme.prop(background-color, $foreground-color);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.mat-mdc-tab-header-pagination-chevron {
|
|
92
|
-
@include mdc-theme.prop(border-color, $foreground-color);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
65
|
+
$background-value: mdc-theme-color.prop-value($background-color);
|
|
66
|
+
$foreground-value: mdc-theme-color.prop-value($foreground-color);
|
|
67
|
+
--mat-mdc-tab-header-with-background-background-color: #{$background-value};
|
|
68
|
+
--mat-mdc-tab-header-with-background-foreground-color: #{$foreground-value};
|
|
95
69
|
}
|
|
96
70
|
|
|
97
71
|
@mixin _palette-styles($color) {
|