@steedos-widgets/amis-lib 6.3.12-beta.8 → 6.10.1-beta.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.
@@ -76,7 +76,7 @@ export function getAmisFileReadonlySchema(steedosField: any, ctx?: {}): Promise<
76
76
  title: string;
77
77
  headerClassName: string;
78
78
  size: string;
79
- width: string;
79
+ width: any;
80
80
  bodyClassName: string;
81
81
  closeOnEsc: boolean;
82
82
  closeOnOutside: boolean;
@@ -190,7 +190,7 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
190
190
  title: string;
191
191
  headerClassName: string;
192
192
  size: string;
193
- width: string;
193
+ width: any;
194
194
  bodyClassName: string;
195
195
  closeOnEsc: boolean;
196
196
  closeOnOutside: boolean;
@@ -6,7 +6,7 @@ export function getBaseFields(readonly: any): {
6
6
  className: string;
7
7
  tpl: string;
8
8
  }[];
9
- export function getAmisFieldType(sField: any): "url" | "password" | "select" | "date" | "datetime" | "number" | "image" | "text" | "email" | "checkbox" | "html" | "textarea" | "table" | "picker" | "markdown" | "steedos-input-table";
9
+ export function getAmisFieldType(sField: any): "url" | "image" | "password" | "select" | "date" | "datetime" | "number" | "text" | "email" | "checkbox" | "html" | "textarea" | "table" | "picker" | "markdown" | "steedos-input-table";
10
10
  export function getObjectFieldSubFields(mainField: any, fields: any): any;
11
11
  export function getGridFieldSubFields(mainField: any, fields: any): any;
12
12
  export function getTabledFieldSubFields(mainField: any, fields: any): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.3.12-beta.8",
4
+ "version": "6.10.1-beta.8",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "8ddffcd45fd27730fe8b86d498f18bfbdf5fdb2f"
64
+ "gitHead": "33eb25a61f4092a5daf351e0ec9b5b62816a6c3e"
65
65
  }