Socket
Socket
Sign inDemoInstall

@angular/cdk-experimental

Package Overview
Dependencies
Maintainers
2
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cdk-experimental - npm Package Compare versions

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

12

column-resize/index.d.ts

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

static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResize, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResize, "table[cdk-table][columnResize]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResize, "table[cdk-table][columnResize]", never, {}, {}, never, never, true, never>;
}

@@ -43,3 +43,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeDefaultEnabledModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkColumnResizeDefaultEnabledModule, [typeof i1.CdkDefaultEnabledColumnResize, typeof i2.CdkDefaultEnabledColumnResizeFlex], never, [typeof i1.CdkDefaultEnabledColumnResize, typeof i2.CdkDefaultEnabledColumnResizeFlex]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkColumnResizeDefaultEnabledModule, never, [typeof i1.CdkDefaultEnabledColumnResize, typeof i2.CdkDefaultEnabledColumnResizeFlex], [typeof i1.CdkDefaultEnabledColumnResize, typeof i2.CdkDefaultEnabledColumnResizeFlex]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkColumnResizeDefaultEnabledModule>;

@@ -61,3 +61,3 @@ }

static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeFlex, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResizeFlex, "cdk-table[columnResize]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkColumnResizeFlex, "cdk-table[columnResize]", never, {}, {}, never, never, true, never>;
}

@@ -71,3 +71,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkColumnResizeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkColumnResizeModule, [typeof i3.CdkColumnResize, typeof i4.CdkColumnResizeFlex], never, [typeof i3.CdkColumnResize, typeof i4.CdkColumnResizeFlex]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkColumnResizeModule, never, [typeof i3.CdkColumnResize, typeof i4.CdkColumnResizeFlex], [typeof i3.CdkColumnResize, typeof i4.CdkColumnResizeFlex]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkColumnResizeModule>;

@@ -89,3 +89,3 @@ }

static ɵfac: i0.ɵɵFactoryDeclaration<CdkDefaultEnabledColumnResize, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkDefaultEnabledColumnResize, "table[cdk-table]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkDefaultEnabledColumnResize, "table[cdk-table]", never, {}, {}, never, never, true, never>;
}

@@ -106,3 +106,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkDefaultEnabledColumnResizeFlex, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkDefaultEnabledColumnResizeFlex, "cdk-table", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkDefaultEnabledColumnResizeFlex, "cdk-table", never, {}, {}, never, never, true, never>;
}

@@ -109,0 +109,0 @@

@@ -6,3 +6,3 @@ import { BooleanInput } from '@angular/cdk/coercion';

import * as i0 from '@angular/core';
import * as i3 from '@angular/cdk/overlay';
import * as i1 from '@angular/cdk/overlay';
import { InjectionToken } from '@angular/core';

