@ethlete/cdk 4.54.1 → 4.55.0
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/CHANGELOG.md +6 -0
- package/fesm2022/ethlete-cdk.mjs +770 -770
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/overlay/components/bottom-sheet/bottom-sheet.imports.d.ts +3 -3
- package/lib/components/overlay/components/dialog/dialog.imports.d.ts +3 -3
- package/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.d.ts +1 -1
- package/lib/components/overlay/components/overlay/utils/overlay-position-builder.d.ts +6 -6
- package/package.json +8 -8
|
@@ -11,11 +11,11 @@ export declare const BottomSheetImports: readonly [typeof BottomSheetContainerCo
|
|
|
11
11
|
* @deprecated Will be removed in v5.
|
|
12
12
|
*/
|
|
13
13
|
export declare const provideBottomSheet: () => (typeof Dialog | {
|
|
14
|
-
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-
|
|
14
|
+
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-CSrPj90C").ScrollStrategy>;
|
|
15
15
|
deps: typeof import("@angular/core").Injector[];
|
|
16
16
|
useFactory: typeof import("./constants").BOTTOM_SHEET_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
17
17
|
} | typeof BottomSheetService | {
|
|
18
|
-
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-
|
|
19
|
-
deps: (typeof import("@angular/cdk/overlay.d-
|
|
18
|
+
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-CSrPj90C").ScrollStrategy>;
|
|
19
|
+
deps: (typeof import("@angular/cdk/overlay.d-CPV_bcvH").Overlay)[];
|
|
20
20
|
useFactory: typeof import("@angular/cdk/dialog").DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
21
21
|
})[];
|
|
@@ -11,11 +11,11 @@ export declare const DialogImports: readonly [typeof DialogContainerComponent, t
|
|
|
11
11
|
* @deprecated Will be removed in v5.
|
|
12
12
|
*/
|
|
13
13
|
export declare const provideDialog: () => (typeof Dialog | {
|
|
14
|
-
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-
|
|
15
|
-
deps: (typeof import("@angular/cdk/overlay.d-
|
|
14
|
+
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-CSrPj90C").ScrollStrategy>;
|
|
15
|
+
deps: (typeof import("@angular/cdk/overlay.d-CPV_bcvH").Overlay)[];
|
|
16
16
|
useFactory: typeof import("@angular/cdk/dialog").DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
17
17
|
} | {
|
|
18
|
-
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-
|
|
18
|
+
provide: import("@angular/core").InjectionToken<() => import("@angular/cdk/overlay-module.d-CSrPj90C").ScrollStrategy>;
|
|
19
19
|
deps: typeof import("@angular/core").Injector[];
|
|
20
20
|
useFactory: typeof import("./constants").DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY;
|
|
21
21
|
} | typeof DialogService)[];
|
|
@@ -17,7 +17,7 @@ export declare class OverlayContainerComponent extends CdkDialogContainer<Overla
|
|
|
17
17
|
readonly _animatedLifecycle: AnimatedLifecycleDirective;
|
|
18
18
|
readonly cdkOverlayRef: CdkOverlayRef;
|
|
19
19
|
overlayRef: OverlayRef | null;
|
|
20
|
-
readonly elementRef: ElementRef<
|
|
20
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
21
21
|
constructor();
|
|
22
22
|
protected _contentAttached(): void;
|
|
23
23
|
protected _captureInitialFocus(): void;
|
|
@@ -19,7 +19,7 @@ export declare class OverlayPositionBuilder {
|
|
|
19
19
|
minHeight: undefined;
|
|
20
20
|
minWidth: undefined;
|
|
21
21
|
containerClass: string;
|
|
22
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
22
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
23
23
|
};
|
|
24
24
|
fullScreenDialog: {
|
|
25
25
|
width: string;
|
|
@@ -29,7 +29,7 @@ export declare class OverlayPositionBuilder {
|
|
|
29
29
|
minHeight: undefined;
|
|
30
30
|
minWidth: undefined;
|
|
31
31
|
containerClass: string;
|
|
32
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
32
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
33
33
|
documentClass: string;
|
|
34
34
|
applyTransformOrigin: true;
|
|
35
35
|
};
|
|
@@ -41,7 +41,7 @@ export declare class OverlayPositionBuilder {
|
|
|
41
41
|
minHeight: undefined;
|
|
42
42
|
minWidth: undefined;
|
|
43
43
|
containerClass: string;
|
|
44
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
44
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
45
45
|
dragToDismiss: {
|
|
46
46
|
direction: "to-bottom";
|
|
47
47
|
};
|
|
@@ -54,7 +54,7 @@ export declare class OverlayPositionBuilder {
|
|
|
54
54
|
minHeight: undefined;
|
|
55
55
|
minWidth: undefined;
|
|
56
56
|
containerClass: string;
|
|
57
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
57
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
58
58
|
dragToDismiss: {
|
|
59
59
|
direction: "to-top";
|
|
60
60
|
};
|
|
@@ -67,7 +67,7 @@ export declare class OverlayPositionBuilder {
|
|
|
67
67
|
minHeight: undefined;
|
|
68
68
|
minWidth: undefined;
|
|
69
69
|
containerClass: string;
|
|
70
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
70
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
71
71
|
dragToDismiss: {
|
|
72
72
|
direction: "to-left";
|
|
73
73
|
};
|
|
@@ -80,7 +80,7 @@ export declare class OverlayPositionBuilder {
|
|
|
80
80
|
minHeight: undefined;
|
|
81
81
|
minWidth: undefined;
|
|
82
82
|
containerClass: string;
|
|
83
|
-
positionStrategy: () => import("@angular/cdk/overlay.d-
|
|
83
|
+
positionStrategy: () => import("@angular/cdk/overlay.d-CPV_bcvH").GlobalPositionStrategy;
|
|
84
84
|
dragToDismiss: {
|
|
85
85
|
direction: "to-right";
|
|
86
86
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethlete/cdk",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.55.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/animations": "19.2.
|
|
17
|
-
"@angular/cdk": "19.2.
|
|
18
|
-
"@angular/common": "19.2.
|
|
19
|
-
"@angular/core": "19.2.
|
|
20
|
-
"@angular/forms": "19.2.
|
|
21
|
-
"@angular/platform-browser": "19.2.
|
|
22
|
-
"@angular/router": "19.2.
|
|
16
|
+
"@angular/animations": "19.2.7",
|
|
17
|
+
"@angular/cdk": "19.2.10",
|
|
18
|
+
"@angular/common": "19.2.7",
|
|
19
|
+
"@angular/core": "19.2.7",
|
|
20
|
+
"@angular/forms": "19.2.7",
|
|
21
|
+
"@angular/platform-browser": "19.2.7",
|
|
22
|
+
"@angular/router": "19.2.7",
|
|
23
23
|
"@ethlete/core": "^4.0.3",
|
|
24
24
|
"@ethlete/query": "^5.0.3",
|
|
25
25
|
"@ethlete/theming": "^2.3.1",
|