@steedos/service-plugin-amis 2.4.0-beta.38 → 2.4.0-beta.39
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.
|
@@ -701,7 +701,9 @@
|
|
|
701
701
|
"name": "filters",
|
|
702
702
|
"label": "过滤规则",
|
|
703
703
|
"quickEdit": {
|
|
704
|
-
"type": "
|
|
704
|
+
"type": "editor",
|
|
705
|
+
"language": "javascript",
|
|
706
|
+
"description": "函数签名:(filters, data) => 自定义过滤条件, 数据在 data 中,修改后返回 自定义过滤条件",
|
|
705
707
|
"tpl": "<b><%=data.filters%></b>",
|
|
706
708
|
"className": "col-span-2 m-0",
|
|
707
709
|
"labelClassName": "text-left",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.39",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@steedos-widgets/amis-lib": "^1.0.22"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "0925adf0cf3215fd5d068f50517be378a758c148",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"tailwindcss": "3.2.4"
|
|
22
22
|
}
|