@angular/material 14.0.0-rc.0 → 14.0.0-rc.1
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/bottom-sheet/index.d.ts +15 -82
- package/checkbox/index.d.ts +62 -31
- package/esm2020/autocomplete/autocomplete-module.mjs +5 -5
- package/esm2020/autocomplete/autocomplete-origin.mjs +7 -7
- package/esm2020/autocomplete/autocomplete-trigger.mjs +7 -7
- package/esm2020/autocomplete/autocomplete.mjs +7 -7
- package/esm2020/badge/badge-module.mjs +5 -5
- package/esm2020/badge/badge.mjs +4 -4
- package/esm2020/bottom-sheet/bottom-sheet-container.mjs +23 -175
- package/esm2020/bottom-sheet/bottom-sheet-module.mjs +7 -7
- package/esm2020/bottom-sheet/bottom-sheet-ref.mjs +34 -34
- package/esm2020/bottom-sheet/bottom-sheet.mjs +30 -89
- package/esm2020/button/button-module.mjs +5 -5
- package/esm2020/button/button.mjs +7 -7
- package/esm2020/button-toggle/button-toggle-module.mjs +5 -5
- package/esm2020/button-toggle/button-toggle.mjs +7 -7
- package/esm2020/card/card-module.mjs +5 -5
- package/esm2020/card/card.mjs +43 -43
- package/esm2020/checkbox/checkbox-module.mjs +9 -9
- package/esm2020/checkbox/checkbox-required-validator.mjs +4 -4
- package/esm2020/checkbox/checkbox.mjs +138 -121
- package/esm2020/chips/chip-input.mjs +4 -4
- package/esm2020/chips/chip-list.mjs +4 -4
- package/esm2020/chips/chip.mjs +13 -13
- package/esm2020/chips/chips-module.mjs +5 -5
- package/esm2020/core/common-behaviors/common-module.mjs +5 -5
- package/esm2020/core/datetime/index.mjs +9 -9
- package/esm2020/core/datetime/native-date-adapter.mjs +4 -4
- package/esm2020/core/error/error-options.mjs +7 -7
- package/esm2020/core/line/line.mjs +8 -8
- package/esm2020/core/option/index.mjs +5 -5
- package/esm2020/core/option/optgroup.mjs +7 -7
- package/esm2020/core/option/option.mjs +7 -7
- package/esm2020/core/ripple/index.mjs +5 -5
- package/esm2020/core/ripple/ripple.mjs +4 -4
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox-module.mjs +5 -5
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +4 -4
- package/esm2020/core/version.mjs +1 -1
- package/esm2020/datepicker/calendar-body.mjs +4 -4
- package/esm2020/datepicker/calendar.mjs +7 -7
- package/esm2020/datepicker/date-range-input-parts.mjs +10 -10
- package/esm2020/datepicker/date-range-input.mjs +4 -4
- package/esm2020/datepicker/date-range-picker.mjs +4 -4
- package/esm2020/datepicker/date-range-selection-strategy.mjs +4 -4
- package/esm2020/datepicker/date-selection-model.mjs +10 -10
- package/esm2020/datepicker/datepicker-actions.mjs +10 -10
- package/esm2020/datepicker/datepicker-base.mjs +7 -7
- package/esm2020/datepicker/datepicker-input-base.mjs +4 -4
- package/esm2020/datepicker/datepicker-input.mjs +4 -4
- package/esm2020/datepicker/datepicker-intl.mjs +4 -4
- package/esm2020/datepicker/datepicker-module.mjs +5 -5
- package/esm2020/datepicker/datepicker-toggle.mjs +7 -7
- package/esm2020/datepicker/datepicker.mjs +4 -4
- package/esm2020/datepicker/month-view.mjs +4 -4
- package/esm2020/datepicker/multi-year-view.mjs +4 -4
- package/esm2020/datepicker/year-view.mjs +4 -4
- package/esm2020/dialog/dialog-container.mjs +7 -7
- package/esm2020/dialog/dialog-content-directives.mjs +13 -13
- package/esm2020/dialog/dialog-module.mjs +5 -5
- package/esm2020/dialog/dialog.mjs +7 -7
- package/esm2020/divider/divider-module.mjs +5 -5
- package/esm2020/divider/divider.mjs +4 -4
- package/esm2020/expansion/accordion.mjs +4 -4
- package/esm2020/expansion/expansion-module.mjs +5 -5
- package/esm2020/expansion/expansion-panel-content.mjs +4 -4
- package/esm2020/expansion/expansion-panel-header.mjs +10 -10
- package/esm2020/expansion/expansion-panel.mjs +7 -7
- package/esm2020/form-field/error.mjs +4 -4
- package/esm2020/form-field/form-field-control.mjs +4 -4
- package/esm2020/form-field/form-field-module.mjs +5 -5
- package/esm2020/form-field/form-field.mjs +4 -4
- package/esm2020/form-field/hint.mjs +4 -4
- package/esm2020/form-field/label.mjs +4 -4
- package/esm2020/form-field/placeholder.mjs +4 -4
- package/esm2020/form-field/prefix.mjs +4 -4
- package/esm2020/form-field/suffix.mjs +4 -4
- package/esm2020/grid-list/grid-list-module.mjs +5 -5
- package/esm2020/grid-list/grid-list.mjs +4 -4
- package/esm2020/grid-list/grid-tile.mjs +16 -16
- package/esm2020/icon/icon-module.mjs +5 -5
- package/esm2020/icon/icon-registry.mjs +4 -4
- package/esm2020/icon/icon.mjs +4 -4
- package/esm2020/icon/testing/fake-icon-registry.mjs +8 -8
- package/esm2020/input/input-module.mjs +5 -5
- package/esm2020/input/input.mjs +4 -4
- package/esm2020/list/list-module.mjs +5 -5
- package/esm2020/list/list.mjs +19 -19
- package/esm2020/list/selection-list.mjs +7 -7
- package/esm2020/menu/menu-content.mjs +7 -7
- package/esm2020/menu/menu-item.mjs +4 -4
- package/esm2020/menu/menu-module.mjs +5 -5
- package/esm2020/menu/menu-trigger.mjs +7 -7
- package/esm2020/menu/menu.mjs +7 -7
- package/esm2020/paginator/paginator-intl.mjs +4 -4
- package/esm2020/paginator/paginator-module.mjs +5 -5
- package/esm2020/paginator/paginator.mjs +7 -7
- package/esm2020/progress-bar/progress-bar-module.mjs +5 -5
- package/esm2020/progress-bar/progress-bar.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner-module.mjs +5 -5
- package/esm2020/progress-spinner/progress-spinner.mjs +4 -4
- package/esm2020/radio/radio-module.mjs +5 -5
- package/esm2020/radio/radio.mjs +13 -13
- package/esm2020/select/select-module.mjs +5 -5
- package/esm2020/select/select.mjs +10 -10
- package/esm2020/sidenav/drawer.mjs +10 -10
- package/esm2020/sidenav/sidenav-module.mjs +5 -5
- package/esm2020/sidenav/sidenav.mjs +10 -10
- package/esm2020/slide-toggle/slide-toggle-module.mjs +9 -9
- package/esm2020/slide-toggle/slide-toggle-required-validator.mjs +4 -4
- package/esm2020/slide-toggle/slide-toggle.mjs +89 -77
- package/esm2020/slider/slider-module.mjs +5 -5
- package/esm2020/slider/slider.mjs +4 -4
- package/esm2020/snack-bar/simple-snack-bar.mjs +4 -4
- package/esm2020/snack-bar/snack-bar-container.mjs +4 -4
- package/esm2020/snack-bar/snack-bar-module.mjs +5 -5
- package/esm2020/snack-bar/snack-bar.mjs +7 -7
- package/esm2020/sort/sort-header-intl.mjs +4 -4
- package/esm2020/sort/sort-header.mjs +4 -4
- package/esm2020/sort/sort-module.mjs +5 -5
- package/esm2020/sort/sort.mjs +4 -4
- package/esm2020/stepper/step-content.mjs +4 -4
- package/esm2020/stepper/step-header.mjs +4 -4
- package/esm2020/stepper/step-label.mjs +4 -4
- package/esm2020/stepper/stepper-button.mjs +7 -7
- package/esm2020/stepper/stepper-icon.mjs +4 -4
- package/esm2020/stepper/stepper-intl.mjs +4 -4
- package/esm2020/stepper/stepper-module.mjs +5 -5
- package/esm2020/stepper/stepper.mjs +7 -7
- package/esm2020/table/cell.mjs +22 -22
- package/esm2020/table/row.mjs +22 -22
- package/esm2020/table/table-module.mjs +5 -5
- package/esm2020/table/table.mjs +7 -7
- package/esm2020/table/text-column.mjs +4 -4
- package/esm2020/tabs/ink-bar.mjs +4 -4
- package/esm2020/tabs/paginated-tab-header.mjs +27 -7
- package/esm2020/tabs/tab-body.mjs +10 -10
- package/esm2020/tabs/tab-content.mjs +4 -4
- package/esm2020/tabs/tab-group.mjs +7 -7
- package/esm2020/tabs/tab-header.mjs +7 -7
- package/esm2020/tabs/tab-label-wrapper.mjs +4 -4
- package/esm2020/tabs/tab-label.mjs +4 -4
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +16 -16
- package/esm2020/tabs/tab.mjs +4 -4
- package/esm2020/tabs/tabs-module.mjs +5 -5
- package/esm2020/toolbar/toolbar-module.mjs +5 -5
- package/esm2020/toolbar/toolbar.mjs +7 -7
- package/esm2020/tooltip/tooltip-module.mjs +5 -5
- package/esm2020/tooltip/tooltip.mjs +13 -13
- package/esm2020/tree/node.mjs +10 -10
- package/esm2020/tree/outlet.mjs +4 -4
- package/esm2020/tree/padding.mjs +4 -4
- package/esm2020/tree/toggle.mjs +4 -4
- package/esm2020/tree/tree-module.mjs +5 -5
- package/esm2020/tree/tree.mjs +4 -4
- package/fesm2015/autocomplete.mjs +22 -22
- package/fesm2015/autocomplete.mjs.map +1 -1
- package/fesm2015/badge.mjs +7 -7
- package/fesm2015/badge.mjs.map +1 -1
- package/fesm2015/bottom-sheet.mjs +125 -343
- package/fesm2015/bottom-sheet.mjs.map +1 -1
- package/fesm2015/button-toggle.mjs +10 -10
- package/fesm2015/button-toggle.mjs.map +1 -1
- package/fesm2015/button.mjs +10 -10
- package/fesm2015/button.mjs.map +1 -1
- package/fesm2015/card.mjs +46 -46
- package/fesm2015/card.mjs.map +1 -1
- package/fesm2015/checkbox.mjs +151 -134
- package/fesm2015/checkbox.mjs.map +1 -1
- package/fesm2015/chips.mjs +22 -22
- package/fesm2015/chips.mjs.map +1 -1
- package/fesm2015/core.mjs +59 -59
- package/fesm2015/core.mjs.map +1 -1
- package/fesm2015/datepicker.mjs +82 -82
- package/fesm2015/datepicker.mjs.map +1 -1
- package/fesm2015/dialog.mjs +28 -28
- package/fesm2015/dialog.mjs.map +1 -1
- package/fesm2015/divider.mjs +7 -7
- package/fesm2015/divider.mjs.map +1 -1
- package/fesm2015/expansion.mjs +25 -25
- package/fesm2015/expansion.mjs.map +1 -1
- package/fesm2015/form-field.mjs +28 -28
- package/fesm2015/form-field.mjs.map +1 -1
- package/fesm2015/grid-list.mjs +22 -22
- package/fesm2015/grid-list.mjs.map +1 -1
- package/fesm2015/icon/testing.mjs +7 -7
- package/fesm2015/icon/testing.mjs.map +1 -1
- package/fesm2015/icon.mjs +10 -10
- package/fesm2015/icon.mjs.map +1 -1
- package/fesm2015/input.mjs +7 -7
- package/fesm2015/input.mjs.map +1 -1
- package/fesm2015/list.mjs +28 -28
- package/fesm2015/list.mjs.map +1 -1
- package/fesm2015/menu.mjs +25 -25
- package/fesm2015/menu.mjs.map +1 -1
- package/fesm2015/paginator.mjs +13 -13
- package/fesm2015/paginator.mjs.map +1 -1
- package/fesm2015/progress-bar.mjs +7 -7
- package/fesm2015/progress-bar.mjs.map +1 -1
- package/fesm2015/progress-spinner.mjs +7 -7
- package/fesm2015/progress-spinner.mjs.map +1 -1
- package/fesm2015/radio.mjs +16 -16
- package/fesm2015/radio.mjs.map +1 -1
- package/fesm2015/select.mjs +13 -13
- package/fesm2015/select.mjs.map +1 -1
- package/fesm2015/sidenav.mjs +22 -22
- package/fesm2015/sidenav.mjs.map +1 -1
- package/fesm2015/slide-toggle.mjs +100 -88
- package/fesm2015/slide-toggle.mjs.map +1 -1
- package/fesm2015/slider.mjs +7 -7
- package/fesm2015/slider.mjs.map +1 -1
- package/fesm2015/snack-bar.mjs +16 -16
- package/fesm2015/snack-bar.mjs.map +1 -1
- package/fesm2015/sort.mjs +13 -13
- package/fesm2015/sort.mjs.map +1 -1
- package/fesm2015/stepper.mjs +31 -31
- package/fesm2015/stepper.mjs.map +1 -1
- package/fesm2015/table.mjs +55 -55
- package/fesm2015/table.mjs.map +1 -1
- package/fesm2015/tabs.mjs +81 -61
- package/fesm2015/tabs.mjs.map +1 -1
- package/fesm2015/toolbar.mjs +10 -10
- package/fesm2015/toolbar.mjs.map +1 -1
- package/fesm2015/tooltip.mjs +16 -16
- package/fesm2015/tooltip.mjs.map +1 -1
- package/fesm2015/tree.mjs +25 -25
- package/fesm2015/tree.mjs.map +1 -1
- package/fesm2020/autocomplete.mjs +22 -22
- package/fesm2020/autocomplete.mjs.map +1 -1
- package/fesm2020/badge.mjs +7 -7
- package/fesm2020/badge.mjs.map +1 -1
- package/fesm2020/bottom-sheet.mjs +132 -342
- package/fesm2020/bottom-sheet.mjs.map +1 -1
- package/fesm2020/button-toggle.mjs +10 -10
- package/fesm2020/button-toggle.mjs.map +1 -1
- package/fesm2020/button.mjs +10 -10
- package/fesm2020/button.mjs.map +1 -1
- package/fesm2020/card.mjs +46 -46
- package/fesm2020/card.mjs.map +1 -1
- package/fesm2020/checkbox.mjs +149 -132
- package/fesm2020/checkbox.mjs.map +1 -1
- package/fesm2020/chips.mjs +22 -22
- package/fesm2020/chips.mjs.map +1 -1
- package/fesm2020/core.mjs +59 -59
- package/fesm2020/core.mjs.map +1 -1
- package/fesm2020/datepicker.mjs +82 -82
- package/fesm2020/datepicker.mjs.map +1 -1
- package/fesm2020/dialog.mjs +28 -28
- package/fesm2020/dialog.mjs.map +1 -1
- package/fesm2020/divider.mjs +7 -7
- package/fesm2020/divider.mjs.map +1 -1
- package/fesm2020/expansion.mjs +25 -25
- package/fesm2020/expansion.mjs.map +1 -1
- package/fesm2020/form-field.mjs +28 -28
- package/fesm2020/form-field.mjs.map +1 -1
- package/fesm2020/grid-list.mjs +22 -22
- package/fesm2020/grid-list.mjs.map +1 -1
- package/fesm2020/icon/testing.mjs +7 -7
- package/fesm2020/icon/testing.mjs.map +1 -1
- package/fesm2020/icon.mjs +10 -10
- package/fesm2020/icon.mjs.map +1 -1
- package/fesm2020/input.mjs +7 -7
- package/fesm2020/input.mjs.map +1 -1
- package/fesm2020/list.mjs +28 -28
- package/fesm2020/list.mjs.map +1 -1
- package/fesm2020/menu.mjs +25 -25
- package/fesm2020/menu.mjs.map +1 -1
- package/fesm2020/paginator.mjs +13 -13
- package/fesm2020/paginator.mjs.map +1 -1
- package/fesm2020/progress-bar.mjs +7 -7
- package/fesm2020/progress-bar.mjs.map +1 -1
- package/fesm2020/progress-spinner.mjs +7 -7
- package/fesm2020/progress-spinner.mjs.map +1 -1
- package/fesm2020/radio.mjs +16 -16
- package/fesm2020/radio.mjs.map +1 -1
- package/fesm2020/select.mjs +13 -13
- package/fesm2020/select.mjs.map +1 -1
- package/fesm2020/sidenav.mjs +22 -22
- package/fesm2020/sidenav.mjs.map +1 -1
- package/fesm2020/slide-toggle.mjs +100 -88
- package/fesm2020/slide-toggle.mjs.map +1 -1
- package/fesm2020/slider.mjs +7 -7
- package/fesm2020/slider.mjs.map +1 -1
- package/fesm2020/snack-bar.mjs +16 -16
- package/fesm2020/snack-bar.mjs.map +1 -1
- package/fesm2020/sort.mjs +13 -13
- package/fesm2020/sort.mjs.map +1 -1
- package/fesm2020/stepper.mjs +31 -31
- package/fesm2020/stepper.mjs.map +1 -1
- package/fesm2020/table.mjs +55 -55
- package/fesm2020/table.mjs.map +1 -1
- package/fesm2020/tabs.mjs +81 -61
- package/fesm2020/tabs.mjs.map +1 -1
- package/fesm2020/toolbar.mjs +10 -10
- package/fesm2020/toolbar.mjs.map +1 -1
- package/fesm2020/tooltip.mjs +16 -16
- package/fesm2020/tooltip.mjs.map +1 -1
- package/fesm2020/tree.mjs +25 -25
- package/fesm2020/tree.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-add/setup-project.js +59 -18
- package/schematics/ng-add/setup-project.mjs +59 -18
- package/slide-toggle/index.d.ts +45 -32
- package/tabs/index.d.ts +2 -0
package/bottom-sheet/index.d.ts
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { AnimationEvent as AnimationEvent_2 } from '@angular/animations';
|
|
2
2
|
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
3
|
-
import { BasePortalOutlet } from '@angular/cdk/portal';
|
|
4
3
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
5
|
-
import {
|
|
4
|
+
import { CdkDialogContainer } from '@angular/cdk/dialog';
|
|
6
5
|
import { ChangeDetectorRef } from '@angular/core';
|
|
7
|
-
import { ComponentPortal } from '@angular/cdk/portal';
|
|
8
|
-
import { ComponentRef } from '@angular/core';
|
|
9
6
|
import { ComponentType } from '@angular/cdk/portal';
|
|
7
|
+
import { DialogConfig } from '@angular/cdk/dialog';
|
|
8
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
|
10
9
|
import { Direction } from '@angular/cdk/bidi';
|
|
11
|
-
import { DomPortal } from '@angular/cdk/portal';
|
|
12
10
|
import { ElementRef } from '@angular/core';
|
|
13
|
-
import { EmbeddedViewRef } from '@angular/core';
|
|
14
11
|
import { EventEmitter } from '@angular/core';
|
|
12
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
15
13
|
import { FocusTrapFactory } from '@angular/cdk/a11y';
|
|
16
14
|
import * as i0 from '@angular/core';
|
|
17
|
-
import * as i2 from '@angular/cdk/
|
|
15
|
+
import * as i2 from '@angular/cdk/dialog';
|
|
18
16
|
import * as i3 from '@angular/material/core';
|
|
19
17
|
import * as i4 from '@angular/cdk/portal';
|
|
20
18
|
import { InjectionToken } from '@angular/core';
|
|
@@ -26,7 +24,6 @@ import { OnDestroy } from '@angular/core';
|
|
|
26
24
|
import { Overlay } from '@angular/cdk/overlay';
|
|
27
25
|
import { OverlayRef } from '@angular/cdk/overlay';
|
|
28
26
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
29
|
-
import { TemplatePortal } from '@angular/cdk/portal';
|
|
30
27
|
import { TemplateRef } from '@angular/core';
|
|
31
28
|
import { ViewContainerRef } from '@angular/core';
|
|
32
29
|
|
|
@@ -50,14 +47,14 @@ export declare const MAT_BOTTOM_SHEET_DEFAULT_OPTIONS: InjectionToken<MatBottomS
|
|
|
50
47
|
*/
|
|
51
48
|
export declare class MatBottomSheet implements OnDestroy {
|
|
52
49
|
private _overlay;
|
|
53
|
-
private _injector;
|
|
54
50
|
private _parentBottomSheet;
|
|
55
51
|
private _defaultOptions?;
|
|
56
52
|
private _bottomSheetRefAtThisLevel;
|
|
53
|
+
private _dialog;
|
|
57
54
|
/** Reference to the currently opened bottom sheet. */
|
|
58
55
|
get _openedBottomSheetRef(): MatBottomSheetRef<any> | null;
|
|
59
56
|
set _openedBottomSheetRef(value: MatBottomSheetRef<any> | null);
|
|
60
|
-
constructor(_overlay: Overlay,
|
|
57
|
+
constructor(_overlay: Overlay, injector: Injector, _parentBottomSheet: MatBottomSheet, _defaultOptions?: MatBottomSheetConfig<any> | undefined);
|
|
61
58
|
/**
|
|
62
59
|
* Opens a bottom sheet containing the given component.
|
|
63
60
|
* @param component Type of the component to load into the bottom sheet.
|
|
@@ -78,21 +75,6 @@ export declare class MatBottomSheet implements OnDestroy {
|
|
|
78
75
|
*/
|
|
79
76
|
dismiss<R = any>(result?: R): void;
|
|
80
77
|
ngOnDestroy(): void;
|
|
81
|
-
/**
|
|
82
|
-
* Attaches the bottom sheet container component to the overlay.
|
|
83
|
-
*/
|
|
84
|
-
private _attachContainer;
|
|
85
|
-
/**
|
|
86
|
-
* Creates a new overlay and places it in the correct location.
|
|
87
|
-
* @param config The user-specified bottom sheet config.
|
|
88
|
-
*/
|
|
89
|
-
private _createOverlay;
|
|
90
|
-
/**
|
|
91
|
-
* Creates an injector to be used inside of a bottom sheet component.
|
|
92
|
-
* @param config Config that was used to create the bottom sheet.
|
|
93
|
-
* @param bottomSheetRef Reference to the bottom sheet.
|
|
94
|
-
*/
|
|
95
|
-
private _createInjector;
|
|
96
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheet, [null, null, { optional: true; skipSelf: true; }, { optional: true; }]>;
|
|
97
79
|
static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
|
|
98
80
|
}
|
|
@@ -147,42 +129,16 @@ export declare class MatBottomSheetConfig<D = any> {
|
|
|
147
129
|
* Internal component that wraps user-provided bottom sheet content.
|
|
148
130
|
* @docs-private
|
|
149
131
|
*/
|
|
150
|
-
export declare class MatBottomSheetContainer extends
|
|
151
|
-
private _elementRef;
|
|
132
|
+
export declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDestroy {
|
|
152
133
|
private _changeDetectorRef;
|
|
153
|
-
private _focusTrapFactory;
|
|
154
|
-
private readonly _interactivityChecker;
|
|
155
|
-
private readonly _ngZone;
|
|
156
|
-
/** The bottom sheet configuration. */
|
|
157
|
-
bottomSheetConfig: MatBottomSheetConfig;
|
|
158
134
|
private _breakpointSubscription;
|
|
159
|
-
/** The portal outlet inside of this container into which the content will be loaded. */
|
|
160
|
-
_portalOutlet: CdkPortalOutlet;
|
|
161
135
|
/** The state of the bottom sheet animations. */
|
|
162
136
|
_animationState: 'void' | 'visible' | 'hidden';
|
|
163
137
|
/** Emits whenever the state of the animation changes. */
|
|
164
138
|
_animationStateChanged: EventEmitter<AnimationEvent_2>;
|
|
165
|
-
/** The class that traps and manages focus within the bottom sheet. */
|
|
166
|
-
private _focusTrap;
|
|
167
|
-
/** Element that was focused before the bottom sheet was opened. */
|
|
168
|
-
private _elementFocusedBeforeOpened;
|
|
169
|
-
/** Server-side rendering-compatible reference to the global document object. */
|
|
170
|
-
private _document;
|
|
171
139
|
/** Whether the component has been destroyed. */
|
|
172
140
|
private _destroyed;
|
|
173
|
-
constructor(
|
|
174
|
-
/** The bottom sheet configuration. */
|
|
175
|
-
bottomSheetConfig: MatBottomSheetConfig);
|
|
176
|
-
/** Attach a component portal as content to this bottom sheet container. */
|
|
177
|
-
attachComponentPortal<T>(portal: ComponentPortal<T>): ComponentRef<T>;
|
|
178
|
-
/** Attach a template portal as content to this bottom sheet container. */
|
|
179
|
-
attachTemplatePortal<C>(portal: TemplatePortal<C>): EmbeddedViewRef<C>;
|
|
180
|
-
/**
|
|
181
|
-
* Attaches a DOM portal to the bottom sheet container.
|
|
182
|
-
* @deprecated To be turned into a method.
|
|
183
|
-
* @breaking-change 10.0.0
|
|
184
|
-
*/
|
|
185
|
-
attachDomPortal: (portal: DomPortal) => void;
|
|
141
|
+
constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, document: any, config: DialogConfig, checker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, breakpointObserver: BreakpointObserver, _changeDetectorRef: ChangeDetectorRef, focusMonitor?: FocusMonitor);
|
|
186
142
|
/** Begin animation of bottom sheet entrance into view. */
|
|
187
143
|
enter(): void;
|
|
188
144
|
/** Begin animation of the bottom sheet exiting from view. */
|
|
@@ -190,36 +146,15 @@ export declare class MatBottomSheetContainer extends BasePortalOutlet implements
|
|
|
190
146
|
ngOnDestroy(): void;
|
|
191
147
|
_onAnimationDone(event: AnimationEvent_2): void;
|
|
192
148
|
_onAnimationStart(event: AnimationEvent_2): void;
|
|
149
|
+
protected _captureInitialFocus(): void;
|
|
193
150
|
private _toggleClass;
|
|
194
|
-
|
|
195
|
-
private _setPanelClass;
|
|
196
|
-
/**
|
|
197
|
-
* Focuses the provided element. If the element is not focusable, it will add a tabIndex
|
|
198
|
-
* attribute to forcefully focus it. The attribute is removed after focus is moved.
|
|
199
|
-
* @param element The element to focus.
|
|
200
|
-
*/
|
|
201
|
-
private _forceFocus;
|
|
202
|
-
/**
|
|
203
|
-
* Focuses the first element that matches the given selector within the focus trap.
|
|
204
|
-
* @param selector The CSS selector for the element to set focus to.
|
|
205
|
-
*/
|
|
206
|
-
private _focusByCssSelector;
|
|
207
|
-
/**
|
|
208
|
-
* Moves the focus inside the focus trap. When autoFocus is not set to 'bottom-sheet',
|
|
209
|
-
* if focus cannot be moved then focus will go to the bottom sheet container.
|
|
210
|
-
*/
|
|
211
|
-
private _trapFocus;
|
|
212
|
-
/** Restores focus to the element that was focused before the bottom sheet was opened. */
|
|
213
|
-
private _restoreFocus;
|
|
214
|
-
/** Saves a reference to the element that was focused before the bottom sheet was opened. */
|
|
215
|
-
private _savePreviouslyFocusedElement;
|
|
216
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetContainer, [null, null, null, null, null, null, { optional: true; }, null]>;
|
|
151
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetContainer, [null, null, { optional: true; }, null, null, null, null, null, null, null]>;
|
|
217
152
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never, false>;
|
|
218
153
|
}
|
|
219
154
|
|
|
220
155
|
export declare class MatBottomSheetModule {
|
|
221
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
|
|
222
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, [typeof i1.MatBottomSheetContainer], [typeof i2.
|
|
157
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, [typeof i1.MatBottomSheetContainer], [typeof i2.DialogModule, typeof i3.MatCommonModule, typeof i4.PortalModule], [typeof i1.MatBottomSheetContainer, typeof i3.MatCommonModule]>;
|
|
223
158
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
|
|
224
159
|
}
|
|
225
160
|
|
|
@@ -227,9 +162,9 @@ export declare class MatBottomSheetModule {
|
|
|
227
162
|
* Reference to a bottom sheet dispatched from the bottom sheet service.
|
|
228
163
|
*/
|
|
229
164
|
export declare class MatBottomSheetRef<T = any, R = any> {
|
|
230
|
-
private
|
|
165
|
+
private _ref;
|
|
231
166
|
/** Instance of the component making up the content of the bottom sheet. */
|
|
232
|
-
instance: T;
|
|
167
|
+
get instance(): T;
|
|
233
168
|
/**
|
|
234
169
|
* Instance of the component into which the bottom sheet content is projected.
|
|
235
170
|
* @docs-private
|
|
@@ -237,15 +172,13 @@ export declare class MatBottomSheetRef<T = any, R = any> {
|
|
|
237
172
|
containerInstance: MatBottomSheetContainer;
|
|
238
173
|
/** Whether the user is allowed to close the bottom sheet. */
|
|
239
174
|
disableClose: boolean | undefined;
|
|
240
|
-
/** Subject for notifying the user that the bottom sheet has been dismissed. */
|
|
241
|
-
private readonly _afterDismissed;
|
|
242
175
|
/** Subject for notifying the user that the bottom sheet has opened and appeared. */
|
|
243
176
|
private readonly _afterOpened;
|
|
244
177
|
/** Result to be passed down to the `afterDismissed` stream. */
|
|
245
178
|
private _result;
|
|
246
179
|
/** Handle to the timeout that's running as a fallback in case the exit animation doesn't fire. */
|
|
247
180
|
private _closeFallbackTimeout;
|
|
248
|
-
constructor(
|
|
181
|
+
constructor(_ref: DialogRef<R, T>, config: MatBottomSheetConfig, containerInstance: MatBottomSheetContainer);
|
|
249
182
|
/**
|
|
250
183
|
* Dismisses the bottom sheet.
|
|
251
184
|
* @param result Data to be passed back to the bottom sheet opener.
|
package/checkbox/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { _AbstractConstructor } from '@angular/material/core';
|
|
2
|
-
import { AfterViewChecked } from '@angular/core';
|
|
3
2
|
import { AfterViewInit } from '@angular/core';
|
|
4
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
5
4
|
import { CanColor } from '@angular/material/core';
|
|
@@ -37,6 +36,7 @@ declare namespace i2 {
|
|
|
37
36
|
MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR,
|
|
38
37
|
TransitionCheckState,
|
|
39
38
|
MatCheckboxChange,
|
|
39
|
+
_MatCheckboxBase,
|
|
40
40
|
MatCheckbox
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -64,12 +64,55 @@ export declare const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider;
|
|
|
64
64
|
* have the checkbox be accessible, you may supply an [aria-label] input.
|
|
65
65
|
* See: https://material.io/design/components/selection-controls.html
|
|
66
66
|
*/
|
|
67
|
-
export declare class MatCheckbox extends _MatCheckboxBase implements
|
|
68
|
-
private _changeDetectorRef;
|
|
67
|
+
export declare class MatCheckbox extends _MatCheckboxBase<MatCheckboxChange> implements AfterViewInit, OnDestroy {
|
|
69
68
|
private _focusMonitor;
|
|
70
|
-
|
|
69
|
+
protected _animationClasses: {
|
|
70
|
+
uncheckedToChecked: string;
|
|
71
|
+
uncheckedToIndeterminate: string;
|
|
72
|
+
checkedToUnchecked: string;
|
|
73
|
+
checkedToIndeterminate: string;
|
|
74
|
+
indeterminateToChecked: string;
|
|
75
|
+
indeterminateToUnchecked: string;
|
|
76
|
+
};
|
|
77
|
+
constructor(elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, _focusMonitor: FocusMonitor, ngZone: NgZone, tabIndex: string, animationMode?: string, options?: MatCheckboxDefaultOptions);
|
|
78
|
+
protected _createChangeEvent(isChecked: boolean): MatCheckboxChange;
|
|
79
|
+
protected _getAnimationTargetElement(): any;
|
|
80
|
+
ngAfterViewInit(): void;
|
|
81
|
+
ngOnDestroy(): void;
|
|
82
|
+
/**
|
|
83
|
+
* Event handler for checkbox input element.
|
|
84
|
+
* Toggles checked state if element is not disabled.
|
|
85
|
+
* Do not toggle on (change) event since IE doesn't fire change event when
|
|
86
|
+
* indeterminate checkbox is clicked.
|
|
87
|
+
* @param event
|
|
88
|
+
*/
|
|
89
|
+
_onInputClick(event: Event): void;
|
|
90
|
+
/** Focuses the checkbox. */
|
|
91
|
+
focus(origin?: FocusOrigin, options?: FocusOptions): void;
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckbox, [null, null, null, null, { attribute: "tabindex"; }, { optional: true; }, { optional: true; }]>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatCheckbox, "mat-checkbox", ["matCheckbox"], { "disableRipple": "disableRipple"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare abstract class _MatCheckboxBase<E> extends _MatCheckboxMixinBase implements AfterViewInit, ControlValueAccessor, CanColor, CanDisable, HasTabIndex, CanDisableRipple, FocusableOption {
|
|
97
|
+
protected _changeDetectorRef: ChangeDetectorRef;
|
|
98
|
+
protected _ngZone: NgZone;
|
|
71
99
|
_animationMode?: string | undefined;
|
|
72
|
-
|
|
100
|
+
protected _options?: MatCheckboxDefaultOptions | undefined;
|
|
101
|
+
/** Focuses the checkbox. */
|
|
102
|
+
abstract focus(origin?: FocusOrigin): void;
|
|
103
|
+
/** Creates the change event that will be emitted by the checkbox. */
|
|
104
|
+
protected abstract _createChangeEvent(isChecked: boolean): E;
|
|
105
|
+
/** Gets the element on which to add the animation CSS classes. */
|
|
106
|
+
protected abstract _getAnimationTargetElement(): HTMLElement | null;
|
|
107
|
+
/** CSS classes to add when transitioning between the different checkbox states. */
|
|
108
|
+
protected abstract _animationClasses: {
|
|
109
|
+
uncheckedToChecked: string;
|
|
110
|
+
uncheckedToIndeterminate: string;
|
|
111
|
+
checkedToUnchecked: string;
|
|
112
|
+
checkedToIndeterminate: string;
|
|
113
|
+
indeterminateToChecked: string;
|
|
114
|
+
indeterminateToUnchecked: string;
|
|
115
|
+
};
|
|
73
116
|
/**
|
|
74
117
|
* Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will
|
|
75
118
|
* take precedence so this may be omitted.
|
|
@@ -95,7 +138,7 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
|
|
|
95
138
|
/** Name value will be applied to the input element if present */
|
|
96
139
|
name: string | null;
|
|
97
140
|
/** Event emitted when the checkbox's `checked` value changes. */
|
|
98
|
-
readonly change: EventEmitter<
|
|
141
|
+
readonly change: EventEmitter<E>;
|
|
99
142
|
/** Event emitted when the checkbox's `indeterminate` value changes. */
|
|
100
143
|
readonly indeterminateChange: EventEmitter<boolean>;
|
|
101
144
|
/** The value attribute of the native input element */
|
|
@@ -112,13 +155,9 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
|
|
|
112
155
|
private _currentAnimationClass;
|
|
113
156
|
private _currentCheckState;
|
|
114
157
|
private _controlValueAccessorChangeFn;
|
|
115
|
-
constructor(elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef,
|
|
158
|
+
constructor(idPrefix: string, elementRef: ElementRef<HTMLElement>, _changeDetectorRef: ChangeDetectorRef, _ngZone: NgZone, tabIndex: string, _animationMode?: string | undefined, _options?: MatCheckboxDefaultOptions | undefined);
|
|
116
159
|
ngAfterViewInit(): void;
|
|
117
|
-
|
|
118
|
-
ngOnDestroy(): void;
|
|
119
|
-
/**
|
|
120
|
-
* Whether the checkbox is checked.
|
|
121
|
-
*/
|
|
160
|
+
/** Whether the checkbox is checked. */
|
|
122
161
|
get checked(): boolean;
|
|
123
162
|
set checked(value: BooleanInput);
|
|
124
163
|
private _checked;
|
|
@@ -150,17 +189,9 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
|
|
|
150
189
|
private _emitChangeEvent;
|
|
151
190
|
/** Toggles the `checked` state of the checkbox. */
|
|
152
191
|
toggle(): void;
|
|
153
|
-
|
|
154
|
-
* Event handler for checkbox input element.
|
|
155
|
-
* Toggles checked state if element is not disabled.
|
|
156
|
-
* Do not toggle on (change) event since IE doesn't fire change event when
|
|
157
|
-
* indeterminate checkbox is clicked.
|
|
158
|
-
* @param event
|
|
159
|
-
*/
|
|
160
|
-
_onInputClick(event: Event): void;
|
|
161
|
-
/** Focuses the checkbox. */
|
|
162
|
-
focus(origin?: FocusOrigin, options?: FocusOptions): void;
|
|
192
|
+
protected _handleInputClick(): void;
|
|
163
193
|
_onInteractionEvent(event: Event): void;
|
|
194
|
+
_onBlur(): void;
|
|
164
195
|
private _getAnimationClassForCheckStateTransition;
|
|
165
196
|
/**
|
|
166
197
|
* Syncs the indeterminate value with the checkbox DOM node.
|
|
@@ -171,17 +202,10 @@ export declare class MatCheckbox extends _MatCheckboxBase implements ControlValu
|
|
|
171
202
|
* server-side rendering.
|
|
172
203
|
*/
|
|
173
204
|
private _syncIndeterminate;
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
175
|
-
static
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_MatCheckboxBase<any>, never>;
|
|
206
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_MatCheckboxBase<any>, never, never, { "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "ariaDescribedby": "aria-describedby"; "id": "id"; "required": "required"; "labelPosition": "labelPosition"; "name": "name"; "value": "value"; "checked": "checked"; "disabled": "disabled"; "indeterminate": "indeterminate"; }, { "change": "change"; "indeterminateChange": "indeterminateChange"; }, never, never, false>;
|
|
176
207
|
}
|
|
177
208
|
|
|
178
|
-
/** @docs-private */
|
|
179
|
-
declare const _MatCheckboxBase: _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex> & _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
|
|
180
|
-
new (_elementRef: ElementRef): {
|
|
181
|
-
_elementRef: ElementRef;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
|
|
185
209
|
/** Change event object emitted by MatCheckbox. */
|
|
186
210
|
export declare class MatCheckboxChange {
|
|
187
211
|
/** The source MatCheckbox of the event. */
|
|
@@ -207,6 +231,13 @@ export declare interface MatCheckboxDefaultOptions {
|
|
|
207
231
|
clickAction?: MatCheckboxClickAction;
|
|
208
232
|
}
|
|
209
233
|
|
|
234
|
+
/** @docs-private */
|
|
235
|
+
declare const _MatCheckboxMixinBase: _Constructor<HasTabIndex> & _AbstractConstructor<HasTabIndex> & _Constructor<CanColor> & _AbstractConstructor<CanColor> & _Constructor<CanDisableRipple> & _AbstractConstructor<CanDisableRipple> & _Constructor<CanDisable> & _AbstractConstructor<CanDisable> & {
|
|
236
|
+
new (_elementRef: ElementRef): {
|
|
237
|
+
_elementRef: ElementRef;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
|
|
210
241
|
export declare class MatCheckboxModule {
|
|
211
242
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
|
|
212
243
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, [typeof i2.MatCheckbox], [typeof i3.MatRippleModule, typeof i3.MatCommonModule, typeof i4.ObserversModule, typeof _MatCheckboxRequiredValidatorModule], [typeof i2.MatCheckbox, typeof i3.MatCommonModule, typeof _MatCheckboxRequiredValidatorModule]>;
|
|
@@ -16,17 +16,17 @@ import { MatAutocompleteOrigin } from './autocomplete-origin';
|
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export class MatAutocompleteModule {
|
|
18
18
|
}
|
|
19
|
-
MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-
|
|
20
|
-
MatAutocompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0-
|
|
19
|
+
MatAutocompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
MatAutocompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteModule, declarations: [MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteOrigin], imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule], exports: [MatAutocomplete,
|
|
21
21
|
MatAutocompleteTrigger,
|
|
22
22
|
MatAutocompleteOrigin,
|
|
23
23
|
CdkScrollableModule,
|
|
24
24
|
MatOptionModule,
|
|
25
25
|
MatCommonModule] });
|
|
26
|
-
MatAutocompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-
|
|
26
|
+
MatAutocompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteModule, providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule, CdkScrollableModule,
|
|
27
27
|
MatOptionModule,
|
|
28
28
|
MatCommonModule] });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteModule, decorators: [{
|
|
30
30
|
type: NgModule,
|
|
31
31
|
args: [{
|
|
32
32
|
imports: [OverlayModule, MatOptionModule, MatCommonModule, CommonModule],
|
|
@@ -42,4 +42,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.16",
|
|
|
42
42
|
providers: [MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER],
|
|
43
43
|
}]
|
|
44
44
|
}] });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sc0JBQXNCLENBQUM7QUFDbkQsT0FBTyxFQUFDLGVBQWUsRUFBRSxlQUFlLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUN4RSxPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUMzRCxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDL0MsT0FBTyxFQUNMLHNCQUFzQixFQUN0QixpREFBaUQsR0FDbEQsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUMscUJBQXFCLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQzs7QUFlNUQsTUFBTSxPQUFPLHFCQUFxQjs7dUhBQXJCLHFCQUFxQjt3SEFBckIscUJBQXFCLGlCQUhqQixlQUFlLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLGFBVG5FLGFBQWEsRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLFlBQVksYUFFckUsZUFBZTtRQUNmLHNCQUFzQjtRQUN0QixxQkFBcUI7UUFDckIsbUJBQW1CO1FBQ25CLGVBQWU7UUFDZixlQUFlO3dIQUtOLHFCQUFxQixhQUZyQixDQUFDLGlEQUFpRCxDQUFDLFlBVnBELGFBQWEsRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFLckUsbUJBQW1CO1FBQ25CLGVBQWU7UUFDZixlQUFlO2dHQUtOLHFCQUFxQjtrQkFiakMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSxZQUFZLENBQUM7b0JBQ3hFLE9BQU8sRUFBRTt3QkFDUCxlQUFlO3dCQUNmLHNCQUFzQjt3QkFDdEIscUJBQXFCO3dCQUNyQixtQkFBbUI7d0JBQ25CLGVBQWU7d0JBQ2YsZUFBZTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFLENBQUMsZUFBZSxFQUFFLHNCQUFzQixFQUFFLHFCQUFxQixDQUFDO29CQUM5RSxTQUFTLEVBQUUsQ0FBQyxpREFBaUQsQ0FBQztpQkFDL0QiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7T3ZlcmxheU1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHtNYXRPcHRpb25Nb2R1bGUsIE1hdENvbW1vbk1vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XG5pbXBvcnQge0Nka1Njcm9sbGFibGVNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2Nkay9zY3JvbGxpbmcnO1xuaW1wb3J0IHtNYXRBdXRvY29tcGxldGV9IGZyb20gJy4vYXV0b2NvbXBsZXRlJztcbmltcG9ydCB7XG4gIE1hdEF1dG9jb21wbGV0ZVRyaWdnZXIsXG4gIE1BVF9BVVRPQ09NUExFVEVfU0NST0xMX1NUUkFURUdZX0ZBQ1RPUllfUFJPVklERVIsXG59IGZyb20gJy4vYXV0b2NvbXBsZXRlLXRyaWdnZXInO1xuaW1wb3J0IHtNYXRBdXRvY29tcGxldGVPcmlnaW59IGZyb20gJy4vYXV0b2NvbXBsZXRlLW9yaWdpbic7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtPdmVybGF5TW9kdWxlLCBNYXRPcHRpb25Nb2R1bGUsIE1hdENvbW1vbk1vZHVsZSwgQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW1xuICAgIE1hdEF1dG9jb21wbGV0ZSxcbiAgICBNYXRBdXRvY29tcGxldGVUcmlnZ2VyLFxuICAgIE1hdEF1dG9jb21wbGV0ZU9yaWdpbixcbiAgICBDZGtTY3JvbGxhYmxlTW9kdWxlLFxuICAgIE1hdE9wdGlvbk1vZHVsZSxcbiAgICBNYXRDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW01hdEF1dG9jb21wbGV0ZSwgTWF0QXV0b2NvbXBsZXRlVHJpZ2dlciwgTWF0QXV0b2NvbXBsZXRlT3JpZ2luXSxcbiAgcHJvdmlkZXJzOiBbTUFUX0FVVE9DT01QTEVURV9TQ1JPTExfU1RSQVRFR1lfRkFDVE9SWV9QUk9WSURFUl0sXG59KVxuZXhwb3J0IGNsYXNzIE1hdEF1dG9jb21wbGV0ZU1vZHVsZSB7fVxuIl19
|
|
@@ -15,9 +15,9 @@ export class _MatAutocompleteOriginBase {
|
|
|
15
15
|
this.elementRef = elementRef;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
_MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-
|
|
19
|
-
_MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-
|
|
18
|
+
_MatAutocompleteOriginBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: _MatAutocompleteOriginBase, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
+
_MatAutocompleteOriginBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: _MatAutocompleteOriginBase, ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: _MatAutocompleteOriginBase, decorators: [{
|
|
21
21
|
type: Directive
|
|
22
22
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
23
23
|
/**
|
|
@@ -26,13 +26,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.16",
|
|
|
26
26
|
*/
|
|
27
27
|
export class MatAutocompleteOrigin extends _MatAutocompleteOriginBase {
|
|
28
28
|
}
|
|
29
|
-
MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-
|
|
30
|
-
MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-
|
|
29
|
+
MatAutocompleteOrigin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteOrigin, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
+
MatAutocompleteOrigin.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0-rc.1", type: MatAutocompleteOrigin, selector: "[matAutocompleteOrigin]", exportAs: ["matAutocompleteOrigin"], usesInheritance: true, ngImport: i0 });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-rc.1", ngImport: i0, type: MatAutocompleteOrigin, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
34
|
selector: '[matAutocompleteOrigin]',
|
|
35
35
|
exportAs: 'matAutocompleteOrigin',
|
|
36
36
|
}]
|
|
37
37
|
}] });
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLW9yaWdpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLW9yaWdpbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsU0FBUyxFQUFFLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQzs7QUFFcEQsa0ZBQWtGO0FBRWxGLE1BQU0sT0FBZ0IsMEJBQTBCO0lBQzlDO0lBQ0Usa0VBQWtFO0lBQzNELFVBQW1DO1FBQW5DLGVBQVUsR0FBVixVQUFVLENBQXlCO0lBQ3pDLENBQUM7OzRIQUpnQiwwQkFBMEI7Z0hBQTFCLDBCQUEwQjtnR0FBMUIsMEJBQTBCO2tCQUQvQyxTQUFTOztBQVFWOzs7R0FHRztBQUtILE1BQU0sT0FBTyxxQkFBc0IsU0FBUSwwQkFBMEI7O3VIQUF4RCxxQkFBcUI7MkdBQXJCLHFCQUFxQjtnR0FBckIscUJBQXFCO2tCQUpqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFFBQVEsRUFBRSx1QkFBdUI7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAbGljZW5zZVxuICogQ29weXJpZ2h0IEdvb2dsZSBMTEMgQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbmltcG9ydCB7RGlyZWN0aXZlLCBFbGVtZW50UmVmfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqIEJhc2UgY2xhc3MgY29udGFpbmluZyBhbGwgb2YgdGhlIGZ1bmN0aW9uYWxpdHkgZm9yIGBNYXRBdXRvY29tcGxldGVPcmlnaW5gLiAqL1xuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgX01hdEF1dG9jb21wbGV0ZU9yaWdpbkJhc2Uge1xuICBjb25zdHJ1Y3RvcihcbiAgICAvKiogUmVmZXJlbmNlIHRvIHRoZSBlbGVtZW50IG9uIHdoaWNoIHRoZSBkaXJlY3RpdmUgaXMgYXBwbGllZC4gKi9cbiAgICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sXG4gICkge31cbn1cblxuLyoqXG4gKiBEaXJlY3RpdmUgYXBwbGllZCB0byBhbiBlbGVtZW50IHRvIG1ha2UgaXQgdXNhYmxlXG4gKiBhcyBhIGNvbm5lY3Rpb24gcG9pbnQgZm9yIGFuIGF1dG9jb21wbGV0ZSBwYW5lbC5cbiAqL1xuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW21hdEF1dG9jb21wbGV0ZU9yaWdpbl0nLFxuICBleHBvcnRBczogJ21hdEF1dG9jb21wbGV0ZU9yaWdpbicsXG59KVxuZXhwb3J0IGNsYXNzIE1hdEF1dG9jb21wbGV0ZU9yaWdpbiBleHRlbmRzIF9NYXRBdXRvY29tcGxldGVPcmlnaW5CYXNlIHt9XG4iXX0=
|