@zscreate/form-component 1.1.593 → 1.1.594

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.
@@ -1501,12 +1501,12 @@ dd[data-v-f7c20cf8] {
1501
1501
  }
1502
1502
 
1503
1503
 
1504
- [data-v-78719220] .ant-select-selection__rendered::after {
1504
+ [data-v-62132cab] .ant-select-selection__rendered::after {
1505
1505
  content: "";
1506
1506
  display: none;
1507
1507
  height: 0;
1508
1508
  }
1509
- .designDataList[data-v-78719220] {
1509
+ .designDataList[data-v-62132cab] {
1510
1510
  display: flex;
1511
1511
  margin-bottom: 5px;
1512
1512
  }
@@ -66848,7 +66848,7 @@ let getFileExt = filename => {
66848
66848
  /* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9548);
66849
66849
  /* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(4063);
66850
66850
  /* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3341);
66851
- /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1948);
66851
+ /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2438);
66852
66852
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(1528);
66853
66853
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_9__);
66854
66854
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(9274);
@@ -70075,7 +70075,7 @@ module.exports = {
70075
70075
 
70076
70076
  /***/ }),
70077
70077
 
70078
- /***/ 1948:
70078
+ /***/ 2438:
70079
70079
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
70080
70080
 
70081
70081
  "use strict";
@@ -72793,9 +72793,9 @@ var component_component = (0,componentNormalizer/* default */.A)(
72793
72793
  )
72794
72794
 
72795
72795
  /* harmony default export */ const Select_component = (component_component.exports);
72796
- ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Select/widgetSetup.vue?vue&type=template&id=78719220&scoped=true
72797
- var widgetSetupvue_type_template_id_78719220_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"contentWidth",attrs:{"label":"下拉内容宽度:","prop":"contentWidth"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.contentWidthType),callback:function ($$v) {_vm.$set(_vm.widget.options, "contentWidthType", $$v)},expression:"widget.options.contentWidthType"}},[_c('a-radio-button',{attrs:{"value":undefined}},[_vm._v("默认")]),_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("固定")]),_c('a-radio-button',{attrs:{"value":"2"}},[_vm._v("最大值")]),(_vm.widget.options.contentWidthType)?_c('div',{staticStyle:{"margin":"10px 0"}},[_c('a-input-number',{staticStyle:{"width":"90%"},attrs:{"placeholder":"请输入宽度","min":0,"max":1200,"step":1},model:{value:(_vm.widget.options.contentWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "contentWidth", $$v)},expression:"widget.options.contentWidth"}}),_vm._v(" px ")],1):_vm._e()],1)],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"默认值","prop":"title"}},[_c('a-radio-group',{attrs:{"button-style":"solid","size":"small"},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("输入数据")]),_c('a-radio-button',{attrs:{"value":"2"}},[_vm._v("默认数据")]),_c('a-radio-button',{attrs:{"value":"3"}},[_vm._v("表单绑定")]),(_vm.isFormDesignSQL)?_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("sql")]):_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("数据集")])],1),(_vm.source == '1')?_c('a-input',{on:{"change":_vm.changeFn},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):(_vm.source == 2)?_c('j-dict-select-tag',{attrs:{"triggerChange":true,"dictCode":"BDMRZ","placeholder":"请选择默认值"},on:{"change":_vm.input},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.source == '3')?_c('a-input',{attrs:{"placeholder":"请点击选择绑定表单字段"},on:{"click":_vm.openformDataBindModal},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.source == '4' && _vm.isFormDesignSQL)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithSql}},[_vm._v("配置详情")]):_vm._e(),(_vm.source == '4' && !_vm.isFormDesignSQL)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithTable}},[_vm._v("关联数据集")]):_vm._e()],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"数据源选项:","prop":"title"}},[(!_vm.dataSourceDisable)?[_c('a-radio-group',{attrs:{"button-style":"solid","size":"small"},on:{"change":_vm.radioChange},model:{value:(_vm.widget.options.remoteNumber),callback:function ($$v) {_vm.$set(_vm.widget.options, "remoteNumber", $$v)},expression:"widget.options.remoteNumber"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("远端数据")]),_c('a-radio-button',{attrs:{"value":"2.1"}},[_vm._v("分类字典")]),_c('a-radio-button',{attrs:{"value":"3"}},[_vm._v("数据中心")]),_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("自定义")])],1),(_vm.widget.options.remoteNumber == '1')?_c('select-sys-dict',{attrs:{"widget":_vm.widget,"placeholder":"请选择数据字典编号"}}):_vm._e(),(_vm.widget.options.remoteNumber == '2')?_c('a-input',{attrs:{"placeholder":"请输入接口地址"},model:{value:(_vm.widget.options.dictUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "dictUrl", $$v)},expression:"widget.options.dictUrl"}}):_vm._e(),(_vm.widget.options.remoteNumber == '2.1')?_c('select-classify-dict',{attrs:{"widget":_vm.widget,"placeholder":"请输入分类字典"}}):_vm._e(),(_vm.widget.options.remoteNumber == '3')?_c('a-input',{attrs:{"placeholder":"请选择数据中心字典编号","read-only":""},on:{"click":_vm.oprnformonrtable},model:{value:(_vm.widget.options.dictTable),callback:function ($$v) {_vm.$set(_vm.widget.options, "dictTable", $$v)},expression:"widget.options.dictTable"}}):_vm._e(),(_vm.isFormDesignShowAddDict && _vm.widget.options.remoteNumber == '3')?_c('div',{staticStyle:{"text-align":"end","color":"#2f91fe","cursor":"pointer","line-height":"1","margin-top":"5px","margin-right":"5px"}},[_c('span',{on:{"click":function($event){return _vm.openAddDictListModal(_vm.widget.options.dictList && _vm.widget.options.dictList.length > 0 ?'修改数据字典' : '新增数据字典')}}},[_vm._v(_vm._s(_vm.widget.options.dictList && _vm.widget.options.dictList.length > 0 ?'修改数据字典' : '+ 新增数据字典'))])]):_vm._e()]:[_c('span',{staticStyle:{"margin-left":"10px"}},[_vm._v(" 该组件被下拉联动,数据源选项不可编辑 ")])]],2),(_vm.widget.options.remoteNumber == 4)?_c('a-form-model-item',{ref:"title",attrs:{"label":"自定义选项:"}},_vm._l((_vm.widget.options.designDataList),function(item,idx){return _c('div',{staticClass:"designDataList"},[_c('a-input',{attrs:{"placeholder":"选项名称"},model:{value:(item.label),callback:function ($$v) {_vm.$set(item, "label", $$v)},expression:"item.label"}}),_c('a-input',{attrs:{"placeholder":"选项值"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}}),_c('a-button',{staticStyle:{"margin":"0 0px 0 5px"},attrs:{"type":"primary","shape":"circle","icon":"plus"},on:{"click":function($event){return _vm.addDataItem(item,idx)}}}),(_vm.widget.options.designDataList && _vm.widget.options.designDataList.length > 1)?_c('a-button',{staticStyle:{"margin":"0 0px 0 5px"},attrs:{"type":"primary","shape":"circle","icon":"minus"},on:{"click":function($event){return _vm.deleteDataItem(item,idx)}}}):_vm._e()],1)}),0):_vm._e(),_c('a-form-model-item',{ref:"select",attrs:{"label":"下拉框联动:","prop":"select"}},[_c('a-select',{attrs:{"mode":"tags","placeholder":"请选择"},on:{"focus":_vm.Onfocus},model:{value:(_vm.widget.options.linkage),callback:function ($$v) {_vm.$set(_vm.widget.options, "linkage", $$v)},expression:"widget.options.linkage"}},_vm._l((_vm.linkList),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.model}},[_vm._v(_vm._s(item.name)+" ")])}),1)],1),_c('a-form-model-item',{attrs:{"label":"字段联动"}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.showModal}},[_vm._v("联动配置")])],1)],1)],1)]),_c('relate-sub-modal',{ref:"relateSubModal",attrs:{"datalist":_vm.datalist,"widget":_vm.widget},on:{"okSubStr":_vm.okSubStr}}),_c('form-data-bind-modal',{ref:"formDataBindModal",on:{"okSubStr":_vm.okSubStr}}),_c('form-one-table',{ref:"formOnetable",on:{"ok":_vm.handledict}}),_c('addDictListModal',{ref:"addDictListModal",on:{"ok":_vm.changeDict}}),_c('default-value-with-sql',{ref:"defaultValueWithSql",on:{"setDefalutOk":_vm.setDefalutValue}}),_c('datasetManagement',{ref:"datasetManagement",on:{"setDateOk":_vm.setDateOk}})],1)}
72798
- var widgetSetupvue_type_template_id_78719220_scoped_true_staticRenderFns = []
72796
+ ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Select/widgetSetup.vue?vue&type=template&id=62132cab&scoped=true
72797
+ var widgetSetupvue_type_template_id_62132cab_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"contentWidth",attrs:{"label":"下拉内容宽度:","prop":"contentWidth"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.contentWidthType),callback:function ($$v) {_vm.$set(_vm.widget.options, "contentWidthType", $$v)},expression:"widget.options.contentWidthType"}},[_c('a-radio-button',{attrs:{"value":undefined}},[_vm._v("默认")]),_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("固定")]),_c('a-radio-button',{attrs:{"value":"2"}},[_vm._v("最大值")]),(_vm.widget.options.contentWidthType)?_c('div',{staticStyle:{"margin":"10px 0"}},[_c('a-input-number',{staticStyle:{"width":"90%"},attrs:{"placeholder":"请输入宽度","min":0,"max":1200,"step":1},model:{value:(_vm.widget.options.contentWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "contentWidth", $$v)},expression:"widget.options.contentWidth"}}),_vm._v(" px ")],1):_vm._e()],1)],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"默认值","prop":"title"}},[_c('a-radio-group',{attrs:{"button-style":"solid","size":"small"},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("输入数据")]),_c('a-radio-button',{attrs:{"value":"2"}},[_vm._v("默认数据")]),_c('a-radio-button',{attrs:{"value":"3"}},[_vm._v("表单绑定")]),(_vm.isFormDesignSQL)?_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("sql")]):_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("数据集")])],1),(_vm.source == '1')?_c('a-input',{on:{"change":_vm.changeFn},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):(_vm.source == 2)?_c('j-dict-select-tag',{attrs:{"triggerChange":true,"dictCode":"BDMRZ","placeholder":"请选择默认值"},on:{"change":_vm.input},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.source == '3')?_c('a-input',{attrs:{"placeholder":"请点击选择绑定表单字段"},on:{"click":_vm.openformDataBindModal},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.source == '4' && _vm.isFormDesignSQL)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithSql}},[_vm._v("配置详情")]):_vm._e(),(_vm.source == '4' && !_vm.isFormDesignSQL)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithTable}},[_vm._v("关联数据集")]):_vm._e()],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"数据源选项:","prop":"title"}},[(!_vm.dataSourceDisable)?[_c('a-radio-group',{attrs:{"button-style":"solid","size":"small"},on:{"change":_vm.radioChange},model:{value:(_vm.widget.options.remoteNumber),callback:function ($$v) {_vm.$set(_vm.widget.options, "remoteNumber", $$v)},expression:"widget.options.remoteNumber"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("远端数据")]),_c('a-radio-button',{attrs:{"value":"2.1"}},[_vm._v("分类字典")]),_c('a-radio-button',{attrs:{"value":"3"}},[_vm._v("数据中心")]),_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("自定义")])],1),(_vm.widget.options.remoteNumber == '1')?_c('select-sys-dict',{attrs:{"widget":_vm.widget,"placeholder":"请选择数据字典编号"}}):_vm._e(),(_vm.widget.options.remoteNumber == '2')?_c('a-input',{attrs:{"placeholder":"请输入接口地址"},model:{value:(_vm.widget.options.dictUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "dictUrl", $$v)},expression:"widget.options.dictUrl"}}):_vm._e(),(_vm.widget.options.remoteNumber == '2.1')?_c('select-classify-dict',{attrs:{"widget":_vm.widget,"placeholder":"请输入分类字典"}}):_vm._e(),(_vm.widget.options.remoteNumber == '3')?_c('a-input',{attrs:{"placeholder":"请选择数据中心字典编号","read-only":""},on:{"click":_vm.oprnformonrtable},model:{value:(_vm.widget.options.dictTable),callback:function ($$v) {_vm.$set(_vm.widget.options, "dictTable", $$v)},expression:"widget.options.dictTable"}}):_vm._e(),(_vm.isFormDesignShowAddDict && _vm.widget.options.remoteNumber == '3')?_c('div',{staticStyle:{"text-align":"end","color":"#2f91fe","cursor":"pointer","line-height":"1","margin-top":"5px","margin-right":"5px"}},[_c('span',{on:{"click":function($event){return _vm.openAddDictListModal(_vm.widget.options.dictList && _vm.widget.options.dictList.length > 0 ?'修改数据字典' : '新增数据字典')}}},[_vm._v(_vm._s(_vm.widget.options.dictList && _vm.widget.options.dictList.length > 0 ?'修改数据字典' : '+ 新增数据字典'))])]):_vm._e()]:[_c('span',{staticStyle:{"margin-left":"10px"}},[_vm._v(" 该组件被下拉联动,数据源选项不可编辑 ")])]],2),(_vm.widget.options.remoteNumber == 4)?_c('a-form-model-item',{ref:"title",attrs:{"label":"自定义选项:"}},_vm._l((_vm.widget.options.designDataList),function(item,idx){return _c('div',{staticClass:"designDataList"},[_c('a-input',{attrs:{"placeholder":"选项名称"},model:{value:(item.label),callback:function ($$v) {_vm.$set(item, "label", $$v)},expression:"item.label"}}),_c('a-input',{attrs:{"placeholder":"选项值"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}}),_c('a-button',{staticStyle:{"margin":"0 0px 0 5px"},attrs:{"type":"primary","shape":"circle","icon":"plus"},on:{"click":function($event){return _vm.addDataItem(item,idx)}}}),(_vm.widget.options.designDataList && _vm.widget.options.designDataList.length > 1)?_c('a-button',{staticStyle:{"margin":"0 0px 0 5px"},attrs:{"type":"primary","shape":"circle","icon":"minus"},on:{"click":function($event){return _vm.deleteDataItem(item,idx)}}}):_vm._e()],1)}),0):_vm._e(),_c('a-form-model-item',{ref:"select",attrs:{"label":"下拉框联动:","prop":"select"}},[_c('a-select',{attrs:{"mode":"tags","placeholder":"请选择"},on:{"focus":_vm.Onfocus},model:{value:(_vm.widget.options.linkage),callback:function ($$v) {_vm.$set(_vm.widget.options, "linkage", $$v)},expression:"widget.options.linkage"}},_vm._l((_vm.linkList),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.model}},[_vm._v(_vm._s(item.name)+" ")])}),1)],1),_c('a-form-model-item',{attrs:{"label":"字段联动"}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.showModal}},[_vm._v("联动配置")])],1)],1)],1)]),_c('relate-sub-modal',{ref:"relateSubModal",attrs:{"datalist":_vm.datalist,"widget":_vm.widget},on:{"okSubStr":_vm.okSubStr}}),_c('form-data-bind-modal',{ref:"formDataBindModal",on:{"okSubStr":_vm.okSubStr}}),_c('form-one-table',{ref:"formOnetable",on:{"ok":_vm.handledict}}),_c('addDictListModal',{ref:"addDictListModal",on:{"ok":_vm.changeDict}}),_c('default-value-with-sql',{ref:"defaultValueWithSql",on:{"setDefalutOk":_vm.setDefalutValue}}),_c('datasetManagement',{ref:"datasetManagement",on:{"setDateOk":_vm.setDateOk}})],1)}
72798
+ var widgetSetupvue_type_template_id_62132cab_scoped_true_staticRenderFns = []
72799
72799
 
