@steedos-widgets/amis-object 1.0.17 → 1.0.18

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.
@@ -43,6 +43,7 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
43
43
  className: string;
44
44
  }[];
45
45
  md: string;
46
+ hiddenOn?: undefined;
46
47
  } | {
47
48
  body: {
48
49
  type: string;
@@ -55,13 +56,13 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
55
56
  }[];
56
57
  };
57
58
  md: string;
59
+ hiddenOn: string;
58
60
  })[];
59
61
  className: string;
60
62
  }[];
61
63
  size: string;
62
64
  }[];
63
65
  messages: {};
64
- hiddenOn: string;
65
66
  }[];
66
67
  } & {
67
68
  onEvent: any;
@@ -4,6 +4,7 @@
4
4
  --Form-item-fontSize: 12px;
5
5
  --Form-fontSize: 14px;
6
6
  --Form-selectValue-fontSize: 14px;
7
+ --Form-item-gap: 0.75rem;
7
8
  --Table-borderColor: #e5e7eb;
8
9
  --Table-borderWidth: 1px;
9
10
  --Table-fontSize: 13px;
@@ -39,7 +40,7 @@
39
40
  --button-enhance-default-bg-color: white;
40
41
  --Nav-item-borderRadius: 0px;
41
42
  --Nav-item-onHover-bg: rgba(21,137,238,.1);
42
- --Nav-item-onActive-bg: rgba(27, 34, 41, 0.1);
43
+ --Nav-item-onActive-bg: rgba(21,137,238,.1);
43
44
  --Nav-item-onActive-color: #000;
44
45
  --Crud-toolbar-gap: 2px;
45
46
  }
@@ -354,6 +355,9 @@ body {
354
355
  .min-w-\[300px\] {
355
356
  min-width: 300px
356
357
  }
358
+ .max-w-md {
359
+ max-width: 28rem
360
+ }
357
361
  .flex-none {
358
362
  flex: none
359
363
  }
@@ -523,9 +527,6 @@ body {
523
527
  .text-base {
524
528
  font-size: 14px
525
529
  }
526
- .text-sm {
527
- font-size: 12px
528
- }
529
530
  .text-\[15px\] {
530
531
  font-size: 15px
531
532
  }
@@ -555,10 +556,6 @@ body {
555
556
  --tw-text-opacity: 1;
556
557
  color: rgb(0 0 0 / var(--tw-text-opacity))
557
558
  }
558
- .text-indigo-600 {
559
- --tw-text-opacity: 1;
560
- color: rgb(79 70 229 / var(--tw-text-opacity))
561
- }
562
559
  .text-blue-600 {
563
560
  --tw-text-opacity: 1;
564
561
  color: rgb(37 99 235 / var(--tw-text-opacity))
@@ -625,10 +622,6 @@ body {
625
622
  .sm\:p-0 {
626
623
  padding: 0px
627
624
  }
628
- .sm\:px-6 {
629
- padding-left: 1.5rem;
630
- padding-right: 1.5rem
631
- }
632
625
  .sm\:shadow {
633
626
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
634
627
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -701,6 +694,31 @@ body {
701
694
  text-overflow: ellipsis;
702
695
  }
703
696
  @media (max-width: 576px) {
697
+ .steedos-listview .antd-Table-content table.antd-Table-table {
698
+ display: block;
699
+ }
700
+ .steedos-listview .antd-Table-content table.antd-Table-table thead,
701
+ .steedos-listview .antd-Table-content table.antd-Table-table tbody,
702
+ .steedos-listview .antd-Table-content table.antd-Table-table tr,
703
+ .steedos-listview .antd-Table-content table.antd-Table-table th,
704
+ .steedos-listview .antd-Table-content table.antd-Table-table td {
705
+ display: block;
706
+ }
707
+ .steedos-listview .antd-Table-content table.antd-Table-table thead {
708
+ display: none;
709
+ }
710
+ .steedos-listview .steedos-listview-item .steedos-listview-item-right {
711
+ max-width: 50%;
712
+ }
713
+ .steedos-listview .antd-Table-toolbar {
714
+ position: relative;
715
+ }
716
+ .steedos-listview .antd-Table-toolbar .antd-Crud-loadMore .antd-Button {
717
+ position: absolute;
718
+ bottom: -10px;
719
+ left: 30px;
720
+ right: 30px;
721
+ }
704
722
  .antd-Crud-toolbar {
705
723
  flex-basis: 0;
706
724
  flex-grow: 1;