@angular/cdk 20.0.0-next.4 → 20.0.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/a11y/index.d.ts +12 -11
- package/{a11y-module.d-7d03e079.d.ts → a11y-module.d-9e4162d8.d.ts} +4 -3
- package/accordion/index.d.ts +1 -1
- package/{activedescendant-key-manager.d-11921e3a.d.ts → activedescendant-key-manager.d-8f004111.d.ts} +3 -2
- package/bidi/index.d.ts +1 -1
- package/{bidi-module.d-f8648621.d.ts → bidi-module.d-e02fd94c.d.ts} +8 -4
- package/clipboard/index.d.ts +2 -1
- package/coercion/index.d.ts +3 -2
- package/collections/index.d.ts +9 -8
- package/{data-source.d-7cab2c9d.d.ts → data-source.d-7eda4d9a.d.ts} +2 -1
- package/dialog/index.d.ts +15 -14
- package/drag-drop/index.d.ts +10 -7
- package/fesm2022/{a11y-module-b228dc71.mjs → a11y-module-3f18e5c2.mjs} +30 -30
- package/fesm2022/a11y-module-3f18e5c2.mjs.map +1 -0
- package/fesm2022/a11y.mjs +32 -33
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +12 -12
- package/fesm2022/accordion.mjs.map +1 -1
- package/fesm2022/{activedescendant-key-manager-1351a9d3.mjs → activedescendant-key-manager-ca3e95bd.mjs} +2 -2
- package/fesm2022/activedescendant-key-manager-ca3e95bd.mjs.map +1 -0
- package/fesm2022/{array-88e1bec3.mjs → array-88204b72.mjs} +1 -1
- package/fesm2022/array-88204b72.mjs.map +1 -0
- package/fesm2022/{bidi-module-e73b8776.mjs → bidi-module-93941905.mjs} +16 -17
- package/fesm2022/bidi-module-93941905.mjs.map +1 -0
- package/fesm2022/bidi.mjs +2 -2
- package/fesm2022/{breakpoints-observer-9432a91b.mjs → breakpoints-observer-9d296976.mjs} +9 -9
- package/fesm2022/breakpoints-observer-9d296976.mjs.map +1 -0
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/clipboard.mjs +10 -10
- package/fesm2022/clipboard.mjs.map +1 -1
- package/fesm2022/coercion/private.mjs +1 -1
- package/fesm2022/coercion.mjs +3 -3
- package/fesm2022/coercion.mjs.map +1 -1
- package/fesm2022/collections.mjs +5 -5
- package/fesm2022/{css-pixel-value-447bbfe8.mjs → css-pixel-value-5ab12b77.mjs} +1 -1
- package/fesm2022/css-pixel-value-5ab12b77.mjs.map +1 -0
- package/fesm2022/{data-source-5320b6fd.mjs → data-source-a3a3a257.mjs} +1 -1
- package/fesm2022/data-source-a3a3a257.mjs.map +1 -0
- package/fesm2022/dialog.mjs +36 -37
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/{directionality-ea6ab987.mjs → directionality-25132624.mjs} +13 -7
- package/fesm2022/directionality-25132624.mjs.map +1 -0
- package/fesm2022/{dispose-view-repeater-strategy-b11b87ea.mjs → dispose-view-repeater-strategy-0bf96031.mjs} +2 -2
- package/fesm2022/dispose-view-repeater-strategy-0bf96031.mjs.map +1 -0
- package/fesm2022/drag-drop.mjs +70 -58
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/{element-08c51fcd.mjs → element-bed495ef.mjs} +1 -1
- package/fesm2022/element-bed495ef.mjs.map +1 -0
- package/fesm2022/{fake-event-detection-7055b1bd.mjs → fake-event-detection-61bf2988.mjs} +1 -1
- package/fesm2022/fake-event-detection-61bf2988.mjs.map +1 -0
- package/fesm2022/{focus-key-manager-58d29acd.mjs → focus-key-manager-f4cf48e1.mjs} +2 -2
- package/fesm2022/focus-key-manager-f4cf48e1.mjs.map +1 -0
- package/fesm2022/{focus-monitor-69f9c0f9.mjs → focus-monitor-4af46fa6.mjs} +19 -20
- package/fesm2022/focus-monitor-4af46fa6.mjs.map +1 -0
- package/fesm2022/{id-generator-ec45a122.mjs → id-generator-dd03740e.mjs} +4 -4
- package/fesm2022/id-generator-dd03740e.mjs.map +1 -0
- package/fesm2022/{keycodes-107cd3e4.mjs → keycodes-fbdb6e67.mjs} +1 -1
- package/fesm2022/keycodes-fbdb6e67.mjs.map +1 -0
- package/fesm2022/keycodes.mjs +2 -2
- package/fesm2022/layout.mjs +7 -7
- package/fesm2022/layout.mjs.map +1 -1
- package/fesm2022/{list-key-manager-c7b5cefb.mjs → list-key-manager-0ce9d5be.mjs} +4 -4
- package/fesm2022/list-key-manager-0ce9d5be.mjs.map +1 -0
- package/fesm2022/listbox.mjs +20 -20
- package/fesm2022/listbox.mjs.map +1 -1
- package/fesm2022/menu.mjs +74 -75
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{modifiers-33a5859e.mjs → modifiers-68a3bc3a.mjs} +1 -1
- package/fesm2022/modifiers-68a3bc3a.mjs.map +1 -0
- package/fesm2022/{observable-97c0792c.mjs → observable-36bb5527.mjs} +1 -1
- package/fesm2022/observable-36bb5527.mjs.map +1 -0
- package/fesm2022/{observe-content-459e1d12.mjs → observe-content-85983868.mjs} +15 -15
- package/fesm2022/observe-content-85983868.mjs.map +1 -0
- package/fesm2022/observers/private.mjs +3 -3
- package/fesm2022/observers/private.mjs.map +1 -1
- package/fesm2022/observers.mjs +2 -2
- package/fesm2022/{overlay-module-6e7b742f.mjs → overlay-module-a2bddb9f.mjs} +108 -91
- package/fesm2022/overlay-module-a2bddb9f.mjs.map +1 -0
- package/fesm2022/overlay.mjs +22 -23
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/{passive-listeners-c0bdc49f.mjs → passive-listeners-1189a3bc.mjs} +1 -1
- package/fesm2022/passive-listeners-1189a3bc.mjs.map +1 -0
- package/fesm2022/{platform-2be6a529.mjs → platform-3b280dd2.mjs} +4 -4
- package/fesm2022/platform-3b280dd2.mjs.map +1 -0
- package/fesm2022/platform.mjs +9 -10
- package/fesm2022/platform.mjs.map +1 -1
- package/fesm2022/{portal-directives-9cd98881.mjs → portal-directives-4da94e82.mjs} +17 -17
- package/fesm2022/portal-directives-4da94e82.mjs.map +1 -0
- package/fesm2022/portal.mjs +1 -1
- package/fesm2022/private.mjs +2 -2
- package/fesm2022/{recycle-view-repeater-strategy-c1712813.mjs → recycle-view-repeater-strategy-7fe34ce5.mjs} +2 -2
- package/fesm2022/recycle-view-repeater-strategy-7fe34ce5.mjs.map +1 -0
- package/fesm2022/{scrolling-61955dd1.mjs → scrolling-4b9e82b7.mjs} +1 -1
- package/fesm2022/scrolling-4b9e82b7.mjs.map +1 -0
- package/fesm2022/{scrolling-module-72941c9f.mjs → scrolling-module-2ed090a6.mjs} +43 -43
- package/fesm2022/scrolling-module-2ed090a6.mjs.map +1 -0
- package/fesm2022/scrolling.mjs +8 -8
- package/fesm2022/{selection-model-30243dba.mjs → selection-model-7800ff2c.mjs} +1 -1
- package/fesm2022/selection-model-7800ff2c.mjs.map +1 -0
- package/fesm2022/{shadow-dom-9f403d00.mjs → shadow-dom-09da63d7.mjs} +1 -1
- package/fesm2022/shadow-dom-09da63d7.mjs.map +1 -0
- package/fesm2022/stepper.mjs +31 -31
- package/fesm2022/stepper.mjs.map +1 -1
- package/fesm2022/{style-loader-9fc0a4d2.mjs → style-loader-f70e1cd6.mjs} +4 -4
- package/fesm2022/style-loader-f70e1cd6.mjs.map +1 -0
- package/fesm2022/table.mjs +92 -89
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/{test-environment-34eef1ee.mjs → test-environment-75e095b5.mjs} +1 -1
- package/fesm2022/test-environment-75e095b5.mjs.map +1 -0
- package/fesm2022/testing/selenium-webdriver.mjs +1 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +1 -1
- package/fesm2022/testing/testbed.mjs +2 -2
- package/fesm2022/testing/testbed.mjs.map +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/text-field.mjs +20 -21
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/{text-filtering-0c6de6d6.mjs → text-filtering-682c2e05.mjs} +1 -1
- package/fesm2022/text-filtering-682c2e05.mjs.map +1 -0
- package/fesm2022/{tree-key-manager-2f20c79c.mjs → tree-key-manager-fb779925.mjs} +3 -3
- package/fesm2022/tree-key-manager-fb779925.mjs.map +1 -0
- package/fesm2022/tree.mjs +32 -32
- package/fesm2022/tree.mjs.map +1 -1
- package/fesm2022/{typeahead-11ae39bd.mjs → typeahead-5b1c5e41.mjs} +2 -2
- package/fesm2022/typeahead-5b1c5e41.mjs.map +1 -0
- package/fesm2022/{unique-selection-dispatcher-d0d5176e.mjs → unique-selection-dispatcher-95d71775.mjs} +4 -4
- package/fesm2022/unique-selection-dispatcher-95d71775.mjs.map +1 -0
- package/fesm2022/{visually-hidden-a6df546a.mjs → visually-hidden-912d0ccc.mjs} +4 -4
- package/fesm2022/visually-hidden-912d0ccc.mjs.map +1 -0
- package/{focus-key-manager.d-415a6958.d.ts → focus-key-manager.d-808a8cfc.d.ts} +4 -3
- package/{focus-monitor.d-810a02e6.d.ts → focus-monitor.d-463f4526.d.ts} +2 -1
- package/{harness-environment.d-4d615248.d.ts → harness-environment.d-ccca6bee.d.ts} +2 -1
- package/keycodes/index.d.ts +2 -1
- package/layout/index.d.ts +2 -1
- package/{list-key-manager.d-72e9a2e7.d.ts → list-key-manager.d-6b8e8454.d.ts} +2 -1
- package/listbox/index.d.ts +5 -4
- package/menu/index.d.ts +14 -13
- package/{number-property.d-ce316715.d.ts → number-property.d-1067cb21.d.ts} +2 -1
- package/{observe-content.d-c08bc882.d.ts → observe-content.d-406532a1.d.ts} +1 -1
- package/observers/index.d.ts +2 -2
- package/overlay/index.d.ts +14 -13
- package/{overlay-module.d-46197115.d.ts → overlay-module.d-bb9fd227.d.ts} +13 -10
- package/package.json +1 -1
- package/platform/index.d.ts +2 -17
- package/portal/index.d.ts +2 -2
- package/{portal-directives.d-fefec9d6.d.ts → portal-directives.d-7048496c.d.ts} +2 -1
- package/private/index.d.ts +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/scrolling/index.d.ts +5 -5
- package/{scrolling-module.d-e4f8e471.d.ts → scrolling-module.d-a309d6c8.d.ts} +5 -4
- package/{selection-model.d-1a70542c.d.ts → selection-model.d-8f93f170.d.ts} +2 -1
- package/stepper/index.d.ts +6 -5
- package/table/index.d.ts +9 -8
- package/testing/index.d.ts +3 -2
- package/testing/selenium-webdriver/index.d.ts +3 -2
- package/testing/testbed/index.d.ts +3 -2
- package/text-field/index.d.ts +3 -2
- package/tree/index.d.ts +5 -4
- package/{unique-selection-dispatcher.d-7993b9f5.d.ts → unique-selection-dispatcher.d-49e3cd5f.d.ts} +2 -1
- package/{view-repeater.d-79039e1f.d.ts → view-repeater.d-bf5e36f0.d.ts} +2 -1
- package/{viewport-ruler.d-f3d3e82f.d.ts → viewport-ruler.d-5b507354.d.ts} +2 -1
- package/fesm2022/a11y-module-b228dc71.mjs.map +0 -1
- package/fesm2022/activedescendant-key-manager-1351a9d3.mjs.map +0 -1
- package/fesm2022/array-88e1bec3.mjs.map +0 -1
- package/fesm2022/backwards-compatibility-bcbe473e.mjs +0 -25
- package/fesm2022/backwards-compatibility-bcbe473e.mjs.map +0 -1
- package/fesm2022/bidi-module-e73b8776.mjs.map +0 -1
- package/fesm2022/breakpoints-observer-9432a91b.mjs.map +0 -1
- package/fesm2022/css-pixel-value-447bbfe8.mjs.map +0 -1
- package/fesm2022/data-source-5320b6fd.mjs.map +0 -1
- package/fesm2022/directionality-ea6ab987.mjs.map +0 -1
- package/fesm2022/dispose-view-repeater-strategy-b11b87ea.mjs.map +0 -1
- package/fesm2022/element-08c51fcd.mjs.map +0 -1
- package/fesm2022/fake-event-detection-7055b1bd.mjs.map +0 -1
- package/fesm2022/focus-key-manager-58d29acd.mjs.map +0 -1
- package/fesm2022/focus-monitor-69f9c0f9.mjs.map +0 -1
- package/fesm2022/id-generator-ec45a122.mjs.map +0 -1
- package/fesm2022/keycodes-107cd3e4.mjs.map +0 -1
- package/fesm2022/list-key-manager-c7b5cefb.mjs.map +0 -1
- package/fesm2022/modifiers-33a5859e.mjs.map +0 -1
- package/fesm2022/observable-97c0792c.mjs.map +0 -1
- package/fesm2022/observe-content-459e1d12.mjs.map +0 -1
- package/fesm2022/overlay-module-6e7b742f.mjs.map +0 -1
- package/fesm2022/passive-listeners-c0bdc49f.mjs.map +0 -1
- package/fesm2022/platform-2be6a529.mjs.map +0 -1
- package/fesm2022/portal-directives-9cd98881.mjs.map +0 -1
- package/fesm2022/recycle-view-repeater-strategy-c1712813.mjs.map +0 -1
- package/fesm2022/scrolling-61955dd1.mjs.map +0 -1
- package/fesm2022/scrolling-module-72941c9f.mjs.map +0 -1
- package/fesm2022/selection-model-30243dba.mjs.map +0 -1
- package/fesm2022/shadow-dom-9f403d00.mjs.map +0 -1
- package/fesm2022/style-loader-9fc0a4d2.mjs.map +0 -1
- package/fesm2022/test-environment-34eef1ee.mjs.map +0 -1
- package/fesm2022/text-filtering-0c6de6d6.mjs.map +0 -1
- package/fesm2022/tree-key-manager-2f20c79c.mjs.map +0 -1
- package/fesm2022/typeahead-11ae39bd.mjs.map +0 -1
- package/fesm2022/unique-selection-dispatcher-d0d5176e.mjs.map +0 -1
- package/fesm2022/visually-hidden-a6df546a.mjs.map +0 -1
- /package/{platform.d-0a5b4792.d.ts → platform.d-54a48c5c.d.ts} +0 -0
- /package/{style-loader.d-19baab84.d.ts → style-loader.d-a4916e34.d.ts} +0 -0
- /package/{tree-key-manager-strategy.d-603161dd.d.ts → tree-key-manager-strategy.d-e1a4bb7c.d.ts} +0 -0
package/fesm2022/table.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { i as isDataSource } from './data-source-
|
|
2
|
-
export { D as DataSource } from './data-source-
|
|
1
|
+
import { i as isDataSource } from './data-source-a3a3a257.mjs';
|
|
2
|
+
export { D as DataSource } from './data-source-a3a3a257.mjs';
|
|
3
3
|
import { DOCUMENT } from '@angular/common';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { InjectionToken, inject, TemplateRef, Directive, booleanAttribute, Input, ContentChild, ElementRef, NgZone, Injectable, IterableDiffers, ViewContainerRef, Component, ChangeDetectionStrategy, ViewEncapsulation, afterNextRender, ChangeDetectorRef, EventEmitter, Injector, HostAttributeToken, Output, ContentChildren, ViewChild, NgModule } from '@angular/core';
|
|
6
6
|
import { Subject, BehaviorSubject, isObservable, of } from 'rxjs';
|
|
7
7
|
import { takeUntil } from 'rxjs/operators';
|
|
8
|
-
import { b as _VIEW_REPEATER_STRATEGY, _ as _RecycleViewRepeaterStrategy, a as _ViewRepeaterOperation } from './recycle-view-repeater-strategy-
|
|
9
|
-
import { _ as _DisposeViewRepeaterStrategy } from './dispose-view-repeater-strategy-
|
|
10
|
-
import { D as Directionality } from './directionality-
|
|
11
|
-
import { P as Platform } from './platform-
|
|
12
|
-
import { V as ViewportRuler, a as ScrollingModule } from './scrolling-module-
|
|
13
|
-
import './element-
|
|
14
|
-
import './scrolling-
|
|
15
|
-
import './bidi-module-
|
|
8
|
+
import { b as _VIEW_REPEATER_STRATEGY, _ as _RecycleViewRepeaterStrategy, a as _ViewRepeaterOperation } from './recycle-view-repeater-strategy-7fe34ce5.mjs';
|
|
9
|
+
import { _ as _DisposeViewRepeaterStrategy } from './dispose-view-repeater-strategy-0bf96031.mjs';
|
|
10
|
+
import { D as Directionality } from './directionality-25132624.mjs';
|
|
11
|
+
import { P as Platform } from './platform-3b280dd2.mjs';
|
|
12
|
+
import { V as ViewportRuler, a as ScrollingModule } from './scrolling-module-2ed090a6.mjs';
|
|
13
|
+
import './element-bed495ef.mjs';
|
|
14
|
+
import './scrolling-4b9e82b7.mjs';
|
|
15
|
+
import './bidi-module-93941905.mjs';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Used to provide a table to some of the sub-components without causing a circular dependency.
|
|
@@ -30,10 +30,10 @@ class CdkCellDef {
|
|
|
30
30
|
/** @docs-private */
|
|
31
31
|
template = inject(TemplateRef);
|
|
32
32
|
constructor() { }
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCellDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkCellDef, isStandalone: true, selector: "[cdkCellDef]", ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCellDef, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[cdkCellDef]',
|
|
@@ -47,10 +47,10 @@ class CdkHeaderCellDef {
|
|
|
47
47
|
/** @docs-private */
|
|
48
48
|
template = inject(TemplateRef);
|
|
49
49
|
constructor() { }
|
|
50
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
51
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
50
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderCellDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
51
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkHeaderCellDef, isStandalone: true, selector: "[cdkHeaderCellDef]", ngImport: i0 });
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderCellDef, decorators: [{
|
|
54
54
|
type: Directive,
|
|
55
55
|
args: [{
|
|
56
56
|
selector: '[cdkHeaderCellDef]',
|
|
@@ -64,10 +64,10 @@ class CdkFooterCellDef {
|
|
|
64
64
|
/** @docs-private */
|
|
65
65
|
template = inject(TemplateRef);
|
|
66
66
|
constructor() { }
|
|
67
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
68
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
67
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterCellDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
68
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkFooterCellDef, isStandalone: true, selector: "[cdkFooterCellDef]", ngImport: i0 });
|
|
69
69
|
}
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterCellDef, decorators: [{
|
|
71
71
|
type: Directive,
|
|
72
72
|
args: [{
|
|
73
73
|
selector: '[cdkFooterCellDef]',
|
|
@@ -167,10 +167,10 @@ class CdkColumnDef {
|
|
|
167
167
|
this._updateColumnCssClassName();
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
171
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.
|
|
170
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkColumnDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
171
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.5", type: CdkColumnDef, isStandalone: true, selector: "[cdkColumnDef]", inputs: { name: ["cdkColumnDef", "name"], sticky: ["sticky", "sticky", booleanAttribute], stickyEnd: ["stickyEnd", "stickyEnd", booleanAttribute] }, providers: [{ provide: 'MAT_SORT_HEADER_COLUMN_DEF', useExisting: CdkColumnDef }], queries: [{ propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true }, { propertyName: "footerCell", first: true, predicate: CdkFooterCellDef, descendants: true }], ngImport: i0 });
|
|
172
172
|
}
|
|
173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkColumnDef, decorators: [{
|
|
174
174
|
type: Directive,
|
|
175
175
|
args: [{
|
|
176
176
|
selector: '[cdkColumnDef]',
|
|
@@ -206,10 +206,10 @@ class CdkHeaderCell extends BaseCdkCell {
|
|
|
206
206
|
constructor() {
|
|
207
207
|
super(inject(CdkColumnDef), inject(ElementRef));
|
|
208
208
|
}
|
|
209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
210
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
210
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkHeaderCell, isStandalone: true, selector: "cdk-header-cell, th[cdk-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "cdk-header-cell" }, usesInheritance: true, ngImport: i0 });
|
|
211
211
|
}
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderCell, decorators: [{
|
|
213
213
|
type: Directive,
|
|
214
214
|
args: [{
|
|
215
215
|
selector: 'cdk-header-cell, th[cdk-header-cell]',
|
|
@@ -230,10 +230,10 @@ class CdkFooterCell extends BaseCdkCell {
|
|
|
230
230
|
elementRef.nativeElement.setAttribute('role', role);
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
234
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
234
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkFooterCell, isStandalone: true, selector: "cdk-footer-cell, td[cdk-footer-cell]", host: { classAttribute: "cdk-footer-cell" }, usesInheritance: true, ngImport: i0 });
|
|
235
235
|
}
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterCell, decorators: [{
|
|
237
237
|
type: Directive,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: 'cdk-footer-cell, td[cdk-footer-cell]',
|
|
@@ -253,10 +253,10 @@ class CdkCell extends BaseCdkCell {
|
|
|
253
253
|
elementRef.nativeElement.setAttribute('role', role);
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
257
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCell, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
257
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkCell, isStandalone: true, selector: "cdk-cell, td[cdk-cell]", host: { classAttribute: "cdk-cell" }, usesInheritance: true, ngImport: i0 });
|
|
258
258
|
}
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCell, decorators: [{
|
|
260
260
|
type: Directive,
|
|
261
261
|
args: [{
|
|
262
262
|
selector: 'cdk-cell, td[cdk-cell]',
|
|
@@ -326,10 +326,10 @@ class _CoalescedStyleScheduler {
|
|
|
326
326
|
this._currentSchedule = null;
|
|
327
327
|
}));
|
|
328
328
|
}
|
|
329
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
330
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
329
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: _CoalescedStyleScheduler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
330
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: _CoalescedStyleScheduler });
|
|
331
331
|
}
|
|
332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: _CoalescedStyleScheduler, decorators: [{
|
|
333
333
|
type: Injectable
|
|
334
334
|
}], ctorParameters: () => [] });
|
|
335
335
|
|
|
@@ -378,10 +378,10 @@ class BaseRowDef {
|
|
|
378
378
|
return column.cell.template;
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
382
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: BaseRowDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
382
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: BaseRowDef, isStandalone: true, usesOnChanges: true, ngImport: i0 });
|
|
383
383
|
}
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: BaseRowDef, decorators: [{
|
|
385
385
|
type: Directive
|
|
386
386
|
}], ctorParameters: () => [] });
|
|
387
387
|
/**
|
|
@@ -420,10 +420,10 @@ class CdkHeaderRowDef extends BaseRowDef {
|
|
|
420
420
|
resetStickyChanged() {
|
|
421
421
|
this._hasStickyChanged = false;
|
|
422
422
|
}
|
|
423
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
424
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.
|
|
423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderRowDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
424
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.5", type: CdkHeaderRowDef, isStandalone: true, selector: "[cdkHeaderRowDef]", inputs: { columns: ["cdkHeaderRowDef", "columns"], sticky: ["cdkHeaderRowDefSticky", "sticky", booleanAttribute] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
425
425
|
}
|
|
426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderRowDef, decorators: [{
|
|
427
427
|
type: Directive,
|
|
428
428
|
args: [{
|
|
429
429
|
selector: '[cdkHeaderRowDef]',
|
|
@@ -469,10 +469,10 @@ class CdkFooterRowDef extends BaseRowDef {
|
|
|
469
469
|
resetStickyChanged() {
|
|
470
470
|
this._hasStickyChanged = false;
|
|
471
471
|
}
|
|
472
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
473
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.
|
|
472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterRowDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
473
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.0.0-next.5", type: CdkFooterRowDef, isStandalone: true, selector: "[cdkFooterRowDef]", inputs: { columns: ["cdkFooterRowDef", "columns"], sticky: ["cdkFooterRowDefSticky", "sticky", booleanAttribute] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
474
474
|
}
|
|
475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterRowDef, decorators: [{
|
|
476
476
|
type: Directive,
|
|
477
477
|
args: [{
|
|
478
478
|
selector: '[cdkFooterRowDef]',
|
|
@@ -501,10 +501,10 @@ class CdkRowDef extends BaseRowDef {
|
|
|
501
501
|
// if this template should be used.
|
|
502
502
|
super(inject(TemplateRef), inject(IterableDiffers));
|
|
503
503
|
}
|
|
504
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
505
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
504
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRowDef, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
505
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkRowDef, isStandalone: true, selector: "[cdkRowDef]", inputs: { columns: ["cdkRowDefColumns", "columns"], when: ["cdkRowDefWhen", "when"] }, usesInheritance: true, ngImport: i0 });
|
|
506
506
|
}
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRowDef, decorators: [{
|
|
508
508
|
type: Directive,
|
|
509
509
|
args: [{
|
|
510
510
|
selector: '[cdkRowDef]',
|
|
@@ -542,10 +542,10 @@ class CdkCellOutlet {
|
|
|
542
542
|
CdkCellOutlet.mostRecentCellOutlet = null;
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
546
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
545
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCellOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
546
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkCellOutlet, isStandalone: true, selector: "[cdkCellOutlet]", ngImport: i0 });
|
|
547
547
|
}
|
|
548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkCellOutlet, decorators: [{
|
|
549
549
|
type: Directive,
|
|
550
550
|
args: [{
|
|
551
551
|
selector: '[cdkCellOutlet]',
|
|
@@ -553,10 +553,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
|
|
|
553
553
|
}], ctorParameters: () => [] });
|
|
554
554
|
/** Header template container that contains the cell outlet. Adds the right class and role. */
|
|
555
555
|
class CdkHeaderRow {
|
|
556
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
557
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
556
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
557
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkHeaderRow, isStandalone: true, selector: "cdk-header-row, tr[cdk-header-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-header-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
558
558
|
}
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkHeaderRow, decorators: [{
|
|
560
560
|
type: Component,
|
|
561
561
|
args: [{
|
|
562
562
|
selector: 'cdk-header-row, tr[cdk-header-row]',
|
|
@@ -574,10 +574,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
|
|
|
574
574
|
}] });
|
|
575
575
|
/** Footer template container that contains the cell outlet. Adds the right class and role. */
|
|
576
576
|
class CdkFooterRow {
|
|
577
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
578
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
578
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkFooterRow, isStandalone: true, selector: "cdk-footer-row, tr[cdk-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-footer-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
579
579
|
}
|
|
580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkFooterRow, decorators: [{
|
|
581
581
|
type: Component,
|
|
582
582
|
args: [{
|
|
583
583
|
selector: 'cdk-footer-row, tr[cdk-footer-row]',
|
|
@@ -595,10 +595,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3",
|
|
|
595
595
|
}] });
|
|
596
596
|
/** Data row template container that contains the cell outlet. Adds the right class and role. */
|
|
597
597
|
class CdkRow {
|
|
598
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
599
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
598
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
599
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkRow, isStandalone: true, selector: "cdk-row, tr[cdk-row]", host: { attributes: { "role": "row" }, classAttribute: "cdk-row" }, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "directive", type: CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
600
600
|
}
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRow, decorators: [{
|
|
602
602
|
type: Component,
|
|
603
603
|
args: [{
|
|
604
604
|
selector: 'cdk-row, tr[cdk-row]',
|
|
@@ -619,10 +619,10 @@ class CdkNoDataRow {
|
|
|
619
619
|
templateRef = inject(TemplateRef);
|
|
620
620
|
_contentClassName = 'cdk-no-data-row';
|
|
621
621
|
constructor() { }
|
|
622
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
623
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
622
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkNoDataRow, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
623
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkNoDataRow, isStandalone: true, selector: "ng-template[cdkNoDataRow]", ngImport: i0 });
|
|
624
624
|
}
|
|
625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkNoDataRow, decorators: [{
|
|
626
626
|
type: Directive,
|
|
627
627
|
args: [{
|
|
628
628
|
selector: 'ng-template[cdkNoDataRow]',
|
|
@@ -1182,10 +1182,10 @@ const STICKY_POSITIONING_LISTENER = new InjectionToken('CDK_SPL');
|
|
|
1182
1182
|
* tables that animate rows.
|
|
1183
1183
|
*/
|
|
1184
1184
|
class CdkRecycleRows {
|
|
1185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1186
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
1185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRecycleRows, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1186
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkRecycleRows, isStandalone: true, selector: "cdk-table[recycleRows], table[cdk-table][recycleRows]", providers: [{ provide: _VIEW_REPEATER_STRATEGY, useClass: _RecycleViewRepeaterStrategy }], ngImport: i0 });
|
|
1187
1187
|
}
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkRecycleRows, decorators: [{
|
|
1189
1189
|
type: Directive,
|
|
1190
1190
|
args: [{
|
|
1191
1191
|
selector: 'cdk-table[recycleRows], table[cdk-table][recycleRows]',
|
|
@@ -1204,10 +1204,10 @@ class DataRowOutlet {
|
|
|
1204
1204
|
table._rowOutlet = this;
|
|
1205
1205
|
table._outletAssigned();
|
|
1206
1206
|
}
|
|
1207
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1208
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
1207
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DataRowOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1208
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: DataRowOutlet, isStandalone: true, selector: "[rowOutlet]", ngImport: i0 });
|
|
1209
1209
|
}
|
|
1210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: DataRowOutlet, decorators: [{
|
|
1211
1211
|
type: Directive,
|
|
1212
1212
|
args: [{
|
|
1213
1213
|
selector: '[rowOutlet]',
|
|
@@ -1225,10 +1225,10 @@ class HeaderRowOutlet {
|
|
|
1225
1225
|
table._headerRowOutlet = this;
|
|
1226
1226
|
table._outletAssigned();
|
|
1227
1227
|
}
|
|
1228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1229
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
1228
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: HeaderRowOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1229
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: HeaderRowOutlet, isStandalone: true, selector: "[headerRowOutlet]", ngImport: i0 });
|
|
1230
1230
|
}
|
|
1231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: HeaderRowOutlet, decorators: [{
|
|
1232
1232
|
type: Directive,
|
|
1233
1233
|
args: [{
|
|
1234
1234
|
selector: '[headerRowOutlet]',
|
|
@@ -1246,10 +1246,10 @@ class FooterRowOutlet {
|
|
|
1246
1246
|
table._footerRowOutlet = this;
|
|
1247
1247
|
table._outletAssigned();
|
|
1248
1248
|
}
|
|
1249
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1250
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
1249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: FooterRowOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1250
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: FooterRowOutlet, isStandalone: true, selector: "[footerRowOutlet]", ngImport: i0 });
|
|
1251
1251
|
}
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: FooterRowOutlet, decorators: [{
|
|
1253
1253
|
type: Directive,
|
|
1254
1254
|
args: [{
|
|
1255
1255
|
selector: '[footerRowOutlet]',
|
|
@@ -1268,10 +1268,10 @@ class NoDataRowOutlet {
|
|
|
1268
1268
|
table._noDataRowOutlet = this;
|
|
1269
1269
|
table._outletAssigned();
|
|
1270
1270
|
}
|
|
1271
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1272
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
1271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: NoDataRowOutlet, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1272
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.0-next.5", type: NoDataRowOutlet, isStandalone: true, selector: "[noDataRowOutlet]", ngImport: i0 });
|
|
1273
1273
|
}
|
|
1274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
1274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: NoDataRowOutlet, decorators: [{
|
|
1275
1275
|
type: Directive,
|
|
1276
1276
|
args: [{
|
|
1277
1277
|
selector: '[noDataRowOutlet]',
|
|
@@ -1587,15 +1587,15 @@ class CdkTable {
|
|
|
1587
1587
|
}
|
|
1588
1588
|
this._isServer = !this._platform.isBrowser;
|
|
1589
1589
|
this._isNativeHtmlTable = this._elementRef.nativeElement.nodeName === 'TABLE';
|
|
1590
|
-
}
|
|
1591
|
-
ngOnInit() {
|
|
1592
|
-
this._setupStickyStyler();
|
|
1593
1590
|
// Set up the trackBy function so that it uses the `RenderRow` as its identity by default. If
|
|
1594
1591
|
// the user has provided a custom trackBy, return the result of that function as evaluated
|
|
1595
1592
|
// with the values of the `RenderRow`'s data and index.
|
|
1596
1593
|
this._dataDiffer = this._differs.find([]).create((_i, dataRow) => {
|
|
1597
1594
|
return this.trackBy ? this.trackBy(dataRow.dataIndex, dataRow.data) : dataRow;
|
|
1598
1595
|
});
|
|
1596
|
+
}
|
|
1597
|
+
ngOnInit() {
|
|
1598
|
+
this._setupStickyStyler();
|
|
1599
1599
|
this._viewportRuler
|
|
1600
1600
|
.change()
|
|
1601
1601
|
.pipe(takeUntil(this._onDestroy))
|
|
@@ -1879,6 +1879,9 @@ class CdkTable {
|
|
|
1879
1879
|
// new cache while unused ones can be picked up by garbage collection.
|
|
1880
1880
|
const prevCachedRenderRows = this._cachedRenderRowsMap;
|
|
1881
1881
|
this._cachedRenderRowsMap = new Map();
|
|
1882
|
+
if (!this._data) {
|
|
1883
|
+
return renderRows;
|
|
1884
|
+
}
|
|
1882
1885
|
// For each data object, get the list of rows that should be rendered, represented by the
|
|
1883
1886
|
// respective `RenderRow` object which is the pair of `data` and `CdkRowDef`.
|
|
1884
1887
|
for (let i = 0; i < this._data.length; i++) {
|
|
@@ -2239,8 +2242,8 @@ class CdkTable {
|
|
|
2239
2242
|
this._isShowingNoDataRow = shouldShow;
|
|
2240
2243
|
this._changeDetectorRef.markForCheck();
|
|
2241
2244
|
}
|
|
2242
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2243
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.0-next.
|
|
2245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTable, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2246
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.0-next.5", type: CdkTable, isStandalone: true, selector: "cdk-table, table[cdk-table]", inputs: { trackBy: "trackBy", dataSource: "dataSource", multiTemplateDataRows: ["multiTemplateDataRows", "multiTemplateDataRows", booleanAttribute], fixedLayout: ["fixedLayout", "fixedLayout", booleanAttribute] }, outputs: { contentChanged: "contentChanged" }, host: { properties: { "class.cdk-table-fixed-layout": "fixedLayout" }, classAttribute: "cdk-table" }, providers: [
|
|
2244
2247
|
{ provide: CDK_TABLE, useExisting: CdkTable },
|
|
2245
2248
|
{ provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
|
|
2246
2249
|
{ provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
|
|
@@ -2248,7 +2251,7 @@ class CdkTable {
|
|
|
2248
2251
|
{ provide: STICKY_POSITIONING_LISTENER, useValue: null },
|
|
2249
2252
|
], queries: [{ propertyName: "_noDataRow", first: true, predicate: CdkNoDataRow, descendants: true }, { propertyName: "_contentColumnDefs", predicate: CdkColumnDef, descendants: true }, { propertyName: "_contentRowDefs", predicate: CdkRowDef, descendants: true }, { propertyName: "_contentHeaderRowDefs", predicate: CdkHeaderRowDef, descendants: true }, { propertyName: "_contentFooterRowDefs", predicate: CdkFooterRowDef, descendants: true }], exportAs: ["cdkTable"], ngImport: i0, template: "\n <ng-content select=\"caption\"/>\n <ng-content select=\"colgroup, col\"/>\n\n <!--\n Unprojected content throws a hydration error so we need this to capture it.\n It gets removed on the client so it doesn't affect the layout.\n -->\n @if (_isServer) {\n <ng-content/>\n }\n\n @if (_isNativeHtmlTable) {\n <thead role=\"rowgroup\">\n <ng-container headerRowOutlet/>\n </thead>\n <tbody role=\"rowgroup\">\n <ng-container rowOutlet/>\n <ng-container noDataRowOutlet/>\n </tbody>\n <tfoot role=\"rowgroup\">\n <ng-container footerRowOutlet/>\n </tfoot>\n } @else {\n <ng-container headerRowOutlet/>\n <ng-container rowOutlet/>\n <ng-container noDataRowOutlet/>\n <ng-container footerRowOutlet/>\n }\n", isInline: true, styles: [".cdk-table-fixed-layout{table-layout:fixed}"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
2250
2253
|
}
|
|
2251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTable, decorators: [{
|
|
2252
2255
|
type: Component,
|
|
2253
2256
|
args: [{ selector: 'cdk-table, table[cdk-table]', exportAs: 'cdkTable', template: CDK_TABLE_TEMPLATE, host: {
|
|
2254
2257
|
'class': 'cdk-table',
|
|
@@ -2422,8 +2425,8 @@ class CdkTextColumn {
|
|
|
2422
2425
|
this.columnDef.name = this.name;
|
|
2423
2426
|
}
|
|
2424
2427
|
}
|
|
2425
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2426
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
2428
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTextColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2429
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.0-next.5", type: CdkTextColumn, isStandalone: true, selector: "cdk-text-column", inputs: { name: "name", headerText: "headerText", dataAccessor: "dataAccessor", justify: "justify" }, viewQueries: [{ propertyName: "columnDef", first: true, predicate: CdkColumnDef, descendants: true, static: true }, { propertyName: "cell", first: true, predicate: CdkCellDef, descendants: true, static: true }, { propertyName: "headerCell", first: true, predicate: CdkHeaderCellDef, descendants: true, static: true }], ngImport: i0, template: `
|
|
2427
2430
|
<ng-container cdkColumnDef>
|
|
2428
2431
|
<th cdk-header-cell *cdkHeaderCellDef [style.text-align]="justify">
|
|
2429
2432
|
{{headerText}}
|
|
@@ -2434,7 +2437,7 @@ class CdkTextColumn {
|
|
|
2434
2437
|
</ng-container>
|
|
2435
2438
|
`, isInline: true, dependencies: [{ kind: "directive", type: CdkColumnDef, selector: "[cdkColumnDef]", inputs: ["cdkColumnDef", "sticky", "stickyEnd"] }, { kind: "directive", type: CdkHeaderCellDef, selector: "[cdkHeaderCellDef]" }, { kind: "directive", type: CdkHeaderCell, selector: "cdk-header-cell, th[cdk-header-cell]" }, { kind: "directive", type: CdkCellDef, selector: "[cdkCellDef]" }, { kind: "directive", type: CdkCell, selector: "cdk-cell, td[cdk-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
2436
2439
|
}
|
|
2437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTextColumn, decorators: [{
|
|
2438
2441
|
type: Component,
|
|
2439
2442
|
args: [{
|
|
2440
2443
|
selector: 'cdk-text-column',
|
|
@@ -2502,8 +2505,8 @@ const EXPORTED_DECLARATIONS = [
|
|
|
2502
2505
|
NoDataRowOutlet,
|
|
2503
2506
|
];
|
|
2504
2507
|
class CdkTableModule {
|
|
2505
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2506
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.
|
|
2508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2509
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule, CdkTable,
|
|
2507
2510
|
CdkRowDef,
|
|
2508
2511
|
CdkCellDef,
|
|
2509
2512
|
CdkCellOutlet,
|
|
@@ -2546,9 +2549,9 @@ class CdkTableModule {
|
|
|
2546
2549
|
CdkNoDataRow,
|
|
2547
2550
|
CdkRecycleRows,
|
|
2548
2551
|
NoDataRowOutlet] });
|
|
2549
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2552
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTableModule, imports: [ScrollingModule] });
|
|
2550
2553
|
}
|
|
2551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.
|
|
2554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.5", ngImport: i0, type: CdkTableModule, decorators: [{
|
|
2552
2555
|
type: NgModule,
|
|
2553
2556
|
args: [{
|
|
2554
2557
|
exports: EXPORTED_DECLARATIONS,
|