@steedos-widgets/sortable 3.6.4-beta.5 → 3.6.4-beta.6
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 +5 -5
- package/dist/sortable.cjs.js +2 -2
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +2 -2
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +2 -2
- package/package.json +3 -3
package/dist/sortable.umd.js
CHANGED
|
@@ -22039,7 +22039,7 @@
|
|
|
22039
22039
|
}
|
|
22040
22040
|
if(isLeft){
|
|
22041
22041
|
// 左侧半行
|
|
22042
|
-
lineChildrenClassName = "steedos-listview-item-left truncate
|
|
22042
|
+
lineChildrenClassName = "steedos-listview-item-left truncate";
|
|
22043
22043
|
if(item.field.is_wide){
|
|
22044
22044
|
// 左侧全行样式可以单独写,如果需要配置两行省略号效果,可以加样式类 two-lines-truncate
|
|
22045
22045
|
lineChildrenClassName = "steedos-listview-item-wide";
|
|
@@ -22051,7 +22051,7 @@
|
|
|
22051
22051
|
}
|
|
22052
22052
|
else {
|
|
22053
22053
|
// 右侧半行,这里加样式类 flex flex-shrink-0,是为了省略号只显示在左半行,右半行文字一般比较短,如果也加省略号效果的话,左侧文字多的话,右侧没几个字就显示省略号了
|
|
22054
|
-
lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0
|
|
22054
|
+
lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0";
|
|
22055
22055
|
}
|
|
22056
22056
|
//支持字段amis属性配置classname,识别classname的类型,与原样式合并
|
|
22057
22057
|
var className;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/sortable",
|
|
3
|
-
"version": "3.6.4-beta.
|
|
3
|
+
"version": "3.6.4-beta.6",
|
|
4
4
|
"main": "dist/sortable.cjs.js",
|
|
5
5
|
"module": "dist/sortable.esm.js",
|
|
6
6
|
"unpkg": "dist/sortable.umd.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@dnd-kit/core": "^6.0.5",
|
|
47
47
|
"@dnd-kit/sortable": "^7.0.1",
|
|
48
|
-
"@steedos-widgets/amis-lib": "3.6.4-beta.
|
|
48
|
+
"@steedos-widgets/amis-lib": "3.6.4-beta.6"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "805e4cb631a9e6479c981f8d8ce9ec2feff4eda9"
|
|
51
51
|
}
|