g-ui-web 0.11.38 → 1.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.
- package/global.d.ts +2 -3
- package/lib/box/index.d.ts +5 -5
- package/lib/box/src/index.vue.d.ts +2 -2
- package/lib/g-ui-web.js +39 -39
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-current/index.d.ts +5 -5
- package/lib/target-current/src/index.vue.d.ts +2 -2
- package/lib/target-m/index.d.ts +5 -5
- package/lib/target-m/src/index.vue.d.ts +2 -2
- package/lib/target-s/index.d.ts +5 -5
- package/lib/target-s/src/index.vue.d.ts +2 -2
- package/lib/target-struct/index.d.ts +5 -5
- package/lib/target-struct/src/index.vue.d.ts +2 -2
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
|
@@ -29,12 +29,12 @@ declare const GTargetCurrent: ({
|
|
|
29
29
|
default: {};
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{
|
|
32
|
-
|
|
32
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
props: any;
|
|
35
35
|
targetCurrentRef: globalThis.Ref<null, null>;
|
|
36
36
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
-
click: (...args: any[]) => void;
|
|
37
|
+
"arrow-click": (...args: any[]) => void;
|
|
38
38
|
}, import('vue').PublicProps, {
|
|
39
39
|
type: string;
|
|
40
40
|
size: string;
|
|
@@ -80,7 +80,7 @@ declare const GTargetCurrent: ({
|
|
|
80
80
|
default: {};
|
|
81
81
|
};
|
|
82
82
|
}>> & Readonly<{
|
|
83
|
-
|
|
83
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
84
84
|
}>, {
|
|
85
85
|
props: any;
|
|
86
86
|
targetCurrentRef: globalThis.Ref<null, null>;
|
|
@@ -126,12 +126,12 @@ declare const GTargetCurrent: ({
|
|
|
126
126
|
default: {};
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
|
-
|
|
129
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
131
|
props: any;
|
|
132
132
|
targetCurrentRef: globalThis.Ref<null, null>;
|
|
133
133
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
134
|
-
click: (...args: any[]) => void;
|
|
134
|
+
"arrow-click": (...args: any[]) => void;
|
|
135
135
|
}, string, {
|
|
136
136
|
type: string;
|
|
137
137
|
size: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
31
31
|
props: any;
|
|
32
32
|
targetCurrentRef: globalThis.Ref<null, null>;
|
|
33
33
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
-
click: (...args: any[]) => void;
|
|
34
|
+
"arrow-click": (...args: any[]) => void;
|
|
35
35
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
36
|
type: {
|
|
37
37
|
type: StringConstructor;
|
|
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
62
62
|
default: {};
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{
|
|
65
|
-
|
|
65
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {
|
|
67
67
|
type: string;
|
|
68
68
|
size: string;
|
package/lib/target-m/index.d.ts
CHANGED
|
@@ -41,12 +41,12 @@ declare const GTargetM: ({
|
|
|
41
41
|
default: () => {};
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{
|
|
44
|
-
|
|
44
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
46
|
props: any;
|
|
47
47
|
targetMRef: globalThis.Ref<null, null>;
|
|
48
48
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
-
click: (...args: any[]) => void;
|
|
49
|
+
"arrow-click": (...args: any[]) => void;
|
|
50
50
|
}, import('vue').PublicProps, {
|
|
51
51
|
type: string;
|
|
52
52
|
size: string;
|
|
@@ -107,7 +107,7 @@ declare const GTargetM: ({
|
|
|
107
107
|
default: () => {};
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{
|
|
110
|
-
|
|
110
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}>, {
|
|
112
112
|
props: any;
|
|
113
113
|
targetMRef: globalThis.Ref<null, null>;
|
|
@@ -168,12 +168,12 @@ declare const GTargetM: ({
|
|
|
168
168
|
default: () => {};
|
|
169
169
|
};
|
|
170
170
|
}>> & Readonly<{
|
|
171
|
-
|
|
171
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}>, {
|
|
173
173
|
props: any;
|
|
174
174
|
targetMRef: globalThis.Ref<null, null>;
|
|
175
175
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
176
|
-
click: (...args: any[]) => void;
|
|
176
|
+
"arrow-click": (...args: any[]) => void;
|
|
177
177
|
}, string, {
|
|
178
178
|
type: string;
|
|
179
179
|
size: string;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
props: any;
|
|
44
44
|
targetMRef: globalThis.Ref<null, null>;
|
|
45
45
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
-
click: (...args: any[]) => void;
|
|
46
|
+
"arrow-click": (...args: any[]) => void;
|
|
47
47
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
48
48
|
type: {
|
|
49
49
|
type: StringConstructor;
|
|
@@ -86,7 +86,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
86
86
|
default: () => {};
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{
|
|
89
|
-
|
|
89
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
}>, {
|
|
91
91
|
type: string;
|
|
92
92
|
size: string;
|
package/lib/target-s/index.d.ts
CHANGED
|
@@ -41,14 +41,14 @@ declare const GTargetS: ({
|
|
|
41
41
|
default: () => {};
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{
|
|
44
|
-
|
|
44
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
46
|
props: any;
|
|
47
47
|
targetSRef: globalThis.Ref<null, null>;
|
|
48
48
|
getIsFinish(): boolean;
|
|
49
49
|
getData(): null;
|
|
50
50
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
-
click: (...args: any[]) => void;
|
|
51
|
+
"arrow-click": (...args: any[]) => void;
|
|
52
52
|
}, import('vue').PublicProps, {
|
|
53
53
|
type: string;
|
|
54
54
|
size: string;
|
|
@@ -109,7 +109,7 @@ declare const GTargetS: ({
|
|
|
109
109
|
default: () => {};
|
|
110
110
|
};
|
|
111
111
|
}>> & Readonly<{
|
|
112
|
-
|
|
112
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
props: any;
|
|
115
115
|
targetSRef: globalThis.Ref<null, null>;
|
|
@@ -172,14 +172,14 @@ declare const GTargetS: ({
|
|
|
172
172
|
default: () => {};
|
|
173
173
|
};
|
|
174
174
|
}>> & Readonly<{
|
|
175
|
-
|
|
175
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
177
|
props: any;
|
|
178
178
|
targetSRef: globalThis.Ref<null, null>;
|
|
179
179
|
getIsFinish(): boolean;
|
|
180
180
|
getData(): null;
|
|
181
181
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
182
|
-
click: (...args: any[]) => void;
|
|
182
|
+
"arrow-click": (...args: any[]) => void;
|
|
183
183
|
}, string, {
|
|
184
184
|
type: string;
|
|
185
185
|
size: string;
|
|
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
getIsFinish(): boolean;
|
|
46
46
|
getData(): null;
|
|
47
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
|
-
click: (...args: any[]) => void;
|
|
48
|
+
"arrow-click": (...args: any[]) => void;
|
|
49
49
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
50
50
|
type: {
|
|
51
51
|
type: StringConstructor;
|
|
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
88
88
|
default: () => {};
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
|
91
|
-
|
|
91
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
93
|
type: string;
|
|
94
94
|
size: string;
|
|
@@ -24,7 +24,7 @@ declare const GTargetStruct: ({
|
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
|
|
27
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
29
|
props: {
|
|
30
30
|
readonly type: string;
|
|
@@ -35,7 +35,7 @@ declare const GTargetStruct: ({
|
|
|
35
35
|
};
|
|
36
36
|
targetStructRef: globalThis.Ref<null, null>;
|
|
37
37
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
|
-
click: (...args: any[]) => void;
|
|
38
|
+
"arrow-click": (...args: any[]) => void;
|
|
39
39
|
}, import('vue').PublicProps, {
|
|
40
40
|
type: string;
|
|
41
41
|
size: string;
|
|
@@ -74,7 +74,7 @@ declare const GTargetStruct: ({
|
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
}>> & Readonly<{
|
|
77
|
-
|
|
77
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
props: {
|
|
80
80
|
readonly type: string;
|
|
@@ -119,7 +119,7 @@ declare const GTargetStruct: ({
|
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
}>> & Readonly<{
|
|
122
|
-
|
|
122
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
123
123
|
}>, {
|
|
124
124
|
props: {
|
|
125
125
|
readonly type: string;
|
|
@@ -130,7 +130,7 @@ declare const GTargetStruct: ({
|
|
|
130
130
|
};
|
|
131
131
|
targetStructRef: globalThis.Ref<null, null>;
|
|
132
132
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
133
|
-
click: (...args: any[]) => void;
|
|
133
|
+
"arrow-click": (...args: any[]) => void;
|
|
134
134
|
}, string, {
|
|
135
135
|
type: string;
|
|
136
136
|
size: string;
|
|
@@ -32,7 +32,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
32
32
|
};
|
|
33
33
|
targetStructRef: globalThis.Ref<null, null>;
|
|
34
34
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
-
click: (...args: any[]) => void;
|
|
35
|
+
"arrow-click": (...args: any[]) => void;
|
|
36
36
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
37
37
|
type: {
|
|
38
38
|
type: StringConstructor;
|
|
@@ -58,7 +58,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
}>> & Readonly<{
|
|
61
|
-
|
|
61
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
}>, {
|
|
63
63
|
type: string;
|
|
64
64
|
size: string;
|