zova-ui-vuetify 5.1.98 → 5.1.100
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/.gitignore +2 -0
- package/package.json +44 -44
- package/package.original.json +10 -10
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/component/card.ts +2 -2
- package/src/suite/a-home/modules/home-base/src/.metadata/component/itemLink.ts +2 -2
- package/src/suite/a-home/modules/home-base/src/.metadata/component/page.ts +2 -2
- package/src/suite/a-home/modules/home-layoutempty/src/.metadata/component/layoutEmpty.ts +2 -2
- package/src/suite/a-home/modules/home-layouttabs/src/.metadata/component/layoutTabs.ts +2 -2
package/.gitignore
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.100",
|
|
4
|
+
"gitHead": "2dd4b1651147fb6dc4a36db94433d40d8829b33f",
|
|
5
5
|
"description": "A vue3 vuetify framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"@cabloy/compose": "^2.1.5",
|
|
59
59
|
"@cabloy/deps": "^1.1.5",
|
|
60
60
|
"@cabloy/json5": "^1.1.6",
|
|
61
|
-
"@cabloy/logger": "^1.1.
|
|
61
|
+
"@cabloy/logger": "^1.1.12",
|
|
62
62
|
"@cabloy/module-info": "^2.0.0",
|
|
63
|
-
"@cabloy/utils": "^2.1.
|
|
63
|
+
"@cabloy/utils": "^2.1.19",
|
|
64
64
|
"@cabloy/vue-router": "^4.4.16",
|
|
65
|
-
"@cabloy/word-utils": "^2.1.
|
|
65
|
+
"@cabloy/word-utils": "^2.1.11",
|
|
66
66
|
"@cabloy/zod-openapi": "^1.1.6",
|
|
67
67
|
"@date-io/luxon": "^3.2.0",
|
|
68
68
|
"@fontsource/roboto": "^5.2.10",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"defu": "^6.1.7",
|
|
80
80
|
"express": "^5.2.1",
|
|
81
81
|
"luxon": "^3.7.2",
|
|
82
|
-
"mutate-on-copy": "^1.1.
|
|
82
|
+
"mutate-on-copy": "^1.1.10",
|
|
83
83
|
"openapi3-ts": "^4.5.0",
|
|
84
84
|
"quasar": "^2.19.3",
|
|
85
85
|
"table-identity": "^1.1.4",
|
|
@@ -88,33 +88,33 @@
|
|
|
88
88
|
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
89
89
|
"vuetify": "^4.0.7",
|
|
90
90
|
"zod": "^4.4.3",
|
|
91
|
-
"zova": "^5.1.
|
|
92
|
-
"zova-jsx": "^1.1.
|
|
93
|
-
"zova-module-a-api": "^5.1.
|
|
94
|
-
"zova-module-a-app": "^5.1.
|
|
95
|
-
"zova-module-a-bean": "^5.1.
|
|
96
|
-
"zova-module-a-behavior": "^5.1.
|
|
97
|
-
"zova-module-a-behaviors": "^5.1.
|
|
98
|
-
"zova-module-a-boundary": "^5.1.
|
|
99
|
-
"zova-module-a-command": "^5.1.
|
|
100
|
-
"zova-module-a-fetch": "^5.1.
|
|
101
|
-
"zova-module-a-form": "^5.1.
|
|
102
|
-
"zova-module-a-icon": "^5.1.
|
|
103
|
-
"zova-module-a-interceptor": "^5.1.
|
|
104
|
-
"zova-module-a-logger": "^5.1.
|
|
105
|
-
"zova-module-a-meta": "^5.1.
|
|
106
|
-
"zova-module-a-model": "^5.1.
|
|
107
|
-
"zova-module-a-openapi": "^5.1.
|
|
108
|
-
"zova-module-a-router": "^5.1.
|
|
109
|
-
"zova-module-a-routerstack": "^5.1.
|
|
110
|
-
"zova-module-a-routertabs": "^5.1.
|
|
111
|
-
"zova-module-a-ssr": "^5.1.
|
|
112
|
-
"zova-module-a-ssrhmr": "^5.1.
|
|
113
|
-
"zova-module-a-ssrserver": "^5.1.
|
|
114
|
-
"zova-module-a-style": "^5.1.
|
|
115
|
-
"zova-module-a-table": "^5.1.
|
|
116
|
-
"zova-module-a-zod": "^5.1.
|
|
117
|
-
"zova-module-a-zova": "^5.1.
|
|
91
|
+
"zova": "^5.1.75",
|
|
92
|
+
"zova-jsx": "^1.1.44",
|
|
93
|
+
"zova-module-a-api": "^5.1.12",
|
|
94
|
+
"zova-module-a-app": "^5.1.15",
|
|
95
|
+
"zova-module-a-bean": "^5.1.21",
|
|
96
|
+
"zova-module-a-behavior": "^5.1.16",
|
|
97
|
+
"zova-module-a-behaviors": "^5.1.12",
|
|
98
|
+
"zova-module-a-boundary": "^5.1.12",
|
|
99
|
+
"zova-module-a-command": "^5.1.23",
|
|
100
|
+
"zova-module-a-fetch": "^5.1.14",
|
|
101
|
+
"zova-module-a-form": "^5.1.29",
|
|
102
|
+
"zova-module-a-icon": "^5.1.17",
|
|
103
|
+
"zova-module-a-interceptor": "^5.1.19",
|
|
104
|
+
"zova-module-a-logger": "^5.1.13",
|
|
105
|
+
"zova-module-a-meta": "^5.1.12",
|
|
106
|
+
"zova-module-a-model": "^5.1.20",
|
|
107
|
+
"zova-module-a-openapi": "^5.1.25",
|
|
108
|
+
"zova-module-a-router": "^5.1.18",
|
|
109
|
+
"zova-module-a-routerstack": "^5.1.17",
|
|
110
|
+
"zova-module-a-routertabs": "^5.1.21",
|
|
111
|
+
"zova-module-a-ssr": "^5.1.14",
|
|
112
|
+
"zova-module-a-ssrhmr": "^5.1.13",
|
|
113
|
+
"zova-module-a-ssrserver": "^5.1.12",
|
|
114
|
+
"zova-module-a-style": "^5.1.22",
|
|
115
|
+
"zova-module-a-table": "^5.1.24",
|
|
116
|
+
"zova-module-a-zod": "^5.1.18",
|
|
117
|
+
"zova-module-a-zova": "^5.1.48",
|
|
118
118
|
"zova-module-demo-basic": "workspace:^",
|
|
119
119
|
"zova-module-home-api": "workspace:^",
|
|
120
120
|
"zova-module-home-base": "workspace:^",
|
|
@@ -124,34 +124,34 @@
|
|
|
124
124
|
"zova-module-home-layouttabs": "workspace:^",
|
|
125
125
|
"zova-module-home-passport": "workspace:^",
|
|
126
126
|
"zova-module-home-theme": "workspace:^",
|
|
127
|
-
"zova-module-rest-resource": "^5.1.
|
|
127
|
+
"zova-module-rest-resource": "^5.1.22",
|
|
128
128
|
"zova-module-vuetify-adapter": "workspace:^",
|
|
129
|
-
"zova-suite-a-cabloy": "^5.1.
|
|
129
|
+
"zova-suite-a-cabloy": "^5.1.23"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@cabloy/cli": "^3.1.
|
|
133
|
-
"@cabloy/lint": "^5.1.
|
|
132
|
+
"@cabloy/cli": "^3.1.12",
|
|
133
|
+
"@cabloy/lint": "^5.1.15",
|
|
134
134
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
135
135
|
"@quasar/app-vite": "npm:@cabloy/quasar-app-vite@^2.5.9",
|
|
136
136
|
"@types/luxon": "^3.7.1",
|
|
137
137
|
"@types/node": "^22.19.19",
|
|
138
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
138
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
139
139
|
"autoprefixer": "^10.5.0",
|
|
140
140
|
"concurrently": "^8.2.2",
|
|
141
141
|
"fs-extra": "^11.3.5",
|
|
142
142
|
"less": "^4.6.4",
|
|
143
143
|
"oxfmt": "^0.45.0",
|
|
144
|
-
"oxlint": "^1.
|
|
145
|
-
"quasar-app-extension-zova": "^1.2.
|
|
144
|
+
"oxlint": "^1.66.0",
|
|
145
|
+
"quasar-app-extension-zova": "^1.2.29",
|
|
146
146
|
"sass-embedded": "^1.99.0",
|
|
147
147
|
"typescript": "^5.9.3",
|
|
148
148
|
"unplugin-fonts": "^1.4.0",
|
|
149
|
-
"vite": "^8.0.
|
|
149
|
+
"vite": "^8.0.13",
|
|
150
150
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
151
151
|
"vite-plugin-vuetify": "^2.1.3",
|
|
152
|
-
"vue-tsc": "^3.
|
|
153
|
-
"zova-openapi": "^1.1.
|
|
154
|
-
"zova-vite": "^1.1.
|
|
152
|
+
"vue-tsc": "^3.3.0",
|
|
153
|
+
"zova-openapi": "^1.1.11",
|
|
154
|
+
"zova-vite": "^1.1.28"
|
|
155
155
|
},
|
|
156
156
|
"packageManager": "pnpm@10.19.0",
|
|
157
157
|
"pnpm": {
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.99",
|
|
4
4
|
"description": "A vue3 vuetify framework with ioc",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -59,29 +59,29 @@
|
|
|
59
59
|
"vue": "^3.5.34",
|
|
60
60
|
"vuetify": "^4.0.7",
|
|
61
61
|
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
62
|
-
"zova": "^5.1.
|
|
63
|
-
"zova-suite-a-cabloy": "^5.1.
|
|
62
|
+
"zova": "^5.1.75",
|
|
63
|
+
"zova-suite-a-cabloy": "^5.1.23"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@cabloy/lint": "^5.1.
|
|
66
|
+
"@cabloy/lint": "^5.1.15",
|
|
67
67
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
68
68
|
"@quasar/app-vite": "npm:@cabloy/quasar-app-vite@^2.5.9",
|
|
69
69
|
"@types/node": "^22.19.19",
|
|
70
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
70
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
71
71
|
"autoprefixer": "^10.5.0",
|
|
72
72
|
"concurrently": "^8.2.2",
|
|
73
73
|
"oxfmt": "^0.45.0",
|
|
74
|
-
"oxlint": "^1.
|
|
74
|
+
"oxlint": "^1.66.0",
|
|
75
75
|
"less": "^4.6.4",
|
|
76
|
-
"quasar-app-extension-zova": "^1.2.
|
|
76
|
+
"quasar-app-extension-zova": "^1.2.29",
|
|
77
77
|
"sass-embedded": "^1.99.0",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
79
|
"unplugin-fonts": "^1.4.0",
|
|
80
|
-
"vite": "^8.0.
|
|
80
|
+
"vite": "^8.0.13",
|
|
81
81
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
82
82
|
"vite-plugin-vuetify": "^2.1.3",
|
|
83
|
-
"vue-tsc": "^3.
|
|
84
|
-
"zova-vite": "^1.1.
|
|
83
|
+
"vue-tsc": "^3.3.0",
|
|
84
|
+
"zova-vite": "^1.1.28"
|
|
85
85
|
},
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"gitHead": "1c1c99cd879a2f00f32fb4b369a16ae90b9405da",
|
|
@@ -6,7 +6,7 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerCardProps } from '../../component/card/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerCard } from '../../component/card/controller.jsx';
|
|
9
|
-
export type
|
|
9
|
+
export type ZCardProps = {
|
|
10
10
|
controllerRef?: (ref: ControllerCard) => void;
|
|
11
11
|
} & ControllerCardProps;
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ declare module 'zova-module-demo-basic' {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export const ZCard = defineComponent((_props:
|
|
23
|
+
export const ZCard = defineComponent((_props: ZCardProps) => {
|
|
24
24
|
useController(ControllerCard, undefined, undefined);
|
|
25
25
|
return () => {};
|
|
26
26
|
}, prepareComponentOptions());
|
|
@@ -6,7 +6,7 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerItemLinkProps } from '../../component/itemLink/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerItemLink } from '../../component/itemLink/controller.jsx';
|
|
9
|
-
export type
|
|
9
|
+
export type ZItemLinkProps = {
|
|
10
10
|
controllerRef?: (ref: ControllerItemLink) => void;
|
|
11
11
|
} & ControllerItemLinkProps;
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ declare module 'zova-module-home-base' {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export const ZItemLink = defineComponent((_props:
|
|
23
|
+
export const ZItemLink = defineComponent((_props: ZItemLinkProps) => {
|
|
24
24
|
useController(ControllerItemLink, undefined, undefined);
|
|
25
25
|
return () => {};
|
|
26
26
|
}, prepareComponentOptions());
|
|
@@ -6,7 +6,7 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerPageProps } from '../../component/page/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerPage } from '../../component/page/controller.jsx';
|
|
9
|
-
export type
|
|
9
|
+
export type ZPageProps = {
|
|
10
10
|
controllerRef?: (ref: ControllerPage) => void;
|
|
11
11
|
} & ControllerPageProps;
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ declare module 'zova-module-home-base' {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export const ZPage = defineComponent((_props:
|
|
23
|
+
export const ZPage = defineComponent((_props: ZPageProps) => {
|
|
24
24
|
useController(ControllerPage, undefined, undefined);
|
|
25
25
|
return () => {};
|
|
26
26
|
}, prepareComponentOptions());
|
|
@@ -6,7 +6,7 @@ import { prepareComponentOptions, useController } from 'zova';
|
|
|
6
6
|
import type { ControllerLayoutEmptyProps } from '../../component/layoutEmpty/controller.jsx';
|
|
7
7
|
|
|
8
8
|
import { ControllerLayoutEmpty } from '../../component/layoutEmpty/controller.jsx';
|
|
9
|
-
export type
|
|
9
|
+
export type ZLayoutEmptyProps = {
|
|
10
10
|
controllerRef?: (ref: ControllerLayoutEmpty) => void;
|
|
11
11
|
} & ControllerLayoutEmptyProps;
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ declare module 'zova-module-home-layoutempty' {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export const ZLayoutEmpty = defineComponent((_props:
|
|
23
|
+
export const ZLayoutEmpty = defineComponent((_props: ZLayoutEmptyProps) => {
|
|
24
24
|
useController(ControllerLayoutEmpty, undefined, undefined);
|
|
25
25
|
return () => {};
|
|
26
26
|
}, prepareComponentOptions());
|
|
@@ -8,7 +8,7 @@ import type { ControllerLayoutTabsProps } from '../../component/layoutTabs/contr
|
|
|
8
8
|
import { ControllerLayoutTabs } from '../../component/layoutTabs/controller.jsx';
|
|
9
9
|
import { RenderLayoutTabs } from '../../component/layoutTabs/render.jsx';
|
|
10
10
|
import { StyleLayoutTabs } from '../../component/layoutTabs/style.js';
|
|
11
|
-
export type
|
|
11
|
+
export type ZLayoutTabsProps = {
|
|
12
12
|
controllerRef?: (ref: ControllerLayoutTabs) => void;
|
|
13
13
|
} & ControllerLayoutTabsProps;
|
|
14
14
|
|
|
@@ -33,7 +33,7 @@ declare module 'zova-module-home-layouttabs' {
|
|
|
33
33
|
export interface RenderTheme extends StyleLayoutTabs {}
|
|
34
34
|
export interface RenderUser extends StyleLayoutTabs {}
|
|
35
35
|
}
|
|
36
|
-
export const ZLayoutTabs = defineComponent((_props:
|
|
36
|
+
export const ZLayoutTabs = defineComponent((_props: ZLayoutTabsProps) => {
|
|
37
37
|
useController(ControllerLayoutTabs, RenderLayoutTabs, StyleLayoutTabs);
|
|
38
38
|
return () => {};
|
|
39
39
|
}, prepareComponentOptions());
|