@steedos-widgets/amis-object 1.0.28 → 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,6 +45,9 @@ export declare const AmisRecordDetail: (props: any) => Promise<{
45
45
  };
46
46
  };
47
47
  })[];
48
- } & {
48
+ data: {
49
+ "_master.objectName": string;
50
+ "_master.recordId": string;
51
+ };
49
52
  onEvent: any;
50
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: {
@@ -1,9 +1 @@
1
- export declare const AmisSteedosField: (props: any) => Promise<{
2
- type: any;
3
- tpl: string;
4
- multiple: boolean;
5
- extractValue: boolean;
6
- className: any;
7
- quickEdit: boolean;
8
- visibleOn: string;
9
- }>;
1
+ export declare const AmisSteedosField: (props: any) => Promise<any>;
@@ -353,6 +353,9 @@ body {
353
353
  .grid {
354
354
  display: grid
355
355
  }
356
+ .contents {
357
+ display: contents
358
+ }
356
359
  .hidden {
357
360
  display: none
358
361
  }
@@ -401,9 +404,6 @@ body {
401
404
  .w-6 {
402
405
  width: 1.5rem
403
406
  }
404
- .w-72 {
405
- width: 18rem
406
- }
407
407
  .w-4 {
408
408
  width: 1rem
409
409
  }
@@ -419,6 +419,9 @@ body {
419
419
  .w-auto {
420
420
  width: auto
421
421
  }
422
+ .w-96 {
423
+ width: 24rem
424
+ }
422
425
  .\!w-full {
423
426
  width: 100% !important
424
427
  }
@@ -443,6 +446,9 @@ body {
443
446
  .flex-none {
444
447
  flex: none
445
448
  }
449
+ .flex-1 {
450
+ flex: 1 1 0%
451
+ }
446
452
  .flex-shrink-0 {
447
453
  flex-shrink: 0
448
454
  }
@@ -474,6 +480,12 @@ body {
474
480
  .overflow-auto {
475
481
  overflow: auto
476
482
  }
483
+ .overflow-hidden {
484
+ overflow: hidden
485
+ }
486
+ .overflow-y-auto {
487
+ overflow-y: auto
488
+ }
477
489
  .truncate {
478
490
  overflow: hidden;
479
491
  text-overflow: ellipsis;
@@ -530,6 +542,10 @@ body {
530
542
  --tw-border-opacity: 1;
531
543
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
532
544
  }
545
+ .border-gray-200 {
546
+ --tw-border-opacity: 1;
547
+ border-color: rgb(229 231 235 / var(--tw-border-opacity))
548
+ }
533
549
  .bg-white {
534
550
  --tw-bg-opacity: 1;
535
551
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
@@ -723,10 +739,20 @@ body {
723
739
  --tw-bg-opacity: 1;
724
740
  background-color: rgb(240 249 255 / var(--tw-bg-opacity))
725
741
  }
742
+ .focus\:outline-none:focus {
743
+ outline: 2px solid transparent;
744
+ outline-offset: 2px
745
+ }
726
746
  @media (min-width: 640px) {
747
+ .sm\:m-3 {
748
+ margin: 0.75rem
749
+ }
727
750
  .sm\:mt-3 {
728
751
  margin-top: 0.75rem
729
752
  }
753
+ .sm\:mb-0 {
754
+ margin-bottom: 0px
755
+ }
730
756
  .sm\:grid {
731
757
  display: grid
732
758
  }
@@ -769,6 +795,25 @@ body {
769
795
  border-bottom-width: 1px
770
796
  }
771
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
+ }
772
817
 
773
818
  .ant-dropdown-menu {
774
819
  border: 1px solid #e5e5e5;