@angular/cdk 19.2.4 → 19.2.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/dialog/index.d.ts +5 -4
- package/drag-drop/index.d.ts +2 -1
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/dialog.mjs +4 -3
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs +2 -1
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/menu.mjs +3 -3
- package/fesm2022/{overlay-module-7f527d71.mjs → overlay-module-f1619549.mjs} +3 -3
- package/fesm2022/{overlay-module-7f527d71.mjs.map → overlay-module-f1619549.mjs.map} +1 -1
- package/fesm2022/overlay.mjs +5 -5
- package/fesm2022/{portal-directives-06c9f3e0.mjs → portal-directives-6dd242f4.mjs} +2 -2
- package/fesm2022/{portal-directives-06c9f3e0.mjs.map → portal-directives-6dd242f4.mjs.map} +1 -1
- package/fesm2022/portal.mjs +1 -1
- package/fesm2022/{scrolling-module-dbd83632.mjs → scrolling-module-3dd0744a.mjs} +2 -2
- package/fesm2022/{scrolling-module-dbd83632.mjs.map → scrolling-module-3dd0744a.mjs.map} +1 -1
- package/fesm2022/scrolling.mjs +2 -2
- package/fesm2022/table.mjs +1 -1
- package/fesm2022/testing/selenium-webdriver.mjs +1 -1
- package/fesm2022/testing/testbed.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/{text-filtering-b60ba8a2.mjs → text-filtering-0c6de6d6.mjs} +1 -1
- package/fesm2022/text-filtering-0c6de6d6.mjs.map +1 -0
- package/fesm2022/tree.mjs +15 -2
- package/fesm2022/tree.mjs.map +1 -1
- package/menu/index.d.ts +3 -3
- package/overlay/index.d.ts +6 -6
- package/{overlay-module.d-13717e08.d.ts → overlay-module.d-2b07cfa6.d.ts} +2 -2
- package/{overlay.d-f1a41275.d.ts → overlay.d-1678d2a7.d.ts} +2 -2
- package/package.json +1 -1
- package/portal/index.d.ts +2 -2
- package/{portal-directives.d-ef3fad92.d.ts → portal-directives.d-a65be59b.d.ts} +1 -1
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/scrolling/index.d.ts +2 -2
- package/{scrolling-module.d-e181b1be.d.ts → scrolling-module.d-1f8d4709.d.ts} +1 -1
- package/table/index.d.ts +1 -1
- package/tree/index.d.ts +2 -0
- package/fesm2022/text-filtering-b60ba8a2.mjs.map +0 -1
package/fesm2022/menu.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import { startWith, debounceTime, distinctUntilChanged, takeUntil, mergeMap, map
|
|
|
4
4
|
import { U as UniqueSelectionDispatcher } from './unique-selection-dispatcher-8d1187be.mjs';
|
|
5
5
|
import { Subject, merge, partition } from 'rxjs';
|
|
6
6
|
import { _ as _IdGenerator } from './id-generator-1959b006.mjs';
|
|
7
|
-
import { a as Overlay, c as OverlayConfig, S as STANDARD_DROPDOWN_BELOW_POSITIONS, e as STANDARD_DROPDOWN_ADJACENT_POSITIONS, d as OverlayModule } from './overlay-module-
|
|
8
|
-
import { T as TemplatePortal } from './portal-directives-
|
|
7
|
+
import { a as Overlay, c as OverlayConfig, S as STANDARD_DROPDOWN_BELOW_POSITIONS, e as STANDARD_DROPDOWN_ADJACENT_POSITIONS, d as OverlayModule } from './overlay-module-f1619549.mjs';
|
|
8
|
+
import { T as TemplatePortal } from './portal-directives-6dd242f4.mjs';
|
|
9
9
|
import { h as ENTER, k as SPACE, U as UP_ARROW, D as DOWN_ARROW, L as LEFT_ARROW, R as RIGHT_ARROW, T as TAB, e as ESCAPE } from './keycodes-107cd3e4.mjs';
|
|
10
10
|
import { I as InputModalityDetector, d as FocusMonitor } from './focus-monitor-81212fa3.mjs';
|
|
11
11
|
import { D as Directionality } from './directionality-0a678adc.mjs';
|
|
@@ -19,7 +19,7 @@ import './test-environment-34eef1ee.mjs';
|
|
|
19
19
|
import './style-loader-51b80670.mjs';
|
|
20
20
|
import './css-pixel-value-286c9a60.mjs';
|
|
21
21
|
import './array-ee3b4bab.mjs';
|
|
22
|
-
import './scrolling-module-
|
|
22
|
+
import './scrolling-module-3dd0744a.mjs';
|
|
23
23
|
import './element-705567fe.mjs';
|
|
24
24
|
import './scrolling-61955dd1.mjs';
|
|
25
25
|
import './recycle-view-repeater-strategy-c1712813.mjs';
|
|
@@ -10,9 +10,9 @@ import { Subject, Subscription, merge } from 'rxjs';
|
|
|
10
10
|
import { filter, takeUntil, takeWhile } from 'rxjs/operators';
|
|
11
11
|
import { c as coerceCssPixelValue } from './css-pixel-value-286c9a60.mjs';
|
|
12
12
|
import { c as coerceArray } from './array-ee3b4bab.mjs';
|
|
13
|
-
import { S as ScrollDispatcher, V as ViewportRuler, a as ScrollingModule } from './scrolling-module-
|
|
13
|
+
import { S as ScrollDispatcher, V as ViewportRuler, a as ScrollingModule } from './scrolling-module-3dd0744a.mjs';
|
|
14
14
|
import { s as supportsScrollBehavior } from './scrolling-61955dd1.mjs';
|
|
15
|
-
import { D as DomPortalOutlet, T as TemplatePortal, P as PortalModule } from './portal-directives-
|
|
15
|
+
import { D as DomPortalOutlet, T as TemplatePortal, P as PortalModule } from './portal-directives-6dd242f4.mjs';
|
|
16
16
|
import { D as Directionality } from './directionality-0a678adc.mjs';
|
|
17
17
|
import { _ as _IdGenerator } from './id-generator-1959b006.mjs';
|
|
18
18
|
import { e as ESCAPE } from './keycodes-107cd3e4.mjs';
|
|
@@ -3026,4 +3026,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0", ngImpor
|
|
|
3026
3026
|
}] });
|
|
3027
3027
|
|
|
3028
3028
|
export { BlockScrollStrategy as B, CdkOverlayOrigin as C, FlexibleConnectedPositionStrategy as F, GlobalPositionStrategy as G, NoopScrollStrategy as N, OverlayRef as O, RepositionScrollStrategy as R, STANDARD_DROPDOWN_BELOW_POSITIONS as S, Overlay as a, OverlayContainer as b, OverlayConfig as c, OverlayModule as d, STANDARD_DROPDOWN_ADJACENT_POSITIONS as e, CdkConnectedOverlay as f, OverlayPositionBuilder as g, ConnectionPositionPair as h, ScrollingVisibility as i, ConnectedOverlayPositionChange as j, validateHorizontalPosition as k, ScrollStrategyOptions as l, CloseScrollStrategy as m, OverlayOutsideClickDispatcher as n, OverlayKeyboardDispatcher as o, validateVerticalPosition as v };
|
|
3029
|
-
//# sourceMappingURL=overlay-module-
|
|
3029
|
+
//# sourceMappingURL=overlay-module-f1619549.mjs.map
|