@steedos-widgets/amis-lib 6.10.52-beta.10 → 6.10.52-beta.12

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.
@@ -50,11 +50,13 @@ export function getHtmlFieldSchema(field: any, readonly: any, ctx: any): {
50
50
  readonly: boolean;
51
51
  toolbar: boolean;
52
52
  menubar: boolean;
53
+ content_style?: undefined;
53
54
  };
54
55
  } | {
55
56
  type: string;
56
57
  receiver: string;
57
58
  options: {
59
+ content_style: string;
58
60
  statusbar: boolean;
59
61
  menubar: boolean;
60
62
  plugins?: undefined;
@@ -166,6 +166,12 @@ export function lookupToAmisPicker(field: any, readonly: any, ctx: any): Promise
166
166
  type: string;
167
167
  multiple: any;
168
168
  name: any;
169
+ clearable?: undefined;
170
+ } | {
171
+ type: string;
172
+ multiple: any;
173
+ name: any;
174
+ clearable: any;
169
175
  }>;
170
176
  export function lookupToAmisSelect(field: any, readonly: any, ctx: any): Promise<{
171
177
  type: any;
@@ -1,4 +1,4 @@
1
- export function getInstanceApprovalHistory(): Promise<{
1
+ export function getInstanceApprovalHistory(isMobile: any): Promise<{
2
2
  type: string;
3
3
  className: string;
4
4
  template: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.52-beta.10",
4
+ "version": "6.10.52-beta.12",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "02305b6c955cd75f6bfaa68be6255ab9c24e959f"
62
+ "gitHead": "7ed47ff7681033700651da8f172016a44ed7389e"
63
63
  }