centaline-data-driven 1.5.49 → 1.5.50

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.5.49",
3
+ "version": "1.5.50",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## v1.5.50
2
+ 2023-08-15
3
+
4
+ bug修复
5
+
6
+ 表格计算高度没有判断对象是否存在
7
+
8
+ ## v1.5.49
9
+ 2023-08-15
10
+
11
+ 优化
12
+
13
+ 文本框支持高级查询
14
+
15
+ 错误提示时controlLabel有值就用controlLabel
16
+
17
+ bug修复
18
+
19
+ 表格计算高度没有判断对象是否存在
20
+
1
21
  ## v1.5.48
2
22
  2023-08-10
3
23
 
@@ -738,8 +738,11 @@ export default {
738
738
  && this.$parent.$parent
739
739
  && this.$parent.$parent.$parent
740
740
  && this.$parent.$parent.$parent.$children
741
+ && this.$parent.$parent.$parent.$children.length > 0
741
742
  && this.$parent.$parent.$parent.$children[0]
742
743
  && this.$parent.$parent.$parent.$children[0].$el
744
+ && this.$parent.$parent.$parent.$children[0].$el.classList
745
+ && this.$parent.$parent.$parent.$children[0].$el.classList.length > 0
743
746
  && this.$parent.$parent.$parent.$children[0].$el.classList.contains('el-aside')) {
744
747
  h9 = 4
745
748
  }
@@ -16868,7 +16868,7 @@ if (typeof window !== 'undefined' && window.Vue) {
16868
16868
  "use strict";
16869
16869
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(164);
16870
16870
  /* unused harmony namespace reexport */
16871
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_fc3a37d6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(455);
16871
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36eca417_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(455);
16872
16872
  function injectStyle (ssrContext) {
16873
16873
  __webpack_require__(417)
16874
16874
  }
@@ -16888,7 +16888,7 @@ var __vue_scopeId__ = null
16888
16888
  var __vue_module_identifier__ = null
16889
16889
  var Component = normalizeComponent(
16890
16890
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
16891
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_fc3a37d6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
16891
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36eca417_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
16892
16892
  __vue_template_functional__,
16893
16893
  __vue_styles__,
16894
16894
  __vue_scopeId__,
@@ -17620,7 +17620,7 @@ var Component = normalizeComponent(
17620
17620
  var h7 = _this3.$refs.tableStats ? _this3.$refs.tableStats.$el.offsetHeight + 7 | 0 : 0;
17621
17621
  var h8 = _this3.$refs.popupButton ? _this3.$refs.popupButton.offsetHeight + 21 : 0;
17622
17622
  var h9 = 0;
17623
- if (_this3.$parent && _this3.$parent.$parent && _this3.$parent.$parent.$parent && _this3.$parent.$parent.$parent.$children && _this3.$parent.$parent.$parent.$children[0] && _this3.$parent.$parent.$parent.$children[0].$el && _this3.$parent.$parent.$parent.$children[0].$el.classList.contains('el-aside')) {
17623
+ if (_this3.$parent && _this3.$parent.$parent && _this3.$parent.$parent.$parent && _this3.$parent.$parent.$parent.$children && _this3.$parent.$parent.$parent.$children.length > 0 && _this3.$parent.$parent.$parent.$children[0] && _this3.$parent.$parent.$parent.$children[0].$el && _this3.$parent.$parent.$parent.$children[0].$el.classList && _this3.$parent.$parent.$parent.$children[0].$el.classList.length > 0 && _this3.$parent.$parent.$parent.$children[0].$el.classList.contains('el-aside')) {
17624
17624
  h9 = 4;
17625
17625
  }
17626
17626
  var tableHeight = h1 - h2 - h3 - h4 - h5 - h6 - h7 - h8 + h9 - 8;
@@ -49703,7 +49703,7 @@ var content = __webpack_require__(418);
49703
49703
  if(typeof content === 'string') content = [[module.i, content, '']];
49704
49704
  if(content.locals) module.exports = content.locals;
49705
49705
  // add the styles to the DOM
49706
- var update = __webpack_require__(2)("5ee3eb6b", content, true, {});
49706
+ var update = __webpack_require__(2)("647b8778", content, true, {});
49707
49707
 
49708
49708
  /***/ }),
49709
49709
  /* 418 */