@angular/material 19.1.0-next.1 → 19.1.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 +5 -5
- package/button/index.d.ts +2 -0
- package/core/index.d.ts +1 -0
- package/core/theming/_theming.scss +1 -1
- package/datepicker/index.d.ts +1 -0
- package/expansion/index.d.ts +11 -8
- package/fesm2022/autocomplete.mjs +54 -50
- package/fesm2022/autocomplete.mjs.map +1 -1
- package/fesm2022/badge.mjs +10 -10
- package/fesm2022/badge.mjs.map +1 -1
- package/fesm2022/bottom-sheet.mjs +10 -10
- package/fesm2022/bottom-sheet.mjs.map +1 -1
- package/fesm2022/button-toggle.mjs +10 -10
- package/fesm2022/button-toggle.mjs.map +1 -1
- package/fesm2022/button.mjs +39 -37
- package/fesm2022/button.mjs.map +1 -1
- package/fesm2022/card.mjs +46 -46
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/checkbox.mjs +14 -14
- package/fesm2022/checkbox.mjs.map +1 -1
- package/fesm2022/chips.mjs +40 -40
- package/fesm2022/chips.mjs.map +1 -1
- package/fesm2022/core.mjs +73 -75
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/datepicker.mjs +104 -111
- package/fesm2022/datepicker.mjs.map +1 -1
- package/fesm2022/dialog.mjs +25 -25
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/divider.mjs +7 -7
- package/fesm2022/divider.mjs.map +1 -1
- package/fesm2022/expansion.mjs +114 -105
- package/fesm2022/expansion.mjs.map +1 -1
- package/fesm2022/form-field.mjs +39 -37
- package/fesm2022/form-field.mjs.map +1 -1
- package/fesm2022/grid-list.mjs +22 -22
- package/fesm2022/grid-list.mjs.map +1 -1
- package/fesm2022/icon/testing.mjs +7 -7
- package/fesm2022/icon/testing.mjs.map +1 -1
- package/fesm2022/icon.mjs +10 -10
- package/fesm2022/icon.mjs.map +1 -1
- package/fesm2022/input.mjs +26 -32
- package/fesm2022/input.mjs.map +1 -1
- package/fesm2022/list.mjs +58 -55
- package/fesm2022/list.mjs.map +1 -1
- package/fesm2022/menu.mjs +219 -192
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/paginator.mjs +40 -31
- package/fesm2022/paginator.mjs.map +1 -1
- package/fesm2022/progress-bar.mjs +12 -10
- package/fesm2022/progress-bar.mjs.map +1 -1
- package/fesm2022/progress-spinner.mjs +7 -7
- package/fesm2022/progress-spinner.mjs.map +1 -1
- package/fesm2022/radio.mjs +15 -14
- package/fesm2022/radio.mjs.map +1 -1
- package/fesm2022/select.mjs +24 -13
- package/fesm2022/select.mjs.map +1 -1
- package/fesm2022/sidenav.mjs +28 -27
- package/fesm2022/sidenav.mjs.map +1 -1
- package/fesm2022/slide-toggle.mjs +14 -14
- package/fesm2022/slide-toggle.mjs.map +1 -1
- package/fesm2022/slider.mjs +38 -39
- package/fesm2022/slider.mjs.map +1 -1
- package/fesm2022/snack-bar.mjs +22 -22
- package/fesm2022/snack-bar.mjs.map +1 -1
- package/fesm2022/sort.mjs +13 -13
- package/fesm2022/sort.mjs.map +1 -1
- package/fesm2022/stepper.mjs +31 -31
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/table.mjs +59 -70
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/tabs.mjs +58 -66
- package/fesm2022/tabs.mjs.map +1 -1
- package/fesm2022/timepicker.mjs +58 -41
- package/fesm2022/timepicker.mjs.map +1 -1
- package/fesm2022/toolbar.mjs +10 -10
- package/fesm2022/toolbar.mjs.map +1 -1
- package/fesm2022/tooltip.mjs +54 -76
- package/fesm2022/tooltip.mjs.map +1 -1
- package/fesm2022/tree.mjs +25 -25
- package/fesm2022/tree.mjs.map +1 -1
- package/form-field/index.d.ts +1 -0
- package/input/index.d.ts +8 -5
- package/list/index.d.ts +2 -0
- package/menu/index.d.ts +20 -19
- package/package.json +2 -2
- package/paginator/index.d.ts +8 -0
- package/progress-bar/index.d.ts +2 -0
- package/radio/index.d.ts +4 -2
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
- package/schematics/ng-update/index_bundled.js +31 -31
- package/select/index.d.ts +15 -2
- package/sidenav/index.d.ts +1 -0
- package/slider/index.d.ts +4 -1
- package/tabs/index.d.ts +4 -2
- package/timepicker/index.d.ts +4 -0
- package/tooltip/index.d.ts +4 -5
|
@@ -658,9 +658,9 @@ var require_tslib = __commonJS({
|
|
|
658
658
|
}
|
|
659
659
|
});
|
|
660
660
|
|
|
661
|
-
// bazel-out/
|
|
661
|
+
// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
|
|
662
662
|
var require_attribute_selectors = __commonJS({
|
|
663
|
-
"bazel-out/
|
|
663
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
|
|
672
672
|
var require_class_names = __commonJS({
|
|
673
|
-
"bazel-out/
|
|
673
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
|
|
682
682
|
var require_constructor_checks = __commonJS({
|
|
683
|
-
"bazel-out/
|
|
683
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
|
|
692
692
|
var require_css_selectors = __commonJS({
|
|
693
|
-
"bazel-out/
|
|
693
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
|
|
702
702
|
var require_css_tokens = __commonJS({
|
|
703
|
-
"bazel-out/
|
|
703
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
|
|
712
712
|
var require_element_selectors = __commonJS({
|
|
713
|
-
"bazel-out/
|
|
713
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
|
|
722
722
|
var require_input_names = __commonJS({
|
|
723
|
-
"bazel-out/
|
|
723
|
+
"bazel-out/k8-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/k8-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/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
|
|
742
742
|
var require_output_names = __commonJS({
|
|
743
|
-
"bazel-out/
|
|
743
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
|
|
752
752
|
var require_property_names = __commonJS({
|
|
753
|
-
"bazel-out/
|
|
753
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
|
|
762
762
|
var require_symbol_removal = __commonJS({
|
|
763
|
-
"bazel-out/
|
|
763
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
|
|
772
772
|
var require_data = __commonJS({
|
|
773
|
-
"bazel-out/
|
|
773
|
+
"bazel-out/k8-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/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
|
|
792
792
|
var require_upgrade_data = __commonJS({
|
|
793
|
-
"bazel-out/
|
|
793
|
+
"bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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
|
@@ -100,6 +100,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
100
100
|
ngControl: NgControl;
|
|
101
101
|
private _liveAnnouncer;
|
|
102
102
|
protected _defaultOptions: MatSelectConfig | null;
|
|
103
|
+
private _initialized;
|
|
103
104
|
/** All of the defined select options. */
|
|
104
105
|
options: QueryList<MatOption>;
|
|
105
106
|
/** All of the defined groups of options. */
|
|
@@ -249,7 +250,13 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
249
250
|
* If set to null or an empty string, the panel will grow to match the longest option's text.
|
|
250
251
|
*/
|
|
251
252
|
panelWidth: string | number | null;
|
|
252
|
-
|
|
253
|
+
/**
|
|
254
|
+
* By default selecting an option with a `null` or `undefined` value will reset the select's
|
|
255
|
+
* value. Enable this option if the reset behavior doesn't match your requirements and instead
|
|
256
|
+
* the nullable options should become selected. The value of this input can be controlled app-wide
|
|
257
|
+
* using the `MAT_SELECT_CONFIG` injection token.
|
|
258
|
+
*/
|
|
259
|
+
canSelectNullableOptions: boolean;
|
|
253
260
|
/** Combined stream of all of the child options' change events. */
|
|
254
261
|
readonly optionSelectionChanges: Observable<MatOptionSelectionChange>;
|
|
255
262
|
/** Event emitted when the select panel has been toggled. */
|
|
@@ -427,7 +434,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
427
434
|
*/
|
|
428
435
|
get shouldLabelFloat(): boolean;
|
|
429
436
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
|
|
430
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
|
|
437
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "canSelectNullableOptions": { "alias": "canSelectNullableOptions"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
|
|
431
438
|
static ngAcceptInputType_disabled: unknown;
|
|
432
439
|
static ngAcceptInputType_disableRipple: unknown;
|
|
433
440
|
static ngAcceptInputType_tabIndex: unknown;
|
|
@@ -436,6 +443,7 @@ export declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy
|
|
|
436
443
|
static ngAcceptInputType_multiple: unknown;
|
|
437
444
|
static ngAcceptInputType_disableOptionCentering: unknown;
|
|
438
445
|
static ngAcceptInputType_typeaheadDebounceInterval: unknown;
|
|
446
|
+
static ngAcceptInputType_canSelectNullableOptions: unknown;
|
|
439
447
|
}
|
|
440
448
|
|
|
441
449
|
/**
|
|
@@ -482,6 +490,11 @@ export declare interface MatSelectConfig {
|
|
|
482
490
|
* If set to null or an empty string, the panel will grow to match the longest option's text.
|
|
483
491
|
*/
|
|
484
492
|
panelWidth?: string | number | null;
|
|
493
|
+
/**
|
|
494
|
+
* Whether nullable options can be selected by default.
|
|
495
|
+
* See `MatSelect.canSelectNullableOptions` for more information.
|
|
496
|
+
*/
|
|
497
|
+
canSelectNullableOptions?: boolean;
|
|
485
498
|
}
|
|
486
499
|
|
|
487
500
|
export declare class MatSelectModule {
|
package/sidenav/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export declare class MatDrawer implements AfterViewInit, AfterContentChecked, On
|
|
|
66
66
|
private _focusMonitor;
|
|
67
67
|
private _platform;
|
|
68
68
|
private _ngZone;
|
|
69
|
+
private _renderer;
|
|
69
70
|
private readonly _interactivityChecker;
|
|
70
71
|
private _doc;
|
|
71
72
|
_container?: MatDrawerContainer | null | undefined;
|
package/slider/index.d.ts
CHANGED
|
@@ -374,6 +374,8 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
|
|
|
374
374
|
readonly _elementRef: ElementRef<HTMLInputElement>;
|
|
375
375
|
readonly _cdr: ChangeDetectorRef;
|
|
376
376
|
protected _slider: _MatSlider;
|
|
377
|
+
private _platform;
|
|
378
|
+
private _listenerCleanups;
|
|
377
379
|
get value(): number;
|
|
378
380
|
set value(value: number);
|
|
379
381
|
/**
|
|
@@ -461,7 +463,6 @@ export declare class MatSliderThumb implements _MatSliderThumb, OnDestroy, Contr
|
|
|
461
463
|
* See https://github.com/angular/angular/issues/14988.
|
|
462
464
|
*/
|
|
463
465
|
protected _isControlInitialized: boolean;
|
|
464
|
-
private _platform;
|
|
465
466
|
constructor(...args: unknown[]);
|
|
466
467
|
ngOnDestroy(): void;
|
|
467
468
|
/** @docs-private */
|
|
@@ -601,6 +602,8 @@ export declare class MatSliderVisualThumb implements _MatSliderVisualThumb, Afte
|
|
|
601
602
|
readonly _cdr: ChangeDetectorRef;
|
|
602
603
|
private readonly _ngZone;
|
|
603
604
|
private _slider;
|
|
605
|
+
private _renderer;
|
|
606
|
+
private _listenerCleanups;
|
|
604
607
|
/** Whether the slider displays a numeric value label upon pressing the thumb. */
|
|
605
608
|
discrete: boolean;
|
|
606
609
|
/** Indicates which slider thumb this input corresponds to. */
|
package/tabs/index.d.ts
CHANGED
|
@@ -181,7 +181,11 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
|
|
|
181
181
|
private _dir;
|
|
182
182
|
private _ngZone;
|
|
183
183
|
private _platform;
|
|
184
|
+
private _sharedResizeObserver;
|
|
185
|
+
private _injector;
|
|
186
|
+
private _renderer;
|
|
184
187
|
_animationMode: "NoopAnimations" | "BrowserAnimations" | null;
|
|
188
|
+
private _eventCleanups;
|
|
185
189
|
abstract _items: QueryList<MatPaginatedTabHeaderItem>;
|
|
186
190
|
abstract _inkBar: {
|
|
187
191
|
hide: () => void;
|
|
@@ -230,8 +234,6 @@ export declare abstract class MatPaginatedTabHeader implements AfterContentCheck
|
|
|
230
234
|
readonly selectFocusedIndex: EventEmitter<number>;
|
|
231
235
|
/** Event emitted when a label is focused. */
|
|
232
236
|
readonly indexFocused: EventEmitter<number>;
|
|
233
|
-
private _sharedResizeObserver;
|
|
234
|
-
private _injector;
|
|
235
237
|
constructor(...args: unknown[]);
|
|
236
238
|
/** Called when the user has selected an item via the keyboard. */
|
|
237
239
|
protected abstract _itemSelected(event: KeyboardEvent): void;
|
package/timepicker/index.d.ts
CHANGED
|
@@ -93,6 +93,8 @@ export declare class MatTimepicker<D> implements OnDestroy, MatOptionParentCompo
|
|
|
93
93
|
readonly ariaLabel: InputSignal<string | null>;
|
|
94
94
|
/** ID of the label element for the timepicker panel. */
|
|
95
95
|
readonly ariaLabelledby: InputSignal<string | null>;
|
|
96
|
+
/** Whether the timepicker is currently disabled. */
|
|
97
|
+
readonly disabled: Signal<boolean>;
|
|
96
98
|
constructor();
|
|
97
99
|
/** Opens the timepicker. */
|
|
98
100
|
open(): void;
|
|
@@ -150,6 +152,7 @@ export declare class MatTimepickerInput<D> implements ControlValueAccessor, Vali
|
|
|
150
152
|
private _onChange;
|
|
151
153
|
private _onTouched;
|
|
152
154
|
private _validatorOnChange;
|
|
155
|
+
private _cleanupClick;
|
|
153
156
|
private _accessorDisabled;
|
|
154
157
|
private _localeSubscription;
|
|
155
158
|
private _timepickerSubscription;
|
|
@@ -281,6 +284,7 @@ export declare interface MatTimepickerSelected<D> {
|
|
|
281
284
|
export declare class MatTimepickerToggle<D> {
|
|
282
285
|
private _defaultConfig;
|
|
283
286
|
private _defaultTabIndex;
|
|
287
|
+
protected _isDisabled: Signal<boolean>;
|
|
284
288
|
/** Timepicker instance that the button will toggle. */
|
|
285
289
|
readonly timepicker: InputSignal<MatTimepicker<D>>;
|
|
286
290
|
/** Screen-reader label for the button. */
|
package/tooltip/index.d.ts
CHANGED
|
@@ -80,6 +80,8 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
|
|
|
80
80
|
private _focusMonitor;
|
|
81
81
|
protected _dir: Directionality;
|
|
82
82
|
private _injector;
|
|
83
|
+
private _document;
|
|
84
|
+
private _renderer;
|
|
83
85
|
private _defaultOptions;
|
|
84
86
|
_overlayRef: OverlayRef | null;
|
|
85
87
|
_tooltipInstance: TooltipComponent | null;
|
|
@@ -142,10 +144,8 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
|
|
|
142
144
|
set tooltipClass(value: string | string[] | Set<string> | {
|
|
143
145
|
[key: string]: any;
|
|
144
146
|
});
|
|
145
|
-
/**
|
|
146
|
-
private readonly
|
|
147
|
-
/** Reference to the current document. */
|
|
148
|
-
private _document;
|
|
147
|
+
/** Cleanup functions for manually-bound events. */
|
|
148
|
+
private readonly _eventCleanups;
|
|
149
149
|
/** Timer started at the last `touchstart` event. */
|
|
150
150
|
private _touchstartTimeout;
|
|
151
151
|
/** Emits when the component is destroyed. */
|
|
@@ -202,7 +202,6 @@ export declare class MatTooltip implements OnDestroy, AfterViewInit {
|
|
|
202
202
|
/** Binds the pointer events to the tooltip trigger. */
|
|
203
203
|
private _setupPointerEnterEventsIfNeeded;
|
|
204
204
|
private _setupPointerExitEventsIfNeeded;
|
|
205
|
-
private _addListeners;
|
|
206
205
|
private _platformSupportsMouseEvents;
|
|
207
206
|
/** Listener for the `wheel` event on the element. */
|
|
208
207
|
private _wheelListener;
|