@zscreate/form-component 1.1.246 → 1.1.248

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.
@@ -368,25 +368,25 @@
368
368
  }
369
369
 
370
370
 
371
- .datasetManagement[data-v-3f0bb66d] {
371
+ .datasetManagement[data-v-44c74ac1] {
372
372
  -webkit-user-select: none;
373
373
  -moz-user-select: none;
374
374
  user-select: none;
375
375
  }
376
- .content[data-v-3f0bb66d] {
376
+ .content[data-v-44c74ac1] {
377
377
  margin-top: 20px;
378
378
  }
379
- .classificationItem[data-v-3f0bb66d] {
379
+ .classificationItem[data-v-44c74ac1] {
380
380
  background-color: #e6f7ff;
381
381
  }
382
- .ellipsis[data-v-3f0bb66d] {
382
+ .ellipsis[data-v-44c74ac1] {
383
383
  margin: 5px 0;
384
384
  white-space: nowrap;
385
385
  overflow: hidden;
386
386
  text-overflow: ellipsis;
387
387
  /* cursor: pointer; */
388
388
  }
389
- .ellipsis[data-v-3f0bb66d]:hover {
389
+ .ellipsis[data-v-44c74ac1]:hover {
390
390
  background-color: #e6f7ff;
391
391
  cursor: pointer;
392
392
  }
@@ -74579,7 +74579,7 @@ Sortable.mount(Remove, Revert);
74579
74579
  /* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
74580
74580
  /* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
74581
74581
  /* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7165);
74582
- /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7015);
74582
+ /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3609);
74583
74583
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
74584
74584
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
74585
74585
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7203);
@@ -77054,7 +77054,7 @@ module.exports = {
77054
77054
 
77055
77055
  /***/ }),
77056
77056
 
77057
- /***/ 7015:
77057
+ /***/ 3609:
77058
77058
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
77059
77059
 
77060
77060
  "use strict";
@@ -78557,13 +78557,13 @@ var defaultValueWithSql_component = (0,componentNormalizer/* default */.Z)(
78557
78557
  )
78558
78558
 
78559
78559
  /* harmony default export */ const defaultValueWithSql = (defaultValueWithSql_component.exports);
78560
- ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=3f0bb66d&scoped=true&
78561
- var datasetManagementvue_type_template_id_3f0bb66d_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":'选择数据集',"width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('div',{staticClass:"datasetManagement",staticStyle:{"display":"flex","justify-content":"space-between","min-height":"700px"}},[_c('a-card',{staticStyle:{"flex":"4","margin-right":"10px","height":"700px","overflow-y":"auto","background-color":"#f2f2f2"},attrs:{"bordered":false}},[_c('a-spin',{attrs:{"spinning":_vm.loadingModal}},[_c('div',[_c('div',{staticClass:"ellipsis",staticStyle:{"cursor":"pointer","padding":"0px 5px","display":"flex","align-items":"center"},on:{"click":function($event){_vm.classificationList.parent.isDown = !_vm.classificationList.parent.isDown}}},[(_vm.classificationList.parent.isDown)?_c('a-icon',{attrs:{"type":"caret-down"}}):_c('a-icon',{attrs:{"type":"caret-right"}}),_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center","width":"100%"}},[_c('span',{staticStyle:{"margin-left":"5px"}},[_vm._v(_vm._s(_vm.classificationList.parent.title))])])],1),_vm._l((_vm.classificationList.children),function(item){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.classificationList.parent.isDown),expression:"classificationList.parent.isDown"}],key:item.id,staticClass:"ellipsis",class:{ classificationItem: _vm.classificationActived === item.itemValue },staticStyle:{"padding":"0px 5px 0 10px","margin-left":"10px"},on:{"click":function($event){return _vm.clickFn(item)}}},[_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center"}},[_c('span',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}]},[_vm._v(_vm._s(item.itemText))])])])})],2)])],1),_c('a-card',{staticStyle:{"flex":"12"},attrs:{"bordered":false}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{attrs:{"gutter":24}},[_c('a-col',{attrs:{"span":8}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入数据集名称","maxLength":40},model:{value:(_vm.queryParam.setName),callback:function ($$v) {_vm.$set(_vm.queryParam, "setName", $$v)},expression:"queryParam.setName"}})],1)],1),_c('a-col',{attrs:{"span":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.searchQuery}},[_vm._v("查询")]),_c('a-button',{staticStyle:{"margin-left":"8px"},attrs:{"type":"primary","icon":"reload"},on:{"click":_vm.reset}},[_vm._v("重置")])],1)])],1)],1)],1),_c('div',{staticClass:"content"},[_c('a-table',{ref:"table",attrs:{"size":"middle","defaultExpandAllRows":true,"bordered":"","rowKey":"id","columns":_vm.columns,"dataSource":_vm.dataSource,"pagination":_vm.ipagination,"loading":_vm.loading,"rowSelection":{
78560
+ ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=44c74ac1&scoped=true&
78561
+ var datasetManagementvue_type_template_id_44c74ac1_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":'选择数据集',"width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('div',{staticClass:"datasetManagement",staticStyle:{"display":"flex","justify-content":"space-between","min-height":"700px"}},[_c('a-card',{staticStyle:{"flex":"4","margin-right":"10px","height":"700px","overflow-y":"auto","background-color":"#f2f2f2"},attrs:{"bordered":false}},[_c('a-spin',{attrs:{"spinning":_vm.loadingModal}},[_c('div',[_c('div',{staticClass:"ellipsis",staticStyle:{"cursor":"pointer","padding":"0px 5px","display":"flex","align-items":"center"},on:{"click":function($event){_vm.classificationList.parent.isDown = !_vm.classificationList.parent.isDown}}},[(_vm.classificationList.parent.isDown)?_c('a-icon',{attrs:{"type":"caret-down"}}):_c('a-icon',{attrs:{"type":"caret-right"}}),_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center","width":"100%"}},[_c('span',{staticStyle:{"margin-left":"5px"}},[_vm._v(_vm._s(_vm.classificationList.parent.title))])])],1),_vm._l((_vm.classificationList.children),function(item){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.classificationList.parent.isDown),expression:"classificationList.parent.isDown"}],key:item.id,staticClass:"ellipsis",class:{ classificationItem: _vm.classificationActived === item.itemValue },staticStyle:{"padding":"0px 5px 0 10px","margin-left":"10px"},on:{"click":function($event){return _vm.clickFn(item)}}},[_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center"}},[_c('span',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}]},[_vm._v(_vm._s(item.itemText))])])])})],2)])],1),_c('a-card',{staticStyle:{"flex":"12"},attrs:{"bordered":false}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{attrs:{"gutter":24}},[_c('a-col',{attrs:{"span":8}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入数据集名称","maxLength":40},model:{value:(_vm.queryParam.setName),callback:function ($$v) {_vm.$set(_vm.queryParam, "setName", $$v)},expression:"queryParam.setName"}})],1)],1),_c('a-col',{attrs:{"span":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.searchQuery}},[_vm._v("查询")]),_c('a-button',{staticStyle:{"margin-left":"8px"},attrs:{"type":"primary","icon":"reload"},on:{"click":_vm.reset}},[_vm._v("重置")])],1)])],1)],1)],1),_c('div',{staticClass:"content"},[_c('a-table',{ref:"table",attrs:{"size":"middle","defaultExpandAllRows":true,"bordered":"","rowKey":"id","columns":_vm.columns,"dataSource":_vm.dataSource,"pagination":_vm.ipagination,"loading":_vm.loading,"rowSelection":{
78562
78562
  selectedRowKeys: _vm.selectedRowKeys,
78563
78563
  onChange: _vm.onSelectChange,
78564
78564
  type: 'radio'
78565
78565
  }},on:{"change":_vm.handleTableChange}})],1)])],1)])}
