@steedos-widgets/amis-lib 1.3.4-beta.12 → 1.3.4-beta.14

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.
@@ -161,30 +161,6 @@ export function lookupToAmisSelect(field: any, readonly: any, ctx: any): Promise
161
161
  extractValue: boolean;
162
162
  clearable: boolean;
163
163
  disabledOn: string;
164
- source: {
165
- method: string;
166
- url: string;
167
- data: {
168
- orderBy: string;
169
- orderDir: string;
170
- pageNo: string;
171
- pageSize: string;
172
- query: string;
173
- };
174
- headers: {
175
- Authorization: string;
176
- };
177
- } | {
178
- method: string;
179
- url: string;
180
- data: {
181
- query: string;
182
- $: string;
183
- };
184
- headers: {
185
- Authorization: string;
186
- };
187
- };
188
164
  autoComplete: {
189
165
  method: string;
190
166
  url: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.3.4-beta.12",
4
+ "version": "1.3.4-beta.14",
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": "355e004eca0928c2e1ed468e9f6a3eed67dfcf62"
64
+ "gitHead": "68b1c7bcdfd7cec7d2ce0204a7e02eee71e51866"
65
65
  }