@steedos/service-plugin-amis 2.5.18-beta.8 → 2.5.19-beta.1
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.
|
@@ -219,20 +219,58 @@
|
|
|
219
219
|
"requestAdaptor": ""
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
]
|
|
223
|
-
"id": "u:0f089a2850b6"
|
|
222
|
+
]
|
|
224
223
|
}
|
|
225
224
|
},
|
|
226
225
|
"objects": {
|
|
227
226
|
"amis": {
|
|
228
|
-
"
|
|
229
|
-
"
|
|
227
|
+
"name": "objects",
|
|
228
|
+
"type": "select",
|
|
229
|
+
"className": "m-0",
|
|
230
|
+
"labelClassName": "text-left",
|
|
231
|
+
"id": "u:4e5047e44905",
|
|
232
|
+
"joinValues": false,
|
|
233
|
+
"extractValue": true,
|
|
234
|
+
"labelField": "label",
|
|
235
|
+
"valueField": "value",
|
|
236
|
+
"multiple": true,
|
|
237
|
+
"checkAll": false,
|
|
238
|
+
"searchable": true,
|
|
239
|
+
"menuTpl": "",
|
|
240
|
+
"source": {
|
|
241
|
+
"method": "get",
|
|
242
|
+
"url": "${context.rootUrl}/service/api/amis-metadata-objects/objects/options",
|
|
243
|
+
"headers": {
|
|
244
|
+
"Authorization": "Bearer ${context.tenantId},${context.authToken}"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"autoComplete": ""
|
|
230
248
|
}
|
|
231
249
|
},
|
|
232
250
|
"mobile_objects": {
|
|
233
251
|
"amis": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
252
|
+
"name": "mobile_objects",
|
|
253
|
+
"type": "select",
|
|
254
|
+
"className": "m-0",
|
|
255
|
+
"labelClassName": "text-left",
|
|
256
|
+
"id": "u:cfaeb2f857a8",
|
|
257
|
+
"joinValues": false,
|
|
258
|
+
"extractValue": true,
|
|
259
|
+
"labelField": "label",
|
|
260
|
+
"valueField": "value",
|
|
261
|
+
"multiple": true,
|
|
262
|
+
"checkAll": false,
|
|
263
|
+
"searchable": true,
|
|
264
|
+
"menuTpl": "",
|
|
265
|
+
"source": {
|
|
266
|
+
"method": "get",
|
|
267
|
+
"url": "${context.rootUrl}/service/api/amis-metadata-objects/objects/options",
|
|
268
|
+
"messages": {},
|
|
269
|
+
"headers": {
|
|
270
|
+
"Authorization": "Bearer ${context.tenantId},${context.authToken}"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"autoComplete": ""
|
|
236
274
|
}
|
|
237
275
|
}
|
|
238
276
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.19-beta.1",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "f90fd135d35ef0808e671ce7846aab07baa1f933",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|