@angular/material-experimental 14.0.0-next.7 → 14.0.0-rc.0
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/_index.scss +3 -0
- package/column-resize/_column-resize-theme.scss +15 -17
- package/column-resize/index.d.ts +238 -6
- package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-module.mjs +13 -13
- package/esm2020/column-resize/overlay-handle.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
- package/esm2020/column-resize/resize-strategy.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
- package/esm2020/mdc-autocomplete/module.mjs +5 -5
- package/esm2020/mdc-autocomplete/testing/autocomplete-harness.mjs +4 -4
- package/esm2020/mdc-button/button-base.mjs +7 -7
- package/esm2020/mdc-button/button.mjs +9 -9
- package/esm2020/mdc-button/fab.mjs +17 -17
- package/esm2020/mdc-button/icon-button.mjs +9 -9
- package/esm2020/mdc-button/module.mjs +5 -5
- package/esm2020/mdc-button/testing/button-harness.mjs +3 -3
- package/esm2020/mdc-card/card.mjs +44 -44
- package/esm2020/mdc-card/module.mjs +5 -5
- package/esm2020/mdc-card/testing/card-harness.mjs +4 -5
- package/esm2020/mdc-checkbox/checkbox.mjs +5 -5
- package/esm2020/mdc-checkbox/module.mjs +5 -5
- package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +4 -3
- package/esm2020/mdc-chips/chip-action.mjs +6 -5
- package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
- package/esm2020/mdc-chips/chip-grid.mjs +22 -9
- package/esm2020/mdc-chips/chip-icons.mjs +10 -10
- package/esm2020/mdc-chips/chip-input.mjs +8 -4
- package/esm2020/mdc-chips/chip-listbox.mjs +6 -6
- package/esm2020/mdc-chips/chip-option.mjs +8 -8
- package/esm2020/mdc-chips/chip-row.mjs +5 -5
- package/esm2020/mdc-chips/chip-set.mjs +6 -8
- package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
- package/esm2020/mdc-chips/chip.mjs +8 -8
- package/esm2020/mdc-chips/module.mjs +6 -6
- package/esm2020/mdc-chips/testing/chip-avatar-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-grid-harness.mjs +5 -3
- package/esm2020/mdc-chips/testing/chip-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-input-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-listbox-harness.mjs +5 -3
- package/esm2020/mdc-chips/testing/chip-option-harness.mjs +3 -3
- package/esm2020/mdc-chips/testing/chip-remove-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-row-harness.mjs +1 -10
- package/esm2020/mdc-chips/testing/chip-set-harness.mjs +5 -3
- package/esm2020/mdc-core/option/index.mjs +5 -5
- package/esm2020/mdc-core/option/optgroup.mjs +5 -5
- package/esm2020/mdc-core/option/option.mjs +5 -5
- package/esm2020/mdc-core/testing/optgroup-harness.mjs +5 -5
- package/esm2020/mdc-core/testing/option-harness.mjs +4 -5
- package/esm2020/mdc-dialog/dialog-container.mjs +19 -18
- package/esm2020/mdc-dialog/dialog-content-directives.mjs +13 -13
- package/esm2020/mdc-dialog/dialog-ref.mjs +1 -6
- package/esm2020/mdc-dialog/dialog.mjs +12 -7
- package/esm2020/mdc-dialog/module.mjs +8 -7
- package/esm2020/mdc-dialog/public-api.mjs +2 -2
- package/esm2020/mdc-dialog/testing/dialog-harness.mjs +6 -7
- package/esm2020/mdc-form-field/directives/error.mjs +4 -4
- package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
- package/esm2020/mdc-form-field/directives/label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
- package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
- package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
- package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
- package/esm2020/mdc-form-field/form-field.mjs +17 -14
- package/esm2020/mdc-form-field/module.mjs +5 -5
- package/esm2020/mdc-form-field/testing/form-field-harness.mjs +4 -4
- package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
- package/esm2020/mdc-input/input.mjs +4 -4
- package/esm2020/mdc-input/module.mjs +5 -5
- package/esm2020/mdc-list/action-list.mjs +5 -5
- package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
- package/esm2020/mdc-list/list-base.mjs +7 -7
- package/esm2020/mdc-list/list-item-sections.mjs +19 -19
- package/esm2020/mdc-list/list-option.mjs +9 -9
- package/esm2020/mdc-list/list.mjs +8 -8
- package/esm2020/mdc-list/module.mjs +9 -11
- package/esm2020/mdc-list/nav-list.mjs +5 -5
- package/esm2020/mdc-list/selection-list.mjs +6 -6
- package/esm2020/mdc-list/subheader.mjs +4 -4
- package/esm2020/mdc-list/testing/action-list-harness.mjs +7 -7
- package/esm2020/mdc-list/testing/list-harness.mjs +5 -7
- package/esm2020/mdc-list/testing/list-item-harness-base.mjs +6 -6
- package/esm2020/mdc-list/testing/nav-list-harness.mjs +7 -7
- package/esm2020/mdc-list/testing/selection-list-harness.mjs +7 -7
- package/esm2020/mdc-menu/directives.mjs +7 -7
- package/esm2020/mdc-menu/menu-item.mjs +6 -6
- package/esm2020/mdc-menu/menu.mjs +5 -5
- package/esm2020/mdc-menu/module.mjs +5 -5
- package/esm2020/mdc-menu/testing/menu-harness.mjs +5 -7
- package/esm2020/mdc-paginator/module.mjs +5 -5
- package/esm2020/mdc-paginator/paginator.mjs +10 -10
- package/esm2020/mdc-paginator/testing/paginator-harness.mjs +3 -4
- package/esm2020/mdc-progress-bar/module.mjs +5 -5
- package/esm2020/mdc-progress-bar/progress-bar.mjs +8 -5
- package/esm2020/mdc-progress-bar/testing/progress-bar-harness.mjs +5 -3
- package/esm2020/mdc-progress-spinner/module.mjs +5 -5
- package/esm2020/mdc-progress-spinner/progress-spinner.mjs +5 -5
- package/esm2020/mdc-progress-spinner/testing/progress-spinner-harness.mjs +5 -5
- package/esm2020/mdc-radio/module.mjs +5 -5
- package/esm2020/mdc-radio/radio.mjs +8 -8
- package/esm2020/mdc-radio/testing/radio-harness.mjs +9 -8
- package/esm2020/mdc-select/module.mjs +5 -5
- package/esm2020/mdc-select/select.mjs +11 -12
- package/esm2020/mdc-select/testing/select-harness.mjs +3 -4
- package/esm2020/mdc-slide-toggle/module.mjs +5 -5
- package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
- package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +5 -3
- package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
- package/esm2020/mdc-slider/module.mjs +5 -5
- package/esm2020/mdc-slider/slider.mjs +45 -16
- package/esm2020/mdc-slider/testing/slider-harness.mjs +6 -7
- package/esm2020/mdc-slider/testing/slider-thumb-harness.mjs +5 -6
- package/esm2020/mdc-snack-bar/module.mjs +5 -5
- package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +8 -8
- package/esm2020/mdc-snack-bar/snack-bar-container.mjs +52 -27
- package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
- package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
- package/esm2020/mdc-snack-bar/testing/snack-bar-harness.mjs +3 -4
- package/esm2020/mdc-table/cell.mjs +22 -22
- package/esm2020/mdc-table/module.mjs +5 -5
- package/esm2020/mdc-table/row.mjs +22 -22
- package/esm2020/mdc-table/table.mjs +9 -9
- package/esm2020/mdc-table/testing/cell-harness.mjs +8 -8
- package/esm2020/mdc-table/testing/row-harness.mjs +8 -8
- package/esm2020/mdc-table/testing/table-harness.mjs +2 -2
- package/esm2020/mdc-table/text-column.mjs +5 -5
- package/esm2020/mdc-tabs/module.mjs +10 -12
- package/esm2020/mdc-tabs/tab-body.mjs +8 -8
- package/esm2020/mdc-tabs/tab-content.mjs +4 -4
- package/esm2020/mdc-tabs/tab-group.mjs +13 -13
- package/esm2020/mdc-tabs/tab-header.mjs +5 -5
- package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
- package/esm2020/mdc-tabs/tab-label.mjs +4 -4
- package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +12 -12
- package/esm2020/mdc-tabs/tab.mjs +4 -4
- package/esm2020/mdc-tabs/testing/tab-group-harness.mjs +4 -5
- package/esm2020/mdc-tabs/testing/tab-harness.mjs +3 -4
- package/esm2020/mdc-tabs/testing/tab-link-harness.mjs +4 -5
- package/esm2020/mdc-tabs/testing/tab-nav-bar-harness.mjs +5 -5
- package/esm2020/mdc-tabs/testing/tab-nav-panel-harness.mjs +5 -5
- package/esm2020/mdc-tooltip/module.mjs +5 -5
- package/esm2020/mdc-tooltip/testing/tooltip-harness.mjs +4 -4
- package/esm2020/mdc-tooltip/tooltip.mjs +8 -8
- package/esm2020/menubar/menubar-item.mjs +20 -6
- package/esm2020/menubar/menubar-module.mjs +6 -6
- package/esm2020/menubar/menubar.mjs +8 -11
- package/esm2020/popover-edit/lens-directives.mjs +10 -10
- package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
- package/esm2020/popover-edit/table-directives.mjs +13 -13
- package/esm2020/selection/row-selection.mjs +4 -4
- package/esm2020/selection/select-all.mjs +4 -4
- package/esm2020/selection/selection-column.mjs +8 -8
- package/esm2020/selection/selection-module.mjs +5 -5
- package/esm2020/selection/selection-toggle.mjs +4 -4
- package/esm2020/selection/selection.mjs +4 -4
- package/esm2020/version.mjs +1 -1
- package/fesm2015/column-resize.mjs +36 -36
- package/fesm2015/column-resize.mjs.map +1 -1
- package/fesm2015/material-experimental.mjs +1 -1
- package/fesm2015/material-experimental.mjs.map +1 -1
- package/fesm2015/mdc-autocomplete/testing.mjs +3 -3
- package/fesm2015/mdc-autocomplete/testing.mjs.map +1 -1
- package/fesm2015/mdc-autocomplete.mjs +14 -14
- package/fesm2015/mdc-autocomplete.mjs.map +1 -1
- package/fesm2015/mdc-button/testing.mjs +1 -1
- package/fesm2015/mdc-button/testing.mjs.map +1 -1
- package/fesm2015/mdc-button.mjs +42 -42
- package/fesm2015/mdc-button.mjs.map +1 -1
- package/fesm2015/mdc-card/testing.mjs +2 -3
- package/fesm2015/mdc-card/testing.mjs.map +1 -1
- package/fesm2015/mdc-card.mjs +47 -47
- package/fesm2015/mdc-card.mjs.map +1 -1
- package/fesm2015/mdc-checkbox/testing.mjs +3 -2
- package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2015/mdc-checkbox.mjs +8 -8
- package/fesm2015/mdc-checkbox.mjs.map +1 -1
- package/fesm2015/mdc-chips/testing.mjs +23 -25
- package/fesm2015/mdc-chips/testing.mjs.map +1 -1
- package/fesm2015/mdc-chips.mjs +76 -60
- package/fesm2015/mdc-chips.mjs.map +1 -1
- package/fesm2015/mdc-core/testing.mjs +5 -6
- package/fesm2015/mdc-core/testing.mjs.map +1 -1
- package/fesm2015/mdc-core.mjs +12 -12
- package/fesm2015/mdc-core.mjs.map +1 -1
- package/fesm2015/mdc-dialog/testing.mjs +5 -6
- package/fesm2015/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2015/mdc-dialog.mjs +47 -46
- package/fesm2015/mdc-dialog.mjs.map +1 -1
- package/fesm2015/mdc-form-field/testing.mjs +4 -4
- package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2015/mdc-form-field.mjs +40 -37
- package/fesm2015/mdc-form-field.mjs.map +1 -1
- package/fesm2015/mdc-input.mjs +7 -7
- package/fesm2015/mdc-input.mjs.map +1 -1
- package/fesm2015/mdc-list/testing.mjs +27 -29
- package/fesm2015/mdc-list/testing.mjs.map +1 -1
- package/fesm2015/mdc-list.mjs +65 -67
- package/fesm2015/mdc-list.mjs.map +1 -1
- package/fesm2015/mdc-menu/testing.mjs +4 -6
- package/fesm2015/mdc-menu/testing.mjs.map +1 -1
- package/fesm2015/mdc-menu.mjs +18 -18
- package/fesm2015/mdc-menu.mjs.map +1 -1
- package/fesm2015/mdc-paginator/testing.mjs +2 -3
- package/fesm2015/mdc-paginator/testing.mjs.map +1 -1
- package/fesm2015/mdc-paginator.mjs +13 -13
- package/fesm2015/mdc-paginator.mjs.map +1 -1
- package/fesm2015/mdc-progress-bar/testing.mjs +3 -1
- package/fesm2015/mdc-progress-bar/testing.mjs.map +1 -1
- package/fesm2015/mdc-progress-bar.mjs +11 -8
- package/fesm2015/mdc-progress-bar.mjs.map +1 -1
- package/fesm2015/mdc-progress-spinner/testing.mjs +3 -3
- package/fesm2015/mdc-progress-spinner/testing.mjs.map +1 -1
- package/fesm2015/mdc-progress-spinner.mjs +8 -8
- package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2015/mdc-radio/testing.mjs +8 -7
- package/fesm2015/mdc-radio/testing.mjs.map +1 -1
- package/fesm2015/mdc-radio.mjs +11 -11
- package/fesm2015/mdc-radio.mjs.map +1 -1
- package/fesm2015/mdc-select/testing.mjs +2 -3
- package/fesm2015/mdc-select/testing.mjs.map +1 -1
- package/fesm2015/mdc-select.mjs +14 -15
- package/fesm2015/mdc-select.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle/testing.mjs +4 -2
- package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle.mjs +8 -8
- package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2015/mdc-slider/testing.mjs +7 -9
- package/fesm2015/mdc-slider/testing.mjs.map +1 -1
- package/fesm2015/mdc-slider.mjs +53 -22
- package/fesm2015/mdc-slider.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar/testing.mjs +2 -3
- package/fesm2015/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar.mjs +77 -52
- package/fesm2015/mdc-snack-bar.mjs.map +1 -1
- package/fesm2015/mdc-table/testing.mjs +15 -15
- package/fesm2015/mdc-table/testing.mjs.map +1 -1
- package/fesm2015/mdc-table.mjs +58 -58
- package/fesm2015/mdc-table.mjs.map +1 -1
- package/fesm2015/mdc-tabs/testing.mjs +12 -15
- package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
- package/fesm2015/mdc-tabs.mjs +50 -52
- package/fesm2015/mdc-tabs.mjs.map +1 -1
- package/fesm2015/mdc-tooltip/testing.mjs +3 -3
- package/fesm2015/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2015/mdc-tooltip.mjs +11 -11
- package/fesm2015/mdc-tooltip.mjs.map +1 -1
- package/fesm2015/menubar.mjs +30 -18
- package/fesm2015/menubar.mjs.map +1 -1
- package/fesm2015/popover-edit.mjs +25 -25
- package/fesm2015/popover-edit.mjs.map +1 -1
- package/fesm2015/selection.mjs +24 -24
- package/fesm2015/selection.mjs.map +1 -1
- package/fesm2020/column-resize.mjs +36 -36
- package/fesm2020/column-resize.mjs.map +1 -1
- package/fesm2020/material-experimental.mjs +1 -1
- package/fesm2020/material-experimental.mjs.map +1 -1
- package/fesm2020/mdc-autocomplete/testing.mjs +3 -3
- package/fesm2020/mdc-autocomplete/testing.mjs.map +1 -1
- package/fesm2020/mdc-autocomplete.mjs +14 -14
- package/fesm2020/mdc-autocomplete.mjs.map +1 -1
- package/fesm2020/mdc-button/testing.mjs +1 -1
- package/fesm2020/mdc-button/testing.mjs.map +1 -1
- package/fesm2020/mdc-button.mjs +42 -42
- package/fesm2020/mdc-button.mjs.map +1 -1
- package/fesm2020/mdc-card/testing.mjs +2 -3
- package/fesm2020/mdc-card/testing.mjs.map +1 -1
- package/fesm2020/mdc-card.mjs +47 -47
- package/fesm2020/mdc-card.mjs.map +1 -1
- package/fesm2020/mdc-checkbox/testing.mjs +3 -2
- package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2020/mdc-checkbox.mjs +8 -8
- package/fesm2020/mdc-checkbox.mjs.map +1 -1
- package/fesm2020/mdc-chips/testing.mjs +23 -25
- package/fesm2020/mdc-chips/testing.mjs.map +1 -1
- package/fesm2020/mdc-chips.mjs +76 -60
- package/fesm2020/mdc-chips.mjs.map +1 -1
- package/fesm2020/mdc-core/testing.mjs +5 -6
- package/fesm2020/mdc-core/testing.mjs.map +1 -1
- package/fesm2020/mdc-core.mjs +12 -12
- package/fesm2020/mdc-core.mjs.map +1 -1
- package/fesm2020/mdc-dialog/testing.mjs +5 -6
- package/fesm2020/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2020/mdc-dialog.mjs +47 -46
- package/fesm2020/mdc-dialog.mjs.map +1 -1
- package/fesm2020/mdc-form-field/testing.mjs +4 -4
- package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2020/mdc-form-field.mjs +40 -37
- package/fesm2020/mdc-form-field.mjs.map +1 -1
- package/fesm2020/mdc-input.mjs +7 -7
- package/fesm2020/mdc-input.mjs.map +1 -1
- package/fesm2020/mdc-list/testing.mjs +27 -29
- package/fesm2020/mdc-list/testing.mjs.map +1 -1
- package/fesm2020/mdc-list.mjs +65 -67
- package/fesm2020/mdc-list.mjs.map +1 -1
- package/fesm2020/mdc-menu/testing.mjs +4 -6
- package/fesm2020/mdc-menu/testing.mjs.map +1 -1
- package/fesm2020/mdc-menu.mjs +18 -18
- package/fesm2020/mdc-menu.mjs.map +1 -1
- package/fesm2020/mdc-paginator/testing.mjs +2 -3
- package/fesm2020/mdc-paginator/testing.mjs.map +1 -1
- package/fesm2020/mdc-paginator.mjs +13 -13
- package/fesm2020/mdc-paginator.mjs.map +1 -1
- package/fesm2020/mdc-progress-bar/testing.mjs +3 -1
- package/fesm2020/mdc-progress-bar/testing.mjs.map +1 -1
- package/fesm2020/mdc-progress-bar.mjs +11 -8
- package/fesm2020/mdc-progress-bar.mjs.map +1 -1
- package/fesm2020/mdc-progress-spinner/testing.mjs +3 -3
- package/fesm2020/mdc-progress-spinner/testing.mjs.map +1 -1
- package/fesm2020/mdc-progress-spinner.mjs +8 -8
- package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2020/mdc-radio/testing.mjs +8 -7
- package/fesm2020/mdc-radio/testing.mjs.map +1 -1
- package/fesm2020/mdc-radio.mjs +11 -11
- package/fesm2020/mdc-radio.mjs.map +1 -1
- package/fesm2020/mdc-select/testing.mjs +2 -3
- package/fesm2020/mdc-select/testing.mjs.map +1 -1
- package/fesm2020/mdc-select.mjs +14 -15
- package/fesm2020/mdc-select.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle/testing.mjs +4 -2
- package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle.mjs +8 -8
- package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2020/mdc-slider/testing.mjs +7 -9
- package/fesm2020/mdc-slider/testing.mjs.map +1 -1
- package/fesm2020/mdc-slider.mjs +51 -21
- package/fesm2020/mdc-slider.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar/testing.mjs +2 -3
- package/fesm2020/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar.mjs +77 -52
- package/fesm2020/mdc-snack-bar.mjs.map +1 -1
- package/fesm2020/mdc-table/testing.mjs +15 -15
- package/fesm2020/mdc-table/testing.mjs.map +1 -1
- package/fesm2020/mdc-table.mjs +58 -58
- package/fesm2020/mdc-table.mjs.map +1 -1
- package/fesm2020/mdc-tabs/testing.mjs +12 -15
- package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
- package/fesm2020/mdc-tabs.mjs +50 -52
- package/fesm2020/mdc-tabs.mjs.map +1 -1
- package/fesm2020/mdc-tooltip/testing.mjs +3 -3
- package/fesm2020/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2020/mdc-tooltip.mjs +11 -11
- package/fesm2020/mdc-tooltip.mjs.map +1 -1
- package/fesm2020/menubar.mjs +29 -18
- package/fesm2020/menubar.mjs.map +1 -1
- package/fesm2020/popover-edit.mjs +25 -25
- package/fesm2020/popover-edit.mjs.map +1 -1
- package/fesm2020/selection.mjs +24 -24
- package/fesm2020/selection.mjs.map +1 -1
- package/index.d.ts +6 -8
- package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
- package/mdc-autocomplete/index.d.ts +95 -6
- package/mdc-autocomplete/testing/index.d.ts +32 -8
- package/mdc-button/_button-base.scss +4 -3
- package/mdc-button/_button-theme-private.scss +0 -1
- package/mdc-button/_button-theme.scss +11 -11
- package/mdc-button/_fab-theme.scss +10 -10
- package/mdc-button/_icon-button-theme.scss +11 -11
- package/mdc-button/index.d.ts +217 -5
- package/mdc-button/testing/index.d.ts +41 -8
- package/mdc-card/_card-theme.scss +11 -11
- package/mdc-card/index.d.ts +191 -5
- package/mdc-card/testing/index.d.ts +44 -8
- package/mdc-checkbox/_checkbox-theme.scss +16 -17
- package/mdc-checkbox/index.d.ts +200 -8
- package/mdc-checkbox/testing/index.d.ts +28 -8
- package/mdc-chips/_chips-theme.scss +20 -15
- package/mdc-chips/index.d.ts +1030 -5
- package/mdc-chips/testing/index.d.ts +232 -8
- package/mdc-color/_all-color.scss +4 -3
- package/mdc-core/_core-theme.scss +13 -13
- package/mdc-core/index.d.ts +204 -6
- package/mdc-core/option/_optgroup-theme.scss +11 -11
- package/mdc-core/option/_option-theme.scss +11 -11
- package/mdc-core/testing/index.d.ts +64 -8
- package/mdc-density/_all-density.scss +4 -3
- package/mdc-dialog/_dialog-theme.scss +49 -13
- package/mdc-dialog/index.d.ts +215 -6
- package/mdc-dialog/testing/index.d.ts +47 -8
- package/mdc-form-field/_form-field-density.scss +4 -3
- package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
- package/mdc-form-field/_form-field-high-contrast.scss +5 -5
- package/mdc-form-field/_form-field-native-select.scss +5 -4
- package/mdc-form-field/_form-field-subscript.scss +5 -3
- package/mdc-form-field/_form-field-theme.scss +16 -16
- package/mdc-form-field/index.d.ts +436 -5
- package/mdc-form-field/testing/index.d.ts +48 -8
- package/mdc-helpers/_focus-indicators-theme.scss +6 -6
- package/mdc-helpers/_focus-indicators.scss +2 -2
- package/mdc-helpers/_mdc-helpers.scss +12 -14
- package/mdc-input/_input-theme.scss +10 -10
- package/mdc-input/index.d.ts +30 -8
- package/mdc-input/testing/index.d.ts +20 -8
- package/mdc-list/_interactive-list-theme.scss +2 -2
- package/mdc-list/_list-theme.scss +15 -20
- package/mdc-list/index.d.ts +555 -5
- package/mdc-list/testing/index.d.ts +367 -6
- package/mdc-menu/_menu-theme.scss +10 -10
- package/mdc-menu/index.d.ts +108 -6
- package/mdc-menu/testing/index.d.ts +38 -8
- package/mdc-paginator/_paginator-theme.scss +20 -23
- package/mdc-paginator/index.d.ts +70 -6
- package/mdc-paginator/testing/index.d.ts +30 -8
- package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
- package/mdc-progress-bar/index.d.ts +101 -8
- package/mdc-progress-bar/testing/index.d.ts +24 -8
- package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
- package/mdc-progress-spinner/index.d.ts +100 -5
- package/mdc-progress-spinner/testing/index.d.ts +26 -8
- package/mdc-radio/_radio-theme.scss +13 -14
- package/mdc-radio/index.d.ts +86 -6
- package/mdc-radio/testing/index.d.ts +43 -8
- package/mdc-select/_select-theme.scss +10 -10
- package/mdc-select/index.d.ts +108 -5
- package/mdc-select/testing/index.d.ts +28 -8
- package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
- package/mdc-slide-toggle/index.d.ts +144 -8
- package/mdc-slide-toggle/testing/index.d.ts +27 -8
- package/mdc-slider/_slider-theme.scss +11 -12
- package/mdc-slider/index.d.ts +426 -5
- package/mdc-slider/testing/index.d.ts +92 -8
- package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
- package/mdc-snack-bar/index.d.ts +198 -6
- package/mdc-snack-bar/testing/index.d.ts +23 -8
- package/mdc-table/_table-theme.scss +12 -12
- package/mdc-table/index.d.ts +235 -5
- package/mdc-table/testing/index.d.ts +118 -8
- package/mdc-tabs/_tabs-common.scss +5 -4
- package/mdc-tabs/_tabs-theme.scss +14 -14
- package/mdc-tabs/index.d.ts +353 -6
- package/mdc-tabs/testing/index.d.ts +151 -8
- package/mdc-theming/_all-theme.scss +3 -2
- package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
- package/mdc-theming/prebuilt/indigo-pink.css +1 -1
- package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
- package/mdc-theming/prebuilt/purple-green.css +1 -1
- package/mdc-tooltip/_tooltip-theme.scss +12 -13
- package/mdc-tooltip/index.d.ts +115 -5
- package/mdc-tooltip/testing/index.d.ts +26 -8
- package/mdc-typography/_all-typography.scss +5 -5
- package/menubar/index.d.ts +42 -6
- package/package.json +79 -33
- package/popover-edit/_popover-edit-theme.scss +23 -26
- package/popover-edit/index.d.ts +99 -6
- package/selection/_selection.scss +3 -3
- package/selection/index.d.ts +137 -5
- package/column-resize/column-resize-directives/column-resize-flex.d.ts +0 -25
- package/column-resize/column-resize-directives/column-resize.d.ts +0 -25
- package/column-resize/column-resize-directives/common.d.ts +0 -20
- package/column-resize/column-resize-directives/default-enabled-column-resize-flex.d.ts +0 -25
- package/column-resize/column-resize-directives/default-enabled-column-resize.d.ts +0 -25
- package/column-resize/column-resize-module.d.ts +0 -25
- package/column-resize/column-resize_public_index.d.ts +0 -4
- package/column-resize/overlay-handle.d.ts +0 -33
- package/column-resize/package.json +0 -9
- package/column-resize/public-api.d.ts +0 -16
- package/column-resize/resizable-directives/common.d.ts +0 -19
- package/column-resize/resizable-directives/default-enabled-resizable.d.ts +0 -37
- package/column-resize/resizable-directives/resizable.d.ts +0 -36
- package/column-resize/resize-strategy.d.ts +0 -22
- package/mdc-autocomplete/animations.d.ts +0 -9
- package/mdc-autocomplete/autocomplete-origin.d.ts +0 -10
- package/mdc-autocomplete/autocomplete-trigger.d.ts +0 -12
- package/mdc-autocomplete/autocomplete.d.ts +0 -21
- package/mdc-autocomplete/mdc-autocomplete_public_index.d.ts +0 -4
- package/mdc-autocomplete/module.d.ts +0 -13
- package/mdc-autocomplete/package.json +0 -9
- package/mdc-autocomplete/public-api.d.ts +0 -12
- package/mdc-autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
- package/mdc-autocomplete/testing/autocomplete-harness.d.ts +0 -26
- package/mdc-autocomplete/testing/package.json +0 -9
- package/mdc-autocomplete/testing/public-api.d.ts +0 -9
- package/mdc-button/button-base.d.ts +0 -70
- package/mdc-button/button.d.ts +0 -40
- package/mdc-button/fab.d.ts +0 -80
- package/mdc-button/icon-button.d.ts +0 -33
- package/mdc-button/mdc-button_public_index.d.ts +0 -4
- package/mdc-button/module.d.ts +0 -10
- package/mdc-button/package.json +0 -9
- package/mdc-button/public-api.d.ts +0 -11
- package/mdc-button/testing/button-harness.d.ts +0 -41
- package/mdc-button/testing/package.json +0 -9
- package/mdc-button/testing/public-api.d.ts +0 -9
- package/mdc-card/card.d.ts +0 -152
- package/mdc-card/mdc-card_public_index.d.ts +0 -4
- package/mdc-card/module.d.ts +0 -9
- package/mdc-card/package.json +0 -9
- package/mdc-card/public-api.d.ts +0 -9
- package/mdc-card/testing/card-harness-filters.d.ts +0 -17
- package/mdc-card/testing/card-harness.d.ts +0 -36
- package/mdc-card/testing/package.json +0 -9
- package/mdc-card/testing/public-api.d.ts +0 -9
- package/mdc-checkbox/checkbox.d.ts +0 -155
- package/mdc-checkbox/mdc-checkbox_public_index.d.ts +0 -4
- package/mdc-checkbox/module.d.ts +0 -9
- package/mdc-checkbox/package.json +0 -9
- package/mdc-checkbox/public-api.d.ts +0 -15
- package/mdc-checkbox/testing/checkbox-harness.d.ts +0 -26
- package/mdc-checkbox/testing/package.json +0 -9
- package/mdc-checkbox/testing/public-api.d.ts +0 -9
- package/mdc-chips/chip-action.d.ts +0 -40
- package/mdc-chips/chip-default-options.d.ts +0 -15
- package/mdc-chips/chip-edit-input.d.ts +0 -25
- package/mdc-chips/chip-grid.d.ts +0 -207
- package/mdc-chips/chip-icons.d.ts +0 -73
- package/mdc-chips/chip-input.d.ts +0 -92
- package/mdc-chips/chip-listbox.d.ts +0 -152
- package/mdc-chips/chip-option.d.ts +0 -81
- package/mdc-chips/chip-row.d.ts +0 -62
- package/mdc-chips/chip-set.d.ts +0 -115
- package/mdc-chips/chip-text-control.d.ts +0 -20
- package/mdc-chips/chip.d.ts +0 -139
- package/mdc-chips/emit-event.d.ts +0 -16
- package/mdc-chips/mdc-chips_public_index.d.ts +0 -4
- package/mdc-chips/module.d.ts +0 -18
- package/mdc-chips/package.json +0 -9
- package/mdc-chips/public-api.d.ts +0 -19
- package/mdc-chips/testing/chip-avatar-harness.d.ts +0 -20
- package/mdc-chips/testing/chip-grid-harness.d.ts +0 -29
- package/mdc-chips/testing/chip-harness-filters.d.ts +0 -34
- package/mdc-chips/testing/chip-harness.d.ts +0 -36
- package/mdc-chips/testing/chip-input-harness.d.ts +0 -47
- package/mdc-chips/testing/chip-listbox-harness.d.ts +0 -38
- package/mdc-chips/testing/chip-option-harness.d.ts +0 -27
- package/mdc-chips/testing/chip-remove-harness.d.ts +0 -22
- package/mdc-chips/testing/chip-row-harness.d.ts +0 -22
- package/mdc-chips/testing/chip-set-harness.d.ts +0 -20
- package/mdc-chips/testing/package.json +0 -9
- package/mdc-chips/testing/public-api.d.ts +0 -17
- package/mdc-core/mdc-core_public_index.d.ts +0 -4
- package/mdc-core/option/index.d.ts +0 -13
- package/mdc-core/option/optgroup.d.ts +0 -9
- package/mdc-core/option/option.d.ts +0 -19
- package/mdc-core/package.json +0 -9
- package/mdc-core/public-api.d.ts +0 -9
- package/mdc-core/testing/optgroup-harness-filters.d.ts +0 -11
- package/mdc-core/testing/optgroup-harness.d.ts +0 -33
- package/mdc-core/testing/option-harness-filters.d.ts +0 -12
- package/mdc-core/testing/option-harness.d.ts +0 -35
- package/mdc-core/testing/package.json +0 -9
- package/mdc-core/testing/public-api.d.ts +0 -11
- package/mdc-dialog/dialog-container.d.ts +0 -53
- package/mdc-dialog/dialog-content-directives.d.ts +0 -64
- package/mdc-dialog/dialog-ref.d.ts +0 -16
- package/mdc-dialog/dialog.d.ts +0 -45
- package/mdc-dialog/mdc-dialog_public_index.d.ts +0 -4
- package/mdc-dialog/module.d.ts +0 -11
- package/mdc-dialog/package.json +0 -9
- package/mdc-dialog/public-api.d.ts +0 -13
- package/mdc-dialog/testing/dialog-harness.d.ts +0 -30
- package/mdc-dialog/testing/dialog-opener.d.ts +0 -18
- package/mdc-dialog/testing/package.json +0 -9
- package/mdc-dialog/testing/public-api.d.ts +0 -10
- package/mdc-form-field/directives/error.d.ts +0 -22
- package/mdc-form-field/directives/floating-label.d.ts +0 -34
- package/mdc-form-field/directives/hint.d.ts +0 -10
- package/mdc-form-field/directives/label.d.ts +0 -6
- package/mdc-form-field/directives/line-ripple.d.ts +0 -24
- package/mdc-form-field/directives/notched-outline.d.ts +0 -37
- package/mdc-form-field/directives/prefix.d.ts +0 -22
- package/mdc-form-field/directives/suffix.d.ts +0 -22
- package/mdc-form-field/form-field.d.ts +0 -209
- package/mdc-form-field/mdc-form-field_public_index.d.ts +0 -4
- package/mdc-form-field/module.d.ts +0 -18
- package/mdc-form-field/package.json +0 -9
- package/mdc-form-field/public-api.d.ts +0 -15
- package/mdc-form-field/testing/form-field-harness.d.ts +0 -41
- package/mdc-form-field/testing/package.json +0 -9
- package/mdc-form-field/testing/public-api.d.ts +0 -10
- package/mdc-input/input.d.ts +0 -6
- package/mdc-input/mdc-input_public_index.d.ts +0 -4
- package/mdc-input/module.d.ts +0 -10
- package/mdc-input/package.json +0 -9
- package/mdc-input/public-api.d.ts +0 -10
- package/mdc-input/testing/package.json +0 -9
- package/mdc-input/testing/public-api.d.ts +0 -8
- package/mdc-list/action-list.d.ts +0 -7
- package/mdc-list/interactive-list-base.d.ts +0 -41
- package/mdc-list/list-base.d.ts +0 -120
- package/mdc-list/list-item-sections.d.ts +0 -77
- package/mdc-list/list-option-types.d.ts +0 -28
- package/mdc-list/list-option.d.ts +0 -98
- package/mdc-list/list.d.ts +0 -31
- package/mdc-list/mdc-list_public_index.d.ts +0 -4
- package/mdc-list/module.d.ts +0 -17
- package/mdc-list/nav-list.d.ts +0 -7
- package/mdc-list/package.json +0 -9
- package/mdc-list/public-api.d.ts +0 -18
- package/mdc-list/selection-list.d.ts +0 -118
- package/mdc-list/subheader.d.ts +0 -9
- package/mdc-list/testing/action-list-harness.d.ts +0 -44
- package/mdc-list/testing/list-harness-base.d.ts +0 -100
- package/mdc-list/testing/list-harness-filters.d.ts +0 -40
- package/mdc-list/testing/list-harness.d.ts +0 -36
- package/mdc-list/testing/list-item-harness-base.d.ts +0 -79
- package/mdc-list/testing/nav-list-harness.d.ts +0 -46
- package/mdc-list/testing/package.json +0 -9
- package/mdc-list/testing/public-api.d.ts +0 -13
- package/mdc-list/testing/selection-list-harness.d.ts +0 -74
- package/mdc-menu/directives.d.ts +0 -12
- package/mdc-menu/mdc-menu_public_index.d.ts +0 -4
- package/mdc-menu/menu-item.d.ts +0 -9
- package/mdc-menu/menu.d.ts +0 -22
- package/mdc-menu/module.d.ts +0 -13
- package/mdc-menu/package.json +0 -9
- package/mdc-menu/public-api.d.ts +0 -12
- package/mdc-menu/testing/menu-harness.d.ts +0 -35
- package/mdc-menu/testing/package.json +0 -9
- package/mdc-menu/testing/public-api.d.ts +0 -9
- package/mdc-paginator/mdc-paginator_public_index.d.ts +0 -4
- package/mdc-paginator/module.d.ts +0 -11
- package/mdc-paginator/package.json +0 -9
- package/mdc-paginator/paginator.d.ts +0 -40
- package/mdc-paginator/public-api.d.ts +0 -10
- package/mdc-paginator/testing/package.json +0 -9
- package/mdc-paginator/testing/paginator-harness.d.ts +0 -29
- package/mdc-paginator/testing/public-api.d.ts +0 -9
- package/mdc-progress-bar/mdc-progress-bar_public_index.d.ts +0 -4
- package/mdc-progress-bar/module.d.ts +0 -8
- package/mdc-progress-bar/package.json +0 -9
- package/mdc-progress-bar/progress-bar.d.ts +0 -67
- package/mdc-progress-bar/public-api.d.ts +0 -10
- package/mdc-progress-bar/testing/package.json +0 -9
- package/mdc-progress-bar/testing/progress-bar-harness.d.ts +0 -22
- package/mdc-progress-bar/testing/public-api.d.ts +0 -9
- package/mdc-progress-bar/testing/testing_public_index.d.ts +0 -4
- package/mdc-progress-spinner/mdc-progress-spinner_public_index.d.ts +0 -4
- package/mdc-progress-spinner/module.d.ts +0 -9
- package/mdc-progress-spinner/package.json +0 -9
- package/mdc-progress-spinner/progress-spinner.d.ts +0 -77
- package/mdc-progress-spinner/public-api.d.ts +0 -10
- package/mdc-progress-spinner/testing/package.json +0 -9
- package/mdc-progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
- package/mdc-progress-spinner/testing/public-api.d.ts +0 -9
- package/mdc-progress-spinner/testing/testing_public_index.d.ts +0 -4
- package/mdc-radio/mdc-radio_public_index.d.ts +0 -4
- package/mdc-radio/module.d.ts +0 -9
- package/mdc-radio/package.json +0 -9
- package/mdc-radio/public-api.d.ts +0 -10
- package/mdc-radio/radio.d.ts +0 -53
- package/mdc-radio/testing/package.json +0 -9
- package/mdc-radio/testing/public-api.d.ts +0 -9
- package/mdc-radio/testing/radio-harness.d.ts +0 -36
- package/mdc-select/mdc-select_public_index.d.ts +0 -4
- package/mdc-select/module.d.ts +0 -12
- package/mdc-select/package.json +0 -9
- package/mdc-select/public-api.d.ts +0 -11
- package/mdc-select/select-animations.d.ts +0 -23
- package/mdc-select/select-errors.d.ts +0 -26
- package/mdc-select/select.d.ts +0 -54
- package/mdc-select/testing/package.json +0 -9
- package/mdc-select/testing/public-api.d.ts +0 -9
- package/mdc-select/testing/select-harness-filters.d.ts +0 -11
- package/mdc-select/testing/select-harness.d.ts +0 -25
- package/mdc-slide-toggle/mdc-slide-toggle_public_index.d.ts +0 -4
- package/mdc-slide-toggle/module.d.ts +0 -10
- package/mdc-slide-toggle/package.json +0 -9
- package/mdc-slide-toggle/public-api.d.ts +0 -11
- package/mdc-slide-toggle/slide-toggle-config.d.ts +0 -18
- package/mdc-slide-toggle/slide-toggle.d.ts +0 -107
- package/mdc-slide-toggle/testing/package.json +0 -9
- package/mdc-slide-toggle/testing/public-api.d.ts +0 -9
- package/mdc-slide-toggle/testing/slide-toggle-harness.d.ts +0 -25
- package/mdc-slider/global-change-and-input-listener.d.ts +0 -29
- package/mdc-slider/mdc-slider_public_index.d.ts +0 -4
- package/mdc-slider/module.d.ts +0 -9
- package/mdc-slider/package.json +0 -9
- package/mdc-slider/public-api.d.ts +0 -9
- package/mdc-slider/slider.d.ts +0 -367
- package/mdc-slider/testing/package.json +0 -9
- package/mdc-slider/testing/public-api.d.ts +0 -10
- package/mdc-slider/testing/slider-harness-filters.d.ts +0 -23
- package/mdc-slider/testing/slider-harness.d.ts +0 -35
- package/mdc-slider/testing/slider-thumb-harness.d.ts +0 -52
- package/mdc-snack-bar/mdc-snack-bar_public_index.d.ts +0 -4
- package/mdc-snack-bar/module.d.ts +0 -14
- package/mdc-snack-bar/package.json +0 -9
- package/mdc-snack-bar/public-api.d.ts +0 -13
- package/mdc-snack-bar/simple-snack-bar.d.ts +0 -19
- package/mdc-snack-bar/snack-bar-container.d.ts +0 -79
- package/mdc-snack-bar/snack-bar-content.d.ts +0 -16
- package/mdc-snack-bar/snack-bar.d.ts +0 -26
- package/mdc-snack-bar/testing/package.json +0 -9
- package/mdc-snack-bar/testing/public-api.d.ts +0 -9
- package/mdc-snack-bar/testing/snack-bar-harness.d.ts +0 -24
- package/mdc-table/cell.d.ts +0 -59
- package/mdc-table/mdc-table_public_index.d.ts +0 -4
- package/mdc-table/module.d.ts +0 -12
- package/mdc-table/package.json +0 -9
- package/mdc-table/public-api.d.ts +0 -14
- package/mdc-table/row.d.ts +0 -55
- package/mdc-table/table-data-source.d.ts +0 -23
- package/mdc-table/table.d.ts +0 -27
- package/mdc-table/testing/cell-harness.d.ts +0 -44
- package/mdc-table/testing/package.json +0 -9
- package/mdc-table/testing/public-api.d.ts +0 -11
- package/mdc-table/testing/row-harness.d.ts +0 -48
- package/mdc-table/testing/table-harness.d.ts +0 -24
- package/mdc-table/text-column.d.ts +0 -22
- package/mdc-tabs/ink-bar.d.ts +0 -72
- package/mdc-tabs/mdc-tabs_public_index.d.ts +0 -4
- package/mdc-tabs/module.d.ts +0 -19
- package/mdc-tabs/package.json +0 -9
- package/mdc-tabs/public-api.d.ts +0 -18
- package/mdc-tabs/tab-body.d.ts +0 -31
- package/mdc-tabs/tab-content.d.ts +0 -7
- package/mdc-tabs/tab-group.d.ts +0 -34
- package/mdc-tabs/tab-header.d.ts +0 -35
- package/mdc-tabs/tab-label-wrapper.d.ts +0 -28
- package/mdc-tabs/tab-label.d.ts +0 -7
- package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -68
- package/mdc-tabs/tab.d.ts +0 -22
- package/mdc-tabs/testing/package.json +0 -9
- package/mdc-tabs/testing/public-api.d.ts +0 -12
- package/mdc-tabs/testing/tab-group-harness.d.ts +0 -35
- package/mdc-tabs/testing/tab-harness-filters.d.ts +0 -29
- package/mdc-tabs/testing/tab-harness.d.ts +0 -38
- package/mdc-tabs/testing/tab-link-harness.d.ts +0 -29
- package/mdc-tabs/testing/tab-nav-bar-harness.d.ts +0 -38
- package/mdc-tabs/testing/tab-nav-panel-harness.d.ts +0 -23
- package/mdc-tooltip/mdc-tooltip_public_index.d.ts +0 -4
- package/mdc-tooltip/module.d.ts +0 -12
- package/mdc-tooltip/package.json +0 -9
- package/mdc-tooltip/public-api.d.ts +0 -11
- package/mdc-tooltip/testing/package.json +0 -9
- package/mdc-tooltip/testing/public-api.d.ts +0 -9
- package/mdc-tooltip/testing/tooltip-harness.d.ts +0 -24
- package/mdc-tooltip/tooltip-animations.d.ts +0 -15
- package/mdc-tooltip/tooltip.d.ts +0 -52
- package/menubar/menubar-item.d.ts +0 -11
- package/menubar/menubar-module.d.ts +0 -9
- package/menubar/menubar.d.ts +0 -10
- package/menubar/menubar_public_index.d.ts +0 -4
- package/menubar/package.json +0 -9
- package/menubar/public-api.d.ts +0 -10
- package/popover-edit/lens-directives.d.ts +0 -22
- package/popover-edit/package.json +0 -9
- package/popover-edit/popover-edit-module.d.ts +0 -10
- package/popover-edit/popover-edit_public_index.d.ts +0 -4
- package/popover-edit/public-api.d.ts +0 -10
- package/popover-edit/table-directives.d.ts +0 -41
- package/public-api.d.ts +0 -8
- package/selection/package.json +0 -9
- package/selection/public-api.d.ts +0 -13
- package/selection/row-selection.d.ts +0 -22
- package/selection/select-all.d.ts +0 -23
- package/selection/selection-column.d.ts +0 -34
- package/selection/selection-module.d.ts +0 -14
- package/selection/selection-toggle.d.ts +0 -25
- package/selection/selection.d.ts +0 -22
- package/selection/selection_public_index.d.ts +0 -4
- package/version.d.ts +0 -10
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/menu-surface/mixins' as mdc-menu-surface;
|
|
2
3
|
@use '@material/list/evolution-mixins' as mdc-list;
|
|
4
|
+
|
|
3
5
|
@use '../mdc-helpers/mdc-helpers';
|
|
4
|
-
@use '../../material/core/typography/typography';
|
|
5
|
-
@use '../../material/core/theming/theming';
|
|
6
6
|
|
|
7
7
|
@mixin color($config-or-theme) {
|
|
8
|
-
$config:
|
|
8
|
+
$config: mat.get-color-config($config-or-theme);
|
|
9
9
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
10
10
|
@include mdc-menu-surface.core-styles(mdc-helpers.$mat-theme-styles-query);
|
|
11
11
|
@include mdc-list.without-ripple(mdc-helpers.$mat-theme-styles-query);
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
@mixin typography($config-or-theme) {
|
|
16
|
-
$config:
|
|
17
|
-
|
|
16
|
+
$config: mat.private-typography-to-2018-config(
|
|
17
|
+
mat.get-typography-config($config-or-theme));
|
|
18
18
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
19
19
|
@include mdc-menu-surface.core-styles(mdc-helpers.$mat-typography-styles-query);
|
|
20
20
|
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
@mixin density($config-or-theme) {}
|
|
30
30
|
|
|
31
31
|
@mixin theme($theme-or-color-config) {
|
|
32
|
-
$theme:
|
|
33
|
-
@include
|
|
34
|
-
$color:
|
|
35
|
-
$density:
|
|
36
|
-
$typography:
|
|
32
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
33
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-autocomplete') {
|
|
34
|
+
$color: mat.get-color-config($theme);
|
|
35
|
+
$density: mat.get-density-config($theme);
|
|
36
|
+
$typography: mat.get-typography-config($theme);
|
|
37
37
|
|
|
38
38
|
@if $color != null {
|
|
39
39
|
@include color($color);
|
|
@@ -1,8 +1,97 @@
|
|
|
1
|
+
import { getMatAutocompleteMissingPanelError } from '@angular/material/autocomplete';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import * as i4 from '@angular/cdk/overlay';
|
|
4
|
+
import * as i5 from '@angular/material-experimental/mdc-core';
|
|
5
|
+
import * as i6 from '@angular/common';
|
|
6
|
+
import * as i7 from '@angular/cdk/scrolling';
|
|
7
|
+
import { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS } from '@angular/material/autocomplete';
|
|
8
|
+
import { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY } from '@angular/material/autocomplete';
|
|
9
|
+
import { MAT_AUTOCOMPLETE_SCROLL_STRATEGY } from '@angular/material/autocomplete';
|
|
10
|
+
import { MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY } from '@angular/material/autocomplete';
|
|
11
|
+
import { MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER } from '@angular/material/autocomplete';
|
|
12
|
+
import { MatAutocompleteActivatedEvent } from '@angular/material/autocomplete';
|
|
13
|
+
import { _MatAutocompleteBase } from '@angular/material/autocomplete';
|
|
14
|
+
import { MatAutocompleteDefaultOptions } from '@angular/material/autocomplete';
|
|
15
|
+
import { _MatAutocompleteOriginBase } from '@angular/material/autocomplete';
|
|
16
|
+
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
17
|
+
import { _MatAutocompleteTriggerBase } from '@angular/material/autocomplete';
|
|
18
|
+
import { MatOptgroup } from '@angular/material-experimental/mdc-core';
|
|
19
|
+
import { MatOption } from '@angular/material-experimental/mdc-core';
|
|
20
|
+
import { QueryList } from '@angular/core';
|
|
21
|
+
|
|
22
|
+
export { getMatAutocompleteMissingPanelError }
|
|
23
|
+
|
|
24
|
+
declare namespace i1 {
|
|
25
|
+
export {
|
|
26
|
+
MatAutocomplete
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
declare namespace i2 {
|
|
31
|
+
export {
|
|
32
|
+
MAT_AUTOCOMPLETE_VALUE_ACCESSOR,
|
|
33
|
+
MatAutocompleteTrigger
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare namespace i3 {
|
|
38
|
+
export {
|
|
39
|
+
MatAutocompleteOrigin
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS }
|
|
44
|
+
|
|
45
|
+
export { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY }
|
|
46
|
+
|
|
47
|
+
export { MAT_AUTOCOMPLETE_SCROLL_STRATEGY }
|
|
48
|
+
|
|
49
|
+
export { MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY }
|
|
50
|
+
|
|
51
|
+
export { MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER }
|
|
52
|
+
|
|
1
53
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.io/license
|
|
54
|
+
* Provider that allows the autocomplete to register as a ControlValueAccessor.
|
|
55
|
+
* @docs-private
|
|
7
56
|
*/
|
|
8
|
-
export
|
|
57
|
+
export declare const MAT_AUTOCOMPLETE_VALUE_ACCESSOR: any;
|
|
58
|
+
|
|
59
|
+
export declare class MatAutocomplete extends _MatAutocompleteBase {
|
|
60
|
+
/** Reference to all option groups within the autocomplete. */
|
|
61
|
+
optionGroups: QueryList<MatOptgroup>;
|
|
62
|
+
/** Reference to all options within the autocomplete. */
|
|
63
|
+
options: QueryList<MatOption>;
|
|
64
|
+
protected _visibleClass: string;
|
|
65
|
+
protected _hiddenClass: string;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocomplete, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatAutocomplete, "mat-autocomplete", ["matAutocomplete"], { "disableRipple": "disableRipple"; }, {}, ["optionGroups", "options"], ["*"], false>;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export { MatAutocompleteActivatedEvent }
|
|
71
|
+
|
|
72
|
+
export { MatAutocompleteDefaultOptions }
|
|
73
|
+
|
|
74
|
+
export declare class MatAutocompleteModule {
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
|
|
76
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, [typeof i1.MatAutocomplete, typeof i2.MatAutocompleteTrigger, typeof i3.MatAutocompleteOrigin], [typeof i4.OverlayModule, typeof i5.MatOptionModule, typeof i5.MatCommonModule, typeof i6.CommonModule], [typeof i7.CdkScrollableModule, typeof i1.MatAutocomplete, typeof i5.MatOptionModule, typeof i5.MatCommonModule, typeof i2.MatAutocompleteTrigger, typeof i3.MatAutocompleteOrigin]>;
|
|
77
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Directive applied to an element to make it usable
|
|
82
|
+
* as a connection point for an autocomplete panel.
|
|
83
|
+
*/
|
|
84
|
+
export declare class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
|
|
85
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteOrigin, never>;
|
|
86
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteOrigin, "[matAutocompleteOrigin]", ["matAutocompleteOrigin"], {}, {}, never, never, false>;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export { MatAutocompleteSelectedEvent }
|
|
90
|
+
|
|
91
|
+
export declare class MatAutocompleteTrigger extends _MatAutocompleteTriggerBase {
|
|
92
|
+
protected _aboveClass: string;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteTrigger, never>;
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatAutocompleteTrigger, "input[matAutocomplete], textarea[matAutocomplete]", ["matAutocompleteTrigger"], {}, {}, never, never, false>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export { }
|
|
@@ -1,8 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
4
|
+
import { _MatAutocompleteHarnessBase } from '@angular/material/autocomplete/testing';
|
|
5
|
+
import { MatOptgroupHarness } from '@angular/material-experimental/mdc-core/testing';
|
|
6
|
+
import { MatOptionHarness } from '@angular/material-experimental/mdc-core/testing';
|
|
7
|
+
import { OptgroupHarnessFilters } from '@angular/material-experimental/mdc-core/testing';
|
|
8
|
+
import { OptionHarnessFilters } from '@angular/material-experimental/mdc-core/testing';
|
|
9
|
+
|
|
10
|
+
/** A set of criteria that can be used to filter a list of `MatAutocompleteHarness` instances. */
|
|
11
|
+
export declare interface AutocompleteHarnessFilters extends BaseHarnessFilters {
|
|
12
|
+
/** Only find instances whose associated input element matches the given value. */
|
|
13
|
+
value?: string | RegExp;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/** Harness for interacting with an MDC-based mat-autocomplete in tests. */
|
|
17
|
+
export declare class MatAutocompleteHarness extends _MatAutocompleteHarnessBase<typeof MatOptionHarness, MatOptionHarness, OptionHarnessFilters, typeof MatOptgroupHarness, MatOptgroupHarness, OptgroupHarnessFilters> {
|
|
18
|
+
protected _prefix: string;
|
|
19
|
+
protected _optionClass: typeof MatOptionHarness;
|
|
20
|
+
protected _optionGroupClass: typeof MatOptgroupHarness;
|
|
21
|
+
/** The selector for the host element of a `MatAutocomplete` instance. */
|
|
22
|
+
static hostSelector: string;
|
|
23
|
+
/**
|
|
24
|
+
* Gets a `HarnessPredicate` that can be used to search for an autocomplete with specific
|
|
25
|
+
* attributes.
|
|
26
|
+
* @param options Options for filtering which autocomplete instances are considered a match.
|
|
27
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
28
|
+
*/
|
|
29
|
+
static with<T extends MatAutocompleteHarness>(this: ComponentHarnessConstructor<T>, options?: AutocompleteHarnessFilters): HarnessPredicate<T>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { }
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/touch-target' as mdc-touch-target;
|
|
4
|
+
|
|
3
5
|
@use '../mdc-helpers/mdc-helpers';
|
|
4
|
-
@use '../../material/core/style/layout-common';
|
|
5
6
|
|
|
6
7
|
// Adds styles necessary to provide stateful interactions with the button. This includes providing
|
|
7
8
|
// content for the state container's ::before and ::after so that they can be given a background
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
.mat-mdc-button-ripple,
|
|
14
15
|
.mat-mdc-button-persistent-ripple,
|
|
15
16
|
.mat-mdc-button-persistent-ripple::before {
|
|
16
|
-
@include
|
|
17
|
+
@include mat.private-fill;
|
|
17
18
|
|
|
18
19
|
// Disable pointer events for the ripple container and state overlay because the container
|
|
19
20
|
// will overlay the user content and we don't want to disable mouse events on the user content.
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
|
|
47
48
|
// The focus indicator should match the bounds of the entire button.
|
|
48
49
|
.mat-mdc-focus-indicator {
|
|
49
|
-
@include
|
|
50
|
+
@include mat.private-fill();
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
53
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use '@material/ripple/ripple-theme' as mdc-ripple-theme;
|
|
3
3
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
4
|
-
@use '../../material/core/ripple/ripple-theme';
|
|
5
4
|
|
|
6
5
|
@mixin _ripple-color($color) {
|
|
7
6
|
--mat-mdc-button-persistent-ripple-color: #{$color};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/button/button' as mdc-button;
|
|
3
4
|
@use '@material/button/button-theme' as mdc-button-theme;
|
|
4
5
|
@use '@material/button/button-text-theme' as mdc-button-text-theme;
|
|
@@ -6,9 +7,8 @@
|
|
|
6
7
|
@use '@material/button/button-protected-theme' as mdc-button-protected-theme;
|
|
7
8
|
@use '@material/button/button-outlined-theme' as mdc-button-outlined-theme;
|
|
8
9
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
9
|
-
|
|
10
|
+
|
|
10
11
|
@use '../mdc-helpers/mdc-helpers';
|
|
11
|
-
@use '../../material/core/theming/theming';
|
|
12
12
|
@use './button-theme-private';
|
|
13
13
|
|
|
14
14
|
@mixin _button-variant($color) {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
@mixin color($config-or-theme) {
|
|
41
|
-
$config:
|
|
41
|
+
$config: mat.get-color-config($config-or-theme);
|
|
42
42
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
43
43
|
$is-dark: map.get($config, is-dark);
|
|
44
44
|
$on-surface: mdc-theme-color.prop-value(on-surface);
|
|
@@ -183,15 +183,15 @@
|
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
@mixin typography($config-or-theme) {
|
|
186
|
-
$config:
|
|
187
|
-
|
|
186
|
+
$config: mat.private-typography-to-2018-config(
|
|
187
|
+
mat.get-typography-config($config-or-theme));
|
|
188
188
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
189
189
|
@include mdc-button.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
@mixin density($config-or-theme) {
|
|
194
|
-
$density-scale:
|
|
194
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
195
195
|
.mat-mdc-button,
|
|
196
196
|
.mat-mdc-raised-button,
|
|
197
197
|
.mat-mdc-unelevated-button,
|
|
@@ -205,11 +205,11 @@
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
@mixin theme($theme-or-color-config) {
|
|
208
|
-
$theme:
|
|
209
|
-
@include
|
|
210
|
-
$color:
|
|
211
|
-
$density:
|
|
212
|
-
$typography:
|
|
208
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
209
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-button') {
|
|
210
|
+
$color: mat.get-color-config($theme);
|
|
211
|
+
$density: mat.get-density-config($theme);
|
|
212
|
+
$typography: mat.get-typography-config($theme);
|
|
213
213
|
|
|
214
214
|
@if $color != null {
|
|
215
215
|
@include color($color);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/fab/fab' as mdc-fab;
|
|
3
4
|
@use '@material/fab/fab-theme' as mdc-fab-theme;
|
|
4
5
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
|
+
|
|
5
7
|
@use '../mdc-helpers/mdc-helpers';
|
|
6
|
-
@use '../../material/core/theming/theming';
|
|
7
|
-
@use '../../material/core/typography/typography';
|
|
8
8
|
@use './button-theme-private';
|
|
9
9
|
|
|
10
10
|
@mixin _fab-variant($foreground, $background) {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
@mixin color($config-or-theme) {
|
|
20
|
-
$config:
|
|
20
|
+
$config: mat.get-color-config($config-or-theme);
|
|
21
21
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
22
22
|
$on-surface: mdc-theme-color.prop-value(on-surface);
|
|
23
23
|
$is-dark: map.get($config, is-dark);
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
@mixin typography($config-or-theme) {
|
|
64
|
-
$config:
|
|
65
|
-
|
|
64
|
+
$config: mat.private-typography-to-2018-config(
|
|
65
|
+
mat.get-typography-config($config-or-theme));
|
|
66
66
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
67
67
|
@include mdc-fab.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
68
68
|
}
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
@mixin density($config-or-theme) {}
|
|
72
72
|
|
|
73
73
|
@mixin theme($theme-or-color-config) {
|
|
74
|
-
$theme:
|
|
75
|
-
@include
|
|
76
|
-
$color:
|
|
77
|
-
$density:
|
|
78
|
-
$typography:
|
|
74
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
75
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-fab') {
|
|
76
|
+
$color: mat.get-color-config($theme);
|
|
77
|
+
$density: mat.get-density-config($theme);
|
|
78
|
+
$typography: mat.get-typography-config($theme);
|
|
79
79
|
|
|
80
80
|
@if $color != null {
|
|
81
81
|
@include color($color);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/icon-button/mixins' as mdc-icon-button;
|
|
3
4
|
@use '@material/icon-button/icon-button-theme' as mdc-icon-button-theme;
|
|
4
5
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
|
+
|
|
5
7
|
@use '../mdc-helpers/mdc-helpers';
|
|
6
|
-
@use '../../material/core/theming/theming';
|
|
7
|
-
@use '../../material/core/typography/typography';
|
|
8
8
|
@use './button-theme-private';
|
|
9
9
|
|
|
10
10
|
@mixin color($config-or-theme) {
|
|
11
|
-
$config:
|
|
11
|
+
$config: mat.get-color-config($config-or-theme);
|
|
12
12
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
13
13
|
$is-dark: map.get($config, is-dark);
|
|
14
14
|
$on-surface: mdc-theme-color.prop-value(on-surface);
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
@mixin typography($config-or-theme) {
|
|
43
|
-
$config:
|
|
44
|
-
|
|
43
|
+
$config: mat.private-typography-to-2018-config(
|
|
44
|
+
mat.get-typography-config($config-or-theme));
|
|
45
45
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
46
46
|
@include mdc-icon-button.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
@mixin density($config-or-theme) {
|
|
51
|
-
$density-scale:
|
|
51
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
52
52
|
// Use `mat-mdc-button-base` to increase the specificity over the button's structural styles.
|
|
53
53
|
.mat-mdc-icon-button.mat-mdc-button-base {
|
|
54
54
|
@include mdc-icon-button.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
@mixin theme($theme-or-color-config) {
|
|
60
|
-
$theme:
|
|
61
|
-
@include
|
|
62
|
-
$color:
|
|
63
|
-
$density:
|
|
64
|
-
$typography:
|
|
60
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
61
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-icon-button') {
|
|
62
|
+
$color: mat.get-color-config($theme);
|
|
63
|
+
$density: mat.get-density-config($theme);
|
|
64
|
+
$typography: mat.get-typography-config($theme);
|
|
65
65
|
|
|
66
66
|
@if $color != null {
|
|
67
67
|
@include color($color);
|
package/mdc-button/index.d.ts
CHANGED
|
@@ -1,8 +1,220 @@
|
|
|
1
|
+
import { _AbstractConstructor } from '@angular/material-experimental/mdc-core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { CanColor } from '@angular/material-experimental/mdc-core';
|
|
4
|
+
import { CanDisable } from '@angular/material-experimental/mdc-core';
|
|
5
|
+
import { CanDisableRipple } from '@angular/material-experimental/mdc-core';
|
|
6
|
+
import { _Constructor } from '@angular/material-experimental/mdc-core';
|
|
7
|
+
import { ElementRef } from '@angular/core';
|
|
8
|
+
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
9
|
+
import * as i0 from '@angular/core';
|
|
10
|
+
import * as i4 from '@angular/material-experimental/mdc-core';
|
|
11
|
+
import { InjectionToken } from '@angular/core';
|
|
12
|
+
import { MatRipple } from '@angular/material-experimental/mdc-core';
|
|
13
|
+
import { NgZone } from '@angular/core';
|
|
14
|
+
import { OnDestroy } from '@angular/core';
|
|
15
|
+
import { OnInit } from '@angular/core';
|
|
16
|
+
import { Platform } from '@angular/cdk/platform';
|
|
17
|
+
import { ThemePalette } from '@angular/material-experimental/mdc-core';
|
|
18
|
+
|
|
19
|
+
declare namespace i1 {
|
|
20
|
+
export {
|
|
21
|
+
MatButton,
|
|
22
|
+
MatAnchor
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare namespace i2 {
|
|
27
|
+
export {
|
|
28
|
+
MatIconButton,
|
|
29
|
+
MatIconAnchor
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare namespace i3 {
|
|
34
|
+
export {
|
|
35
|
+
MAT_FAB_DEFAULT_OPTIONS_FACTORY,
|
|
36
|
+
MatFabDefaultOptions,
|
|
37
|
+
MAT_FAB_DEFAULT_OPTIONS,
|
|
38
|
+
MatFabButton,
|
|
39
|
+
MatMiniFabButton,
|
|
40
|
+
MatFabAnchor,
|
|
41
|
+
MatMiniFabAnchor
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/** Injection token to be used to override the default options for FAB. */
|
|
46
|
+
export declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
|
|
47
|
+
|
|
48
|
+
/** @docs-private */
|
|
49
|
+
export declare function MAT_FAB_DEFAULT_OPTIONS_FACTORY(): MatFabDefaultOptions;
|
|
50
|
+
|
|
1
51
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
52
|
+
* Material Design button component for anchor elements. Anchor elements are used to provide
|
|
53
|
+
* links for the user to navigate across different routes or pages.
|
|
54
|
+
* See https://material.io/components/buttons
|
|
4
55
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
56
|
+
* The `MatAnchor` class applies to native anchor elements and captures the appearances for
|
|
57
|
+
* "text button", "outlined button", and "contained button" per the Material Design
|
|
58
|
+
* specification. `MatAnchor` additionally captures an additional "flat" appearance, which matches
|
|
59
|
+
* "contained" but without elevation.
|
|
7
60
|
*/
|
|
8
|
-
export
|
|
61
|
+
export declare class MatAnchor extends MatAnchorBase {
|
|
62
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchor, [null, null, null, { optional: true; }]>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatAnchor, "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Anchor button base.
|
|
69
|
+
*/
|
|
70
|
+
declare class MatAnchorBase extends MatButtonBase implements OnInit, OnDestroy {
|
|
71
|
+
tabIndex: number;
|
|
72
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
|
|
73
|
+
ngOnInit(): void;
|
|
74
|
+
ngOnDestroy(): void;
|
|
75
|
+
_haltDisabledEvents: (event: Event) => void;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatAnchorBase, never>;
|
|
77
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatAnchorBase, never, never, {}, {}, never, never, false>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Material Design button component. Users interact with a button to perform an action.
|
|
82
|
+
* See https://material.io/components/buttons
|
|
83
|
+
*
|
|
84
|
+
* The `MatButton` class applies to native button elements and captures the appearances for
|
|
85
|
+
* "text button", "outlined button", and "contained button" per the Material Design
|
|
86
|
+
* specification. `MatButton` additionally captures an additional "flat" appearance, which matches
|
|
87
|
+
* "contained" but without elevation.
|
|
88
|
+
*/
|
|
89
|
+
export declare class MatButton extends MatButtonBase {
|
|
90
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, [null, null, null, { optional: true; }]>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/** Base class for all buttons. */
|
|
96
|
+
declare class MatButtonBase extends _MatButtonMixin implements CanDisable, CanColor, CanDisableRipple {
|
|
97
|
+
_platform: Platform;
|
|
98
|
+
_ngZone: NgZone;
|
|
99
|
+
_animationMode?: string | undefined;
|
|
100
|
+
/** Whether this button is a FAB. Used to apply the correct class on the ripple. */
|
|
101
|
+
_isFab: boolean;
|
|
102
|
+
/** Whether this button is an icon button. Used to apply the correct class on the ripple. */
|
|
103
|
+
_isIconButton: boolean;
|
|
104
|
+
/** Reference to the MatRipple instance of the button. */
|
|
105
|
+
ripple: MatRipple;
|
|
106
|
+
constructor(elementRef: ElementRef, _platform: Platform, _ngZone: NgZone, _animationMode?: string | undefined);
|
|
107
|
+
/** Focuses the button. */
|
|
108
|
+
focus(_origin?: FocusOrigin, options?: FocusOptions): void;
|
|
109
|
+
/** Gets whether the button has one of the given attributes. */
|
|
110
|
+
private _hasHostAttributes;
|
|
111
|
+
_isRippleDisabled(): boolean;
|
|
112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
|
|
113
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, {}, {}, never, never, false>;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/** @docs-private */
|
|
117
|
+
declare const _MatButtonMixin: _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & {
|
|
118
|
+
new (_elementRef: ElementRef): {
|
|
119
|
+
_elementRef: ElementRef;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export declare class MatButtonModule {
|
|
124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
|
|
125
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, [typeof i1.MatAnchor, typeof i1.MatButton, typeof i2.MatIconAnchor, typeof i3.MatMiniFabAnchor, typeof i3.MatMiniFabButton, typeof i2.MatIconButton, typeof i3.MatFabAnchor, typeof i3.MatFabButton], [typeof i4.MatCommonModule, typeof i4.MatRippleModule], [typeof i1.MatAnchor, typeof i1.MatButton, typeof i2.MatIconAnchor, typeof i2.MatIconButton, typeof i3.MatMiniFabAnchor, typeof i3.MatMiniFabButton, typeof i3.MatFabAnchor, typeof i3.MatFabButton, typeof i4.MatCommonModule]>;
|
|
126
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Material Design floating action button (FAB) component for anchor elements. Anchor elements
|
|
131
|
+
* are used to provide links for the user to navigate across different routes or pages.
|
|
132
|
+
* See https://material.io/components/buttons-floating-action-button/
|
|
133
|
+
*
|
|
134
|
+
* The `MatFabAnchor` class has two appearances: normal and extended.
|
|
135
|
+
*/
|
|
136
|
+
export declare class MatFabAnchor extends MatAnchor {
|
|
137
|
+
private _options?;
|
|
138
|
+
_isFab: boolean;
|
|
139
|
+
get extended(): boolean;
|
|
140
|
+
set extended(value: BooleanInput);
|
|
141
|
+
private _extended;
|
|
142
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
|
|
143
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatFabAnchor, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
144
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFabAnchor, "a[mat-fab]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; "extended": "extended"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Material Design floating action button (FAB) component. These buttons represent the primary
|
|
149
|
+
* or most common action for users to interact with.
|
|
150
|
+
* See https://material.io/components/buttons-floating-action-button/
|
|
151
|
+
*
|
|
152
|
+
* The `MatFabButton` class has two appearances: normal and extended.
|
|
153
|
+
*/
|
|
154
|
+
export declare class MatFabButton extends MatButtonBase {
|
|
155
|
+
private _options?;
|
|
156
|
+
_isFab: boolean;
|
|
157
|
+
get extended(): boolean;
|
|
158
|
+
set extended(value: BooleanInput);
|
|
159
|
+
private _extended;
|
|
160
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
|
|
161
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
162
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "extended": "extended"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/** Default FAB options that can be overridden. */
|
|
166
|
+
export declare interface MatFabDefaultOptions {
|
|
167
|
+
color?: ThemePalette;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Material Design icon button component for anchor elements. This button displays a single
|
|
172
|
+
* interaction icon that allows users to navigate across different routes or pages.
|
|
173
|
+
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
174
|
+
*/
|
|
175
|
+
export declare class MatIconAnchor extends MatAnchorBase {
|
|
176
|
+
_isIconButton: boolean;
|
|
177
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
|
|
178
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconAnchor, [null, null, null, { optional: true; }]>;
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatIconAnchor, "a[mat-icon-button]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Material Design icon button component. This type of button displays a single interactive icon for
|
|
184
|
+
* users to perform an action.
|
|
185
|
+
* See https://material.io/develop/web/components/buttons/icon-buttons/
|
|
186
|
+
*/
|
|
187
|
+
export declare class MatIconButton extends MatButtonBase {
|
|
188
|
+
_isIconButton: boolean;
|
|
189
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string);
|
|
190
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, [null, null, null, { optional: true; }]>;
|
|
191
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Material Design mini floating action button (FAB) component for anchor elements. Anchor elements
|
|
196
|
+
* are used to provide links for the user to navigate across different routes or pages.
|
|
197
|
+
* See https://material.io/components/buttons-floating-action-button/
|
|
198
|
+
*/
|
|
199
|
+
export declare class MatMiniFabAnchor extends MatAnchor {
|
|
200
|
+
private _options?;
|
|
201
|
+
_isFab: boolean;
|
|
202
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
|
|
203
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabAnchor, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
204
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabAnchor, "a[mat-mini-fab]", ["matButton", "matAnchor"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Material Design mini floating action button (FAB) component. These buttons represent the primary
|
|
209
|
+
* or most common action for users to interact with.
|
|
210
|
+
* See https://material.io/components/buttons-floating-action-button/
|
|
211
|
+
*/
|
|
212
|
+
export declare class MatMiniFabButton extends MatButtonBase {
|
|
213
|
+
private _options?;
|
|
214
|
+
_isFab: boolean;
|
|
215
|
+
constructor(elementRef: ElementRef, platform: Platform, ngZone: NgZone, animationMode?: string, _options?: MatFabDefaultOptions | undefined);
|
|
216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab]", ["matButton"], { "disabled": "disabled"; "disableRipple": "disableRipple"; "color": "color"; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]"], false>;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export { }
|