zova-ui-vuetify 5.1.16 → 5.1.18

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.
Files changed (41) hide show
  1. package/package.json +5 -5
  2. package/package.original.json +6 -6
  3. package/src/suite/a-demo/modules/demo-basic/rest/component/card.ts +2 -3
  4. package/src/suite/a-demo/modules/demo-basic/rest/index.ts +1 -0
  5. package/src/suite/a-demo/modules/demo-basic/rest/pages.ts +1 -0
  6. package/src/suite/a-demo/modules/demo-basic/src/.metadata/index.ts +1 -1
  7. package/src/suite/a-home/modules/home-api/src/.metadata/index.ts +1 -1
  8. package/src/suite/a-home/modules/home-base/rest/component/itemLink.ts +2 -3
  9. package/src/suite/a-home/modules/home-base/rest/component/page.ts +2 -3
  10. package/src/suite/a-home/modules/home-base/rest/index.ts +1 -0
  11. package/src/suite/a-home/modules/home-base/rest/pages.ts +1 -0
  12. package/src/suite/a-home/modules/home-base/src/.metadata/index.ts +1 -1
  13. package/src/suite/a-home/modules/home-base/src/.metadata/locales.ts +0 -2
  14. package/src/suite/a-home/modules/home-icon/rest/icons.ts +1 -0
  15. package/src/suite/a-home/modules/home-icon/rest/index.ts +1 -0
  16. package/src/suite/a-home/modules/home-icon/src/.metadata/index.ts +1 -1
  17. package/src/suite/a-home/modules/home-index/rest/index.ts +1 -0
  18. package/src/suite/a-home/modules/home-index/rest/pages.ts +1 -0
  19. package/src/suite/a-home/modules/home-index/src/.metadata/index.ts +1 -1
  20. package/src/suite/a-home/modules/home-layoutempty/rest/component/layoutEmpty.ts +2 -3
  21. package/src/suite/a-home/modules/home-layoutempty/src/.metadata/index.ts +1 -1
  22. package/src/suite/a-home/modules/home-layouttabs/rest/component/layoutTabs.ts +2 -3
  23. package/src/suite/a-home/modules/home-layouttabs/src/.metadata/index.ts +1 -1
  24. package/src/suite/a-home/modules/home-layouttabs/src/.metadata/locales.ts +0 -2
  25. package/src/suite/a-home/modules/home-login/rest/index.ts +1 -0
  26. package/src/suite/a-home/modules/home-login/rest/pages.ts +1 -0
  27. package/src/suite/a-home/modules/home-login/src/.metadata/index.ts +1 -1
  28. package/src/suite/a-home/modules/home-login/src/.metadata/locales.ts +0 -2
  29. package/src/suite/a-home/modules/home-passport/src/.metadata/index.ts +1 -1
  30. package/src/suite-vendor/a-vuetify/modules/vuetify-adapter/src/.metadata/index.ts +1 -1
  31. package/src/suite-vendor/a-vuetify/modules/vuetify-form/rest/component/formFieldCaptcha.ts +2 -3
  32. package/src/suite-vendor/a-vuetify/modules/vuetify-form/src/.metadata/index.ts +1 -1
  33. package/src/suite-vendor/a-vuetify/modules/vuetify-form/src/.metadata/locales.ts +0 -2
  34. package/src/suite/a-demo/modules/demo-basic/rest/pagesImport.txt +0 -0
  35. package/src/suite/a-demo/modules/demo-basic/rest/pagesRecord.txt +0 -3
  36. package/src/suite/a-home/modules/home-base/rest/pagesImport.txt +0 -2
  37. package/src/suite/a-home/modules/home-base/rest/pagesRecord.txt +0 -3
  38. package/src/suite/a-home/modules/home-index/rest/pagesImport.txt +0 -0
  39. package/src/suite/a-home/modules/home-index/rest/pagesRecord.txt +0 -1
  40. package/src/suite/a-home/modules/home-login/rest/pagesImport.txt +0 -0
  41. package/src/suite/a-home/modules/home-login/rest/pagesRecord.txt +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-ui-vuetify",
3
- "version": "5.1.16",
4
- "gitHead": "4caf955ae46d889cab5dd7efc981f562b3b54aa2",
3
+ "version": "5.1.18",
4
+ "gitHead": "5addcc2f7ee1604c14bc00f720929f1d9f2eb011",
5
5
  "description": "A vue3 vuetify framework with ioc",
