g-ui-web 1.3.37 → 1.3.38
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/floating-ai/index.d.ts +15 -0
- package/lib/floating-ai/src/index.vue.d.ts +9 -0
- package/lib/g-ui-web.cjs +46 -46
- package/lib/g-ui-web.iife.js +43 -43
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +11245 -11174
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +43 -43
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
@@ -19,6 +19,10 @@ declare const GFloatingAi: ({
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
+
appendToBody: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
22
26
|
}>> & Readonly<{
|
|
23
27
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
24
28
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -29,6 +33,7 @@ declare const GFloatingAi: ({
|
|
|
29
33
|
icon: string;
|
|
30
34
|
size: number;
|
|
31
35
|
position: Record<string, any>;
|
|
36
|
+
appendToBody: boolean;
|
|
32
37
|
url: string;
|
|
33
38
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
34
39
|
P: {};
|
|
@@ -57,6 +62,10 @@ declare const GFloatingAi: ({
|
|
|
57
62
|
type: StringConstructor;
|
|
58
63
|
default: string;
|
|
59
64
|
};
|
|
65
|
+
appendToBody: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
60
69
|
}>> & Readonly<{
|
|
61
70
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
62
71
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -64,6 +73,7 @@ declare const GFloatingAi: ({
|
|
|
64
73
|
icon: string;
|
|
65
74
|
size: number;
|
|
66
75
|
position: Record<string, any>;
|
|
76
|
+
appendToBody: boolean;
|
|
67
77
|
url: string;
|
|
68
78
|
}>;
|
|
69
79
|
__isFragment?: never;
|
|
@@ -89,6 +99,10 @@ declare const GFloatingAi: ({
|
|
|
89
99
|
type: StringConstructor;
|
|
90
100
|
default: string;
|
|
91
101
|
};
|
|
102
|
+
appendToBody: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
92
106
|
}>> & Readonly<{
|
|
93
107
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
94
108
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -99,6 +113,7 @@ declare const GFloatingAi: ({
|
|
|
99
113
|
icon: string;
|
|
100
114
|
size: number;
|
|
101
115
|
position: Record<string, any>;
|
|
116
|
+
appendToBody: boolean;
|
|
102
117
|
url: string;
|
|
103
118
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
104
119
|
export default GFloatingAi;
|
|
@@ -18,6 +18,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
+
appendToBody: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
21
25
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
26
|
close: (...args: any[]) => void;
|
|
23
27
|
open: (...args: any[]) => void;
|
|
@@ -41,6 +45,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
41
45
|
type: StringConstructor;
|
|
42
46
|
default: string;
|
|
43
47
|
};
|
|
48
|
+
appendToBody: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
44
52
|
}>> & Readonly<{
|
|
45
53
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
46
54
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
@@ -48,6 +56,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
48
56
|
icon: string;
|
|
49
57
|
size: number;
|
|
50
58
|
position: Record<string, any>;
|
|
59
|
+
appendToBody: boolean;
|
|
51
60
|
url: string;
|
|
52
61
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
62
|
export default _default;
|