cnhis-design-vue 3.1.35-beta.6 → 3.1.35-beta.8
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.
|
@@ -1547,10 +1547,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1547
1547
|
property,
|
|
1548
1548
|
order
|
|
1549
1549
|
}) => {
|
|
1550
|
+
var _a;
|
|
1550
1551
|
if (props.isInlineOperating)
|
|
1551
1552
|
return false;
|
|
1552
1553
|
Object.values(state.filterFields).forEach((item) => item.filterSort = null);
|
|
1553
|
-
const column =
|
|
1554
|
+
const column = (_a = props.columnConfig.fieldList) == null ? void 0 : _a.find((item) => item.columnName === property);
|
|
1554
1555
|
emit("sortChange", {
|
|
1555
1556
|
prop: property,
|
|
1556
1557
|
order,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.35-beta.
|
|
3
|
+
"version": "3.1.35-beta.8",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"iOS 7",
|
|
62
62
|
"last 3 iOS versions"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e51dcca5953ba852986adb6553afbe518ffc0540"
|
|
65
65
|
}
|