@steedos-widgets/amis-lib 1.3.4-beta.13 → 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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/fields/lookup.d.ts +0 -24
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
64
|
+
"gitHead": "68b1c7bcdfd7cec7d2ce0204a7e02eee71e51866"
|
|
65
65
|
}
|