g-ui-web 1.4.61 → 1.4.63

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.
@@ -19,6 +19,10 @@ declare const GFloatingAi: ({
19
19
  type: StringConstructor;
20
20
  default: string;
21
21
  };
22
+ autoHide: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  }>> & Readonly<{
23
27
  onClose?: ((...args: any[]) => any) | undefined;
24
28
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -30,6 +34,7 @@ declare const GFloatingAi: ({
30
34
  size: number;
31
35
  url: string;
32
36
  position: Record<string, any>;
37
+ autoHide: boolean;
33
38
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
34
39
  P: {};
35
40
  B: {};
@@ -57,6 +62,10 @@ declare const GFloatingAi: ({
57
62
  type: StringConstructor;
58
63
  default: string;
59
64
  };
65
+ autoHide: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
60
69
  }>> & Readonly<{
61
70
  onClose?: ((...args: any[]) => any) | undefined;
62
71
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -65,6 +74,7 @@ declare const GFloatingAi: ({
65
74
  size: number;
66
75
  url: string;
67
76
  position: Record<string, any>;
77
+ autoHide: boolean;
68
78
  }>;
69
79
  __isFragment?: never;
70
80
  __isTeleport?: never;
@@ -89,6 +99,10 @@ declare const GFloatingAi: ({
89
99
  type: StringConstructor;
90
100
  default: string;
91
101
  };
102
+ autoHide: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
92
106
  }>> & Readonly<{
93
107
  onClose?: ((...args: any[]) => any) | undefined;
94
108
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -100,5 +114,6 @@ declare const GFloatingAi: ({
100
114
  size: number;
101
115
  url: string;
102
116
  position: Record<string, any>;
117
+ autoHide: boolean;
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
+ autoHide: {
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
+ autoHide: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
44
52
  }>> & Readonly<{
45
53
  onClose?: ((...args: any[]) => any) | undefined;
46
54
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -49,5 +57,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
49
57
  size: number;
50
58
  url: string;
51
59
  position: Record<string, any>;
60
+ autoHide: boolean;
52
61
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
53
62
  export default _default;