Socket
Socket
Sign inDemoInstall

@angular/material

Package Overview
Dependencies
Maintainers
2
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/material - npm Package Compare versions

Comparing version 19.0.0-next.0 to 19.0.0-next.1

core/tokens/_m3-system.scss

4

dialog/index.d.ts

@@ -338,3 +338,3 @@ import { AnimationTriggerMetadata } from '@angular/animations';

export declare class MatDialogContainer extends CdkDialogContainer<MatDialogConfig> implements OnDestroy {
private _animationMode?;
private _animationMode;
/** Emits when an animation state changes. */

@@ -354,3 +354,3 @@ _animationStateChanged: EventEmitter<LegacyDialogAnimationEvent>;

private _animationTimer;
constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, _document: any, dialogConfig: MatDialogConfig, interactivityChecker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, _animationMode?: string | undefined, focusMonitor?: FocusMonitor);
constructor(elementRef: ElementRef, focusTrapFactory: FocusTrapFactory, _document: any, dialogConfig: MatDialogConfig, interactivityChecker: InteractivityChecker, ngZone: NgZone, overlayRef: OverlayRef, _unusedAnimationMode?: string, focusMonitor?: FocusMonitor);
protected _contentAttached(): void;

@@ -357,0 +357,0 @@ /** Starts the dialog open animation if enabled. */

@@ -34,2 +34,4 @@ import { AfterViewInit } from '@angular/core';

export {
MatInputConfig,
MAT_INPUT_CONFIG,
MatInput

@@ -39,2 +41,5 @@ }

/** Injection token that can be used to provide the default options for the input. */
export declare const MAT_INPUT_CONFIG: InjectionToken<MatInputConfig>;
/**

@@ -69,2 +74,3 @@ * This token is used to inject the object whose value should be set into `MatInput`. If none is

private _webkitBlinkWheelListenerAttached;
private _config;
/** Whether the component is being rendered on the server. */

@@ -151,2 +157,4 @@ readonly _isServer: boolean;

private _readonly;
/** Whether the input should remain interactive when it is disabled. */
disabledInteractive: boolean;
/** Whether the input is in an error state. */

@@ -213,6 +221,15 @@ get errorState(): boolean;

private _ensureWheelDefaultBehavior;
/** Gets the value to set on the `readonly` attribute. */
protected _getReadonlyAttribute(): string | null;
static ɵfac: i0.ɵɵFactoryDeclaration<MatInput, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }, null, null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInput, "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", ["matInput"], { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, never, true, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInput, "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", ["matInput"], { "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "value": { "alias": "value"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; }, {}, never, never, true, never>;
static ngAcceptInputType_disabledInteractive: unknown;
}
/** Object that can be used to configure the default options for the input. */
export declare interface MatInputConfig {
/** Whether disabled inputs should be interactive. */
disabledInteractive?: boolean;
}
export declare class MatInputModule {

@@ -219,0 +236,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<MatInputModule, never>;

{
"name": "@angular/material",
"version": "19.0.0-next.0",
"version": "19.0.0-next.1",
"description": "Angular Material",

@@ -493,3 +493,3 @@ "repository": {

"@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/cdk": "19.0.0-next.0",
"@angular/cdk": "19.0.0-next.1",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",

@@ -496,0 +496,0 @@ "@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",

@@ -22,3 +22,3 @@ "use strict";

*/
const fallbackMaterialVersionRange = `~19.0.0-next.0`;
const fallbackMaterialVersionRange = `~19.0.0-next.1`;
/**

@@ -25,0 +25,0 @@ * Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be

@@ -608,5 +608,5 @@ var __create = Object.create;

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js
var require_attribute_selectors = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/attribute-selectors.js"(exports) {
"use strict";

@@ -619,5 +619,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js
var require_class_names = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/class-names.js"(exports) {
"use strict";

@@ -630,5 +630,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js
var require_constructor_checks = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/constructor-checks.js"(exports) {
"use strict";

@@ -641,5 +641,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js
var require_css_selectors = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-selectors.js"(exports) {
"use strict";

@@ -652,5 +652,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js
var require_css_tokens = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/css-tokens.js"(exports) {
"use strict";

@@ -663,5 +663,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js
var require_element_selectors = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/element-selectors.js"(exports) {
"use strict";

@@ -674,5 +674,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js
var require_input_names = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/input-names.js"(exports) {
"use strict";

@@ -685,5 +685,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js
var require_method_call_checks = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/method-call-checks.js"(exports) {
"use strict";

@@ -696,5 +696,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js
var require_output_names = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/output-names.js"(exports) {
"use strict";

@@ -707,5 +707,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js
var require_property_names = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/property-names.js"(exports) {
"use strict";

@@ -718,5 +718,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js
var require_symbol_removal = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/symbol-removal.js"(exports) {
"use strict";

@@ -729,5 +729,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/index.js
var require_data = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/data/index.js"(exports) {
"use strict";

@@ -750,5 +750,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js
var require_upgrade_data = __commonJS({
"bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
"bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/upgrade-data.js"(exports) {
"use strict";

@@ -774,3 +774,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

// bazel-out/k8-fastbuild/bin/src/material/schematics/ng-update/index.mjs
// bazel-out/darwin-fastbuild/bin/src/material/schematics/ng-update/index.mjs
var ng_update_exports = {};

@@ -777,0 +777,0 @@ __export(ng_update_exports, {

@@ -107,3 +107,3 @@ import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';

private _liveAnnouncer;
protected _defaultOptions?: MatSelectConfig | undefined;
protected _defaultOptions: MatSelectConfig | null;
/** All of the defined select options. */

@@ -280,3 +280,3 @@ options: QueryList<MatOption>;

*/
_unusedNgZone: NgZone, defaultErrorStateMatcher: ErrorStateMatcher, _elementRef: ElementRef, _dir: Directionality, parentForm: NgForm, parentFormGroup: FormGroupDirective, _parentFormField: MatFormField, ngControl: NgControl, tabIndex: string, scrollStrategyFactory: any, _liveAnnouncer: LiveAnnouncer, _defaultOptions?: MatSelectConfig | undefined);
_unusedNgZone: NgZone, defaultErrorStateMatcher: ErrorStateMatcher, _elementRef: ElementRef, _dir: Directionality, parentForm: NgForm, parentFormGroup: FormGroupDirective, _parentFormField: MatFormField, ngControl: NgControl, tabIndex: string, scrollStrategyFactory: any, _liveAnnouncer: LiveAnnouncer, _unusedDefaultOptions?: unknown);
ngOnInit(): void;

@@ -283,0 +283,0 @@ ngAfterContentInit(): void;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc