@steedos-widgets/amis-object 1.0.29 → 1.0.30

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.
@@ -4,7 +4,6 @@ export declare const AmisObjectTable: (props: any) => Promise<{
4
4
  id: string;
5
5
  name: string;
6
6
  data: {
7
- $master: string;
8
7
  objectName: any;
9
8
  _id: any;
10
9
  recordPermissions: any;
@@ -45,5 +45,9 @@ export declare const AmisRecordDetail: (props: any) => Promise<{
45
45
  };
46
46
  };
47
47
  })[];
48
+ data: {
49
+ "_master.objectName": string;
50
+ "_master.recordId": string;
51
+ };
48
52
  onEvent: any;
49
53
  }>;
@@ -11,6 +11,7 @@ export declare const AmisRecordDetailRelatedList: (props: any) => Promise<{
11
11
  relatedKey: any;
12
12
  objectName: any;
13
13
  listViewId: string;
14
+ _isRelated: boolean;
14
15
  };
15
16
  body: {
16
17
  data: {
@@ -262,24 +262,12 @@ body {
262
262
  .absolute {
263
263
  position: absolute
264
264
  }
265
- .inset-0 {
266
- top: 0px;
267
- right: 0px;
268
- bottom: 0px;
269
- left: 0px
270
- }
271
265
  .bottom-4 {
272
266
  bottom: 1rem
273
267
  }
274
268
  .right-4 {
275
269
  right: 1rem
276
270
  }
277
- .top-0 {
278
- top: 0px
279
- }
280
- .bottom-0 {
281
- bottom: 0px
282
- }
283
271
  .col-span-2 {
284
272
  grid-column: span 2 / span 2
285
273
  }
@@ -416,9 +404,6 @@ body {
416
404
  .w-6 {
417
405
  width: 1.5rem
418
406
  }
419
- .w-72 {
420
- width: 18rem
421
- }
422
407
  .w-4 {
423
408
  width: 1rem
424
409
  }
@@ -434,6 +419,9 @@ body {
434
419
  .w-auto {
435
420
  width: auto
436
421
  }
422
+ .w-96 {
423
+ width: 24rem
424
+ }
437
425
  .\!w-full {
438
426
  width: 100% !important
439
427
  }
@@ -443,12 +431,6 @@ body {
443
431
  .w-8 {
444
432
  width: 2rem
445
433
  }
446
- .w-1\/2 {
447
- width: 50%
448
- }
449
- .w-\[388px\] {
450
- width: 388px
451
- }
452
434
  .\!min-w-\[160px\] {
453
435
  min-width: 160px !important
454
436
  }
@@ -464,6 +446,9 @@ body {
464
446
  .flex-none {
465
447
  flex: none
466
448
  }
449
+ .flex-1 {
450
+ flex: 1 1 0%
451
+ }
467
452
  .flex-shrink-0 {
468
453
  flex-shrink: 0
469
454
  }
@@ -495,6 +480,12 @@ body {
495
480
  .overflow-auto {
496
481
  overflow: auto
497
482
  }
483
+ .overflow-hidden {
484
+ overflow: hidden
485
+ }
486
+ .overflow-y-auto {
487
+ overflow-y: auto
488
+ }
498
489
  .truncate {
499
490
  overflow: hidden;
500
491
  text-overflow: ellipsis;
@@ -551,6 +542,10 @@ body {
551
542
  --tw-border-opacity: 1;
552
543
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
553
544
  }
545
+ .border-gray-200 {
546
+ --tw-border-opacity: 1;
547
+ border-color: rgb(229 231 235 / var(--tw-border-opacity))
548
+ }
554
549
  .bg-white {
555
550
  --tw-bg-opacity: 1;
556
551
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
@@ -744,6 +739,10 @@ body {
744
739
  --tw-bg-opacity: 1;
745
740
  background-color: rgb(240 249 255 / var(--tw-bg-opacity))
746
741
  }
742
+ .focus\:outline-none:focus {
743
+ outline: 2px solid transparent;
744
+ outline-offset: 2px
745
+ }
747
746
  @media (min-width: 640px) {
748
747
  .sm\:m-3 {
749
748
  margin: 0.75rem
@@ -796,6 +795,25 @@ body {
796
795
  border-bottom-width: 1px
797
796
  }
798
797
  }
798
+ @media (min-width: 1024px) {
799
+ .lg\:order-first {
800
+ order: -9999
801
+ }
802
+ .lg\:order-last {
803
+ order: 9999
804
+ }
805
+ .lg\:flex {
806
+ display: flex
807
+ }
808
+ .lg\:flex-col {
809
+ flex-direction: column
810
+ }
811
+ }
812
+ @media (min-width: 1280px) {
813
+ .xl\:order-last {
814
+ order: 9999
815
+ }
816
+ }
799
817
 
800
818
  .ant-dropdown-menu {
801
819
  border: 1px solid #e5e5e5;