@steedos-widgets/amis-object 1.0.14 → 1.0.15

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.
@@ -1,7 +1,7 @@
1
1
  import './AmisAppMenu.less';
2
2
  export declare const AmisAppMenu: (props: any) => Promise<{
3
3
  type: string;
4
- className: any;
4
+ className: string;
5
5
  stacked: any;
6
6
  overflow: any;
7
7
  indentSize: any;
@@ -16,6 +16,7 @@ export declare const AmisRecordDetailRelatedLists: (props: any) => Promise<{
16
16
  perPage: any;
17
17
  hiddenEmptyTable: boolean;
18
18
  appId: any;
19
+ label: any;
19
20
  }[];
20
21
  level?: undefined;
21
22
  showIcon?: undefined;
@@ -1,19 +1,10 @@
1
1
  export declare const AmisSteedosField: (props: any) => Promise<{
2
- name: any;
3
- label: any;
4
- labelRemark: any;
5
- required: any;
6
- } & {
7
2
  type: any;
8
3
  tpl: string;
9
4
  value: string | number | boolean;
10
5
  multiple: boolean;
11
6
  extractValue: boolean;
12
7
  className: any;
13
- labelClassName: string;
14
8
  quickEdit: boolean;
15
9
  visibleOn: string;
16
- } & {
17
- clearValueOnHidden: boolean;
18
- fieldName: any;
19
10
  }>;
@@ -170,6 +170,13 @@ body {
170
170
  background: #ffffff
171
171
  }
172
172
 
173
+ .antd-Select--multi .antd-Select-valueWrap{
174
+ display: flex;
175
+ }
176
+ .antd-Select--multi .antd-Select-valueWrap .antd-Select-value{
177
+ display: flex;
178
+ align-items: center;
179
+ }
173
180
  /* @tailwind base; */
174
181
  .container {
175
182
  width: 100%
@@ -304,9 +311,6 @@ body {
304
311
  .w-4 {
305
312
  width: 1rem
306
313
  }
307
- .w-56 {
308
- width: 14rem
309
- }
310
314
  .w-20 {
311
315
  width: 5rem
312
316
  }
@@ -626,11 +630,15 @@ body {
626
630
  width: 1rem !important;
627
631
  height: 1rem !important;
628
632
  }
629
- .steedos-record-related-list .textarea {
633
+ .steedos-record-related-list .min-w-56 {
634
+ min-width: 220px;
635
+ }
636
+ .steedos-record-related-list .textarea span {
630
637
  -webkit-line-clamp: 3;
631
638
  display: -webkit-box;
632
639
  -webkit-box-orient: vertical;
633
640
  overflow: hidden;
641
+ text-overflow: ellipsis;
634
642
  }
635
643
  .steedos-listview .antd-Images {
636
644
  display: inline !important;
@@ -639,11 +647,15 @@ body {
639
647
  width: 1rem !important;
640
648
  height: 1rem !important;
641
649
  }
642
- .steedos-listview .textarea {
650
+ .steedos-listview .min-w-56 {
651
+ min-width: 220px;
652
+ }
653
+ .steedos-listview .textarea span {
643
654
  -webkit-line-clamp: 3;
644
655
  display: -webkit-box;
645
656
  -webkit-box-orient: vertical;
646
657
  overflow: hidden;
658
+ text-overflow: ellipsis;
647
659
  }
648
660
  @media (max-width: 576px) {
649
661
  .antd-Crud-toolbar {
@@ -681,6 +693,9 @@ body {
681
693
  -moz-column-gap: 1rem;
682
694
  column-gap: 1rem;
683
695
  }
696
+ .steedos-amis-form .antd-Collapse .antd-Form--quickEdit {
697
+ grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
698
+ }
684
699
  }
685
700
 
686
701
  .steedos-context-bar .antd-Nav-list {
@@ -713,6 +728,9 @@ body {
713
728
  .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
714
729
  height: auto;
715
730
  }
731
+ .h-fill {
732
+ height: -webkit-fill-available !important;
733
+ }
716
734
 
717
735
  .sidebar-wrapper {
718
736
  background: #1f2937;