@steedos-widgets/amis-lib 6.10.34-beta.7 → 6.10.34

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,6 +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
8
  } | {
8
9
  type: string;
9
10
  body: {
@@ -51,8 +52,10 @@ export function getAmisFileReadonlySchema(steedosField: any, ctx?: {}): Promise<
51
52
  defaultImage?: undefined;
52
53
  enlargeAble?: undefined;
53
54
  showToolbar?: undefined;
55
+ size?: undefined;
54
56
  } | {
55
57
  type: string;
58
+ size: string;
56
59
  body: {
57
60
  type: string;
58
61
  placeholder: string;
@@ -115,6 +118,7 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
115
118
  enlargeAble: boolean;
116
119
  showToolbar: boolean;
117
120
  body?: undefined;
121
+ size?: undefined;
118
122
  } | {
119
123
  type: string;
120
124
  body: {
@@ -162,8 +166,10 @@ export function getAmisFileSchema(steedosField: any, readonly: any, ctx: any): P
162
166
  defaultImage?: undefined;
163
167
  enlargeAble?: undefined;
164
168
  showToolbar?: undefined;
169
+ size?: undefined;
165
170
  } | {
166
171
  type: string;
172
+ size: string;
167
173
  body: {
168
174
  type: string;
169
175
  placeholder: 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.34-beta.7",
4
+ "version": "6.10.34",
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": "5ff55d21ea7198228dbff49a9b95d8fd7035be78"
62
+ "gitHead": "04513a8e8a3a36c20ae93dfc58c6209e42766db7"
63
63
  }