g-ui-web 1.2.39 → 1.2.42

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/lib/style.css.gz CHANGED
Binary file
@@ -12,12 +12,17 @@ declare const GTextSelect: ({
12
12
  type: StringConstructor;
13
13
  default: string;
14
14
  };
15
+ size: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
15
19
  }>> & Readonly<{
16
20
  "onNode-click"?: ((...args: any[]) => any) | undefined;
17
21
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
22
  "node-click": (...args: any[]) => void;
19
23
  }, import('vue').PublicProps, {
20
24
  value: string;
25
+ size: string;
21
26
  width: string;
22
27
  height: string;
23
28
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -40,10 +45,15 @@ declare const GTextSelect: ({
40
45
  type: StringConstructor;
41
46
  default: string;
42
47
  };
48
+ size: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
43
52
  }>> & Readonly<{
44
53
  "onNode-click"?: ((...args: any[]) => any) | undefined;
45
54
  }>, {}, {}, {}, {}, {
46
55
  value: string;
56
+ size: string;
47
57
  width: string;
48
58
  height: string;
49
59
  }>;
@@ -63,12 +73,17 @@ declare const GTextSelect: ({
63
73
  type: StringConstructor;
64
74
  default: string;
65
75
  };
76
+ size: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
66
80
  }>> & Readonly<{
67
81
  "onNode-click"?: ((...args: any[]) => any) | undefined;
68
82
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
69
83
  "node-click": (...args: any[]) => void;
70
84
  }, string, {
71
85
  value: string;
86
+ size: string;
72
87
  width: string;
73
88
  height: string;
74
89
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -3151,6 +3151,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
3151
3151
  type: StringConstructor;
3152
3152
  default: string;
3153
3153
  };
3154
+ size: {
3155
+ type: StringConstructor;
3156
+ default: string;
3157
+ };
3154
3158
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3155
3159
  "node-click": (...args: any[]) => void;
3156
3160
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -3166,10 +3170,15 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
3166
3170
  type: StringConstructor;
3167
3171
  default: string;
3168
3172
  };
3173
+ size: {
3174
+ type: StringConstructor;
3175
+ default: string;
3176
+ };
3169
3177
  }>> & Readonly<{
3170
3178
  "onNode-click"?: ((...args: any[]) => any) | undefined;
3171
3179
  }>, {
3172
3180
  value: string;
3181
+ size: string;
3173
3182
  width: string;
3174
3183
  height: string;
3175
3184
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "1.2.39",
5
+ "version": "1.2.42",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",