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 18.2.10 to 18.2.11

2

package.json
{
"name": "@angular/cdk",
"version": "18.2.10",
"version": "18.2.11",
"description": "Angular Material Component Development Kit",

@@ -5,0 +5,0 @@ "repository": {

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

// dependencies in new CLI projects.
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.10`);
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.2.11`);
// 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.

@@ -1081,2 +1081,6 @@ import { AfterContentChecked } from '@angular/core';

private readonly _positionListener?;
private _elemSizeCache;
private _resizeObserver;
private _updatedStickyColumnsParamsToReplay;
private _stickyColumnsReplayTimeout;
private _cachedCellWidths;

@@ -1116,4 +1120,5 @@ private readonly _borderCellCss;

* column cell. If `false` cached widths will be used instead.
* @param replay Whether to enqueue this call for replay after a ResizeObserver update.
*/
updateStickyColumns(rows: HTMLElement[], stickyStartStates: boolean[], stickyEndStates: boolean[], recalculateCellWidths?: boolean): void;
updateStickyColumns(rows: HTMLElement[], stickyStartStates: boolean[], stickyEndStates: boolean[], recalculateCellWidths?: boolean, replay?: boolean): void;
/**

@@ -1176,2 +1181,16 @@ * Applies sticky positioning to the row's cells if using the native table layout, and to the

_getStickyEndColumnPositions(widths: number[], stickyStates: boolean[]): number[];
/**
* Retreives the most recently observed size of the specified element from the cache, or
* meaures it directly if not yet cached.
*/
private _retrieveElementSize;
/**
* Conditionally enqueue the requested sticky update and clear previously queued updates
* for the same rows.
*/
private _updateStickyColumnReplayQueue;
/** Remove updates for the specified rows from the queue. */
private _removeFromStickyColumnReplayQueue;
/** Update _elemSizeCache with the observed sizes. */
private _updateCachedSizes;
}

@@ -1178,0 +1197,0 @@

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

private _changeDetectorRef;
private _elementRef;
private _dir;

@@ -331,3 +332,3 @@ /** Subject that emits when the component has been destroyed. */

/** `keydown` event handler; this just passes the event to the `TreeKeyManager`. */
_sendKeydownToKeyManager(event: KeyboardEvent): void;
protected _sendKeydownToKeyManager(event: KeyboardEvent): void;
/** Gets all nested descendants of a given node. */

@@ -383,3 +384,3 @@ private _getDescendants;

export declare class CdkTreeNode<T, K = T> implements OnDestroy, OnInit, TreeKeyManagerItem {
protected _elementRef: ElementRef<HTMLElement>;
_elementRef: ElementRef<HTMLElement>;
protected _tree: CdkTree<T, K>;

@@ -386,0 +387,0 @@ protected _tabindex: number | null;

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