g-ui-web 0.10.26 → 0.10.28
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/g-ui-web.js +5510 -5477
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +9 -9
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-r/index.d.ts +15 -0
- package/lib/target-r/src/index.vue.d.ts +9 -0
- package/lib/utils/theme/config/black-blue.d.ts +1 -0
- package/lib/utils/theme/config/black-gold.d.ts +1 -0
- package/lib/utils/theme/config/black-green.d.ts +1 -0
- package/lib/utils/theme/config/white-blue.d.ts +1 -0
- package/lib/utils/theme/config/white-green.d.ts +1 -0
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
package/lib/target-r/index.d.ts
CHANGED
|
@@ -44,6 +44,10 @@ declare const GTargetR: ({
|
|
|
44
44
|
type: StringConstructor;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
|
+
color: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
47
51
|
dbOptions: {
|
|
48
52
|
type: ObjectConstructor;
|
|
49
53
|
default: () => {};
|
|
@@ -60,6 +64,7 @@ declare const GTargetR: ({
|
|
|
60
64
|
border: boolean;
|
|
61
65
|
placement: string;
|
|
62
66
|
tooltip: unknown[];
|
|
67
|
+
color: string;
|
|
63
68
|
aspect: string;
|
|
64
69
|
aspectPlacement: string;
|
|
65
70
|
arrow: boolean;
|
|
@@ -117,6 +122,10 @@ declare const GTargetR: ({
|
|
|
117
122
|
type: StringConstructor;
|
|
118
123
|
default: string;
|
|
119
124
|
};
|
|
125
|
+
color: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
120
129
|
dbOptions: {
|
|
121
130
|
type: ObjectConstructor;
|
|
122
131
|
default: () => {};
|
|
@@ -133,6 +142,7 @@ declare const GTargetR: ({
|
|
|
133
142
|
border: boolean;
|
|
134
143
|
placement: string;
|
|
135
144
|
tooltip: unknown[];
|
|
145
|
+
color: string;
|
|
136
146
|
aspect: string;
|
|
137
147
|
aspectPlacement: string;
|
|
138
148
|
arrow: boolean;
|
|
@@ -187,6 +197,10 @@ declare const GTargetR: ({
|
|
|
187
197
|
type: StringConstructor;
|
|
188
198
|
default: string;
|
|
189
199
|
};
|
|
200
|
+
color: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
default: string;
|
|
203
|
+
};
|
|
190
204
|
dbOptions: {
|
|
191
205
|
type: ObjectConstructor;
|
|
192
206
|
default: () => {};
|
|
@@ -203,6 +217,7 @@ declare const GTargetR: ({
|
|
|
203
217
|
border: boolean;
|
|
204
218
|
placement: string;
|
|
205
219
|
tooltip: unknown[];
|
|
220
|
+
color: string;
|
|
206
221
|
aspect: string;
|
|
207
222
|
aspectPlacement: string;
|
|
208
223
|
arrow: boolean;
|
|
@@ -43,6 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
|
+
color: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
46
50
|
dbOptions: {
|
|
47
51
|
type: ObjectConstructor;
|
|
48
52
|
default: () => {};
|
|
@@ -96,6 +100,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
96
100
|
type: StringConstructor;
|
|
97
101
|
default: string;
|
|
98
102
|
};
|
|
103
|
+
color: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
99
107
|
dbOptions: {
|
|
100
108
|
type: ObjectConstructor;
|
|
101
109
|
default: () => {};
|
|
@@ -108,6 +116,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
108
116
|
border: boolean;
|
|
109
117
|
placement: string;
|
|
110
118
|
tooltip: unknown[];
|
|
119
|
+
color: string;
|
|
111
120
|
aspect: string;
|
|
112
121
|
aspectPlacement: string;
|
|
113
122
|
arrow: boolean;
|