@angular/material 21.0.0-next.2 → 21.0.0-next.3
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/autocomplete/index.d.ts +3 -4
- package/badge/index.d.ts +2 -3
- package/bottom-sheet/index.d.ts +3 -3
- package/button/index.d.ts +2 -3
- package/button-toggle/index.d.ts +2 -3
- package/card/index.d.ts +2 -3
- package/checkbox/index.d.ts +2 -3
- package/chips/_m3-chip.scss +2 -5
- package/chips/index.d.ts +2 -3
- package/core/index.d.ts +0 -1
- package/datepicker/index.d.ts +4 -4
- package/dialog/index.d.ts +6 -7
- package/divider/index.d.ts +2 -3
- package/expansion/index.d.ts +4 -5
- package/fesm2022/autocomplete.mjs +5 -9
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge.mjs +5 -6
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +5 -7
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +5 -6
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +5 -19
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +6 -8
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +5 -6
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +12 -13
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +3 -4
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +6 -7
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog/testing.mjs +0 -1
- package/fesm2022/dialog/testing.mjs.map +1 -1
- package/fesm2022/dialog.mjs +6 -7
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider.mjs +5 -7
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion.mjs +7 -9
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +5 -24
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +6 -11
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon.mjs +5 -7
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input.mjs +5 -6
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/line.mjs +5 -5
- package/fesm2022/line.mjs.map +1 -1
- package/fesm2022/list.mjs +6 -7
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +6 -10
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/option-module.mjs +5 -5
- package/fesm2022/option-module.mjs.map +1 -1
- package/fesm2022/option.mjs +2 -2
- package/fesm2022/option.mjs.map +1 -1
- package/fesm2022/paginator.mjs +0 -1
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +6 -8
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +4 -6
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/pseudo-checkbox-module.mjs +5 -5
- package/fesm2022/pseudo-checkbox-module.mjs.map +1 -1
- package/fesm2022/radio.mjs +5 -6
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/ripple-module.mjs +5 -5
- package/fesm2022/ripple-module.mjs.map +1 -1
- package/fesm2022/select.mjs +9 -10
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +7 -11
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +5 -6
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +7 -21
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +5 -21
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort.mjs +5 -6
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +6 -10
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +6 -8
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +5 -22
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +5 -7
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +5 -6
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +6 -8
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/index.d.ts +1 -2
- package/form-field-module.d.d.ts +3 -3
- package/grid-list/index.d.ts +2 -3
- package/icon/index.d.ts +1 -2
- package/icon-module.d.d.ts +2 -2
- package/input/index.d.ts +3 -4
- package/line.d.d.ts +2 -2
- package/list/index.d.ts +3 -4
- package/menu/index.d.ts +3 -3
- package/option-module.d.d.ts +2 -2
- package/package.json +2 -2
- package/paginator/index.d.ts +1 -2
- package/prebuilt-themes/deeppurple-amber.css +1 -1
- package/prebuilt-themes/indigo-pink.css +1 -1
- package/prebuilt-themes/pink-bluegrey.css +1 -1
- package/prebuilt-themes/purple-green.css +1 -1
- package/progress-bar/index.d.ts +2 -3
- package/progress-spinner/index.d.ts +2 -3
- package/pseudo-checkbox-module.d.d.ts +2 -2
- package/radio/index.d.ts +2 -3
- package/ripple-module.d.d.ts +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/select/index.d.ts +3 -4
- package/sidenav/index.d.ts +3 -4
- package/slide-toggle/index.d.ts +2 -3
- package/slider/_m2-slider.scss +1 -0
- package/slider/_m3-slider.scss +5 -2
- package/slider/index.d.ts +2 -2
- package/snack-bar/index.d.ts +3 -3
- package/sort/index.d.ts +2 -3
- package/stepper/index.d.ts +4 -5
- package/table/index.d.ts +3 -4
- package/tabs/index.d.ts +2 -2
- package/timepicker/index.d.ts +2 -2
- package/toolbar/index.d.ts +2 -3
- package/tooltip/index.d.ts +3 -3
- package/tree/index.d.ts +2 -3
- package/common-module.d.d.ts +0 -44
- package/fesm2022/common-module.mjs +0 -42
- package/fesm2022/common-module.mjs.map +0 -1
package/autocomplete/index.d.ts
CHANGED
|
@@ -3,18 +3,17 @@ import { InjectionToken, AfterContentInit, OnDestroy, TemplateRef, ElementRef, Q
|
|
|
3
3
|
import * as i2 from '@angular/cdk/overlay';
|
|
4
4
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
5
5
|
import { MatOptionModule } from '../option-module.d.js';
|
|
6
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
7
6
|
import { ThemePalette } from '../palette.d.js';
|
|
8
7
|
import { MatOption, MatOptgroup, MatOptionSelectionChange } from '../option.d.js';
|
|
9
8
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
10
9
|
import { ControlValueAccessor } from '@angular/forms';
|
|
11
10
|
import { Observable } from 'rxjs';
|
|
12
|
-
import * as
|
|
11
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
12
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
13
13
|
import '../ripple-module.d.js';
|
|
14
14
|
import '../ripple.d.js';
|
|
15
15
|
import '@angular/cdk/platform';
|
|
16
16
|
import '../pseudo-checkbox-module.d.js';
|
|
17
|
-
import '@angular/cdk/bidi';
|
|
18
17
|
|
|
19
18
|
/** Event object that is emitted when an autocomplete option is selected. */
|
|
20
19
|
declare class MatAutocompleteSelectedEvent {
|
|
@@ -413,7 +412,7 @@ declare class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewI
|
|
|
413
412
|
|
|
414
413
|
declare class MatAutocompleteModule {
|
|
415
414
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatAutocompleteModule, never>;
|
|
416
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof
|
|
415
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatAutocompleteModule, never, [typeof i2.OverlayModule, typeof MatOptionModule, typeof MatAutocomplete, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin], [typeof i1.CdkScrollableModule, typeof MatAutocomplete, typeof MatOptionModule, typeof i2$1.BidiModule, typeof MatAutocompleteTrigger, typeof MatAutocompleteOrigin]>;
|
|
417
416
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatAutocompleteModule>;
|
|
418
417
|
}
|
|
419
418
|
|
package/badge/index.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import * as i1 from '@angular/cdk/a11y';
|
|
3
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
4
3
|
import { MatBadge, _MatBadgeStyleLoader } from '../badge.d.js';
|
|
5
4
|
export { MatBadgePosition, MatBadgeSize } from '../badge.d.js';
|
|
6
|
-
import '@angular/cdk/bidi';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
7
6
|
import '../palette.d.js';
|
|
8
7
|
|
|
9
8
|
declare class MatBadgeModule {
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBadgeModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBadgeModule, never, [typeof i1.A11yModule, typeof MatBadge, typeof _MatBadgeStyleLoader], [typeof MatBadge, typeof i2.BidiModule]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBadgeModule>;
|
|
13
12
|
}
|
|
14
13
|
|
package/bottom-sheet/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, ComponentRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/cdk/dialog';
|
|
4
4
|
import { CdkDialogContainer, DialogRef } from '@angular/cdk/dialog';
|
|
5
|
-
import
|
|
6
|
-
import * as i3 from '@angular/cdk/portal';
|
|
5
|
+
import * as i2 from '@angular/cdk/portal';
|
|
7
6
|
import { ComponentType } from '@angular/cdk/portal';
|
|
7
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
8
8
|
import { Direction } from '@angular/cdk/bidi';
|
|
9
9
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
10
10
|
import { Observable } from 'rxjs';
|
|
@@ -40,7 +40,7 @@ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDe
|
|
|
40
40
|
|
|
41
41
|
declare class MatBottomSheetModule {
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof i2.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof i2$1.BidiModule]>;
|
|
44
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
|
|
45
45
|
}
|
|
46
46
|
|
package/button/index.d.ts
CHANGED
|
@@ -3,9 +3,8 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
|
|
4
4
|
import { ThemePalette } from '../palette.d.js';
|
|
5
5
|
import { MatRippleLoader } from '../ripple-loader.d.js';
|
|
6
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
7
6
|
import { MatRippleModule } from '../ripple-module.d.js';
|
|
8
|
-
import '@angular/cdk/bidi';
|
|
7
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
9
8
|
import '../ripple.d.js';
|
|
10
9
|
import '@angular/cdk/platform';
|
|
11
10
|
|
|
@@ -203,7 +202,7 @@ type MatIconAnchor = MatIconButton;
|
|
|
203
202
|
|
|
204
203
|
declare class MatButtonModule {
|
|
205
204
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
|
|
206
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof
|
|
205
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof MatRippleModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton], [typeof i2.BidiModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton]>;
|
|
207
206
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
|
|
208
207
|
}
|
|
209
208
|
|
package/button-toggle/index.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { MatButtonToggleGroup, MatButtonToggle } from '../button-toggle.d.js';
|
|
2
2
|
export { MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, MAT_BUTTON_TOGGLE_GROUP, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, MatButtonToggleAppearance, MatButtonToggleChange, MatButtonToggleDefaultOptions, ToggleType } from '../button-toggle.d.js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
5
4
|
import { MatRippleModule } from '../ripple-module.d.js';
|
|
6
|
-
import '@angular/cdk/bidi';
|
|
5
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
7
6
|
import '@angular/forms';
|
|
8
7
|
import '../ripple.d.js';
|
|
9
8
|
import '@angular/cdk/platform';
|
|
10
9
|
|
|
11
10
|
declare class MatButtonToggleModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof i2.BidiModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonToggleModule>;
|
|
15
14
|
}
|
|
16
15
|
|
package/card/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import '@angular/cdk/bidi';
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
4
|
|
|
6
5
|
type MatCardAppearance = 'outlined' | 'raised' | 'filled';
|
|
7
6
|
/** Object that can be used to configure the default options for the card module. */
|
|
@@ -149,7 +148,7 @@ declare class MatCardAvatar {
|
|
|
149
148
|
|
|
150
149
|
declare class MatCardModule {
|
|
151
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCardModule, never>;
|
|
152
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof
|
|
151
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCardModule, never, [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage], [typeof MatCard, typeof MatCardActions, typeof MatCardAvatar, typeof MatCardContent, typeof MatCardFooter, typeof MatCardHeader, typeof MatCardImage, typeof MatCardLgImage, typeof MatCardMdImage, typeof MatCardSmImage, typeof MatCardSubtitle, typeof MatCardTitle, typeof MatCardTitleGroup, typeof MatCardXlImage, typeof i2.BidiModule]>;
|
|
153
152
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatCardModule>;
|
|
154
153
|
}
|
|
155
154
|
|
package/checkbox/index.d.ts
CHANGED
|
@@ -3,8 +3,7 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { AfterViewInit, OnChanges, ElementRef, EventEmitter, SimpleChanges, InjectionToken } from '@angular/core';
|
|
4
4
|
import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
5
|
import { ThemePalette } from '../palette.d.js';
|
|
6
|
-
import
|
|
7
|
-
import '@angular/cdk/bidi';
|
|
6
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
9
|
* Represents the different states that require custom transitions between them.
|
|
@@ -209,7 +208,7 @@ type MatCheckboxClickAction = 'noop' | 'check' | 'check-indeterminate' | undefin
|
|
|
209
208
|
|
|
210
209
|
declare class MatCheckboxModule {
|
|
211
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxModule, never>;
|
|
212
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox
|
|
211
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof MatCheckbox], [typeof MatCheckbox, typeof i2.BidiModule]>;
|
|
213
212
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>;
|
|
214
213
|
}
|
|
215
214
|
|
package/chips/_m3-chip.scss
CHANGED
|
@@ -49,11 +49,8 @@
|
|
|
49
49
|
chip-selected-label-text-color: map.get($system, on-secondary-container),
|
|
50
50
|
chip-selected-trailing-action-state-layer-color: map.get($system, on-secondary-container),
|
|
51
51
|
chip-selected-trailing-icon-color: map.get($system, on-secondary-container),
|
|
52
|
-
|
|
53
|
-
chip-trailing-action-
|
|
54
|
-
calc(map.get($system, focus-state-layer-opacity) * 2),
|
|
55
|
-
chip-trailing-action-hover-state-layer-opacity:
|
|
56
|
-
calc(map.get($system, hover-state-layer-opacity) * 2),
|
|
52
|
+
chip-trailing-action-focus-state-layer-opacity: map.get($system, focus-state-layer-opacity),
|
|
53
|
+
chip-trailing-action-hover-state-layer-opacity: map.get($system, hover-state-layer-opacity),
|
|
57
54
|
chip-trailing-action-state-layer-color: map.get($system, on-surface-variant),
|
|
58
55
|
chip-with-icon-disabled-icon-color: map.get($system, on-surface),
|
|
59
56
|
chip-with-icon-icon-color: map.get($system, on-surface-variant),
|
package/chips/index.d.ts
CHANGED
|
@@ -5,9 +5,8 @@ import { FocusKeyManager } from '@angular/cdk/a11y';
|
|
|
5
5
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
6
6
|
import { ErrorStateMatcher } from '../error-options.d.js';
|
|
7
7
|
import { MatFormFieldControl } from '../form-field-control.d.js';
|
|
8
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
9
8
|
import { MatRippleModule } from '../ripple-module.d.js';
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
9
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
11
10
|
import '../ripple.d.js';
|
|
12
11
|
import '@angular/cdk/platform';
|
|
13
12
|
|
|
@@ -937,7 +936,7 @@ declare class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
|
|
|
937
936
|
|
|
938
937
|
declare class MatChipsModule {
|
|
939
938
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatChipsModule, never>;
|
|
940
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof
|
|
939
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatChipsModule, never, [typeof MatRippleModule, typeof MatChipAction, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon], [typeof i2.BidiModule, typeof MatChip, typeof MatChipAvatar, typeof MatChipEdit, typeof MatChipEditInput, typeof MatChipGrid, typeof MatChipInput, typeof MatChipListbox, typeof MatChipOption, typeof MatChipRemove, typeof MatChipRow, typeof MatChipSet, typeof MatChipTrailingIcon]>;
|
|
941
940
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatChipsModule>;
|
|
942
941
|
}
|
|
943
942
|
|
package/core/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Version, InjectionToken, Provider } from '@angular/core';
|
|
3
|
-
export { GranularSanityChecks, MATERIAL_SANITY_CHECKS, MatCommonModule, SanityChecks } from '../common-module.d.js';
|
|
4
3
|
export { ThemePalette } from '../palette.d.js';
|
|
5
4
|
import { NgControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
6
5
|
import { Subject } from 'rxjs';
|
package/datepicker/index.d.ts
CHANGED
|
@@ -5,17 +5,17 @@ import * as i2 from '@angular/cdk/overlay';
|
|
|
5
5
|
import { ScrollStrategy } from '@angular/cdk/overlay';
|
|
6
6
|
import * as i1 from '@angular/cdk/a11y';
|
|
7
7
|
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i2$1 from '@angular/cdk/portal';
|
|
9
9
|
import { ComponentType, Portal, TemplatePortal } from '@angular/cdk/portal';
|
|
10
|
-
import { MatCommonModule } from '../common-module.d.js';
|
|
11
10
|
import { Observable, Subject } from 'rxjs';
|
|
12
11
|
import { DateAdapter } from '../date-adapter.d.js';
|
|
13
12
|
import { ThemePalette } from '../palette.d.js';
|
|
14
13
|
import { ControlValueAccessor, Validator, ValidatorFn, AbstractControl, ValidationErrors, NgForm, FormGroupDirective, NgControl } from '@angular/forms';
|
|
15
14
|
import { MatFormFieldControl } from '../form-field-control.d.js';
|
|
15
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
16
16
|
import { Directionality } from '@angular/cdk/bidi';
|
|
17
17
|
import { ErrorStateMatcher } from '../error-options.d.js';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i1$1 from '@angular/cdk/scrolling';
|
|
19
19
|
import '../ripple-loader.d.js';
|
|
20
20
|
import '../ripple-module.d.js';
|
|
21
21
|
import '../ripple.d.js';
|
|
@@ -1690,7 +1690,7 @@ declare class MatDatepickerActions implements AfterViewInit, OnDestroy {
|
|
|
1690
1690
|
|
|
1691
1691
|
declare class MatDatepickerModule {
|
|
1692
1692
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDatepickerModule, never>;
|
|
1693
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof
|
|
1693
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDatepickerModule, never, [typeof MatButtonModule, typeof i2.OverlayModule, typeof i1.A11yModule, typeof i2$1.PortalModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply], [typeof i2$2.BidiModule, typeof i1$1.CdkScrollableModule, typeof MatCalendar, typeof MatCalendarBody, typeof MatDatepicker, typeof MatDatepickerContent, typeof MatDatepickerInput, typeof MatDatepickerToggle, typeof MatDatepickerToggleIcon, typeof MatMonthView, typeof MatYearView, typeof MatMultiYearView, typeof MatCalendarHeader, typeof MatDateRangeInput, typeof MatStartDate, typeof MatEndDate, typeof MatDateRangePicker, typeof MatDatepickerActions, typeof MatDatepickerCancel, typeof MatDatepickerApply]>;
|
|
1694
1694
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDatepickerModule>;
|
|
1695
1695
|
}
|
|
1696
1696
|
|
package/dialog/index.d.ts
CHANGED
|
@@ -2,12 +2,11 @@ import { MatDialogRef, MatDialogContainer } from '../dialog.d.js';
|
|
|
2
2
|
export { AutoFocusTarget, DialogPosition, DialogRole, MAT_DIALOG_DATA, MAT_DIALOG_DEFAULT_OPTIONS, MAT_DIALOG_SCROLL_STRATEGY, MatDialog, MatDialogConfig, MatDialogState, _closeDialogVia } from '../dialog.d.js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
5
|
-
import * as
|
|
6
|
-
import * as i1 from '@angular/cdk/dialog';
|
|
5
|
+
import * as i1 from '@angular/cdk/scrolling';
|
|
6
|
+
import * as i1$1 from '@angular/cdk/dialog';
|
|
7
7
|
import * as i2 from '@angular/cdk/overlay';
|
|
8
|
-
import * as
|
|
9
|
-
import
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
8
|
+
import * as i2$1 from '@angular/cdk/portal';
|
|
9
|
+
import * as i2$2 from '@angular/cdk/bidi';
|
|
11
10
|
import '@angular/cdk/a11y';
|
|
12
11
|
import 'rxjs';
|
|
13
12
|
|
|
@@ -59,7 +58,7 @@ declare class MatDialogTitle extends MatDialogLayoutSection {
|
|
|
59
58
|
*/
|
|
60
59
|
declare class MatDialogContent {
|
|
61
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogContent, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatDialogContent, "[mat-dialog-content], mat-dialog-content, [matDialogContent]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
|
|
63
62
|
}
|
|
64
63
|
/**
|
|
65
64
|
* Container for the bottom action buttons in a dialog.
|
|
@@ -78,7 +77,7 @@ declare class MatDialogActions extends MatDialogLayoutSection {
|
|
|
78
77
|
|
|
79
78
|
declare class MatDialogModule {
|
|
80
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDialogModule, never>;
|
|
81
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1.DialogModule, typeof i2.OverlayModule, typeof
|
|
80
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDialogModule, never, [typeof i1$1.DialogModule, typeof i2.OverlayModule, typeof i2$1.PortalModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent], [typeof i2$2.BidiModule, typeof MatDialogContainer, typeof MatDialogClose, typeof MatDialogTitle, typeof MatDialogActions, typeof MatDialogContent]>;
|
|
82
81
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDialogModule>;
|
|
83
82
|
}
|
|
84
83
|
|
package/divider/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import '@angular/cdk/bidi';
|
|
3
|
+
import * as i2 from '@angular/cdk/bidi';
|
|
5
4
|
|
|
6
5
|
declare class MatDivider {
|
|
7
6
|
/** Whether the divider is vertically aligned. */
|
|
@@ -18,7 +17,7 @@ declare class MatDivider {
|
|
|
18
17
|
|
|
19
18
|
declare class MatDividerModule {
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatDividerModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, never, [typeof MatDivider], [typeof MatDivider, typeof i2.BidiModule]>;
|
|
22
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatDividerModule>;
|
|
23
22
|
}
|
|
24
23
|
|
package/expansion/index.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, TemplateRef, AfterContentInit, OnChanges, OnDestroy, EventEmitter, SimpleChanges, ElementRef, AfterViewInit, QueryList } from '@angular/core';
|
|
3
|
-
import
|
|
4
|
-
import * as i2 from '@angular/cdk/accordion';
|
|
3
|
+
import * as i1 from '@angular/cdk/accordion';
|
|
5
4
|
import { CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
|
|
6
|
-
import * as
|
|
5
|
+
import * as i2 from '@angular/cdk/portal';
|
|
7
6
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
8
7
|
import { FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
|
|
9
8
|
import { Subject } from 'rxjs';
|
|
10
|
-
import '@angular/cdk/bidi';
|
|
9
|
+
import * as i2$1 from '@angular/cdk/bidi';
|
|
11
10
|
|
|
12
11
|
/** MatAccordion's display modes. */
|
|
13
12
|
type MatAccordionDisplayMode = 'default' | 'flat';
|
|
@@ -249,7 +248,7 @@ declare class MatAccordion extends CdkAccordion implements MatAccordionBase, Aft
|
|
|
249
248
|
|
|
250
249
|
declare class MatExpansionModule {
|
|
251
250
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionModule, never>;
|
|
252
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof
|
|
251
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatExpansionModule, never, [typeof i1.CdkAccordionModule, typeof i2.PortalModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent], [typeof i2$1.BidiModule, typeof MatAccordion, typeof MatExpansionPanel, typeof MatExpansionPanelActionRow, typeof MatExpansionPanelHeader, typeof MatExpansionPanelTitle, typeof MatExpansionPanelDescription, typeof MatExpansionPanelContent]>;
|
|
253
252
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatExpansionModule>;
|
|
254
253
|
}
|
|
255
254
|
|
|
@@ -2,13 +2,13 @@ import { MAT_OPTION_PARENT_COMPONENT, MatOption, MAT_OPTGROUP, MatOptionSelectio
|
|
|
2
2
|
export { MatOptgroup } from './option.mjs';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { InjectionToken, inject, ChangeDetectorRef, ElementRef, EventEmitter, booleanAttribute, TemplateRef, Component, ViewEncapsulation, ChangeDetectionStrategy, ViewChild, ContentChildren, Input, Output, Directive, forwardRef, Injector, EnvironmentInjector, ViewContainerRef, NgZone, Renderer2, afterNextRender, NgModule } from '@angular/core';
|
|
5
|
+
import { Directionality, BidiModule } from '@angular/cdk/bidi';
|
|
5
6
|
import { ViewportRuler, CdkScrollableModule } from '@angular/cdk/scrolling';
|
|
6
7
|
import { createRepositionScrollStrategy, createOverlayRef, OverlayConfig, createFlexibleConnectedPositionStrategy, OverlayModule } from '@angular/cdk/overlay';
|
|
7
8
|
import { _IdGenerator, ActiveDescendantKeyManager, removeAriaReferencedId, addAriaReferencedId } from '@angular/cdk/a11y';
|
|
8
9
|
import { Platform, _getFocusedElementPierceShadowDom, _getEventTarget } from '@angular/cdk/platform';
|
|
9
10
|
import { Subscription, Subject, merge, of, defer, Observable } from 'rxjs';
|
|
10
11
|
import { _animationsDisabled } from './animation.mjs';
|
|
11
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
12
12
|
import { hasModifierKey, ESCAPE, ENTER, TAB, UP_ARROW, DOWN_ARROW } from '@angular/cdk/keycodes';
|
|
13
13
|
import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
|
|
14
14
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
@@ -17,7 +17,6 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
|
17
17
|
import { filter, map, startWith, switchMap, tap, delay, take } from 'rxjs/operators';
|
|
18
18
|
import { MAT_FORM_FIELD } from './form-field2.mjs';
|
|
19
19
|
import { MatOptionModule } from './option-module.mjs';
|
|
20
|
-
import { MatCommonModule } from './common-module.mjs';
|
|
21
20
|
import './ripple.mjs';
|
|
22
21
|
import '@angular/cdk/private';
|
|
23
22
|
import './pseudo-checkbox.mjs';
|
|
@@ -1188,20 +1187,18 @@ class MatAutocompleteModule {
|
|
|
1188
1187
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1189
1188
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatAutocompleteModule, imports: [OverlayModule,
|
|
1190
1189
|
MatOptionModule,
|
|
1191
|
-
MatCommonModule,
|
|
1192
1190
|
MatAutocomplete,
|
|
1193
1191
|
MatAutocompleteTrigger,
|
|
1194
1192
|
MatAutocompleteOrigin], exports: [CdkScrollableModule,
|
|
1195
1193
|
MatAutocomplete,
|
|
1196
1194
|
MatOptionModule,
|
|
1197
|
-
|
|
1195
|
+
BidiModule,
|
|
1198
1196
|
MatAutocompleteTrigger,
|
|
1199
1197
|
MatAutocompleteOrigin] });
|
|
1200
1198
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatAutocompleteModule, imports: [OverlayModule,
|
|
1199
|
+
MatOptionModule, CdkScrollableModule,
|
|
1201
1200
|
MatOptionModule,
|
|
1202
|
-
|
|
1203
|
-
MatOptionModule,
|
|
1204
|
-
MatCommonModule] });
|
|
1201
|
+
BidiModule] });
|
|
1205
1202
|
}
|
|
1206
1203
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2", ngImport: i0, type: MatAutocompleteModule, decorators: [{
|
|
1207
1204
|
type: NgModule,
|
|
@@ -1209,7 +1206,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2",
|
|
|
1209
1206
|
imports: [
|
|
1210
1207
|
OverlayModule,
|
|
1211
1208
|
MatOptionModule,
|
|
1212
|
-
MatCommonModule,
|
|
1213
1209
|
MatAutocomplete,
|
|
1214
1210
|
MatAutocompleteTrigger,
|
|
1215
1211
|
MatAutocompleteOrigin,
|
|
@@ -1218,7 +1214,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-next.2",
|
|
|
1218
1214
|
CdkScrollableModule,
|
|
1219
1215
|
MatAutocomplete,
|
|
1220
1216
|
MatOptionModule,
|
|
1221
|
-
|
|
1217
|
+
BidiModule,
|
|
1222
1218
|
MatAutocompleteTrigger,
|
|
1223
1219
|
MatAutocompleteOrigin,
|
|
1224
1220
|
],
|