@angular/cdk 21.0.0-next.1 → 21.0.0-next.10
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/_adev_assets/cdk_drag_drop.json +7 -7
- package/_adev_assets/cdk_testing.json +6 -16
- package/fesm2022/{a11y-module.mjs → _a11y-module-chunk.mjs} +8 -16
- package/fesm2022/_a11y-module-chunk.mjs.map +1 -0
- package/fesm2022/{activedescendant-key-manager.mjs → _activedescendant-key-manager-chunk.mjs} +2 -2
- package/fesm2022/_activedescendant-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{array.mjs → _array-chunk.mjs} +1 -1
- package/fesm2022/_array-chunk.mjs.map +1 -0
- package/fesm2022/{breakpoints-observer.mjs → _breakpoints-observer-chunk.mjs} +3 -3
- package/fesm2022/_breakpoints-observer-chunk.mjs.map +1 -0
- package/fesm2022/{css-pixel-value.mjs → _css-pixel-value-chunk.mjs} +1 -1
- package/fesm2022/_css-pixel-value-chunk.mjs.map +1 -0
- package/fesm2022/{data-source.mjs → _data-source-chunk.mjs} +1 -1
- package/fesm2022/_data-source-chunk.mjs.map +1 -0
- package/fesm2022/{directionality.mjs → _directionality-chunk.mjs} +2 -10
- package/fesm2022/_directionality-chunk.mjs.map +1 -0
- package/fesm2022/{dispose-view-repeater-strategy.mjs → _dispose-view-repeater-strategy-chunk.mjs} +2 -2
- package/fesm2022/_dispose-view-repeater-strategy-chunk.mjs.map +1 -0
- package/fesm2022/{element.mjs → _element-chunk.mjs} +1 -1
- package/fesm2022/_element-chunk.mjs.map +1 -0
- package/fesm2022/{fake-event-detection.mjs → _fake-event-detection-chunk.mjs} +1 -1
- package/fesm2022/_fake-event-detection-chunk.mjs.map +1 -0
- package/fesm2022/{focus-key-manager.mjs → _focus-key-manager-chunk.mjs} +2 -2
- package/fesm2022/_focus-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{focus-monitor.mjs → _focus-monitor-chunk.mjs} +7 -7
- package/fesm2022/_focus-monitor-chunk.mjs.map +1 -0
- package/fesm2022/{id-generator.mjs → _id-generator-chunk.mjs} +1 -1
- package/fesm2022/_id-generator-chunk.mjs.map +1 -0
- package/fesm2022/{keycodes2.mjs → _keycodes-chunk.mjs} +1 -1
- package/fesm2022/_keycodes-chunk.mjs.map +1 -0
- package/fesm2022/{list-key-manager.mjs → _list-key-manager-chunk.mjs} +3 -3
- package/fesm2022/_list-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{overlay-module.mjs → _overlay-module-chunk.mjs} +73 -48
- package/fesm2022/_overlay-module-chunk.mjs.map +1 -0
- package/fesm2022/{passive-listeners.mjs → _passive-listeners-chunk.mjs} +1 -1
- package/fesm2022/_passive-listeners-chunk.mjs.map +1 -0
- package/fesm2022/{platform2.mjs → _platform-chunk.mjs} +1 -1
- package/fesm2022/_platform-chunk.mjs.map +1 -0
- package/fesm2022/{recycle-view-repeater-strategy.mjs → _recycle-view-repeater-strategy-chunk.mjs} +2 -2
- package/fesm2022/_recycle-view-repeater-strategy-chunk.mjs.map +1 -0
- package/fesm2022/{scrolling2.mjs → _scrolling-chunk.mjs} +2 -2
- package/fesm2022/_scrolling-chunk.mjs.map +1 -0
- package/fesm2022/{selection-model.mjs → _selection-model-chunk.mjs} +1 -1
- package/fesm2022/_selection-model-chunk.mjs.map +1 -0
- package/fesm2022/{shadow-dom.mjs → _shadow-dom-chunk.mjs} +1 -1
- package/fesm2022/_shadow-dom-chunk.mjs.map +1 -0
- package/fesm2022/{style-loader.mjs → _style-loader-chunk.mjs} +1 -1
- package/fesm2022/_style-loader-chunk.mjs.map +1 -0
- package/fesm2022/{test-environment.mjs → _test-environment-chunk.mjs} +1 -1
- package/fesm2022/_test-environment-chunk.mjs.map +1 -0
- package/fesm2022/{tree-key-manager.mjs → _tree-key-manager-chunk.mjs} +5 -22
- package/fesm2022/_tree-key-manager-chunk.mjs.map +1 -0
- package/fesm2022/{typeahead.mjs → _typeahead-chunk.mjs} +2 -2
- package/fesm2022/_typeahead-chunk.mjs.map +1 -0
- package/fesm2022/{unique-selection-dispatcher.mjs → _unique-selection-dispatcher-chunk.mjs} +1 -1
- package/fesm2022/_unique-selection-dispatcher-chunk.mjs.map +1 -0
- package/fesm2022/a11y.mjs +22 -40
- package/fesm2022/a11y.mjs.map +1 -1
- package/fesm2022/accordion.mjs +2 -2
- package/fesm2022/bidi.mjs +2 -2
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/{coercion/private.mjs → coercion-private.mjs} +1 -1
- package/fesm2022/coercion-private.mjs.map +1 -0
- package/fesm2022/coercion.mjs +3 -3
- package/fesm2022/collections.mjs +5 -5
- package/fesm2022/dialog.mjs +20 -20
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +17 -21
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/keycodes.mjs +1 -1
- package/fesm2022/layout.mjs +3 -3
- package/fesm2022/listbox.mjs +9 -9
- package/fesm2022/menu.mjs +24 -26
- package/fesm2022/menu.mjs.map +1 -1
- package/fesm2022/{observers/private.mjs → observers-private.mjs} +1 -1
- package/fesm2022/observers-private.mjs.map +1 -0
- package/fesm2022/observers.mjs +1 -1
- package/fesm2022/overlay.mjs +15 -15
- package/fesm2022/platform.mjs +5 -5
- package/fesm2022/portal.mjs +4 -57
- package/fesm2022/portal.mjs.map +1 -1
- package/fesm2022/private.mjs +1 -1
- package/fesm2022/scrolling.mjs +10 -12
- package/fesm2022/scrolling.mjs.map +1 -1
- package/fesm2022/stepper.mjs +7 -7
- package/fesm2022/table.mjs +16 -10
- package/fesm2022/table.mjs.map +1 -1
- package/fesm2022/{testing/selenium-webdriver.mjs → testing-selenium-webdriver.mjs} +2 -2
- package/fesm2022/testing-selenium-webdriver.mjs.map +1 -0
- package/fesm2022/{testing/testbed.mjs → testing-testbed.mjs} +3 -3
- package/fesm2022/testing-testbed.mjs.map +1 -0
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/text-field.mjs +3 -7
- package/fesm2022/text-field.mjs.map +1 -1
- package/fesm2022/tree.mjs +7 -7
- package/package.json +35 -34
- package/schematics/ng-add/index.js +1 -1
- package/{a11y-module.d.d.ts → types/_a11y-module-chunk.d.ts} +3 -9
- package/{activedescendant-key-manager.d.d.ts → types/_activedescendant-key-manager-chunk.d.ts} +1 -1
- package/{focus-key-manager.d.d.ts → types/_focus-key-manager-chunk.d.ts} +2 -2
- package/{harness-environment.d.d.ts → types/_harness-environment-chunk.d.ts} +1 -2
- package/{overlay-module.d.d.ts → types/_overlay-module-chunk.d.ts} +40 -12
- package/{portal-directives.d.d.ts → types/_portal-directives-chunk.d.ts} +2 -18
- package/{scrolling-module.d.d.ts → types/_scrolling-module-chunk.d.ts} +3 -3
- package/{a11y/index.d.ts → types/a11y.d.ts} +10 -41
- package/{accordion/index.d.ts → types/accordion.d.ts} +1 -1
- package/{bidi/index.d.ts → types/bidi.d.ts} +1 -1
- package/{coercion/index.d.ts → types/coercion.d.ts} +1 -1
- package/{collections/index.d.ts → types/collections.d.ts} +7 -7
- package/{dialog/index.d.ts → types/dialog.d.ts} +13 -13
- package/{drag-drop/index.d.ts → types/drag-drop.d.ts} +11 -11
- package/{listbox/index.d.ts → types/listbox.d.ts} +3 -3
- package/{menu/index.d.ts → types/menu.d.ts} +15 -17
- package/{observers/index.d.ts → types/observers.d.ts} +1 -1
- package/{overlay/index.d.ts → types/overlay.d.ts} +11 -11
- package/{platform/index.d.ts → types/platform.d.ts} +1 -1
- package/{portal/index.d.ts → types/portal.d.ts} +2 -2
- package/{private/index.d.ts → types/private.d.ts} +1 -1
- package/{scrolling/index.d.ts → types/scrolling.d.ts} +4 -4
- package/{stepper/index.d.ts → types/stepper.d.ts} +4 -4
- package/{table/index.d.ts → types/table.d.ts} +8 -6
- package/{testing/selenium-webdriver/index.d.ts → types/testing-selenium-webdriver.d.ts} +1 -1
- package/{testing/testbed/index.d.ts → types/testing-testbed.d.ts} +1 -1
- package/{testing/index.d.ts → types/testing.d.ts} +1 -1
- package/{text-field/index.d.ts → types/text-field.d.ts} +1 -3
- package/{tree/index.d.ts → types/tree.d.ts} +3 -3
- package/fesm2022/a11y-module.mjs.map +0 -1
- package/fesm2022/activedescendant-key-manager.mjs.map +0 -1
- package/fesm2022/array.mjs.map +0 -1
- package/fesm2022/breakpoints-observer.mjs.map +0 -1
- package/fesm2022/coercion/private.mjs.map +0 -1
- package/fesm2022/css-pixel-value.mjs.map +0 -1
- package/fesm2022/data-source.mjs.map +0 -1
- package/fesm2022/directionality.mjs.map +0 -1
- package/fesm2022/dispose-view-repeater-strategy.mjs.map +0 -1
- package/fesm2022/element.mjs.map +0 -1
- package/fesm2022/fake-event-detection.mjs.map +0 -1
- package/fesm2022/focus-key-manager.mjs.map +0 -1
- package/fesm2022/focus-monitor.mjs.map +0 -1
- package/fesm2022/id-generator.mjs.map +0 -1
- package/fesm2022/keycodes2.mjs.map +0 -1
- package/fesm2022/list-key-manager.mjs.map +0 -1
- package/fesm2022/observers/private.mjs.map +0 -1
- package/fesm2022/overlay-module.mjs.map +0 -1
- package/fesm2022/passive-listeners.mjs.map +0 -1
- package/fesm2022/platform2.mjs.map +0 -1
- package/fesm2022/recycle-view-repeater-strategy.mjs.map +0 -1
- package/fesm2022/scrolling2.mjs.map +0 -1
- package/fesm2022/selection-model.mjs.map +0 -1
- package/fesm2022/shadow-dom.mjs.map +0 -1
- package/fesm2022/style-loader.mjs.map +0 -1
- package/fesm2022/test-environment.mjs.map +0 -1
- package/fesm2022/testing/selenium-webdriver.mjs.map +0 -1
- package/fesm2022/testing/testbed.mjs.map +0 -1
- package/fesm2022/tree-key-manager.mjs.map +0 -1
- package/fesm2022/typeahead.mjs.map +0 -1
- package/fesm2022/unique-selection-dispatcher.mjs.map +0 -1
- package/overlay/_index-deprecated.scss +0 -13
- /package/{bidi-module.d.d.ts → types/_bidi-module-chunk.d.ts} +0 -0
- /package/{data-source.d.d.ts → types/_data-source-chunk.d.ts} +0 -0
- /package/{focus-monitor.d.d.ts → types/_focus-monitor-chunk.d.ts} +0 -0
- /package/{list-key-manager.d.d.ts → types/_list-key-manager-chunk.d.ts} +0 -0
- /package/{number-property.d.d.ts → types/_number-property-chunk.d.ts} +0 -0
- /package/{platform.d.d.ts → types/_platform-chunk.d.ts} +0 -0
- /package/{selection-model.d.d.ts → types/_selection-model-chunk.d.ts} +0 -0
- /package/{style-loader.d.d.ts → types/_style-loader-chunk.d.ts} +0 -0
- /package/{tree-key-manager-strategy.d.d.ts → types/_tree-key-manager-strategy-chunk.d.ts} +0 -0
- /package/{unique-selection-dispatcher.d.d.ts → types/_unique-selection-dispatcher-chunk.d.ts} +0 -0
- /package/{view-repeater.d.d.ts → types/_view-repeater-chunk.d.ts} +0 -0
- /package/{index.d.ts → types/cdk.d.ts} +0 -0
- /package/{clipboard/index.d.ts → types/clipboard.d.ts} +0 -0
- /package/{coercion/private/index.d.ts → types/coercion-private.d.ts} +0 -0
- /package/{keycodes/index.d.ts → types/keycodes.d.ts} +0 -0
- /package/{layout/index.d.ts → types/layout.d.ts} +0 -0
- /package/{observers/private/index.d.ts → types/observers-private.d.ts} +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, Provider, QueryList, InjectionToken, NgZone, Injector } from '@angular/core';
|
|
3
|
-
export { ActiveDescendantKeyManager, Highlightable } from '
|
|
4
|
-
export { FocusKeyManager, FocusableOption } from '
|
|
5
|
-
export { ListKeyManager, ListKeyManagerModifierKey, ListKeyManagerOption } from '
|
|
3
|
+
export { ActiveDescendantKeyManager, Highlightable } from './_activedescendant-key-manager-chunk.js';
|
|
4
|
+
export { FocusKeyManager, FocusableOption } from './_focus-key-manager-chunk.js';
|
|
5
|
+
export { ListKeyManager, ListKeyManagerModifierKey, ListKeyManagerOption } from './_list-key-manager-chunk.js';
|
|
6
6
|
import { Subject, Observable } from 'rxjs';
|
|
7
|
-
import { TreeKeyManagerItem, TreeKeyManagerStrategy,
|
|
8
|
-
import { FocusTrap, InteractivityChecker } from '
|
|
9
|
-
export { A11yModule, AriaLivePoliteness, CdkAriaLive, CdkTrapFocus, FocusTrapFactory, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN,
|
|
10
|
-
export { CdkMonitorFocus, FOCUS_MONITOR_DEFAULT_OPTIONS, FocusMonitor, FocusMonitorDetectionMode, FocusMonitorOptions, FocusOptions, FocusOrigin } from '
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
7
|
+
import { TreeKeyManagerItem, TreeKeyManagerStrategy, TreeKeyManagerOptions, TreeKeyManagerFactory } from './_tree-key-manager-strategy-chunk.js';
|
|
8
|
+
import { FocusTrap, InteractivityChecker } from './_a11y-module-chunk.js';
|
|
9
|
+
export { A11yModule, AriaLivePoliteness, CdkAriaLive, CdkTrapFocus, FocusTrapFactory, IsFocusableConfig, LIVE_ANNOUNCER_DEFAULT_OPTIONS, LIVE_ANNOUNCER_ELEMENT_TOKEN, LiveAnnouncer, LiveAnnouncerDefaultOptions } from './_a11y-module-chunk.js';
|
|
10
|
+
export { CdkMonitorFocus, FOCUS_MONITOR_DEFAULT_OPTIONS, FocusMonitor, FocusMonitorDetectionMode, FocusMonitorOptions, FocusOptions, FocusOrigin } from './_focus-monitor-chunk.js';
|
|
11
|
+
import './observers.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Interface used to register message elements and keep a count of how many registrations have
|
|
@@ -141,22 +141,6 @@ declare class NoopTreeKeyManager<T extends TreeKeyManagerItem> implements TreeKe
|
|
|
141
141
|
getActiveItem(): null;
|
|
142
142
|
focusItem(): void;
|
|
143
143
|
}
|
|
144
|
-
/**
|
|
145
|
-
* @docs-private
|
|
146
|
-
*
|
|
147
|
-
* Opt-out of Tree of key manager behavior.
|
|
148
|
-
*
|
|
149
|
-
* When provided, Tree has same focus management behavior as before TreeKeyManager was introduced.
|
|
150
|
-
* - Tree does not respond to keyboard interaction
|
|
151
|
-
* - Tree node allows tabindex to be set by Input binding
|
|
152
|
-
* - Tree node allows tabindex to be set by attribute binding
|
|
153
|
-
*
|
|
154
|
-
* @deprecated NoopTreeKeyManager deprecated. Use TreeKeyManager or inject a
|
|
155
|
-
* TreeKeyManagerStrategy instead. To be removed in a future version.
|
|
156
|
-
*
|
|
157
|
-
* @breaking-change 21.0.0
|
|
158
|
-
*/
|
|
159
|
-
declare function NOOP_TREE_KEY_MANAGER_FACTORY<T extends TreeKeyManagerItem>(): TreeKeyManagerFactory<T>;
|
|
160
144
|
/**
|
|
161
145
|
* @docs-private
|
|
162
146
|
*
|
|
@@ -270,23 +254,8 @@ declare class TreeKeyManager<T extends TreeKeyManagerItem> implements TreeKeyMan
|
|
|
270
254
|
private _expandAllItemsAtCurrentItemLevel;
|
|
271
255
|
private _activateCurrentItem;
|
|
272
256
|
}
|
|
273
|
-
/**
|
|
274
|
-
* @docs-private
|
|
275
|
-
* @deprecated No longer used, will be removed.
|
|
276
|
-
* @breaking-change 21.0.0
|
|
277
|
-
*/
|
|
278
|
-
declare function TREE_KEY_MANAGER_FACTORY<T extends TreeKeyManagerItem>(): TreeKeyManagerFactory<T>;
|
|
279
257
|
/** Injection token that determines the key manager to use. */
|
|
280
258
|
declare const TREE_KEY_MANAGER: InjectionToken<TreeKeyManagerFactory<any>>;
|
|
281
|
-
/**
|
|
282
|
-
* @docs-private
|
|
283
|
-
* @deprecated No longer used, will be removed.
|
|
284
|
-
* @breaking-change 21.0.0
|
|
285
|
-
*/
|
|
286
|
-
declare const TREE_KEY_MANAGER_FACTORY_PROVIDER: {
|
|
287
|
-
provide: InjectionToken<TreeKeyManagerFactory<any>>;
|
|
288
|
-
useFactory: typeof TREE_KEY_MANAGER_FACTORY;
|
|
289
|
-
};
|
|
290
259
|
|
|
291
260
|
/**
|
|
292
261
|
* Options for creating a ConfigurableFocusTrap.
|
|
@@ -546,5 +515,5 @@ declare class _IdGenerator {
|
|
|
546
515
|
static ɵprov: i0.ɵɵInjectableDeclaration<_IdGenerator>;
|
|
547
516
|
}
|
|
548
517
|
|
|
549
|
-
export { AriaDescriber, CDK_DESCRIBEDBY_HOST_ATTRIBUTE, CDK_DESCRIBEDBY_ID_PREFIX, ConfigurableFocusTrap, ConfigurableFocusTrapFactory, EventListenerFocusTrapInertStrategy, FOCUS_TRAP_INERT_STRATEGY, FocusTrap, HighContrastMode, HighContrastModeDetector, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, InputModalityDetector, InteractivityChecker, MESSAGES_CONTAINER_ID,
|
|
518
|
+
export { AriaDescriber, CDK_DESCRIBEDBY_HOST_ATTRIBUTE, CDK_DESCRIBEDBY_ID_PREFIX, ConfigurableFocusTrap, ConfigurableFocusTrapFactory, EventListenerFocusTrapInertStrategy, FOCUS_TRAP_INERT_STRATEGY, FocusTrap, HighContrastMode, HighContrastModeDetector, INPUT_MODALITY_DETECTOR_DEFAULT_OPTIONS, INPUT_MODALITY_DETECTOR_OPTIONS, InputModalityDetector, InteractivityChecker, MESSAGES_CONTAINER_ID, NOOP_TREE_KEY_MANAGER_FACTORY_PROVIDER, NoopTreeKeyManager, TREE_KEY_MANAGER, TreeKeyManager, TreeKeyManagerFactory, TreeKeyManagerItem, TreeKeyManagerOptions, TreeKeyManagerStrategy, _IdGenerator, addAriaReferencedId, getAriaReferenceIds, isFakeMousedownFromScreenReader, isFakeTouchstartFromScreenReader, removeAriaReferencedId };
|
|
550
519
|
export type { ConfigurableFocusTrapConfig, FocusTrapInertStrategy, InputModality, InputModalityDetectorOptions, RegisteredMessage };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, OnDestroy, OnChanges, SimpleChanges, OnInit, EventEmitter } from '@angular/core';
|
|
3
|
-
import { UniqueSelectionDispatcher } from '
|
|
3
|
+
import { UniqueSelectionDispatcher } from './_unique-selection-dispatcher-chunk.js';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { DataSource } from '
|
|
3
|
-
export { CollectionViewer, ListRange, isDataSource } from '
|
|
2
|
+
import { DataSource } from './_data-source-chunk.js';
|
|
3
|
+
export { CollectionViewer, ListRange, isDataSource } from './_data-source-chunk.js';
|
|
4
4
|
import { IterableChanges, ViewContainerRef } from '@angular/core';
|
|
5
|
-
import { _ViewRepeaterItemContext, _ViewRepeater, _ViewRepeaterItemContextFactory, _ViewRepeaterItemValueResolver, _ViewRepeaterItemChanged } from '
|
|
6
|
-
export { _VIEW_REPEATER_STRATEGY, _ViewRepeaterItemChange, _ViewRepeaterItemInsertArgs, _ViewRepeaterOperation } from '
|
|
7
|
-
import { SelectionModel } from '
|
|
8
|
-
export { SelectionChange, getMultipleValuesInSingleSelectionError } from '
|
|
9
|
-
export { UniqueSelectionDispatcher, UniqueSelectionDispatcherListener } from '
|
|
5
|
+
import { _ViewRepeaterItemContext, _ViewRepeater, _ViewRepeaterItemContextFactory, _ViewRepeaterItemValueResolver, _ViewRepeaterItemChanged } from './_view-repeater-chunk.js';
|
|
6
|
+
export { _VIEW_REPEATER_STRATEGY, _ViewRepeaterItemChange, _ViewRepeaterItemInsertArgs, _ViewRepeaterOperation } from './_view-repeater-chunk.js';
|
|
7
|
+
import { SelectionModel } from './_selection-model-chunk.js';
|
|
8
|
+
export { SelectionChange, getMultipleValuesInSingleSelectionError } from './_selection-model-chunk.js';
|
|
9
|
+
export { UniqueSelectionDispatcher, UniqueSelectionDispatcherListener } from './_unique-selection-dispatcher-chunk.js';
|
|
10
10
|
|
|
11
11
|
/** DataSource wrapper for a native array. */
|
|
12
12
|
declare class ArrayDataSource<T> extends DataSource<T> {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { ViewContainerRef, Injector, StaticProvider, Type, OnDestroy, ElementRef, NgZone, ChangeDetectorRef, ComponentRef, EmbeddedViewRef, TemplateRef, InjectionToken } from '@angular/core';
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
|
-
import { FocusOrigin } from '
|
|
5
|
-
import { FocusTrapFactory, A11yModule } from '
|
|
6
|
-
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal, ComponentType, PortalModule } from '
|
|
7
|
-
export { CdkPortal as ɵɵCdkPortal
|
|
8
|
-
import { Direction } from '
|
|
9
|
-
import { PositionStrategy, ScrollStrategy, OverlayRef, OverlayModule } from '
|
|
4
|
+
import { FocusOrigin } from './_focus-monitor-chunk.js';
|
|
5
|
+
import { FocusTrapFactory, A11yModule } from './_a11y-module-chunk.js';
|
|
6
|
+
import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal, DomPortal, ComponentType, PortalModule } from './_portal-directives-chunk.js';
|
|
7
|
+
export { CdkPortal as ɵɵCdkPortal } from './_portal-directives-chunk.js';
|
|
8
|
+
import { Direction } from './_bidi-module-chunk.js';
|
|
9
|
+
import { PositionStrategy, ScrollStrategy, OverlayRef, OverlayModule } from './_overlay-module-chunk.js';
|
|
10
10
|
import * as _angular_cdk_portal from '@angular/cdk/portal';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
11
|
+
import './observers.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
|
+
import './_scrolling-module-chunk.js';
|
|
14
|
+
import './_data-source-chunk.js';
|
|
15
15
|
import '@angular/common';
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
18
|
-
import '
|
|
16
|
+
import './scrolling.js';
|
|
17
|
+
import './_platform-chunk.js';
|
|
18
|
+
import './_style-loader-chunk.js';
|
|
19
19
|
|
|
20
20
|
/** Options for where to set focus to automatically on dialog open */
|
|
21
21
|
type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { InjectionToken, ElementRef, NgZone, OnDestroy, EventEmitter, AfterViewInit, TemplateRef, OnChanges, SimpleChanges, ViewContainerRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { Direction } from '
|
|
3
|
+
import { Direction } from './_bidi-module-chunk.js';
|
|
4
4
|
import { Subject, Observable } from 'rxjs';
|
|
5
|
-
import { ViewportRuler } from '
|
|
6
|
-
import { NumberInput } from '
|
|
7
|
-
import { CdkScrollableModule } from '
|
|
8
|
-
export { CdkScrollable as ɵɵCdkScrollable } from '
|
|
9
|
-
import '
|
|
5
|
+
import { ViewportRuler } from './scrolling.js';
|
|
6
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
7
|
+
import { CdkScrollableModule } from './_scrolling-module-chunk.js';
|
|
8
|
+
export { CdkScrollable as ɵɵCdkScrollable } from './_scrolling-module-chunk.js';
|
|
9
|
+
import './_data-source-chunk.js';
|
|
10
10
|
|
|
11
11
|
/** Possible values that can be used to configure the drag start delay. */
|
|
12
12
|
type DragStartDelay = number | {
|
|
@@ -27,7 +27,7 @@ declare const CDK_DRAG_CONFIG: InjectionToken<DragDropConfig>;
|
|
|
27
27
|
* items and drop lists within a module or a component.
|
|
28
28
|
*/
|
|
29
29
|
interface DragDropConfig extends Partial<DragRefConfig> {
|
|
30
|
-
lockAxis?: DragAxis;
|
|
30
|
+
lockAxis?: DragAxis | null;
|
|
31
31
|
dragStartDelay?: DragStartDelay;
|
|
32
32
|
constrainPosition?: DragConstrainPosition;
|
|
33
33
|
previewClass?: string | string[];
|
|
@@ -55,7 +55,7 @@ declare class DropListRef<T = any> {
|
|
|
55
55
|
/** Whether sorting items within the list is disabled. */
|
|
56
56
|
sortingDisabled: boolean;
|
|
57
57
|
/** Locks the position of the draggable elements inside the container along the specified axis. */
|
|
58
|
-
lockAxis: 'x' | 'y';
|
|
58
|
+
lockAxis: 'x' | 'y' | null;
|
|
59
59
|
/**
|
|
60
60
|
* Whether auto-scrolling the view when the user
|
|
61
61
|
* moves their pointer close to the edges is disabled.
|
|
@@ -351,7 +351,7 @@ declare class CdkDropList<T = any> implements OnDestroy {
|
|
|
351
351
|
*/
|
|
352
352
|
id: string;
|
|
353
353
|
/** Locks the position of the draggable elements inside the container along the specified axis. */
|
|
354
|
-
lockAxis: DragAxis;
|
|
354
|
+
lockAxis: DragAxis | null;
|
|
355
355
|
/** Whether starting a dragging sequence from this container is disabled. */
|
|
356
356
|
get disabled(): boolean;
|
|
357
357
|
set disabled(value: boolean);
|
|
@@ -653,7 +653,7 @@ declare class CdkDrag<T = any> implements AfterViewInit, OnChanges, OnDestroy {
|
|
|
653
653
|
/** Arbitrary data to attach to this drag instance. */
|
|
654
654
|
data: T;
|
|
655
655
|
/** Locks the position of the dragged element along the specified axis. */
|
|
656
|
-
lockAxis: DragAxis;
|
|
656
|
+
lockAxis: DragAxis | null;
|
|
657
657
|
/**
|
|
658
658
|
* Selector that will be used to determine the root draggable element, starting from
|
|
659
659
|
* the `cdkDrag` element and going up the DOM. Passing an alternate root element is useful
|
|
@@ -1050,7 +1050,7 @@ declare class DragRef<T = any> {
|
|
|
1050
1050
|
*/
|
|
1051
1051
|
private _cachedShadowRoot;
|
|
1052
1052
|
/** Axis along which dragging is locked. */
|
|
1053
|
-
lockAxis: 'x' | 'y';
|
|
1053
|
+
lockAxis: 'x' | 'y' | null;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Amount of milliseconds to wait after the user has put their
|
|
1056
1056
|
* pointer down before starting to drag the element.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, AfterContentInit, QueryList, NgZone, ChangeDetectorRef } from '@angular/core';
|
|
3
|
-
import { Highlightable, ActiveDescendantKeyManager } from '
|
|
4
|
-
import { ListKeyManagerOption } from '
|
|
3
|
+
import { Highlightable, ActiveDescendantKeyManager } from './_activedescendant-key-manager-chunk.js';
|
|
4
|
+
import { ListKeyManagerOption } from './_list-key-manager-chunk.js';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
|
-
import { SelectionModel } from '
|
|
6
|
+
import { SelectionModel } from './_selection-model-chunk.js';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ElementRef, Renderer2, QueryList, InjectionToken,
|
|
3
|
-
import { ScrollStrategy, ConnectedPosition, OverlayRef, OverlayModule } from '
|
|
2
|
+
import { ElementRef, Renderer2, QueryList, InjectionToken, OnDestroy, Injector, ViewContainerRef, EventEmitter, TemplateRef, OnChanges, SimpleChanges, NgZone, AfterContentInit } from '@angular/core';
|
|
3
|
+
import { ScrollStrategy, ConnectedPosition, OverlayRef, OverlayModule } from './_overlay-module-chunk.js';
|
|
4
4
|
import * as rxjs from 'rxjs';
|
|
5
5
|
import { Observable, Subject } from 'rxjs';
|
|
6
|
-
import { FocusOrigin } from '
|
|
7
|
-
import { FocusableOption, FocusKeyManager } from '
|
|
8
|
-
import { Directionality } from '
|
|
9
|
-
import { TemplatePortal } from '
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
6
|
+
import { FocusOrigin } from './_focus-monitor-chunk.js';
|
|
7
|
+
import { FocusableOption, FocusKeyManager } from './_focus-key-manager-chunk.js';
|
|
8
|
+
import { Directionality } from './_bidi-module-chunk.js';
|
|
9
|
+
import { TemplatePortal } from './_portal-directives-chunk.js';
|
|
10
|
+
import './_scrolling-module-chunk.js';
|
|
11
|
+
import './_data-source-chunk.js';
|
|
12
|
+
import './_number-property-chunk.js';
|
|
13
13
|
import '@angular/common';
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
14
|
+
import './scrolling.js';
|
|
15
|
+
import './_platform-chunk.js';
|
|
16
|
+
import './_style-loader-chunk.js';
|
|
17
|
+
import './_list-key-manager-chunk.js';
|
|
18
18
|
|
|
19
19
|
/** Item to track for mouse focus events. */
|
|
20
20
|
interface FocusableElement {
|
|
@@ -63,14 +63,12 @@ declare const MENU_STACK: InjectionToken<MenuStack>;
|
|
|
63
63
|
/** Provider that provides the parent menu stack, or a new menu stack if there is no parent one. */
|
|
64
64
|
declare const PARENT_OR_NEW_MENU_STACK_PROVIDER: {
|
|
65
65
|
provide: InjectionToken<MenuStack>;
|
|
66
|
-
|
|
67
|
-
useFactory: (parentMenuStack?: MenuStack) => MenuStack;
|
|
66
|
+
useFactory: () => MenuStack;
|
|
68
67
|
};
|
|
69
68
|
/** Provider that provides the parent menu stack, or a new inline menu stack if there is no parent one. */
|
|
70
69
|
declare const PARENT_OR_NEW_INLINE_MENU_STACK_PROVIDER: (orientation: "vertical" | "horizontal") => {
|
|
71
70
|
provide: InjectionToken<MenuStack>;
|
|
72
|
-
|
|
73
|
-
useFactory: (parentMenuStack?: MenuStack) => MenuStack;
|
|
71
|
+
useFactory: () => MenuStack;
|
|
74
72
|
};
|
|
75
73
|
/** Options that can be provided to the close or closeAll methods. */
|
|
76
74
|
interface CloseOptions {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NumberInput } from '
|
|
1
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnDestroy, ElementRef, AfterContentInit, EventEmitter } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ScrollStrategy, OverlayRef, PositionStrategy, FlexibleConnectedPositionStrategyOrigin, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayContainer } from '
|
|
2
|
-
export { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectedPosition, ConnectionPositionPair, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlayKeyboardDispatcher, OverlayModule, OverlayOutsideClickDispatcher, OverlaySizeConfig, STANDARD_DROPDOWN_ADJACENT_POSITIONS, STANDARD_DROPDOWN_BELOW_POSITIONS, ScrollingVisibility, VerticalConnectionPos, createFlexibleConnectedPositionStrategy, validateHorizontalPosition, validateVerticalPosition } from '
|
|
3
|
-
import { ScrollDispatcher } from '
|
|
4
|
-
export { CdkScrollable, CdkFixedSizeVirtualScroll as ɵɵCdkFixedSizeVirtualScroll, CdkScrollableModule as ɵɵCdkScrollableModule, CdkVirtualForOf as ɵɵCdkVirtualForOf, CdkVirtualScrollViewport as ɵɵCdkVirtualScrollViewport, CdkVirtualScrollableElement as ɵɵCdkVirtualScrollableElement, CdkVirtualScrollableWindow as ɵɵCdkVirtualScrollableWindow } from '
|
|
5
|
-
import { ViewportRuler } from '
|
|
1
|
+
import { ScrollStrategy, OverlayRef, PositionStrategy, FlexibleConnectedPositionStrategyOrigin, FlexibleConnectedPositionStrategy, OverlayConfig, OverlayContainer } from './_overlay-module-chunk.js';
|
|
2
|
+
export { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange, ConnectedPosition, ConnectionPositionPair, HorizontalConnectionPos, OriginConnectionPosition, OverlayConnectionPosition, OverlayKeyboardDispatcher, OverlayModule, OverlayOutsideClickDispatcher, OverlaySizeConfig, STANDARD_DROPDOWN_ADJACENT_POSITIONS, STANDARD_DROPDOWN_BELOW_POSITIONS, ScrollingVisibility, VerticalConnectionPos, ViewportMargin, createFlexibleConnectedPositionStrategy, validateHorizontalPosition, validateVerticalPosition } from './_overlay-module-chunk.js';
|
|
3
|
+
import { ScrollDispatcher } from './_scrolling-module-chunk.js';
|
|
4
|
+
export { CdkScrollable, CdkFixedSizeVirtualScroll as ɵɵCdkFixedSizeVirtualScroll, CdkScrollableModule as ɵɵCdkScrollableModule, CdkVirtualForOf as ɵɵCdkVirtualForOf, CdkVirtualScrollViewport as ɵɵCdkVirtualScrollViewport, CdkVirtualScrollableElement as ɵɵCdkVirtualScrollableElement, CdkVirtualScrollableWindow as ɵɵCdkVirtualScrollableWindow } from './_scrolling-module-chunk.js';
|
|
5
|
+
import { ViewportRuler } from './scrolling.js';
|
|
6
6
|
import * as i0 from '@angular/core';
|
|
7
7
|
import { Injector, NgZone, OnDestroy } from '@angular/core';
|
|
8
|
-
export { ComponentType } from '
|
|
9
|
-
export { Dir as ɵɵDir } from '
|
|
8
|
+
export { ComponentType } from './_portal-directives-chunk.js';
|
|
9
|
+
export { Dir as ɵɵDir } from './_bidi-module-chunk.js';
|
|
10
10
|
import '@angular/common';
|
|
11
11
|
import 'rxjs';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
12
|
+
import './_platform-chunk.js';
|
|
13
|
+
import './_style-loader-chunk.js';
|
|
14
|
+
import './_data-source-chunk.js';
|
|
15
|
+
import './_number-property-chunk.js';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Config options for the RepositionScrollStrategy.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BasePortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from '
|
|
2
|
-
export { CdkPortal, CdkPortalOutlet, CdkPortalOutletAttachedRef, ComponentType, Portal,
|
|
1
|
+
import { BasePortalOutlet, ComponentPortal, TemplatePortal, DomPortal } from './_portal-directives-chunk.js';
|
|
2
|
+
export { CdkPortal, CdkPortalOutlet, CdkPortalOutletAttachedRef, ComponentType, Portal, PortalModule, PortalOutlet } from './_portal-directives-chunk.js';
|
|
3
3
|
import { ApplicationRef, Injector, ComponentRef, EmbeddedViewRef } from '@angular/core';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { CdkFixedSizeVirtualScroll, CdkScrollable, CdkScrollableModule, CdkVirtualForOf, CdkVirtualForOfContext, CdkVirtualScrollRepeater, CdkVirtualScrollViewport, CdkVirtualScrollable, CdkVirtualScrollableElement, CdkVirtualScrollableWindow, DEFAULT_SCROLL_TIME, ExtendedScrollToOptions, FixedSizeVirtualScrollStrategy, ScrollDispatcher, ScrollingModule, VIRTUAL_SCROLLABLE, VIRTUAL_SCROLL_STRATEGY, VirtualScrollStrategy, _Bottom, _End, _Left, _Right, _Start, _Top, _Without, _XAxis, _XOR, _YAxis, _fixedSizeVirtualScrollStrategyFactory } from '
|
|
1
|
+
export { CdkFixedSizeVirtualScroll, CdkScrollable, CdkScrollableModule, CdkVirtualForOf, CdkVirtualForOfContext, CdkVirtualScrollRepeater, CdkVirtualScrollViewport, CdkVirtualScrollable, CdkVirtualScrollableElement, CdkVirtualScrollableWindow, DEFAULT_SCROLL_TIME, ExtendedScrollToOptions, FixedSizeVirtualScrollStrategy, ScrollDispatcher, ScrollingModule, VIRTUAL_SCROLLABLE, VIRTUAL_SCROLL_STRATEGY, VirtualScrollStrategy, _Bottom, _End, _Left, _Right, _Start, _Top, _Without, _XAxis, _XOR, _YAxis, _fixedSizeVirtualScrollStrategyFactory } from './_scrolling-module-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { OnDestroy } from '@angular/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
export { Dir as ɵɵDir } from '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
5
|
+
export { Dir as ɵɵDir } from './_bidi-module-chunk.js';
|
|
6
|
+
import './_data-source-chunk.js';
|
|
7
|
+
import './_number-property-chunk.js';
|
|
8
8
|
|
|
9
9
|
/** Time in ms to throttle the resize events by default. */
|
|
10
10
|
declare const DEFAULT_RESIZE_TIME = 20;
|
|
@@ -2,10 +2,10 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { ElementRef, TemplateRef, InjectionToken, OnChanges, QueryList, EventEmitter, AfterContentInit, AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { NgForm, FormGroupDirective, AbstractControl } from '@angular/forms';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
|
-
import { FocusableOption } from '
|
|
6
|
-
import { BidiModule } from '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
5
|
+
import { FocusableOption } from './_focus-key-manager-chunk.js';
|
|
6
|
+
import { BidiModule } from './_bidi-module-chunk.js';
|
|
7
|
+
import './_list-key-manager-chunk.js';
|
|
8
|
+
import './_focus-monitor-chunk.js';
|
|
9
9
|
|
|
10
10
|
declare class CdkStepHeader implements FocusableOption {
|
|
11
11
|
_elementRef: ElementRef<HTMLElement>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Directionality } from '
|
|
1
|
+
import { Directionality } from './_bidi-module-chunk.js';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { TemplateRef, ElementRef, OnChanges, IterableDiffers, IterableDiffer, SimpleChanges, IterableChanges, OnDestroy, ViewContainerRef, InjectionToken, AfterContentInit, AfterContentChecked, OnInit, ChangeDetectorRef, TrackByFunction, EventEmitter, QueryList } from '@angular/core';
|
|
4
4
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { DataSource, CollectionViewer } from '
|
|
6
|
-
import { _ViewRepeater } from '
|
|
7
|
-
import { ScrollingModule } from '
|
|
8
|
-
import '
|
|
5
|
+
import { DataSource, CollectionViewer } from './_data-source-chunk.js';
|
|
6
|
+
import { _ViewRepeater } from './_view-repeater-chunk.js';
|
|
7
|
+
import { ScrollingModule } from './_scrolling-module-chunk.js';
|
|
8
|
+
import './_number-property-chunk.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Interface for a mixin to provide a directive with a function that checks if the sticky input has
|
|
@@ -316,7 +316,9 @@ declare class CdkRow {
|
|
|
316
316
|
/** Row that can be used to display a message when no data is shown in the table. */
|
|
317
317
|
declare class CdkNoDataRow {
|
|
318
318
|
templateRef: TemplateRef<any>;
|
|
319
|
-
|
|
319
|
+
_contentClassNames: string[];
|
|
320
|
+
_cellClassNames: string[];
|
|
321
|
+
_cellSelector: string;
|
|
320
322
|
constructor(...args: unknown[]);
|
|
321
323
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
|
|
322
324
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never, never, true, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as webdriver from 'selenium-webdriver';
|
|
2
|
-
import { TestElement, ModifierKeys, TestKey, TextOptions, ElementDimensions, EventData, HarnessEnvironment, HarnessLoader } from '
|
|
2
|
+
import { TestElement, ModifierKeys, TestKey, TextOptions, ElementDimensions, EventData, HarnessEnvironment, HarnessLoader } from './_harness-environment-chunk.js';
|
|
3
3
|
|
|
4
4
|
/** A `TestElement` implementation for WebDriver. */
|
|
5
5
|
declare class SeleniumWebDriverElement implements TestElement {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HarnessEnvironment, HarnessLoader, TestElement, ComponentHarness, ComponentHarnessConstructor, ModifierKeys, TestKey, TextOptions, ElementDimensions, EventData } from '
|
|
1
|
+
import { HarnessEnvironment, HarnessLoader, TestElement, ComponentHarness, ComponentHarnessConstructor, ModifierKeys, TestKey, TextOptions, ElementDimensions, EventData } from './_harness-environment-chunk.js';
|
|
2
2
|
import { ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
|
|
4
4
|
/** Options to configure the environment. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AsyncFactoryFn, AsyncOptionPredicate, AsyncPredicate, BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, ContentContainerComponentHarness, ElementDimensions, EventData, HarnessEnvironment, HarnessLoader, HarnessPredicate, HarnessQuery, LocatorFactory, LocatorFnResult, ModifierKeys, TestElement, TestKey, TextOptions } from '
|
|
1
|
+
export { AsyncFactoryFn, AsyncOptionPredicate, AsyncPredicate, BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, ContentContainerComponentHarness, ElementDimensions, EventData, HarnessEnvironment, HarnessLoader, HarnessPredicate, HarnessQuery, LocatorFactory, LocatorFnResult, ModifierKeys, TestElement, TestKey, TextOptions } from './_harness-environment-chunk.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Returns an error which reports that no keys have been specified.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, ElementRef, OnInit, EventEmitter, AfterViewInit, DoCheck } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { NumberInput } from '
|
|
4
|
+
import { NumberInput } from './_number-property-chunk.js';
|
|
5
5
|
|
|
6
6
|
/** An event that is emitted when the autofill state of an input changes. */
|
|
7
7
|
type AutofillEvent = {
|
|
@@ -98,8 +98,6 @@ declare class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDestroy {
|
|
|
98
98
|
private _cachedLineHeight?;
|
|
99
99
|
/** Cached height of a textarea with only the placeholder. */
|
|
100
100
|
private _cachedPlaceholderHeight?;
|
|
101
|
-
/** Cached scroll top of a textarea */
|
|
102
|
-
private _cachedScrollTop;
|
|
103
101
|
/** Used to reference correct document/window */
|
|
104
102
|
protected _document: Document;
|
|
105
103
|
private _hasFocus;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Observable, BehaviorSubject, Subject } from 'rxjs';
|
|
2
|
-
import { SelectionModel } from '
|
|
2
|
+
import { SelectionModel } from './_selection-model-chunk.js';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { InjectionToken, ViewContainerRef, TemplateRef, AfterContentChecked, AfterContentInit, AfterViewInit, OnDestroy, OnInit, TrackByFunction, QueryList, IterableDiffer, ElementRef, EventEmitter, IterableDiffers } from '@angular/core';
|
|
5
|
-
import { TreeKeyManagerStrategy, TreeKeyManagerItem } from '
|
|
6
|
-
import { CollectionViewer, DataSource } from '
|
|
5
|
+
import { TreeKeyManagerStrategy, TreeKeyManagerItem } from './_tree-key-manager-strategy-chunk.js';
|
|
6
|
+
import { CollectionViewer, DataSource } from './_data-source-chunk.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Tree control interface. User can implement TreeControl to expand/collapse dataNodes in the tree.
|