@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,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
import { Platform } from '@angular/cdk/platform';
|
|
9
|
-
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Internal component that creates an instance of the MDC notched-outline component. Using
|
|
13
|
-
* a directive allows us to conditionally render a notched-outline in the template without
|
|
14
|
-
* having to manually create and destroy the `MDCNotchedOutline` component whenever the
|
|
15
|
-
* appearance changes.
|
|
16
|
-
*
|
|
17
|
-
* The component sets up the HTML structure and styles for the notched-outline. It provides
|
|
18
|
-
* inputs to toggle the notch state and width.
|
|
19
|
-
*/
|
|
20
|
-
export declare class MatFormFieldNotchedOutline implements AfterViewInit, OnChanges, OnDestroy {
|
|
21
|
-
private _elementRef;
|
|
22
|
-
private _platform;
|
|
23
|
-
/** Width of the notch. */
|
|
24
|
-
width: number;
|
|
25
|
-
/** Whether the notch should be opened. */
|
|
26
|
-
open: boolean;
|
|
27
|
-
/** Instance of the MDC notched outline. */
|
|
28
|
-
private _mdcNotchedOutline;
|
|
29
|
-
constructor(_elementRef: ElementRef, _platform: Platform);
|
|
30
|
-
ngAfterViewInit(): void;
|
|
31
|
-
ngOnChanges(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
/** Synchronizes the notched outline state to be based on the `width` and `open` inputs. */
|
|
34
|
-
private _syncNotchedOutlineState;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldNotchedOutline, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFormFieldNotchedOutline, "div[matFormFieldNotchedOutline]", never, { "width": "matFormFieldNotchedOutlineWidth"; "open": "matFormFieldNotchedOutlineOpen"; }, {}, never, ["*"]>;
|
|
37
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
import { ElementRef, InjectionToken } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Injection token that can be used to reference instances of `MatPrefix`. It serves as
|
|
12
|
-
* alternative token to the actual `MatPrefix` class which could cause unnecessary
|
|
13
|
-
* retention of the class and its directive metadata.
|
|
14
|
-
*/
|
|
15
|
-
export declare const MAT_PREFIX: InjectionToken<MatPrefix>;
|
|
16
|
-
/** Prefix to be placed in front of the form field. */
|
|
17
|
-
export declare class MatPrefix {
|
|
18
|
-
_isText: boolean;
|
|
19
|
-
constructor(elementRef: ElementRef);
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatPrefix, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPrefix, "[matPrefix], [matIconPrefix], [matTextPrefix]", never, {}, {}, never>;
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
import { ElementRef, InjectionToken } from '@angular/core';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Injection token that can be used to reference instances of `MatSuffix`. It serves as
|
|
12
|
-
* alternative token to the actual `MatSuffix` class which could cause unnecessary
|
|
13
|
-
* retention of the class and its directive metadata.
|
|
14
|
-
*/
|
|
15
|
-
export declare const MAT_SUFFIX: InjectionToken<MatSuffix>;
|
|
16
|
-
/** Suffix to be placed at the end of the form field. */
|
|
17
|
-
export declare class MatSuffix {
|
|
18
|
-
_isText: boolean;
|
|
19
|
-
constructor(elementRef: ElementRef);
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSuffix, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSuffix, "[matSuffix], [matIconSuffix], [matTextSuffix]", never, {}, {}, never>;
|
|
22
|
-
}
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
9
|
-
import { Platform } from '@angular/cdk/platform';
|
|
10
|
-
import { AfterContentChecked, AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, InjectionToken, NgZone, OnDestroy, QueryList } from '@angular/core';
|
|
11
|
-
import { NgControl } from '@angular/forms';
|
|
12
|
-
import { ThemePalette } from '@angular/material-experimental/mdc-core';
|
|
13
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
14
|
-
import { MatError } from './directives/error';
|
|
15
|
-
import { MatFormFieldFloatingLabel } from './directives/floating-label';
|
|
16
|
-
import { MatHint } from './directives/hint';
|
|
17
|
-
import { MatLabel } from './directives/label';
|
|
18
|
-
import { MatFormFieldLineRipple } from './directives/line-ripple';
|
|
19
|
-
import { MatFormFieldNotchedOutline } from './directives/notched-outline';
|
|
20
|
-
import { MatPrefix } from './directives/prefix';
|
|
21
|
-
import { MatSuffix } from './directives/suffix';
|
|
22
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
23
|
-
import * as i0 from "@angular/core";
|
|
24
|
-
/** Type for the available floatLabel values. */
|
|
25
|
-
export declare type FloatLabelType = 'always' | 'auto';
|
|
26
|
-
/** Possible appearance styles for the form field. */
|
|
27
|
-
export declare type MatFormFieldAppearance = 'fill' | 'outline';
|
|
28
|
-
/** Behaviors for how the subscript height is set. */
|
|
29
|
-
export declare type SubscriptSizing = 'fixed' | 'dynamic';
|
|
30
|
-
/**
|
|
31
|
-
* Represents the default options for the form field that can be configured
|
|
32
|
-
* using the `MAT_FORM_FIELD_DEFAULT_OPTIONS` injection token.
|
|
33
|
-
*/
|
|
34
|
-
export interface MatFormFieldDefaultOptions {
|
|
35
|
-
/** Default form field appearance style. */
|
|
36
|
-
appearance?: MatFormFieldAppearance;
|
|
37
|
-
/** Default color of the form field. */
|
|
38
|
-
color?: ThemePalette;
|
|
39
|
-
/** Whether the required marker should be hidden by default. */
|
|
40
|
-
hideRequiredMarker?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Whether the label for form fields should by default float `always`,
|
|
43
|
-
* `never`, or `auto` (only when necessary).
|
|
44
|
-
*/
|
|
45
|
-
floatLabel?: FloatLabelType;
|
|
46
|
-
/** Whether the form field should reserve space for one line by default. */
|
|
47
|
-
subscriptSizing?: SubscriptSizing;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Injection token that can be used to configure the
|
|
51
|
-
* default options for all form field within an app.
|
|
52
|
-
*/
|
|
53
|
-
export declare const MAT_FORM_FIELD_DEFAULT_OPTIONS: InjectionToken<MatFormFieldDefaultOptions>;
|
|
54
|
-
/** Container for form controls that applies Material Design styling and behavior. */
|
|
55
|
-
export declare class MatFormField implements AfterContentInit, AfterContentChecked, AfterViewInit, OnDestroy {
|
|
56
|
-
private _elementRef;
|
|
57
|
-
private _changeDetectorRef;
|
|
58
|
-
private _ngZone;
|
|
59
|
-
private _dir;
|
|
60
|
-
private _platform;
|
|
61
|
-
private _defaults?;
|
|
62
|
-
_animationMode?: string | undefined;
|
|
63
|
-
private _document?;
|
|
64
|
-
_textField: ElementRef<HTMLElement>;
|
|
65
|
-
_iconPrefixContainer: ElementRef<HTMLElement>;
|
|
66
|
-
_textPrefixContainer: ElementRef<HTMLElement>;
|
|
67
|
-
_floatingLabel: MatFormFieldFloatingLabel | undefined;
|
|
68
|
-
_notchedOutline: MatFormFieldNotchedOutline | undefined;
|
|
69
|
-
_lineRipple: MatFormFieldLineRipple | undefined;
|
|
70
|
-
_labelChildNonStatic: MatLabel | undefined;
|
|
71
|
-
_labelChildStatic: MatLabel | undefined;
|
|
72
|
-
_formFieldControl: MatFormFieldControl<any>;
|
|
73
|
-
_prefixChildren: QueryList<MatPrefix>;
|
|
74
|
-
_suffixChildren: QueryList<MatSuffix>;
|
|
75
|
-
_errorChildren: QueryList<MatError>;
|
|
76
|
-
_hintChildren: QueryList<MatHint>;
|
|
77
|
-
/** Whether the required marker should be hidden. */
|
|
78
|
-
get hideRequiredMarker(): boolean;
|
|
79
|
-
set hideRequiredMarker(value: BooleanInput);
|
|
80
|
-
private _hideRequiredMarker;
|
|
81
|
-
/** The color palette for the form field. */
|
|
82
|
-
color: ThemePalette;
|
|
83
|
-
/** Whether the label should always float or float as the user types. */
|
|
84
|
-
get floatLabel(): FloatLabelType;
|
|
85
|
-
set floatLabel(value: FloatLabelType);
|
|
86
|
-
private _floatLabel;
|
|
87
|
-
/** The form field appearance style. */
|
|
88
|
-
get appearance(): MatFormFieldAppearance;
|
|
89
|
-
set appearance(value: MatFormFieldAppearance);
|
|
90
|
-
private _appearance;
|
|
91
|
-
/**
|
|
92
|
-
* Whether the form field should reserve space for one line of hint/error text (default)
|
|
93
|
-
* or to have the spacing grow from 0px as needed based on the size of the hint/error content.
|
|
94
|
-
* Note that when using dynamic sizing, layout shifts will occur when hint/error text changes.
|
|
95
|
-
*/
|
|
96
|
-
get subscriptSizing(): SubscriptSizing;
|
|
97
|
-
set subscriptSizing(value: SubscriptSizing);
|
|
98
|
-
private _subscriptSizing;
|
|
99
|
-
/** Text for the form field hint. */
|
|
100
|
-
get hintLabel(): string;
|
|
101
|
-
set hintLabel(value: string);
|
|
102
|
-
private _hintLabel;
|
|
103
|
-
_hasIconPrefix: boolean;
|
|
104
|
-
_hasTextPrefix: boolean;
|
|
105
|
-
_hasIconSuffix: boolean;
|
|
106
|
-
_hasTextSuffix: boolean;
|
|
107
|
-
readonly _labelId: string;
|
|
108
|
-
readonly _hintLabelId: string;
|
|
109
|
-
/** State of the mat-hint and mat-error animations. */
|
|
110
|
-
_subscriptAnimationState: string;
|
|
111
|
-
/** Width of the outline notch. */
|
|
112
|
-
_outlineNotchWidth: number;
|
|
113
|
-
/** Gets the current form field control */
|
|
114
|
-
get _control(): MatFormFieldControl<any>;
|
|
115
|
-
set _control(value: MatFormFieldControl<any>);
|
|
116
|
-
private _destroyed;
|
|
117
|
-
private _isFocused;
|
|
118
|
-
private _explicitFormFieldControl;
|
|
119
|
-
private _foundation;
|
|
120
|
-
private _needsOutlineLabelOffsetUpdateOnStable;
|
|
121
|
-
private _adapter;
|
|
122
|
-
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _ngZone: NgZone, _dir: Directionality, _platform: Platform, _defaults?: MatFormFieldDefaultOptions | undefined, _animationMode?: string | undefined, _document?: any);
|
|
123
|
-
ngAfterViewInit(): void;
|
|
124
|
-
ngAfterContentInit(): void;
|
|
125
|
-
ngAfterContentChecked(): void;
|
|
126
|
-
ngOnDestroy(): void;
|
|
127
|
-
/**
|
|
128
|
-
* Gets the id of the label element. If no label is present, returns `null`.
|
|
129
|
-
*/
|
|
130
|
-
getLabelId(): string | null;
|
|
131
|
-
/**
|
|
132
|
-
* Gets an ElementRef for the element that a overlay attached to the form field
|
|
133
|
-
* should be positioned relative to.
|
|
134
|
-
*/
|
|
135
|
-
getConnectedOverlayOrigin(): ElementRef;
|
|
136
|
-
/** Animates the placeholder up and locks it in position. */
|
|
137
|
-
_animateAndLockLabel(): void;
|
|
138
|
-
/** Initializes the registered form field control. */
|
|
139
|
-
private _initializeControl;
|
|
140
|
-
private _checkPrefixAndSuffixTypes;
|
|
141
|
-
/** Initializes the prefix and suffix containers. */
|
|
142
|
-
private _initializePrefixAndSuffix;
|
|
143
|
-
/**
|
|
144
|
-
* Initializes the subscript by validating hints and synchronizing "aria-describedby" ids
|
|
145
|
-
* with the custom form field control. Also subscribes to hint and error changes in order
|
|
146
|
-
* to be able to validate and synchronize ids on change.
|
|
147
|
-
*/
|
|
148
|
-
private _initializeSubscript;
|
|
149
|
-
/** Throws an error if the form field's control is missing. */
|
|
150
|
-
private _assertFormFieldControl;
|
|
151
|
-
private _updateFocusState;
|
|
152
|
-
/**
|
|
153
|
-
* The floating label in the docked state needs to account for prefixes. The horizontal offset
|
|
154
|
-
* is calculated whenever the appearance changes to `outline`, the prefixes change, or when the
|
|
155
|
-
* form field is added to the DOM. This method sets up all subscriptions which are needed to
|
|
156
|
-
* trigger the label offset update. In general, we want to avoid performing measurements often,
|
|
157
|
-
* so we rely on the `NgZone` as indicator when the offset should be recalculated, instead of
|
|
158
|
-
* checking every change detection cycle.
|
|
159
|
-
*/
|
|
160
|
-
private _initializeOutlineLabelOffsetSubscriptions;
|
|
161
|
-
/** Whether the floating label should always float or not. */
|
|
162
|
-
_shouldAlwaysFloat(): boolean;
|
|
163
|
-
_hasOutline(): boolean;
|
|
164
|
-
/**
|
|
165
|
-
* Whether the label should display in the infix. Labels in the outline appearance are
|
|
166
|
-
* displayed as part of the notched-outline and are horizontally offset to account for
|
|
167
|
-
* form field prefix content. This won't work in server side rendering since we cannot
|
|
168
|
-
* measure the width of the prefix container. To make the docked label appear as if the
|
|
169
|
-
* right offset has been calculated, we forcibly render the label inside the infix. Since
|
|
170
|
-
* the label is part of the infix, the label cannot overflow the prefix content.
|
|
171
|
-
*/
|
|
172
|
-
_forceDisplayInfixLabel(): boolean | 0;
|
|
173
|
-
_hasFloatingLabel(): boolean;
|
|
174
|
-
_shouldLabelFloat(): boolean;
|
|
175
|
-
/** Determines whether a class from the NgControl should be forwarded to the host element. */
|
|
176
|
-
_shouldForward(prop: keyof NgControl): boolean;
|
|
177
|
-
/** Determines whether to display hints or errors. */
|
|
178
|
-
_getDisplayedMessages(): 'error' | 'hint';
|
|
179
|
-
/** Refreshes the width of the outline-notch, if present. */
|
|
180
|
-
_refreshOutlineNotchWidth(): void;
|
|
181
|
-
/** Does any extra processing that is required when handling the hints. */
|
|
182
|
-
private _processHints;
|
|
183
|
-
/**
|
|
184
|
-
* Ensure that there is a maximum of one of each "mat-hint" alignment specified. The hint
|
|
185
|
-
* label specified set through the input is being considered as "start" aligned.
|
|
186
|
-
*
|
|
187
|
-
* This method is a noop if Angular runs in production mode.
|
|
188
|
-
*/
|
|
189
|
-
private _validateHints;
|
|
190
|
-
/**
|
|
191
|
-
* Sets the list of element IDs that describe the child control. This allows the control to update
|
|
192
|
-
* its `aria-describedby` attribute accordingly.
|
|
193
|
-
*/
|
|
194
|
-
private _syncDescribedByIds;
|
|
195
|
-
/**
|
|
196
|
-
* Updates the horizontal offset of the label in the outline appearance. In the outline
|
|
197
|
-
* appearance, the notched-outline and label are not relative to the infix container because
|
|
198
|
-
* the outline intends to surround prefixes, suffixes and the infix. This means that the
|
|
199
|
-
* floating label by default overlaps prefixes in the docked state. To avoid this, we need to
|
|
200
|
-
* horizontally offset the label by the width of the prefix container. The MDC text-field does
|
|
201
|
-
* not need to do this because they use a fixed width for prefixes. Hence, they can simply
|
|
202
|
-
* incorporate the horizontal offset into their default text-field styles.
|
|
203
|
-
*/
|
|
204
|
-
private _updateOutlineLabelOffset;
|
|
205
|
-
/** Checks whether the form field is attached to the DOM. */
|
|
206
|
-
private _isAttachedToDom;
|
|
207
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormField, [null, null, null, null, null, { optional: true; }, { optional: true; }, null]>;
|
|
208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFormField, "mat-form-field", ["matFormField"], { "hideRequiredMarker": "hideRequiredMarker"; "color": "color"; "floatLabel": "floatLabel"; "appearance": "appearance"; "subscriptSizing": "subscriptSizing"; "hintLabel": "hintLabel"; }, {}, ["_labelChildNonStatic", "_labelChildStatic", "_formFieldControl", "_prefixChildren", "_suffixChildren", "_errorChildren", "_hintChildren"], ["mat-label", "[matPrefix], [matIconPrefix]", "[matTextPrefix]", "*", "[matTextSuffix]", "[matSuffix], [matIconSuffix]", "mat-error", "mat-hint:not([align='end'])", "mat-hint[align='end']"]>;
|
|
209
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form-field";
|
|
3
|
-
import * as i2 from "./directives/label";
|
|
4
|
-
import * as i3 from "./directives/error";
|
|
5
|
-
import * as i4 from "./directives/hint";
|
|
6
|
-
import * as i5 from "./directives/prefix";
|
|
7
|
-
import * as i6 from "./directives/suffix";
|
|
8
|
-
import * as i7 from "./directives/floating-label";
|
|
9
|
-
import * as i8 from "./directives/notched-outline";
|
|
10
|
-
import * as i9 from "./directives/line-ripple";
|
|
11
|
-
import * as i10 from "@angular/material-experimental/mdc-core";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
import * as i12 from "@angular/cdk/observers";
|
|
14
|
-
export declare class MatFormFieldModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatFormFieldModule, [typeof i1.MatFormField, typeof i2.MatLabel, typeof i3.MatError, typeof i4.MatHint, typeof i5.MatPrefix, typeof i6.MatSuffix, typeof i7.MatFormFieldFloatingLabel, typeof i8.MatFormFieldNotchedOutline, typeof i9.MatFormFieldLineRipple], [typeof i10.MatCommonModule, typeof i11.CommonModule, typeof i12.ObserversModule], [typeof i1.MatFormField, typeof i2.MatLabel, typeof i4.MatHint, typeof i3.MatError, typeof i5.MatPrefix, typeof i6.MatSuffix, typeof i10.MatCommonModule]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatFormFieldModule>;
|
|
18
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-form-field",
|
|
3
|
-
"fesm2020": "../fesm2020/mdc-form-field.mjs",
|
|
4
|
-
"fesm2015": "../fesm2015/mdc-form-field.mjs",
|
|
5
|
-
"esm2020": "../esm2020/mdc-form-field/mdc-form-field_public_index.mjs",
|
|
6
|
-
"typings": "./mdc-form-field_public_index.d.ts",
|
|
7
|
-
"module": "../fesm2015/mdc-form-field.mjs",
|
|
8
|
-
"es2020": "../fesm2020/mdc-form-field.mjs"
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
export * from './directives/label';
|
|
9
|
-
export * from './directives/error';
|
|
10
|
-
export * from './directives/hint';
|
|
11
|
-
export * from './directives/prefix';
|
|
12
|
-
export * from './directives/suffix';
|
|
13
|
-
export * from './form-field';
|
|
14
|
-
export * from './module';
|
|
15
|
-
export { MAT_FORM_FIELD, MatFormFieldControl, getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError, _MAT_HINT, MatPlaceholder, matFormFieldAnimations, } from '@angular/material/form-field';
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
import { HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
-
import { FormFieldHarnessFilters, _MatFormFieldHarnessBase } from '@angular/material/form-field/testing';
|
|
10
|
-
import { MatInputHarness } from '@angular/material-experimental/mdc-input/testing';
|
|
11
|
-
import { MatSelectHarness } from '@angular/material-experimental/mdc-select/testing';
|
|
12
|
-
import { MatDatepickerInputHarness, MatDateRangeInputHarness } from '@angular/material/datepicker/testing';
|
|
13
|
-
/** Possible harnesses of controls which can be bound to a form-field. */
|
|
14
|
-
export declare type FormFieldControlHarness = MatInputHarness | MatSelectHarness | MatDatepickerInputHarness | MatDateRangeInputHarness;
|
|
15
|
-
/** Harness for interacting with a MDC-based form-field's in tests. */
|
|
16
|
-
export declare class MatFormFieldHarness extends _MatFormFieldHarnessBase<FormFieldControlHarness> {
|
|
17
|
-
static hostSelector: string;
|
|
18
|
-
/**
|
|
19
|
-
* Gets a `HarnessPredicate` that can be used to search for a `MatFormFieldHarness` that meets
|
|
20
|
-
* certain criteria.
|
|
21
|
-
* @param options Options for filtering which form field instances are considered a match.
|
|
22
|
-
* @return a `HarnessPredicate` configured with the given options.
|
|
23
|
-
*/
|
|
24
|
-
static with(options?: FormFieldHarnessFilters): HarnessPredicate<MatFormFieldHarness>;
|
|
25
|
-
protected _prefixContainer: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement | null>;
|
|
26
|
-
protected _suffixContainer: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement | null>;
|
|
27
|
-
protected _label: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement | null>;
|
|
28
|
-
protected _errors: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement[]>;
|
|
29
|
-
protected _hints: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement[]>;
|
|
30
|
-
protected _inputControl: import("@angular/cdk/testing").AsyncFactoryFn<MatInputHarness | null>;
|
|
31
|
-
protected _selectControl: import("@angular/cdk/testing").AsyncFactoryFn<MatSelectHarness | null>;
|
|
32
|
-
protected _datepickerInputControl: import("@angular/cdk/testing").AsyncFactoryFn<MatDatepickerInputHarness | null>;
|
|
33
|
-
protected _dateRangeInputControl: import("@angular/cdk/testing").AsyncFactoryFn<MatDateRangeInputHarness | null>;
|
|
34
|
-
private _mdcTextField;
|
|
35
|
-
/** Gets the appearance of the form-field. */
|
|
36
|
-
getAppearance(): Promise<'fill' | 'outline'>;
|
|
37
|
-
/** Whether the form-field has a label. */
|
|
38
|
-
hasLabel(): Promise<boolean>;
|
|
39
|
-
/** Whether the label is currently floating. */
|
|
40
|
-
isLabelFloating(): Promise<boolean>;
|
|
41
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-form-field/testing",
|
|
3
|
-
"fesm2020": "../../fesm2020/mdc-form-field/testing.mjs",
|
|
4
|
-
"fesm2015": "../../fesm2015/mdc-form-field/testing.mjs",
|
|
5
|
-
"esm2020": "../../esm2020/mdc-form-field/testing/index.mjs",
|
|
6
|
-
"typings": "./index.d.ts",
|
|
7
|
-
"module": "../../fesm2015/mdc-form-field/testing.mjs",
|
|
8
|
-
"es2020": "../../fesm2020/mdc-form-field/testing.mjs"
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
export * from '@angular/material/form-field/testing/control';
|
|
9
|
-
export { FormFieldHarnessFilters } from '@angular/material/form-field/testing';
|
|
10
|
-
export * from './form-field-harness';
|
package/mdc-input/input.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { MatInput as BaseMatInput } from '@angular/material/input';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MatInput extends BaseMatInput {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatInput, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInput, "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", ["matInput"], {}, {}, never>;
|
|
6
|
-
}
|
package/mdc-input/module.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./input";
|
|
3
|
-
import * as i2 from "@angular/material-experimental/mdc-core";
|
|
4
|
-
import * as i3 from "@angular/material-experimental/mdc-form-field";
|
|
5
|
-
import * as i4 from "@angular/cdk/text-field";
|
|
6
|
-
export declare class MatInputModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatInputModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatInputModule, [typeof i1.MatInput], [typeof i2.MatCommonModule, typeof i3.MatFormFieldModule], [typeof i1.MatInput, typeof i3.MatFormFieldModule, typeof i4.TextFieldModule, typeof i2.MatCommonModule]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatInputModule>;
|
|
10
|
-
}
|
package/mdc-input/package.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-input",
|
|
3
|
-
"fesm2020": "../fesm2020/mdc-input.mjs",
|
|
4
|
-
"fesm2015": "../fesm2015/mdc-input.mjs",
|
|
5
|
-
"esm2020": "../esm2020/mdc-input/mdc-input_public_index.mjs",
|
|
6
|
-
"typings": "./mdc-input_public_index.d.ts",
|
|
7
|
-
"module": "../fesm2015/mdc-input.mjs",
|
|
8
|
-
"es2020": "../fesm2020/mdc-input.mjs"
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
export { MatInput } from './input';
|
|
9
|
-
export { MatInputModule } from './module';
|
|
10
|
-
export { getMatInputUnsupportedTypeError, MAT_INPUT_VALUE_ACCESSOR } from '@angular/material/input';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-input/testing",
|
|
3
|
-
"fesm2020": "../../fesm2020/mdc-input/testing.mjs",
|
|
4
|
-
"fesm2015": "../../fesm2015/mdc-input/testing.mjs",
|
|
5
|
-
"esm2020": "../../esm2020/mdc-input/testing/index.mjs",
|
|
6
|
-
"typings": "./index.d.ts",
|
|
7
|
-
"module": "../../fesm2015/mdc-input/testing.mjs",
|
|
8
|
-
"es2020": "../../fesm2020/mdc-input/testing.mjs"
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
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
|
|
7
|
-
*/
|
|
8
|
-
export { InputHarnessFilters, MatInputHarness, MatNativeSelectHarness, MatNativeOptionHarness, NativeOptionHarnessFilters, NativeSelectHarnessFilters, } from '@angular/material/input/testing';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { MatListBase } from './list-base';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MatActionList extends MatListBase {
|
|
4
|
-
_isNonInteractive: boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatActionList, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatActionList, "mat-action-list", ["matActionList"], {}, {}, never, ["*"]>;
|
|
7
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { MDCListAdapter, MDCListFoundation } from '@material/list';
|
|
3
|
-
import { MatListBase, MatListItemBase } from './list-base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class MatInteractiveListBase<T extends MatListItemBase> extends MatListBase implements AfterViewInit, OnDestroy {
|
|
6
|
-
_element: ElementRef<HTMLElement>;
|
|
7
|
-
_handleKeydown(event: KeyboardEvent): void;
|
|
8
|
-
_handleClick(event: MouseEvent): void;
|
|
9
|
-
_handleFocusin(event: FocusEvent): void;
|
|
10
|
-
_handleFocusout(event: FocusEvent): void;
|
|
11
|
-
/** Items in the interactive list. */
|
|
12
|
-
abstract _items: QueryList<T>;
|
|
13
|
-
_itemsArr: T[];
|
|
14
|
-
_document: Document;
|
|
15
|
-
protected _foundation: MDCListFoundation;
|
|
16
|
-
protected _adapter: MDCListAdapter;
|
|
17
|
-
private _subscriptions;
|
|
18
|
-
protected constructor(_element: ElementRef<HTMLElement>, document: any);
|
|
19
|
-
protected _initWithAdapter(adapter: MDCListAdapter): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
protected _watchListItems(): void;
|
|
23
|
-
/**
|
|
24
|
-
* Clears the tabindex of all items so that no items are reachable through tab key.
|
|
25
|
-
* MDC intends to always have only one tabbable item that will receive focus first.
|
|
26
|
-
* This first item is selected by MDC automatically on blur or by manually invoking
|
|
27
|
-
* the `setTabindexToFirstSelectedOrFocusedItem` method.
|
|
28
|
-
*/
|
|
29
|
-
private _clearTabindexForAllItems;
|
|
30
|
-
/**
|
|
31
|
-
* Resets tabindex for all options and sets tabindex for the first selected option or
|
|
32
|
-
* previously focused item so that an item can be reached when users tab into the list.
|
|
33
|
-
*/
|
|
34
|
-
protected _resetTabindexToFirstSelectedOrFocusedItem(): void;
|
|
35
|
-
_elementAtIndex(index: number): HTMLElement | undefined;
|
|
36
|
-
_indexForElement(element: Element | null): number;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatInteractiveListBase<any>, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInteractiveListBase<any>, never, never, {}, {}, never>;
|
|
39
|
-
}
|
|
40
|
-
/** Gets an instance of `MDcListAdapter` for the given interactive list. */
|
|
41
|
-
export declare function getInteractiveListAdapter(list: MatInteractiveListBase<MatListItemBase>): MDCListAdapter;
|