@steedos/service-plugin-amis 2.7.0-beta.4 → 2.7.0-beta.6
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.
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"footerToolbar": [
|
|
22
22
|
{
|
|
23
23
|
"type": "button",
|
|
24
|
-
"label": "
|
|
24
|
+
"label": "${'object_listviews.listview_form.field_set' | t}",
|
|
25
25
|
"actionType": "dialog",
|
|
26
26
|
"dialog": {
|
|
27
27
|
"type": "dialog",
|
|
28
|
-
"title": "
|
|
28
|
+
"title": "${'object_listviews.listview_form.displayed_columns' | t}",
|
|
29
29
|
"size": "md",
|
|
30
30
|
"body": [
|
|
31
31
|
{
|
|
@@ -129,15 +129,15 @@
|
|
|
129
129
|
"body": [
|
|
130
130
|
{
|
|
131
131
|
"type": "radios",
|
|
132
|
-
"label": "
|
|
132
|
+
"label": "${'object_listviews.listview_form.filter_configuration_method' | t}",
|
|
133
133
|
"name": "_filters_type_controller",
|
|
134
134
|
"options": [
|
|
135
135
|
{
|
|
136
|
-
"label": "
|
|
136
|
+
"label": "${'object_listviews.listview_form.conditions_combination' | t}",
|
|
137
137
|
"value": "conditions"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"label": "
|
|
140
|
+
"label": "${'object_listviews.listview_form.javascript' | t}",
|
|
141
141
|
"value": "function"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"type": "editor",
|
|
177
|
-
"label": "
|
|
177
|
+
"label": "${'object_listviews.listview_form.javascript' | t}",
|
|
178
178
|
"name": "_filters_function",
|
|
179
179
|
"id": "u:84714ec9abba",
|
|
180
180
|
"visibleOn": "!!this.object_name && !!this._filters_type_controller && _filters_type_controller== 'function'",
|
|
@@ -190,11 +190,11 @@
|
|
|
190
190
|
"footerToolbar": [
|
|
191
191
|
{
|
|
192
192
|
"type": "button",
|
|
193
|
-
"label": "
|
|
193
|
+
"label": "${'object_listviews.listview_form.field_set' | t}",
|
|
194
194
|
"actionType": "dialog",
|
|
195
195
|
"dialog": {
|
|
196
196
|
"type": "dialog",
|
|
197
|
-
"title": "
|
|
197
|
+
"title": "${'object_listviews.listview_form.displayed_columns' | t}",
|
|
198
198
|
"size": "md",
|
|
199
199
|
"body": [
|
|
200
200
|
{
|
|
@@ -26,4 +26,11 @@ CustomLabels:
|
|
|
26
26
|
page_size: Display quantity per page
|
|
27
27
|
set_related_list: Set Related List
|
|
28
28
|
positive_order: Positive Order
|
|
29
|
-
reverse_order: Reverse order
|
|
29
|
+
reverse_order: Reverse order
|
|
30
|
+
object_listviews:
|
|
31
|
+
listview_form:
|
|
32
|
+
field_set: Set Fields
|
|
33
|
+
displayed_columns: Displayed Columns
|
|
34
|
+
filter_configuration_method: Filter Configuration Method
|
|
35
|
+
conditions_combination: Conditions Csombination
|
|
36
|
+
javascript: javascript
|
|
@@ -26,4 +26,11 @@ CustomLabels:
|
|
|
26
26
|
page_size: 每页显示数量
|
|
27
27
|
set_related_list: 设置子表
|
|
28
28
|
positive_order: 正序
|
|
29
|
-
reverse_order: 倒序
|
|
29
|
+
reverse_order: 倒序
|
|
30
|
+
object_listviews:
|
|
31
|
+
listview_form:
|
|
32
|
+
field_set: 设置字段
|
|
33
|
+
displayed_columns: 显示的列
|
|
34
|
+
filter_configuration_method: 过滤器配置方式
|
|
35
|
+
conditions_combination: 条件组合
|
|
36
|
+
javascript: js脚本
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.7.0-beta.
|
|
3
|
+
"version": "2.7.0-beta.6",
|
|
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": "375ec701f921e76a94071d0c4004727d8dc6a8a4",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|