@angular/material-experimental 14.0.0-next.1 → 14.0.0-next.12
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/column-resize-directives/column-resize-flex.d.ts +1 -1
- package/column-resize/column-resize-directives/column-resize.d.ts +1 -1
- package/column-resize/column-resize-directives/default-enabled-column-resize-flex.d.ts +1 -1
- package/column-resize/column-resize-directives/default-enabled-column-resize.d.ts +1 -1
- package/column-resize/overlay-handle.d.ts +1 -1
- package/column-resize/resizable-directives/default-enabled-resizable.d.ts +1 -1
- package/column-resize/resizable-directives/resizable.d.ts +1 -1
- 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 +6 -5
- package/esm2020/mdc-autocomplete/autocomplete.mjs +5 -5
- package/esm2020/mdc-autocomplete/module.mjs +5 -5
- package/esm2020/mdc-button/button-base.mjs +8 -8
- 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-card/card.mjs +44 -44
- package/esm2020/mdc-card/module.mjs +5 -5
- package/esm2020/mdc-checkbox/checkbox.mjs +10 -5
- package/esm2020/mdc-checkbox/module.mjs +5 -5
- package/esm2020/mdc-checkbox/testing/checkbox-harness.mjs +3 -2
- 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 +35 -14
- 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 +8 -11
- 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 +13 -15
- package/esm2020/mdc-chips/chip-text-control.mjs +1 -1
- package/esm2020/mdc-chips/chip.mjs +8 -8
- package/esm2020/mdc-chips/module.mjs +5 -5
- package/esm2020/mdc-chips/testing/public-api.mjs +2 -1
- 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-dialog/dialog-container.mjs +7 -8
- package/esm2020/mdc-dialog/dialog-content-directives.mjs +27 -15
- package/esm2020/mdc-dialog/dialog.mjs +10 -5
- package/esm2020/mdc-dialog/module.mjs +5 -5
- package/esm2020/mdc-dialog/testing/dialog-opener.mjs +45 -0
- package/esm2020/mdc-dialog/testing/public-api.mjs +2 -1
- package/esm2020/mdc-form-field/directives/error.mjs +4 -4
- package/esm2020/mdc-form-field/directives/floating-label.mjs +5 -10
- 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 +59 -47
- package/esm2020/mdc-form-field/module.mjs +5 -5
- 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 +6 -6
- package/esm2020/mdc-list/interactive-list-base.mjs +5 -5
- 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 +21 -9
- package/esm2020/mdc-list/module.mjs +5 -5
- 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-menu/directives.mjs +7 -7
- package/esm2020/mdc-menu/menu-item.mjs +6 -6
- package/esm2020/mdc-menu/menu.mjs +9 -9
- package/esm2020/mdc-menu/module.mjs +5 -5
- package/esm2020/mdc-paginator/module.mjs +5 -5
- package/esm2020/mdc-paginator/paginator.mjs +10 -10
- package/esm2020/mdc-paginator/public-api.mjs +1 -1
- package/esm2020/mdc-progress-bar/module.mjs +5 -5
- package/esm2020/mdc-progress-bar/progress-bar.mjs +8 -5
- package/esm2020/mdc-progress-spinner/module.mjs +5 -5
- package/esm2020/mdc-progress-spinner/progress-spinner.mjs +8 -5
- package/esm2020/mdc-radio/module.mjs +5 -5
- package/esm2020/mdc-radio/radio.mjs +9 -8
- package/esm2020/mdc-radio/testing/radio-harness.mjs +3 -2
- package/esm2020/mdc-select/module.mjs +5 -5
- package/esm2020/mdc-select/select.mjs +11 -12
- package/esm2020/mdc-slide-toggle/module.mjs +5 -5
- package/esm2020/mdc-slide-toggle/slide-toggle.mjs +6 -5
- package/esm2020/mdc-slide-toggle/testing/slide-toggle-harness.mjs +4 -2
- 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 +53 -24
- 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 +37 -25
- package/esm2020/mdc-snack-bar/snack-bar-content.mjs +10 -10
- package/esm2020/mdc-snack-bar/snack-bar.mjs +4 -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/text-column.mjs +5 -5
- package/esm2020/mdc-tabs/ink-bar.mjs +4 -2
- package/esm2020/mdc-tabs/module.mjs +5 -5
- 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 +25 -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 +29 -12
- package/esm2020/mdc-tabs/tab.mjs +4 -4
- package/esm2020/mdc-tooltip/module.mjs +5 -5
- package/esm2020/mdc-tooltip/testing/tooltip-harness.mjs +4 -1
- package/esm2020/mdc-tooltip/tooltip.mjs +31 -15
- package/esm2020/menubar/menubar-item.mjs +20 -6
- package/esm2020/menubar/menubar-module.mjs +6 -6
- package/esm2020/menubar/menubar.mjs +11 -14
- 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.map +1 -1
- package/fesm2015/mdc-autocomplete.mjs +16 -15
- package/fesm2015/mdc-autocomplete.mjs.map +1 -1
- package/fesm2015/mdc-button/testing.mjs.map +1 -1
- package/fesm2015/mdc-button.mjs +43 -43
- package/fesm2015/mdc-button.mjs.map +1 -1
- 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 +2 -1
- package/fesm2015/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2015/mdc-checkbox.mjs +13 -8
- package/fesm2015/mdc-checkbox.mjs.map +1 -1
- package/fesm2015/mdc-chips/testing.mjs +2 -2
- package/fesm2015/mdc-chips/testing.mjs.map +1 -1
- package/fesm2015/mdc-chips.mjs +96 -76
- package/fesm2015/mdc-chips.mjs.map +1 -1
- 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 +44 -2
- package/fesm2015/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2015/mdc-dialog.mjs +45 -29
- package/fesm2015/mdc-dialog.mjs.map +1 -1
- package/fesm2015/mdc-form-field/testing.mjs +1 -1
- package/fesm2015/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2015/mdc-form-field.mjs +84 -77
- package/fesm2015/mdc-form-field.mjs.map +1 -1
- package/fesm2015/mdc-input/testing.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.map +1 -1
- package/fesm2015/mdc-list.mjs +74 -63
- package/fesm2015/mdc-list.mjs.map +1 -1
- package/fesm2015/mdc-menu/testing.mjs.map +1 -1
- package/fesm2015/mdc-menu.mjs +21 -21
- package/fesm2015/mdc-menu.mjs.map +1 -1
- 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.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.map +1 -1
- package/fesm2015/mdc-progress-spinner.mjs +11 -8
- package/fesm2015/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2015/mdc-radio/testing.mjs +2 -1
- package/fesm2015/mdc-radio/testing.mjs.map +1 -1
- package/fesm2015/mdc-radio.mjs +12 -11
- package/fesm2015/mdc-radio.mjs.map +1 -1
- 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 +3 -1
- package/fesm2015/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2015/mdc-slide-toggle.mjs +9 -8
- package/fesm2015/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2015/mdc-slider/testing.mjs.map +1 -1
- package/fesm2015/mdc-slider.mjs +70 -30
- package/fesm2015/mdc-slider.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2015/mdc-snack-bar.mjs +62 -50
- package/fesm2015/mdc-snack-bar.mjs.map +1 -1
- 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.map +1 -1
- package/fesm2015/mdc-tabs.mjs +77 -46
- package/fesm2015/mdc-tabs.mjs.map +1 -1
- package/fesm2015/mdc-tooltip/testing.mjs +3 -0
- package/fesm2015/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2015/mdc-tooltip.mjs +60 -41
- package/fesm2015/mdc-tooltip.mjs.map +1 -1
- package/fesm2015/menubar.mjs +32 -20
- 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.map +1 -1
- package/fesm2020/mdc-autocomplete.mjs +16 -15
- package/fesm2020/mdc-autocomplete.mjs.map +1 -1
- package/fesm2020/mdc-button/testing.mjs.map +1 -1
- package/fesm2020/mdc-button.mjs +43 -43
- package/fesm2020/mdc-button.mjs.map +1 -1
- 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 +2 -1
- package/fesm2020/mdc-checkbox/testing.mjs.map +1 -1
- package/fesm2020/mdc-checkbox.mjs +13 -8
- package/fesm2020/mdc-checkbox.mjs.map +1 -1
- package/fesm2020/mdc-chips/testing.mjs +1 -1
- package/fesm2020/mdc-chips/testing.mjs.map +1 -1
- package/fesm2020/mdc-chips.mjs +96 -76
- package/fesm2020/mdc-chips.mjs.map +1 -1
- 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 +44 -2
- package/fesm2020/mdc-dialog/testing.mjs.map +1 -1
- package/fesm2020/mdc-dialog.mjs +45 -29
- package/fesm2020/mdc-dialog.mjs.map +1 -1
- package/fesm2020/mdc-form-field/testing.mjs +1 -1
- package/fesm2020/mdc-form-field/testing.mjs.map +1 -1
- package/fesm2020/mdc-form-field.mjs +83 -76
- package/fesm2020/mdc-form-field.mjs.map +1 -1
- package/fesm2020/mdc-input/testing.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.map +1 -1
- package/fesm2020/mdc-list.mjs +74 -63
- package/fesm2020/mdc-list.mjs.map +1 -1
- package/fesm2020/mdc-menu/testing.mjs.map +1 -1
- package/fesm2020/mdc-menu.mjs +21 -21
- package/fesm2020/mdc-menu.mjs.map +1 -1
- 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.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.map +1 -1
- package/fesm2020/mdc-progress-spinner.mjs +11 -8
- package/fesm2020/mdc-progress-spinner.mjs.map +1 -1
- package/fesm2020/mdc-radio/testing.mjs +2 -1
- package/fesm2020/mdc-radio/testing.mjs.map +1 -1
- package/fesm2020/mdc-radio.mjs +12 -11
- package/fesm2020/mdc-radio.mjs.map +1 -1
- 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 +3 -1
- package/fesm2020/mdc-slide-toggle/testing.mjs.map +1 -1
- package/fesm2020/mdc-slide-toggle.mjs +9 -8
- package/fesm2020/mdc-slide-toggle.mjs.map +1 -1
- package/fesm2020/mdc-slider/testing.mjs.map +1 -1
- package/fesm2020/mdc-slider.mjs +59 -29
- package/fesm2020/mdc-slider.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar/testing.mjs.map +1 -1
- package/fesm2020/mdc-snack-bar.mjs +62 -50
- package/fesm2020/mdc-snack-bar.mjs.map +1 -1
- 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.map +1 -1
- package/fesm2020/mdc-tabs.mjs +77 -46
- package/fesm2020/mdc-tabs.mjs.map +1 -1
- package/fesm2020/mdc-tooltip/testing.mjs +3 -0
- package/fesm2020/mdc-tooltip/testing.mjs.map +1 -1
- package/fesm2020/mdc-tooltip.mjs +57 -40
- package/fesm2020/mdc-tooltip.mjs.map +1 -1
- package/fesm2020/menubar.mjs +31 -20
- 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/mdc-autocomplete/_autocomplete-theme.scss +10 -10
- package/mdc-autocomplete/autocomplete-origin.d.ts +1 -1
- package/mdc-autocomplete/autocomplete-trigger.d.ts +1 -1
- package/mdc-autocomplete/autocomplete.d.ts +1 -1
- package/mdc-button/_button-base.scss +4 -3
- package/mdc-button/_button-theme-private.scss +0 -1
- package/mdc-button/_button-theme.scss +16 -13
- package/mdc-button/_fab-theme.scss +10 -10
- package/mdc-button/_icon-button-theme.scss +13 -12
- package/mdc-button/button-base.d.ts +2 -2
- package/mdc-button/button.d.ts +2 -2
- package/mdc-button/fab.d.ts +4 -4
- package/mdc-button/icon-button.d.ts +2 -2
- package/mdc-card/_card-theme.scss +11 -11
- package/mdc-card/card.d.ts +14 -14
- package/mdc-checkbox/_checkbox-theme.scss +16 -17
- package/mdc-checkbox/checkbox.d.ts +1 -1
- package/mdc-chips/_chips-theme.scss +20 -15
- package/mdc-chips/chip-action.d.ts +2 -2
- package/mdc-chips/chip-edit-input.d.ts +1 -1
- package/mdc-chips/chip-grid.d.ts +23 -6
- package/mdc-chips/chip-icons.d.ts +3 -3
- package/mdc-chips/chip-input.d.ts +6 -6
- package/mdc-chips/chip-listbox.d.ts +2 -3
- package/mdc-chips/chip-option.d.ts +1 -1
- package/mdc-chips/chip-row.d.ts +1 -1
- package/mdc-chips/chip-set.d.ts +4 -4
- package/mdc-chips/chip-text-control.d.ts +2 -0
- package/mdc-chips/chip.d.ts +1 -1
- package/mdc-chips/testing/public-api.d.ts +1 -0
- package/mdc-color/_all-color.scss +4 -3
- package/mdc-core/_core-theme.scss +23 -11
- package/mdc-core/option/_optgroup-theme.scss +11 -11
- package/mdc-core/option/_option-theme.scss +11 -11
- package/mdc-core/option/optgroup.d.ts +1 -1
- package/mdc-core/option/option.d.ts +1 -1
- package/mdc-density/_all-density.scss +4 -3
- package/mdc-dialog/_dialog-theme.scss +49 -13
- package/mdc-dialog/dialog-container.d.ts +1 -1
- package/mdc-dialog/dialog-content-directives.d.ts +8 -4
- package/mdc-dialog/dialog.d.ts +6 -1
- package/mdc-dialog/testing/dialog-opener.d.ts +18 -0
- package/mdc-dialog/testing/public-api.d.ts +1 -0
- package/mdc-form-field/_form-field-density.scss +6 -5
- package/mdc-form-field/_form-field-focus-overlay.scss +2 -2
- package/mdc-form-field/_form-field-high-contrast.scss +17 -8
- 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 +17 -17
- package/mdc-form-field/_mdc-text-field-structure-overrides.scss +2 -2
- package/mdc-form-field/directives/error.d.ts +1 -1
- package/mdc-form-field/directives/floating-label.d.ts +1 -3
- package/mdc-form-field/directives/hint.d.ts +1 -1
- package/mdc-form-field/directives/label.d.ts +1 -1
- package/mdc-form-field/directives/line-ripple.d.ts +1 -1
- package/mdc-form-field/directives/notched-outline.d.ts +1 -1
- package/mdc-form-field/directives/prefix.d.ts +1 -1
- package/mdc-form-field/directives/suffix.d.ts +1 -1
- package/mdc-form-field/form-field.d.ts +24 -12
- package/mdc-form-field/testing/public-api.d.ts +1 -1
- package/mdc-helpers/_focus-indicators-theme.scss +6 -6
- package/mdc-helpers/_focus-indicators.scss +2 -2
- package/mdc-helpers/_mdc-helpers.scss +13 -16
- package/mdc-input/_input-theme.scss +10 -10
- package/mdc-input/input.d.ts +1 -1
- package/mdc-list/_interactive-list-theme.scss +2 -2
- package/mdc-list/_list-theme.scss +22 -15
- package/mdc-list/action-list.d.ts +1 -1
- package/mdc-list/interactive-list-base.d.ts +1 -1
- package/mdc-list/list-base.d.ts +2 -2
- package/mdc-list/list-item-sections.d.ts +6 -6
- package/mdc-list/list-option.d.ts +1 -1
- package/mdc-list/list.d.ts +6 -2
- package/mdc-list/nav-list.d.ts +1 -1
- package/mdc-list/selection-list.d.ts +1 -1
- package/mdc-list/subheader.d.ts +1 -1
- package/mdc-menu/_menu-theme.scss +10 -10
- package/mdc-menu/directives.d.ts +2 -2
- package/mdc-menu/menu-item.d.ts +1 -1
- package/mdc-menu/menu.d.ts +2 -2
- package/mdc-paginator/_paginator-theme.scss +20 -23
- package/mdc-paginator/paginator.d.ts +1 -1
- package/mdc-paginator/public-api.d.ts +1 -1
- package/mdc-progress-bar/_progress-bar-theme.scss +8 -7
- package/mdc-progress-bar/progress-bar.d.ts +1 -1
- package/mdc-progress-spinner/_progress-spinner-theme.scss +8 -7
- package/mdc-progress-spinner/progress-spinner.d.ts +1 -1
- package/mdc-radio/_radio-theme.scss +16 -16
- package/mdc-radio/radio.d.ts +2 -2
- package/mdc-select/_select-theme.scss +11 -11
- package/mdc-select/select.d.ts +2 -2
- package/mdc-slide-toggle/_slide-toggle-theme.scss +14 -15
- package/mdc-slide-toggle/slide-toggle.d.ts +1 -1
- package/mdc-slider/_slider-theme.scss +11 -12
- package/mdc-slider/slider.d.ts +9 -3
- package/mdc-snack-bar/_snack-bar-theme.scss +11 -11
- package/mdc-snack-bar/simple-snack-bar.d.ts +1 -1
- package/mdc-snack-bar/snack-bar-container.d.ts +5 -4
- package/mdc-snack-bar/snack-bar-content.d.ts +3 -3
- package/mdc-table/_table-theme.scss +14 -21
- package/mdc-table/cell.d.ts +7 -7
- package/mdc-table/row.d.ts +7 -7
- package/mdc-table/table.d.ts +2 -2
- package/mdc-table/text-column.d.ts +1 -1
- package/mdc-tabs/_tabs-common.scss +14 -4
- package/mdc-tabs/_tabs-theme.scss +14 -14
- package/mdc-tabs/ink-bar.d.ts +1 -1
- package/mdc-tabs/tab-body.d.ts +2 -2
- package/mdc-tabs/tab-content.d.ts +1 -1
- package/mdc-tabs/tab-group.d.ts +5 -1
- package/mdc-tabs/tab-header.d.ts +1 -1
- package/mdc-tabs/tab-label-wrapper.d.ts +1 -1
- package/mdc-tabs/tab-label.d.ts +1 -1
- package/mdc-tabs/tab-nav-bar/tab-nav-bar.d.ts +10 -5
- package/mdc-tabs/tab.d.ts +1 -1
- 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/testing/tooltip-harness.d.ts +3 -0
- package/mdc-tooltip/tooltip.d.ts +8 -4
- package/mdc-typography/_all-typography.scss +5 -5
- package/menubar/menubar-item.d.ts +3 -2
- package/menubar/menubar-module.d.ts +1 -1
- package/menubar/menubar.d.ts +2 -2
- package/package.json +56 -18
- package/popover-edit/_popover-edit-theme.scss +23 -26
- package/popover-edit/lens-directives.d.ts +3 -3
- package/popover-edit/table-directives.d.ts +4 -4
- package/selection/_selection.scss +3 -3
- package/selection/row-selection.d.ts +1 -1
- package/selection/select-all.d.ts +1 -1
- package/selection/selection-column.d.ts +1 -1
- package/selection/selection-toggle.d.ts +1 -1
- package/selection/selection.d.ts +1 -1
- package/esm2020/mdc-sidenav/index.mjs +0 -9
- package/esm2020/mdc-sidenav/mdc-sidenav_public_index.mjs +0 -5
- package/esm2020/mdc-sidenav/module.mjs +0 -23
- package/esm2020/mdc-sidenav/public-api.mjs +0 -9
- package/fesm2015/mdc-sidenav.mjs +0 -46
- package/fesm2015/mdc-sidenav.mjs.map +0 -1
- package/fesm2020/mdc-sidenav.mjs +0 -46
- package/fesm2020/mdc-sidenav.mjs.map +0 -1
- package/mdc-sidenav/_sidenav-theme.import.scss +0 -5
- package/mdc-sidenav/_sidenav-theme.scss +0 -28
- package/mdc-sidenav/index.d.ts +0 -8
- package/mdc-sidenav/mdc-sidenav_public_index.d.ts +0 -4
- package/mdc-sidenav/module.d.ts +0 -7
- package/mdc-sidenav/package.json +0 -9
- package/mdc-sidenav/public-api.d.ts +0 -8
|
@@ -1,41 +1,40 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
2
3
|
@use '@material/tooltip/tooltip';
|
|
3
4
|
@use '@material/tooltip' as tooltip-theme;
|
|
5
|
+
|
|
4
6
|
@use '../mdc-helpers/mdc-helpers';
|
|
5
|
-
@use '../../material/core/theming/theming';
|
|
6
|
-
@use '../../material/core/theming/palette';
|
|
7
|
-
@use '../../material/core/typography/typography';
|
|
8
7
|
|
|
9
8
|
@mixin color($config-or-theme) {
|
|
10
|
-
$config:
|
|
9
|
+
$config: mat.get-color-config($config-or-theme);
|
|
11
10
|
@include mdc-helpers.mat-using-mdc-theme($config) {
|
|
12
11
|
@include tooltip.core-styles($query: mdc-helpers.$mat-theme-styles-query);
|
|
13
12
|
// We are defining our own tooltip background color because of concerns
|
|
14
13
|
// surrounding the 0.6 background color opacity of the MDC tooltip styles.
|
|
15
14
|
@include tooltip-theme.fill-color(
|
|
16
|
-
map.get(
|
|
15
|
+
map.get(mat.$light-theme-background-palette, tooltip)
|
|
17
16
|
);
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
19
|
|
|
21
20
|
@mixin typography($config-or-theme) {
|
|
22
|
-
$config:
|
|
23
|
-
|
|
21
|
+
$config: mat.private-typography-to-2018-config(
|
|
22
|
+
mat.get-typography-config($config-or-theme));
|
|
24
23
|
@include mdc-helpers.mat-using-mdc-typography($config) {
|
|
25
24
|
@include tooltip.core-styles($query: mdc-helpers.$mat-typography-styles-query);
|
|
26
25
|
}
|
|
27
26
|
}
|
|
28
27
|
|
|
29
28
|
@mixin density($config-or-theme) {
|
|
30
|
-
$density-scale:
|
|
29
|
+
$density-scale: mat.get-density-config($config-or-theme);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
@mixin theme($theme-or-color-config) {
|
|
34
|
-
$theme:
|
|
35
|
-
@include
|
|
36
|
-
$color:
|
|
37
|
-
$density:
|
|
38
|
-
$typography:
|
|
33
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
34
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-mdc-tooltip') {
|
|
35
|
+
$color: mat.get-color-config($theme);
|
|
36
|
+
$density: mat.get-density-config($theme);
|
|
37
|
+
$typography: mat.get-typography-config($theme);
|
|
39
38
|
|
|
40
39
|
@if $color != null {
|
|
41
40
|
@include color($color);
|
|
@@ -11,6 +11,9 @@ import { _MatTooltipHarnessBase, TooltipHarnessFilters } from '@angular/material
|
|
|
11
11
|
export declare class MatTooltipHarness extends _MatTooltipHarnessBase {
|
|
12
12
|
protected _optionalPanel: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement | null>;
|
|
13
13
|
static hostSelector: string;
|
|
14
|
+
protected _hiddenClass: string;
|
|
15
|
+
protected _showAnimationName: string;
|
|
16
|
+
protected _hideAnimationName: string;
|
|
14
17
|
/**
|
|
15
18
|
* Gets a `HarnessPredicate` that can be used to search
|
|
16
19
|
* for a tooltip trigger with specific attributes.
|
package/mdc-tooltip/tooltip.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class MatTooltip extends _MatTooltipBase<TooltipComponent> {
|
|
|
30
30
|
constructor(overlay: Overlay, elementRef: ElementRef<HTMLElement>, scrollDispatcher: ScrollDispatcher, viewContainerRef: ViewContainerRef, ngZone: NgZone, platform: Platform, ariaDescriber: AriaDescriber, focusMonitor: FocusMonitor, scrollStrategy: any, dir: Directionality, defaultOptions: MatTooltipDefaultOptions, _document: any);
|
|
31
31
|
protected _addOffset(position: ConnectedPosition): ConnectedPosition;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltip, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, null]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTooltip, "[matTooltip]", ["matTooltip"], {}, {}, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatTooltip, "[matTooltip]", ["matTooltip"], {}, {}, never, never, false>;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Internal component that wraps the tooltip's content.
|
|
@@ -39,10 +39,14 @@ export declare class MatTooltip extends _MatTooltipBase<TooltipComponent> {
|
|
|
39
39
|
export declare class TooltipComponent extends _TooltipComponentBase {
|
|
40
40
|
private _elementRef;
|
|
41
41
|
_isMultiline: boolean;
|
|
42
|
-
|
|
42
|
+
/** Reference to the internal tooltip element. */
|
|
43
|
+
_tooltip: ElementRef<HTMLElement>;
|
|
44
|
+
_showAnimation: string;
|
|
45
|
+
_hideAnimation: string;
|
|
46
|
+
constructor(changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>, animationMode?: string);
|
|
43
47
|
protected _onShow(): void;
|
|
44
48
|
/** Whether the tooltip text has overflown to the next line */
|
|
45
49
|
private _isTooltipMultiline;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent,
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mat-tooltip-component", never, {}, {}, never, never>;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, [null, null, { optional: true; }]>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mat-tooltip-component", never, {}, {}, never, never, false>;
|
|
48
52
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
1
2
|
@use '@material/typography' as mdc-typography;
|
|
2
3
|
@use 'sass:map';
|
|
4
|
+
|
|
3
5
|
@use '../mdc-theming/all-theme';
|
|
4
|
-
@use '../../material/core/theming/theming';
|
|
5
|
-
@use '../../material/core/typography/typography';
|
|
6
6
|
@use '../mdc-helpers/mdc-helpers';
|
|
7
7
|
|
|
8
8
|
/// Generates an Angular Material typography config based on values from the official Material
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
@mixin all-mdc-component-typographies($config-or-theme: null) {
|
|
76
|
-
$config: if(
|
|
77
|
-
|
|
76
|
+
$config: if(mat.private-is-theme-object($config-or-theme),
|
|
77
|
+
mat.get-typography-config($config-or-theme), $config-or-theme);
|
|
78
78
|
|
|
79
79
|
// If no actual color configuration has been specified, create a default one.
|
|
80
80
|
@if $config == null {
|
|
81
|
-
$config:
|
|
81
|
+
$config: mat.define-typography-config();
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
@include all-theme.all-mdc-component-themes((
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CdkMenuItem } from '@angular/cdk
|
|
1
|
+
import { CdkMenuItem } from '@angular/cdk/menu';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* A material design MenubarItem adhering to the functionality of CdkMenuItem and
|
|
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
* MatMenubar.
|
|
7
7
|
*/
|
|
8
8
|
export declare class MatMenuBarItem extends CdkMenuItem {
|
|
9
|
+
getLabel(): string;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuBarItem, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatMenuBarItem, "mat-menubar-item", ["matMenubarItem"], {}, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatMenuBarItem, "mat-menubar-item", ["matMenubarItem"], {}, {}, never, ["*"], false>;
|
|
11
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./menubar";
|
|
3
3
|
import * as i2 from "./menubar-item";
|
|
4
|
-
import * as i3 from "@angular/cdk
|
|
4
|
+
import * as i3 from "@angular/cdk/menu";
|
|
5
5
|
export declare class MatMenuBarModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuBarModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuBarModule, [typeof i1.MatMenuBar, typeof i2.MatMenuBarItem], [typeof i3.CdkMenuModule], [typeof i1.MatMenuBar, typeof i2.MatMenuBarItem]>;
|
package/menubar/menubar.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CdkMenuBar } from '@angular/cdk
|
|
1
|
+
import { CdkMenuBar } from '@angular/cdk/menu';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* A material design Menubar adhering to the functionality of CdkMenuBar. MatMenubar
|
|
@@ -6,5 +6,5 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class MatMenuBar extends CdkMenuBar {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuBar, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatMenuBar, "mat-menubar", ["matMenubar"], {}, {}, never, ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatMenuBar, "mat-menubar", ["matMenubar"], {}, {}, never, ["*"], false>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material-experimental",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.12",
|
|
4
4
|
"description": "Experimental components for Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -303,14 +303,6 @@
|
|
|
303
303
|
"node": "./fesm2015/mdc-select/testing.mjs",
|
|
304
304
|
"default": "./fesm2020/mdc-select/testing.mjs"
|
|
305
305
|
},
|
|
306
|
-
"./mdc-sidenav": {
|
|
307
|
-
"types": "./mdc-sidenav/mdc-sidenav_public_index.d.ts",
|
|
308
|
-
"esm2020": "./esm2020/mdc-sidenav/mdc-sidenav_public_index.mjs",
|
|
309
|
-
"es2020": "./fesm2020/mdc-sidenav.mjs",
|
|
310
|
-
"es2015": "./fesm2015/mdc-sidenav.mjs",
|
|
311
|
-
"node": "./fesm2015/mdc-sidenav.mjs",
|
|
312
|
-
"default": "./fesm2020/mdc-sidenav.mjs"
|
|
313
|
-
},
|
|
314
306
|
"./mdc-slide-toggle": {
|
|
315
307
|
"types": "./mdc-slide-toggle/mdc-slide-toggle_public_index.d.ts",
|
|
316
308
|
"esm2020": "./esm2020/mdc-slide-toggle/mdc-slide-toggle_public_index.mjs",
|
|
@@ -433,17 +425,63 @@
|
|
|
433
425
|
}
|
|
434
426
|
},
|
|
435
427
|
"peerDependencies": {
|
|
436
|
-
"@angular/animations": "^
|
|
437
|
-
"@angular/cdk": "14.0.0-next.
|
|
438
|
-
"@angular/core": "^
|
|
439
|
-
"@angular/common": "^
|
|
440
|
-
"@angular/forms": "^
|
|
441
|
-
"@angular/platform-browser": "^
|
|
442
|
-
"@angular/material": "14.0.0-next.
|
|
443
|
-
"material-components-web": "14.0.0-canary.7d8ea4624.0"
|
|
428
|
+
"@angular/animations": "^14.0.0-0 || ^15.0.0",
|
|
429
|
+
"@angular/cdk": "14.0.0-next.12",
|
|
430
|
+
"@angular/core": "^14.0.0-0 || ^15.0.0",
|
|
431
|
+
"@angular/common": "^14.0.0-0 || ^15.0.0",
|
|
432
|
+
"@angular/forms": "^14.0.0-0 || ^15.0.0",
|
|
433
|
+
"@angular/platform-browser": "^14.0.0-0 || ^15.0.0",
|
|
434
|
+
"@angular/material": "14.0.0-next.12"
|
|
444
435
|
},
|
|
445
436
|
"dependencies": {
|
|
446
|
-
"tslib": "^2.3.0"
|
|
437
|
+
"tslib": "^2.3.0",
|
|
438
|
+
"@material/animation": "14.0.0-canary.9736ddce9.0",
|
|
439
|
+
"@material/auto-init": "14.0.0-canary.9736ddce9.0",
|
|
440
|
+
"@material/banner": "14.0.0-canary.9736ddce9.0",
|
|
441
|
+
"@material/base": "14.0.0-canary.9736ddce9.0",
|
|
442
|
+
"@material/button": "14.0.0-canary.9736ddce9.0",
|
|
443
|
+
"@material/card": "14.0.0-canary.9736ddce9.0",
|
|
444
|
+
"@material/checkbox": "14.0.0-canary.9736ddce9.0",
|
|
445
|
+
"@material/chips": "14.0.0-canary.9736ddce9.0",
|
|
446
|
+
"@material/circular-progress": "14.0.0-canary.9736ddce9.0",
|
|
447
|
+
"@material/data-table": "14.0.0-canary.9736ddce9.0",
|
|
448
|
+
"@material/density": "14.0.0-canary.9736ddce9.0",
|
|
449
|
+
"@material/dialog": "14.0.0-canary.9736ddce9.0",
|
|
450
|
+
"@material/dom": "14.0.0-canary.9736ddce9.0",
|
|
451
|
+
"@material/drawer": "14.0.0-canary.9736ddce9.0",
|
|
452
|
+
"@material/elevation": "14.0.0-canary.9736ddce9.0",
|
|
453
|
+
"@material/fab": "14.0.0-canary.9736ddce9.0",
|
|
454
|
+
"@material/feature-targeting": "14.0.0-canary.9736ddce9.0",
|
|
455
|
+
"@material/floating-label": "14.0.0-canary.9736ddce9.0",
|
|
456
|
+
"@material/form-field": "14.0.0-canary.9736ddce9.0",
|
|
457
|
+
"@material/icon-button": "14.0.0-canary.9736ddce9.0",
|
|
458
|
+
"@material/image-list": "14.0.0-canary.9736ddce9.0",
|
|
459
|
+
"@material/layout-grid": "14.0.0-canary.9736ddce9.0",
|
|
460
|
+
"@material/line-ripple": "14.0.0-canary.9736ddce9.0",
|
|
461
|
+
"@material/linear-progress": "14.0.0-canary.9736ddce9.0",
|
|
462
|
+
"@material/list": "14.0.0-canary.9736ddce9.0",
|
|
463
|
+
"@material/menu": "14.0.0-canary.9736ddce9.0",
|
|
464
|
+
"@material/menu-surface": "14.0.0-canary.9736ddce9.0",
|
|
465
|
+
"@material/notched-outline": "14.0.0-canary.9736ddce9.0",
|
|
466
|
+
"@material/radio": "14.0.0-canary.9736ddce9.0",
|
|
467
|
+
"@material/ripple": "14.0.0-canary.9736ddce9.0",
|
|
468
|
+
"@material/rtl": "14.0.0-canary.9736ddce9.0",
|
|
469
|
+
"@material/segmented-button": "14.0.0-canary.9736ddce9.0",
|
|
470
|
+
"@material/select": "14.0.0-canary.9736ddce9.0",
|
|
471
|
+
"@material/shape": "14.0.0-canary.9736ddce9.0",
|
|
472
|
+
"@material/slider": "14.0.0-canary.9736ddce9.0",
|
|
473
|
+
"@material/snackbar": "14.0.0-canary.9736ddce9.0",
|
|
474
|
+
"@material/switch": "14.0.0-canary.9736ddce9.0",
|
|
475
|
+
"@material/tab": "14.0.0-canary.9736ddce9.0",
|
|
476
|
+
"@material/tab-bar": "14.0.0-canary.9736ddce9.0",
|
|
477
|
+
"@material/tab-indicator": "14.0.0-canary.9736ddce9.0",
|
|
478
|
+
"@material/tab-scroller": "14.0.0-canary.9736ddce9.0",
|
|
479
|
+
"@material/textfield": "14.0.0-canary.9736ddce9.0",
|
|
480
|
+
"@material/theme": "14.0.0-canary.9736ddce9.0",
|
|
481
|
+
"@material/tooltip": "14.0.0-canary.9736ddce9.0",
|
|
482
|
+
"@material/top-app-bar": "14.0.0-canary.9736ddce9.0",
|
|
483
|
+
"@material/touch-target": "14.0.0-canary.9736ddce9.0",
|
|
484
|
+
"@material/typography": "14.0.0-canary.9736ddce9.0"
|
|
447
485
|
},
|
|
448
486
|
"sideEffects": false,
|
|
449
487
|
"fesm2020": "./fesm2020/material-experimental.mjs",
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
-
@use '
|
|
3
|
-
@use '
|
|
4
|
-
@use '../../material/core/style/private';
|
|
5
|
-
@use '../../material/core/theming/theming';
|
|
6
|
-
@use '../../material/core/typography/typography';
|
|
7
|
-
@use '../../material/core/typography/typography-utils';
|
|
2
|
+
@use '@angular/cdk';
|
|
3
|
+
@use '@angular/material' as mat;
|
|
8
4
|
|
|
9
5
|
@function _hover-content-background($direction, $background-color) {
|
|
10
6
|
@return linear-gradient($direction, rgba($background-color, 0), $background-color 8px);
|
|
11
7
|
}
|
|
12
8
|
|
|
13
9
|
@mixin color($config-or-theme) {
|
|
14
|
-
$config:
|
|
10
|
+
$config: mat.get-color-config($config-or-theme);
|
|
15
11
|
$background: map.get($config, background);
|
|
16
12
|
$foreground: map.get($config, foreground);
|
|
17
13
|
$primary: map.get($config, primary);
|
|
18
|
-
$background-color:
|
|
14
|
+
$background-color: mat.get-color-from-palette($background, 'card');
|
|
19
15
|
|
|
20
16
|
// TODO: these structural styles don't belong in the `color` part of a theme.
|
|
21
17
|
// We should figure out a better place for them.
|
|
@@ -33,7 +29,8 @@
|
|
|
33
29
|
position: absolute;
|
|
34
30
|
right: 0;
|
|
35
31
|
top: 0;
|
|
36
|
-
transition: opacity
|
|
32
|
+
transition: opacity mat.$private-swift-ease-in-duration
|
|
33
|
+
mat.$private-swift-ease-in-timing-function;
|
|
37
34
|
}
|
|
38
35
|
|
|
39
36
|
.mat-row-hover-content-rtl {
|
|
@@ -50,7 +47,7 @@
|
|
|
50
47
|
position: relative;
|
|
51
48
|
|
|
52
49
|
&::after {
|
|
53
|
-
background-color:
|
|
50
|
+
background-color: mat.get-color-from-palette($primary);
|
|
54
51
|
bottom: 0;
|
|
55
52
|
content: '';
|
|
56
53
|
height: 2px;
|
|
@@ -60,8 +57,8 @@
|
|
|
60
57
|
right: 0;
|
|
61
58
|
transform-origin: 50%;
|
|
62
59
|
transform: scaleX(0.5);
|
|
63
|
-
transition: background-color
|
|
64
|
-
|
|
60
|
+
transition: background-color mat.$private-swift-ease-in-duration
|
|
61
|
+
mat.$private-swift-ease-in-timing-function;
|
|
65
62
|
visibility: hidden;
|
|
66
63
|
}
|
|
67
64
|
|
|
@@ -71,22 +68,22 @@
|
|
|
71
68
|
&::after {
|
|
72
69
|
opacity: 1;
|
|
73
70
|
transform: scaleX(1);
|
|
74
|
-
transition: transform 300ms
|
|
75
|
-
opacity 100ms
|
|
76
|
-
background-color 300ms
|
|
71
|
+
transition: transform 300ms mat.$private-swift-ease-out-timing-function,
|
|
72
|
+
opacity 100ms mat.$private-swift-ease-out-timing-function,
|
|
73
|
+
background-color 300ms mat.$private-swift-ease-out-timing-function;
|
|
77
74
|
visibility: visible;
|
|
78
75
|
}
|
|
79
76
|
}
|
|
80
77
|
}
|
|
81
78
|
|
|
82
79
|
.mat-edit-pane {
|
|
83
|
-
@include
|
|
80
|
+
@include mat.private-theme-elevation(2, $config);
|
|
84
81
|
background: $background-color;
|
|
85
|
-
color:
|
|
82
|
+
color: mat.get-color-from-palette($foreground, text);
|
|
86
83
|
display: block;
|
|
87
84
|
padding: 16px 24px;
|
|
88
85
|
|
|
89
|
-
@include
|
|
86
|
+
@include cdk.high-contrast(active, off) {
|
|
90
87
|
// Note that normally we use 1px for high contrast outline, however here we use 3,
|
|
91
88
|
// because the popover is rendered on top of a table which already has some borders
|
|
92
89
|
// and doesn't have a backdrop. The thicker outline makes it easier to differentiate.
|
|
@@ -147,10 +144,10 @@
|
|
|
147
144
|
}
|
|
148
145
|
|
|
149
146
|
@mixin typography($config-or-theme) {
|
|
150
|
-
$config:
|
|
151
|
-
|
|
147
|
+
$config: mat.private-typography-to-2014-config(
|
|
148
|
+
mat.get-typography-config($config-or-theme));
|
|
152
149
|
[mat-edit-title] {
|
|
153
|
-
@include
|
|
150
|
+
@include mat.typography-level($config, title);
|
|
154
151
|
}
|
|
155
152
|
}
|
|
156
153
|
|
|
@@ -158,11 +155,11 @@
|
|
|
158
155
|
@mixin density($config-or-theme) {}
|
|
159
156
|
|
|
160
157
|
@mixin theme($theme-or-color-config) {
|
|
161
|
-
$theme:
|
|
162
|
-
@include
|
|
163
|
-
$color:
|
|
164
|
-
$density:
|
|
165
|
-
$typography:
|
|
158
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
159
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-popover-edit') {
|
|
160
|
+
$color: mat.get-color-config($theme);
|
|
161
|
+
$density: mat.get-density-config($theme);
|
|
162
|
+
$typography: mat.get-typography-config($theme);
|
|
166
163
|
|
|
167
164
|
@if $color != null {
|
|
168
165
|
@include color($color);
|
|
@@ -8,15 +8,15 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class MatEditLens<FormValue> extends CdkEditControl<FormValue> {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatEditLens<any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditLens<any>, "form[matEditLens]", never, { "clickOutBehavior": "matEditLensClickOutBehavior"; "preservedFormValue": "matEditLensPreservedFormValue"; "ignoreSubmitUnlessValid": "matEditLensIgnoreSubmitUnlessValid"; }, { "preservedFormValueChange": "matEditLensPreservedFormValueChange"; }, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditLens<any>, "form[matEditLens]", never, { "clickOutBehavior": "matEditLensClickOutBehavior"; "preservedFormValue": "matEditLensPreservedFormValue"; "ignoreSubmitUnlessValid": "matEditLensIgnoreSubmitUnlessValid"; }, { "preservedFormValueChange": "matEditLensPreservedFormValueChange"; }, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
/** Reverts the form to its initial or previously submitted state on click. */
|
|
14
14
|
export declare class MatEditRevert<FormValue> extends CdkEditRevert<FormValue> {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatEditRevert<any>, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditRevert<any>, "button[matEditRevert]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditRevert<any>, "button[matEditRevert]", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
18
18
|
/** Closes the lens on click. */
|
|
19
19
|
export declare class MatEditClose<FormValue> extends CdkEditClose<FormValue> {
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatEditClose<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditClose<any>, "[matEditClose]", never, {}, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditClose<any>, "[matEditClose]", never, {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
export declare class MatPopoverEdit<C> extends CdkPopoverEdit<C> {
|
|
9
9
|
protected panelClass(): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPopoverEdit<any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPopoverEdit<any>, "[matPopoverEdit]:not([matPopoverEditTabOut])", never, { "template": "matPopoverEdit"; "context": "matPopoverEditContext"; "colspan": "matPopoverEditColspan"; "disabled": "matPopoverEditDisabled"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPopoverEdit<any>, "[matPopoverEdit]:not([matPopoverEditTabOut])", never, { "template": "matPopoverEdit"; "context": "matPopoverEditContext"; "colspan": "matPopoverEditColspan"; "disabled": "matPopoverEditDisabled"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* Attaches an ng-template to a cell and shows it when instructed to by the
|
|
@@ -18,7 +18,7 @@ export declare class MatPopoverEdit<C> extends CdkPopoverEdit<C> {
|
|
|
18
18
|
export declare class MatPopoverEditTabOut<C> extends CdkPopoverEditTabOut<C> {
|
|
19
19
|
protected panelClass(): string;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatPopoverEditTabOut<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPopoverEditTabOut<any>, "[matPopoverEdit][matPopoverEditTabOut]", never, { "template": "matPopoverEdit"; "context": "matPopoverEditContext"; "colspan": "matPopoverEditColspan"; "disabled": "matPopoverEditDisabled"; }, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatPopoverEditTabOut<any>, "[matPopoverEdit][matPopoverEditTabOut]", never, { "template": "matPopoverEdit"; "context": "matPopoverEditContext"; "colspan": "matPopoverEditColspan"; "disabled": "matPopoverEditDisabled"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* A structural directive that shows its contents when the table row containing
|
|
@@ -29,7 +29,7 @@ export declare class MatRowHoverContent extends CdkRowHoverContent {
|
|
|
29
29
|
protected makeElementHiddenButFocusable(element: HTMLElement): void;
|
|
30
30
|
protected makeElementVisible(element: HTMLElement): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRowHoverContent, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowHoverContent, "[matRowHoverContent]", never, {}, {}, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowHoverContent, "[matRowHoverContent]", never, {}, {}, never, never, false>;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* Opens the closest edit popover to this element, whether it's associated with this exact
|
|
@@ -37,5 +37,5 @@ export declare class MatRowHoverContent extends CdkRowHoverContent {
|
|
|
37
37
|
*/
|
|
38
38
|
export declare class MatEditOpen extends CdkEditOpen {
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatEditOpen, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditOpen, "[matEditOpen]", never, {}, {}, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatEditOpen, "[matEditOpen]", never, {}, {}, never, never, false>;
|
|
41
41
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@use '
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
2
|
|
|
3
3
|
@mixin theme($theme-or-color-config) {
|
|
4
|
-
$theme:
|
|
5
|
-
@include
|
|
4
|
+
$theme: mat.private-legacy-get-theme($theme-or-color-config);
|
|
5
|
+
@include mat.private-check-duplicate-theme-styles($theme, 'mat-selection');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@mixin typography($config-or-theme) {}
|
|
@@ -18,5 +18,5 @@ export declare class MatRowSelection<T> extends CdkRowSelection<T> {
|
|
|
18
18
|
/** The value that is associated with the row */
|
|
19
19
|
value: T;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRowSelection<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowSelection<any>, "[matRowSelection]", never, { "index": "matRowSelectionIndex"; "value": "matRowSelectionValue"; }, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowSelection<any>, "[matRowSelection]", never, { "index": "matRowSelectionIndex"; "value": "matRowSelectionValue"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -19,5 +19,5 @@ import * as i0 from "@angular/core";
|
|
|
19
19
|
*/
|
|
20
20
|
export declare class MatSelectAll<T> extends CdkSelectAll<T> {
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectAll<any>, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectAll<any>, "[matSelectAll]", ["matSelectAll"], {}, {}, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectAll<any>, "[matSelectAll]", ["matSelectAll"], {}, {}, never, never, false>;
|
|
23
23
|
}
|
|
@@ -30,5 +30,5 @@ export declare class MatSelectionColumn<T> implements OnInit, OnDestroy {
|
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
private _syncColumnDefName;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectionColumn<any>, [{ optional: true; }, { optional: true; }]>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectionColumn<any>, "mat-selection-column", never, { "name": "name"; }, {}, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectionColumn<any>, "mat-selection-column", never, { "name": "name"; }, {}, never, never, false>;
|
|
34
34
|
}
|
|
@@ -21,5 +21,5 @@ export declare class MatSelectionToggle<T> extends CdkSelectionToggle<T> {
|
|
|
21
21
|
/** The value that is associated with the toggle */
|
|
22
22
|
value: T;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectionToggle<any>, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectionToggle<any>, "[matSelectionToggle]", ["matSelectionToggle"], { "index": "matSelectionToggleIndex"; "value": "matSelectionToggleValue"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectionToggle<any>, "[matSelectionToggle]", ["matSelectionToggle"], { "index": "matSelectionToggleIndex"; "value": "matSelectionToggleValue"; }, {}, never, never, false>;
|
|
25
25
|
}
|
package/selection/selection.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export declare class MatSelection<T> extends CdkSelection<T> {
|
|
|
14
14
|
/** Emits when selection changes. */
|
|
15
15
|
readonly change: EventEmitter<SelectionChange<T>>;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelection<any>, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelection<any>, "[matSelection]", ["matSelection"], { "multiple": "matSelectionMultiple"; }, { "change": "matSelectionChange"; }, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelection<any>, "[matSelection]", ["matSelection"], { "multiple": "matSelectionMultiple"; }, { "change": "matSelectionChange"; }, never, never, false>;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
20
|
* Represents the change in the selection set.
|
|
@@ -1,9 +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 './public-api';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbWF0ZXJpYWwtZXhwZXJpbWVudGFsL21kYy1zaWRlbmF2L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWRjLXNpZGVuYXZfcHVibGljX2luZGV4LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21hdGVyaWFsLWV4cGVyaW1lbnRhbC9tZGMtc2lkZW5hdi9tZGMtc2lkZW5hdl9wdWJsaWNfaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
@@ -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 { NgModule } from '@angular/core';
|
|
9
|
-
import { MatCommonModule } from '@angular/material-experimental/mdc-core';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export class MatSidenavModule {
|
|
12
|
-
}
|
|
13
|
-
MatSidenavModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
-
MatSidenavModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule], exports: [MatCommonModule] });
|
|
15
|
-
MatSidenavModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, imports: [[MatCommonModule], MatCommonModule] });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
imports: [MatCommonModule],
|
|
20
|
-
exports: [MatCommonModule],
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21hdGVyaWFsLWV4cGVyaW1lbnRhbC9tZGMtc2lkZW5hdi9tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0seUNBQXlDLENBQUM7O0FBTXhFLE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixZQUhqQixlQUFlLGFBQ2YsZUFBZTs4R0FFZCxnQkFBZ0IsWUFIbEIsQ0FBQyxlQUFlLENBQUMsRUFDaEIsZUFBZTsyRkFFZCxnQkFBZ0I7a0JBSjVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMxQixPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUM7aUJBQzNCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtNYXRDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsLWV4cGVyaW1lbnRhbC9tZGMtY29yZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtNYXRDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbTWF0Q29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgTWF0U2lkZW5hdk1vZHVsZSB7fVxuIl19
|
|
@@ -1,9 +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 './module';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvbWRjLXNpZGVuYXYvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxjQUFjLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL21vZHVsZSc7XG4iXX0=
|
package/fesm2015/mdc-sidenav.mjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { MatCommonModule } from '@angular/material-experimental/mdc-core';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @license
|
|
7
|
-
* Copyright Google LLC All Rights Reserved.
|
|
8
|
-
*
|
|
9
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
10
|
-
* found in the LICENSE file at https://angular.io/license
|
|
11
|
-
*/
|
|
12
|
-
class MatSidenavModule {
|
|
13
|
-
}
|
|
14
|
-
MatSidenavModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
-
MatSidenavModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, imports: [MatCommonModule], exports: [MatCommonModule] });
|
|
16
|
-
MatSidenavModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, imports: [[MatCommonModule], MatCommonModule] });
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MatSidenavModule, decorators: [{
|
|
18
|
-
type: NgModule,
|
|
19
|
-
args: [{
|
|
20
|
-
imports: [MatCommonModule],
|
|
21
|
-
exports: [MatCommonModule],
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @license
|
|
27
|
-
* Copyright Google LLC All Rights Reserved.
|
|
28
|
-
*
|
|
29
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
30
|
-
* found in the LICENSE file at https://angular.io/license
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @license
|
|
35
|
-
* Copyright Google LLC All Rights Reserved.
|
|
36
|
-
*
|
|
37
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
38
|
-
* found in the LICENSE file at https://angular.io/license
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Generated bundle index. Do not edit.
|
|
43
|
-
*/
|
|
44
|
-
|
|
45
|
-
export { MatSidenavModule };
|
|
46
|
-
//# sourceMappingURL=mdc-sidenav.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mdc-sidenav.mjs","sources":["../../../../../../src/material-experimental/mdc-sidenav/module.ts","../../../../../../src/material-experimental/mdc-sidenav/public-api.ts","../../../../../../src/material-experimental/mdc-sidenav/index.ts","../../../../../../src/material-experimental/mdc-sidenav/mdc-sidenav_public_index.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {NgModule} from '@angular/core';\nimport {MatCommonModule} from '@angular/material-experimental/mdc-core';\n\n@NgModule({\n imports: [MatCommonModule],\n exports: [MatCommonModule],\n})\nexport class MatSidenavModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './module';\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport * from './public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAAA;;;;;;;MAea,gBAAgB;;6GAAhB,gBAAgB;8GAAhB,gBAAgB,YAHjB,eAAe,aACf,eAAe;8GAEd,gBAAgB,YAHlB,CAAC,eAAe,CAAC,EAChB,eAAe;2FAEd,gBAAgB;kBAJ5B,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,eAAe,CAAC;oBAC1B,OAAO,EAAE,CAAC,eAAe,CAAC;iBAC3B;;;ACdD;;;;;;;;ACAA;;;;;;;;ACAA;;;;;;"}
|