@uxf/cms 11.41.1 → 11.42.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -21,10 +21,10 @@ export declare function useSubMenu(options: SubMenuOptions): {
|
|
21
21
|
floating: HTMLElement | null;
|
22
22
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
23
23
|
context: {
|
24
|
-
placement: import("@floating-ui/utils").Placement;
|
25
|
-
strategy: import("@floating-ui/utils").Strategy;
|
26
24
|
x: number;
|
27
25
|
y: number;
|
26
|
+
strategy: import("@floating-ui/utils").Strategy;
|
27
|
+
placement: import("@floating-ui/utils").Placement;
|
28
28
|
middlewareData: import("@floating-ui/core").MiddlewareData;
|
29
29
|
isPositioned: boolean;
|
30
30
|
update: () => void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uxf/cms",
|
3
|
-
"version": "11.
|
3
|
+
"version": "11.42.0",
|
4
4
|
"description": "UXF Cms",
|
5
5
|
"author": "UXFans <dev@uxf.cz>",
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/cms#readme",
|
@@ -30,13 +30,13 @@
|
|
30
30
|
"@dnd-kit/utilities": "3.2.2",
|
31
31
|
"@floating-ui/react": "0.26.23",
|
32
32
|
"@redux-devtools/extension": "3.3.0",
|
33
|
-
"@uxf/core": "11.
|
34
|
-
"@uxf/core-react": "11.
|
35
|
-
"@uxf/data-grid": "11.
|
36
|
-
"@uxf/form": "11.
|
37
|
-
"@uxf/router": "11.
|
38
|
-
"@uxf/ui": "11.
|
39
|
-
"@uxf/wysiwyg": "11.
|
33
|
+
"@uxf/core": "11.42.0",
|
34
|
+
"@uxf/core-react": "11.42.0",
|
35
|
+
"@uxf/data-grid": "11.42.0",
|
36
|
+
"@uxf/form": "11.42.0",
|
37
|
+
"@uxf/router": "11.42.0",
|
38
|
+
"@uxf/ui": "11.42.0",
|
39
|
+
"@uxf/wysiwyg": "11.42.0",
|
40
40
|
"axios": "1.7.5",
|
41
41
|
"axios-hooks": "5.0.2",
|
42
42
|
"es6-error": "4.1.1",
|