@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
package/mdc-paginator/index.d.ts
CHANGED
|
@@ -1,8 +1,72 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import * as i3 from '@angular/material-experimental/mdc-button';
|
|
5
|
+
import * as i4 from '@angular/material-experimental/mdc-select';
|
|
6
|
+
import * as i5 from '@angular/material-experimental/mdc-tooltip';
|
|
7
|
+
import { InjectionToken } from '@angular/core';
|
|
8
|
+
import { MAT_PAGINATOR_INTL_PROVIDER } from '@angular/material/paginator';
|
|
9
|
+
import { MAT_PAGINATOR_INTL_PROVIDER_FACTORY } from '@angular/material/paginator';
|
|
10
|
+
import { MatFormFieldAppearance } from '@angular/material-experimental/mdc-form-field';
|
|
11
|
+
import { _MatPaginatorBase } from '@angular/material/paginator';
|
|
12
|
+
import { MatPaginatorIntl } from '@angular/material/paginator';
|
|
13
|
+
import { MatPaginatorSelectConfig } from '@angular/material/paginator';
|
|
14
|
+
import { PageEvent } from '@angular/material/paginator';
|
|
15
|
+
|
|
16
|
+
declare namespace i1 {
|
|
17
|
+
export {
|
|
18
|
+
MatPaginatorDefaultOptions,
|
|
19
|
+
MAT_PAGINATOR_DEFAULT_OPTIONS,
|
|
20
|
+
MatPaginator
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/** Injection token that can be used to provide the default options for the paginator module. */
|
|
25
|
+
export declare const MAT_PAGINATOR_DEFAULT_OPTIONS: InjectionToken<MatPaginatorDefaultOptions>;
|
|
26
|
+
|
|
27
|
+
export { MAT_PAGINATOR_INTL_PROVIDER }
|
|
28
|
+
|
|
29
|
+
export { MAT_PAGINATOR_INTL_PROVIDER_FACTORY }
|
|
30
|
+
|
|
1
31
|
/**
|
|
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
|
|
32
|
+
* Component to provide navigation between paged information. Displays the size of the current
|
|
33
|
+
* page, user-selectable options to change that size, what items are being shown, and
|
|
34
|
+
* navigational button to go to the previous or next page.
|
|
7
35
|
*/
|
|
8
|
-
export
|
|
36
|
+
export declare class MatPaginator extends _MatPaginatorBase<MatPaginatorDefaultOptions> {
|
|
37
|
+
/** If set, styles the "page size" form field with the designated style. */
|
|
38
|
+
_formFieldAppearance?: MatFormFieldAppearance;
|
|
39
|
+
/** ID for the DOM node containing the pagiators's items per page label. */
|
|
40
|
+
readonly _pageSizeLabelId: string;
|
|
41
|
+
constructor(intl: MatPaginatorIntl, changeDetectorRef: ChangeDetectorRef, defaults?: MatPaginatorDefaultOptions);
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginator, [null, null, { optional: true; }]>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatPaginator, "mat-paginator", ["matPaginator"], { "disabled": "disabled"; }, {}, never, never, false>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/** Object that can be used to configure the default options for the paginator module. */
|
|
47
|
+
export declare interface MatPaginatorDefaultOptions {
|
|
48
|
+
/** Number of items to display on a page. By default set to 50. */
|
|
49
|
+
pageSize?: number;
|
|
50
|
+
/** The set of provided page size options to display to the user. */
|
|
51
|
+
pageSizeOptions?: number[];
|
|
52
|
+
/** Whether to hide the page size selection UI from the user. */
|
|
53
|
+
hidePageSize?: boolean;
|
|
54
|
+
/** Whether to show the first/last buttons UI to the user. */
|
|
55
|
+
showFirstLastButtons?: boolean;
|
|
56
|
+
/** The default form-field appearance to apply to the page size options selector. */
|
|
57
|
+
formFieldAppearance?: MatFormFieldAppearance;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export { MatPaginatorIntl }
|
|
61
|
+
|
|
62
|
+
export declare class MatPaginatorModule {
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorModule, never>;
|
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatPaginatorModule, [typeof i1.MatPaginator], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatSelectModule, typeof i5.MatTooltipModule], [typeof i1.MatPaginator]>;
|
|
65
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export { MatPaginatorSelectConfig }
|
|
69
|
+
|
|
70
|
+
export { PageEvent }
|
|
71
|
+
|
|
72
|
+
export { }
|
|
@@ -1,8 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { AsyncFactoryFn } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
4
|
+
import { _MatPaginatorHarnessBase } from '@angular/material/paginator/testing';
|
|
5
|
+
import { MatSelectHarness } from '@angular/material-experimental/mdc-select/testing';
|
|
6
|
+
import { PaginatorHarnessFilters } from '@angular/material/paginator/testing';
|
|
7
|
+
import { TestElement } from '@angular/cdk/testing';
|
|
8
|
+
|
|
9
|
+
/** Harness for interacting with an MDC-based mat-paginator in tests. */
|
|
10
|
+
export declare class MatPaginatorHarness extends _MatPaginatorHarnessBase {
|
|
11
|
+
/** Selector used to find paginator instances. */
|
|
12
|
+
static hostSelector: string;
|
|
13
|
+
protected _nextButton: AsyncFactoryFn<TestElement>;
|
|
14
|
+
protected _previousButton: AsyncFactoryFn<TestElement>;
|
|
15
|
+
protected _firstPageButton: AsyncFactoryFn<TestElement | null>;
|
|
16
|
+
protected _lastPageButton: AsyncFactoryFn<TestElement | null>;
|
|
17
|
+
protected _select: AsyncFactoryFn<MatSelectHarness | null>;
|
|
18
|
+
protected _pageSizeFallback: AsyncFactoryFn<TestElement>;
|
|
19
|
+
protected _rangeLabel: AsyncFactoryFn<TestElement>;
|
|
20
|
+
/**
|
|
21
|
+
* Gets a `HarnessPredicate` that can be used to search for a paginator with specific attributes.
|
|
22
|
+
* @param options Options for filtering which paginator instances are considered a match.
|
|
23
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
24
|
+
*/
|
|
25
|
+
static with<T extends MatPaginatorHarness>(this: ComponentHarnessConstructor<T>, options?: PaginatorHarnessFilters): HarnessPredicate<T>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { PaginatorHarnessFilters }
|
|
29
|
+
|
|
30
|
+
export { }
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
2
3
|
@use '@material/linear-progress' as mdc-linear-progress;
|
|
3
4
|
@use 'sass:color';
|
|
5
|
+
|
|
4
6
|
@use '../mdc-helpers/mdc-helpers';
|
|
5
|
-
@use '../../material/core/theming/theming';
|
|
6
7
|
|
|
7
8
|
@mixin _palette-styles($color) {
|
|
8
9
|
// TODO(crisbeto): the buffer color should come from somewhere in MDC, however at the time of
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
@mixin color($config-or-theme) {
|
|
19
|
-
$config:
|
|
20
|
+
$config: mat.get-color-config($config-or-theme);
|
|
20
21
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
21
22
|
.mat-mdc-progress-bar {
|
|
22
23
|
@include _palette-styles(primary);
|
|
@@ -37,11 +38,11 @@
|
|
|
37
38
|
@mixin density($config-or-theme) {}
|
|
38
39
|
|
|
39
40
|
@mixin theme($theme-or-color-config) {
|
|
40
|
-
$theme:
|
|
41
|
-
@include
|
|
42
|
-
$color:
|
|
43
|
-
$density:
|
|
44
|
-
$typography:
|
|
41
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
42
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-progress-bar') {
|
|
43
|
+
$color: mat.get-color-config($theme);
|
|
44
|
+
$density: mat.get-density-config($theme);
|
|
45
|
+
$typography: mat.get-typography-config($theme);
|
|
45
46
|
|
|
46
47
|
@if $color != null {
|
|
47
48
|
@include color($color);
|
|
@@ -1,8 +1,101 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { _AbstractConstructor } from '@angular/material-experimental/mdc-core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
import { CanColor } from '@angular/material-experimental/mdc-core';
|
|
4
|
+
import { _Constructor } from '@angular/material-experimental/mdc-core';
|
|
5
|
+
import { Directionality } from '@angular/cdk/bidi';
|
|
6
|
+
import { ElementRef } from '@angular/core';
|
|
7
|
+
import { EventEmitter } from '@angular/core';
|
|
8
|
+
import * as i0 from '@angular/core';
|
|
9
|
+
import * as i2 from '@angular/material-experimental/mdc-core';
|
|
10
|
+
import { MAT_PROGRESS_BAR_DEFAULT_OPTIONS } from '@angular/material/progress-bar';
|
|
11
|
+
import { MAT_PROGRESS_BAR_LOCATION } from '@angular/material/progress-bar';
|
|
12
|
+
import { MAT_PROGRESS_BAR_LOCATION_FACTORY } from '@angular/material/progress-bar';
|
|
13
|
+
import { MatProgressBarDefaultOptions } from '@angular/material/progress-bar';
|
|
14
|
+
import { MatProgressBarLocation } from '@angular/material/progress-bar';
|
|
15
|
+
import { NgZone } from '@angular/core';
|
|
16
|
+
import { OnDestroy } from '@angular/core';
|
|
17
|
+
import { ProgressAnimationEnd } from '@angular/material/progress-bar';
|
|
18
|
+
|
|
19
|
+
declare namespace i1 {
|
|
20
|
+
export {
|
|
21
|
+
ProgressBarMode,
|
|
22
|
+
MatProgressBar
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { MAT_PROGRESS_BAR_DEFAULT_OPTIONS }
|
|
27
|
+
|
|
28
|
+
export { MAT_PROGRESS_BAR_LOCATION }
|
|
29
|
+
|
|
30
|
+
export { MAT_PROGRESS_BAR_LOCATION_FACTORY }
|
|
31
|
+
|
|
32
|
+
export declare class MatProgressBar extends _MatProgressBarBase implements AfterViewInit, OnDestroy, CanColor {
|
|
33
|
+
private _ngZone;
|
|
34
|
+
_animationMode?: string | undefined;
|
|
35
|
+
constructor(elementRef: ElementRef<HTMLElement>, _ngZone: NgZone, dir?: Directionality, _animationMode?: string | undefined, defaults?: MatProgressBarDefaultOptions);
|
|
36
|
+
/** Implements all of the logic of the MDC progress bar. */
|
|
37
|
+
private _foundation;
|
|
38
|
+
/** Adapter used by MDC to interact with the DOM. */
|
|
39
|
+
private _adapter;
|
|
40
|
+
/** Flag that indicates whether NoopAnimations mode is set to true. */
|
|
41
|
+
_isNoopAnimation: boolean;
|
|
42
|
+
/** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */
|
|
43
|
+
get value(): number;
|
|
44
|
+
set value(v: number);
|
|
45
|
+
private _value;
|
|
46
|
+
/** Buffer value of the progress bar. Defaults to zero. */
|
|
47
|
+
get bufferValue(): number;
|
|
48
|
+
set bufferValue(v: number);
|
|
49
|
+
private _bufferValue;
|
|
50
|
+
private _primaryBar;
|
|
51
|
+
private _bufferBar;
|
|
52
|
+
/**
|
|
53
|
+
* Event emitted when animation of the primary progress bar completes. This event will not
|
|
54
|
+
* be emitted when animations are disabled, nor will it be emitted for modes with continuous
|
|
55
|
+
* animations (indeterminate and query).
|
|
56
|
+
*/
|
|
57
|
+
readonly animationEnd: EventEmitter<ProgressAnimationEnd>;
|
|
58
|
+
/** Reference to animation end subscription to be unsubscribed on destroy. */
|
|
59
|
+
private _animationEndSubscription;
|
|
60
|
+
/** Subscription to when the layout direction changes. */
|
|
61
|
+
private _dirChangeSubscription;
|
|
62
|
+
/**
|
|
63
|
+
* Mode of the progress bar.
|
|
64
|
+
*
|
|
65
|
+
* Input must be one of these values: determinate, indeterminate, buffer, query, defaults to
|
|
66
|
+
* 'determinate'.
|
|
67
|
+
* Mirrored to mode attribute.
|
|
68
|
+
*/
|
|
69
|
+
get mode(): ProgressBarMode;
|
|
70
|
+
set mode(value: ProgressBarMode);
|
|
71
|
+
private _mode;
|
|
72
|
+
ngAfterViewInit(): void;
|
|
73
|
+
ngOnDestroy(): void;
|
|
74
|
+
/** Syncs the state of the progress bar with the MDC foundation. */
|
|
75
|
+
private _syncFoundation;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressBar, [null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatProgressBar, "mat-progress-bar", ["matProgressBar"], { "color": "color"; "value": "value"; "bufferValue": "bufferValue"; "mode": "mode"; }, { "animationEnd": "animationEnd"; }, never, never, false>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/** @docs-private */
|
|
81
|
+
declare const _MatProgressBarBase: _Constructor<CanColor> & _AbstractConstructor<CanColor> & {
|
|
82
|
+
new (_elementRef: ElementRef): {
|
|
83
|
+
_elementRef: ElementRef;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export { MatProgressBarDefaultOptions }
|
|
88
|
+
|
|
89
|
+
export { MatProgressBarLocation }
|
|
90
|
+
|
|
91
|
+
export declare class MatProgressBarModule {
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressBarModule, never>;
|
|
93
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, [typeof i1.MatProgressBar], never, [typeof i1.MatProgressBar, typeof i2.MatCommonModule]>;
|
|
94
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressBarModule>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export { ProgressAnimationEnd }
|
|
98
|
+
|
|
99
|
+
export declare type ProgressBarMode = 'determinate' | 'indeterminate' | 'buffer' | 'query';
|
|
100
|
+
|
|
101
|
+
export { }
|
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
4
|
+
import { ProgressBarHarnessFilters } from '@angular/material/progress-bar/testing';
|
|
5
|
+
|
|
6
|
+
/** Harness for interacting with an MDC-based `mat-progress-bar` in tests. */
|
|
7
|
+
export declare class MatProgressBarHarness extends ComponentHarness {
|
|
8
|
+
static hostSelector: string;
|
|
9
|
+
/**
|
|
10
|
+
* Gets a `HarnessPredicate` that can be used to search for a progress bar with specific
|
|
11
|
+
* attributes.
|
|
12
|
+
* @param options Options for filtering which progress bar instances are considered a match.
|
|
13
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
14
|
+
*/
|
|
15
|
+
static with<T extends MatProgressBarHarness>(this: ComponentHarnessConstructor<T>, options?: ProgressBarHarnessFilters): HarnessPredicate<T>;
|
|
16
|
+
/** Gets a promise for the progress bar's value. */
|
|
17
|
+
getValue(): Promise<number | null>;
|
|
18
|
+
/** Gets a promise for the progress bar's mode. */
|
|
19
|
+
getMode(): Promise<string | null>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { ProgressBarHarnessFilters }
|
|
23
|
+
|
|
24
|
+
export { }
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/circular-progress' as mdc-circular-progress;
|
|
3
|
+
|
|
2
4
|
@use '../mdc-helpers/mdc-helpers';
|
|
3
|
-
@use '../../material/core/theming/theming';
|
|
4
5
|
|
|
5
6
|
@mixin _palette-styles($color) {
|
|
6
7
|
@include mdc-circular-progress.color($color, $query: mdc-helpers.$mat-theme-styles-query);
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
@mixin color($config-or-theme) {
|
|
10
|
-
$config:
|
|
11
|
+
$config: mat.get-color-config($config-or-theme);
|
|
11
12
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
12
13
|
.mat-mdc-progress-spinner {
|
|
13
14
|
@include _palette-styles(primary);
|
|
@@ -28,11 +29,11 @@
|
|
|
28
29
|
@mixin density($config-or-theme) {}
|
|
29
30
|
|
|
30
31
|
@mixin theme($theme-or-color-config) {
|
|
31
|
-
$theme:
|
|
32
|
-
@include
|
|
33
|
-
$color:
|
|
34
|
-
$density:
|
|
35
|
-
$typography:
|
|
32
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
33
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-progress-spinner') {
|
|
34
|
+
$color: mat.get-color-config($theme);
|
|
35
|
+
$density: mat.get-density-config($theme);
|
|
36
|
+
$typography: mat.get-typography-config($theme);
|
|
36
37
|
|
|
37
38
|
@if $color != null {
|
|
38
39
|
@include color($color);
|
|
@@ -1,8 +1,103 @@
|
|
|
1
|
+
import { _AbstractConstructor } from '@angular/material-experimental/mdc-core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
import { CanColor } from '@angular/material-experimental/mdc-core';
|
|
4
|
+
import { _Constructor } from '@angular/material-experimental/mdc-core';
|
|
5
|
+
import { ElementRef } from '@angular/core';
|
|
6
|
+
import * as i0 from '@angular/core';
|
|
7
|
+
import * as i2 from '@angular/common';
|
|
8
|
+
import * as i3 from '@angular/material-experimental/mdc-core';
|
|
9
|
+
import { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS } from '@angular/material/progress-spinner';
|
|
10
|
+
import { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY } from '@angular/material/progress-spinner';
|
|
11
|
+
import { MatProgressSpinnerDefaultOptions } from '@angular/material/progress-spinner';
|
|
12
|
+
import { MDCCircularProgressFoundation } from '@material/circular-progress';
|
|
13
|
+
import { NumberInput } from '@angular/cdk/coercion';
|
|
14
|
+
import { OnDestroy } from '@angular/core';
|
|
15
|
+
|
|
16
|
+
declare namespace i1 {
|
|
17
|
+
export {
|
|
18
|
+
ProgressSpinnerMode,
|
|
19
|
+
MatProgressSpinner,
|
|
20
|
+
MatSpinner
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS }
|
|
25
|
+
|
|
26
|
+
export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY }
|
|
27
|
+
|
|
28
|
+
export declare class MatProgressSpinner extends _MatProgressSpinnerBase implements AfterViewInit, OnDestroy, CanColor {
|
|
29
|
+
/** Whether the _mat-animation-noopable class should be applied, disabling animations. */
|
|
30
|
+
_noopAnimations: boolean;
|
|
31
|
+
/** Implements all of the logic of the MDC circular progress. */
|
|
32
|
+
_foundation: MDCCircularProgressFoundation;
|
|
33
|
+
/** The element of the determinate spinner. */
|
|
34
|
+
_determinateCircle: ElementRef<HTMLElement>;
|
|
35
|
+
/** Adapter used by MDC to interact with the DOM. */
|
|
36
|
+
private _adapter;
|
|
37
|
+
constructor(elementRef: ElementRef<HTMLElement>, animationMode: string, defaults?: MatProgressSpinnerDefaultOptions);
|
|
38
|
+
private _mode;
|
|
39
|
+
/**
|
|
40
|
+
* Mode of the progress bar.
|
|
41
|
+
*
|
|
42
|
+
* Input must be one of these values: determinate, indeterminate, buffer, query, defaults to
|
|
43
|
+
* 'determinate'.
|
|
44
|
+
* Mirrored to mode attribute.
|
|
45
|
+
*/
|
|
46
|
+
get mode(): ProgressSpinnerMode;
|
|
47
|
+
set mode(value: ProgressSpinnerMode);
|
|
48
|
+
private _value;
|
|
49
|
+
/** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */
|
|
50
|
+
get value(): number;
|
|
51
|
+
set value(v: NumberInput);
|
|
52
|
+
private _diameter;
|
|
53
|
+
/** The diameter of the progress spinner (will set width and height of svg). */
|
|
54
|
+
get diameter(): number;
|
|
55
|
+
set diameter(size: NumberInput);
|
|
56
|
+
private _strokeWidth;
|
|
57
|
+
/** Stroke width of the progress spinner. */
|
|
58
|
+
get strokeWidth(): number;
|
|
59
|
+
set strokeWidth(value: NumberInput);
|
|
60
|
+
/** The radius of the spinner, adjusted for stroke width. */
|
|
61
|
+
_circleRadius(): number;
|
|
62
|
+
/** The view box of the spinner's svg element. */
|
|
63
|
+
_viewBox(): string;
|
|
64
|
+
/** The stroke circumference of the svg circle. */
|
|
65
|
+
_strokeCircumference(): number;
|
|
66
|
+
/** The dash offset of the svg circle. */
|
|
67
|
+
_strokeDashOffset(): number | null;
|
|
68
|
+
/** Stroke width of the circle in percent. */
|
|
69
|
+
_circleStrokeWidth(): number;
|
|
70
|
+
ngAfterViewInit(): void;
|
|
71
|
+
ngOnDestroy(): void;
|
|
72
|
+
/** Syncs the state of the progress spinner with the MDC foundation. */
|
|
73
|
+
private _syncFoundation;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinner, [null, { optional: true; }, null]>;
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": "color"; "mode": "mode"; "value": "value"; "diameter": "diameter"; "strokeWidth": "strokeWidth"; }, {}, never, never, false>;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
declare const _MatProgressSpinnerBase: _Constructor<CanColor> & _AbstractConstructor<CanColor> & {
|
|
79
|
+
new (_elementRef: ElementRef): {
|
|
80
|
+
_elementRef: ElementRef;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
export { MatProgressSpinnerDefaultOptions }
|
|
85
|
+
|
|
86
|
+
export declare class MatProgressSpinnerModule {
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinnerModule, never>;
|
|
88
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, [typeof i1.MatProgressSpinner, typeof i1.MatProgressSpinner], [typeof i2.CommonModule], [typeof i1.MatProgressSpinner, typeof i1.MatProgressSpinner, typeof i3.MatCommonModule]>;
|
|
89
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressSpinnerModule>;
|
|
90
|
+
}
|
|
91
|
+
|
|
1
92
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright Google LLC All Rights Reserved.
|
|
93
|
+
* `<mat-spinner>` component.
|
|
4
94
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
95
|
+
* This is a component definition to be used as a convenience reference to create an
|
|
96
|
+
* indeterminate `<mat-progress-spinner>` instance.
|
|
7
97
|
*/
|
|
8
|
-
export
|
|
98
|
+
export declare const MatSpinner: typeof MatProgressSpinner;
|
|
99
|
+
|
|
100
|
+
/** Possible mode for a progress spinner. */
|
|
101
|
+
export declare type ProgressSpinnerMode = 'determinate' | 'indeterminate';
|
|
102
|
+
|
|
103
|
+
export { }
|
|
@@ -1,8 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
*/
|
|
8
|
-
export
|
|
1
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
4
|
+
import { ProgressSpinnerHarnessFilters } from '@angular/material/progress-spinner/testing';
|
|
5
|
+
import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
|
|
6
|
+
|
|
7
|
+
/** Harness for interacting with a MDC based mat-progress-spinner in tests. */
|
|
8
|
+
export declare class MatProgressSpinnerHarness extends ComponentHarness {
|
|
9
|
+
/** The selector for the host element of a `MatProgressSpinner` instance. */
|
|
10
|
+
static hostSelector: string;
|
|
11
|
+
/**
|
|
12
|
+
* Gets a `HarnessPredicate` that can be used to search for a progress spinnner with specific
|
|
13
|
+
* attributes.
|
|
14
|
+
* @param options Options for filtering which progress spinner instances are considered a match.
|
|
15
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
16
|
+
*/
|
|
17
|
+
static with<T extends MatProgressSpinnerHarness>(this: ComponentHarnessConstructor<T>, options?: ProgressSpinnerHarnessFilters): HarnessPredicate<T>;
|
|
18
|
+
/** Gets the progress spinner's value. */
|
|
19
|
+
getValue(): Promise<number | null>;
|
|
20
|
+
/** Gets the progress spinner's mode. */
|
|
21
|
+
getMode(): Promise<ProgressSpinnerMode>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { ProgressSpinnerHarnessFilters }
|
|
25
|
+
|
|
26
|
+
export { }
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
3
4
|
@use '@material/radio/radio-theme' as mdc-radio-theme;
|
|
4
5
|
@use '@material/radio/radio' as mdc-radio;
|
|
5
6
|
@use '@material/form-field' as mdc-form-field;
|
|
6
7
|
@use '../mdc-helpers/mdc-helpers';
|
|
7
|
-
@use '../../material/core/typography/typography';
|
|
8
|
-
@use '../../material/core/theming/theming';
|
|
9
8
|
|
|
10
9
|
@mixin _color-palette($color-palette) {
|
|
11
10
|
@include mdc-radio-theme.theme((
|
|
@@ -19,10 +18,10 @@
|
|
|
19
18
|
}
|
|
20
19
|
|
|
21
20
|
@mixin color($config-or-theme) {
|
|
22
|
-
$config:
|
|
23
|
-
$primary:
|
|
24
|
-
$accent:
|
|
25
|
-
$warn:
|
|
21
|
+
$config: mat.get-color-config($config-or-theme);
|
|
22
|
+
$primary: mat.get-color-from-palette(map.get($config, primary));
|
|
23
|
+
$accent: mat.get-color-from-palette(map.get($config, accent));
|
|
24
|
+
$warn: mat.get-color-from-palette(map.get($config, warn));
|
|
26
25
|
|
|
27
26
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
28
27
|
$on-surface: rgba(mdc-theme-color.$on-surface, 0.54);
|
|
@@ -58,8 +57,8 @@
|
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
@mixin typography($config-or-theme) {
|
|
61
|
-
$config:
|
|
62
|
-
|
|
60
|
+
$config: mat.private-typography-to-2018-config(
|
|
61
|
+
mat.get-typography-config($config-or-theme));
|
|
63
62
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
64
63
|
@include mdc-radio.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
65
64
|
@include mdc-form-field.core-styles($query: mdc-helpers.$mat-typography-styles-query);
|
|
@@ -67,7 +66,7 @@
|
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
@mixin density($config-or-theme) {
|
|
70
|
-
$density-scale:
|
|
69
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
71
70
|
.mat-mdc-radio-button .mdc-radio {
|
|
72
71
|
@include mdc-radio-theme.density($density-scale, $query: mdc-helpers.$mat-base-styles-query);
|
|
73
72
|
}
|
|
@@ -80,11 +79,11 @@
|
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
@mixin theme($theme-or-color-config) {
|
|
83
|
-
$theme:
|
|
84
|
-
@include
|
|
85
|
-
$color:
|
|
86
|
-
$density:
|
|
87
|
-
$typography:
|
|
82
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
83
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-radio') {
|
|
84
|
+
$color: mat.get-color-config($theme);
|
|
85
|
+
$density: mat.get-density-config($theme);
|
|
86
|
+
$typography: mat.get-typography-config($theme);
|
|
88
87
|
|
|
89
88
|
@if $color != null {
|
|
90
89
|
@include color($color);
|
package/mdc-radio/index.d.ts
CHANGED
|
@@ -1,8 +1,88 @@
|
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import { ElementRef } from '@angular/core';
|
|
4
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
5
|
+
import * as i0 from '@angular/core';
|
|
6
|
+
import * as i2 from '@angular/material-experimental/mdc-core';
|
|
7
|
+
import * as i3 from '@angular/common';
|
|
8
|
+
import { InjectionToken } from '@angular/core';
|
|
9
|
+
import { MAT_RADIO_DEFAULT_OPTIONS } from '@angular/material/radio';
|
|
10
|
+
import { MAT_RADIO_DEFAULT_OPTIONS_FACTORY } from '@angular/material/radio';
|
|
11
|
+
import { _MatRadioButtonBase } from '@angular/material/radio';
|
|
12
|
+
import { MatRadioChange } from '@angular/material/radio';
|
|
13
|
+
import { MatRadioDefaultOptions } from '@angular/material/radio';
|
|
14
|
+
import { _MatRadioGroupBase } from '@angular/material/radio';
|
|
15
|
+
import { MDCRadioFoundation } from '@material/radio';
|
|
16
|
+
import { OnDestroy } from '@angular/core';
|
|
17
|
+
import { QueryList } from '@angular/core';
|
|
18
|
+
import { UniqueSelectionDispatcher } from '@angular/cdk/collections';
|
|
19
|
+
|
|
20
|
+
declare namespace i1 {
|
|
21
|
+
export {
|
|
22
|
+
MatRadioChange,
|
|
23
|
+
MAT_RADIO_DEFAULT_OPTIONS,
|
|
24
|
+
MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR,
|
|
25
|
+
MAT_RADIO_GROUP,
|
|
26
|
+
MatRadioGroup,
|
|
27
|
+
MatRadioButton
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { MAT_RADIO_DEFAULT_OPTIONS }
|
|
32
|
+
|
|
33
|
+
export { MAT_RADIO_DEFAULT_OPTIONS_FACTORY }
|
|
34
|
+
|
|
1
35
|
/**
|
|
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
|
|
36
|
+
* Injection token that can be used to inject instances of `MatRadioGroup`. It serves as
|
|
37
|
+
* alternative token to the actual `MatRadioGroup` class which could cause unnecessary
|
|
38
|
+
* retention of the class and its component metadata.
|
|
7
39
|
*/
|
|
8
|
-
export
|
|
40
|
+
export declare const MAT_RADIO_GROUP: InjectionToken<_MatRadioGroupBase<_MatRadioButtonBase>>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Provider Expression that allows mat-radio-group to register as a ControlValueAccessor. This
|
|
44
|
+
* allows it to support [(ngModel)] and ngControl.
|
|
45
|
+
* @docs-private
|
|
46
|
+
*/
|
|
47
|
+
export declare const MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any;
|
|
48
|
+
|
|
49
|
+
export declare class MatRadioButton extends _MatRadioButtonBase implements AfterViewInit, OnDestroy {
|
|
50
|
+
private _radioAdapter;
|
|
51
|
+
_radioFoundation: MDCRadioFoundation;
|
|
52
|
+
_classes: {
|
|
53
|
+
[key: string]: boolean;
|
|
54
|
+
};
|
|
55
|
+
constructor(radioGroup: MatRadioGroup, elementRef: ElementRef, _changeDetector: ChangeDetectorRef, _focusMonitor: FocusMonitor, _radioDispatcher: UniqueSelectionDispatcher, animationMode?: string, _providerOverride?: MatRadioDefaultOptions, tabIndex?: string);
|
|
56
|
+
ngAfterViewInit(): void;
|
|
57
|
+
ngOnDestroy(): void;
|
|
58
|
+
private _setClass;
|
|
59
|
+
/**
|
|
60
|
+
* Overrides the parent function so that the foundation can be set with the current
|
|
61
|
+
* disabled state.
|
|
62
|
+
*/
|
|
63
|
+
protected _setDisabled(value: boolean): void;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioButton, [{ optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, { attribute: "tabindex"; }]>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatRadioButton, "mat-radio-button", ["matRadioButton"], { "disableRipple": "disableRipple"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export { MatRadioChange }
|
|
69
|
+
|
|
70
|
+
export { MatRadioDefaultOptions }
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* A group of radio buttons. May contain one or more `<mat-radio-button>` elements.
|
|
74
|
+
*/
|
|
75
|
+
export declare class MatRadioGroup extends _MatRadioGroupBase<MatRadioButton> {
|
|
76
|
+
/** Child radio buttons. */
|
|
77
|
+
_radios: QueryList<MatRadioButton>;
|
|
78
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioGroup, never>;
|
|
79
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRadioGroup, "mat-radio-group", ["matRadioGroup"], {}, {}, ["_radios"], never, false>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export declare class MatRadioModule {
|
|
83
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioModule, never>;
|
|
84
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatRadioModule, [typeof i1.MatRadioGroup, typeof i1.MatRadioButton], [typeof i2.MatCommonModule, typeof i3.CommonModule, typeof i2.MatRippleModule], [typeof i2.MatCommonModule, typeof i1.MatRadioGroup, typeof i1.MatRadioButton]>;
|
|
85
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatRadioModule>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export { }
|