78566
- var datasetManagementvue_type_template_id_3f0bb66d_scoped_true_staticRenderFns = []
78566
+ var datasetManagementvue_type_template_id_44c74ac1_scoped_true_staticRenderFns = []
78567
78567
 
78568
78568
 
78569
78569
  // EXTERNAL MODULE: ./src/utils/util.js
@@ -79081,6 +79081,8 @@ const JeecgListMixin = {
79081
79081
  handleCancel() {
79082
79082
  this.visible = false;
79083
79083
  this.queryParam = {};
79084
+ this.selectedRowKeys = [];
79085
+ this.userSearch = {};
79084
79086
  },
79085
79087
  // 初始化数据
79086
79088
  init(options, isNeedDataType) {
@@ -79204,10 +79206,10 @@ const JeecgListMixin = {
79204
79206
  });
79205
79207
  ;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=script&lang=js&
79206
79208
  /* harmony default export */ const Modals_datasetManagementvue_type_script_lang_js_ = (datasetManagementvue_type_script_lang_js_);
79207
- ;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=3f0bb66d&prod&scoped=true&lang=css&
79209
+ ;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=44c74ac1&prod&scoped=true&lang=css&
79208
79210
  // extracted by mini-css-extract-plugin
79209
79211
 
79210
- ;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=3f0bb66d&prod&scoped=true&lang=css&
79212
+ ;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=44c74ac1&prod&scoped=true&lang=css&
79211
79213
 
79212
79214
  ;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue
79213
79215
 
@@ -79220,11 +79222,11 @@ const JeecgListMixin = {
79220
79222
 
79221
79223
  var datasetManagement_component = (0,componentNormalizer/* default */.Z)(
79222
79224
  Modals_datasetManagementvue_type_script_lang_js_,
79223
- datasetManagementvue_type_template_id_3f0bb66d_scoped_true_render,
79224
- datasetManagementvue_type_template_id_3f0bb66d_scoped_true_staticRenderFns,
79225
+ datasetManagementvue_type_template_id_44c74ac1_scoped_true_render,
79226
+ datasetManagementvue_type_template_id_44c74ac1_scoped_true_staticRenderFns,
79225
79227
  false,
79226
79228
  null,
79227
- "3f0bb66d",
79229
+ "44c74ac1",
79228
79230
  null
79229
79231
 
79230
79232
  )
@@ -139405,7 +139407,7 @@ var CorrectionItemvue_type_template_id_6fe27568_scoped_true_staticRenderFns = []
139405
139407
 
139406
139408
 
139407
139409
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
139408
- var components = __webpack_require__(7015);
139410
+ var components = __webpack_require__(3609);
139409
139411
  ;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js&
139410
139412
  //
139411
139413
  //
@@ -141305,7 +141307,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
141305
141307
  // EXTERNAL MODULE: ./src/api/manage.js
141306
141308
  var manage = __webpack_require__(1474);
141307
141309
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
141308
- var components = __webpack_require__(7015);
141310
+ var components = __webpack_require__(3609);
141309
141311
  // EXTERNAL MODULE: ./src/form/util/Bus.js
141310
141312
  var Bus = __webpack_require__(767);
141311
141313
  // EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
@@ -145831,7 +145833,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
145831
145833
  /***/ ((module) => {
145832
145834
 
145833
145835
  "use strict";
145834
- module.exports = {"i8":"1.1.246"};
145836
+ module.exports = {"i8":"1.1.248"};
145835
145837
 
145836
145838
  /***/ })
145837
145839
 
@@ -149132,7 +149134,7 @@ var es_array_sort = __webpack_require__(8284);
149132
149134
  // EXTERNAL MODULE: ./src/form/util/util.js
149133
149135
  var util = __webpack_require__(6955);
149134
149136
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
149135
- var components = __webpack_require__(7015);
149137
+ var components = __webpack_require__(3609);
149136
149138
  // EXTERNAL MODULE: ./src/api/manage.js
149137
149139
  var manage = __webpack_require__(1474);
149138
149140
  // EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.246",
3
+ "version": "1.1.248",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",