centaline-data-driven 1.6.15 → 1.6.16
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/package.json +1 -1
- package/release-log.md +7 -0
- package/src/centaline/dynamicFile/src/dynamicFile.vue +0 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +4 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +7 -9
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
|
@@ -459,13 +459,11 @@ export default {
|
|
|
459
459
|
},
|
|
460
460
|
//上传之前的钩子
|
|
461
461
|
beforeUploadProcess(file) {
|
|
462
|
-
debugger
|
|
463
462
|
return true;
|
|
464
463
|
},
|
|
465
464
|
|
|
466
465
|
//文件上传时的钩子
|
|
467
466
|
uploadProcess(event, file, fileList) {
|
|
468
|
-
debugger
|
|
469
467
|
file.progressFlag = true; // 显示进度条
|
|
470
468
|
file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
|
|
471
469
|
if (file.loadProgress >= 100) {
|
|
@@ -617,7 +617,10 @@ export default {
|
|
|
617
617
|
}
|
|
618
618
|
self.$forceUpdate();
|
|
619
619
|
self.$nextTick(() => {
|
|
620
|
-
if (self.$refs.tableParent
|
|
620
|
+
if (self.$refs.tableParent
|
|
621
|
+
&& self.$refs.tableParent.scrollHeight != 0
|
|
622
|
+
&& self.$refs.tableParent.offsetHeight != 0
|
|
623
|
+
&& self.$refs.tableParent.scrollHeight <= self.$refs.tableParent.offsetHeight) {
|
|
621
624
|
self.tableLoading = true;
|
|
622
625
|
self.model.nextPage(next);
|
|
623
626
|
}
|
|
@@ -20438,7 +20438,7 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
20438
20438
|
"use strict";
|
|
20439
20439
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(156);
|
|
20440
20440
|
/* unused harmony namespace reexport */
|
|
20441
|
-
/* harmony import */ var
|
|
20441
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2871d3a6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(568);
|
|
20442
20442
|
function injectStyle (ssrContext) {
|
|
20443
20443
|
__webpack_require__(530)
|
|
20444
20444
|
}
|
|
@@ -20458,7 +20458,7 @@ var __vue_scopeId__ = null
|
|
|
20458
20458
|
var __vue_module_identifier__ = null
|
|
20459
20459
|
var Component = normalizeComponent(
|
|
20460
20460
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20461
|
-
|
|
20461
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2871d3a6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20462
20462
|
__vue_template_functional__,
|
|
20463
20463
|
__vue_styles__,
|
|
20464
20464
|
__vue_scopeId__,
|
|
@@ -21077,7 +21077,7 @@ var Component = normalizeComponent(
|
|
|
21077
21077
|
}
|
|
21078
21078
|
self.$forceUpdate();
|
|
21079
21079
|
self.$nextTick(function () {
|
|
21080
|
-
if (self.$refs.tableParent && self.$refs.tableParent.scrollHeight <= self.$refs.tableParent.offsetHeight) {
|
|
21080
|
+
if (self.$refs.tableParent && self.$refs.tableParent.scrollHeight != 0 && self.$refs.tableParent.offsetHeight != 0 && self.$refs.tableParent.scrollHeight <= self.$refs.tableParent.offsetHeight) {
|
|
21081
21081
|
self.tableLoading = true;
|
|
21082
21082
|
self.model.nextPage(next);
|
|
21083
21083
|
} else {
|
|
@@ -53773,14 +53773,12 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
53773
53773
|
|
|
53774
53774
|
//上传之前的钩子
|
|
53775
53775
|
beforeUploadProcess: function beforeUploadProcess(file) {
|
|
53776
|
-
debugger;
|
|
53777
53776
|
return true;
|
|
53778
53777
|
},
|
|
53779
53778
|
|
|
53780
53779
|
|
|
53781
53780
|
//文件上传时的钩子
|
|
53782
53781
|
uploadProcess: function uploadProcess(event, file, fileList) {
|
|
53783
|
-
debugger;
|
|
53784
53782
|
file.progressFlag = true; // 显示进度条
|
|
53785
53783
|
file.loadProgress = parseInt(event.percent); // 动态获取文件上传进度
|
|
53786
53784
|
if (file.loadProgress >= 100) {
|
|
@@ -72686,7 +72684,7 @@ var content = __webpack_require__(531);
|
|
|
72686
72684
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72687
72685
|
if(content.locals) module.exports = content.locals;
|
|
72688
72686
|
// add the styles to the DOM
|
|
72689
|
-
var update = __webpack_require__(3)("
|
|
72687
|
+
var update = __webpack_require__(3)("f1ffc564", content, true, {});
|
|
72690
72688
|
|
|
72691
72689
|
/***/ }),
|
|
72692
72690
|
/* 531 */
|
|
@@ -79662,7 +79660,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
79662
79660
|
"use strict";
|
|
79663
79661
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__ = __webpack_require__(340);
|
|
79664
79662
|
/* unused harmony namespace reexport */
|
|
79665
|
-
/* harmony import */ var
|
|
79663
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_12af2687_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__ = __webpack_require__(704);
|
|
79666
79664
|
function injectStyle (ssrContext) {
|
|
79667
79665
|
__webpack_require__(697)
|
|
79668
79666
|
}
|
|
@@ -79682,7 +79680,7 @@ var __vue_scopeId__ = null
|
|
|
79682
79680
|
var __vue_module_identifier__ = null
|
|
79683
79681
|
var Component = normalizeComponent(
|
|
79684
79682
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicFile_vue__["a" /* default */],
|
|
79685
|
-
|
|
79683
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_12af2687_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicFile_vue__["a" /* default */],
|
|
79686
79684
|
__vue_template_functional__,
|
|
79687
79685
|
__vue_styles__,
|
|
79688
79686
|
__vue_scopeId__,
|
|
@@ -79703,7 +79701,7 @@ var content = __webpack_require__(698);
|
|
|
79703
79701
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
79704
79702
|
if(content.locals) module.exports = content.locals;
|
|
79705
79703
|
// add the styles to the DOM
|
|
79706
|
-
var update = __webpack_require__(3)("
|
|
79704
|
+
var update = __webpack_require__(3)("e8f95242", content, true, {});
|
|
79707
79705
|
|
|
79708
79706
|
/***/ }),
|
|
79709
79707
|
/* 698 */
|