@steedos-widgets/amis-lib 6.10.39 → 6.10.40

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,7 +4,7 @@ export function getAmisFileReadonlySchema(steedosField: any, ctx?: {}): Promise<
4
4
  enlargeAble: boolean;
5
5
  showToolbar: boolean;
6
6
  body?: undefined;
7
- size?: undefined;
7
+ name?: undefined;
8
8
  } | {
9
9
  type: string;
10
10
  body: {
@@ -52,10 +52,10 @@ export function getAmisFileReadonlySchema(steedosField: any, ctx?: {}): Promise<
52
52
  defaultImage?: undefined;
53
53
  enlargeAble?: undefined;
54
54
  showToolbar?: undefined;
55
- size?: undefined;
55
+ name?: undefined;
56
56
  } | {
57
57
  type: string;
58
- size: string;
58
+ name: string;
59
59
  body: {
60
60
  type: string;
61
61
  placeholder: string;
@@ -118,7 +118,7 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
118
118
  enlargeAble: boolean;
119
119
  showToolbar: boolean;
120
120
  body?: undefined;
121
- size?: undefined;
121
+ name?: undefined;
122
122
  } | {
123
123
  type: string;
124
124
  body: {
@@ -166,10 +166,10 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
166
166
  defaultImage?: undefined;
167
167
  enlargeAble?: undefined;
168
168
  showToolbar?: undefined;
169
- size?: undefined;
169
+ name?: undefined;
170
170
  } | {
171
171
  type: string;
172
- size: string;
172
+ name: string;
173
173
  body: {
174
174
  type: string;
175
175
  placeholder: string;
@@ -277,6 +277,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
277
277
  };
278
278
  };
279
279
  id: string;
280
+ className: string;
280
281
  level: string;
281
282
  } | {
282
283
  type: string;
@@ -291,6 +292,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
291
292
  };
292
293
  };
293
294
  id: string;
295
+ className?: undefined;
294
296
  level?: undefined;
295
297
  })[];
296
298
  }>;
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.39",
4
+ "version": "6.10.40",
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": "794b87ef313a99dad15e6899217061e78f458fee"
62
+ "gitHead": "b0efbea8b5d67d3fdb2760a8acb61591e17f7926"
63
63
  }