cabloy 5.1.35 → 5.1.37

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,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.35",
3
+ "version": "5.1.37",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -66,9 +66,6 @@ const WHITELIST_FILES: string[] = [
66
66
  'zova/tsconfig.vue-tsc.json',
67
67
  'zova/oxfmt.config.ts',
68
68
  'zova/oxlint.config.ts',
69
- 'zova/quasar.config.ts',
70
- 'zova/quasar.extensions.json',
71
- 'zova/postcss.config.js',
72
69
  'zova/index.html',
73
70
  'zova/openapi.config.ts',
74
71
  ];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova",
3
- "version": "5.1.89",
3
+ "version": "5.1.90",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A vue3 framework with ioc",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "zova-core": "^5.1.47",
49
- "zova-suite-a-zova": "^5.1.88"
49
+ "zova-suite-a-zova": "^5.1.89"
50
50
  },
51
51
  "devDependencies": {
52
52
  "clean-package": "^2.2.0",
@@ -4,7 +4,7 @@ import type {
4
4
  TypeFormField,
5
5
  } from 'zova-module-a-form';
6
6
 
7
- import { classes, types } from 'typestyle';
7
+ import { classes } from 'typestyle';
8
8
  import { VNode } from 'vue';
9
9
  import { z } from 'zod';
10
10
  import { Use } from 'zova';
@@ -22,9 +22,6 @@ declare module 'zova-module-a-openapi' {
22
22
  }
23
23
 
24
24
  export interface IBehaviorResourceFormFieldLayoutOptions {
25
- disable?: boolean;
26
- class?: any;
27
- style?: types.NestedCSSProperties;
28
25
  label?: string | false;
29
26
  inline?: boolean;
30
27
  bordered?: boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-module-a-openapi",
3
- "version": "5.1.29",
3
+ "version": "5.1.30",
4
4
  "gitHead": "09d901d17140a80ee0764211b441cda72fd94663",
5
5
  "description": "",
6
6
  "keywords": [
@@ -1 +1,7 @@
1
- export interface IResourceFormFieldLayoutOptions {}
1
+ import type { types } from 'typestyle';
2
+
3
+ export interface IResourceFormFieldLayoutOptions {
4
+ disable?: boolean;
5
+ class?: any;
6
+ style?: types.NestedCSSProperties;
7
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-suite-a-zova",
3
- "version": "5.1.88",
3
+ "version": "5.1.89",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "zova",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "zova-module-a-logger": "^5.1.20",
23
23
  "zova-module-a-meta": "^5.1.15",
24
24
  "zova-module-a-model": "^5.1.23",
25
- "zova-module-a-openapi": "^5.1.29",
25
+ "zova-module-a-openapi": "^5.1.30",
26
26
  "zova-module-a-router": "^5.1.21",
27
27
  "zova-module-a-routerstack": "^5.1.20",
28
28
  "zova-module-a-routertabs": "^5.1.24",