@steedos/schemas 2.3.0-beta.9 → 2.3.0
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.
- package/button/schema.json +9 -1
- package/object/schema.json +19 -0
- package/package.json +2 -2
package/button/schema.json
CHANGED
package/object/schema.json
CHANGED
|
@@ -858,6 +858,25 @@
|
|
|
858
858
|
"is_file": {
|
|
859
859
|
"type": "boolean",
|
|
860
860
|
"description": "是否是附件"
|
|
861
|
+
},
|
|
862
|
+
"type": {
|
|
863
|
+
"type": "string",
|
|
864
|
+
"description": "按钮类型",
|
|
865
|
+
"anyOf": [
|
|
866
|
+
{
|
|
867
|
+
"enum": [
|
|
868
|
+
"script",
|
|
869
|
+
"amis_button"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
"amis_schema": {
|
|
875
|
+
"type": [
|
|
876
|
+
"string",
|
|
877
|
+
"object"
|
|
878
|
+
],
|
|
879
|
+
"description": ""
|
|
861
880
|
}
|
|
862
881
|
}
|
|
863
882
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.3.0
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "b00e79e6fb8549b2fabed7b6cd6d4847775ba5df"
|
|
13
13
|
}
|