cnhis-design-vue 3.1.18-beta.13 → 3.1.18-beta.14
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.
|
@@ -1321,10 +1321,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1321
1321
|
let {
|
|
1322
1322
|
row,
|
|
1323
1323
|
$event = {},
|
|
1324
|
-
$rowIndex
|
|
1324
|
+
$rowIndex,
|
|
1325
|
+
triggerCheckbox
|
|
1325
1326
|
} = data;
|
|
1326
|
-
if (((_a = attr.checkboxConfig) == null ? void 0 : _a.
|
|
1327
|
-
emit("handlerClickRow", row, $rowIndex);
|
|
1327
|
+
if (((_a = attr.checkboxConfig) == null ? void 0 : _a.noTriggerCellClick) && triggerCheckbox) {
|
|
1328
1328
|
return false;
|
|
1329
1329
|
}
|
|
1330
1330
|
if (isScanMultiTable.value || props.isInlineOperating)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.18-beta.
|
|
3
|
+
"version": "3.1.18-beta.14",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"iOS 7",
|
|
66
66
|
"last 3 iOS versions"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "0b21d956c976581306e755b62317a26555245929"
|
|
69
69
|
}
|