@steedos/service-plugin-amis 2.3.0-beta.15 → 2.3.0-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.
@@ -3,7 +3,6 @@
3
3
  "body": [
4
4
  {
5
5
  "className": "steedos-amis-form",
6
- "id": "apps-form",
7
6
  "type": "form",
8
7
  "mode": "normal",
9
8
  "persistData": false,
@@ -163,7 +162,7 @@
163
162
  },
164
163
  {
165
164
  "name": "is_creator",
166
- "label": "显示在桌面菜单中",
165
+ "label": "在桌面中显示此应用",
167
166
  "type": "checkbox",
168
167
  "className": "m-0",
169
168
  "labelClassName": "text-left",
@@ -172,7 +171,7 @@
172
171
  },
173
172
  {
174
173
  "name": "mobile",
175
- "label": "显示在手机菜单中",
174
+ "label": "在手机上显示此应用",
176
175
  "type": "checkbox",
177
176
  "className": "m-0",
178
177
  "labelClassName": "text-left",
@@ -506,7 +505,8 @@
506
505
  }
507
506
  ]
508
507
  }
509
- }
508
+ },
509
+ "id": "apps-form"
510
510
  }
511
511
  ],
512
512
  "regions": [
@@ -71,7 +71,8 @@
71
71
  "debug": false,
72
72
  "messages": {
73
73
  "fetchFailed": "初始化失败",
74
- "saveFailed": "保存失败"
74
+ "saveFailed": "保存失败",
75
+ "validateFailed": "请先选择需要生成选项卡的对象!"
75
76
  },
76
77
  "onEvent": {
77
78
  "submitSucc": {
@@ -182,7 +182,7 @@
182
182
  "footable": false,
183
183
  "headerToolbar": [
184
184
  {
185
- "type": "action",
185
+ "type": "button",
186
186
  "actionType": "dialog",
187
187
  "dialog": {
188
188
  "title": "设置按钮",
@@ -388,7 +388,7 @@
388
388
  "footable": false,
389
389
  "headerToolbar": [
390
390
  {
391
- "type": "action",
391
+ "type": "button",
392
392
  "actionType": "dialog",
393
393
  "dialog": {
394
394
  "title": "设置字段",
@@ -423,7 +423,7 @@
423
423
  "id": "u:853b890ab524"
424
424
  },
425
425
  {
426
- "type": "action",
426
+ "type": "button",
427
427
  "actionType": "dialog",
428
428
  "dialog": {
429
429
  "title": "设置分组",
@@ -744,7 +744,7 @@
744
744
  "labelClassName": "text-left",
745
745
  "headerToolbar": [
746
746
  {
747
- "type": "action",
747
+ "type": "button",
748
748
  "actionType": "dialog",
749
749
  "dialog": {
750
750
  "title": "设置子表",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.3.0-beta.15",
3
+ "version": "2.3.0-beta.16",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "node .scripts/build.tailwind.js"
@@ -10,5 +10,5 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "gitHead": "c3db84dc93be4194cf902d5db0f5522b6d18281b"
13
+ "gitHead": "01c22a1eb4fb1ce0de0ccb75ef8290d44b8d857a"
14
14
  }