zova-ui-empty 5.1.40 → 5.1.41

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.1.40",
4
- "gitHead": "00d56b88b3f454badf5426e68d108a62b1f787eb",
3
+ "version": "5.1.41",
4
+ "gitHead": "fdc65ed237b0f39e7f89c749803b1be20ff33c66",
5
5
  "description": "A vue3 empty framework with ioc",
6
6
  "keywords": [
7
7
  "ioc",
@@ -74,7 +74,7 @@
74
74
  "vue": "^3.5.6",
75
75
  "vue-router": "^4.4.5",
76
76
  "zod": "^4.3.6",
77
- "zova": "^5.1.27",
77
+ "zova": "^5.1.28",
78
78
  "zova-jsx": "^1.1.13",
79
79
  "zova-module-a-action": "^5.1.11",
80
80
  "zova-module-a-actions": "^5.1.9",
@@ -104,7 +104,7 @@
104
104
  "zova-module-a-style": "^5.1.9",
105
105
  "zova-module-a-table": "^5.1.9",
106
106
  "zova-module-a-zod": "^5.1.9",
107
- "zova-module-a-zova": "^5.1.15",
107
+ "zova-module-a-zova": "^5.1.17",
108
108
  "zova-module-demo-basic": "workspace:^",
109
109
  "zova-module-home-api": "workspace:^",
110
110
  "zova-module-home-base": "workspace:^",
@@ -115,7 +115,7 @@
115
115
  "zova-module-home-theme": "workspace:^"
116
116
  },
