g-ui-web 1.4.63 → 1.4.65

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.
@@ -23,6 +23,11 @@ declare const GFloatingAi: ({
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
+ screenSize: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ validator: (val: string) => boolean;
30
+ };
26
31
  }>> & Readonly<{
27
32
  onClose?: ((...args: any[]) => any) | undefined;
28
33
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -35,6 +40,7 @@ declare const GFloatingAi: ({
35
40
  url: string;
36
41
  position: Record<string, any>;
37
42
  autoHide: boolean;
43
+ screenSize: string;
38
44
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
39
45
  P: {};
40
46
  B: {};
@@ -66,6 +72,11 @@ declare const GFloatingAi: ({
66
72
  type: BooleanConstructor;
67
73
  default: boolean;
68
74
  };
75
+ screenSize: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ validator: (val: string) => boolean;
79
+ };
69
80
  }>> & Readonly<{
70
81
  onClose?: ((...args: any[]) => any) | undefined;
71
82
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -75,6 +86,7 @@ declare const GFloatingAi: ({
75
86
  url: string;
76
87
  position: Record<string, any>;
77
88
  autoHide: boolean;
89
+ screenSize: string;
78
90
  }>;
79
91
  __isFragment?: never;
80
92
  __isTeleport?: never;
@@ -103,6 +115,11 @@ declare const GFloatingAi: ({
103
115
  type: BooleanConstructor;
104
116
  default: boolean;
105
117
  };
118
+ screenSize: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ validator: (val: string) => boolean;
122
+ };
106
123
  }>> & Readonly<{
107
124
  onClose?: ((...args: any[]) => any) | undefined;
108
125
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -115,5 +132,6 @@ declare const GFloatingAi: ({
115
132
  url: string;
116
133
  position: Record<string, any>;
117
134
  autoHide: boolean;
135
+ screenSize: string;
118
136
  }, {}, 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>;
119
137
  export default GFloatingAi;
@@ -22,6 +22,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
22
22
  type: BooleanConstructor;
23
23
  default: boolean;
24
24
  };
25
+ screenSize: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ validator: (val: string) => boolean;
29
+ };
25
30
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
31
  close: (...args: any[]) => void;
27
32
  open: (...args: any[]) => void;
@@ -49,6 +54,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
49
54
  type: BooleanConstructor;
50
55
  default: boolean;
51
56
  };
57
+ screenSize: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ validator: (val: string) => boolean;
61
+ };
52
62
  }>> & Readonly<{
53
63
  onClose?: ((...args: any[]) => any) | undefined;
54
64
  onOpen?: ((...args: any[]) => any) | undefined;
@@ -58,5 +68,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
58
68
  url: string;
59
69
  position: Record<string, any>;
60
70
  autoHide: boolean;
71
+ screenSize: string;
61
72
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
62
73
  export default _default;