@gct-paas/schema 0.1.5-dev.6 → 0.1.5-dev.8

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.
@@ -333,7 +333,7 @@ export interface ApprovalProcess extends LowCodeWidget.BasicSchema {
333
333
  }
334
334
  export interface CardList extends LowCodeWidget.BasicSchema {
335
335
  props: CardListProps;
336
- children: CardHeaderLeft[] | CardHeaderRight[] | CardContent[] | CardOpeBtn[];
336
+ children: [CardHeaderLeft, CardHeaderRight, CardContent, CardOpeBtn];
337
337
  }
338
338
  export interface CardHeaderLeft extends LowCodeWidget.BasicSchema {
339
339
  props: CardHeaderLeftProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/schema",
3
- "version": "0.1.5-dev.6",
3
+ "version": "0.1.5-dev.8",
4
4
  "type": "module",
5
5
  "description": "paas 平台 schema 架构包",
6
6
  "loader": "dist/index.esm.min.js",
@@ -31,15 +31,15 @@
31
31
  "license": "MIT",
32
32
  "author": "gct",
33
33
  "dependencies": {
34
- "@gct-paas/api": "0.1.4-dev.0",
34
+ "@gct-paas/api": "0.1.4-dev.3",
35
35
  "lodash-es": "^4.17.23",
36
36
  "vue": "^3.5.30",
37
- "@gct-paas/core": "0.1.5-dev.6"
37
+ "@gct-paas/core": "0.1.5-dev.8"
38
38
  },
39
39
  "peerDependencies": {
40
- "@gct-paas/api": "0.1.4-dev.0",
40
+ "@gct-paas/api": "0.1.4-dev.3",
41
41
  "vue": ">=3",
42
- "@gct-paas/core": "0.1.5-dev.6"
42
+ "@gct-paas/core": "0.1.5-dev.8"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "cross-env NODE_ENV=development vite build --watch --config vite.dev.config.ts",