117
117
  "devDependencies": {
118
- "@cabloy/cli": "^3.1.3",
118
+ "@cabloy/cli": "^3.1.5",
119
119
  "@cabloy/lint": "^5.1.5",
120
120
  "@cabloy/openapi-typescript": "^7.9.2",
121
121
  "@quasar/app-vite": "2.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.1.39",
3
+ "version": "5.1.40",
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.26"
49
+ "zova": "^5.1.27"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@cabloy/lint": "^5.1.5",
@@ -1037,12 +1037,12 @@ export interface components {
1037
1037
  };
1038
1038
  'test-vona.entity.product': {
1039
1039
  /**
1040
- * Format: date
1040
+ * Format: date-time
1041
1041
  * @description Created At
1042
1042
  */
1043
1043
  createdAt: Date;
1044
1044
  /**
1045
- * Format: date
1045
+ * Format: date-time
1046
1046
  * @description Updated At
1047
1047
  */
1048
1048
  updatedAt: Date;
@@ -1121,12 +1121,12 @@ export interface components {
1121
1121
  /** @description User */
1122
1122
  'home-user.entity.user': {
1123
1123
  /**
1124
- * Format: date
1124
+ * Format: date-time
1125
1125
  * @description Created At
1126
1126
  */
1127
1127
  createdAt: Date;
1128
1128
  /**
1129
- * Format: date
1129
+ * Format: date-time
1130
1130
  * @description Updated At
1131
1131
  */
1132
1132
  updatedAt: Date;
@@ -1174,12 +1174,12 @@ export interface components {
1174
1174
  /** @description Role */
1175
1175
  'home-user.entity.role': {
1176
1176
  /**
1177
- * Format: date
1177
+ * Format: date-time
1178
1178
  * @description Created At
1179
1179
  */
1180
1180
  createdAt: Date;
1181
1181
  /**
1182
- * Format: date
1182
+ * Format: date-time
1183
1183
  * @description Updated At
1184
1184
  */
1185
1185
  updatedAt: Date;
@@ -1251,12 +1251,12 @@ export interface components {
1251
1251
  'test-rest.dto.productQueryRes': {
1252
1252
  list: {
1253
1253
  /**
1254
- * Format: date
1254
+ * Format: date-time
1255
1255
  * @description Created At
1256
1256
  */
1257
1257
  createdAt: Date;
1258
1258
  /**
1259
- * Format: date
1259
+ * Format: date-time
1260
1260
  * @description Updated At
1261
1261
  */
1262
1262
  updatedAt: Date;
@@ -1297,12 +1297,12 @@ export interface components {
1297
1297
  'test-rest.entity.product':
1298
1298
  | {
1299
1299
  /**
1300
- * Format: date
1300
+ * Format: date-time
1301
1301
  * @description Created At
1302
1302
  */
1303
1303
  createdAt: Date;
1304
1304
  /**
1305
- * Format: date
1305
+ * Format: date-time
1306
1306
  * @description Updated At
1307
1307
  */
1308
1308
  updatedAt: Date;
@@ -1410,12 +1410,12 @@ export interface components {
1410
1410
  };
1411
1411
  'a-paypal.entity.paypalRecord': {
1412
1412
  /**
1413
- * Format: date
1413
+ * Format: date-time
1414
1414
  * @description Created At
1415
1415
  */
1416
1416
  createdAt: Date;
1417
1417
  /**
1418
- * Format: date
1418
+ * Format: date-time
1419
1419
  * @description Updated At
1420
1420
  */
1421
1421
  updatedAt: Date;
@@ -1567,12 +1567,12 @@ export interface components {
1567
1567
  };
1568
1568
  'test-vona.dto.orderResult': {
1569
1569
  /**
1570
- * Format: date
1570
+ * Format: date-time
1571
1571
  * @description Created At
1572
1572
  */
1573
1573
  createdAt: Date;
1574
1574
  /**
1575
- * Format: date
1575
+ * Format: date-time
1576
1576
  * @description Updated At
1577
1577
  */
1578
1578
  updatedAt: Date;
@@ -1614,12 +1614,12 @@ export interface components {
1614
1614
  'test-vona.dto.orderResultPage': {
1615
1615
  list: {
1616
1616
  /**
1617
- * Format: date
1617
+ * Format: date-time
1618
1618
  * @description Created At
1619
1619
  */
1620
1620
  createdAt: Date;
1621
1621
  /**
1622
- * Format: date
1622
+ * Format: date-time
1623
1623
  * @description Updated At
1624
1624
  */
1625
1625
  updatedAt: Date;
@@ -1667,12 +1667,12 @@ export interface components {
1667
1667
  'test-vona.dto.postQueryRes': {
1668
1668
  list: {
1669
1669
  /**
1670
- * Format: date
1670
+ * Format: date-time
1671
1671
  * @description Created At
1672
1672
  */
1673
1673
  createdAt: Date;
1674
1674
  /**
1675
- * Format: date
1675
+ * Format: date-time
1676
1676
  * @description Updated At
1677
1677
  */
1678
1678
  updatedAt: Date;
@@ -2793,12 +2793,12 @@ export interface operations {
2793
2793
  data: {
2794
2794
  /**
2795
2795
  * Created At
2796
- * Format: date
2796
+ * Format: date-time
2797
2797
  */
2798
2798
  createdAt: Date;
2799
2799
  /**
2800
2800
  * Updated At
2801
- * Format: date
2801
+ * Format: date-time
2802
2802
  */
2803
2803
  updatedAt: Date;
2804
2804
  /**
@@ -2845,12 +2845,12 @@ export interface operations {
2845
2845
  data: {
2846
2846
  /**
2847
2847
  * Created At
2848
- * Format: date
2848
+ * Format: date-time
2849
2849
  */
2850
2850
  createdAt: Date;
2851
2851
  /**
2852
2852
  * Updated At
2853
- * Format: date
2853
+ * Format: date-time
2854
2854
  */
2855
2855
  updatedAt: Date;
2856
2856
  /**
@@ -2896,12 +2896,12 @@ export interface operations {
2896
2896
  data: {
2897
2897
  /**
2898
2898
  * Created At
2899
- * Format: date
2899
+ * Format: date-time
2900
2900
  */
2901
2901
  createdAt: Date;
2902
2902
  /**
2903
2903
  * Updated At
2904
- * Format: date
2904
+ * Format: date-time
2905
2905
  */
2906
2906
  updatedAt: Date;
2907
2907
  /**