72800
72800
 
72801
72801
  // EXTERNAL MODULE: ./node_modules/_core-js@3.37.1@core-js/modules/es.array.unscopables.flat.js
@@ -73734,7 +73734,7 @@ var addDictListModal_component = (0,componentNormalizer/* default */.A)(
73734
73734
  }
73735
73735
  },
73736
73736
  addDataItem(item, idx) {
73737
- this.widget.options.designDataList.push({
73737
+ this.widget.options.designDataList.splice(idx + 1, 0, {
73738
73738
  label: '',
73739
73739
  value: '',
73740
73740
  title: ''
@@ -73755,10 +73755,10 @@ var addDictListModal_component = (0,componentNormalizer/* default */.A)(
73755
73755
  });
73756
73756
  ;// CONCATENATED MODULE: ./src/form/modules/components/Select/widgetSetup.vue?vue&type=script&lang=js
73757
73757
  /* harmony default export */ const components_Select_widgetSetupvue_type_script_lang_js = (Select_widgetSetupvue_type_script_lang_js);
73758
- ;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Select/widgetSetup.vue?vue&type=style&index=0&id=78719220&prod&lang=less&scoped=true
73758
+ ;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.9.0@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Select/widgetSetup.vue?vue&type=style&index=0&id=62132cab&prod&lang=less&scoped=true
73759
73759
  // extracted by mini-css-extract-plugin
73760
73760
 
73761
- ;// CONCATENATED MODULE: ./src/form/modules/components/Select/widgetSetup.vue?vue&type=style&index=0&id=78719220&prod&lang=less&scoped=true
73761
+ ;// CONCATENATED MODULE: ./src/form/modules/components/Select/widgetSetup.vue?vue&type=style&index=0&id=62132cab&prod&lang=less&scoped=true
73762
73762
 
73763
73763
  ;// CONCATENATED MODULE: ./src/form/modules/components/Select/widgetSetup.vue
73764
73764
 
@@ -73771,11 +73771,11 @@ var addDictListModal_component = (0,componentNormalizer/* default */.A)(
73771
73771
 
73772
73772
  var Select_widgetSetup_component = (0,componentNormalizer/* default */.A)(
73773
73773
  components_Select_widgetSetupvue_type_script_lang_js,
73774
- widgetSetupvue_type_template_id_78719220_scoped_true_render,
73775
- widgetSetupvue_type_template_id_78719220_scoped_true_staticRenderFns,
73774
+ widgetSetupvue_type_template_id_62132cab_scoped_true_render,
73775
+ widgetSetupvue_type_template_id_62132cab_scoped_true_staticRenderFns,
73776
73776
  false,
73777
73777
  null,
73778
- "78719220",
73778
+ "62132cab",
73779
73779
  null
73780
73780
 
73781
73781
  )
@@ -137400,7 +137400,7 @@ var staticRenderFns = []
137400
137400
 
137401
137401
 
137402
137402
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
137403
- var components = __webpack_require__(1948);
137403
+ var components = __webpack_require__(2438);
137404
137404
  ;// 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.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js
137405
137405
  //
137406
137406
  //
@@ -139463,7 +139463,7 @@ var component = (0,componentNormalizer/* default */.A)(
139463
139463
 
139464
139464
  /* harmony default export */ const CorrectionModal = (component.exports);
139465
139465
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
139466
- var components = __webpack_require__(1948);
139466
+ var components = __webpack_require__(2438);
139467
139467
  // EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.4@pubsub-js/src/pubsub.js
139468
139468
  var pubsub = __webpack_require__(1528);
139469
139469
  var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
@@ -140640,7 +140640,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
140640
140640
  // EXTERNAL MODULE: ./src/api/manage.js
140641
140641
  var manage = __webpack_require__(8501);
140642
140642
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
140643
- var components = __webpack_require__(1948);
140643
+ var components = __webpack_require__(2438);
140644
140644
  // EXTERNAL MODULE: ./src/form/util/Bus.js
140645
140645
  var Bus = __webpack_require__(1509);
140646
140646
  // EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
@@ -156529,7 +156529,7 @@ function toString(value) {
156529
156529
  /***/ ((module) => {
156530
156530
 
156531
156531
  "use strict";
156532
- module.exports = {"rE":"1.1.593"};
156532
+ module.exports = {"rE":"1.1.594"};
156533
156533
 
156534
156534
  /***/ })
156535
156535
 
@@ -171795,7 +171795,7 @@ var es_array_unshift = __webpack_require__(5041);
171795
171795
  // EXTERNAL MODULE: ./src/form/util/util.js
171796
171796
  var util_util = __webpack_require__(4063);
171797
171797
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
171798
- var components = __webpack_require__(1948);
171798
+ var components = __webpack_require__(2438);
171799
171799
  // EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
171800
171800
  var widgetFormItem = __webpack_require__(2895);
171801
171801
  // EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.593",
3
+ "version": "1.1.594",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",