@steedos-widgets/amis-object 6.10.41 → 6.10.42-beta.1
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/dist/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/amis-object",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/amis-object@6.10.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.42-beta.1/dist/amis-object.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/amis-object@6.10.42-beta.1/dist/amis-object.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderAmisObject"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/amis-object"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.42-beta.1/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.42-beta.1/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.42-beta.1/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/meta.js
CHANGED
|
@@ -5931,6 +5931,11 @@
|
|
|
5931
5931
|
type: 'input-formula',
|
|
5932
5932
|
name: 'visible_on',
|
|
5933
5933
|
label: t$1('widgets-meta:steedos-field-group_panel_controls_visible_on_label', '显示条件')
|
|
5934
|
+
},
|
|
5935
|
+
{
|
|
5936
|
+
type: 'textarea',
|
|
5937
|
+
name: 'description',
|
|
5938
|
+
label: t$1('widgets-meta:steedos-field-group_panel_controls_description_label', '描述')
|
|
5934
5939
|
}
|
|
5935
5940
|
]
|
|
5936
5941
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.
|
|
4
|
+
"version": "6.10.42-beta.1",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
36
36
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
37
37
|
"@rollup/plugin-typescript": "^8.4.0",
|
|
38
|
-
"@steedos-widgets/amis-lib": "6.10.
|
|
39
|
-
"@steedos-widgets/steedos-lib": "6.10.
|
|
38
|
+
"@steedos-widgets/amis-lib": "6.10.42-beta.1",
|
|
39
|
+
"@steedos-widgets/steedos-lib": "6.10.42-beta.1",
|
|
40
40
|
"autoprefixer": "^10.4.13",
|
|
41
41
|
"cors": "^2.8.5",
|
|
42
42
|
"dotenv-flow": "^3.2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"typescript": "^5.6.2",
|
|
65
65
|
"uglify-js": "^3.17.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "9d650aeac6496301ef138bd506c60c53b060ba7f"
|
|
68
68
|
}
|