@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,8 +1,64 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarness } from '@angular/cdk/testing';
|
|
3
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
4
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
5
|
+
|
|
6
|
+
/** Harness for interacting with an MDC-based `mat-optgroup` in tests. */
|
|
7
|
+
export declare class MatOptgroupHarness extends ComponentHarness {
|
|
8
|
+
/** Selector used to locate option group instances. */
|
|
9
|
+
static hostSelector: string;
|
|
10
|
+
private _label;
|
|
11
|
+
/**
|
|
12
|
+
* Gets a `HarnessPredicate` that can be used to search for a option group with specific
|
|
13
|
+
* attributes.
|
|
14
|
+
* @param options Options for filtering which option instances are considered a match.
|
|
15
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
16
|
+
*/
|
|
17
|
+
static with<T extends MatOptgroupHarness>(this: ComponentHarnessConstructor<T>, options?: OptgroupHarnessFilters): HarnessPredicate<T>;
|
|
18
|
+
/** Gets the option group's label text. */
|
|
19
|
+
getLabelText(): Promise<string>;
|
|
20
|
+
/** Gets whether the option group is disabled. */
|
|
21
|
+
isDisabled(): Promise<boolean>;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the options that are inside the group.
|
|
24
|
+
* @param filter Optionally filters which options are included.
|
|
25
|
+
*/
|
|
26
|
+
getOptions(filter?: OptionHarnessFilters): Promise<MatOptionHarness[]>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** Harness for interacting with an MDC-based `mat-option` in tests. */
|
|
30
|
+
export declare class MatOptionHarness extends ComponentHarness {
|
|
31
|
+
/** Selector used to locate option instances. */
|
|
32
|
+
static hostSelector: string;
|
|
33
|
+
/** Element containing the option's text. */
|
|
34
|
+
private _text;
|
|
35
|
+
/**
|
|
36
|
+
* Gets a `HarnessPredicate` that can be used to search for an option with specific attributes.
|
|
37
|
+
* @param options Options for filtering which option instances are considered a match.
|
|
38
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
39
|
+
*/
|
|
40
|
+
static with<T extends MatOptionHarness>(this: ComponentHarnessConstructor<T>, options?: OptionHarnessFilters): HarnessPredicate<T>;
|
|
41
|
+
/** Clicks the option. */
|
|
42
|
+
click(): Promise<void>;
|
|
43
|
+
/** Gets the option's label text. */
|
|
44
|
+
getText(): Promise<string>;
|
|
45
|
+
/** Gets whether the option is disabled. */
|
|
46
|
+
isDisabled(): Promise<boolean>;
|
|
47
|
+
/** Gets whether the option is selected. */
|
|
48
|
+
isSelected(): Promise<boolean>;
|
|
49
|
+
/** Gets whether the option is active. */
|
|
50
|
+
isActive(): Promise<boolean>;
|
|
51
|
+
/** Gets whether the option is in multiple selection mode. */
|
|
52
|
+
isMultiple(): Promise<boolean>;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export declare interface OptgroupHarnessFilters extends BaseHarnessFilters {
|
|
56
|
+
labelText?: string | RegExp;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export declare interface OptionHarnessFilters extends BaseHarnessFilters {
|
|
60
|
+
text?: string | RegExp;
|
|
61
|
+
isSelected?: boolean;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { }
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
1
3
|
@use '../mdc-theming/all-theme';
|
|
2
|
-
@use '../../material/core/theming/theming';
|
|
3
4
|
|
|
4
5
|
@mixin all-mdc-component-densities($config-or-theme) {
|
|
5
6
|
// In case a theme object has been passed instead of a configuration for
|
|
6
7
|
// the density system, extract the density config from the theme object.
|
|
7
|
-
$config: if(
|
|
8
|
-
|
|
8
|
+
$config: if(mat.private-is-theme-object($config-or-theme),
|
|
9
|
+
mat.get-density-config($config-or-theme), $config-or-theme);
|
|
9
10
|
|
|
10
11
|
@if $config == null {
|
|
11
12
|
@error 'No density configuration specified.';
|
|
@@ -1,33 +1,69 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
1
3
|
@use '@material/dialog' as mdc-dialog;
|
|
4
|
+
@use '@material/dialog/dialog-theme' as mdc-dialog-theme;
|
|
5
|
+
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
|
+
@use '@material/typography' as mdc-typography;
|
|
7
|
+
|
|
2
8
|
@use '../mdc-helpers/mdc-helpers';
|
|
3
|
-
@use '../../material/core/typography/typography';
|
|
4
|
-
@use '../../material/core/theming/theming';
|
|
5
9
|
|
|
6
10
|
@mixin color($config-or-theme) {
|
|
7
|
-
$config:
|
|
11
|
+
$config: mat.get-color-config($config-or-theme);
|
|
12
|
+
|
|
8
13
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
9
|
-
|
|
14
|
+
.mat-mdc-dialog-container {
|
|
15
|
+
$surface: mdc-theme-color.$surface;
|
|
16
|
+
$on-surface: mdc-theme-color.$on-surface;
|
|
17
|
+
$text-emphasis-high: mdc-theme-color.text-emphasis(high);
|
|
18
|
+
$text-emphasis-medium: mdc-theme-color.text-emphasis(medium);
|
|
19
|
+
|
|
20
|
+
@include mdc-dialog-theme.theme((
|
|
21
|
+
container-color: $surface,
|
|
22
|
+
container-elevation: 24,
|
|
23
|
+
container-shadow-color: $on-surface,
|
|
24
|
+
with-divider-divider-color: rgba($on-surface, mdc-dialog.$scroll-divider-opacity),
|
|
25
|
+
subhead-color: rgba($on-surface, $text-emphasis-high),
|
|
26
|
+
supporting-text-color: rgba($on-surface, $text-emphasis-medium),
|
|
27
|
+
));
|
|
28
|
+
}
|
|
10
29
|
}
|
|
11
30
|
}
|
|
12
31
|
|
|
13
32
|
@mixin typography($config-or-theme) {
|
|
14
|
-
$config:
|
|
15
|
-
|
|
33
|
+
$config: mat.private-typography-to-2018-config(
|
|
34
|
+
mat.get-typography-config($config-or-theme));
|
|
16
35
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
17
|
-
|
|
36
|
+
.mat-mdc-dialog-container {
|
|
37
|
+
$styles: mdc-typography.$styles;
|
|
38
|
+
$headline6: map.get($styles, headline6);
|
|
39
|
+
|
|
40
|
+
@include mdc-dialog-theme.theme((
|
|
41
|
+
subhead-font: map.get($headline6, font-family),
|
|
42
|
+
subhead-line-height: map.get($styles, headline6, line-height),
|
|
43
|
+
subhead-size: map.get($styles, headline6, font-size),
|
|
44
|
+
subhead-weight: map.get($styles, headline6, font-weight),
|
|
45
|
+
subhead-tracking: map.get($styles, headline6, letter-spacing),
|
|
46
|
+
|
|
47
|
+
supporting-text-font: map.get($styles, body1, font-family),
|
|
48
|
+
supporting-text-line-height: map.get($styles, body1, line-height),
|
|
49
|
+
supporting-text-size: map.get($styles, body1, font-size),
|
|
50
|
+
supporting-text-weight: map.get($styles, body1, font-weight),
|
|
51
|
+
supporting-text-tracking: map.get($styles, body1, letter-spacing),
|
|
52
|
+
));
|
|
53
|
+
}
|
|
18
54
|
}
|
|
19
55
|
}
|
|
20
56
|
|
|
21
57
|
@mixin density($config-or-theme) {
|
|
22
|
-
$density-scale:
|
|
58
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
23
59
|
}
|
|
24
60
|
|
|
25
61
|
@mixin theme($theme-or-color-config) {
|
|
26
|
-
$theme:
|
|
27
|
-
@include
|
|
28
|
-
$color:
|
|
29
|
-
$density:
|
|
30
|
-
$typography:
|
|
62
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
63
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-dialog') {
|
|
64
|
+
$color: mat.get-color-config($theme);
|
|
65
|
+
$density: mat.get-density-config($theme);
|
|
66
|
+
$typography: mat.get-typography-config($theme);
|
|
31
67
|
|
|
32
68
|
@if $color != null {
|
|
33
69
|
@include color($color);
|
package/mdc-dialog/index.d.ts
CHANGED
|
@@ -1,8 +1,217 @@
|
|
|
1
|
+
import { AutoFocusTarget } from '@angular/material/dialog';
|
|
2
|
+
import { DialogPosition } from '@angular/material/dialog';
|
|
3
|
+
import { DialogRole } from '@angular/material/dialog';
|
|
4
|
+
import { ElementRef } from '@angular/core';
|
|
5
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
6
|
+
import { FocusTrapFactory } from '@angular/cdk/a11y';
|
|
7
|
+
import * as i0 from '@angular/core';
|
|
8
|
+
import * as i3 from '@angular/cdk/dialog';
|
|
9
|
+
import * as i4 from '@angular/cdk/overlay';
|
|
10
|
+
import * as i5 from '@angular/cdk/portal';
|
|
11
|
+
import * as i6 from '@angular/material-experimental/mdc-core';
|
|
12
|
+
import { InjectionToken } from '@angular/core';
|
|
13
|
+
import { Injector } from '@angular/core';
|
|
14
|
+
import { InteractivityChecker } from '@angular/cdk/a11y';
|
|
15
|
+
import { Location as Location_2 } from '@angular/common';
|
|
16
|
+
import { MAT_DIALOG_SCROLL_STRATEGY_FACTORY } from '@angular/material/dialog';
|
|
17
|
+
import { matDialogAnimations } from '@angular/material/dialog';
|
|
18
|
+
import { _MatDialogBase } from '@angular/material/dialog';
|
|
19
|
+
import { MatDialogConfig } from '@angular/material/dialog';
|
|
20
|
+
import { _MatDialogContainerBase } from '@angular/material/dialog';
|
|
21
|
+
import { MatDialogRef as MatDialogRef_2 } from '@angular/material/dialog';
|
|
22
|
+
import { MatDialogState } from '@angular/material/dialog';
|
|
23
|
+
import { NgZone } from '@angular/core';
|
|
24
|
+
import { OnChanges } from '@angular/core';
|
|
25
|
+
import { OnDestroy } from '@angular/core';
|
|
26
|
+
import { OnInit } from '@angular/core';
|
|
27
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
28
|
+
import { OverlayContainer } from '@angular/cdk/overlay';
|
|
29
|
+
import { OverlayRef } from '@angular/cdk/overlay';
|
|
30
|
+
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
31
|
+
import { SimpleChanges } from '@angular/core';
|
|
32
|
+
|
|
33
|
+
export { AutoFocusTarget }
|
|
34
|
+
|
|
35
|
+
export { DialogPosition }
|
|
36
|
+
|
|
37
|
+
export { DialogRole }
|
|
38
|
+
|
|
39
|
+
declare namespace i1 {
|
|
40
|
+
export {
|
|
41
|
+
MatDialogContainer
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
declare namespace i2 {
|
|
46
|
+
export {
|
|
47
|
+
MatDialogClose,
|
|
48
|
+
MatDialogTitle,
|
|
49
|
+
MatDialogContent,
|
|
50
|
+
MatDialogActions
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/** Injection token that can be used to access the data that was passed in to a dialog. */
|
|
55
|
+
export declare const MAT_DIALOG_DATA: InjectionToken<any>;
|
|
56
|
+
|
|
57
|
+
/** Injection token that can be used to specify default dialog options. */
|
|
58
|
+
export declare const MAT_DIALOG_DEFAULT_OPTIONS: InjectionToken<MatDialogConfig<any>>;
|
|
59
|
+
|
|
60
|
+
/** Injection token that determines the scroll handling while the dialog is open. */
|
|
61
|
+
export declare const MAT_DIALOG_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
62
|
+
|
|
63
|
+
export { MAT_DIALOG_SCROLL_STRATEGY_FACTORY }
|
|
64
|
+
|
|
65
|
+
/** @docs-private */
|
|
66
|
+
export declare const MAT_DIALOG_SCROLL_STRATEGY_PROVIDER: {
|
|
67
|
+
provide: InjectionToken<() => ScrollStrategy>;
|
|
68
|
+
deps: (typeof Overlay)[];
|
|
69
|
+
useFactory: typeof MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/** @docs-private */
|
|
73
|
+
export declare function MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay: Overlay): () => ScrollStrategy;
|
|
74
|
+
|
|
1
75
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright Google LLC All Rights Reserved.
|
|
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
|
|
76
|
+
* Service to open Material Design modal dialogs.
|
|
7
77
|
*/
|
|
8
|
-
export
|
|
78
|
+
export declare class MatDialog extends _MatDialogBase<MatDialogContainer> {
|
|
79
|
+
constructor(overlay: Overlay, injector: Injector,
|
|
80
|
+
/**
|
|
81
|
+
* @deprecated `_location` parameter to be removed.
|
|
82
|
+
* @breaking-change 10.0.0
|
|
83
|
+
*/
|
|
84
|
+
location: Location_2, defaultOptions: MatDialogConfig, scrollStrategy: any, parentDialog: MatDialog,
|
|
85
|
+
/**
|
|
86
|
+
* @deprecated No longer used. To be removed.
|
|
87
|
+
* @breaking-change 15.0.0
|
|
88
|
+
*/
|
|
89
|
+
overlayContainer: OverlayContainer,
|
|
90
|
+
/**
|
|
91
|
+
* @deprecated No longer used. To be removed.
|
|
92
|
+
* @breaking-change 14.0.0
|
|
93
|
+
*/
|
|
94
|
+
animationMode?: 'NoopAnimations' | 'BrowserAnimations');
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialog, [null, null, { optional: true; }, { optional: true; }, null, { optional: true; skipSelf: true; }, null, { optional: true; }]>;
|
|
96
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MatDialog>;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Container for the bottom action buttons in a dialog.
|
|
101
|
+
* Stays fixed to the bottom when scrolling.
|
|
102
|
+
*/
|
|
103
|
+
export declare class MatDialogActions {
|
|
104
|
+
/**
|
|
105
|
+
* Horizontal alignment of action buttons.
|
|
106
|
+
*/
|
|
107
|
+
align?: 'start' | 'center' | 'end';
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogActions, never>;
|
|
109
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogActions, "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", never, { "align": "align"; }, {}, never, never, false>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export { matDialogAnimations }
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Button that will close the current dialog.
|
|
116
|
+
*/
|
|
117
|
+
export declare class MatDialogClose implements OnInit, OnChanges {
|
|
118
|
+
dialogRef: MatDialogRef<any>;
|
|
119
|
+
private _elementRef;
|
|
120
|
+
private _dialog;
|
|
121
|
+
/** Screenreader label for the button. */
|
|
122
|
+
ariaLabel: string;
|
|
123
|
+
/** Default to "button" to prevents accidental form submits. */
|
|
124
|
+
type: 'submit' | 'button' | 'reset';
|
|
125
|
+
/** Dialog close input. */
|
|
126
|
+
dialogResult: any;
|
|
127
|
+
_matDialogClose: any;
|
|
128
|
+
constructor(dialogRef: MatDialogRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: MatDialog);
|
|
129
|
+
ngOnInit(): void;
|
|
130
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
131
|
+
_onButtonClick(event: MouseEvent): void;
|
|
132
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogClose, [{ optional: true; }, null, null]>;
|
|
133
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogClose, "[mat-dialog-close], [matDialogClose]", ["matDialogClose"], { "ariaLabel": "aria-label"; "type": "type"; "dialogResult": "mat-dialog-close"; "_matDialogClose": "matDialogClose"; }, {}, never, never, false>;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export { MatDialogConfig }
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Internal component that wraps user-provided dialog content in a MDC dialog.
|
|
140
|
+
* @docs-private
|
|
141
|
+
*/
|
|
142
|
+
export declare class MatDialogContainer extends _MatDialogContainerBase implements OnDestroy {
|
|
143
|
+
private _animationMode?;
|
|
144
|
+
/** Whether animations are enabled. */
|
|
145
|
+
_animationsEnabled: boolean;
|
|
146
|
+
/** Host element of the dialog container component. */
|
|
147
|
+
private _hostElement;
|
|
148
|
+
/** Duration of the dialog open animation. */
|
|
149
|
+
private _openAnimationDuration;
|
|
150
|
+
/** Duration of the dialog close animation. */
|
|
151
|
+
private _closeAnimationDuration;
|
|
152
|
+
/** Current timer for dialog animations. */
|
|
153
|
+
private _animationTimer;
|
|
154
|
+
constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, document: any, dialogConfig: MatDialogConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, _animationMode?: string | undefined, focusMonitor?: FocusMonitor);
|
|
155
|
+
protected _contentAttached(): void;
|
|
156
|
+
ngOnDestroy(): void;
|
|
157
|
+
/** Starts the dialog open animation if enabled. */
|
|
158
|
+
private _startOpenAnimation;
|
|
159
|
+
/**
|
|
160
|
+
* Starts the exit animation of the dialog if enabled. This method is
|
|
161
|
+
* called by the dialog ref.
|
|
162
|
+
*/
|
|
163
|
+
_startExitAnimation(): void;
|
|
164
|
+
/**
|
|
165
|
+
* Completes the dialog open by clearing potential animation classes, trapping
|
|
166
|
+
* focus and emitting an opened event.
|
|
167
|
+
*/
|
|
168
|
+
private _finishDialogOpen;
|
|
169
|
+
/**
|
|
170
|
+
* Completes the dialog close by clearing potential animation classes, restoring
|
|
171
|
+
* focus and emitting a closed event.
|
|
172
|
+
*/
|
|
173
|
+
private _finishDialogClose;
|
|
174
|
+
/** Clears all dialog animation classes. */
|
|
175
|
+
private _clearAnimationClasses;
|
|
176
|
+
private _waitForAnimationToComplete;
|
|
177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogContainer, [null, null, { optional: true; }, null, null, null, null, { optional: true; }, null]>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatDialogContainer, "mat-dialog-container", never, {}, {}, never, never, false>;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Scrollable content container of a dialog.
|
|
183
|
+
*/
|
|
184
|
+
export declare class MatDialogContent {
|
|
185
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogContent, never>;
|
|
186
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, false>;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export declare class MatDialogModule {
|
|
190
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogModule, never>;
|
|
191
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, [typeof i1.MatDialogContainer, typeof i2.MatDialogClose, typeof i2.MatDialogTitle, typeof i2.MatDialogActions, typeof i2.MatDialogContent], [typeof i3.DialogModule, typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.MatCommonModule], [typeof i1.MatDialogContainer, typeof i2.MatDialogClose, typeof i2.MatDialogTitle, typeof i2.MatDialogContent, typeof i2.MatDialogActions, typeof i6.MatCommonModule]>;
|
|
192
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatDialogModule>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Reference to a dialog opened via the MatDialog service.
|
|
197
|
+
*/
|
|
198
|
+
export declare class MatDialogRef<T, R = any> extends MatDialogRef_2<T, R> {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export { MatDialogState }
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Title of a dialog element. Stays fixed to the top of the dialog when scrolling.
|
|
205
|
+
*/
|
|
206
|
+
export declare class MatDialogTitle implements OnInit {
|
|
207
|
+
private _dialogRef;
|
|
208
|
+
private _elementRef;
|
|
209
|
+
private _dialog;
|
|
210
|
+
id: string;
|
|
211
|
+
constructor(_dialogRef: MatDialogRef<any>, _elementRef: ElementRef<HTMLElement>, _dialog: MatDialog);
|
|
212
|
+
ngOnInit(): void;
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogTitle, [{ optional: true; }, null, null]>;
|
|
214
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogTitle, "[mat-dialog-title], [matDialogTitle]", ["matDialogTitle"], { "id": "id"; }, {}, never, never, false>;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export { }
|
|
@@ -1,8 +1,47 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { AsyncFactoryFn } from '@angular/cdk/testing';
|
|
2
|
+
import { ComponentHarnessConstructor } from '@angular/cdk/testing';
|
|
3
|
+
import { ComponentType } from '@angular/cdk/overlay';
|
|
4
|
+
import { DialogHarnessFilters } from '@angular/material/dialog/testing';
|
|
5
|
+
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
6
|
+
import { MatDialog } from '@angular/material-experimental/mdc-dialog';
|
|
7
|
+
import { MatDialogConfig } from '@angular/material-experimental/mdc-dialog';
|
|
8
|
+
import { MatDialogContainer } from '@angular/material-experimental/mdc-dialog';
|
|
9
|
+
import { _MatDialogHarnessBase } from '@angular/material/dialog/testing';
|
|
10
|
+
import { _MatTestDialogOpenerBase } from '@angular/material/dialog/testing';
|
|
11
|
+
import { TestElement } from '@angular/cdk/testing';
|
|
12
|
+
|
|
13
|
+
export { DialogHarnessFilters }
|
|
14
|
+
|
|
15
|
+
/** Harness for interacting with a standard `MatDialog` in tests. */
|
|
16
|
+
export declare class MatDialogHarness extends _MatDialogHarnessBase {
|
|
17
|
+
/** The selector for the host element of a `MatDialog` instance. */
|
|
18
|
+
static hostSelector: string;
|
|
19
|
+
/**
|
|
20
|
+
* Gets a `HarnessPredicate` that can be used to search for a dialog with specific attributes.
|
|
21
|
+
* @param options Options for filtering which dialog instances are considered a match.
|
|
22
|
+
* @return a `HarnessPredicate` configured with the given options.
|
|
23
|
+
*/
|
|
24
|
+
static with<T extends MatDialogHarness>(this: ComponentHarnessConstructor<T>, options?: DialogHarnessFilters): HarnessPredicate<T>;
|
|
25
|
+
protected _title: AsyncFactoryFn<TestElement | null>;
|
|
26
|
+
protected _content: AsyncFactoryFn<TestElement | null>;
|
|
27
|
+
protected _actions: AsyncFactoryFn<TestElement | null>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/** Selectors for different sections of the mat-dialog that can contain user content. */
|
|
31
|
+
export declare const enum MatDialogSection {
|
|
32
|
+
TITLE = ".mat-mdc-dialog-title",
|
|
33
|
+
CONTENT = ".mat-mdc-dialog-content",
|
|
34
|
+
ACTIONS = ".mat-mdc-dialog-actions"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/** Test component that immediately opens a dialog when bootstrapped. */
|
|
38
|
+
export declare class MatTestDialogOpener<T = unknown, R = unknown> extends _MatTestDialogOpenerBase<MatDialogContainer, T, R> {
|
|
39
|
+
constructor(dialog: MatDialog);
|
|
40
|
+
/** Static method that prepares this class to open the provided component. */
|
|
41
|
+
static withComponent<T = unknown, R = unknown>(component: ComponentType<T>, config?: MatDialogConfig): ComponentType<MatTestDialogOpener<T, R>>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export declare class MatTestDialogOpenerModule {
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export { }
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:math';
|
|
3
|
+
@use '@angular/material' as mat;
|
|
3
4
|
@use '@material/density' as mdc-density;
|
|
4
5
|
@use '@material/textfield' as mdc-textfield;
|
|
5
|
-
|
|
6
|
-
@use 'form-field-sizing';
|
|
6
|
+
|
|
7
|
+
@use './form-field-sizing';
|
|
7
8
|
|
|
8
9
|
// Mixin that sets the vertical spacing for the infix container of filled form fields.
|
|
9
10
|
// We need to apply spacing to the infix container because we removed the input padding
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
// specification. In order to support density, we need to adjust the vertical spacing to be
|
|
40
41
|
// based on the density scale.
|
|
41
42
|
@mixin private-form-field-density($config-or-theme) {
|
|
42
|
-
$density-scale:
|
|
43
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
43
44
|
// Height of the form field that is based on the current density scale.
|
|
44
45
|
$height: mdc-density.prop-value(
|
|
45
46
|
$density-config: mdc-textfield.$density-config,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/ripple/functions' as mdc-ripple-functions;
|
|
2
3
|
@use '@material/textfield' as mdc-textfield;
|
|
3
|
-
@use '../../material/core/style/layout-common';
|
|
4
4
|
|
|
5
5
|
// MDC text-field uses `@material/ripple` in order to show a focus and hover effect for
|
|
6
6
|
// text-fields. This is unnecessary because the ripples bring in a lot of unnecessary
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// uses the exact same logic to compute the colors as in the default MDC text-field ripples.
|
|
12
12
|
@mixin private-form-field-focus-overlay() {
|
|
13
13
|
.mat-mdc-form-field-focus-overlay {
|
|
14
|
-
@include
|
|
14
|
+
@include mat.private-fill;
|
|
15
15
|
opacity: 0;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use '@angular/cdk';
|
|
2
2
|
|
|
3
3
|
@mixin private-form-field-high-contrast() {
|
|
4
4
|
$focus-indicator-width: 3px;
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
// The outline of the `fill` appearance is achieved through a background color
|
|
9
9
|
// which won't be visible in high contrast mode. Add an outline to replace it.
|
|
10
10
|
.mat-mdc-text-field-wrapper {
|
|
11
|
-
@include
|
|
11
|
+
@include cdk.high-contrast(active, off) {
|
|
12
12
|
outline: solid 1px;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
// Use GreyText for the disabled outline color which will account for the user's configuration.
|
|
17
17
|
&.mat-form-field-disabled .mat-mdc-text-field-wrapper {
|
|
18
|
-
@include
|
|
18
|
+
@include cdk.high-contrast(active, off) {
|
|
19
19
|
outline-color: GrayText;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
// If a form field with fill appearance is focused, update the outline to be
|
|
25
25
|
// dashed and thicker to indicate focus.
|
|
26
26
|
.mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper {
|
|
27
|
-
@include
|
|
27
|
+
@include cdk.high-contrast(active, off) {
|
|
28
28
|
outline: $focus-indicator-style $focus-indicator-width;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
// For form fields with outline appearance, we show a dashed thick border on top
|
|
33
33
|
// of the solid notched-outline border to indicate focus.
|
|
34
34
|
.mat-mdc-form-field.mat-focused .mdc-notched-outline {
|
|
35
|
-
@include
|
|
35
|
+
@include cdk.high-contrast(active, off) {
|
|
36
36
|
border: $focus-indicator-style $focus-indicator-width;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
@use 'sass:math';
|
|
3
|
-
@use '
|
|
4
|
-
@use '../../material/core/theming/palette';
|
|
3
|
+
@use '@angular/material' as mat;
|
|
5
4
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
5
|
|
|
6
|
+
@use '../mdc-helpers/mdc-helpers';
|
|
7
|
+
|
|
7
8
|
// Width of the Material Design form-field select arrow.
|
|
8
9
|
$mat-form-field-select-arrow-width: 10px;
|
|
9
10
|
// Height of the Material Design form-field select arrow.
|
|
@@ -88,11 +89,11 @@ $mat-form-field-select-horizontal-end-padding: $mat-form-field-select-arrow-widt
|
|
|
88
89
|
// reset the color of the options to something dark.
|
|
89
90
|
@if (map.get($config, is-dark)) {
|
|
90
91
|
option {
|
|
91
|
-
color:
|
|
92
|
+
color: mat.$private-dark-primary-text;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
option:disabled {
|
|
95
|
-
color:
|
|
96
|
+
color: mat.$private-dark-disabled-text;
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
99
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
@use '@angular/material' as mat;
|
|
1
3
|
@use '@material/textfield' as mdc-textfield;
|
|
2
4
|
@use '@material/theme/theme' as mdc-theme;
|
|
3
5
|
@use '@material/typography' as mdc-typography;
|
|
4
6
|
@use '@material/textfield/variables' as mdc-textfield-variables;
|
|
5
|
-
|
|
7
|
+
|
|
8
|
+
@use './form-field-sizing';
|
|
6
9
|
@use '../mdc-helpers/mdc-helpers';
|
|
7
|
-
@use '../../material/core/theming/theming';
|
|
8
10
|
|
|
9
11
|
@mixin private-form-field-subscript() {
|
|
10
12
|
// Wrapper for the hints and error messages.
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
// We need to define our own typography for the subscript because we don't include MDC's
|
|
71
73
|
// helper text in our MDC based form field
|
|
72
74
|
@mixin private-form-field-subscript-typography($config-or-theme) {
|
|
73
|
-
$config:
|
|
75
|
+
$config: mat.get-typography-config($config-or-theme);
|
|
74
76
|
|
|
75
77
|
// The subscript wrapper has a minimum height to avoid that the form-field
|
|
76
78
|
// jumps when hints or errors are displayed.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/textfield' as mdc-textfield;
|
|
2
3
|
@use '@material/floating-label' as mdc-floating-label;
|
|
3
4
|
@use '@material/notched-outline' as mdc-notched-outline;
|
|
4
5
|
@use '@material/line-ripple' as mdc-line-ripple;
|
|
5
6
|
@use '@material/theme/theme-color' as mdc-theme-color;
|
|
6
7
|
@use '@material/typography/typography' as mdc-typography;
|
|
8
|
+
|
|
7
9
|
@use '../mdc-helpers/mdc-helpers';
|
|
8
|
-
@use '
|
|
9
|
-
@use 'form-field-
|
|
10
|
-
@use 'form-field-
|
|
11
|
-
@use 'form-field-
|
|
12
|
-
@use '
|
|
13
|
-
@use 'mdc-text-field-theme-variable-refresh';
|
|
14
|
-
@use '../../material/core/theming/theming';
|
|
10
|
+
@use './form-field-density';
|
|
11
|
+
@use './form-field-subscript';
|
|
12
|
+
@use './form-field-focus-overlay';
|
|
13
|
+
@use './form-field-native-select';
|
|
14
|
+
@use './mdc-text-field-theme-variable-refresh';
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
// Mixin that overwrites the default MDC text-field color styles to be based on
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
@mixin color($config-or-theme) {
|
|
43
|
-
$config:
|
|
43
|
+
$config: mat.get-color-config($config-or-theme);
|
|
44
44
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
45
45
|
@include mdc-text-field-theme-variable-refresh.private-text-field-refresh-theme-variables() {
|
|
46
46
|
@include mdc-textfield.without-ripple($query: mdc-helpers.$mat-theme-styles-query);
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
@mixin typography($config-or-theme) {
|
|
66
|
-
$config:
|
|
67
|
-
|
|
66
|
+
$config: mat.private-typography-to-2018-config(
|
|
67
|
+
mat.get-typography-config($config-or-theme));
|
|
68
68
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
69
69
|
@include mdc-textfield.without-ripple($query: mdc-helpers.$mat-typography-styles-query);
|
|
70
70
|
@include mdc-floating-label.core-styles($query: mdc-helpers.$mat-typography-styles-query);
|
|
@@ -100,16 +100,16 @@
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
@mixin density($config-or-theme) {
|
|
103
|
-
$density-scale:
|
|
103
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
104
104
|
@include form-field-density.private-form-field-density($density-scale);
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
@mixin theme($theme-or-color-config) {
|
|
108
|
-
$theme:
|
|
109
|
-
@include
|
|
110
|
-
$color:
|
|
111
|
-
$density:
|
|
112
|
-
$typography:
|
|
108
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
109
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-form-field') {
|
|
110
|
+
$color: mat.get-color-config($theme);
|
|
111
|
+
$density: mat.get-density-config($theme);
|
|
112
|
+
$typography: mat.get-typography-config($theme);
|
|
113
113
|
|
|
114
114
|
@if $color != null {
|
|
115
115
|
@include color($color);
|