pms-iss-form-designer 1.0.20-dev-12 → 1.0.21
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/README.md +1 -1
- package/package.json +1 -1
- package/pms-iss-form-designer.common.js +227 -227
- package/pms-iss-form-designer.umd.js +227 -227
- package/pms-iss-form-designer.umd.min.js +1 -1
|
@@ -301,7 +301,7 @@ module.exports = function (fn, that) {
|
|
|
301
301
|
// ESM COMPAT FLAG
|
|
302
302
|
__webpack_require__.r(__webpack_exports__);
|
|
303
303
|
|
|
304
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
304
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/FontSetter.vue?vue&type=template&id=0511806e
|
|
305
305
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.font')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontTip')},model:{value:(_vm.widgetConfig.options.fontFamily),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fontFamily", $$v)},expression:"widgetConfig.options.fontFamily"}},_vm._l((_vm.fontFamilyList),function(item,index){return _c('el-option',{key:'font-family_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontFamily: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right","padding-left":"1rem"}},[_vm._v(_vm._s(item.value))])])])}),1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.fontProp.fontHelpContent')}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontSize')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontSizeTip')},model:{value:(_vm.widgetConfig.options.fontSize),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fontSize", $$v)},expression:"widgetConfig.options.fontSize"}},_vm._l((_vm.fontSizeList),function(group){return _c('el-option-group',{key:group.label,attrs:{"label":group.label}},[_vm._l((group.options),function(item,index){return [_c('el-option',{key:'font-size-item_' + index,style:({ height: item.height, lineHeight: item.height }),attrs:{"label":item.label + ' - ' + item.value,"value":item.value}},[_c('div',{style:({ fontSize: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{style:({ float: 'right' })},[_vm._v(_vm._s(item.value))])])])]})],2)}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontColor')))]),_c('el-color-picker',{attrs:{"predefine":_vm.fontColorList,"color-format":"rgb","show-alpha":""},model:{value:(_vm.widgetConfig.options.fontColor),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fontColor", $$v)},expression:"widgetConfig.options.fontColor"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontStyle')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontStyleTip')},model:{value:(_vm.widgetConfig.options.fontWeight),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fontWeight", $$v)},expression:"widgetConfig.options.fontWeight"}},_vm._l((_vm.fontWeightList),function(item,index){return _c('el-option',{key:'font-weight_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontWeight: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontItalic')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontItalicTip')},model:{value:(_vm.widgetConfig.options.fontStyle),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fontStyle", $$v)},expression:"widgetConfig.options.fontStyle"}},_vm._l((_vm.fontStyleList),function(item,index){return _c('el-option',{key:'font-style-option_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontStyle: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1)])}
|
|
306
306
|
var staticRenderFns = []
|
|
307
307
|
|
|
@@ -435,7 +435,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
435
435
|
|
|
436
436
|
// UNUSED EXPORTS: resolveDialogVariant, IcdDialog
|
|
437
437
|
|
|
438
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
438
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/IcdDialog/IcdDialog.vue?vue&type=template&id=7da0718c
|
|
439
439
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"icd-dialog-host"},[(!_vm.isMobileVariant)?_c('el-dialog',_vm._b({ref:"elDialog",class:_vm.elDialogClassList,style:(_vm.$attrs.style),attrs:{"visible":_vm.visible},on:{"close":_vm.handleElClose,"open":_vm.forwardOpen,"opened":_vm.forwardOpened,"closed":_vm.forwardClosed}},'el-dialog',_vm.elBindings,false),[(_vm.$slots.title)?_c('template',{slot:"title"},[_vm._t("title")],2):_vm._e(),_vm._t("default"),(_vm.$slots.footer)?_c('template',{slot:"footer"},[_vm._t("footer")],2):_vm._e()],2):_c('van-dialog',{ref:"vanDialog",style:(_vm.vanMergedStyle),attrs:{"value":_vm.visible,"title":_vm.vanTitleProp,"width":_vm.vanWidth,"show-confirm-button":_vm.vanShowBuiltInButtons,"show-cancel-button":_vm.vanShowBuiltInButtons,"close-on-click-overlay":_vm.closeOnClickOverlayVan,"lock-scroll":_vm.vanLockScroll,"lazy-render":_vm.lazyRenderVan,"get-container":"body","class-name":_vm.vanMergedClassName,"overlay-class":_vm.vanOverlayMergedClass},on:{"input":_vm.handleVanInput,"open":_vm.forwardOpen,"opened":_vm.forwardOpened,"closed":_vm.forwardVanClosed}},[(_vm.$slots.title)?_c('template',{slot:"title"},[_vm._t("title")],2):_vm._e(),_c('div',{staticClass:"icd-dialog-van__main"},[_vm._t("default")],2),(_vm.$slots.footer)?_c('div',{staticClass:"icd-dialog-van__footer-wrap"},[_vm._t("footer")],2):_vm._e()],2)],1)}
|
|
440
440
|
var staticRenderFns = []
|
|
441
441
|
|
|
@@ -1187,7 +1187,7 @@ exports.CODE93FullASCII = _CODE93FullASCII2.default;
|
|
|
1187
1187
|
|
|
1188
1188
|
"use strict";
|
|
1189
1189
|
|
|
1190
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1190
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/element-ui/packages/image/src/image-viewer.vue?vue&type=template&id=44a7b0fb
|
|
1191
1191
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"viewer-fade"}},[_c('div',{ref:"el-image-viewer__wrapper",staticClass:"el-image-viewer__wrapper",style:({ 'z-index': _vm.viewerZIndex }),attrs:{"tabindex":"-1"}},[_c('div',{staticClass:"el-image-viewer__mask",on:{"click":function($event){if($event.target !== $event.currentTarget){ return null; }return _vm.handleMaskClick.apply(null, arguments)}}}),_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__close",on:{"click":_vm.hide}},[_c('i',{staticClass:"el-icon-close"})]),(!_vm.isSingle)?[_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__prev",class:{ 'is-disabled': !_vm.infinite && _vm.isFirst },on:{"click":_vm.prev}},[_c('i',{staticClass:"el-icon-arrow-left"})]),_c('span',{staticClass:"el-image-viewer__btn el-image-viewer__next",class:{ 'is-disabled': !_vm.infinite && _vm.isLast },on:{"click":_vm.next}},[_c('i',{staticClass:"el-icon-arrow-right"})])]:_vm._e(),_c('div',{staticClass:"el-image-viewer__btn el-image-viewer__actions"},[_c('div',{staticClass:"el-image-viewer__actions__inner"},[_c('i',{staticClass:"el-icon-zoom-out",on:{"click":function($event){return _vm.handleActions('zoomOut')}}}),_c('i',{staticClass:"el-icon-zoom-in",on:{"click":function($event){return _vm.handleActions('zoomIn')}}}),_c('i',{staticClass:"el-image-viewer__actions__divider"}),_c('i',{class:_vm.mode.icon,on:{"click":_vm.toggleMode}}),_c('i',{staticClass:"el-image-viewer__actions__divider"}),_c('i',{staticClass:"el-icon-refresh-left",on:{"click":function($event){return _vm.handleActions('anticlocelise')}}}),_c('i',{staticClass:"el-icon-refresh-right",on:{"click":function($event){return _vm.handleActions('clocelise')}}})])]),_c('div',{staticClass:"el-image-viewer__canvas"},_vm._l((_vm.urlList),function(url,i){return (i === _vm.index)?_c('img',{key:url,ref:"img",refInFor:true,staticClass:"el-image-viewer__img",style:(_vm.imgStyle),attrs:{"src":_vm.currentImg},on:{"load":_vm.handleImgLoad,"error":_vm.handleImgError,"mousedown":_vm.handleMouseDown}}):_vm._e()}),0)],2)])}
|
|
1192
1192
|
var staticRenderFns = []
|
|
1193
1193
|
|
|
@@ -2132,7 +2132,7 @@ function toByteStringHeaderObject(headers) {
|
|
|
2132
2132
|
|
|
2133
2133
|
"use strict";
|
|
2134
2134
|
|
|
2135
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2135
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RichTextEditor.vue?vue&type=template&id=24b6c032
|
|
2136
2136
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"rich-editor",class:{'is-disabled':_vm.disabled}},[_c('tiny-mce',{ref:"tinymceEditor",style:(_vm.customStyle),attrs:{"id":_vm.containerKey,"disabled":_vm.disabled,"init":_vm.init,"placeholder":_vm.placeholder,"readonly":_vm.readonly},on:{"input":_vm.onEditorInput},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
2137
2137
|
var staticRenderFns = []
|
|
2138
2138
|
|
|
@@ -2467,7 +2467,7 @@ module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;
|
|
|
2467
2467
|
// ESM COMPAT FLAG
|
|
2468
2468
|
__webpack_require__.r(__webpack_exports__);
|
|
2469
2469
|
|
|
2470
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2470
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/SequenceSetter.vue?vue&type=template&id=9e4b01f2
|
|
2471
2471
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('sequence-config',{attrs:{"data":_vm.widgetConfig,"widget-form":_vm.widgetForm}})}
|
|
2472
2472
|
var staticRenderFns = []
|
|
2473
2473
|
|
|
@@ -2477,7 +2477,7 @@ var staticRenderFns = []
|
|
|
2477
2477
|
// EXTERNAL MODULE: ./src/core-designer/WidgetConfig/WidgetSetters/mixin.js
|
|
2478
2478
|
var mixin = __webpack_require__("dc43");
|
|
2479
2479
|
|
|
2480
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2480
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/SequenceConfig/SequenceConfig.vue?vue&type=template&id=f184d31e
|
|
2481
2481
|
var SequenceConfigvue_type_template_id_f184d31e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group"},[(_vm.visible.preview)?_c('div',{staticClass:"flow-preview"},[_vm._v(_vm._s(_vm.previewValue))]):_vm._e(),(_vm.visible.list)?_c('draggable',{attrs:{"group":"valueConfigList","animation":"300"},model:{value:(_vm.data.options.valueConfigList),callback:function ($$v) {_vm.$set(_vm.data.options, "valueConfigList", $$v)},expression:"data.options.valueConfigList"}},[_c('transition-group',_vm._l((_vm.data.options.valueConfigList),function(item,index){return _c('div',{key:item.id,staticClass:"sequence-item-bar"},[_c('div',{staticClass:"label",attrs:{"title":((item.labelWords) + " (key: " + (item.value) + ")")}},[_vm._v(_vm._s(item.labelWords))]),_c('div',{staticClass:"content"},[(item.pluginType === 'AUTO_INCREMENT')?_c('el-popover',{attrs:{"append-to-body":"","title":_vm.$iss18n.t('issfd.components.seq.autoTitle'),"placement":"right","width":"400","trigger":"click"}},[_c('auto-increment-config',{on:{"reloadDesc":function($event){return _vm.reloadDesc(_vm.data.options.valueConfigList[index])}},model:{value:(_vm.data.options.valueConfigList[index]),callback:function ($$v) {_vm.$set(_vm.data.options.valueConfigList, index, $$v)},expression:"data.options.valueConfigList[index]"}}),_c('el-button',{attrs:{"slot":"reference","type":"text","size":"mini"},slot:"reference"},[_c('base-icon',{attrs:{"icon-class":"edit-line"}}),_vm._v(" "+_vm._s(item.descWords)+" ")],1)],1):(item.pluginType === 'CONSTANT')?_c('el-input',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.seq.placeholderFixed'),"size":"mini"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}}):(item.pluginType === 'DATE_TIME')?_c('el-select',{attrs:{"size":"mini"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((Object.keys(_vm.dateFormatMap)),function(optionKey){return _c('el-option',{key:optionKey,attrs:{"value":optionKey,"label":_vm.dateFormatMap[optionKey]}})}),1):(item.pluginType === 'VARIABLE')?_c('el-select',{attrs:{"size":"mini"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((Object.keys(_vm.variableMap)),function(optionKey){return _c('el-option',{key:optionKey,attrs:{"value":optionKey,"label":_vm.variableMap[optionKey]}})}),1):(item.pluginType === 'RANDOM_CODE')?_c('el-popover',{attrs:{"append-to-body":"","title":_vm.$iss18n.t('issfd.components.seq.randomTitle'),"placement":"right","width":"400","trigger":"click"}},[_c('random-code-config',{on:{"reloadDesc":function($event){return _vm.reloadDesc(_vm.data.options.valueConfigList[index])}},model:{value:(_vm.data.options.valueConfigList[index]),callback:function ($$v) {_vm.$set(_vm.data.options.valueConfigList, index, $$v)},expression:"data.options.valueConfigList[index]"}}),_c('el-button',{attrs:{"slot":"reference","type":"text","size":"mini"},slot:"reference"},[_c('base-icon',{attrs:{"icon-class":"edit-line"}}),_vm._v(" "+_vm._s(item.descWords)+" ")],1)],1):_c('el-input',{attrs:{"value":_vm.$iss18n.t('issfd.coreDesigner.components.varComponent',{descWords:item.descWords}),"size":"mini","disabled":""}})],1),_c('div',{staticClass:"append"},[(item.pluginType !== 'AUTO_INCREMENT')?_c('el-button',{staticClass:"append-item",attrs:{"type":"text","title":_vm.$iss18n.t('issfd.common.buttons.delete'),"size":"mini"},on:{"click":function($event){return _vm.deleteItem(item.id)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}})],1):_vm._e(),_c('el-button',{staticClass:"append-item drag-item",attrs:{"type":"text","title":_vm.$iss18n.t('issfd.common.buttons.drag'),"size":"mini"}},[_c('base-icon',{attrs:{"icon-class":"menu-line"}})],1)],1)])}),0)],1):_vm._e(),_c('div',{staticClass:"opt-bar"},[_c('el-popover',{attrs:{"placement":"top","width":"200","trigger":"click"},model:{value:(_vm.visible.add),callback:function ($$v) {_vm.$set(_vm.visible, "add", $$v)},expression:"visible.add"}},[(_vm.visible.add)?_c('sequence-item-option',{attrs:{"widget-form":_vm.widgetForm},on:{"onSelect":_vm.addItem}}):_vm._e(),_c('el-button',{attrs:{"slot":"reference","type":"text"},slot:"reference"},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.seq.rule'))+" ")],1)],1)],1)],1)}
|
|
2482
2482
|
var SequenceConfigvue_type_template_id_f184d31e_staticRenderFns = []
|
|
2483
2483
|
|
|
@@ -2558,7 +2558,7 @@ var dateFormatMap = {
|
|
|
2558
2558
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
2559
2559
|
var variable_list = __webpack_require__("f016");
|
|
2560
2560
|
|
|
2561
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2561
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/SequenceConfig/SequenceItemOption.vue?vue&type=template&id=6d500fe6
|
|
2562
2562
|
var SequenceItemOptionvue_type_template_id_6d500fe6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-menu',{staticClass:"sequence-item-option-container",on:{"select":_vm.onSelect}},[_c('el-menu-item',{attrs:{"index":"DATE_TIME"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.seq.dateTime')))]),_c('el-menu-item',{attrs:{"index":"CONSTANT"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.seq.constant')))]),_c('el-menu-item',{attrs:{"index":"RANDOM_CODE"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.seq.randomCode')))]),_c('el-menu-item',{attrs:{"index":"VARIABLE"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.seq.variable')))]),(_vm.widgetList && _vm.widgetList.length)?_c('el-submenu',{attrs:{"index":"FORM_FIELD"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.seq.formItem')))]),_vm._l((_vm.widgetList),function(item){return _c('el-menu-item',{key:item.key,attrs:{"index":item.key}},[_c('template',{slot:"default"},[_vm._v(_vm._s(item.name))])],2)})],2):_vm._e()],1)}
|
|
2563
2563
|
var SequenceItemOptionvue_type_template_id_6d500fe6_staticRenderFns = []
|
|
2564
2564
|
|
|
@@ -2647,7 +2647,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2647
2647
|
)
|
|
2648
2648
|
|
|
2649
2649
|
/* harmony default export */ var SequenceItemOption = (component.exports);
|
|
2650
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2650
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/SequenceConfig/AutoIncrementConfig.vue?vue&type=template&id=327e67e0
|
|
2651
2651
|
var AutoIncrementConfigvue_type_template_id_327e67e0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-form',{attrs:{"model":_vm.formData,"label-width":"120px","label-suffix":":"}},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.autoWidth')}},[_c('el-input-number',{attrs:{"min":1,"max":8},on:{"change":_vm.onLengthChange},model:{value:(_vm.formData.length),callback:function ($$v) {_vm.$set(_vm.formData, "length", $$v)},expression:"formData.length"}})],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.lengthFixed')}},[_c('el-switch',{attrs:{"active-text":_vm.$iss18n.t('issfd.components.seq.fixed'),"inactive-text":_vm.$iss18n.t('issfd.components.seq.notFixed')},on:{"change":function($event){return _vm.$emit('onChange')}},model:{value:(_vm.formData.paddingLeft),callback:function ($$v) {_vm.$set(_vm.formData, "paddingLeft", $$v)},expression:"formData.paddingLeft"}})],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.period')}},[_c('el-select',{on:{"change":function($event){return _vm.$emit('reloadDesc')}},model:{value:(_vm.formData.periodType),callback:function ($$v) {_vm.$set(_vm.formData, "periodType", $$v)},expression:"formData.periodType"}},_vm._l((Object.keys(_vm.periodType)),function(key){return _c('el-option',{key:key,attrs:{"value":key,"label":_vm.periodType[key]}})}),1)],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.step')}},[_c('el-input-number',{attrs:{"min":1,"max":_vm.formData.length > 1 ? (Math.pow(10,_vm.formData.length) - 1) : 9},on:{"change":function($event){return _vm.$emit('onChange')}},model:{value:(_vm.formData.step),callback:function ($$v) {_vm.$set(_vm.formData, "step", $$v)},expression:"formData.step"}})],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.init')}},[_c('el-input-number',{attrs:{"min":0,"max":_vm.formData.length > 1 ? (Math.pow(10,_vm.formData.length) - 1) : 9,"step":_vm.formData.step},on:{"change":function($event){return _vm.$emit('onChange')}},model:{value:(_vm.formData.startValue),callback:function ($$v) {_vm.$set(_vm.formData, "startValue", $$v)},expression:"formData.startValue"}})],1)],1)}
|
|
2652
2652
|
var AutoIncrementConfigvue_type_template_id_327e67e0_staticRenderFns = []
|
|
2653
2653
|
|
|
@@ -2733,7 +2733,7 @@ var AutoIncrementConfig_component = Object(componentNormalizer["a" /* default */
|
|
|
2733
2733
|
)
|
|
2734
2734
|
|
|
2735
2735
|
/* harmony default export */ var AutoIncrementConfig = (AutoIncrementConfig_component.exports);
|
|
2736
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2736
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/SequenceConfig/RandomCodeConfig.vue?vue&type=template&id=7ebebc84
|
|
2737
2737
|
var RandomCodeConfigvue_type_template_id_7ebebc84_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-form',{attrs:{"model":_vm.formData,"label-width":"120px","label-suffix":":"}},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.randomLength')}},[_c('el-input-number',{attrs:{"min":1,"max":8},on:{"change":function($event){return _vm.$emit('reloadDesc')}},model:{value:(_vm.formData.length),callback:function ($$v) {_vm.$set(_vm.formData, "length", $$v)},expression:"formData.length"}})],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.seq.randomType')}},[_c('el-select',{on:{"change":function($event){return _vm.$emit('reloadDesc')}},model:{value:(_vm.formData.randomCodeType),callback:function ($$v) {_vm.$set(_vm.formData, "randomCodeType", $$v)},expression:"formData.randomCodeType"}},_vm._l((Object.keys(_vm.randomCodeType)),function(key){return _c('el-option',{key:key,attrs:{"value":key,"label":_vm.randomCodeType[key]}})}),1)],1)],1)}
|
|
2738
2738
|
var RandomCodeConfigvue_type_template_id_7ebebc84_staticRenderFns = []
|
|
2739
2739
|
|
|
@@ -3239,7 +3239,7 @@ module.exports = function (argument) {
|
|
|
3239
3239
|
// ESM COMPAT FLAG
|
|
3240
3240
|
__webpack_require__.r(__webpack_exports__);
|
|
3241
3241
|
|
|
3242
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3242
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/TableSetter.vue?vue&type=template&id=129fa108
|
|
3243
3243
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(Object.keys(_vm.widgetConfig.options).indexOf('paging') >= 0)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.paging')))]),_c('el-switch',{attrs:{"disabled":_vm.widgetConfig.options.dataImport},model:{value:(_vm.widgetConfig.options.paging),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "paging", $$v)},expression:"widgetConfig.options.paging"}})],1):_vm._e(),(_vm.widgetConfig.options.paging && Object.keys(_vm.widgetConfig.options).indexOf('pageSize') >= 0)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.pageSize')))]),_c('el-input-number',{attrs:{"min":1,"step":5,"max":25},model:{value:(_vm.widgetConfig.options.pageSize),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "pageSize", $$v)},expression:"widgetConfig.options.pageSize"}})],1):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.MaxLimit')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.maxLimit),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "maxLimit", $$v)},expression:"widgetConfig.options.maxLimit"}})],1),(_vm.widgetConfig.options.maxLimit)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.maxRows')))]),_c('el-input-number',{attrs:{"max":10000,"min":1,"step":1},model:{value:(_vm.widgetConfig.options.maxRows),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "maxRows", $$v)},expression:"widgetConfig.options.maxRows"}})],1):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.dynamicTitle')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.enableDynamicTableTitle),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "enableDynamicTableTitle", $$v)},expression:"widgetConfig.options.enableDynamicTableTitle"}})],1),(_vm.widgetConfig.options.enableDynamicTableTitle)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.dynamicTitleItem')))]),_c('el-select',{attrs:{"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.tableProp.dynamicTitleItemPlaceholder')},model:{value:(_vm.widgetConfig.options.relatedField),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "relatedField", $$v)},expression:"widgetConfig.options.relatedField"}},_vm._l((_vm.getDisplayCompOptions(_vm.widgetConfig.children)),function(item){return _c('el-option',{key:item.key,attrs:{"label":item.name,"value":item.model}})}),1)],1):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.import')))]),_c('el-switch',{on:{"change":_vm.onDataImportChange},model:{value:(_vm.widgetConfig.options.dataImport),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "dataImport", $$v)},expression:"widgetConfig.options.dataImport"}})],1),_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.options')))]),_c('div',{staticClass:"config-layout-content"},[_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.batchDelete),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "batchDelete", $$v)},expression:"widgetConfig.options.batchDelete"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.batchDelete')))]),_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.rowMove),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "rowMove", $$v)},expression:"widgetConfig.options.rowMove"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.move')))]),_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.enableExport),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "enableExport", $$v)},expression:"widgetConfig.options.enableExport"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.export')))]),_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.enableSearch),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "enableSearch", $$v)},expression:"widgetConfig.options.enableSearch"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.search')))])],1)]),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.inlineAdd')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.inLineMode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "inLineMode", $$v)},expression:"widgetConfig.options.inLineMode"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.tableProp.inlineEdit')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.inLineEditMode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "inLineEditMode", $$v)},expression:"widgetConfig.options.inLineEditMode"}})],1)])}
|
|
3244
3244
|
var staticRenderFns = []
|
|
3245
3245
|
|
|
@@ -3387,7 +3387,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3387
3387
|
// ESM COMPAT FLAG
|
|
3388
3388
|
__webpack_require__.r(__webpack_exports__);
|
|
3389
3389
|
|
|
3390
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3390
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/ImageSetter.vue?vue&type=template&id=1ab0d5e2&scoped=true
|
|
3391
3391
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group"},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.url')))]),_c('el-input',{attrs:{"maxLength":500,"placeholder":_vm.$iss18n.t('issfd.components.imageProp.urlTip')},model:{value:(_vm.widgetConfig.options.src),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "src", $$v)},expression:"widgetConfig.options.src"}},[_c('el-tooltip',{attrs:{"slot":"prepend","effect":"dark","content":_vm.$iss18n.t('issfd.components.imageProp.selectResource')},slot:"prepend"},[_c('el-button',{on:{"click":_vm.handleStatic}},[_c('base-icon',{attrs:{"icon-class":"image-2-fill"}})],1)],1),_c('el-tooltip',{attrs:{"slot":"append","effect":"dark","content":_vm.$iss18n.t('issfd.components.imageProp.uploadResource')},slot:"append"},[_c('el-button',{on:{"click":_vm.uploadResource}},[_c('base-icon',{attrs:{"icon-class":"upload-2-line"}})],1)],1)],1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.width')))]),_c('el-input-number',{attrs:{"max":100,"min":0,"step":10,"placeholder":_vm.$iss18n.t('issfd.components.imageProp.widthTip')},model:{value:(_vm.widgetConfig.options.width),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "width", $$v)},expression:"widgetConfig.options.width"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("%")])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.autoHeight')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.autoHeight),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "autoHeight", $$v)},expression:"widgetConfig.options.autoHeight"}})],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.widgetConfig.options.autoHeight),expression:"!widgetConfig.options.autoHeight"}],staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.height')))]),_c('el-input-number',{attrs:{"max":20000,"min":0,"step":50,"placeholder":_vm.$iss18n.t('issfd.components.imageProp.heightTip')},model:{value:(_vm.widgetConfig.options.height),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "height", $$v)},expression:"widgetConfig.options.height"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.widgetConfig.options.autoHeight),expression:"!widgetConfig.options.autoHeight"}],staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.contentFit')))]),_c('el-radio-group',{staticClass:"right",model:{value:(_vm.widgetConfig.options.fit),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "fit", $$v)},expression:"widgetConfig.options.fit"}},[_c('el-radio',{attrs:{"border":"","label":"fill"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.fill')))]),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.imageProp.fillContent')}}),_c('br'),_c('el-radio',{attrs:{"border":"","label":"contain"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.contain')))]),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.imageProp.containContent')}}),_c('br'),_c('el-radio',{attrs:{"border":"","label":"cover"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.cover')))]),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.imageProp.coverContent')}}),_c('br'),_c('el-radio',{attrs:{"border":"","label":"none"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.none')))]),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.imageProp.noneContent')}}),_c('br')],1)],1),_c('el-dialog',{attrs:{"visible":_vm.showStaticDialog,"append-to-body":"","title":_vm.$iss18n.t('issfd.components.imageProp.staticResourceTitle'),"width":"1300px","close-on-press-escape":false,"close-on-click-modal":false,"destroy-on-close":true,"custom-class":"iss-form-dialog-container"},on:{"update:visible":function($event){_vm.showStaticDialog=$event}}},[_c('div',{staticClass:"box-container"},[_c('div',{staticClass:"top-bar"},[_c('el-form',{staticClass:"demo-form-inline",attrs:{"size":"mini","inline":true,"model":_vm.searchParams}},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.resourceName'),"prop":"name"}},[_c('el-input',{attrs:{"placeholder":"请输入资源名称"},model:{value:(_vm.searchParams.data.name),callback:function ($$v) {_vm.$set(_vm.searchParams.data, "name", $$v)},expression:"searchParams.data.name"}})],1),_c('el-form-item',[_c('el-button',{on:{"click":_vm.resetParams}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.refresh')))]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.getResourceList}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.query')))])],1)],1)],1),_c('el-row',{staticClass:"resource-list-box",attrs:{"gutter":12}},[_vm._l((_vm.resourceLIst),function(item){return _c('el-col',{key:item.id,attrs:{"span":6}},[_c('el-card',{staticClass:"box-card",attrs:{"shadow":"hover"},nativeOn:{"click":function($event){return _vm.selectResource(item)}}},[_c('p',[_vm._v(_vm._s(item.name))]),_c('el-image',{staticClass:"thumbnail",attrs:{"src":("" + (_vm.serverInfo.jetUrl) + (item.downloadLink) + "/" + _vm.appId)}})],1)],1)}),(!(_vm.resourceLIst && _vm.resourceLIst.length))?_c('icd-empty',{attrs:{"description":_vm.$iss18n.t('issfd.components.imageProp.resourceEmpty')}}):_vm._e()],2),_c('div',{staticClass:"bottom-bar"},[_c('el-pagination',{attrs:{"current-page":_vm.searchParams.current,"layout":'total, prev, pager, next',"page-size":_vm.searchParams.size,"total":_vm.listTotal,"background":""},on:{"update:currentPage":function($event){return _vm.$set(_vm.searchParams, "current", $event)},"update:current-page":function($event){return _vm.$set(_vm.searchParams, "current", $event)},"update:pageSize":function($event){return _vm.$set(_vm.searchParams, "size", $event)},"update:page-size":function($event){return _vm.$set(_vm.searchParams, "size", $event)},"size-change":_vm.getResourceList,"current-change":_vm.getResourceList}})],1)],1)]),_c('el-dialog',{attrs:{"title":_vm.$iss18n.t('issfd.components.imageProp.uploadResourceTitle'),"visible":_vm.showPlusdialog,"append-to-body":"","close-on-press-escape":false,"close-on-click-modal":false,"destroy-on-close":true,"width":"800px","custom-class":"iss-form-dialog-container"},on:{"update:visible":function($event){_vm.showPlusdialog=$event}}},[_c('el-form',{ref:"form",attrs:{"model":_vm.formData,"rules":_vm.rules,"status-icon":"","size":"small","label-width":"100px"}},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.resourceType'),"prop":"type"}},[_c('el-tag',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.resourceTypePic')))])],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.uploadResource'),"prop":"resource","required":""}},[_c('div',{staticClass:"url-form"},[_c('el-upload',{class:{ 'img-upload': _vm.formData && _vm.formData.resource && _vm.formData.resource.length },attrs:{"action":"","accept":"image/png, image/jpg, image/jpeg, image/gif, image/bmp","auto-upload":false,"list-type":"picture-card","file-list":_vm.formData.resource,"multiple":false,"limit":1,"drag":true,"on-change":_vm.handleUploadChange,"on-preview":_vm.handlePictureCardPreview,"on-remove":_vm.handleRemove},scopedSlots:_vm._u([{key:"file",fn:function(ref){
|
|
3392
3392
|
var file = ref.file;
|
|
3393
3393
|
return _c('div',{},[_c('img',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":file.url,"alt":""}}),_c('span',{staticClass:"el-upload-list__item-actions"},[_c('span',{staticClass:"item-actions",on:{"click":function($event){return _vm.handlePictureCardPreview(file)}}},[_c('base-icon',{attrs:{"icon-class":"eye-line"}})],1),_c('span',{staticClass:"item-actions",on:{"click":function($event){return _vm.handleRemove(file)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-line"}})],1)])])}}])},[_c('div',[_c('div',{staticClass:"upload-box"},[_c('p',[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.imageProp.drag'))+" "),_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.clickUpload')))])])])])]),_c('div',{staticClass:"url-rules"},[_c('p',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.uploadTip')))]),_c('ul',[_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.max5Mb')))]),_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.maxOnePic')))])])])],1),_c('el-dialog',{attrs:{"visible":_vm.dialogImageVisible,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogImageVisible=$event}}},[_c('img',{attrs:{"width":"100%","src":_vm.dialogImageUrl,"alt":""}})])],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.resourceInputName'),"prop":"name","required":""}},[_c('el-input',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.imageProp.resourceInputNameTip'),"maxlength":"30"},model:{value:(_vm.formData.name),callback:function ($$v) {_vm.$set(_vm.formData, "name", $$v)},expression:"formData.name"}})],1),(_vm.formData.size)?_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.resourceSize')}},[_c('el-tag',{attrs:{"color":"#F4F7FA"}},[_vm._v(_vm._s(_vm.formData.size))])],1):_vm._e(),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.components.imageProp.resourceDes'),"prop":"description"}},[_c('el-input',{attrs:{"type":"textarea","maxlength":"200"},model:{value:(_vm.formData.description),callback:function ($$v) {_vm.$set(_vm.formData, "description", $$v)},expression:"formData.description"}})],1)],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"type":"primary","size":"small"},on:{"click":_vm.save}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.save')))]),_c('el-button',{attrs:{"size":"small"},on:{"click":_vm.handleClose}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))])],1)],1),_c('el-dialog',{attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.showUploadDialog,"append-to-body":"","center":"","title":"上传","custom-class":"iss-form-dialog-container","width":"500px"},on:{"update:visible":function($event){_vm.showUploadDialog=$event}}},[(_vm.showUploadDialog)?_c('el-upload',{staticClass:"image-upload",attrs:{"action":_vm.serverInfo.action,"before-upload":_vm.handleBeforeUpload,"headers":_vm.serverInfo.headers,"multiple":false,"on-success":_vm.handleSuccess,"accept":"image/*","drag":""}},[_c('base-icon',{staticClass:"el-icon-upload",attrs:{"icon-class":"image-add-fill"}}),_c('div',{staticClass:"el-upload__text"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.uploadTipDrag'))+" "),_c('em',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.clickUpload')))])]),_c('div',{staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.imageProp.resourceMaxMb', { size: _vm.size })))])],1):_vm._e()],1)],1)}
|
|
@@ -3945,7 +3945,7 @@ module.exports = { correct: FLAGS_GETTER_IS_CORRECT };
|
|
|
3945
3945
|
|
|
3946
3946
|
"use strict";
|
|
3947
3947
|
|
|
3948
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3948
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataFilters/DataFilterComp.vue?vue&type=template&id=37e35432&scoped=true
|
|
3949
3949
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"data-filter-wrapper"},[(_vm.titleContent && _vm.titleContent.length)?_c('div',{staticClass:"row-title"},[_vm._v(_vm._s(_vm.titleContent))]):_vm._e(),(_vm.openMainOptBtn && !_vm.isAddFromBottom)?_c('div',[(_vm.useAddBtn)?_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleNewRow}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.addBtnContent || _vm.$iss18n.t('issfd.runtime.component.filters.newRule'))+" ")],1):_vm._e(),_vm._t("mainOptBar")],2):_vm._e(),(_vm.selected)?_c('div',{staticClass:"data-filter-container"},[(_vm.useUnion)?_c('div',{staticClass:"data-filter-sidebar"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.selected.length > 1),expression:"selected.length > 1"}],staticClass:"rule-group-line"}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.selected.length > 1),expression:"selected.length > 1"}],staticClass:"rule-relation"},[_c('el-tag',{attrs:{"size":_vm.size}},[_vm._v(_vm._s(_vm.isUnion ? _vm.$iss18n.t('issfd.runtime.component.filters.add') : _vm.$iss18n.t('issfd.runtime.component.filters.or')))])],1)]):_vm._e(),(_vm.data)?_c('div',{staticClass:"data-filter-cols"},_vm._l((_vm.data),function(row,index){return _c('data-filter-item-comp',{key:row.id,ref:row.id,refInFor:true,staticClass:"row-item",attrs:{"size":_vm.size,"columns":_vm.columns,"excepted":_vm.selected,"has-trigger-value":_vm.hasTriggerValue,"has-variable-value":_vm.hasVariableValue,"is-advanced-mode":_vm.isAdvancedModel,"local-column-list":_vm.localColumnList},on:{"handleColumnChange":function($event){return _vm.handleColumnChange(row, index)}},model:{value:(_vm.data[index]),callback:function ($$v) {_vm.$set(_vm.data, index, $$v)},expression:"data[index]"}},[_c('el-button',{staticClass:"inline-opt-btn",attrs:{"size":_vm.size,"plain":"","type":"info"},on:{"click":function($event){return _vm.handleDeleteRow(row.id)}}},[_c('base-icon',{staticClass:"no-margin",attrs:{"icon-class":"delete-bin-line"}})],1)],1)}),1):_vm._e()]):_vm._e(),(_vm.openMainOptBtn && _vm.isAddFromBottom)?_c('div',[(_vm.useAddBtn)?_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleNewRow}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.filters.newRule'))+" ")],1):_vm._e(),_vm._t("mainOptBar")],2):_vm._e(),(_vm.isFooter)?_c('div',{staticClass:"data-filter-footer"},[(_vm.useConfirmBtn)?_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleConfirm}},[_c('base-icon',{attrs:{"icon-class":"checkbox-circle-line"}}),_vm._v(" "+_vm._s(_vm.confirmBtnContent)+" ")],1):_vm._e(),_vm._t("footer")],2):_vm._e()])}
|
|
3950
3950
|
var staticRenderFns = []
|
|
3951
3951
|
|
|
@@ -3994,7 +3994,7 @@ var es_string_iterator = __webpack_require__("3ca3");
|
|
|
3994
3994
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
3995
3995
|
var web_dom_collections_iterator = __webpack_require__("ddb0");
|
|
3996
3996
|
|
|
3997
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3997
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataFilters/DataFilterItemComp.vue?vue&type=template&id=5eef37a3&scoped=true
|
|
3998
3998
|
var DataFilterItemCompvue_type_template_id_5eef37a3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visible)?_c('el-form',{ref:"form",staticClass:"data-filter-item-comp-container",attrs:{"model":_vm.data,"rules":_vm.isValidationMode ? _vm.formRule : {},"size":_vm.size,"inline":"","label-width":"100px"},nativeOn:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onSearch.apply(null, arguments)},"submit":function($event){$event.preventDefault();}}},[_c('el-form-item',{class:{ common: !_vm.isSearchMode },attrs:{"label":_vm.isSearchMode ? _vm.data.columnLabel : '',"label-width":_vm.isSearchMode ? '' : '0',"title":_vm.isSearchMode ? _vm.data.columnLabel : '',"prop":"columnName"}},[(!_vm.isSearchMode)?_c('el-select',{attrs:{"popper-class":"data-filter-select","placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelectComp'),"filterable":""},on:{"change":_vm.handleColumnChange},model:{value:(_vm.data.columnName),callback:function ($$v) {_vm.$set(_vm.data, "columnName", $$v)},expression:"data.columnName"}},_vm._l((_vm.columns),function(item){return _c('el-option',{key:item.ID,attrs:{"disabled":_vm.excepted.some(function (cur) { return cur === item.columnName; }),"label":item.columnLabel,"value":item.columnName}},[_c('span',{staticClass:"el-option-item left"},[_vm._v(_vm._s(item.columnLabel))]),_c('span',{staticClass:"el-option-item right"},[_vm._v(_vm._s(item.columnName))])])}),1):_vm._e()],1),(_vm.selected)?[(_vm.WIDGET_OPTION_MAP[_vm.selected.widgetType] && _vm.DATASOURCE_TYPE.STATIC_DATA === _vm.selected.remote)?[(_vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleOperateTypeChange},model:{value:(_vm.data.operateType),callback:function ($$v) {_vm.$set(_vm.data, "operateType", $$v)},expression:"data.operateType"}},[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.EQ,"value":_vm.OPERATE_TYPE.EQ}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NE,"value":_vm.OPERATE_TYPE.NE}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.IS_EMPTY,"value":_vm.OPERATE_TYPE.IS_EMPTY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_EMPTY,"value":_vm.OPERATE_TYPE.NOT_EMPTY}}),(!_vm.WIDGET_COMP_RADIO_MAP[_vm.selected.widgetType] && !_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_CONTAIN,"value":_vm.OPERATE_TYPE.NOT_CONTAIN}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.CONTAIN_ANY,"value":_vm.OPERATE_TYPE.CONTAIN_ANY}})]:_vm._e(),(_vm.WIDGET_COMP_RADIO_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.IS_ANY,"value":_vm.OPERATE_TYPE.IS_ANY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_ANY,"value":_vm.OPERATE_TYPE.NOT_ANY}})]:_vm._e(),(_vm.WIDGET_COMP_CHECKBOX_MAP[_vm.selected.widgetType] || (_vm.WIDGET_COMP_SELECT_MAP[_vm.selected.widgetType] && _vm.selected.rawOptions.multiple))?_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.CONTAIN_ALL,"value":_vm.OPERATE_TYPE.CONTAIN_ALL}}):_vm._e(),(_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.BT,"value":_vm.OPERATE_TYPE.BT}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NBT,"value":_vm.OPERATE_TYPE.NBT}})]:_vm._e()],2)],1):_vm._e(),([_vm.OPERATE_TYPE.IS_EMPTY, _vm.OPERATE_TYPE.NOT_EMPTY].indexOf(_vm.data.operateType) < 0)?[(_vm.hasTriggerValue && _vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleValueTypeChange},model:{value:(_vm.data.valueType),callback:function ($$v) {_vm.$set(_vm.data, "valueType", $$v)},expression:"data.valueType"}},[_c('el-option',{attrs:{"label":_vm.VALUE_NAME.FIXED,"value":_vm.VALUE_TYPE.FIXED}}),(_vm.hasTriggerValue)?_c('el-option',{attrs:{"label":_vm.VALUE_NAME.TRIGGER_VALUE,"value":_vm.VALUE_TYPE.TRIGGER_VALUE}}):_vm._e()],1)],1):_vm._e(),(_vm.data.valueType !== _vm.VALUE_TYPE.TRIGGER_VALUE)?[(_vm.selected.widgetType === 'radio' && (_vm.data.operateType === _vm.OPERATE_TYPE.EQ || _vm.data.operateType === _vm.OPERATE_TYPE.NE))?_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{key:"EQ",style:({ width: _vm.isAdvancedMode ? null : '220px' }),attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"clearable":"","filterable":""},on:{"change":function($event){return _vm.handeOptionSelectedChange($event, 'value', 'label')}},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.selected.options),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.label,"value":option.value}})}),1)],1):(_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType] && _vm.visible)?_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('cascader-selector',{attrs:{"custom-style":{ width: _vm.isAdvancedMode ? null : '220px' },"data":_vm.data.value,"is-advanced-mode":_vm.isAdvancedMode,"is-check-strictly":_vm.isCheckStrictly,"is-multiple":_vm.isMultiple,"widget":_vm.selected},on:{"onChange":_vm.handleCascaderChange}})],1):_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{key:"MULTIPLE",style:({ width: _vm.isAdvancedMode ? null : '220px' }),attrs:{"multiple":true,"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"clearable":"","collapse-tags":"","filterable":""},on:{"change":function($event){return _vm.handeOptionSelectedChange($event, 'value', 'label')}},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.selected.options),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.label,"value":option.value}})}),1)],1)]:_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{attrs:{"popper-class":"data-filter-select","size":_vm.size,"clearable":"","filterable":""},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.getTriggerColumnOptions()),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.columnLabel,"value":option.columnName}},[_c('span',{staticClass:"el-option-item left"},[_vm._v(_vm._s(option.columnLabel))]),_c('span',{staticClass:"el-option-item right"},[_vm._v(_vm._s(option.columnName))])])}),1)],1)]:_vm._e()]:(_vm.WIDGET_OPTION_MAP[_vm.selected.widgetType] && _vm.DATASOURCE_TYPE.DICT_DATA === _vm.selected.remote)?[(_vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleOperateTypeChange},model:{value:(_vm.data.operateType),callback:function ($$v) {_vm.$set(_vm.data, "operateType", $$v)},expression:"data.operateType"}},[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.EQ,"value":_vm.OPERATE_TYPE.EQ}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NE,"value":_vm.OPERATE_TYPE.NE}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.IS_EMPTY,"value":_vm.OPERATE_TYPE.IS_EMPTY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_EMPTY,"value":_vm.OPERATE_TYPE.NOT_EMPTY}}),(!_vm.WIDGET_COMP_RADIO_MAP[_vm.selected.widgetType] && !_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_CONTAIN,"value":_vm.OPERATE_TYPE.NOT_CONTAIN}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.CONTAIN_ANY,"value":_vm.OPERATE_TYPE.CONTAIN_ANY}})]:_vm._e(),(_vm.WIDGET_COMP_RADIO_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.IS_ANY,"value":_vm.OPERATE_TYPE.IS_ANY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_ANY,"value":_vm.OPERATE_TYPE.NOT_ANY}})]:_vm._e(),(_vm.WIDGET_COMP_CHECKBOX_MAP[_vm.selected.widgetType] || (_vm.WIDGET_COMP_SELECT_MAP[_vm.selected.widgetType] && _vm.selected.rawOptions.multiple))?_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.CONTAIN_ALL,"value":_vm.OPERATE_TYPE.CONTAIN_ALL}}):_vm._e(),(_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType])?[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.BT,"value":_vm.OPERATE_TYPE.BT}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NBT,"value":_vm.OPERATE_TYPE.NBT}})]:_vm._e()],2)],1):_vm._e(),([_vm.OPERATE_TYPE.IS_EMPTY, _vm.OPERATE_TYPE.NOT_EMPTY].indexOf(_vm.data.operateType) < 0)?[(_vm.hasTriggerValue && _vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleValueTypeChange},model:{value:(_vm.data.valueType),callback:function ($$v) {_vm.$set(_vm.data, "valueType", $$v)},expression:"data.valueType"}},[_c('el-option',{attrs:{"label":_vm.VALUE_NAME.FIXED,"value":_vm.VALUE_TYPE.FIXED}}),(_vm.hasTriggerValue)?_c('el-option',{attrs:{"label":_vm.VALUE_NAME.TRIGGER_VALUE,"value":_vm.VALUE_TYPE.TRIGGER_VALUE}}):_vm._e()],1)],1):_vm._e(),(_vm.data.valueType !== _vm.VALUE_TYPE.TRIGGER_VALUE)?[(_vm.selected.widgetType === 'radio' && (_vm.data.operateType === _vm.OPERATE_TYPE.EQ || _vm.data.operateType === _vm.OPERATE_TYPE.NE))?_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{key:"EQ",style:({ width: _vm.isAdvancedMode ? null : '220px' }),attrs:{"loading":_vm.loadings[_vm.selected.columnName],"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"filterable":""},on:{"change":function($event){return _vm.handeOptionSelectedChange($event, 'value', 'label')},"focus":function($event){return _vm.handleLoadDictOptions(_vm.selected.remoteOption.remoteDict, _vm.selected.columnName)}},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.options[_vm.selected.columnName]),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.label,"value":option.value}})}),1)],1):(_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType] && _vm.visible)?_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('cascader-selector',{attrs:{"custom-style":{ width: _vm.isAdvancedMode ? null : '220px' },"data":_vm.data.value,"is-advanced-mode":_vm.isAdvancedMode,"is-check-strictly":_vm.isCheckStrictly,"is-multiple":_vm.isMultiple,"widget":_vm.selected},on:{"onChange":_vm.handleCascaderChange}})],1):_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{key:"MULTIPLE",staticClass:"big",style:({ width: _vm.isAdvancedMode ? null : '220px' }),attrs:{"loading":_vm.loadings[_vm.selected.columnName],"multiple":true,"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"collapse-tags":"","filterable":""},on:{"change":function($event){return _vm.handeOptionSelectedChange($event, 'value', 'label')},"focus":function($event){return _vm.handleLoadDictOptions(_vm.selected.remoteOption.remoteDict, _vm.selected.columnName)}},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.options[_vm.selected.columnName]),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.label,"value":option.value}})}),1)],1)]:_c('el-form-item',{staticClass:"big",attrs:{"prop":"value"}},[_c('el-select',{staticClass:"big",attrs:{"popper-class":"data-filter-select","size":_vm.size,"clearable":"","filterable":""},model:{value:(_vm.data.value),callback:function ($$v) {_vm.$set(_vm.data, "value", $$v)},expression:"data.value"}},_vm._l((_vm.getTriggerColumnOptions()),function(option){return _c('el-option',{key:option.id,attrs:{"label":option.columnLabel,"value":option.columnName}},[_c('span',{staticClass:"el-option-item left"},[_vm._v(_vm._s(option.columnLabel))]),_c('span',{staticClass:"el-option-item right"},[_vm._v(_vm._s(option.columnName))])])}),1)],1)]:_vm._e()]:(_vm.WIDGET_DATETIME_MAP[_vm.selected.widgetType])?[(_vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleOperateTypeChange},model:{value:(_vm.data.operateType),callback:function ($$v) {_vm.$set(_vm.data, "operateType", $$v)},expression:"data.operateType"}},[_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.EQ,"value":_vm.OPERATE_TYPE.EQ}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NE,"value":_vm.OPERATE_TYPE.NE}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.GT,"value":_vm.OPERATE_TYPE.GT}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.LT,"value":_vm.OPERATE_TYPE.LT}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.GE,"value":_vm.OPERATE_TYPE.GE}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.LE,"value":_vm.OPERATE_TYPE.LE}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.IS_EMPTY,"value":_vm.OPERATE_TYPE.IS_EMPTY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.NOT_EMPTY,"value":_vm.OPERATE_TYPE.NOT_EMPTY}}),_c('el-option',{attrs:{"label":_vm.OPERATE_NAME.BETWEEN,"value":_vm.OPERATE_TYPE.BETWEEN}})],1)],1):_vm._e(),([_vm.OPERATE_TYPE.IS_EMPTY, _vm.OPERATE_TYPE.NOT_EMPTY].indexOf(_vm.data.operateType) < 0)?[(_vm.hasTriggerValue && _vm.data.operateType !== _vm.OPERATE_TYPE.BETWEEN && _vm.isAdvancedMode)?_c('el-form-item',{staticClass:"small"},[_c('el-select',{attrs:{"filterable":""},on:{"change":_vm.handleValueTypeChange},model:{value:(_vm.data.valueType),callback:function ($$v) {_vm.$set(_vm.data, "valueType", $$v)},expression:"data.valueType"}},[_c('el-option',{attrs:{"label":_vm.VALUE_NAME.FIXED,"value":_vm.VALUE_TYPE.FIXED}}),(_vm.hasTriggerValue)?_c('el-option',{attrs:{"label":_vm.VALUE_NAME.TRIGGER_VALUE,"value":_vm.VALUE_TYPE.TRIGGER_VALUE}}):_vm._e()],1)],1):_vm._e(),(_vm.data.valueType !== _vm.VALUE_TYPE.TRIGGER_VALUE)?[([_vm.OPERATE_TYPE.IS_EMPTY, _vm.OPERATE_TYPE.NOT_EMPTY].indexOf(_vm.data.operateType) < 0)?_c('el-form-item',{class:{
|
|
3999
3999
|
big: _vm.data.operateType !== _vm.OPERATE_TYPE.BETWEEN,
|
|
4000
4000
|
'big-double': _vm.data.operateType === _vm.OPERATE_TYPE.BETWEEN
|
|
@@ -4075,7 +4075,7 @@ var data_filter_const = __webpack_require__("584c");
|
|
|
4075
4075
|
// EXTERNAL MODULE: ./src/components/AddressSelector/AddressSelector.vue + 4 modules
|
|
4076
4076
|
var AddressSelector = __webpack_require__("827b");
|
|
4077
4077
|
|
|
4078
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4078
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataFilters/FilterItems/DateTimeFilterComp.vue?vue&type=template&id=097cd145&scoped=true
|
|
4079
4079
|
var DateTimeFilterCompvue_type_template_id_097cd145_scoped_true_render = function () {
|
|
4080
4080
|
var this$1 = this;
|
|
4081
4081
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isReload)?_c('div',{staticClass:"outline-css"},[(_vm.data.operateType===_vm.OPERATE_TYPE.BETWEEN&&_vm.selected.rawOptions.type!=='year')?_c('el-date-picker',{attrs:{"picker-options":_vm.pickerOptions,"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"type":_vm.dateRange,"clearable":"","value-format":"timestamp"},model:{value:(_vm.valveDate),callback:function ($$v) {_vm.valveDate=$$v},expression:"valveDate"}}):_vm._e(),(_vm.data.operateType===_vm.OPERATE_TYPE.BETWEEN&&_vm.selected.rawOptions.type==='year')?[_c('year-between-filter',{attrs:{"selected":_vm.selected,"size":_vm.size,"value":_vm.valveDate},on:{"onChange":function (val) { this$1.valveDate = val; }}})]:(_vm.data.operateType!==_vm.OPERATE_TYPE.BETWEEN&&_vm.data.operateType!==_vm.OPERATE_TYPE.IS_EMPTY&&_vm.data.operateType!==_vm.OPERATE_TYPE.NOT_EMPTY)?_c('el-date-picker',{attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelect', { name: _vm.selected.columnLabel }),"size":_vm.size,"type":_vm.selected.rawOptions.type,"clearable":"","value-format":"timestamp"},model:{value:(_vm.valveDate),callback:function ($$v) {_vm.valveDate=$$v},expression:"valveDate"}}):_vm._e()],2):_vm._e()}
|
|
@@ -4084,7 +4084,7 @@ var DateTimeFilterCompvue_type_template_id_097cd145_scoped_true_staticRenderFns
|
|
|
4084
4084
|
|
|
4085
4085
|
// CONCATENATED MODULE: ./src/components/DataFilters/FilterItems/DateTimeFilterComp.vue?vue&type=template&id=097cd145&scoped=true
|
|
4086
4086
|
|
|
4087
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4087
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataFilters/FilterItems/YearBetweenFilter.vue?vue&type=template&id=245b4abc&scoped=true
|
|
4088
4088
|
var YearBetweenFiltervue_type_template_id_245b4abc_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"year-between-filter-container"},[(_vm.dataList.length && _vm.selected)?[_c('el-date-picker',{staticClass:"year-between-item",attrs:{"size":_vm.size,"clearable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.date.min'),"type":"year","value-format":"timestamp"},on:{"change":_vm.onChange},model:{value:(_vm.dataList[0]),callback:function ($$v) {_vm.$set(_vm.dataList, 0, $$v)},expression:"dataList[0]"}}),_c('div',{staticClass:"between-icon"},[_vm._v(_vm._s('-'))]),_c('el-date-picker',{staticClass:"year-between-item",attrs:{"size":_vm.size,"clearable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.date.max'),"type":"year","value-format":"timestamp"},on:{"change":_vm.onChange},model:{value:(_vm.dataList[1]),callback:function ($$v) {_vm.$set(_vm.dataList, 1, $$v)},expression:"dataList[1]"}})]:_vm._e()],2)}
|
|
4089
4089
|
var YearBetweenFiltervue_type_template_id_245b4abc_scoped_true_staticRenderFns = []
|
|
4090
4090
|
|
|
@@ -4461,7 +4461,7 @@ var DateTimeFilterComp_component = Object(componentNormalizer["a" /* default */]
|
|
|
4461
4461
|
// EXTERNAL MODULE: ./src/components/CascaderSelector/CascaderSelector.vue + 5 modules
|
|
4462
4462
|
var CascaderSelector = __webpack_require__("d0c2");
|
|
4463
4463
|
|
|
4464
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4464
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TagEditor/TagEditor.vue?vue&type=template&id=206d4577&scoped=true
|
|
4465
4465
|
var TagEditorvue_type_template_id_206d4577_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"wrap",staticClass:"public-comp-tag-editor"},[_c('el-popover',{attrs:{"width":_vm.width,"placement":"bottom-start","trigger":"click"}},[_c('div',{staticClass:"tag-list-container",class:_vm.size},[_c('div',{staticClass:"tag-list-opt-bar"},[_c('el-input',{ref:"saveTagInput",staticClass:"input-new-tag",attrs:{"size":_vm.size,"placeholder":"请输入筛选条件"},on:{"blur":_vm.handleInputConfirm},nativeOn:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.handleInputConfirm.apply(null, arguments)}},model:{value:(_vm.inputValue),callback:function ($$v) {_vm.inputValue=$$v},expression:"inputValue"}}),_c('el-button',{attrs:{"disabled":!_vm.inputValue.length,"size":_vm.size,"type":"primary"},on:{"click":_vm.handleInputConfirm}},[_c('base-icon',{attrs:{"icon-class":"check-line"}})],1)],1),_c('div',{staticClass:"tag-list-content"},[(_vm.value.length)?_c('div',{staticClass:"tag-list-content-main"},_vm._l((_vm.value),function(tag){return _c('el-tag',{key:tag,attrs:{"disable-transitions":true,"size":_vm.size,"closable":"","type":"success"},on:{"close":function($event){return _vm.handleClose(tag)}}},[_vm._v(" "+_vm._s(tag)+" ")])}),1):_c('div',{staticClass:"placeholder"},[_vm._v(_vm._s(_vm.placeholder))])])]),_c('div',{staticClass:"tag-editor-container",class:_vm.size,attrs:{"slot":"reference"},on:{"click":function($event){return _vm.onClick()}},slot:"reference"},[_c('div',{staticClass:"tag-short-bar"},[(_vm.value.length > 0)?[_c('el-tag',{attrs:{"disable-transitions":true,"size":_vm.size,"type":"success"},on:{"close":function($event){return _vm.handleClose(_vm.value[0])}}},[_vm._v(_vm._s(_vm.value[0]))]),(_vm.value.length > 1)?_c('el-tag',{attrs:{"disable-transitions":true,"size":_vm.size,"type":"success"}},[_vm._v(_vm._s(("+ " + (_vm.value.length - 1))))]):_vm._e()]:_c('span',{staticClass:"placeholder"},[_vm._v(_vm._s(_vm.placeholder))])],2),(_vm.clearable)?_c('div',{staticClass:"tag-opt-icon hover-show-btn",on:{"click":function($event){return _vm.onClearAll()}}},[_c('i',{staticClass:"el-icon-circle-close"})]):_vm._e(),_c('div',{staticClass:"tag-opt-icon",class:{'is-active': _vm.isOpen}},[_c('i',{staticClass:"el-icon-arrow-up"})])])])],1)}
|
|
4466
4466
|
var TagEditorvue_type_template_id_206d4577_scoped_true_staticRenderFns = []
|
|
4467
4467
|
|
|
@@ -4640,7 +4640,7 @@ var TagEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4640
4640
|
)
|
|
4641
4641
|
|
|
4642
4642
|
/* harmony default export */ var TagEditor = (TagEditor_component.exports);
|
|
4643
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4643
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataFilters/FilterItems/NumberBetweenFilter.vue?vue&type=template&id=31528af8&scoped=true
|
|
4644
4644
|
var NumberBetweenFiltervue_type_template_id_31528af8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"number-between-filter-container"},[(_vm.dataList.length && _vm.selected)?[_c('el-input-number',{attrs:{"max":_vm.getMaxValue(),"min":_vm.getMinValue(),"precision":_vm.selected.rawOptions && _vm.selected.rawOptions.precision !== undefined ? _vm.selected.rawOptions.precision : 0,"size":_vm.size,"step":_vm.selected.rawOptions && _vm.selected.rawOptions.step !== undefined ? _vm.selected.rawOptions.step : 1,"controls-position":"right","placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.number.min')},on:{"change":_vm.onChange},model:{value:(_vm.dataList[0]),callback:function ($$v) {_vm.$set(_vm.dataList, 0, $$v)},expression:"dataList[0]"}}),_c('div',{staticClass:"between-icon"},[_vm._v(_vm._s('-'))]),_c('el-input-number',{attrs:{"max":_vm.getMaxValue(),"min":_vm.getMinValue(),"precision":_vm.selected.rawOptions && _vm.selected.rawOptions.precision !== undefined ? _vm.selected.rawOptions.precision: 0,"size":_vm.size,"step":_vm.selected.rawOptions && _vm.selected.rawOptions.step !== undefined ? _vm.selected.rawOptions.step : 1,"controls-position":"right","placeholder":_vm.$iss18n.t('issfd.runtime.component.filters.number.max')},on:{"change":_vm.onChange},model:{value:(_vm.dataList[1]),callback:function ($$v) {_vm.$set(_vm.dataList, 1, $$v)},expression:"dataList[1]"}})]:_vm._e()],2)}
|
|
4645
4645
|
var NumberBetweenFiltervue_type_template_id_31528af8_scoped_true_staticRenderFns = []
|
|
4646
4646
|
|
|
@@ -6894,7 +6894,7 @@ $({ target: 'Object', stat: true }, {
|
|
|
6894
6894
|
// ESM COMPAT FLAG
|
|
6895
6895
|
__webpack_require__.r(__webpack_exports__);
|
|
6896
6896
|
|
|
6897
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6897
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/StepAddSetter.vue?vue&type=template&id=0a130684&scoped=true
|
|
6898
6898
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"option-config-section"},[_c('div',{staticClass:"option-config-tools"},[_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleAddChildren}},[_c('base-icon',{attrs:{"icon-class":"add-circle-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.stepProp.add', { title: _vm.setterConfig.setter.title }))+" ")],1)],1),_c('draggable',{attrs:{"list":_vm.widgetConfig.children,"ghostClass":"ghost","group":"options","handle":".drag-item","tag":"ul"}},_vm._l((_vm.widgetConfig.children),function(item,index){return _c('el-row',{key:index},[_c('el-input',{staticClass:"option-input",attrs:{"maxLength":30,"minLength":1,"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.stepProp.stepName'),"size":"mini"},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}},[_c('template',{slot:"append"},[_c('el-popconfirm',{attrs:{"title":_vm.$iss18n.t('issfd.components.stepProp.deleteConfirm')},on:{"confirm":function($event){return _vm.handleOptionsRemove(index)}},scopedSlots:_vm._u([{key:"reference",fn:function(){return [_c('el-button',{staticClass:"option-operator-btn-inline",attrs:{"disabled":_vm.widgetConfig.children.length === 1}},[_c('base-icon',{staticClass:"error-color",attrs:{"icon-class":"indeterminate-circle-line"}})],1)]},proxy:true}],null,true)}),_c('el-button',{staticClass:"option-operator-btn-inline drag-item"},[_c('base-icon',{attrs:{"icon-class":"menu-line"}})],1)],1)],2),_c('el-input',{staticClass:"option-input",attrs:{"type":"textarea","maxLength":1000,"rows":4,"minLength":1,"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.stepProp.stepDes'),"size":"mini"},model:{value:(item.description),callback:function ($$v) {_vm.$set(item, "description", $$v)},expression:"item.description"}})],1)}),1)],1)}
|
|
6899
6899
|
var staticRenderFns = []
|
|
6900
6900
|
|
|
@@ -7289,7 +7289,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
7289
7289
|
// ESM COMPAT FLAG
|
|
7290
7290
|
__webpack_require__.r(__webpack_exports__);
|
|
7291
7291
|
|
|
7292
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7292
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/OrganLevelSetter.vue?vue&type=template&id=8ab5749e
|
|
7293
7293
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical",staticStyle:{"margin-bottom":"10px"}},[_c('el-switch',{model:{value:(_vm.widgetConfig.options.showLevel),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "showLevel", $$v)},expression:"widgetConfig.options.showLevel"}})],1),(_vm.widgetConfig.options.showLevel)?_c('div',[_c('el-input-number',{model:{value:(_vm.widgetConfig.options.levels),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "levels", $$v)},expression:"widgetConfig.options.levels"}}),_c('el-popover',{attrs:{"placement":"top","width":"160","popper-class":"custom-org-children-pop"},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('el-input',{attrs:{"type":"textarea","rows":6,"placeholder":"请输入内容"},model:{value:(_vm.widgetConfig.options.customChilds),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "customChilds", $$v)},expression:"widgetConfig.options.customChilds"}}),_c('el-button',{class:{ 'custom-org-child-is-set': _vm.isSet },staticStyle:{"margin-top":"10px"},attrs:{"slot":"reference"},on:{"click":function($event){return _vm.$emit('onClose')}},slot:"reference"},[_vm._v(_vm._s(_vm.buttonName))])],1)],1):_vm._e()])}
|
|
7294
7294
|
var staticRenderFns = []
|
|
7295
7295
|
|
|
@@ -7443,7 +7443,7 @@ module.exports = function (name) {
|
|
|
7443
7443
|
|
|
7444
7444
|
"use strict";
|
|
7445
7445
|
|
|
7446
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7446
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/CodeEditor/index.vue?vue&type=template&id=350c8727
|
|
7447
7447
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],ref:"main",staticClass:"iss-code-editor",style:({width: _vm.width, height: _vm.height}),attrs:{"id":_vm.id}})}
|
|
7448
7448
|
var staticRenderFns = []
|
|
7449
7449
|
|
|
@@ -7698,7 +7698,7 @@ module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {
|
|
|
7698
7698
|
|
|
7699
7699
|
"use strict";
|
|
7700
7700
|
|
|
7701
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7701
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/HelpPopovers/FormActionListNote.vue?vue&type=template&id=23a74aec&scoped=true
|
|
7702
7702
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{attrs:{"placement":"top","popper-class":"help-icon-popper","trigger":"click","width":"500"}},[_c('div',{staticClass:"form-style-list-note-container"},[_c('el-tabs',{model:{value:(_vm.activeTabName),callback:function ($$v) {_vm.activeTabName=$$v},expression:"activeTabName"}},[_c('el-tab-pane',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.intro'),"name":"0"}},[_c('el-descriptions',{attrs:{"column":1,"border":""}},[_c('el-descriptions-item',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.introContent.title'),"labelClassName":"td-header"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.action.introContent.line1'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.action.introContent.line2'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.action.introContent.line3'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.action.introContent.line4'))),_c('br')]),_c('el-descriptions-item',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.lang.title'),"labelClassName":"td-header"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.help.action.lang.content')))]),_c('el-descriptions-item',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.range.title'),"labelClassName":"td-header"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.help.action.range.content')))])],1)],1),_c('el-tab-pane',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.code.demo'),"name":"1"}},[_c('el-collapse',{attrs:{"accordion":""},model:{value:(_vm.activeNames),callback:function ($$v) {_vm.activeNames=$$v},expression:"activeNames"}},_vm._l((_vm.exampleList),function(item){return _c('el-collapse-item',{key:item.name,attrs:{"name":item.name,"title":item.title}},[_c('code-editor',{attrs:{"is-read-only":true,"height":"150px","mode":"javascript"},model:{value:(item.code),callback:function ($$v) {_vm.$set(item, "code", $$v)},expression:"item.code"}}),_c('div',{staticClass:"opt-btn-bar"},[_c('el-button',{staticClass:"copy-btn",attrs:{"data-clipboard-text":item.code,"type":"text"},on:{"click":function($event){$event.stopPropagation();return _vm.handleCopyCode($event, item.code)}}},[_c('base-icon',{attrs:{"icon-class":"file-copy-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.copy'))+" ")],1)],1)],1)}),1)],1)],1)],1),_c('span',{staticClass:"help-icon",attrs:{"slot":"reference"},slot:"reference"},[_c('i',{staticClass:"ri-question-fill base-help-icon"}),_vm._v(_vm._s(_vm.$iss18n.t('issfd.help.action.instruction')))])])}
|
|
7703
7703
|
var staticRenderFns = []
|
|
7704
7704
|
|
|
@@ -29181,7 +29181,7 @@ module.exports = {
|
|
|
29181
29181
|
// ESM COMPAT FLAG
|
|
29182
29182
|
__webpack_require__.r(__webpack_exports__);
|
|
29183
29183
|
|
|
29184
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29184
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/DefaultValueSetter.vue?vue&type=template&id=5bdb3f9e&scoped=true
|
|
29185
29185
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container"},[_c('div',[(_vm.valueType === 'static')?_vm._t("default",function(){return [(_vm.widgetConfig.type === 'date')?_c('el-date-picker',{style:({ width: '100%' }),attrs:{"clearable":true,"type":_vm.widgetConfig.options.type,"value-format":"timestamp","disabled":_vm.valueType === 'current'},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}}):(_vm.widgetConfig.type === 'number')?_c('el-input-number',{attrs:{"max":_vm.widgetConfig.options.max,"min":_vm.widgetConfig.options.min,"precision":_vm.widgetConfig.options.closePrecision ? undefined : _vm.widgetConfig.options.precision,"step":_vm.widgetConfig.options.step},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}}):(_vm.widgetConfig.type === 'textarea')?_c('el-input',{attrs:{"rows":5,"clearable":"","maxLength":"1000","placeholder":_vm.$iss18n.t('issfd.components.inputProp.defaultPlaceholder'),"type":"textarea"},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}}):_c('el-input',{attrs:{"clearable":"","maxLength":"50","placeholder":_vm.$iss18n.t('issfd.components.inputProp.defaultPlaceholder')},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}})]}):_vm._e(),(_vm.valueType === 'current')?[_c('el-date-picker',{style:({ width: '100%' }),attrs:{"clearable":true,"type":_vm.widgetConfig.options.type,"value-format":"timestamp","disabled":_vm.valueType === 'current'},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}})]:_vm._e(),(_vm.valueType === 'variable')?_c('el-select',{attrs:{"clearable":"","filterable":"","placeholder":_vm.$iss18n.t('issfd.components.inputProp.defaultSelectPlaceholder'),"size":"mini"},model:{value:(_vm.widgetConfig.options.defaultVariable),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultVariable", $$v)},expression:"widgetConfig.options.defaultVariable"}},_vm._l((_vm.variableList),function(v){return _c('el-option',{key:v.value,attrs:{"label":v.label,"value":v.value}})}),1):_vm._e(),(_vm.valueType === 'formula')?[_c('el-button',{staticStyle:{"width":"100%"},attrs:{"plain":"","type":"primary"},on:{"click":_vm.openFormulaEditor}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.inputProp.formula', {expr: _vm.formulaSet ? _vm.$iss18n.t('issfd.components.inputProp.set') : ''}))+" ")]),_vm._t("formula-slot")]:_vm._e()],2),(_vm.formulaEditorVisible)?_c('formula-editor',{attrs:{"show":_vm.formulaEditorVisible,"formula":_vm.widgetConfig.options.formula,"modelNameMap":_vm.widgetConfig.options.formulaModelNameMap,"modelTypeMap":_vm.widgetConfig.options.formulaModelTypeMap,"field":_vm.widgetConfig,"fields":_vm.fields,"title":_vm.$iss18n.t('issfd.components.inputProp.formulaTitle'),"subtitle":_vm.$iss18n.t('issfd.components.inputProp.formulaSubTitle')},on:{"update:show":function($event){_vm.formulaEditorVisible=$event},"on-confirm":_vm.handleFormulaEditResult}}):_vm._e()],1)}
|
|
29186
29186
|
var staticRenderFns = []
|
|
29187
29187
|
|
|
@@ -29191,7 +29191,7 @@ var staticRenderFns = []
|
|
|
29191
29191
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
29192
29192
|
var variable_list = __webpack_require__("f016");
|
|
29193
29193
|
|
|
29194
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29194
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FormulaEditor/FormulaEditor.vue?vue&type=template&id=67993618
|
|
29195
29195
|
var FormulaEditorvue_type_template_id_67993618_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"visible":_vm.dialogShow,"close-on-click-modal":false,"width":"800px","append-to-body":"","custom-class":_vm.customClass},on:{"update:visible":function($event){_vm.dialogShow=$event},"closed":_vm.handleDialogClosed}},[_c('div',{staticClass:"formula-editor-dialog-title",attrs:{"slot":"title"},slot:"title"},[_c('span',{staticClass:"formula-editor-dialog__title"},[_vm._v(_vm._s(_vm.title))]),_c('span',{staticClass:"formula-editor-dialog__subtitle"},[_vm._v(_vm._s(_vm.subtitle))])]),_c('div',{staticClass:"vs-formula-pane"},[_vm._t("default"),_c('div',{staticClass:"vs-formula-tips"},[_c('div',{staticClass:"vs-formula-tips--left"},[_c('i',{staticClass:"el-icon-warning"}),_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.formula.title')))])])]),_c('div',{staticClass:"ve-formula-control vs-formula-editor"},[_c('div',{staticClass:"formula-pane-main"},[_c('div',{staticClass:"formula-pane-top"},[_c('div',{staticClass:"formula-pane formula-pane-editor"},[_c('p',{staticClass:"formula-pane-title"},[_c('span',{staticClass:"formula-pane-field-name",attrs:{"title":_vm.field.name}},[_vm._v(" "+_vm._s(_vm.field.name)+" ")]),_c('span',{staticClass:"formula-pane-subtitle"},[_vm._v("=")])]),_c('div',{staticClass:"formula-pane-content"},[_c('div',{staticClass:"formula-editor"},[_c('codemirror',{ref:"cmEditor",attrs:{"options":_vm.cmOptions},on:{"ready":_vm.onCmReady,"inputRead":_vm.onInputRead,"changes":_vm.handleChanges,"cursorActivity":_vm.handleCursorActivity},model:{value:(_vm.code),callback:function ($$v) {_vm.code=$$v},expression:"code"}})],1),(_vm.errmsg)?_c('div',{staticClass:"formula-err-msg"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.formula.validateInfo', {errmsg: _vm.errmsg})))]):_vm._e()])])]),_c('div',{staticClass:"formula-pane-bottom"},[_c('div',{staticClass:"formula-pane formula-pane-vars"},[_c('p',{staticClass:"formula-pane-title"},[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.formula.avaCols')))])]),_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.fieldsLoading),expression:"fieldsLoading"}],staticClass:"formula-pane-main"},[(!_vm.fieldsLoading)?[(_vm.fieldTreeDataIsEmpty)?[_c('div',{staticClass:"field-tree-data-empty"},[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.formula.emptyCols')))])])]:[_c('div',{staticClass:"formula-pane-search"},[_c('el-input',{attrs:{"prefix-icon":"el-icon-search","placeholder":_vm.$iss18n.t('issfd.coreDesigner.formula.search'),"clearable":""},model:{value:(_vm.filterFieldText),callback:function ($$v) {_vm.filterFieldText=$$v},expression:"filterFieldText"}})],1),_c('div',{staticClass:"formula-pane-content no-padding"},[_c('el-tree',{ref:"fieldTree",staticClass:"filter-tree",attrs:{"data":_vm.fieldTreeData,"props":_vm.fieldTreeProps,"filter-node-method":_vm.filterNode,"empty-text":_vm.$iss18n.t('issfd.coreDesigner.formula.notFound'),"default-expand-all":""},on:{"node-click":_vm.handleFieldTreeNodeClick},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
29196
29196
|
var node = ref.node;
|
|
29197
29197
|
var data = ref.data;
|
|
@@ -31474,7 +31474,7 @@ __webpack_require__("f034");
|
|
|
31474
31474
|
// ESM COMPAT FLAG
|
|
31475
31475
|
__webpack_require__.r(__webpack_exports__);
|
|
31476
31476
|
|
|
31477
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
31477
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/CustomClassSetter.vue?vue&type=template&id=7c9261c4
|
|
31478
31478
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-select',{attrs:{"allow-create":"","default-first-option":"","filterable":"","multiple":""},model:{value:(_vm.customClassArray),callback:function ($$v) {_vm.customClassArray=$$v},expression:"customClassArray"}},_vm._l((_vm.sheets),function(item){return _c('el-option',{key:item,attrs:{"label":item,"value":item}})}),1)],1)}
|
|
31479
31479
|
var staticRenderFns = []
|
|
31480
31480
|
|
|
@@ -36597,7 +36597,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PR
|
|
|
36597
36597
|
// ESM COMPAT FLAG
|
|
36598
36598
|
__webpack_require__.r(__webpack_exports__);
|
|
36599
36599
|
|
|
36600
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
36600
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/UnitSwitchSetter.vue?vue&type=template&id=ba8f10e2
|
|
36601
36601
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.switchProp.showUnit')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.showSuffix),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "showSuffix", $$v)},expression:"widgetConfig.options.showSuffix"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.switchProp.unit')))]),_c('el-input',{attrs:{"disabled":!_vm.widgetConfig.options.showSuffix,"maxlength":"10","placeholder":_vm.$iss18n.t('issfd.components.switchProp.unitTip')},model:{value:(_vm.widgetConfig.options.suffix),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "suffix", $$v)},expression:"widgetConfig.options.suffix"}})],1)])}
|
|
36602
36602
|
var staticRenderFns = []
|
|
36603
36603
|
|
|
@@ -36672,7 +36672,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
36672
36672
|
// ESM COMPAT FLAG
|
|
36673
36673
|
__webpack_require__.r(__webpack_exports__);
|
|
36674
36674
|
|
|
36675
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
36675
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/CheckboxSetter.vue?vue&type=template&id=2498e181
|
|
36676
36676
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-checkbox',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},[_vm._t("default",function(){return [(_vm.setterConfig.setter.label)?_c('span',[_vm._v(_vm._s(_vm.setterConfig.setter.label))]):_vm._e()]})],2),(_vm.setterConfig.setter.tip)?_c('base-help-icon',{attrs:{"content":_vm.setterConfig.setter.tip}}):_vm._e()],1)}
|
|
36677
36677
|
var staticRenderFns = []
|
|
36678
36678
|
|
|
@@ -38655,7 +38655,7 @@ module.exports = function isSupersetOf(other) {
|
|
|
38655
38655
|
// ESM COMPAT FLAG
|
|
38656
38656
|
__webpack_require__.r(__webpack_exports__);
|
|
38657
38657
|
|
|
38658
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38658
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/ButtonControlSetter.vue?vue&type=template&id=c4c56d30
|
|
38659
38659
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-switch',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
38660
38660
|
var staticRenderFns = []
|
|
38661
38661
|
|
|
@@ -38743,7 +38743,7 @@ module.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
|
|
|
38743
38743
|
|
|
38744
38744
|
"use strict";
|
|
38745
38745
|
|
|
38746
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38746
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/OrganizationSelector/OrganizationSelector.vue?vue&type=template&id=2328f034
|
|
38747
38747
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c(_vm.resolvedComponent,_vm._g(_vm._b({tag:"component"},'component',_vm.boundProps,false),_vm.forwardedListeners))}
|
|
38748
38748
|
var staticRenderFns = []
|
|
38749
38749
|
|
|
@@ -38753,7 +38753,7 @@ var staticRenderFns = []
|
|
|
38753
38753
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
38754
38754
|
var objectSpread2 = __webpack_require__("5530");
|
|
38755
38755
|
|
|
38756
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38756
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/OrganizationSelector/OrganizationSelectorPc.vue?vue&type=template&id=39022f40
|
|
38757
38757
|
var OrganizationSelectorPcvue_type_template_id_39022f40_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"organization-selector el-select",class:[_vm.componentSize ? 'el-select--' + _vm.componentSize : '']},[(_vm.visible)?_c('el-dialog',{staticClass:"organization-selector-pc",attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"disabled":_vm.disabled,"title":_vm.dialogTitle,"visible":_vm.visible,"append-to-body":"","custom-class":"organization-selector-dialog","placement":"bottom-start","width":"800px"},on:{"update:visible":function($event){_vm.visible=$event},"close":_vm.onDialogClose}},[_c('div',{staticClass:"tree-select-section-left"},[_c('div',{staticClass:"member-org-detail-list-container"},[(_vm.optionScopeType === 'PERSON')?_c('div',{staticClass:"member-org-detail-title-bar"},[_c('el-input',{attrs:{"clearable":"","maxLength":"20","placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.keyword),callback:function ($$v) {_vm.keyword=$$v},expression:"keyword"}})],1):_vm._e(),(!_vm.isSearching)?_c('div',{staticClass:"b-scroll"},[_c('div',{staticClass:"member-org-detail-list-item-container",class:{ 'single-select': !_vm.multiple }},[(_vm.optionScopeType === 'ORGAN')?_c('div',{staticClass:"member-org-detail-title-bar"},[_c('el-input',{attrs:{"clearable":"","maxLength":"20","placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.filterText),callback:function ($$v) {_vm.filterText=$$v},expression:"filterText"}})],1):_vm._e(),_c('el-tree',{ref:"nodeTree",staticClass:"organization-tree",attrs:{"default-checked-keys":_vm.selected.map(function (item) {
|
|
38758
38758
|
return item.code;
|
|
38759
38759
|
}),"indent":8,"load":_vm.loadTreeNode,"filter-node-method":_vm.filterNode,"props":{ label: 'name', children: 'children', isLeaf: 'isLeaf' },"check-strictly":"","lazy":"","node-key":"code","show-checkbox":"","check-on-click-node":_vm.checkOnClick},on:{"check-change":_vm.onCheckedTreeNodeChange},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
@@ -38825,7 +38825,7 @@ var es_string_trim = __webpack_require__("498a");
|
|
|
38825
38825
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
38826
38826
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
38827
38827
|
|
|
38828
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38828
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/MemberSelectorItem.vue?vue&type=template&id=274b61f1
|
|
38829
38829
|
var MemberSelectorItemvue_type_template_id_274b61f1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{staticClass:"member-org-detail-item",class:{ 'is-active': _vm.isActive },attrs:{"title":_vm.data.name}},[(_vm.multiple)?_c('el-checkbox',{staticClass:"member-org-manage-check",attrs:{"disabled":_vm.isDisabled,"value":_vm.isSelected},on:{"change":_vm.handleClick}}):_c('div',{staticClass:"pms-radio-area"},[_c('div',{staticClass:"pms-member-org-radio-check",class:{ 'pms-radio-in-left': _vm.left, 'pms-radio-left-add-select': _vm.data.add },attrs:{"disabled":_vm.isDisabled},on:{"click":_vm.handleRadioClick}},[_c('div',{staticClass:"selcted-point"})])]),_c('div',{staticClass:"member-org-detail-item-wrapper item-org",on:{"click":_vm.handleSwitch}},[_c('div',{staticClass:"member-org-detail-icon"},[(_vm.data.type === 'region' || _vm.data.type === 'root')?_c('base-icon',{attrs:{"icon-class":"government-line"}}):_vm._e(),(_vm.data.type === 'organ')?_c('base-icon',{attrs:{"icon-class":"organization-chart"}}):_vm._e(),(_vm.data.type === 'user')?_c('base-icon',{attrs:{"icon-class":"user-3-line"}}):_vm._e(),(_vm.data.type === 'role')?_c('base-icon',{attrs:{"icon-class":"shield-user-line"}}):_vm._e()],1),_c('span',{staticClass:"member-org-detail-title"},[_vm._v(" "+_vm._s(_vm.data.name)+" "),(_vm.data.type === 'user' && _vm.data.account)?_c('small',[_vm._v(_vm._s(_vm.data.account))]):_vm._e()]),_c('div',{staticClass:"member-org-spacing"}),(_vm.showAppend)?_c('span',{staticClass:"member-org-detail-append"},[_c('base-icon',{attrs:{"icon-class":"arrow-right-s-line"}})],1):_vm._e()])],1)}
|
|
38830
38830
|
var MemberSelectorItemvue_type_template_id_274b61f1_staticRenderFns = []
|
|
38831
38831
|
|
|
@@ -39851,7 +39851,7 @@ var OrganizationSelectorPc_component = Object(componentNormalizer["a" /* default
|
|
|
39851
39851
|
)
|
|
39852
39852
|
|
|
39853
39853
|
/* harmony default export */ var OrganizationSelectorPc = (OrganizationSelectorPc_component.exports);
|
|
39854
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
39854
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/OrganizationSelector/OrganizationSelectorMobile.vue?vue&type=template&id=80f578be
|
|
39855
39855
|
var OrganizationSelectorMobilevue_type_template_id_80f578be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[_vm.componentSize ? 'el-select--' + _vm.componentSize : '', 'organization-selector', 'organization-selector-mobile-van', 'el-select']},[_c('van-dialog',{attrs:{"title":_vm.dialogTitle,"show-confirm-button":false,"show-cancel-button":false,"close-on-click-overlay":true,"get-container":"body","class-name":"organization-selector-van-dialog"},on:{"closed":_vm.onVanDialogClosed,"overlay":_vm.handleDialogDismiss},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('div',{staticClass:"organization-selector-van-dialog__body"},[_c('div',{staticClass:"organization-selector-van-dialog__section organization-selector-dialog"},[(_vm.optionScopeType === 'PERSON')?_c('div',{staticClass:"organization-selector-van-dialog__toolbar"},[_c('el-input',{attrs:{"clearable":"","maxLength":"20","placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.keyword),callback:function ($$v) {_vm.keyword=$$v},expression:"keyword"}})],1):_vm._e(),(_vm.optionScopeType === 'ORGAN')?_c('div',{staticClass:"organization-selector-van-dialog__toolbar"},[_c('el-input',{attrs:{"clearable":"","maxLength":"20","placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.filterText),callback:function ($$v) {_vm.filterText=$$v},expression:"filterText"}})],1):_vm._e(),_c('div',{staticClass:"organization-selector-van-dialog__scroll"},[(!_vm.isSearching)?_c('div',{staticClass:"member-org-detail-list-item-container",class:{ 'single-select': !_vm.multiple }},[_c('el-tree',{key:_vm.treeSessionKey,ref:"nodeTree",staticClass:"organization-tree",attrs:{"default-checked-keys":_vm.selected.map(function (item) { return item.code; }),"indent":8,"load":_vm.loadTreeNode,"filter-node-method":_vm.filterNode,"props":{ label: 'name', children: 'children', isLeaf: 'isLeaf' },"check-strictly":"","lazy":"","node-key":"code","show-checkbox":"","check-on-click-node":_vm.checkOnClick},on:{"check-change":_vm.onCheckedTreeNodeChange},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
39856
39856
|
var node = ref.node;
|
|
39857
39857
|
var data = ref.data;
|
|
@@ -42405,7 +42405,7 @@ module.exports = !fails(function () {
|
|
|
42405
42405
|
|
|
42406
42406
|
"use strict";
|
|
42407
42407
|
|
|
42408
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42408
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RelatedForm/RelatedForm.vue?vue&type=template&id=49bbc819
|
|
42409
42409
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"related-form-container"},[(_vm.printRead && _vm.selected && _vm.widget)?[_vm._v(" "+_vm._s(_vm.displayValue)+" ")]:(!_vm.printRead)?[(_vm.platform === 'mobile')?_c('custom-mobile-select',{attrs:{"platform":_vm.platform,"options":_vm.options,"disabled":_vm.disabledValue,"clearable":_vm.clearable,"element":_vm.widget,"showLabel":_vm.displayValue,"loading":_vm.loading,"filterable":"","showAppend":""},on:{"loadmore":_vm.loadmore,"search":_vm.handleSelectFilter,"change":_vm.handleChange,"visible-change":_vm.handleVisibleChange,"btn-click":function($event){_vm.visible = true},"radio-item":function (item) { return (_vm.displayValue = item.label); }},model:{value:(_vm.aboutTableValue),callback:function ($$v) {_vm.aboutTableValue=$$v},expression:"aboutTableValue"}}):[_c('el-select',{directives:[{name:"el-select-loadmore",rawName:"v-el-select-loadmore",value:(_vm.loadmore),expression:"loadmore"}],staticClass:"main",attrs:{"loading":_vm.loading,"clearable":_vm.clearable,"disabled":_vm.disabledValue,"filter-method":_vm.handleSelectFilter,"placeholder":_vm.loading ? '正在加载数据...' : _vm.placeholder,"value":_vm.tempSelected},on:{"change":_vm.handleChange,"visible-change":_vm.handleVisibleChange}},[(_vm.loading)?_c('el-icon',{attrs:{"slot":"prefix","name":"loading"},slot:"prefix"}):_vm._e(),_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value},nativeOn:{"click":function($event){$event.stopPropagation();_vm.displayValue = item.label}}})})],2),_c('el-button',{staticClass:"suffix",attrs:{"disabled":_vm.loading ? true : _vm.disabledValue},on:{"click":function($event){_vm.visible = true}}},[_c('base-icon',{attrs:{"icon-class":"links-line"}})],1)]]:_vm._e(),(_vm.visible)?_c('SelectionListDialog',{attrs:{"widget":_vm.widget,"platform":_vm.platform},on:{"confirm":_vm.handleConfirm},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}}):_vm._e()],2)}
|
|
42410
42410
|
var staticRenderFns = []
|
|
42411
42411
|
|
|
@@ -42457,7 +42457,7 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
42457
42457
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
42458
42458
|
var web_dom_collections_iterator = __webpack_require__("ddb0");
|
|
42459
42459
|
|
|
42460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42460
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RelatedForm/SelectionListDialog.vue?vue&type=template&id=4ae1e36e&scoped=true
|
|
42461
42461
|
var SelectionListDialogvue_type_template_id_4ae1e36e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('icd-dialog',{staticClass:"iss-form-renderer-dialog-mini-container",attrs:{"close-on-click-modal":_vm.platform === 'mobile',"close-on-press-escape":false,"title":("选择" + (_vm.widget.options.relatedFormInfo.formName)),"visible":_vm.visible,"width":"1000px","append-to-body":"","custom-class":_vm.platform === 'mobile' ? 'iss-form-renderer-dialog-control selection-dialog-container mobile' : 'iss-form-renderer-dialog-control selection-dialog-container',"platform":_vm.platform,"mobile-height":_vm.platform === 'mobile' ? 'auto' : undefined},on:{"close":function($event){return _vm.$emit('change', false)}}},[_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],class:[
|
|
42462
42462
|
'main',
|
|
42463
42463
|
_vm.platform
|
|
@@ -42490,7 +42490,7 @@ var api_adapter = __webpack_require__("7694");
|
|
|
42490
42490
|
// EXTERNAL MODULE: ./src/util/table-config.js
|
|
42491
42491
|
var table_config = __webpack_require__("b860");
|
|
42492
42492
|
|
|
42493
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42493
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableColumnRender/TableColumnRender.vue?vue&type=template&id=379521b5&scoped=true
|
|
42494
42494
|
var TableColumnRendervue_type_template_id_379521b5_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.colData)?_c('div',{staticClass:"table-column-render-container"},[(_vm.col.columnStatusEnabled
|
|
42495
42495
|
&& _vm.columnStatusList
|
|
42496
42496
|
&& _vm.columnStatusList.length
|
|
@@ -42534,7 +42534,7 @@ var widget_public_const = __webpack_require__("e2e6");
|
|
|
42534
42534
|
// EXTERNAL MODULE: ./src/util/datetime.js
|
|
42535
42535
|
var datetime = __webpack_require__("eb5f");
|
|
42536
42536
|
|
|
42537
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42537
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableColumnRender/RateRender.vue?vue&type=template&id=bf2f2e72
|
|
42538
42538
|
var RateRendervue_type_template_id_bf2f2e72_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"className":"rate-render-container"}},[(_vm.colData[_vm.col.columnName])?[_vm._v(" "+_vm._s(_vm.colData[_vm.col.columnName])+" "+_vm._s(_vm.col.rawOptions.showScore && _vm.col.rawOptions.suffix !== undefined ? _vm.col.rawOptions.suffix : '')+" ")]:_vm._e()],2)}
|
|
42539
42539
|
var RateRendervue_type_template_id_bf2f2e72_staticRenderFns = []
|
|
42540
42540
|
|
|
@@ -42597,7 +42597,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
42597
42597
|
)
|
|
42598
42598
|
|
|
42599
42599
|
/* harmony default export */ var RateRender = (component.exports);
|
|
42600
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42600
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableColumnRender/SwitchRender.vue?vue&type=template&id=645d0544
|
|
42601
42601
|
var SwitchRendervue_type_template_id_645d0544_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-tag',{attrs:{"type":"info"}},[_vm._v(_vm._s(_vm.getContent()))])}
|
|
42602
42602
|
var SwitchRendervue_type_template_id_645d0544_staticRenderFns = []
|
|
42603
42603
|
|
|
@@ -43850,7 +43850,7 @@ var RelatedForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
43850
43850
|
// ESM COMPAT FLAG
|
|
43851
43851
|
__webpack_require__.r(__webpack_exports__);
|
|
43852
43852
|
|
|
43853
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
43853
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/OrganCustomInterfaceSetter.vue?vue&type=template&id=51a28015
|
|
43854
43854
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical",staticStyle:{"margin-bottom":"10px"}},[_c('el-switch',{model:{value:(_vm.widgetConfig.options.customInterface),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "customInterface", $$v)},expression:"widgetConfig.options.customInterface"}})],1),(_vm.widgetConfig.options.customInterface)?_c('div',[_c('el-input',{model:{value:(_vm.widgetConfig.options.pointText),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "pointText", $$v)},expression:"widgetConfig.options.pointText"}})],1):_vm._e()])}
|
|
43855
43855
|
var staticRenderFns = []
|
|
43856
43856
|
|
|
@@ -43925,7 +43925,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
43925
43925
|
// ESM COMPAT FLAG
|
|
43926
43926
|
__webpack_require__.r(__webpack_exports__);
|
|
43927
43927
|
|
|
43928
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
43928
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/ColorSetter.vue?vue&type=template&id=704b05cb
|
|
43929
43929
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-color-picker',{attrs:{"predefine":_vm.fontColorList,"color-format":"rgb","show-alpha":""},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
43930
43930
|
var staticRenderFns = []
|
|
43931
43931
|
|
|
@@ -45000,7 +45000,7 @@ exports.default = CODE128;
|
|
|
45000
45000
|
// ESM COMPAT FLAG
|
|
45001
45001
|
__webpack_require__.r(__webpack_exports__);
|
|
45002
45002
|
|
|
45003
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
45003
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/UserNoticeOptionSetter.vue?vue&type=template&id=78d0c1c6&scoped=true
|
|
45004
45004
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"widget-form-item-group"},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.noticeProp.content')))]),_c('el-button',{on:{"click":_vm.editText}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.noticeProp.editContent')))])],1),_c('edit-text-dialog',{ref:"editTextDialog",attrs:{"element":_vm.widgetConfig},model:{value:(_vm.widgetConfig.options.contentOptions.text),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.contentOptions, "text", $$v)},expression:"widgetConfig.options.contentOptions.text"}})],1),_c('div',{staticClass:"widget-form-item-group"},[_c('el-collapse',{staticClass:"collapse-user-notice"},[_c('el-collapse-item',{staticClass:"collapse-item-user-notice",attrs:{"title":_vm.$iss18n.t('issfd.components.noticeProp.title'),"name":"1"}},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.noticeProp.text')))]),_c('el-input',{attrs:{"rows":1,"clearable":"","maxLength":"1000","placeholder":_vm.$iss18n.t('issfd.components.noticeProp.textTip'),"type":"textarea"},model:{value:(_vm.widgetConfig.options.titleOptions.text),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "text", $$v)},expression:"widgetConfig.options.titleOptions.text"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.contentPosition')))]),_c('el-radio-group',{model:{value:(_vm.widgetConfig.options.titleOptions.contentPosition),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "contentPosition", $$v)},expression:"widgetConfig.options.titleOptions.contentPosition"}},[_c('el-radio-button',{attrs:{"label":"left","title":_vm.$iss18n.t('issfd.components.positions.left')}},[_c('base-icon',{attrs:{"icon-class":"align-left"}})],1),_c('el-radio-button',{attrs:{"label":"center","title":_vm.$iss18n.t('issfd.components.positions.center')}},[_c('base-icon',{attrs:{"icon-class":"align-center"}})],1),_c('el-radio-button',{attrs:{"label":"right","title":_vm.$iss18n.t('issfd.components.positions.right')}},[_c('base-icon',{attrs:{"icon-class":"align-right"}})],1)],1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.font')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontTip')},model:{value:(_vm.widgetConfig.options.titleOptions.fontFamily),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "fontFamily", $$v)},expression:"widgetConfig.options.titleOptions.fontFamily"}},_vm._l((_vm.fontFamilyList),function(item,index){return _c('el-option',{key:'font-family_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontFamily: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right","padding-left":"1rem"}},[_vm._v(_vm._s(item.value))])])])}),1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.fontProp.fontHelpContent')}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontSize')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontSizeTip')},model:{value:(_vm.widgetConfig.options.titleOptions.fontSize),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "fontSize", $$v)},expression:"widgetConfig.options.titleOptions.fontSize"}},_vm._l((_vm.fontSizeList),function(group){return _c('el-option-group',{key:group.label,attrs:{"label":group.label}},[_vm._l((group.options),function(item,index){return [_c('el-option',{key:'font-size-item_' + index,style:({ height: item.height, lineHeight: item.height }),attrs:{"label":item.label + ' - ' + item.value,"value":item.value}},[_c('div',{style:({ fontSize: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{style:({ float: 'right' })},[_vm._v(_vm._s(item.value))])])])]})],2)}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontColor')))]),_c('el-color-picker',{attrs:{"predefine":_vm.fontColorList,"color-format":"rgb","show-alpha":""},model:{value:(_vm.widgetConfig.options.titleOptions.fontColor),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "fontColor", $$v)},expression:"widgetConfig.options.titleOptions.fontColor"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontStyle')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontStyleTip')},model:{value:(_vm.widgetConfig.options.titleOptions.fontWeight),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "fontWeight", $$v)},expression:"widgetConfig.options.titleOptions.fontWeight"}},_vm._l((_vm.fontWeightList),function(item,index){return _c('el-option',{key:'font-weight_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontWeight: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontItalic')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontItalicTip')},model:{value:(_vm.widgetConfig.options.titleOptions.fontStyle),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "fontStyle", $$v)},expression:"widgetConfig.options.titleOptions.fontStyle"}},_vm._l((_vm.fontStyleList),function(item,index){return _c('el-option',{key:'font-style-option_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontStyle: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.marginTop')))]),_c('el-input-number',{attrs:{"min":0},model:{value:(_vm.widgetConfig.options.titleOptions.marginTop),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "marginTop", $$v)},expression:"widgetConfig.options.titleOptions.marginTop"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.marginBottom')))]),_c('el-input-number',{attrs:{"min":0},model:{value:(_vm.widgetConfig.options.titleOptions.marginBottom),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.titleOptions, "marginBottom", $$v)},expression:"widgetConfig.options.titleOptions.marginBottom"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1)])],1)],1),_c('div',{staticClass:"widget-form-item-group"},[_c('el-collapse',{staticClass:"collapse-user-notice"},[_c('el-collapse-item',{staticClass:"collapse-item-user-notice",attrs:{"title":_vm.$iss18n.t('issfd.components.noticeProp.agreement'),"name":"2"}},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.text')))]),_c('el-input',{attrs:{"rows":1,"clearable":"","maxLength":"1000","placeholder":_vm.$iss18n.t('issfd.components.noticeProp.textTip'),"type":"textarea"},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.text),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "text", $$v)},expression:"widgetConfig.options.checkboxTextOptions.text"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.contentPosition')))]),_c('el-radio-group',{model:{value:(_vm.widgetConfig.options.checkboxTextOptions.contentPosition),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "contentPosition", $$v)},expression:"widgetConfig.options.checkboxTextOptions.contentPosition"}},[_c('el-radio-button',{attrs:{"label":"left","title":_vm.$iss18n.t('issfd.components.positions.left')}},[_c('base-icon',{attrs:{"icon-class":"align-left"}})],1),_c('el-radio-button',{attrs:{"label":"center","title":_vm.$iss18n.t('issfd.components.positions.center')}},[_c('base-icon',{attrs:{"icon-class":"align-center"}})],1),_c('el-radio-button',{attrs:{"label":"right","title":_vm.$iss18n.t('issfd.components.positions.right')}},[_c('base-icon',{attrs:{"icon-class":"align-right"}})],1)],1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.font')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontTip')},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.fontFamily),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "fontFamily", $$v)},expression:"widgetConfig.options.checkboxTextOptions.fontFamily"}},_vm._l((_vm.fontFamilyList),function(item,index){return _c('el-option',{key:'font-family_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontFamily: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right","padding-left":"1rem"}},[_vm._v(_vm._s(item.value))])])])}),1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.fontProp.fontHelpContent')}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontSize')))]),_c('el-select',{attrs:{"filterable":"","placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontSizeTip')},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.fontSize),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "fontSize", $$v)},expression:"widgetConfig.options.checkboxTextOptions.fontSize"}},_vm._l((_vm.fontSizeList),function(group){return _c('el-option-group',{key:group.label,attrs:{"label":group.label}},[_vm._l((group.options),function(item,index){return [_c('el-option',{key:'font-size-item_' + index,style:({ height: item.height, lineHeight: item.height }),attrs:{"label":item.label + ' - ' + item.value,"value":item.value}},[_c('div',{style:({ fontSize: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{style:({ float: 'right' })},[_vm._v(_vm._s(item.value))])])])]})],2)}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontColor')))]),_c('el-color-picker',{attrs:{"predefine":_vm.fontColorList,"color-format":"rgb","show-alpha":""},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.fontColor),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "fontColor", $$v)},expression:"widgetConfig.options.checkboxTextOptions.fontColor"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontStyle')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontStyleTip')},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.fontWeight),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "fontWeight", $$v)},expression:"widgetConfig.options.checkboxTextOptions.fontWeight"}},_vm._l((_vm.fontWeightList),function(item,index){return _c('el-option',{key:'font-weight_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontWeight: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.fontProp.fontItalic')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.fontProp.fontItalicTip')},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.fontStyle),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "fontStyle", $$v)},expression:"widgetConfig.options.checkboxTextOptions.fontStyle"}},_vm._l((_vm.fontStyleList),function(item,index){return _c('el-option',{key:'font-style-option_' + index,attrs:{"label":item.label,"value":item.value}},[_c('div',{style:({ fontStyle: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right"}},[_vm._v(_vm._s(item.value))])])])}),1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.marginTop')))]),_c('el-input-number',{attrs:{"min":0},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.marginTop),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "marginTop", $$v)},expression:"widgetConfig.options.checkboxTextOptions.marginTop"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.marginBottom')))]),_c('el-input-number',{attrs:{"min":0},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.marginBottom),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "marginBottom", $$v)},expression:"widgetConfig.options.checkboxTextOptions.marginBottom"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.noticeProp.countdown')))]),_c('el-input-number',{attrs:{"min":0},model:{value:(_vm.widgetConfig.options.checkboxTextOptions.countDown),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.checkboxTextOptions, "countDown", $$v)},expression:"widgetConfig.options.checkboxTextOptions.countDown"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("s")])],1)])],1)],1)])}
|
|
45005
45005
|
var staticRenderFns = []
|
|
45006
45006
|
|
|
@@ -45013,7 +45013,7 @@ var mixin = __webpack_require__("dc43");
|
|
|
45013
45013
|
// EXTERNAL MODULE: ./src/common/consts/font-options.js
|
|
45014
45014
|
var font_options = __webpack_require__("3786");
|
|
45015
45015
|
|
|
45016
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
45016
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/EditTextDialog.vue?vue&type=template&id=27ee4f0c
|
|
45017
45017
|
var EditTextDialogvue_type_template_id_27ee4f0c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{ref:"elDialog",attrs:{"id":_vm.id,"visible":_vm.dialogVisible,"close-on-click-modal":false,"close-on-press-escape":false,"fullscreen":false,"show-close":false,"append-to-body":"","width":"1024px","custom-class":"iss-form-dialog-container","top":"5vh"},on:{"update:visible":function($event){_vm.dialogVisible=$event}}},[_c('template',{slot:"title"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.editText'))+" ")]),(_vm.dialogVisible)?_c('rich-editor',{ref:("edit-text-dialog-" + (_vm.element.model)),attrs:{"custom-style":{
|
|
45018
45018
|
width: '100%',
|
|
45019
45019
|
height: '70vh'
|
|
@@ -46226,7 +46226,7 @@ module.exports = function (hint) {
|
|
|
46226
46226
|
// ESM COMPAT FLAG
|
|
46227
46227
|
__webpack_require__.r(__webpack_exports__);
|
|
46228
46228
|
|
|
46229
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
46229
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/DateTypeSetter.vue?vue&type=template&id=2d8e02d4&scoped=true
|
|
46230
46230
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group"},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.dateProp.type')))]),_c('el-select',{staticClass:"date-type-setter-select_width",on:{"change":_vm.handleDateTypeChange},model:{value:(_vm.widgetConfig.options.type),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "type", $$v)},expression:"widgetConfig.options.type"}},[_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.year'),"value":"year"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.yearMonth'),"value":"month"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.date'),"value":"date"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.datetime'),"value":"datetime"}})],1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.dateProp.displayFormat')))]),_c('div',[_c('el-select',{staticClass:"config-layout-content date-type-setter-select_width",attrs:{"allow-create":"","default-first-option":"","filterable":""},model:{value:(_vm.widgetConfig.options.format),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "format", $$v)},expression:"widgetConfig.options.format"}},[_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.yyyy'),"value":"yyyy"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.yyyymm'),"value":"yyyy-MM"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.yyyymmdd'),"value":"yyyy-MM-dd"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.yyyymmddHhmmss'),"value":"yyyy-MM-dd HH:mm:ss"}}),_c('el-option',{attrs:{"label":_vm.$iss18n.t('issfd.components.dateProp.formatCustom'),"value":"custom"}})],1),_c('date-time-format-note')],1)]),(_vm.widgetConfig.options.format === 'custom')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"}),_c('el-input',{attrs:{"maxlength":"40","placeholder":_vm.$iss18n.t('issfd.components.dateProp.customFormatTip')},model:{value:(_vm.widgetConfig.options.customFormat),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "customFormat", $$v)},expression:"widgetConfig.options.customFormat"}})],1):_vm._e()])}
|
|
46231
46231
|
var staticRenderFns = []
|
|
46232
46232
|
|
|
@@ -48313,7 +48313,7 @@ const isInContainer = (el, container) => {
|
|
|
48313
48313
|
// ESM COMPAT FLAG
|
|
48314
48314
|
__webpack_require__.r(__webpack_exports__);
|
|
48315
48315
|
|
|
48316
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
48316
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/QrCodeSetter.vue?vue&type=template&id=a49cdd9c
|
|
48317
48317
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group"},[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.mode'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.qrcodeProp.modeTip')}})],1),_c('el-radio-group',{staticClass:"right",attrs:{"size":"mini"},model:{value:(_vm.widgetConfig.options.mode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "mode", $$v)},expression:"widgetConfig.options.mode"}},[_c('el-radio-button',{attrs:{"label":"qr"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.qr')))]),_c('el-radio-button',{attrs:{"label":"bar"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.bar')))])],1)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.content')))]),_c('el-radio-group',{staticClass:"right",attrs:{"size":"mini"},on:{"input":_vm.changeValue},model:{value:(_vm.widgetConfig.options.qrCodeValueMode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "qrCodeValueMode", $$v)},expression:"widgetConfig.options.qrCodeValueMode"}},[_c('el-radio-button',{attrs:{"label":"static"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.contentStatic')))]),_c('el-radio-button',{attrs:{"label":"dynamic"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.contentDynamic')))])],1)],1),(_vm.widgetConfig.options.mode === 'bar')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.text')))]),_c('el-switch',{attrs:{"size":"mini"},model:{value:(_vm.widgetConfig.options.displayCodeValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "displayCodeValue", $$v)},expression:"widgetConfig.options.displayCodeValue"}})],1):_vm._e(),(_vm.widgetConfig.options.qrCodeValueMode === 'static')?_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.barContent')))]),_c('div',{staticClass:"config-layout-content marginBottom"},[_c('el-input',{attrs:{"type":"textarea","maxlength":"500","placeholder":_vm.$iss18n.t('issfd.components.qrcodeProp.barContentTip')},model:{value:(_vm.widgetConfig.options.codeValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "codeValue", $$v)},expression:"widgetConfig.options.codeValue"}})],1)]):_vm._e(),(_vm.widgetConfig.options.qrCodeValueMode === 'dynamic')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.related')))]),_c('el-select',{attrs:{"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.qrcodeProp.relatedTip')},model:{value:(_vm.widgetConfig.options.relatedField),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "relatedField", $$v)},expression:"widgetConfig.options.relatedField"}},_vm._l((_vm.qrCodeRelatedFields),function(item){return _c('el-option',{key:item.key,attrs:{"label":item.name,"value":item.model}})}),1)],1):_vm._e(),(_vm.widgetConfig.options.mode === 'qr')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.size')))]),_c('el-input-number',{staticClass:"config-number-input",attrs:{"max":500,"min":1,"step":1},model:{value:(_vm.widgetConfig.options.codeSize),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "codeSize", $$v)},expression:"widgetConfig.options.codeSize"}})],1):_vm._e(),(_vm.widgetConfig.options.mode === 'bar')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.height')))]),_c('el-input-number',{staticClass:"config-number-input",attrs:{"max":200,"min":1,"step":1},model:{value:(_vm.widgetConfig.options.codeHeight),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "codeHeight", $$v)},expression:"widgetConfig.options.codeHeight"}})],1)]:_vm._e()],2)}
|
|
48318
48318
|
var staticRenderFns = []
|
|
48319
48319
|
|
|
@@ -49215,7 +49215,7 @@ module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
|
|
|
49215
49215
|
|
|
49216
49216
|
"use strict";
|
|
49217
49217
|
|
|
49218
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
49218
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/HelpPopovers/DateTimeFormatNote.vue?vue&type=template&id=ce3bad9e&scoped=true
|
|
49219
49219
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{attrs:{"placement":"top","popper-class":"help-icon-popper","trigger":"click","width":"500"}},[_c('div',{staticClass:"validator-note-container"},[_c('el-tabs',{model:{value:(_vm.activeTabName),callback:function ($$v) {_vm.activeTabName=$$v},expression:"activeTabName"}},[_c('el-tab-pane',{attrs:{"label":_vm.$iss18n.t('issfd.help.date.format'),"name":"0"}},[_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.list,"height":"400"}},[_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.help.date.formatKey'),"prop":"format","width":"60"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-tag',{attrs:{"size":"mini"}},[_vm._v(_vm._s(scope.row.format))])]}}])}),_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.help.date.means'),"prop":"desc","width":"80"}}),_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.help.date.remark'),"prop":"note"}}),_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.help.date.demo'),"prop":"example","width":"60"}})],1)],1)],1)],1),_c('i',{staticClass:"ri-question-fill base-help-icon",attrs:{"slot":"reference"},slot:"reference"})])}
|
|
49220
49220
|
var staticRenderFns = []
|
|
49221
49221
|
|
|
@@ -49421,7 +49421,7 @@ function _typeof(o) {
|
|
|
49421
49421
|
// ESM COMPAT FLAG
|
|
49422
49422
|
__webpack_require__.r(__webpack_exports__);
|
|
49423
49423
|
|
|
49424
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
49424
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/NameSetter.vue?vue&type=template&id=56ac4bbe
|
|
49425
49425
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-input',{attrs:{"clearable":"","maxLength":"50"},model:{value:(_vm.widgetConfig.name),callback:function ($$v) {_vm.$set(_vm.widgetConfig, "name", $$v)},expression:"widgetConfig.name"}})}
|
|
49426
49426
|
var staticRenderFns = []
|
|
49427
49427
|
|
|
@@ -59595,7 +59595,7 @@ module.exports = function () {
|
|
|
59595
59595
|
// ESM COMPAT FLAG
|
|
59596
59596
|
__webpack_require__.r(__webpack_exports__);
|
|
59597
59597
|
|
|
59598
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59598
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RemoteOptionsSetter.vue?vue&type=template&id=60c3a4fc
|
|
59599
59599
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"margin-top":"5px"}},[(_vm.isInMultiComponentDesign === false)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.title')))]),_c('el-radio-group',{staticClass:"right",attrs:{"size":"mini"},on:{"change":_vm.handleRadioChange},model:{value:(_vm.widgetConfig.options.remote),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "remote", $$v)},expression:"widgetConfig.options.remote"}},[_c('el-radio-button',{attrs:{"label":_vm.DATASOURCE_TYPE.STATIC_DATA}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.static')))]),_c('el-radio-button',{attrs:{"label":_vm.DATASOURCE_TYPE.DICT_DATA}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.dict')))])],1)],1):_vm._e(),(_vm.widgetConfig.options.remote !== _vm.DATASOURCE_TYPE.STATIC_DATA)?_c('div',[(_vm.widgetConfig.options.remote === _vm.DATASOURCE_TYPE.DICT_DATA)?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.selected')))]),_vm._v(" "+_vm._s(_vm.widgetConfig.options.remoteOption.remoteDict.dictName ? _vm.widgetConfig.options.remoteOption.remoteDict.dictName : _vm.$iss18n.t('issfd.components.remoteOptionProp.none'))+" ")]),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"}),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.handleShowDictSelector}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.selectDic')))])],1)]:_c('div',[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.source')))]),(_vm.widgetConfig.options.remote === _vm.DATASOURCE_TYPE.OPTION)?_c('el-input',{attrs:{"clearable":"","size":"mini"},model:{value:(_vm.widgetConfig.options.remoteOptionSource),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "remoteOptionSource", $$v)},expression:"widgetConfig.options.remoteOptionSource"}}):_vm._e(),(_vm.widgetConfig.options.remote === _vm.DATASOURCE_TYPE.FUNCTIONS)?_c('el-input',{attrs:{"clearable":"","size":"mini"},model:{value:(_vm.widgetConfig.options.remoteFunc),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "remoteFunc", $$v)},expression:"widgetConfig.options.remoteFunc"}}):_vm._e(),(_vm.widgetConfig.options.remote === _vm.DATASOURCE_TYPE.API_DATA)?_c('el-select',{attrs:{"size":"mini"},model:{value:(_vm.widgetConfig.options.remoteDataSource),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "remoteDataSource", $$v)},expression:"widgetConfig.options.remoteDataSource"}},_vm._l((_vm.datasources),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1):_vm._e()],1),(_vm.widgetConfig.options.remote !== _vm.DATASOURCE_TYPE.DICT_DATA)?[_c('div',[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.value')))]),_c('el-input',{attrs:{"clearable":"","maxLength":"50","size":"mini"},model:{value:(_vm.widgetConfig.options.props.value),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.props, "value", $$v)},expression:"widgetConfig.options.props.value"}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.tag')))]),_c('el-input',{attrs:{"clearable":"","maxLength":"50","size":"mini"},model:{value:(_vm.widgetConfig.options.props.label),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.props, "label", $$v)},expression:"widgetConfig.options.props.label"}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.subOption')))]),_c('el-input',{attrs:{"clearable":"","maxLength":"50","size":"mini"},model:{value:(_vm.widgetConfig.options.props.children),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.props, "children", $$v)},expression:"widgetConfig.options.props.children"}})],1)]:_vm._e()],2):_vm._e(),(_vm.widgetConfig.options.remote === _vm.DATASOURCE_TYPE.STATIC_DATA)?_c('div',{staticClass:"option-config-section"},[(_vm.widgetConfig.type === 'radio')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.default')))]),_c('el-select',{key:_vm.widgetConfig.type,attrs:{"clearable":""},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}},_vm._l((_vm.widgetConfig.options.options),function(item,index){return _c('el-option',{key:index,attrs:{"label":item.label,"value":item.label}})}),1)],1)]:_vm._e(),(_vm.widgetConfig.type === 'checkbox')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.default')))]),_c('el-select',{key:_vm.widgetConfig.type,attrs:{"clearable":"","collapse-tags":"","multiple":""},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}},_vm._l((_vm.widgetConfig.options.options),function(item,index){return _c('el-option',{key:index,attrs:{"label":item.label,"value":item.label}})}),1)],1)]:_vm._e(),(_vm.widgetConfig.type === 'select')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.default')))]),_c('custom-select-component',{attrs:{"custom-multiple":_vm.widgetConfig.options.multiple,"clearable":"","collapse-tags":"","multiple":""},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}},_vm._l((_vm.widgetConfig.options.options),function(item,index){return _c('el-option',{key:index,attrs:{"label":item.label,"value":item.label}})}),1)],1)]:_vm._e(),(_vm.widgetConfig.type === 'cascader')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.default')))]),_c('el-cascader',{attrs:{"filterable":_vm.widgetConfig.options.filterable,"options":_vm.widgetConfig.options.remote !== _vm.DATASOURCE_TYPE.STATIC_DATA ? [] : _vm.widgetConfig.options.options,"props":{ multiple: _vm.widgetConfig.options.multiple, checkStrictly: _vm.widgetConfig.options.checkStrictly },"clearable":""},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}})],1)]:_vm._e(),_c('div',{staticClass:"option-config-tools"},[(_vm.widgetConfig.type !== 'cascader')?_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleAddOption}},[_c('base-icon',{attrs:{"icon-class":"add-circle-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.new'))+" ")],1):_vm._e(),(_vm.widgetConfig.type === 'cascader')?_c('el-button',{attrs:{"size":"small","type":"text"},on:{"click":_vm.handleSetCascader}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.setData')))]):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.duplicateOptsError),expression:"duplicateOptsError"}],staticClass:"option-error"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.remoteOptionProp.duplicate')))])],1),(_vm.widgetConfig.type !== 'cascader')?_c('draggable',{attrs:{"list":_vm.widgetConfig.options.options,"ghostClass":"ghost","group":"options","handle":".drag-item","tag":"ul"}},_vm._l((_vm.widgetConfig.options.options),function(item,index){return _c('el-row',{key:index},[_c('el-input',{staticClass:"option-input",attrs:{"maxLength":30,"minLength":1,"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.remoteOptionProp.option'),"size":"mini"},on:{"change":function($event){return _vm.handleOptionValueChange(item)}},model:{value:(item.label),callback:function ($$v) {_vm.$set(item, "label", $$v)},expression:"item.label"}},[_c('template',{slot:"append"},[_c('el-button',{staticClass:"option-operator-btn-inline drag-item"},[_c('base-icon',{attrs:{"icon-class":"menu-line"}})],1),_c('el-popconfirm',{attrs:{"title":_vm.$iss18n.t('issfd.components.remoteOptionProp.deleteConfirm')},on:{"confirm":function($event){return _vm.handleOptionsRemove(index)}},scopedSlots:_vm._u([{key:"reference",fn:function(){return [_c('el-button',{staticClass:"option-operator-btn-inline",attrs:{"disabled":_vm.widgetConfig.options.options.length === 1}},[_c('base-icon',{staticClass:"error-color",attrs:{"icon-class":"indeterminate-circle-line"}})],1)]},proxy:true}],null,true)})],1)],2)],1)}),1):_vm._e()],2):_vm._e(),(_vm.dictVisible)?_c('dict-dialog',{attrs:{"use-opt-buttons":""},on:{"confirm":_vm.handleDictSelected},model:{value:(_vm.dictVisible),callback:function ($$v) {_vm.dictVisible=$$v},expression:"dictVisible"}}):_vm._e(),_c('code-dialog',{ref:"cascaderDialog",attrs:{"code-height":"400px","mode":"javascript","title":_vm.$iss18n.t('issfd.components.remoteOptionProp.title'),"width":"800px"},on:{"on-confirm":_vm.handleCascaderConfirm}})],1)}
|
|
59600
59600
|
var staticRenderFns = []
|
|
59601
59601
|
|
|
@@ -59614,7 +59614,7 @@ var mixin = __webpack_require__("dc43");
|
|
|
59614
59614
|
// EXTERNAL MODULE: ./src/common/consts/datasource-types.js
|
|
59615
59615
|
var datasource_types = __webpack_require__("5c9a");
|
|
59616
59616
|
|
|
59617
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59617
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/DictSelector/DictSelectorDialog.vue?vue&type=template&id=babad35a&scoped=true
|
|
59618
59618
|
var DictSelectorDialogvue_type_template_id_babad35a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.showDialog,"append-to-body":"","custom-class":"dict-selector-dialog","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.title'),"width":"800px"},on:{"close":function($event){return _vm.$emit("change", false)}}},[_c('el-main',{staticClass:"dict-select-wrapper"},[_c('div',{staticClass:"select-section-left"},[_c('div',{staticClass:"dict-select-title with-background"},[_c('el-breadcrumb',{attrs:{"separator":""}},_vm._l((_vm.breadcrumbDisplayList),function(item){return _c('el-breadcrumb-item',{key:item.id},[(item.id !== '_HOME_ID')?_c('span',{staticClass:"prepend-container"},[_c('base-icon',{attrs:{"icon-class":"arrow-right-s-line"}})],1):_vm._e(),_c('el-button',{attrs:{"title":item.label,"type":"text"},on:{"click":function($event){return _vm.handleBreadNode(item)}}},[_c('base-icon',{attrs:{"icon-class":item.icon}}),_c('span',[_vm._v(" "+_vm._s(item.label)+" ")])],1)],1)}),1)],1),_c('div',{staticClass:"dict-select-title dict-search"},[_c('el-input',{attrs:{"clearable":"","maxLength":"20","placeholder":_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.keywords'),"prefix-icon":"el-icon-search","size":"small"},model:{value:(_vm.keyword),callback:function ($$v) {_vm.keyword=$$v},expression:"keyword"}})],1),_c('div',{staticClass:"option-container"},[(!_vm.isSearching)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isLoading),expression:"isLoading"}],staticClass:"option-wrapper"},[(_vm.dictData.data.length > 0)?_c('el-radio-group',{on:{"change":_vm.handleRadioChange},model:{value:(_vm.selected.id),callback:function ($$v) {_vm.$set(_vm.selected, "id", $$v)},expression:"selected.id"}},_vm._l((_vm.dictData.data),function(item){return _c('div',{key:item.id,staticClass:"option-item"},[_c('el-radio',{attrs:{"label":item.id}},[_c('el-button',{attrs:{"title":item.label,"type":"text","size":"medium"},on:{"click":function($event){$event.stopPropagation();return _vm.handleOptionExpand(item)}}},[_c('base-icon',{attrs:{"icon-class":"book-read-line"}}),_vm._v(" "+_vm._s(item.label)+" ")],1),_c('base-icon',{attrs:{"icon-class":"arrow-right-s-line"}})],1)],1)}),0):_c('el-empty',{attrs:{"description":_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.empty')}})],1):_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isSearchLoading),expression:"isSearchLoading"}],staticClass:"option-wrapper"},[(_vm.matchedData.length > 0)?_c('el-radio-group',{on:{"change":_vm.handleRadioChange},model:{value:(_vm.selected.id),callback:function ($$v) {_vm.$set(_vm.selected, "id", $$v)},expression:"selected.id"}},_vm._l((_vm.matchedData),function(item){return _c('div',{key:item.id,staticClass:"option-item"},[_c('el-radio',{attrs:{"label":item.id}},[_c('el-button',{attrs:{"title":item.label,"type":"text","size":"medium"},on:{"click":function($event){$event.stopPropagation();return _vm.handleOptionExpand(item)}}},[_c('base-icon',{attrs:{"icon-class":"book-read-line"}}),_vm._v(" "+_vm._s(item.label)+" "),_c('base-icon',{attrs:{"icon-class":"arrow-right-s-line"}})],1)],1)],1)}),0):_c('el-empty',{attrs:{"description":_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.emptyMatch')}})],1)])]),_c('div',{staticClass:"select-section-right"},[_c('div',{staticClass:"dict-select-title with-background"},[_c('el-row',[_c('el-col',{staticClass:"sub-title-container",attrs:{"span":12}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.newList')))]),_c('el-col',{staticClass:"count-container",attrs:{"span":12}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.selected', { expr: +(_vm.selected.id.length > 0 ? '1' : '0') })))])],1)],1),_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isSubLoading),expression:"isSubLoading"}],staticClass:"option-detail-container"},[(_vm.subDictData.data.length > 0)?[_c('div',{staticClass:"selected-item-container"},[_c('base-icon',{attrs:{"icon-class":"book-read-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.selectedList', { label: _vm.selected.label }))+" ")],1),_c('div',{staticClass:"sub-option-container"},_vm._l((_vm.subDictData.data),function(item,index){return _c('div',{key:item.id,staticClass:"sub-option-item"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.option', { expr: (index + 1) })))]),_c('span',{staticClass:"descriptions",attrs:{"title":((item.label) + "\n选项值: " + (item.itemCode))}},[_vm._v(" "+_vm._s(item.label)),_c('small',[_vm._v("("+_vm._s(item.itemCode)+")")])])])}),0)]:_c('el-empty',{attrs:{"description":_vm.$iss18n.t('issfd.coreDesigner.dialog.dict.empty')}})],2)])]),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"disabled":!(_vm.selected.id.length > 0),"size":"small","type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok'))+" ")])],1)],1)}
|
|
59619
59619
|
var DictSelectorDialogvue_type_template_id_babad35a_scoped_true_staticRenderFns = []
|
|
59620
59620
|
|
|
@@ -60859,7 +60859,7 @@ $({ target: 'Object', stat: true, forced: FORCED }, {
|
|
|
60859
60859
|
// ESM COMPAT FLAG
|
|
60860
60860
|
__webpack_require__.r(__webpack_exports__);
|
|
60861
60861
|
|
|
60862
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60862
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/MaxSelection.vue?vue&type=template&id=1d7a4a02
|
|
60863
60863
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.maxSelectionProp.limitTitle'))),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.maxSelectionProp.limitTip'),"width":100}})],1),_c('el-switch',{model:{value:(_vm.widgetConfig.options.enableMaxSelection),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "enableMaxSelection", $$v)},expression:"widgetConfig.options.enableMaxSelection"}})],1),(_vm.widgetConfig.options.enableMaxSelection)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.maxSelectionProp.max'))),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.maxSelectionProp.maxTip'),"width":100}})],1),_c('el-input-number',{attrs:{"max":100,"min":1,"step":1},model:{value:(_vm.widgetConfig.options.maxSelection),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "maxSelection", $$v)},expression:"widgetConfig.options.maxSelection"}})],1):_vm._e()])}
|
|
60864
60864
|
var staticRenderFns = []
|
|
60865
60865
|
|
|
@@ -61009,7 +61009,7 @@ module.exports = function (bitmap, value) {
|
|
|
61009
61009
|
// ESM COMPAT FLAG
|
|
61010
61010
|
__webpack_require__.r(__webpack_exports__);
|
|
61011
61011
|
|
|
61012
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61012
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/AddressSetter.vue?vue&type=template&id=d02ed950
|
|
61013
61013
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"setter-intter-config"},[(_vm.widgetConfig.businessName !== 'administrativeDivision')?_c('div',{staticClass:"setter-intter-config-item"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.addressProp.context')))]),_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.isAddressDetail),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "isAddressDetail", $$v)},expression:"widgetConfig.options.isAddressDetail"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.addressProp.show')))])],1):_vm._e(),_c('div',{staticClass:"setter-intter-config-item"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.addressProp.defaultValue')))]),_c('address-component',{attrs:{"is-address-detail":_vm.widgetConfig.options.isAddressDetail},model:{value:(_vm.widgetConfig.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "defaultValue", $$v)},expression:"widgetConfig.options.defaultValue"}})],1)])}
|
|
61014
61014
|
var staticRenderFns = []
|
|
61015
61015
|
|
|
@@ -61866,7 +61866,7 @@ module.exports = !$assign || fails(function () {
|
|
|
61866
61866
|
|
|
61867
61867
|
"use strict";
|
|
61868
61868
|
|
|
61869
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61869
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/CollapseAsideBar/CollapseAsideBar.vue?vue&type=template&id=3a130b38&scoped=true
|
|
61870
61870
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'collapse-aside-bar-container': true, bordered: _vm.isBordered }},[_c('div',{ref:"children1",class:{ 'children-item': true, 'is-active': _vm.activeChildren.children1 }},[_c('a',{staticClass:"children-item-header",attrs:{"type":"text"},on:{"click":function($event){return _vm.onClick('children1')}}},[_c('div',{staticClass:"btn-text"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.events.config.tree')))]),_c('i',{staticClass:"el-icon-arrow-right btn-suffix-icon"})]),(_vm.activeChildren.children1)?_c('div',{staticClass:"children-item-body"},[(_vm.widgetList && _vm.widgetList.length)?_c('div',{staticClass:"children-item-filter"},[_c('el-input',{attrs:{"clearable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"small"},model:{value:(_vm.treeFilterText),callback:function ($$v) {_vm.treeFilterText=$$v},expression:"treeFilterText"}},[_c('template',{slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)],2)],1):_vm._e(),_c('div',{staticClass:"children-item-scroll"},[_c('comp-tree',{key:'tree-' + _vm.treeFilterText,attrs:{"is-dark-theme":true,"widget-list":_vm.filteredWidgetList}})],1)]):_vm._e()]),_c('div',{ref:"children2",class:{ 'children-item': true, 'is-active': _vm.activeChildren.children2 }},[_c('a',{staticClass:"children-item-header",attrs:{"type":"text"},on:{"click":function($event){return _vm.onClick('children2')}}},[_c('div',{staticClass:"btn-text"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.events.config.methods')))]),_c('i',{staticClass:"el-icon-arrow-right btn-suffix-icon"})]),(_vm.activeChildren.children2)?_c('div',{staticClass:"children-item-body"},[_c('div',{staticClass:"children-item-filter"},[_c('el-input',{attrs:{"clearable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"small"},model:{value:(_vm.methodFilterText),callback:function ($$v) {_vm.methodFilterText=$$v},expression:"methodFilterText"}},[_c('template',{slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)],2)],1),_c('div',{staticClass:"children-item-scroll"},[_c('inner-method-list',{attrs:{"custom-method-list":_vm.displayMethodList,"is-custom-method-list":true}})],1)]):_vm._e()]),(_vm.showInTableVariables)?_c('div',{ref:"children3",class:{ 'children-item': true, 'is-active': _vm.activeChildren.children3 }},[_c('a',{staticClass:"children-item-header",attrs:{"type":"text"},on:{"click":function($event){return _vm.onClick('children3')}}},[_c('div',{staticClass:"btn-text"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.events.config.inTableVariables')))]),_c('i',{staticClass:"el-icon-arrow-right btn-suffix-icon"})]),(_vm.activeChildren.children3)?_c('div',{staticClass:"children-item-body"},[_c('div',{staticClass:"children-item-filter"},[_c('el-input',{attrs:{"clearable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"small"},model:{value:(_vm.variableFilterText),callback:function ($$v) {_vm.variableFilterText=$$v},expression:"variableFilterText"}},[_c('template',{slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)],2)],1),_c('div',{staticClass:"children-item-scroll"},[_c('inner-method-list',{attrs:{"custom-method-list":_vm.displayVariableList,"is-custom-method-list":true}})],1)]):_vm._e()]):_vm._e()])}
|
|
61871
61871
|
var staticRenderFns = []
|
|
61872
61872
|
|
|
@@ -61906,7 +61906,7 @@ var es_object_to_string = __webpack_require__("d3b7");
|
|
|
61906
61906
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
61907
61907
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
61908
61908
|
|
|
61909
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61909
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CompTree/CompTree.vue?vue&type=template&id=0c74b8de
|
|
61910
61910
|
var CompTreevue_type_template_id_0c74b8de_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"comp-tree-container",style:({ width: _vm.width })},[(_vm.widgetList && _vm.widgetList.length)?[_c('el-tree',{class:{ 'theme-dark': _vm.isDarkTheme },attrs:{"data":_vm.treeData,"expand-on-click-node":false,"default-expand-all":"","node-key":"key"},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
61911
61911
|
var node = ref.node;
|
|
61912
61912
|
var data = ref.data;
|
|
@@ -62127,7 +62127,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
62127
62127
|
)
|
|
62128
62128
|
|
|
62129
62129
|
/* harmony default export */ var CompTree = (component.exports);
|
|
62130
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62130
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/ApiEditor/InnerMethodList.vue?vue&type=template&id=dd427940&scoped=true
|
|
62131
62131
|
var InnerMethodListvue_type_template_id_dd427940_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"inner-method-tree",style:({ width: _vm.width })},_vm._l((_vm.methodList),function(item){return _c('div',{key:item.code,staticClass:"method-item",attrs:{"title":_vm.$iss18n.t('issfd.events.methodList.title', { desc: item.desc })},on:{"click":function($event){return _vm.onCopy($event, item.value)}}},[_c('div',{staticClass:"method-item-label"},[_c('div',{staticClass:"method-item-title"},[_vm._v(_vm._s(item.label))]),_c('div',{staticClass:"method-item-desc"},[_vm._v(_vm._s(item.desc))])]),_c('div',{staticClass:"method-item-opt"},[_c('el-button',{attrs:{"type":"text"}},[_c('base-icon',{staticClass:"btn-icon",attrs:{"icon-class":"file-copy-line"}})],1)],1)])}),0)}
|
|
62132
62132
|
var InnerMethodListvue_type_template_id_dd427940_scoped_true_staticRenderFns = []
|
|
62133
62133
|
|
|
@@ -63889,7 +63889,7 @@ module.exports = {
|
|
|
63889
63889
|
// ESM COMPAT FLAG
|
|
63890
63890
|
__webpack_require__.r(__webpack_exports__);
|
|
63891
63891
|
|
|
63892
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63892
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/TextSetter.vue?vue&type=template&id=8d86bff8
|
|
63893
63893
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._v(_vm._s(_vm.staticConfig.name))])}
|
|
63894
63894
|
var staticRenderFns = []
|
|
63895
63895
|
|
|
@@ -64680,7 +64680,7 @@ var ORG_CUSTOM_NODE_TYPE_OPTIONS = [{
|
|
|
64680
64680
|
// ESM COMPAT FLAG
|
|
64681
64681
|
__webpack_require__.r(__webpack_exports__);
|
|
64682
64682
|
|
|
64683
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64683
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/WidthSetter.vue?vue&type=template&id=5ebfd95a
|
|
64684
64684
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-checkbox',{model:{value:(_vm.widgetConfig.options[_vm.setterConfig.switch]),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, _vm.setterConfig.switch, $$v)},expression:"widgetConfig.options[setterConfig.switch]"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.dateProp.formatCustom')))]),_c('div',[_c('el-input-number',{staticClass:"config-number-input",attrs:{"disabled":!_vm.widgetConfig.options[_vm.setterConfig.switch],"max":200,"min":0,"step":_vm.setterConfig.name === 'labelWidth' ? 10 : 1},model:{value:(_vm.widgetConfig.options[_vm.setterConfig.name]),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, _vm.setterConfig.name, $$v)},expression:"widgetConfig.options[setterConfig.name]"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.setterConfig.name === 'labelWidth' ? 'px' : '%'))])],1)],1)}
|
|
64685
64685
|
var staticRenderFns = []
|
|
64686
64686
|
|
|
@@ -64887,7 +64887,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
64887
64887
|
// ESM COMPAT FLAG
|
|
64888
64888
|
__webpack_require__.r(__webpack_exports__);
|
|
64889
64889
|
|
|
64890
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64890
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/BaseElementItem.vue?vue&type=template&id=60156c0b
|
|
64891
64891
|
var render = function () {
|
|
64892
64892
|
var _obj;
|
|
64893
64893
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.element.key && _vm.displayFields[_vm.element.model])?_c('div',{class:['iss-form-renderer-form-item', ("iss-comp-" + (_vm.element.type))],attrs:{"data-id":_vm.element.model}},[(_vm.isContainer)?_c(_vm.Containers[_vm.element.type],{key:_vm.element.key,ref:("icd-form-" + (_vm.element.model)),tag:"component",attrs:{"id":_vm.element.model,"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"element":_vm.element,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules}}):(_vm.componentShow)?_c('el-form-item',{staticClass:"renderer-form-item",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj['no-label-form-item'] = _vm.element.options.isLabelWidth && _vm.element.options.labelWidth === 0, _obj['print-read-mode'] = _vm.printRead, _obj['no-form-label'] = !_vm.element.options.labelWidth, _obj ),attrs:{"label":_vm.formLabel,"label-width":_vm.pluginLabelWidth,"prop":_vm.element.model,"required":_vm.element.options.required,"status-icon":true}},[_c(_vm.RenderElements[_vm.element.type],{tag:"component",attrs:{"data-source-value":_vm.dataSourceValue,"models":_vm.dataModels,"element":_vm.element,"platform":_vm.platform,"is-table":false,"event-function":_vm.eventFunction,"preview":_vm.preview,"print-read":_vm.printRead || _vm.element.options.readonly,"edit":_vm.edit,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}),(_vm.element.options.inputTips)?_c('small',{staticClass:"widget-input-tips"},[_vm._v(_vm._s(_vm.element.options.inputTips))]):_vm._e()],1):_vm._e()],1):_vm._e()}
|
|
@@ -64902,7 +64902,7 @@ var es_array_find_index = __webpack_require__("c740");
|
|
|
64902
64902
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
64903
64903
|
var es_function_name = __webpack_require__("b0c0");
|
|
64904
64904
|
|
|
64905
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64905
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererCard.vue?vue&type=template&id=2e11a1e0
|
|
64906
64906
|
var RendererCardvue_type_template_id_2e11a1e0_render = function () {
|
|
64907
64907
|
var _obj;
|
|
64908
64908
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.displayFields[_vm.element.model])?_c('el-card',{staticClass:"renderer-card",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),attrs:{"shadow":_vm.element.options.shadow}},[(_vm.element.options&&_vm.element.options.showHeader)?_c('div',{attrs:{"slot":"header"},slot:"header"},[_vm._v(_vm._s(_vm.element.name))]):_vm._e(),_vm._l((_vm.element.children),function(item){return [(_vm.componentShow)?_c('base-element-item',{key:item.key,attrs:{"id":item.model,"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":item}}):_vm._e()]})],2):_vm._e()}
|
|
@@ -65271,7 +65271,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
65271
65271
|
)
|
|
65272
65272
|
|
|
65273
65273
|
/* harmony default export */ var RendererCard = (component.exports);
|
|
65274
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65274
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererGrid.vue?vue&type=template&id=a87941de
|
|
65275
65275
|
var RendererGridvue_type_template_id_a87941de_render = function () {
|
|
65276
65276
|
var _obj;
|
|
65277
65277
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.platform === 'mobile')?_c('div',{class:['renderer-grid-row', _vm.platform]},_vm._l((_vm.element.children),function(item,index){return _c('div',{key:index,staticClass:"grid-row"},_vm._l((item.children),function(col){return _c('base-element-item',{key:col.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":col}})}),1)}),0):(_vm.displayFields[_vm.element.model])?_c('el-row',{staticClass:"renderer-grid-row",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj[("grid-width-" + (_vm.getCol(_vm.element.children.length||1)))] = true, _obj ),attrs:{"align":_vm.element.options.align,"gutter":_vm.element.options.gutter || 0,"justify":_vm.element.options.justify,"type":"flex"}},_vm._l((_vm.element.children),function(item,index){
|
|
@@ -65428,7 +65428,7 @@ var RendererGrid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65428
65428
|
)
|
|
65429
65429
|
|
|
65430
65430
|
/* harmony default export */ var RendererGrid = (RendererGrid_component.exports);
|
|
65431
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65431
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererReport.vue?vue&type=template&id=5bab6c34
|
|
65432
65432
|
var RendererReportvue_type_template_id_5bab6c34_render = function () {
|
|
65433
65433
|
var _obj;
|
|
65434
65434
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.displayFields[_vm.element.model])?_c('table',{staticClass:"renderer-report",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),style:({
|
|
@@ -65559,7 +65559,7 @@ var RendererReport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65559
65559
|
)
|
|
65560
65560
|
|
|
65561
65561
|
/* harmony default export */ var RendererReport = (RendererReport_component.exports);
|
|
65562
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65562
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererTab.vue?vue&type=template&id=218432e3&scoped=true
|
|
65563
65563
|
var RendererTabvue_type_template_id_218432e3_scoped_true_render = function () {
|
|
65564
65564
|
var _obj;
|
|
65565
65565
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.displayFields[_vm.element.model])?_c('div',[(_vm.element.options.type === 'num')?[(_vm.platform === 'mobile')?_c('div',{staticClass:"pms-mobile-tab"},[_c('van-button',{staticClass:"pms-mobile-tab__trigger",attrs:{"type":"default","block":""},on:{"click":function($event){_vm.showMobileTabPicker = true}}},[_c('span',{staticClass:"pms-mobile-tab__trigger-text"},[_vm._v(_vm._s(_vm.mobileCurrentTabName))]),_c('van-icon',{staticClass:"pms-mobile-tab__trigger-icon",attrs:{"name":"arrow-down"}})],1),_c('div',{staticClass:"pms-mobile-tab__panels"},_vm._l((_vm.element.children),function(item,index){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.activeMenu === index + 1),expression:"activeMenu === index + 1"}],key:index,staticClass:"pms-mobile-tab__panel"},[_vm._l((item.children),function(tab){return [(_vm.componentShow)?_c('base-element-item',{key:tab.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":tab}}):_vm._e()]})],2)}),0),_c('icd-dialog',{attrs:{"visible":_vm.showMobileTabPicker,"platform":_vm.platform,"custom-class":"pms-mobile-tab__dialog","mobile-width":"90%","close-on-click-modal":true},on:{"update:visible":function($event){_vm.showMobileTabPicker=$event},"opened":_vm.onMobileTabDialogOpened}},[_c('div',{staticClass:"pms-mobile-tab__dialog-inner"},[_c('van-search',{staticClass:"pms-mobile-tab__dialog-search",attrs:{"placeholder":"搜索页签"},model:{value:(_vm.mobileTabSearchKeyword),callback:function ($$v) {_vm.mobileTabSearchKeyword=$$v},expression:"mobileTabSearchKeyword"}}),_c('div',{staticClass:"pms-mobile-tab__dialog-scroll"},[_vm._l((_vm.filteredMobileTabs),function(tab){return _c('van-cell',{key:'m-tab-' + tab.index,attrs:{"title":tab.item.name,"clickable":"","title-class":_vm.activeMenu === tab.index + 1 ? 'pms-mobile-tab__title--active' : ''},on:{"click":function($event){return _vm.handleMobileTabSelect(tab.index)}}})}),(_vm.filteredMobileTabs.length === 0)?_c('van-empty',{attrs:{"description":"无匹配页签"}}):_vm._e()],2)],1)])],1):_c('div',{staticClass:"pms-tabs",style:({ 'flex-direction': _vm.directionStyle })},[(_vm.element.options.tabPosition === 'top')?_c('div',{staticClass:"pms-tabs__header is-in-top"},_vm._l((_vm.element.children),function(item,index){return _c('div',{key:index,class:['pms-tabs__header-menu', { active: _vm.activeMenu === index + 1 }],on:{"click":function($event){return _vm.handleMenuSelect(index + 1)}}},[_c('div',{staticClass:"container_top"},[_c('div',{staticClass:"number-circle"},[_vm._v(" "+_vm._s(index + 1)+" ")]),_c('div',{staticClass:"dot-line top-dots"},_vm._l((4),function(n,index){return _c('span',{key:index,staticClass:"dot"})}),0)]),_c('div',{staticClass:"menu-text"},[_vm._v(" "+_vm._s(item.name)+" ")])])}),0):_c('div',{staticClass:"pms-tabs__header is-in-side"},_vm._l((_vm.element.children),function(item,index){return _c('div',{key:index,class:['pms-tabs__header-menu', { active: _vm.activeMenu === index + 1 }],on:{"click":function($event){return _vm.handleMenuSelect(index + 1)}}},[_c('div',{staticClass:"container_side"},[_c('div',{staticClass:"number-circle"},[_vm._v(" "+_vm._s(index + 1)+" ")]),(index !== _vm.element.children.length - 1)?_c('div',{staticClass:"dot-line side-dots"},_vm._l((4),function(n,index){return _c('span',{key:index,staticClass:"dot"})}),0):_vm._e()]),_c('div',{staticClass:"menu-text"},[_vm._v(" "+_vm._s(item.name)+" ")])])}),0),_c('div',{staticClass:"pms-tabe__content"},_vm._l((_vm.element.children),function(item,index){return (_vm.activeMenu === index + 1)?_c('div',{key:index,staticClass:"pms-tabe__content_tab"},[_vm._l((item.children),function(tab){return [(_vm.componentShow)?_c('base-element-item',{key:tab.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":tab}}):_vm._e()]})],2):_vm._e()}),0)])]:_c('el-tabs',{class:( _obj = {}, _obj[_vm.element.options.customClass] = _vm.element.options.customClass, _obj[_vm.platform] = _vm.platform === 'mobile', _obj ),attrs:{"tab-position":_vm.platform === 'mobile' ? 'top' : _vm.element.options.tabPosition,"type":_vm.element.options.type},model:{value:(_vm.tabActive),callback:function ($$v) {_vm.tabActive=$$v},expression:"tabActive"}},_vm._l((_vm.element.children),function(item){return _c('el-tab-pane',{key:item.name,attrs:{"label":item.name,"name":item.name}},[_vm._l((item.children),function(tab){return [(_vm.componentShow)?_c('base-element-item',{key:tab.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":tab}}):_vm._e()]})],2)}),1)],2):_vm._e()}
|
|
@@ -65867,7 +65867,7 @@ var RendererTab_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65867
65867
|
)
|
|
65868
65868
|
|
|
65869
65869
|
/* harmony default export */ var RendererTab = (RendererTab_component.exports);
|
|
65870
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65870
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererCollapse.vue?vue&type=template&id=40dd4130
|
|
65871
65871
|
var RendererCollapsevue_type_template_id_40dd4130_render = function () {
|
|
65872
65872
|
var _obj;
|
|
65873
65873
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.displayFields[_vm.element.model])?_c('el-collapse',{staticClass:"renderer-collapse",class:( _obj = {}, _obj[_vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"accordion":_vm.element.options.accordion},model:{value:(_vm.collapseActive),callback:function ($$v) {_vm.collapseActive=$$v},expression:"collapseActive"}},_vm._l((_vm.element.children),function(item){return _c('el-collapse-item',{key:item.name,attrs:{"name":item.name}},[_c('div',{staticClass:"el-collapse-header-title",attrs:{"slot":"title","title":item.name},slot:"title"},[_vm._v(_vm._s(item.name))]),_vm._l((item.children),function(collapse){return [_c('base-element-item',{key:collapse.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":collapse}})]})],2)}),1):_vm._e()}
|
|
@@ -65962,7 +65962,7 @@ var RendererCollapse_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65962
65962
|
)
|
|
65963
65963
|
|
|
65964
65964
|
/* harmony default export */ var RendererCollapse = (RendererCollapse_component.exports);
|
|
65965
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65965
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererInline.vue?vue&type=template&id=32912286
|
|
65966
65966
|
var RendererInlinevue_type_template_id_32912286_render = function () {
|
|
65967
65967
|
var _obj;
|
|
65968
65968
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.displayFields[_vm.element.model])?_c('div',{staticClass:"renderer-inline",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),attrs:{"shadow":_vm.element.options.shadow}},_vm._l((_vm.element.children),function(item){return (item.options.showInPrintRead || !_vm.printRead)?_c('base-element-item',{key:item.key,staticClass:"item",attrs:{"id":item.model,"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":item}}):_vm._e()}),1):_vm._e()}
|
|
@@ -66048,7 +66048,7 @@ var RendererInline_component = Object(componentNormalizer["a" /* default */])(
|
|
|
66048
66048
|
)
|
|
66049
66049
|
|
|
66050
66050
|
/* harmony default export */ var RendererInline = (RendererInline_component.exports);
|
|
66051
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66051
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererSteps.vue?vue&type=template&id=407ea396
|
|
66052
66052
|
var RendererStepsvue_type_template_id_407ea396_render = function () {
|
|
66053
66053
|
var _obj;
|
|
66054
66054
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"steps-container"},[_c('div',{style:(_vm.element.options.direction === 'vertical' ? 'display: flex' : '')},[_c('el-steps',{staticClass:"widget-steps",class:( _obj = {}, _obj[_vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"active":_vm.stepActive,"direction":_vm.element.options.direction,"align-center":_vm.element.options.alignCenter,"simple":_vm.element.options.simple,"finish-status":"success"}},_vm._l((_vm.element.children),function(item,index){return _c('el-step',{key:'step_' + index,staticClass:"widget-step",attrs:{"title":item.name,"description":item.description}})}),1),_vm._l((_vm.element.children),function(item,index){return [_c('el-card',{directives:[{name:"show",rawName:"v-show",value:(_vm.stepActive === index),expression:"stepActive === index"}],key:'content_' + item.name,staticClass:"widget-card",class:[_vm.element.options.direction === 'vertical' ? 'step-content-vertical' : 'step-content-horizontal', { 'is-empty': item.children.length === 0 }]},[_c('div',{attrs:{"slot":"header"},slot:"header"},[_c('span',[_vm._v(_vm._s(item.name))])]),_vm._l((item.children),function(step){return [(_vm.componentShow)?_c('base-element-item',{key:step.key,attrs:{"container-key":_vm.containerKey,"data-source-value":_vm.dataSourceValue,"display-fields":_vm.displayFields,"edit":_vm.edit,"event-function":_vm.eventFunction,"models":_vm.dataModels,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"element":step}}):_vm._e()]})],2)]})],2),_c('div',{staticClass:"button-class"},[(_vm.stepActive !== 0)?_c('el-button',{attrs:{"size":"small"},on:{"click":_vm.preStep}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.pre')))]):_vm._e(),(_vm.stepActive < _vm.element.children.length - 1)?_c('el-button',{attrs:{"size":"small"},on:{"click":_vm.nextStep}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.next')))]):_vm._e(),(_vm.stepActive === _vm.element.children.length - 1)?_c('el-button',{attrs:{"size":"small"},on:{"click":function($event){_vm.stepActive++}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.complete')))]):_vm._e()],1)])}
|
|
@@ -66190,7 +66190,7 @@ var RendererSteps_component = Object(componentNormalizer["a" /* default */])(
|
|
|
66190
66190
|
inline: RendererInline,
|
|
66191
66191
|
steps: RendererSteps
|
|
66192
66192
|
});
|
|
66193
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66193
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererInput.vue?vue&type=template&id=dffaad20
|
|
66194
66194
|
var RendererInputvue_type_template_id_dffaad20_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'overflow-hidden': _vm.element.options.showEllipsis }},[(_vm.printRead)?[(_vm.element.options.showEllipsis)?_c('el-tooltip',{attrs:{"content":_vm.element.options.showPassword ? '*********' : _vm.dataModel,"placement":"top"}},[_c('div',{staticClass:"custom-input-section-show-ellipsis"},[_vm._v(_vm._s(_vm.element.options.showPassword ? '*********' : _vm.dataModel))])]):_c('div',{staticClass:"custom-input-section"},[_vm._v(" "+_vm._s(_vm.element.options.showPassword ? '*********' : _vm.dataModel)+" ")])]:[(!_vm.element.options.relatedFormEnabled)?[(_vm.element.options.dataTypeCheck && _vm.element.options.dataType === 'number')?_c('el-input',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
66195
66195
|
width: _vm.pluginWidth
|
|
66196
66196
|
}),attrs:{"disabled":_vm.disabled,"placeholder":_vm.element.options.placeholder,"show-password":_vm.element.options.showPassword,"type":"number"},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=_vm._n($$v)},expression:"dataModel"}}):_c('el-input',{ref:("icd-form-" + (_vm.element.model)),class:{ 'renderer-input-word-limit': !_vm.element.options.closeWordLimit },style:({
|
|
@@ -66217,7 +66217,7 @@ var es_iterator_for_each = __webpack_require__("7d54");
|
|
|
66217
66217
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
66218
66218
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
66219
66219
|
|
|
66220
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66220
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/BaseRenderer.vue?vue&type=template&id=43030130
|
|
66221
66221
|
var BaseRenderervue_type_template_id_43030130_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
66222
66222
|
var BaseRenderervue_type_template_id_43030130_staticRenderFns = []
|
|
66223
66223
|
|
|
@@ -67031,7 +67031,7 @@ var RendererInput_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67031
67031
|
)
|
|
67032
67032
|
|
|
67033
67033
|
/* harmony default export */ var RendererInput = (RendererInput_component.exports);
|
|
67034
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67034
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererTextarea.vue?vue&type=template&id=c4f1ca42
|
|
67035
67035
|
var RendererTextareavue_type_template_id_c4f1ca42_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',{staticClass:"custom-textarea-section"},[_vm._v(" "+_vm._s(_vm.dataModel)+" ")]):_c('el-input',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
67036
67036
|
width: _vm.pluginWidth
|
|
67037
67037
|
}),attrs:{"autosize":_vm.element.options.autosize ? { minRows: _vm.element.options.rows } : false,"disabled":_vm.disabled,"placeholder":_vm.element.options.placeholder,"rows":_vm.element.options.rows,"maxlength":_vm.element.options.maxLength,"type":"textarea"},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -67089,7 +67089,7 @@ var RendererTextarea_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67089
67089
|
)
|
|
67090
67090
|
|
|
67091
67091
|
/* harmony default export */ var RendererTextarea = (RendererTextarea_component.exports);
|
|
67092
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67092
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererNumber.vue?vue&type=template&id=685d1a90
|
|
67093
67093
|
var RendererNumbervue_type_template_id_685d1a90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(" "+_vm._s(_vm.digitalValue)+" ")]):_c('div',{staticClass:"number-display"},[_c('el-input-number',{ref:("icd-form-" + (_vm.element.model)),style:(_vm.widthDisplay),attrs:{"controls":_vm.printRead ? false : _vm.element.options.controls,"controls-position":_vm.element.options.controlsPosition,"disabled":_vm.disabled,"max":_vm.element.options.max,"min":_vm.element.options.min,"precision":_vm.element.options.closePrecision ? undefined : _vm.element.options.precision,"step":_vm.element.options.step},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}),(_vm.element.options.showSuffix)?_c('span',{staticClass:"iss-number-unit"},[_vm._v(" "+_vm._s(_vm.element.options.suffix)+" ")]):_vm._e()],1)}
|
|
67094
67094
|
var RendererNumbervue_type_template_id_685d1a90_staticRenderFns = []
|
|
67095
67095
|
|
|
@@ -67203,7 +67203,7 @@ var RendererNumber_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67203
67203
|
)
|
|
67204
67204
|
|
|
67205
67205
|
/* harmony default export */ var RendererNumber = (RendererNumber_component.exports);
|
|
67206
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67206
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererRadio.vue?vue&type=template&id=2337f360
|
|
67207
67207
|
var RendererRadiovue_type_template_id_2337f360_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(" "+_vm._s(_vm.showDataModelInfo)+" ")]):_c('div',[(_vm.optionLoading)?[_c('i',{staticClass:"el-icon-loading"}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.loadOptions'))+" ")]:_vm._e(),(_vm.optionLoadFailed)?_c('div',{staticClass:"form-option-load-failed"},[_c('base-icon',{attrs:{"icon-class":"information-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.loadFailed'))+" "),_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleLoadDictOptions}},[_c('base-icon',{attrs:{"icon-class":"refresh-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.retry'))+" ")],1)],1):_vm._e(),_c('el-radio-group',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
67208
67208
|
width: _vm.pluginWidth
|
|
67209
67209
|
}),attrs:{"disabled":!_vm.edit || _vm.element.options.disabled},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}},[(_vm.element.options.optionStyle === 'button')?_vm._l((_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-radio-button',{key:item.value + index,style:({ display: 'inline-block' }),attrs:{"label":item.value,"disabled":_vm.element.options.disabledOptions && _vm.element.options.disabledOptions.indexOf(item.value) > -1}},[_vm._v(" "+_vm._s(item.label)+" ")])}):_vm._l((_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-radio',{key:item.value + index,style:({
|
|
@@ -67344,7 +67344,7 @@ var RendererRadio_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67344
67344
|
)
|
|
67345
67345
|
|
|
67346
67346
|
/* harmony default export */ var RendererRadio = (RendererRadio_component.exports);
|
|
67347
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67347
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererCheckbox.vue?vue&type=template&id=339992fb
|
|
67348
67348
|
var RendererCheckboxvue_type_template_id_339992fb_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[(_vm.isRemote)?[_vm._v(" "+_vm._s((_vm.dataModel && _vm.dataModel.map(function (dm) { return _vm.element.options.remoteOptions.find(function (item) { return item.value === dm; }) && _vm.element.options.remoteOptions.find(function (item) { return item.value === dm; }).label; }).join('、')) || '')+" ")]:[_vm._v(" "+_vm._s((_vm.dataModel && _vm.dataModel.map(function (dm) { return _vm.element.options.options.find(function (item) { return item.value === dm; }) && _vm.element.options.options.find(function (item) { return item.value === dm; }).label; }).join('、')) || '')+" ")]],2):_c('div',[(_vm.optionLoading)?[_c('i',{staticClass:"el-icon-loading"}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.loadOptions'))+" ")]:_vm._e(),(_vm.optionLoadFailed)?_c('div',{staticClass:"form-option-load-failed"},[_c('base-icon',{attrs:{"icon-class":"information-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.loadFailed'))+" "),_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleLoadDictOptions}},[_c('base-icon',{attrs:{"icon-class":"refresh-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.retry'))+" ")],1)],1):_vm._e(),_c('el-checkbox-group',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
67349
67349
|
width: _vm.pluginWidth
|
|
67350
67350
|
}),attrs:{"disabled":!_vm.edit || _vm.element.options.disabled,"max":_vm.element.options.enableMaxSelection ? _vm.element.options.maxSelection : undefined},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}},[(_vm.element.options.optionStyle === 'button')?_vm._l((_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-checkbox-button',{key:item.value + index,style:({ display: 'inline-block' }),attrs:{"label":item.value,"disabled":_vm.element.options.disabledOptions && _vm.element.options.disabledOptions.indexOf(item.value) > -1}},[_vm._v(" "+_vm._s(item.label)+" ")])}):_vm._l((_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-checkbox',{key:item.value + index,style:({
|
|
@@ -67483,7 +67483,7 @@ var RendererCheckbox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67483
67483
|
)
|
|
67484
67484
|
|
|
67485
67485
|
/* harmony default export */ var RendererCheckbox = (RendererCheckbox_component.exports);
|
|
67486
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67486
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererTime.vue?vue&type=template&id=31ef6ca2
|
|
67487
67487
|
var RendererTimevue_type_template_id_31ef6ca2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(" "+_vm._s(_vm.dataModel)+" ")]):_c('div',[_c('el-time-picker',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
67488
67488
|
width: _vm.pluginWidth
|
|
67489
67489
|
}),attrs:{"arrowControl":_vm.element.options.arrowControl,"clearable":_vm.element.options.clearable,"disabled":!_vm.edit || _vm.element.options.disabled,"editable":_vm.element.options.editable,"end-placeholder":_vm.element.options.endPlaceholder,"is-range":_vm.element.options.isRange,"placeholder":_vm.element.options.placeholder,"readonly":_vm.element.options.readonly,"start-placeholder":_vm.element.options.startPlaceholder,"value-format":_vm.element.options.format},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
@@ -67546,7 +67546,7 @@ var RendererTime_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67546
67546
|
)
|
|
67547
67547
|
|
|
67548
67548
|
/* harmony default export */ var RendererTime = (RendererTime_component.exports);
|
|
67549
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67549
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererDate.vue?vue&type=template&id=623ec66e
|
|
67550
67550
|
var RendererDatevue_type_template_id_623ec66e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.platform === 'mobile')?_c('custom-mobile-date',{ref:("icd-form-" + (_vm.element.model)),attrs:{"print-read":_vm.printRead,"disabled":_vm.printRead || !_vm.edit || _vm.element.options.disabled,"clearable":_vm.element.options.clearable,"placeholder":_vm.element.options.placeholder,"format":_vm.element.options.format === 'custom' ? _vm.element.options.customFormat : _vm.element.options.format,"type":_vm.element.options.type},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):_c('el-date-picker',{ref:("icd-form-" + (_vm.element.model)),staticClass:"iss-render-date",style:({
|
|
67551
67551
|
width: _vm.pluginWidth
|
|
67552
67552
|
}),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"editable":_vm.element.options.editable,"end-placeholder":_vm.element.options.endPlaceholder,"format":_vm.element.options.format === 'custom' ? _vm.element.options.customFormat : _vm.element.options.format,"placeholder":_vm.element.options.placeholder,"readonly":_vm.element.options.readonly,"start-placeholder":_vm.element.options.startPlaceholder,"type":_vm.element.options.type,"value-format":"timestamp"},on:{"change":_vm.handleOnChange,"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -67555,7 +67555,7 @@ var RendererDatevue_type_template_id_623ec66e_staticRenderFns = []
|
|
|
67555
67555
|
|
|
67556
67556
|
// CONCATENATED MODULE: ./src/core-renderer/Elements/RendererDate.vue?vue&type=template&id=623ec66e
|
|
67557
67557
|
|
|
67558
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67558
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CustomMobileDate.vue?vue&type=template&id=9355d5f2
|
|
67559
67559
|
var CustomMobileDatevue_type_template_id_9355d5f2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.printRead)?[_vm._v(_vm._s(_vm.formatValue))]:[_c('div',{on:{"click":_vm.openPopup}},[_c('el-input',{attrs:{"placeholder":_vm.placeholder,"readonly":"","clearable":""},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.formatValue),callback:function ($$v) {_vm.formatValue=$$v},expression:"formatValue"}},[(_vm.clearable && _vm.formatValue)?_c('i',{staticClass:"el-icon-circle-close",attrs:{"slot":"suffix"},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.clearValue.apply(null, arguments)}},slot:"suffix"}):_vm._e()])],1)],_c('van-popup',{attrs:{"round":"","position":"bottom"},model:{value:(_vm.show),callback:function ($$v) {_vm.show=$$v},expression:"show"}},[(_vm.type !== 'year')?_c('van-datetime-picker',{attrs:{"type":_vm.type === 'month' ? 'year-month' : _vm.type,"title":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelectClean'),"formatter":_vm.formatter,"minDate":_vm.minDate,"maxDate":_vm.maxDate},on:{"confirm":_vm.onFinish,"cancel":function($event){_vm.show = false}},model:{value:(_vm.currentDate),callback:function ($$v) {_vm.currentDate=$$v},expression:"currentDate"}}):_c('van-picker',{attrs:{"title":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelectClean'),"show-toolbar":"","columns":_vm.yearList,"default-index":_vm.defaultIndex,"teleport":"body"},on:{"confirm":_vm.onFinish,"cancel":function($event){_vm.show = false}}})],1)],2)}
|
|
67560
67560
|
var CustomMobileDatevue_type_template_id_9355d5f2_staticRenderFns = []
|
|
67561
67561
|
|
|
@@ -67847,7 +67847,7 @@ var RendererDate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67847
67847
|
)
|
|
67848
67848
|
|
|
67849
67849
|
/* harmony default export */ var RendererDate = (RendererDate_component.exports);
|
|
67850
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67850
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererRate.vue?vue&type=template&id=2b7905ce
|
|
67851
67851
|
var RendererRatevue_type_template_id_2b7905ce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-rate',{ref:("icd-form-" + (_vm.element.model)),style:(_vm.element.options.clearable ? 'float:left' : ''),attrs:{"allow-half":_vm.element.options.allowHalf,"disabled":_vm.disabled,"icon-classes":['ri-star-fill', 'ri-star-fill', 'ri-star-fill'],"max":_vm.element.options.max,"score-template":'{value}' + _vm.element.options.suffix,"show-score":_vm.element.options.showScore,"disabled-void-icon-class":"ri-star-fill","void-icon-class":"ri-star-line"},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}),(_vm.element.options.clearable && !_vm.printRead)?_c('el-link',{staticStyle:{"float":"left","margin-left":"1rem"},attrs:{"underline":false,"type":"primary"},on:{"click":function($event){_vm.dataModel = 0}}},[_vm._v("清空")]):_vm._e()],1)}
|
|
67852
67852
|
var RendererRatevue_type_template_id_2b7905ce_staticRenderFns = []
|
|
67853
67853
|
|
|
@@ -67900,7 +67900,7 @@ var RendererRate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67900
67900
|
)
|
|
67901
67901
|
|
|
67902
67902
|
/* harmony default export */ var RendererRate = (RendererRate_component.exports);
|
|
67903
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67903
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererSelect.vue?vue&type=template&id=64843f03
|
|
67904
67904
|
var RendererSelectvue_type_template_id_64843f03_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[(_vm.isRemote)?[_vm._v(" "+_vm._s((typeof _vm.dataModel == 'object' && _vm.dataModel ? _vm.dataModel.map(function (dm) { return _vm.element.options.remoteOptions.find(function (item) { return item.value === dm; }) && _vm.element.options.remoteOptions.find(function (item) { return item.value === dm; }).label; }).join('、') : _vm.element.options.remoteOptions.find(function (item) { return item.value === _vm.dataModel; }) && _vm.element.options.remoteOptions.find(function (item) { return item.value === _vm.dataModel; }).label) || '')+" ")]:[_vm._v(" "+_vm._s((typeof _vm.dataModel == 'object' && _vm.dataModel ? _vm.dataModel.map(function (dm) { return _vm.element.options.options.find(function (item) { return item.value === dm; }) && _vm.element.options.options.find(function (item) { return item.value === dm; }).label; }).join('、') : _vm.element.options.options.find(function (item) { return item.value === _vm.dataModel; }) && _vm.element.options.options.find(function (item) { return item.value === _vm.dataModel; }).label) || '')+" ")]],2):_c('div',[(_vm.platform === 'mobile')?_c('custom-mobile-select',{ref:("icd-form-" + (_vm.element.model)),attrs:{"multiple":_vm.element.options.multiple,"options":_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options,"disabled":!_vm.edit || _vm.element.options.disabled,"clearable":_vm.element.options.clearable,"filterable":_vm.element.options.filterable,"placeholder":_vm.element.options.placeholder,"loading":_vm.optionLoading,"loading-text":_vm.$iss18n.t('issfd.runtime.component.options.loadOptions')},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):_c('custom-select-component',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
67905
67905
|
width: _vm.pluginWidth
|
|
67906
67906
|
}),attrs:{"clearable":_vm.element.options.clearable,"custom-multiple":_vm.element.options.multiple,"disabled":!_vm.edit || _vm.element.options.disabled,"filterable":_vm.element.options.filterable,"loading":_vm.optionLoading,"placeholder":_vm.element.options.placeholder,"loading-text":_vm.$iss18n.t('issfd.runtime.component.options.loadOptions'),"multiple":"","size":_vm.size},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}},_vm._l((_vm.isRemote ? _vm.element.options.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-option',{key:item.id || item.value + index,attrs:{"disabled":_vm.element.options.disabledOptions && _vm.element.options.disabledOptions.indexOf(item.value) > -1,"label":item.label,"value":item.value}})}),1),(_vm.optionLoadFailed)?_c('div',{staticClass:"form-option-load-failed"},[_c('base-icon',{attrs:{"icon-class":"information-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.loadFailed'))+" "),_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleLoadDictOptions}},[_c('base-icon',{attrs:{"icon-class":"refresh-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.options.retry'))+" ")],1)],1):_vm._e()],1)}
|
|
@@ -68063,7 +68063,7 @@ var RendererSelect_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68063
68063
|
)
|
|
68064
68064
|
|
|
68065
68065
|
/* harmony default export */ var RendererSelect = (RendererSelect_component.exports);
|
|
68066
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68066
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererSwitches.vue?vue&type=template&id=7ca9b868
|
|
68067
68067
|
var RendererSwitchesvue_type_template_id_7ca9b868_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(" "+_vm._s(_vm.dataModel === true ? _vm.element.options.activeText || '是' : _vm.dataModel === false ? _vm.element.options.inactiveText || '否' : '')+" ")]):_c('div',[_c('el-switch',{ref:("icd-form-" + (_vm.element.model)),attrs:{"active-text":_vm.element.options.activeText,"disabled":!_vm.edit || _vm.element.options.disabled,"inactive-text":_vm.element.options.inactiveText},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
68068
68068
|
var RendererSwitchesvue_type_template_id_7ca9b868_staticRenderFns = []
|
|
68069
68069
|
|
|
@@ -68112,7 +68112,7 @@ var RendererSwitches_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68112
68112
|
)
|
|
68113
68113
|
|
|
68114
68114
|
/* harmony default export */ var RendererSwitches = (RendererSwitches_component.exports);
|
|
68115
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68115
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererSlider.vue?vue&type=template&id=11e28356
|
|
68116
68116
|
var RendererSlidervue_type_template_id_11e28356_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(" "+_vm._s(_vm.dataModel + _vm.element.options.suffix)+" ")]):_c('el-slider',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
68117
68117
|
width: _vm.pluginWidth
|
|
68118
68118
|
}),attrs:{"disabled":_vm.disabled,"format-tooltip":function (v) { return v + _vm.element.options.suffix; },"max":_vm.element.options.max,"min":_vm.element.options.min,"range":_vm.element.options.range,"show-input":_vm.element.options.showInput,"show-tooltip":!_vm.isMobile,"step":_vm.element.options.step},on:{"change":_vm.onSliderFinalChange},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -68210,7 +68210,7 @@ var RendererSlider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68210
68210
|
)
|
|
68211
68211
|
|
|
68212
68212
|
/* harmony default export */ var RendererSlider = (RendererSlider_component.exports);
|
|
68213
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68213
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererEditor.vue?vue&type=template&id=71e29fc3
|
|
68214
68214
|
var RendererEditorvue_type_template_id_71e29fc3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('rich-editor',{ref:("icd-form-" + (_vm.element.model)),attrs:{"custom-style":{
|
|
68215
68215
|
width: _vm.pluginWidth,
|
|
68216
68216
|
cursor: !_vm.edit || _vm.element.options.disabled ? 'no-drop' : '',
|
|
@@ -68270,7 +68270,7 @@ var RendererEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68270
68270
|
)
|
|
68271
68271
|
|
|
68272
68272
|
/* harmony default export */ var RendererEditor = (RendererEditor_component.exports);
|
|
68273
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68273
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererOrganization.vue?vue&type=template&id=b2766362
|
|
68274
68274
|
var RendererOrganizationvue_type_template_id_b2766362_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[(_vm.dataModel && Array.isArray(_vm.dataModel))?_c('div',[_vm._v(" "+_vm._s((_vm.dataModel && _vm.dataModel.map(function (dm) { return dm.name; }).join('、')) || '')+" ")]):_c('div',[_vm._v(" "+_vm._s(_vm.dataModel || '')+" ")])]):_c('div',[_c('organization-selector',{key:_vm.orgSelectorRootKey,ref:("icd-form-" + (_vm.element.model)),attrs:{"dialog-title":("选择" + (_vm.element.name)),"custom-style":{
|
|
68275
68275
|
width: _vm.pluginWidth
|
|
68276
68276
|
},"disabled":_vm.disabled,"multiple":_vm.element.options.multiple,"parent-code":_vm.getParentCode('code'),"parent-name":_vm.getParentCode('name'),"option-scope-type":_vm.element.options.optionScopeType,"placeholder":_vm.element.options.placeholder,"element":_vm.element,"platform":_vm.platform},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
@@ -68371,7 +68371,7 @@ var RendererMember_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68371
68371
|
)
|
|
68372
68372
|
|
|
68373
68373
|
/* harmony default export */ var RendererMember = (RendererMember_component.exports);
|
|
68374
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68374
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererCascader.vue?vue&type=template&id=2dab7048
|
|
68375
68375
|
var RendererCascadervue_type_template_id_2dab7048_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.printRead)?_c('div',[_vm._v(_vm._s(_vm.printValue))]):_c('div',[(_vm.platform === 'mobile' && _vm.optionsFinish)?_c('custom-mobile-cascader',{ref:("icd-form-" + (_vm.element.model)),attrs:{"options":_vm.isRemote ? _vm.options : _vm.element.options.options,"disabled":_vm.printRead || !_vm.edit || _vm.element.options.disabled,"clearable":_vm.element.options.clearable,"filterable":_vm.element.options.filterable,"placeholder":_vm.element.options.placeholder,"isRemote":_vm.isRemote},on:{"blur":_vm.handleOnBlur,"change":_vm.onCascaderChange,"focus":_vm.handleOnFocus},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}}):(_vm.optionsFinish)?_c('el-cascader',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
68376
68376
|
width: _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
68377
68377
|
}),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"filterable":_vm.element.options.filterable,"loading":_vm.optionLoading,"options":_vm.isRemote ? _vm.options : _vm.element.options.options,"placeholder":_vm.element.options.placeholder,"props":{
|
|
@@ -68390,7 +68390,7 @@ var es_array_join = __webpack_require__("a15b");
|
|
|
68390
68390
|
// EXTERNAL MODULE: ./src/util/widget-public-const.js
|
|
68391
68391
|
var widget_public_const = __webpack_require__("e2e6");
|
|
68392
68392
|
|
|
68393
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68393
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CustomMobileCascader.vue?vue&type=template&id=7adb66d5
|
|
68394
68394
|
var CustomMobileCascadervue_type_template_id_7adb66d5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{on:{"click":_vm.onShowDialog}},[_c('el-input',{staticClass:"address-mobile",attrs:{"placeholder":_vm.placeholder,"readonly":"","clearable":""},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},model:{value:(_vm.cascaderValue),callback:function ($$v) {_vm.cascaderValue=$$v},expression:"cascaderValue"}},[(_vm.cascaderValue && _vm.clearable)?_c('i',{staticClass:"el-icon-circle-close address-icon",attrs:{"slot":"suffix"},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.clearValue.apply(null, arguments)}},slot:"suffix"}):_vm._e()])],1),_c('van-popup',{style:({ minHeight: '60vh', maxHeight: '90vh' }),attrs:{"round":"","position":"bottom","close-on-click-overlay":false},model:{value:(_vm.show),callback:function ($$v) {_vm.show=$$v},expression:"show"}},[_c('van-cascader',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isLoading),expression:"isLoading"}],attrs:{"title":_vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelectClean'),"options":_vm.options,"field-names":_vm.fieldNames,"active-color":'#3164f6'},on:{"close":function($event){_vm.show = false},"change":_vm.onChange,"finish":_vm.onFinish},model:{value:(_vm.cascaderCode),callback:function ($$v) {_vm.cascaderCode=$$v},expression:"cascaderCode"}})],1)],1)}
|
|
68395
68395
|
var CustomMobileCascadervue_type_template_id_7adb66d5_staticRenderFns = []
|
|
68396
68396
|
|
|
@@ -69092,7 +69092,7 @@ var RendererCascader_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69092
69092
|
)
|
|
69093
69093
|
|
|
69094
69094
|
/* harmony default export */ var RendererCascader = (RendererCascader_component.exports);
|
|
69095
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69095
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererUpload.vue?vue&type=template&id=005d707b
|
|
69096
69096
|
var RendererUploadvue_type_template_id_005d707b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('upload-component',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
69097
69097
|
width: _vm.pluginWidth
|
|
69098
69098
|
}),attrs:{"disabled":!_vm.edit || _vm.element.options.disabled,"limit":_vm.element.options.limit,"multiple":_vm.element.options.multiple,"print-read":_vm.printRead,"size":_vm.element.options.size,"accept":_vm.element.options.accept,"tip":_vm.element.options.tip,"hide-tips":_vm.element.options.hideTips,"is-batch-download":_vm.element.options.isBatchDownload,"searchable":_vm.element.options.searchable,"isPreview":_vm.element.options.isPreview,"enable-drag":_vm.element.options.isDrag,"platform":_vm.platform},on:{"onSuccess":_vm.onUploadSuccess,"onRemove":_vm.onUploadFileRemoved},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -69160,7 +69160,7 @@ var RendererUpload_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69160
69160
|
)
|
|
69161
69161
|
|
|
69162
69162
|
/* harmony default export */ var RendererUpload = (RendererUpload_component.exports);
|
|
69163
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69163
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererImageUpload.vue?vue&type=template&id=0c984a43
|
|
69164
69164
|
var RendererImageUploadvue_type_template_id_0c984a43_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('upload-image-component',{ref:("icd-form-" + (_vm.element.model)),style:({
|
|
69165
69165
|
width: _vm.pluginWidth
|
|
69166
69166
|
}),attrs:{"disabled":!_vm.edit || _vm.element.options.disabled,"limit":_vm.element.options.limit,"multiple":_vm.element.options.multiple,"print-read":_vm.printRead,"size":_vm.element.options.size,"tip":_vm.element.options.tip,"hide-tips":_vm.element.options.hideTips,"accept":_vm.element.options.accept,"is-batch-download":_vm.element.options.isBatchDownload},on:{"onSuccess":_vm.onUploadSuccess,"onRemove":_vm.onUploadFileRemoved},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -69224,7 +69224,7 @@ var RendererImageUpload_component = Object(componentNormalizer["a" /* default */
|
|
|
69224
69224
|
)
|
|
69225
69225
|
|
|
69226
69226
|
/* harmony default export */ var RendererImageUpload = (RendererImageUpload_component.exports);
|
|
69227
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69227
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererUuid.vue?vue&type=template&id=2a750342
|
|
69228
69228
|
var RendererUuidvue_type_template_id_2a750342_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('uuid-component',{ref:("icd-form-" + (_vm.element.model)),attrs:{"custom-style":{
|
|
69229
69229
|
width: _vm.pluginWidth
|
|
69230
69230
|
},"print-read":_vm.printRead},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -69278,7 +69278,7 @@ var RendererUuid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69278
69278
|
)
|
|
69279
69279
|
|
|
69280
69280
|
/* harmony default export */ var RendererUuid = (RendererUuid_component.exports);
|
|
69281
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69281
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererSequence.vue?vue&type=template&id=48badf91
|
|
69282
69282
|
var RendererSequencevue_type_template_id_48badf91_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.currentFormId && _vm.currentFormId.length)?_c('div',{ref:("icd-form-" + (_vm.element.model))},[(_vm.printRead)?[_vm._v(_vm._s(_vm.dataModel))]:_c('el-input',{attrs:{"value":_vm.dataModel && _vm.dataModel.length ? _vm.dataModel.toString() : _vm.$iss18n.t('issfd.runtime.component.sequenceTip'),"disabled":""}})],2):_c('div',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.sequenceTip')))])}
|
|
69283
69283
|
var RendererSequencevue_type_template_id_48badf91_staticRenderFns = []
|
|
69284
69284
|
|
|
@@ -69321,7 +69321,7 @@ var RendererSequence_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69321
69321
|
)
|
|
69322
69322
|
|
|
69323
69323
|
/* harmony default export */ var RendererSequence = (RendererSequence_component.exports);
|
|
69324
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69324
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererAddress.vue?vue&type=template&id=6bd08f52
|
|
69325
69325
|
var RendererAddressvue_type_template_id_6bd08f52_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('address-component',{ref:("icd-form-" + (_vm.element.model)),attrs:{"disabled":_vm.element.options.disabled || !_vm.edit,"is-address-detail":_vm.element.options.isAddressDetail,"print-read":_vm.printRead,"platform":_vm.platform,"size":_vm.size},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
69326
69326
|
var RendererAddressvue_type_template_id_6bd08f52_staticRenderFns = []
|
|
69327
69327
|
|
|
@@ -69388,7 +69388,7 @@ var RendererAddress_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69388
69388
|
)
|
|
69389
69389
|
|
|
69390
69390
|
/* harmony default export */ var RendererAddress = (RendererAddress_component.exports);
|
|
69391
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69391
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererRelatedForm.vue?vue&type=template&id=106eadea
|
|
69392
69392
|
var RendererRelatedFormvue_type_template_id_106eadea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('related-form',{ref:("icd-form-" + (_vm.element.model)),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"models":_vm.dataModels,"placeholder":_vm.element.options.placeholder,"print-read":_vm.printRead,"widget":_vm.element,"platform":_vm.platform,"is-in-table":_vm.isInTable,"row-index":_vm.rowIndex,"scope-row-data":_vm.scopeRowData},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
69393
69393
|
var RendererRelatedFormvue_type_template_id_106eadea_staticRenderFns = []
|
|
69394
69394
|
|
|
@@ -69458,14 +69458,14 @@ var RendererRelatedForm_component = Object(componentNormalizer["a" /* default */
|
|
|
69458
69458
|
)
|
|
69459
69459
|
|
|
69460
69460
|
/* harmony default export */ var RendererRelatedForm = (RendererRelatedForm_component.exports);
|
|
69461
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererTable.vue?vue&type=template&id=c0bf2348
|
|
69462
69462
|
var RendererTablevue_type_template_id_c0bf2348_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('generate-table',{ref:("icd-form-" + (_vm.element.model)),attrs:{"columns":_vm.element.children,"data-source-value":_vm.dataSourceValue,"disabled-data":_vm.disabled,"event-function":_vm.eventFunction,"models":_vm.dataModels,"name":_vm.element.model,"page-size":_vm.element.options.pageSize,"paging":_vm.element.options.paging,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"value":_vm.dataModel,"element":_vm.element,"widget":_vm.element,"edit":_vm.edit}})}
|
|
69463
69463
|
var RendererTablevue_type_template_id_c0bf2348_staticRenderFns = []
|
|
69464
69464
|
|
|
69465
69465
|
|
|
69466
69466
|
// CONCATENATED MODULE: ./src/core-renderer/Elements/RendererTable.vue?vue&type=template&id=c0bf2348
|
|
69467
69467
|
|
|
69468
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69468
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererTable.vue?vue&type=template&id=c93eab4a&scoped=true
|
|
69469
69469
|
var RendererTablevue_type_template_id_c93eab4a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.optionLoading),expression:"optionLoading"}],staticClass:"renderer-table",class:{ 'is-disabled': _vm.disabledData }},[(_vm.platform === 'mobile')?[(_vm.elementValue && _vm.elementValue.options)?_c('table-layout',{scopedSlots:_vm._u([(_vm.edit && !_vm.elementValue.options.disabled && !_vm.elementValue.options.hideLabel)?{key:"absoluteHeader",fn:function(){return [_c('header-right-opt-bar',{ref:"headerRightOptBar",attrs:{"element":_vm.element,"editable":_vm.edit,"printable":_vm.printRead,"enable-create-btn":true,"platform-value":_vm.platform},on:{"openMode":_vm.openMode,"onOpt":_vm.onOpt}})]},proxy:true}:null,(_vm.edit && !_vm.elementValue.options.disabled && !_vm.elementValue.options.hideLabel)?{key:"singleColHeader",fn:function(){return [(_vm.tableSelectionMode)?_c('el-checkbox',{ref:"selectedAllBtn",staticClass:"header-sub-item select-all-btn",attrs:{"size":"mini"},on:{"change":_vm.selectedAll},model:{value:(_vm.isSelectedAll),callback:function ($$v) {_vm.isSelectedAll=$$v},expression:"isSelectedAll"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.table.selectAll'))+" ")]):_vm._e(),(_vm.element.options.enableSearch && _vm.printRead)?_c('el-input',{staticClass:"header-sub-item table-search-bar full-line",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"mini","clearable":""},on:{"clear":function($event){_vm.searchValue = ''},"change":_vm.onSearch},scopedSlots:_vm._u([{key:"append",fn:function(){return [_c('el-button',{on:{"click":_vm.onSearch}},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)]},proxy:true}],null,false,434776296),model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e()]},proxy:true}:null,(_vm.edit && !_vm.elementValue.options.disabled && _vm.elementValue.options.hideLabel)?{key:"headerRight",fn:function(){return [_c('header-right-opt-bar',{ref:"headerRightOptBar",attrs:{"element":_vm.element,"editable":_vm.edit,"printable":_vm.printRead,"enable-create-btn":true,"platform-value":_vm.platform},on:{"openMode":_vm.openMode,"onOpt":_vm.onOpt}})]},proxy:true}:null,(_vm.edit && !_vm.elementValue.options.disabled && _vm.elementValue.options.hideLabel)?{key:"headerLeft",fn:function(){return [(_vm.tableSelectionMode)?_c('el-checkbox',{ref:"selectedAllBtn",staticClass:"select-all-btn header-sub-item",attrs:{"size":"mini"},on:{"change":_vm.selectedAll},model:{value:(_vm.isSelectedAll),callback:function ($$v) {_vm.isSelectedAll=$$v},expression:"isSelectedAll"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.table.selectAll'))+" ")]):_vm._e(),(_vm.element.options.enableSearch && _vm.printRead)?_c('el-input',{staticClass:"header-sub-item table-search-bar",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"mini"},on:{"change":_vm.onSearch},model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e()]},proxy:true}:null,{key:"body",fn:function(){return [(_vm.mode === 'table')?[(_vm.visible)?_c('el-table',{ref:"dataTable",staticClass:"renderer-table-pc",attrs:{"data":_vm.edit ? (_vm.paging ? _vm.pagingData : _vm.tableData) : _vm.printRead ? _vm.tableData : _vm.paging ? _vm.pagingData : _vm.tableData,"border":"","size":"small","stripe":_vm.edit && !_vm.printRead,"highlight-current-row":""},on:{"current-change":_vm.handleCurrentChange,"sort-change":_vm.sortChange,"selection-change":_vm.handleSelectionChange},scopedSlots:_vm._u([{key:"empty",fn:function(){return [_c('icd-empty',{attrs:{"is-image":false}})]},proxy:true}],null,false,2345313130)},[(!_vm.printRead && _vm.tableSelectionMode)?_c('el-table-column',{attrs:{"type":"selection","align":"center","width":"70"}}):_vm._e(),(!_vm.tableSelectionMode)?_c('el-table-column',{attrs:{"header-align":"center","align":"center","fixed":"","label":"序号","width":_vm.edit && !_vm.printRead ? 70 : 50},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [(_vm.edit && !_vm.element.options.disabled)?[_c('div',{staticClass:"scope-index"},[_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))])]),_c('div',{staticClass:"scope-action"},[(!_vm.printRead)?_c('el-button',{staticClass:"renderer-table-delete",attrs:{"disabled":_vm.disabledData,"size":"small","type":"text","title":_vm.$iss18n.t('issfd.runtime.common.buttons.delete')},on:{"click":function($event){_vm.handleRemove((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-fill"}})],1):_vm._e(),(!_vm.printRead)?_c('el-button',{staticClass:"renderer-table-row-add",attrs:{"title":_vm.$iss18n.t('issfd.runtime.common.buttons.copy'),"disabled":_vm.disabledData,"size":"small","type":"text"},on:{"click":function($event){return _vm.handleCopy(scope.row, scope.$index)}}},[_c('base-icon',{attrs:{"icon-class":"file-copy-fill"}})],1):_vm._e(),(_vm.printRead)?_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))]):_vm._e()],1)]:[_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))])]]}}],null,false,1999669670)}):_vm._e(),(_vm.columns.length === 0)?_c('el-table-column'):[_vm._l((_vm.columns),function(column){return [(_vm.displayFields[column.model])?_c('el-table-column',{key:column.key,attrs:{"prop":column.model,"sortable":(_vm.printRead || !_vm.edit) && _vm.orderTypes.includes(column.type),"sort-orders":['ascending', 'descending'],"header-align":"center","align":"center","min-width":column.options.isWidgetWidth ? ((2 * column.options.width) + "px") : '200px'},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [(_vm.displayFields[column.model])?_c('el-form-item',{ref:(_vm.name + "-item"),refInFor:true,class:[("iss-comp-" + (column.type))],attrs:{"prop":(_vm.name + "." + ((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index) + "." + (column.model)),"rules":_vm.rules[(_vm.name + "." + (column.model))]}},[_c('renderer-table-item',{attrs:{"data-source-value":_vm.dataSourceValue,"edit":!_vm.disabledData,"event-function":_vm.eventFunction,"is-in-table":true,"is-table":true,"models":_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index],"form-models":_vm.models,"platform":_vm.platform,"print-read":_vm.printRead || column.options.readonly,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"row-index":(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index,"table-name":_vm.name,"element":column,"scope-row-data":scope.row},on:{"on-table-change":_vm.handleTableChange},model:{value:(scope.row[column.model]),callback:function ($$v) {_vm.$set(scope.row, column.model, $$v)},expression:"scope.row[column.model]"}})],1):_vm._e()]}}],null,true)},[_c('template',{slot:"header"},[_c('span',{staticClass:"render-table-header"},[_c('span',{staticClass:"header-label",class:column.options.required ? 'required' : ''},[_vm._v(_vm._s(column.options.hideLabel ? '' : column.name))]),(column.options.inputTips)?_c('el-popover',{attrs:{"placement":"top","width":"200","trigger":"hover","popper-class":"render-table-header-tip","content":column.options.inputTips}},[_c('base-icon',{attrs:{"slot":"reference","icon-class":"question-fill"},slot:"reference"})],1):_vm._e()],1)])],2):_vm._e()]})]],2):_vm._e()]:[(_vm.tableData.length)?_c('el-collapse',{staticClass:"renderer-table-mobile",class:{ mobile: _vm.platform === 'mobile' },model:{value:(_vm.currentActive),callback:function ($$v) {_vm.currentActive=$$v},expression:"currentActive"}},_vm._l((_vm.paging ? _vm.pagingData : _vm.tableData),function(t,index){return _c('el-collapse-item',{key:(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index,staticClass:"renderer-table-mobile-item",attrs:{"name":(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index}},[_c('div',{staticClass:"renderer-table-mobile-item-top",attrs:{"slot":"title"},slot:"title"},[(_vm.tableSelectionMode)?_c('el-checkbox',{staticClass:"renderer-table-mobile-checkbox",on:{"change":function($event){return _vm.handleCardSelectionChange($event, t)}},model:{value:(t.checked),callback:function ($$v) {_vm.$set(t, "checked", $$v)},expression:"t.checked"}}):_vm._e(),_c('span',{staticClass:"renderer-table-mobile-title"},[(_vm.element.options.enableDynamicTableTitle && _vm.element.options.relatedField)?[_vm._v(_vm._s(t.dynamicTableTitle))]:[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index + 1))]],2)],1),_c('div',{staticClass:"renderer-table-mobile-item-content"},[_vm._l((_vm.columns),function(column){return [(_vm.displayFields[column.model])?_c('el-form-item',{key:column.key,ref:(_vm.name + "-item"),refInFor:true,class:[("iss-comp-" + (column.type))],attrs:{"label":column.options.hideLabel ? '' : column.name,"label-width":column.options.hideLabel ? '0' : column.options.isLabelWidth ? column.options.labelWidth + 'px' : '',"prop":(_vm.name + "." + ((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index) + "." + (column.model)),"rules":_vm.rules[(_vm.name + "." + (column.model))]}},[_c('template',{slot:"label"},[_vm._v(" "+_vm._s(column.options.hideLabel ? '' : column.name)+" "),(column.options.inputTips)?_c('el-popover',{attrs:{"placement":"top","width":"200","trigger":"hover","popper-class":"render-table-header-tip","content":column.options.inputTips}},[_c('base-icon',{staticStyle:{"color":"#8492a6"},attrs:{"slot":"reference","icon-class":"question-fill"},slot:"reference"})],1):_vm._e()],1),_c('renderer-table-item',{attrs:{"data-source-value":_vm.dataSourceValue,"edit":!_vm.disabledData,"event-function":_vm.eventFunction,"is-in-table":true,"is-table":true,"models":_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index],"form-models":_vm.models,"platform":_vm.platform,"print-read":_vm.printRead || column.options.readonly,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"row-index":(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index,"table-name":_vm.name,"element":column,"scope-row-data":_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index]},on:{"on-table-change":_vm.handleTableChange},model:{value:(_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index][column.model]),callback:function ($$v) {_vm.$set(_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index], column.model, $$v)},expression:"tableData[(paging ? pageSize * (currentPage - 1) : 0) + index][column.model]"}})],2):_vm._e()]})],2),(!_vm.printRead && _vm.edit && !_vm.element.options.disabled)?_c('div',{staticClass:"renderer-table-mobile-item-footer"},[_c('footer-left-opt-bar',{attrs:{"element":_vm.element,"enable-copy-btn":true,"enable-remove-btn":true,"active-row-data":t,"platform-value":_vm.platform},on:{"onOpt":_vm.onOpt}})],1):_vm._e()])}),1):_c('icd-empty',{attrs:{"is-image":false}})]]},proxy:true},{key:"colFooter",fn:function(){return [(_vm.element.options.maxLimit && !_vm.printRead && _vm.edit && !_vm.element.options.disabled)?_c('note-bar',{staticClass:"col-footer-item",attrs:{"text":_vm.$iss18n.t('issfd.runtime.component.table.maxLimit', { maxRows: _vm.element.options.maxRows, length: _vm.tableData && _vm.tableData.length })}}):_vm._e(),(_vm.paging && _vm.edit && !_vm.element.options.disabled)?_c('paging-bar',{staticClass:"col-footer-item",attrs:{"paging":_vm.paging,"page-size":_vm.pageSize,"table-data-value":_vm.tableData,"layout":_vm.pagingConfig.pageMobileLayout,"current-page-value":_vm.currentPage},on:{"handlePageChange":_vm.handlePageChange}}):_vm._e()]},proxy:true}],null,true)}):_vm._e()]:[(_vm.mode === 'table')?[(_vm.elementValue && _vm.elementValue.options)?_c('table-layout',{scopedSlots:_vm._u([(_vm.edit && !_vm.elementValue.options.disabled)?{key:"headerLeft",fn:function(){return [(_vm.element.options.enableSearch && _vm.printRead)?_c('el-input',{staticClass:"left-item table-search-bar",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"mini","clearable":""},on:{"clear":function($event){_vm.searchValue = ''},"change":_vm.onSearch},scopedSlots:_vm._u([{key:"append",fn:function(){return [_c('el-button',{on:{"click":_vm.onSearch}},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)]},proxy:true}],null,false,434776296),model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e()]},proxy:true}:null,(_vm.edit && !_vm.elementValue.options.disabled)?{key:"headerRight",fn:function(){return [_c('header-right-opt-bar',{ref:"headerRightOptBar",attrs:{"element":_vm.element,"editable":_vm.edit,"printable":_vm.printRead},on:{"openMode":_vm.openMode,"onOpt":_vm.onOpt}})]},proxy:true}:null,{key:"body",fn:function(){return [(_vm.visible)?_c('el-table',{ref:"dataTable",staticClass:"renderer-table-pc",attrs:{"data":_vm.edit ? (_vm.paging ? _vm.pagingData : _vm.tableData) : _vm.printRead ? _vm.tableData : _vm.paging ? _vm.pagingData : _vm.tableData,"border":"","size":"small","stripe":_vm.edit && !_vm.printRead,"highlight-current-row":""},on:{"current-change":_vm.handleCurrentChange,"sort-change":_vm.sortChange,"selection-change":_vm.handleSelectionChange},scopedSlots:_vm._u([{key:"empty",fn:function(){return [_c('icd-empty',{attrs:{"is-image":false}})]},proxy:true}],null,false,2345313130)},[(!_vm.printRead)?_c('el-table-column',{attrs:{"type":"selection","align":"center","width":"70"}}):_vm._e(),(!_vm.tableSelectionMode)?_c('el-table-column',{attrs:{"header-align":"center","align":"center","fixed":"","label":"序号","width":_vm.edit && !_vm.printRead ? 70 : 50},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [(_vm.edit && !_vm.element.options.disabled)?[_c('div',{class:{ 'scope-index': _vm.element.options.inLineEditMode }},[_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))])]),(_vm.element.options.inLineEditMode)?_c('div',{staticClass:"scope-action"},[(!_vm.printRead)?_c('el-button',{staticClass:"renderer-table-delete",attrs:{"disabled":_vm.disabledData,"size":"small","type":"text","title":_vm.$iss18n.t('issfd.runtime.common.buttons.delete')},on:{"click":function($event){_vm.handleRemove((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-fill"}})],1):_vm._e(),(!_vm.printRead)?_c('el-button',{staticClass:"renderer-table-row-add",attrs:{"title":_vm.$iss18n.t('issfd.runtime.common.buttons.copy'),"disabled":_vm.disabledData,"size":"small","type":"text"},on:{"click":function($event){return _vm.handleCopy(scope.row, scope.$index)}}},[_c('base-icon',{attrs:{"icon-class":"file-copy-fill"}})],1):_vm._e(),(_vm.printRead)?_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))]):_vm._e()],1):_vm._e()]:[_c('span',[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index + 1))])]]}}],null,false,1334598013)}):_vm._e(),(_vm.columns.length === 0)?_c('el-table-column'):[_vm._l((_vm.columns),function(column){return [(_vm.displayFields[column.model])?_c('el-table-column',{key:column.key,attrs:{"prop":column.model,"sortable":(_vm.printRead || !_vm.edit) && _vm.orderTypes.includes(column.type),"sort-orders":['ascending', 'descending'],"header-align":"center","align":column.type === 'number' ? 'right' : column.type === 'text' ? 'left' : 'center',"min-width":column.options.isWidgetWidth ? ((2 * column.options.width) + "px") : '200px'},scopedSlots:_vm._u([{key:"default",fn:function(scope){
|
|
69470
69470
|
var _obj;
|
|
69471
69471
|
return [(_vm.displayFields[column.model])?_c('el-form-item',{ref:(_vm.name + "-item"),refInFor:true,class:( _obj = {}, _obj[column.options && column.options.customClass] = column.options && column.options.customClass, _obj[("iss-comp-" + (column.type))] = true, _obj ),attrs:{"prop":(_vm.name + "." + ((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index) + "." + (column.model)),"rules":_vm.rules[(_vm.name + "." + (column.model))]}},[_c('renderer-table-item',{key:scope.row['_uuid'],attrs:{"data-source-value":_vm.dataSourceValue,"edit":!_vm.disabledData,"event-function":_vm.eventFunction,"is-in-table":true,"is-table":true,"models":_vm.tableData[(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index],"form-models":_vm.models,"platform":_vm.platform,"print-read":_vm.printRead || column.options.readonly,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"row-index":(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + scope.$index,"table-name":_vm.name,"element":column,"scope-row-data":scope.row},on:{"on-table-change":_vm.handleTableChange},model:{value:(scope.row[column.model]),callback:function ($$v) {_vm.$set(scope.row, column.model, $$v)},expression:"scope.row[column.model]"}})],1):_vm._e()]}}],null,true)},[_c('template',{slot:"header"},[_c('span',{staticClass:"render-table-header"},[_c('span',{staticClass:"header-label",class:column.options.required ? 'required' : ''},[_vm._v(_vm._s(column.options.hideLabel ? '' : column.name))]),(column.options.inputTips)?_c('el-popover',{attrs:{"placement":"top","width":"200","trigger":"hover","popper-class":"render-table-header-tip","content":column.options.inputTips}},[_c('base-icon',{attrs:{"slot":"reference","icon-class":"question-fill"},slot:"reference"})],1):_vm._e()],1)])],2):_vm._e()]})]],2):_vm._e()]},proxy:true},(_vm.edit && !_vm.printRead && !_vm.element.options.disabled)?{key:"footerLeft",fn:function(){return [_c('footer-left-opt-bar',{attrs:{"element":_vm.element,"enable-create-btn":_vm.element.options.inLineMode,"active-row-data":_vm.activeRow,"enable-cancel-current-btn":true},on:{"onOpt":_vm.onOpt}})]},proxy:true}:null,{key:"footerRight",fn:function(){return [(_vm.element.options.maxLimit && !_vm.printRead && !_vm.element.options.disabled)?_c('note-bar',{attrs:{"text":_vm.$iss18n.t('issfd.runtime.component.table.maxLimit', { maxRows: _vm.element.options.maxRows, length: _vm.tableData && _vm.tableData.length })}}):_vm._e(),(_vm.paging && _vm.edit)?_c('paging-bar',{attrs:{"paging":_vm.paging,"page-size":_vm.pageSize,"table-data-value":_vm.tableData,"current-page-value":_vm.currentPage},on:{"handlePageChange":_vm.handlePageChange}}):_vm._e()]},proxy:true}],null,true)}):_vm._e()]:[(_vm.elementValue && _vm.elementValue.options)?_c('table-layout',{scopedSlots:_vm._u([(!_vm.elementValue.options.disabled)?{key:"headerLeft",fn:function(){return [(_vm.tableSelectionMode)?_c('el-checkbox',{ref:"selectedAllBtn",staticClass:"select-all-btn header-sub-item",attrs:{"size":"mini"},on:{"change":_vm.selectedAll},model:{value:(_vm.isSelectedAll),callback:function ($$v) {_vm.isSelectedAll=$$v},expression:"isSelectedAll"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.table.selectAll'))+" ")]):_vm._e(),(_vm.element.options.enableSearch && _vm.printRead)?_c('el-input',{staticClass:"table-search-bar",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"size":"mini","clearable":""},on:{"clear":function($event){_vm.searchValue = ''},"change":_vm.onSearch},scopedSlots:_vm._u([{key:"append",fn:function(){return [_c('el-button',{on:{"click":_vm.onSearch}},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)]},proxy:true}],null,false,434776296),model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e()]},proxy:true}:null,(!_vm.elementValue.options.disabled)?{key:"headerRight",fn:function(){return [_c('header-right-opt-bar',{ref:"headerRightOptBar",attrs:{"element":_vm.element,"editable":_vm.edit,"printable":_vm.printRead,"enable-create-btn":true},on:{"openMode":_vm.openMode,"onOpt":_vm.onOpt}})]},proxy:true}:null,{key:"body",fn:function(){return [(_vm.visible && _vm.tableData.length)?_c('el-collapse',{staticClass:"renderer-table-mobile",model:{value:(_vm.currentActive),callback:function ($$v) {_vm.currentActive=$$v},expression:"currentActive"}},_vm._l((_vm.paging ? _vm.pagingData : _vm.tableData),function(t,index){return _c('el-collapse-item',{key:(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index,staticClass:"renderer-table-mobile-item",attrs:{"name":(_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index}},[_c('div',{staticClass:"renderer-table-mobile-item-top",attrs:{"slot":"title"},slot:"title"},[(_vm.tableSelectionMode)?_c('el-checkbox',{staticClass:"renderer-table-mobile-checkbox",on:{"change":function($event){return _vm.handleCardSelectionChange($event, t)}},model:{value:(t.checked),callback:function ($$v) {_vm.$set(t, "checked", $$v)},expression:"t.checked"}}):_vm._e(),_c('span',{staticClass:"renderer-table-mobile-title"},[(_vm.element.options.enableDynamicTableTitle && _vm.element.options.relatedField)?[_vm._v(_vm._s(t.dynamicTableTitle))]:[_vm._v(_vm._s((_vm.paging ? _vm.pageSize * (_vm.currentPage - 1) : 0) + index + 1))]],2)],1),_c('div',{on:{"click":function($event){return _vm.handleCurrentChange(t)}}},[_c('div',{staticClass:"renderer-table-mobile-item-content"},[_vm._l((_vm.columns),function(column){
|
|
@@ -69550,7 +69550,7 @@ var TABLE_COMP_OPT_VALUE_MAP = {
|
|
|
69550
69550
|
icon: 'close-circle-fill'
|
|
69551
69551
|
}
|
|
69552
69552
|
};
|
|
69553
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69553
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Containers/RendererTableItem.vue?vue&type=template&id=3fffe480
|
|
69554
69554
|
var RendererTableItemvue_type_template_id_3fffe480_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'print-read-mode': _vm.printRead },attrs:{"data-id":_vm.tableName + '_' + _vm.element.model}},[_c(_vm.Elements[_vm.element.type],{ref:("icd-form-" + (_vm.element.model)),tag:"component",attrs:{"element":_vm.element,"platform":_vm.platform,"preview":_vm.preview,"print-read":_vm.printRead,"edit":_vm.edit,"row-index":_vm.rowIndex,"table-name":_vm.tableName,"isInTable":_vm.isInTable,"isTable":_vm.isTable,"scopeRowData":_vm.scopeRowData,"models":_vm.models,"form-models":_vm.formModels,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"event-function":_vm.eventFunction,"rules":_vm.rules},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
69555
69555
|
var RendererTableItemvue_type_template_id_3fffe480_staticRenderFns = []
|
|
69556
69556
|
|
|
@@ -69680,14 +69680,14 @@ var RendererTableItem_component = Object(componentNormalizer["a" /* default */])
|
|
|
69680
69680
|
)
|
|
69681
69681
|
|
|
69682
69682
|
/* harmony default export */ var RendererTableItem = (RendererTableItem_component.exports);
|
|
69683
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69683
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataImport/DataImport.vue?vue&type=template&id=2d646176
|
|
69684
69684
|
var DataImportvue_type_template_id_2d646176_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.isDisplay,"append-to-body":"","custom-class":"data-import-container","title":_vm.$iss18n.t('issfd.runtime.component.import.batch')},on:{"close":function($event){return _vm.$emit('onClose')}}},[_c('div',{staticClass:"header"},[_c('el-steps',{attrs:{"active":_vm.activeStep,"align-center":"","finish-status":"success"}},[_c('el-step',{attrs:{"title":_vm.$iss18n.t('issfd.runtime.component.import.upload')}}),_c('el-step',{attrs:{"title":_vm.$iss18n.t('issfd.runtime.component.import.complete')}})],1)],1),_c('div',{staticClass:"body"},[(_vm.activeStep === 0)?_c('step-one',{attrs:{"widget-key":_vm.widgetKey,"widget-name":_vm.widgetName},on:{"onNext":_vm.onNext,"onUpload":function($event){_vm.loading = true},"onUploadEnd":function($event){_vm.loading = false}}}):_vm._e(),(_vm.activeStep === 1)?_c('step-two',{attrs:{"display-data":_vm.uploadResData}}):_vm._e()],1),_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{on:{"click":function($event){return _vm.$emit('onClose')}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.cancel')))]),(_vm.activeStep > 0)?_c('el-button',{on:{"click":function($event){_vm.activeStep -= 1}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.pre')))]):_vm._e(),(_vm.activeStep === 1)?_c('el-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.$emit('onComplete', _vm.uploadResData)}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.complete')))]):_vm._e()],1)])}
|
|
69685
69685
|
var DataImportvue_type_template_id_2d646176_staticRenderFns = []
|
|
69686
69686
|
|
|
69687
69687
|
|
|
69688
69688
|
// CONCATENATED MODULE: ./src/components/DataImport/DataImport.vue?vue&type=template&id=2d646176
|
|
69689
69689
|
|
|
69690
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69690
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataImport/StepOne.vue?vue&type=template&id=404a988c&scoped=true
|
|
69691
69691
|
var StepOnevue_type_template_id_404a988c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"step-one-container"},[_c('div',{staticClass:"row-item opt-top-bar"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.step1'))+" "),_c('el-button',{attrs:{"size":"mini","type":"primary"},on:{"click":_vm.downloadModel}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.downloadTemplate')))])],1),_c('div',{staticClass:"row-item upload-bar"},[_c('el-upload',{ref:"upload",staticClass:"upload-excel",attrs:{"http-request":_vm.handleUpload,"multiple":false,"on-change":_vm.handleChange,"show-file-list":false,"accept":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel,.xlsx,.xls","action":"","drag":""}},[_c('base-icon',{staticClass:"el-icon-upload",attrs:{"icon-class":"upload-2-line"}}),_c('div',{staticClass:"el-upload__text"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.dragHere'))+" "),_c('em',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.clickUpload')))])])],1)],1),_c('div',{staticClass:"row-item note-bar"},[_c('ul',{staticClass:"upload-info"},[_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.tip1')))]),_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.tip2')))]),_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.tip3')))]),_c('li',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.tip4')))])])])])}
|
|
69692
69692
|
var StepOnevue_type_template_id_404a988c_scoped_true_staticRenderFns = []
|
|
69693
69693
|
|
|
@@ -69979,7 +69979,7 @@ var StepOne_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69979
69979
|
)
|
|
69980
69980
|
|
|
69981
69981
|
/* harmony default export */ var StepOne = (StepOne_component.exports);
|
|
69982
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69982
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataImport/StepTwo.vue?vue&type=template&id=f783e38a
|
|
69983
69983
|
var StepTwovue_type_template_id_f783e38a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"step-two-container"},[_c('el-result',{attrs:{"icon":_vm.status,"title":_vm.statusMap[_vm.status]}},[(_vm.status !== 'success')?_c('template',{slot:"subTitle"},[_vm._v(" "+_vm._s(_vm.displayData && _vm.displayData.message)+" ")]):_c('template',{slot:"subTitle"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.success', {expr: _vm.displayData && _vm.displayData.data && _vm.displayData.data.successCount}))+" ")])],2)],1)}
|
|
69984
69984
|
var StepTwovue_type_template_id_f783e38a_staticRenderFns = []
|
|
69985
69985
|
|
|
@@ -70139,7 +70139,7 @@ var DataImport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70139
70139
|
)
|
|
70140
70140
|
|
|
70141
70141
|
/* harmony default export */ var DataImport = (DataImport_component.exports);
|
|
70142
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70142
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableComp/TableLayout.vue?vue&type=template&id=683c0711
|
|
70143
70143
|
var TableLayoutvue_type_template_id_683c0711_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"table-layout-container"},[_c('div',{staticClass:"absolute-header"},[_vm._t("absoluteHeader")],2),_c('div',{staticClass:"table-layout-container-item single-col-header"},[_vm._t("singleColHeader")],2),_c('div',{staticClass:"table-layout-container-item header"},[_c('div',{staticClass:"header-item left"},[_vm._t("headerLeft")],2),_c('div',{staticClass:"header-item right"},[_vm._t("headerRight")],2)]),_c('div',{staticClass:"table-layout-container-item body"},[_vm._t("body")],2),_c('div',{staticClass:"table-layout-container-item col-footer"},[_vm._t("colFooter")],2),_c('div',{staticClass:"table-layout-container-item footer"},[_c('div',{staticClass:"footer-item left"},[_vm._t("footerLeft")],2),_c('div',{staticClass:"footer-item right"},[_vm._t("footerRight")],2)])])}
|
|
70144
70144
|
var TableLayoutvue_type_template_id_683c0711_staticRenderFns = []
|
|
70145
70145
|
|
|
@@ -70213,7 +70213,7 @@ var TableLayout_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70213
70213
|
)
|
|
70214
70214
|
|
|
70215
70215
|
/* harmony default export */ var TableLayout = (TableLayout_component.exports);
|
|
70216
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70216
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableComp/SubComps/HeaderRightOptBar.vue?vue&type=template&id=4d34f329
|
|
70217
70217
|
var HeaderRightOptBarvue_type_template_id_4d34f329_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"header-right-opt-bar-container"},[(_vm.isConfirmMode)?[_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.cancel.value)}}},[_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.cancel.label)+" ")]),(_vm.currentOptType === _vm.TABLE_COMP_OPT_VALUE_MAP.removeList.value)?_c('el-button',{attrs:{"size":_vm.size,"type":"danger","plain":""},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.removeList.value)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-fill"}}),_vm._v(" 确认删除 ")],1):_vm._e(),(_vm.currentOptType === _vm.TABLE_COMP_OPT_VALUE_MAP.download.value)?_c('el-button',{attrs:{"size":_vm.size,"type":"primary","plain":""},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.download.value)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-fill"}}),_vm._v(" "+_vm._s(("确认" + (_vm.TABLE_COMP_OPT_VALUE_MAP.download.label)))+" ")],1):_vm._e()]:[(_vm.enableCreateBtn && !_vm.printRead)?_c('el-button',{attrs:{"type":"primary","size":_vm.size},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.add.value)}}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.add.label)+" ")],1):_vm._e(),(_vm.platform === 'mobile')?[(_vm.edit)?[(_vm.element && _vm.element.options && _vm.element.options.enableExport && _vm.printRead)?_c('el-button',{attrs:{"type":"primary","size":_vm.size,"disabled":!_vm.currentFormId || !_vm.currentFormId.length},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.download.value)}}},[_c('base-icon',{attrs:{"icon-class":"upload-2-line"}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.download.label)+" ")],1):_vm._e()]:_vm._e()]:[(_vm.element && _vm.element.options && _vm.element.options.dataImport && !_vm.printRead)?_c('el-button',{attrs:{"type":"primary","size":_vm.size,"disabled":!_vm.currentFormId || !_vm.currentFormId.length},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.upload.value)}}},[_c('base-icon',{attrs:{"icon-class":"download-2-line"}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.upload.label)+" ")],1):_vm._e(),(_vm.element && _vm.element.options && _vm.element.options.enableExport && _vm.edit && _vm.printRead)?_c('el-button',{attrs:{"type":"primary","size":_vm.size,"disabled":!_vm.currentFormId || !_vm.currentFormId.length},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.download.value)}}},[_c('base-icon',{attrs:{"icon-class":"upload-2-line"}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.download.label)+" ")],1):_vm._e(),(_vm.element && _vm.element.options && _vm.element.options.batchDelete && !_vm.printRead)?_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){return _vm.openMode(_vm.TABLE_COMP_OPT_VALUE_MAP.removeList.value)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-4-fill"}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.removeList.label)+" ")],1):_vm._e()]],(!_vm.printRead && _vm.showOptList)?_c('van-action-sheet',{attrs:{"actions":_vm.moreOptList,"cancel-text":"取消","close-on-click-action":""},on:{"cancel":function($event){_vm.showOptList = false},"select":_vm.onMoreOptSelect},model:{value:(_vm.showOptList),callback:function ($$v) {_vm.showOptList=$$v},expression:"showOptList"}}):_vm._e()],2)}
|
|
70218
70218
|
var HeaderRightOptBarvue_type_template_id_4d34f329_staticRenderFns = []
|
|
70219
70219
|
|
|
@@ -70439,7 +70439,7 @@ var HeaderRightOptBar_component = Object(componentNormalizer["a" /* default */])
|
|
|
70439
70439
|
)
|
|
70440
70440
|
|
|
70441
70441
|
/* harmony default export */ var HeaderRightOptBar = (HeaderRightOptBar_component.exports);
|
|
70442
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70442
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableComp/SubComps/FooterLeftOptBar.vue?vue&type=template&id=1a971dbd
|
|
70443
70443
|
var FooterLeftOptBarvue_type_template_id_1a971dbd_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"footer-left-opt-bar-container",class:{ mobile: _vm.platform === 'mobile' }},[(_vm.enableCreateBtn)?_c('el-link',{staticClass:"container-item",attrs:{"type":"primary","underline":false,"size":_vm.size},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.add.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.add.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.add.label)+" ")],1):_vm._e(),(_vm.enableRemoveBtn)?_c('el-link',{staticClass:"container-item",attrs:{"underline":false,"size":_vm.size},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.remove.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.remove.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.remove.label)+" ")],1):_vm._e(),(_vm.enableCopyBtn)?_c('el-link',{staticClass:"container-item",attrs:{"underline":false,"size":_vm.size},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.copy.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.copy.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.copy.label)+" ")],1):_vm._e(),(_vm.element && _vm.element.options && _vm.element.options.rowMove)?[_c('el-link',{staticClass:"container-item",attrs:{"underline":false,"size":_vm.size,"disabled":!_vm.activeRow},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.moveUp.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.moveUp.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.moveUp.label)+" ")],1),_c('el-link',{staticClass:"container-item",attrs:{"underline":false,"size":_vm.size,"disabled":!_vm.activeRow},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.moveDown.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.moveDown.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.moveDown.label)+" ")],1)]:_vm._e(),(_vm.enableCancelCurrentBtn && _vm.activeRow)?_c('el-link',{staticClass:"container-item",attrs:{"underline":false,"size":_vm.size,"type":"info"},on:{"click":function($event){return _vm.onOpt(_vm.TABLE_COMP_OPT_VALUE_MAP.cancelCurrent.value)}}},[_c('base-icon',{attrs:{"icon-class":_vm.TABLE_COMP_OPT_VALUE_MAP.cancelCurrent.icon}}),_vm._v(" "+_vm._s(_vm.TABLE_COMP_OPT_VALUE_MAP.cancelCurrent.label)+" ")],1):_vm._e()],2)}
|
|
70444
70444
|
var FooterLeftOptBarvue_type_template_id_1a971dbd_staticRenderFns = []
|
|
70445
70445
|
|
|
@@ -70568,7 +70568,7 @@ var FooterLeftOptBar_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70568
70568
|
)
|
|
70569
70569
|
|
|
70570
70570
|
/* harmony default export */ var FooterLeftOptBar = (FooterLeftOptBar_component.exports);
|
|
70571
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70571
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableComp/SubComps/NoteBar.vue?vue&type=template&id=90f26f3e
|
|
70572
70572
|
var NoteBarvue_type_template_id_90f26f3e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"note-bar-container"},[_vm._v(_vm._s(_vm.text))])}
|
|
70573
70573
|
var NoteBarvue_type_template_id_90f26f3e_staticRenderFns = []
|
|
70574
70574
|
|
|
@@ -70611,7 +70611,7 @@ var NoteBar_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70611
70611
|
)
|
|
70612
70612
|
|
|
70613
70613
|
/* harmony default export */ var NoteBar = (NoteBar_component.exports);
|
|
70614
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70614
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TableComp/SubComps/PagingBar.vue?vue&type=template&id=7ee66552
|
|
70615
70615
|
var PagingBarvue_type_template_id_7ee66552_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"paging-bar-container"},[_c('el-pagination',{staticClass:"pagination-data",attrs:{"background":"","current-page":_vm.currentPage,"page-size":_vm.pageSize,"pager-count":5,"total":_vm.tableData.length,"layout":_vm.layout ? _vm.layout : 'total, prev, pager, next'},on:{"current-change":_vm.handlePageChange}})],1)}
|
|
70616
70616
|
var PagingBarvue_type_template_id_7ee66552_staticRenderFns = []
|
|
70617
70617
|
|
|
@@ -72364,7 +72364,7 @@ var Elements_RendererTable_component = Object(componentNormalizer["a" /* default
|
|
|
72364
72364
|
)
|
|
72365
72365
|
|
|
72366
72366
|
/* harmony default export */ var Elements_RendererTable = (Elements_RendererTable_component.exports);
|
|
72367
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72367
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererQrCode.vue?vue&type=template&id=fc4786fe
|
|
72368
72368
|
var RendererQrCodevue_type_template_id_fc4786fe_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('qr-code-component',{ref:("icd-form-" + (_vm.element.model)),attrs:{"options":_vm.element.options,"data-models":_vm.dataModels}})}
|
|
72369
72369
|
var RendererQrCodevue_type_template_id_fc4786fe_staticRenderFns = []
|
|
72370
72370
|
|
|
@@ -72410,7 +72410,7 @@ var RendererQrCode_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72410
72410
|
)
|
|
72411
72411
|
|
|
72412
72412
|
/* harmony default export */ var RendererQrCode = (RendererQrCode_component.exports);
|
|
72413
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72413
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererButton.vue?vue&type=template&id=509c4f8a
|
|
72414
72414
|
var RendererButtonvue_type_template_id_509c4f8a_render = function () {
|
|
72415
72415
|
var _obj;
|
|
72416
72416
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{attrs:{"align":_vm.element.options.contentPosition}},[(_vm.element.options.warnContent)?_c('base-help-icon',{staticClass:"tip",attrs:{"content":_vm.element.options.warnContent}}):_vm._e(),(_vm.element.options.showInPrintRead || !_vm.printRead)?_c('el-button',{ref:("icd-form-" + (_vm.element.model)),class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),style:(!_vm.element.options.customWidth ? '' : { width: ((_vm.element.options.width) + "%") }),attrs:{"circle":_vm.element.options.buttonCircle,"disabled":!_vm.edit || _vm.element.options.disabled,"plain":_vm.element.options.buttonPlain,"round":_vm.element.options.buttonRound,"size":_vm.element.options.buttonSize,"type":_vm.element.options.buttonType},on:{"click":_vm.handleOnClick}},[_vm._v(" "+_vm._s(_vm.element.options.buttonName)+" ")]):_vm._e()],1)}
|
|
@@ -72486,7 +72486,7 @@ var RendererButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72486
72486
|
)
|
|
72487
72487
|
|
|
72488
72488
|
/* harmony default export */ var RendererButton = (RendererButton_component.exports);
|
|
72489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72489
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererDivider.vue?vue&type=template&id=88efa8e8
|
|
72490
72490
|
var RendererDividervue_type_template_id_88efa8e8_render = function () {
|
|
72491
72491
|
var _obj;
|
|
72492
72492
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),style:({
|
|
@@ -72541,7 +72541,7 @@ var RendererDivider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72541
72541
|
)
|
|
72542
72542
|
|
|
72543
72543
|
/* harmony default export */ var RendererDivider = (RendererDivider_component.exports);
|
|
72544
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72544
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererIframe.vue?vue&type=template&id=5882c906
|
|
72545
72545
|
var RendererIframevue_type_template_id_5882c906_render = function () {
|
|
72546
72546
|
var _obj;
|
|
72547
72547
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.element.options.href)?_c('iframe',{ref:("icd-form-" + (_vm.element.model)),staticClass:"iss-iframe",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),style:({
|
|
@@ -72609,7 +72609,7 @@ var RendererIframe_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72609
72609
|
)
|
|
72610
72610
|
|
|
72611
72611
|
/* harmony default export */ var RendererIframe = (RendererIframe_component.exports);
|
|
72612
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72612
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererImage.vue?vue&type=template&id=5cf482ec
|
|
72613
72613
|
var RendererImagevue_type_template_id_5cf482ec_render = function () {
|
|
72614
72614
|
var _obj;
|
|
72615
72615
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-image',{ref:("icd-form-" + (_vm.element.model)),class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),style:({
|
|
@@ -72681,7 +72681,7 @@ var RendererImage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72681
72681
|
)
|
|
72682
72682
|
|
|
72683
72683
|
/* harmony default export */ var RendererImage = (RendererImage_component.exports);
|
|
72684
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72684
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererLink.vue?vue&type=template&id=9846bd5a
|
|
72685
72685
|
var RendererLinkvue_type_template_id_9846bd5a_render = function () {
|
|
72686
72686
|
var _obj;
|
|
72687
72687
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{attrs:{"align":_vm.element.options.contentPosition}},[_c('el-link',{ref:("icd-form-" + (_vm.element.model)),class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),attrs:{"disabled":_vm.element.options.disabled,"href":_vm.element.options.href,"type":_vm.element.options.linkType,"underline":_vm.element.options.underline,"target":"_blank"},on:{"click":_vm.handleOnClick}},[_vm._v(" "+_vm._s(_vm.element.options.text)+" ")])],1)}
|
|
@@ -72750,7 +72750,7 @@ var RendererLink_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72750
72750
|
)
|
|
72751
72751
|
|
|
72752
72752
|
/* harmony default export */ var RendererLink = (RendererLink_component.exports);
|
|
72753
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72753
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererText.vue?vue&type=template&id=9c827886
|
|
72754
72754
|
var RendererTextvue_type_template_id_9c827886_render = function () {
|
|
72755
72755
|
var _obj;
|
|
72756
72756
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{ref:("icd-form-" + (_vm.element.model)),class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),attrs:{"align":_vm.element.options.contentPosition,"font-color":_vm.element.options.fontColor,"font-family":_vm.element.options.fontFamily,"font-size":_vm.element.options.fontSize,"font-style":_vm.element.options.fontStyle,"font-weight":_vm.element.options.fontWeight,"margin-bottom":_vm.element.options.marginBottom,"margin-top":_vm.element.options.marginTop}},[_vm._v(" "+_vm._s(_vm.element.options.text)+" ")])}
|
|
@@ -72809,7 +72809,7 @@ var RendererText_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72809
72809
|
)
|
|
72810
72810
|
|
|
72811
72811
|
/* harmony default export */ var RendererText = (RendererText_component.exports);
|
|
72812
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72812
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererCustom.vue?vue&type=template&id=e8c52276
|
|
72813
72813
|
var RendererCustomvue_type_template_id_e8c52276_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.customPluginStoped)?_c('div',{staticClass:"plugin-stoped"},[_c('span',{staticClass:"plugin-deleted__text"},[_c('base-icon',{attrs:{"icon-class":"spam-3-line"}}),_vm._v(" "+_vm._s(_vm.customPluginStoped))],1)]):_c((_vm.element.code || _vm.element.options.customName) + '-renderer',{ref:("icd-form-" + (_vm.element.model)),tag:"component",attrs:{"element":_vm.element,"platform":_vm.platform,"isInTable":_vm.isInTable,"event-function":_vm.eventFunction,"preview":_vm.preview,"print-read":_vm.printRead || _vm.element.options.readonly,"edit":_vm.edit,"data-source-value":_vm.dataSourceValue,"remote":_vm.remote,"remote-option-source":_vm.remoteOptionSource,"rules":_vm.rules,"tableName":_vm.tableName},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})],1)}
|
|
72814
72814
|
var RendererCustomvue_type_template_id_e8c52276_staticRenderFns = []
|
|
72815
72815
|
|
|
@@ -72886,7 +72886,7 @@ var RendererCustom_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72886
72886
|
)
|
|
72887
72887
|
|
|
72888
72888
|
/* harmony default export */ var RendererCustom = (RendererCustom_component.exports);
|
|
72889
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72889
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererUserNotice.vue?vue&type=template&id=58ef4d0d&scoped=true
|
|
72890
72890
|
var RendererUserNoticevue_type_template_id_58ef4d0d_scoped_true_render = function () {
|
|
72891
72891
|
var _obj;
|
|
72892
72892
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:("icd-form-" + (_vm.element.model)),class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj )},[_vm._l((_vm.optionTypeList),function(optionType){return [_c('div',{key:optionType,class:optionType + '-class'},[(optionType === 'title' || optionType === 'checkboxText')?_c('text-component',{attrs:{"align":_vm.element.options[optionType + 'Options'].contentPosition,"font-color":_vm.element.options[optionType + 'Options'].fontColor,"font-size":_vm.element.options[optionType + 'Options'].fontSize,"font-style":_vm.element.options[optionType + 'Options'].fontStyle,"font-weight":_vm.element.options[optionType + 'Options'].fontWeight,"font-family":_vm.element.options[optionType + 'Options'].fontFamily,"margin-top":_vm.element.options[optionType + 'Options'].marginTop,"margin-bottom":_vm.element.options[optionType + 'Options'].marginBottom}},[(optionType === 'checkboxText')?[_c('el-checkbox',{attrs:{"disabled":_vm.element.options[optionType + 'Options'].countDown > 0},model:{value:(_vm.element.options[optionType + 'Options'].checkboxSelected),callback:function ($$v) {_vm.$set(_vm.element.options[optionType + 'Options'], "checkboxSelected", $$v)},expression:"element.options[optionType + 'Options'].checkboxSelected"}}),_vm._v(" "+_vm._s(_vm.element.options[optionType + 'Options'].text)+" "+_vm._s(_vm.element.options[optionType + 'Options'].countDown > 0 ? '(' + _vm.element.options[optionType + 'Options'].countDown + 's)' : '')+" ")]:[_vm._v(" "+_vm._s(_vm.element.options[optionType + 'Options'].text)+" ")]],2):_c('div',{staticClass:"content-class",domProps:{"innerHTML":_vm._s(_vm.element.options[optionType + 'Options'].text)}})],1)]})],2)}
|
|
@@ -72997,7 +72997,7 @@ var RendererUserNotice_component = Object(componentNormalizer["a" /* default */]
|
|
|
72997
72997
|
)
|
|
72998
72998
|
|
|
72999
72999
|
/* harmony default export */ var RendererUserNotice = (RendererUserNotice_component.exports);
|
|
73000
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73000
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/Elements/RendererUnitedForm.vue?vue&type=template&id=66f06a96
|
|
73001
73001
|
var RendererUnitedFormvue_type_template_id_66f06a96_render = function () {
|
|
73002
73002
|
var _obj, _obj$1;
|
|
73003
73003
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.element && _vm.element.options)?[(_vm.element.options.styleType === 'card')?[_c('el-card',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj['renderer-card'] = true, _obj['renderer-united-form'] = true, _obj ),attrs:{"shadow":_vm.element.options.shadow},scopedSlots:_vm._u([(_vm.element.options.showHeader)?{key:"header",fn:function(){return [_c('div',[_vm._v(_vm._s(_vm.element.name))])]},proxy:true}:null],null,true)},[(_vm.loading === false)?[(_vm.targetFormModel)?[_c('iss-library-form-renderer',{ref:("icd-form-" + (_vm.element.model)),attrs:{"edit":_vm.edit,"lock-platform":true,"prefer-platform":_vm.platform,"print-read":_vm.element.options.disabled || _vm.printRead,"source":_vm.targetFormModel.content,"value":_vm.models[_vm.element.model],"variables":_vm.variable,"is-united-form-comp":true,"current-form-id":_vm.element && _vm.element.options && _vm.element.options.unitedFormInfo && _vm.element.options.unitedFormInfo.formId,"form-publish-version-id":_vm.element && _vm.element.options && _vm.element.options.unitedFormInfo && _vm.element.options.unitedFormInfo.versionId,"insite":"true","preview":""},on:{"updateModels":_vm.updateModels}})]:[_c('icd-empty',{attrs:{"is-image":false,"description":"未加载到聚合表单"}})]]:_vm._e()],2)]:(_vm.element.options.styleType === 'collapse')?[_c('el-collapse',{class:( _obj$1 = {
|
|
@@ -73514,7 +73514,7 @@ __webpack_require__("ae68");
|
|
|
73514
73514
|
// ESM COMPAT FLAG
|
|
73515
73515
|
__webpack_require__.r(__webpack_exports__);
|
|
73516
73516
|
|
|
73517
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73517
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/BaseElementItem.vue?vue&type=template&id=918c2534
|
|
73518
73518
|
var render = function () {
|
|
73519
73519
|
var _obj;
|
|
73520
73520
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-view",class:{
|
|
@@ -73544,7 +73544,7 @@ var es_regexp_test = __webpack_require__("00b4");
|
|
|
73544
73544
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
73545
73545
|
var es_string_trim = __webpack_require__("498a");
|
|
73546
73546
|
|
|
73547
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73547
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerCard.vue?vue&type=template&id=65d6f16f
|
|
73548
73548
|
var DesignerCardvue_type_template_id_65d6f16f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-card',{staticClass:"widget-card",class:{'is-empty':_vm.element.children.length===0},attrs:{"shadow":_vm.element.options.shadow}},[(_vm.element.options&&_vm.element.options.showHeader)?_c('div',{attrs:{"slot":"header"},slot:"header"},[_vm._v(_vm._s(_vm.element.name))]):_vm._e(),_c('draggable',{staticClass:"widget-col-list",attrs:{"animation":200,"group":{name:'icdDesigner',put:_vm.handlePut},"no-transition-on-drag":true,"data-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere'),"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":function($event){return _vm.handlePluginAdd($event, _vm.element)},"update":_vm.handlePluginUpdate},model:{value:(_vm.element.children),callback:function ($$v) {_vm.$set(_vm.element, "children", $$v)},expression:"element.children"}},[_vm._l((_vm.element.children),function(item,index){return [(item && item.key)?_c('base-element-item',{key:item.key,attrs:{"children":_vm.element.children,"element":item,"form-key":_vm.formKey,"index":index,"platform":_vm.platform,"select":_vm.selectWidget},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":function($event){return _vm.handleSelectChange($event)}}}):_vm._e()]})],2)],1)}
|
|
73549
73549
|
var DesignerCardvue_type_template_id_65d6f16f_staticRenderFns = []
|
|
73550
73550
|
|
|
@@ -73868,7 +73868,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
73868
73868
|
)
|
|
73869
73869
|
|
|
73870
73870
|
/* harmony default export */ var DesignerCard = (component.exports);
|
|
73871
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73871
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerGrid.vue?vue&type=template&id=f02ab2a4
|
|
73872
73872
|
var DesignerGridvue_type_template_id_f02ab2a4_render = function () {
|
|
73873
73873
|
var _obj;
|
|
73874
73874
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-grid"},[_c('el-row',{staticClass:"widget-grid-row",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options && _vm.element.options.customClass, _obj ),attrs:{"align":_vm.element.options.align,"gutter":_vm.element.options.gutter || 0,"justify":_vm.element.options.justify,"type":"flex"}},_vm._l((_vm.element.children),function(item,i){
|
|
@@ -74099,7 +74099,7 @@ var DesignerGrid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74099
74099
|
)
|
|
74100
74100
|
|
|
74101
74101
|
/* harmony default export */ var DesignerGrid = (DesignerGrid_component.exports);
|
|
74102
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74102
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerCollapse.vue?vue&type=template&id=7b82c394
|
|
74103
74103
|
var DesignerCollapsevue_type_template_id_7b82c394_render = function () {
|
|
74104
74104
|
var _obj;
|
|
74105
74105
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-collapse',{staticClass:"widget-collapse",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"accordion":_vm.element.options.accordion},model:{value:(_vm.collapseActive),callback:function ($$v) {_vm.collapseActive=$$v},expression:"collapseActive"}},_vm._l((_vm.element.children),function(item,index){return _c('el-collapse-item',{key:item.name,staticClass:"widget-collapse-item",class:{'is-empty':item.children.length===0},attrs:{"name":item.name}},[_c('div',{staticClass:"el-collapse-header-title",attrs:{"slot":"title","title":item.name},slot:"title"},[_vm._v(_vm._s(item.name))]),_c('draggable',{staticClass:"widget-col-list",attrs:{"animation":200,"group":{name:'icdDesigner',put:_vm.handlePut},"no-transition-on-drag":true,"data-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere'),"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":function($event){return _vm.handlePluginAdd($event, index)},"update":_vm.handlePluginUpdate},model:{value:(item.children),callback:function ($$v) {_vm.$set(item, "children", $$v)},expression:"item.children"}},[_vm._l((item.children),function(collapse,collapseIndex){return [(collapse && collapse.key)?_c('base-element-item',{key:collapse.key,attrs:{"children":item.children,"element":collapse,"form-key":_vm.formKey,"index":collapseIndex,"platform":_vm.platform,"select":_vm.selectWidget},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":function($event){return _vm.handleSelectChange($event, item)}}}):_vm._e()]})],2)],1)}),1)}
|
|
@@ -74205,7 +74205,7 @@ var DesignerCollapse_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74205
74205
|
)
|
|
74206
74206
|
|
|
74207
74207
|
/* harmony default export */ var DesignerCollapse = (DesignerCollapse_component.exports);
|
|
74208
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74208
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerReport.vue?vue&type=template&id=a8abd550
|
|
74209
74209
|
var DesignerReportvue_type_template_id_a8abd550_render = function () {
|
|
74210
74210
|
var _obj;
|
|
74211
74211
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-report"},[_c('table',{staticClass:"report-container",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options.customClass, _obj ),style:({
|
|
@@ -74859,7 +74859,7 @@ var DesignerReport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74859
74859
|
)
|
|
74860
74860
|
|
|
74861
74861
|
/* harmony default export */ var DesignerReport = (DesignerReport_component.exports);
|
|
74862
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74862
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerTab.vue?vue&type=template&id=02a88b25
|
|
74863
74863
|
var DesignerTabvue_type_template_id_02a88b25_render = function () {
|
|
74864
74864
|
var _obj;
|
|
74865
74865
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-tabs',{staticClass:"widget-tab",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"tab-position":_vm.element.options.tabPosition,"type":_vm.element.options.type},model:{value:(_vm.tabActive),callback:function ($$v) {_vm.tabActive=$$v},expression:"tabActive"}},_vm._l((_vm.element.children),function(item,index){return _c('el-tab-pane',{key:item.name,staticClass:"widget-tab-pane",class:{
|
|
@@ -74971,7 +74971,7 @@ var DesignerTab_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74971
74971
|
)
|
|
74972
74972
|
|
|
74973
74973
|
/* harmony default export */ var DesignerTab = (DesignerTab_component.exports);
|
|
74974
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74974
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerTable.vue?vue&type=template&id=70f285f7
|
|
74975
74975
|
var DesignerTablevue_type_template_id_70f285f7_render = function () {
|
|
74976
74976
|
var _obj;
|
|
74977
74977
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-table"},[_c('el-form-item',{class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"label":_vm.element.options.hideLabel ? '' : _vm.element.name,"label-width":_vm.element.options.hideLabel ? '0' : (_vm.element.options.isLabelWidth ? _vm.element.options.labelWidth + 'px' : '')}},[_c('div',{staticClass:"widget-table-wrapper",class:{'mobile': _vm.mode === 'section'}},[(_vm.mode === 'table')?_c('el-table',{staticClass:"widget-table-left",attrs:{"data":[{}],"row-class-name":"widget-table-row"}},[_c('el-table-column',{attrs:{"align":"center","label":_vm.$iss18n.t('issfd.coreDesigner.elements.table.index'),"type":"index","width":"50"}})],1):_c('div',{staticClass:"widget-table-top"},[(_vm.element.options.enableDynamicTableTitle&&_vm.element.options.relatedField)?_c('span',{staticClass:"renderer-table-mobile-title"},[_vm._v(" "+_vm._s(_vm.element.children.find((function (cur) { return cur.model === _vm.element.options.relatedField; })) ? _vm.element.children.find((function (cur) { return cur.model === _vm.element.options.relatedField; })).name : '未配置')+" ")]):_c('el-link',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.table.code')))])],1),_c('div',{staticClass:"widget-table-content",class:{'mobile': _vm.mode === 'section'}},[(_vm.element.children.length === 0)?_c('div',{staticClass:"table-empty"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere')))]):_vm._e(),_c('draggable',{staticClass:"widget-col-list",attrs:{"animation":200,"direction":_vm.mode === 'table'?'horizontal':'vertical',"group":{name:'icdTableDesigner',put:_vm.handlePut},"no-transition-on-drag":true,"data-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere'),"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":function($event){return _vm.handlePluginAdd($event)},"update":_vm.handleWidgetTableUpdate},model:{value:(_vm.element.children),callback:function ($$v) {_vm.$set(_vm.element, "children", $$v)},expression:"element.children"}},[_c('transition-group',{staticClass:"widget-table-col",style:({width: _vm.mode === 'table' ? _vm.columnsWidthStyle : '100%'}),attrs:{"name":"fade","tag":"div"}},_vm._l((_vm.element.children),function(item,index){return (item.key)?_c('table-item',{key:item.key,attrs:{"data":_vm.element.children,"element":item,"form-key":_vm.formKey,"index":index,"mode":_vm.mode,"platform":_vm.platform,"select":_vm.selectWidget,"tableElement":_vm.element},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":function($event){return _vm.handleSelectChange($event, item)}}}):_vm._e()}),1)],1)],1)],1),(_vm.element.options.maxLimit)?_c('span',{staticClass:"max-limit-tip"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.table.maxLimit', {maxRows: _vm.element.options.maxRows})))]):_vm._e()])],1)}
|
|
@@ -74989,7 +74989,7 @@ var es_array_map = __webpack_require__("d81d");
|
|
|
74989
74989
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
74990
74990
|
var es_iterator_map = __webpack_require__("ab43");
|
|
74991
74991
|
|
|
74992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74992
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerTableItem.vue?vue&type=template&id=e9f2fd50
|
|
74993
74993
|
var DesignerTableItemvue_type_template_id_e9f2fd50_render = function () {
|
|
74994
74994
|
var _obj;
|
|
74995
74995
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.element && _vm.element.key)?_c('div',{staticClass:"widget-table-view",class:{
|
|
@@ -75006,14 +75006,14 @@ var DesignerTableItemvue_type_template_id_e9f2fd50_staticRenderFns = []
|
|
|
75006
75006
|
|
|
75007
75007
|
// CONCATENATED MODULE: ./src/common/consts/common-reg-exp.js
|
|
75008
75008
|
var modelRegExp = /^(?!_)(?![0-9])[a-zA-Z0-9_]{2,50}$/;
|
|
75009
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75009
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerInput.vue?vue&type=template&id=1d657cde
|
|
75010
75010
|
var DesignerInputvue_type_template_id_1d657cde_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isVariableDefaultValue === 'static')?_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"disabled":_vm.disabled,"placeholder":_vm.placeholder,"show-password":_vm.element.options.showPassword,"maxlength":"50"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.isVariableDefaultValue === 'formula')?_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"disabled":_vm.disabled,"placeholder":_vm.placeholder,"show-password":_vm.element.options.showPassword,"maxlength":"50"}}):_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"disabled":_vm.disabled,"placeholder":_vm.placeholder,"show-password":_vm.element.options.showPassword,"value":("{{" + (_vm.element.options.defaultVariable ? _vm.variableMap[_vm.element.options.defaultVariable] : '未选择') + "}}"),"maxlength":"50"}})],1)}
|
|
75011
75011
|
var DesignerInputvue_type_template_id_1d657cde_staticRenderFns = []
|
|
75012
75012
|
|
|
75013
75013
|
|
|
75014
75014
|
// CONCATENATED MODULE: ./src/core-designer/Elements/DesignerInput.vue?vue&type=template&id=1d657cde
|
|
75015
75015
|
|
|
75016
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75016
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/BaseDesignerRenderer.vue?vue&type=template&id=68afb159
|
|
75017
75017
|
var BaseDesignerRenderervue_type_template_id_68afb159_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
75018
75018
|
var BaseDesignerRenderervue_type_template_id_68afb159_staticRenderFns = []
|
|
75019
75019
|
|
|
@@ -75278,7 +75278,7 @@ var DesignerInput_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75278
75278
|
)
|
|
75279
75279
|
|
|
75280
75280
|
/* harmony default export */ var DesignerInput = (DesignerInput_component.exports);
|
|
75281
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75281
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerTextarea.vue?vue&type=template&id=605e81aa
|
|
75282
75282
|
var DesignerTextareavue_type_template_id_605e81aa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isVariableDefaultValue === 'static')?_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"autosize":_vm.element.options.autosize ? { minRows: _vm.element.options.rows } : false,"disabled":_vm.disabled,"placeholder":_vm.placeholder,"rows":_vm.element.options.rows,"type":"textarea"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}):(_vm.isVariableDefaultValue === 'formula')?_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"autosize":_vm.element.options.autosize ? { minRows: _vm.element.options.rows } : false,"disabled":_vm.disabled,"placeholder":_vm.placeholder,"rows":_vm.element.options.rows,"type":"textarea"}}):_c('el-input',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"autosize":_vm.element.options.autosize ? { minRows: _vm.element.options.rows } : false,"disabled":_vm.disabled,"placeholder":_vm.placeholder,"rows":_vm.element.options.rows,"value":("{{" + (_vm.element.options.defaultVariable ? _vm.variableMap[_vm.element.options.defaultVariable] : _vm.$iss18n.t('issfd.coreDesigner.elements.notSelected')) + "}}"),"type":"textarea"}})],1)}
|
|
75283
75283
|
var DesignerTextareavue_type_template_id_605e81aa_staticRenderFns = []
|
|
75284
75284
|
|
|
@@ -75360,7 +75360,7 @@ var DesignerTextarea_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75360
75360
|
)
|
|
75361
75361
|
|
|
75362
75362
|
/* harmony default export */ var DesignerTextarea = (DesignerTextarea_component.exports);
|
|
75363
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75363
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerNumber.vue?vue&type=template&id=020369be
|
|
75364
75364
|
var DesignerNumbervue_type_template_id_020369be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"number-display"},[_c('el-input-number',{style:(_vm.widthDisplay),attrs:{"value":_vm.isVariableDefaultValue === 'static' ? _vm.model : '',"controls":_vm.element.options.controls,"controls-position":_vm.element.options.controlsPosition,"disabled":_vm.disabled,"precision":_vm.element.options.closePrecision ? undefined : _vm.element.options.precision}}),(_vm.element.options.showSuffix)?_c('span',{staticClass:"iss-number-unit"},[_vm._v(_vm._s(_vm.element.options.suffix))]):_vm._e()],1)}
|
|
75365
75365
|
var DesignerNumbervue_type_template_id_020369be_staticRenderFns = []
|
|
75366
75366
|
|
|
@@ -75442,7 +75442,7 @@ var DesignerNumber_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75442
75442
|
)
|
|
75443
75443
|
|
|
75444
75444
|
/* harmony default export */ var DesignerNumber = (DesignerNumber_component.exports);
|
|
75445
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75445
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerRadio.vue?vue&type=template&id=0f06fded
|
|
75446
75446
|
var DesignerRadiovue_type_template_id_0f06fded_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-radio-group',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"disabled":_vm.disabled},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},[(_vm.element.options.optionStyle === 'button')?_vm._l((_vm.isRemote ? _vm.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-radio-button',{key:item.value + index,style:({ display: 'inline-block' }),attrs:{"label":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])}):_vm._l((_vm.isRemote ? _vm.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-radio',{key:item.value + index,style:({ display: _vm.platform === 'mobile' && _vm.element.options.optionStyle === 'border' ? 'block' : _vm.element.options.inline ? 'inline-block' : 'block' }),attrs:{"border":_vm.element.options.optionStyle === 'border',"label":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),(_vm.isRemote)?[(_vm.optionLoading)?[_c('i',{staticClass:"el-icon-loading"}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadingOptions'))+" ")]:_vm._e(),(_vm.optionLoadFailed)?_c('div',{staticClass:"form-option-load-failed"},[_c('base-icon',{attrs:{"icon-class":"information-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadOptionFailed'))+" "),_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleLoadDictOptions}},[_c('base-icon',{attrs:{"icon-class":"refresh-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadRetry'))+" ")],1)],1):_vm._e()]:_vm._e()],2)}
|
|
75447
75447
|
var DesignerRadiovue_type_template_id_0f06fded_staticRenderFns = []
|
|
75448
75448
|
|
|
@@ -75518,7 +75518,7 @@ var DesignerRadio_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75518
75518
|
)
|
|
75519
75519
|
|
|
75520
75520
|
/* harmony default export */ var DesignerRadio = (DesignerRadio_component.exports);
|
|
75521
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75521
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerCheckbox.vue?vue&type=template&id=65ec7794
|
|
75522
75522
|
var DesignerCheckboxvue_type_template_id_65ec7794_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-checkbox-group',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"disabled":_vm.disabled,"max":_vm.element.options.enableMaxSelection ? _vm.element.options.maxSelection : undefined},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},[(_vm.element.options.optionStyle === 'button')?_vm._l((_vm.isRemote ? _vm.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-checkbox-button',{key:item.value + index,style:({ display: 'inline-block' }),attrs:{"label":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])}):_vm._l((_vm.isRemote ? _vm.remoteOptions : _vm.element.options.options),function(item,index){return _c('el-checkbox',{key:item.value + index,style:({ display: _vm.platform === 'mobile' && _vm.element.options.optionStyle === 'border' ? 'block' : _vm.element.options.inline ? 'inline-block' : 'block' }),attrs:{"border":_vm.element.options.optionStyle === 'border',"label":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),(_vm.isRemote)?[(_vm.optionLoading)?[_c('i',{staticClass:"el-icon-loading"}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadingOptions'))+" ")]:_vm._e(),(_vm.optionLoadFailed)?_c('div',{staticClass:"form-option-load-failed"},[_c('base-icon',{attrs:{"icon-class":"information-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadOptionFailed'))+" "),_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleLoadDictOptions}},[_c('base-icon',{attrs:{"icon-class":"refresh-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.elements.loadRetry'))+" ")],1)],1):_vm._e()]:_vm._e()],2)}
|
|
75523
75523
|
var DesignerCheckboxvue_type_template_id_65ec7794_staticRenderFns = []
|
|
75524
75524
|
|
|
@@ -75598,7 +75598,7 @@ var DesignerCheckbox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75598
75598
|
)
|
|
75599
75599
|
|
|
75600
75600
|
/* harmony default export */ var DesignerCheckbox = (DesignerCheckbox_component.exports);
|
|
75601
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75601
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerTime.vue?vue&type=template&id=0d086981
|
|
75602
75602
|
var DesignerTimevue_type_template_id_0d086981_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.element.options.isVariableDefaultValue)?_c('el-input',{attrs:{"value":"{{动态时间}}"}}):_c('el-time-picker',{key:_vm.elementKey,style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"clearable":_vm.element.options.clearable,"default-value":_vm.model,"disabled":_vm.disabled,"editable":_vm.element.options.editable,"placeholder":_vm.placeholder,"readonly":_vm.element.options.readonly,"value-format":_vm.element.options.format},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})],1)}
|
|
75603
75603
|
var DesignerTimevue_type_template_id_0d086981_staticRenderFns = []
|
|
75604
75604
|
|
|
@@ -75652,7 +75652,7 @@ var DesignerTime_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75652
75652
|
)
|
|
75653
75653
|
|
|
75654
75654
|
/* harmony default export */ var DesignerTime = (DesignerTime_component.exports);
|
|
75655
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75655
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerDate.vue?vue&type=template&id=573c45f2
|
|
75656
75656
|
var DesignerDatevue_type_template_id_573c45f2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isVariableDefaultValue === 'current')?_c('el-input',{attrs:{"value":_vm.$iss18n.t('issfd.coreDesigner.elements.dynamicDate')}}):(_vm.isVariableDefaultValue === 'formula')?_c('el-input'):_c('el-date-picker',{key:_vm.elementKey,style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"editable":_vm.element.options.editable,"placeholder":_vm.placeholder,"readonly":_vm.element.options.readonly,"type":_vm.element.options.type,"format":_vm.element.options.format === 'custom' ? _vm.element.options.customFormat : _vm.element.options.format,"value-format":"timestamp"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})],1)}
|
|
75657
75657
|
var DesignerDatevue_type_template_id_573c45f2_staticRenderFns = []
|
|
75658
75658
|
|
|
@@ -75719,7 +75719,7 @@ var DesignerDate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75719
75719
|
)
|
|
75720
75720
|
|
|
75721
75721
|
/* harmony default export */ var DesignerDate = (DesignerDate_component.exports);
|
|
75722
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75722
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerRate.vue?vue&type=template&id=b2dc2f54
|
|
75723
75723
|
var DesignerRatevue_type_template_id_b2dc2f54_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-rate',{style:(_vm.element.options.clearable ? 'float:left' : ''),attrs:{"allow-half":_vm.element.options.allowHalf,"disabled":_vm.disabled,"icon-classes":['ri-star-fill', 'ri-star-fill', 'ri-star-fill'],"void-icon-class":"ri-star-line","disabled-void-icon-class":"ri-star-fill","max":_vm.element.options.max,"show-score":_vm.element.options.showScore,"score-template":'{value}' + _vm.element.options.suffix},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}),(_vm.element.options.clearable)?_c('el-link',{staticStyle:{"float":"left","margin-left":"1rem"},attrs:{"type":"primary","underline":false}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.rateProp.clear')))]):_vm._e()],1)}
|
|
75724
75724
|
var DesignerRatevue_type_template_id_b2dc2f54_staticRenderFns = []
|
|
75725
75725
|
|
|
@@ -75772,7 +75772,7 @@ var DesignerRate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75772
75772
|
)
|
|
75773
75773
|
|
|
75774
75774
|
/* harmony default export */ var DesignerRate = (DesignerRate_component.exports);
|
|
75775
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75775
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerSelect.vue?vue&type=template&id=d30c69b6
|
|
75776
75776
|
var DesignerSelectvue_type_template_id_d30c69b6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('custom-select-component',{style:({ width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%' }),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"placeholder":_vm.placeholder,"custom-multiple":_vm.element.options.multiple,"size":_vm.size,"multiple":""},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},_vm._l((_vm.element.options.options),function(item,index){return _c('el-option',{key:item.value + index,attrs:{"label":item.label,"value":item.label}})}),1)],1)}
|
|
75777
75777
|
var DesignerSelectvue_type_template_id_d30c69b6_staticRenderFns = []
|
|
75778
75778
|
|
|
@@ -75843,7 +75843,7 @@ var DesignerSelect_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75843
75843
|
)
|
|
75844
75844
|
|
|
75845
75845
|
/* harmony default export */ var DesignerSelect = (DesignerSelect_component.exports);
|
|
75846
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75846
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerSwitches.vue?vue&type=template&id=274fa9f6
|
|
75847
75847
|
var DesignerSwitchesvue_type_template_id_274fa9f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-switch',{attrs:{"disabled":_vm.disabled,"active-text":_vm.element.options.activeText,"inactive-text":_vm.element.options.inactiveText},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
75848
75848
|
var DesignerSwitchesvue_type_template_id_274fa9f6_staticRenderFns = []
|
|
75849
75849
|
|
|
@@ -75882,7 +75882,7 @@ var DesignerSwitches_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75882
75882
|
)
|
|
75883
75883
|
|
|
75884
75884
|
/* harmony default export */ var DesignerSwitches = (DesignerSwitches_component.exports);
|
|
75885
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75885
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerSlider.vue?vue&type=template&id=b306e604
|
|
75886
75886
|
var DesignerSlidervue_type_template_id_b306e604_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-slider',{style:({
|
|
75887
75887
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
75888
75888
|
}),attrs:{"disabled":_vm.disabled,"max":_vm.element.options.max,"min":_vm.element.options.min,"range":_vm.element.options.range,"show-input":_vm.element.options.showInput,"step":_vm.element.options.step,"format-tooltip":function (v) { return v + _vm.element.options.suffix; }},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
@@ -75934,7 +75934,7 @@ var DesignerSlider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75934
75934
|
)
|
|
75935
75935
|
|
|
75936
75936
|
/* harmony default export */ var DesignerSlider = (DesignerSlider_component.exports);
|
|
75937
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75937
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerEditor.vue?vue&type=template&id=9c0d53dc
|
|
75938
75938
|
var DesignerEditorvue_type_template_id_9c0d53dc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('rich-editor',{attrs:{"disabled":_vm.disabled,"placeholder":_vm.placeholder},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
75939
75939
|
var DesignerEditorvue_type_template_id_9c0d53dc_staticRenderFns = []
|
|
75940
75940
|
|
|
@@ -75980,7 +75980,7 @@ var DesignerEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75980
75980
|
)
|
|
75981
75981
|
|
|
75982
75982
|
/* harmony default export */ var DesignerEditor = (DesignerEditor_component.exports);
|
|
75983
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75983
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerOrganization.vue?vue&type=template&id=6869d5bf
|
|
75984
75984
|
var DesignerOrganizationvue_type_template_id_6869d5bf_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('organization-selector',{attrs:{"custom-style":{
|
|
75985
75985
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
75986
75986
|
},"disabled":_vm.disabled,"multiple":_vm.element.options.multiple,"placeholder":_vm.placeholder,"option-scope-type":_vm.element.options.optionScopeType,"element":_vm.element,"readonly":true},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
@@ -76066,7 +76066,7 @@ var DesignerMember_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76066
76066
|
)
|
|
76067
76067
|
|
|
76068
76068
|
/* harmony default export */ var DesignerMember = (DesignerMember_component.exports);
|
|
76069
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76069
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerCascader.vue?vue&type=template&id=189143a4
|
|
76070
76070
|
var DesignerCascadervue_type_template_id_189143a4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-cascader',{style:({
|
|
76071
76071
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76072
76072
|
}),attrs:{"clearable":_vm.element.options.clearable,"disabled":_vm.disabled,"options":_vm.element.options.remote !== _vm.DATASOURCE_TYPE.STATIC_DATA ? [] : _vm.element.options.options,"placeholder":_vm.placeholder,"props":{
|
|
@@ -76122,7 +76122,7 @@ var DesignerCascader_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76122
76122
|
)
|
|
76123
76123
|
|
|
76124
76124
|
/* harmony default export */ var DesignerCascader = (DesignerCascader_component.exports);
|
|
76125
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76125
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerUpload.vue?vue&type=template&id=4d7ef678
|
|
76126
76126
|
var DesignerUploadvue_type_template_id_4d7ef678_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('upload-component',{style:({
|
|
76127
76127
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76128
76128
|
}),attrs:{"disabled":_vm.disabled,"limit":_vm.element.options.limit,"multiple":_vm.element.options.multiple,"size":_vm.element.options.size,"accept":_vm.element.options.accept,"enable-drag":_vm.element.options.isDrag,"hide-tips":_vm.element.options.hideTips,"tip":_vm.element.options.tip,"platform":_vm.platform || 'pc'},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
@@ -76183,7 +76183,7 @@ var DesignerUpload_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76183
76183
|
)
|
|
76184
76184
|
|
|
76185
76185
|
/* harmony default export */ var DesignerUpload = (DesignerUpload_component.exports);
|
|
76186
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76186
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerImageUpload.vue?vue&type=template&id=0e4f7e2e
|
|
76187
76187
|
var DesignerImageUploadvue_type_template_id_0e4f7e2e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('upload-image-component',{style:({
|
|
76188
76188
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76189
76189
|
}),attrs:{"disabled":_vm.disabled,"limit":_vm.element.options.limit,"multiple":_vm.element.options.multiple,"size":_vm.element.options.size,"hide-tips":_vm.element.options.hideTips,"tip":_vm.element.options.tip},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
@@ -76241,7 +76241,7 @@ var DesignerImageUpload_component = Object(componentNormalizer["a" /* default */
|
|
|
76241
76241
|
)
|
|
76242
76242
|
|
|
76243
76243
|
/* harmony default export */ var DesignerImageUpload = (DesignerImageUpload_component.exports);
|
|
76244
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76244
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerUuid.vue?vue&type=template&id=78f19836
|
|
76245
76245
|
var DesignerUuidvue_type_template_id_78f19836_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('uuid-component',{attrs:{"custom-style":{
|
|
76246
76246
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76247
76247
|
},"value":_vm.v4()}})}
|
|
@@ -76293,7 +76293,7 @@ var DesignerUuid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76293
76293
|
)
|
|
76294
76294
|
|
|
76295
76295
|
/* harmony default export */ var DesignerUuid = (DesignerUuid_component.exports);
|
|
76296
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76296
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerSequence.vue?vue&type=template&id=1fe77640
|
|
76297
76297
|
var DesignerSequencevue_type_template_id_1fe77640_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-input',{attrs:{"value":_vm.element.options.previewValue,"resize":"none","disabled":""}})}
|
|
76298
76298
|
var DesignerSequencevue_type_template_id_1fe77640_staticRenderFns = []
|
|
76299
76299
|
|
|
@@ -76332,7 +76332,7 @@ var DesignerSequence_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76332
76332
|
)
|
|
76333
76333
|
|
|
76334
76334
|
/* harmony default export */ var DesignerSequence = (DesignerSequence_component.exports);
|
|
76335
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76335
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerAddress.vue?vue&type=template&id=3a5327f6
|
|
76336
76336
|
var DesignerAddressvue_type_template_id_3a5327f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('address-component',{attrs:{"disabled":_vm.disabled,"is-address-detail":_vm.element.options.isAddressDetail,"size":_vm.size}})}
|
|
76337
76337
|
var DesignerAddressvue_type_template_id_3a5327f6_staticRenderFns = []
|
|
76338
76338
|
|
|
@@ -76391,7 +76391,7 @@ var DesignerAddress_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76391
76391
|
)
|
|
76392
76392
|
|
|
76393
76393
|
/* harmony default export */ var DesignerAddress = (DesignerAddress_component.exports);
|
|
76394
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76394
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerRelatedForm.vue?vue&type=template&id=05145a92
|
|
76395
76395
|
var DesignerRelatedFormvue_type_template_id_05145a92_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('related-form',{attrs:{"placeholder":_vm.placeholder}})}
|
|
76396
76396
|
var DesignerRelatedFormvue_type_template_id_05145a92_staticRenderFns = []
|
|
76397
76397
|
|
|
@@ -76437,7 +76437,7 @@ var DesignerRelatedForm_component = Object(componentNormalizer["a" /* default */
|
|
|
76437
76437
|
)
|
|
76438
76438
|
|
|
76439
76439
|
/* harmony default export */ var DesignerRelatedForm = (DesignerRelatedForm_component.exports);
|
|
76440
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76440
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerQrCode.vue?vue&type=template&id=e2ed1330
|
|
76441
76441
|
var DesignerQrCodevue_type_template_id_e2ed1330_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('qr-code-component',{attrs:{"options":_vm.element.options}})}
|
|
76442
76442
|
var DesignerQrCodevue_type_template_id_e2ed1330_staticRenderFns = []
|
|
76443
76443
|
|
|
@@ -76483,7 +76483,7 @@ var DesignerQrCode_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76483
76483
|
)
|
|
76484
76484
|
|
|
76485
76485
|
/* harmony default export */ var DesignerQrCode = (DesignerQrCode_component.exports);
|
|
76486
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76486
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerButton.vue?vue&type=template&id=18f5d722&scoped=true
|
|
76487
76487
|
var DesignerButtonvue_type_template_id_18f5d722_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{attrs:{"align":_vm.element.options.contentPosition}},[(_vm.element.options.warnContent)?_c('base-help-icon',{staticClass:"tip",attrs:{"content":_vm.element.options.warnContent}}):_vm._e(),_c('el-button',{style:(!_vm.element.options.customWidth ? '' : { width: ((_vm.element.options.width) + "%") }),attrs:{"circle":_vm.element.options.buttonCircle,"disabled":_vm.element.options.disabled,"plain":_vm.element.options.buttonPlain,"round":_vm.element.options.buttonRound,"size":_vm.element.options.buttonSize,"type":_vm.element.options.buttonType}},[_vm._v(" "+_vm._s(_vm.element.options.buttonName)+" ")])],1)}
|
|
76488
76488
|
var DesignerButtonvue_type_template_id_18f5d722_scoped_true_staticRenderFns = []
|
|
76489
76489
|
|
|
@@ -76542,7 +76542,7 @@ var DesignerButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76542
76542
|
)
|
|
76543
76543
|
|
|
76544
76544
|
/* harmony default export */ var DesignerButton = (DesignerButton_component.exports);
|
|
76545
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76545
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerDivider.vue?vue&type=template&id=fb853664&scoped=true
|
|
76546
76546
|
var DesignerDividervue_type_template_id_fb853664_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{style:({
|
|
76547
76547
|
paddingTop: ((_vm.element.options.paddingTop) + "px"),
|
|
76548
76548
|
paddingBottom: ((_vm.element.options.paddingBottom) + "px")
|
|
@@ -76593,7 +76593,7 @@ var DesignerDivider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76593
76593
|
)
|
|
76594
76594
|
|
|
76595
76595
|
/* harmony default export */ var DesignerDivider = (DesignerDivider_component.exports);
|
|
76596
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerIframe.vue?vue&type=template&id=0b91ef5e&scoped=true
|
|
76597
76597
|
var DesignerIframevue_type_template_id_0b91ef5e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.element.options.href)?_c('iframe',{staticClass:"iss-iframe",style:({
|
|
76598
76598
|
width: ((_vm.element.options.width) + "%"),
|
|
76599
76599
|
height: ((_vm.element.options.height) + "px")
|
|
@@ -76656,7 +76656,7 @@ var DesignerIframe_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76656
76656
|
)
|
|
76657
76657
|
|
|
76658
76658
|
/* harmony default export */ var DesignerIframe = (DesignerIframe_component.exports);
|
|
76659
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76659
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerImage.vue?vue&type=template&id=846bd06a&scoped=true
|
|
76660
76660
|
var DesignerImagevue_type_template_id_846bd06a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-image',{style:({
|
|
76661
76661
|
width: ((_vm.element.options.width) + "%"),
|
|
76662
76662
|
height: _vm.element.options.autoHeight ? 'auto' : ((_vm.element.options.height) + "px")
|
|
@@ -76715,7 +76715,7 @@ var DesignerImage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76715
76715
|
)
|
|
76716
76716
|
|
|
76717
76717
|
/* harmony default export */ var DesignerImage = (DesignerImage_component.exports);
|
|
76718
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76718
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerLink.vue?vue&type=template&id=f7fe35ae&scoped=true
|
|
76719
76719
|
var DesignerLinkvue_type_template_id_f7fe35ae_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{attrs:{"align":_vm.element.options.contentPosition}},[_c('el-link',{attrs:{"disabled":_vm.element.options.disabled,"type":_vm.element.options.linkType,"underline":_vm.element.options.underline}},[_vm._v(" "+_vm._s(_vm.element.options.text)+" ")])],1)}
|
|
76720
76720
|
var DesignerLinkvue_type_template_id_f7fe35ae_scoped_true_staticRenderFns = []
|
|
76721
76721
|
|
|
@@ -76763,7 +76763,7 @@ var DesignerLink_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76763
76763
|
)
|
|
76764
76764
|
|
|
76765
76765
|
/* harmony default export */ var DesignerLink = (DesignerLink_component.exports);
|
|
76766
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76766
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerText.vue?vue&type=template&id=0ea10c2a&scoped=true
|
|
76767
76767
|
var DesignerTextvue_type_template_id_0ea10c2a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('text-component',{attrs:{"align":_vm.element.options.contentPosition,"font-color":_vm.element.options.fontColor,"font-size":_vm.element.options.fontSize,"font-style":_vm.element.options.fontStyle,"font-weight":_vm.element.options.fontWeight,"font-family":_vm.element.options.fontFamily,"margin-top":_vm.element.options.marginTop,"margin-bottom":_vm.element.options.marginBottom}},[_vm._v(" "+_vm._s(_vm.element.options.text)+" ")])}
|
|
76768
76768
|
var DesignerTextvue_type_template_id_0ea10c2a_scoped_true_staticRenderFns = []
|
|
76769
76769
|
|
|
@@ -76817,7 +76817,7 @@ var DesignerText_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76817
76817
|
)
|
|
76818
76818
|
|
|
76819
76819
|
/* harmony default export */ var DesignerText = (DesignerText_component.exports);
|
|
76820
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76820
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerCustom.vue?vue&type=template&id=9a2290b4
|
|
76821
76821
|
var DesignerCustomvue_type_template_id_9a2290b4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.customPluginStoped)?_c('div',{staticClass:"plugin-stoped"},[_c('span',{staticClass:"plugin-deleted__text"},[_c('base-icon',{attrs:{"icon-class":"spam-3-line"}}),_vm._v(" "+_vm._s(_vm.customPluginStoped)+" ")],1)]):_c((_vm.element.code || _vm.element.options.customName) + '-designer',{tag:"component",attrs:{"element":_vm.element,"platform":_vm.platform,"isInTable":_vm.isInTable}})],1)}
|
|
76822
76822
|
var DesignerCustomvue_type_template_id_9a2290b4_staticRenderFns = []
|
|
76823
76823
|
|
|
@@ -76883,7 +76883,7 @@ var DesignerCustom_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76883
76883
|
)
|
|
76884
76884
|
|
|
76885
76885
|
/* harmony default export */ var DesignerCustom = (DesignerCustom_component.exports);
|
|
76886
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76886
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerUserNotice.vue?vue&type=template&id=0037daa1&scoped=true
|
|
76887
76887
|
var DesignerUserNoticevue_type_template_id_0037daa1_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._l((_vm.optionTypeList),function(optionType){return [_c('div',{key:optionType,class:optionType + '-class'},[(optionType === 'title' || optionType === 'checkboxText')?_c('text-component',{attrs:{"align":_vm.element.options[optionType + 'Options'].contentPosition,"font-color":_vm.element.options[optionType + 'Options'].fontColor,"font-size":_vm.element.options[optionType + 'Options'].fontSize,"font-style":_vm.element.options[optionType + 'Options'].fontStyle,"font-weight":_vm.element.options[optionType + 'Options'].fontWeight,"font-family":_vm.element.options[optionType + 'Options'].fontFamily,"margin-top":_vm.element.options[optionType + 'Options'].marginTop,"margin-bottom":_vm.element.options[optionType + 'Options'].marginBottom}},[(optionType === 'checkboxText')?[_c('el-checkbox',{model:{value:(_vm.element.options[optionType + 'Options'].checkboxSelected),callback:function ($$v) {_vm.$set(_vm.element.options[optionType + 'Options'], "checkboxSelected", $$v)},expression:"element.options[optionType + 'Options'].checkboxSelected"}}),_vm._v(" "+_vm._s(_vm.element.options[optionType + 'Options'].text)+" ")]:[_vm._v(" "+_vm._s(_vm.element.options[optionType + 'Options'].text)+" ")]],2):_c('div',{staticClass:"content-class",domProps:{"innerHTML":_vm._s(_vm.element.options[optionType + 'Options'].text)}})],1)]})],2)}
|
|
76888
76888
|
var DesignerUserNoticevue_type_template_id_0037daa1_scoped_true_staticRenderFns = []
|
|
76889
76889
|
|
|
@@ -76960,7 +76960,7 @@ var DesignerUserNotice_component = Object(componentNormalizer["a" /* default */]
|
|
|
76960
76960
|
)
|
|
76961
76961
|
|
|
76962
76962
|
/* harmony default export */ var DesignerUserNotice = (DesignerUserNotice_component.exports);
|
|
76963
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76963
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Elements/DesignerUnitedForm.vue?vue&type=template&id=33cba6ce
|
|
76964
76964
|
var DesignerUnitedFormvue_type_template_id_33cba6ce_render = function () {
|
|
76965
76965
|
var _obj;
|
|
76966
76966
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"designer-united-form"},[(_vm.element && _vm.element.options)?[(_vm.element.options.styleType === 'card')?_c('el-card',{staticClass:"widget-card",attrs:{"shadow":_vm.element.options.shadow},scopedSlots:_vm._u([(_vm.element.options.showHeader)?{key:"header",fn:function(){return [_c('div',[_vm._v(_vm._s(_vm.element.name))])]},proxy:true}:null,{key:"default",fn:function(){return [(_vm.formInfo)?_c('iss-library-form-renderer',{ref:"generateForm",attrs:{"id":"export-id","edit":false,"lock-platform":true,"prefer-platform":_vm.platform,"print-read":false,"source":_vm.formInfo.content,"insite":"true","is-united-form-comp":true,"preview":""}}):_vm._e()]},proxy:true}],null,true)}):(_vm.element.options.styleType === 'collapse')?_c('el-collapse',{class:( _obj = {
|
|
@@ -77622,7 +77622,7 @@ var DesignerTable_component = Object(componentNormalizer["a" /* default */])(
|
|
|
77622
77622
|
)
|
|
77623
77623
|
|
|
77624
77624
|
/* harmony default export */ var DesignerTable = (DesignerTable_component.exports);
|
|
77625
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
77625
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerInline.vue?vue&type=template&id=3b198620
|
|
77626
77626
|
var DesignerInlinevue_type_template_id_3b198620_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-inline",class:{'is-empty':_vm.element.children.length===0},attrs:{"shadow":_vm.element.options.shadow}},[_c('draggable',{staticClass:"widget-col-list",attrs:{"animation":200,"group":{name:'icdDesigner',put:_vm.handlePut},"no-transition-on-drag":true,"data-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere'),"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":function($event){return _vm.handlePluginAdd($event, _vm.element)},"update":_vm.handlePluginUpdate},model:{value:(_vm.element.children),callback:function ($$v) {_vm.$set(_vm.element, "children", $$v)},expression:"element.children"}},[_vm._l((_vm.element.children),function(item,index){return [(item && item.key)?_c('base-element-item',{key:item.key,attrs:{"children":_vm.element.children,"element":item,"form-key":_vm.formKey,"index":index,"platform":_vm.platform,"select":_vm.selectWidget},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":function($event){return _vm.handleSelectChange($event)}}}):_vm._e()]})],2)],1)}
|
|
77627
77627
|
var DesignerInlinevue_type_template_id_3b198620_staticRenderFns = []
|
|
77628
77628
|
|
|
@@ -77705,7 +77705,7 @@ var DesignerInline_component = Object(componentNormalizer["a" /* default */])(
|
|
|
77705
77705
|
)
|
|
77706
77706
|
|
|
77707
77707
|
/* harmony default export */ var DesignerInline = (DesignerInline_component.exports);
|
|
77708
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
77708
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Containers/DesignerSteps.vue?vue&type=template&id=4c5e5bf7
|
|
77709
77709
|
var DesignerStepsvue_type_template_id_4c5e5bf7_render = function () {
|
|
77710
77710
|
var _obj;
|
|
77711
77711
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{style:(_vm.element.options.direction === 'vertical' ? 'display: flex' : '')},[_c('el-steps',{staticClass:"widget-steps",class:( _obj = {}, _obj[_vm.element.options && _vm.element.options.customClass] = _vm.element.options.customClass, _obj ),attrs:{"active":_vm.stepActive,"direction":_vm.element.options.direction,"simple":_vm.element.options.simple,"align-center":_vm.element.options.alignCenter,"finish-status":"success"}},_vm._l((_vm.element.children),function(item,index){return _c('el-step',{key:'step_' + index,staticClass:"widget-step",attrs:{"title":item.name,"description":item.description}})}),1),_vm._l((_vm.element.children),function(item,index){return [_c('el-card',{directives:[{name:"show",rawName:"v-show",value:(_vm.stepActive === index),expression:"stepActive === index"}],key:'content_' + item.name,staticClass:"widget-card",class:[_vm.element.options.direction === 'vertical' ? 'step-content-vertical' : 'step-content-horizontal', { 'is-empty': item.children.length === 0 }]},[_c('div',{attrs:{"slot":"header"},slot:"header"},[_c('span',[_vm._v(_vm._s(item.name))])]),_c('draggable',{staticClass:"widget-col-list",attrs:{"animation":200,"group":{ name: 'icdDesigner', put: _vm.handlePut },"no-transition-on-drag":true,"data-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dragToHere'),"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":function($event){return _vm.handlePluginAdd($event, index)},"update":_vm.handlePluginUpdate},model:{value:(item.children),callback:function ($$v) {_vm.$set(item, "children", $$v)},expression:"item.children"}},[_vm._l((item.children),function(step,stepIndex){return [(step && step.key)?_c('base-element-item',{key:step.key,attrs:{"children":item.children,"element":step,"form-key":_vm.formKey,"index":stepIndex,"platform":_vm.platform,"select":_vm.selectWidget},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":function($event){return _vm.handleSelectChange($event, item)}}}):_vm._e()]})],2)],1)]})],2),_c('div',{staticClass:"button-class"},[(_vm.stepActive !== 0)?_c('el-button',{attrs:{"size":"small"},on:{"click":_vm.preStep}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.pre')))]):_vm._e(),(_vm.stepActive < _vm.element.children.length - 1)?_c('el-button',{attrs:{"size":"small"},on:{"click":_vm.nextStep}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.next')))]):_vm._e(),(_vm.stepActive === _vm.element.children.length - 1)?_c('el-button',{attrs:{"size":"small"},on:{"click":function($event){_vm.stepActive++}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.complete')))]):_vm._e()],1)])}
|
|
@@ -78307,7 +78307,7 @@ $({ target: 'Set', proto: true, real: true, forced: FORCED }, {
|
|
|
78307
78307
|
|
|
78308
78308
|
"use strict";
|
|
78309
78309
|
|
|
78310
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78310
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/IcdEmpty/IcdEmpty.vue?vue&type=template&id=9e77cb84
|
|
78311
78311
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"iss-empty-container"},[(_vm.isImage)?_c('div',{staticClass:"container-item image"},[_c('div',{staticClass:"icon-area"})]):_vm._e(),_c('div',{staticClass:"container-item description"},[_c('div',[_vm._v(_vm._s(_vm.description))]),_c('div',[_vm._t("default")],2)])])}
|
|
78312
78312
|
var staticRenderFns = []
|
|
78313
78313
|
|
|
@@ -78385,7 +78385,7 @@ exports.f = Object.getOwnPropertySymbols;
|
|
|
78385
78385
|
|
|
78386
78386
|
"use strict";
|
|
78387
78387
|
|
|
78388
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78388
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/BaseIcon.vue?vue&type=template&id=3e34b48e&scoped=true
|
|
78389
78389
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('i',{staticClass:"base-icon",class:'ri-' + _vm.iconClass,on:{"click":function($event){return _vm.$emit('click',$event)}}})}
|
|
78390
78390
|
var staticRenderFns = []
|
|
78391
78391
|
|
|
@@ -78782,7 +78782,7 @@ var getCommonOrgTree = function getCommonOrgTree(params) {
|
|
|
78782
78782
|
// ESM COMPAT FLAG
|
|
78783
78783
|
__webpack_require__.r(__webpack_exports__);
|
|
78784
78784
|
|
|
78785
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78785
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/IframeSetter.vue?vue&type=template&id=bdbf533e
|
|
78786
78786
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.iframeProp.url')))]),_c('el-input',{attrs:{"maxLength":500,"placeholder":_vm.$iss18n.t('issfd.components.iframeProp.urlTip')},model:{value:(_vm.widgetConfig.options.href),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "href", $$v)},expression:"widgetConfig.options.href"}},[_c('base-icon',{attrs:{"slot":"prefix","icon-class":"links-line"},slot:"prefix"})],1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.iframeProp.urlHelp')}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.iframeProp.width')))]),_c('el-input-number',{attrs:{"max":100,"min":0,"step":10,"placeholder":_vm.$iss18n.t('issfd.components.iframeProp.widthTip')},model:{value:(_vm.widgetConfig.options.width),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "width", $$v)},expression:"widgetConfig.options.width"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("%")])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.iframeProp.height')))]),_c('el-input-number',{attrs:{"max":20000,"min":0,"step":50,"placeholder":_vm.$iss18n.t('issfd.components.iframeProp.heightTip')},model:{value:(_vm.widgetConfig.options.height),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "height", $$v)},expression:"widgetConfig.options.height"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1)])}
|
|
78787
78787
|
var staticRenderFns = []
|
|
78788
78788
|
|
|
@@ -78906,7 +78906,7 @@ module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTok
|
|
|
78906
78906
|
// ESM COMPAT FLAG
|
|
78907
78907
|
__webpack_require__.r(__webpack_exports__);
|
|
78908
78908
|
|
|
78909
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78909
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RadioSetter.vue?vue&type=template&id=1d5ae966&scoped=true
|
|
78910
78910
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"radio-setter"},[_c('el-radio-group',{staticClass:"default-options",model:{value:(_vm.widgetConfig.options[_vm.setterConfig.name]),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, _vm.setterConfig.name, $$v)},expression:"widgetConfig.options[setterConfig.name]"}},_vm._l((_vm.setterConfig.setter.props.options),function(item){return _c('el-radio-button',{key:item.value,attrs:{"value":item.value,"label":item.value}},[(_vm.setterConfig.setter.showIcon)?_c('div',[_c('base-icon',{attrs:{"icon-class":item.icon}})],1):_c('span',[_vm._v(_vm._s(item.label))])])}),1),(_vm.setterConfig.setter.helpWarn)?_c('base-help-icon',{staticClass:"tip",attrs:{"content":_vm.$iss18n.t('issfd.components.radioProp.alert')}}):_vm._e()],1)}
|
|
78911
78911
|
var staticRenderFns = []
|
|
78912
78912
|
|
|
@@ -79208,7 +79208,7 @@ function fixOptions(options) {
|
|
|
79208
79208
|
|
|
79209
79209
|
"use strict";
|
|
79210
79210
|
|
|
79211
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79211
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UploadImageComponent.vue?vue&type=template&id=fd9c7266
|
|
79212
79212
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.printRead && _vm.isBatchDownload)?_c('el-button',{staticClass:"download-btn",attrs:{"size":"mini","type":"primary","disabled":!_vm.value.length},on:{"click":_vm.batchDownload}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.batch'))+" ")]):_vm._e(),_c('el-upload',{staticClass:"iss-upload-file",class:{ 'print-read': _vm.printRead, disabled: _vm.disabled, 'upload-limited': _vm.fileList.length >= _vm.limit },attrs:{"action":_vm.serverInfo.action,"before-upload":_vm.handleBeforeUpload,"disabled":_vm.disabled || _vm.printRead,"file-list":_vm.fileList,"headers":_vm.serverInfo.headers,"limit":_vm.limit,"multiple":_vm.multiple,"on-exceed":_vm.handleExceed,"on-preview":_vm.handlePreview,"on-remove":_vm.handleRemove,"before-remove":_vm.beforeRemove,"on-success":_vm.handleSuccess,"accept":_vm.accept,"list-type":"picture-card"}},[_c('div',{staticClass:"iss-image-upload-button"},[_c('base-icon',{attrs:{"icon-class":"image-add-fill"}})],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.hideTips),expression:"!hideTips"}],staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.imageTip1', { expr: _vm.multiple ? _vm.limit : '1', size: _vm.size }))+" "),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.imageTip2'))+" "),(_vm.tip)?[_c('br'),_vm._v(" 3."+_vm._s(_vm.tip)+" ")]:_vm._e(),(_vm.dialogVisible)?_c('image-previewer',{attrs:{"on-close":_vm.handleClosePreview,"url-list":[_vm.dialogImageUrl],"z-index":10000,"append-to-body":"","mask-closable":""}}):_vm._e()],2)])],1)}
|
|
79213
79213
|
var staticRenderFns = []
|
|
79214
79214
|
|
|
@@ -79564,7 +79564,7 @@ module.exports = function (argument) {
|
|
|
79564
79564
|
|
|
79565
79565
|
"use strict";
|
|
79566
79566
|
|
|
79567
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79567
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/TextComponent.vue?vue&type=template&id=08c99474&scoped=true
|
|
79568
79568
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"text-component",style:({textAlign:_vm.align,color:_vm.fontColor,fontSize:_vm.fontSize,fontStyle:_vm.fontStyle,fontWeight:_vm.fontWeight,fontFamily:_vm.fontFamily,marginTop:_vm.marginTop+'px',marginBottom:_vm.marginBottom+'px'})},[_vm._t("default")],2)}
|
|
79569
79569
|
var staticRenderFns = []
|
|
79570
79570
|
|
|
@@ -79653,7 +79653,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
79653
79653
|
// ESM COMPAT FLAG
|
|
79654
79654
|
__webpack_require__.r(__webpack_exports__);
|
|
79655
79655
|
|
|
79656
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79656
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/BtnControlSetter.vue?vue&type=template&id=7d973048
|
|
79657
79657
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.buttonProp.control')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.controls),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "controls", $$v)},expression:"widgetConfig.options.controls"}})],1),(_vm.widgetConfig.options.controls)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.buttonProp.position')))]),_c('el-radio-group',{model:{value:(_vm.widgetConfig.options.controlsPosition),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "controlsPosition", $$v)},expression:"widgetConfig.options.controlsPosition"}},[_c('el-radio-button',{attrs:{"label":""}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.buttonProp.both')))]),_c('el-radio-button',{attrs:{"label":"right"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.buttonProp.right')))])],1)],1):_vm._e()])}
|
|
79658
79658
|
var staticRenderFns = []
|
|
79659
79659
|
|
|
@@ -79720,7 +79720,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
79720
79720
|
// ESM COMPAT FLAG
|
|
79721
79721
|
__webpack_require__.r(__webpack_exports__);
|
|
79722
79722
|
|
|
79723
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79723
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/SelectSetter.vue?vue&type=template&id=0d1d5545
|
|
79724
79724
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.selectProp.format')))]),_c('div',[_c('el-select',{staticClass:"config-layout-content",attrs:{"allow-create":"","default-first-option":"","filterable":"","multiple":_vm.setterConfig.setter.multiple},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},_vm._l((_vm.setterConfig.setter.props.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}},[(_vm.setterConfig.setter.customShow)?_c('div',{style:({ fontFamily: item.value })},[_c('span',[_vm._v(_vm._s(item.label))]),_c('span',{staticStyle:{"float":"right","padding-left":"1rem"}},[_vm._v(_vm._s(item.value))])]):_vm._e()])}),1),(_vm.setterConfig.setter.showTip)?_c('date-time-format-note'):_vm._e()],1)])])}
|
|
79725
79725
|
var staticRenderFns = []
|
|
79726
79726
|
|
|
@@ -82388,7 +82388,7 @@ exports.default = MSI1110;
|
|
|
82388
82388
|
// ESM COMPAT FLAG
|
|
82389
82389
|
__webpack_require__.r(__webpack_exports__);
|
|
82390
82390
|
|
|
82391
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82391
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/fileUploadSetter.vue?vue&type=template&id=6fa6e654
|
|
82392
82392
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group fileUploadSetter"},[(_vm.widgetConfig.options.multiple)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.limit'))+" ")]),_c('div',{staticClass:"number-group"},[_c('el-input-number',{staticClass:"right",attrs:{"step":1},model:{value:(_vm.widgetConfig.options.limit),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "limit", $$v)},expression:"widgetConfig.options.limit"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.unit')))])],1)]):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.sizeLimit')))]),_c('div',{staticClass:"number-group"},[_c('el-input-number',{staticClass:"right",attrs:{"step":1},model:{value:(_vm.widgetConfig.options.size),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "size", $$v)},expression:"widgetConfig.options.size"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.sizeLimitUnit')))])],1)]),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.accept'))+" "),_c('span',[_c('base-help-icon',{attrs:{"width":100,"content":_vm.widgetConfig.type === 'imageUpload' ? _vm.$iss18n.t('issfd.components.uploadProp.typeImage') : _vm.$iss18n.t('issfd.components.uploadProp.typeFile')}})],1)]),_c('el-input',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.uploadProp.acceptPlaceholder'),"clearable":""},model:{value:(_vm.widgetConfig.options.accept),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "accept", $$v)},expression:"widgetConfig.options.accept"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.hideTips')))]),_c('el-checkbox',{staticClass:"right",model:{value:(_vm.widgetConfig.options.hideTips),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "hideTips", $$v)},expression:"widgetConfig.options.hideTips"}})],1),(!_vm.widgetConfig.options.hideTips)?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.uploadTips')))]),_c('el-input',{staticClass:"right",attrs:{"maxLength":50,"placeholder":_vm.$iss18n.t('issfd.components.uploadProp.uploadTipsPlaceholder')},model:{value:(_vm.widgetConfig.options.tip),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "tip", $$v)},expression:"widgetConfig.options.tip"}})],1):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.uploadProp.multi')))]),_c('el-checkbox',{staticClass:"right",model:{value:(_vm.widgetConfig.options.multiple),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "multiple", $$v)},expression:"widgetConfig.options.multiple"}})],1)])}
|
|
82393
82393
|
var staticRenderFns = []
|
|
82394
82394
|
|
|
@@ -82519,7 +82519,7 @@ module.exports = function (argument) {
|
|
|
82519
82519
|
|
|
82520
82520
|
"use strict";
|
|
82521
82521
|
|
|
82522
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82522
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/AddressSelector/AddressSelector.vue?vue&type=template&id=0d8a3963&scoped=true
|
|
82523
82523
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"address-selector-container"},[_c('el-cascader',{attrs:{"options":_vm.options,"size":_vm.size,"clearable":"","filterable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.addressPlaceholder')},on:{"change":_vm.handleAddressChange},model:{value:(_vm.selected.postAddress),callback:function ($$v) {_vm.$set(_vm.selected, "postAddress", $$v)},expression:"selected.postAddress"}})],1)}
|
|
82524
82524
|
var staticRenderFns = []
|
|
82525
82525
|
|
|
@@ -82778,7 +82778,7 @@ fixRegExpWellKnownSymbolLogic('search', function (SEARCH, nativeSearch, maybeCal
|
|
|
82778
82778
|
// ESM COMPAT FLAG
|
|
82779
82779
|
__webpack_require__.r(__webpack_exports__);
|
|
82780
82780
|
|
|
82781
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82781
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/NumberSetter.vue?vue&type=template&id=f76ad3d6
|
|
82782
82782
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"number-setter"},[_c('el-input-number',{attrs:{"max":_vm.max,"min":_vm.min,"precision":_vm.precision,"step":_vm.step,"controls":_vm.setterConfig.setter.controls,"disabled":_vm.disabled},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.unit || _vm.widgetConfig.options[_vm.setterConfig.setter.unit]))]),(_vm.setterConfig.setter.tip)?_c('div',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.numberProp.precision')))]):_vm._e()],1)}
|
|
82783
82783
|
var staticRenderFns = []
|
|
82784
82784
|
|
|
@@ -82887,7 +82887,7 @@ __webpack_require__("2401");
|
|
|
82887
82887
|
// ESM COMPAT FLAG
|
|
82888
82888
|
__webpack_require__.r(__webpack_exports__);
|
|
82889
82889
|
|
|
82890
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82890
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/PrecisionSetter.vue?vue&type=template&id=28179ff9&scoped=true
|
|
82891
82891
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.min')))]),_c('el-input-number',{attrs:{"controls":false,"max":_vm.widgetConfig.options.max},model:{value:(_vm.widgetConfig.options.min),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "min", $$v)},expression:"widgetConfig.options.min"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.max')))]),_c('el-input-number',{attrs:{"controls":false,"min":_vm.widgetConfig.options.min},model:{value:(_vm.widgetConfig.options.max),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "max", $$v)},expression:"widgetConfig.options.max"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.step')))]),_c('el-input-number',{attrs:{"controls":false,"max":_vm.widgetConfig.options.max - _vm.widgetConfig.options.min,"min":0},model:{value:(_vm.widgetConfig.options.step),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "step", $$v)},expression:"widgetConfig.options.step"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.close')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.closePrecision),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "closePrecision", $$v)},expression:"widgetConfig.options.closePrecision"}})],1),_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.precision')))]),_c('div',{staticClass:"config-layout-content vertical-show"},[_c('el-input-number',{attrs:{"max":6,"min":0,"step":1,"disabled":_vm.widgetConfig.options.closePrecision},model:{value:(_vm.widgetConfig.options.precision),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "precision", $$v)},expression:"widgetConfig.options.precision"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.unit')))])],1)]),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.closeDetailPrecision')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.closeDetailPrecision),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "closeDetailPrecision", $$v)},expression:"widgetConfig.options.closeDetailPrecision"}})],1),_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.detailPrecision')))]),_c('div',{staticClass:"config-layout-content vertical-show"},[_c('el-input-number',{attrs:{"max":6,"min":0,"step":1,"disabled":_vm.widgetConfig.options.closeDetailPrecision},model:{value:(_vm.widgetConfig.options.detailPrecision),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "detailPrecision", $$v)},expression:"widgetConfig.options.detailPrecision"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.precisionProp.unit')))])],1)])])}
|
|
82892
82892
|
var staticRenderFns = []
|
|
82893
82893
|
|
|
@@ -83082,7 +83082,7 @@ module.exports = {
|
|
|
83082
83082
|
|
|
83083
83083
|
"use strict";
|
|
83084
83084
|
|
|
83085
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83085
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/EventDialog.vue?vue&type=template&id=1d442b44&scoped=true
|
|
83086
83086
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visible)?_c('drawer-layout',{attrs:{"is-aside":false,"is-footer":false},on:{"onCancel":_vm.handleClose,"onConfirm":_vm.handleConfirmEvent},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('template',{slot:"headerTitle"},[_c('div',{staticClass:"title-content"},[_vm._v(_vm._s(_vm.title))]),_vm._t("help-icon"),_c('el-alert',{staticClass:"header-warning",attrs:{"closable":false,"type":"warning"}},[_vm._v("请谨慎操作,后果自负!")])],2),_c('template',{slot:"bodyContentMain"},[_c('event-script-index',{ref:"eventScriptIndex",attrs:{"slot":"bodyAside","widget-list":_vm.widgetList},on:{"on-cancel":_vm.handleClose,"on-confirm-event":_vm.handleConfirmEvent,"handlePreview":_vm.handlePreview},slot:"bodyAside",model:{value:(_vm.scriptList),callback:function ($$v) {_vm.scriptList=$$v},expression:"scriptList"}})],1)],2):_vm._e()}
|
|
83087
83087
|
var staticRenderFns = []
|
|
83088
83088
|
|
|
@@ -83095,7 +83095,7 @@ var regenerator = __webpack_require__("c14f");
|
|
|
83095
83095
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
83096
83096
|
var asyncToGenerator = __webpack_require__("1da1");
|
|
83097
83097
|
|
|
83098
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/EventMain.vue?vue&type=template&id=044f7622&scoped=true
|
|
83099
83099
|
var EventMainvue_type_template_id_044f7622_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',{staticClass:"event-script-container"},[_c('el-aside',{staticClass:"event-script-aside"},[_c('el-container',[_c('el-header',{attrs:{"height":"40px"}},[_c('el-button',{staticClass:"aside-header-btn",attrs:{"size":"small"},on:{"click":_vm.handleAdd}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.events.pane.add'))+" ")],1)],1),_c('el-main',[_c('el-menu',{staticClass:"event-script-aside-menu",attrs:{"default-active":_vm.selectKey},on:{"select":_vm.handleSelect}},_vm._l((_vm.list),function(item,index){return _c('el-menu-item',{key:item.key,attrs:{"disabled":!_vm.saved,"index":item.key},nativeOn:{"click":function($event){return _vm.handleSelect(item.key)}}},[_c('div',{staticClass:"event-script-menu-node",attrs:{"slot":"title"},slot:"title"},[_c('div',{staticClass:"event-script-menu-icon"},[_c('base-icon',{attrs:{"icon-class":"code-box-fill"}})],1),_c('div',{staticClass:"event-script-menu-label"},[_vm._v(_vm._s(item.name))]),(!(_vm.unableEditList.indexOf(item.key)>-1))?_c('div',{staticClass:"event-script-menu-action"},[_c('el-dropdown',{attrs:{"trigger":"click"}},[_c('span',[_c('base-icon',{staticClass:"dropdown-icon",attrs:{"icon-class":"more-2-fill","title":_vm.$iss18n.t('issfd.events.pane.more')}})],1),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{nativeOn:{"click":function($event){$event.stopPropagation();return _vm.handleClone(index)}}},[_c('base-icon',{attrs:{"icon-class":"file-copy-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.copy'))+" ")],1),_c('el-dropdown-item',{nativeOn:{"click":function($event){$event.stopPropagation();return _vm.handleRemove(index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.delete'))+" ")],1)],1)],1)],1):_vm._e()])])}),1)],1)],1)],1),_c('el-main',{staticClass:"event-script-main"},[_c('el-main',{staticClass:"event-script-main-main"},[_c('div',{staticClass:"event-script-main-main-main"},[_c('el-form',{key:_vm.selectKey,ref:"dataForm",staticClass:"event-script-main-form",attrs:{"model":_vm.formData,"rules":_vm.formRules,"label-position":"right","label-width":"80px","size":"small"},nativeOn:{"submit":function($event){$event.preventDefault();}}},[_c('el-form-item',{staticClass:"code-name",attrs:{"label":_vm.$iss18n.t('issfd.events.pane.method'),"prop":"name"}},[_c('el-input',{attrs:{"disabled":_vm.unableEditList.indexOf(_vm.formData.key)>-1},model:{value:(_vm.formData.name),callback:function ($$v) {_vm.$set(_vm.formData, "name", $$v)},expression:"formData.name"}})],1),_c('el-form-item',{staticClass:"code-container",attrs:{"label-width":"0","prop":"func"}},[_c('div',{staticClass:"code-line opt-bar"},[_c('div',{staticClass:"opt-item opt-item-name"},[_vm._v("Function () {")]),_c('el-popover',{attrs:{"popper-class":"third-api-selector-popover","placement":"bottom","width":"295","trigger":"click"},on:{"hide":_vm.onHideThirdSelectedApi,"show":_vm.onThirdSelectedApiVisibleChange}},[(_vm.thirdApiList.length)?_c('option-selector',{attrs:{"data-list":_vm.thirdApiList,"node-key":"id","filter-key":"apiName"},on:{"onSelect":_vm.onThirdSelectedApiChange,"onSelectIcdApi":_vm.onApiEditorConfirm}}):_vm._e(),_c('div',{staticClass:"opt-item opt-item-collapse-bar",attrs:{"slot":"reference"},slot:"reference"},[_c('div',{staticClass:"opt-item-collapse-bar-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.events.pane.thirdApi')))]),_c('div',{staticClass:"opt-item-collapse-bar-btn"},[_c('el-button',{attrs:{"type":"text"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.tableProp.dynamicTitleItemPlaceholder'))+" "),_c('i',{class:{
|
|
83100
83100
|
'el-icon-arrow-up': true,
|
|
83101
83101
|
'is-active': _vm.isVisibleThirdApiSelector
|
|
@@ -83162,7 +83162,7 @@ var ApiEditor = __webpack_require__("ff25");
|
|
|
83162
83162
|
// EXTERNAL MODULE: ./src/core-designer/EventPanel/CollapseAsideBar/CollapseAsideBar.vue + 17 modules
|
|
83163
83163
|
var CollapseAsideBar = __webpack_require__("6234");
|
|
83164
83164
|
|
|
83165
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83165
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/OptionSelector/OptionSelector.vue?vue&type=template&id=55322e36&scoped=true
|
|
83166
83166
|
var OptionSelectorvue_type_template_id_55322e36_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"option-selector-container"},[_c('div',{staticClass:"opt-bar"},[_c('el-input',{attrs:{"placeholder":_vm.placeholder},on:{"input":_vm.onFilter},model:{value:(_vm.searchData),callback:function ($$v) {_vm.searchData=$$v},expression:"searchData"}},[_c('template',{slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)],2)],1),_c('div',{staticClass:"data-list"},[(_vm.displayList.length)?_vm._l((_vm.displayList),function(item,index){return _c('div',{key:item[_vm.nodeKey] !== undefined ? item[_vm.nodeKey] : index,staticClass:"node-item",attrs:{"title":item[_vm.filterKey]},on:{"click":function($event){return _vm.onSelectNode(item)}}},[_c('span',[_vm._v(_vm._s(item[_vm.filterKey]))])])}):_vm._e()],2)])}
|
|
83167
83167
|
var OptionSelectorvue_type_template_id_55322e36_scoped_true_staticRenderFns = []
|
|
83168
83168
|
|
|
@@ -83833,7 +83833,7 @@ var EventMain_component = Object(componentNormalizer["a" /* default */])(
|
|
|
83833
83833
|
)
|
|
83834
83834
|
|
|
83835
83835
|
/* harmony default export */ var EventMain = (EventMain_component.exports);
|
|
83836
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83836
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/DrawerLayout/DrawerLayout.vue?vue&type=template&id=ab267fc0&scoped=true
|
|
83837
83837
|
var DrawerLayoutvue_type_template_id_ab267fc0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-drawer',{staticClass:"drawer-layout-container",attrs:{"direction":_vm.direction,"size":_vm.width,"visible":_vm.visible,"with-header":false,"wrapper-closable":false,"append-to-body":""}},[_c('div',{staticClass:"header"},[_c('div',{staticClass:"header-title"},[_vm._t("headerTitle")],2),_c('div',{staticClass:"header-opt"},[_c('el-button',{attrs:{"type":"text","title":_vm.cancelText},on:{"click":_vm.onCancel}},[_c('base-icon',{staticClass:"btn-close",attrs:{"icon-class":"close-fill"}})],1)],1)]),_c('div',{staticClass:"body"},[(_vm.isAside)?_c('div',{staticClass:"body-aside",style:({width: _vm.bodyAsideWidth})},[_vm._t("bodyAside")],2):_vm._e(),_c('div',{staticClass:"body-content"},[_c('div',{staticClass:"body-content-main"},[_vm._t("bodyContentMain")],2),(_vm.isFooter)?_c('div',{staticClass:"body-content-footer"},[_c('el-button',{on:{"click":_vm.onCancel}},[_vm._v(_vm._s(_vm.cancelText))]),_c('el-button',{on:{"click":_vm.onConfirm}},[_vm._v(_vm._s(_vm.confirmText))]),_vm._t("bodyContentFooterBtn")],2):_vm._e()])])])}
|
|
83838
83838
|
var DrawerLayoutvue_type_template_id_ab267fc0_scoped_true_staticRenderFns = []
|
|
83839
83839
|
|
|
@@ -87421,7 +87421,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
87421
87421
|
/***/ "9224":
|
|
87422
87422
|
/***/ (function(module) {
|
|
87423
87423
|
|
|
87424
|
-
module.exports = JSON.parse("{\"a\":\"1.0.
|
|
87424
|
+
module.exports = JSON.parse("{\"a\":\"1.0.21\"}");
|
|
87425
87425
|
|
|
87426
87426
|
/***/ }),
|
|
87427
87427
|
|
|
@@ -109793,7 +109793,7 @@ exports.default = getOptionsFromElement;
|
|
|
109793
109793
|
|
|
109794
109794
|
"use strict";
|
|
109795
109795
|
|
|
109796
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
109796
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/CodeDialog.vue?vue&type=template&id=95e8b744&scoped=true
|
|
109797
109797
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cus-dialog',{ref:"templateDialog",staticClass:"code-dialog-container",attrs:{"title":_vm.title,"visible":_vm.templateVisible,"width":_vm.width,"form":""},on:{"on-close":function($event){_vm.templateVisible = false},"on-submit":_vm.handleSubmit}},[_c('template',{slot:"help-icon"},[_vm._t("help-icon")],2),_c('code-editor',{attrs:{"height":_vm.codeHeight,"mode":this.mode},model:{value:(_vm.template),callback:function ($$v) {_vm.template=$$v},expression:"template"}}),(_vm.help)?_c('div',{staticClass:"code-dialog-help"},[_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.handleHelp}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.help'))),_c('i',{staticClass:"el-icon-question el-icon--right"})])],1):_vm._e()],2)}
|
|
109798
109798
|
var staticRenderFns = []
|
|
109799
109799
|
|
|
@@ -111588,7 +111588,7 @@ exports.default = getRenderProperties;
|
|
|
111588
111588
|
// ESM COMPAT FLAG
|
|
111589
111589
|
__webpack_require__.r(__webpack_exports__);
|
|
111590
111590
|
|
|
111591
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
111591
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/InputSetter.vue?vue&type=template&id=f9277bc8
|
|
111592
111592
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-input',{attrs:{"type":_vm.setterConfig && _vm.setterConfig.setter.rows > 1 ? 'textarea' : 'text',"placeholder":_vm.setterConfig && _vm.setterConfig.setter.placeholder,"clearable":"","rows":_vm.setterConfig && _vm.setterConfig.setter.rows,"maxLength":_vm.setterConfig && _vm.setterConfig.setter.maxLength || _vm.maxLength},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})],1)}
|
|
111593
111593
|
var staticRenderFns = []
|
|
111594
111594
|
|
|
@@ -112568,7 +112568,7 @@ module.exports.TinyEmitter = E;
|
|
|
112568
112568
|
|
|
112569
112569
|
"use strict";
|
|
112570
112570
|
|
|
112571
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112571
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UUIDComponent.vue?vue&type=template&id=7cbfb867
|
|
112572
112572
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"uuid-comp-container"},[(_vm.printRead)?[_vm._v(_vm._s(_vm.value))]:[_c('el-input',{attrs:{"disabled":true,"value":_vm.value}})]],2)}
|
|
112573
112573
|
var staticRenderFns = []
|
|
112574
112574
|
|
|
@@ -112676,7 +112676,7 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
112676
112676
|
|
|
112677
112677
|
"use strict";
|
|
112678
112678
|
|
|
112679
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112679
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/EventConfig.vue?vue&type=template&id=3bb6c418&scoped=true
|
|
112680
112680
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"event-panel-config"},[(_vm.eventArray.length)?_c('el-collapse',{attrs:{"value":_vm.eventArray.map(function (item) { return item.eventName; })}},_vm._l((_vm.eventArray),function(item,index){return _c('el-collapse-item',{key:item.eventName,attrs:{"name":item.eventName,"title":_vm.eventEnum[item.eventName]}},[_c('div',{staticClass:"method-name",attrs:{"slot":"title","title":_vm.eventEnum[item.eventName]},slot:"title"},[_vm._v(_vm._s(_vm.eventEnum[item.eventName]))]),_c('div',{staticClass:"event-panel-item"},[_c('el-select',{staticStyle:{"width":"100%"},model:{value:(item.functionKey),callback:function ($$v) {_vm.$set(item, "functionKey", $$v)},expression:"item.functionKey"}},_vm._l((_vm.eventscripts),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1),_c('el-button',{attrs:{"title":_vm.$iss18n.t('issfd.events.config.code'),"type":"text"},on:{"click":function($event){return _vm.handleEventEdit(item)}}},[_c('base-icon',{attrs:{"icon-class":"terminal-box-line"}})],1),_c('el-popconfirm',{attrs:{"title":_vm.$iss18n.t('issfd.events.config.confirm')},on:{"confirm":function($event){return _vm.handleRemove(item, index)}}},[_c('el-button',{attrs:{"slot":"reference","title":_vm.$iss18n.t('issfd.common.buttons.delete'),"type":"text"},slot:"reference"},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}})],1)],1)],1)])}),1):_vm._e(),_c('el-dropdown',{staticStyle:{"width":"100%","margin-top":"5px"},attrs:{"size":"medium","trigger":"click"},on:{"command":_vm.handleEventAdd}},[_c('el-button',{staticStyle:{"width":"100%"},attrs:{"plain":"","type":"primary"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.events.config.new'))+" "),_c('i',{staticClass:"el-icon-plus el-icon--right"})]),_c('el-dropdown-menu',{staticStyle:{"width":"280px"},attrs:{"slot":"dropdown"},slot:"dropdown"},[_vm._l((Object.keys(_vm.events)),function(e){return [_c('el-dropdown-item',{key:e,attrs:{"command":e,"disabled":_vm.eventArray.filter(function (item) { return item.eventName === e; }).length !== 0}},[_vm._v(_vm._s(_vm.eventEnum[e])+" ")])]})],2)],1),_c('event-script-dialog',{ref:"eventScriptDialog",attrs:{"title":_vm.$iss18n.t('issfd.events.config.actionTitle'),"widget-list":_vm.widgetForm.list},on:{"dialog-close":_vm.onEventScriptUpdate,"dialog-confirm":_vm.onEventScriptConfirm,"handlePreview":_vm.handlePreview},scopedSlots:_vm._u([{key:"help-icon",fn:function(){return [_c('form-action-list-note',{attrs:{"title":_vm.$iss18n.t('issfd.events.config.actionPane')}})]},proxy:true}])})],1)}
|
|
112681
112681
|
var staticRenderFns = []
|
|
112682
112682
|
|
|
@@ -117746,7 +117746,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
117746
117746
|
|
|
117747
117747
|
"use strict";
|
|
117748
117748
|
|
|
117749
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117749
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FileUploader/UploadFileComponent.vue?vue&type=template&id=44d505fd
|
|
117750
117750
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"iss-upload-file-switch"},[(_vm.isMobilePlatform)?_c('upload-file-component-mobile',_vm._g(_vm._b({},'upload-file-component-mobile',_vm.$props,false),_vm.$listeners)):_c('div',[(!_vm.printRead)?_c('el-upload',{staticClass:"iss-upload-file",attrs:{"action":_vm.serverInfo.action,"before-upload":_vm.handleBeforeUpload,"disabled":_vm.disabled,"file-list":_vm.fileList,"headers":_vm.serverInfo.headers,"limit":_vm.limit,"multiple":_vm.multiple,"on-exceed":_vm.handleExceed,"on-preview":_vm.handlePreview,"on-remove":_vm.handleRemove,"on-success":_vm.handleSuccess,"drag":_vm.enableDrag,"accept":_vm.accept}},[(!_vm.enableDrag)?[_c('el-button',{staticClass:"iss-upload-button",attrs:{"disabled":_vm.disabled,"size":_vm.elSize,"type":"primary"}},[_c('base-icon',{attrs:{"icon-class":"file-upload-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.clickUpload'))+" ")],1)]:[_c('base-icon',{staticClass:"el-icon-upload",attrs:{"icon-class":"upload-cloud-2-line"}}),_c('div',{staticClass:"el-upload__text"},[_vm._v(" 将文件拖到此处,或 "),_c('em',[_vm._v("点击上传")])])],(!_vm.hideTips)?_c('div',{staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.tip1', {limit: _vm.limit, size: _vm.size}))+" "),(_vm.tip)?[_c('br'),_vm._v(" 2."+_vm._s(_vm.tip)+" ")]:_vm._e()],2):_vm._e()],2):_c('div',{staticClass:"upload-file-preview-container"},[(_vm.edit && (_vm.searchable || _vm.isBatchDownload) && _vm.value.length)?_c('div',{staticClass:"header"},[_c('div',{staticClass:"header-item left"},[(_vm.searchable && _vm.value.length)?_c('el-input',{staticClass:"header-sub-item table-search-bar",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.upload.search'),"size":_vm.elSize,"validate-event":false,"clearable":true},on:{"change":_vm.onSearch},scopedSlots:_vm._u([{key:"append",fn:function(){return [_c('el-button',{attrs:{"size":_vm.elSize},on:{"click":_vm.onSearch}},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)]},proxy:true}],null,false,1282506827),model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e(),(_vm.isBatchDownload)?_c('el-button',{staticClass:"header-sub-item table-search-bar",attrs:{"size":_vm.elSize,"type":"primary","disabled":!_vm.multipleSelection.length},on:{"click":_vm.batchDownload}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.batch'))+" ")]):_vm._e()],1)]):_vm._e(),_c('div',{staticClass:"body"},[_c('el-table',{staticClass:"iss-form-renderer-table file-upload-table",attrs:{"data":_vm.displayValue,"show-header":_vm.edit,"size":"mini","empty-text":_vm.$iss18n.t('issfd.runtime.component.upload.empty')},on:{"selection-change":_vm.handleSelectionChange}},[(_vm.edit && _vm.isBatchDownload)?_c('el-table-column',{attrs:{"type":"selection","width":"45","align":"center"}}):_vm._e(),_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.runtime.component.upload.fileName')},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-link',{staticClass:"file-name",attrs:{"href":scope.row.url,"underline":false,"size":"mini"}},[_vm._v(_vm._s(scope.row.name)+" ")])]}}])}),_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.runtime.component.upload.options'),"width":"90","align":"center"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-link',{staticClass:"file-preview",attrs:{"href":scope.row.url,"underline":false,"size":"mini","type":"primary"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.download'))+" ")]),(_vm.isPreview)?_c('el-link',{staticClass:"file-preview",attrs:{"underline":false,"size":"mini","type":"primary"},on:{"click":function($event){return _vm.openPreview(scope.row)}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.preview'))+" ")]):_vm._e()]}}])})],1)],1)])],1)],1)}
|
|
117751
117751
|
var staticRenderFns = []
|
|
117752
117752
|
|
|
@@ -117823,7 +117823,7 @@ var external_commonjs_lodash_commonjs2_lodash_amd_lodash_root_default = /*#__PUR
|
|
|
117823
117823
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
117824
117824
|
var objectSpread2 = __webpack_require__("5530");
|
|
117825
117825
|
|
|
117826
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117826
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PreviewDrawer/OfficePreviewDrawer.vue?vue&type=template&id=37de94e3
|
|
117827
117827
|
var OfficePreviewDrawervue_type_template_id_37de94e3_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-drawer',{class:['preview-drawer', _vm.platform],attrs:{"title":_vm.title,"visible":_vm.drawer,"direction":_vm.direction,"before-close":_vm.handleClose},on:{"update:visible":function($event){_vm.drawer=$event}}},[_c('div',{staticClass:"preview"},[_c('iframe',{ref:"preview-iframe",staticClass:"iframe",attrs:{"src":_vm.url,"border":"0"}})])])}
|
|
117828
117828
|
var OfficePreviewDrawervue_type_template_id_37de94e3_staticRenderFns = []
|
|
117829
117829
|
|
|
@@ -117963,7 +117963,7 @@ var IMG_AUDIO_VIDEO_TYPES = ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'svg', 'heic',
|
|
|
117963
117963
|
// EXTERNAL MODULE: ./src/components/BaseIcon.vue + 4 modules
|
|
117964
117964
|
var BaseIcon = __webpack_require__("7461");
|
|
117965
117965
|
|
|
117966
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117966
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FileUploader/UploadFileComponentMobile.vue?vue&type=template&id=0ea53efa
|
|
117967
117967
|
var UploadFileComponentMobilevue_type_template_id_0ea53efa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"iss-upload-file-mobile-root"},[(!_vm.printRead)?_c('div',{staticClass:"iss-upload-file iss-upload-file-mobile",class:{ 'is-disabled': _vm.disabled }},[_c('input',{directives:[{name:"show",rawName:"v-show",value:(_vm.activeFileInputSlot === 0),expression:"activeFileInputSlot === 0"}],ref:"nativeFileInput0",staticClass:"iss-mobile-upload-input-native",attrs:{"type":"file","accept":_vm.mobileAccept,"multiple":_vm.multiple,"disabled":_vm.disabled},on:{"change":_vm.handleNativeFileChange,"cancel":_vm.handleNativeFilePickerDismiss}}),_c('input',{directives:[{name:"show",rawName:"v-show",value:(_vm.activeFileInputSlot === 1),expression:"activeFileInputSlot === 1"}],ref:"nativeFileInput1",staticClass:"iss-mobile-upload-input-native",attrs:{"type":"file","accept":_vm.mobileAccept,"multiple":_vm.multiple,"disabled":_vm.disabled},on:{"change":_vm.handleNativeFileChange,"cancel":_vm.handleNativeFilePickerDismiss}}),_c('van-button',{staticClass:"iss-mobile-upload-trigger",attrs:{"native-type":"button","disabled":_vm.disabled,"type":"primary","round":"","block":"","size":_vm.vantButtonSize},on:{"click":function($event){return _vm.openNativeFilePicker($event)}}},[_c('base-icon',{attrs:{"icon-class":"file-upload-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.import.clickUpload'))+" ")],1),(!_vm.hideTips)?_c('div',{staticClass:"el-upload__tip iss-mobile-upload-tip"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.tip1', { limit: _vm.limit, size: _vm.size }))+" "),(_vm.tip)?[_c('br'),_vm._v(" 2."+_vm._s(_vm.tip)+" ")]:_vm._e()],2):_vm._e()],1):_vm._e(),(!_vm.printRead && _vm.fileList.length)?_c('div',{staticClass:"iss-mobile-upload-list"},_vm._l((_vm.fileList),function(file){return _c('div',{key:file.uid,staticClass:"iss-mobile-upload-card"},[_c('div',{staticClass:"iss-mobile-upload-card__left"},[_c('div',{staticClass:"iss-mobile-upload-card__content"},[(file.status === 'uploading')?_c('span',{staticClass:"iss-mobile-upload-card__name iss-mobile-upload-card__name--muted"},[_vm._v(" "+_vm._s(file.name)+" "),_c('span',{staticClass:"iss-mobile-upload-card__status"},[_vm._v("上传中…")])]):_c('span',{staticClass:"iss-mobile-upload-card__name"},[_vm._v(_vm._s(file.name))])]),(file.status === 'success')?_c('div',{staticClass:"iss-mobile-upload-card__footer"},[_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"primary","size":_vm.vantButtonSize,"url":file.url}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.download'))+" ")]),(_vm.isPreview)?_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"primary","size":_vm.vantButtonSize},on:{"click":function($event){return _vm.openPreview(file)}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.preview'))+" ")]):_vm._e(),(!_vm.disabled)?_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"danger","size":_vm.vantButtonSize},on:{"click":function($event){return _vm.removeFile(file)}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.delete'))+" ")]):_vm._e()],1):(file.status === 'fail')?_c('div',{staticClass:"iss-mobile-upload-card__footer iss-mobile-upload-card__footer--fail"},[_c('span',{staticClass:"iss-mobile-upload-card__fail"},[_vm._v("上传失败")]),(!_vm.disabled)?_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"danger","size":_vm.vantButtonSize},on:{"click":function($event){return _vm.removeFile(file)}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.delete'))+" ")]):_vm._e()],1):_vm._e()])])}),0):(_vm.printRead)?_c('div',{staticClass:"upload-file-preview-container iss-mobile-upload-print"},[(_vm.edit && (_vm.searchable || _vm.isBatchDownload) && _vm.value.length)?_c('div',{staticClass:"header iss-mobile-upload-print-header"},[_c('div',{staticClass:"header-item left"},[(_vm.searchable && _vm.value.length)?_c('van-field',{staticClass:"header-sub-item iss-mobile-upload-search",attrs:{"type":"text","border":false,"clearable":"","clear-trigger":"always","placeholder":_vm.$iss18n.t('issfd.runtime.component.upload.search')},on:{"input":_vm.onSearch},scopedSlots:_vm._u([{key:"button",fn:function(){return [_c('van-button',{staticClass:"iss-mobile-upload-search-append",attrs:{"native-type":"button","round":"","size":_vm.vantButtonSize},on:{"click":_vm.onSearch}},[_c('base-icon',{attrs:{"icon-class":"search-line"}})],1)]},proxy:true}],null,false,1752724347),model:{value:(_vm.searchValue),callback:function ($$v) {_vm.searchValue=$$v},expression:"searchValue"}}):_vm._e(),(_vm.isBatchDownload)?_c('van-button',{staticClass:"header-sub-item iss-mobile-batch-btn",attrs:{"native-type":"button","type":"primary","round":"","block":"","size":_vm.vantButtonSize,"disabled":!_vm.multipleSelection.length},on:{"click":_vm.batchDownload}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.batch'))+" ")]):_vm._e()],1)]):_vm._e(),_c('div',{staticClass:"body iss-mobile-upload-print-body"},[(!_vm.displayValue.length)?_c('div',{staticClass:"iss-mobile-upload-empty"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.upload.empty'))+" ")]):_vm._e(),_vm._l((_vm.displayValue),function(row){return _c('div',{key:row.url || row.name,staticClass:"iss-mobile-upload-card iss-mobile-upload-card--readonly",class:{ 'iss-mobile-upload-card--selectable': _vm.edit && _vm.isBatchDownload },on:{"click":function($event){return _vm.onPrintReadCardRowClick($event, row)}}},[_c('div',{staticClass:"iss-mobile-upload-card__left"},[_c('div',{staticClass:"iss-mobile-upload-card__content"},[_c('span',{staticClass:"iss-mobile-upload-card__name"},[_vm._v(_vm._s(row.name))])]),_c('div',{staticClass:"iss-mobile-upload-card__footer",on:{"click":function($event){$event.stopPropagation();}}},[_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"primary","size":_vm.vantButtonSize,"url":row.url}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.download'))+" ")]),(_vm.isPreview)?_c('van-button',{staticClass:"iss-mobile-upload-card__action",attrs:{"native-type":"button","plain":"","hairline":"","round":"","type":"primary","size":_vm.vantButtonSize},on:{"click":function($event){return _vm.openPreview(row)}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.common.buttons.preview'))+" ")]):_vm._e()],1)]),(_vm.edit && _vm.isBatchDownload)?_c('el-checkbox',{staticClass:"iss-mobile-upload-card__check",attrs:{"value":_vm.isRowSelected(row)},on:{"input":function (val) { return _vm.toggleRowSelection(row, val); }},nativeOn:{"click":function($event){$event.stopPropagation();}}}):_vm._e()],1)})],2)]):_vm._e()])}
|
|
117968
117968
|
var UploadFileComponentMobilevue_type_template_id_0ea53efa_staticRenderFns = []
|
|
117969
117969
|
|
|
@@ -119496,7 +119496,7 @@ module.exports = !fails(function () {
|
|
|
119496
119496
|
// ESM COMPAT FLAG
|
|
119497
119497
|
__webpack_require__.r(__webpack_exports__);
|
|
119498
119498
|
|
|
119499
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
119499
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/SwitchSetter.vue?vue&type=template&id=0b8f7093
|
|
119500
119500
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-switch',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}})}
|
|
119501
119501
|
var staticRenderFns = []
|
|
119502
119502
|
|
|
@@ -119990,7 +119990,7 @@ function _batchDownload2() {
|
|
|
119990
119990
|
// ESM COMPAT FLAG
|
|
119991
119991
|
__webpack_require__.r(__webpack_exports__);
|
|
119992
119992
|
|
|
119993
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
119993
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/UnitedFormStyleSetter.vue?vue&type=template&id=263fd524
|
|
119994
119994
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.unitedProp.style')))])]),_c('el-select',{staticClass:"right",attrs:{"size":"mini"},model:{value:(_vm.widgetConfig.options.styleType),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "styleType", $$v)},expression:"widgetConfig.options.styleType"}},[_c('el-option',{attrs:{"value":"card","label":_vm.$iss18n.t('issfd.components.unitedProp.styleCard')}}),_c('el-option',{attrs:{"value":"collapse","label":_vm.$iss18n.t('issfd.components.unitedProp.collapse')}})],1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.unitedProp.styleTip')}})],1),(_vm.widgetConfig.options.styleType === 'card')?[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.unitedProp.showHeader')))])]),_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.showHeader),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "showHeader", $$v)},expression:"widgetConfig.options.showHeader"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.showHeaderText')))])],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.shadow')))])]),_c('el-radio-group',{model:{value:(_vm.widgetConfig.options.shadow),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "shadow", $$v)},expression:"widgetConfig.options.shadow"}},[_c('el-radio-button',{attrs:{"label":"always"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.always')))]),_c('el-radio-button',{attrs:{"label":"hover"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.hover')))]),_c('el-radio-button',{attrs:{"label":"never"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.never')))])],1)],1)]:_vm._e(),(_vm.widgetConfig.options.styleType === 'collapse')?void 0:_vm._e()],2)}
|
|
119995
119995
|
var staticRenderFns = []
|
|
119996
119996
|
|
|
@@ -122716,7 +122716,7 @@ $({ target: 'URL', proto: true, enumerable: true }, {
|
|
|
122716
122716
|
|
|
122717
122717
|
"use strict";
|
|
122718
122718
|
|
|
122719
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122719
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/QrCodeComponent.vue?vue&type=template&id=1379bac6
|
|
122720
122720
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.options.mode === 'qr')?_c('vue-qr',{ref:"codeRef",attrs:{"correctLevel":3,"margin":5,"callback":_vm.callback,"size":_vm.options.codeSize,"text":_vm.codeValue}}):(_vm.options.mode === 'bar')?_c('vue-barcode',{ref:"codeRef",attrs:{"displayValue":_vm.options.displayCodeValue,"height":_vm.options.codeHeight,"value":_vm.codeValue,"element-tag":"img","font":"-apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif","font-size":"14","width":"1"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.runtime.component.barTip'))+" ")]):_vm._e()],1)}
|
|
122721
122721
|
var staticRenderFns = []
|
|
122722
122722
|
|
|
@@ -127143,7 +127143,7 @@ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
|
|
|
127143
127143
|
// ESM COMPAT FLAG
|
|
127144
127144
|
__webpack_require__.r(__webpack_exports__);
|
|
127145
127145
|
|
|
127146
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127146
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/EventsSetter.vue?vue&type=template&id=22b73563
|
|
127147
127147
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widgetConfig.events)?_c('div',[_c('event-config',{attrs:{"events":_vm.widgetConfig.events,"widgetForm":_vm.widgetForm,"eventscripts":_vm.eventscripts,"widgetConfig":_vm.widgetConfig},on:{"on-add":_vm.handleEventAdd,"on-edit":_vm.handleEventEdit,"handlePreview":_vm.handlePreview}})],1):_vm._e()}
|
|
127148
127148
|
var staticRenderFns = []
|
|
127149
127149
|
|
|
@@ -127274,7 +127274,7 @@ module.exports = function (C, x) {
|
|
|
127274
127274
|
|
|
127275
127275
|
"use strict";
|
|
127276
127276
|
|
|
127277
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127277
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/AddressComponent.vue?vue&type=template&id=a81859d4&scoped=true
|
|
127278
127278
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"address",staticClass:"address-component-container"},[(_vm.printRead)?[_vm._v(" "+_vm._s(_vm.printValue)+" ")]:[(!_vm.isMobile)?_c('el-cascader',{attrs:{"disabled":_vm.disabled,"options":_vm.options,"clearable":"","filterable":"","placeholder":_vm.$iss18n.t('issfd.runtime.component.address.placeholder'),"size":_vm.size},on:{"change":_vm.handleChange},model:{value:(_vm.form.postAddress),callback:function ($$v) {_vm.$set(_vm.form, "postAddress", $$v)},expression:"form.postAddress"}}):[_c('div',{on:{"click":_vm.onShowDialog}},[_c('el-input',{staticClass:"address-mobile",attrs:{"placeholder":_vm.$iss18n.t('issfd.runtime.component.address.placeholder'),"readonly":"","clearable":""},model:{value:(_vm.cascaderValue),callback:function ($$v) {_vm.cascaderValue=$$v},expression:"cascaderValue"}},[(_vm.cascaderValue)?_c('i',{staticClass:"el-icon-circle-close address-icon",attrs:{"slot":"suffix"},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.clearValue.apply(null, arguments)}},slot:"suffix"}):_vm._e()])],1),_c('van-popup',{style:({ minHeight: '60%' }),attrs:{"round":"","position":"bottom","close-on-click-overlay":false,"get-container":"#moblieScreen"},model:{value:(_vm.show),callback:function ($$v) {_vm.show=$$v},expression:"show"}},[_c('van-cascader',{attrs:{"title":_vm.$iss18n.t('issfd.runtime.component.address.selectRegion'),"options":_vm.options,"size":_vm.size,"field-names":_vm.fieldNames,"active-color":"#3164f6"},on:{"close":function($event){_vm.show = false},"finish":_vm.onFinish},model:{value:(_vm.cascaderCode),callback:function ($$v) {_vm.cascaderCode=$$v},expression:"cascaderCode"}})],1)],(_vm.isAddressDetail)?_c('el-input',{staticClass:"address-component-detail",attrs:{"disabled":_vm.disabled,"rows":2,"placeholder":_vm.$iss18n.t('issfd.runtime.component.address.detail'),"resize":"none","type":"textarea","size":_vm.size},on:{"change":_vm.handleChange},model:{value:(_vm.form.details),callback:function ($$v) {_vm.$set(_vm.form, "details", $$v)},expression:"form.details"}}):_vm._e()]],2)}
|
|
127279
127279
|
var staticRenderFns = []
|
|
127280
127280
|
|
|
@@ -127552,7 +127552,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
127552
127552
|
// ESM COMPAT FLAG
|
|
127553
127553
|
__webpack_require__.r(__webpack_exports__);
|
|
127554
127554
|
|
|
127555
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127555
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/ButtonColorSetter.vue?vue&type=template&id=641ea90e
|
|
127556
127556
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-select',{model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}},_vm._l((_vm.options2),function(item,index){return _c('el-option',{key:index,attrs:{"label":item.label,"value":item.value}},[(_vm.setterConfig.setter.type === 'button')?_c('el-button',{attrs:{"size":"mini","type":item.value}},[_vm._v(_vm._s(item.label))]):_c('el-link',{attrs:{"size":"mini","type":item.value}},[_vm._v(_vm._s(item.label))])],1)}),1)}
|
|
127557
127557
|
var staticRenderFns = []
|
|
127558
127558
|
|
|
@@ -131210,7 +131210,7 @@ module.exports = function (namespace, method) {
|
|
|
131210
131210
|
|
|
131211
131211
|
"use strict";
|
|
131212
131212
|
|
|
131213
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131213
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CascaderSelector/CascaderSelector.vue?vue&type=template&id=e489bc50&scoped=true
|
|
131214
131214
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cascader-selector-container"},[(_vm.widget)?[(_vm.visible)?_c('el-cascader',{ref:"cascaderRef",class:{
|
|
131215
131215
|
'main': true,
|
|
131216
131216
|
'common-model': !_vm.isAdvancedModel
|
|
@@ -131706,7 +131706,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
131706
131706
|
// ESM COMPAT FLAG
|
|
131707
131707
|
__webpack_require__.r(__webpack_exports__);
|
|
131708
131708
|
|
|
131709
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131709
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RuleSetter.vue?vue&type=template&id=159045d8
|
|
131710
131710
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.setterConfig.setter.rules.includes('must'))?_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.required')))]),_c('div',{staticClass:"config-layout-content marginBottom"},[_c('el-checkbox',{on:{"change":_vm.handleRequiredChange},model:{value:(_vm.widgetConfig.options.required),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "required", $$v)},expression:"widgetConfig.options.required"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.enabled')))]),(_vm.widgetConfig.options.required)?_c('el-input',{staticClass:"message-input",attrs:{"row":3,"clearable":"","maxLength":"50","placeholder":_vm.$iss18n.t('issfd.components.ruleProp.errorTip'),"type":"textarea"},on:{"change":_vm.handleRequiredMessageChange},model:{value:(_vm.widgetConfig.options.requiredMessage),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "requiredMessage", $$v)},expression:"widgetConfig.options.requiredMessage"}}):_vm._e()],1)]):_vm._e(),(_vm.setterConfig.setter.rules.includes('common'))?_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.common')))]),_c('div',{staticClass:"config-layout-content marginBottom"},[_c('el-checkbox',{on:{"change":_vm.handleDataTypeCheckChange},model:{value:(_vm.widgetConfig.options.dataTypeCheck),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "dataTypeCheck", $$v)},expression:"widgetConfig.options.dataTypeCheck"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.enabled')))]),_c('br'),(Object.keys(_vm.widgetConfig.options).indexOf('dataType') >= 0 && _vm.widgetConfig.options.dataTypeShow !== 'false')?_c('el-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetConfig.options.dataTypeCheck),expression:"widgetConfig.options.dataTypeCheck"}],attrs:{"size":"mini"},on:{"change":_vm.handleDataTypeChange},model:{value:(_vm.widgetConfig.options.dataType),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "dataType", $$v)},expression:"widgetConfig.options.dataType"}},[_c('el-option',{attrs:{"label":"URL","value":"url"}}),_c('el-option',{attrs:{"label":"Email","value":"email"}}),_vm._l((_vm.commonPatterns),function(pattern,index){return _c('el-option',{key:index,attrs:{"label":pattern.name,"value":index}})})],2):_vm._e(),(_vm.widgetConfig.options.dataTypeCheck)?_c('el-input',{staticClass:"message-input",attrs:{"row":3,"clearable":"","maxLength":"50","placeholder":_vm.$iss18n.t('issfd.components.ruleProp.errorTip'),"size":"mini","type":"textarea"},on:{"change":_vm.handleDataTypeMessageChange},model:{value:(_vm.widgetConfig.options.dataTypeMessage),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "dataTypeMessage", $$v)},expression:"widgetConfig.options.dataTypeMessage"}}):_vm._e()],1)]):_vm._e(),(_vm.setterConfig.setter.rules.includes('regexp'))?_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.regexp')))]),_c('div',{staticClass:"config-layout-content marginBottom"},[_c('el-checkbox',{on:{"change":_vm.handlePatternCheckChange},model:{value:(_vm.widgetConfig.options.patternCheck),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "patternCheck", $$v)},expression:"widgetConfig.options.patternCheck"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.enabled')))]),_c('el-popover',{attrs:{"placement":"top","popper-class":"help-icon-popper","trigger":"click","width":"500"}},[_c('div',{staticStyle:{"padding":"10px"}},[_c('p',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.exp1')))]),_c('p',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.exp2')))])]),_c('i',{staticClass:"ri-question-fill base-help-icon small-font-size",attrs:{"slot":"reference"},slot:"reference"})]),(_vm.widgetConfig.options.patternCheck)?_c('el-input',{attrs:{"row":3,"clearable":"","maxLength":"1000","placeholder":_vm.$iss18n.t('issfd.components.ruleProp.inputExp'),"size":"mini","type":"textarea"},on:{"change":_vm.handlePatternChange},model:{value:(_vm.widgetConfig.options.pattern),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "pattern", $$v)},expression:"widgetConfig.options.pattern"}}):_vm._e(),(_vm.widgetConfig.options.patternCheck)?_c('el-checkbox-group',{attrs:{"size":"mini"},on:{"change":_vm.handlePatternFlagsChange},model:{value:(_vm.widgetConfig.options.patternFlags),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "patternFlags", $$v)},expression:"widgetConfig.options.patternFlags"}},[_c('el-checkbox',{attrs:{"label":"i"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.ignore')))]),_c('el-checkbox',{attrs:{"label":"m"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.multi')))])],1):_vm._e(),(_vm.widgetConfig.options.patternCheck)?_c('el-input',{staticClass:"message-input",attrs:{"row":3,"clearable":"","maxLength":"50","placeholder":_vm.$iss18n.t('issfd.components.ruleProp.errorTip'),"type":"textarea"},on:{"change":_vm.handlePatternMessageChange},model:{value:(_vm.widgetConfig.options.patternMessage),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "patternMessage", $$v)},expression:"widgetConfig.options.patternMessage"}}):_vm._e()],1)]):_vm._e(),(_vm.setterConfig.setter.rules.includes('custom'))?_c('div',{staticClass:"config-layout horizontal"},[_c('span',{staticClass:"config-layout-label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.customRule')))]),_c('div',{staticClass:"config-layout-content marginBottom"},[_c('el-checkbox',{on:{"change":_vm.handleValidatorChange},model:{value:(_vm.widgetConfig.options.validatorCheck),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "validatorCheck", $$v)},expression:"widgetConfig.options.validatorCheck"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.ruleProp.enabled')))]),_c('validator-note'),(_vm.widgetConfig.options.validatorCheck)?_c('div',{staticClass:"code-area"},[_c('div',[_vm._v("(rule, value, callback) => {")]),_c('code-editor',{key:_vm.widgetConfig.key,attrs:{"height":"150px","mode":"javascript"},on:{"input":_vm.handleValidatorContentChange},model:{value:(_vm.widgetConfig.options.validator),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "validator", $$v)},expression:"widgetConfig.options.validator"}}),_c('div',[_vm._v("}")])],1):_vm._e()],1)]):_vm._e()])}
|
|
131711
131711
|
var staticRenderFns = []
|
|
131712
131712
|
|
|
@@ -131749,7 +131749,7 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
131749
131749
|
// EXTERNAL MODULE: ./src/core-designer/WidgetConfig/WidgetSetters/mixin.js
|
|
131750
131750
|
var mixin = __webpack_require__("dc43");
|
|
131751
131751
|
|
|
131752
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131752
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/HelpPopovers/ValidatorNote.vue?vue&type=template&id=7f48c95a&scoped=true
|
|
131753
131753
|
var ValidatorNotevue_type_template_id_7f48c95a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{attrs:{"placement":"top","popper-class":"help-icon-popper","trigger":"click","width":"500"}},[_c('div',{staticClass:"validator-note-container"},[_c('el-tabs',{model:{value:(_vm.activeTabName),callback:function ($$v) {_vm.activeTabName=$$v},expression:"activeTabName"}},[_c('el-tab-pane',{attrs:{"label":_vm.$iss18n.t('issfd.help.validate.params'),"name":"0"}},[_c('el-descriptions',{attrs:{"column":1,"border":""}},[_c('el-descriptions-item',{attrs:{"contentClassName":"td-header","label":_vm.$iss18n.t('issfd.help.validate.param'),"labelClassName":"td-header label-class"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.validate.intro'))+" ")]),_c('el-descriptions-item',{attrs:{"label":"rule","labelClassName":"td-body"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.help.validate.rule')))]),_c('el-descriptions-item',{attrs:{"label":"value","labelClassName":"td-body"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.help.validate.value')))]),_c('el-descriptions-item',{attrs:{"label":"callback","labelClassName":"td-body"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.validate.callback.title'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.validate.callback.line1'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.validate.callback.line2'))),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.help.validate.callback.line3'))+" ")])],1)],1),_c('el-tab-pane',{attrs:{"label":_vm.$iss18n.t('issfd.help.action.code.demo'),"name":"1"}},[_c('code-editor',{attrs:{"is-read-only":true,"height":"150px","mode":"javascript"},model:{value:(_vm.code),callback:function ($$v) {_vm.code=$$v},expression:"code"}}),_c('div',{staticClass:"opt-btn-bar"},[_c('el-button',{staticClass:"copy-btn",attrs:{"data-clipboard-text":_vm.code,"type":"text"},on:{"click":function($event){$event.stopPropagation();return _vm.handleCopyCode($event)}}},[_c('base-icon',{attrs:{"icon-class":"file-copy-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.copy'))+" ")],1)],1)],1)],1)],1),_c('i',{staticClass:"ri-question-fill base-help-icon small-font-size",attrs:{"slot":"reference"},slot:"reference"})])}
|
|
131754
131754
|
var ValidatorNotevue_type_template_id_7f48c95a_scoped_true_staticRenderFns = []
|
|
131755
131755
|
|
|
@@ -132639,7 +132639,7 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
132639
132639
|
|
|
132640
132640
|
"use strict";
|
|
132641
132641
|
|
|
132642
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
132642
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/CustomMobileSelect.vue?vue&type=template&id=57ece8d0&scoped=true
|
|
132643
132643
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading && !_vm.show),expression:"loading && !show"}],staticClass:"custom-select",staticStyle:{"width":"100%"},attrs:{"element-loading-text":_vm.resolvedLoadingText,"element-loading-spinner":'el-icon-loading',"element-loading-background":'rgba(255, 255, 255, 0.65)'}},[_c('div',{staticClass:"related-full",on:{"click":_vm.openDialog}},[_c('el-input',{attrs:{"placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.filters.pleaseSelectClean'),"readonly":"","clearable":"","disabled":_vm.disabled,"suffix-icon":_vm.showAppend ? '' : 'el-icon-arrow-down'},on:{"blur":_vm.handleOnBlur,"focus":_vm.handleOnFocus},scopedSlots:_vm._u([{key:"suffix",fn:function(){return [(_vm.clearable && _vm.formatValue)?_c('i',{staticClass:"el-icon-circle-close",on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.clearValue.apply(null, arguments)}}}):_vm._e()]},proxy:true},{key:"append",fn:function(){return [(_vm.showAppend)?_c('el-button',{attrs:{"disabled":_vm.disabled},on:{"click":function($event){$event.stopPropagation();$event.preventDefault();return _vm.handleBtnClick.apply(null, arguments)}}},[_c('base-icon',{attrs:{"icon-class":"links-line"}})],1):_vm._e()]},proxy:true}]),model:{value:(_vm.formatValue),callback:function ($$v) {_vm.formatValue=$$v},expression:"formatValue"}})],1),_c('van-popup',{staticClass:"select-popup",style:({ minHeight: '70vh', maxHeight: '90vh' }),attrs:{"round":"","position":"bottom","get-container":"body","closeable":""},model:{value:(_vm.show),callback:function ($$v) {_vm.show=$$v},expression:"show"}},[_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading && _vm.show),expression:"loading && show"}],staticClass:"select-popup-content",attrs:{"element-loading-text":_vm.resolvedLoadingText,"element-loading-spinner":'el-icon-loading',"element-loading-background":'rgba(255, 255, 255, 0.65)'}},[(_vm.filterable)?_c('van-search',{staticClass:"select-search",attrs:{"shape":"round","placeholder":_vm.placeholder || _vm.$iss18n.t('issfd.runtime.component.searchPlaceholder'),"clearable":false},on:{"input":_vm.onSearch},scopedSlots:_vm._u([{key:"right-icon",fn:function(){return [(_vm.searchVal)?_c('base-icon',{attrs:{"icon-class":"close-circle-fill"},on:{"click":_vm.clearValue}}):_vm._e()]},proxy:true}],null,false,753196367),model:{value:(_vm.searchVal),callback:function ($$v) {_vm.searchVal=$$v},expression:"searchVal"}}):_vm._e(),(!_vm.multiple)?[_c('div',{staticClass:"refresh-wrap"},[_c('van-pull-refresh',{staticClass:"related-refresh",attrs:{"value":_vm.refreshing},on:{"input":function($event){_vm.refreshing = $event},"refresh":_vm.onRefresh}},[_c('van-radio-group',{staticClass:"radio-group",on:{"change":_vm.handleChange},model:{value:(_vm.modelValue),callback:function ($$v) {_vm.modelValue=$$v},expression:"modelValue"}},_vm._l((_vm.option),function(item){return _c('van-radio',{key:item.value,staticClass:"radio-item",attrs:{"name":item.value},on:{"click":function($event){return _vm.onRadioClick(item)}}},[_vm._v(_vm._s(item.label)+" ")])}),1)],1)],1)]:_c('van-checkbox-group',{staticClass:"radio-group",on:{"change":_vm.handleChange},model:{value:(_vm.modelValue),callback:function ($$v) {_vm.modelValue=$$v},expression:"modelValue"}},_vm._l((_vm.option),function(item){return _c('van-checkbox',{key:item.value,staticClass:"radio-item",attrs:{"shape":"square","name":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])}),1)],2)])],1)}
|
|
132644
132644
|
var staticRenderFns = []
|
|
132645
132645
|
|
|
@@ -133427,7 +133427,7 @@ exports.CODE128C = _CODE128C2.default;
|
|
|
133427
133427
|
// ESM COMPAT FLAG
|
|
133428
133428
|
__webpack_require__.r(__webpack_exports__);
|
|
133429
133429
|
|
|
133430
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
133430
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/MaxTextLengthSetter.vue?vue&type=template&id=019f1e66
|
|
133431
133431
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.maxTextLength')))]),_c('el-input-number',{attrs:{"max":5000,"min":0,"step":1},model:{value:(_vm.widgetConfig.options.maxLength),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "maxLength", $$v)},expression:"widgetConfig.options.maxLength"}})],1)])}
|
|
133432
133432
|
var staticRenderFns = []
|
|
133433
133433
|
|
|
@@ -133801,7 +133801,7 @@ module.exports = function(originalModule) {
|
|
|
133801
133801
|
// ESM COMPAT FLAG
|
|
133802
133802
|
__webpack_require__.r(__webpack_exports__);
|
|
133803
133803
|
|
|
133804
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
133804
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/UnitedFormSelectSetter.vue?vue&type=template&id=3295296f
|
|
133805
133805
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}]},[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"required-color"},[_vm._v("*")]),_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.unitedProp.choose')))])]),_c('el-select',{staticClass:"right",attrs:{"size":"mini","placeholder":_vm.$iss18n.t('issfd.components.unitedProp.chooseTip'),"popper-class":"widget-config-select-dropdown","no-data-text":_vm.$iss18n.t('issfd.components.unitedProp.chooseEmpty'),"loading":_vm.loading,"clearable":"","filterable":""},on:{"change":_vm.onChange,"visible-change":_vm.getFormInfoListByPage},model:{value:(_vm.widgetConfig.options.unitedFormInfo.formId),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.unitedFormInfo, "formId", $$v)},expression:"widgetConfig.options.unitedFormInfo.formId"}},_vm._l((_vm.enableFormOptionList),function(item){return _c('el-option',{key:item.id,attrs:{"value":item.id,"disabled":item.disabled,"label":item.name}})}),1),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.components.unitedProp.help')}})],1)])}
|
|
133806
133806
|
var staticRenderFns = []
|
|
133807
133807
|
|
|
@@ -134625,7 +134625,7 @@ module.exports = !fails(function () {
|
|
|
134625
134625
|
// ESM COMPAT FLAG
|
|
134626
134626
|
__webpack_require__.r(__webpack_exports__);
|
|
134627
134627
|
|
|
134628
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
134628
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/OrganizationSetter.vue?vue&type=template&id=883d6234&scoped=true
|
|
134629
134629
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical",staticStyle:{"margin-bottom":"10px"}},[_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.isInitNode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "isInitNode", $$v)},expression:"widgetConfig.options.isInitNode"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.orgProp.root'))+" ")])],1),(_vm.widgetConfig.options.isInitNode)?_c('div',{staticClass:"option-content"},[_c('el-radio-group',{model:{value:(_vm.widgetConfig.options.initNodeType),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "initNodeType", $$v)},expression:"widgetConfig.options.initNodeType"}},_vm._l((_vm.ORG_CUSTOM_NODE_TYPE_OPTIONS),function(item){return _c('el-radio-button',{key:item.VALUE,attrs:{"label":item.VALUE}},[_vm._v(" "+_vm._s(item.LABEL)+" ")])}),1),(_vm.widgetConfig.options.initNodeType === _vm.ORG_CUSTOM_NODE_TYPE_VALUE_MAP.CUSTOM)?_c('organization-selector',{attrs:{"placeholder":_vm.$iss18n.t('issfd.components.orgProp.rootTip'),"parent-code":_vm.systemConfig ? _vm.systemConfig.ORG_ROOT_NODE_CODE : null,"parent-name":_vm.systemConfig ? _vm.systemConfig.ORG_ROOT_NODE_NAME : null,"dialog-title":_vm.$iss18n.t('issfd.components.orgProp.rootTitle'),"option-scope-type":"ORGAN","platform":_vm.platform},model:{value:(_vm.widgetConfig.options.initNode),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "initNode", $$v)},expression:"widgetConfig.options.initNode"}}):(_vm.widgetConfig.options.initNodeType === _vm.ORG_CUSTOM_NODE_TYPE_VALUE_MAP.FORM_COMP)?_c('el-select',{model:{value:(_vm.widgetConfig.options.initNodeFormComp),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "initNodeFormComp", $$v)},expression:"widgetConfig.options.initNodeFormComp"}},_vm._l((_vm.customRootNodeFormCompOptions),function(item){return _c('el-option',{key:item.model,attrs:{"value":item.model,"label":item.name},scopedSlots:_vm._u([{key:"default",fn:function(){return [_c('div',{staticClass:"select-option-item"},[_c('span',{staticClass:"select-option-title main"},[_vm._v(_vm._s(item.name))]),_c('span',{staticClass:"select-option-title sub"},[_vm._v(_vm._s(item.model))])])]},proxy:true}],null,true)})}),1):_vm._e()],1):_vm._e()])}
|
|
134630
134630
|
var staticRenderFns = []
|
|
134631
134631
|
|
|
@@ -134763,7 +134763,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
134763
134763
|
|
|
134764
134764
|
"use strict";
|
|
134765
134765
|
|
|
134766
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
134766
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/DesignerCustomDialog.vue?vue&type=template&id=14b37a18
|
|
134767
134767
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{ref:"elDialog",staticClass:"iss-form-renderer-dialog-mini-container",attrs:{"id":_vm.id,"close-on-click-modal":_vm.closeOnClickModal,"fullscreen":_vm.fullscreen,"visible":_vm.dialogVisible,"width":_vm.width,"top":_vm.top,"custom-class":_vm.customClass,"append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event}},scopedSlots:_vm._u([{key:"title",fn:function(){return [_vm._v(" "+_vm._s(_vm.title)+" "),_vm._t("help-icon")]},proxy:true}],null,true)},[(_vm.show)?_c('span',[_vm._t("default")],2):_vm._e(),(_vm.action)?_c('span',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"dialog-footer",attrs:{"slot":"footer","element-loading-text":_vm.loadingText},slot:"footer"},[_vm._t("action",function(){return [_c('el-button',{attrs:{"size":_vm.size},on:{"click":_vm.close}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))]),_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.submit}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok')))])]})],2):_vm._e()])}
|
|
134768
134768
|
var staticRenderFns = []
|
|
134769
134769
|
|
|
@@ -135045,7 +135045,7 @@ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
|
135045
135045
|
// ESM COMPAT FLAG
|
|
135046
135046
|
__webpack_require__.r(__webpack_exports__);
|
|
135047
135047
|
|
|
135048
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
135048
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RateSetter.vue?vue&type=template&id=6f0ec7ac
|
|
135049
135049
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-rate',{attrs:{"allow-half":_vm.widgetConfig.options.allowHalf,"icon-classes":['ri-star-fill', 'ri-star-fill', 'ri-star-fill'],"max":_vm.max,"disabled-void-icon-class":"ri-star-fill","void-icon-class":"ri-star-line"},model:{value:(_vm.model),callback:function ($$v) {_vm.model=$$v},expression:"model"}}),(_vm.setterConfig.setter && _vm.setterConfig.setter.clear)?_c('el-button',{attrs:{"type":"text"},on:{"click":function($event){_vm.widgetConfig.options[_vm.setterConfig.name]=0}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.rateProp.clear')))]):_vm._e()],1)}
|
|
135050
135050
|
var staticRenderFns = []
|
|
135051
135051
|
|
|
@@ -135633,7 +135633,7 @@ __webpack_require__("7149");
|
|
|
135633
135633
|
// ESM COMPAT FLAG
|
|
135634
135634
|
__webpack_require__.r(__webpack_exports__);
|
|
135635
135635
|
|
|
135636
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
135636
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RulesSetter.vue?vue&type=template&id=01a653f7
|
|
135637
135637
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(Object.keys(_vm.widgetConfig.options).indexOf('hidden') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.hidden),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "hidden", $$v)},expression:"widgetConfig.options.hidden"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.hide')))]):_vm._e(),(!(_vm.componentConfig[_vm.widgetConfig.type] && _vm.componentConfig[_vm.widgetConfig.type].notFormItem) && _vm.widgetConfig.type !== 'sequence')?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.readonly),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "readonly", $$v)},expression:"widgetConfig.options.readonly"}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.elementProp.readOnly'))+" ")]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('disabled') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.disabled),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "disabled", $$v)},expression:"widgetConfig.options.disabled"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.disabled')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('editable') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.editable),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "editable", $$v)},expression:"widgetConfig.options.editable"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.editable')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('clearable') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.clearable),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "clearable", $$v)},expression:"widgetConfig.options.clearable"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.clearable')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('arrowControl') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.arrowControl),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "arrowControl", $$v)},expression:"widgetConfig.options.arrowControl"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.arrowControl')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('isDelete') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.isDelete),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "isDelete", $$v)},expression:"widgetConfig.options.isDelete"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.isDelete')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('isEdit') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.isEdit),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "isEdit", $$v)},expression:"widgetConfig.options.isEdit"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.isEdit')))]):_vm._e(),(Object.keys(_vm.widgetConfig.options).indexOf('showPassword') >= 0)?_c('el-checkbox',{model:{value:(_vm.widgetConfig.options.showPassword),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "showPassword", $$v)},expression:"widgetConfig.options.showPassword"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.elementProp.showPassword')))]):_vm._e()],1)}
|
|
135638
135638
|
var staticRenderFns = []
|
|
135639
135639
|
|
|
@@ -136351,7 +136351,7 @@ module.exports = function (it) {
|
|
|
136351
136351
|
// ESM COMPAT FLAG
|
|
136352
136352
|
__webpack_require__.r(__webpack_exports__);
|
|
136353
136353
|
|
|
136354
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
136354
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/TabAddSetter.vue?vue&type=template&id=e7e4fff8
|
|
136355
136355
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"option-config-section"},[_c('div',{staticClass:"option-config-tools"},[_c('el-button',{attrs:{"size":"mini","type":"text"},on:{"click":_vm.handleAddChildren}},[_c('base-icon',{attrs:{"icon-class":"add-circle-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.tabProp.title', { title: _vm.setterConfig.setter.title }))+" ")],1)],1),_c('draggable',{attrs:{"list":_vm.widgetConfig.children,"ghostClass":"ghost","group":"options","handle":".drag-item","tag":"ul"}},_vm._l((_vm.widgetConfig.children),function(item,index){return _c('el-row',{key:index},[_c('el-input',{staticClass:"option-input",attrs:{"maxLength":30,"minLength":1,"clearable":"","placeholder":_vm.$iss18n.t('issfd.components.tabProp.titleTip'),"size":"mini"},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}},[_c('template',{slot:"append"},[_c('el-popconfirm',{attrs:{"title":_vm.$iss18n.t('issfd.components.tabProp.deleteConfirm')},on:{"confirm":function($event){return _vm.handleOptionsRemove(index)}},scopedSlots:_vm._u([{key:"reference",fn:function(){return [_c('el-button',{staticClass:"option-operator-btn-inline",attrs:{"disabled":_vm.widgetConfig.children.length === 1}},[_c('base-icon',{staticClass:"error-color",attrs:{"icon-class":"indeterminate-circle-line"}})],1)]},proxy:true}],null,true)}),_c('el-button',{staticClass:"option-operator-btn-inline drag-item"},[_c('base-icon',{attrs:{"icon-class":"menu-line"}})],1)],1)],2)],1)}),1)],1)}
|
|
136356
136356
|
var staticRenderFns = []
|
|
136357
136357
|
|
|
@@ -137525,7 +137525,7 @@ exports.default = CODE128C;
|
|
|
137525
137525
|
// ESM COMPAT FLAG
|
|
137526
137526
|
__webpack_require__.r(__webpack_exports__);
|
|
137527
137527
|
|
|
137528
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137528
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/RelatedFormSetter.vue?vue&type=template&id=0266bea0
|
|
137529
137529
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"required-color"},[_vm._v("*")]),_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.relatedForm')))])]),_c('el-select',{staticClass:"right",attrs:{"loading":_vm.loading.targetForm,"placeholder":_vm.$iss18n.t('issfd.components.qrcodeProp.relatedTip'),"filterable":"","popper-class":"widget-config-select-dropdown","size":"mini"},on:{"change":_vm.handleTargetFormChange,"visible-change":_vm.getFormInfoListByPage},model:{value:(_vm.widgetConfig.options.relatedFormInfo.formId),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.relatedFormInfo, "formId", $$v)},expression:"widgetConfig.options.relatedFormInfo.formId"}},[(_vm.targetFormOptions.length)?_vm._l((_vm.targetFormOptions),function(item){return _c('el-option',{key:item.value,attrs:{"value":item.value,"label":item.label}})}):_vm._e()],2)],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_c('span',{staticClass:"required-color"},[_vm._v("*")]),_c('span',{staticClass:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.qrcodeProp.related')))])]),_c('el-select',{staticClass:"right",attrs:{"placeholder":_vm.$iss18n.t('issfd.components.qrcodeProp.relatedTip'),"popper-class":"widget-config-select-dropdown","loading":_vm.loading.targetColumn,"disabled":!_vm.widgetConfig.options.relatedFormInfo.formId,"filterable":"","size":"mini"},on:{"change":_vm.handleTargetColumnChange,"visible-change":_vm.loadTargetColumnOptions},model:{value:(_vm.widgetConfig.options.relatedFormInfo.targetColumn),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options.relatedFormInfo, "targetColumn", $$v)},expression:"widgetConfig.options.relatedFormInfo.targetColumn"}},[(_vm.displayColumnOption.length)?_vm._l((_vm.displayColumnOption),function(item){return _c('el-option',{key:item.columnName,attrs:{"value":item.columnName,"label":item.columnLabel}},[_c('div',{staticClass:"related-option-item",attrs:{"slot":"default"},slot:"default"},[_c('div',{staticClass:"label"},[_vm._v(_vm._s(item.columnLabel))]),_c('div',{staticClass:"key"},[_vm._v(_vm._s(item.columnName))])])])}):_vm._e()],2)],1),(_vm.widgetConfig.type !== 'input')?_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.relatedProp.filter')))]),_c('el-button',{staticClass:"right button-text-center",class:{
|
|
137530
137530
|
processed: _vm.widgetConfig.options.relatedFormInfo.dataFilters
|
|
137531
137531
|
},attrs:{"disabled":!(_vm.widgetConfig.options.relatedFormInfo.formId && _vm.widgetConfig.options.relatedFormInfo.targetColumn)},on:{"click":function($event){_vm.visible.filterRules = true}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.components.relatedProp.filterSet', {expr: _vm.widgetConfig.options.relatedFormInfo.dataFilters.length ? _vm.$iss18n.t('issfd.components.inputProp.set') : ''}))+" ")])],1):_vm._e(),_c('div',{staticClass:"setter-inner-vertical"},[_c('div',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.relatedProp.filling')))]),_c('el-button',{staticClass:"right button-text-center",class:{
|
|
@@ -137574,7 +137574,7 @@ var es_iterator_map = __webpack_require__("ab43");
|
|
|
137574
137574
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
|
|
137575
137575
|
var es_object_to_string = __webpack_require__("d3b7");
|
|
137576
137576
|
|
|
137577
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137577
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/RelatedForm/FilterRulesDialog.vue?vue&type=template&id=c82c7934&scoped=true
|
|
137578
137578
|
var FilterRulesDialogvue_type_template_id_c82c7934_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{staticClass:"iss-form-renderer-dialog-wrapper",attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.visible,"append-to-body":"","custom-class":"iss-form-renderer-dialog-control filter-rules-dialog-container","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.filterRuleSet'),"width":"1100px"},on:{"close":_vm.onClose}},[_c('data-filter',{ref:"actionConditionRef",staticClass:"main",attrs:{"data":_vm.currentRules,"columns":_vm.targetColumnList,"use-union":false,"is-add-from-bottom":true,"is-footer":false,"size":"mini","openMainOptBtn":true}}),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"size":"small"},on:{"click":function($event){return _vm.$emit('change', false)}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))]),_c('el-button',{attrs:{"size":"small","type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok')))])],1)],1)}
|
|
137579
137579
|
var FilterRulesDialogvue_type_template_id_c82c7934_scoped_true_staticRenderFns = []
|
|
137580
137580
|
|
|
@@ -137712,7 +137712,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
137712
137712
|
)
|
|
137713
137713
|
|
|
137714
137714
|
/* harmony default export */ var FilterRulesDialog = (component.exports);
|
|
137715
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137715
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/RelatedForm/ShowColumnsDialog.vue?vue&type=template&id=69570918&scoped=true
|
|
137716
137716
|
var ShowColumnsDialogvue_type_template_id_69570918_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{staticClass:"iss-form-renderer-dialog-wrapper",attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.visible,"append-to-body":"","custom-class":"iss-form-renderer-dialog-control related-form-show-columns-dialog","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.columnSet'),"width":"400px"},on:{"close":function($event){return _vm.$emit("change", false)}}},[_c('div',{staticClass:"main"},[_c('div',{staticClass:"checkbox"},[_c('el-checkbox',{attrs:{"indeterminate":_vm.isIndeterminate},on:{"change":_vm.handleCheckAllChange},model:{value:(_vm.checkAll),callback:function ($$v) {_vm.checkAll=$$v},expression:"checkAll"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.related.selectAll')))])],1),_c('div',{staticClass:"list-container"},[_c('draggable',{attrs:{"animation":200},model:{value:(_vm.columnList),callback:function ($$v) {_vm.columnList=$$v},expression:"columnList"}},_vm._l((_vm.columnList),function(item){return _c('div',{key:item.columnName,staticClass:"drag-item"},[_c('div',{staticClass:"checkbox"},[_c('el-checkbox',{attrs:{"label":item.columnName,"disabled":item.columnName === _vm.targetColumn},on:{"change":_vm.handleCheckedChange},model:{value:(item.showFlag),callback:function ($$v) {_vm.$set(item, "showFlag", $$v)},expression:"item.showFlag"}},[_c('div',{staticClass:"checkbox-item"},[_c('div',{staticClass:"label"},[_vm._v(_vm._s(item.columnLabel))]),_c('div',{staticClass:"key"},[_vm._v(_vm._s(item.columnName))])])])],1)])}),0)],1)]),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"size":"small"},on:{"click":function($event){return _vm.$emit("change", false)}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))]),_c('el-button',{attrs:{"size":"small","type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok')))])],1)])}
|
|
137717
137717
|
var ShowColumnsDialogvue_type_template_id_69570918_scoped_true_staticRenderFns = []
|
|
137718
137718
|
|
|
@@ -137899,7 +137899,7 @@ var ShowColumnsDialog_component = Object(componentNormalizer["a" /* default */])
|
|
|
137899
137899
|
)
|
|
137900
137900
|
|
|
137901
137901
|
/* harmony default export */ var ShowColumnsDialog = (ShowColumnsDialog_component.exports);
|
|
137902
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137902
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/RelatedForm/FillingRulesDialog.vue?vue&type=template&id=77be6637&scoped=true
|
|
137903
137903
|
var FillingRulesDialogvue_type_template_id_77be6637_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{staticClass:"iss-form-renderer-dialog-wrapper",attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.visible,"append-to-body":"","custom-class":"iss-form-renderer-dialog-control related-form-filling-rules-dialog","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.setFillingRule'),"width":"800px"},on:{"close":function($event){return _vm.$emit("change", false)}}},[_c('div',{staticClass:"main"},[_c('div',{staticClass:"rule-box"},[_vm._l((_vm.rules),function(item,index){return (_vm.rules.length)?_c('div',{key:index,staticClass:"rule-item"},[_c('el-select',{attrs:{"size":_vm.size,"placeholder":_vm.$iss18n.t('issfd.coreDesigner.elements.selectRelatedColumnError')},on:{"change":function($event){item.toColumnName = ""}},model:{value:(item.fromColumnName),callback:function ($$v) {_vm.$set(item, "fromColumnName", $$v)},expression:"item.fromColumnName"}},[(_vm.targetColumnList.length)?_vm._l((_vm.targetColumnList),function(item){return _c('el-option',{key:item.columnName,attrs:{"value":item.columnName,"label":item.columnLabel},nativeOn:{"click":function($event){$event.stopPropagation();return _vm.handleFormColumnNameOptionClick(item, index)}}},[_c('div',{staticClass:"option-item",attrs:{"slot":"default"},slot:"default"},[_c('div',{staticClass:"label"},[_vm._v(_vm._s(item.columnLabel))]),_c('div',{staticClass:"key"},[_vm._v(_vm._s(item.columnName))])])])}):_vm._e()],2),_c('div',{staticClass:"rule-text"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.related.fillTo')))]),_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.selectColumn'),"size":_vm.size,"disabled":!item.fromColumnName || !item.fromColumnName.length},on:{"visible-change":function($event){return _vm.handleLocalColumnSelectorVisibleChange($event, item.fromColumnName)}},model:{value:(item.toColumnName),callback:function ($$v) {_vm.$set(item, "toColumnName", $$v)},expression:"item.toColumnName"}},[(_vm.localColumnList.length)?_vm._l((_vm.localColumnList),function(item){return _c('el-option',{key:item.model,attrs:{"value":item.model,"label":item.name}},[_c('div',{staticClass:"option-item",attrs:{"slot":"default"},slot:"default"},[_c('div',{staticClass:"label"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:"key"},[_vm._v(_vm._s(item.model))])])])}):_vm._e()],2),(item.fromColumnWidgetType === 'sequence')?_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.sequenceTip')}}):_vm._e(),_c('el-button',{staticClass:"iss-btn-square rule-btn",on:{"click":function($event){return _vm.removeItem(index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}})],1)],1):_vm._e()}),_c('div',{staticClass:"opt-btn"},[_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.addRule}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.related.addRule'))+" ")],1)],1)],2),_c('el-alert',{staticClass:"tips-area",attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.fillTip1'),"type":"info","closable":false}}),_c('el-alert',{staticClass:"tips-area",attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.dialog.related.fillTip2'),"type":"warning","closable":false}})],1),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"size":"small"},on:{"click":function($event){return _vm.$emit("change", false)}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))]),_c('el-button',{attrs:{"size":"small","type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok')))])],1)])}
|
|
137904
137904
|
var FillingRulesDialogvue_type_template_id_77be6637_scoped_true_staticRenderFns = []
|
|
137905
137905
|
|
|
@@ -140822,7 +140822,7 @@ hiddenKeys[METADATA] = true;
|
|
|
140822
140822
|
// ESM COMPAT FLAG
|
|
140823
140823
|
__webpack_require__.r(__webpack_exports__);
|
|
140824
140824
|
|
|
140825
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140825
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/MaxLengthSetter.vue?vue&type=template&id=26d8592a
|
|
140826
140826
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.maxLengthProp.closeCount')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.closeWordLimit),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "closeWordLimit", $$v)},expression:"widgetConfig.options.closeWordLimit"}})],1),_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.maxLengthProp.maxLength')))]),_c('el-input-number',{attrs:{"max":100,"min":0,"step":1},model:{value:(_vm.widgetConfig.options.maxLength),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "maxLength", $$v)},expression:"widgetConfig.options.maxLength"}})],1)])}
|
|
140827
140827
|
var staticRenderFns = []
|
|
140828
140828
|
|
|
@@ -140909,7 +140909,7 @@ $({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
140909
140909
|
// ESM COMPAT FLAG
|
|
140910
140910
|
__webpack_require__.r(__webpack_exports__);
|
|
140911
140911
|
|
|
140912
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140912
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/InputRelatedFormSetter.vue?vue&type=template&id=3835239c
|
|
140913
140913
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.suggestProp.title')))]),_c('el-switch',{staticStyle:{"margin-left":"5px"},model:{value:(_vm.widgetConfig.options.relatedFormEnabled),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "relatedFormEnabled", $$v)},expression:"widgetConfig.options.relatedFormEnabled"}})],1),(_vm.widgetConfig.options.relatedFormEnabled)?_c('related-form-setter',{staticClass:"config-layout vertical",attrs:{"app-id":_vm.appId,"data":_vm.widgetConfig,"widget-form":_vm.widgetForm,"config-in-input":true}}):_vm._e()],1)}
|
|
140914
140914
|
var staticRenderFns = []
|
|
140915
140915
|
|
|
@@ -142261,7 +142261,7 @@ $({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
|
|
|
142261
142261
|
// ESM COMPAT FLAG
|
|
142262
142262
|
__webpack_require__.r(__webpack_exports__);
|
|
142263
142263
|
|
|
142264
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142264
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetSetters/StepsAlignSetter.vue?vue&type=template&id=06964a6d&scoped=true
|
|
142265
142265
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-item-group"},[_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.stepProp.type')))]),_c('el-radio-group',{staticClass:"default-options",model:{value:(_vm.widgetConfig.options.direction),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "direction", $$v)},expression:"widgetConfig.options.direction"}},_vm._l((_vm.options),function(item){return _c('el-radio-button',{key:item.value,attrs:{"value":item.value,"label":item.value}},[_c('span',[_vm._v(_vm._s(item.label))])])}),1)],1),(_vm.widgetConfig.options.direction === 'horizontal')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.stepProp.alignCenter')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.alignCenter),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "alignCenter", $$v)},expression:"widgetConfig.options.alignCenter"}})],1):_vm._e(),(_vm.widgetConfig.options.direction === 'horizontal')?_c('div',{staticClass:"setter-inner-vertical"},[_c('span',{staticClass:"left"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.components.stepProp.simple')))]),_c('el-switch',{model:{value:(_vm.widgetConfig.options.simple),callback:function ($$v) {_vm.$set(_vm.widgetConfig.options, "simple", $$v)},expression:"widgetConfig.options.simple"}})],1):_vm._e()])}
|
|
142266
142266
|
var staticRenderFns = []
|
|
142267
142267
|
|
|
@@ -142619,7 +142619,7 @@ var normalize = __webpack_require__("f5df1");
|
|
|
142619
142619
|
// EXTERNAL MODULE: ./src/components/BaseIcon.vue + 4 modules
|
|
142620
142620
|
var BaseIcon = __webpack_require__("7461");
|
|
142621
142621
|
|
|
142622
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142622
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/BaseHelpIcon.vue?vue&type=template&id=1bff298b
|
|
142623
142623
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{staticClass:"base-help-icon-wrapper",attrs:{"popper-class":("base-help-icon-popper " + _vm.effect + " " + _vm.type),"title":_vm.title,"width":_vm.width||200,"placement":"top","trigger":"click"}},[_vm._t("content",function(){return [_vm._v(" "+_vm._s(_vm.content)+" ")]}),_c('i',{staticClass:"ri-question-fill base-help-icon",attrs:{"slot":"reference"},slot:"reference"})],2)}
|
|
142624
142624
|
var staticRenderFns = []
|
|
142625
142625
|
|
|
@@ -142693,7 +142693,7 @@ var BaseHelpIcon_component = Object(componentNormalizer["a" /* default */])(
|
|
|
142693
142693
|
)
|
|
142694
142694
|
|
|
142695
142695
|
/* harmony default export */ var BaseHelpIcon = (BaseHelpIcon_component.exports);
|
|
142696
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142696
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/CoreDesigner.vue?vue&type=template&id=581bc5b0
|
|
142697
142697
|
var CoreDesignervue_type_template_id_581bc5b0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"iss-form-designer",class:'iss-form-' + _vm.formKey},[_c('el-main',{staticClass:"iss-form-designer-main"},[_c('el-container',[_c('el-aside',{staticClass:"components-list-aside"},[_c('span',{staticClass:"components-list-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.components.listTitle')))]),_c('el-collapse',{staticClass:"components-list",model:{value:(_vm.collapseActiveNames),callback:function ($$v) {_vm.collapseActiveNames=$$v},expression:"collapseActiveNames"}},[_c('el-collapse-item',{attrs:{"name":"basic","title":_vm.$iss18n.t('issfd.coreDesigner.components.basic')}},[_c('component-section',{attrs:{"disable-filter":true,"list-data":_vm.basicComponents},on:{"click":_vm.handleField}})],1),_c('el-collapse-item',{attrs:{"name":"advanced","title":_vm.$iss18n.t('issfd.coreDesigner.components.advanced')}},[_c('component-section',{attrs:{"disable-filter":true,"list-data":_vm.advanceComponents},on:{"click":_vm.handleField}})],1),_c('el-collapse-item',{attrs:{"name":"layout","title":_vm.$iss18n.t('issfd.coreDesigner.components.layout')}},[_c('component-section',{attrs:{"disable-filter":true,"list-data":_vm.layoutComponents},on:{"click":_vm.handleField}})],1),_c('el-collapse-item',{attrs:{"name":"business","title":_vm.$iss18n.t('issfd.coreDesigner.components.business')}},[_c('component-group',{attrs:{"component-list":_vm.customizeComponents,"tagList":_vm.tagList},on:{"click":_vm.handleField}})],1)],1)],1),_c('el-container',{staticClass:"center-container",attrs:{"direction":"vertical"}},[_c('el-header',{staticClass:"btn-bar",staticStyle:{"height":"auto"}},[_c('div',{staticClass:"btn-bar-plat"},[_c('a',{class:{ active: _vm.platform === 'pc' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.pc')},on:{"click":function($event){return _vm.handlePlatform('pc')}}},[_c('div',{staticClass:"btn-platform btn-platform-pc"})]),_c('a',{class:{ active: _vm.platform === 'pad' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.tablet')},on:{"click":function($event){return _vm.handlePlatform('pad')}}},[_c('div',{staticClass:"btn-platform btn-platform-pad"})]),_c('a',{class:{ active: _vm.platform === 'mobile' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.mobile')},on:{"click":function($event){return _vm.handlePlatform('mobile')}}},[_c('div',{staticClass:"btn-platform btn-platform-mobile"})])]),_c('div',{staticClass:"flex-spacing"}),_c('div',{staticClass:"btn-bar-action"},[(_vm.importJson)?_c('el-button',{attrs:{"size":_vm.size,"type":"text"},on:{"click":_vm.handleUpload}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.toolbar.import')))]):_vm._e(),(_vm.preview)?_c('el-button',{attrs:{"size":_vm.size,"type":"text"},on:{"click":_vm.handlePreview}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.toolbar.preview')))]):_vm._e(),(_vm.generateJson)?_c('el-button',{attrs:{"size":_vm.size,"type":"text"},on:{"click":_vm.handleGenerateJson}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.toolbar.exportJSON')))]):_vm._e(),(_vm.generateCode)?_c('el-button',{attrs:{"size":_vm.size,"type":"text"},on:{"click":_vm.handleGenerateCode}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.toolbar.export')))]):_vm._e(),_c('div',{staticClass:"btn-divider"}),_c('el-button',{staticClass:"btn-step-control",class:{ disabled: !_vm.undo },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.undo'),"type":"text"},on:{"click":_vm.handleUndo}},[_c('base-icon',{attrs:{"icon-class":"arrow-go-back-line"}})],1),_c('el-button',{staticClass:"btn-step-control",class:{ disabled: !_vm.redo },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.redo'),"type":"text"},on:{"click":_vm.handleRedo}},[_c('base-icon',{attrs:{"icon-class":"arrow-go-forward-line"}})],1),_c('el-popconfirm',{attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.clearConfirm')},on:{"confirm":_vm.handleClear},scopedSlots:_vm._u([{key:"reference",fn:function(){return [(_vm.clearable)?_c('el-button',{staticClass:"btn-step-control",attrs:{"size":_vm.size,"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.clear'),"type":"text"}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}})],1):_vm._e()]},proxy:true}])}),_vm._t("action")],2)]),_c('el-main',[(!_vm.resetJson)?_c('widget-form',{ref:"widgetForm",attrs:{"widgetForm":_vm.widgetForm,"form-key":_vm.formKey,"platform":_vm.platform,"select":_vm.widgetFormSelect},on:{"update:select":function($event){_vm.widgetFormSelect=$event}}}):_vm._e()],1)],1),_c('el-aside',{staticClass:"widget-config-container"},[_c('el-container',[_c('el-header',{attrs:{"height":"42px"}},[_c('div',{staticClass:"config-tab",class:{ active: this.configTab === 'widget' },on:{"click":function($event){return _vm.handleConfigSelect('widget')}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.widgetConfig')))]),_c('div',{staticClass:"config-tab",class:{ active: this.configTab === 'advanced' },on:{"click":function($event){return _vm.handleConfigSelect('advanced')}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advancedConfig')))]),(!_vm.isInMultiComponentDesign)?_c('div',{staticClass:"config-tab",class:{ active: this.configTab === 'form' },on:{"click":function($event){return _vm.handleConfigSelect('form')}}},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.formConfig'))+" ")]):_vm._e()]),_c('el-main',{staticClass:"config-content"},[_c('widget-config',{directives:[{name:"show",rawName:"v-show",value:(_vm.configTab === 'widget'),expression:"configTab === 'widget'"}],key:_vm.widgetFormSelect && _vm.widgetFormSelect.key,ref:"widgetConfig",attrs:{"app-id":_vm.appId,"data":_vm.widgetFormSelect,"datasources":_vm.dataSourceArray,"eventscripts":_vm.eventScriptArray,"platform":_vm.platform,"sheets":_vm.styleSheetsArray,"widget-form":_vm.widgetForm,"is-in-multi-component-design":_vm.isInMultiComponentDesign},on:{"on-event-add":_vm.handleEventAdd,"on-event-edit":_vm.handleEventEdit,"handlePreview":_vm.handlePreview}}),_c('widget-config-advanced',{directives:[{name:"show",rawName:"v-show",value:(_vm.configTab === 'advanced'),expression:"configTab === 'advanced'"}],ref:"widgetConfigAdvanced",attrs:{"data":_vm.widgetFormSelect,"platform":_vm.platform}}),_c('form-config',{directives:[{name:"show",rawName:"v-show",value:(_vm.configTab === 'form'),expression:"configTab === 'form'"}],ref:"formConfig",attrs:{"data":_vm.widgetForm.config,"sheets":_vm.styleSheetsArray},on:{"on-set-linkage":_vm.handleSetLinkage,"on-set-script":_vm.handleSetScript,"on-style-update":_vm.onStyleUpdate,"on-datasource-update":_vm.onDataSourceUpdate}})],1)],1)],1),_c('preview-dialog',{ref:"previewDialog",attrs:{"variables":_vm.variables},on:{"get-data-success":_vm.previewGetData}}),_c('preview-code-test-dialog',{ref:"previewCodeTestDialog",attrs:{"variables":_vm.variables},on:{"get-data-success":_vm.previewGetData}}),_c('designer-custom-dialog',{ref:"uploadJson",attrs:{"visible":_vm.uploadVisible,"form":"","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.importDialogTitle'),"width":"80vw"},on:{"on-close":function($event){_vm.uploadVisible = false},"on-submit":_vm.handleUploadJson}},[_c('el-alert',{attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.dialog.importDialogAlert'),"type":"info"}}),_c('code-editor',{attrs:{"height":"75vh","mode":"json"},model:{value:(_vm.jsonEg),callback:function ($$v) {_vm.jsonEg=$$v},expression:"jsonEg"}})],1),_c('designer-custom-dialog',{ref:"jsonPreview",attrs:{"visible":_vm.jsonVisible,"form":"","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.exportJSONDialogTitle'),"width":"80vw"},on:{"on-close":function($event){_vm.jsonVisible = false}}},[_c('code-editor',{attrs:{"height":"80vh","mode":"json","auto-format":true},model:{value:(_vm.jsonTemplate),callback:function ($$v) {_vm.jsonTemplate=$$v},expression:"jsonTemplate"}}),_c('template',{slot:"action"},[_c('el-button',{staticClass:"json-btn",attrs:{"size":_vm.size,"data-clipboard-text":_vm.jsonCopyValue,"type":"primary"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.copy')))]),_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleExportJSON}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.export')))])],1)],2),_c('designer-custom-dialog',{ref:"codePreview",attrs:{"visible":_vm.codeVisible,"form":"","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.exportCodeDialogTitle'),"width":"80vw"},on:{"on-close":function($event){_vm.codeVisible = false}}},[_c('el-tabs',{staticStyle:{"box-shadow":"none"},attrs:{"type":"border-card"},model:{value:(_vm.codeActiveName),callback:function ($$v) {_vm.codeActiveName=$$v},expression:"codeActiveName"}},[_c('el-tab-pane',{attrs:{"label":"Vue Component","name":"vue"}},[_c('code-editor',{attrs:{"height":"70vh","mode":"html"},model:{value:(_vm.vueTemplate),callback:function ($$v) {_vm.vueTemplate=$$v},expression:"vueTemplate"}})],1),_c('el-tab-pane',{attrs:{"label":"HTML","name":"html"}},[_c('code-editor',{attrs:{"height":"70vh","mode":"html"},model:{value:(_vm.htmlTemplate),callback:function ($$v) {_vm.htmlTemplate=$$v},expression:"htmlTemplate"}})],1)],1),_c('template',{slot:"action"},[_c('el-button',{staticClass:"code-btn",attrs:{"size":_vm.size,"data-clipboard-text":_vm.codeCopyValue,"type":"primary"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.copy')))]),_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleExport}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.export')))])],1)],2),_c('event-script-dialog',{ref:"eventScriptDialog",attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.dialog.actions'),"widget-list":_vm.widgetForm.list},on:{"dialog-close":_vm.onEventScriptUpdate,"dialog-confirm":_vm.onEventScriptConfirm,"handlePreview":_vm.handlePreview},scopedSlots:_vm._u([{key:"help-icon",fn:function(){return [_c('form-action-list-note',{attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.dialog.actionsPane')}})]},proxy:true}])}),(_vm.linkageConfigVisible)?_c('linkage-config',{ref:"linageConfigDialog",attrs:{"config-data":_vm.widgetForm.config,"widget-form":_vm.widgetForm},on:{"onClose":_vm.onCloseLinkageConfig,"onSubmit":function (val) { return (_vm.widgetForm.config = val); }},model:{value:(_vm.linkageConfigVisible),callback:function ($$v) {_vm.linkageConfigVisible=$$v},expression:"linkageConfigVisible"}}):_vm._e()],1)],1)],1)}
|
|
142698
142698
|
var CoreDesignervue_type_template_id_581bc5b0_staticRenderFns = []
|
|
142699
142699
|
|
|
@@ -142790,7 +142790,7 @@ var web_url_search_params_has = __webpack_require__("271a");
|
|
|
142790
142790
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.url-search-params.size.js
|
|
142791
142791
|
var web_url_search_params_size = __webpack_require__("5494");
|
|
142792
142792
|
|
|
142793
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142793
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/ComponentsList/ComponentSection.vue?vue&type=template&id=e625dc0c
|
|
142794
142794
|
var ComponentSectionvue_type_template_id_e625dc0c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('draggable',{attrs:{"group":{ name: 'icdDesigner', pull: 'clone', put: false },"list":_vm.listData,"move":_vm.handleMove,"sort":false,"ghostClass":"ghost","tag":"ul"},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},_vm._l((_vm.listData),function(item,index){return (_vm.disableFilter || _vm.filters.indexOf(item.type) >= 0)?_c('li',{key:index,staticClass:"components-item",attrs:{"type":item.type,"data-drop-text":_vm.$iss18n.t('issfd.coreDesigner.elements.dropHere')},on:{"click":function($event){return _vm.handleField(item)}}},[(['SOURCE_CODE', 'MULTI'].includes(item.customComponentType))?[_c('base-icon',{attrs:{"icon-class":item.icon || 'inbox-unarchive-line'}})]:(item.businessName !== undefined)?[_c('base-icon',{attrs:{"icon-class":(_vm.componentConfig[item.businessName] && _vm.componentConfig[item.businessName].icon) || 'inbox-unarchive-line'}})]:[_c('base-icon',{attrs:{"icon-class":(_vm.componentConfig[item.type] && _vm.componentConfig[item.type].icon) || 'inbox-unarchive-line'}})],_c('span',{attrs:{"title":item.name}},[_vm._v(_vm._s(item.name))])],2):_vm._e()}),0)}
|
|
142795
142795
|
var ComponentSectionvue_type_template_id_e625dc0c_staticRenderFns = []
|
|
142796
142796
|
|
|
@@ -142905,7 +142905,7 @@ var ComponentSection_component = Object(componentNormalizer["a" /* default */])(
|
|
|
142905
142905
|
)
|
|
142906
142906
|
|
|
142907
142907
|
/* harmony default export */ var ComponentSection = (ComponentSection_component.exports);
|
|
142908
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142908
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/ComponentsList/ComponentGroup.vue?vue&type=template&id=fe585130
|
|
142909
142909
|
var ComponentGroupvue_type_template_id_fe585130_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"component-group"},[_c('div',{staticClass:"search-component"},[_c('el-input',{staticClass:"search-component_name",attrs:{"placeholder":_vm.$iss18n.t('issfd.coreDesigner.components.search'),"size":"mini","prefix-icon":"el-icon-search"},on:{"input":_vm.handleInput},model:{value:(_vm.searchName),callback:function ($$v) {_vm.searchName=$$v},expression:"searchName"}}),_c('div',{staticClass:"search-tag"},[_c('div',{staticClass:"name"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.components.tag')))]),_c('el-select',{attrs:{"size":"mini"},on:{"change":_vm.changeTag},model:{value:(_vm.searchTag),callback:function ($$v) {_vm.searchTag=$$v},expression:"searchTag"}},_vm._l((_vm.allTagList),function(item,index){return _c('el-option',{key:index,attrs:{"label":item.name,"value":item.id}})}),1)],1)],1),(_vm.filterTagList && _vm.filterTagList.length > 0)?_c('div',_vm._l((_vm.filterTagList),function(item,index){return _c('div',{key:index,staticClass:"tag-item"},[_c('div',{staticClass:"tag-item_title"},[_c('base-icon',{attrs:{"icon-class":"price-tag-3-fill"}}),_c('span',[_vm._v(_vm._s(item.name))])],1),(_vm.showComponentList.filter(function (val) { return val.tagId === item.id; }).length > 0)?_c('component-section',{staticClass:"ul-padding",attrs:{"disable-filter":true,"list-data":_vm.showComponentList.filter(function (val) { return val.tagId === item.id; })},on:{"click":_vm.handleField}}):_c('div',{staticClass:"custom-empty"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.components.empty')))])],1)}),0):_c('div',{staticClass:"custom-empty"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.components.empty'))+" "),_c('br'),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.components.fav'))+" ")])])}
|
|
142910
142910
|
var ComponentGroupvue_type_template_id_fe585130_staticRenderFns = []
|
|
142911
142911
|
|
|
@@ -143075,7 +143075,7 @@ var ComponentGroup_component = Object(componentNormalizer["a" /* default */])(
|
|
|
143075
143075
|
)
|
|
143076
143076
|
|
|
143077
143077
|
/* harmony default export */ var ComponentGroup = (ComponentGroup_component.exports);
|
|
143078
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143078
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/WidgetConfig.vue?vue&type=template&id=76d013bb
|
|
143079
143079
|
var WidgetConfigvue_type_template_id_76d013bb_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"config-content"},[(_vm.show)?_c('el-collapse',{model:{value:(_vm.collapseActiveNameList),callback:function ($$v) {_vm.collapseActiveNameList=$$v},expression:"collapseActiveNameList"}},[(_vm.staticConfig)?_c('el-form',{attrs:{"label-position":"left","label-width":"0","size":"mini"},nativeOn:{"submit":function($event){$event.preventDefault();}}},_vm._l((_vm.staticConfig.config),function(collapse,index){return _c('el-collapse-item',{key:index,attrs:{"name":collapse.collapseName,"title":collapse.title}},_vm._l((collapse.configs),function(configItem,index2){return _c('config-layout-item',{key:index2,class:{ 'widget-form-item-group': configItem.borderTop, 'hidden-widget-form-item-group': configItem.hidden },attrs:{"layout":configItem.direction},scopedSlots:_vm._u([{key:"label",fn:function(){return [(configItem.required)?_c('span',{staticClass:"required-color"},[_vm._v("*")]):_vm._e(),_c('span',[_vm._v(_vm._s(configItem.title))]),(configItem.tip)?_c('span',[_c('base-help-icon',{attrs:{"content":configItem.tip}})],1):_vm._e()]},proxy:true},(_vm.data)?{key:"content",fn:function(){return [_c('el-form-item',[_c(configItem.setter.type === 'customSetter' ? configItem.setter.componentName : _vm.Setters[configItem.setter.componentName],{key:_vm.data.model + index2,tag:"component",attrs:{"setter-config":configItem,"staticConfig":_vm.staticConfig,"datasources":_vm.datasources,"eventscripts":_vm.eventscripts,"platform":_vm.platform,"sheets":_vm.sheets,"appId":_vm.appId,"unit":configItem.unit,"is-in-multi-component-design":_vm.isInMultiComponentDesign},on:{"handlePreview":_vm.handlePreview},model:{value:(_vm.data.options[configItem.name]),callback:function ($$v) {_vm.$set(_vm.data.options, configItem.name, $$v)},expression:"data.options[configItem.name]"}})],1)]},proxy:true}:null,{key:"extra",fn:function(){return [(_vm.componentConfig[_vm.data.type] && _vm.componentConfig[_vm.data.type].shareFormNotApplicableTip && configItem.name === 'name')?_c('el-alert',{staticClass:"applicable-tip",attrs:{"closable":false,"show-icon":"","type":"warning","title":_vm.$iss18n.t('issfd.components.orgNameConfig')}}):_vm._e()]},proxy:true}],null,true)})}),1)}),1):_vm._e()],1):_c('el-empty',{staticClass:"empty",attrs:{"description":_vm.data && _vm.data.type === 'custom' ? _vm.$iss18n.t('issfd.coreDesigner.config.deleted') : _vm.$iss18n.t('issfd.coreDesigner.config.newComponent')}})],1)}
|
|
143080
143080
|
var WidgetConfigvue_type_template_id_76d013bb_staticRenderFns = []
|
|
143081
143081
|
|
|
@@ -143097,7 +143097,7 @@ requireComponent.keys().map(function (fileName) {
|
|
|
143097
143097
|
WidgetSetters_components[comp.name] = comp;
|
|
143098
143098
|
});
|
|
143099
143099
|
/* harmony default export */ var WidgetSetters = (WidgetSetters_components);
|
|
143100
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143100
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfig/ElementConfigLayout/ConfigLayoutItem.vue?vue&type=template&id=5dc0d2cc
|
|
143101
143101
|
var ConfigLayoutItemvue_type_template_id_5dc0d2cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"config-layout",class:_vm.layout},[_vm._t("default",function(){return [_c('div',{staticClass:"config-layout-label"},[_vm._t("label")],2),_c('div',{staticClass:"config-layout-content"},[_vm._t("content")],2)]})],2),_c('div',[_vm._t("extra")],2)])}
|
|
143102
143102
|
var ConfigLayoutItemvue_type_template_id_5dc0d2cc_staticRenderFns = []
|
|
143103
143103
|
|
|
@@ -143358,7 +143358,7 @@ var WidgetConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
143358
143358
|
)
|
|
143359
143359
|
|
|
143360
143360
|
/* harmony default export */ var WidgetConfig = (WidgetConfig_component.exports);
|
|
143361
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143361
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetConfigAdvanced.vue?vue&type=template&id=77272e36
|
|
143362
143362
|
var WidgetConfigAdvancedvue_type_template_id_77272e36_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"config-content"},[(_vm.show)?_c('el-collapse',{model:{value:(_vm.collapseActiveNameList),callback:function ($$v) {_vm.collapseActiveNameList=$$v},expression:"collapseActiveNameList"}},[_c('el-form',{attrs:{"label-position":"left","label-width":"110px","size":"mini"},nativeOn:{"submit":function($event){$event.preventDefault();}}},[_c('el-collapse-item',{attrs:{"name":"commonConfig","title":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.storageProp')}},[_c('div',{staticClass:"widget-form-item-group"},[_c('el-form-item',{attrs:{"required":""}},[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" ID "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.IDTip')}})],1),_c('el-input',{attrs:{"disabled":_vm.componentConfig[_vm.data.type]&&_vm.componentConfig[_vm.data.type].notFormItem || _vm.isInMultiComponentDesign,"clearable":"","maxLength":"50"},model:{value:(_vm.data.model),callback:function ($$v) {_vm.$set(_vm.data, "model", $$v)},expression:"data.model"}})],1),(_vm.hasMetaInfo)?[(_vm.data.meta.column_format==='VARCHAR')?_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advanced.metaIndex'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.metaIndexTip')}})],1),_c('el-switch',{attrs:{"active-value":"1","inactive-value":"0"},model:{value:(_vm.data.meta.is_index),callback:function ($$v) {_vm.$set(_vm.data.meta, "is_index", $$v)},expression:"data.meta.is_index"}})],1):_vm._e(),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isUnique'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isUniqueTip')}})],1),_c('el-switch',{attrs:{"active-value":"1","inactive-value":"0"},model:{value:(_vm.data.meta.is_unique),callback:function ($$v) {_vm.$set(_vm.data.meta, "is_unique", $$v)},expression:"data.meta.is_unique"}})],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isQuery'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isQueryTip')}})],1),_c('el-switch',{attrs:{"active-value":"1","inactive-value":"0"},model:{value:(_vm.data.meta.is_query),callback:function ($$v) {_vm.$set(_vm.data.meta, "is_query", $$v)},expression:"data.meta.is_query"}})],1),(_vm.data.meta.column_format==='VARCHAR')?_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isDesensitise'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.isDesensitiseTip')}})],1),_c('el-switch',{attrs:{"active-value":"1","inactive-value":"0"},model:{value:(_vm.data.meta.is_desensitise),callback:function ($$v) {_vm.$set(_vm.data.meta, "is_desensitise", $$v)},expression:"data.meta.is_desensitise"}})],1):_vm._e(),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.advanced.format'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.formatTip')}})],1),_c('el-input',{attrs:{"disabled":""},model:{value:(_vm.data.meta.column_format),callback:function ($$v) {_vm.$set(_vm.data.meta, "column_format", $$v)},expression:"data.meta.column_format"}})],1)]:_vm._e()],2)])],1)],1):_c('el-empty',{staticClass:"empty",attrs:{"description":_vm.$iss18n.t('issfd.coreDesigner.config.advanced.empty')}})],1)}
|
|
143363
143363
|
var WidgetConfigAdvancedvue_type_template_id_77272e36_staticRenderFns = []
|
|
143364
143364
|
|
|
@@ -143471,7 +143471,7 @@ var WidgetConfigAdvanced_component = Object(componentNormalizer["a" /* default *
|
|
|
143471
143471
|
)
|
|
143472
143472
|
|
|
143473
143473
|
/* harmony default export */ var WidgetConfigAdvanced = (WidgetConfigAdvanced_component.exports);
|
|
143474
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143474
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/FormConfig.vue?vue&type=template&id=32c92d0a&scoped=true
|
|
143475
143475
|
var FormConfigvue_type_template_id_32c92d0a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"form-config-container"},[_c('el-form',{attrs:{"label-position":"top","size":"mini"},nativeOn:{"submit":function($event){$event.preventDefault();}}},[(_vm.formType && [_vm.appFormType.UNITED_FLOW, _vm.appFormType.UNITED_COMMON].indexOf(_vm.formType) > -1)?[_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.unionForm'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.form.unionFormTip')}})],1),_c('el-checkbox',{model:{value:(_vm.data.unitedFormSetting.hidden),callback:function ($$v) {_vm.$set(_vm.data.unitedFormSetting, "hidden", $$v)},expression:"data.unitedFormSetting.hidden"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.unionFormHidden')))]),_c('el-checkbox',{model:{value:(_vm.data.unitedFormSetting.readonly),callback:function ($$v) {_vm.$set(_vm.data.unitedFormSetting, "readonly", $$v)},expression:"data.unitedFormSetting.readonly"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.unionFormReadonly')))]),_c('el-checkbox',{model:{value:(_vm.data.unitedFormSetting.disabled),callback:function ($$v) {_vm.$set(_vm.data.unitedFormSetting, "disabled", $$v)},expression:"data.unitedFormSetting.disabled"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.unionFormDisabled')))])],1)]:_vm._e(),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.formWidth'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.form.formWidthTip')}})],1),_c('el-input',{attrs:{"clearable":""},model:{value:(_vm.data.width),callback:function ($$v) {_vm.$set(_vm.data, "width", $$v)},expression:"data.width"}})],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.labelPosition'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.form.labelPositionTip')}})],1),_c('el-radio-group',{key:_vm.data.labelPosition,model:{value:(_vm.data.labelPosition),callback:function ($$v) {_vm.$set(_vm.data, "labelPosition", $$v)},expression:"data.labelPosition"}},[_c('el-radio-button',{attrs:{"label":"left"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.labelPositionLeft')))]),_c('el-radio-button',{attrs:{"label":"right"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.labelPositionRight')))]),_c('el-radio-button',{attrs:{"label":"top"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.labelPositionTop')))])],1)],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.labelWidth')}},[_c('el-input-number',{attrs:{"max":400,"min":10,"step":10},model:{value:(_vm.data.labelWidth),callback:function ($$v) {_vm.$set(_vm.data, "labelWidth", $$v)},expression:"data.labelWidth"}}),_c('span',{staticClass:"config-number-unit"},[_vm._v("px")])],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.labelSuffix'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.form.labelSuffixTip')}})],1),_c('el-switch',{attrs:{"maxLength":"10"},model:{value:(_vm.data.labelSuffix),callback:function ($$v) {_vm.$set(_vm.data, "labelSuffix", $$v)},expression:"data.labelSuffix"}})],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.displayDensity'))+" "),_c('base-help-icon',{attrs:{"content":_vm.$iss18n.t('issfd.coreDesigner.config.form.displayDensityTip')}})],1),_c('el-radio-group',{model:{value:(_vm.data.displayDensity),callback:function ($$v) {_vm.$set(_vm.data, "displayDensity", $$v)},expression:"data.displayDensity"}},[_c('el-radio-button',{attrs:{"label":"normal"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.displayDensityNormal')))]),_c('el-radio-button',{attrs:{"label":"high"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.displayDensityHigh')))]),_c('el-radio-button',{attrs:{"label":"table"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.displayDensityTable')))])],1)],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.background')))]),_c('el-radio-group',{model:{value:(_vm.data.background),callback:function ($$v) {_vm.$set(_vm.data, "background", $$v)},expression:"data.background"}},[_c('el-radio-button',{attrs:{"label":"normal"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.backgroundNormal')))]),_c('el-radio-button',{attrs:{"label":"transparent"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.backgroundTransparent')))]),_c('el-radio-button',{attrs:{"label":"custom"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.backgroundCustom')))])],1)],1),(_vm.data.background === 'custom')?_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.backgroundCustomColor')))]),_c('el-color-picker',{model:{value:(_vm.data.backgroundColor),callback:function ($$v) {_vm.$set(_vm.data, "backgroundColor", $$v)},expression:"data.backgroundColor"}})],1):_vm._e(),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.size')}},[_c('el-radio-group',{model:{value:(_vm.data.size),callback:function ($$v) {_vm.$set(_vm.data, "size", $$v)},expression:"data.size"}},[_c('el-radio-button',{attrs:{"label":"medium"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.sizeMedium')))]),_c('el-radio-button',{attrs:{"label":"small"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.sizeSmall')))]),_c('el-radio-button',{attrs:{"label":"mini"}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.sizeMini')))])],1)],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.handleSetScript')}},[_c('el-button',{staticClass:"btn-form-config-container",on:{"click":_vm.handleSetScript}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.buttonSet')))])],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.handleSetLinkage')}},[_c('el-button',{staticClass:"btn-form-config-container",on:{"click":_vm.handleSetLinkage}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.buttonSet')))])],1),_c('el-form-item',[_c('span',{attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.handleFormThemeSetting'))+" "+_vm._s(_vm.$iss18n.t(("issfd.coreDesigner.config.theme." + (_vm.data.theme)))))]),_c('el-button',{staticClass:"btn-form-config-container",on:{"click":_vm.handleFormThemeSetting}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.buttonSet')))])],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.handleSetStyleSheets')}},[_c('el-button',{staticClass:"btn-form-config-container",on:{"click":_vm.handleSetStyleSheets}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.form.buttonSet')))])],1),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.form.customClassArray')}},[_c('el-select',{staticStyle:{"width":"100%"},attrs:{"allow-create":"","default-first-option":"","filterable":"","multiple":""},model:{value:(_vm.customClassArray),callback:function ($$v) {_vm.customClassArray=$$v},expression:"customClassArray"}},_vm._l((_vm.sheets),function(item){return _c('el-option',{key:item,attrs:{"label":item,"value":item}})}),1)],1)],2),_c('code-dialog',{ref:"styleDialog",attrs:{"code-height":"80vh","mode":"css","title":_vm.$iss18n.t('issfd.coreDesigner.config.form.styleSheet'),"width":"80vw"},on:{"on-confirm":_vm.handleStyleSheetsConfirm}}),_c('el-drawer',{attrs:{"size":350,"visible":_vm.formThemeSettingVisible,"append-to-body":"","custom-class":"theme-setting-drawer","modal-class":"theme-setting-modal","title":_vm.$iss18n.t('issfd.coreDesigner.config.form.theme'),"wrapperClosable":false},on:{"update:visible":function($event){_vm.formThemeSettingVisible=$event}}},[_c('form-theme-config',{attrs:{"data":_vm.data},model:{value:(_vm.data.theme),callback:function ($$v) {_vm.$set(_vm.data, "theme", $$v)},expression:"data.theme"}})],1),_c('datasource-dialog',{ref:"dataSourceDialog",on:{"dialog-close":_vm.handleDataSourceClose}})],1)}
|
|
143476
143476
|
var FormConfigvue_type_template_id_32c92d0a_scoped_true_staticRenderFns = []
|
|
143477
143477
|
|
|
@@ -143484,7 +143484,7 @@ var es_array_join = __webpack_require__("a15b");
|
|
|
143484
143484
|
// EXTERNAL MODULE: ./src/core-designer/Dialogs/CodeDialog.vue + 4 modules
|
|
143485
143485
|
var CodeDialog = __webpack_require__("aab7");
|
|
143486
143486
|
|
|
143487
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143487
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/DataSource/DataSourceDialog.vue?vue&type=template&id=d59775aa
|
|
143488
143488
|
var DataSourceDialogvue_type_template_id_d59775aa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cus-dialog',{ref:"dataSourceDialog",attrs:{"action":false,"visible":_vm.visible,"form":"","title":"数据源设置","width":"1000px"},on:{"on-close":_vm.handleClose}},[_c('el-container',[_c('datasource-index',{model:{value:(_vm.dataSourceList),callback:function ($$v) {_vm.dataSourceList=$$v},expression:"dataSourceList"}})],1)],1)}
|
|
143489
143489
|
var DataSourceDialogvue_type_template_id_d59775aa_staticRenderFns = []
|
|
143490
143490
|
|
|
@@ -143494,7 +143494,7 @@ var DataSourceDialogvue_type_template_id_d59775aa_staticRenderFns = []
|
|
|
143494
143494
|
// EXTERNAL MODULE: ./src/core-designer/Dialogs/DesignerCustomDialog.vue + 4 modules
|
|
143495
143495
|
var DesignerCustomDialog = __webpack_require__("e1ee");
|
|
143496
143496
|
|
|
143497
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143497
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/DataSource/DataSourceManage.vue?vue&type=template&id=3e43dcd6&scoped=true
|
|
143498
143498
|
var DataSourceManagevue_type_template_id_3e43dcd6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',{staticClass:"data-source-container"},[_c('el-aside',{staticClass:"data-source-aside",attrs:{"width":"300px"}},[_c('el-container',[_c('el-header',{attrs:{"height":"40px"}},[_c('el-button',{attrs:{"icon":"el-icon-plus","size":"small","type":"text"},on:{"click":_vm.handleAdd}},[_vm._v(" 添加数据源 ")])],1),_c('el-main',[_c('el-menu',{staticClass:"data-source-aside-menu",attrs:{"default-active":_vm.selectKey},on:{"select":_vm.handleSelect}},_vm._l((_vm.list),function(item,index){return _c('el-menu-item',{key:item.key,attrs:{"disabled":!_vm.saved,"index":item.key},nativeOn:{"click":function($event){return _vm.handleSelect(item.key)}}},[_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',{staticClass:"data-source-menu-i",class:item.method},[_vm._v(_vm._s(item.method))]),_c('div',{staticClass:"data-source-menu-label"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:"data-source-menu-action"},[_c('base-icon',{attrs:{"icon-class":"file-copy-line","title":"复制"},on:{"click":function($event){$event.stopPropagation();return _vm.handleClone(index)}}}),_c('base-icon',{attrs:{"icon-class":"delete-bin-line","title":"删除"},on:{"click":function($event){$event.stopPropagation();return _vm.handleRemove(index)}}})],1)])])}),1)],1)],1)],1),_c('el-main',{staticClass:"data-source-main"},[(_vm.selectIndex >= 0)?_c('el-container',[_c('el-header',{attrs:{"height":"40px"}},[_c('div',{staticClass:"data-source-action"},[_c('el-button',{attrs:{"size":"mini","type":"primary"},on:{"click":_vm.handleSave}},[_vm._v("保存")]),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.handleTest}},[_vm._v("请求测试")]),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.handleCancel}},[_vm._v("取消")])],1)]),_c('el-main',[_c('el-form',{key:_vm.selectKey,ref:"dataForm",attrs:{"label-width":"80","model":_vm.formData,"rules":_vm.formRules,"label-position":"right","size":"small"},nativeOn:{"submit":function($event){$event.preventDefault();}}},[_c('el-form-item',{attrs:{"label":"名称","prop":"name"}},[_c('el-input',{model:{value:(_vm.formData.name),callback:function ($$v) {_vm.$set(_vm.formData, "name", $$v)},expression:"formData.name"}})],1),_c('el-form-item',{attrs:{"label":"请求地址","prop":"url"}},[_c('el-input',{attrs:{"rows":1,"autosize":"","type":"textarea"},model:{value:(_vm.formData.url),callback:function ($$v) {_vm.$set(_vm.formData, "url", $$v)},expression:"formData.url"}})],1),_c('el-form-item',{attrs:{"label":"请求方法","prop":"method"}},[_c('el-radio-group',{model:{value:(_vm.formData.method),callback:function ($$v) {_vm.$set(_vm.formData, "method", $$v)},expression:"formData.method"}},[_c('el-radio-button',{attrs:{"label":"GET"}}),_c('el-radio-button',{attrs:{"label":"POST"}}),_c('el-radio-button',{attrs:{"label":"PUT"}}),_c('el-radio-button',{attrs:{"label":"DELETE"}})],1)],1),_c('el-form-item',{attrs:{"label":"请求头部"}},[_c('array-dynamic',{model:{value:(_vm.formData.headers),callback:function ($$v) {_vm.$set(_vm.formData, "headers", $$v)},expression:"formData.headers"}})],1),_c('el-form-item',{attrs:{"label":"请求参数"}},[_c('array-dynamic',{model:{value:(_vm.formData.params),callback:function ($$v) {_vm.$set(_vm.formData, "params", $$v)},expression:"formData.params"}})],1),_c('el-form-item',{attrs:{"label":"是否表单初始化发送请求","label-width":"175"}},[_c('el-switch',{model:{value:(_vm.formData.auto),callback:function ($$v) {_vm.$set(_vm.formData, "auto", $$v)},expression:"formData.auto"}})],1),_c('el-form-item',{attrs:{"label":"数据处理"}},[_c('el-collapse',{attrs:{"value":['1', '2', '3']}},[_c('el-collapse-item',{attrs:{"name":"1","title":"请求发送前:"}},[_c('div',{staticClass:"code-desc"},[_vm._v("// config: 发出请求的可用配置选项;")]),_c('div',{staticClass:"code-desc"},[_vm._v("// 通过 config.url 可以更改请求地址,通过 config.headers 可以更改请求头部")]),_c('div',{staticClass:"code-desc"},[_vm._v("// 通过 config.data 可以更改发送的数据,(GET 请求不适用,需要更改 config.params)")]),_c('div',{staticClass:"code-line"},[_vm._v("(config) => {")]),_c('code-editor',{attrs:{"height":"120px","mode":"javascript"},model:{value:(_vm.formData.requestFunc),callback:function ($$v) {_vm.$set(_vm.formData, "requestFunc", $$v)},expression:"formData.requestFunc"}}),_c('div',{staticClass:"code-line"},[_vm._v("}")])],1),_c('el-collapse-item',{attrs:{"name":"2","title":"请求返回响应数据时:"}},[_c('div',{staticClass:"code-desc"},[_vm._v("// 默认直接返回响应数据 res,可以在下方对数据进行处理")]),_c('div',{staticClass:"code-line"},[_vm._v("(res) => {")]),_c('code-editor',{attrs:{"height":"120px","mode":"javascript"},model:{value:(_vm.formData.responseFunc),callback:function ($$v) {_vm.$set(_vm.formData, "responseFunc", $$v)},expression:"formData.responseFunc"}}),_c('div',{staticClass:"code-line"},[_vm._v("}")])],1),_c('el-collapse-item',{attrs:{"name":"3","title":"请求发生错误时:"}},[_c('div',{staticClass:"code-line"},[_vm._v("(error) => {")]),_c('code-editor',{attrs:{"height":"120px","mode":"javascript"},model:{value:(_vm.formData.errorFunc),callback:function ($$v) {_vm.$set(_vm.formData, "errorFunc", $$v)},expression:"formData.errorFunc"}}),_c('div',{staticClass:"code-line"},[_vm._v("}")])],1)],1)],1)],1)],1)],1):_vm._e()],1)],1)}
|
|
143499
143499
|
var DataSourceManagevue_type_template_id_3e43dcd6_scoped_true_staticRenderFns = []
|
|
143500
143500
|
|
|
@@ -143507,7 +143507,7 @@ var es_error_cause = __webpack_require__("d9e2");
|
|
|
143507
143507
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.splice.js
|
|
143508
143508
|
var es_array_splice = __webpack_require__("a434");
|
|
143509
143509
|
|
|
143510
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143510
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/DataSource/DynamicArray.vue?vue&type=template&id=56ae5ed4&scoped=true
|
|
143511
143511
|
var DynamicArrayvue_type_template_id_56ae5ed4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"array-dynamic-container"},[_vm._l((_vm.array),function(item,index){return _c('div',{key:index,staticClass:"array-dynamic-item"},[_c('el-input',{attrs:{"rows":1,"autosize":"","placeholder":"KEY","size":"small","type":"textarea"},model:{value:(item.key),callback:function ($$v) {_vm.$set(item, "key", $$v)},expression:"item.key"}}),_c('el-input',{attrs:{"rows":1,"autosize":"","placeholder":"VALUE","size":"small","type":"textarea"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}}),_c('el-button',{attrs:{"circle":"","icon":"el-icon-minus","plain":"","size":"mini","type":"danger"},on:{"click":function($event){return _vm.handleRemove(index)}}})],1)}),_c('el-button',{attrs:{"icon":"el-icon-plus","type":"text"},on:{"click":_vm.handleAdd}},[_vm._v("添加数据源")])],2)}
|
|
143512
143512
|
var DynamicArrayvue_type_template_id_56ae5ed4_scoped_true_staticRenderFns = []
|
|
143513
143513
|
|
|
@@ -144081,7 +144081,7 @@ var DataSourceDialog_component = Object(componentNormalizer["a" /* default */])(
|
|
|
144081
144081
|
// EXTERNAL MODULE: ./src/util/index.js
|
|
144082
144082
|
var util = __webpack_require__("4260");
|
|
144083
144083
|
|
|
144084
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144084
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/FormThemeConfig.vue?vue&type=template&id=610a5536&scoped=true
|
|
144085
144085
|
var FormThemeConfigvue_type_template_id_610a5536_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-form',{staticClass:"theme-form",attrs:{"label-position":"top","size":"small"},nativeOn:{"submit":function($event){$event.preventDefault();}}},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.theme.title')}},[_c('el-radio-group',{staticClass:"form-config-container",model:{value:(_vm.theme),callback:function ($$v) {_vm.theme=$$v},expression:"theme"}},[_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='default'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('default')}}},[_c('div',{staticClass:"theme-radio-icon default"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.default')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='blue'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('blue')}}},[_c('div',{staticClass:"theme-radio-icon blue"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.blue')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='purple'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('purple')}}},[_c('div',{staticClass:"theme-radio-icon purple"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.purple')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='gov'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('gov')}}},[_c('div',{staticClass:"theme-radio-icon gov"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.gov')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='t1'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('t1')}}},[_c('div',{staticClass:"theme-radio-icon t1"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.t1')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='t2'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('t2')}}},[_c('div',{staticClass:"theme-radio-icon t2"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.t2')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='t3'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('t3')}}},[_c('div',{staticClass:"theme-radio-icon t3"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.t3')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='t4'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('t4')}}},[_c('div',{staticClass:"theme-radio-icon t4"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.t4')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='t5'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('t5')}}},[_c('div',{staticClass:"theme-radio-icon t5"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.t5')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1),_c('button',{staticClass:"theme-radio-item",class:{'is-active':_vm.theme==='custom'},on:{"click":function($event){$event.preventDefault();return _vm.handleChangeTheme('custom')}}},[_c('div',{staticClass:"theme-radio-icon custom"}),_c('span',{staticClass:"theme-radio-title"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.custom')))]),_c('base-icon',{staticClass:"radio-check",attrs:{"icon-class":"check-line"}})],1)])],1),(_vm.theme&&_vm.theme!=='default')?[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.theme.pageTitle')}},[_c('el-input',{attrs:{"maxlength":"50","placeholder":_vm.$iss18n.t('issfd.coreDesigner.config.theme.pageTitleTip')},model:{value:(_vm.data.themeTitle),callback:function ($$v) {_vm.$set(_vm.data, "themeTitle", $$v)},expression:"data.themeTitle"}})],1),(_vm.data.themeTitle)?_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.theme.pageSubTitle')}},[_c('el-input',{attrs:{"maxlength":"100","placeholder":_vm.$iss18n.t('issfd.coreDesigner.config.theme.pageSubTitleTip')},model:{value:(_vm.data.themeSubTitle),callback:function ($$v) {_vm.$set(_vm.data, "themeSubTitle", $$v)},expression:"data.themeSubTitle"}})],1):_vm._e(),_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.theme.align')}},[_c('el-radio-group',{model:{value:(_vm.data.themeTitleAlign),callback:function ($$v) {_vm.$set(_vm.data, "themeTitleAlign", $$v)},expression:"data.themeTitleAlign"}},[_c('el-radio-button',{attrs:{"label":"left","title":_vm.$iss18n.t('issfd.coreDesigner.config.theme.alignLeft')}},[_c('base-icon',{attrs:{"icon-class":"align-left"}})],1),_c('el-radio-button',{attrs:{"label":"center","title":_vm.$iss18n.t('issfd.coreDesigner.config.theme.alignCenter')}},[_c('base-icon',{attrs:{"icon-class":"align-center"}})],1),_c('el-radio-button',{attrs:{"label":"right","title":_vm.$iss18n.t('issfd.coreDesigner.config.theme.alignRight')}},[_c('base-icon',{attrs:{"icon-class":"align-right"}})],1)],1)],1),(_vm.theme==='custom')?_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.theme.customUrl')}},[_c('el-input',{attrs:{"maxLength":500,"placeholder":_vm.$iss18n.t('issfd.coreDesigner.config.theme.customUrlTip')},model:{value:(_vm.data.customThemeURL),callback:function ($$v) {_vm.$set(_vm.data, "customThemeURL", $$v)},expression:"data.customThemeURL"}},[_c('el-button',{attrs:{"slot":"append"},on:{"click":_vm.handleUpload},slot:"append"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.upload')))])],1)],1):_vm._e(),_c('el-dialog',{attrs:{"visible":_vm.showUploadDialog,"append-to-body":"","center":"","title":_vm.$iss18n.t('issfd.coreDesigner.config.theme.upload'),"width":"500px"},on:{"update:visible":function($event){_vm.showUploadDialog=$event}}},[(_vm.showUploadDialog)?_c('el-upload',{staticClass:"image-upload",attrs:{"action":_vm.serverInfo.action,"before-upload":_vm.handleBeforeUpload,"headers":_vm.serverInfo.headers,"multiple":false,"on-success":_vm.handleSuccess,"accept":"image/*","drag":""}},[_c('base-icon',{staticClass:"el-icon-upload",attrs:{"icon-class":"image-add-fill"}}),_c('div',{staticClass:"el-upload__text"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.uploadTipDrag'))),_c('em',[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.uploadTipUp')))])]),_c('div',{staticClass:"el-upload__tip",attrs:{"slot":"tip"},slot:"tip"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.config.theme.uploadTipSize', { size: _vm.size })))])],1):_vm._e()],1)]:_vm._e()],2)}
|
|
144086
144086
|
var FormThemeConfigvue_type_template_id_610a5536_scoped_true_staticRenderFns = []
|
|
144087
144087
|
|
|
@@ -144517,7 +144517,7 @@ var FormConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
144517
144517
|
)
|
|
144518
144518
|
|
|
144519
144519
|
/* harmony default export */ var FormConfig = (FormConfig_component.exports);
|
|
144520
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144520
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/WidgetForm.vue?vue&type=template&id=7e0eb5a4
|
|
144521
144521
|
var WidgetFormvue_type_template_id_7e0eb5a4_render = function () {
|
|
144522
144522
|
var _obj;
|
|
144523
144523
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-form-container",class:[("" + _vm.platform), ("theme-" + (_vm.widgetForm.config && _vm.widgetForm.config.theme)), ("display-density-" + (_vm.widgetForm.config && _vm.widgetForm.config.displayDensity))],style:({ background: _vm.background })},[_c('el-form',{staticClass:"widget-form-wrapper",class:( _obj = {}, _obj[_vm.widgetForm.config && _vm.widgetForm.config.customClass] = _vm.widgetForm.config && _vm.widgetForm.config.customClass, _obj ),style:({ width: _vm.widgetForm.config.width, margin: 'auto' }),attrs:{"label-position":_vm.platform === 'pc' ? _vm.widgetForm.config && _vm.widgetForm.config.labelPosition : 'top',"label-width":_vm.widgetForm.config.labelWidth + 'px',"size":_vm.widgetForm.config.size,"status-icon":true,"label-suffix":_vm.widgetForm.config && _vm.widgetForm.config.labelSuffix ? ':' : ''},nativeOn:{"submit":function($event){$event.preventDefault();}}},[(_vm.widgetForm.config.theme && _vm.widgetForm.config.theme !== 'default')?_c('div',{staticClass:"widget-form-header",class:("align-" + (_vm.widgetForm.config.themeTitleAlign)),style:([_vm.widgetForm.config.theme === 'custom' && _vm.widgetForm.config.customThemeURL ? { backgroundImage: ("url(" + (_vm.widgetForm.config.customThemeURL) + ")") } : ''])},[_c('div',{staticClass:"widget-form-title"},[_vm._v(_vm._s(_vm.widgetForm.config.themeTitle))]),(_vm.widgetForm.config.themeTitle && _vm.widgetForm.config.themeSubTitle)?_c('div',{staticClass:"widget-form-sub-title"},[_vm._v(_vm._s(_vm.widgetForm.config.themeSubTitle))]):_vm._e()]):_vm._e(),(_vm.widgetForm.list.length === 0)?[_c('el-empty',{staticClass:"form-empty"},[_c('el-row',{attrs:{"slot":"image"},slot:"image"},[_c('div',{staticClass:"empty-image"})]),_c('el-row',{staticClass:"empty-content",attrs:{"slot":"description"},slot:"description"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.widgetForm.emptyContent')))])],1)]:_vm._e(),_c('draggable',{staticClass:"form-design-container",attrs:{"animation":200,"group":{ name: 'icdDesigner' },"ghostClass":"ghost","handle":".widget-view-drag"},on:{"add":_vm.handleWidgetAdd,"update":_vm.handleWidgetUpdate},model:{value:(_vm.widgetForm.list),callback:function ($$v) {_vm.$set(_vm.widgetForm, "list", $$v)},expression:"widgetForm.list"}},[_c('transition-group',{staticClass:"widget-form-list",attrs:{"name":"fade","tag":"div"}},[_vm._l((_vm.widgetForm.list),function(element,index){return [(element && element.key)?_c('base-element-item',{key:element.key,attrs:{"children":_vm.widgetForm.list,"element":element,"form-key":_vm.formKey,"index":index,"platform":_vm.platform,"select":_vm.selectWidget,"widget-form":_vm.widgetForm},on:{"update:select":function($event){_vm.selectWidget=$event},"select-change":_vm.handleSelectChange}}):_vm._e()]})],2)],1)],2)],1)}
|
|
@@ -144548,7 +144548,7 @@ var handle_multi_widget = __webpack_require__("1bf7");
|
|
|
144548
144548
|
// EXTERNAL MODULE: ./src/util/custom-component.js
|
|
144549
144549
|
var custom_component = __webpack_require__("ec39");
|
|
144550
144550
|
|
|
144551
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144551
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/element-ui/packages/image/src/main.vue?vue&type=template&id=ce3f5b2a
|
|
144552
144552
|
var mainvue_type_template_id_ce3f5b2a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"el-image"},[(_vm.loading)?_vm._t("placeholder",function(){return [_c('div',{staticClass:"el-image__placeholder"})]}):(_vm.error)?_vm._t("error",function(){return [_c('div',{staticClass:"el-image__error"},[_vm._v(_vm._s(_vm.t('el.image.error')))])]}):_c('img',_vm._g(_vm._b({staticClass:"el-image__inner",class:{ 'el-image__inner--center': _vm.alignCenter, 'el-image__preview': _vm.preview },style:(_vm.imageStyle),attrs:{"src":_vm.src},on:{"click":_vm.clickHandler}},'img',_vm.$attrs,false),_vm.$listeners)),(_vm.preview)?[(_vm.showViewer)?_c('image-viewer',{attrs:{"z-index":_vm.zIndex,"initial-index":_vm.imageIndex,"on-close":_vm.closeViewer,"url-list":_vm.previewSrcList}}):_vm._e()]:_vm._e()],2)}
|
|
144553
144553
|
var mainvue_type_template_id_ce3f5b2a_staticRenderFns = []
|
|
144554
144554
|
|
|
@@ -147395,7 +147395,7 @@ var idb = {
|
|
|
147395
147395
|
});
|
|
147396
147396
|
}
|
|
147397
147397
|
});
|
|
147398
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147398
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/PreviewDialog.vue?vue&type=template&id=0bca81cd
|
|
147399
147399
|
var PreviewDialogvue_type_template_id_0bca81cd_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('designer-custom-dialog',{ref:"widgetPreview",attrs:{"visible":_vm.previewVisible,"form":"","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.preview'),"width":"1200px","custom-class":"iss-preview-dialog"},on:{"on-close":function($event){_vm.previewVisible = false}}},[_c('div',{staticClass:"btn-bar-plat platform-zoom"},[_c('el-select',{staticClass:"zoom-level",attrs:{"size":"mini"},model:{value:(_vm.zoomLevel),callback:function ($$v) {_vm.zoomLevel=$$v},expression:"zoomLevel"}},[_c('div',{staticClass:"zoom-level-prefix",attrs:{"slot":"prefix"},slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"zoom-in-line"}})],1),_c('el-option',{attrs:{"value":50,"label":"50%"}}),_c('el-option',{attrs:{"value":75,"label":"75%"}}),_c('el-option',{attrs:{"value":100,"label":"100%(默认)"}}),_c('el-option',{attrs:{"value":125,"label":"125%"}}),_c('el-option',{attrs:{"value":150,"label":"150%"}}),_c('el-option',{attrs:{"value":200,"label":"200%"}})],1)],1),_c('div',{staticClass:"btn-bar-plat platform-switch"},[_c('a',{class:{ active: _vm.platform === 'pc' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.pc')},on:{"click":function($event){return _vm.handlePlatform('pc')}}},[_c('div',{staticClass:"btn-platform btn-platform-pc"})]),_c('a',{class:{ active: _vm.platform === 'pad' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.tablet')},on:{"click":function($event){return _vm.handlePlatform('pad')}}},[_c('div',{staticClass:"btn-platform btn-platform-pad"})]),_c('a',{class:{ active: _vm.platform === 'mobile' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.mobile')},on:{"click":function($event){return _vm.handlePlatform('mobile')}}},[_c('div',{staticClass:"btn-platform btn-platform-mobile"})])]),_c('div',{staticClass:"iss-form-renderer-preview",class:("" + _vm.platform),style:({ transform: ("scale(" + _vm.zoomLevel + "%)") })},[_c('div',{staticClass:"iss-form-renderer-container"},[_c('el-scrollbar',[(_vm.previewVisible)?_c('iss-library-form-renderer',{ref:"generateForm",attrs:{"id":"export-id","edit":_vm.formEdit,"lock-platform":true,"prefer-platform":_vm.platform,"print-read":_vm.printRead,"source":_vm.previewForm,"value":_vm.widgetModels,"variables":_vm.variables,"previewUrl":_vm.previewUrl,"internalUrl":_vm.internalUrl,"current-form-id":_vm.currentFormId,"insite":"true","preview":""}}):_vm._e()],1)],1)]),_c('template',{slot:"action"},[_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleTest}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.handleTest')))]),_c('el-button',{attrs:{"size":_vm.size},on:{"click":_vm.handleReset}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.handleReset')))]),(_vm.formEdit)?_c('el-button',{attrs:{"disabled":_vm.printRead,"size":_vm.size},on:{"click":function($event){_vm.formEdit = false}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.formEdit')))]):_c('el-button',{attrs:{"disabled":_vm.printRead,"size":_vm.size},on:{"click":function($event){_vm.formEdit = true}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.enableFormEdit')))]),(!_vm.printRead)?_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){_vm.printRead = true}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.printRead')))]):_vm._e(),(_vm.printRead)?_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){_vm.printRead = false}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.cancelPrintRead')))]):_vm._e()],1)],2)}
|
|
147400
147400
|
var PreviewDialogvue_type_template_id_0bca81cd_staticRenderFns = []
|
|
147401
147401
|
|
|
@@ -147573,14 +147573,14 @@ var EventDialog = __webpack_require__("8856");
|
|
|
147573
147573
|
// EXTERNAL MODULE: ./src/core-designer/HelpPopovers/FormActionListNote.vue + 4 modules
|
|
147574
147574
|
var FormActionListNote = __webpack_require__("1892");
|
|
147575
147575
|
|
|
147576
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147576
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/LinkageConfig/LinkageConfig.vue?vue&type=template&id=40b372d5
|
|
147577
147577
|
var LinkageConfigvue_type_template_id_40b372d5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('cus-dialog',{ref:"templateDialog",staticClass:"code-dialog-container",attrs:{"title":_vm.title,"visible":_vm.visible,"width":_vm.width,"form":false},on:{"on-close":_vm.handleClose,"on-submit":_vm.handleConfirm}},[_c('div',{staticClass:"linkage-config-container"},[_c('hide-comp-config',{staticClass:"container-item",attrs:{"widget-form":_vm.widgetForm},model:{value:(_vm.configDataValue),callback:function ($$v) {_vm.configDataValue=$$v},expression:"configDataValue"}}),_c('linkage-rules-config',{staticClass:"container-item",attrs:{"widget-form":_vm.widgetForm,"flatted-comp-list":_vm.flattedCompList},model:{value:(_vm.configDataValue.linkageConfig.ruleList),callback:function ($$v) {_vm.$set(_vm.configDataValue.linkageConfig, "ruleList", $$v)},expression:"configDataValue.linkageConfig.ruleList"}})],1)])}
|
|
147578
147578
|
var LinkageConfigvue_type_template_id_40b372d5_staticRenderFns = []
|
|
147579
147579
|
|
|
147580
147580
|
|
|
147581
147581
|
// CONCATENATED MODULE: ./src/core-designer/LinkageConfig/LinkageConfig.vue?vue&type=template&id=40b372d5
|
|
147582
147582
|
|
|
147583
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147583
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/LinkageConfig/HideCompConfig.vue?vue&type=template&id=b30e279a
|
|
147584
147584
|
var HideCompConfigvue_type_template_id_b30e279a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"hide-comp-config-container"},[_c('div',{staticClass:"container-item header sub-item-title-container view"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.linkage.submitHiddenTitle')))]),_c('div',{staticClass:"container-item content"},[_c('div',{staticClass:"content-item"},[_c('div',{staticClass:"sub-item left"},[_c('div',{staticClass:"inline-opt-bar"},[_c('div',{staticClass:"bar-item label"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.submitHiddenAllTitle')))]),_c('el-switch',{model:{value:(_vm.configData.submitHiddenArea),callback:function ($$v) {_vm.$set(_vm.configData, "submitHiddenArea", $$v)},expression:"configData.submitHiddenArea"}})],1)]),_c('div',{staticClass:"sub-item right"},[_c('el-dropdown',{attrs:{"disabled":_vm.configData.submitHiddenArea || !_vm.hideCompList || !_vm.hideCompList.length,"hide-on-click":false},on:{"command":function (val) {
|
|
147585
147585
|
_vm.configData.submitValueCompList.push(val);
|
|
147586
147586
|
}},scopedSlots:_vm._u([{key:"dropdown",fn:function(){return [_c('el-dropdown-menu',{staticClass:"hide-comp-option-dropdown"},_vm._l((_vm.hideCompList),function(item){return _c('el-dropdown-item',{key:item.key,attrs:{"command":item.model,"disabled":_vm.configData.submitValueCompList.indexOf(item.model) > -1}},[_c('div',{staticClass:"drop-down-item-container left"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:"drop-down-item-container right"},[_vm._v(_vm._s(item.model))])])}),1)]},proxy:true}])},[_c('el-button',{attrs:{"type":"primary","size":"mini","disabled":_vm.configData.submitHiddenArea || !_vm.hideCompList || !_vm.hideCompList.length}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.config.link.submitHiddenAdd'))+" ")],1)],1)],1)]),(!_vm.configData.submitHiddenArea && _vm.configData.submitValueCompList && _vm.configData.submitValueCompList.length)?_c('div',{staticClass:"enable-sending-value-comp-list-bar"},_vm._l((_vm.configData.submitValueCompList),function(tag,index){return _c('el-button',{key:tag,staticClass:"tag-item",attrs:{"size":"mini","type":"info"},on:{"click":function () {
|
|
@@ -147738,14 +147738,14 @@ var HideCompConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
147738
147738
|
)
|
|
147739
147739
|
|
|
147740
147740
|
/* harmony default export */ var HideCompConfig = (HideCompConfig_component.exports);
|
|
147741
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147741
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/LinkageConfig/LinkageRulesConfig.vue?vue&type=template&id=77e2c2fe
|
|
147742
147742
|
var LinkageRulesConfigvue_type_template_id_77e2c2fe_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"linkage-rules-config-container"},[_c('div',{staticClass:"container-item title sub-item-title-container list"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.ruleTitle')))]),_c('div',{staticClass:"container-item content"},[_c('div',{staticClass:"content-item header"},[_c('div',{staticClass:"header-item left desc"},[_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.config.link.ruleDes'))+" ")]),_c('div',{staticClass:"header-item right"},[_c('el-button',{attrs:{"type":"primary","size":"mini"},on:{"click":_vm.addRule}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.config.link.ruleAdd'))+" ")],1)],1)]),(_vm.ruleList && _vm.ruleList.length)?_c('div',{staticClass:"content-item main"},_vm._l((_vm.ruleList),function(rule,index){return _c('linkage-rule-item-layout',{key:index,attrs:{"is-empty":!rule.filterRuleList.length && !rule.actionRuleLIst.length},scopedSlots:_vm._u([{key:"header",fn:function(){return [_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.whenAll')))]},proxy:true},{key:"filterList",fn:function(){return _vm._l((rule.filterRuleList),function(filterItem){return _c('div',{key:filterItem.id,staticClass:"list-item"},[_c('span',{staticClass:"tag-item"},[_vm._v(" "+_vm._s(_vm.flattedCompList.find(function (item) { return item.model === filterItem.columnName; }) && _vm.flattedCompList.find(function (item) { return item.model === filterItem.columnName; }).name)+" ")]),_vm._v(" "+_vm._s(_vm.OPERATE_NAME[filterItem.operateType])+" "),([_vm.OPERATE_TYPE.IS_EMPTY, _vm.OPERATE_TYPE.NOT_EMPTY].indexOf(filterItem.operateType) < 0)?_c('span',{staticClass:"tag-item"},[(_vm.BUSINESS_RULE_ACTION_ASSIGN_TYPE_OPTIONS_MAP.VARIABLE === filterItem.valueType)?[_vm._v(" "+_vm._s(_vm.variableList.find(function (item) { return item.value === filterItem.value; }) ? _vm.variableList.find(function (item) { return item.value === filterItem.value; }).label : '')+" ")]:(_vm.WIDGET_DATETIME_MAP[filterItem.widgetType])?_c('date-render',{attrs:{"value":filterItem.value}}):(_vm.WIDGET_COMP_SWITCH_MAP[filterItem.widgetType])?_c('switch-render',{attrs:{"widget":_vm.widgetForm && _vm.widgetForm.list && _vm.widgetForm.list.find(function (item) { return item.model === filterItem.columnName; }),"value":filterItem.value}}):(_vm.WIDGET_COMP_ADDRESS_MAP[filterItem.widgetType])?_c('address-render',{attrs:{"value":filterItem.value}}):(Object.assign({}, _vm.WIDGET_OPTION_MAP, _vm.WIDGET_ARRAY_VALUE_FILTER_MAP)[filterItem.widgetType])?_c('option-comp-render',{attrs:{"widget":_vm.flattedCompList && _vm.flattedCompList.length && _vm.flattedCompList.find(function (item) { return item.model === filterItem.columnName; }),"value":filterItem.value}}):[_vm._v(_vm._s(filterItem.value))]],2):_vm._e()])})},proxy:true},{key:"action",fn:function(){return _vm._l((rule.actionRuleLIst),function(actionItem){return _c('div',{key:actionItem.id},[_c('span',{staticClass:"tag-item active"},[_vm._v(_vm._s(actionItem.columnLabel))]),_vm._v(" "+_vm._s(_vm.BUSINESS_RULE_ACTION_ASSIGN_TYPE_MAP[actionItem.assignType])+"; ")])})},proxy:true},{key:"contentRight",fn:function(){return [_c('el-button',{attrs:{"type":"text","size":"mini"},on:{"click":function($event){return _vm.updateRuleItem(index)}}},[_c('base-icon',{attrs:{"icon-class":"edit-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.edit'))+" ")],1),_c('el-button',{attrs:{"type":"text","size":"mini"},on:{"click":function($event){return _vm.removeRuleItem(index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-5-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.common.buttons.delete'))+" ")],1)]},proxy:true}],null,true)})}),1):_vm._e()]),(_vm.linkageItemEditorVisible)?_c('linkage-item-config',{attrs:{"item-data":_vm.ruleList[_vm.activeRuleIndex],"filter-allow-list":_vm.filterAllowList,"flatted-comp-list":_vm.flattedCompList},on:{"onClose":_vm.onCloseEditor,"onConfirm":_vm.onConfirmEdit},model:{value:(_vm.linkageItemEditorVisible),callback:function ($$v) {_vm.linkageItemEditorVisible=$$v},expression:"linkageItemEditorVisible"}}):_vm._e()],1)}
|
|
147743
147743
|
var LinkageRulesConfigvue_type_template_id_77e2c2fe_staticRenderFns = []
|
|
147744
147744
|
|
|
147745
147745
|
|
|
147746
147746
|
// CONCATENATED MODULE: ./src/core-designer/LinkageConfig/LinkageRulesConfig.vue?vue&type=template&id=77e2c2fe
|
|
147747
147747
|
|
|
147748
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147748
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/LinkageConfig/LinkageItemConfig.vue?vue&type=template&id=5a15eb02
|
|
147749
147749
|
var LinkageItemConfigvue_type_template_id_5a15eb02_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"close-on-click-modal":false,"close-on-press-escape":false,"visible":_vm.showDialog,"append-to-body":"","custom-class":"linkage-item-config-container","width":"820px"},on:{"close":function($event){return _vm.$emit('change', false)}},scopedSlots:_vm._u([{key:"title",fn:function(){return [_c('page-title',{attrs:{"font-size":16},scopedSlots:_vm._u([{key:"context",fn:function(){return [_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.actionTitle')))]},proxy:true}])})]},proxy:true},{key:"default",fn:function(){return [_c('div',{staticClass:"main-item"},[_c('div',{staticClass:"main-sub-item header"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.actionSubTitle')))]),_c('div',{staticClass:"main-sub-item content"},[(!_vm.data.filterRuleList || !_vm.data.filterRuleList.length)?_c('div',{staticClass:"inline-error-msg-bar"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.notEmpty')))]):_vm._e(),_c('data-filter',{ref:"actionConditionRef",staticClass:"content-body",attrs:{"data":_vm.data.filterRuleList,"columns":_vm.filterAllowList.filter(function (item) { return !_vm.WIDGET_COMP_ARRAY_OBJECT_MAP[item.widgetType] && !_vm.WIDGET_UNITED_FORM_MAP[item.widgetType]; }),"use-union":false,"is-add-from-bottom":true,"is-footer":false,"size":"mini","openMainOptBtn":true,"has-variable-value":false}})],1)]),_c('div',{staticClass:"main-item"},[_c('div',{staticClass:"main-sub-item header"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.actionLikeThis')))]),_c('div',{staticClass:"main-sub-item content"},[_c('div',{staticClass:"content-body"},[(_vm.data.actionRuleLIst)?[_vm._l((_vm.data.actionRuleLIst),function(stepItem,stepIndex){return _c('rule-action-step-item',{key:stepItem.id,ref:("actionStepRef" + (stepItem.id)),refInFor:true,attrs:{"form-column-list":_vm.linkedCompOptions,"action-type":_vm.ACTION_TARGET_FORM_VALUE_MAP.COMP_LINKAGE_CONFIG,"active-steps":_vm.data.actionRuleLIst,"local-column-list":_vm.linkedCompOptions,"target-column":_vm.getTargetColumnList(stepItem),"selected-opt-type":"edit"},scopedSlots:_vm._u([{key:"optBar",fn:function(){return [_c('el-button',{staticClass:"inline-opt-btn",attrs:{"size":"mini"},on:{"click":function () {
|
|
147750
147750
|
_vm.$delete(_vm.data.actionRuleLIst, stepIndex);
|
|
147751
147751
|
}}},[_c('base-icon',{staticClass:"no-margin",attrs:{"icon-class":"delete-bin-line"}})],1)]},proxy:true}],null,true),model:{value:(_vm.data.actionRuleLIst[stepIndex]),callback:function ($$v) {_vm.$set(_vm.data.actionRuleLIst, stepIndex, $$v)},expression:"data.actionRuleLIst[stepIndex]"}})}),(!_vm.data.actionRuleLIst || !_vm.data.actionRuleLIst.length)?_c('div',{staticClass:"inline-error-msg-bar"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.actionNotEmpty')))]):_vm._e()]:_vm._e(),_c('div',{staticClass:"action-step-header-opt"},[_c('update-rule-item-selector',{attrs:{"form-column-list":_vm.flattedCompList,"action-step-list":_vm.data.actionRuleLIst},on:{"handleColumnSelectChange":function($event){return _vm.handleColumnSelectChange($event)}}})],1)],2)])])]},proxy:true},{key:"footer",fn:function(){return [_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.onClose}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.cancel')))]),_c('el-button',{attrs:{"size":"mini","type":"primary"},on:{"click":_vm.onConfirm}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.common.buttons.ok')))])]},proxy:true}])})}
|
|
@@ -147760,7 +147760,7 @@ var v4 = __webpack_require__("ec26");
|
|
|
147760
147760
|
// EXTERNAL MODULE: ./src/components/DataFilters/DataFilterComp.vue + 30 modules
|
|
147761
147761
|
var DataFilterComp = __webpack_require__("0fa3");
|
|
147762
147762
|
|
|
147763
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147763
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RuleActionDesigner/UpdateRuleItemSelector.vue?vue&type=template&id=91fea282
|
|
147764
147764
|
var UpdateRuleItemSelectorvue_type_template_id_91fea282_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dropdown',{attrs:{"trigger":"hover","hide-on-click":false},scopedSlots:_vm._u([{key:"dropdown",fn:function(){return [_c('el-dropdown-menu',{staticClass:"column-select-menu-container"},_vm._l((_vm.formColumnList.filter(function (item) { return !_vm.WIDGET_SEQUENCE_MAP[item.widgetType]; })),function(option){return _c('el-dropdown-item',{key:option.columnName,attrs:{"disabled":_vm.isDisabledOption(option.columnName, _vm.actionStepList, 'columnName')},nativeOn:{"click":function($event){return _vm.handleColumnSelectChange(option)}}},[_c('span',{staticClass:"el-option-item left"},[_vm._v(_vm._s(option[_vm.optionLabelKey]))]),(option[_vm.optionValueKey] && option[_vm.optionValueKey].length)?_c('span',{staticClass:"el-option-item right"},[_vm._v(_vm._s(option[_vm.optionValueKey]))]):_vm._e()])}),1)]},proxy:true}])},[_c('el-button',{attrs:{"type":"primary","size":_vm.size}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(_vm._s(_vm.btnText)+" ")],1)],1)}
|
|
147765
147765
|
var UpdateRuleItemSelectorvue_type_template_id_91fea282_staticRenderFns = []
|
|
147766
147766
|
|
|
@@ -147872,7 +147872,7 @@ var UpdateRuleItemSelector_component = Object(componentNormalizer["a" /* default
|
|
|
147872
147872
|
)
|
|
147873
147873
|
|
|
147874
147874
|
/* harmony default export */ var UpdateRuleItemSelector = (UpdateRuleItemSelector_component.exports);
|
|
147875
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147875
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RuleActionDesigner/RuleActionStepItem.vue?vue&type=template&id=0555adac&scoped=true
|
|
147876
147876
|
var RuleActionStepItemvue_type_template_id_0555adac_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"rule-action-item-container"},[(_vm.value && _vm.targetColumn)?_c('el-form',{ref:"form",attrs:{"model":_vm.value,"rules":_vm.formRule,"inline":""}},[_c('el-form-item',[_c('el-select',{attrs:{"filterable":"","disabled":!_vm.selectable,"size":_vm.size},on:{"change":_vm.handleColumnSelectChange},model:{value:(_vm.value.columnName),callback:function ($$v) {_vm.$set(_vm.value, "columnName", $$v)},expression:"value.columnName"}},_vm._l((_vm.formColumnList),function(option){return _c('el-option',{key:option.columnName,attrs:{"disabled":_vm.isDisabledOption(option.columnName, _vm.activeSteps),"label":option.columnLabel,"value":option.columnName,"filterable":""}},[_c('span',{staticClass:"el-option-item left"},[_vm._v(_vm._s(option.columnLabel))]),_c('span',{staticClass:"el-option-item right"},[_vm._v(_vm._s(option.columnName))])])}),1)],1),_c('el-form-item',{staticClass:"form-label-item",attrs:{"label":_vm.$iss18n.t('issfd.coreDesigner.config.ruleAction.set')}},[_c('el-select',{attrs:{"size":_vm.size,"filterable":""},on:{"change":_vm.handleAssignTypeChange},model:{value:(_vm.value.assignType),callback:function ($$v) {_vm.$set(_vm.value, "assignType", $$v)},expression:"value.assignType"}},[_vm._l((Object.keys(_vm.assignTypeList)),function(index){return [_c('el-option',{key:index,attrs:{"label":_vm.assignTypeList[index],"value":index}})]})],2)],1),([_vm.BUSINESS_RULE_ACTION_ASSIGN_TYPE_OPTIONS_MAP.EMPTY].indexOf(_vm.value.assignType) < 0)?_c('el-form-item',{staticClass:"form-value-item",attrs:{"prop":"value"}},[(
|
|
147877
147877
|
[
|
|
147878
147878
|
_vm.BUSINESS_RULE_ACTION_ASSIGN_TYPE_OPTIONS_MAP.TRIGGER_VALUE,
|
|
@@ -147905,7 +147905,7 @@ var business_rule_map = __webpack_require__("c502");
|
|
|
147905
147905
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
147906
147906
|
var variable_list = __webpack_require__("f016");
|
|
147907
147907
|
|
|
147908
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147908
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/RuleActionDesigner/WidgetInputRender.vue?vue&type=template&id=4e0b0b76&scoped=true
|
|
147909
147909
|
var WidgetInputRendervue_type_template_id_4e0b0b76_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-input-render-container"},[(_vm.selected && _vm.selected.widgetType && _vm.BUSINESS_RULE_MAP_ENABLE_WIDGET_TYPE[_vm.selected.widgetType])?[(_vm.WIDGET_OPTION_MAP[_vm.selected.widgetType] && _vm.DATASOURCE_TYPE.STATIC_DATA === _vm.selected.remote)?[(_vm.WIDGET_COMP_CASCADER_MAP[_vm.selected.widgetType])?_c('cascader-selector',{attrs:{"data":_vm.value,"is-check-strictly":_vm.selected.rawOptions.checkStrictly,"is-multiple":this.selected.rawOptions.multiple,"widget":_vm.selected,"size":_vm.size},on:{"onChange":_vm.handleCascaderChange}}):_c('el-select',{ref:"itemRef",staticClass:"select-control",attrs:{"multiple":(_vm.selected.rawOptions && _vm.selected.rawOptions.multiple) ||
|
|
147910
147910
|
_vm.WIDGET_COMP_CHECKBOX_MAP[_vm.selected.widgetType] ||
|
|
147911
147911
|
_vm.WIDGET_COMP_SELECT_MAP[_vm.selected.widgetType],"multiple-limit":(_vm.selected.rawOptions && _vm.selected.rawOptions.multiple) ||
|
|
@@ -148809,7 +148809,7 @@ var RuleActionStepItem_component = Object(componentNormalizer["a" /* default */]
|
|
|
148809
148809
|
)
|
|
148810
148810
|
|
|
148811
148811
|
/* harmony default export */ var RuleActionStepItem = (RuleActionStepItem_component.exports);
|
|
148812
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
148812
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/PageTitle.vue?vue&type=template&id=5cecf7e1&scoped=true
|
|
148813
148813
|
var PageTitlevue_type_template_id_5cecf7e1_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"page-title-container"},[_c('div',{staticClass:"prefix-icon"}),_c('div',{staticClass:"context",style:({fontSize: (_vm.fontSize + "px")})},[_vm._t("context")],2)])}
|
|
148814
148814
|
var PageTitlevue_type_template_id_5cecf7e1_scoped_true_staticRenderFns = []
|
|
148815
148815
|
|
|
@@ -149117,7 +149117,7 @@ var LinkageItemConfig_component = Object(componentNormalizer["a" /* default */])
|
|
|
149117
149117
|
)
|
|
149118
149118
|
|
|
149119
149119
|
/* harmony default export */ var LinkageItemConfig = (LinkageItemConfig_component.exports);
|
|
149120
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149120
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/LinkageConfig/LinkageRuleItemLayout.vue?vue&type=template&id=6b4f1085&scoped=true
|
|
149121
149121
|
var LinkageRuleItemLayoutvue_type_template_id_6b4f1085_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"linkage-rule-item-layout-container"},[_c('div',{staticClass:"container-item header"},[_vm._t("header")],2),_c('div',{staticClass:"container-item content"},[_c('div',{staticClass:"content-item left"},[(_vm.isEmpty)?[_c('div',{staticClass:"empty-rule"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.setRule')))])]:[_c('div',{staticClass:"left-item filter"},[_c('div',{staticClass:"filter-item icon"},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.config.link.when')))]),_c('div',{staticClass:"filter-item list"},[_vm._t("filterList")],2)]),_c('div',{staticClass:"left-item action"},[_vm._t("action")],2)]],2),_c('div',{staticClass:"content-item right"},[_vm._t("contentRight")],2)])])}
|
|
149122
149122
|
var LinkageRuleItemLayoutvue_type_template_id_6b4f1085_scoped_true_staticRenderFns = []
|
|
149123
149123
|
|
|
@@ -149185,7 +149185,7 @@ var LinkageRuleItemLayout_component = Object(componentNormalizer["a" /* default
|
|
|
149185
149185
|
)
|
|
149186
149186
|
|
|
149187
149187
|
/* harmony default export */ var LinkageRuleItemLayout = (LinkageRuleItemLayout_component.exports);
|
|
149188
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149188
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataRender/DateRender.vue?vue&type=template&id=6072fe51&scoped=true
|
|
149189
149189
|
var DateRendervue_type_template_id_6072fe51_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"date-render-container"},[_vm._v(_vm._s(_vm.displayValue))])}
|
|
149190
149190
|
var DateRendervue_type_template_id_6072fe51_scoped_true_staticRenderFns = []
|
|
149191
149191
|
|
|
@@ -149250,7 +149250,7 @@ var DateRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149250
149250
|
)
|
|
149251
149251
|
|
|
149252
149252
|
/* harmony default export */ var DateRender = (DateRender_component.exports);
|
|
149253
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149253
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataRender/SwitchRender.vue?vue&type=template&id=a7726340&scoped=true
|
|
149254
149254
|
var SwitchRendervue_type_template_id_a7726340_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"switch-render-container"},[_vm._v(_vm._s(_vm.displayValue))])}
|
|
149255
149255
|
var SwitchRendervue_type_template_id_a7726340_scoped_true_staticRenderFns = []
|
|
149256
149256
|
|
|
@@ -149307,7 +149307,7 @@ var SwitchRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149307
149307
|
)
|
|
149308
149308
|
|
|
149309
149309
|
/* harmony default export */ var SwitchRender = (SwitchRender_component.exports);
|
|
149310
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149310
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataRender/AddressRender.vue?vue&type=template&id=b55d74ca
|
|
149311
149311
|
var AddressRendervue_type_template_id_b55d74ca_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"address-render-container"},[_vm._v(_vm._s(_vm.displayValue))])}
|
|
149312
149312
|
var AddressRendervue_type_template_id_b55d74ca_staticRenderFns = []
|
|
149313
149313
|
|
|
@@ -149361,7 +149361,7 @@ var AddressRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149361
149361
|
)
|
|
149362
149362
|
|
|
149363
149363
|
/* harmony default export */ var AddressRender = (AddressRender_component.exports);
|
|
149364
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149364
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataRender/OptionCompRender.vue?vue&type=template&id=212bcc1a
|
|
149365
149365
|
var OptionCompRendervue_type_template_id_212bcc1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"option-comp-render-container"},[_vm._v(_vm._s(_vm.displayValue))])}
|
|
149366
149366
|
var OptionCompRendervue_type_template_id_212bcc1a_staticRenderFns = []
|
|
149367
149367
|
|
|
@@ -150010,7 +150010,7 @@ var plugin_in_layout_widget = __webpack_require__("c986");
|
|
|
150010
150010
|
// EXTERNAL MODULE: ./src/util/constants.js
|
|
150011
150011
|
var constants = __webpack_require__("1503");
|
|
150012
150012
|
|
|
150013
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150013
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/PreviewCodeTestDialog.vue?vue&type=template&id=e3476af4&scoped=true
|
|
150014
150014
|
var PreviewCodeTestDialogvue_type_template_id_e3476af4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('designer-custom-dialog',{ref:"widgetCodeTestPreview",staticClass:"preview-dialog",attrs:{"visible":_vm.previewVisible,"form":"","title":_vm.$iss18n.t('issfd.coreDesigner.dialog.testDialog'),"width":_vm.isConsoleBoxVisible ? '1500px' : '1200px',"custom-class":"iss-preview-dialog"},on:{"on-close":_vm.onDialogClose}},[_c('div',{staticClass:"btn-bar-plat platform-zoom"},[_c('el-select',{staticClass:"zoom-level",attrs:{"size":"mini"},model:{value:(_vm.zoomLevel),callback:function ($$v) {_vm.zoomLevel=$$v},expression:"zoomLevel"}},[_c('div',{staticClass:"zoom-level-prefix",attrs:{"slot":"prefix"},slot:"prefix"},[_c('base-icon',{attrs:{"icon-class":"zoom-in-line"}})],1),_c('el-option',{attrs:{"value":50,"label":"50%"}}),_c('el-option',{attrs:{"value":75,"label":"75%"}}),_c('el-option',{attrs:{"value":100,"label":"100%(默认)"}}),_c('el-option',{attrs:{"value":125,"label":"125%"}}),_c('el-option',{attrs:{"value":150,"label":"150%"}}),_c('el-option',{attrs:{"value":200,"label":"200%"}})],1)],1),_c('div',{staticClass:"btn-bar-plat platform-switch"},[_c('a',{class:{ active: _vm.platform === 'pc' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.pc')},on:{"click":function($event){return _vm.handlePlatform('pc')}}},[_c('div',{staticClass:"btn-platform btn-platform-pc"})]),_c('a',{class:{ active: _vm.platform === 'pad' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.tablet')},on:{"click":function($event){return _vm.handlePlatform('pad')}}},[_c('div',{staticClass:"btn-platform btn-platform-pad"})]),_c('a',{class:{ active: _vm.platform === 'mobile' },attrs:{"title":_vm.$iss18n.t('issfd.coreDesigner.toolbar.mobile')},on:{"click":function($event){return _vm.handlePlatform('mobile')}}},[_c('div',{staticClass:"btn-platform btn-platform-mobile"})])]),_c('div',{staticClass:"iss-form-renderer-preview",class:[{ 'side-view': _vm.isConsoleBoxVisible }, ("" + _vm.platform)],style:({ transform: ("scale(" + _vm.zoomLevel + "%)") })},[_c('div',{staticClass:"iss-form-renderer-container"},[_c('el-scrollbar',[(_vm.previewVisible)?_c('iss-library-form-renderer',{ref:"generateForm",attrs:{"id":"export-id","edit":_vm.formEdit,"lock-platform":true,"prefer-platform":_vm.platform,"print-read":_vm.printRead,"source":_vm.previewForm,"value":_vm.widgetModels,"variables":_vm.variables,"previewUrl":_vm.previewUrl,"internalUrl":_vm.internalUrl,"customComponentList":_vm.customComponents,"current-form-id":_vm.currentFormId,"insite":"true","preview":""}}):_vm._e()],1)],1)]),(_vm.isConsoleBoxBtnVisible)?[_c('el-tooltip',{attrs:{"content":("" + (_vm.isConsoleBoxVisible === true ? _vm.$iss18n.t('issfd.coreDesigner.dialog.close') : _vm.$iss18n.t('issfd.coreDesigner.dialog.open')) + (_vm.$iss18n.t(
|
|
150015
150015
|
'issfd.coreDesigner.dialog.debugger'
|
|
150016
150016
|
))),"open-delay":300,"placement":"left"}},[_c('div',{ref:"consoleBoxBtn",staticClass:"console-box-btn",on:{"click":_vm.openConsoleBox}},[_c('base-icon',{staticClass:"btn-icon",attrs:{"icon-class":_vm.isConsoleBoxVisible === true ? 'terminal-box-fill' : 'terminal-box-line'}})],1)]),_c('div',{ref:"consoleBox",staticClass:"console-box"},[_c('code-inspector',{ref:"codeInspector"})],1)]:_vm._e(),_c('template',{slot:"action"},[_c('el-button',{attrs:{"size":_vm.size,"type":"primary"},on:{"click":_vm.handleTest}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.handleTest')))]),_c('el-button',{attrs:{"size":_vm.size},on:{"click":_vm.handleReset}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.handleReset')))]),(_vm.formEdit)?_c('el-button',{attrs:{"disabled":_vm.printRead,"size":_vm.size},on:{"click":function($event){_vm.formEdit = false}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.formEdit')))]):_c('el-button',{attrs:{"disabled":_vm.printRead,"size":_vm.size},on:{"click":function($event){_vm.formEdit = true}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.enableFormEdit')))]),(!_vm.printRead)?_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){_vm.printRead = true}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.printRead')))]):_vm._e(),(_vm.printRead)?_c('el-button',{attrs:{"size":_vm.size},on:{"click":function($event){_vm.printRead = false}}},[_vm._v(_vm._s(_vm.$iss18n.t('issfd.coreDesigner.dialog.cancelPrintRead')))]):_vm._e()],1)],2)}
|
|
@@ -150019,7 +150019,7 @@ var PreviewCodeTestDialogvue_type_template_id_e3476af4_scoped_true_staticRenderF
|
|
|
150019
150019
|
|
|
150020
150020
|
// CONCATENATED MODULE: ./src/core-designer/Dialogs/PreviewCodeTestDialog.vue?vue&type=template&id=e3476af4&scoped=true
|
|
150021
150021
|
|
|
150022
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150022
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/Dialogs/CodeInspector.vue?vue&type=template&id=c7e3efc2&scoped=true
|
|
150023
150023
|
var CodeInspectorvue_type_template_id_c7e3efc2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"codeInspectorContainer",staticClass:"code-inspector-container",attrs:{"id":"codeInspectorContainer"}})}
|
|
150024
150024
|
var CodeInspectorvue_type_template_id_c7e3efc2_scoped_true_staticRenderFns = []
|
|
150025
150025
|
|
|
@@ -151424,7 +151424,7 @@ var CoreDesigner_component = Object(componentNormalizer["a" /* default */])(
|
|
|
151424
151424
|
)
|
|
151425
151425
|
|
|
151426
151426
|
/* harmony default export */ var CoreDesigner = (CoreDesigner_component.exports);
|
|
151427
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151427
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-renderer/CoreRenderer.vue?vue&type=template&id=ff6b3a54&scoped=true
|
|
151428
151428
|
var CoreRenderervue_type_template_id_ff6b3a54_scoped_true_render = function () {
|
|
151429
151429
|
var _obj;
|
|
151430
151430
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"iss-form-renderer",class:[
|
|
@@ -152141,7 +152141,7 @@ var WIDGET_UNITED_FORM_MAP = {
|
|
|
152141
152141
|
|
|
152142
152142
|
"use strict";
|
|
152143
152143
|
|
|
152144
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
152144
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/ApiEditor/ApiEditor.vue?vue&type=template&id=001bdf08&scoped=true
|
|
152145
152145
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-drawer',{staticClass:"api-editor-container",attrs:{"append-to-body":"","visible":_vm.visible,"show-close":false,"direction":"rtl","size":"80%","before-close":_vm.onClose},on:{"update:visible":function($event){_vm.visible=$event}},scopedSlots:_vm._u([{key:"title",fn:function(){return [_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.onClose}},[_c('base-icon',{attrs:{"icon-class":"arrow-left-s-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.events.api.title', {expr: _vm.api.apiName}))+" ")],1)]},proxy:true}])},[_c('div',{staticClass:"demo-drawer__content"},[_c('div',{staticClass:"tool-list"},[_c('collapse-aside-bar',{attrs:{"widget-list":_vm.widgetList,"is-bordered":true,"is-custom-method-list":_vm.isCustomMethodList,"customMethodList":_vm.customMethodList}})],1),(_vm.api.apiType && _vm.api.apiType === 'HTTP')?_c('el-form',{staticClass:"config-form word-break-form",attrs:{"model":_vm.form,"rules":_vm.rules,"label-suffix":":","label-width":"100px"}},[_c('el-row',[_c('el-row',{staticClass:"basic-info-box"},[_c('el-col',{attrs:{"span":12}},[_c('el-form-item',{attrs:{"prop":"apiType","label":_vm.$iss18n.t('issfd.events.api.apiType')}},[_vm._v(_vm._s(_vm.form.apiType))])],1),_c('el-col',{attrs:{"span":12}},[_c('el-form-item',{attrs:{"prop":"methodType","label":_vm.$iss18n.t('issfd.events.api.methodType')}},[_vm._v(_vm._s(_vm.form.methodType))])],1),_c('el-col',{attrs:{"span":24}},[_c('el-form-item',{attrs:{"prop":"apiAddress","label":_vm.$iss18n.t('issfd.events.api.apiAddress')}},[_vm._v(_vm._s(_vm.form.apiAddress))])],1)],1),_c('el-row',[_c('el-col',{attrs:{"span":24}},[_c('el-form-item',{attrs:{"label":"Headers"}},[_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.addHeaderItem}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(" "+_vm._s(_vm.$iss18n.t('issfd.events.api.requestHeaderNew'))+" ")],1)],1),_c('el-form',{ref:"requestHeaderForm",staticClass:"header-form",attrs:{"model":_vm.headerForm,"label-suffix":":","label-width":"100px","label-position":"right"}},_vm._l((_vm.getDisplayHeaders(_vm.headerForm.requestHeaders)),function(item,index){return _c('div',{key:item.key,staticClass:"header-item"},[_c('el-form-item',{attrs:{"label":_vm.$iss18n.t('issfd.events.api.key')}},[_c('el-autocomplete',{staticClass:"inline-input",attrs:{"fetch-suggestions":_vm.querySearchRequestHeaderKeys,"placeholder":_vm.$iss18n.t('issfd.events.api.keyTip'),"disabled":_vm.headerForm.requestHeaders[index].isFixed},model:{value:(_vm.headerForm.requestHeaders[index].headerKey),callback:function ($$v) {_vm.$set(_vm.headerForm.requestHeaders[index], "headerKey", $$v)},expression:"headerForm.requestHeaders[index].headerKey"}})],1),_c('el-form-item',{staticClass:"header-item-value",attrs:{"label":_vm.$iss18n.t('issfd.events.api.value')}},[_c('el-autocomplete',{staticClass:"inline-input",attrs:{"fetch-suggestions":function (queryString, cb) {
|
|
152146
152146
|
var _requestHeaderKeys = _vm.requestHeaderValueType[_vm.headerForm.requestHeaders[index].headerKey] ? _vm.requestHeaderValueType[_vm.headerForm.requestHeaders[index].headerKey] : [];
|
|
152147
152147
|
var results = queryString ? _requestHeaderKeys.filter(_vm.createFilter(queryString)) : _requestHeaderKeys;
|
|
@@ -152202,7 +152202,7 @@ var v4 = __webpack_require__("ec26");
|
|
|
152202
152202
|
// EXTERNAL MODULE: ./src/core-designer/EventPanel/CollapseAsideBar/CollapseAsideBar.vue + 17 modules
|
|
152203
152203
|
var CollapseAsideBar = __webpack_require__("6234");
|
|
152204
152204
|
|
|
152205
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
152205
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"d59a9800-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/core-designer/EventPanel/ApiEditor/TableInput.vue?vue&type=template&id=c170b686
|
|
152206
152206
|
var TableInputvue_type_template_id_c170b686_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"table-input-container"},[_c('el-table',{attrs:{"data":_vm.tableData,"row-class-name":"stop-highlight-hover-row","border":""}},[_c('el-table-column',{attrs:{"type":"index","label":_vm.$iss18n.t('issfd.events.api.paramTable.index'),"width":"60px"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_vm._v(_vm._s(scope.$index + 1))]}}])}),_vm._l((Object.keys(_vm.children)),function(columnIndex,index){return _c('el-table-column',{key:index,attrs:{"label":_vm.children[columnIndex],"prop":columnIndex},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [(columnIndex === 'key')?[(scope.row.isSelectedKey)?_c('el-input',{directives:[{name:"focus",rawName:"v-focus"}],attrs:{"placeholder":_vm.$iss18n.t('issfd.events.api.paramTable.inputName')},on:{"blur":function($event){scope.row.isSelectedKey = false}},model:{value:(_vm.tableData[scope.$index][columnIndex]),callback:function ($$v) {_vm.$set(_vm.tableData[scope.$index], columnIndex, $$v)},expression:"tableData[scope.$index][columnIndex]"}}):_c('div',{staticClass:"column-editable-value-bar",attrs:{"type":"text"},on:{"click":function($event){scope.row.isSelectedKey = true}}},[_c('base-icon',{staticClass:"icon",attrs:{"icon-class":"edit-line"}}),_c('div',{staticClass:"content"},[_vm._v(_vm._s(_vm.tableData[scope.$index][columnIndex].length ? _vm.tableData[scope.$index][columnIndex] : _vm.$iss18n.t('issfd.events.api.paramTable.inputName')))])],1)]:(columnIndex === 'valueType')?[_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.events.api.paramTable.valueType')},model:{value:(_vm.tableData[scope.$index][columnIndex]),callback:function ($$v) {_vm.$set(_vm.tableData[scope.$index], columnIndex, $$v)},expression:"tableData[scope.$index][columnIndex]"}},[_c('el-option',{attrs:{"value":"widget","label":_vm.$iss18n.t('issfd.events.api.paramTable.relatedToForm')}}),_c('el-option',{attrs:{"value":"custom","label":_vm.$iss18n.t('issfd.events.api.paramTable.valueCustom')}})],1)]:(columnIndex === 'value')?[(_vm.tableData[scope.$index].valueType === 'widget')?[_c('el-select',{attrs:{"placeholder":_vm.$iss18n.t('issfd.events.api.paramTable.selectComponent'),"filterable":""},model:{value:(_vm.tableData[scope.$index][columnIndex]),callback:function ($$v) {_vm.$set(_vm.tableData[scope.$index], columnIndex, $$v)},expression:"tableData[scope.$index][columnIndex]"}},_vm._l((_vm.getWidgetOptionList()),function(option){return _c('el-option',{key:option.model,attrs:{"value":option.model}},[_c('div',{staticClass:"table-input-container option-bar",attrs:{"title":((option.name) + " : " + (option.model))}},[_c('div',{staticClass:"option-item main"},[_vm._v(_vm._s(option.name))]),_c('div',{staticClass:"option-item append"},[_vm._v(_vm._s(option.model))])])])}),1)]:(_vm.tableData[scope.$index].valueType === 'custom')?[(scope.row.isSelectedValue)?_c('el-input',{directives:[{name:"focus",rawName:"v-focus"}],attrs:{"placeholder":_vm.$iss18n.t('issfd.events.api.paramTable.inputValueRaw')},on:{"blur":function($event){scope.row.isSelectedValue = false}},model:{value:(_vm.tableData[scope.$index][columnIndex]),callback:function ($$v) {_vm.$set(_vm.tableData[scope.$index], columnIndex, $$v)},expression:"tableData[scope.$index][columnIndex]"}}):_c('div',{staticClass:"column-editable-value-bar",attrs:{"type":"text"},on:{"click":function($event){scope.row.isSelectedValue = true}}},[_c('base-icon',{staticClass:"icon",attrs:{"icon-class":"edit-line"}}),_c('div',{staticClass:"content"},[_vm._v(_vm._s(_vm.tableData[scope.$index][columnIndex].length ? _vm.tableData[scope.$index][columnIndex] : _vm.$iss18n.t('issfd.events.api.paramTable.inputValueRaw')))])],1)]:_vm._e()]:_vm._e()]}}],null,true)})}),(_vm.hasOperator)?_c('el-table-column',{attrs:{"label":_vm.$iss18n.t('issfd.events.api.paramTable.options'),"width":"60px","align":"center"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return _c('el-button',{attrs:{"type":"text","title":_vm.$iss18n.t('issfd.common.buttons.delete')},on:{"click":function($event){return _vm.removeItem(scope.$index)}}},[_c('base-icon',{attrs:{"icon-class":"delete-bin-line"}})],1)}}],null,false,3218131242)}):_vm._e()],2),_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.addItem}},[_c('base-icon',{attrs:{"icon-class":"add-line"}}),_vm._v(_vm._s(_vm.$iss18n.t('issfd.events.api.paramTable.new'))+" ")],1)],1)}
|
|
152207
152207
|
var TableInputvue_type_template_id_c170b686_staticRenderFns = []
|
|
152208
152208
|
|