@steedos-widgets/amis-object 6.3.7 → 6.3.8

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.
@@ -0,0 +1,9 @@
1
+ export declare const AmisSteedosFieldGroup: (props?: {
2
+ title: any;
3
+ body: any;
4
+ }) => Promise<{
5
+ type: string;
6
+ title: any;
7
+ collapsable: boolean;
8
+ body: any;
9
+ }>;
@@ -0,0 +1,8 @@
1
+ export declare const AmisSteedosObject: (props?: {
2
+ className: any;
3
+ body: any;
4
+ }) => Promise<{
5
+ type: string;
6
+ className: any;
7
+ body: any;
8
+ }>;
@@ -20,3 +20,6 @@ export * from './AmisSelectFlow';
20
20
  export * from './AmisInstanceDetail';
21
21
  export * from './AmisInputTable';
22
22
  export * from './AmisRecordDetailMini';
23
+ export * from './steedos-fields/index';
24
+ export * from './AmisSteedosFieldGroup';
25
+ export * from './AmisSteedosObject';
@@ -0,0 +1,4 @@
1
+ import './index.less';
2
+ declare const generatedFunctions: any;
3
+ export declare const SteedosFieldText: any, SteedosFieldTextarea: any, SteedosFieldHtml: any, SteedosFieldLookup: any, SteedosFieldMasterDetail: any, SteedosFieldSelect: any, SteedosFieldBoolean: any, SteedosFieldDate: any, SteedosFieldDatetime: any, SteedosFieldTime: any, SteedosFieldNumber: any, SteedosFieldCurrency: any, SteedosFieldPercent: any, SteedosFieldImage: any, SteedosFieldFile: any, SteedosFieldCode: any, SteedosFieldMarkdown: any, SteedosFieldColor: any, SteedosFieldToggle: any, SteedosFieldPassword: any, SteedosFieldAutonumber: any, SteedosFieldUrl: any, SteedosFieldEmail: any, SteedosFieldLocation: any, SteedosFieldFormula: any, SteedosFieldSummary: any;
4
+ export default generatedFunctions;
@@ -452,6 +452,11 @@ fieldset.antd-Collapse > legend{
452
452
  margin-bottom: 0.5rem;
453
453
  }
454
454
  }
455
+
456
+ /* 设计器内字段布局样式 */
457
+ /* .steedos-amis-form.steedos-field-layout-page .antd-Collapse .antd-Form--normal>div[data-editor-id]{
458
+ display: contents;
459
+ } */
455
460
  .ant-dropdown{
456
461
  z-index: 1400;
457
462
  }
@@ -638,6 +643,10 @@ fieldset.antd-Collapse > legend{
638
643
  margin-left: 0px !important;
639
644
  margin-right: 0px !important
640
645
  }
646
+ .mx-10 {
647
+ margin-left: 2.5rem;
648
+ margin-right: 2.5rem
649
+ }
641
650
  .my-2 {
642
651
  margin-top: 0.5rem;
643
652
  margin-bottom: 0.5rem
@@ -2839,6 +2848,7 @@ body.sidebar #sidebar {
2839
2848
  }
2840
2849
 
2841
2850
 
2851
+
2842
2852
  .steedos-record-selected {
2843
2853
  background: var(--Table-onChecked-bg) !important;
2844
2854
  color: var(--Table-onChecked-color) !important;