@angular/material 16.0.0-next.3 → 16.0.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete/index.d.ts +10 -5
- package/badge/index.d.ts +1 -1
- package/button/_icon-button-theme.scss +85 -35
- package/button/index.d.ts +52 -11
- package/button-toggle/index.d.ts +2 -2
- package/card/index.d.ts +2 -2
- package/checkbox/index.d.ts +2 -2
- package/chips/index.d.ts +9 -10
- package/core/index.d.ts +7 -7
- package/core/mdc-helpers/_mdc-helpers.scss +31 -3
- package/core/option/_option-theme.scss +3 -2
- package/core/tokens/_token-utils.scss +1 -1
- package/core/tokens/m2/mat/_radio.scss +46 -0
- package/core/tokens/m2/mdc/_dialog.scss +115 -0
- package/core/tokens/m2/mdc/_icon-button.scss +79 -0
- package/core/tokens/m2/mdc/_linear-progress.scss +60 -0
- package/core/tokens/m2/mdc/_radio.scss +94 -0
- package/core/typography/_typography-utils.scss +7 -5
- package/datepicker/index.d.ts +13 -13
- package/dialog/_dialog-theme.scss +5 -37
- package/dialog/index.d.ts +3 -3
- package/divider/index.d.ts +1 -1
- package/esm2020/autocomplete/autocomplete-origin.mjs +6 -6
- package/esm2020/autocomplete/autocomplete-trigger.mjs +24 -12
- package/esm2020/autocomplete/autocomplete.mjs +32 -10
- package/esm2020/autocomplete/module.mjs +4 -4
- package/esm2020/badge/badge-module.mjs +4 -4
- package/esm2020/badge/badge.mjs +3 -3
- package/esm2020/bottom-sheet/bottom-sheet-container.mjs +3 -3
- package/esm2020/bottom-sheet/bottom-sheet-module.mjs +4 -4
- package/esm2020/bottom-sheet/bottom-sheet.mjs +3 -3
- package/esm2020/button/button-base.mjs +39 -14
- package/esm2020/button/button-lazy-loader.mjs +114 -0
- package/esm2020/button/button.mjs +9 -10
- package/esm2020/button/fab.mjs +17 -18
- package/esm2020/button/icon-button.mjs +21 -10
- package/esm2020/button/module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle-module.mjs +4 -4
- package/esm2020/button-toggle/button-toggle.mjs +6 -6
- package/esm2020/card/card.mjs +42 -42
- package/esm2020/card/module.mjs +4 -4
- package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2020/checkbox/checkbox.mjs +8 -8
- package/esm2020/checkbox/module.mjs +8 -8
- package/esm2020/chips/chip-action.mjs +3 -3
- package/esm2020/chips/chip-edit-input.mjs +3 -3
- package/esm2020/chips/chip-grid.mjs +3 -3
- package/esm2020/chips/chip-icons.mjs +9 -9
- package/esm2020/chips/chip-input.mjs +6 -12
- package/esm2020/chips/chip-listbox.mjs +3 -3
- package/esm2020/chips/chip-option.mjs +3 -3
- package/esm2020/chips/chip-row.mjs +3 -3
- package/esm2020/chips/chip-set.mjs +3 -3
- package/esm2020/chips/chip.mjs +3 -3
- package/esm2020/chips/module.mjs +4 -4
- package/esm2020/core/common-behaviors/common-module.mjs +4 -4
- package/esm2020/core/datetime/index.mjs +8 -8
- package/esm2020/core/datetime/native-date-adapter.mjs +3 -3
- package/esm2020/core/error/error-options.mjs +6 -6
- package/esm2020/core/line/line.mjs +7 -7
- package/esm2020/core/option/index.mjs +4 -4
- package/esm2020/core/option/optgroup.mjs +6 -6
- package/esm2020/core/option/option.mjs +7 -7
- package/esm2020/core/ripple/index.mjs +4 -4
- package/esm2020/core/ripple/ripple.mjs +5 -5
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +4 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/datepicker/calendar-body.mjs +5 -5
- package/esm2020/datepicker/calendar.mjs +6 -6
- package/esm2020/datepicker/date-range-input-parts.mjs +9 -9
- package/esm2020/datepicker/date-range-input.mjs +3 -3
- package/esm2020/datepicker/date-range-picker.mjs +3 -3
- package/esm2020/datepicker/date-range-selection-strategy.mjs +3 -3
- package/esm2020/datepicker/date-selection-model.mjs +9 -9
- package/esm2020/datepicker/datepicker-actions.mjs +9 -9
- package/esm2020/datepicker/datepicker-base.mjs +6 -6
- package/esm2020/datepicker/datepicker-input-base.mjs +3 -3
- package/esm2020/datepicker/datepicker-input.mjs +3 -3
- package/esm2020/datepicker/datepicker-intl.mjs +3 -3
- package/esm2020/datepicker/datepicker-module.mjs +4 -4
- package/esm2020/datepicker/datepicker-toggle.mjs +6 -6
- package/esm2020/datepicker/datepicker.mjs +3 -3
- package/esm2020/datepicker/month-view.mjs +3 -3
- package/esm2020/datepicker/multi-year-view.mjs +3 -3
- package/esm2020/datepicker/year-view.mjs +3 -3
- package/esm2020/dialog/dialog-container.mjs +7 -7
- package/esm2020/dialog/dialog-content-directives.mjs +12 -12
- package/esm2020/dialog/dialog.mjs +6 -6
- package/esm2020/dialog/module.mjs +4 -4
- package/esm2020/divider/divider-module.mjs +4 -4
- package/esm2020/divider/divider.mjs +3 -3
- package/esm2020/expansion/accordion.mjs +3 -3
- package/esm2020/expansion/expansion-module.mjs +4 -4
- package/esm2020/expansion/expansion-panel-content.mjs +3 -3
- package/esm2020/expansion/expansion-panel-header.mjs +9 -9
- package/esm2020/expansion/expansion-panel.mjs +6 -6
- package/esm2020/form-field/directives/error.mjs +3 -3
- package/esm2020/form-field/directives/floating-label.mjs +3 -3
- package/esm2020/form-field/directives/hint.mjs +3 -3
- package/esm2020/form-field/directives/label.mjs +3 -3
- package/esm2020/form-field/directives/line-ripple.mjs +3 -3
- package/esm2020/form-field/directives/notched-outline.mjs +3 -3
- package/esm2020/form-field/directives/prefix.mjs +3 -3
- package/esm2020/form-field/directives/suffix.mjs +3 -3
- package/esm2020/form-field/form-field-control.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +3 -3
- package/esm2020/form-field/module.mjs +4 -4
- package/esm2020/grid-list/grid-list-module.mjs +4 -4
- package/esm2020/grid-list/grid-list.mjs +3 -3
- package/esm2020/grid-list/grid-tile.mjs +15 -15
- package/esm2020/icon/icon-module.mjs +4 -4
- package/esm2020/icon/icon-registry.mjs +3 -3
- package/esm2020/icon/icon.mjs +3 -3
- package/esm2020/icon/testing/fake-icon-registry.mjs +7 -7
- package/esm2020/input/input.mjs +3 -3
- package/esm2020/input/module.mjs +4 -4
- package/esm2020/legacy-autocomplete/autocomplete-module.mjs +4 -4
- package/esm2020/legacy-autocomplete/autocomplete-origin.mjs +3 -3
- package/esm2020/legacy-autocomplete/autocomplete-trigger.mjs +3 -3
- package/esm2020/legacy-autocomplete/autocomplete.mjs +3 -3
- package/esm2020/legacy-button/button-module.mjs +4 -4
- package/esm2020/legacy-button/button.mjs +6 -6
- package/esm2020/legacy-card/card-module.mjs +4 -4
- package/esm2020/legacy-card/card.mjs +42 -42
- package/esm2020/legacy-checkbox/checkbox-module.mjs +4 -4
- package/esm2020/legacy-checkbox/checkbox.mjs +3 -3
- package/esm2020/legacy-chips/chip-input.mjs +6 -12
- package/esm2020/legacy-chips/chip-list.mjs +3 -3
- package/esm2020/legacy-chips/chip.mjs +12 -12
- package/esm2020/legacy-chips/chips-module.mjs +4 -4
- package/esm2020/legacy-core/option/index.mjs +4 -4
- package/esm2020/legacy-core/option/optgroup.mjs +3 -3
- package/esm2020/legacy-core/option/option.mjs +3 -3
- package/esm2020/legacy-dialog/dialog-container.mjs +3 -3
- package/esm2020/legacy-dialog/dialog-content-directives.mjs +12 -12
- package/esm2020/legacy-dialog/dialog-module.mjs +4 -4
- package/esm2020/legacy-dialog/dialog.mjs +3 -3
- package/esm2020/legacy-form-field/error.mjs +3 -3
- package/esm2020/legacy-form-field/form-field-module.mjs +4 -4
- package/esm2020/legacy-form-field/form-field.mjs +3 -3
- package/esm2020/legacy-form-field/hint.mjs +3 -3
- package/esm2020/legacy-form-field/label.mjs +3 -3
- package/esm2020/legacy-form-field/placeholder.mjs +3 -3
- package/esm2020/legacy-form-field/prefix.mjs +3 -3
- package/esm2020/legacy-form-field/suffix.mjs +3 -3
- package/esm2020/legacy-input/input-module.mjs +4 -4
- package/esm2020/legacy-input/input.mjs +3 -3
- package/esm2020/legacy-list/list-module.mjs +4 -4
- package/esm2020/legacy-list/list.mjs +18 -18
- package/esm2020/legacy-list/selection-list.mjs +6 -6
- package/esm2020/legacy-menu/menu-content.mjs +3 -3
- package/esm2020/legacy-menu/menu-item.mjs +3 -3
- package/esm2020/legacy-menu/menu-module.mjs +4 -4
- package/esm2020/legacy-menu/menu-trigger.mjs +3 -3
- package/esm2020/legacy-menu/menu.mjs +3 -3
- package/esm2020/legacy-paginator/paginator-module.mjs +4 -4
- package/esm2020/legacy-paginator/paginator.mjs +3 -3
- package/esm2020/legacy-progress-bar/progress-bar-module.mjs +4 -4
- package/esm2020/legacy-progress-bar/progress-bar.mjs +3 -3
- package/esm2020/legacy-progress-spinner/progress-spinner-module.mjs +4 -4
- package/esm2020/legacy-progress-spinner/progress-spinner.mjs +3 -3
- package/esm2020/legacy-radio/radio-module.mjs +4 -4
- package/esm2020/legacy-radio/radio.mjs +6 -6
- package/esm2020/legacy-select/select-module.mjs +4 -4
- package/esm2020/legacy-select/select.mjs +6 -6
- package/esm2020/legacy-slide-toggle/slide-toggle-module.mjs +4 -4
- package/esm2020/legacy-slide-toggle/slide-toggle.mjs +3 -3
- package/esm2020/legacy-slider/slider-module.mjs +4 -4
- package/esm2020/legacy-slider/slider.mjs +3 -3
- package/esm2020/legacy-snack-bar/simple-snack-bar.mjs +3 -3
- package/esm2020/legacy-snack-bar/snack-bar-container.mjs +3 -3
- package/esm2020/legacy-snack-bar/snack-bar-module.mjs +4 -4
- package/esm2020/legacy-snack-bar/snack-bar.mjs +3 -3
- package/esm2020/legacy-table/cell.mjs +21 -21
- package/esm2020/legacy-table/row.mjs +21 -21
- package/esm2020/legacy-table/table-module.mjs +4 -4
- package/esm2020/legacy-table/table.mjs +6 -6
- package/esm2020/legacy-table/text-column.mjs +3 -3
- package/esm2020/legacy-tabs/ink-bar.mjs +3 -3
- package/esm2020/legacy-tabs/tab-body.mjs +6 -6
- package/esm2020/legacy-tabs/tab-content.mjs +3 -3
- package/esm2020/legacy-tabs/tab-group.mjs +3 -3
- package/esm2020/legacy-tabs/tab-header.mjs +3 -3
- package/esm2020/legacy-tabs/tab-label-wrapper.mjs +3 -3
- package/esm2020/legacy-tabs/tab-label.mjs +3 -3
- package/esm2020/legacy-tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
- package/esm2020/legacy-tabs/tab.mjs +3 -3
- package/esm2020/legacy-tabs/tabs-module.mjs +4 -4
- package/esm2020/legacy-tooltip/tooltip-module.mjs +4 -4
- package/esm2020/legacy-tooltip/tooltip.mjs +9 -11
- package/esm2020/list/action-list.mjs +3 -3
- package/esm2020/list/list-base.mjs +6 -6
- package/esm2020/list/list-item-sections.mjs +18 -18
- package/esm2020/list/list-module.mjs +4 -4
- package/esm2020/list/list-option.mjs +5 -5
- package/esm2020/list/list.mjs +6 -6
- package/esm2020/list/nav-list.mjs +3 -3
- package/esm2020/list/selection-list.mjs +3 -3
- package/esm2020/list/subheader.mjs +3 -3
- package/esm2020/menu/menu-content.mjs +6 -6
- package/esm2020/menu/menu-item.mjs +3 -3
- package/esm2020/menu/menu-trigger.mjs +6 -6
- package/esm2020/menu/menu.mjs +14 -17
- package/esm2020/menu/module.mjs +4 -4
- package/esm2020/paginator/module.mjs +4 -4
- package/esm2020/paginator/paginator-intl.mjs +3 -3
- package/esm2020/paginator/paginator.mjs +6 -6
- package/esm2020/progress-bar/module.mjs +4 -4
- package/esm2020/progress-bar/progress-bar.mjs +4 -4
- package/esm2020/progress-spinner/module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
- package/esm2020/radio/module.mjs +4 -4
- package/esm2020/radio/radio.mjs +14 -14
- package/esm2020/select/module.mjs +4 -4
- package/esm2020/select/select.mjs +52 -13
- package/esm2020/sidenav/drawer.mjs +9 -9
- package/esm2020/sidenav/sidenav-module.mjs +4 -4
- package/esm2020/sidenav/sidenav.mjs +9 -9
- package/esm2020/slide-toggle/module.mjs +8 -8
- package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +3 -3
- package/esm2020/slide-toggle/slide-toggle.mjs +8 -8
- package/esm2020/slider/module.mjs +4 -4
- package/esm2020/slider/slider-input.mjs +6 -6
- package/esm2020/slider/slider-thumb.mjs +3 -3
- package/esm2020/slider/slider.mjs +3 -3
- package/esm2020/snack-bar/module.mjs +4 -4
- package/esm2020/snack-bar/simple-snack-bar.mjs +3 -3
- package/esm2020/snack-bar/snack-bar-container.mjs +6 -6
- package/esm2020/snack-bar/snack-bar-content.mjs +9 -9
- package/esm2020/snack-bar/snack-bar.mjs +6 -6
- package/esm2020/sort/sort-header-intl.mjs +3 -3
- package/esm2020/sort/sort-header.mjs +3 -3
- package/esm2020/sort/sort-module.mjs +4 -4
- package/esm2020/sort/sort.mjs +4 -5
- package/esm2020/stepper/step-content.mjs +3 -3
- package/esm2020/stepper/step-header.mjs +3 -3
- package/esm2020/stepper/step-label.mjs +3 -3
- package/esm2020/stepper/stepper-button.mjs +6 -6
- package/esm2020/stepper/stepper-icon.mjs +3 -3
- package/esm2020/stepper/stepper-intl.mjs +3 -3
- package/esm2020/stepper/stepper-module.mjs +4 -4
- package/esm2020/stepper/stepper.mjs +6 -6
- package/esm2020/table/cell.mjs +21 -21
- package/esm2020/table/module.mjs +4 -4
- package/esm2020/table/row.mjs +21 -21
- package/esm2020/table/table.mjs +6 -6
- package/esm2020/table/text-column.mjs +3 -3
- package/esm2020/tabs/module.mjs +4 -4
- package/esm2020/tabs/paginated-tab-header.mjs +3 -3
- package/esm2020/tabs/tab-body.mjs +9 -9
- package/esm2020/tabs/tab-content.mjs +3 -3
- package/esm2020/tabs/tab-group.mjs +6 -6
- package/esm2020/tabs/tab-header.mjs +6 -6
- package/esm2020/tabs/tab-label-wrapper.mjs +6 -6
- package/esm2020/tabs/tab-label.mjs +3 -3
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +15 -15
- package/esm2020/tabs/tab.mjs +6 -6
- package/esm2020/toolbar/toolbar-module.mjs +4 -4
- package/esm2020/toolbar/toolbar.mjs +6 -6
- package/esm2020/tooltip/module.mjs +4 -4
- package/esm2020/tooltip/tooltip.mjs +27 -19
- package/esm2020/tree/node.mjs +9 -9
- package/esm2020/tree/outlet.mjs +3 -3
- package/esm2020/tree/padding.mjs +3 -3
- package/esm2020/tree/toggle.mjs +3 -3
- package/esm2020/tree/tree-module.mjs +4 -4
- package/esm2020/tree/tree.mjs +4 -4
- package/expansion/index.d.ts +3 -3
- package/fesm2015/autocomplete/testing.mjs +0 -16
- package/fesm2015/autocomplete/testing.mjs.map +1 -1
- package/fesm2015/autocomplete.mjs +64 -81
- package/fesm2015/autocomplete.mjs.map +1 -1
- package/fesm2015/badge/testing.mjs +0 -16
- package/fesm2015/badge/testing.mjs.map +1 -1
- package/fesm2015/badge.mjs +7 -30
- package/fesm2015/badge.mjs.map +1 -1
- package/fesm2015/bottom-sheet/testing.mjs +0 -16
- package/fesm2015/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2015/bottom-sheet.mjs +10 -61
- package/fesm2015/bottom-sheet.mjs.map +1 -1
- package/fesm2015/button/testing.mjs +0 -16
- package/fesm2015/button/testing.mjs.map +1 -1
- package/fesm2015/button-toggle/testing.mjs +0 -16
- package/fesm2015/button-toggle/testing.mjs.map +1 -1
- package/fesm2015/button-toggle.mjs +10 -33
- package/fesm2015/button-toggle.mjs.map +1 -1
- package/fesm2015/button.mjs +198 -86
- package/fesm2015/button.mjs.map +1 -1
- package/fesm2015/card/testing.mjs +0 -16
- package/fesm2015/card/testing.mjs.map +1 -1
- package/fesm2015/card.mjs +46 -76
- package/fesm2015/card.mjs.map +1 -1
- package/fesm2015/checkbox/testing.mjs +0 -16
- package/fesm2015/checkbox/testing.mjs.map +1 -1
- package/fesm2015/checkbox.mjs +18 -62
- package/fesm2015/checkbox.mjs.map +1 -1
- package/fesm2015/chips/testing.mjs +0 -23
- package/fesm2015/chips/testing.mjs.map +1 -1
- package/fesm2015/chips.mjs +42 -148
- package/fesm2015/chips.mjs.map +1 -1
- package/fesm2015/core/testing.mjs +0 -16
- package/fesm2015/core/testing.mjs.map +1 -1
- package/fesm2015/core.mjs +61 -247
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/datepicker/testing.mjs +0 -16
- package/fesm2015/datepicker/testing.mjs.map +1 -1
- package/fesm2015/datepicker.mjs +83 -239
- package/fesm2015/datepicker.mjs.map +1 -1
- package/fesm2015/dialog/testing.mjs +0 -23
- package/fesm2015/dialog/testing.mjs.map +1 -1
- package/fesm2015/dialog.mjs +29 -87
- package/fesm2015/dialog.mjs.map +1 -1
- package/fesm2015/divider/testing.mjs +0 -16
- package/fesm2015/divider/testing.mjs.map +1 -1
- package/fesm2015/divider.mjs +7 -37
- package/fesm2015/divider.mjs.map +1 -1
- package/fesm2015/expansion/testing.mjs +0 -16
- package/fesm2015/expansion/testing.mjs.map +1 -1
- package/fesm2015/expansion.mjs +25 -83
- package/fesm2015/expansion.mjs.map +1 -1
- package/fesm2015/form-field/testing/control.mjs +0 -15
- package/fesm2015/form-field/testing/control.mjs.map +1 -1
- package/fesm2015/form-field/testing.mjs +1 -15
- package/fesm2015/form-field/testing.mjs.map +1 -1
- package/fesm2015/form-field.mjs +34 -127
- package/fesm2015/form-field.mjs.map +1 -1
- package/fesm2015/grid-list/testing.mjs +0 -16
- package/fesm2015/grid-list/testing.mjs.map +1 -1
- package/fesm2015/grid-list.mjs +22 -79
- package/fesm2015/grid-list.mjs.map +1 -1
- package/fesm2015/icon/testing.mjs +7 -30
- package/fesm2015/icon/testing.mjs.map +1 -1
- package/fesm2015/icon.mjs +10 -54
- package/fesm2015/icon.mjs.map +1 -1
- package/fesm2015/input/testing.mjs +0 -16
- package/fesm2015/input/testing.mjs.map +1 -1
- package/fesm2015/input.mjs +7 -51
- package/fesm2015/input.mjs.map +1 -1
- package/fesm2015/legacy-autocomplete/testing.mjs +0 -16
- package/fesm2015/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2015/legacy-autocomplete.mjs +13 -57
- package/fesm2015/legacy-autocomplete.mjs.map +1 -1
- package/fesm2015/legacy-button/testing.mjs +0 -16
- package/fesm2015/legacy-button/testing.mjs.map +1 -1
- package/fesm2015/legacy-button.mjs +10 -33
- package/fesm2015/legacy-button.mjs.map +1 -1
- package/fesm2015/legacy-card/testing.mjs +0 -16
- package/fesm2015/legacy-card/testing.mjs.map +1 -1
- package/fesm2015/legacy-card.mjs +46 -76
- package/fesm2015/legacy-card.mjs.map +1 -1
- package/fesm2015/legacy-checkbox/testing.mjs +0 -16
- package/fesm2015/legacy-checkbox/testing.mjs.map +1 -1
- package/fesm2015/legacy-checkbox.mjs +7 -30
- package/fesm2015/legacy-checkbox.mjs.map +1 -1
- package/fesm2015/legacy-chips/testing.mjs +0 -23
- package/fesm2015/legacy-chips/testing.mjs.map +1 -1
- package/fesm2015/legacy-chips.mjs +24 -74
- package/fesm2015/legacy-chips.mjs.map +1 -1
- package/fesm2015/legacy-core/testing.mjs +0 -16
- package/fesm2015/legacy-core/testing.mjs.map +1 -1
- package/fesm2015/legacy-core.mjs +10 -47
- package/fesm2015/legacy-core.mjs.map +1 -1
- package/fesm2015/legacy-dialog/testing.mjs +0 -30
- package/fesm2015/legacy-dialog/testing.mjs.map +1 -1
- package/fesm2015/legacy-dialog.mjs +22 -80
- package/fesm2015/legacy-dialog.mjs.map +1 -1
- package/fesm2015/legacy-form-field/testing.mjs +0 -23
- package/fesm2015/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2015/legacy-form-field.mjs +25 -90
- package/fesm2015/legacy-form-field.mjs.map +1 -1
- package/fesm2015/legacy-input/testing.mjs +0 -16
- package/fesm2015/legacy-input/testing.mjs.map +1 -1
- package/fesm2015/legacy-input.mjs +7 -37
- package/fesm2015/legacy-input.mjs.map +1 -1
- package/fesm2015/legacy-list/testing.mjs +0 -23
- package/fesm2015/legacy-list/testing.mjs.map +1 -1
- package/fesm2015/legacy-list.mjs +28 -65
- package/fesm2015/legacy-list.mjs.map +1 -1
- package/fesm2015/legacy-menu/testing.mjs +0 -16
- package/fesm2015/legacy-menu/testing.mjs.map +1 -1
- package/fesm2015/legacy-menu.mjs +16 -67
- package/fesm2015/legacy-menu.mjs.map +1 -1
- package/fesm2015/legacy-paginator/testing.mjs +0 -23
- package/fesm2015/legacy-paginator/testing.mjs.map +1 -1
- package/fesm2015/legacy-paginator.mjs +7 -37
- package/fesm2015/legacy-paginator.mjs.map +1 -1
- package/fesm2015/legacy-progress-bar/testing.mjs +0 -16
- package/fesm2015/legacy-progress-bar/testing.mjs.map +1 -1
- package/fesm2015/legacy-progress-bar.mjs +7 -37
- package/fesm2015/legacy-progress-bar.mjs.map +1 -1
- package/fesm2015/legacy-progress-spinner/testing.mjs +0 -16
- package/fesm2015/legacy-progress-spinner/testing.mjs.map +1 -1
- package/fesm2015/legacy-progress-spinner.mjs +7 -36
- package/fesm2015/legacy-progress-spinner.mjs.map +1 -1
- package/fesm2015/legacy-radio/testing.mjs +0 -16
- package/fesm2015/legacy-radio/testing.mjs.map +1 -1
- package/fesm2015/legacy-radio.mjs +10 -33
- package/fesm2015/legacy-radio.mjs.map +1 -1
- package/fesm2015/legacy-select/testing.mjs +0 -16
- package/fesm2015/legacy-select/testing.mjs.map +1 -1
- package/fesm2015/legacy-select.mjs +10 -40
- package/fesm2015/legacy-select.mjs.map +1 -1
- package/fesm2015/legacy-slide-toggle/testing.mjs +0 -16
- package/fesm2015/legacy-slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/legacy-slide-toggle.mjs +7 -37
- package/fesm2015/legacy-slide-toggle.mjs.map +1 -1
- package/fesm2015/legacy-slider/testing.mjs +0 -16
- package/fesm2015/legacy-slider/testing.mjs.map +1 -1
- package/fesm2015/legacy-slider.mjs +7 -30
- package/fesm2015/legacy-slider.mjs.map +1 -1
- package/fesm2015/legacy-snack-bar/testing.mjs +0 -16
- package/fesm2015/legacy-snack-bar/testing.mjs.map +1 -1
- package/fesm2015/legacy-snack-bar.mjs +13 -50
- package/fesm2015/legacy-snack-bar.mjs.map +1 -1
- package/fesm2015/legacy-table/testing.mjs +0 -37
- package/fesm2015/legacy-table/testing.mjs.map +1 -1
- package/fesm2015/legacy-table.mjs +55 -113
- package/fesm2015/legacy-table.mjs.map +1 -1
- package/fesm2015/legacy-tabs/testing.mjs +0 -16
- package/fesm2015/legacy-tabs/testing.mjs.map +1 -1
- package/fesm2015/legacy-tabs.mjs +40 -120
- package/fesm2015/legacy-tabs.mjs.map +1 -1
- package/fesm2015/legacy-tooltip/testing.mjs +0 -23
- package/fesm2015/legacy-tooltip/testing.mjs.map +1 -1
- package/fesm2015/legacy-tooltip.mjs +12 -44
- package/fesm2015/legacy-tooltip.mjs.map +1 -1
- package/fesm2015/list/testing.mjs +0 -23
- package/fesm2015/list/testing.mjs.map +1 -1
- package/fesm2015/list.mjs +51 -137
- package/fesm2015/list.mjs.map +1 -1
- package/fesm2015/material.mjs +0 -7
- package/fesm2015/material.mjs.map +1 -1
- package/fesm2015/menu/testing.mjs +0 -16
- package/fesm2015/menu/testing.mjs.map +1 -1
- package/fesm2015/menu.mjs +32 -107
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/paginator/testing.mjs +0 -16
- package/fesm2015/paginator/testing.mjs.map +1 -1
- package/fesm2015/paginator.mjs +13 -50
- package/fesm2015/paginator.mjs.map +1 -1
- package/fesm2015/progress-bar/testing.mjs +0 -16
- package/fesm2015/progress-bar/testing.mjs.map +1 -1
- package/fesm2015/progress-bar.mjs +8 -38
- package/fesm2015/progress-bar.mjs.map +1 -1
- package/fesm2015/progress-spinner/testing.mjs +0 -16
- package/fesm2015/progress-spinner/testing.mjs.map +1 -1
- package/fesm2015/progress-spinner.mjs +7 -37
- package/fesm2015/progress-spinner.mjs.map +1 -1
- package/fesm2015/radio/testing.mjs +0 -16
- package/fesm2015/radio/testing.mjs.map +1 -1
- package/fesm2015/radio.mjs +17 -47
- package/fesm2015/radio.mjs.map +1 -1
- package/fesm2015/select/testing.mjs +0 -16
- package/fesm2015/select/testing.mjs.map +1 -1
- package/fesm2015/select.mjs +55 -60
- package/fesm2015/select.mjs.map +1 -1
- package/fesm2015/sidenav/testing.mjs +0 -30
- package/fesm2015/sidenav/testing.mjs.map +1 -1
- package/fesm2015/sidenav.mjs +22 -59
- package/fesm2015/sidenav.mjs.map +1 -1
- package/fesm2015/slide-toggle/testing.mjs +0 -16
- package/fesm2015/slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/slide-toggle.mjs +18 -62
- package/fesm2015/slide-toggle.mjs.map +1 -1
- package/fesm2015/slider/testing.mjs +0 -16
- package/fesm2015/slider/testing.mjs.map +1 -1
- package/fesm2015/slider.mjs +16 -60
- package/fesm2015/slider.mjs.map +1 -1
- package/fesm2015/snack-bar/testing.mjs +0 -16
- package/fesm2015/snack-bar/testing.mjs.map +1 -1
- package/fesm2015/snack-bar.mjs +28 -93
- package/fesm2015/snack-bar.mjs.map +1 -1
- package/fesm2015/sort/testing.mjs +0 -16
- package/fesm2015/sort/testing.mjs.map +1 -1
- package/fesm2015/sort.mjs +13 -65
- package/fesm2015/sort.mjs.map +1 -1
- package/fesm2015/stepper/testing.mjs +0 -16
- package/fesm2015/stepper/testing.mjs.map +1 -1
- package/fesm2015/stepper.mjs +31 -96
- package/fesm2015/stepper.mjs.map +1 -1
- package/fesm2015/table/testing.mjs +0 -16
- package/fesm2015/table/testing.mjs.map +1 -1
- package/fesm2015/table.mjs +55 -113
- package/fesm2015/table.mjs.map +1 -1
- package/fesm2015/tabs/testing.mjs +0 -16
- package/fesm2015/tabs/testing.mjs.map +1 -1
- package/fesm2015/tabs.mjs +61 -168
- package/fesm2015/tabs.mjs.map +1 -1
- package/fesm2015/toolbar/testing.mjs +0 -16
- package/fesm2015/toolbar/testing.mjs.map +1 -1
- package/fesm2015/toolbar.mjs +10 -33
- package/fesm2015/toolbar.mjs.map +1 -1
- package/fesm2015/tooltip/testing.mjs +0 -16
- package/fesm2015/tooltip/testing.mjs.map +1 -1
- package/fesm2015/tooltip.mjs +30 -59
- package/fesm2015/tooltip.mjs.map +1 -1
- package/fesm2015/tree/testing.mjs +0 -16
- package/fesm2015/tree/testing.mjs.map +1 -1
- package/fesm2015/tree.mjs +25 -90
- package/fesm2015/tree.mjs.map +1 -1
- package/fesm2020/autocomplete/testing.mjs +0 -31
- package/fesm2020/autocomplete/testing.mjs.map +1 -1
- package/fesm2020/autocomplete.mjs +64 -81
- package/fesm2020/autocomplete.mjs.map +1 -1
- package/fesm2020/badge/testing.mjs +0 -31
- package/fesm2020/badge/testing.mjs.map +1 -1
- package/fesm2020/badge.mjs +7 -37
- package/fesm2020/badge.mjs.map +1 -1
- package/fesm2020/bottom-sheet/testing.mjs +0 -31
- package/fesm2020/bottom-sheet/testing.mjs.map +1 -1
- package/fesm2020/bottom-sheet.mjs +10 -61
- package/fesm2020/bottom-sheet.mjs.map +1 -1
- package/fesm2020/button/testing.mjs +0 -31
- package/fesm2020/button/testing.mjs.map +1 -1
- package/fesm2020/button-toggle/testing.mjs +0 -46
- package/fesm2020/button-toggle/testing.mjs.map +1 -1
- package/fesm2020/button-toggle.mjs +10 -40
- package/fesm2020/button-toggle.mjs.map +1 -1
- package/fesm2020/button.mjs +194 -107
- package/fesm2020/button.mjs.map +1 -1
- package/fesm2020/card/testing.mjs +0 -31
- package/fesm2020/card/testing.mjs.map +1 -1
- package/fesm2020/card.mjs +46 -76
- package/fesm2020/card.mjs.map +1 -1
- package/fesm2020/checkbox/testing.mjs +0 -23
- package/fesm2020/checkbox/testing.mjs.map +1 -1
- package/fesm2020/checkbox.mjs +18 -62
- package/fesm2020/checkbox.mjs.map +1 -1
- package/fesm2020/chips/testing.mjs +0 -94
- package/fesm2020/chips/testing.mjs.map +1 -1
- package/fesm2020/chips.mjs +42 -156
- package/fesm2020/chips.mjs.map +1 -1
- package/fesm2020/core/testing.mjs +0 -46
- package/fesm2020/core/testing.mjs.map +1 -1
- package/fesm2020/core.mjs +61 -268
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/datepicker/testing.mjs +0 -73
- package/fesm2020/datepicker/testing.mjs.map +1 -1
- package/fesm2020/datepicker.mjs +83 -246
- package/fesm2020/datepicker.mjs.map +1 -1
- package/fesm2020/dialog/testing.mjs +0 -30
- package/fesm2020/dialog/testing.mjs.map +1 -1
- package/fesm2020/dialog.mjs +29 -94
- package/fesm2020/dialog.mjs.map +1 -1
- package/fesm2020/divider/testing.mjs +0 -31
- package/fesm2020/divider/testing.mjs.map +1 -1
- package/fesm2020/divider.mjs +7 -37
- package/fesm2020/divider.mjs.map +1 -1
- package/fesm2020/expansion/testing.mjs +0 -38
- package/fesm2020/expansion/testing.mjs.map +1 -1
- package/fesm2020/expansion.mjs +25 -90
- package/fesm2020/expansion.mjs.map +1 -1
- package/fesm2020/form-field/testing/control.mjs +0 -15
- package/fesm2020/form-field/testing/control.mjs.map +1 -1
- package/fesm2020/form-field/testing.mjs +1 -37
- package/fesm2020/form-field/testing.mjs.map +1 -1
- package/fesm2020/form-field.mjs +34 -134
- package/fesm2020/form-field.mjs.map +1 -1
- package/fesm2020/grid-list/testing.mjs +0 -38
- package/fesm2020/grid-list/testing.mjs.map +1 -1
- package/fesm2020/grid-list.mjs +22 -79
- package/fesm2020/grid-list.mjs.map +1 -1
- package/fesm2020/icon/testing.mjs +7 -45
- package/fesm2020/icon/testing.mjs.map +1 -1
- package/fesm2020/icon.mjs +10 -54
- package/fesm2020/icon.mjs.map +1 -1
- package/fesm2020/input/testing.mjs +0 -53
- package/fesm2020/input/testing.mjs.map +1 -1
- package/fesm2020/input.mjs +7 -51
- package/fesm2020/input.mjs.map +1 -1
- package/fesm2020/legacy-autocomplete/testing.mjs +0 -23
- package/fesm2020/legacy-autocomplete/testing.mjs.map +1 -1
- package/fesm2020/legacy-autocomplete.mjs +13 -57
- package/fesm2020/legacy-autocomplete.mjs.map +1 -1
- package/fesm2020/legacy-button/testing.mjs +0 -23
- package/fesm2020/legacy-button/testing.mjs.map +1 -1
- package/fesm2020/legacy-button.mjs +10 -40
- package/fesm2020/legacy-button.mjs.map +1 -1
- package/fesm2020/legacy-card/testing.mjs +0 -23
- package/fesm2020/legacy-card/testing.mjs.map +1 -1
- package/fesm2020/legacy-card.mjs +46 -76
- package/fesm2020/legacy-card.mjs.map +1 -1
- package/fesm2020/legacy-checkbox/testing.mjs +0 -23
- package/fesm2020/legacy-checkbox/testing.mjs.map +1 -1
- package/fesm2020/legacy-checkbox.mjs +7 -37
- package/fesm2020/legacy-checkbox.mjs.map +1 -1
- package/fesm2020/legacy-chips/testing.mjs +0 -65
- package/fesm2020/legacy-chips/testing.mjs.map +1 -1
- package/fesm2020/legacy-chips.mjs +24 -74
- package/fesm2020/legacy-chips.mjs.map +1 -1
- package/fesm2020/legacy-core/testing.mjs +0 -46
- package/fesm2020/legacy-core/testing.mjs.map +1 -1
- package/fesm2020/legacy-core.mjs +10 -47
- package/fesm2020/legacy-core.mjs.map +1 -1
- package/fesm2020/legacy-dialog/testing.mjs +0 -30
- package/fesm2020/legacy-dialog/testing.mjs.map +1 -1
- package/fesm2020/legacy-dialog.mjs +22 -80
- package/fesm2020/legacy-dialog.mjs.map +1 -1
- package/fesm2020/legacy-form-field/testing.mjs +0 -30
- package/fesm2020/legacy-form-field/testing.mjs.map +1 -1
- package/fesm2020/legacy-form-field.mjs +25 -97
- package/fesm2020/legacy-form-field.mjs.map +1 -1
- package/fesm2020/legacy-input/testing.mjs +0 -16
- package/fesm2020/legacy-input/testing.mjs.map +1 -1
- package/fesm2020/legacy-input.mjs +7 -37
- package/fesm2020/legacy-input.mjs.map +1 -1
- package/fesm2020/legacy-list/testing.mjs +0 -58
- package/fesm2020/legacy-list/testing.mjs.map +1 -1
- package/fesm2020/legacy-list.mjs +28 -65
- package/fesm2020/legacy-list.mjs.map +1 -1
- package/fesm2020/legacy-menu/testing.mjs +0 -23
- package/fesm2020/legacy-menu/testing.mjs.map +1 -1
- package/fesm2020/legacy-menu.mjs +16 -67
- package/fesm2020/legacy-menu.mjs.map +1 -1
- package/fesm2020/legacy-paginator/testing.mjs +0 -23
- package/fesm2020/legacy-paginator/testing.mjs.map +1 -1
- package/fesm2020/legacy-paginator.mjs +7 -37
- package/fesm2020/legacy-paginator.mjs.map +1 -1
- package/fesm2020/legacy-progress-bar/testing.mjs +0 -23
- package/fesm2020/legacy-progress-bar/testing.mjs.map +1 -1
- package/fesm2020/legacy-progress-bar.mjs +7 -37
- package/fesm2020/legacy-progress-bar.mjs.map +1 -1
- package/fesm2020/legacy-progress-spinner/testing.mjs +0 -23
- package/fesm2020/legacy-progress-spinner/testing.mjs.map +1 -1
- package/fesm2020/legacy-progress-spinner.mjs +7 -36
- package/fesm2020/legacy-progress-spinner.mjs.map +1 -1
- package/fesm2020/legacy-radio/testing.mjs +0 -23
- package/fesm2020/legacy-radio/testing.mjs.map +1 -1
- package/fesm2020/legacy-radio.mjs +10 -40
- package/fesm2020/legacy-radio.mjs.map +1 -1
- package/fesm2020/legacy-select/testing.mjs +0 -23
- package/fesm2020/legacy-select/testing.mjs.map +1 -1
- package/fesm2020/legacy-select.mjs +10 -40
- package/fesm2020/legacy-select.mjs.map +1 -1
- package/fesm2020/legacy-slide-toggle/testing.mjs +0 -23
- package/fesm2020/legacy-slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/legacy-slide-toggle.mjs +7 -44
- package/fesm2020/legacy-slide-toggle.mjs.map +1 -1
- package/fesm2020/legacy-slider/testing.mjs +0 -23
- package/fesm2020/legacy-slider/testing.mjs.map +1 -1
- package/fesm2020/legacy-slider.mjs +7 -37
- package/fesm2020/legacy-slider.mjs.map +1 -1
- package/fesm2020/legacy-snack-bar/testing.mjs +0 -23
- package/fesm2020/legacy-snack-bar/testing.mjs.map +1 -1
- package/fesm2020/legacy-snack-bar.mjs +13 -57
- package/fesm2020/legacy-snack-bar.mjs.map +1 -1
- package/fesm2020/legacy-table/testing.mjs +0 -37
- package/fesm2020/legacy-table/testing.mjs.map +1 -1
- package/fesm2020/legacy-table.mjs +55 -113
- package/fesm2020/legacy-table.mjs.map +1 -1
- package/fesm2020/legacy-tabs/testing.mjs +0 -51
- package/fesm2020/legacy-tabs/testing.mjs.map +1 -1
- package/fesm2020/legacy-tabs.mjs +40 -134
- package/fesm2020/legacy-tabs.mjs.map +1 -1
- package/fesm2020/legacy-tooltip/testing.mjs +0 -23
- package/fesm2020/legacy-tooltip/testing.mjs.map +1 -1
- package/fesm2020/legacy-tooltip.mjs +12 -51
- package/fesm2020/legacy-tooltip.mjs.map +1 -1
- package/fesm2020/list/testing.mjs +0 -66
- package/fesm2020/list/testing.mjs.map +1 -1
- package/fesm2020/list.mjs +51 -144
- package/fesm2020/list.mjs.map +1 -1
- package/fesm2020/material.mjs +0 -7
- package/fesm2020/material.mjs.map +1 -1
- package/fesm2020/menu/testing.mjs +0 -31
- package/fesm2020/menu/testing.mjs.map +1 -1
- package/fesm2020/menu.mjs +32 -115
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/paginator/testing.mjs +0 -31
- package/fesm2020/paginator/testing.mjs.map +1 -1
- package/fesm2020/paginator.mjs +13 -50
- package/fesm2020/paginator.mjs.map +1 -1
- package/fesm2020/progress-bar/testing.mjs +0 -31
- package/fesm2020/progress-bar/testing.mjs.map +1 -1
- package/fesm2020/progress-bar.mjs +8 -38
- package/fesm2020/progress-bar.mjs.map +1 -1
- package/fesm2020/progress-spinner/testing.mjs +0 -31
- package/fesm2020/progress-spinner/testing.mjs.map +1 -1
- package/fesm2020/progress-spinner.mjs +7 -37
- package/fesm2020/progress-spinner.mjs.map +1 -1
- package/fesm2020/radio/testing.mjs +0 -31
- package/fesm2020/radio/testing.mjs.map +1 -1
- package/fesm2020/radio.mjs +17 -47
- package/fesm2020/radio.mjs.map +1 -1
- package/fesm2020/select/testing.mjs +0 -31
- package/fesm2020/select/testing.mjs.map +1 -1
- package/fesm2020/select.mjs +55 -60
- package/fesm2020/select.mjs.map +1 -1
- package/fesm2020/sidenav/testing.mjs +0 -66
- package/fesm2020/sidenav/testing.mjs.map +1 -1
- package/fesm2020/sidenav.mjs +22 -59
- package/fesm2020/sidenav.mjs.map +1 -1
- package/fesm2020/slide-toggle/testing.mjs +0 -31
- package/fesm2020/slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/slide-toggle.mjs +18 -62
- package/fesm2020/slide-toggle.mjs.map +1 -1
- package/fesm2020/slider/testing.mjs +0 -30
- package/fesm2020/slider/testing.mjs.map +1 -1
- package/fesm2020/slider.mjs +16 -67
- package/fesm2020/slider.mjs.map +1 -1
- package/fesm2020/snack-bar/testing.mjs +0 -31
- package/fesm2020/snack-bar/testing.mjs.map +1 -1
- package/fesm2020/snack-bar.mjs +28 -100
- package/fesm2020/snack-bar.mjs.map +1 -1
- package/fesm2020/sort/testing.mjs +0 -30
- package/fesm2020/sort/testing.mjs.map +1 -1
- package/fesm2020/sort.mjs +13 -80
- package/fesm2020/sort.mjs.map +1 -1
- package/fesm2020/stepper/testing.mjs +0 -37
- package/fesm2020/stepper/testing.mjs.map +1 -1
- package/fesm2020/stepper.mjs +31 -110
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/table/testing.mjs +0 -37
- package/fesm2020/table/testing.mjs.map +1 -1
- package/fesm2020/table.mjs +55 -113
- package/fesm2020/table.mjs.map +1 -1
- package/fesm2020/tabs/testing.mjs +0 -51
- package/fesm2020/tabs/testing.mjs.map +1 -1
- package/fesm2020/tabs.mjs +61 -168
- package/fesm2020/tabs.mjs.map +1 -1
- package/fesm2020/toolbar/testing.mjs +0 -31
- package/fesm2020/toolbar/testing.mjs.map +1 -1
- package/fesm2020/toolbar.mjs +10 -40
- package/fesm2020/toolbar.mjs.map +1 -1
- package/fesm2020/tooltip/testing.mjs +0 -31
- package/fesm2020/tooltip/testing.mjs.map +1 -1
- package/fesm2020/tooltip.mjs +30 -59
- package/fesm2020/tooltip.mjs.map +1 -1
- package/fesm2020/tree/testing.mjs +0 -38
- package/fesm2020/tree/testing.mjs.map +1 -1
- package/fesm2020/tree.mjs +25 -90
- package/fesm2020/tree.mjs.map +1 -1
- package/form-field/index.d.ts +7 -7
- package/grid-list/index.d.ts +2 -2
- package/icon/index.d.ts +1 -1
- package/input/index.d.ts +1 -1
- package/legacy-autocomplete/index.d.ts +1 -1
- package/legacy-button/index.d.ts +2 -2
- package/legacy-card/index.d.ts +1 -1
- package/legacy-checkbox/index.d.ts +1 -1
- package/legacy-chips/index.d.ts +4 -5
- package/legacy-core/index.d.ts +1 -1
- package/legacy-dialog/index.d.ts +3 -3
- package/legacy-form-field/index.d.ts +3 -3
- package/legacy-list/index.d.ts +5 -5
- package/legacy-menu/index.d.ts +1 -1
- package/legacy-paginator/index.d.ts +1 -1
- package/legacy-prebuilt-themes/legacy-deeppurple-amber.css +1 -1
- package/legacy-prebuilt-themes/legacy-indigo-pink.css +1 -1
- package/legacy-prebuilt-themes/legacy-pink-bluegrey.css +1 -1
- package/legacy-prebuilt-themes/legacy-purple-green.css +1 -1
- package/legacy-progress-bar/index.d.ts +1 -1
- package/legacy-progress-spinner/index.d.ts +1 -1
- package/legacy-radio/index.d.ts +1 -1
- package/legacy-select/index.d.ts +1 -1
- package/legacy-slide-toggle/index.d.ts +1 -1
- package/legacy-slider/index.d.ts +1 -1
- package/legacy-table/index.d.ts +4 -4
- package/legacy-tabs/index.d.ts +7 -7
- package/legacy-tooltip/index.d.ts +1 -2
- package/list/_list-theme.scss +20 -23
- package/list/index.d.ts +5 -5
- package/menu/index.d.ts +3 -4
- package/package.json +2 -2
- package/paginator/index.d.ts +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 +17 -24
- package/progress-bar/index.d.ts +1 -1
- package/progress-spinner/index.d.ts +1 -1
- package/radio/_radio-theme.scss +33 -17
- package/radio/index.d.ts +3 -3
- 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 +789 -360
- package/schematics/ng-generate/mdc-migration/index_bundled.js.map +2 -2
- package/select/index.d.ts +5 -3
- package/sidenav/index.d.ts +3 -3
- package/slide-toggle/index.d.ts +2 -2
- package/slider/index.d.ts +3 -3
- package/sort/index.d.ts +2 -2
- package/stepper/index.d.ts +6 -6
- package/table/index.d.ts +4 -4
- package/tabs/index.d.ts +14 -14
- package/toolbar/index.d.ts +1 -1
- package/tooltip/index.d.ts +1 -1
- package/tree/index.d.ts +5 -5
- package/radio/_radio-private.scss +0 -60
package/fesm2015/core.mjs
CHANGED
|
@@ -14,23 +14,9 @@ import { startWith } from 'rxjs/operators';
|
|
|
14
14
|
import { ANIMATION_MODULE_TYPE } from '@angular/platform-browser/animations';
|
|
15
15
|
import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
|
|
16
16
|
|
|
17
|
-
/**
|
|
18
|
-
* @license
|
|
19
|
-
* Copyright Google LLC All Rights Reserved.
|
|
20
|
-
*
|
|
21
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
22
|
-
* found in the LICENSE file at https://angular.io/license
|
|
23
|
-
*/
|
|
24
17
|
/** Current version of Angular Material. */
|
|
25
|
-
const VERSION = new Version('16.0.0-next.
|
|
18
|
+
const VERSION = new Version('16.0.0-next.5');
|
|
26
19
|
|
|
27
|
-
/**
|
|
28
|
-
* @license
|
|
29
|
-
* Copyright Google LLC All Rights Reserved.
|
|
30
|
-
*
|
|
31
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
32
|
-
* found in the LICENSE file at https://angular.io/license
|
|
33
|
-
*/
|
|
34
20
|
/** @docs-private */
|
|
35
21
|
class AnimationCurves {
|
|
36
22
|
}
|
|
@@ -97,10 +83,10 @@ class MatCommonModule {
|
|
|
97
83
|
return !!this._sanityChecks[name];
|
|
98
84
|
}
|
|
99
85
|
}
|
|
100
|
-
MatCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
101
|
-
MatCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
102
|
-
MatCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
86
|
+
MatCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, deps: [{ token: i1.HighContrastModeDetector }, { token: MATERIAL_SANITY_CHECKS, optional: true }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
87
|
+
MatCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, imports: [BidiModule], exports: [BidiModule] });
|
|
88
|
+
MatCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, imports: [BidiModule, BidiModule] });
|
|
89
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatCommonModule, decorators: [{
|
|
104
90
|
type: NgModule,
|
|
105
91
|
args: [{
|
|
106
92
|
imports: [BidiModule],
|
|
@@ -158,13 +144,6 @@ function _checkCdkVersionMatch() {
|
|
|
158
144
|
}
|
|
159
145
|
}
|
|
160
146
|
|
|
161
|
-
/**
|
|
162
|
-
* @license
|
|
163
|
-
* Copyright Google LLC All Rights Reserved.
|
|
164
|
-
*
|
|
165
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
166
|
-
* found in the LICENSE file at https://angular.io/license
|
|
167
|
-
*/
|
|
168
147
|
function mixinDisabled(base) {
|
|
169
148
|
return class extends base {
|
|
170
149
|
get disabled() {
|
|
@@ -180,13 +159,6 @@ function mixinDisabled(base) {
|
|
|
180
159
|
};
|
|
181
160
|
}
|
|
182
161
|
|
|
183
|
-
/**
|
|
184
|
-
* @license
|
|
185
|
-
* Copyright Google LLC All Rights Reserved.
|
|
186
|
-
*
|
|
187
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
188
|
-
* found in the LICENSE file at https://angular.io/license
|
|
189
|
-
*/
|
|
190
162
|
function mixinColor(base, defaultColor) {
|
|
191
163
|
return class extends base {
|
|
192
164
|
get color() {
|
|
@@ -213,13 +185,6 @@ function mixinColor(base, defaultColor) {
|
|
|
213
185
|
};
|
|
214
186
|
}
|
|
215
187
|
|
|
216
|
-
/**
|
|
217
|
-
* @license
|
|
218
|
-
* Copyright Google LLC All Rights Reserved.
|
|
219
|
-
*
|
|
220
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
221
|
-
* found in the LICENSE file at https://angular.io/license
|
|
222
|
-
*/
|
|
223
188
|
function mixinDisableRipple(base) {
|
|
224
189
|
return class extends base {
|
|
225
190
|
/** Whether the ripple effect is disabled or not. */
|
|
@@ -236,13 +201,6 @@ function mixinDisableRipple(base) {
|
|
|
236
201
|
};
|
|
237
202
|
}
|
|
238
203
|
|
|
239
|
-
/**
|
|
240
|
-
* @license
|
|
241
|
-
* Copyright Google LLC All Rights Reserved.
|
|
242
|
-
*
|
|
243
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
244
|
-
* found in the LICENSE file at https://angular.io/license
|
|
245
|
-
*/
|
|
246
204
|
function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
247
205
|
return class extends base {
|
|
248
206
|
get tabIndex() {
|
|
@@ -260,13 +218,6 @@ function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
|
260
218
|
};
|
|
261
219
|
}
|
|
262
220
|
|
|
263
|
-
/**
|
|
264
|
-
* @license
|
|
265
|
-
* Copyright Google LLC All Rights Reserved.
|
|
266
|
-
*
|
|
267
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
268
|
-
* found in the LICENSE file at https://angular.io/license
|
|
269
|
-
*/
|
|
270
221
|
function mixinErrorState(base) {
|
|
271
222
|
return class extends base {
|
|
272
223
|
/** Updates the error state based on the provided error state matcher. */
|
|
@@ -289,13 +240,6 @@ function mixinErrorState(base) {
|
|
|
289
240
|
};
|
|
290
241
|
}
|
|
291
242
|
|
|
292
|
-
/**
|
|
293
|
-
* @license
|
|
294
|
-
* Copyright Google LLC All Rights Reserved.
|
|
295
|
-
*
|
|
296
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
297
|
-
* found in the LICENSE file at https://angular.io/license
|
|
298
|
-
*/
|
|
299
243
|
/** Mixin to augment a directive with an initialized property that will emits when ngOnInit ends. */
|
|
300
244
|
function mixinInitialized(base) {
|
|
301
245
|
return class extends base {
|
|
@@ -346,21 +290,6 @@ function mixinInitialized(base) {
|
|
|
346
290
|
};
|
|
347
291
|
}
|
|
348
292
|
|
|
349
|
-
/**
|
|
350
|
-
* @license
|
|
351
|
-
* Copyright Google LLC All Rights Reserved.
|
|
352
|
-
*
|
|
353
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
354
|
-
* found in the LICENSE file at https://angular.io/license
|
|
355
|
-
*/
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* @license
|
|
359
|
-
* Copyright Google LLC All Rights Reserved.
|
|
360
|
-
*
|
|
361
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
362
|
-
* found in the LICENSE file at https://angular.io/license
|
|
363
|
-
*/
|
|
364
293
|
/** InjectionToken for datepicker that can be used to override default locale code. */
|
|
365
294
|
const MAT_DATE_LOCALE = new InjectionToken('MAT_DATE_LOCALE', {
|
|
366
295
|
providedIn: 'root',
|
|
@@ -461,13 +390,6 @@ class DateAdapter {
|
|
|
461
390
|
}
|
|
462
391
|
}
|
|
463
392
|
|
|
464
|
-
/**
|
|
465
|
-
* @license
|
|
466
|
-
* Copyright Google LLC All Rights Reserved.
|
|
467
|
-
*
|
|
468
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
469
|
-
* found in the LICENSE file at https://angular.io/license
|
|
470
|
-
*/
|
|
471
393
|
const MAT_DATE_FORMATS = new InjectionToken('mat-date-formats');
|
|
472
394
|
|
|
473
395
|
/**
|
|
@@ -665,9 +587,9 @@ class NativeDateAdapter extends DateAdapter {
|
|
|
665
587
|
return dtf.format(d);
|
|
666
588
|
}
|
|
667
589
|
}
|
|
668
|
-
NativeDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
669
|
-
NativeDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
670
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
590
|
+
NativeDateAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter, deps: [{ token: MAT_DATE_LOCALE, optional: true }, { token: i1$1.Platform }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
591
|
+
NativeDateAdapter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter });
|
|
592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateAdapter, decorators: [{
|
|
671
593
|
type: Injectable
|
|
672
594
|
}], ctorParameters: function () {
|
|
673
595
|
return [{ type: undefined, decorators: [{
|
|
@@ -678,13 +600,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
678
600
|
}] }, { type: i1$1.Platform }];
|
|
679
601
|
} });
|
|
680
602
|
|
|
681
|
-
/**
|
|
682
|
-
* @license
|
|
683
|
-
* Copyright Google LLC All Rights Reserved.
|
|
684
|
-
*
|
|
685
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
686
|
-
* found in the LICENSE file at https://angular.io/license
|
|
687
|
-
*/
|
|
688
603
|
const MAT_NATIVE_DATE_FORMATS = {
|
|
689
604
|
parse: {
|
|
690
605
|
dateInput: null,
|
|
@@ -697,19 +612,12 @@ const MAT_NATIVE_DATE_FORMATS = {
|
|
|
697
612
|
},
|
|
698
613
|
};
|
|
699
614
|
|
|
700
|
-
/**
|
|
701
|
-
* @license
|
|
702
|
-
* Copyright Google LLC All Rights Reserved.
|
|
703
|
-
*
|
|
704
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
705
|
-
* found in the LICENSE file at https://angular.io/license
|
|
706
|
-
*/
|
|
707
615
|
class NativeDateModule {
|
|
708
616
|
}
|
|
709
|
-
NativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
710
|
-
NativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
711
|
-
NativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
617
|
+
NativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
618
|
+
NativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule });
|
|
619
|
+
NativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, providers: [{ provide: DateAdapter, useClass: NativeDateAdapter }] });
|
|
620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: NativeDateModule, decorators: [{
|
|
713
621
|
type: NgModule,
|
|
714
622
|
args: [{
|
|
715
623
|
providers: [{ provide: DateAdapter, useClass: NativeDateAdapter }],
|
|
@@ -717,10 +625,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
717
625
|
}] });
|
|
718
626
|
class MatNativeDateModule {
|
|
719
627
|
}
|
|
720
|
-
MatNativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
721
|
-
MatNativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
722
|
-
MatNativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
628
|
+
MatNativeDateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
629
|
+
MatNativeDateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, imports: [NativeDateModule] });
|
|
630
|
+
MatNativeDateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, providers: [{ provide: MAT_DATE_FORMATS, useValue: MAT_NATIVE_DATE_FORMATS }], imports: [NativeDateModule] });
|
|
631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatNativeDateModule, decorators: [{
|
|
724
632
|
type: NgModule,
|
|
725
633
|
args: [{
|
|
726
634
|
imports: [NativeDateModule],
|
|
@@ -728,22 +636,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
728
636
|
}]
|
|
729
637
|
}] });
|
|
730
638
|
|
|
731
|
-
/**
|
|
732
|
-
* @license
|
|
733
|
-
* Copyright Google LLC All Rights Reserved.
|
|
734
|
-
*
|
|
735
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
736
|
-
* found in the LICENSE file at https://angular.io/license
|
|
737
|
-
*/
|
|
738
639
|
/** Error state matcher that matches when a control is invalid and dirty. */
|
|
739
640
|
class ShowOnDirtyErrorStateMatcher {
|
|
740
641
|
isErrorState(control, form) {
|
|
741
642
|
return !!(control && control.invalid && (control.dirty || (form && form.submitted)));
|
|
742
643
|
}
|
|
743
644
|
}
|
|
744
|
-
ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
745
|
-
ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
645
|
+
ShowOnDirtyErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
646
|
+
ShowOnDirtyErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher });
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ShowOnDirtyErrorStateMatcher, decorators: [{
|
|
747
648
|
type: Injectable
|
|
748
649
|
}] });
|
|
749
650
|
/** Provider that defines how form controls behave with regards to displaying error messages. */
|
|
@@ -752,20 +653,13 @@ class ErrorStateMatcher {
|
|
|
752
653
|
return !!(control && control.invalid && (control.touched || (form && form.submitted)));
|
|
753
654
|
}
|
|
754
655
|
}
|
|
755
|
-
ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
756
|
-
ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
656
|
+
ErrorStateMatcher.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
657
|
+
ErrorStateMatcher.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' });
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: ErrorStateMatcher, decorators: [{
|
|
758
659
|
type: Injectable,
|
|
759
660
|
args: [{ providedIn: 'root' }]
|
|
760
661
|
}] });
|
|
761
662
|
|
|
762
|
-
/**
|
|
763
|
-
* @license
|
|
764
|
-
* Copyright Google LLC All Rights Reserved.
|
|
765
|
-
*
|
|
766
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
767
|
-
* found in the LICENSE file at https://angular.io/license
|
|
768
|
-
*/
|
|
769
663
|
/**
|
|
770
664
|
* Shared directive to count lines inside a text area, such as a list item.
|
|
771
665
|
* Line elements can be extracted with a @ContentChildren(MatLine) query, then
|
|
@@ -773,9 +667,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
773
667
|
*/
|
|
774
668
|
class MatLine {
|
|
775
669
|
}
|
|
776
|
-
MatLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
777
|
-
MatLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
670
|
+
MatLine.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLine, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
671
|
+
MatLine.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatLine, selector: "[mat-line], [matLine]", host: { classAttribute: "mat-line" }, ngImport: i0 });
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLine, decorators: [{
|
|
779
673
|
type: Directive,
|
|
780
674
|
args: [{
|
|
781
675
|
selector: '[mat-line], [matLine]',
|
|
@@ -807,10 +701,10 @@ function setClass(element, className, isAdd) {
|
|
|
807
701
|
}
|
|
808
702
|
class MatLineModule {
|
|
809
703
|
}
|
|
810
|
-
MatLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
811
|
-
MatLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
812
|
-
MatLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
704
|
+
MatLineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
705
|
+
MatLineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, declarations: [MatLine], imports: [MatCommonModule], exports: [MatLine, MatCommonModule] });
|
|
706
|
+
MatLineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, imports: [MatCommonModule, MatCommonModule] });
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatLineModule, decorators: [{
|
|
814
708
|
type: NgModule,
|
|
815
709
|
args: [{
|
|
816
710
|
imports: [MatCommonModule],
|
|
@@ -819,13 +713,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
819
713
|
}]
|
|
820
714
|
}] });
|
|
821
715
|
|
|
822
|
-
/**
|
|
823
|
-
* @license
|
|
824
|
-
* Copyright Google LLC All Rights Reserved.
|
|
825
|
-
*
|
|
826
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
827
|
-
* found in the LICENSE file at https://angular.io/license
|
|
828
|
-
*/
|
|
829
716
|
/**
|
|
830
717
|
* Reference to a previously launched ripple element.
|
|
831
718
|
*/
|
|
@@ -850,13 +737,6 @@ class RippleRef {
|
|
|
850
737
|
}
|
|
851
738
|
}
|
|
852
739
|
|
|
853
|
-
/**
|
|
854
|
-
* @license
|
|
855
|
-
* Copyright Google LLC All Rights Reserved.
|
|
856
|
-
*
|
|
857
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
858
|
-
* found in the LICENSE file at https://angular.io/license
|
|
859
|
-
*/
|
|
860
740
|
/** Options used to bind a passive capturing event. */
|
|
861
741
|
const passiveCapturingEventOptions$1 = normalizePassiveListenerOptions({
|
|
862
742
|
passive: true,
|
|
@@ -1284,7 +1164,7 @@ class MatRipple {
|
|
|
1284
1164
|
*/
|
|
1285
1165
|
this.radius = 0;
|
|
1286
1166
|
this._disabled = false;
|
|
1287
|
-
/** Whether ripple directive is initialized and the input bindings are set. */
|
|
1167
|
+
/** @docs-private Whether ripple directive is initialized and the input bindings are set. */
|
|
1288
1168
|
this._isInitialized = false;
|
|
1289
1169
|
this._globalOptions = globalOptions || {};
|
|
1290
1170
|
this._rippleRenderer = new RippleRenderer(this, ngZone, _elementRef, platform);
|
|
@@ -1340,9 +1220,9 @@ class MatRipple {
|
|
|
1340
1220
|
}
|
|
1341
1221
|
}
|
|
1342
1222
|
}
|
|
1343
|
-
MatRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1344
|
-
MatRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1223
|
+
MatRipple.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRipple, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1$1.Platform }, { token: MAT_RIPPLE_GLOBAL_OPTIONS, optional: true }, { token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1224
|
+
MatRipple.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: { color: ["matRippleColor", "color"], unbounded: ["matRippleUnbounded", "unbounded"], centered: ["matRippleCentered", "centered"], radius: ["matRippleRadius", "radius"], animation: ["matRippleAnimation", "animation"], disabled: ["matRippleDisabled", "disabled"], trigger: ["matRippleTrigger", "trigger"] }, host: { properties: { "class.mat-ripple-unbounded": "unbounded" }, classAttribute: "mat-ripple" }, exportAs: ["matRipple"], ngImport: i0 });
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRipple, decorators: [{
|
|
1346
1226
|
type: Directive,
|
|
1347
1227
|
args: [{
|
|
1348
1228
|
selector: '[mat-ripple], [matRipple]',
|
|
@@ -1387,19 +1267,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1387
1267
|
args: ['matRippleTrigger']
|
|
1388
1268
|
}] } });
|
|
1389
1269
|
|
|
1390
|
-
/**
|
|
1391
|
-
* @license
|
|
1392
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1393
|
-
*
|
|
1394
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1395
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1396
|
-
*/
|
|
1397
1270
|
class MatRippleModule {
|
|
1398
1271
|
}
|
|
1399
|
-
MatRippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1400
|
-
MatRippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1401
|
-
MatRippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1272
|
+
MatRippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1273
|
+
MatRippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, declarations: [MatRipple], imports: [MatCommonModule], exports: [MatRipple, MatCommonModule] });
|
|
1274
|
+
MatRippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, imports: [MatCommonModule, MatCommonModule] });
|
|
1275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatRippleModule, decorators: [{
|
|
1403
1276
|
type: NgModule,
|
|
1404
1277
|
args: [{
|
|
1405
1278
|
imports: [MatCommonModule],
|
|
@@ -1408,13 +1281,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1408
1281
|
}]
|
|
1409
1282
|
}] });
|
|
1410
1283
|
|
|
1411
|
-
/**
|
|
1412
|
-
* @license
|
|
1413
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1414
|
-
*
|
|
1415
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1416
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1417
|
-
*/
|
|
1418
1284
|
/**
|
|
1419
1285
|
* Component that shows a simplified checkbox without including any kind of "real" checkbox.
|
|
1420
1286
|
* Meant to be used when the checkbox is purely decorative and a large number of them will be
|
|
@@ -1442,9 +1308,9 @@ class MatPseudoCheckbox {
|
|
|
1442
1308
|
this.appearance = 'full';
|
|
1443
1309
|
}
|
|
1444
1310
|
}
|
|
1445
|
-
MatPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1446
|
-
MatPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1311
|
+
MatPseudoCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckbox, deps: [{ token: ANIMATION_MODULE_TYPE, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1312
|
+
MatPseudoCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: { state: "state", disabled: "disabled", appearance: "appearance" }, host: { properties: { "class.mat-pseudo-checkbox-indeterminate": "state === \"indeterminate\"", "class.mat-pseudo-checkbox-checked": "state === \"checked\"", "class.mat-pseudo-checkbox-disabled": "disabled", "class.mat-pseudo-checkbox-minimal": "appearance === \"minimal\"", "class.mat-pseudo-checkbox-full": "appearance === \"full\"", "class._mat-animation-noopable": "_animationMode === \"NoopAnimations\"" }, classAttribute: "mat-pseudo-checkbox" }, ngImport: i0, template: '', isInline: true, styles: [".mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:\"\";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-full{border:2px solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckbox, decorators: [{
|
|
1448
1314
|
type: Component,
|
|
1449
1315
|
args: [{ encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, selector: 'mat-pseudo-checkbox', template: '', host: {
|
|
1450
1316
|
'class': 'mat-pseudo-checkbox',
|
|
@@ -1470,19 +1336,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1470
1336
|
type: Input
|
|
1471
1337
|
}] } });
|
|
1472
1338
|
|
|
1473
|
-
/**
|
|
1474
|
-
* @license
|
|
1475
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1476
|
-
*
|
|
1477
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1478
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1479
|
-
*/
|
|
1480
1339
|
class MatPseudoCheckboxModule {
|
|
1481
1340
|
}
|
|
1482
|
-
MatPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1483
|
-
MatPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1484
|
-
MatPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1341
|
+
MatPseudoCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1342
|
+
MatPseudoCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, declarations: [MatPseudoCheckbox], imports: [MatCommonModule], exports: [MatPseudoCheckbox] });
|
|
1343
|
+
MatPseudoCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, imports: [MatCommonModule] });
|
|
1344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatPseudoCheckboxModule, decorators: [{
|
|
1486
1345
|
type: NgModule,
|
|
1487
1346
|
args: [{
|
|
1488
1347
|
imports: [MatCommonModule],
|
|
@@ -1491,33 +1350,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1491
1350
|
}]
|
|
1492
1351
|
}] });
|
|
1493
1352
|
|
|
1494
|
-
/**
|
|
1495
|
-
* @license
|
|
1496
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1497
|
-
*
|
|
1498
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1499
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1500
|
-
*/
|
|
1501
|
-
|
|
1502
|
-
/**
|
|
1503
|
-
* @license
|
|
1504
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1505
|
-
*
|
|
1506
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1507
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1508
|
-
*/
|
|
1509
1353
|
/**
|
|
1510
1354
|
* Injection token used to provide the parent component to options.
|
|
1511
1355
|
*/
|
|
1512
1356
|
const MAT_OPTION_PARENT_COMPONENT = new InjectionToken('MAT_OPTION_PARENT_COMPONENT');
|
|
1513
1357
|
|
|
1514
|
-
/**
|
|
1515
|
-
* @license
|
|
1516
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1517
|
-
*
|
|
1518
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1519
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1520
|
-
*/
|
|
1521
1358
|
// Notes on the accessibility pattern used for `mat-optgroup`.
|
|
1522
1359
|
// The option group has two different "modes": regular and inert. The regular mode uses the
|
|
1523
1360
|
// recommended a11y pattern which has `role="group"` on the group element with `aria-labelledby`
|
|
@@ -1552,9 +1389,9 @@ class _MatOptgroupBase extends _MatOptgroupMixinBase {
|
|
|
1552
1389
|
this._inert = (_a = parent === null || parent === void 0 ? void 0 : parent.inertGroups) !== null && _a !== void 0 ? _a : false;
|
|
1553
1390
|
}
|
|
1554
1391
|
}
|
|
1555
|
-
_MatOptgroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1556
|
-
_MatOptgroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1392
|
+
_MatOptgroupBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptgroupBase, deps: [{ token: MAT_OPTION_PARENT_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1393
|
+
_MatOptgroupBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: _MatOptgroupBase, inputs: { label: "label" }, usesInheritance: true, ngImport: i0 });
|
|
1394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptgroupBase, decorators: [{
|
|
1558
1395
|
type: Directive
|
|
1559
1396
|
}], ctorParameters: function () {
|
|
1560
1397
|
return [{ type: undefined, decorators: [{
|
|
@@ -1577,9 +1414,9 @@ const MAT_OPTGROUP = new InjectionToken('MatOptgroup');
|
|
|
1577
1414
|
*/
|
|
1578
1415
|
class MatOptgroup extends _MatOptgroupBase {
|
|
1579
1416
|
}
|
|
1580
|
-
MatOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1581
|
-
MatOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1417
|
+
MatOptgroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1418
|
+
MatOptgroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatOptgroup, selector: "mat-optgroup", inputs: { disabled: "disabled" }, host: { properties: { "attr.role": "_inert ? null : \"group\"", "attr.aria-disabled": "_inert ? null : disabled.toString()", "attr.aria-labelledby": "_inert ? null : _labelId" }, classAttribute: "mat-mdc-optgroup" }, providers: [{ provide: MAT_OPTGROUP, useExisting: MatOptgroup }], exportAs: ["matOptgroup"], usesInheritance: true, ngImport: i0, template: "<span\n class=\"mat-mdc-optgroup-label\"\n aria-hidden=\"true\"\n [class.mdc-list-item--disabled]=\"disabled\"\n [id]=\"_labelId\">\n <span class=\"mdc-list-item__primary-text\">{{ label }} <ng-content></ng-content></span>\n</span>\n\n<ng-content select=\"mat-option, ng-container\"></ng-content>\n", styles: [".mat-mdc-optgroup-label{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;min-height:48px}.mat-mdc-optgroup-label:focus{outline:none}[dir=rtl] .mat-mdc-optgroup-label,.mat-mdc-optgroup-label[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-optgroup-label.mdc-list-item--disabled{opacity:.38}.mat-mdc-optgroup-label .mdc-list-item__primary-text{white-space:normal}"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptgroup, decorators: [{
|
|
1583
1420
|
type: Component,
|
|
1584
1421
|
args: [{ selector: 'mat-optgroup', exportAs: 'matOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['disabled'], host: {
|
|
1585
1422
|
'class': 'mat-mdc-optgroup',
|
|
@@ -1766,9 +1603,9 @@ class _MatOptionBase {
|
|
|
1766
1603
|
this.onSelectionChange.emit(new MatOptionSelectionChange(this, isUserInput));
|
|
1767
1604
|
}
|
|
1768
1605
|
}
|
|
1769
|
-
_MatOptionBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1770
|
-
_MatOptionBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1606
|
+
_MatOptionBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptionBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
1607
|
+
_MatOptionBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0-next.7", type: _MatOptionBase, inputs: { value: "value", id: "id", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, viewQueries: [{ propertyName: "_text", first: true, predicate: ["text"], descendants: true, static: true }], ngImport: i0 });
|
|
1608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: _MatOptionBase, decorators: [{
|
|
1772
1609
|
type: Directive
|
|
1773
1610
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined }, { type: _MatOptgroupBase }]; }, propDecorators: { value: [{
|
|
1774
1611
|
type: Input
|
|
@@ -1790,9 +1627,9 @@ class MatOption extends _MatOptionBase {
|
|
|
1790
1627
|
super(element, changeDetectorRef, parent, group);
|
|
1791
1628
|
}
|
|
1792
1629
|
}
|
|
1793
|
-
MatOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1794
|
-
MatOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1630
|
+
MatOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: MAT_OPTION_PARENT_COMPONENT, optional: true }, { token: MAT_OPTGROUP, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1631
|
+
MatOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0-next.7", type: MatOption, selector: "mat-option", host: { attributes: { "role": "option" }, listeners: { "click": "_selectViaInteraction()", "keydown": "_handleKeydown($event)" }, properties: { "attr.tabindex": "_getTabIndex()", "class.mdc-list-item--selected": "selected", "class.mat-mdc-option-multiple": "multiple", "class.mat-mdc-option-active": "active", "class.mdc-list-item--disabled": "disabled", "id": "id", "attr.aria-selected": "selected", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "mat-mdc-option mdc-list-item" }, exportAs: ["matOption"], usesInheritance: true, ngImport: i0, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"], dependencies: [{ kind: "directive", type: MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatPseudoCheckbox, selector: "mat-pseudo-checkbox", inputs: ["state", "disabled", "appearance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOption, decorators: [{
|
|
1796
1633
|
type: Component,
|
|
1797
1634
|
args: [{ selector: 'mat-option', exportAs: 'matOption', host: {
|
|
1798
1635
|
'role': 'option',
|
|
@@ -1816,7 +1653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1816
1653
|
'(click)': '_selectViaInteraction()',
|
|
1817
1654
|
'(keydown)': '_handleKeydown($event)',
|
|
1818
1655
|
'class': 'mat-mdc-option mdc-list-item',
|
|
1819
|
-
}, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{
|
|
1656
|
+
}, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-pseudo-checkbox *ngIf=\"multiple\" class=\"mat-mdc-option-pseudo-checkbox\"\n [state]=\"selected ? 'checked' : 'unchecked'\" [disabled]=\"disabled\"></mat-pseudo-checkbox>\n\n<ng-content select=\"mat-icon\"></ng-content>\n\n<span class=\"mdc-list-item__primary-text\" #text><ng-content></ng-content></span>\n\n<!-- Render checkmark at the end for single-selection. -->\n<mat-pseudo-checkbox *ngIf=\"!multiple && selected && !hideSingleSelectionIndicator\"\n class=\"mat-mdc-option-pseudo-checkbox\" state=\"checked\" [disabled]=\"disabled\"\n appearance=\"minimal\"></mat-pseudo-checkbox>\n\n<!-- See a11y notes inside optgroup.ts for context behind this element. -->\n<span class=\"cdk-visually-hidden\" *ngIf=\"group && group._inert\">({{ group.label }})</span>\n\n<div class=\"mat-mdc-option-ripple mat-mdc-focus-indicator\" mat-ripple\n [matRippleTrigger]=\"_getHostElement()\"\n [matRippleDisabled]=\"disabled || disableRipple\">\n</div>\n", styles: [".mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:\"\";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:\"\"}"] }]
|
|
1820
1657
|
}], ctorParameters: function () {
|
|
1821
1658
|
return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
1822
1659
|
type: Optional
|
|
@@ -1869,19 +1706,12 @@ function _getOptionScrollPosition(optionOffset, optionHeight, currentScrollPosit
|
|
|
1869
1706
|
return currentScrollPosition;
|
|
1870
1707
|
}
|
|
1871
1708
|
|
|
1872
|
-
/**
|
|
1873
|
-
* @license
|
|
1874
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1875
|
-
*
|
|
1876
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1877
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1878
|
-
*/
|
|
1879
1709
|
class MatOptionModule {
|
|
1880
1710
|
}
|
|
1881
|
-
MatOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1882
|
-
MatOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.
|
|
1883
|
-
MatOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.
|
|
1711
|
+
MatOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1712
|
+
MatOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, declarations: [MatOption, MatOptgroup], imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule], exports: [MatOption, MatOptgroup] });
|
|
1713
|
+
MatOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule] });
|
|
1714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.7", ngImport: i0, type: MatOptionModule, decorators: [{
|
|
1885
1715
|
type: NgModule,
|
|
1886
1716
|
args: [{
|
|
1887
1717
|
imports: [MatRippleModule, CommonModule, MatCommonModule, MatPseudoCheckboxModule],
|
|
@@ -1890,22 +1720,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
1890
1720
|
}]
|
|
1891
1721
|
}] });
|
|
1892
1722
|
|
|
1893
|
-
/**
|
|
1894
|
-
* @license
|
|
1895
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1896
|
-
*
|
|
1897
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1898
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1899
|
-
*/
|
|
1900
|
-
|
|
1901
|
-
/**
|
|
1902
|
-
* @license
|
|
1903
|
-
* Copyright Google LLC All Rights Reserved.
|
|
1904
|
-
*
|
|
1905
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
1906
|
-
* found in the LICENSE file at https://angular.io/license
|
|
1907
|
-
*/
|
|
1908
|
-
|
|
1909
1723
|
/**
|
|
1910
1724
|
* Generated bundle index. Do not edit.
|
|
1911
1725
|
*/
|