@gct-paas/core-web 0.0.1-dev.30 → 0.0.1

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.
@@ -19,7 +19,7 @@ export declare const GctFormCheckSwitch: import('vue').DefineComponent<import('v
19
19
  }>, {
20
20
  ns: import('@gct-paas/core').Namespace;
21
21
  c: EditorController<ICheckSwitchEditor>;
22
- val: import('vue').WritableComputedRef<any, any>;
22
+ val: import('vue').WritableComputedRef<any, any> | null;
23
23
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
24
  itemModel: {
25
25
  type: PropType<IFormItem>;
@@ -15,7 +15,7 @@ export declare const GctFormI18n: import('vue').DefineComponent<import('vue').Ex
15
15
  };
16
16
  }>, {
17
17
  ns: import('@gct-paas/core').Namespace;
18
- val: import('vue').WritableComputedRef<any, any>;
18
+ val: import('vue').WritableComputedRef<any, any> | null;
19
19
  i18nConfigValue: import('vue').WritableComputedRef<any, any>;
20
20
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
21
  c: {
@@ -11,7 +11,7 @@ export declare const GctFormInfo: import('vue').DefineComponent<import('vue').Ex
11
11
  };
12
12
  }>, {
13
13
  ns: import('@gct-paas/core').Namespace;
14
- val: import('vue').WritableComputedRef<any, any>;
14
+ val: import('vue').WritableComputedRef<any, any> | null;
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
16
  value: {
17
17
  type: StringConstructor;
@@ -19,7 +19,7 @@ export declare const GctFormLengthUnit: import('vue').DefineComponent<import('vu
19
19
  }>, {
20
20
  ns: import('@gct-paas/core').Namespace;
21
21
  c: LengthUnitEditorController;
22
- val: import('vue').WritableComputedRef<any, any>;
22
+ val: import('vue').WritableComputedRef<any, any> | null;
23
23
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
24
  itemModel: {
25
25
  type: PropType<IFormItem>;
@@ -11,7 +11,7 @@ export declare const GctFormNumber: import('vue').DefineComponent<import('vue').
11
11
  };
12
12
  }>, {
13
13
  ns: import('@gct-paas/core').Namespace;
14
- val: import('vue').WritableComputedRef<any, any>;
14
+ val: import('vue').WritableComputedRef<any, any> | null;
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
16
  model: {
17
17
  type: PropType<INumberEditor>;
@@ -15,7 +15,7 @@ export declare const GctFormRadio: import('vue').DefineComponent<import('vue').E
15
15
  };
16
16
  }>, {
17
17
  ns: import('@gct-paas/core').Namespace;
18
- val: import('vue').WritableComputedRef<any, any>;
18
+ val: import('vue').WritableComputedRef<any, any> | null;
19
19
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
20
  c: {
21
21
  type: PropType<IFormItemController>;
@@ -15,7 +15,7 @@ export declare const GctFormSelect: import('vue').DefineComponent<import('vue').
15
15
  };
16
16
  }>, {
17
17
  ns: import('@gct-paas/core').Namespace;
18
- val: import('vue').WritableComputedRef<any, any>;
18
+ val: import('vue').WritableComputedRef<any, any> | null;
19
19
  options: import('vue').ComputedRef<import('@gct-paas/core').IDictionaryItem[]>;
20
20
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
21
  c: {
@@ -11,7 +11,7 @@ export declare const GctFormSwitch: import('vue').DefineComponent<import('vue').
11
11
  };
12
12
  }>, {
13
13
  ns: import('@gct-paas/core').Namespace;
14
- val: import('vue').WritableComputedRef<any, any>;
14
+ val: import('vue').WritableComputedRef<any, any> | null;
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
16
  model: {
17
17
  type: PropType<ISwitchEditor>;
@@ -11,7 +11,7 @@ export declare const GctFormTextarea: import('vue').DefineComponent<import('vue'
11
11
  };
12
12
  }>, {
13
13
  ns: import('@gct-paas/core').Namespace;
14
- val: import('vue').WritableComputedRef<any, any>;
14
+ val: import('vue').WritableComputedRef<any, any> | null;
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:value"[], "update:value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
16
  model: {
17
17
  type: PropType<ITextareaEditor>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/core-web",
3
- "version": "0.0.1-dev.30",
3
+ "version": "0.0.1",
4
4
  "type": "module",
5
5
  "description": "paas 平台网页端核心包",
6
6
  "main": "dist/index.min.cjs",
@@ -44,7 +44,7 @@
44
44
  "gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
45
45
  },
46
46
  "dependencies": {
47
- "@gct-paas/core": "0.0.1-dev.30",
47
+ "@gct-paas/core": "0.0.1",
48
48
  "@monaco-editor/loader": "^1.5.0",
49
49
  "ant-design-vue": "3.2.20",
50
50
  "lodash-es": "^4.17.21",
@@ -53,12 +53,12 @@
53
53
  "vue3-colorpicker": "^2.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@gct-paas/build": "0.0.1-dev.30",
57
- "@gct-paas/scss": "0.0.1-dev.30",
56
+ "@gct-paas/build": "0.0.1",
57
+ "@gct-paas/scss": "0.0.1",
58
58
  "sass": "^1.85.1"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "vue": "^3.x"
62
62
  },
63
- "gitHead": "a5275f7e7d23ed1751cd0a5ad68893a9ce08d16d"
63
+ "gitHead": "9facb3521bdf435120898d743c13610da0250610"
64
64
  }