@angular/material 19.2.0-next.2 → 19.2.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/bottom-sheet/index.d.ts +1 -2
- package/button/_button-base.scss +1 -1
- package/checkbox/_checkbox-common.scss +29 -16
- package/chips/index.d.ts +0 -2
- package/datepicker/index.d.ts +2 -3
- package/dialog/index.d.ts +5 -2
- package/expansion/index.d.ts +7 -4
- package/fesm2022/bottom-sheet.mjs +72 -13
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +3 -3
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +16 -16
- package/fesm2022/checkbox.mjs +2 -2
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +12 -13
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +102 -21
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog.mjs +92 -16
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/expansion.mjs +72 -16
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +34 -9
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/list.mjs +2 -2
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +84 -21
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/select.mjs +83 -15
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +72 -22
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +60 -15
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort.mjs +286 -43
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +138 -29
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/tabs.mjs +128 -30
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +36 -9
- package/fesm2022/tooltip.mjs.map +1 -1
- package/form-field/index.d.ts +1 -2
- package/menu/index.d.ts +4 -5
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +2 -2
- package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +2 -2
- package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +2 -2
- package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +2 -2
- package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
- package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +2 -2
- package/schematics/ng-update/index_bundled.js +31 -31
- package/select/index.d.ts +2 -3
- package/sidenav/index.d.ts +1 -2
- package/snack-bar/index.d.ts +1 -2
- package/sort/index.d.ts +6 -7
- package/stepper/index.d.ts +2 -3
- package/tabs/index.d.ts +1 -2
- package/tooltip/index.d.ts +1 -2
|
@@ -658,9 +658,9 @@ var require_tslib = __commonJS({
|
|
|
658
658
|
}
|
|
659
659
|
});
|
|
660
660
|
|
|
661
|
-
// bazel-out/
|
|
661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
662
662
|
var require_attribute_selectors = __commonJS({
|
|
663
|
-
"bazel-out/
|
|
663
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
|
|
664
664
|
"use strict";
|
|
665
665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
666
666
|
exports.attributeSelectors = void 0;
|
|
@@ -668,9 +668,9 @@ var require_attribute_selectors = __commonJS({
|
|
|
668
668
|
}
|
|
669
669
|
});
|
|
670
670
|
|
|
671
|
-
// bazel-out/
|
|
671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
672
672
|
var require_class_names = __commonJS({
|
|
673
|
-
"bazel-out/
|
|
673
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
|
|
674
674
|
"use strict";
|
|
675
675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
676
676
|
exports.classNames = void 0;
|
|
@@ -678,9 +678,9 @@ var require_class_names = __commonJS({
|
|
|
678
678
|
}
|
|
679
679
|
});
|
|
680
680
|
|
|
681
|
-
// bazel-out/
|
|
681
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
682
682
|
var require_constructor_checks = __commonJS({
|
|
683
|
-
"bazel-out/
|
|
683
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
|
|
684
684
|
"use strict";
|
|
685
685
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
686
686
|
exports.constructorChecks = void 0;
|
|
@@ -688,9 +688,9 @@ var require_constructor_checks = __commonJS({
|
|
|
688
688
|
}
|
|
689
689
|
});
|
|
690
690
|
|
|
691
|
-
// bazel-out/
|
|
691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
692
692
|
var require_css_selectors = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
|
|
694
694
|
"use strict";
|
|
695
695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
696
696
|
exports.cssSelectors = void 0;
|
|
@@ -698,9 +698,9 @@ var require_css_selectors = __commonJS({
|
|
|
698
698
|
}
|
|
699
699
|
});
|
|
700
700
|
|
|
701
|
-
// bazel-out/
|
|
701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
|
|
702
702
|
var require_css_tokens = __commonJS({
|
|
703
|
-
"bazel-out/
|
|
703
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
|
|
704
704
|
"use strict";
|
|
705
705
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
706
706
|
exports.cssTokens = void 0;
|
|
@@ -708,9 +708,9 @@ var require_css_tokens = __commonJS({
|
|
|
708
708
|
}
|
|
709
709
|
});
|
|
710
710
|
|
|
711
|
-
// bazel-out/
|
|
711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
712
712
|
var require_element_selectors = __commonJS({
|
|
713
|
-
"bazel-out/
|
|
713
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
|
|
714
714
|
"use strict";
|
|
715
715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
716
716
|
exports.elementSelectors = void 0;
|
|
@@ -718,9 +718,9 @@ var require_element_selectors = __commonJS({
|
|
|
718
718
|
}
|
|
719
719
|
});
|
|
720
720
|
|
|
721
|
-
// bazel-out/
|
|
721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
722
722
|
var require_input_names = __commonJS({
|
|
723
|
-
"bazel-out/
|
|
723
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
|
|
724
724
|
"use strict";
|
|
725
725
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
726
726
|
exports.inputNames = void 0;
|
|
@@ -728,9 +728,9 @@ var require_input_names = __commonJS({
|
|
|
728
728
|
}
|
|
729
729
|
});
|
|
730
730
|
|
|
731
|
-
// bazel-out/
|
|
731
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
|
|
732
732
|
var require_method_call_checks = __commonJS({
|
|
733
|
-
"bazel-out/
|
|
733
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
|
|
734
734
|
"use strict";
|
|
735
735
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
736
736
|
exports.methodCallChecks = void 0;
|
|
@@ -738,9 +738,9 @@ var require_method_call_checks = __commonJS({
|
|
|
738
738
|
}
|
|
739
739
|
});
|
|
740
740
|
|
|
741
|
-
// bazel-out/
|
|
741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
742
742
|
var require_output_names = __commonJS({
|
|
743
|
-
"bazel-out/
|
|
743
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
|
|
744
744
|
"use strict";
|
|
745
745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
746
746
|
exports.outputNames = void 0;
|
|
@@ -748,9 +748,9 @@ var require_output_names = __commonJS({
|
|
|
748
748
|
}
|
|
749
749
|
});
|
|
750
750
|
|
|
751
|
-
// bazel-out/
|
|
751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
752
752
|
var require_property_names = __commonJS({
|
|
753
|
-
"bazel-out/
|
|
753
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
|
|
754
754
|
"use strict";
|
|
755
755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
756
756
|
exports.propertyNames = void 0;
|
|
@@ -758,9 +758,9 @@ var require_property_names = __commonJS({
|
|
|
758
758
|
}
|
|
759
759
|
});
|
|
760
760
|
|
|
761
|
-
// bazel-out/
|
|
761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
762
762
|
var require_symbol_removal = __commonJS({
|
|
763
|
-
"bazel-out/
|
|
763
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
|
|
764
764
|
"use strict";
|
|
765
765
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
766
766
|
exports.symbolRemoval = void 0;
|
|
@@ -768,9 +768,9 @@ var require_symbol_removal = __commonJS({
|
|
|
768
768
|
}
|
|
769
769
|
});
|
|
770
770
|
|
|
771
|
-
// bazel-out/
|
|
771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
772
772
|
var require_data = __commonJS({
|
|
773
|
-
"bazel-out/
|
|
773
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
|
|
774
774
|
"use strict";
|
|
775
775
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
776
776
|
var tslib_1 = require_tslib();
|
|
@@ -788,9 +788,9 @@ var require_data = __commonJS({
|
|
|
788
788
|
}
|
|
789
789
|
});
|
|
790
790
|
|
|
791
|
-
// bazel-out/
|
|
791
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
792
792
|
var require_upgrade_data = __commonJS({
|
|
793
|
-
"bazel-out/
|
|
793
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
|
|
794
794
|
"use strict";
|
|
795
795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
796
796
|
exports.materialUpgradeData = void 0;
|
|
@@ -7210,9 +7210,9 @@ var require_scss_syntax = __commonJS({
|
|
|
7210
7210
|
}
|
|
7211
7211
|
});
|
|
7212
7212
|
|
|
7213
|
-
// bazel-out/
|
|
7213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js
|
|
7214
7214
|
var require_mat_core_removal = __commonJS({
|
|
7215
|
-
"bazel-out/
|
|
7215
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/mat-core-removal.js"(exports) {
|
|
7216
7216
|
"use strict";
|
|
7217
7217
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7218
7218
|
exports.MatCoreMigration = void 0;
|
|
@@ -7287,9 +7287,9 @@ var require_mat_core_removal = __commonJS({
|
|
|
7287
7287
|
}
|
|
7288
7288
|
});
|
|
7289
7289
|
|
|
7290
|
-
// bazel-out/
|
|
7290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js
|
|
7291
7291
|
var require_explicit_system_variable_prefix = __commonJS({
|
|
7292
|
-
"bazel-out/
|
|
7292
|
+
"bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/migrations/explicit-system-variable-prefix.js"(exports) {
|
|
7293
7293
|
"use strict";
|
|
7294
7294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7295
7295
|
exports.ExplicitSystemVariablePrefixMigration = void 0;
|
|
@@ -7375,7 +7375,7 @@ var require_explicit_system_variable_prefix = __commonJS({
|
|
|
7375
7375
|
}
|
|
7376
7376
|
});
|
|
7377
7377
|
|
|
7378
|
-
// bazel-out/
|
|
7378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/src/material/schematics/ng-update/index.mjs
|
|
7379
7379
|
var ng_update_exports = {};
|
|
7380
7380
|
__export(ng_update_exports, {
|
|
7381
7381
|
updateToV19: () => updateToV19
|
package/select/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
2
2
|
import { AfterContentInit } from '@angular/core';
|
|
3
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
4
3
|
import { CdkConnectedOverlay } from '@angular/cdk/overlay';
|
|
5
4
|
import { CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
6
5
|
import { ChangeDetectorRef } from '@angular/core';
|
|
@@ -460,8 +459,8 @@ export declare const matSelectAnimations: {
|
|
|
460
459
|
* @deprecated No longer being used. To be removed.
|
|
461
460
|
* @breaking-change 12.0.0
|
|
462
461
|
*/
|
|
463
|
-
readonly transformPanelWrap:
|
|
464
|
-
readonly transformPanel:
|
|
462
|
+
readonly transformPanelWrap: any;
|
|
463
|
+
readonly transformPanel: any;
|
|
465
464
|
};
|
|
466
465
|
|
|
467
466
|
/** Change event object that is emitted when the select value has changed. */
|
package/sidenav/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit } from '@angular/core';
|
|
2
2
|
import { AfterViewInit } from '@angular/core';
|
|
3
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
4
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
5
4
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
6
5
|
import { DoCheck } from '@angular/core';
|
|
@@ -208,7 +207,7 @@ export declare class MatDrawer implements AfterViewInit, OnDestroy {
|
|
|
208
207
|
* @breaking-change 21.0.0
|
|
209
208
|
*/
|
|
210
209
|
export declare const matDrawerAnimations: {
|
|
211
|
-
readonly transformDrawer:
|
|
210
|
+
readonly transformDrawer: any;
|
|
212
211
|
};
|
|
213
212
|
|
|
214
213
|
/**
|
package/snack-bar/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
1
|
import { AriaLivePoliteness } from '@angular/cdk/a11y';
|
|
3
2
|
import { BasePortalOutlet } from '@angular/cdk/portal';
|
|
4
3
|
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
@@ -151,7 +150,7 @@ export declare class MatSnackBarActions {
|
|
|
151
150
|
* @breaking-change 21.0.0
|
|
152
151
|
*/
|
|
153
152
|
export declare const matSnackBarAnimations: {
|
|
154
|
-
readonly snackBarState:
|
|
153
|
+
readonly snackBarState: any;
|
|
155
154
|
};
|
|
156
155
|
|
|
157
156
|
/**
|
package/sort/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
3
2
|
import { EventEmitter } from '@angular/core';
|
|
4
3
|
import * as i0 from '@angular/core';
|
|
5
4
|
import * as i1 from '@angular/material/core';
|
|
@@ -139,12 +138,12 @@ export declare interface MatSortable {
|
|
|
139
138
|
* @breaking-change 21.0.0
|
|
140
139
|
*/
|
|
141
140
|
export declare const matSortAnimations: {
|
|
142
|
-
readonly indicator:
|
|
143
|
-
readonly leftPointer:
|
|
144
|
-
readonly rightPointer:
|
|
145
|
-
readonly arrowOpacity:
|
|
146
|
-
readonly arrowPosition:
|
|
147
|
-
readonly allowChildren:
|
|
141
|
+
readonly indicator: any;
|
|
142
|
+
readonly leftPointer: any;
|
|
143
|
+
readonly rightPointer: any;
|
|
144
|
+
readonly arrowOpacity: any;
|
|
145
|
+
readonly arrowPosition: any;
|
|
146
|
+
readonly allowChildren: any;
|
|
148
147
|
};
|
|
149
148
|
|
|
150
149
|
/** Default options for `mat-sort`. */
|
package/stepper/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AbstractControl } from '@angular/forms';
|
|
2
2
|
import { AfterContentInit } from '@angular/core';
|
|
3
3
|
import { AfterViewInit } from '@angular/core';
|
|
4
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
5
4
|
import { CdkStep } from '@angular/cdk/stepper';
|
|
6
5
|
import { CdkStepHeader } from '@angular/cdk/stepper';
|
|
7
6
|
import { CdkStepLabel } from '@angular/cdk/stepper';
|
|
@@ -235,8 +234,8 @@ export declare class MatStepper extends CdkStepper implements AfterViewInit, Aft
|
|
|
235
234
|
* @breaking-change 21.0.0
|
|
236
235
|
*/
|
|
237
236
|
export declare const matStepperAnimations: {
|
|
238
|
-
readonly horizontalStepTransition:
|
|
239
|
-
readonly verticalStepTransition:
|
|
237
|
+
readonly horizontalStepTransition: any;
|
|
238
|
+
readonly verticalStepTransition: any;
|
|
240
239
|
};
|
|
241
240
|
|
|
242
241
|
/**
|
package/tabs/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AfterContentChecked } from '@angular/core';
|
|
2
2
|
import { AfterContentInit } from '@angular/core';
|
|
3
3
|
import { AfterViewInit } from '@angular/core';
|
|
4
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
5
4
|
import { BehaviorSubject } from 'rxjs';
|
|
6
5
|
import { CdkPortal } from '@angular/cdk/portal';
|
|
7
6
|
import { CdkPortalOutlet } from '@angular/cdk/portal';
|
|
@@ -919,7 +918,7 @@ export declare class MatTabNavPanel {
|
|
|
919
918
|
* @breaking-change 21.0.0.
|
|
920
919
|
*/
|
|
921
920
|
export declare const matTabsAnimations: {
|
|
922
|
-
readonly translateTab:
|
|
921
|
+
readonly translateTab: any;
|
|
923
922
|
};
|
|
924
923
|
|
|
925
924
|
/** Object that can be used to configure the default options for the tabs module. */
|
package/tooltip/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
3
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
3
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
5
4
|
import { Directionality } from '@angular/cdk/bidi';
|
|
@@ -224,7 +223,7 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
|
|
|
224
223
|
* @breaking-change 21.0.0
|
|
225
224
|
*/
|
|
226
225
|
export declare const matTooltipAnimations: {
|
|
227
|
-
readonly tooltipState:
|
|
226
|
+
readonly tooltipState: any;
|
|
228
227
|
};
|
|
229
228
|
|
|
230
229
|
/** Default `matTooltip` options that can be overridden. */
|