zova-ui-empty 5.1.15 → 5.1.17
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/package.json +4 -4
- package/package.original.json +6 -6
- package/src/suite/a-demo/modules/demo-basic/rest/component/card.ts +2 -3
- package/src/suite/a-demo/modules/demo-basic/rest/index.ts +1 -0
- package/src/suite/a-demo/modules/demo-basic/rest/pages.ts +1 -0
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/component/card.ts +0 -1
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-api/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-base/rest/component/page.ts +2 -3
- package/src/suite/a-home/modules/home-base/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-base/rest/pages.ts +1 -0
- package/src/suite/a-home/modules/home-base/src/.metadata/component/page.ts +0 -1
- package/src/suite/a-home/modules/home-base/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-base/src/.metadata/locales.ts +0 -2
- package/src/suite/a-home/modules/home-base/src/.metadata/page/authCallback.ts +1 -3
- package/src/suite/a-home/modules/home-base/src/.metadata/page/errorExpired.ts +1 -3
- package/src/suite/a-home/modules/home-icon/rest/icons.ts +1 -0
- package/src/suite/a-home/modules/home-icon/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-icon/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-index/rest/index.ts +1 -0
- package/src/suite/a-home/modules/home-index/rest/pages.ts +1 -0
- package/src/suite/a-home/modules/home-index/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-layout/rest/component/itemLink.ts +2 -3
- package/src/suite/a-home/modules/home-layout/rest/component/layoutEmpty.ts +2 -3
- package/src/suite/a-home/modules/home-layout/rest/component/layoutTabs.ts +2 -3
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/itemLink.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/layoutEmpty.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/component/layoutTabs.ts +0 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/index.ts +1 -1
- package/src/suite/a-home/modules/home-layout/src/.metadata/locales.ts +0 -2
- package/src/suite/a-home/modules/home-passport/src/.metadata/index.ts +1 -1
- package/src/suite/a-demo/modules/demo-basic/rest/pagesImport.txt +0 -0
- package/src/suite/a-demo/modules/demo-basic/rest/pagesRecord.txt +0 -2
- package/src/suite/a-home/modules/home-base/rest/pagesImport.txt +0 -2
- package/src/suite/a-home/modules/home-base/rest/pagesRecord.txt +0 -3
- package/src/suite/a-home/modules/home-index/rest/pagesImport.txt +0 -0
- package/src/suite/a-home/modules/home-index/rest/pagesRecord.txt +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.17",
|
|
4
|
+
"gitHead": "5addcc2f7ee1604c14bc00f720929f1d9f2eb011",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"vue": "^3.5.6",
|
|
75
75
|
"vue-router": "^4.4.5",
|
|
76
76
|
"zod": "^4.1.5",
|
|
77
|
-
"zova": "^5.1.
|
|
77
|
+
"zova": "^5.1.13",
|
|
78
78
|
"zova-jsx": "^1.1.8",
|
|
79
79
|
"zova-module-a-action": "^5.1.10",
|
|
80
80
|
"zova-module-a-actions": "^5.1.8",
|
|
81
81
|
"zova-module-a-api": "^5.1.7",
|
|
82
82
|
"zova-module-a-app": "^5.1.8",
|
|
83
|
-
"zova-module-a-bean": "^5.1.
|
|
83
|
+
"zova-module-a-bean": "^5.1.9",
|
|
84
84
|
"zova-module-a-behavior": "^5.1.8",
|
|
85
85
|
"zova-module-a-behaviors": "^5.1.7",
|
|
86
86
|
"zova-module-a-boundary": "^5.1.7",
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.15",
|
|
4
4
|
"packageManager": "pnpm@10.19.0",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"quasar": "^2.18.1",
|
|
47
47
|
"vue": "^3.5.6",
|
|
48
48
|
"vue-router": "^4.4.5",
|
|
49
|
-
"zova": "^5.1.
|
|
49
|
+
"zova": "^5.1.12"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@cabloy/lint": "^5.0.24",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"concurrently": "^8.2.2",
|
|
57
57
|
"oxfmt": "^0.41.0",
|
|
58
58
|
"oxlint": "^1.56.0",
|
|
59
|
-
"quasar-app-extension-zova": "^1.2.
|
|
59
|
+
"quasar-app-extension-zova": "^1.2.12",
|
|
60
60
|
"sass": "^1.77.5",
|
|
61
61
|
"typescript": "^5.9.3",
|
|
62
62
|
"vite": "^7.3.1",
|
|
63
63
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
|
64
64
|
"vue-tsc": "^3.2.4",
|
|
65
|
-
"zova-openapi": "^1.1.
|
|
66
|
-
"zova-vite": "^1.1.
|
|
65
|
+
"zova-openapi": "^1.1.7",
|
|
66
|
+
"zova-vite": "^1.1.12"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "8cb2168b0a2607c216a4d9b81bc9e16088895fc5"
|
|
70
70
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerCardProps } from '../../src/component/card/controller.jsx';
|
|
2
|
+
import type { ControllerCardProps } from 'zova-module-demo-basic';
|
|
4
3
|
|
|
5
4
|
type TypeControllerCardPublicProps = TypeRenderComponentJsxPropsPublic & ControllerCardProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZDemoBasicCard(_props: TypeControllerCardPublicProps) {
|
|
7
6
|
return 'demo-basic:card';
|
|
8
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-demo-basic';
|
|
@@ -6,7 +6,6 @@ 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
|
-
|
|
10
9
|
export type TypeControllerCardPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerCard) => void;
|
|
12
11
|
} & ControllerCardProps;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerPageProps } from '../../src/component/page/controller.jsx';
|
|
2
|
+
import type { ControllerPageProps } from 'zova-module-home-base';
|
|
4
3
|
|
|
5
4
|
type TypeControllerPagePublicProps = TypeRenderComponentJsxPropsPublic & ControllerPageProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeBasePage(_props: TypeControllerPagePublicProps) {
|
|
7
6
|
return 'home-base:page';
|
|
8
7
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-base';
|
|
@@ -6,7 +6,6 @@ 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
|
-
|
|
10
9
|
export type TypeControllerPagePublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerPage) => void;
|
|
12
11
|
} & ControllerPageProps;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
3
2
|
import { createZovaComponentPage } from 'zova';
|
|
4
3
|
|
|
5
4
|
import { ControllerPageAuthCallback } from '../../page/authCallback/controller.jsx';
|
|
6
5
|
import { ControllerPageAuthCallbackSchemaQuery } from '../../page/authCallback/controller.jsx';
|
|
7
|
-
|
|
8
6
|
export namespace NSControllerPageAuthCallback {
|
|
9
7
|
export const querySchema = ControllerPageAuthCallbackSchemaQuery;
|
|
10
8
|
export type QueryInput = z.input<typeof ControllerPageAuthCallbackSchemaQuery>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
3
2
|
import { createZovaComponentPage } from 'zova';
|
|
4
3
|
|
|
5
4
|
import { ControllerPageErrorExpired } from '../../page/errorExpired/controller.jsx';
|
|
6
5
|
import { ControllerPageErrorExpiredSchemaQuery } from '../../page/errorExpired/controller.jsx';
|
|
7
|
-
|
|
8
6
|
export namespace NSControllerPageErrorExpired {
|
|
9
7
|
export const querySchema = ControllerPageErrorExpiredSchemaQuery;
|
|
10
8
|
export type QueryInput = z.input<typeof ControllerPageErrorExpiredSchemaQuery>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './icons.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pages.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'zova-module-home-index';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerItemLinkProps } from '../../src/component/itemLink/controller.jsx';
|
|
2
|
+
import type { ControllerItemLinkProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerItemLinkPublicProps = TypeRenderComponentJsxPropsPublic & ControllerItemLinkProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutItemLink(_props: TypeControllerItemLinkPublicProps) {
|
|
7
6
|
return 'home-layout:itemLink';
|
|
8
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerLayoutEmptyProps } from '../../src/component/layoutEmpty/controller.jsx';
|
|
2
|
+
import type { ControllerLayoutEmptyProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerLayoutEmptyPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutEmptyProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutEmpty(_props: TypeControllerLayoutEmptyPublicProps) {
|
|
7
6
|
return 'home-layout:layoutEmpty';
|
|
8
7
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
|
|
2
|
-
|
|
3
|
-
import type { ControllerLayoutTabsProps } from '../../src/component/layoutTabs/controller.jsx';
|
|
2
|
+
import type { ControllerLayoutTabsProps } from 'zova-module-home-layout';
|
|
4
3
|
|
|
5
4
|
type TypeControllerLayoutTabsPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutTabsProps;
|
|
6
|
-
export function
|
|
5
|
+
export function BBZHomeLayoutTabs(_props: TypeControllerLayoutTabsPublicProps) {
|
|
7
6
|
return 'home-layout:layoutTabs';
|
|
8
7
|
}
|
|
@@ -6,7 +6,6 @@ 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
|
-
|
|
10
9
|
export type TypeControllerItemLinkPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerItemLink) => void;
|
|
12
11
|
} & ControllerItemLinkProps;
|
|
@@ -6,7 +6,6 @@ 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
|
-
|
|
10
9
|
export type TypeControllerLayoutEmptyPublicProps = {
|
|
11
10
|
controllerRef?: (ref: ControllerLayoutEmpty) => void;
|
|
12
11
|
} & ControllerLayoutEmptyProps;
|
|
@@ -8,7 +8,6 @@ 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
|
-
|
|
12
11
|
export type TypeControllerLayoutTabsPublicProps = {
|
|
13
12
|
controllerRef?: (ref: ControllerLayoutTabs) => void;
|
|
14
13
|
} & ControllerLayoutTabsProps;
|
|
File without changes
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { NSControllerPageAuthCallback as NSHomeBaseControllerPageAuthCallback } from '../src/suite/a-home/modules/home-base/src/.metadata/page/authCallback.js';
|
|
2
|
-
import { NSControllerPageErrorExpired as NSHomeBaseControllerPageErrorExpired } from '../src/suite/a-home/modules/home-base/src/.metadata/page/errorExpired.js';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
'/home/base/authCallback': TypePagePathSchema<undefined,NSHomeBaseControllerPageAuthCallback.QueryInput>;
|
|
2
|
-
'/home/base/errorExpired': TypePagePathSchema<undefined,NSHomeBaseControllerPageErrorExpired.QueryInput>;
|
|
3
|
-
'/home/base//:catchAll(.*)*': TypePagePathSchema<undefined,undefined>;
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'/home/index': TypePagePathSchema<undefined,undefined>;
|