@angular/material-experimental 14.0.0-next.7 → 14.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_index.scss +3 -0
- package/column-resize/_column-resize-theme.scss +15 -17
- package/column-resize/index.d.ts +238 -6
- package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-module.mjs +13 -13
- package/esm2020/column-resize/overlay-handle.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
- package/esm2020/column-resize/resize-strategy.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-origin.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete-trigger.mjs +4 -4
- package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
- package/esm2020/mdc-autocomplete/module.mjs +5 -5
- package/esm2020/mdc-autocomplete/testing/autocomplete-harness.mjs +4 -4
- package/esm2020/mdc-button/button-base.mjs +7 -7
- package/esm2020/mdc-button/button.mjs +9 -9
- package/esm2020/mdc-button/fab.mjs +17 -17
- package/esm2020/mdc-button/icon-button.mjs +9 -9
- package/esm2020/mdc-button/module.mjs +5 -5
- package/esm2020/mdc-button/testing/button-harness.mjs +3 -3
- package/esm2020/mdc-card/card.mjs +44 -44
- package/esm2020/mdc-card/module.mjs +5 -5
- package/esm2020/mdc-card/testing/card-harness.mjs +4 -5
- package/esm2020/mdc-checkbox/checkbox.mjs +5 -5
- package/esm2020/mdc-checkbox/module.mjs +5 -5
- package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +4 -3
- package/esm2020/mdc-chips/chip-action.mjs +6 -5
- package/esm2020/mdc-chips/chip-edit-input.mjs +5 -5
- package/esm2020/mdc-chips/chip-grid.mjs +22 -9
- package/esm2020/mdc-chips/chip-icons.mjs +10 -10
- package/esm2020/mdc-chips/chip-input.mjs +8 -4
- package/esm2020/mdc-chips/chip-listbox.mjs +6 -6
- package/esm2020/mdc-chips/chip-option.mjs +8 -8
- package/esm2020/mdc-chips/chip-row.mjs +5 -5
- package/esm2020/mdc-chips/chip-set.mjs +6 -8
- package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
- package/esm2020/mdc-chips/chip.mjs +8 -8
- package/esm2020/mdc-chips/module.mjs +6 -6
- package/esm2020/mdc-chips/testing/chip-avatar-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-grid-harness.mjs +5 -3
- package/esm2020/mdc-chips/testing/chip-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-input-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-listbox-harness.mjs +5 -3
- package/esm2020/mdc-chips/testing/chip-option-harness.mjs +3 -3
- package/esm2020/mdc-chips/testing/chip-remove-harness.mjs +5 -5
- package/esm2020/mdc-chips/testing/chip-row-harness.mjs +1 -10
- package/esm2020/mdc-chips/testing/chip-set-harness.mjs +5 -3
- package/esm2020/mdc-core/option/index.mjs +5 -5
- package/esm2020/mdc-core/option/optgroup.mjs +5 -5
- package/esm2020/mdc-core/option/option.mjs +5 -5
- package/esm2020/mdc-core/testing/optgroup-harness.mjs +5 -5
- package/esm2020/mdc-core/testing/option-harness.mjs +4 -5
- package/esm2020/mdc-dialog/dialog-container.mjs +19 -18
- package/esm2020/mdc-dialog/dialog-content-directives.mjs +13 -13
- package/esm2020/mdc-dialog/dialog-ref.mjs +1 -6
- package/esm2020/mdc-dialog/dialog.mjs +12 -7
- package/esm2020/mdc-dialog/module.mjs +8 -7
- package/esm2020/mdc-dialog/public-api.mjs +2 -2
- package/esm2020/mdc-dialog/testing/dialog-harness.mjs +6 -7
- package/esm2020/mdc-form-field/directives/error.mjs +4 -4
- package/esm2020/mdc-form-field/directives/floating-label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/hint.mjs +4 -4
- package/esm2020/mdc-form-field/directives/label.mjs +4 -4
- package/esm2020/mdc-form-field/directives/line-ripple.mjs +4 -4
- package/esm2020/mdc-form-field/directives/notched-outline.mjs +4 -4
- package/esm2020/mdc-form-field/directives/prefix.mjs +4 -4
- package/esm2020/mdc-form-field/directives/suffix.mjs +4 -4
- package/esm2020/mdc-form-field/form-field.mjs +17 -14
- package/esm2020/mdc-form-field/module.mjs +5 -5
- package/esm2020/mdc-form-field/testing/form-field-harness.mjs +4 -4
- package/esm2020/mdc-form-field/testing/public-api.mjs +4 -4
- package/esm2020/mdc-input/input.mjs +4 -4
- package/esm2020/mdc-input/module.mjs +5 -5
- package/esm2020/mdc-list/action-list.mjs +5 -5
- package/esm2020/mdc-list/interactive-list-base.mjs +4 -4
- package/esm2020/mdc-list/list-base.mjs +7 -7
- package/esm2020/mdc-list/list-item-sections.mjs +19 -19
- package/esm2020/mdc-list/list-option.mjs +9 -9
- package/esm2020/mdc-list/list.mjs +8 -8
- package/esm2020/mdc-list/module.mjs +9 -11
- package/esm2020/mdc-list/nav-list.mjs +5 -5
- package/esm2020/mdc-list/selection-list.mjs +6 -6
- package/esm2020/mdc-list/subheader.mjs +4 -4
- package/esm2020/mdc-list/testing/action-list-harness.mjs +7 -7
- package/esm2020/mdc-list/testing/list-harness.mjs +5 -7
- package/esm2020/mdc-list/testing/list-item-harness-base.mjs +6 -6
- package/esm2020/mdc-list/testing/nav-list-harness.mjs +7 -7
- package/esm2020/mdc-list/testing/selection-list-harness.mjs +7 -7
- package/esm2020/mdc-menu/directives.mjs +7 -7
- package/esm2020/mdc-menu/menu-item.mjs +6 -6
- package/esm2020/mdc-menu/menu.mjs +5 -5
- package/esm2020/mdc-menu/module.mjs +5 -5
- package/esm2020/mdc-menu/testing/menu-harness.mjs +5 -7
- package/esm2020/mdc-paginator/module.mjs +5 -5
- package/esm2020/mdc-paginator/paginator.mjs +10 -10
- package/esm2020/mdc-paginator/testing/paginator-harness.mjs +3 -4
- package/esm2020/mdc-progress-bar/module.mjs +5 -5
- package/esm2020/mdc-progress-bar/progress-bar.mjs +8 -5
- package/esm2020/mdc-progress-bar/testing/progress-bar-harness.mjs +5 -3
- package/esm2020/mdc-progress-spinner/module.mjs +5 -5
- package/esm2020/mdc-progress-spinner/progress-spinner.mjs +5 -5
- package/esm2020/mdc-progress-spinner/testing/progress-spinner-harness.mjs +5 -5
- package/esm2020/mdc-radio/module.mjs +5 -5
- package/esm2020/mdc-radio/radio.mjs +8 -8
- package/esm2020/mdc-radio/testing/radio-harness.mjs +9 -8
- package/esm2020/mdc-select/module.mjs +5 -5
- package/esm2020/mdc-select/select.mjs +11 -12
- package/esm2020/mdc-select/testing/select-harness.mjs +3 -4
- package/esm2020/mdc-slide-toggle/module.mjs +5 -5
- package/esm2020/mdc-slide-toggle/slide-toggle.mjs +5 -5
- package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +5 -3
- package/esm2020/mdc-slider/global-change-and-input-listener.mjs +4 -4
- package/esm2020/mdc-slider/module.mjs +5 -5
- package/esm2020/mdc-slider/slider.mjs +45 -16
- package/esm2020/mdc-slider/testing/slider-harness.mjs +6 -7
- package/esm2020/mdc-slider/testing/slider-thumb-harness.mjs +5 -6
- package/esm2020/mdc-snack-bar/module.mjs +5 -5
- package/esm2020/mdc-snack-bar/simple-snack-bar.mjs +8 -8
- package/esm2020/mdc-snack-bar/snack-bar-container.mjs +52 -27
- package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
- package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -4
- package/esm2020/mdc-snack-bar/testing/snack-bar-harness.mjs +3 -4
- package/esm2020/mdc-table/cell.mjs +22 -22
- package/esm2020/mdc-table/module.mjs +5 -5
- package/esm2020/mdc-table/row.mjs +22 -22
- package/esm2020/mdc-table/table.mjs +9 -9
- package/esm2020/mdc-table/testing/cell-harness.mjs +8 -8
- package/esm2020/mdc-table/testing/row-harness.mjs +8 -8
- package/esm2020/mdc-table/testing/table-harness.mjs +2 -2
- package/esm2020/mdc-table/text-column.mjs +5 -5
- package/esm2020/mdc-tabs/module.mjs +10 -12
- package/esm2020/mdc-tabs/tab-body.mjs +8 -8
- package/esm2020/mdc-tabs/tab-content.mjs +4 -4
- package/esm2020/mdc-tabs/tab-group.mjs +13 -13
- package/esm2020/mdc-tabs/tab-header.mjs +5 -5
- package/esm2020/mdc-tabs/tab-label-wrapper.mjs +4 -4
- package/esm2020/mdc-tabs/tab-label.mjs +4 -4
- package/esm2020/mdc-tabs/tab-nav-bar/tab-nav-bar.mjs +12 -12
- package/esm2020/mdc-tabs/tab.mjs +4 -4
- package/esm2020/mdc-tabs/testing/tab-group-harness.mjs +4 -5
- package/esm2020/mdc-tabs/testing/tab-harness.mjs +3 -4
- package/esm2020/mdc-tabs/testing/tab-link-harness.mjs +4 -5
- package/esm2020/mdc-tabs/testing/tab-nav-bar-harness.mjs +5 -5
- package/esm2020/mdc-tabs/testing/tab-nav-panel-harness.mjs +5 -5
- package/esm2020/mdc-tooltip/module.mjs +5 -5
- package/esm2020/mdc-tooltip/testing/tooltip-harness.mjs +4 -4
- package/esm2020/mdc-tooltip/tooltip.mjs +8 -8
- package/esm2020/menubar/menubar-item.mjs +20 -6
- package/esm2020/menubar/menubar-module.mjs +6 -6
- package/esm2020/menubar/menubar.mjs +8 -11
- package/esm2020/popover-edit/lens-directives.mjs +10 -10
- package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
- package/esm2020/popover-edit/table-directives.mjs +13 -13
- package/esm2020/selection/row-selection.mjs +4 -4
- package/esm2020/selection/select-all.mjs +4 -4
- package/esm2020/selection/selection-column.mjs +8 -8
- package/esm2020/selection/selection-module.mjs +5 -5
- package/esm2020/selection/selection-toggle.mjs +4 -4
- package/esm2020/selection/selection.mjs +4 -4
- package/esm2020/version.mjs +1 -1
- package/fesm2015/column-resize.mjs +36 -36
- package/fesm2015/column-resize.mjs.map +1 -1
- package/fesm2015/material-experimental.mjs +1 -1
- package/fesm2015/material-experimental.mjs.map +1 -1
- package/fesm2015/mdc-autocomplete/testing.mjs +3 -3
- package/fesm2015/mdc-autocomplete/testing.mjs.map +1 -1
- package/fesm2015/mdc-autocomplete.mjs +14 -14
- package/fesm2015/mdc-autocomplete.mjs.map +1 -1
- package/fesm2015/mdc-button/testing.mjs +1 -1
- package/fesm2015/mdc-button/testing.mjs.map +1 -1
- package/fesm2015/mdc-button.mjs +42 -42
- package/fesm2015/mdc-button.mjs.map +1 -1
- package/fesm2015/mdc-card/testing.mjs +2 -3
- package/fesm2015/mdc-card/testing.mjs.map +1 -1
- package/fesm2015/mdc-card.mjs +47 -47
- package/fesm2015/mdc-card.mjs.map +1 -1
- package/fesm2015/mdc-checkbox/testing.mjs +3 -2
- package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2015/mdc-checkbox.mjs +8 -8
- package/fesm2015/mdc-checkbox.mjs.map +1 -1
- package/fesm2015/mdc-chips/testing.mjs +23 -25
- package/fesm2015/mdc-chips/testing.mjs.map +1 -1
- package/fesm2015/mdc-chips.mjs +76 -60
- package/fesm2015/mdc-chips.mjs.map +1 -1
- package/fesm2015/mdc-core/testing.mjs +5 -6
- package/fesm2015/mdc-core/testing.mjs.map +1 -1
- package/fesm2015/mdc-core.mjs +12 -12
- package/fesm2015/mdc-core.mjs.map +1 -1
- package/fesm2015/mdc-dialog/testing.mjs +5 -6
- package/fesm2015/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2015/mdc-dialog.mjs +47 -46
- package/fesm2015/mdc-dialog.mjs.map +1 -1
- package/fesm2015/mdc-form-field/testing.mjs +4 -4
- package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2015/mdc-form-field.mjs +40 -37
- package/fesm2015/mdc-form-field.mjs.map +1 -1
- package/fesm2015/mdc-input.mjs +7 -7
- package/fesm2015/mdc-input.mjs.map +1 -1
- package/fesm2015/mdc-list/testing.mjs +27 -29
- package/fesm2015/mdc-list/testing.mjs.map +1 -1
- package/fesm2015/mdc-list.mjs +65 -67
- package/fesm2015/mdc-list.mjs.map +1 -1
- package/fesm2015/mdc-menu/testing.mjs +4 -6
- package/fesm2015/mdc-menu/testing.mjs.map +1 -1
- package/fesm2015/mdc-menu.mjs +18 -18
- package/fesm2015/mdc-menu.mjs.map +1 -1
- package/fesm2015/mdc-paginator/testing.mjs +2 -3
- package/fesm2015/mdc-paginator/testing.mjs.map +1 -1
- package/fesm2015/mdc-paginator.mjs +13 -13
- package/fesm2015/mdc-paginator.mjs.map +1 -1
- package/fesm2015/mdc-progress-bar/testing.mjs +3 -1
- package/fesm2015/mdc-progress-bar/testing.mjs.map +1 -1
- package/fesm2015/mdc-progress-bar.mjs +11 -8
- package/fesm2015/mdc-progress-bar.mjs.map +1 -1
- package/fesm2015/mdc-progress-spinner/testing.mjs +3 -3
- package/fesm2015/mdc-progress-spinner/testing.mjs.map +1 -1
- package/fesm2015/mdc-progress-spinner.mjs +8 -8
- package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2015/mdc-radio/testing.mjs +8 -7
- package/fesm2015/mdc-radio/testing.mjs.map +1 -1
- package/fesm2015/mdc-radio.mjs +11 -11
- package/fesm2015/mdc-radio.mjs.map +1 -1
- package/fesm2015/mdc-select/testing.mjs +2 -3
- package/fesm2015/mdc-select/testing.mjs.map +1 -1
- package/fesm2015/mdc-select.mjs +14 -15
- package/fesm2015/mdc-select.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle/testing.mjs +4 -2
- package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle.mjs +8 -8
- package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2015/mdc-slider/testing.mjs +7 -9
- package/fesm2015/mdc-slider/testing.mjs.map +1 -1
- package/fesm2015/mdc-slider.mjs +53 -22
- package/fesm2015/mdc-slider.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar/testing.mjs +2 -3
- package/fesm2015/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar.mjs +77 -52
- package/fesm2015/mdc-snack-bar.mjs.map +1 -1
- package/fesm2015/mdc-table/testing.mjs +15 -15
- package/fesm2015/mdc-table/testing.mjs.map +1 -1
- package/fesm2015/mdc-table.mjs +58 -58
- package/fesm2015/mdc-table.mjs.map +1 -1
- package/fesm2015/mdc-tabs/testing.mjs +12 -15
- package/fesm2015/mdc-tabs/testing.mjs.map +1 -1
- package/fesm2015/mdc-tabs.mjs +50 -52
- package/fesm2015/mdc-tabs.mjs.map +1 -1
- package/fesm2015/mdc-tooltip/testing.mjs +3 -3
- package/fesm2015/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2015/mdc-tooltip.mjs +11 -11
- package/fesm2015/mdc-tooltip.mjs.map +1 -1
- package/fesm2015/menubar.mjs +30 -18
- package/fesm2015/menubar.mjs.map +1 -1
- package/fesm2015/popover-edit.mjs +25 -25
- package/fesm2015/popover-edit.mjs.map +1 -1
- package/fesm2015/selection.mjs +24 -24
- package/fesm2015/selection.mjs.map +1 -1
- package/fesm2020/column-resize.mjs +36 -36
- package/fesm2020/column-resize.mjs.map +1 -1
- package/fesm2020/material-experimental.mjs +1 -1
- package/fesm2020/material-experimental.mjs.map +1 -1
- package/fesm2020/mdc-autocomplete/testing.mjs +3 -3
- package/fesm2020/mdc-autocomplete/testing.mjs.map +1 -1
- package/fesm2020/mdc-autocomplete.mjs +14 -14
- package/fesm2020/mdc-autocomplete.mjs.map +1 -1
- package/fesm2020/mdc-button/testing.mjs +1 -1
- package/fesm2020/mdc-button/testing.mjs.map +1 -1
- package/fesm2020/mdc-button.mjs +42 -42
- package/fesm2020/mdc-button.mjs.map +1 -1
- package/fesm2020/mdc-card/testing.mjs +2 -3
- package/fesm2020/mdc-card/testing.mjs.map +1 -1
- package/fesm2020/mdc-card.mjs +47 -47
- package/fesm2020/mdc-card.mjs.map +1 -1
- package/fesm2020/mdc-checkbox/testing.mjs +3 -2
- package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2020/mdc-checkbox.mjs +8 -8
- package/fesm2020/mdc-checkbox.mjs.map +1 -1
- package/fesm2020/mdc-chips/testing.mjs +23 -25
- package/fesm2020/mdc-chips/testing.mjs.map +1 -1
- package/fesm2020/mdc-chips.mjs +76 -60
- package/fesm2020/mdc-chips.mjs.map +1 -1
- package/fesm2020/mdc-core/testing.mjs +5 -6
- package/fesm2020/mdc-core/testing.mjs.map +1 -1
- package/fesm2020/mdc-core.mjs +12 -12
- package/fesm2020/mdc-core.mjs.map +1 -1
- package/fesm2020/mdc-dialog/testing.mjs +5 -6
- package/fesm2020/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2020/mdc-dialog.mjs +47 -46
- package/fesm2020/mdc-dialog.mjs.map +1 -1
- package/fesm2020/mdc-form-field/testing.mjs +4 -4
- package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2020/mdc-form-field.mjs +40 -37
- package/fesm2020/mdc-form-field.mjs.map +1 -1
- package/fesm2020/mdc-input.mjs +7 -7
- package/fesm2020/mdc-input.mjs.map +1 -1
- package/fesm2020/mdc-list/testing.mjs +27 -29
- package/fesm2020/mdc-list/testing.mjs.map +1 -1
- package/fesm2020/mdc-list.mjs +65 -67
- package/fesm2020/mdc-list.mjs.map +1 -1
- package/fesm2020/mdc-menu/testing.mjs +4 -6
- package/fesm2020/mdc-menu/testing.mjs.map +1 -1
- package/fesm2020/mdc-menu.mjs +18 -18
- package/fesm2020/mdc-menu.mjs.map +1 -1
- package/fesm2020/mdc-paginator/testing.mjs +2 -3
- package/fesm2020/mdc-paginator/testing.mjs.map +1 -1
- package/fesm2020/mdc-paginator.mjs +13 -13
- package/fesm2020/mdc-paginator.mjs.map +1 -1
- package/fesm2020/mdc-progress-bar/testing.mjs +3 -1
- package/fesm2020/mdc-progress-bar/testing.mjs.map +1 -1
- package/fesm2020/mdc-progress-bar.mjs +11 -8
- package/fesm2020/mdc-progress-bar.mjs.map +1 -1
- package/fesm2020/mdc-progress-spinner/testing.mjs +3 -3
- package/fesm2020/mdc-progress-spinner/testing.mjs.map +1 -1
- package/fesm2020/mdc-progress-spinner.mjs +8 -8
- package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2020/mdc-radio/testing.mjs +8 -7
- package/fesm2020/mdc-radio/testing.mjs.map +1 -1
- package/fesm2020/mdc-radio.mjs +11 -11
- package/fesm2020/mdc-radio.mjs.map +1 -1
- package/fesm2020/mdc-select/testing.mjs +2 -3
- package/fesm2020/mdc-select/testing.mjs.map +1 -1
- package/fesm2020/mdc-select.mjs +14 -15
- package/fesm2020/mdc-select.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle/testing.mjs +4 -2
- package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle.mjs +8 -8
- package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2020/mdc-slider/testing.mjs +7 -9
- package/fesm2020/mdc-slider/testing.mjs.map +1 -1
- package/fesm2020/mdc-slider.mjs +51 -21
- package/fesm2020/mdc-slider.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar/testing.mjs +2 -3
- package/fesm2020/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar.mjs +77 -52
- package/fesm2020/mdc-snack-bar.mjs.map +1 -1
- package/fesm2020/mdc-table/testing.mjs +15 -15
- package/fesm2020/mdc-table/testing.mjs.map +1 -1
- package/fesm2020/mdc-table.mjs +58 -58
- package/fesm2020/mdc-table.mjs.map +1 -1
- package/fesm2020/mdc-tabs/testing.mjs +12 -15
- package/fesm2020/mdc-tabs/testing.mjs.map +1 -1
- package/fesm2020/mdc-tabs.mjs +50 -52
- package/fesm2020/mdc-tabs.mjs.map +1 -1
- package/fesm2020/mdc-tooltip/testing.mjs +3 -3
- package/fesm2020/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2020/mdc-tooltip.mjs +11 -11
- package/fesm2020/mdc-tooltip.mjs.map +1 -1
- package/fesm2020/menubar.mjs +29 -18
- package/fesm2020/menubar.mjs.map +1 -1
- package/fesm2020/popover-edit.mjs +25 -25
- package/fesm2020/popover-edit.mjs.map +1 -1
- package/fesm2020/selection.mjs +24 -24
- package/fesm2020/selection.mjs.map +1 -1
- package/index.d.ts +6 -8
- package/mdc-autocomplete/_autocomplete-theme.scss +10 -10
- package/mdc-autocomplete/index.d.ts +95 -6
- package/mdc-autocomplete/testing/index.d.ts +32 -8
- package/mdc-button/_button-base.scss +4 -3
- package/mdc-button/_button-theme-private.scss +0 -1
- package/mdc-button/_button-theme.scss +11 -11
- package/mdc-button/_fab-theme.scss +10 -10
- package/mdc-button/_icon-button-theme.scss +11 -11
- package/mdc-button/index.d.ts +217 -5
- package/mdc-button/testing/index.d.ts +41 -8
- package/mdc-card/_card-theme.scss +11 -11
- package/mdc-card/index.d.ts +191 -5
- package/mdc-card/testing/index.d.ts +44 -8
- package/mdc-checkbox/_checkbox-theme.scss +16 -17
- package/mdc-checkbox/index.d.ts +200 -8
- package/mdc-checkbox/testing/index.d.ts +28 -8
- package/mdc-chips/_chips-theme.scss +20 -15
- package/mdc-chips/index.d.ts +1030 -5
- package/mdc-chips/testing/index.d.ts +232 -8
- package/mdc-color/_all-color.scss +4 -3
- package/mdc-core/_core-theme.scss +13 -13
- package/mdc-core/index.d.ts +204 -6
- package/mdc-core/option/_optgroup-theme.scss +11 -11
- package/mdc-core/option/_option-theme.scss +11 -11
- package/mdc-core/testing/index.d.ts +64 -8
- package/mdc-density/_all-density.scss +4 -3
- package/mdc-dialog/_dialog-theme.scss +49 -13
- package/mdc-dialog/index.d.ts +215 -6
- package/mdc-dialog/testing/index.d.ts +47 -8
- package/mdc-form-field/_form-field-density.scss +4 -3
- package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
- package/mdc-form-field/_form-field-high-contrast.scss +5 -5
- package/mdc-form-field/_form-field-native-select.scss +5 -4
- package/mdc-form-field/_form-field-subscript.scss +5 -3
- package/mdc-form-field/_form-field-theme.scss +16 -16
- package/mdc-form-field/index.d.ts +436 -5
- package/mdc-form-field/testing/index.d.ts +48 -8
- package/mdc-helpers/_focus-indicators-theme.scss +6 -6
- package/mdc-helpers/_focus-indicators.scss +2 -2
- package/mdc-helpers/_mdc-helpers.scss +12 -14
- package/mdc-input/_input-theme.scss +10 -10
- package/mdc-input/index.d.ts +30 -8
- package/mdc-input/testing/index.d.ts +20 -8
- package/mdc-list/_interactive-list-theme.scss +2 -2
- package/mdc-list/_list-theme.scss +15 -20
- package/mdc-list/index.d.ts +555 -5
- package/mdc-list/testing/index.d.ts +367 -6
- package/mdc-menu/_menu-theme.scss +10 -10
- package/mdc-menu/index.d.ts +108 -6
- package/mdc-menu/testing/index.d.ts +38 -8
- package/mdc-paginator/_paginator-theme.scss +20 -23
- package/mdc-paginator/index.d.ts +70 -6
- package/mdc-paginator/testing/index.d.ts +30 -8
- package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
- package/mdc-progress-bar/index.d.ts +101 -8
- package/mdc-progress-bar/testing/index.d.ts +24 -8
- package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
- package/mdc-progress-spinner/index.d.ts +100 -5
- package/mdc-progress-spinner/testing/index.d.ts +26 -8
- package/mdc-radio/_radio-theme.scss +13 -14
- package/mdc-radio/index.d.ts +86 -6
- package/mdc-radio/testing/index.d.ts +43 -8
- package/mdc-select/_select-theme.scss +10 -10
- package/mdc-select/index.d.ts +108 -5
- package/mdc-select/testing/index.d.ts +28 -8
- package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
- package/mdc-slide-toggle/index.d.ts +144 -8
- package/mdc-slide-toggle/testing/index.d.ts +27 -8
- package/mdc-slider/_slider-theme.scss +11 -12
- package/mdc-slider/index.d.ts +426 -5
- package/mdc-slider/testing/index.d.ts +92 -8
- package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
- package/mdc-snack-bar/index.d.ts +198 -6
- package/mdc-snack-bar/testing/index.d.ts +23 -8
- package/mdc-table/_table-theme.scss +12 -12
- package/mdc-table/index.d.ts +235 -5
- package/mdc-table/testing/index.d.ts +118 -8
- package/mdc-tabs/_tabs-common.scss +5 -4
- package/mdc-tabs/_tabs-theme.scss +14 -14
- package/mdc-tabs/index.d.ts +353 -6
- package/mdc-tabs/testing/index.d.ts +151 -8
- package/mdc-theming/_all-theme.scss +3 -2
- package/mdc-theming/prebuilt/deeppurple-amber.css +1 -1
- package/mdc-theming/prebuilt/indigo-pink.css +1 -1
- package/mdc-theming/prebuilt/pink-bluegrey.css +1 -1
- package/mdc-theming/prebuilt/purple-green.css +1 -1
- package/mdc-tooltip/_tooltip-theme.scss +12 -13
- package/mdc-tooltip/index.d.ts +115 -5
- package/mdc-tooltip/testing/index.d.ts +26 -8
- package/mdc-typography/_all-typography.scss +5 -5
- package/menubar/index.d.ts +42 -6
- package/package.json +79 -33
- package/popover-edit/_popover-edit-theme.scss +23 -26
- package/popover-edit/index.d.ts +99 -6
- package/selection/_selection.scss +3 -3
- package/selection/index.d.ts +137 -5
- package/column-resize/column-resize-directives/column-resize-flex.d.ts +0 -25
- package/column-resize/column-resize-directives/column-resize.d.ts +0 -25
- package/column-resize/column-resize-directives/common.d.ts +0 -20
- package/column-resize/column-resize-directives/default-enabled-column-resize-flex.d.ts +0 -25
- package/column-resize/column-resize-directives/default-enabled-column-resize.d.ts +0 -25
- package/column-resize/column-resize-module.d.ts +0 -25
- package/column-resize/column-resize_public_index.d.ts +0 -4
- package/column-resize/overlay-handle.d.ts +0 -33
- package/column-resize/package.json +0 -9
- package/column-resize/public-api.d.ts +0 -16
- package/column-resize/resizable-directives/common.d.ts +0 -19
- package/column-resize/resizable-directives/default-enabled-resizable.d.ts +0 -37
- package/column-resize/resizable-directives/resizable.d.ts +0 -36
- package/column-resize/resize-strategy.d.ts +0 -22
- package/mdc-autocomplete/animations.d.ts +0 -9
- package/mdc-autocomplete/autocomplete-origin.d.ts +0 -10
- package/mdc-autocomplete/autocomplete-trigger.d.ts +0 -12
- package/mdc-autocomplete/autocomplete.d.ts +0 -21
- package/mdc-autocomplete/mdc-autocomplete_public_index.d.ts +0 -4
- package/mdc-autocomplete/module.d.ts +0 -13
- package/mdc-autocomplete/package.json +0 -9
- package/mdc-autocomplete/public-api.d.ts +0 -12
- package/mdc-autocomplete/testing/autocomplete-harness-filters.d.ts +0 -13
- package/mdc-autocomplete/testing/autocomplete-harness.d.ts +0 -26
- package/mdc-autocomplete/testing/package.json +0 -9
- package/mdc-autocomplete/testing/public-api.d.ts +0 -9
- package/mdc-button/button-base.d.ts +0 -70
- package/mdc-button/button.d.ts +0 -40
- package/mdc-button/fab.d.ts +0 -80
- package/mdc-button/icon-button.d.ts +0 -33
- package/mdc-button/mdc-button_public_index.d.ts +0 -4
- package/mdc-button/module.d.ts +0 -10
- package/mdc-button/package.json +0 -9
- package/mdc-button/public-api.d.ts +0 -11
- package/mdc-button/testing/button-harness.d.ts +0 -41
- package/mdc-button/testing/package.json +0 -9
- package/mdc-button/testing/public-api.d.ts +0 -9
- package/mdc-card/card.d.ts +0 -152
- package/mdc-card/mdc-card_public_index.d.ts +0 -4
- package/mdc-card/module.d.ts +0 -9
- package/mdc-card/package.json +0 -9
- package/mdc-card/public-api.d.ts +0 -9
- package/mdc-card/testing/card-harness-filters.d.ts +0 -17
- package/mdc-card/testing/card-harness.d.ts +0 -36
- package/mdc-card/testing/package.json +0 -9
- package/mdc-card/testing/public-api.d.ts +0 -9
- package/mdc-checkbox/checkbox.d.ts +0 -155
- package/mdc-checkbox/mdc-checkbox_public_index.d.ts +0 -4
- package/mdc-checkbox/module.d.ts +0 -9
- package/mdc-checkbox/package.json +0 -9
- package/mdc-checkbox/public-api.d.ts +0 -15
- package/mdc-checkbox/testing/checkbox-harness.d.ts +0 -26
- package/mdc-checkbox/testing/package.json +0 -9
- package/mdc-checkbox/testing/public-api.d.ts +0 -9
- package/mdc-chips/chip-action.d.ts +0 -40
- package/mdc-chips/chip-default-options.d.ts +0 -15
- package/mdc-chips/chip-edit-input.d.ts +0 -25
- package/mdc-chips/chip-grid.d.ts +0 -207
- package/mdc-chips/chip-icons.d.ts +0 -73
- package/mdc-chips/chip-input.d.ts +0 -92
- package/mdc-chips/chip-listbox.d.ts +0 -152
- package/mdc-chips/chip-option.d.ts +0 -81
- package/mdc-chips/chip-row.d.ts +0 -62
- package/mdc-chips/chip-set.d.ts +0 -115
- package/mdc-chips/chip-text-control.d.ts +0 -20
- package/mdc-chips/chip.d.ts +0 -139
- package/mdc-chips/emit-event.d.ts +0 -16
- package/mdc-chips/mdc-chips_public_index.d.ts +0 -4
- package/mdc-chips/module.d.ts +0 -18
- package/mdc-chips/package.json +0 -9
- package/mdc-chips/public-api.d.ts +0 -19
- package/mdc-chips/testing/chip-avatar-harness.d.ts +0 -20
- package/mdc-chips/testing/chip-grid-harness.d.ts +0 -29
- package/mdc-chips/testing/chip-harness-filters.d.ts +0 -34
- package/mdc-chips/testing/chip-harness.d.ts +0 -36
- package/mdc-chips/testing/chip-input-harness.d.ts +0 -47
- package/mdc-chips/testing/chip-listbox-harness.d.ts +0 -38
- package/mdc-chips/testing/chip-option-harness.d.ts +0 -27
- package/mdc-chips/testing/chip-remove-harness.d.ts +0 -22
- package/mdc-chips/testing/chip-row-harness.d.ts +0 -22
- package/mdc-chips/testing/chip-set-harness.d.ts +0 -20
- package/mdc-chips/testing/package.json +0 -9
- package/mdc-chips/testing/public-api.d.ts +0 -17
- package/mdc-core/mdc-core_public_index.d.ts +0 -4
- package/mdc-core/option/index.d.ts +0 -13
- package/mdc-core/option/optgroup.d.ts +0 -9
- package/mdc-core/option/option.d.ts +0 -19
- package/mdc-core/package.json +0 -9
- package/mdc-core/public-api.d.ts +0 -9
- package/mdc-core/testing/optgroup-harness-filters.d.ts +0 -11
- package/mdc-core/testing/optgroup-harness.d.ts +0 -33
- package/mdc-core/testing/option-harness-filters.d.ts +0 -12
- package/mdc-core/testing/option-harness.d.ts +0 -35
- package/mdc-core/testing/package.json +0 -9
- package/mdc-core/testing/public-api.d.ts +0 -11
- package/mdc-dialog/dialog-container.d.ts +0 -53
- package/mdc-dialog/dialog-content-directives.d.ts +0 -64
- package/mdc-dialog/dialog-ref.d.ts +0 -16
- package/mdc-dialog/dialog.d.ts +0 -45
- package/mdc-dialog/mdc-dialog_public_index.d.ts +0 -4
- package/mdc-dialog/module.d.ts +0 -11
- package/mdc-dialog/package.json +0 -9
- package/mdc-dialog/public-api.d.ts +0 -13
- package/mdc-dialog/testing/dialog-harness.d.ts +0 -30
- package/mdc-dialog/testing/dialog-opener.d.ts +0 -18
- package/mdc-dialog/testing/package.json +0 -9
- package/mdc-dialog/testing/public-api.d.ts +0 -10
- package/mdc-form-field/directives/error.d.ts +0 -22
- package/mdc-form-field/directives/floating-label.d.ts +0 -34
- package/mdc-form-field/directives/hint.d.ts +0 -10
- package/mdc-form-field/directives/label.d.ts +0 -6
- package/mdc-form-field/directives/line-ripple.d.ts +0 -24
- package/mdc-form-field/directives/notched-outline.d.ts +0 -37
- package/mdc-form-field/directives/prefix.d.ts +0 -22
- package/mdc-form-field/directives/suffix.d.ts +0 -22
- package/mdc-form-field/form-field.d.ts +0 -209
- package/mdc-form-field/mdc-form-field_public_index.d.ts +0 -4
- package/mdc-form-field/module.d.ts +0 -18
- package/mdc-form-field/package.json +0 -9
- package/mdc-form-field/public-api.d.ts +0 -15
- package/mdc-form-field/testing/form-field-harness.d.ts +0 -41
- package/mdc-form-field/testing/package.json +0 -9
- package/mdc-form-field/testing/public-api.d.ts +0 -10
- package/mdc-input/input.d.ts +0 -6
- package/mdc-input/mdc-input_public_index.d.ts +0 -4
- package/mdc-input/module.d.ts +0 -10
- package/mdc-input/package.json +0 -9
- package/mdc-input/public-api.d.ts +0 -10
- package/mdc-input/testing/package.json +0 -9
- package/mdc-input/testing/public-api.d.ts +0 -8
- package/mdc-list/action-list.d.ts +0 -7
- package/mdc-list/interactive-list-base.d.ts +0 -41
- package/mdc-list/list-base.d.ts +0 -120
- package/mdc-list/list-item-sections.d.ts +0 -77
- package/mdc-list/list-option-types.d.ts +0 -28
- package/mdc-list/list-option.d.ts +0 -98
- package/mdc-list/list.d.ts +0 -31
- package/mdc-list/mdc-list_public_index.d.ts +0 -4
- package/mdc-list/module.d.ts +0 -17
- package/mdc-list/nav-list.d.ts +0 -7
- package/mdc-list/package.json +0 -9
- package/mdc-list/public-api.d.ts +0 -18
- package/mdc-list/selection-list.d.ts +0 -118
- package/mdc-list/subheader.d.ts +0 -9
- package/mdc-list/testing/action-list-harness.d.ts +0 -44
- package/mdc-list/testing/list-harness-base.d.ts +0 -100
- package/mdc-list/testing/list-harness-filters.d.ts +0 -40
- package/mdc-list/testing/list-harness.d.ts +0 -36
- package/mdc-list/testing/list-item-harness-base.d.ts +0 -79
- package/mdc-list/testing/nav-list-harness.d.ts +0 -46
- package/mdc-list/testing/package.json +0 -9
- package/mdc-list/testing/public-api.d.ts +0 -13
- package/mdc-list/testing/selection-list-harness.d.ts +0 -74
- package/mdc-menu/directives.d.ts +0 -12
- package/mdc-menu/mdc-menu_public_index.d.ts +0 -4
- package/mdc-menu/menu-item.d.ts +0 -9
- package/mdc-menu/menu.d.ts +0 -22
- package/mdc-menu/module.d.ts +0 -13
- package/mdc-menu/package.json +0 -9
- package/mdc-menu/public-api.d.ts +0 -12
- package/mdc-menu/testing/menu-harness.d.ts +0 -35
- package/mdc-menu/testing/package.json +0 -9
- package/mdc-menu/testing/public-api.d.ts +0 -9
- package/mdc-paginator/mdc-paginator_public_index.d.ts +0 -4
- package/mdc-paginator/module.d.ts +0 -11
- package/mdc-paginator/package.json +0 -9
- package/mdc-paginator/paginator.d.ts +0 -40
- package/mdc-paginator/public-api.d.ts +0 -10
- package/mdc-paginator/testing/package.json +0 -9
- package/mdc-paginator/testing/paginator-harness.d.ts +0 -29
- package/mdc-paginator/testing/public-api.d.ts +0 -9
- package/mdc-progress-bar/mdc-progress-bar_public_index.d.ts +0 -4
- package/mdc-progress-bar/module.d.ts +0 -8
- package/mdc-progress-bar/package.json +0 -9
- package/mdc-progress-bar/progress-bar.d.ts +0 -67
- package/mdc-progress-bar/public-api.d.ts +0 -10
- package/mdc-progress-bar/testing/package.json +0 -9
- package/mdc-progress-bar/testing/progress-bar-harness.d.ts +0 -22
- package/mdc-progress-bar/testing/public-api.d.ts +0 -9
- package/mdc-progress-bar/testing/testing_public_index.d.ts +0 -4
- package/mdc-progress-spinner/mdc-progress-spinner_public_index.d.ts +0 -4
- package/mdc-progress-spinner/module.d.ts +0 -9
- package/mdc-progress-spinner/package.json +0 -9
- package/mdc-progress-spinner/progress-spinner.d.ts +0 -77
- package/mdc-progress-spinner/public-api.d.ts +0 -10
- package/mdc-progress-spinner/testing/package.json +0 -9
- package/mdc-progress-spinner/testing/progress-spinner-harness.d.ts +0 -26
- package/mdc-progress-spinner/testing/public-api.d.ts +0 -9
- package/mdc-progress-spinner/testing/testing_public_index.d.ts +0 -4
- package/mdc-radio/mdc-radio_public_index.d.ts +0 -4
- package/mdc-radio/module.d.ts +0 -9
- package/mdc-radio/package.json +0 -9
- package/mdc-radio/public-api.d.ts +0 -10
- package/mdc-radio/radio.d.ts +0 -53
- package/mdc-radio/testing/package.json +0 -9
- package/mdc-radio/testing/public-api.d.ts +0 -9
- package/mdc-radio/testing/radio-harness.d.ts +0 -36
- package/mdc-select/mdc-select_public_index.d.ts +0 -4
- package/mdc-select/module.d.ts +0 -12
- package/mdc-select/package.json +0 -9
- package/mdc-select/public-api.d.ts +0 -11
- package/mdc-select/select-animations.d.ts +0 -23
- package/mdc-select/select-errors.d.ts +0 -26
- package/mdc-select/select.d.ts +0 -54
- package/mdc-select/testing/package.json +0 -9
- package/mdc-select/testing/public-api.d.ts +0 -9
- package/mdc-select/testing/select-harness-filters.d.ts +0 -11
- package/mdc-select/testing/select-harness.d.ts +0 -25
- package/mdc-slide-toggle/mdc-slide-toggle_public_index.d.ts +0 -4
- package/mdc-slide-toggle/module.d.ts +0 -10
- package/mdc-slide-toggle/package.json +0 -9
- package/mdc-slide-toggle/public-api.d.ts +0 -11
- package/mdc-slide-toggle/slide-toggle-config.d.ts +0 -18
- package/mdc-slide-toggle/slide-toggle.d.ts +0 -107
- package/mdc-slide-toggle/testing/package.json +0 -9
- package/mdc-slide-toggle/testing/public-api.d.ts +0 -9
- package/mdc-slide-toggle/testing/slide-toggle-harness.d.ts +0 -25
- package/mdc-slider/global-change-and-input-listener.d.ts +0 -29
- package/mdc-slider/mdc-slider_public_index.d.ts +0 -4
- package/mdc-slider/module.d.ts +0 -9
- package/mdc-slider/package.json +0 -9
- package/mdc-slider/public-api.d.ts +0 -9
- package/mdc-slider/slider.d.ts +0 -367
- package/mdc-slider/testing/package.json +0 -9
- package/mdc-slider/testing/public-api.d.ts +0 -10
- package/mdc-slider/testing/slider-harness-filters.d.ts +0 -23
- package/mdc-slider/testing/slider-harness.d.ts +0 -35
- package/mdc-slider/testing/slider-thumb-harness.d.ts +0 -52
- package/mdc-snack-bar/mdc-snack-bar_public_index.d.ts +0 -4
- package/mdc-snack-bar/module.d.ts +0 -14
- package/mdc-snack-bar/package.json +0 -9
- package/mdc-snack-bar/public-api.d.ts +0 -13
- package/mdc-snack-bar/simple-snack-bar.d.ts +0 -19
- package/mdc-snack-bar/snack-bar-container.d.ts +0 -79
- package/mdc-snack-bar/snack-bar-content.d.ts +0 -16
- package/mdc-snack-bar/snack-bar.d.ts +0 -26
- package/mdc-snack-bar/testing/package.json +0 -9
- package/mdc-snack-bar/testing/public-api.d.ts +0 -9
- package/mdc-snack-bar/testing/snack-bar-harness.d.ts +0 -24
- package/mdc-table/cell.d.ts +0 -59
- package/mdc-table/mdc-table_public_index.d.ts +0 -4
- package/mdc-table/module.d.ts +0 -12
- package/mdc-table/package.json +0 -9
- package/mdc-table/public-api.d.ts +0 -14
- package/mdc-table/row.d.ts +0 -55
- package/mdc-table/table-data-source.d.ts +0 -23
- package/mdc-table/table.d.ts +0 -27
- package/mdc-table/testing/cell-harness.d.ts +0 -44
- package/mdc-table/testing/package.json +0 -9
- package/mdc-table/testing/public-api.d.ts +0 -11
- package/mdc-table/testing/row-harness.d.ts +0 -48
- package/mdc-table/testing/table-harness.d.ts +0 -24
- package/mdc-table/text-column.d.ts +0 -22
- package/mdc-tabs/ink-bar.d.ts +0 -72
- package/mdc-tabs/mdc-tabs_public_index.d.ts +0 -4
- package/mdc-tabs/module.d.ts +0 -19
- package/mdc-tabs/package.json +0 -9
- package/mdc-tabs/public-api.d.ts +0 -18
- package/mdc-tabs/tab-body.d.ts +0 -31
- package/mdc-tabs/tab-content.d.ts +0 -7
- package/mdc-tabs/tab-group.d.ts +0 -34
- package/mdc-tabs/tab-header.d.ts +0 -35
- package/mdc-tabs/tab-label-wrapper.d.ts +0 -28
- package/mdc-tabs/tab-label.d.ts +0 -7
- package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +0 -68
- package/mdc-tabs/tab.d.ts +0 -22
- package/mdc-tabs/testing/package.json +0 -9
- package/mdc-tabs/testing/public-api.d.ts +0 -12
- package/mdc-tabs/testing/tab-group-harness.d.ts +0 -35
- package/mdc-tabs/testing/tab-harness-filters.d.ts +0 -29
- package/mdc-tabs/testing/tab-harness.d.ts +0 -38
- package/mdc-tabs/testing/tab-link-harness.d.ts +0 -29
- package/mdc-tabs/testing/tab-nav-bar-harness.d.ts +0 -38
- package/mdc-tabs/testing/tab-nav-panel-harness.d.ts +0 -23
- package/mdc-tooltip/mdc-tooltip_public_index.d.ts +0 -4
- package/mdc-tooltip/module.d.ts +0 -12
- package/mdc-tooltip/package.json +0 -9
- package/mdc-tooltip/public-api.d.ts +0 -11
- package/mdc-tooltip/testing/package.json +0 -9
- package/mdc-tooltip/testing/public-api.d.ts +0 -9
- package/mdc-tooltip/testing/tooltip-harness.d.ts +0 -24
- package/mdc-tooltip/tooltip-animations.d.ts +0 -15
- package/mdc-tooltip/tooltip.d.ts +0 -52
- package/menubar/menubar-item.d.ts +0 -11
- package/menubar/menubar-module.d.ts +0 -9
- package/menubar/menubar.d.ts +0 -10
- package/menubar/menubar_public_index.d.ts +0 -4
- package/menubar/package.json +0 -9
- package/menubar/public-api.d.ts +0 -10
- package/popover-edit/lens-directives.d.ts +0 -22
- package/popover-edit/package.json +0 -9
- package/popover-edit/popover-edit-module.d.ts +0 -10
- package/popover-edit/popover-edit_public_index.d.ts +0 -4
- package/popover-edit/public-api.d.ts +0 -10
- package/popover-edit/table-directives.d.ts +0 -41
- package/public-api.d.ts +0 -8
- package/selection/package.json +0 -9
- package/selection/public-api.d.ts +0 -13
- package/selection/row-selection.d.ts +0 -22
- package/selection/select-all.d.ts +0 -23
- package/selection/selection-column.d.ts +0 -34
- package/selection/selection-module.d.ts +0 -14
- package/selection/selection-toggle.d.ts +0 -25
- package/selection/selection.d.ts +0 -22
- package/selection/selection_public_index.d.ts +0 -4
- package/version.d.ts +0 -10
package/mdc-slider/slider.d.ts
DELETED
|
@@ -1,367 +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 { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
10
|
-
import { Platform } from '@angular/cdk/platform';
|
|
11
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
12
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
13
|
-
import { CanDisableRipple, RippleGlobalOptions } from '@angular/material/core';
|
|
14
|
-
import { Thumb, TickMark } from '@material/slider';
|
|
15
|
-
import { GlobalChangeAndInputListener } from './global-change-and-input-listener';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
/** Represents a drag event emitted by the MatSlider component. */
|
|
18
|
-
export interface MatSliderDragEvent {
|
|
19
|
-
/** The MatSliderThumb that was interacted with. */
|
|
20
|
-
source: MatSliderThumb;
|
|
21
|
-
/** The MatSlider that was interacted with. */
|
|
22
|
-
parent: MatSlider;
|
|
23
|
-
/** The current value of the slider. */
|
|
24
|
-
value: number;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* The visual slider thumb.
|
|
28
|
-
*
|
|
29
|
-
* Handles the slider thumb ripple states (hover, focus, and active),
|
|
30
|
-
* and displaying the value tooltip on discrete sliders.
|
|
31
|
-
* @docs-private
|
|
32
|
-
*/
|
|
33
|
-
export declare class MatSliderVisualThumb implements AfterViewInit, OnDestroy {
|
|
34
|
-
private readonly _ngZone;
|
|
35
|
-
private readonly _slider;
|
|
36
|
-
private readonly _elementRef;
|
|
37
|
-
/** Whether the slider displays a numeric value label upon pressing the thumb. */
|
|
38
|
-
discrete: boolean;
|
|
39
|
-
/** Indicates which slider thumb this input corresponds to. */
|
|
40
|
-
thumbPosition: Thumb;
|
|
41
|
-
/** The display value of the slider thumb. */
|
|
42
|
-
valueIndicatorText: string;
|
|
43
|
-
/** Whether ripples on the slider thumb should be disabled. */
|
|
44
|
-
disableRipple: boolean;
|
|
45
|
-
/** The MatRipple for this slider thumb. */
|
|
46
|
-
private readonly _ripple;
|
|
47
|
-
/** The slider thumb knob. */
|
|
48
|
-
_knob: ElementRef<HTMLElement>;
|
|
49
|
-
/** The slider thumb value indicator container. */
|
|
50
|
-
_valueIndicatorContainer: ElementRef<HTMLElement>;
|
|
51
|
-
/** The slider input corresponding to this slider thumb. */
|
|
52
|
-
private _sliderInput;
|
|
53
|
-
/** The RippleRef for the slider thumbs hover state. */
|
|
54
|
-
private _hoverRippleRef;
|
|
55
|
-
/** The RippleRef for the slider thumbs focus state. */
|
|
56
|
-
private _focusRippleRef;
|
|
57
|
-
/** The RippleRef for the slider thumbs active state. */
|
|
58
|
-
private _activeRippleRef;
|
|
59
|
-
/** Whether the slider thumb is currently being pressed. */
|
|
60
|
-
private _isActive;
|
|
61
|
-
/** Whether the slider thumb is currently being hovered. */
|
|
62
|
-
private _isHovered;
|
|
63
|
-
constructor(_ngZone: NgZone, _slider: MatSlider, _elementRef: ElementRef<HTMLElement>);
|
|
64
|
-
ngAfterViewInit(): void;
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
|
-
/** Used to append a class to indicate when the value indicator text is short. */
|
|
67
|
-
_isShortValue(): boolean;
|
|
68
|
-
private _onMouseEnter;
|
|
69
|
-
private _onMouseLeave;
|
|
70
|
-
private _onFocus;
|
|
71
|
-
private _onBlur;
|
|
72
|
-
private _onDragStart;
|
|
73
|
-
private _onDragEnd;
|
|
74
|
-
/** Handles displaying the hover ripple. */
|
|
75
|
-
private _showHoverRipple;
|
|
76
|
-
/** Handles displaying the focus ripple. */
|
|
77
|
-
private _showFocusRipple;
|
|
78
|
-
/** Handles displaying the active ripple. */
|
|
79
|
-
private _showActiveRipple;
|
|
80
|
-
/** Whether the given rippleRef is currently fading in or visible. */
|
|
81
|
-
private _isShowingRipple;
|
|
82
|
-
/** Manually launches the slider thumb ripple using the specified ripple animation config. */
|
|
83
|
-
private _showRipple;
|
|
84
|
-
/** Gets the hosts native HTML element. */
|
|
85
|
-
_getHostElement(): HTMLElement;
|
|
86
|
-
/** Gets the native HTML element of the slider thumb knob. */
|
|
87
|
-
_getKnob(): HTMLElement;
|
|
88
|
-
/**
|
|
89
|
-
* Gets the native HTML element of the slider thumb value indicator
|
|
90
|
-
* container.
|
|
91
|
-
*/
|
|
92
|
-
_getValueIndicatorContainer(): HTMLElement;
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderVisualThumb, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSliderVisualThumb, "mat-slider-visual-thumb", never, { "discrete": "discrete"; "thumbPosition": "thumbPosition"; "valueIndicatorText": "valueIndicatorText"; "disableRipple": "disableRipple"; }, {}, never, never>;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Directive that adds slider-specific behaviors to an input element inside `<mat-slider>`.
|
|
98
|
-
* Up to two may be placed inside of a `<mat-slider>`.
|
|
99
|
-
*
|
|
100
|
-
* If one is used, the selector `matSliderThumb` must be used, and the outcome will be a normal
|
|
101
|
-
* slider. If two are used, the selectors `matSliderStartThumb` and `matSliderEndThumb` must be
|
|
102
|
-
* used, and the outcome will be a range slider with two slider thumbs.
|
|
103
|
-
*/
|
|
104
|
-
export declare class MatSliderThumb implements AfterViewInit, ControlValueAccessor, OnInit, OnDestroy {
|
|
105
|
-
private readonly _slider;
|
|
106
|
-
private readonly _elementRef;
|
|
107
|
-
/** The current value of this slider input. */
|
|
108
|
-
get value(): number;
|
|
109
|
-
set value(v: NumberInput);
|
|
110
|
-
/**
|
|
111
|
-
* Emits when the raw value of the slider changes. This is here primarily
|
|
112
|
-
* to facilitate the two-way binding for the `value` input.
|
|
113
|
-
* @docs-private
|
|
114
|
-
*/
|
|
115
|
-
readonly valueChange: EventEmitter<number>;
|
|
116
|
-
/** Event emitted when the slider thumb starts being dragged. */
|
|
117
|
-
readonly dragStart: EventEmitter<MatSliderDragEvent>;
|
|
118
|
-
/** Event emitted when the slider thumb stops being dragged. */
|
|
119
|
-
readonly dragEnd: EventEmitter<MatSliderDragEvent>;
|
|
120
|
-
/** Event emitted every time the MatSliderThumb is blurred. */
|
|
121
|
-
readonly _blur: EventEmitter<void>;
|
|
122
|
-
/** Event emitted every time the MatSliderThumb is focused. */
|
|
123
|
-
readonly _focus: EventEmitter<void>;
|
|
124
|
-
/**
|
|
125
|
-
* Used to determine the disabled state of the MatSlider (ControlValueAccessor).
|
|
126
|
-
* For ranged sliders, the disabled state of the MatSlider depends on the combined state of the
|
|
127
|
-
* start and end inputs. See MatSlider._updateDisabled.
|
|
128
|
-
*/
|
|
129
|
-
_disabled: boolean;
|
|
130
|
-
/**
|
|
131
|
-
* A callback function that is called when the
|
|
132
|
-
* control's value changes in the UI (ControlValueAccessor).
|
|
133
|
-
*/
|
|
134
|
-
_onChange: (value: any) => void;
|
|
135
|
-
/**
|
|
136
|
-
* A callback function that is called by the forms API on
|
|
137
|
-
* initialization to update the form model on blur (ControlValueAccessor).
|
|
138
|
-
*/
|
|
139
|
-
private _onTouched;
|
|
140
|
-
/** Indicates which slider thumb this input corresponds to. */
|
|
141
|
-
_thumbPosition: Thumb;
|
|
142
|
-
/** The injected document if available or fallback to the global document reference. */
|
|
143
|
-
private _document;
|
|
144
|
-
/** The host native HTML input element. */
|
|
145
|
-
_hostElement: HTMLInputElement;
|
|
146
|
-
constructor(document: any, _slider: MatSlider, _elementRef: ElementRef<HTMLInputElement>);
|
|
147
|
-
ngOnInit(): void;
|
|
148
|
-
ngAfterViewInit(): void;
|
|
149
|
-
ngOnDestroy(): void;
|
|
150
|
-
_onBlur(): void;
|
|
151
|
-
_emitFakeEvent(type: 'change' | 'input'): void;
|
|
152
|
-
/**
|
|
153
|
-
* Sets the model value. Implemented as part of ControlValueAccessor.
|
|
154
|
-
* @param value
|
|
155
|
-
*/
|
|
156
|
-
writeValue(value: any): void;
|
|
157
|
-
/**
|
|
158
|
-
* Registers a callback to be triggered when the value has changed.
|
|
159
|
-
* Implemented as part of ControlValueAccessor.
|
|
160
|
-
* @param fn Callback to be registered.
|
|
161
|
-
*/
|
|
162
|
-
registerOnChange(fn: any): void;
|
|
163
|
-
/**
|
|
164
|
-
* Registers a callback to be triggered when the component is touched.
|
|
165
|
-
* Implemented as part of ControlValueAccessor.
|
|
166
|
-
* @param fn Callback to be registered.
|
|
167
|
-
*/
|
|
168
|
-
registerOnTouched(fn: any): void;
|
|
169
|
-
/**
|
|
170
|
-
* Sets whether the component should be disabled.
|
|
171
|
-
* Implemented as part of ControlValueAccessor.
|
|
172
|
-
* @param isDisabled
|
|
173
|
-
*/
|
|
174
|
-
setDisabledState(isDisabled: boolean): void;
|
|
175
|
-
focus(): void;
|
|
176
|
-
blur(): void;
|
|
177
|
-
/** Returns true if this slider input currently has focus. */
|
|
178
|
-
_isFocused(): boolean;
|
|
179
|
-
/**
|
|
180
|
-
* Sets the min, max, and step properties on the slider thumb input.
|
|
181
|
-
*
|
|
182
|
-
* Must be called AFTER the sibling slider thumb input is guaranteed to have had its value
|
|
183
|
-
* attribute value set. For a range slider, the min and max of the slider thumb input depends on
|
|
184
|
-
* the value of its sibling slider thumb inputs value.
|
|
185
|
-
*
|
|
186
|
-
* Must be called BEFORE the value property is set. In the case where the min and max have not
|
|
187
|
-
* yet been set and we are setting the input value property to a value outside of the native
|
|
188
|
-
* inputs default min or max. The value property would not be set to our desired value, but
|
|
189
|
-
* instead be capped at either the default min or max.
|
|
190
|
-
*
|
|
191
|
-
*/
|
|
192
|
-
_initializeInputState(): void;
|
|
193
|
-
/**
|
|
194
|
-
* Sets the value property on the slider thumb input.
|
|
195
|
-
*
|
|
196
|
-
* Must be called AFTER the min and max have been set. In the case where the min and max have not
|
|
197
|
-
* yet been set and we are setting the input value property to a value outside of the native
|
|
198
|
-
* inputs default min or max. The value property would not be set to our desired value, but
|
|
199
|
-
* instead be capped at either the default min or max.
|
|
200
|
-
*/
|
|
201
|
-
private _initializeInputValueProperty;
|
|
202
|
-
/**
|
|
203
|
-
* Ensures the value attribute is initialized.
|
|
204
|
-
*
|
|
205
|
-
* Must be called BEFORE the min and max are set. For a range slider, the min and max of the
|
|
206
|
-
* slider thumb input depends on the value of its sibling slider thumb inputs value.
|
|
207
|
-
*/
|
|
208
|
-
private _initializeInputValueAttribute;
|
|
209
|
-
/**
|
|
210
|
-
* Initializes the aria-valuetext attribute.
|
|
211
|
-
*
|
|
212
|
-
* Must be called AFTER the value attribute is set. This is because the slider's parent
|
|
213
|
-
* `displayWith` function is used to set the `aria-valuetext` attribute.
|
|
214
|
-
*/
|
|
215
|
-
private _initializeAriaValueText;
|
|
216
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSliderThumb, never>;
|
|
217
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSliderThumb, "input[matSliderThumb], input[matSliderStartThumb], input[matSliderEndThumb]", ["matSliderThumb"], { "value": "value"; }, { "valueChange": "valueChange"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; "_blur": "_blur"; "_focus": "_focus"; }, never>;
|
|
218
|
-
}
|
|
219
|
-
declare const _MatSliderMixinBase: import("@angular/material/core")._Constructor<import("@angular/material/core").CanColor> & import("@angular/material/core")._AbstractConstructor<import("@angular/material/core").CanColor> & import("@angular/material/core")._Constructor<CanDisableRipple> & import("@angular/material/core")._AbstractConstructor<CanDisableRipple> & {
|
|
220
|
-
new (_elementRef: ElementRef<HTMLElement>): {
|
|
221
|
-
_elementRef: ElementRef<HTMLElement>;
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
/**
|
|
225
|
-
* Allows users to select from a range of values by moving the slider thumb. It is similar in
|
|
226
|
-
* behavior to the native `<input type="range">` element.
|
|
227
|
-
*/
|
|
228
|
-
export declare class MatSlider extends _MatSliderMixinBase implements AfterViewInit, CanDisableRipple, OnDestroy {
|
|
229
|
-
readonly _ngZone: NgZone;
|
|
230
|
-
readonly _cdr: ChangeDetectorRef;
|
|
231
|
-
private readonly _platform;
|
|
232
|
-
readonly _globalChangeAndInputListener: GlobalChangeAndInputListener<'input' | 'change'>;
|
|
233
|
-
private _dir;
|
|
234
|
-
readonly _globalRippleOptions?: RippleGlobalOptions | undefined;
|
|
235
|
-
/** The slider thumb(s). */
|
|
236
|
-
_thumbs: QueryList<MatSliderVisualThumb>;
|
|
237
|
-
/** The active section of the slider track. */
|
|
238
|
-
_trackActive: ElementRef<HTMLElement>;
|
|
239
|
-
/** The sliders hidden range input(s). */
|
|
240
|
-
_inputs: QueryList<MatSliderThumb>;
|
|
241
|
-
/** Whether the slider is disabled. */
|
|
242
|
-
get disabled(): boolean;
|
|
243
|
-
set disabled(v: BooleanInput);
|
|
244
|
-
private _disabled;
|
|
245
|
-
/** Whether the slider displays a numeric value label upon pressing the thumb. */
|
|
246
|
-
get discrete(): boolean;
|
|
247
|
-
set discrete(v: BooleanInput);
|
|
248
|
-
private _discrete;
|
|
249
|
-
/** Whether the slider displays tick marks along the slider track. */
|
|
250
|
-
get showTickMarks(): boolean;
|
|
251
|
-
set showTickMarks(v: BooleanInput);
|
|
252
|
-
private _showTickMarks;
|
|
253
|
-
/** The minimum value that the slider can have. */
|
|
254
|
-
get min(): number;
|
|
255
|
-
set min(v: NumberInput);
|
|
256
|
-
private _min;
|
|
257
|
-
/** The maximum value that the slider can have. */
|
|
258
|
-
get max(): number;
|
|
259
|
-
set max(v: NumberInput);
|
|
260
|
-
private _max;
|
|
261
|
-
/** The values at which the thumb will snap. */
|
|
262
|
-
get step(): number;
|
|
263
|
-
set step(v: NumberInput);
|
|
264
|
-
private _step;
|
|
265
|
-
/**
|
|
266
|
-
* Function that will be used to format the value before it is displayed
|
|
267
|
-
* in the thumb label. Can be used to format very large number in order
|
|
268
|
-
* for them to fit into the slider thumb.
|
|
269
|
-
*/
|
|
270
|
-
displayWith: (value: number) => string;
|
|
271
|
-
/** Instance of the MDC slider foundation for this slider. */
|
|
272
|
-
private _foundation;
|
|
273
|
-
/** Whether the foundation has been initialized. */
|
|
274
|
-
_initialized: boolean;
|
|
275
|
-
/** The injected document if available or fallback to the global document reference. */
|
|
276
|
-
_document: Document;
|
|
277
|
-
/**
|
|
278
|
-
* The defaultView of the injected document if
|
|
279
|
-
* available or fallback to global window reference.
|
|
280
|
-
*/
|
|
281
|
-
_window: Window;
|
|
282
|
-
/** Used to keep track of & render the active & inactive tick marks on the slider track. */
|
|
283
|
-
_tickMarks: TickMark[];
|
|
284
|
-
/** The display value of the start thumb. */
|
|
285
|
-
_startValueIndicatorText: string;
|
|
286
|
-
/** The display value of the end thumb. */
|
|
287
|
-
_endValueIndicatorText: string;
|
|
288
|
-
/** Whether animations have been disabled. */
|
|
289
|
-
_noopAnimations: boolean;
|
|
290
|
-
/**
|
|
291
|
-
* Whether the browser supports pointer events.
|
|
292
|
-
*
|
|
293
|
-
* We exclude iOS to mirror the MDC Foundation. The MDC Foundation cannot use pointer events on
|
|
294
|
-
* iOS because of this open bug - https://bugs.webkit.org/show_bug.cgi?id=220196.
|
|
295
|
-
*/
|
|
296
|
-
private _SUPPORTS_POINTER_EVENTS;
|
|
297
|
-
/** Subscription to changes to the directionality (LTR / RTL) context for the application. */
|
|
298
|
-
private _dirChangeSubscription;
|
|
299
|
-
constructor(_ngZone: NgZone, _cdr: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>, _platform: Platform, _globalChangeAndInputListener: GlobalChangeAndInputListener<'input' | 'change'>, document: any, _dir: Directionality, _globalRippleOptions?: RippleGlobalOptions | undefined, animationMode?: string);
|
|
300
|
-
ngAfterViewInit(): void;
|
|
301
|
-
ngOnDestroy(): void;
|
|
302
|
-
/** Returns true if the language direction for this slider element is right to left. */
|
|
303
|
-
_isRTL(): boolean;
|
|
304
|
-
/**
|
|
305
|
-
* Attaches an event listener that keeps sync the slider UI and the foundation in sync.
|
|
306
|
-
*
|
|
307
|
-
* Because the MDC Foundation stores the value of the bounding client rect when layout is called,
|
|
308
|
-
* we need to keep calling layout to avoid the position of the slider getting out of sync with
|
|
309
|
-
* what the foundation has stored. If we don't do this, the foundation will not be able to
|
|
310
|
-
* correctly calculate the slider value on click/slide.
|
|
311
|
-
*/
|
|
312
|
-
_attachUISyncEventListener(): void;
|
|
313
|
-
/** Removes the event listener that keeps sync the slider UI and the foundation in sync. */
|
|
314
|
-
_removeUISyncEventListener(): void;
|
|
315
|
-
/** Wrapper function for calling layout (needed for adding & removing an event listener). */
|
|
316
|
-
private _layout;
|
|
317
|
-
/**
|
|
318
|
-
* Reinitializes the slider foundation and input state(s).
|
|
319
|
-
*
|
|
320
|
-
* The MDC Foundation does not support changing some slider attributes after it has been
|
|
321
|
-
* initialized (e.g. min, max, and step). To continue supporting this feature, we need to
|
|
322
|
-
* destroy the foundation and re-initialize everything whenever we make these changes.
|
|
323
|
-
*/
|
|
324
|
-
private _reinitialize;
|
|
325
|
-
/** Handles updating the slider foundation after a dir change. */
|
|
326
|
-
private _onDirChange;
|
|
327
|
-
/** Sets the value of a slider thumb. */
|
|
328
|
-
_setValue(value: number, thumbPosition: Thumb): void;
|
|
329
|
-
/** Sets the disabled state of the MatSlider. */
|
|
330
|
-
private _setDisabled;
|
|
331
|
-
/** Sets the disabled state of the individual slider thumb(s) (ControlValueAccessor). */
|
|
332
|
-
private _updateInputsDisabledState;
|
|
333
|
-
/** Whether this is a ranged slider. */
|
|
334
|
-
_isRange(): boolean;
|
|
335
|
-
/** Sets the disabled state based on the disabled state of the inputs (ControlValueAccessor). */
|
|
336
|
-
_updateDisabled(): void;
|
|
337
|
-
/** Gets the slider thumb input of the given thumb position. */
|
|
338
|
-
_getInput(thumbPosition: Thumb): MatSliderThumb;
|
|
339
|
-
/** Gets the slider thumb HTML input element of the given thumb position. */
|
|
340
|
-
_getInputElement(thumbPosition: Thumb): HTMLInputElement;
|
|
341
|
-
_getThumb(thumbPosition: Thumb): MatSliderVisualThumb;
|
|
342
|
-
/** Gets the slider thumb HTML element of the given thumb position. */
|
|
343
|
-
_getThumbElement(thumbPosition: Thumb): HTMLElement;
|
|
344
|
-
/** Gets the slider knob HTML element of the given thumb position. */
|
|
345
|
-
_getKnobElement(thumbPosition: Thumb): HTMLElement;
|
|
346
|
-
/**
|
|
347
|
-
* Gets the slider value indicator container HTML element of the given thumb
|
|
348
|
-
* position.
|
|
349
|
-
*/
|
|
350
|
-
_getValueIndicatorContainerElement(thumbPosition: Thumb): HTMLElement;
|
|
351
|
-
/**
|
|
352
|
-
* Sets the value indicator text of the given thumb position using the given value.
|
|
353
|
-
*
|
|
354
|
-
* Uses the `displayWith` function if one has been provided. Otherwise, it just uses the
|
|
355
|
-
* numeric value as a string.
|
|
356
|
-
*/
|
|
357
|
-
_setValueIndicatorText(value: number, thumbPosition: Thumb): void;
|
|
358
|
-
/** Gets the value indicator text for the given thumb position. */
|
|
359
|
-
_getValueIndicatorText(thumbPosition: Thumb): string;
|
|
360
|
-
/** Determines the class name for a HTML element. */
|
|
361
|
-
_getTickMarkClass(tickMark: TickMark): string;
|
|
362
|
-
/** Whether the slider thumb ripples should be disabled. */
|
|
363
|
-
_isRippleDisabled(): boolean;
|
|
364
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlider, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
365
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSlider, "mat-slider", ["matSlider"], { "color": "color"; "disableRipple": "disableRipple"; "disabled": "disabled"; "discrete": "discrete"; "showTickMarks": "showTickMarks"; "min": "min"; "max": "max"; "step": "step"; "displayWith": "displayWith"; }, {}, ["_inputs"], ["*"]>;
|
|
366
|
-
}
|
|
367
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-slider/testing",
|
|
3
|
-
"fesm2020": "../../fesm2020/mdc-slider/testing.mjs",
|
|
4
|
-
"fesm2015": "../../fesm2015/mdc-slider/testing.mjs",
|
|
5
|
-
"esm2020": "../../esm2020/mdc-slider/testing/index.mjs",
|
|
6
|
-
"typings": "./index.d.ts",
|
|
7
|
-
"module": "../../fesm2015/mdc-slider/testing.mjs",
|
|
8
|
-
"es2020": "../../fesm2020/mdc-slider/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 './slider-harness';
|
|
9
|
-
export * from './slider-thumb-harness';
|
|
10
|
-
export * from './slider-harness-filters';
|
|
@@ -1,23 +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 { BaseHarnessFilters } from '@angular/cdk/testing';
|
|
9
|
-
/** Possible positions of a slider thumb. */
|
|
10
|
-
export declare const enum ThumbPosition {
|
|
11
|
-
START = 0,
|
|
12
|
-
END = 1
|
|
13
|
-
}
|
|
14
|
-
/** A set of criteria that can be used to filter a list of `MatSliderHarness` instances. */
|
|
15
|
-
export interface SliderHarnessFilters extends BaseHarnessFilters {
|
|
16
|
-
/** Filters out only range/non-range sliders. */
|
|
17
|
-
isRange?: boolean;
|
|
18
|
-
}
|
|
19
|
-
/** A set of criteria that can be used to filter a list of `MatSliderThumbHarness` instances. */
|
|
20
|
-
export interface SliderThumbHarnessFilters extends BaseHarnessFilters {
|
|
21
|
-
/** Filters out slider thumbs with a particular position. */
|
|
22
|
-
position?: ThumbPosition;
|
|
23
|
-
}
|
|
@@ -1,35 +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 { ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
-
import { SliderHarnessFilters } from './slider-harness-filters';
|
|
10
|
-
import { MatSliderThumbHarness } from './slider-thumb-harness';
|
|
11
|
-
/** Harness for interacting with a MDC mat-slider in tests. */
|
|
12
|
-
export declare class MatSliderHarness extends ComponentHarness {
|
|
13
|
-
static hostSelector: string;
|
|
14
|
-
/**
|
|
15
|
-
* Gets a `HarnessPredicate` that can be used to search for a `MatSliderHarness` that meets
|
|
16
|
-
* certain criteria.
|
|
17
|
-
* @param options Options for filtering which input instances are considered a match.
|
|
18
|
-
* @return a `HarnessPredicate` configured with the given options.
|
|
19
|
-
*/
|
|
20
|
-
static with(options?: SliderHarnessFilters): HarnessPredicate<MatSliderHarness>;
|
|
21
|
-
/** Gets the start thumb of the slider (only applicable for range sliders). */
|
|
22
|
-
getStartThumb(): Promise<MatSliderThumbHarness>;
|
|
23
|
-
/** Gets the thumb (for single point sliders), or the end thumb (for range sliders). */
|
|
24
|
-
getEndThumb(): Promise<MatSliderThumbHarness>;
|
|
25
|
-
/** Gets whether the slider is a range slider. */
|
|
26
|
-
isRange(): Promise<boolean>;
|
|
27
|
-
/** Gets whether the slider is disabled. */
|
|
28
|
-
isDisabled(): Promise<boolean>;
|
|
29
|
-
/** Gets the value step increments of the slider. */
|
|
30
|
-
getStep(): Promise<number>;
|
|
31
|
-
/** Gets the maximum value of the slider. */
|
|
32
|
-
getMaxValue(): Promise<number>;
|
|
33
|
-
/** Gets the minimum value of the slider. */
|
|
34
|
-
getMinValue(): Promise<number>;
|
|
35
|
-
}
|
|
@@ -1,52 +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 { ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
|
|
9
|
-
import { SliderThumbHarnessFilters, ThumbPosition } from './slider-harness-filters';
|
|
10
|
-
/** Harness for interacting with a thumb inside of a Material slider in tests. */
|
|
11
|
-
export declare class MatSliderThumbHarness extends ComponentHarness {
|
|
12
|
-
static hostSelector: string;
|
|
13
|
-
/**
|
|
14
|
-
* Gets a `HarnessPredicate` that can be used to search for a `MatSliderThumbHarness` that meets
|
|
15
|
-
* certain criteria.
|
|
16
|
-
* @param options Options for filtering which thumb instances are considered a match.
|
|
17
|
-
* @return a `HarnessPredicate` configured with the given options.
|
|
18
|
-
*/
|
|
19
|
-
static with(options?: SliderThumbHarnessFilters): HarnessPredicate<MatSliderThumbHarness>;
|
|
20
|
-
/** Gets the position of the thumb inside the slider. */
|
|
21
|
-
getPosition(): Promise<ThumbPosition>;
|
|
22
|
-
/** Gets the value of the thumb. */
|
|
23
|
-
getValue(): Promise<number>;
|
|
24
|
-
/** Sets the value of the thumb. */
|
|
25
|
-
setValue(newValue: number): Promise<void>;
|
|
26
|
-
/** Gets the current percentage value of the slider. */
|
|
27
|
-
getPercentage(): Promise<number>;
|
|
28
|
-
/** Gets the maximum value of the thumb. */
|
|
29
|
-
getMaxValue(): Promise<number>;
|
|
30
|
-
/** Gets the minimum value of the thumb. */
|
|
31
|
-
getMinValue(): Promise<number>;
|
|
32
|
-
/** Gets the text representation of the slider's value. */
|
|
33
|
-
getDisplayValue(): Promise<string>;
|
|
34
|
-
/** Whether the thumb is disabled. */
|
|
35
|
-
isDisabled(): Promise<boolean>;
|
|
36
|
-
/** Gets the name of the thumb. */
|
|
37
|
-
getName(): Promise<string>;
|
|
38
|
-
/** Gets the id of the thumb. */
|
|
39
|
-
getId(): Promise<string>;
|
|
40
|
-
/**
|
|
41
|
-
* Focuses the thumb and returns a promise that indicates when the
|
|
42
|
-
* action is complete.
|
|
43
|
-
*/
|
|
44
|
-
focus(): Promise<void>;
|
|
45
|
-
/**
|
|
46
|
-
* Blurs the thumb and returns a promise that indicates when the
|
|
47
|
-
* action is complete.
|
|
48
|
-
*/
|
|
49
|
-
blur(): Promise<void>;
|
|
50
|
-
/** Whether the thumb is focused. */
|
|
51
|
-
isFocused(): Promise<boolean>;
|
|
52
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./simple-snack-bar";
|
|
3
|
-
import * as i2 from "./snack-bar-container";
|
|
4
|
-
import * as i3 from "./snack-bar-content";
|
|
5
|
-
import * as i4 from "@angular/cdk/overlay";
|
|
6
|
-
import * as i5 from "@angular/cdk/portal";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
|
-
import * as i7 from "@angular/material-experimental/mdc-button";
|
|
9
|
-
import * as i8 from "@angular/material-experimental/mdc-core";
|
|
10
|
-
export declare class MatSnackBarModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSnackBarModule, [typeof i1.SimpleSnackBar, typeof i2.MatSnackBarContainer, typeof i3.MatSnackBarLabel, typeof i3.MatSnackBarActions, typeof i3.MatSnackBarAction], [typeof i4.OverlayModule, typeof i5.PortalModule, typeof i6.CommonModule, typeof i7.MatButtonModule, typeof i8.MatCommonModule], [typeof i8.MatCommonModule, typeof i2.MatSnackBarContainer, typeof i3.MatSnackBarLabel, typeof i3.MatSnackBarActions, typeof i3.MatSnackBarAction]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatSnackBarModule>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@angular/material-experimental/mdc-snack-bar",
|
|
3
|
-
"fesm2020": "../fesm2020/mdc-snack-bar.mjs",
|
|
4
|
-
"fesm2015": "../fesm2015/mdc-snack-bar.mjs",
|
|
5
|
-
"esm2020": "../esm2020/mdc-snack-bar/mdc-snack-bar_public_index.mjs",
|
|
6
|
-
"typings": "./mdc-snack-bar_public_index.d.ts",
|
|
7
|
-
"module": "../fesm2015/mdc-snack-bar.mjs",
|
|
8
|
-
"es2020": "../fesm2020/mdc-snack-bar.mjs"
|
|
9
|
-
}
|
|
@@ -1,13 +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 './simple-snack-bar';
|
|
9
|
-
export * from './snack-bar-container';
|
|
10
|
-
export * from './snack-bar-content';
|
|
11
|
-
export * from './snack-bar';
|
|
12
|
-
export * from './module';
|
|
13
|
-
export { MatSnackBarConfig, MatSnackBarDismiss, MatSnackBarRef, MAT_SNACK_BAR_DATA, MAT_SNACK_BAR_DEFAULT_OPTIONS, MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY, MatSnackBarHorizontalPosition, MatSnackBarVerticalPosition, TextOnlySnackBar, matSnackBarAnimations, } from '@angular/material/snack-bar';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { TextOnlySnackBar, MatSnackBarRef } from '@angular/material/snack-bar';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SimpleSnackBar implements TextOnlySnackBar {
|
|
4
|
-
snackBarRef: MatSnackBarRef<SimpleSnackBar>;
|
|
5
|
-
data: {
|
|
6
|
-
message: string;
|
|
7
|
-
action: string;
|
|
8
|
-
};
|
|
9
|
-
constructor(snackBarRef: MatSnackBarRef<SimpleSnackBar>, data: {
|
|
10
|
-
message: string;
|
|
11
|
-
action: string;
|
|
12
|
-
});
|
|
13
|
-
/** Performs the action on the snack bar. */
|
|
14
|
-
action(): void;
|
|
15
|
-
/** If the action button should be shown. */
|
|
16
|
-
get hasAction(): boolean;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleSnackBar, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleSnackBar, "simple-snack-bar", ["matSnackBar"], {}, {}, never, never>;
|
|
19
|
-
}
|
|
@@ -1,79 +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 { AriaLivePoliteness } from '@angular/cdk/a11y';
|
|
9
|
-
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal';
|
|
10
|
-
import { AfterViewChecked, ComponentRef, ElementRef, EmbeddedViewRef, NgZone, OnDestroy } from '@angular/core';
|
|
11
|
-
import { MatSnackBarConfig, _SnackBarContainer } from '@angular/material/snack-bar';
|
|
12
|
-
import { MDCSnackbarFoundation } from '@material/snackbar';
|
|
13
|
-
import { Platform } from '@angular/cdk/platform';
|
|
14
|
-
import { Observable, Subject } from 'rxjs';
|
|
15
|
-
import * as i0 from "@angular/core";
|
|
16
|
-
/**
|
|
17
|
-
* Internal component that wraps user-provided snack bar content.
|
|
18
|
-
* @docs-private
|
|
19
|
-
*/
|
|
20
|
-
export declare class MatSnackBarContainer extends BasePortalOutlet implements _SnackBarContainer, AfterViewChecked, OnDestroy {
|
|
21
|
-
private _elementRef;
|
|
22
|
-
snackBarConfig: MatSnackBarConfig;
|
|
23
|
-
private _platform;
|
|
24
|
-
private _ngZone;
|
|
25
|
-
_animationMode?: string | undefined;
|
|
26
|
-
/** The number of milliseconds to wait before announcing the snack bar's content. */
|
|
27
|
-
private readonly _announceDelay;
|
|
28
|
-
/** The timeout for announcing the snack bar's content. */
|
|
29
|
-
private _announceTimeoutId;
|
|
30
|
-
/** Subject for notifying that the snack bar has announced to screen readers. */
|
|
31
|
-
readonly _onAnnounce: Subject<void>;
|
|
32
|
-
/** Subject for notifying that the snack bar has exited from view. */
|
|
33
|
-
readonly _onExit: Subject<void>;
|
|
34
|
-
/** Subject for notifying that the snack bar has finished entering the view. */
|
|
35
|
-
readonly _onEnter: Subject<void>;
|
|
36
|
-
/** aria-live value for the live region. */
|
|
37
|
-
_live: AriaLivePoliteness;
|
|
38
|
-
/** Whether the snack bar is currently exiting. */
|
|
39
|
-
_exiting: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Role of the live region. This is only for Firefox as there is a known issue where Firefox +
|
|
42
|
-
* JAWS does not read out aria-live message.
|
|
43
|
-
*/
|
|
44
|
-
_role?: 'status' | 'alert';
|
|
45
|
-
private _mdcAdapter;
|
|
46
|
-
_mdcFoundation: MDCSnackbarFoundation;
|
|
47
|
-
/** The portal outlet inside of this container into which the snack bar content will be loaded. */
|
|
48
|
-
_portalOutlet: CdkPortalOutlet;
|
|
49
|
-
/** Element that acts as the MDC surface container which should contain the label and actions. */
|
|
50
|
-
_surface: ElementRef;
|
|
51
|
-
/**
|
|
52
|
-
* Element that will have the `mdc-snackbar__label` class applied if the attached component
|
|
53
|
-
* or template does not have it. This ensures that the appropriate structure, typography, and
|
|
54
|
-
* color is applied to the attached view.
|
|
55
|
-
*/
|
|
56
|
-
_label: ElementRef;
|
|
57
|
-
constructor(_elementRef: ElementRef<HTMLElement>, snackBarConfig: MatSnackBarConfig, _platform: Platform, _ngZone: NgZone, _animationMode?: string | undefined);
|
|
58
|
-
ngAfterViewChecked(): void;
|
|
59
|
-
/** Makes sure the exit callbacks have been invoked when the element is destroyed. */
|
|
60
|
-
ngOnDestroy(): void;
|
|
61
|
-
enter(): void;
|
|
62
|
-
exit(): Observable<void>;
|
|
63
|
-
/** Attach a component portal as content to this snack bar container. */
|
|
64
|
-
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
|
|
65
|
-
/** Attach a template portal as content to this snack bar container. */
|
|
66
|
-
attachTemplatePortal<C>(portal: TemplatePortal<C>): EmbeddedViewRef<C>;
|
|
67
|
-
private _setClass;
|
|
68
|
-
/** Applies the user-configured CSS classes to the snack bar. */
|
|
69
|
-
private _applySnackBarClasses;
|
|
70
|
-
/** Asserts that no content is already attached to the container. */
|
|
71
|
-
private _assertNotAttached;
|
|
72
|
-
/**
|
|
73
|
-
* Starts a timeout to move the snack bar content to the live region so screen readers will
|
|
74
|
-
* announce it.
|
|
75
|
-
*/
|
|
76
|
-
private _screenReaderAnnounce;
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSnackBarContainer, [null, null, null, null, { optional: true; }]>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSnackBarContainer, "mat-snack-bar-container", never, {}, {}, never, never>;
|
|
79
|
-
}
|