@steedos/service-plugin-amis 2.3.2-beta.14 → 2.3.2-beta.16
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.
|
@@ -399,6 +399,49 @@
|
|
|
399
399
|
},
|
|
400
400
|
"id": "u:51174159a42e"
|
|
401
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"type": "fieldSet",
|
|
404
|
+
"title": "搜索项",
|
|
405
|
+
"collapsable": true,
|
|
406
|
+
"body": [
|
|
407
|
+
{
|
|
408
|
+
"label": "默认可搜索字段",
|
|
409
|
+
"type": "transfer",
|
|
410
|
+
"name": "searchable_fields",
|
|
411
|
+
"options": [],
|
|
412
|
+
"selectMode": "list",
|
|
413
|
+
"searchable": true,
|
|
414
|
+
"searchApi": "",
|
|
415
|
+
"sortable": true,
|
|
416
|
+
"mode": "normal",
|
|
417
|
+
"searchResultMode": "list",
|
|
418
|
+
"joinValues": false,
|
|
419
|
+
"extractValue": true,
|
|
420
|
+
"source": {
|
|
421
|
+
"method": "get",
|
|
422
|
+
"url": "${context.rootUrl}/service/api/amis-metadata-objects/objects/${object_name}/fields/options",
|
|
423
|
+
"headers": {
|
|
424
|
+
"Authorization": "Bearer ${context.tenantId},${context.authToken}"
|
|
425
|
+
},
|
|
426
|
+
"data": null,
|
|
427
|
+
"requestAdaptor": "",
|
|
428
|
+
"adaptor": "",
|
|
429
|
+
"sendOn": "!!this.object_name"
|
|
430
|
+
},
|
|
431
|
+
"visibleOn": "!!this.object_name",
|
|
432
|
+
"className": "col-span-2 m-0",
|
|
433
|
+
"en-US": {
|
|
434
|
+
"label": "searchable fields"
|
|
435
|
+
},
|
|
436
|
+
"multiple": true
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"collapsed": true,
|
|
440
|
+
"visibleOn": "!!this.object_name",
|
|
441
|
+
"en-US": {
|
|
442
|
+
"title": "searchable"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
402
445
|
{
|
|
403
446
|
"type": "fieldSet",
|
|
404
447
|
"title": "高级",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.3.2-beta.
|
|
3
|
+
"version": "2.3.2-beta.16",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node .scripts/build.tailwind.js"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@steedos-widgets/amis-lib": "^0.0.
|
|
14
|
+
"@steedos-widgets/amis-lib": "^0.0.13"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "c084bb37e834d48bac168c201937102ea225793c"
|
|
17
17
|
}
|