@steedos-widgets/amis-object 6.3.11-beta.4 → 6.3.11-beta.6

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.
@@ -149,6 +149,7 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
149
149
  validations: {
150
150
  isVariableName: RegExp;
151
151
  };
152
+ config?: undefined;
152
153
  } | {
153
154
  name: string;
154
155
  type: string;
@@ -157,6 +158,28 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
157
158
  value?: undefined;
158
159
  validateOnChange?: undefined;
159
160
  validations?: undefined;
161
+ config?: undefined;
162
+ } | {
163
+ type: string;
164
+ label: string;
165
+ config: {
166
+ label: string;
167
+ type: string;
168
+ required: boolean;
169
+ sort_no: number;
170
+ optionsFunction: string;
171
+ name: string;
172
+ inlineHelpText: string;
173
+ description: string;
174
+ hidden: boolean;
175
+ readonly: boolean;
176
+ disabled: boolean;
177
+ };
178
+ name?: undefined;
179
+ value?: undefined;
180
+ required?: undefined;
181
+ validateOnChange?: undefined;
182
+ validations?: undefined;
160
183
  })[];
161
184
  }[];
162
185
  size?: undefined;
@@ -345,6 +368,7 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
345
368
  validations: {
346
369
  isVariableName: RegExp;
347
370
  };
371
+ config?: undefined;
348
372
  } | {
349
373
  name: string;
350
374
  type: string;
@@ -353,6 +377,28 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
353
377
  value?: undefined;
354
378
  validateOnChange?: undefined;
355
379
  validations?: undefined;
380
+ config?: undefined;
381
+ } | {
382
+ type: string;
383
+ label: string;
384
+ config: {
385
+ label: string;
386
+ type: string;
387
+ required: boolean;
388
+ sort_no: number;
389
+ optionsFunction: string;
390
+ name: string;
391
+ inlineHelpText: string;
392
+ description: string;
393
+ hidden: boolean;
394
+ readonly: boolean;
395
+ disabled: boolean;
396
+ };
397
+ name?: undefined;
398
+ value?: undefined;
399
+ required?: undefined;
400
+ validateOnChange?: undefined;
401
+ validations?: undefined;
356
402
  })[];
357
403
  }[];
358
404
  size?: undefined;