zova-cli-set-front 1.2.49 → 1.2.51
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.
|
@@ -14,11 +14,11 @@ declare module 'zova-module-a-router' {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export function
|
|
17
|
+
export function ZovaCssBase<K extends PrefixKeys<CssBase, 'c'>>(name: K): string {
|
|
18
18
|
return `cssBase:${name}`;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
export function
|
|
21
|
+
export function ZovaCssMerge(
|
|
22
22
|
...classes: (
|
|
23
23
|
| string
|
|
24
24
|
| false
|
|
@@ -32,7 +32,7 @@ export function $cssMerge(
|
|
|
32
32
|
return classes;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
export function
|
|
35
|
+
export function ZovaIconName<K extends keyof IIconRecord>(name: K): any {
|
|
36
36
|
return name;
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -47,9 +47,9 @@ export function ZovaCommand<K extends keyof ICommandRecord>(options: TypeCommand
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
export function ZovaEvent(_options: IJsxCommandOptionsEvent) {
|
|
50
|
-
return '
|
|
50
|
+
return 'ZovaEvent';
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
export function ZovaCommands(_options: IJsxCommandOptionsCommands) {
|
|
54
|
-
return '
|
|
54
|
+
return 'ZovaCommands';
|
|
55
55
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-cli-set-front",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.2.51",
|
|
4
|
+
"gitHead": "318e0e2e2dc324b9b8cb57a540cca890e972a3a1",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"vite": "^8.0.2",
|
|
66
66
|
"yaml": "^2.8.3",
|
|
67
67
|
"zova-openapi": "^1.1.9",
|
|
68
|
-
"zova-vite": "^1.1.
|
|
68
|
+
"zova-vite": "^1.1.24"
|
|
69
69
|
}
|
|
70
70
|
}
|