6
6
  "keywords": [
7
7
  "ioc",
@@ -87,13 +87,13 @@
87
87
  "vue-router": "^4.4.5",
88
88
  "vuetify": "^4.0.1",
89
89
  "zod": "^4.1.5",
90
- "zova": "^5.1.12",
90
+ "zova": "^5.1.13",
91
91
  "zova-jsx": "^1.1.8",
92
92
  "zova-module-a-action": "^5.1.10",
93
93
  "zova-module-a-actions": "^5.1.8",
94
94
  "zova-module-a-api": "^5.1.7",
95
95
  "zova-module-a-app": "^5.1.8",
96
- "zova-module-a-bean": "^5.1.8",
96
+ "zova-module-a-bean": "^5.1.9",
97
97
  "zova-module-a-behavior": "^5.1.8",
98
98
  "zova-module-a-behaviors": "^5.1.7",
99
99
  "zova-module-a-boundary": "^5.1.7",
@@ -128,7 +128,7 @@
128
128
  "zova-module-home-login": "workspace:^",
129
129
  "zova-module-home-passport": "workspace:^",
130
130
  "zova-module-rest-actions": "^5.1.9",
131
- "zova-module-rest-resource": "^5.1.8",
131
+ "zova-module-rest-resource": "^5.1.9",
132
132
  "zova-module-vuetify-adapter": "workspace:^",
133
133
  "zova-module-vuetify-form": "workspace:^"
134
134
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-vuetify",
3
- "version": "5.1.9",
3
+ "version": "5.1.16",
4
4
  "description": "A vue3 vuetify framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,7 +58,7 @@
58
58
  "vue": "^3.5.6",
59
59
  "vuetify": "^4.0.1",
60
60
  "vue-router": "^4.4.5",
61
- "zova": "^5.1.6"
61
+ "zova": "^5.1.12"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@cabloy/lint": "^5.0.24",
@@ -71,7 +71,7 @@
71
71
  "oxfmt": "^0.41.0",
72
72
  "oxlint": "^1.56.0",
73
73
  "less": "^4.6.4",
74
- "quasar-app-extension-zova": "^1.2.6",
74
+ "quasar-app-extension-zova": "^1.2.12",
75
75
  "sass-embedded": "^1.92.1",
76
76
  "typescript": "^5.9.3",
77
77
  "unplugin-fonts": "^1.4.0",
@@ -79,12 +79,12 @@
79
79
  "vite-plugin-fake-server-turbo": "^3.0.18",
80
80
  "vite-plugin-vuetify": "^2.1.2",
81
81
  "vue-tsc": "^3.2.4",
82
- "zova-openapi": "^1.1.2",
83
- "zova-vite": "^1.1.6",
82
+ "zova-openapi": "^1.1.7",
83
+ "zova-vite": "^1.1.12",
84
84
  "@cabloy/cli": "^3.0.105",
85
85
  "@types/luxon": "^3.7.1",
86
86
  "fs-extra": "^11.2.0"
87
87
  },
88
88
  "license": "MIT",
89
- "gitHead": "a1b13b06e259e4447ab2f361ec76941810bc4ad7"
89
+ "gitHead": "8cb2168b0a2607c216a4d9b81bc9e16088895fc5"
90
90
  }
