zova-ui-vuetify 5.1.94 → 5.1.96

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 CHANGED
@@ -54,21 +54,3 @@ env/.env*.local
54
54
  # /package.json
55
55
 
56
56
  **/*.tsbuildinfo
57
-
58
- /src/suite/*
59
- !/src/suite/.gitkeep
60
- !/src/suite/a-demo
61
- !/src/suite/a-home
62
- !/src/suite/a-vuetify
63
-
64
- /src/suite-vendor/*
65
- !/src/suite-vendor/.gitkeep
66
- !/src/suite-vendor/a-cabloy
67
- !/src/suite-vendor/a-zova
68
-
69
-
70
- /src/module/*
71
- !/src/module/.gitkeep
72
-
73
- /src/module-vendor/*
74
- !/src/module-vendor/.gitkeep
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-ui-vuetify",
3
- "version": "5.1.94",
4
- "gitHead": "ed6b11bdf77a2b7efcc261676c2812c3044768f1",
3
+ "version": "5.1.96",
4
+ "gitHead": "508a5920ab60a4a32c8c550fb8c8accb2e514f9c",
5
5
  "description": "A vue3 vuetify framework with ioc",
6
6
  "keywords": [
7
7
  "ioc",
@@ -88,7 +88,7 @@
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.68",
91
+ "zova": "^5.1.69",
92
92
  "zova-jsx": "^1.1.40",
93
93
  "zova-module-a-api": "^5.1.10",
94
94
  "zova-module-a-app": "^5.1.12",
@@ -98,7 +98,7 @@
98
98
  "zova-module-a-boundary": "^5.1.10",
99
99
  "zova-module-a-command": "^5.1.21",
100
100
  "zova-module-a-fetch": "^5.1.12",
101
- "zova-module-a-form": "^5.1.24",
101
+ "zova-module-a-form": "^5.1.25",
102
102
  "zova-module-a-icon": "^5.1.14",
103
103
  "zova-module-a-interceptor": "^5.1.17",
104
104
  "zova-module-a-logger": "^5.1.11",
@@ -2,7 +2,7 @@
2
2
  "extends": "./tsconfig.base.esm",
3
3
  "compilerOptions": {
4
4
  "composite": false,
5
- "sourcemap": false,
5
+ "sourceMap": false,
6
6
  "allowImportingTsExtensions": false,
7
7
  "noEmit": false,
8
8
  "rewriteRelativeImportExtensions": false,