@angular/material 11.0.3 → 11.1.1
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/LICENSE +1 -1
- package/_theming.scss +392 -351
- package/autocomplete/_autocomplete-theme.scss +4 -5
- package/autocomplete/autocomplete.d.ts +7 -1
- package/autocomplete/index.metadata.json +1 -1
- package/autocomplete/testing/autocomplete-harness.d.ts +29 -15
- package/badge/_badge-theme.scss +2 -3
- package/bottom-sheet/_bottom-sheet-theme.scss +4 -5
- package/bundles/material-autocomplete-testing.umd.js +54 -36
- package/bundles/material-autocomplete-testing.umd.js.map +1 -1
- package/bundles/material-autocomplete-testing.umd.min.js +2 -2
- package/bundles/material-autocomplete-testing.umd.min.js.map +1 -1
- package/bundles/material-autocomplete.umd.js +32 -10
- package/bundles/material-autocomplete.umd.js.map +1 -1
- package/bundles/material-autocomplete.umd.min.js +3 -3
- package/bundles/material-autocomplete.umd.min.js.map +1 -1
- package/bundles/material-badge-testing.umd.js +9 -1
- package/bundles/material-badge-testing.umd.js.map +1 -1
- package/bundles/material-badge-testing.umd.min.js +1 -1
- package/bundles/material-badge-testing.umd.min.js.map +1 -1
- package/bundles/material-badge.umd.js +9 -1
- package/bundles/material-badge.umd.js.map +1 -1
- package/bundles/material-badge.umd.min.js +3 -3
- package/bundles/material-badge.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet-testing.umd.js +9 -1
- package/bundles/material-bottom-sheet-testing.umd.js.map +1 -1
- package/bundles/material-bottom-sheet-testing.umd.min.js +1 -1
- package/bundles/material-bottom-sheet-testing.umd.min.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.js +9 -1
- package/bundles/material-bottom-sheet.umd.js.map +1 -1
- package/bundles/material-bottom-sheet.umd.min.js +1 -1
- package/bundles/material-bottom-sheet.umd.min.js.map +1 -1
- package/bundles/material-button-testing.umd.js +9 -1
- package/bundles/material-button-testing.umd.js.map +1 -1
- package/bundles/material-button-testing.umd.min.js +1 -1
- package/bundles/material-button-testing.umd.min.js.map +1 -1
- package/bundles/material-button-toggle-testing.umd.js +9 -1
- package/bundles/material-button-toggle-testing.umd.js.map +1 -1
- package/bundles/material-button-toggle-testing.umd.min.js +1 -1
- package/bundles/material-button-toggle-testing.umd.min.js.map +1 -1
- package/bundles/material-button-toggle.umd.js +9 -1
- package/bundles/material-button-toggle.umd.js.map +1 -1
- package/bundles/material-button-toggle.umd.min.js +1 -1
- package/bundles/material-button-toggle.umd.min.js.map +1 -1
- package/bundles/material-button.umd.js +17 -5
- package/bundles/material-button.umd.js.map +1 -1
- package/bundles/material-button.umd.min.js +1 -1
- package/bundles/material-button.umd.min.js.map +1 -1
- package/bundles/material-card-testing.umd.js +9 -1
- package/bundles/material-card-testing.umd.js.map +1 -1
- package/bundles/material-card-testing.umd.min.js +1 -1
- package/bundles/material-card-testing.umd.min.js.map +1 -1
- package/bundles/material-checkbox-testing.umd.js +73 -64
- package/bundles/material-checkbox-testing.umd.js.map +1 -1
- package/bundles/material-checkbox-testing.umd.min.js +2 -2
- package/bundles/material-checkbox-testing.umd.min.js.map +1 -1
- package/bundles/material-checkbox.umd.js +15 -3
- package/bundles/material-checkbox.umd.js.map +1 -1
- package/bundles/material-checkbox.umd.min.js +2 -2
- package/bundles/material-checkbox.umd.min.js.map +1 -1
- package/bundles/material-chips-testing.umd.js +189 -29
- package/bundles/material-chips-testing.umd.js.map +1 -1
- package/bundles/material-chips-testing.umd.min.js +2 -2
- package/bundles/material-chips-testing.umd.min.js.map +1 -1
- package/bundles/material-chips.umd.js +9 -1
- package/bundles/material-chips.umd.js.map +1 -1
- package/bundles/material-chips.umd.min.js +4 -4
- package/bundles/material-chips.umd.min.js.map +1 -1
- package/bundles/material-core-testing.umd.js +14 -3
- package/bundles/material-core-testing.umd.js.map +1 -1
- package/bundles/material-core-testing.umd.min.js +1 -1
- package/bundles/material-core-testing.umd.min.js.map +1 -1
- package/bundles/material-core.umd.js +55 -14
- package/bundles/material-core.umd.js.map +1 -1
- package/bundles/material-core.umd.min.js +16 -8
- package/bundles/material-core.umd.min.js.map +1 -1
- package/bundles/material-datepicker-testing.umd.js +24 -12
- package/bundles/material-datepicker-testing.umd.js.map +1 -1
- package/bundles/material-datepicker-testing.umd.min.js +1 -1
- package/bundles/material-datepicker-testing.umd.min.js.map +1 -1
- package/bundles/material-datepicker.umd.js +256 -84
- package/bundles/material-datepicker.umd.js.map +1 -1
- package/bundles/material-datepicker.umd.min.js +20 -12
- package/bundles/material-datepicker.umd.min.js.map +1 -1
- package/bundles/material-dialog-testing.umd.js +9 -1
- package/bundles/material-dialog-testing.umd.js.map +1 -1
- package/bundles/material-dialog-testing.umd.min.js +1 -1
- package/bundles/material-dialog-testing.umd.min.js.map +1 -1
- package/bundles/material-dialog.umd.js +10 -2
- package/bundles/material-dialog.umd.js.map +1 -1
- package/bundles/material-dialog.umd.min.js +8 -8
- package/bundles/material-dialog.umd.min.js.map +1 -1
- package/bundles/material-divider-testing.umd.js +9 -1
- package/bundles/material-divider-testing.umd.js.map +1 -1
- package/bundles/material-divider-testing.umd.min.js +2 -2
- package/bundles/material-divider-testing.umd.min.js.map +1 -1
- package/bundles/material-expansion-testing.umd.js +9 -1
- package/bundles/material-expansion-testing.umd.js.map +1 -1
- package/bundles/material-expansion-testing.umd.min.js +1 -1
- package/bundles/material-expansion-testing.umd.min.js.map +1 -1
- package/bundles/material-expansion.umd.js +15 -3
- package/bundles/material-expansion.umd.js.map +1 -1
- package/bundles/material-expansion.umd.min.js +3 -3
- package/bundles/material-expansion.umd.min.js.map +1 -1
- package/bundles/material-form-field-testing-control.umd.js +9 -1
- package/bundles/material-form-field-testing-control.umd.js.map +1 -1
- package/bundles/material-form-field-testing-control.umd.min.js +1 -1
- package/bundles/material-form-field-testing-control.umd.min.js.map +1 -1
- package/bundles/material-form-field-testing.umd.js +41 -30
- package/bundles/material-form-field-testing.umd.js.map +1 -1
- package/bundles/material-form-field-testing.umd.min.js +3 -3
- package/bundles/material-form-field-testing.umd.min.js.map +1 -1
- package/bundles/material-form-field.umd.js +10 -2
- package/bundles/material-form-field.umd.js.map +1 -1
- package/bundles/material-form-field.umd.min.js +1 -1
- package/bundles/material-form-field.umd.min.js.map +1 -1
- package/bundles/material-grid-list-testing.umd.js +15 -5
- package/bundles/material-grid-list-testing.umd.js.map +1 -1
- package/bundles/material-grid-list-testing.umd.min.js +2 -2
- package/bundles/material-grid-list-testing.umd.min.js.map +1 -1
- package/bundles/material-grid-list.umd.js +9 -1
- package/bundles/material-grid-list.umd.js.map +1 -1
- package/bundles/material-grid-list.umd.min.js +1 -1
- package/bundles/material-grid-list.umd.min.js.map +1 -1
- package/bundles/material-icon-testing.umd.js +12 -2
- package/bundles/material-icon-testing.umd.js.map +1 -1
- package/bundles/material-icon-testing.umd.min.js +2 -2
- package/bundles/material-icon-testing.umd.min.js.map +1 -1
- package/bundles/material-icon.umd.js +46 -2
- package/bundles/material-icon.umd.js.map +1 -1
- package/bundles/material-icon.umd.min.js +3 -3
- package/bundles/material-icon.umd.min.js.map +1 -1
- package/bundles/material-input-testing.umd.js +19 -8
- package/bundles/material-input-testing.umd.js.map +1 -1
- package/bundles/material-input-testing.umd.min.js +1 -1
- package/bundles/material-input-testing.umd.min.js.map +1 -1
- package/bundles/material-input.umd.js +9 -1
- package/bundles/material-input.umd.js.map +1 -1
- package/bundles/material-input.umd.min.js +1 -1
- package/bundles/material-input.umd.min.js.map +1 -1
- package/bundles/material-list-testing.umd.js +62 -57
- package/bundles/material-list-testing.umd.js.map +1 -1
- package/bundles/material-list-testing.umd.min.js +1 -1
- package/bundles/material-list-testing.umd.min.js.map +1 -1
- package/bundles/material-list.umd.js +9 -1
- package/bundles/material-list.umd.js.map +1 -1
- package/bundles/material-list.umd.min.js +1 -1
- package/bundles/material-list.umd.min.js.map +1 -1
- package/bundles/material-menu-testing.umd.js +94 -67
- package/bundles/material-menu-testing.umd.js.map +1 -1
- package/bundles/material-menu-testing.umd.min.js +2 -2
- package/bundles/material-menu-testing.umd.min.js.map +1 -1
- package/bundles/material-menu.umd.js +18 -6
- package/bundles/material-menu.umd.js.map +1 -1
- package/bundles/material-menu.umd.min.js +3 -3
- package/bundles/material-menu.umd.min.js.map +1 -1
- package/bundles/material-paginator-testing.umd.js +50 -34
- package/bundles/material-paginator-testing.umd.js.map +1 -1
- package/bundles/material-paginator-testing.umd.min.js +2 -2
- package/bundles/material-paginator-testing.umd.min.js.map +1 -1
- package/bundles/material-paginator.umd.js +9 -1
- package/bundles/material-paginator.umd.js.map +1 -1
- package/bundles/material-paginator.umd.min.js +1 -1
- package/bundles/material-paginator.umd.min.js.map +1 -1
- package/bundles/material-progress-bar-testing.umd.js +9 -1
- package/bundles/material-progress-bar-testing.umd.js.map +1 -1
- package/bundles/material-progress-bar-testing.umd.min.js +1 -1
- package/bundles/material-progress-bar-testing.umd.min.js.map +1 -1
- package/bundles/material-progress-bar.umd.js +9 -1
- package/bundles/material-progress-bar.umd.js.map +1 -1
- package/bundles/material-progress-bar.umd.min.js +1 -1
- package/bundles/material-progress-bar.umd.min.js.map +1 -1
- package/bundles/material-progress-spinner-testing.umd.js +9 -1
- package/bundles/material-progress-spinner-testing.umd.js.map +1 -1
- package/bundles/material-progress-spinner-testing.umd.min.js +1 -1
- package/bundles/material-progress-spinner-testing.umd.min.js.map +1 -1
- package/bundles/material-progress-spinner.umd.js +9 -1
- package/bundles/material-progress-spinner.umd.js.map +1 -1
- package/bundles/material-progress-spinner.umd.min.js +2 -2
- package/bundles/material-progress-spinner.umd.min.js.map +1 -1
- package/bundles/material-radio-testing.umd.js +88 -63
- package/bundles/material-radio-testing.umd.js.map +1 -1
- package/bundles/material-radio-testing.umd.min.js +2 -2
- package/bundles/material-radio-testing.umd.min.js.map +1 -1
- package/bundles/material-radio.umd.js +18 -5
- package/bundles/material-radio.umd.js.map +1 -1
- package/bundles/material-radio.umd.min.js +1 -1
- package/bundles/material-radio.umd.min.js.map +1 -1
- package/bundles/material-select-testing.umd.js +73 -51
- package/bundles/material-select-testing.umd.js.map +1 -1
- package/bundles/material-select-testing.umd.min.js +2 -2
- package/bundles/material-select-testing.umd.min.js.map +1 -1
- package/bundles/material-select.umd.js +9 -1
- package/bundles/material-select.umd.js.map +1 -1
- package/bundles/material-select.umd.min.js +4 -4
- package/bundles/material-select.umd.min.js.map +1 -1
- package/bundles/material-sidenav-testing.umd.js +175 -28
- package/bundles/material-sidenav-testing.umd.js.map +1 -1
- package/bundles/material-sidenav-testing.umd.min.js +2 -2
- package/bundles/material-sidenav-testing.umd.min.js.map +1 -1
- package/bundles/material-sidenav.umd.js +9 -1
- package/bundles/material-sidenav.umd.js.map +1 -1
- package/bundles/material-sidenav.umd.min.js +1 -1
- package/bundles/material-sidenav.umd.min.js.map +1 -1
- package/bundles/material-slide-toggle-testing.umd.js +9 -1
- package/bundles/material-slide-toggle-testing.umd.js.map +1 -1
- package/bundles/material-slide-toggle-testing.umd.min.js +1 -1
- package/bundles/material-slide-toggle-testing.umd.min.js.map +1 -1
- package/bundles/material-slide-toggle.umd.js +16 -3
- package/bundles/material-slide-toggle.umd.js.map +1 -1
- package/bundles/material-slide-toggle.umd.min.js +3 -3
- package/bundles/material-slide-toggle.umd.min.js.map +1 -1
- package/bundles/material-slider-testing.umd.js +15 -4
- package/bundles/material-slider-testing.umd.js.map +1 -1
- package/bundles/material-slider-testing.umd.min.js +2 -2
- package/bundles/material-slider-testing.umd.min.js.map +1 -1
- package/bundles/material-slider.umd.js +9 -1
- package/bundles/material-slider.umd.js.map +1 -1
- package/bundles/material-slider.umd.min.js +1 -1
- package/bundles/material-slider.umd.min.js.map +1 -1
- package/bundles/material-snack-bar-testing.umd.js +29 -12
- package/bundles/material-snack-bar-testing.umd.js.map +1 -1
- package/bundles/material-snack-bar-testing.umd.min.js +2 -2
- package/bundles/material-snack-bar-testing.umd.min.js.map +1 -1
- package/bundles/material-snack-bar.umd.js +20 -2
- package/bundles/material-snack-bar.umd.js.map +1 -1
- package/bundles/material-snack-bar.umd.min.js +1 -1
- package/bundles/material-snack-bar.umd.min.js.map +1 -1
- package/bundles/material-sort-testing.umd.js +9 -1
- package/bundles/material-sort-testing.umd.js.map +1 -1
- package/bundles/material-sort-testing.umd.min.js +1 -1
- package/bundles/material-sort-testing.umd.min.js.map +1 -1
- package/bundles/material-sort.umd.js +19 -5
- package/bundles/material-sort.umd.js.map +1 -1
- package/bundles/material-sort.umd.min.js +2 -2
- package/bundles/material-sort.umd.min.js.map +1 -1
- package/bundles/material-stepper-testing.umd.js +9 -1
- package/bundles/material-stepper-testing.umd.js.map +1 -1
- package/bundles/material-stepper-testing.umd.min.js +2 -2
- package/bundles/material-stepper-testing.umd.min.js.map +1 -1
- package/bundles/material-stepper.umd.js +16 -3
- package/bundles/material-stepper.umd.js.map +1 -1
- package/bundles/material-stepper.umd.min.js +3 -3
- package/bundles/material-stepper.umd.min.js.map +1 -1
- package/bundles/material-table-testing.umd.js +26 -17
- package/bundles/material-table-testing.umd.js.map +1 -1
- package/bundles/material-table-testing.umd.min.js +2 -2
- package/bundles/material-table-testing.umd.min.js.map +1 -1
- package/bundles/material-table.umd.js +66 -39
- package/bundles/material-table.umd.js.map +1 -1
- package/bundles/material-table.umd.min.js +3 -3
- package/bundles/material-table.umd.min.js.map +1 -1
- package/bundles/material-tabs-testing.umd.js +11 -3
- package/bundles/material-tabs-testing.umd.js.map +1 -1
- package/bundles/material-tabs-testing.umd.min.js +1 -1
- package/bundles/material-tabs-testing.umd.min.js.map +1 -1
- package/bundles/material-tabs.umd.js +10 -2
- package/bundles/material-tabs.umd.js.map +1 -1
- package/bundles/material-tabs.umd.min.js +5 -5
- package/bundles/material-tabs.umd.min.js.map +1 -1
- package/bundles/material-toolbar-testing.umd.js +11 -2
- package/bundles/material-toolbar-testing.umd.js.map +1 -1
- package/bundles/material-toolbar-testing.umd.min.js +2 -2
- package/bundles/material-toolbar-testing.umd.min.js.map +1 -1
- package/bundles/material-toolbar.umd.js +9 -1
- package/bundles/material-toolbar.umd.js.map +1 -1
- package/bundles/material-toolbar.umd.min.js +2 -2
- package/bundles/material-toolbar.umd.min.js.map +1 -1
- package/bundles/material-tooltip-testing.umd.js +9 -1
- package/bundles/material-tooltip-testing.umd.js.map +1 -1
- package/bundles/material-tooltip-testing.umd.min.js +1 -1
- package/bundles/material-tooltip-testing.umd.min.js.map +1 -1
- package/bundles/material-tooltip.umd.js +35 -7
- package/bundles/material-tooltip.umd.js.map +1 -1
- package/bundles/material-tooltip.umd.min.js +3 -3
- package/bundles/material-tooltip.umd.min.js.map +1 -1
- package/bundles/material-tree-testing.umd.js +10 -2
- package/bundles/material-tree-testing.umd.js.map +1 -1
- package/bundles/material-tree-testing.umd.min.js +1 -1
- package/bundles/material-tree-testing.umd.min.js.map +1 -1
- package/bundles/material-tree.umd.js +12 -3
- package/bundles/material-tree.umd.js.map +1 -1
- package/bundles/material-tree.umd.min.js +3 -3
- package/bundles/material-tree.umd.min.js.map +1 -1
- package/button/_button-base.scss +2 -2
- package/button/_button-theme.scss +10 -11
- package/button/index.metadata.json +1 -1
- package/button-toggle/_button-toggle-theme.scss +9 -10
- package/card/_card-theme.scss +5 -6
- package/checkbox/_checkbox-theme.scss +2 -3
- package/checkbox/testing/checkbox-harness.d.ts +21 -16
- package/chips/_chips-theme.scss +4 -5
- package/chips/testing/chip-harness-filters.d.ts +11 -3
- package/chips/testing/chip-harness.d.ts +5 -5
- package/chips/testing/chip-list-harness.d.ts +15 -12
- package/chips/testing/chip-listbox-harness.d.ts +34 -0
- package/chips/testing/chip-option-harness.d.ts +29 -0
- package/chips/testing/public-api.d.ts +3 -1
- package/core/_core.scss +6 -6
- package/core/color/_all-color.scss +2 -1
- package/core/datetime/date-formats.d.ts +1 -0
- package/core/density/private/_all-density.scss +34 -0
- package/core/density/{_index.scss → private/_compatibility.scss} +11 -8
- package/core/focus-indicators/_focus-indicators.scss +3 -4
- package/core/index.metadata.json +1 -1
- package/core/option/_optgroup-theme.scss +2 -3
- package/core/option/_option-theme.scss +2 -3
- package/core/option/index.d.ts +1 -0
- package/core/option/optgroup.d.ts +4 -0
- package/core/option/option-parent.d.ts +22 -0
- package/core/option/option.d.ts +2 -14
- package/core/ripple/_ripple.scss +2 -3
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +2 -3
- package/core/style/_elevation.scss +2 -18
- package/core/style/_form-common.scss +2 -2
- package/core/style/_private.scss +40 -0
- package/core/style/_vendor-prefixes.scss +3 -3
- package/core/testing/option-harness.d.ts +2 -0
- package/core/theming/_all-theme.scss +3 -2
- package/core/theming/_theming.scss +148 -38
- package/core/typography/_all-typography.scss +1 -1
- package/core/typography/_typography.scss +39 -9
- package/datepicker/_datepicker-theme.scss +15 -16
- package/datepicker/date-range-input-parts.d.ts +2 -3
- package/datepicker/date-range-input.d.ts +5 -4
- package/datepicker/date-selection-model.d.ts +10 -0
- package/datepicker/datepicker-actions.d.ts +33 -0
- package/datepicker/datepicker-base.d.ts +52 -9
- package/datepicker/datepicker-input-base.d.ts +5 -10
- package/datepicker/datepicker-input.d.ts +9 -8
- package/datepicker/datepicker-toggle.d.ts +4 -2
- package/datepicker/index.metadata.json +1 -1
- package/datepicker/public-api.d.ts +1 -0
- package/datepicker/year-view.d.ts +1 -1
- package/dialog/_dialog-theme.scss +4 -5
- package/divider/_divider-theme.scss +2 -3
- package/esm2015/autocomplete/autocomplete-trigger.js +11 -3
- package/esm2015/autocomplete/autocomplete.js +11 -4
- package/esm2015/autocomplete/testing/autocomplete-harness.js +27 -19
- package/esm2015/button/button.js +10 -5
- package/esm2015/checkbox/checkbox.js +8 -3
- package/esm2015/checkbox/testing/checkbox-harness.js +31 -36
- package/esm2015/chips/testing/chip-harness-filters.js +1 -1
- package/esm2015/chips/testing/chip-harness.js +6 -6
- package/esm2015/chips/testing/chip-list-harness.js +19 -16
- package/esm2015/chips/testing/chip-listbox-harness.js +49 -0
- package/esm2015/chips/testing/chip-option-harness.js +54 -0
- package/esm2015/chips/testing/public-api.js +4 -2
- package/esm2015/core/common-behaviors/common-module.js +1 -1
- package/esm2015/core/datetime/date-formats.js +1 -1
- package/esm2015/core/option/index.js +2 -1
- package/esm2015/core/option/optgroup.js +32 -7
- package/esm2015/core/option/option-parent.js +13 -0
- package/esm2015/core/option/option.js +5 -8
- package/esm2015/core/testing/option-harness.js +7 -2
- package/esm2015/core/version.js +1 -1
- package/esm2015/datepicker/calendar-body.js +1 -1
- package/esm2015/datepicker/date-range-input-parts.js +14 -16
- package/esm2015/datepicker/date-range-input.js +11 -4
- package/esm2015/datepicker/date-range-picker.js +3 -2
- package/esm2015/datepicker/date-selection-model.js +24 -1
- package/esm2015/datepicker/datepicker-actions.js +89 -0
- package/esm2015/datepicker/datepicker-base.js +69 -26
- package/esm2015/datepicker/datepicker-input-base.js +15 -27
- package/esm2015/datepicker/datepicker-input.js +11 -5
- package/esm2015/datepicker/datepicker-module.js +8 -1
- package/esm2015/datepicker/datepicker-toggle.js +7 -10
- package/esm2015/datepicker/datepicker.js +5 -2
- package/esm2015/datepicker/month-view.js +4 -3
- package/esm2015/datepicker/public-api.js +2 -1
- package/esm2015/datepicker/testing/date-range-input-harness.js +4 -4
- package/esm2015/datepicker/testing/datepicker-input-harness.js +3 -3
- package/esm2015/datepicker/testing/datepicker-trigger-harness-base.js +3 -3
- package/esm2015/datepicker/year-view.js +1 -1
- package/esm2015/dialog/dialog-ref.js +2 -2
- package/esm2015/expansion/expansion-panel-header.js +8 -3
- package/esm2015/expansion/expansion-panel.js +1 -1
- package/esm2015/form-field/form-field.js +2 -2
- package/esm2015/form-field/testing/form-field-harness.js +14 -9
- package/esm2015/grid-list/testing/grid-list-harness.js +6 -5
- package/esm2015/icon/icon-registry.js +39 -3
- package/esm2015/icon/testing/fake-icon-registry.js +4 -2
- package/esm2015/input/testing/input-harness.js +3 -3
- package/esm2015/input/testing/native-select-harness.js +7 -5
- package/esm2015/list/selection-list.js +1 -1
- package/esm2015/list/testing/list-harness-base.js +5 -4
- package/esm2015/list/testing/list-item-harness-base.js +5 -4
- package/esm2015/list/testing/selection-list-harness.js +8 -5
- package/esm2015/menu/menu-item.js +3 -3
- package/esm2015/menu/menu-trigger.js +10 -4
- package/esm2015/menu/menu.js +1 -1
- package/esm2015/menu/testing/menu-harness.js +44 -32
- package/esm2015/paginator/testing/paginator-harness.js +27 -25
- package/esm2015/radio/radio.js +10 -5
- package/esm2015/radio/testing/radio-harness.js +40 -29
- package/esm2015/select/testing/select-harness.js +36 -28
- package/esm2015/sidenav/testing/drawer-container-harness.js +41 -0
- package/esm2015/sidenav/testing/drawer-content-harness.js +23 -0
- package/esm2015/sidenav/testing/drawer-harness-filters.js +1 -1
- package/esm2015/sidenav/testing/drawer-harness.js +19 -13
- package/esm2015/sidenav/testing/public-api.js +6 -2
- package/esm2015/sidenav/testing/sidenav-container-harness.js +41 -0
- package/esm2015/sidenav/testing/sidenav-content-harness.js +23 -0
- package/esm2015/sidenav/testing/sidenav-harness.js +4 -4
- package/esm2015/slide-toggle/slide-toggle.js +8 -3
- package/esm2015/slider/testing/slider-harness.js +5 -5
- package/esm2015/snack-bar/snack-bar-container.js +12 -2
- package/esm2015/snack-bar/testing/snack-bar-harness.js +19 -12
- package/esm2015/sort/sort-header.js +11 -5
- package/esm2015/stepper/step-header.js +8 -3
- package/esm2015/table/table-data-source.js +34 -21
- package/esm2015/table/table.js +1 -1
- package/esm2015/table/testing/cell-harness.js +3 -3
- package/esm2015/table/testing/row-harness.js +5 -5
- package/esm2015/table/testing/table-harness.js +8 -8
- package/esm2015/tabs/tab-body.js +3 -3
- package/esm2015/tabs/testing/tab-group-harness.js +3 -3
- package/esm2015/tabs/testing/tab-nav-bar-harness.js +3 -3
- package/esm2015/toolbar/testing/toolbar-harness.js +3 -3
- package/esm2015/tooltip/tooltip.js +28 -7
- package/esm2015/tree/node.js +4 -3
- package/esm2015/tree/padding.js +1 -1
- package/esm2015/tree/testing/tree-harness.js +2 -2
- package/esm2015/tree/toggle.js +1 -1
- package/esm2015/tree/tree.js +1 -1
- package/expansion/_expansion-theme.scss +10 -11
- package/expansion/index.metadata.json +1 -1
- package/fesm2015/autocomplete/testing.js +26 -18
- package/fesm2015/autocomplete/testing.js.map +1 -1
- package/fesm2015/autocomplete.js +20 -6
- package/fesm2015/autocomplete.js.map +1 -1
- package/fesm2015/button.js +9 -4
- package/fesm2015/button.js.map +1 -1
- package/fesm2015/checkbox/testing.js +30 -35
- package/fesm2015/checkbox/testing.js.map +1 -1
- package/fesm2015/checkbox.js +7 -2
- package/fesm2015/checkbox.js.map +1 -1
- package/fesm2015/chips/testing.js +120 -21
- package/fesm2015/chips/testing.js.map +1 -1
- package/fesm2015/core/testing.js +6 -1
- package/fesm2015/core/testing.js.map +1 -1
- package/fesm2015/core.js +45 -13
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/datepicker/testing.js +5 -5
- package/fesm2015/datepicker/testing.js.map +1 -1
- package/fesm2015/datepicker.js +281 -120
- package/fesm2015/datepicker.js.map +1 -1
- package/fesm2015/dialog.js +1 -1
- package/fesm2015/dialog.js.map +1 -1
- package/fesm2015/expansion.js +7 -2
- package/fesm2015/expansion.js.map +1 -1
- package/fesm2015/form-field/testing.js +13 -8
- package/fesm2015/form-field/testing.js.map +1 -1
- package/fesm2015/form-field.js +1 -1
- package/fesm2015/form-field.js.map +1 -1
- package/fesm2015/grid-list/testing.js +5 -4
- package/fesm2015/grid-list/testing.js.map +1 -1
- package/fesm2015/grid-list.js.map +1 -1
- package/fesm2015/icon/testing.js +3 -1
- package/fesm2015/icon/testing.js.map +1 -1
- package/fesm2015/icon.js +38 -2
- package/fesm2015/icon.js.map +1 -1
- package/fesm2015/input/testing.js +7 -5
- package/fesm2015/input/testing.js.map +1 -1
- package/fesm2015/list/testing.js +13 -8
- package/fesm2015/list/testing.js.map +1 -1
- package/fesm2015/list.js.map +1 -1
- package/fesm2015/menu/testing.js +45 -33
- package/fesm2015/menu/testing.js.map +1 -1
- package/fesm2015/menu.js +12 -6
- package/fesm2015/menu.js.map +1 -1
- package/fesm2015/paginator/testing.js +26 -24
- package/fesm2015/paginator/testing.js.map +1 -1
- package/fesm2015/paginator.js.map +1 -1
- package/fesm2015/progress-spinner.js.map +1 -1
- package/fesm2015/radio/testing.js +39 -28
- package/fesm2015/radio/testing.js.map +1 -1
- package/fesm2015/radio.js +9 -4
- package/fesm2015/radio.js.map +1 -1
- package/fesm2015/select/testing.js +36 -28
- package/fesm2015/select/testing.js.map +1 -1
- package/fesm2015/sidenav/testing.js +139 -15
- package/fesm2015/sidenav/testing.js.map +1 -1
- package/fesm2015/sidenav.js.map +1 -1
- package/fesm2015/slide-toggle.js +7 -2
- package/fesm2015/slide-toggle.js.map +1 -1
- package/fesm2015/slider/testing.js +4 -4
- package/fesm2015/slider/testing.js.map +1 -1
- package/fesm2015/snack-bar/testing.js +18 -11
- package/fesm2015/snack-bar/testing.js.map +1 -1
- package/fesm2015/snack-bar.js +11 -1
- package/fesm2015/snack-bar.js.map +1 -1
- package/fesm2015/sort.js +10 -4
- package/fesm2015/sort.js.map +1 -1
- package/fesm2015/stepper.js +7 -2
- package/fesm2015/stepper.js.map +1 -1
- package/fesm2015/table/testing.js +11 -11
- package/fesm2015/table/testing.js.map +1 -1
- package/fesm2015/table.js +35 -22
- package/fesm2015/table.js.map +1 -1
- package/fesm2015/tabs/testing.js +3 -3
- package/fesm2015/tabs/testing.js.map +1 -1
- package/fesm2015/tabs.js +2 -2
- package/fesm2015/tabs.js.map +1 -1
- package/fesm2015/toolbar/testing.js +2 -2
- package/fesm2015/toolbar/testing.js.map +1 -1
- package/fesm2015/tooltip.js +27 -7
- package/fesm2015/tooltip.js.map +1 -1
- package/fesm2015/tree/testing.js +1 -1
- package/fesm2015/tree/testing.js.map +1 -1
- package/fesm2015/tree.js +3 -2
- package/fesm2015/tree.js.map +1 -1
- package/form-field/_form-field-fill-theme.scss +4 -5
- package/form-field/_form-field-legacy-theme.scss +5 -6
- package/form-field/_form-field-outline-theme.scss +4 -5
- package/form-field/_form-field-standard-theme.scss +5 -6
- package/form-field/_form-field-theme.scss +8 -9
- package/form-field/index.metadata.json +1 -1
- package/grid-list/_grid-list-theme.scss +2 -3
- package/icon/_icon-theme.scss +2 -3
- package/icon/icon-registry.d.ts +23 -0
- package/icon/index.metadata.json +1 -1
- package/icon/testing/fake-icon-registry.d.ts +1 -0
- package/icon/testing/index.metadata.json +1 -1
- package/input/_input-theme.scss +3 -4
- package/list/_list-theme.scss +2 -3
- package/list/index.metadata.json +1 -1
- package/list/selection-list.d.ts +6 -1
- package/list/testing/list-harness-base.d.ts +1 -1
- package/list/testing/list-item-harness-base.d.ts +2 -2
- package/list/testing/selection-list-harness.d.ts +2 -1
- package/menu/_menu-theme.scss +4 -5
- package/menu/index.metadata.json +1 -1
- package/menu/menu-trigger.d.ts +1 -1
- package/menu/testing/menu-harness.d.ts +39 -26
- package/package.json +2 -2
- package/paginator/_paginator-theme.scss +7 -8
- package/paginator/testing/paginator-harness.d.ts +32 -19
- 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 +2 -3
- package/progress-spinner/_progress-spinner-theme.scss +2 -3
- package/radio/_radio-theme.scss +2 -3
- package/radio/index.metadata.json +1 -1
- package/radio/radio.d.ts +2 -2
- package/radio/testing/radio-harness.d.ts +39 -24
- package/schematics/ng-add/fonts/material-fonts.js +7 -5
- package/schematics/ng-add/index.js +1 -1
- package/select/_select-theme.scss +5 -6
- package/select/testing/select-harness.d.ts +28 -16
- package/sidenav/_sidenav-theme.scss +4 -5
- package/sidenav/testing/drawer-container-harness.d.ts +30 -0
- package/sidenav/testing/drawer-content-harness.d.ts +21 -0
- package/sidenav/testing/drawer-harness-filters.d.ts +6 -0
- package/sidenav/testing/drawer-harness.d.ts +13 -7
- package/sidenav/testing/public-api.d.ts +5 -1
- package/sidenav/testing/sidenav-container-harness.d.ts +30 -0
- package/sidenav/testing/sidenav-content-harness.d.ts +21 -0
- package/sidenav/testing/sidenav-harness.d.ts +3 -3
- package/slide-toggle/_slide-toggle-theme.scss +4 -5
- package/slide-toggle/slide-toggle.d.ts +2 -2
- package/slider/_slider-theme.scss +2 -3
- package/snack-bar/_snack-bar-theme.scss +4 -5
- package/snack-bar/index.metadata.json +1 -1
- package/snack-bar/snack-bar-container.d.ts +5 -0
- package/snack-bar/testing/snack-bar-harness.d.ts +7 -4
- package/sort/_sort-theme.scss +2 -3
- package/sort/index.metadata.json +1 -1
- package/sort/sort-header.d.ts +2 -1
- package/stepper/_stepper-theme.scss +7 -8
- package/stepper/step-header.d.ts +2 -2
- package/table/_table-theme.scss +2 -3
- package/table/index.metadata.json +1 -1
- package/table/table-data-source.d.ts +31 -20
- package/table/testing/cell-harness.d.ts +2 -2
- package/tabs/_tabs-common.scss +2 -2
- package/tabs/_tabs-theme.scss +14 -9
- package/tabs/index.metadata.json +1 -1
- package/tabs/tab-body.d.ts +3 -3
- package/toolbar/_toolbar-theme.scss +8 -9
- package/tooltip/_tooltip-theme.scss +2 -3
- package/tooltip/index.metadata.json +1 -1
- package/tooltip/tooltip.d.ts +10 -1
- package/tree/_tree-theme.scss +7 -8
- package/tree/index.metadata.json +1 -1
- package/tree/node.d.ts +7 -6
- package/tree/padding.d.ts +1 -1
- package/tree/toggle.d.ts +1 -1
- package/tree/tree.d.ts +1 -1
- package/core/density/_all-density.scss +0 -19
- package/core/style/_noop-animation.scss +0 -22
- package/core/theming/_check-duplicate-styles.scss +0 -106
|
@@ -1 +1 @@
|
|
|
1
|
-
{"__symbolic":"module","version":4,"metadata":{"MatTableModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":59,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTableModule","line":61,"character":4},{"__symbolic":"reference","module":"@angular/material/core","name":"MatCommonModule","line":62,"character":4}],"exports":[{"__symbolic":"reference","module":"@angular/material/core","name":"MatCommonModule","line":64,"character":12},[{"__symbolic":"reference","name":"MatTable"},{"__symbolic":"reference","name":"MatHeaderCellDef"},{"__symbolic":"reference","name":"MatHeaderRowDef"},{"__symbolic":"reference","name":"MatColumnDef"},{"__symbolic":"reference","name":"MatCellDef"},{"__symbolic":"reference","name":"MatRowDef"},{"__symbolic":"reference","name":"MatFooterCellDef"},{"__symbolic":"reference","name":"MatFooterRowDef"},{"__symbolic":"reference","name":"MatHeaderCell"},{"__symbolic":"reference","name":"MatCell"},{"__symbolic":"reference","name":"MatFooterCell"},{"__symbolic":"reference","name":"MatHeaderRow"},{"__symbolic":"reference","name":"MatRow"},{"__symbolic":"reference","name":"MatFooterRow"},{"__symbolic":"reference","name":"MatNoDataRow"},{"__symbolic":"reference","name":"MatTextColumn"}]],"declarations":[{"__symbolic":"reference","name":"MatTable"},{"__symbolic":"reference","name":"MatHeaderCellDef"},{"__symbolic":"reference","name":"MatHeaderRowDef"},{"__symbolic":"reference","name":"MatColumnDef"},{"__symbolic":"reference","name":"MatCellDef"},{"__symbolic":"reference","name":"MatRowDef"},{"__symbolic":"reference","name":"MatFooterCellDef"},{"__symbolic":"reference","name":"MatFooterRowDef"},{"__symbolic":"reference","name":"MatHeaderCell"},{"__symbolic":"reference","name":"MatCell"},{"__symbolic":"reference","name":"MatFooterCell"},{"__symbolic":"reference","name":"MatHeaderRow"},{"__symbolic":"reference","name":"MatRow"},{"__symbolic":"reference","name":"MatFooterRow"},{"__symbolic":"reference","name":"MatNoDataRow"},{"__symbolic":"reference","name":"MatTextColumn"}]}]}],"members":{}},"MatCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCellDef","line":26,"character":32},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":22,"character":1},"arguments":[{"selector":"[matCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCellDef","line":24,"character":24},"useExisting":{"__symbolic":"reference","name":"MatCellDef"}}]}]}],"members":{}},"MatHeaderCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCellDef","line":36,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":32,"character":1},"arguments":[{"selector":"[matHeaderCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCellDef","line":34,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderCellDef"}}]}]}],"members":{}},"MatFooterCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCellDef","line":46,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":42,"character":1},"arguments":[{"selector":"[matFooterCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCellDef","line":44,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterCellDef"}}]}]}],"members":{}},"MatColumnDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkColumnDef","line":60,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":52,"character":1},"arguments":[{"selector":"[matColumnDef]","inputs":["sticky"],"providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkColumnDef","line":56,"character":14},"useExisting":{"__symbolic":"reference","name":"MatColumnDef"}},{"provide":"MAT_SORT_HEADER_COLUMN_DEF","useExisting":{"__symbolic":"reference","name":"MatColumnDef"}}]}]}],"members":{"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":62,"character":3},"arguments":["matColumnDef"]}]}],"_updateColumnCssClassName":[{"__symbolic":"method"}]}},"MatHeaderCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCell","line":88,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":81,"character":1},"arguments":[{"selector":"mat-header-cell, th[mat-header-cell]","host":{"class":"mat-header-cell","role":"columnheader","$quoted$":["class","role"]}}]}],"members":{}},"MatFooterCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCell","line":98,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":91,"character":1},"arguments":[{"selector":"mat-footer-cell, td[mat-footer-cell]","host":{"class":"mat-footer-cell","role":"gridcell","$quoted$":["class","role"]}}]}],"members":{}},"MatCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCell","line":108,"character":29},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":101,"character":1},"arguments":[{"selector":"mat-cell, td[mat-cell]","host":{"class":"mat-cell","role":"gridcell","$quoted$":["class","role"]}}]}],"members":{}},"MatTable":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTable","line":42,"character":33},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"mat-table, table[mat-table]","exportAs":"matTable","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_TABLE_TEMPLATE","line":23,"character":12},"host":{"class":"mat-table","[class.mat-table-fixed-layout]":"fixedLayout","$quoted$":["class","[class.mat-table-fixed-layout]"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/collections","name":"_VIEW_REPEATER_STRATEGY","line":32,"character":14},"useClass":{"__symbolic":"reference","module":"@angular/cdk/collections","name":"_DisposeViewRepeaterStrategy","line":32,"character":49}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTable","line":33,"character":14},"useExisting":{"__symbolic":"reference","name":"MatTable"}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_TABLE","line":34,"character":14},"useExisting":{"__symbolic":"reference","name":"MatTable"}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"_COALESCED_STYLE_SCHEDULER","line":35,"character":14},"useClass":{"__symbolic":"reference","module":"@angular/cdk/table","name":"_CoalescedStyleScheduler","line":35,"character":52}}],"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":37,"character":17},"member":"None"},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":40,"character":19},"member":"Default"},"styles":["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-row::after,mat-header-row::after,mat-footer-row::after{display:inline-block;min-height:inherit;content:\"\"}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:-webkit-sticky;position:sticky}.mat-table-fixed-layout{table-layout:fixed}\n"]}]}],"members":{}},"MatHeaderRowDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRowDef","line":30,"character":37},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":25,"character":1},"arguments":[{"selector":"[matHeaderRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRowDef","line":27,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderRowDef"}}],"inputs":["columns: matHeaderRowDef","sticky: matHeaderRowDefSticky"]}]}],"members":{}},"MatFooterRowDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRowDef","line":43,"character":37},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":38,"character":1},"arguments":[{"selector":"[matFooterRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRowDef","line":40,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterRowDef"}}],"inputs":["columns: matFooterRowDef","sticky: matFooterRowDefSticky"]}]}],"members":{}},"MatRowDef":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRowDef","line":57,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":52,"character":1},"arguments":[{"selector":"[matRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRowDef","line":54,"character":24},"useExisting":{"__symbolic":"reference","name":"MatRowDef"}}],"inputs":["columns: matRowDefColumns","when: matRowDefWhen"]}]}],"members":{}},"MatHeaderRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRow","line":75,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":61,"character":1},"arguments":[{"selector":"mat-header-row, tr[mat-header-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":63,"character":12},"host":{"class":"mat-header-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":70,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":71,"character":17},"member":"None"},"exportAs":"matHeaderRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRow","line":73,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderRow"}}]}]}],"members":{}},"MatFooterRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRow","line":93,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":79,"character":1},"arguments":[{"selector":"mat-footer-row, tr[mat-footer-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":81,"character":12},"host":{"class":"mat-footer-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":88,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":89,"character":17},"member":"None"},"exportAs":"matFooterRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRow","line":91,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterRow"}}]}]}],"members":{}},"MatRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRow","line":111,"character":28},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":97,"character":1},"arguments":[{"selector":"mat-row, tr[mat-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":99,"character":12},"host":{"class":"mat-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":106,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":107,"character":17},"member":"None"},"exportAs":"matRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRow","line":109,"character":24},"useExisting":{"__symbolic":"reference","name":"MatRow"}}]}]}],"members":{}},"MatNoDataRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkNoDataRow","line":119,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":115,"character":1},"arguments":[{"selector":"ng-template[matNoDataRow]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkNoDataRow","line":117,"character":24},"useExisting":{"__symbolic":"reference","name":"MatNoDataRow"}}]}]}],"members":{}},"MatTableDataSource":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"DataSource","line":42,"character":43},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":211,"character":27,"context":{"typeName":"T"},"module":"./table-data-source"}]}]}],"_updateChangeSubscription":[{"__symbolic":"method"}],"_filterData":[{"__symbolic":"method"}],"_orderData":[{"__symbolic":"method"}],"_pageData":[{"__symbolic":"method"}],"_updatePaginator":[{"__symbolic":"method"}],"connect":[{"__symbolic":"method"}],"disconnect":[{"__symbolic":"method"}]}},"MatTextColumn":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTextColumn","line":41,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"mat-text-column","template":"\n <ng-container matColumnDef>\n <th mat-header-cell *matHeaderCellDef [style.text-align]=\"justify\">\n {{headerText}}\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n {{dataAccessor(data, name)}}\n </td>\n </ng-container>\n ","encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":32,"character":17},"member":"None"},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":39,"character":19},"member":"Default"}}]}],"members":{}}},"origins":{"MatTableModule":"./table-module","MatCellDef":"./cell","MatHeaderCellDef":"./cell","MatFooterCellDef":"./cell","MatColumnDef":"./cell","MatHeaderCell":"./cell","MatFooterCell":"./cell","MatCell":"./cell","MatTable":"./table","MatHeaderRowDef":"./row","MatFooterRowDef":"./row","MatRowDef":"./row","MatHeaderRow":"./row","MatFooterRow":"./row","MatRow":"./row","MatNoDataRow":"./row","MatTableDataSource":"./table-data-source","MatTextColumn":"./text-column"},"importAs":"@angular/material/table"}
|
|
1
|
+
{"__symbolic":"module","version":4,"metadata":{"MatTableModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":59,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTableModule","line":61,"character":4},{"__symbolic":"reference","module":"@angular/material/core","name":"MatCommonModule","line":62,"character":4}],"exports":[{"__symbolic":"reference","module":"@angular/material/core","name":"MatCommonModule","line":64,"character":12},[{"__symbolic":"reference","name":"MatTable"},{"__symbolic":"reference","name":"MatHeaderCellDef"},{"__symbolic":"reference","name":"MatHeaderRowDef"},{"__symbolic":"reference","name":"MatColumnDef"},{"__symbolic":"reference","name":"MatCellDef"},{"__symbolic":"reference","name":"MatRowDef"},{"__symbolic":"reference","name":"MatFooterCellDef"},{"__symbolic":"reference","name":"MatFooterRowDef"},{"__symbolic":"reference","name":"MatHeaderCell"},{"__symbolic":"reference","name":"MatCell"},{"__symbolic":"reference","name":"MatFooterCell"},{"__symbolic":"reference","name":"MatHeaderRow"},{"__symbolic":"reference","name":"MatRow"},{"__symbolic":"reference","name":"MatFooterRow"},{"__symbolic":"reference","name":"MatNoDataRow"},{"__symbolic":"reference","name":"MatTextColumn"}]],"declarations":[{"__symbolic":"reference","name":"MatTable"},{"__symbolic":"reference","name":"MatHeaderCellDef"},{"__symbolic":"reference","name":"MatHeaderRowDef"},{"__symbolic":"reference","name":"MatColumnDef"},{"__symbolic":"reference","name":"MatCellDef"},{"__symbolic":"reference","name":"MatRowDef"},{"__symbolic":"reference","name":"MatFooterCellDef"},{"__symbolic":"reference","name":"MatFooterRowDef"},{"__symbolic":"reference","name":"MatHeaderCell"},{"__symbolic":"reference","name":"MatCell"},{"__symbolic":"reference","name":"MatFooterCell"},{"__symbolic":"reference","name":"MatHeaderRow"},{"__symbolic":"reference","name":"MatRow"},{"__symbolic":"reference","name":"MatFooterRow"},{"__symbolic":"reference","name":"MatNoDataRow"},{"__symbolic":"reference","name":"MatTextColumn"}]}]}],"members":{}},"MatCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCellDef","line":26,"character":32},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":22,"character":1},"arguments":[{"selector":"[matCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCellDef","line":24,"character":24},"useExisting":{"__symbolic":"reference","name":"MatCellDef"}}]}]}],"members":{}},"MatHeaderCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCellDef","line":36,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":32,"character":1},"arguments":[{"selector":"[matHeaderCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCellDef","line":34,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderCellDef"}}]}]}],"members":{}},"MatFooterCellDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCellDef","line":46,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":42,"character":1},"arguments":[{"selector":"[matFooterCellDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCellDef","line":44,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterCellDef"}}]}]}],"members":{}},"MatColumnDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkColumnDef","line":60,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":52,"character":1},"arguments":[{"selector":"[matColumnDef]","inputs":["sticky"],"providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkColumnDef","line":56,"character":14},"useExisting":{"__symbolic":"reference","name":"MatColumnDef"}},{"provide":"MAT_SORT_HEADER_COLUMN_DEF","useExisting":{"__symbolic":"reference","name":"MatColumnDef"}}]}]}],"members":{"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":62,"character":3},"arguments":["matColumnDef"]}]}],"_updateColumnCssClassName":[{"__symbolic":"method"}]}},"MatHeaderCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderCell","line":88,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":81,"character":1},"arguments":[{"selector":"mat-header-cell, th[mat-header-cell]","host":{"class":"mat-header-cell","role":"columnheader","$quoted$":["class","role"]}}]}],"members":{}},"MatFooterCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterCell","line":98,"character":35},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":91,"character":1},"arguments":[{"selector":"mat-footer-cell, td[mat-footer-cell]","host":{"class":"mat-footer-cell","role":"gridcell","$quoted$":["class","role"]}}]}],"members":{}},"MatCell":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkCell","line":108,"character":29},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":101,"character":1},"arguments":[{"selector":"mat-cell, td[mat-cell]","host":{"class":"mat-cell","role":"gridcell","$quoted$":["class","role"]}}]}],"members":{}},"MatTable":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTable","line":42,"character":33},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"mat-table, table[mat-table]","exportAs":"matTable","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_TABLE_TEMPLATE","line":23,"character":12},"host":{"class":"mat-table","[class.mat-table-fixed-layout]":"fixedLayout","$quoted$":["class","[class.mat-table-fixed-layout]"]},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/collections","name":"_VIEW_REPEATER_STRATEGY","line":32,"character":14},"useClass":{"__symbolic":"reference","module":"@angular/cdk/collections","name":"_DisposeViewRepeaterStrategy","line":32,"character":49}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTable","line":33,"character":14},"useExisting":{"__symbolic":"reference","name":"MatTable"}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_TABLE","line":34,"character":14},"useExisting":{"__symbolic":"reference","name":"MatTable"}},{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"_COALESCED_STYLE_SCHEDULER","line":35,"character":14},"useClass":{"__symbolic":"reference","module":"@angular/cdk/table","name":"_CoalescedStyleScheduler","line":35,"character":52}}],"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":37,"character":17},"member":"None"},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":40,"character":19},"member":"Default"},"styles":["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-row::after,mat-header-row::after,mat-footer-row::after{display:inline-block;min-height:inherit;content:\"\"}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:-webkit-sticky !important;position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}\n"]}]}],"members":{}},"MatHeaderRowDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRowDef","line":30,"character":37},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":25,"character":1},"arguments":[{"selector":"[matHeaderRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRowDef","line":27,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderRowDef"}}],"inputs":["columns: matHeaderRowDef","sticky: matHeaderRowDefSticky"]}]}],"members":{}},"MatFooterRowDef":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRowDef","line":43,"character":37},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":38,"character":1},"arguments":[{"selector":"[matFooterRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRowDef","line":40,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterRowDef"}}],"inputs":["columns: matFooterRowDef","sticky: matFooterRowDefSticky"]}]}],"members":{}},"MatRowDef":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRowDef","line":57,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":52,"character":1},"arguments":[{"selector":"[matRowDef]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRowDef","line":54,"character":24},"useExisting":{"__symbolic":"reference","name":"MatRowDef"}}],"inputs":["columns: matRowDefColumns","when: matRowDefWhen"]}]}],"members":{}},"MatHeaderRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRow","line":75,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":61,"character":1},"arguments":[{"selector":"mat-header-row, tr[mat-header-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":63,"character":12},"host":{"class":"mat-header-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":70,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":71,"character":17},"member":"None"},"exportAs":"matHeaderRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkHeaderRow","line":73,"character":24},"useExisting":{"__symbolic":"reference","name":"MatHeaderRow"}}]}]}],"members":{}},"MatFooterRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRow","line":93,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":79,"character":1},"arguments":[{"selector":"mat-footer-row, tr[mat-footer-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":81,"character":12},"host":{"class":"mat-footer-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":88,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":89,"character":17},"member":"None"},"exportAs":"matFooterRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkFooterRow","line":91,"character":24},"useExisting":{"__symbolic":"reference","name":"MatFooterRow"}}]}]}],"members":{}},"MatRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRow","line":111,"character":28},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":97,"character":1},"arguments":[{"selector":"mat-row, tr[mat-row]","template":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CDK_ROW_TEMPLATE","line":99,"character":12},"host":{"class":"mat-row","role":"row","$quoted$":["class","role"]},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":106,"character":19},"member":"Default"},"encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":107,"character":17},"member":"None"},"exportAs":"matRow","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkRow","line":109,"character":24},"useExisting":{"__symbolic":"reference","name":"MatRow"}}]}]}],"members":{}},"MatNoDataRow":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkNoDataRow","line":119,"character":34},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":115,"character":1},"arguments":[{"selector":"ng-template[matNoDataRow]","providers":[{"provide":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkNoDataRow","line":117,"character":24},"useExisting":{"__symbolic":"reference","name":"MatNoDataRow"}}]}]}],"members":{}},"_MatTableDataSource":{"__symbolic":"class","arity":2,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"DataSource","line":38,"character":65},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Array","arguments":[{"__symbolic":"error","message":"Could not resolve type","line":207,"character":27,"context":{"typeName":"T"},"module":"./table-data-source"}]}]}],"_updateChangeSubscription":[{"__symbolic":"method"}],"_filterData":[{"__symbolic":"method"}],"_orderData":[{"__symbolic":"method"}],"_pageData":[{"__symbolic":"method"}],"_updatePaginator":[{"__symbolic":"method"}],"connect":[{"__symbolic":"method"}],"disconnect":[{"__symbolic":"method"}]}},"MatTableDataSource":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","name":"_MatTableDataSource"},"members":{}},"MatTextColumn":{"__symbolic":"class","arity":1,"extends":{"__symbolic":"reference","module":"@angular/cdk/table","name":"CdkTextColumn","line":41,"character":38},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"mat-text-column","template":"\n <ng-container matColumnDef>\n <th mat-header-cell *matHeaderCellDef [style.text-align]=\"justify\">\n {{headerText}}\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n {{dataAccessor(data, name)}}\n </td>\n </ng-container>\n ","encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":32,"character":17},"member":"None"},"changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy","line":39,"character":19},"member":"Default"}}]}],"members":{}}},"origins":{"MatTableModule":"./table-module","MatCellDef":"./cell","MatHeaderCellDef":"./cell","MatFooterCellDef":"./cell","MatColumnDef":"./cell","MatHeaderCell":"./cell","MatFooterCell":"./cell","MatCell":"./cell","MatTable":"./table","MatHeaderRowDef":"./row","MatFooterRowDef":"./row","MatRowDef":"./row","MatHeaderRow":"./row","MatFooterRow":"./row","MatRow":"./row","MatNoDataRow":"./row","_MatTableDataSource":"./table-data-source","MatTableDataSource":"./table-data-source","MatTextColumn":"./text-column"},"importAs":"@angular/material/table"}
|
|
@@ -6,23 +6,18 @@
|
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
8
|
import { DataSource } from '@angular/cdk/table';
|
|
9
|
-
import {
|
|
10
|
-
import { MatPaginator } from '@angular/material/paginator';
|
|
9
|
+
import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
11
10
|
import { MatSort } from '@angular/material/sort';
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
* interactions. If your app needs to support more advanced use cases, consider implementing your
|
|
23
|
-
* own `DataSource`.
|
|
24
|
-
*/
|
|
25
|
-
export declare class MatTableDataSource<T> extends DataSource<T> {
|
|
11
|
+
import { BehaviorSubject, Observable, Subject, Subscription } from 'rxjs';
|
|
12
|
+
interface Paginator {
|
|
13
|
+
page: Subject<PageEvent>;
|
|
14
|
+
pageIndex: number;
|
|
15
|
+
initialized: Observable<void>;
|
|
16
|
+
pageSize: number;
|
|
17
|
+
length: number;
|
|
18
|
+
}
|
|
19
|
+
/** Shared base class with MDC-based implementation. */
|
|
20
|
+
export declare class _MatTableDataSource<T, P extends Paginator> extends DataSource<T> {
|
|
26
21
|
/** Stream that emits when a new data array is set on the data source. */
|
|
27
22
|
private readonly _data;
|
|
28
23
|
/** Stream emitting render data to the table (depends on ordered data changes). */
|
|
@@ -35,7 +30,7 @@ export declare class MatTableDataSource<T> extends DataSource<T> {
|
|
|
35
30
|
* Subscription to the changes that should trigger an update to the table's rendered rows, such
|
|
36
31
|
* as filtering, sorting, pagination, or base data changes.
|
|
37
32
|
*/
|
|
38
|
-
_renderChangesSubscription: Subscription;
|
|
33
|
+
_renderChangesSubscription: Subscription | null;
|
|
39
34
|
/**
|
|
40
35
|
* The filtered set of data that has been matched by the filter string, or all the data if there
|
|
41
36
|
* is no filter. Useful for knowing the set of data the table represents.
|
|
@@ -69,8 +64,8 @@ export declare class MatTableDataSource<T> extends DataSource<T> {
|
|
|
69
64
|
* e.g. `[pageLength]=100` or `[pageIndex]=1`, then be sure that the paginator's view has been
|
|
70
65
|
* initialized before assigning it to this data source.
|
|
71
66
|
*/
|
|
72
|
-
get paginator():
|
|
73
|
-
set paginator(paginator:
|
|
67
|
+
get paginator(): P | null;
|
|
68
|
+
set paginator(paginator: P | null);
|
|
74
69
|
private _paginator;
|
|
75
70
|
/**
|
|
76
71
|
* Data accessor function that is used for accessing data properties for sorting through
|
|
@@ -139,8 +134,24 @@ export declare class MatTableDataSource<T> extends DataSource<T> {
|
|
|
139
134
|
*/
|
|
140
135
|
connect(): BehaviorSubject<T[]>;
|
|
141
136
|
/**
|
|
142
|
-
* Used by the MatTable. Called when it
|
|
137
|
+
* Used by the MatTable. Called when it disconnects from the data source.
|
|
143
138
|
* @docs-private
|
|
144
139
|
*/
|
|
145
140
|
disconnect(): void;
|
|
146
141
|
}
|
|
142
|
+
/**
|
|
143
|
+
* Data source that accepts a client-side data array and includes native support of filtering,
|
|
144
|
+
* sorting (using MatSort), and pagination (using MatPaginator).
|
|
145
|
+
*
|
|
146
|
+
* Allows for sort customization by overriding sortingDataAccessor, which defines how data
|
|
147
|
+
* properties are accessed. Also allows for filter customization by overriding filterTermAccessor,
|
|
148
|
+
* which defines how row data is converted to a string for filter matching.
|
|
149
|
+
*
|
|
150
|
+
* **Note:** This class is meant to be a simple data source to help you get started. As such
|
|
151
|
+
* it isn't equipped to handle some more advanced cases like robust i18n support or server-side
|
|
152
|
+
* interactions. If your app needs to support more advanced use cases, consider implementing your
|
|
153
|
+
* own `DataSource`.
|
|
154
|
+
*/
|
|
155
|
+
export declare class MatTableDataSource<T> extends _MatTableDataSource<T, MatPaginator> {
|
|
156
|
+
}
|
|
157
|
+
export {};
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.io/license
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { HarnessPredicate, ContentContainerComponentHarness } from '@angular/cdk/testing';
|
|
9
9
|
import { CellHarnessFilters } from './table-harness-filters';
|
|
10
10
|
/** Harness for interacting with a standard Angular Material table cell. */
|
|
11
|
-
export declare class MatCellHarness extends
|
|
11
|
+
export declare class MatCellHarness extends ContentContainerComponentHarness {
|
|
12
12
|
/** The selector for the host element of a `MatCellHarness` instance. */
|
|
13
13
|
static hostSelector: string;
|
|
14
14
|
/**
|
package/tabs/_tabs-common.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import '../core/style/variables';
|
|
2
|
-
@import '../core/style/
|
|
2
|
+
@import '../core/style/private';
|
|
3
3
|
@import '../core/style/vendor-prefixes';
|
|
4
4
|
@import '../../cdk/a11y/a11y';
|
|
5
5
|
|
|
@@ -58,7 +58,7 @@ $mat-tab-animation-duration: 500ms !default;
|
|
|
58
58
|
@mixin ink-bar {
|
|
59
59
|
$height: 2px;
|
|
60
60
|
|
|
61
|
-
@include
|
|
61
|
+
@include mat-private-animation-noop();
|
|
62
62
|
position: absolute;
|
|
63
63
|
bottom: 0;
|
|
64
64
|
height: $height;
|
package/tabs/_tabs-theme.scss
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import '../core/theming/palette';
|
|
2
2
|
@import '../core/theming/theming';
|
|
3
|
-
@import '../core/theming/check-duplicate-styles';
|
|
4
3
|
@import '../core/typography/typography-utils';
|
|
5
4
|
|
|
6
5
|
@mixin mat-tabs-color($config-or-theme) {
|
|
@@ -63,7 +62,9 @@
|
|
|
63
62
|
|
|
64
63
|
// Override ink bar when background color is the same
|
|
65
64
|
&.mat-background-#{$name} {
|
|
66
|
-
|
|
65
|
+
> .mat-tab-header, > .mat-tab-link-container {
|
|
66
|
+
@include _mat-ink-bar($color, default-contrast);
|
|
67
|
+
}
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
70
|
}
|
|
@@ -97,13 +98,16 @@
|
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
@mixin _mat-tabs-background($background-color) {
|
|
101
|
+
// Note that these selectors target direct descendants so
|
|
102
|
+
// that the styles don't apply to any nested tab groups.
|
|
103
|
+
|
|
100
104
|
// Set background color for the tab group
|
|
101
|
-
.mat-tab-header, .mat-tab-
|
|
105
|
+
> .mat-tab-header, > .mat-tab-link-container, > .mat-tab-header-pagination {
|
|
102
106
|
background-color: mat-color($background-color);
|
|
103
107
|
}
|
|
104
108
|
|
|
105
109
|
// Set labels to contrast against background
|
|
106
|
-
.mat-tab-label, .mat-tab-link {
|
|
110
|
+
> .mat-tab-header .mat-tab-label, > .mat-tab-link-container .mat-tab-link {
|
|
107
111
|
color: mat-color($background-color, default-contrast);
|
|
108
112
|
|
|
109
113
|
&.mat-tab-disabled {
|
|
@@ -112,17 +116,18 @@
|
|
|
112
116
|
}
|
|
113
117
|
|
|
114
118
|
// Set pagination chevrons to contrast background
|
|
115
|
-
.mat-tab-header-pagination-chevron {
|
|
119
|
+
> .mat-tab-header-pagination .mat-tab-header-pagination-chevron {
|
|
116
120
|
border-color: mat-color($background-color, default-contrast);
|
|
117
121
|
}
|
|
118
122
|
|
|
119
|
-
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
123
|
+
> .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
|
|
120
124
|
border-color: mat-color($background-color, default-contrast, 0.4);
|
|
121
125
|
}
|
|
122
126
|
|
|
123
127
|
// Set ripples color to be the contrast color of the new background. Otherwise the ripple
|
|
124
128
|
// color will be based on the app background color.
|
|
125
|
-
.mat-ripple-element
|
|
129
|
+
> .mat-tab-header .mat-ripple-element,
|
|
130
|
+
> .mat-tab-link-container .mat-ripple-element {
|
|
126
131
|
background-color: mat-color($background-color, default-contrast, 0.12);
|
|
127
132
|
}
|
|
128
133
|
}
|
|
@@ -145,8 +150,8 @@
|
|
|
145
150
|
@mixin _mat-tabs-density($config-or-theme) {}
|
|
146
151
|
|
|
147
152
|
@mixin mat-tabs-theme($theme-or-color-config) {
|
|
148
|
-
$theme:
|
|
149
|
-
@include
|
|
153
|
+
$theme: mat-private-legacy-get-theme($theme-or-color-config);
|
|
154
|
+
@include mat-private-check-duplicate-theme-styles($theme, 'mat-tabs') {
|
|
150
155
|
$color: mat-get-color-config($theme);
|
|
151
156
|
$density: mat-get-density-config($theme);
|
|
152
157
|
$typography: mat-get-typography-config($theme);
|