g-ui-web 0.11.37 → 1.0.0
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/box/index.d.ts +5 -5
- package/lib/box/src/index.vue.d.ts +2 -2
- package/lib/g-ui-web.js +2037 -2040
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +4 -4
- 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/box/index.d.ts
CHANGED
|
@@ -73,12 +73,12 @@ declare const GBox: ({
|
|
|
73
73
|
default: () => void;
|
|
74
74
|
};
|
|
75
75
|
}>> & Readonly<{
|
|
76
|
-
|
|
76
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}>, {
|
|
78
78
|
boxRef: globalThis.Ref<null, null>;
|
|
79
79
|
load: () => Promise<void>;
|
|
80
80
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
81
|
-
click: (...args: any[]) => void;
|
|
81
|
+
"arrow-click": (...args: any[]) => void;
|
|
82
82
|
}, import('vue').PublicProps, {
|
|
83
83
|
type: string;
|
|
84
84
|
iframe: string;
|
|
@@ -179,7 +179,7 @@ declare const GBox: ({
|
|
|
179
179
|
default: () => void;
|
|
180
180
|
};
|
|
181
181
|
}>> & Readonly<{
|
|
182
|
-
|
|
182
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
183
183
|
}>, {
|
|
184
184
|
boxRef: globalThis.Ref<null, null>;
|
|
185
185
|
load: () => Promise<void>;
|
|
@@ -280,12 +280,12 @@ declare const GBox: ({
|
|
|
280
280
|
default: () => void;
|
|
281
281
|
};
|
|
282
282
|
}>> & Readonly<{
|
|
283
|
-
|
|
283
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
284
284
|
}>, {
|
|
285
285
|
boxRef: globalThis.Ref<null, null>;
|
|
286
286
|
load: () => Promise<void>;
|
|
287
287
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
288
|
-
click: (...args: any[]) => void;
|
|
288
|
+
"arrow-click": (...args: any[]) => void;
|
|
289
289
|
}, string, {
|
|
290
290
|
type: string;
|
|
291
291
|
iframe: string;
|
|
@@ -89,7 +89,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
89
89
|
boxRef: globalThis.Ref<null, null>;
|
|
90
90
|
load: () => Promise<void>;
|
|
91
91
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
92
|
-
click: (...args: any[]) => void;
|
|
92
|
+
"arrow-click": (...args: any[]) => void;
|
|
93
93
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
94
94
|
type: {
|
|
95
95
|
type: StringConstructor;
|
|
@@ -164,7 +164,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
164
164
|
default: () => void;
|
|
165
165
|
};
|
|
166
166
|
}>> & Readonly<{
|
|
167
|
-
|
|
167
|
+
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
type: string;
|
|
170
170
|
iframe: string;
|