g-ui-web 0.9.3 → 0.9.4

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.
@@ -57,7 +57,6 @@ declare const GBox: ({
57
57
  click: (...args: any[]) => void;
58
58
  }, import('vue').PublicProps, {
59
59
  type: string;
60
- params: Record<string, any>;
61
60
  iframe: string;
62
61
  title: string;
63
62
  dbOptions: Record<string, any>;
@@ -67,6 +66,7 @@ declare const GBox: ({
67
66
  tag: boolean;
68
67
  arrow: boolean;
69
68
  bg: boolean;
69
+ params: Record<string, any>;
70
70
  auth: string;
71
71
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
72
72
  P: {};
@@ -131,7 +131,6 @@ declare const GBox: ({
131
131
  load: () => Promise<void>;
132
132
  }, {}, {}, {}, {
133
133
  type: string;
134
- params: Record<string, any>;
135
134
  iframe: string;
136
135
  title: string;
137
136
  dbOptions: Record<string, any>;
@@ -141,6 +140,7 @@ declare const GBox: ({
141
140
  tag: boolean;
142
141
  arrow: boolean;
143
142
  bg: boolean;
143
+ params: Record<string, any>;
144
144
  auth: string;
145
145
  }>;
146
146
  __isFragment?: never;
@@ -204,7 +204,6 @@ declare const GBox: ({
204
204
  click: (...args: any[]) => void;
205
205
  }, string, {
206
206
  type: string;
207
- params: Record<string, any>;
208
207
  iframe: string;
209
208
  title: string;
210
209
  dbOptions: Record<string, any>;
@@ -214,6 +213,7 @@ declare const GBox: ({
214
213
  tag: boolean;
215
214
  arrow: boolean;
216
215
  bg: boolean;
216
+ params: Record<string, any>;
217
217
  auth: string;
218
218
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
219
219
  $slots: {
@@ -119,7 +119,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
119
119
  onClick?: ((...args: any[]) => any) | undefined;
120
120
  }>, {
121
121
  type: string;
122
- params: Record<string, any>;
123
122
  iframe: string;
124
123
  title: string;
125
124
  dbOptions: Record<string, any>;
@@ -129,6 +128,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
129
128
  tag: boolean;
130
129
  arrow: boolean;
131
130
  bg: boolean;
131
+ params: Record<string, any>;
132
132
  auth: string;
133
133
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
134
134
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;