@steedos/standard-object-database 2.3.0-beta.17 → 2.3.0-beta.18
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.
|
@@ -122,6 +122,20 @@ fields:
|
|
|
122
122
|
required: "{{formData.type == 'amis_action' ? true: false}}"
|
|
123
123
|
is_wide: true
|
|
124
124
|
visible_on: "{{formData.type == 'amis_action' ? true: false}}"
|
|
125
|
+
confirm_text:
|
|
126
|
+
label: 二次确认
|
|
127
|
+
sort_no: 190
|
|
128
|
+
type: text
|
|
129
|
+
required: false
|
|
130
|
+
is_wide: false
|
|
131
|
+
visible_on: "{{formData.type == 'amis_action' ? true: false}}"
|
|
132
|
+
class_name:
|
|
133
|
+
label: 按钮样式
|
|
134
|
+
sort_no: 180
|
|
135
|
+
type: text
|
|
136
|
+
required: false
|
|
137
|
+
is_wide: false
|
|
138
|
+
visible_on: "{{formData.type == 'amis_action' ? true: false}}"
|
|
125
139
|
paging:
|
|
126
140
|
enabled: false
|
|
127
141
|
list_views:
|
|
@@ -492,7 +492,7 @@ var triggers = {
|
|
|
492
492
|
throw new Meteor.Error(500, "华炎云服务不包含自定义业务对象的功能,请部署私有云版本");
|
|
493
493
|
}
|
|
494
494
|
if (doc.name === "name" && !canRemoveNameFileld(doc)) {
|
|
495
|
-
throw new Meteor.Error(500, "
|
|
495
|
+
throw new Meteor.Error(500, "不能删除此记录");
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.3.0-beta.
|
|
3
|
+
"version": "2.3.0-beta.18",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"repository": {},
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "ddc6c3d7f2ba9cabb7fec700b82f353cf12e37dc"
|
|
16
16
|
}
|