@steedos-widgets/amis-object 1.0.22 → 1.0.23

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.
@@ -10,7 +10,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
10
10
  recordId: any;
11
11
  id: string;
12
12
  showRecordTitle: boolean;
13
- recordLoaded: boolean;
14
13
  className: string;
15
14
  };
16
15
  css: {
@@ -343,7 +342,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
343
342
  minRows: number;
344
343
  maxRows: number;
345
344
  placeholder: string;
346
- required: string;
345
+ requiredOn: string;
347
346
  })[];
348
347
  onEvent: {
349
348
  approve_judge_change: {
@@ -406,6 +405,10 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
406
405
  url: string;
407
406
  method: string;
408
407
  dataType: string;
408
+ data: {
409
+ "&": string;
410
+ $scopeId: string;
411
+ };
409
412
  headers: {
410
413
  Authorization: string;
411
414
  };
@@ -424,13 +427,19 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
424
427
  componentId: string;
425
428
  args: {
426
429
  blank: boolean;
427
- url: string;
430
+ url: any;
428
431
  api?: undefined;
429
432
  messages?: undefined;
430
433
  };
431
434
  actionType: string;
432
435
  expression: string;
433
436
  script?: undefined;
437
+ } | {
438
+ actionType: string;
439
+ expression: string;
440
+ componentId?: undefined;
441
+ args?: undefined;
442
+ script?: undefined;
434
443
  })[];
435
444
  };
436
445
  };
@@ -362,6 +362,9 @@ body {
362
362
  .h-5 {
363
363
  height: 1.25rem
364
364
  }
365
+ .h-6 {
366
+ height: 1.5rem
367
+ }
365
368
  .h-4 {
366
369
  height: 1rem
367
370
  }
@@ -371,9 +374,6 @@ body {
371
374
  .h-12 {
372
375
  height: 3rem
373
376
  }
374
- .h-6 {
375
- height: 1.5rem
376
- }
377
377
  .h-10 {
378
378
  height: 2.5rem
379
379
  }
@@ -398,6 +398,9 @@ body {
398
398
  .w-14 {
399
399
  width: 3.5rem
400
400
  }
401
+ .w-6 {
402
+ width: 1.5rem
403
+ }
401
404
  .w-4 {
402
405
  width: 1rem
403
406
  }
@@ -407,9 +410,6 @@ body {
407
410
  .w-12 {
408
411
  width: 3rem
409
412
  }
410
- .w-6 {
411
- width: 1.5rem
412
- }
413
413
  .w-10 {
414
414
  width: 2.5rem
415
415
  }