@steedos-widgets/amis-object 1.2.0 → 1.2.2

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.
@@ -0,0 +1,10 @@
1
+ export declare const AmisRecordService: (props: any) => Promise<{
2
+ type: string;
3
+ body: any[];
4
+ data: {
5
+ "_master.objectName": string;
6
+ "_master.recordId": string;
7
+ };
8
+ style: any;
9
+ onEvent: any;
10
+ }>;
@@ -5,6 +5,7 @@ export * from './AmisObjectTable';
5
5
  export * from './AmisObjectCalendar';
6
6
  export * from './AmisRecordDetailHeader';
7
7
  export * from './AmisRecordDetail';
8
+ export * from './AmisRecordService';
8
9
  export * from './AmisRecordDetailRelatedList';
9
10
  export * from './AmisRecordDetailRelatedLists';
10
11
  export * from './AmisSelectUser';
@@ -479,6 +479,9 @@ body {
479
479
  .\!min-w-\[160px\] {
480
480
  min-width: 160px !important
481
481
  }
482
+ .min-w-\[240px\] {
483
+ min-width: 240px
484
+ }
482
485
  .min-w-\[300px\] {
483
486
  min-width: 300px
484
487
  }
@@ -677,6 +680,9 @@ body {
677
680
  .pt-0 {
678
681
  padding-top: 0px
679
682
  }
683
+ .pl-0 {
684
+ padding-left: 0px
685
+ }
680
686
  .pl-1\.5 {
681
687
  padding-left: 0.375rem
682
688
  }