@@ -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 ZZDemoBasicCard(_props: TypeControllerCardPublicProps) {
5
+ export function BBZDemoBasicCard(_props: TypeControllerCardPublicProps) {
7
6
  return 'demo-basic:card';
8
7
  }
@@ -1 +1,2 @@
1
1
  export * from './components.js';
2
+ export * from './pages.js';
@@ -0,0 +1 @@
1
+ import 'zova-module-demo-basic';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** controller: begin */
3
3
  export * from '../component/card/controller.jsx';
4
4
  export * from '../page/component/controller.jsx';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** api: begin */
3
3
  export * from '../api/captcha.js';
4
4
  export * from '../api/home.js';
@@ -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-base';
4
3
 
5
4
  type TypeControllerItemLinkPublicProps = TypeRenderComponentJsxPropsPublic & ControllerItemLinkProps;
6
- export function ZZHomeBaseItemLink(_props: TypeControllerItemLinkPublicProps) {
5
+ export function BBZHomeBaseItemLink(_props: TypeControllerItemLinkPublicProps) {
7
6
  return 'home-base:itemLink';
8
7
  }
@@ -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 ZZHomeBasePage(_props: TypeControllerPagePublicProps) {
5
+ export function BBZHomeBasePage(_props: TypeControllerPagePublicProps) {
7
6
  return 'home-base:page';
8
7
  }
@@ -1 +1,2 @@
1
1
  export * from './components.js';
2
+ export * from './pages.js';
@@ -0,0 +1 @@
1
+ import 'zova-module-home-base';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** service: begin */
3
3
  export * from '../service/locale.js';
4
4
  export * from '../service/routerGuards.js';
@@ -1,7 +1,5 @@
1
1
  import type { TypeLocaleBase } from 'zova';
2
-
3
2
  import { useApp, useComputed } from 'zova';
4
-
5
3
  import locale_en_us from '../config/locale/en-us.js';
6
4
  import locale_zh_cn from '../config/locale/zh-cn.js';
7
5
 
@@ -0,0 +1 @@
1
+ import 'zova-module-home-icon';
@@ -0,0 +1 @@
1
+ export * from './icons.js';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** icons: begin */
3
3
  import icon_auth from './icons/groups/auth.svg';
4
4
  import icon_business from './icons/groups/business.svg';
@@ -0,0 +1 @@
1
+ export * from './pages.js';
@@ -0,0 +1 @@
1
+ import 'zova-module-home-index';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** controller: begin */
3
3
  export * from '../page/home/controller.jsx';
4
4
 
@@ -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-layoutempty';
4
3
 
5
4
  type TypeControllerLayoutEmptyPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutEmptyProps;
6
- export function ZZHomeLayoutemptyLayoutEmpty(_props: TypeControllerLayoutEmptyPublicProps) {
5
+ export function BBZHomeLayoutemptyLayoutEmpty(_props: TypeControllerLayoutEmptyPublicProps) {
7
6
  return 'home-layoutempty:layoutEmpty';
8
7
  }
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** controller: begin */
3
3
  export * from '../component/layoutEmpty/controller.jsx';
4
4
 
@@ -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-layouttabs';
4
3
 
5
4
  type TypeControllerLayoutTabsPublicProps = TypeRenderComponentJsxPropsPublic & ControllerLayoutTabsProps;
6
- export function ZZHomeLayouttabsLayoutTabs(_props: TypeControllerLayoutTabsPublicProps) {
5
+ export function BBZHomeLayouttabsLayoutTabs(_props: TypeControllerLayoutTabsPublicProps) {
7
6
  return 'home-layouttabs:layoutTabs';
8
7
  }
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** model: begin */
3
3
  export * from '../model/layout.js';
4
4
  export * from '../model/menu.js';
@@ -1,7 +1,5 @@
1
1
  import type { TypeLocaleBase } from 'zova';
2
-
3
2
  import { useApp, useComputed } from 'zova';
4
-
5
3
  import locale_en_us from '../config/locale/en-us.js';
6
4
  import locale_zh_cn from '../config/locale/zh-cn.js';
7
5
 
@@ -0,0 +1 @@
1
+ export * from './pages.js';
@@ -0,0 +1 @@
1
+ import 'zova-module-home-login';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** controller: begin */
3
3
  export * from '../page/login/controller.jsx';
4
4
 
@@ -1,7 +1,5 @@
1
1
  import type { TypeLocaleBase } from 'zova';
2
-
3
2
  import { useApp, useComputed } from 'zova';
4
-
5
3
  import locale_en_us from '../config/locale/en-us.js';
6
4
  import locale_zh_cn from '../config/locale/zh-cn.js';
7
5
 
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** model: begin */
3
3
  export * from '../model/passport.js';
4
4
  import { IModelOptionsPassport } from '../model/passport.js';
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** sys: begin */
3
3
  export * from '../bean/sys.appBar.jsx';
4
4
  export * from '../bean/sys.icon.js';
@@ -1,8 +1,7 @@
1
1
  import type { TypeRenderComponentJsxPropsPublic } from 'zova-jsx';
2
-
3
- import type { ControllerFormFieldCaptchaProps } from '../../src/component/formFieldCaptcha/controller.jsx';
2
+ import type { ControllerFormFieldCaptchaProps } from 'zova-module-vuetify-form';
4
3
 
5
4
  type TypeControllerFormFieldCaptchaPublicProps = TypeRenderComponentJsxPropsPublic & ControllerFormFieldCaptchaProps;
6
- export function FFVuetifyFormCaptcha(_props: TypeControllerFormFieldCaptchaPublicProps) {
5
+ export function BBFVuetifyFormCaptcha(_props: TypeControllerFormFieldCaptchaPublicProps) {
7
6
  return 'vuetify-form:formFieldCaptcha';
8
7
  }
@@ -1,4 +1,4 @@
1
- /* eslint-disable */
1
+ // eslint-disable
2
2
  /** controller: begin */
3
3
  export * from '../component/formFieldCaptcha/controller.jsx';
4
4
 
@@ -1,7 +1,5 @@
1
1
  import type { TypeLocaleBase } from 'zova';
2
-
3
2
  import { useApp, useComputed } from 'zova';
4
-
5
3
  import locale_en_us from '../config/locale/en-us.js';
6
4
  import locale_zh_cn from '../config/locale/zh-cn.js';
7
5
 
@@ -1,3 +0,0 @@
1
- '/demo/basic/component': TypePagePathSchema<undefined,undefined>;
2
- '/demo/basic/state': TypePagePathSchema<undefined,undefined>;
3
- '/demo/basic/style': TypePagePathSchema<undefined,undefined>;
@@ -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>;
@@ -1 +0,0 @@
1
- '/home/index': TypePagePathSchema<undefined,undefined>;
@@ -1 +0,0 @@
1
- '/home/login': TypePagePathSchema<undefined,undefined>;