centaline-data-driven 1.6.50 → 1.6.51

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.6.50",
3
+ "version": "1.6.51",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,10 @@
1
+ # v1.6.51
2
+ 2025-08-07
3
+
4
+ BUG
5
+
6
+ 搜索下拉框在App端无法唤起键盘输入的问题
7
+
1
8
  # v1.6.50
2
9
  2025-08-07
3
10
 
@@ -105,14 +105,14 @@
105
105
  if (this.model.popupSearchListType === 1){
106
106
  this.$refs.refselect.popperElm.hidden = true
107
107
  }
108
- if(flag){
109
- this.removeReadOnly();
110
- }
108
+ this.removeReadOnly();
111
109
  },
112
110
  removeReadOnly() {
113
111
  this.$nextTick(() => {
114
- const input = this.$refs.select.$el.querySelector('.el-input__inner');
115
- input.removeAttribute('readonly');
112
+ setTimeout(() => {
113
+ const input = this.$refs.refselect.$el.querySelector('.el-input__inner');
114
+ input.removeAttribute('readonly');
115
+ }, 200);
116
116
  });
117
117
  },
118
118
  soChange: function (value) {
@@ -170,5 +170,7 @@
170
170
  }
171
171
  </script>
172
172
  <style>
173
-
173
+ .el-scrollbar .el-scrollbar__bar {
174
+ opacity: 1 !important;
175
+ }
174
176
  </style>
@@ -68614,16 +68614,16 @@ var ctSpan = {
68614
68614
  if (this.model.popupSearchListType === 1) {
68615
68615
  this.$refs.refselect.popperElm.hidden = true;
68616
68616
  }
68617
- if (flag) {
68618
- this.removeReadOnly();
68619
- }
68617
+ this.removeReadOnly();
68620
68618
  },
68621
68619
  removeReadOnly: function removeReadOnly() {
68622
68620
  var _this = this;
68623
68621
 
68624
68622
  this.$nextTick(function () {
68625
- var input = _this.$refs.select.$el.querySelector('.el-input__inner');
68626
- input.removeAttribute('readonly');
68623
+ setTimeout(function () {
68624
+ var input = _this.$refs.refselect.$el.querySelector('.el-input__inner');
68625
+ input.removeAttribute('readonly');
68626
+ }, 200);
68627
68627
  });
68628
68628
  },
68629
68629
 
@@ -88808,7 +88808,7 @@ if (typeof window !== 'undefined' && window.Vue) {
88808
88808
  "use strict";
88809
88809
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSosNew_vue__ = __webpack_require__(417);
88810
88810
  /* unused harmony namespace reexport */
88811
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_20291c62_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__ = __webpack_require__(872);
88811
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3ef71b20_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__ = __webpack_require__(872);
88812
88812
  function injectStyle (ssrContext) {
88813
88813
  __webpack_require__(870)
88814
88814
  }
@@ -88828,7 +88828,7 @@ var __vue_scopeId__ = null
88828
88828
  var __vue_module_identifier__ = null
88829
88829
  var Component = normalizeComponent(
88830
88830
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSosNew_vue__["a" /* default */],
88831
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_20291c62_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__["a" /* default */],
88831
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3ef71b20_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__["a" /* default */],
88832
88832
  __vue_template_functional__,
88833
88833
  __vue_styles__,
88834
88834
  __vue_scopeId__,
@@ -88849,7 +88849,7 @@ var content = __webpack_require__(871);
88849
88849
  if(typeof content === 'string') content = [[module.i, content, '']];
88850
88850
  if(content.locals) module.exports = content.locals;
88851
88851
  // add the styles to the DOM
88852
- var update = __webpack_require__(3)("3861d350", content, true, {});
88852
+ var update = __webpack_require__(3)("5d898def", content, true, {});
88853
88853
 
88854
88854
  /***/ }),
88855
88855
  /* 871 */
@@ -88860,7 +88860,7 @@ exports = module.exports = __webpack_require__(2)(false);
88860
88860
 
88861
88861
 
88862
88862
  // module
88863
- exports.push([module.i, "", ""]);
88863
+ exports.push([module.i, ".el-scrollbar .el-scrollbar__bar{opacity:1!important}", ""]);
88864
88864
 
88865
88865
  // exports
88866
88866