@angular/cdk-experimental
Advanced tools
Comparing version
@@ -14,2 +14,3 @@ import { AfterViewInit } from '@angular/core'; | ||
import { OnDestroy } from '@angular/core'; | ||
import { OnInit } from '@angular/core'; | ||
import { Overlay } from '@angular/cdk/overlay'; | ||
@@ -305,3 +306,3 @@ import { OverlayRef } from '@angular/cdk/overlay'; | ||
*/ | ||
export declare abstract class Resizable<HandleComponent extends ResizeOverlayHandle> implements AfterViewInit, OnDestroy { | ||
export declare abstract class Resizable<HandleComponent extends ResizeOverlayHandle> implements AfterViewInit, OnDestroy, OnInit { | ||
protected minWidthPxInternal: number; | ||
@@ -335,2 +336,3 @@ protected maxWidthPxInternal: number; | ||
set maxWidthPx(value: number); | ||
ngOnInit(): void; | ||
ngAfterViewInit(): void; | ||
@@ -404,3 +406,3 @@ ngOnDestroy(): void; | ||
*/ | ||
export declare abstract class ResizeStrategy { | ||
export declare abstract class ResizeStrategy implements OnDestroy { | ||
protected abstract readonly columnResize: ColumnResize; | ||
@@ -410,2 +412,5 @@ protected abstract readonly styleScheduler: _CoalescedStyleScheduler; | ||
private _pendingResizeDelta; | ||
private _tableObserved; | ||
private _elemSizeCache; | ||
private _resizeObserver; | ||
/** Updates the width of the specified column. */ | ||
@@ -419,2 +424,8 @@ abstract applyColumnSize(cssFriendlyColumnName: string, columnHeader: HTMLElement, sizeInPx: number, previousSizeInPx?: number): void; | ||
protected updateTableWidthAndStickyColumns(delta: number): void; | ||
/** Gets the style.width pixels on the specified element if present, otherwise its offsetWidth. */ | ||
protected getElementWidth(element: HTMLElement): number; | ||
/** Informs the ResizeStrategy instance of a column that may be resized in the future. */ | ||
registerColumn(column: HTMLElement): void; | ||
ngOnDestroy(): void; | ||
private _updateCachedSizes; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeStrategy, never>; | ||
@@ -421,0 +432,0 @@ static ɵprov: i0.ɵɵInjectableDeclaration<ResizeStrategy>; |
{ | ||
"name": "@angular/cdk-experimental", | ||
"version": "19.1.0-next.3", | ||
"version": "19.1.0-rc.0", | ||
"description": "Experimental components for Angular CDK", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/cdk": "19.1.0-next.3", | ||
"@angular/cdk": "19.1.0-rc.0", | ||
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0" | ||
@@ -18,0 +18,0 @@ }, |
@@ -34,3 +34,2 @@ import { AfterViewInit } from '@angular/core'; | ||
protected readonly ngZone: NgZone; | ||
private readonly _renderer; | ||
protected readonly destroyed: Subject<void>; | ||
@@ -41,3 +40,2 @@ private _rendered; | ||
ngOnDestroy(): void; | ||
private _observableFromEvent; | ||
private _listenForTableEvents; | ||
@@ -44,0 +42,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditable, never>; |
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
517893
0.6%5118
0.63%