@steedos-widgets/sortable 3.6.4-beta.5 → 3.6.4-beta.7

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/sortable",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.5/dist/sortable.umd.js",
7
- "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.5/dist/sortable.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.7/dist/sortable.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.7/dist/sortable.umd.css"
8
8
  ],
9
9
  "library": "BuilderSortable"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/sortable"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.5/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.7/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.5/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.5/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.7/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/sortable@3.6.4-beta.7/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
@@ -55738,7 +55738,7 @@ function getMobileLines(tpls){
55738
55738
  }
55739
55739
  if(isLeft){
55740
55740
  // 左侧半行
55741
- lineChildrenClassName = "steedos-listview-item-left truncate h-5";
55741
+ lineChildrenClassName = "steedos-listview-item-left truncate";
55742
55742
  if(item.field.is_wide){
55743
55743
  // 左侧全行样式可以单独写,如果需要配置两行省略号效果,可以加样式类 two-lines-truncate
55744
55744
  lineChildrenClassName = "steedos-listview-item-wide";
@@ -55750,7 +55750,7 @@ function getMobileLines(tpls){
55750
55750
  }
55751
55751
  else {
55752
55752
  // 右侧半行,这里加样式类 flex flex-shrink-0,是为了省略号只显示在左半行,右半行文字一般比较短,如果也加省略号效果的话,左侧文字多的话,右侧没几个字就显示省略号了
55753
- lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0 h-5";
55753
+ lineChildrenClassName = "steedos-listview-item-right truncate ml-2 flex flex-shrink-0";
55754
55754
  }
55755
55755
  //支持字段amis属性配置classname,识别classname的类型,与原样式合并
55756
55756
  var className;