@steedos-widgets/amis-object 1.3.20 → 1.3.21
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/amis/AmisInputTable.d.ts +10 -2
- package/dist/amis-object.cjs.js +220 -111
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.js +220 -111
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.js +64 -48
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +25 -1
- package/package.json +3 -3
package/dist/assets.json
CHANGED
|
@@ -11,39 +11,39 @@
|
|
|
11
11
|
{
|
|
12
12
|
"package": "@steedos-widgets/fullcalendar",
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.3.
|
|
15
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.3.
|
|
14
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.3.21/dist/fullcalendar.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.3.21/dist/fullcalendar.umd.css"
|
|
16
16
|
],
|
|
17
17
|
"library": "BuilderFullCalendar"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"package": "@steedos-widgets/reactflow",
|
|
21
21
|
"urls": [
|
|
22
|
-
"https://unpkg.com/@steedos-widgets/reactflow@1.3.
|
|
23
|
-
"https://unpkg.com/@steedos-widgets/reactflow@1.3.
|
|
22
|
+
"https://unpkg.com/@steedos-widgets/reactflow@1.3.21/dist/reactflow.umd.js",
|
|
23
|
+
"https://unpkg.com/@steedos-widgets/reactflow@1.3.21/dist/reactflow.umd.css"
|
|
24
24
|
],
|
|
25
25
|
"library": "BuilderReactFlow"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"package": "@steedos-widgets/sortable",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
31
|
-
"https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
30
|
+
"https://unpkg.com/@steedos-widgets/sortable@1.3.21/dist/sortable.umd.js",
|
|
31
|
+
"https://unpkg.com/@steedos-widgets/sortable@1.3.21/dist/sortable.umd.css"
|
|
32
32
|
],
|
|
33
33
|
"library": "BuilderSortable"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"package": "steedos-lib",
|
|
37
37
|
"urls": [
|
|
38
|
-
"https://unpkg.com/@steedos-widgets/steedos-lib@1.3.
|
|
38
|
+
"https://unpkg.com/@steedos-widgets/steedos-lib@1.3.21/dist/index.umd.js"
|
|
39
39
|
],
|
|
40
40
|
"library": "SteedosLib"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"package": "@steedos-widgets/amis-object",
|
|
44
44
|
"urls": [
|
|
45
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.3.
|
|
46
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.3.
|
|
45
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.3.21/dist/amis-object.umd.js",
|
|
46
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.3.21/dist/amis-object.umd.css"
|
|
47
47
|
],
|
|
48
48
|
"library": "BuilderAmisObject"
|
|
49
49
|
}
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"npm": {
|
|
55
55
|
"package": "@steedos-widgets/fullcalendar"
|
|
56
56
|
},
|
|
57
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.
|
|
57
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.21/dist/meta.js",
|
|
58
58
|
"urls": {
|
|
59
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.
|
|
60
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.
|
|
59
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.21/dist/meta.js",
|
|
60
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.3.21/dist/meta.js"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"npm": {
|
|
66
66
|
"package": "@steedos-widgets/reactflow"
|
|
67
67
|
},
|
|
68
|
-
"url": "https://unpkg.com/@steedos-widgets/reactflow@1.3.
|
|
68
|
+
"url": "https://unpkg.com/@steedos-widgets/reactflow@1.3.21/dist/meta.js",
|
|
69
69
|
"urls": {
|
|
70
|
-
"default": "https://unpkg.com/@steedos-widgets/reactflow@1.3.
|
|
71
|
-
"design": "https://unpkg.com/@steedos-widgets/reactflow@1.3.
|
|
70
|
+
"default": "https://unpkg.com/@steedos-widgets/reactflow@1.3.21/dist/meta.js",
|
|
71
|
+
"design": "https://unpkg.com/@steedos-widgets/reactflow@1.3.21/dist/meta.js"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"npm": {
|
|
77
77
|
"package": "@steedos-widgets/sortable"
|
|
78
78
|
},
|
|
79
|
-
"url": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
79
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@1.3.21/dist/meta.js",
|
|
80
80
|
"urls": {
|
|
81
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
82
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@1.3.
|
|
81
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@1.3.21/dist/meta.js",
|
|
82
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@1.3.21/dist/meta.js"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
{
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"npm": {
|
|
88
88
|
"package": "@steedos-widgets/amis-object"
|
|
89
89
|
},
|
|
90
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.3.
|
|
90
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.3.21/dist/meta.js",
|
|
91
91
|
"urls": {
|
|
92
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.3.
|
|
93
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.3.
|
|
92
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.3.21/dist/meta.js",
|
|
93
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.3.21/dist/meta.js"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
]
|
package/dist/meta.js
CHANGED
|
@@ -3965,7 +3965,7 @@
|
|
|
3965
3965
|
* @Author: 殷亮辉 yinlianghui@hotoa.com
|
|
3966
3966
|
* @Date: 2023-11-15 09:50:22
|
|
3967
3967
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
3968
|
-
* @LastEditTime: 2023-12-
|
|
3968
|
+
* @LastEditTime: 2023-12-14 14:51:35
|
|
3969
3969
|
*/
|
|
3970
3970
|
var config = {
|
|
3971
3971
|
componentType: 'amisSchema',
|
|
@@ -4014,6 +4014,16 @@
|
|
|
4014
4014
|
propType: "boolean",
|
|
4015
4015
|
description: '可拖拽',
|
|
4016
4016
|
},
|
|
4017
|
+
{
|
|
4018
|
+
name: "inlineEditMode",
|
|
4019
|
+
propType: "boolean",
|
|
4020
|
+
description: '内联模式',
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
name: "strictMode",
|
|
4024
|
+
propType: "boolean",
|
|
4025
|
+
description: '静态模式',
|
|
4026
|
+
},
|
|
4017
4027
|
{
|
|
4018
4028
|
name: "showIndex",
|
|
4019
4029
|
propType: "boolean",
|
|
@@ -4088,6 +4098,7 @@
|
|
|
4088
4098
|
editable: false,
|
|
4089
4099
|
removable: false,
|
|
4090
4100
|
draggable: false,
|
|
4101
|
+
strictMode: true,
|
|
4091
4102
|
showIndex: false
|
|
4092
4103
|
},
|
|
4093
4104
|
previewSchema: {
|
|
@@ -4118,6 +4129,7 @@
|
|
|
4118
4129
|
editable: false,
|
|
4119
4130
|
removable: false,
|
|
4120
4131
|
draggable: false,
|
|
4132
|
+
strictMode: true,
|
|
4121
4133
|
showIndex: false
|
|
4122
4134
|
},
|
|
4123
4135
|
panelTitle: "设置",
|
|
@@ -4223,6 +4235,18 @@
|
|
|
4223
4235
|
},
|
|
4224
4236
|
label: '内联模式',
|
|
4225
4237
|
},
|
|
4238
|
+
{
|
|
4239
|
+
type: "switch",
|
|
4240
|
+
name: "strictMode",
|
|
4241
|
+
mode: "horizontal",
|
|
4242
|
+
labelRemark: "为了性能,默认其他表单项项值变化不会让当前表格更新,有时候为了同步获取其它主表单项字段值,需要关闭静态模式,当有类型为lookup且配置了depend_on属性的子字段时,会自动强制关闭静态模式。",
|
|
4243
|
+
horizontal: {
|
|
4244
|
+
left: 9,
|
|
4245
|
+
right: 4,
|
|
4246
|
+
justify: true
|
|
4247
|
+
},
|
|
4248
|
+
label: '静态模式',
|
|
4249
|
+
},
|
|
4226
4250
|
{
|
|
4227
4251
|
type: "switch",
|
|
4228
4252
|
name: "showIndex",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.21",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"uglify-js": "^3.17.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@steedos-widgets/amis-lib": "1.3.
|
|
64
|
+
"@steedos-widgets/amis-lib": "1.3.21",
|
|
65
65
|
"autoprefixer": "^10.4.13",
|
|
66
66
|
"postcss": "^8.4.19",
|
|
67
67
|
"tailwindcss": "^3.2.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "b164c8836cba8d65074a9e34329739141b604240"
|
|
70
70
|
}
|