cnhis-design-vue 3.1.33-beta.7 → 3.1.33-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.
|
@@ -123,7 +123,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
123
123
|
var _a;
|
|
124
124
|
let {
|
|
125
125
|
noSetting
|
|
126
|
-
} = getOtherConfigInit()
|
|
126
|
+
} = getOtherConfigInit();
|
|
127
127
|
return noSetting || ((_a = props.showSettings) == null ? void 0 : _a.hideSettingBtn);
|
|
128
128
|
});
|
|
129
129
|
const isScanMultiTable = computed(() => {
|
|
@@ -314,7 +314,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
314
314
|
var _a, _b, _c;
|
|
315
315
|
let {
|
|
316
316
|
selectType
|
|
317
|
-
} = getOtherConfigInit()
|
|
317
|
+
} = getOtherConfigInit();
|
|
318
318
|
let {
|
|
319
319
|
isBatchSelect,
|
|
320
320
|
fieldList = [],
|
|
@@ -989,11 +989,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
989
989
|
}
|
|
990
990
|
}
|
|
991
991
|
};
|
|
992
|
-
|
|
992
|
+
function getOtherConfigInit() {
|
|
993
993
|
let tableOptions = (attr == null ? void 0 : attr.tableOptions) || props.tableOptions || {};
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
};
|
|
994
|
+
return (tableOptions == null ? void 0 : tableOptions.config) || {};
|
|
995
|
+
}
|
|
997
996
|
const refreshTable = () => {
|
|
998
997
|
state.hasRefresh = false;
|
|
999
998
|
emit("refreshTable");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.33-beta.
|
|
3
|
+
"version": "3.1.33-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": "12c9c80615b78182e704246e824406e7d7431243"
|
|
65
65
|
}
|