Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular/cdk

Package Overview
Dependencies
Maintainers
2
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cdk - npm Package Compare versions

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

6

a11y/index.d.ts

@@ -1282,3 +1282,3 @@ import { AfterContentInit } from '@angular/core';

private _hasInitialFocused;
private _initialFocus;
private _initializeFocus;
/**

@@ -1375,2 +1375,6 @@ *

unfocus(): void;
/**
* Sets the item to be focusable without actually focusing it.
*/
makeFocusable?(): void;
}

@@ -1377,0 +1381,0 @@

@@ -0,1 +1,2 @@

import { _CdkPrivateStyleLoader } from '@angular/cdk/private';
import { CdkScrollable } from '@angular/cdk/scrolling';

@@ -724,2 +725,3 @@ import { ComponentFactoryResolver } from '@angular/core';

private _appRef;
private _styleLoader;
constructor(

@@ -810,2 +812,3 @@ /** Scrolling strategies that can be used when creating an overlay. */

protected _document: Document;
protected _styleLoader: _CdkPrivateStyleLoader;
constructor(document: any, _platform: Platform);

@@ -825,2 +828,4 @@ ngOnDestroy(): void;

protected _createContainer(): void;
/** Loads the structural styles necessary for the overlay to work. */
protected _loadStyles(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContainer, never>;

@@ -827,0 +832,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<OverlayContainer>;

58

package.json
{
"name": "@angular/cdk",
"version": "19.0.0-next.1",
"version": "19.0.0-next.2",
"description": "Angular Material Component Development Kit",

@@ -25,4 +25,2 @@ "repository": {

"types": "./index.d.ts",
"esm2022": "./esm2022/index.mjs",
"esm": "./esm2022/index.mjs",
"default": "./fesm2022/cdk.mjs"

@@ -56,4 +54,2 @@ },

"types": "./a11y/index.d.ts",
"esm2022": "./esm2022/a11y/a11y_public_index.mjs",
"esm": "./esm2022/a11y/a11y_public_index.mjs",
"default": "./fesm2022/a11y.mjs"

@@ -63,4 +59,2 @@ },

"types": "./accordion/index.d.ts",
"esm2022": "./esm2022/accordion/accordion_public_index.mjs",
"esm": "./esm2022/accordion/accordion_public_index.mjs",
"default": "./fesm2022/accordion.mjs"

@@ -70,4 +64,2 @@ },

"types": "./bidi/index.d.ts",
"esm2022": "./esm2022/bidi/bidi_public_index.mjs",
"esm": "./esm2022/bidi/bidi_public_index.mjs",
"default": "./fesm2022/bidi.mjs"

@@ -77,4 +69,2 @@ },

"types": "./clipboard/index.d.ts",
"esm2022": "./esm2022/clipboard/clipboard_public_index.mjs",
"esm": "./esm2022/clipboard/clipboard_public_index.mjs",
"default": "./fesm2022/clipboard.mjs"

@@ -84,4 +74,2 @@ },

"types": "./coercion/index.d.ts",
"esm2022": "./esm2022/coercion/index.mjs",
"esm": "./esm2022/coercion/index.mjs",
"default": "./fesm2022/coercion.mjs"

@@ -91,4 +79,2 @@ },

"types": "./coercion/private/index.d.ts",
"esm2022": "./esm2022/coercion/private/private_public_index.mjs",
"esm": "./esm2022/coercion/private/private_public_index.mjs",
"default": "./fesm2022/coercion/private.mjs"

@@ -98,4 +84,2 @@ },

"types": "./collections/index.d.ts",
"esm2022": "./esm2022/collections/collections_public_index.mjs",
"esm": "./esm2022/collections/collections_public_index.mjs",
"default": "./fesm2022/collections.mjs"

@@ -105,4 +89,2 @@ },

"types": "./dialog/index.d.ts",
"esm2022": "./esm2022/dialog/dialog_public_index.mjs",
"esm": "./esm2022/dialog/dialog_public_index.mjs",
"default": "./fesm2022/dialog.mjs"

@@ -112,4 +94,2 @@ },

"types": "./drag-drop/index.d.ts",
"esm2022": "./esm2022/drag-drop/drag-drop_public_index.mjs",
"esm": "./esm2022/drag-drop/drag-drop_public_index.mjs",
"default": "./fesm2022/drag-drop.mjs"

@@ -119,4 +99,2 @@ },

"types": "./keycodes/index.d.ts",
"esm2022": "./esm2022/keycodes/keycodes_public_index.mjs",
"esm": "./esm2022/keycodes/keycodes_public_index.mjs",
"default": "./fesm2022/keycodes.mjs"

@@ -126,4 +104,2 @@ },

"types": "./layout/index.d.ts",
"esm2022": "./esm2022/layout/layout_public_index.mjs",
"esm": "./esm2022/layout/layout_public_index.mjs",
"default": "./fesm2022/layout.mjs"

@@ -133,4 +109,2 @@ },

"types": "./listbox/index.d.ts",
"esm2022": "./esm2022/listbox/listbox_public_index.mjs",
"esm": "./esm2022/listbox/listbox_public_index.mjs",
"default": "./fesm2022/listbox.mjs"

@@ -140,4 +114,2 @@ },

