@steedos-widgets/amis-object 6.10.1-beta.33 → 6.10.1-beta.35

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,6 +4,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
4
4
  name: string;
5
5
  className: string;
6
6
  bodyClassName: string;
7
+ headerClassName: string;
7
8
  title: {
8
9
  type: string;
9
10
  label: string;
@@ -26,6 +27,25 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
26
27
  "font-size": string;
27
28
  "font-weight": string;
28
29
  };
30
+ ".steedos-object-record-detail-header .antd-Grid-col--mdAuto": {
31
+ padding: string;
32
+ };
33
+ ".steedos-amis-instance-view .antd-Page-body": {
34
+ width: string;
35
+ };
36
+ ".antd-List-placeholder": {
37
+ display: string;
38
+ };
39
+ ".steedos-amis-instance-view .antd-Table-fixedTop:after": {
40
+ "box-shadow": string;
41
+ };
42
+ ".antd-List-items": {
43
+ border: string;
44
+ };
45
+ ".antd-ListItem": {
46
+ "border-top": string;
47
+ background: string;
48
+ };
29
49
  };
30
50
  body: ({
31
51
  type: string;
@@ -126,11 +146,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
126
146
  inline: boolean;
127
147
  tpl: string;
128
148
  }[];
129
- actions: {
130
- icon: string;
131
- type: string;
132
- id: string;
133
- }[];
149
+ actions: any[];
134
150
  id: string;
135
151
  };
136
152
  id: string;
@@ -150,11 +166,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
150
166
  inline: boolean;
151
167
  tpl: string;
152
168
  }[];
153
- actions: {
154
- icon: string;
155
- type: string;
156
- id: string;
157
- }[];
169
+ actions: any[];
158
170
  id: string;
159
171
  };
160
172
  id: string;
@@ -208,7 +220,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
208
220
  headerClassName: string;
209
221
  bodyClassName: string;
210
222
  footerClassName: string;
211
- drawerContainer: () => any;
223
+ drawerContainer: () => HTMLElement;
212
224
  body: {
213
225
  type: string;
214
226
  debug: boolean;
@@ -560,31 +572,18 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
560
572
  className: string;
561
573
  trs: {
562
574
  background: string;
563
- tds: ({
575
+ tds: {
564
576
  className: string;
565
577
  background: string;
566
578
  align: string;
567
579
  width: string;
568
580
  colspan: string;
569
- body: {
570
- type: string;
571
- tpl: string;
572
- id: string;
573
- }[];
581
+ body: any[];
574
582
  id: string;
575
583
  style: {
576
584
  padding: string;
577
585
  };
578
- } | {
579
- background: string;
580
- colspan: number;
581
- align: string;
582
- className: string;
583
- width: string;
584
- body: any[];
585
- id: string;
586
- style?: undefined;
587
- })[];
586
+ }[];
588
587
  }[];
589
588
  id: string;
590
589
  style: {
@@ -271,12 +271,12 @@ fieldset.antd-Collapse > legend{
271
271
  border: var(--Form-input-borderWidth) solid transparent;
272
272
  border-radius: var(--Form-input-borderRadius);
273
273
  }
274
-
274
+ /*
275
275
  .antd-Picker .antd-Picker-input .antd-Picker-values .antd-Picker-value{
276
- /* lookup字段值选中项值字符很多超长时换行,包括单选和多选 */
276
+ // lookup字段值选中项值字符很多超长时换行,包括单选和多选
277
277
  white-space: break-spaces;
278
278
  word-break: break-all;
279
- }
279
+ } */
280
280
 
281
281
  .steedos-crud-mode-cards .antd-Card-actions a[disabled]{
282
282
  box-shadow: none;
@@ -1841,8 +1841,17 @@ fieldset.antd-Collapse > legend{
1841
1841
  .steedos-object-button.antd-Button {
1842
1842
  margin-right: 0px;
1843
1843
  }
1844
+ .steedos-object-record-detail-header button[class~="steedos-object-button"] {
1845
+ margin-left: 4px;
1846
+ }
1847
+ .steedos-object-listview-content-wrapper button[class~="steedos-object-button"] {
1848
+ margin-left: 4px;
1849
+ }
1850
+ .steedos-record-related-header button[class~="steedos-object-button"] {
1851
+ margin-left: 4px;
1852
+ }
1844
1853
  /* 魔方定义的按钮,连续的按钮左侧加间隔分开,第一个按钮不会识别此样式 */
1845
- .steedos-object-button + .steedos-object-button {
1854
+ .steedos-object-button + .steedos-object-button button {
1846
1855
  margin-left: 4px;
1847
1856
  }
1848
1857
  /* 魔方定义的按钮,如果是显示在下拉菜单作为菜单按钮则不能加间隔 */