@@ -77,3 +77,3 @@ import { Injector } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<CdkCombobox<any>, [null, null, null, null, null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCombobox<any>, "[cdkCombobox]", ["cdkCombobox"], { "_panelTemplateRef": { "alias": "cdkComboboxTriggerFor"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "openActions": { "alias": "openActions"; "required": false; }; "autoSetText": { "alias": "autoSetText"; "required": false; }; }, { "opened": "comboboxPanelOpened"; "closed": "comboboxPanelClosed"; "panelValueChanged": "panelValueChanged"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkCombobox<any>, "[cdkCombobox]", ["cdkCombobox"], { "_panelTemplateRef": { "alias": "cdkComboboxTriggerFor"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "openActions": { "alias": "openActions"; "required": false; }; "autoSetText": { "alias": "autoSetText"; "required": false; }; }, { "opened": "comboboxPanelOpened"; "closed": "comboboxPanelClosed"; "panelValueChanged": "panelValueChanged"; }, never, never, true, never>;
}

@@ -83,3 +83,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkComboboxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkComboboxModule, [typeof i1.CdkCombobox, typeof i2.CdkComboboxPopup], [typeof i3.OverlayModule], [typeof i1.CdkCombobox, typeof i2.CdkComboboxPopup]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkComboboxModule, never, [typeof i1.OverlayModule, typeof i2.CdkCombobox, typeof i3.CdkComboboxPopup], [typeof i2.CdkCombobox, typeof i3.CdkComboboxPopup]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkComboboxModule>;

@@ -103,6 +103,6 @@ }

static ɵfac: i0.ɵɵFactoryDeclaration<CdkComboboxPopup<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkComboboxPopup<any>, "[cdkComboboxPopup]", ["cdkComboboxPopup"], { "role": { "alias": "role"; "required": false; }; "firstFocus": { "alias": "firstFocus"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkComboboxPopup<any>, "[cdkComboboxPopup]", ["cdkComboboxPopup"], { "role": { "alias": "role"; "required": false; }; "firstFocus": { "alias": "firstFocus"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
}
declare namespace i1 {
declare namespace i2 {
export {

@@ -117,3 +117,3 @@ AriaHasPopupValue,

declare namespace i2 {
declare namespace i3 {
export {

@@ -120,0 +120,0 @@ CdkComboboxPopup

{
"name": "@angular/cdk-experimental",
"version": "17.1.0-next.0",
"version": "17.1.0-next.1",
"description": "Experimental components for Angular CDK",

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

"peerDependencies": {
"@angular/cdk": "17.1.0-next.0",
"@angular/cdk": "17.1.0-next.1",
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0"

@@ -18,0 +18,0 @@ },

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

import * as i0 from '@angular/core';
import * as i3 from '@angular/cdk/overlay';
import * as i1 from '@angular/cdk/overlay';
import { InteractivityChecker } from '@angular/cdk/a11y';

@@ -19,5 +19,3 @@ import { NgZone } from '@angular/core';

import { OverlayRef } from '@angular/cdk/overlay';
import { OverlaySizeConfig } from '@angular/cdk/overlay';
import { PartialObserver } from 'rxjs';
import { PositionStrategy } from '@angular/cdk/overlay';
import { ScrollDispatcher } from '@angular/cdk/scrolling';

@@ -45,3 +43,3 @@ import { Subject } from 'rxjs';

static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditable, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditable, "table[editable], cdk-table[editable], mat-table[editable]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditable, "table[editable], cdk-table[editable], mat-table[editable]", never, {}, {}, never, never, true, never>;
}

@@ -56,3 +54,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditClose<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditClose<any>, "[cdkEditClose]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditClose<any>, "[cdkEditClose]", never, {}, {}, never, never, true, never>;
}

@@ -108,3 +106,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditControl<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditControl<any>, "form[cdkEditControl]", never, { "clickOutBehavior": { "alias": "cdkEditControlClickOutBehavior"; "required": false; }; "preservedFormValue": { "alias": "cdkEditControlPreservedFormValue"; "required": false; }; "ignoreSubmitUnlessValid": { "alias": "cdkEditControlIgnoreSubmitUnlessValid"; "required": false; }; }, { "preservedFormValueChange": "cdkEditControlPreservedFormValueChange"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditControl<any>, "form[cdkEditControl]", never, { "clickOutBehavior": { "alias": "cdkEditControlClickOutBehavior"; "required": false; }; "preservedFormValue": { "alias": "cdkEditControlPreservedFormValue"; "required": false; }; "ignoreSubmitUnlessValid": { "alias": "cdkEditControlIgnoreSubmitUnlessValid"; "required": false; }; }, { "preservedFormValueChange": "cdkEditControlPreservedFormValueChange"; }, never, never, true, never>;
}

@@ -122,3 +120,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditOpen, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditOpen, "[cdkEditOpen]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditOpen, "[cdkEditOpen]", never, {}, {}, never, never, true, never>;
}

@@ -134,3 +132,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkEditRevert<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditRevert<any>, "button[cdkEditRevert]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkEditRevert<any>, "button[cdkEditRevert]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -181,4 +179,5 @@

private _maybeReturnFocusToCell;
private _sizeConfigForCells;
static ɵfac: i0.ɵɵFactoryDeclaration<CdkPopoverEdit<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPopoverEdit<any>, "[cdkPopoverEdit]:not([cdkPopoverEditTabOut])", never, { "template": { "alias": "cdkPopoverEdit"; "required": false; }; "context": { "alias": "cdkPopoverEditContext"; "required": false; }; "colspan": { "alias": "cdkPopoverEditColspan"; "required": false; }; "disabled": { "alias": "cdkPopoverEditDisabled"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPopoverEdit<any>, "[cdkPopoverEdit]:not([cdkPopoverEditTabOut])", never, { "template": { "alias": "cdkPopoverEdit"; "required": false; }; "context": { "alias": "cdkPopoverEditContext"; "required": false; }; "colspan": { "alias": "cdkPopoverEditColspan"; "required": false; }; "disabled": { "alias": "cdkPopoverEditDisabled"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -198,3 +197,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkPopoverEditModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkPopoverEditModule, [typeof i1.CdkPopoverEdit, typeof i1.CdkPopoverEditTabOut, typeof i1.CdkRowHoverContent, typeof i2.CdkEditControl, typeof i2.CdkEditRevert, typeof i2.CdkEditClose, typeof i1.CdkEditable, typeof i1.CdkEditOpen], [typeof i3.OverlayModule], [typeof i1.CdkPopoverEdit, typeof i1.CdkPopoverEditTabOut, typeof i1.CdkRowHoverContent, typeof i2.CdkEditControl, typeof i2.CdkEditRevert, typeof i2.CdkEditClose, typeof i1.CdkEditable, typeof i1.CdkEditOpen]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkPopoverEditModule, never, [typeof i1.OverlayModule, typeof i2.CdkPopoverEdit, typeof i2.CdkPopoverEditTabOut, typeof i2.CdkRowHoverContent, typeof i3.CdkEditControl, typeof i3.CdkEditRevert, typeof i3.CdkEditClose, typeof i2.CdkEditable, typeof i2.CdkEditOpen], [typeof i2.CdkPopoverEdit, typeof i2.CdkPopoverEditTabOut, typeof i2.CdkRowHoverContent, typeof i3.CdkEditControl, typeof i3.CdkEditRevert, typeof i3.CdkEditClose, typeof i2.CdkEditable, typeof i2.CdkEditOpen]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkPopoverEditModule>;

@@ -214,3 +213,3 @@ }

static ɵfac: i0.ɵɵFactoryDeclaration<CdkPopoverEditTabOut<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPopoverEditTabOut<any>, "[cdkPopoverEdit][cdkPopoverEditTabOut]", never, { "template": { "alias": "cdkPopoverEdit"; "required": false; }; "context": { "alias": "cdkPopoverEditContext"; "required": false; }; "colspan": { "alias": "cdkPopoverEditColspan"; "required": false; }; "disabled": { "alias": "cdkPopoverEditDisabled"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkPopoverEditTabOut<any>, "[cdkPopoverEdit][cdkPopoverEditTabOut]", never, { "template": { "alias": "cdkPopoverEdit"; "required": false; }; "context": { "alias": "cdkPopoverEditContext"; "required": false; }; "colspan": { "alias": "cdkPopoverEditColspan"; "required": false; }; "disabled": { "alias": "cdkPopoverEditDisabled"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -251,3 +250,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowHoverContent, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowHoverContent, "[cdkRowHoverContent]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowHoverContent, "[cdkRowHoverContent]", never, {}, {}, never, never, true, never>;
}

@@ -263,17 +262,2 @@

/**
* Default implementation of PopoverEditPositionStrategyFactory.
* Uses a FlexibleConnectedPositionStrategy anchored to the start + top of the cell.
* Note: This will change to CoverPositionStrategy once it implemented.
*/
export declare class DefaultPopoverEditPositionStrategyFactory extends PopoverEditPositionStrategyFactory {
protected readonly direction: Directionality;
protected readonly overlay: Overlay;
constructor(direction: Directionality, overlay: Overlay);
positionStrategyForCells(cells: HTMLElement[]): PositionStrategy;
sizeConfigForCells(cells: HTMLElement[]): OverlaySizeConfig;
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPopoverEditPositionStrategyFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultPopoverEditPositionStrategyFactory>;
}
/**
* Service for sharing delegated events and state for triggering table edits.

@@ -411,6 +395,5 @@ */

readonly overlay: Overlay;
readonly positionFactory: PopoverEditPositionStrategyFactory;
readonly scrollDispatcher: ScrollDispatcher;
readonly viewportRuler: ViewportRuler;
constructor(directionality: Directionality, editEventDispatcher: EditEventDispatcher<EditRef<unknown>>, focusDispatcher: FocusDispatcher, focusTrapFactory: FocusTrapFactory, ngZone: NgZone, overlay: Overlay, positionFactory: PopoverEditPositionStrategyFactory, scrollDispatcher: ScrollDispatcher, viewportRuler: ViewportRuler);
constructor(directionality: Directionality, editEventDispatcher: EditEventDispatcher<EditRef<unknown>>, focusDispatcher: FocusDispatcher, focusTrapFactory: FocusTrapFactory, ngZone: NgZone, overlay: Overlay, scrollDispatcher: ScrollDispatcher, viewportRuler: ViewportRuler);
static ɵfac: i0.ɵɵFactoryDeclaration<EditServices, never>;

@@ -506,3 +489,3 @@ static ɵprov: i0.ɵɵInjectableDeclaration<EditServices>;

declare namespace i1 {
declare namespace i2 {
export {

@@ -518,3 +501,3 @@ CdkPopoverEditColspan,

declare namespace i2 {
declare namespace i3 {
export {

@@ -531,21 +514,2 @@ PopoverEditClickOutBehavior,

/**
* Overridable factory responsible for configuring how cdkPopoverEdit popovers are positioned
* and sized.
*/
export declare abstract class PopoverEditPositionStrategyFactory {
/**
* Creates a PositionStrategy based on the specified table cells.
* The cells will be provided in DOM order.
*/
abstract positionStrategyForCells(cells: HTMLElement[]): PositionStrategy;
/**
* Creates an OverlaySizeConfig based on the specified table cells.
* The cells will be provided in DOM order.
*/
abstract sizeConfigForCells(cells: HTMLElement[]): OverlaySizeConfig;
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverEditPositionStrategyFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverEditPositionStrategyFactory>;
}
export { }

@@ -132,3 +132,3 @@ import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';

static ɵfac: i0.ɵɵFactoryDeclaration<CdkAutoSizeVirtualScroll, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAutoSizeVirtualScroll, "cdk-virtual-scroll-viewport[autosize]", never, { "minBufferPx": { "alias": "minBufferPx"; "required": false; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkAutoSizeVirtualScroll, "cdk-virtual-scroll-viewport[autosize]", never, { "minBufferPx": { "alias": "minBufferPx"; "required": false; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -172,3 +172,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<ScrollingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollingModule, [typeof i1.CdkAutoSizeVirtualScroll], never, [typeof i1.CdkAutoSizeVirtualScroll]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollingModule, never, [typeof i1.CdkAutoSizeVirtualScroll], [typeof i1.CdkAutoSizeVirtualScroll]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ScrollingModule>;

@@ -175,0 +175,0 @@ }

@@ -9,4 +9,4 @@ import { AfterContentChecked } from '@angular/core';

import * as i0 from '@angular/core';
import * as i6 from '@angular/common';
import * as i7 from '@angular/cdk/table';
import * as i1 from '@angular/common';
import * as i2 from '@angular/cdk/table';
import { ListRange } from '@angular/cdk/collections';

@@ -35,3 +35,3 @@ import { NumberInput } from '@angular/cdk/coercion';

static ɵfac: i0.ɵɵFactoryDeclaration<CdkRowSelection<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowSelection<any>, "[cdkRowSelection]", never, { "value": { "alias": "cdkRowSelectionValue"; "required": false; }; "index": { "alias": "cdkRowSelectionIndex"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkRowSelection<any>, "[cdkRowSelection]", never, { "value": { "alias": "cdkRowSelectionValue"; "required": false; }; "index": { "alias": "cdkRowSelectionIndex"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -77,3 +77,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkSelectAll<any>, [{ optional: true; }, { optional: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelectAll<any>, "[cdkSelectAll]", ["cdkSelectAll"], {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelectAll<any>, "[cdkSelectAll]", ["cdkSelectAll"], {}, {}, never, never, true, never>;
}

@@ -128,3 +128,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkSelection<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelection<any>, "[cdkSelection]", ["cdkSelection"], { "dataSource": { "alias": "dataSource"; "required": false; }; "trackByFn": { "alias": "trackBy"; "required": false; }; "multiple": { "alias": "cdkSelectionMultiple"; "required": false; }; }, { "change": "cdkSelectionChange"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelection<any>, "[cdkSelection]", ["cdkSelection"], { "dataSource": { "alias": "dataSource"; "required": false; }; "trackByFn": { "alias": "trackBy"; "required": false; }; "multiple": { "alias": "cdkSelectionMultiple"; "required": false; }; }, { "change": "cdkSelectionChange"; }, never, never, true, never>;
}

@@ -153,3 +153,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkSelectionColumn<any>, [{ optional: true; }, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<CdkSelectionColumn<any>, "cdk-selection-column", never, { "name": { "alias": "cdkSelectionColumnName"; "required": false; }; }, {}, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CdkSelectionColumn<any>, "cdk-selection-column", never, { "name": { "alias": "cdkSelectionColumnName"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -159,3 +159,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkSelectionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkSelectionModule, [typeof i1.CdkSelection, typeof i2.CdkSelectionToggle, typeof i3.CdkSelectAll, typeof i4.CdkSelectionColumn, typeof i5.CdkRowSelection], [typeof i6.CommonModule, typeof i7.CdkTableModule], [typeof i1.CdkSelection, typeof i2.CdkSelectionToggle, typeof i3.CdkSelectAll, typeof i4.CdkSelectionColumn, typeof i5.CdkRowSelection]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkSelectionModule, never, [typeof i1.CommonModule, typeof i2.CdkTableModule, typeof i3.CdkSelection, typeof i4.CdkSelectionToggle, typeof i5.CdkSelectAll, typeof i6.CdkSelectionColumn, typeof i7.CdkRowSelection], [typeof i3.CdkSelection, typeof i4.CdkSelectionToggle, typeof i5.CdkSelectAll, typeof i6.CdkSelectionColumn, typeof i7.CdkRowSelection]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkSelectionModule>;

@@ -195,6 +195,6 @@ }

static ɵfac: i0.ɵɵFactoryDeclaration<CdkSelectionToggle<any>, [{ optional: true; }, { optional: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelectionToggle<any>, "[cdkSelectionToggle]", ["cdkSelectionToggle"], { "value": { "alias": "cdkSelectionToggleValue"; "required": false; }; "index": { "alias": "cdkSelectionToggleIndex"; "required": false; }; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkSelectionToggle<any>, "[cdkSelectionToggle]", ["cdkSelectionToggle"], { "value": { "alias": "cdkSelectionToggleValue"; "required": false; }; "index": { "alias": "cdkSelectionToggleIndex"; "required": false; }; }, {}, never, never, true, never>;
}
declare namespace i1 {
declare namespace i3 {
export {

@@ -205,3 +205,3 @@ CdkSelection

declare namespace i2 {
declare namespace i4 {
export {

@@ -212,3 +212,3 @@ CdkSelectionToggle

declare namespace i3 {
declare namespace i5 {
export {

@@ -219,3 +219,3 @@ CdkSelectAll

declare namespace i4 {
declare namespace i6 {
export {

@@ -226,3 +226,3 @@ CdkSelectionColumn

declare namespace i5 {
declare namespace i7 {
export {

@@ -229,0 +229,0 @@ CdkRowSelection

@@ -50,3 +50,3 @@ import { Directionality } from '@angular/cdk/bidi';

static ɵfac: i0.ɵɵFactoryDeclaration<CdkTableScrollContainer, [null, null, { optional: true; }, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTableScrollContainer, "[cdkTableScrollContainer]", never, {}, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkTableScrollContainer, "[cdkTableScrollContainer]", never, {}, {}, never, never, true, never>;
}

@@ -56,3 +56,3 @@

static ɵfac: i0.ɵɵFactoryDeclaration<CdkTableScrollContainerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkTableScrollContainerModule, [typeof i1.CdkTableScrollContainer], never, [typeof i1.CdkTableScrollContainer]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CdkTableScrollContainerModule, never, [typeof i1.CdkTableScrollContainer], [typeof i1.CdkTableScrollContainer]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CdkTableScrollContainerModule>;

@@ -59,0 +59,0 @@ }

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

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