"types": "./menu/index.d.ts",
"esm2022": "./esm2022/menu/menu_public_index.mjs",
"esm": "./esm2022/menu/menu_public_index.mjs",
"default": "./fesm2022/menu.mjs"

@@ -147,4 +119,2 @@ },

"types": "./observers/index.d.ts",
"esm2022": "./esm2022/observers/observers_public_index.mjs",
"esm": "./esm2022/observers/observers_public_index.mjs",
"default": "./fesm2022/observers.mjs"

@@ -154,4 +124,2 @@ },

"types": "./observers/private/index.d.ts",
"esm2022": "./esm2022/observers/private/private_public_index.mjs",
"esm": "./esm2022/observers/private/private_public_index.mjs",
"default": "./fesm2022/observers/private.mjs"

@@ -161,4 +129,2 @@ },

"types": "./overlay/index.d.ts",
"esm2022": "./esm2022/overlay/overlay_public_index.mjs",
"esm": "./esm2022/overlay/overlay_public_index.mjs",
"default": "./fesm2022/overlay.mjs"

@@ -168,4 +134,2 @@ },

"types": "./platform/index.d.ts",
"esm2022": "./esm2022/platform/platform_public_index.mjs",
"esm": "./esm2022/platform/platform_public_index.mjs",
"default": "./fesm2022/platform.mjs"

@@ -175,4 +139,2 @@ },

"types": "./portal/index.d.ts",
"esm2022": "./esm2022/portal/portal_public_index.mjs",
"esm": "./esm2022/portal/portal_public_index.mjs",
"default": "./fesm2022/portal.mjs"

@@ -182,4 +144,2 @@ },

"types": "./private/index.d.ts",
"esm2022": "./esm2022/private/private_public_index.mjs",
"esm": "./esm2022/private/private_public_index.mjs",
"default": "./fesm2022/private.mjs"

@@ -189,4 +149,2 @@ },

"types": "./scrolling/index.d.ts",
"esm2022": "./esm2022/scrolling/scrolling_public_index.mjs",
"esm": "./esm2022/scrolling/scrolling_public_index.mjs",
"default": "./fesm2022/scrolling.mjs"

@@ -196,4 +154,2 @@ },

"types": "./stepper/index.d.ts",
"esm2022": "./esm2022/stepper/stepper_public_index.mjs",
"esm": "./esm2022/stepper/stepper_public_index.mjs",
"default": "./fesm2022/stepper.mjs"

@@ -203,4 +159,2 @@ },

"types": "./table/index.d.ts",
"esm2022": "./esm2022/table/table_public_index.mjs",
"esm": "./esm2022/table/table_public_index.mjs",
"default": "./fesm2022/table.mjs"

@@ -210,4 +164,2 @@ },

"types": "./testing/index.d.ts",
"esm2022": "./esm2022/testing/index.mjs",
"esm": "./esm2022/testing/index.mjs",
"default": "./fesm2022/testing.mjs"

@@ -217,4 +169,2 @@ },

"types": "./testing/selenium-webdriver/index.d.ts",
"esm2022": "./esm2022/testing/selenium-webdriver/index.mjs",
"esm": "./esm2022/testing/selenium-webdriver/index.mjs",
"default": "./fesm2022/testing/selenium-webdriver.mjs"

@@ -224,4 +174,2 @@ },

"types": "./testing/testbed/index.d.ts",
"esm2022": "./esm2022/testing/testbed/index.mjs",
"esm": "./esm2022/testing/testbed/index.mjs",
"default": "./fesm2022/testing/testbed.mjs"

@@ -231,4 +179,2 @@ },

"types": "./text-field/index.d.ts",
"esm2022": "./esm2022/text-field/text-field_public_index.mjs",
"esm": "./esm2022/text-field/text-field_public_index.mjs",
"default": "./fesm2022/text-field.mjs"

@@ -238,4 +184,2 @@ },

"types": "./tree/index.d.ts",
"esm2022": "./esm2022/tree/tree_public_index.mjs",
"esm": "./esm2022/tree/tree_public_index.mjs",
"default": "./fesm2022/tree.mjs"

@@ -242,0 +186,0 @@ }

@@ -10,2 +10,3 @@ import * as i0 from '@angular/core';

private _appRef;
private _injector;
private _environmentInjector;

@@ -12,0 +13,0 @@ /**

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

// dependencies in new CLI projects.
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~19.0.0-next.1`);
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~19.0.0-next.2`);
// Add a task to run the package manager. This is necessary because we updated the

@@ -35,0 +35,0 @@ // workspace "package.json" file and we want lock files to reflect the new version range.

@@ -29,2 +29,3 @@ import { AfterViewInit } from '@angular/core';

private _ngZone;
private _styleLoader;
private _monitoredElements;

@@ -31,0 +32,0 @@ constructor(_platform: Platform, _ngZone: NgZone);

@@ -215,3 +215,3 @@ import { AfterContentChecked } from '@angular/core';

private _viewInit;
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef, _dir: Directionality);
constructor(_differs: IterableDiffers, _changeDetectorRef: ChangeDetectorRef);
ngAfterContentInit(): void;

@@ -480,2 +480,4 @@ ngAfterContentChecked(): void;

expand(): void;
/** Makes the node focusable. Implemented for TreeKeyManagerItem. */
makeFocusable(): void;
_focusItem(): void;

@@ -482,0 +484,0 @@ _setActiveItem(): 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

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