@steedos-widgets/amis-object 6.10.1-beta.52 → 6.10.1-beta.54

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.
@@ -60,7 +60,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
60
60
  bodyClassName: string;
61
61
  title: ({
62
62
  type: string;
63
- tpl: string;
63
+ tpl: any;
64
64
  title?: undefined;
65
65
  body?: undefined;
66
66
  id?: undefined;
@@ -119,7 +119,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
119
119
  position: string;
120
120
  closeButton: boolean;
121
121
  showIcon: boolean;
122
- msg: string;
122
+ msg: any;
123
123
  };
124
124
  actionType: string;
125
125
  })[];
@@ -585,6 +585,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
585
585
  } | {
586
586
  type: string;
587
587
  className: string;
588
+ mode: any;
588
589
  steps: {
589
590
  title: any;
590
591
  body: {
@@ -799,6 +799,9 @@ fieldset.antd-Collapse > legend{
799
799
  .mt-1 {
800
800
  margin-top: 0.25rem;
801
801
  }
802
+ .mt-3 {
803
+ margin-top: 0.75rem;
804
+ }
802
805
  .mt-\[50px\] {
803
806
  margin-top: 50px;
804
807
  }
@@ -1233,6 +1236,9 @@ fieldset.antd-Collapse > legend{
1233
1236
  .pt-0 {
1234
1237
  padding-top: 0px;
1235
1238
  }
1239
+ .pt-1 {
1240
+ padding-top: 0.25rem;
1241
+ }
1236
1242
  .pt-2 {
1237
1243
  padding-top: 0.5rem;
1238
1244
  }
@@ -1275,6 +1281,9 @@ fieldset.antd-Collapse > legend{
1275
1281
  .font-semibold {
1276
1282
  font-weight: 600;
1277
1283
  }
1284
+ .lowercase {
1285
+ text-transform: lowercase;
1286
+ }
1278
1287
  .leading-3 {
1279
1288
  line-height: .75rem;
1280
1289
  }
@@ -2303,6 +2312,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2303
2312
  .instance-form-view-wizard .antd-Form .antd-Form-item {
2304
2313
  margin-bottom: 0.75rem;
2305
2314
  }
2315
+ .instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps {
2316
+ padding-left: 0.5rem;
2317
+ padding-top: 0.5rem;
2318
+ }
2306
2319
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
2307
2320
  width: 0px !important;
2308
2321
  min-width: 0px !important;