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
|
@@ -310,7 +310,7 @@ module.exports = function (fn, that) {
|
|
|
310
310
|
// ESM COMPAT FLAG
|
|
311
311
|
__webpack_require__.r(__webpack_exports__);
|
|
312
312
|
|
|
313
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
313
|
+
// 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
|
|
314
314
|
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)])}
|
|
315
315
|
var staticRenderFns = []
|
|
316
316
|
|
|
@@ -444,7 +444,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
444
444
|
|
|
445
445
|
// UNUSED EXPORTS: resolveDialogVariant, IcdDialog
|
|
446
446
|
|
|
447
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
447
|
+
// 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
|
|
448
448
|
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)}
|
|
449
449
|
var staticRenderFns = []
|
|
450
450
|
|
|
@@ -1196,7 +1196,7 @@ exports.CODE93FullASCII = _CODE93FullASCII2.default;
|
|
|
1196
1196
|
|
|
1197
1197
|
"use strict";
|
|
1198
1198
|
|
|
1199
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1199
|
+
// 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
|
|
1200
1200
|
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)])}
|
|
1201
1201
|
var staticRenderFns = []
|
|
1202
1202
|
|
|
@@ -2141,7 +2141,7 @@ function toByteStringHeaderObject(headers) {
|
|
|
2141
2141
|
|
|
2142
2142
|
"use strict";
|
|
2143
2143
|
|
|
2144
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2144
|
+
// 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
|
|
2145
2145
|
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)}
|
|
2146
2146
|
var staticRenderFns = []
|
|
2147
2147
|
|
|
@@ -2476,7 +2476,7 @@ module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;
|
|
|
2476
2476
|
// ESM COMPAT FLAG
|
|
2477
2477
|
__webpack_require__.r(__webpack_exports__);
|
|
2478
2478
|
|
|
2479
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2479
|
+
// 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
|
|
2480
2480
|
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}})}
|
|
2481
2481
|
var staticRenderFns = []
|
|
2482
2482
|
|
|
@@ -2486,7 +2486,7 @@ var staticRenderFns = []
|
|
|
2486
2486
|
// EXTERNAL MODULE: ./src/core-designer/WidgetConfig/WidgetSetters/mixin.js
|
|
2487
2487
|
var mixin = __webpack_require__("dc43");
|
|
2488
2488
|
|
|
2489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2489
|
+
// 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
|
|
2490
2490
|
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)}
|
|
2491
2491
|
var SequenceConfigvue_type_template_id_f184d31e_staticRenderFns = []
|
|
2492
2492
|
|
|
@@ -2567,7 +2567,7 @@ var dateFormatMap = {
|
|
|
2567
2567
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
2568
2568
|
var variable_list = __webpack_require__("f016");
|
|
2569
2569
|
|
|
2570
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2570
|
+
// 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
|
|
2571
2571
|
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)}
|
|
2572
2572
|
var SequenceItemOptionvue_type_template_id_6d500fe6_staticRenderFns = []
|
|
2573
2573
|
|
|
@@ -2656,7 +2656,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2656
2656
|
)
|
|
2657
2657
|
|
|
2658
2658
|
/* harmony default export */ var SequenceItemOption = (component.exports);
|
|
2659
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2659
|
+
// 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
|
|
2660
2660
|
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)}
|
|
2661
2661
|
var AutoIncrementConfigvue_type_template_id_327e67e0_staticRenderFns = []
|
|
2662
2662
|
|
|
@@ -2742,7 +2742,7 @@ var AutoIncrementConfig_component = Object(componentNormalizer["a" /* default */
|
|
|
2742
2742
|
)
|
|
2743
2743
|
|
|
2744
2744
|
/* harmony default export */ var AutoIncrementConfig = (AutoIncrementConfig_component.exports);
|
|
2745
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2745
|
+
// 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
|
|
2746
2746
|
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)}
|
|
2747
2747
|
var RandomCodeConfigvue_type_template_id_7ebebc84_staticRenderFns = []
|
|
2748
2748
|
|
|
@@ -3248,7 +3248,7 @@ module.exports = function (argument) {
|
|
|
3248
3248
|
// ESM COMPAT FLAG
|
|
3249
3249
|
__webpack_require__.r(__webpack_exports__);
|
|
3250
3250
|
|
|
3251
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3251
|
+
// 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
|
|
3252
3252
|
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)])}
|
|
3253
3253
|
var staticRenderFns = []
|
|
3254
3254
|
|
|
@@ -3396,7 +3396,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3396
3396
|
// ESM COMPAT FLAG
|
|
3397
3397
|
__webpack_require__.r(__webpack_exports__);
|
|
3398
3398
|
|
|
3399
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3399
|
+
// 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
|
|
3400
3400
|
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){
|
|
3401
3401
|
var file = ref.file;
|
|
3402
3402
|
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)}
|
|
@@ -3954,7 +3954,7 @@ module.exports = { correct: FLAGS_GETTER_IS_CORRECT };
|
|
|
3954
3954
|
|
|
3955
3955
|
"use strict";
|
|
3956
3956
|
|
|
3957
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3957
|
+
// 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
|
|
3958
3958
|
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()])}
|
|
3959
3959
|
var staticRenderFns = []
|
|
3960
3960
|
|
|
@@ -4003,7 +4003,7 @@ var es_string_iterator = __webpack_require__("3ca3");
|
|
|
4003
4003
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
4004
4004
|
var web_dom_collections_iterator = __webpack_require__("ddb0");
|
|
4005
4005
|
|
|
4006
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4006
|
+
// 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
|
|
4007
4007
|
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:{
|
|
4008
4008
|
big: _vm.data.operateType !== _vm.OPERATE_TYPE.BETWEEN,
|
|
4009
4009
|
'big-double': _vm.data.operateType === _vm.OPERATE_TYPE.BETWEEN
|
|
@@ -4084,7 +4084,7 @@ var data_filter_const = __webpack_require__("584c");
|
|
|
4084
4084
|
// EXTERNAL MODULE: ./src/components/AddressSelector/AddressSelector.vue + 4 modules
|
|
4085
4085
|
var AddressSelector = __webpack_require__("827b");
|
|
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/DateTimeFilterComp.vue?vue&type=template&id=097cd145&scoped=true
|
|
4088
4088
|
var DateTimeFilterCompvue_type_template_id_097cd145_scoped_true_render = function () {
|
|
4089
4089
|
var this$1 = this;
|
|
4090
4090
|
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()}
|
|
@@ -4093,7 +4093,7 @@ var DateTimeFilterCompvue_type_template_id_097cd145_scoped_true_staticRenderFns
|
|
|
4093
4093
|
|
|
4094
4094
|
// CONCATENATED MODULE: ./src/components/DataFilters/FilterItems/DateTimeFilterComp.vue?vue&type=template&id=097cd145&scoped=true
|
|
4095
4095
|
|
|
4096
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4096
|
+
// 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
|
|
4097
4097
|
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)}
|
|
4098
4098
|
var YearBetweenFiltervue_type_template_id_245b4abc_scoped_true_staticRenderFns = []
|
|
4099
4099
|
|
|
@@ -4470,7 +4470,7 @@ var DateTimeFilterComp_component = Object(componentNormalizer["a" /* default */]
|
|
|
4470
4470
|
// EXTERNAL MODULE: ./src/components/CascaderSelector/CascaderSelector.vue + 5 modules
|
|
4471
4471
|
var CascaderSelector = __webpack_require__("d0c2");
|
|
4472
4472
|
|
|
4473
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4473
|
+
// 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
|
|
4474
4474
|
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)}
|
|
4475
4475
|
var TagEditorvue_type_template_id_206d4577_scoped_true_staticRenderFns = []
|
|
4476
4476
|
|
|
@@ -4649,7 +4649,7 @@ var TagEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4649
4649
|
)
|
|
4650
4650
|
|
|
4651
4651
|
/* harmony default export */ var TagEditor = (TagEditor_component.exports);
|
|
4652
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4652
|
+
// 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
|
|
4653
4653
|
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)}
|
|
4654
4654
|
var NumberBetweenFiltervue_type_template_id_31528af8_scoped_true_staticRenderFns = []
|
|
4655
4655
|
|
|
@@ -6903,7 +6903,7 @@ $({ target: 'Object', stat: true }, {
|
|
|
6903
6903
|
// ESM COMPAT FLAG
|
|
6904
6904
|
__webpack_require__.r(__webpack_exports__);
|
|
6905
6905
|
|
|
6906
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6906
|
+
// 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
|
|
6907
6907
|
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)}
|
|
6908
6908
|
var staticRenderFns = []
|
|
6909
6909
|
|
|
@@ -7298,7 +7298,7 @@ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }
|
|
|
7298
7298
|
// ESM COMPAT FLAG
|
|
7299
7299
|
__webpack_require__.r(__webpack_exports__);
|
|
7300
7300
|
|
|
7301
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7301
|
+
// 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
|
|
7302
7302
|
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()])}
|
|
7303
7303
|
var staticRenderFns = []
|
|
7304
7304
|
|
|
@@ -7452,7 +7452,7 @@ module.exports = function (name) {
|
|
|
7452
7452
|
|
|
7453
7453
|
"use strict";
|
|
7454
7454
|
|
|
7455
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7455
|
+
// 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
|
|
7456
7456
|
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}})}
|
|
7457
7457
|
var staticRenderFns = []
|
|
7458
7458
|
|
|
@@ -7707,7 +7707,7 @@ module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {
|
|
|
7707
7707
|
|
|
7708
7708
|
"use strict";
|
|
7709
7709
|
|
|
7710
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7710
|
+
// 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
|
|
7711
7711
|
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')))])])}
|
|
7712
7712
|
var staticRenderFns = []
|
|
7713
7713
|
|
|
@@ -29190,7 +29190,7 @@ module.exports = {
|
|
|
29190
29190
|
// ESM COMPAT FLAG
|
|
29191
29191
|
__webpack_require__.r(__webpack_exports__);
|
|
29192
29192
|
|
|
29193
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29193
|
+
// 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
|
|
29194
29194
|
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)}
|
|
29195
29195
|
var staticRenderFns = []
|
|
29196
29196
|
|
|
@@ -29200,7 +29200,7 @@ var staticRenderFns = []
|
|
|
29200
29200
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
29201
29201
|
var variable_list = __webpack_require__("f016");
|
|
29202
29202
|
|
|
29203
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
29203
|
+
// 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
|
|
29204
29204
|
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){
|
|
29205
29205
|
var node = ref.node;
|
|
29206
29206
|
var data = ref.data;
|
|
@@ -31483,7 +31483,7 @@ __webpack_require__("f034");
|
|
|
31483
31483
|
// ESM COMPAT FLAG
|
|
31484
31484
|
__webpack_require__.r(__webpack_exports__);
|
|
31485
31485
|
|
|
31486
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
31486
|
+
// 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
|
|
31487
31487
|
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)}
|
|
31488
31488
|
var staticRenderFns = []
|
|
31489
31489
|
|
|
@@ -36606,7 +36606,7 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PR
|
|
|
36606
36606
|
// ESM COMPAT FLAG
|
|
36607
36607
|
__webpack_require__.r(__webpack_exports__);
|
|
36608
36608
|
|
|
36609
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
36609
|
+
// 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
|
|
36610
36610
|
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)])}
|
|
36611
36611
|
var staticRenderFns = []
|
|
36612
36612
|
|
|
@@ -36681,7 +36681,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
36681
36681
|
// ESM COMPAT FLAG
|
|
36682
36682
|
__webpack_require__.r(__webpack_exports__);
|
|
36683
36683
|
|
|
36684
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
36684
|
+
// 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
|
|
36685
36685
|
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)}
|
|
36686
36686
|
var staticRenderFns = []
|
|
36687
36687
|
|
|
@@ -38664,7 +38664,7 @@ module.exports = function isSupersetOf(other) {
|
|
|
38664
38664
|
// ESM COMPAT FLAG
|
|
38665
38665
|
__webpack_require__.r(__webpack_exports__);
|
|
38666
38666
|
|
|
38667
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38667
|
+
// 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
|
|
38668
38668
|
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"}})}
|
|
38669
38669
|
var staticRenderFns = []
|
|
38670
38670
|
|
|
@@ -38752,7 +38752,7 @@ module.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
|
|
|
38752
38752
|
|
|
38753
38753
|
"use strict";
|
|
38754
38754
|
|
|
38755
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38755
|
+
// 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
|
|
38756
38756
|
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))}
|
|
38757
38757
|
var staticRenderFns = []
|
|
38758
38758
|
|
|
@@ -38762,7 +38762,7 @@ var staticRenderFns = []
|
|
|
38762
38762
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
38763
38763
|
var objectSpread2 = __webpack_require__("5530");
|
|
38764
38764
|
|
|
38765
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38765
|
+
// 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
|
|
38766
38766
|
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) {
|
|
38767
38767
|
return item.code;
|
|
38768
38768
|
}),"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){
|
|
@@ -38834,7 +38834,7 @@ var es_string_trim = __webpack_require__("498a");
|
|
|
38834
38834
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
38835
38835
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
38836
38836
|
|
|
38837
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
38837
|
+
// 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
|
|
38838
38838
|
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)}
|
|
38839
38839
|
var MemberSelectorItemvue_type_template_id_274b61f1_staticRenderFns = []
|
|
38840
38840
|
|
|
@@ -39860,7 +39860,7 @@ var OrganizationSelectorPc_component = Object(componentNormalizer["a" /* default
|
|
|
39860
39860
|
)
|
|
39861
39861
|
|
|
39862
39862
|
/* harmony default export */ var OrganizationSelectorPc = (OrganizationSelectorPc_component.exports);
|
|
39863
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
39863
|
+
// 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
|
|
39864
39864
|
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){
|
|
39865
39865
|
var node = ref.node;
|
|
39866
39866
|
var data = ref.data;
|
|
@@ -42414,7 +42414,7 @@ module.exports = !fails(function () {
|
|
|
42414
42414
|
|
|
42415
42415
|
"use strict";
|
|
42416
42416
|
|
|
42417
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42417
|
+
// 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
|
|
42418
42418
|
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)}
|
|
42419
42419
|
var staticRenderFns = []
|
|
42420
42420
|
|
|
@@ -42466,7 +42466,7 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
42466
42466
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
42467
42467
|
var web_dom_collections_iterator = __webpack_require__("ddb0");
|
|
42468
42468
|
|
|
42469
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42469
|
+
// 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
|
|
42470
42470
|
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:[
|
|
42471
42471
|
'main',
|
|
42472
42472
|
_vm.platform
|
|
@@ -42499,7 +42499,7 @@ var api_adapter = __webpack_require__("7694");
|
|
|
42499
42499
|
// EXTERNAL MODULE: ./src/util/table-config.js
|
|
42500
42500
|
var table_config = __webpack_require__("b860");
|
|
42501
42501
|
|
|
42502
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42502
|
+
// 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
|
|
42503
42503
|
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
|
|
42504
42504
|
&& _vm.columnStatusList
|
|
42505
42505
|
&& _vm.columnStatusList.length
|
|
@@ -42543,7 +42543,7 @@ var widget_public_const = __webpack_require__("e2e6");
|
|
|
42543
42543
|
// EXTERNAL MODULE: ./src/util/datetime.js
|
|
42544
42544
|
var datetime = __webpack_require__("eb5f");
|
|
42545
42545
|
|
|
42546
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42546
|
+
// 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
|
|
42547
42547
|
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)}
|
|
42548
42548
|
var RateRendervue_type_template_id_bf2f2e72_staticRenderFns = []
|
|
42549
42549
|
|
|
@@ -42606,7 +42606,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
42606
42606
|
)
|
|
42607
42607
|
|
|
42608
42608
|
/* harmony default export */ var RateRender = (component.exports);
|
|
42609
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
42609
|
+
// 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
|
|
42610
42610
|
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()))])}
|
|
42611
42611
|
var SwitchRendervue_type_template_id_645d0544_staticRenderFns = []
|
|
42612
42612
|
|
|
@@ -43859,7 +43859,7 @@ var RelatedForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
43859
43859
|
// ESM COMPAT FLAG
|
|
43860
43860
|
__webpack_require__.r(__webpack_exports__);
|
|
43861
43861
|
|
|
43862
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
43862
|
+
// 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
|
|
43863
43863
|
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()])}
|
|
43864
43864
|
var staticRenderFns = []
|
|
43865
43865
|
|
|
@@ -43934,7 +43934,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
43934
43934
|
// ESM COMPAT FLAG
|
|
43935
43935
|
__webpack_require__.r(__webpack_exports__);
|
|
43936
43936
|
|
|
43937
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
43937
|
+
// 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
|
|
43938
43938
|
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"}})}
|
|
43939
43939
|
var staticRenderFns = []
|
|
43940
43940
|
|
|
@@ -45009,7 +45009,7 @@ exports.default = CODE128;
|
|
|
45009
45009
|
// ESM COMPAT FLAG
|
|
45010
45010
|
__webpack_require__.r(__webpack_exports__);
|
|
45011
45011
|
|
|
45012
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
45012
|
+
// 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
|
|
45013
45013
|
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)])}
|
|
45014
45014
|
var staticRenderFns = []
|
|
45015
45015
|
|
|
@@ -45022,7 +45022,7 @@ var mixin = __webpack_require__("dc43");
|
|
|
45022
45022
|
// EXTERNAL MODULE: ./src/common/consts/font-options.js
|
|
45023
45023
|
var font_options = __webpack_require__("3786");
|
|
45024
45024
|
|
|
45025
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
45025
|
+
// 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
|
|
45026
45026
|
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":{
|
|
45027
45027
|
width: '100%',
|
|
45028
45028
|
height: '70vh'
|
|
@@ -46235,7 +46235,7 @@ module.exports = function (hint) {
|
|
|
46235
46235
|
// ESM COMPAT FLAG
|
|
46236
46236
|
__webpack_require__.r(__webpack_exports__);
|
|
46237
46237
|
|
|
46238
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
46238
|
+
// 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
|
|
46239
46239
|
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()])}
|
|
46240
46240
|
var staticRenderFns = []
|
|
46241
46241
|
|
|
@@ -48322,7 +48322,7 @@ const isInContainer = (el, container) => {
|
|
|
48322
48322
|
// ESM COMPAT FLAG
|
|
48323
48323
|
__webpack_require__.r(__webpack_exports__);
|
|
48324
48324
|
|
|
48325
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
48325
|
+
// 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
|
|
48326
48326
|
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)}
|
|
48327
48327
|
var staticRenderFns = []
|
|
48328
48328
|
|
|
@@ -49224,7 +49224,7 @@ module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
|
|
|
49224
49224
|
|
|
49225
49225
|
"use strict";
|
|
49226
49226
|
|
|
49227
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
49227
|
+
// 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
|
|
49228
49228
|
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"})])}
|
|
49229
49229
|
var staticRenderFns = []
|
|
49230
49230
|
|
|
@@ -49430,7 +49430,7 @@ function _typeof(o) {
|
|
|
49430
49430
|
// ESM COMPAT FLAG
|
|
49431
49431
|
__webpack_require__.r(__webpack_exports__);
|
|
49432
49432
|
|
|
49433
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
49433
|
+
// 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
|
|
49434
49434
|
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"}})}
|
|
49435
49435
|
var staticRenderFns = []
|
|
49436
49436
|
|
|
@@ -59604,7 +59604,7 @@ module.exports = function () {
|
|
|
59604
59604
|
// ESM COMPAT FLAG
|
|
59605
59605
|
__webpack_require__.r(__webpack_exports__);
|
|
59606
59606
|
|
|
59607
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59607
|
+
// 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
|
|
59608
59608
|
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)}
|
|
59609
59609
|
var staticRenderFns = []
|
|
59610
59610
|
|
|
@@ -59623,7 +59623,7 @@ var mixin = __webpack_require__("dc43");
|
|
|
59623
59623
|
// EXTERNAL MODULE: ./src/common/consts/datasource-types.js
|
|
59624
59624
|
var datasource_types = __webpack_require__("5c9a");
|
|
59625
59625
|
|
|
59626
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
59626
|
+
// 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
|
|
59627
59627
|
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)}
|
|
59628
59628
|
var DictSelectorDialogvue_type_template_id_babad35a_scoped_true_staticRenderFns = []
|
|
59629
59629
|
|
|
@@ -60868,7 +60868,7 @@ $({ target: 'Object', stat: true, forced: FORCED }, {
|
|
|
60868
60868
|
// ESM COMPAT FLAG
|
|
60869
60869
|
__webpack_require__.r(__webpack_exports__);
|
|
60870
60870
|
|
|
60871
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
60871
|
+
// 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
|
|
60872
60872
|
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()])}
|
|
60873
60873
|
var staticRenderFns = []
|
|
60874
60874
|
|
|
@@ -61018,7 +61018,7 @@ module.exports = function (bitmap, value) {
|
|
|
61018
61018
|
// ESM COMPAT FLAG
|
|
61019
61019
|
__webpack_require__.r(__webpack_exports__);
|
|
61020
61020
|
|
|
61021
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61021
|
+
// 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
|
|
61022
61022
|
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)])}
|
|
61023
61023
|
var staticRenderFns = []
|
|
61024
61024
|
|
|
@@ -61875,7 +61875,7 @@ module.exports = !$assign || fails(function () {
|
|
|
61875
61875
|
|
|
61876
61876
|
"use strict";
|
|
61877
61877
|
|
|
61878
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61878
|
+
// 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
|
|
61879
61879
|
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()])}
|
|
61880
61880
|
var staticRenderFns = []
|
|
61881
61881
|
|
|
@@ -61915,7 +61915,7 @@ var es_object_to_string = __webpack_require__("d3b7");
|
|
|
61915
61915
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
61916
61916
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
61917
61917
|
|
|
61918
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
61918
|
+
// 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
|
|
61919
61919
|
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){
|
|
61920
61920
|
var node = ref.node;
|
|
61921
61921
|
var data = ref.data;
|
|
@@ -62136,7 +62136,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
62136
62136
|
)
|
|
62137
62137
|
|
|
62138
62138
|
/* harmony default export */ var CompTree = (component.exports);
|
|
62139
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
62139
|
+
// 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
|
|
62140
62140
|
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)}
|
|
62141
62141
|
var InnerMethodListvue_type_template_id_dd427940_scoped_true_staticRenderFns = []
|
|
62142
62142
|
|
|
@@ -63898,7 +63898,7 @@ module.exports = {
|
|
|
63898
63898
|
// ESM COMPAT FLAG
|
|
63899
63899
|
__webpack_require__.r(__webpack_exports__);
|
|
63900
63900
|
|
|
63901
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
63901
|
+
// 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
|
|
63902
63902
|
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))])}
|
|
63903
63903
|
var staticRenderFns = []
|
|
63904
63904
|
|
|
@@ -64689,7 +64689,7 @@ var ORG_CUSTOM_NODE_TYPE_OPTIONS = [{
|
|
|
64689
64689
|
// ESM COMPAT FLAG
|
|
64690
64690
|
__webpack_require__.r(__webpack_exports__);
|
|
64691
64691
|
|
|
64692
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64692
|
+
// 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
|
|
64693
64693
|
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)}
|
|
64694
64694
|
var staticRenderFns = []
|
|
64695
64695
|
|
|
@@ -64896,7 +64896,7 @@ module.exports = function ($this, dummy, Wrapper) {
|
|
|
64896
64896
|
// ESM COMPAT FLAG
|
|
64897
64897
|
__webpack_require__.r(__webpack_exports__);
|
|
64898
64898
|
|
|
64899
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64899
|
+
// 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
|
|
64900
64900
|
var render = function () {
|
|
64901
64901
|
var _obj;
|
|
64902
64902
|
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()}
|
|
@@ -64911,7 +64911,7 @@ var es_array_find_index = __webpack_require__("c740");
|
|
|
64911
64911
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
64912
64912
|
var es_function_name = __webpack_require__("b0c0");
|
|
64913
64913
|
|
|
64914
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
64914
|
+
// 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
|
|
64915
64915
|
var RendererCardvue_type_template_id_2e11a1e0_render = function () {
|
|
64916
64916
|
var _obj;
|
|
64917
64917
|
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()}
|
|
@@ -65280,7 +65280,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
65280
65280
|
)
|
|
65281
65281
|
|
|
65282
65282
|
/* harmony default export */ var RendererCard = (component.exports);
|
|
65283
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65283
|
+
// 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
|
|
65284
65284
|
var RendererGridvue_type_template_id_a87941de_render = function () {
|
|
65285
65285
|
var _obj;
|
|
65286
65286
|
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){
|
|
@@ -65437,7 +65437,7 @@ var RendererGrid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65437
65437
|
)
|
|
65438
65438
|
|
|
65439
65439
|
/* harmony default export */ var RendererGrid = (RendererGrid_component.exports);
|
|
65440
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65440
|
+
// 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
|
|
65441
65441
|
var RendererReportvue_type_template_id_5bab6c34_render = function () {
|
|
65442
65442
|
var _obj;
|
|
65443
65443
|
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:({
|
|
@@ -65568,7 +65568,7 @@ var RendererReport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65568
65568
|
)
|
|
65569
65569
|
|
|
65570
65570
|
/* harmony default export */ var RendererReport = (RendererReport_component.exports);
|
|
65571
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65571
|
+
// 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
|
|
65572
65572
|
var RendererTabvue_type_template_id_218432e3_scoped_true_render = function () {
|
|
65573
65573
|
var _obj;
|
|
65574
65574
|
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()}
|
|
@@ -65876,7 +65876,7 @@ var RendererTab_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65876
65876
|
)
|
|
65877
65877
|
|
|
65878
65878
|
/* harmony default export */ var RendererTab = (RendererTab_component.exports);
|
|
65879
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65879
|
+
// 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
|
|
65880
65880
|
var RendererCollapsevue_type_template_id_40dd4130_render = function () {
|
|
65881
65881
|
var _obj;
|
|
65882
65882
|
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()}
|
|
@@ -65971,7 +65971,7 @@ var RendererCollapse_component = Object(componentNormalizer["a" /* default */])(
|
|
|
65971
65971
|
)
|
|
65972
65972
|
|
|
65973
65973
|
/* harmony default export */ var RendererCollapse = (RendererCollapse_component.exports);
|
|
65974
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
65974
|
+
// 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
|
|
65975
65975
|
var RendererInlinevue_type_template_id_32912286_render = function () {
|
|
65976
65976
|
var _obj;
|
|
65977
65977
|
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()}
|
|
@@ -66057,7 +66057,7 @@ var RendererInline_component = Object(componentNormalizer["a" /* default */])(
|
|
|
66057
66057
|
)
|
|
66058
66058
|
|
|
66059
66059
|
/* harmony default export */ var RendererInline = (RendererInline_component.exports);
|
|
66060
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66060
|
+
// 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
|
|
66061
66061
|
var RendererStepsvue_type_template_id_407ea396_render = function () {
|
|
66062
66062
|
var _obj;
|
|
66063
66063
|
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)])}
|
|
@@ -66199,7 +66199,7 @@ var RendererSteps_component = Object(componentNormalizer["a" /* default */])(
|
|
|
66199
66199
|
inline: RendererInline,
|
|
66200
66200
|
steps: RendererSteps
|
|
66201
66201
|
});
|
|
66202
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66202
|
+
// 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
|
|
66203
66203
|
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:({
|
|
66204
66204
|
width: _vm.pluginWidth
|
|
66205
66205
|
}),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:({
|
|
@@ -66226,7 +66226,7 @@ var es_iterator_for_each = __webpack_require__("7d54");
|
|
|
66226
66226
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
66227
66227
|
var web_dom_collections_for_each = __webpack_require__("159b");
|
|
66228
66228
|
|
|
66229
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
66229
|
+
// 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
|
|
66230
66230
|
var BaseRenderervue_type_template_id_43030130_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
66231
66231
|
var BaseRenderervue_type_template_id_43030130_staticRenderFns = []
|
|
66232
66232
|
|
|
@@ -67040,7 +67040,7 @@ var RendererInput_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67040
67040
|
)
|
|
67041
67041
|
|
|
67042
67042
|
/* harmony default export */ var RendererInput = (RendererInput_component.exports);
|
|
67043
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67043
|
+
// 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
|
|
67044
67044
|
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:({
|
|
67045
67045
|
width: _vm.pluginWidth
|
|
67046
67046
|
}),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"}})}
|
|
@@ -67098,7 +67098,7 @@ var RendererTextarea_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67098
67098
|
)
|
|
67099
67099
|
|
|
67100
67100
|
/* harmony default export */ var RendererTextarea = (RendererTextarea_component.exports);
|
|
67101
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67101
|
+
// 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
|
|
67102
67102
|
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)}
|
|
67103
67103
|
var RendererNumbervue_type_template_id_685d1a90_staticRenderFns = []
|
|
67104
67104
|
|
|
@@ -67212,7 +67212,7 @@ var RendererNumber_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67212
67212
|
)
|
|
67213
67213
|
|
|
67214
67214
|
/* harmony default export */ var RendererNumber = (RendererNumber_component.exports);
|
|
67215
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67215
|
+
// 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
|
|
67216
67216
|
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:({
|
|
67217
67217
|
width: _vm.pluginWidth
|
|
67218
67218
|
}),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:({
|
|
@@ -67353,7 +67353,7 @@ var RendererRadio_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67353
67353
|
)
|
|
67354
67354
|
|
|
67355
67355
|
/* harmony default export */ var RendererRadio = (RendererRadio_component.exports);
|
|
67356
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67356
|
+
// 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
|
|
67357
67357
|
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:({
|
|
67358
67358
|
width: _vm.pluginWidth
|
|
67359
67359
|
}),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:({
|
|
@@ -67492,7 +67492,7 @@ var RendererCheckbox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67492
67492
|
)
|
|
67493
67493
|
|
|
67494
67494
|
/* harmony default export */ var RendererCheckbox = (RendererCheckbox_component.exports);
|
|
67495
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67495
|
+
// 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
|
|
67496
67496
|
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:({
|
|
67497
67497
|
width: _vm.pluginWidth
|
|
67498
67498
|
}),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)}
|
|
@@ -67555,7 +67555,7 @@ var RendererTime_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67555
67555
|
)
|
|
67556
67556
|
|
|
67557
67557
|
/* harmony default export */ var RendererTime = (RendererTime_component.exports);
|
|
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/core-renderer/Elements/RendererDate.vue?vue&type=template&id=623ec66e
|
|
67559
67559
|
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:({
|
|
67560
67560
|
width: _vm.pluginWidth
|
|
67561
67561
|
}),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"}})}
|
|
@@ -67564,7 +67564,7 @@ var RendererDatevue_type_template_id_623ec66e_staticRenderFns = []
|
|
|
67564
67564
|
|
|
67565
67565
|
// CONCATENATED MODULE: ./src/core-renderer/Elements/RendererDate.vue?vue&type=template&id=623ec66e
|
|
67566
67566
|
|
|
67567
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67567
|
+
// 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
|
|
67568
67568
|
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)}
|
|
67569
67569
|
var CustomMobileDatevue_type_template_id_9355d5f2_staticRenderFns = []
|
|
67570
67570
|
|
|
@@ -67856,7 +67856,7 @@ var RendererDate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67856
67856
|
)
|
|
67857
67857
|
|
|
67858
67858
|
/* harmony default export */ var RendererDate = (RendererDate_component.exports);
|
|
67859
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67859
|
+
// 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
|
|
67860
67860
|
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)}
|
|
67861
67861
|
var RendererRatevue_type_template_id_2b7905ce_staticRenderFns = []
|
|
67862
67862
|
|
|
@@ -67909,7 +67909,7 @@ var RendererRate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
67909
67909
|
)
|
|
67910
67910
|
|
|
67911
67911
|
/* harmony default export */ var RendererRate = (RendererRate_component.exports);
|
|
67912
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
67912
|
+
// 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
|
|
67913
67913
|
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:({
|
|
67914
67914
|
width: _vm.pluginWidth
|
|
67915
67915
|
}),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)}
|
|
@@ -68072,7 +68072,7 @@ var RendererSelect_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68072
68072
|
)
|
|
68073
68073
|
|
|
68074
68074
|
/* harmony default export */ var RendererSelect = (RendererSelect_component.exports);
|
|
68075
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68075
|
+
// 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
|
|
68076
68076
|
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)}
|
|
68077
68077
|
var RendererSwitchesvue_type_template_id_7ca9b868_staticRenderFns = []
|
|
68078
68078
|
|
|
@@ -68121,7 +68121,7 @@ var RendererSwitches_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68121
68121
|
)
|
|
68122
68122
|
|
|
68123
68123
|
/* harmony default export */ var RendererSwitches = (RendererSwitches_component.exports);
|
|
68124
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68124
|
+
// 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
|
|
68125
68125
|
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:({
|
|
68126
68126
|
width: _vm.pluginWidth
|
|
68127
68127
|
}),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"}})}
|
|
@@ -68219,7 +68219,7 @@ var RendererSlider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68219
68219
|
)
|
|
68220
68220
|
|
|
68221
68221
|
/* harmony default export */ var RendererSlider = (RendererSlider_component.exports);
|
|
68222
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68222
|
+
// 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
|
|
68223
68223
|
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":{
|
|
68224
68224
|
width: _vm.pluginWidth,
|
|
68225
68225
|
cursor: !_vm.edit || _vm.element.options.disabled ? 'no-drop' : '',
|
|
@@ -68279,7 +68279,7 @@ var RendererEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68279
68279
|
)
|
|
68280
68280
|
|
|
68281
68281
|
/* harmony default export */ var RendererEditor = (RendererEditor_component.exports);
|
|
68282
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68282
|
+
// 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
|
|
68283
68283
|
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":{
|
|
68284
68284
|
width: _vm.pluginWidth
|
|
68285
68285
|
},"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)}
|
|
@@ -68380,7 +68380,7 @@ var RendererMember_component = Object(componentNormalizer["a" /* default */])(
|
|
|
68380
68380
|
)
|
|
68381
68381
|
|
|
68382
68382
|
/* harmony default export */ var RendererMember = (RendererMember_component.exports);
|
|
68383
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68383
|
+
// 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
|
|
68384
68384
|
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:({
|
|
68385
68385
|
width: _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
68386
68386
|
}),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":{
|
|
@@ -68399,7 +68399,7 @@ var es_array_join = __webpack_require__("a15b");
|
|
|
68399
68399
|
// EXTERNAL MODULE: ./src/util/widget-public-const.js
|
|
68400
68400
|
var widget_public_const = __webpack_require__("e2e6");
|
|
68401
68401
|
|
|
68402
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
68402
|
+
// 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
|
|
68403
68403
|
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)}
|
|
68404
68404
|
var CustomMobileCascadervue_type_template_id_7adb66d5_staticRenderFns = []
|
|
68405
68405
|
|
|
@@ -69101,7 +69101,7 @@ var RendererCascader_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69101
69101
|
)
|
|
69102
69102
|
|
|
69103
69103
|
/* harmony default export */ var RendererCascader = (RendererCascader_component.exports);
|
|
69104
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69104
|
+
// 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
|
|
69105
69105
|
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:({
|
|
69106
69106
|
width: _vm.pluginWidth
|
|
69107
69107
|
}),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"}})}
|
|
@@ -69169,7 +69169,7 @@ var RendererUpload_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69169
69169
|
)
|
|
69170
69170
|
|
|
69171
69171
|
/* harmony default export */ var RendererUpload = (RendererUpload_component.exports);
|
|
69172
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69172
|
+
// 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
|
|
69173
69173
|
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:({
|
|
69174
69174
|
width: _vm.pluginWidth
|
|
69175
69175
|
}),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"}})}
|
|
@@ -69233,7 +69233,7 @@ var RendererImageUpload_component = Object(componentNormalizer["a" /* default */
|
|
|
69233
69233
|
)
|
|
69234
69234
|
|
|
69235
69235
|
/* harmony default export */ var RendererImageUpload = (RendererImageUpload_component.exports);
|
|
69236
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69236
|
+
// 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
|
|
69237
69237
|
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":{
|
|
69238
69238
|
width: _vm.pluginWidth
|
|
69239
69239
|
},"print-read":_vm.printRead},model:{value:(_vm.dataModel),callback:function ($$v) {_vm.dataModel=$$v},expression:"dataModel"}})}
|
|
@@ -69287,7 +69287,7 @@ var RendererUuid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69287
69287
|
)
|
|
69288
69288
|
|
|
69289
69289
|
/* harmony default export */ var RendererUuid = (RendererUuid_component.exports);
|
|
69290
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69290
|
+
// 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
|
|
69291
69291
|
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')))])}
|
|
69292
69292
|
var RendererSequencevue_type_template_id_48badf91_staticRenderFns = []
|
|
69293
69293
|
|
|
@@ -69330,7 +69330,7 @@ var RendererSequence_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69330
69330
|
)
|
|
69331
69331
|
|
|
69332
69332
|
/* harmony default export */ var RendererSequence = (RendererSequence_component.exports);
|
|
69333
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69333
|
+
// 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
|
|
69334
69334
|
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"}})}
|
|
69335
69335
|
var RendererAddressvue_type_template_id_6bd08f52_staticRenderFns = []
|
|
69336
69336
|
|
|
@@ -69397,7 +69397,7 @@ var RendererAddress_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69397
69397
|
)
|
|
69398
69398
|
|
|
69399
69399
|
/* harmony default export */ var RendererAddress = (RendererAddress_component.exports);
|
|
69400
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69400
|
+
// 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
|
|
69401
69401
|
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"}})}
|
|
69402
69402
|
var RendererRelatedFormvue_type_template_id_106eadea_staticRenderFns = []
|
|
69403
69403
|
|
|
@@ -69467,14 +69467,14 @@ var RendererRelatedForm_component = Object(componentNormalizer["a" /* default */
|
|
|
69467
69467
|
)
|
|
69468
69468
|
|
|
69469
69469
|
/* harmony default export */ var RendererRelatedForm = (RendererRelatedForm_component.exports);
|
|
69470
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69470
|
+
// 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
|
|
69471
69471
|
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}})}
|
|
69472
69472
|
var RendererTablevue_type_template_id_c0bf2348_staticRenderFns = []
|
|
69473
69473
|
|
|
69474
69474
|
|
|
69475
69475
|
// CONCATENATED MODULE: ./src/core-renderer/Elements/RendererTable.vue?vue&type=template&id=c0bf2348
|
|
69476
69476
|
|
|
69477
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69477
|
+
// 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
|
|
69478
69478
|
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){
|
|
69479
69479
|
var _obj;
|
|
69480
69480
|
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){
|
|
@@ -69559,7 +69559,7 @@ var TABLE_COMP_OPT_VALUE_MAP = {
|
|
|
69559
69559
|
icon: 'close-circle-fill'
|
|
69560
69560
|
}
|
|
69561
69561
|
};
|
|
69562
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69562
|
+
// 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
|
|
69563
69563
|
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)}
|
|
69564
69564
|
var RendererTableItemvue_type_template_id_3fffe480_staticRenderFns = []
|
|
69565
69565
|
|
|
@@ -69689,14 +69689,14 @@ var RendererTableItem_component = Object(componentNormalizer["a" /* default */])
|
|
|
69689
69689
|
)
|
|
69690
69690
|
|
|
69691
69691
|
/* harmony default export */ var RendererTableItem = (RendererTableItem_component.exports);
|
|
69692
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69692
|
+
// 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
|
|
69693
69693
|
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)])}
|
|
69694
69694
|
var DataImportvue_type_template_id_2d646176_staticRenderFns = []
|
|
69695
69695
|
|
|
69696
69696
|
|
|
69697
69697
|
// CONCATENATED MODULE: ./src/components/DataImport/DataImport.vue?vue&type=template&id=2d646176
|
|
69698
69698
|
|
|
69699
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69699
|
+
// 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
|
|
69700
69700
|
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')))])])])])}
|
|
69701
69701
|
var StepOnevue_type_template_id_404a988c_scoped_true_staticRenderFns = []
|
|
69702
69702
|
|
|
@@ -69988,7 +69988,7 @@ var StepOne_component = Object(componentNormalizer["a" /* default */])(
|
|
|
69988
69988
|
)
|
|
69989
69989
|
|
|
69990
69990
|
/* harmony default export */ var StepOne = (StepOne_component.exports);
|
|
69991
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
69991
|
+
// 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
|
|
69992
69992
|
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)}
|
|
69993
69993
|
var StepTwovue_type_template_id_f783e38a_staticRenderFns = []
|
|
69994
69994
|
|
|
@@ -70148,7 +70148,7 @@ var DataImport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70148
70148
|
)
|
|
70149
70149
|
|
|
70150
70150
|
/* harmony default export */ var DataImport = (DataImport_component.exports);
|
|
70151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70151
|
+
// 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
|
|
70152
70152
|
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)])])}
|
|
70153
70153
|
var TableLayoutvue_type_template_id_683c0711_staticRenderFns = []
|
|
70154
70154
|
|
|
@@ -70222,7 +70222,7 @@ var TableLayout_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70222
70222
|
)
|
|
70223
70223
|
|
|
70224
70224
|
/* harmony default export */ var TableLayout = (TableLayout_component.exports);
|
|
70225
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70225
|
+
// 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
|
|
70226
70226
|
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)}
|
|
70227
70227
|
var HeaderRightOptBarvue_type_template_id_4d34f329_staticRenderFns = []
|
|
70228
70228
|
|
|
@@ -70448,7 +70448,7 @@ var HeaderRightOptBar_component = Object(componentNormalizer["a" /* default */])
|
|
|
70448
70448
|
)
|
|
70449
70449
|
|
|
70450
70450
|
/* harmony default export */ var HeaderRightOptBar = (HeaderRightOptBar_component.exports);
|
|
70451
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70451
|
+
// 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
|
|
70452
70452
|
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)}
|
|
70453
70453
|
var FooterLeftOptBarvue_type_template_id_1a971dbd_staticRenderFns = []
|
|
70454
70454
|
|
|
@@ -70577,7 +70577,7 @@ var FooterLeftOptBar_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70577
70577
|
)
|
|
70578
70578
|
|
|
70579
70579
|
/* harmony default export */ var FooterLeftOptBar = (FooterLeftOptBar_component.exports);
|
|
70580
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70580
|
+
// 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
|
|
70581
70581
|
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))])}
|
|
70582
70582
|
var NoteBarvue_type_template_id_90f26f3e_staticRenderFns = []
|
|
70583
70583
|
|
|
@@ -70620,7 +70620,7 @@ var NoteBar_component = Object(componentNormalizer["a" /* default */])(
|
|
|
70620
70620
|
)
|
|
70621
70621
|
|
|
70622
70622
|
/* harmony default export */ var NoteBar = (NoteBar_component.exports);
|
|
70623
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
70623
|
+
// 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
|
|
70624
70624
|
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)}
|
|
70625
70625
|
var PagingBarvue_type_template_id_7ee66552_staticRenderFns = []
|
|
70626
70626
|
|
|
@@ -72373,7 +72373,7 @@ var Elements_RendererTable_component = Object(componentNormalizer["a" /* default
|
|
|
72373
72373
|
)
|
|
72374
72374
|
|
|
72375
72375
|
/* harmony default export */ var Elements_RendererTable = (Elements_RendererTable_component.exports);
|
|
72376
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72376
|
+
// 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
|
|
72377
72377
|
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}})}
|
|
72378
72378
|
var RendererQrCodevue_type_template_id_fc4786fe_staticRenderFns = []
|
|
72379
72379
|
|
|
@@ -72419,7 +72419,7 @@ var RendererQrCode_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72419
72419
|
)
|
|
72420
72420
|
|
|
72421
72421
|
/* harmony default export */ var RendererQrCode = (RendererQrCode_component.exports);
|
|
72422
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72422
|
+
// 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
|
|
72423
72423
|
var RendererButtonvue_type_template_id_509c4f8a_render = function () {
|
|
72424
72424
|
var _obj;
|
|
72425
72425
|
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)}
|
|
@@ -72495,7 +72495,7 @@ var RendererButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72495
72495
|
)
|
|
72496
72496
|
|
|
72497
72497
|
/* harmony default export */ var RendererButton = (RendererButton_component.exports);
|
|
72498
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72498
|
+
// 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
|
|
72499
72499
|
var RendererDividervue_type_template_id_88efa8e8_render = function () {
|
|
72500
72500
|
var _obj;
|
|
72501
72501
|
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:({
|
|
@@ -72550,7 +72550,7 @@ var RendererDivider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72550
72550
|
)
|
|
72551
72551
|
|
|
72552
72552
|
/* harmony default export */ var RendererDivider = (RendererDivider_component.exports);
|
|
72553
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72553
|
+
// 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
|
|
72554
72554
|
var RendererIframevue_type_template_id_5882c906_render = function () {
|
|
72555
72555
|
var _obj;
|
|
72556
72556
|
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:({
|
|
@@ -72618,7 +72618,7 @@ var RendererIframe_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72618
72618
|
)
|
|
72619
72619
|
|
|
72620
72620
|
/* harmony default export */ var RendererIframe = (RendererIframe_component.exports);
|
|
72621
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72621
|
+
// 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
|
|
72622
72622
|
var RendererImagevue_type_template_id_5cf482ec_render = function () {
|
|
72623
72623
|
var _obj;
|
|
72624
72624
|
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:({
|
|
@@ -72690,7 +72690,7 @@ var RendererImage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72690
72690
|
)
|
|
72691
72691
|
|
|
72692
72692
|
/* harmony default export */ var RendererImage = (RendererImage_component.exports);
|
|
72693
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72693
|
+
// 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
|
|
72694
72694
|
var RendererLinkvue_type_template_id_9846bd5a_render = function () {
|
|
72695
72695
|
var _obj;
|
|
72696
72696
|
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)}
|
|
@@ -72759,7 +72759,7 @@ var RendererLink_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72759
72759
|
)
|
|
72760
72760
|
|
|
72761
72761
|
/* harmony default export */ var RendererLink = (RendererLink_component.exports);
|
|
72762
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72762
|
+
// 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
|
|
72763
72763
|
var RendererTextvue_type_template_id_9c827886_render = function () {
|
|
72764
72764
|
var _obj;
|
|
72765
72765
|
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)+" ")])}
|
|
@@ -72818,7 +72818,7 @@ var RendererText_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72818
72818
|
)
|
|
72819
72819
|
|
|
72820
72820
|
/* harmony default export */ var RendererText = (RendererText_component.exports);
|
|
72821
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72821
|
+
// 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
|
|
72822
72822
|
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)}
|
|
72823
72823
|
var RendererCustomvue_type_template_id_e8c52276_staticRenderFns = []
|
|
72824
72824
|
|
|
@@ -72895,7 +72895,7 @@ var RendererCustom_component = Object(componentNormalizer["a" /* default */])(
|
|
|
72895
72895
|
)
|
|
72896
72896
|
|
|
72897
72897
|
/* harmony default export */ var RendererCustom = (RendererCustom_component.exports);
|
|
72898
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
72898
|
+
// 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
|
|
72899
72899
|
var RendererUserNoticevue_type_template_id_58ef4d0d_scoped_true_render = function () {
|
|
72900
72900
|
var _obj;
|
|
72901
72901
|
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)}
|
|
@@ -73006,7 +73006,7 @@ var RendererUserNotice_component = Object(componentNormalizer["a" /* default */]
|
|
|
73006
73006
|
)
|
|
73007
73007
|
|
|
73008
73008
|
/* harmony default export */ var RendererUserNotice = (RendererUserNotice_component.exports);
|
|
73009
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73009
|
+
// 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
|
|
73010
73010
|
var RendererUnitedFormvue_type_template_id_66f06a96_render = function () {
|
|
73011
73011
|
var _obj, _obj$1;
|
|
73012
73012
|
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 = {
|
|
@@ -73523,7 +73523,7 @@ __webpack_require__("ae68");
|
|
|
73523
73523
|
// ESM COMPAT FLAG
|
|
73524
73524
|
__webpack_require__.r(__webpack_exports__);
|
|
73525
73525
|
|
|
73526
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73526
|
+
// 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
|
|
73527
73527
|
var render = function () {
|
|
73528
73528
|
var _obj;
|
|
73529
73529
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"widget-view",class:{
|
|
@@ -73553,7 +73553,7 @@ var es_regexp_test = __webpack_require__("00b4");
|
|
|
73553
73553
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
73554
73554
|
var es_string_trim = __webpack_require__("498a");
|
|
73555
73555
|
|
|
73556
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73556
|
+
// 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
|
|
73557
73557
|
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)}
|
|
73558
73558
|
var DesignerCardvue_type_template_id_65d6f16f_staticRenderFns = []
|
|
73559
73559
|
|
|
@@ -73877,7 +73877,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
73877
73877
|
)
|
|
73878
73878
|
|
|
73879
73879
|
/* harmony default export */ var DesignerCard = (component.exports);
|
|
73880
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
73880
|
+
// 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
|
|
73881
73881
|
var DesignerGridvue_type_template_id_f02ab2a4_render = function () {
|
|
73882
73882
|
var _obj;
|
|
73883
73883
|
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){
|
|
@@ -74108,7 +74108,7 @@ var DesignerGrid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74108
74108
|
)
|
|
74109
74109
|
|
|
74110
74110
|
/* harmony default export */ var DesignerGrid = (DesignerGrid_component.exports);
|
|
74111
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74111
|
+
// 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
|
|
74112
74112
|
var DesignerCollapsevue_type_template_id_7b82c394_render = function () {
|
|
74113
74113
|
var _obj;
|
|
74114
74114
|
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)}
|
|
@@ -74214,7 +74214,7 @@ var DesignerCollapse_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74214
74214
|
)
|
|
74215
74215
|
|
|
74216
74216
|
/* harmony default export */ var DesignerCollapse = (DesignerCollapse_component.exports);
|
|
74217
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74217
|
+
// 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
|
|
74218
74218
|
var DesignerReportvue_type_template_id_a8abd550_render = function () {
|
|
74219
74219
|
var _obj;
|
|
74220
74220
|
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:({
|
|
@@ -74868,7 +74868,7 @@ var DesignerReport_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74868
74868
|
)
|
|
74869
74869
|
|
|
74870
74870
|
/* harmony default export */ var DesignerReport = (DesignerReport_component.exports);
|
|
74871
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74871
|
+
// 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
|
|
74872
74872
|
var DesignerTabvue_type_template_id_02a88b25_render = function () {
|
|
74873
74873
|
var _obj;
|
|
74874
74874
|
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:{
|
|
@@ -74980,7 +74980,7 @@ var DesignerTab_component = Object(componentNormalizer["a" /* default */])(
|
|
|
74980
74980
|
)
|
|
74981
74981
|
|
|
74982
74982
|
/* harmony default export */ var DesignerTab = (DesignerTab_component.exports);
|
|
74983
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
74983
|
+
// 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
|
|
74984
74984
|
var DesignerTablevue_type_template_id_70f285f7_render = function () {
|
|
74985
74985
|
var _obj;
|
|
74986
74986
|
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)}
|
|
@@ -74998,7 +74998,7 @@ var es_array_map = __webpack_require__("d81d");
|
|
|
74998
74998
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
74999
74999
|
var es_iterator_map = __webpack_require__("ab43");
|
|
75000
75000
|
|
|
75001
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75001
|
+
// 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
|
|
75002
75002
|
var DesignerTableItemvue_type_template_id_e9f2fd50_render = function () {
|
|
75003
75003
|
var _obj;
|
|
75004
75004
|
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:{
|
|
@@ -75015,14 +75015,14 @@ var DesignerTableItemvue_type_template_id_e9f2fd50_staticRenderFns = []
|
|
|
75015
75015
|
|
|
75016
75016
|
// CONCATENATED MODULE: ./src/common/consts/common-reg-exp.js
|
|
75017
75017
|
var modelRegExp = /^(?!_)(?![0-9])[a-zA-Z0-9_]{2,50}$/;
|
|
75018
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75018
|
+
// 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
|
|
75019
75019
|
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)}
|
|
75020
75020
|
var DesignerInputvue_type_template_id_1d657cde_staticRenderFns = []
|
|
75021
75021
|
|
|
75022
75022
|
|
|
75023
75023
|
// CONCATENATED MODULE: ./src/core-designer/Elements/DesignerInput.vue?vue&type=template&id=1d657cde
|
|
75024
75024
|
|
|
75025
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75025
|
+
// 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
|
|
75026
75026
|
var BaseDesignerRenderervue_type_template_id_68afb159_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
75027
75027
|
var BaseDesignerRenderervue_type_template_id_68afb159_staticRenderFns = []
|
|
75028
75028
|
|
|
@@ -75287,7 +75287,7 @@ var DesignerInput_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75287
75287
|
)
|
|
75288
75288
|
|
|
75289
75289
|
/* harmony default export */ var DesignerInput = (DesignerInput_component.exports);
|
|
75290
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75290
|
+
// 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
|
|
75291
75291
|
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)}
|
|
75292
75292
|
var DesignerTextareavue_type_template_id_605e81aa_staticRenderFns = []
|
|
75293
75293
|
|
|
@@ -75369,7 +75369,7 @@ var DesignerTextarea_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75369
75369
|
)
|
|
75370
75370
|
|
|
75371
75371
|
/* harmony default export */ var DesignerTextarea = (DesignerTextarea_component.exports);
|
|
75372
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75372
|
+
// 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
|
|
75373
75373
|
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)}
|
|
75374
75374
|
var DesignerNumbervue_type_template_id_020369be_staticRenderFns = []
|
|
75375
75375
|
|
|
@@ -75451,7 +75451,7 @@ var DesignerNumber_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75451
75451
|
)
|
|
75452
75452
|
|
|
75453
75453
|
/* harmony default export */ var DesignerNumber = (DesignerNumber_component.exports);
|
|
75454
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75454
|
+
// 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
|
|
75455
75455
|
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)}
|
|
75456
75456
|
var DesignerRadiovue_type_template_id_0f06fded_staticRenderFns = []
|
|
75457
75457
|
|
|
@@ -75527,7 +75527,7 @@ var DesignerRadio_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75527
75527
|
)
|
|
75528
75528
|
|
|
75529
75529
|
/* harmony default export */ var DesignerRadio = (DesignerRadio_component.exports);
|
|
75530
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75530
|
+
// 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
|
|
75531
75531
|
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)}
|
|
75532
75532
|
var DesignerCheckboxvue_type_template_id_65ec7794_staticRenderFns = []
|
|
75533
75533
|
|
|
@@ -75607,7 +75607,7 @@ var DesignerCheckbox_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75607
75607
|
)
|
|
75608
75608
|
|
|
75609
75609
|
/* harmony default export */ var DesignerCheckbox = (DesignerCheckbox_component.exports);
|
|
75610
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75610
|
+
// 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
|
|
75611
75611
|
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)}
|
|
75612
75612
|
var DesignerTimevue_type_template_id_0d086981_staticRenderFns = []
|
|
75613
75613
|
|
|
@@ -75661,7 +75661,7 @@ var DesignerTime_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75661
75661
|
)
|
|
75662
75662
|
|
|
75663
75663
|
/* harmony default export */ var DesignerTime = (DesignerTime_component.exports);
|
|
75664
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75664
|
+
// 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
|
|
75665
75665
|
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)}
|
|
75666
75666
|
var DesignerDatevue_type_template_id_573c45f2_staticRenderFns = []
|
|
75667
75667
|
|
|
@@ -75728,7 +75728,7 @@ var DesignerDate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75728
75728
|
)
|
|
75729
75729
|
|
|
75730
75730
|
/* harmony default export */ var DesignerDate = (DesignerDate_component.exports);
|
|
75731
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75731
|
+
// 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
|
|
75732
75732
|
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)}
|
|
75733
75733
|
var DesignerRatevue_type_template_id_b2dc2f54_staticRenderFns = []
|
|
75734
75734
|
|
|
@@ -75781,7 +75781,7 @@ var DesignerRate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75781
75781
|
)
|
|
75782
75782
|
|
|
75783
75783
|
/* harmony default export */ var DesignerRate = (DesignerRate_component.exports);
|
|
75784
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75784
|
+
// 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
|
|
75785
75785
|
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)}
|
|
75786
75786
|
var DesignerSelectvue_type_template_id_d30c69b6_staticRenderFns = []
|
|
75787
75787
|
|
|
@@ -75852,7 +75852,7 @@ var DesignerSelect_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75852
75852
|
)
|
|
75853
75853
|
|
|
75854
75854
|
/* harmony default export */ var DesignerSelect = (DesignerSelect_component.exports);
|
|
75855
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75855
|
+
// 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
|
|
75856
75856
|
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"}})}
|
|
75857
75857
|
var DesignerSwitchesvue_type_template_id_274fa9f6_staticRenderFns = []
|
|
75858
75858
|
|
|
@@ -75891,7 +75891,7 @@ var DesignerSwitches_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75891
75891
|
)
|
|
75892
75892
|
|
|
75893
75893
|
/* harmony default export */ var DesignerSwitches = (DesignerSwitches_component.exports);
|
|
75894
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75894
|
+
// 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
|
|
75895
75895
|
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:({
|
|
75896
75896
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
75897
75897
|
}),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"}})}
|
|
@@ -75943,7 +75943,7 @@ var DesignerSlider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75943
75943
|
)
|
|
75944
75944
|
|
|
75945
75945
|
/* harmony default export */ var DesignerSlider = (DesignerSlider_component.exports);
|
|
75946
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75946
|
+
// 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
|
|
75947
75947
|
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"}})}
|
|
75948
75948
|
var DesignerEditorvue_type_template_id_9c0d53dc_staticRenderFns = []
|
|
75949
75949
|
|
|
@@ -75989,7 +75989,7 @@ var DesignerEditor_component = Object(componentNormalizer["a" /* default */])(
|
|
|
75989
75989
|
)
|
|
75990
75990
|
|
|
75991
75991
|
/* harmony default export */ var DesignerEditor = (DesignerEditor_component.exports);
|
|
75992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
75992
|
+
// 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
|
|
75993
75993
|
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":{
|
|
75994
75994
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
75995
75995
|
},"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"}})}
|
|
@@ -76075,7 +76075,7 @@ var DesignerMember_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76075
76075
|
)
|
|
76076
76076
|
|
|
76077
76077
|
/* harmony default export */ var DesignerMember = (DesignerMember_component.exports);
|
|
76078
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76078
|
+
// 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
|
|
76079
76079
|
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:({
|
|
76080
76080
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76081
76081
|
}),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":{
|
|
@@ -76131,7 +76131,7 @@ var DesignerCascader_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76131
76131
|
)
|
|
76132
76132
|
|
|
76133
76133
|
/* harmony default export */ var DesignerCascader = (DesignerCascader_component.exports);
|
|
76134
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76134
|
+
// 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
|
|
76135
76135
|
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:({
|
|
76136
76136
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76137
76137
|
}),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"}})}
|
|
@@ -76192,7 +76192,7 @@ var DesignerUpload_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76192
76192
|
)
|
|
76193
76193
|
|
|
76194
76194
|
/* harmony default export */ var DesignerUpload = (DesignerUpload_component.exports);
|
|
76195
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76195
|
+
// 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
|
|
76196
76196
|
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:({
|
|
76197
76197
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76198
76198
|
}),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"}})}
|
|
@@ -76250,7 +76250,7 @@ var DesignerImageUpload_component = Object(componentNormalizer["a" /* default */
|
|
|
76250
76250
|
)
|
|
76251
76251
|
|
|
76252
76252
|
/* harmony default export */ var DesignerImageUpload = (DesignerImageUpload_component.exports);
|
|
76253
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76253
|
+
// 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
|
|
76254
76254
|
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":{
|
|
76255
76255
|
width: _vm.isInTable ? '100%' : _vm.element.options.isWidgetWidth ? ((_vm.element.options.width) + "%") : '100%'
|
|
76256
76256
|
},"value":_vm.v4()}})}
|
|
@@ -76302,7 +76302,7 @@ var DesignerUuid_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76302
76302
|
)
|
|
76303
76303
|
|
|
76304
76304
|
/* harmony default export */ var DesignerUuid = (DesignerUuid_component.exports);
|
|
76305
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76305
|
+
// 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
|
|
76306
76306
|
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":""}})}
|
|
76307
76307
|
var DesignerSequencevue_type_template_id_1fe77640_staticRenderFns = []
|
|
76308
76308
|
|
|
@@ -76341,7 +76341,7 @@ var DesignerSequence_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76341
76341
|
)
|
|
76342
76342
|
|
|
76343
76343
|
/* harmony default export */ var DesignerSequence = (DesignerSequence_component.exports);
|
|
76344
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76344
|
+
// 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
|
|
76345
76345
|
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}})}
|
|
76346
76346
|
var DesignerAddressvue_type_template_id_3a5327f6_staticRenderFns = []
|
|
76347
76347
|
|
|
@@ -76400,7 +76400,7 @@ var DesignerAddress_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76400
76400
|
)
|
|
76401
76401
|
|
|
76402
76402
|
/* harmony default export */ var DesignerAddress = (DesignerAddress_component.exports);
|
|
76403
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76403
|
+
// 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
|
|
76404
76404
|
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}})}
|
|
76405
76405
|
var DesignerRelatedFormvue_type_template_id_05145a92_staticRenderFns = []
|
|
76406
76406
|
|
|
@@ -76446,7 +76446,7 @@ var DesignerRelatedForm_component = Object(componentNormalizer["a" /* default */
|
|
|
76446
76446
|
)
|
|
76447
76447
|
|
|
76448
76448
|
/* harmony default export */ var DesignerRelatedForm = (DesignerRelatedForm_component.exports);
|
|
76449
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76449
|
+
// 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
|
|
76450
76450
|
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}})}
|
|
76451
76451
|
var DesignerQrCodevue_type_template_id_e2ed1330_staticRenderFns = []
|
|
76452
76452
|
|
|
@@ -76492,7 +76492,7 @@ var DesignerQrCode_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76492
76492
|
)
|
|
76493
76493
|
|
|
76494
76494
|
/* harmony default export */ var DesignerQrCode = (DesignerQrCode_component.exports);
|
|
76495
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76495
|
+
// 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
|
|
76496
76496
|
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)}
|
|
76497
76497
|
var DesignerButtonvue_type_template_id_18f5d722_scoped_true_staticRenderFns = []
|
|
76498
76498
|
|
|
@@ -76551,7 +76551,7 @@ var DesignerButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76551
76551
|
)
|
|
76552
76552
|
|
|
76553
76553
|
/* harmony default export */ var DesignerButton = (DesignerButton_component.exports);
|
|
76554
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76554
|
+
// 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
|
|
76555
76555
|
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:({
|
|
76556
76556
|
paddingTop: ((_vm.element.options.paddingTop) + "px"),
|
|
76557
76557
|
paddingBottom: ((_vm.element.options.paddingBottom) + "px")
|
|
@@ -76602,7 +76602,7 @@ var DesignerDivider_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76602
76602
|
)
|
|
76603
76603
|
|
|
76604
76604
|
/* harmony default export */ var DesignerDivider = (DesignerDivider_component.exports);
|
|
76605
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76605
|
+
// 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
|
|
76606
76606
|
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:({
|
|
76607
76607
|
width: ((_vm.element.options.width) + "%"),
|
|
76608
76608
|
height: ((_vm.element.options.height) + "px")
|
|
@@ -76665,7 +76665,7 @@ var DesignerIframe_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76665
76665
|
)
|
|
76666
76666
|
|
|
76667
76667
|
/* harmony default export */ var DesignerIframe = (DesignerIframe_component.exports);
|
|
76668
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76668
|
+
// 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
|
|
76669
76669
|
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:({
|
|
76670
76670
|
width: ((_vm.element.options.width) + "%"),
|
|
76671
76671
|
height: _vm.element.options.autoHeight ? 'auto' : ((_vm.element.options.height) + "px")
|
|
@@ -76724,7 +76724,7 @@ var DesignerImage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76724
76724
|
)
|
|
76725
76725
|
|
|
76726
76726
|
/* harmony default export */ var DesignerImage = (DesignerImage_component.exports);
|
|
76727
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76727
|
+
// 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
|
|
76728
76728
|
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)}
|
|
76729
76729
|
var DesignerLinkvue_type_template_id_f7fe35ae_scoped_true_staticRenderFns = []
|
|
76730
76730
|
|
|
@@ -76772,7 +76772,7 @@ var DesignerLink_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76772
76772
|
)
|
|
76773
76773
|
|
|
76774
76774
|
/* harmony default export */ var DesignerLink = (DesignerLink_component.exports);
|
|
76775
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76775
|
+
// 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
|
|
76776
76776
|
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)+" ")])}
|
|
76777
76777
|
var DesignerTextvue_type_template_id_0ea10c2a_scoped_true_staticRenderFns = []
|
|
76778
76778
|
|
|
@@ -76826,7 +76826,7 @@ var DesignerText_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76826
76826
|
)
|
|
76827
76827
|
|
|
76828
76828
|
/* harmony default export */ var DesignerText = (DesignerText_component.exports);
|
|
76829
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76829
|
+
// 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
|
|
76830
76830
|
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)}
|
|
76831
76831
|
var DesignerCustomvue_type_template_id_9a2290b4_staticRenderFns = []
|
|
76832
76832
|
|
|
@@ -76892,7 +76892,7 @@ var DesignerCustom_component = Object(componentNormalizer["a" /* default */])(
|
|
|
76892
76892
|
)
|
|
76893
76893
|
|
|
76894
76894
|
/* harmony default export */ var DesignerCustom = (DesignerCustom_component.exports);
|
|
76895
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76895
|
+
// 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
|
|
76896
76896
|
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)}
|
|
76897
76897
|
var DesignerUserNoticevue_type_template_id_0037daa1_scoped_true_staticRenderFns = []
|
|
76898
76898
|
|
|
@@ -76969,7 +76969,7 @@ var DesignerUserNotice_component = Object(componentNormalizer["a" /* default */]
|
|
|
76969
76969
|
)
|
|
76970
76970
|
|
|
76971
76971
|
/* harmony default export */ var DesignerUserNotice = (DesignerUserNotice_component.exports);
|
|
76972
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
76972
|
+
// 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
|
|
76973
76973
|
var DesignerUnitedFormvue_type_template_id_33cba6ce_render = function () {
|
|
76974
76974
|
var _obj;
|
|
76975
76975
|
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 = {
|
|
@@ -77631,7 +77631,7 @@ var DesignerTable_component = Object(componentNormalizer["a" /* default */])(
|
|
|
77631
77631
|
)
|
|
77632
77632
|
|
|
77633
77633
|
/* harmony default export */ var DesignerTable = (DesignerTable_component.exports);
|
|
77634
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
77634
|
+
// 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
|
|
77635
77635
|
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)}
|
|
77636
77636
|
var DesignerInlinevue_type_template_id_3b198620_staticRenderFns = []
|
|
77637
77637
|
|
|
@@ -77714,7 +77714,7 @@ var DesignerInline_component = Object(componentNormalizer["a" /* default */])(
|
|
|
77714
77714
|
)
|
|
77715
77715
|
|
|
77716
77716
|
/* harmony default export */ var DesignerInline = (DesignerInline_component.exports);
|
|
77717
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
77717
|
+
// 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
|
|
77718
77718
|
var DesignerStepsvue_type_template_id_4c5e5bf7_render = function () {
|
|
77719
77719
|
var _obj;
|
|
77720
77720
|
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)])}
|
|
@@ -78316,7 +78316,7 @@ $({ target: 'Set', proto: true, real: true, forced: FORCED }, {
|
|
|
78316
78316
|
|
|
78317
78317
|
"use strict";
|
|
78318
78318
|
|
|
78319
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78319
|
+
// 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
|
|
78320
78320
|
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)])])}
|
|
78321
78321
|
var staticRenderFns = []
|
|
78322
78322
|
|
|
@@ -78394,7 +78394,7 @@ exports.f = Object.getOwnPropertySymbols;
|
|
|
78394
78394
|
|
|
78395
78395
|
"use strict";
|
|
78396
78396
|
|
|
78397
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78397
|
+
// 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
|
|
78398
78398
|
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)}}})}
|
|
78399
78399
|
var staticRenderFns = []
|
|
78400
78400
|
|
|
@@ -78791,7 +78791,7 @@ var getCommonOrgTree = function getCommonOrgTree(params) {
|
|
|
78791
78791
|
// ESM COMPAT FLAG
|
|
78792
78792
|
__webpack_require__.r(__webpack_exports__);
|
|
78793
78793
|
|
|
78794
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78794
|
+
// 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
|
|
78795
78795
|
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)])}
|
|
78796
78796
|
var staticRenderFns = []
|
|
78797
78797
|
|
|
@@ -78915,7 +78915,7 @@ module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTok
|
|
|
78915
78915
|
// ESM COMPAT FLAG
|
|
78916
78916
|
__webpack_require__.r(__webpack_exports__);
|
|
78917
78917
|
|
|
78918
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
78918
|
+
// 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
|
|
78919
78919
|
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)}
|
|
78920
78920
|
var staticRenderFns = []
|
|
78921
78921
|
|
|
@@ -79217,7 +79217,7 @@ function fixOptions(options) {
|
|
|
79217
79217
|
|
|
79218
79218
|
"use strict";
|
|
79219
79219
|
|
|
79220
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79220
|
+
// 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
|
|
79221
79221
|
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)}
|
|
79222
79222
|
var staticRenderFns = []
|
|
79223
79223
|
|
|
@@ -79573,7 +79573,7 @@ module.exports = function (argument) {
|
|
|
79573
79573
|
|
|
79574
79574
|
"use strict";
|
|
79575
79575
|
|
|
79576
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79576
|
+
// 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
|
|
79577
79577
|
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)}
|
|
79578
79578
|
var staticRenderFns = []
|
|
79579
79579
|
|
|
@@ -79662,7 +79662,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
79662
79662
|
// ESM COMPAT FLAG
|
|
79663
79663
|
__webpack_require__.r(__webpack_exports__);
|
|
79664
79664
|
|
|
79665
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79665
|
+
// 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
|
|
79666
79666
|
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()])}
|
|
79667
79667
|
var staticRenderFns = []
|
|
79668
79668
|
|
|
@@ -79729,7 +79729,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
79729
79729
|
// ESM COMPAT FLAG
|
|
79730
79730
|
__webpack_require__.r(__webpack_exports__);
|
|
79731
79731
|
|
|
79732
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
79732
|
+
// 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
|
|
79733
79733
|
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)])])}
|
|
79734
79734
|
var staticRenderFns = []
|
|
79735
79735
|
|
|
@@ -82397,7 +82397,7 @@ exports.default = MSI1110;
|
|
|
82397
82397
|
// ESM COMPAT FLAG
|
|
82398
82398
|
__webpack_require__.r(__webpack_exports__);
|
|
82399
82399
|
|
|
82400
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82400
|
+
// 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
|
|
82401
82401
|
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)])}
|
|
82402
82402
|
var staticRenderFns = []
|
|
82403
82403
|
|
|
@@ -82528,7 +82528,7 @@ module.exports = function (argument) {
|
|
|
82528
82528
|
|
|
82529
82529
|
"use strict";
|
|
82530
82530
|
|
|
82531
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82531
|
+
// 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
|
|
82532
82532
|
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)}
|
|
82533
82533
|
var staticRenderFns = []
|
|
82534
82534
|
|
|
@@ -82787,7 +82787,7 @@ fixRegExpWellKnownSymbolLogic('search', function (SEARCH, nativeSearch, maybeCal
|
|
|
82787
82787
|
// ESM COMPAT FLAG
|
|
82788
82788
|
__webpack_require__.r(__webpack_exports__);
|
|
82789
82789
|
|
|
82790
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82790
|
+
// 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
|
|
82791
82791
|
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)}
|
|
82792
82792
|
var staticRenderFns = []
|
|
82793
82793
|
|
|
@@ -82896,7 +82896,7 @@ __webpack_require__("2401");
|
|
|
82896
82896
|
// ESM COMPAT FLAG
|
|
82897
82897
|
__webpack_require__.r(__webpack_exports__);
|
|
82898
82898
|
|
|
82899
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
82899
|
+
// 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
|
|
82900
82900
|
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)])])}
|
|
82901
82901
|
var staticRenderFns = []
|
|
82902
82902
|
|
|
@@ -83091,7 +83091,7 @@ module.exports = {
|
|
|
83091
83091
|
|
|
83092
83092
|
"use strict";
|
|
83093
83093
|
|
|
83094
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83094
|
+
// 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
|
|
83095
83095
|
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()}
|
|
83096
83096
|
var staticRenderFns = []
|
|
83097
83097
|
|
|
@@ -83104,7 +83104,7 @@ var regenerator = __webpack_require__("c14f");
|
|
|
83104
83104
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
|
83105
83105
|
var asyncToGenerator = __webpack_require__("1da1");
|
|
83106
83106
|
|
|
83107
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83107
|
+
// 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
|
|
83108
83108
|
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:{
|
|
83109
83109
|
'el-icon-arrow-up': true,
|
|
83110
83110
|
'is-active': _vm.isVisibleThirdApiSelector
|
|
@@ -83171,7 +83171,7 @@ var ApiEditor = __webpack_require__("ff25");
|
|
|
83171
83171
|
// EXTERNAL MODULE: ./src/core-designer/EventPanel/CollapseAsideBar/CollapseAsideBar.vue + 17 modules
|
|
83172
83172
|
var CollapseAsideBar = __webpack_require__("6234");
|
|
83173
83173
|
|
|
83174
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83174
|
+
// 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
|
|
83175
83175
|
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)])}
|
|
83176
83176
|
var OptionSelectorvue_type_template_id_55322e36_scoped_true_staticRenderFns = []
|
|
83177
83177
|
|
|
@@ -83842,7 +83842,7 @@ var EventMain_component = Object(componentNormalizer["a" /* default */])(
|
|
|
83842
83842
|
)
|
|
83843
83843
|
|
|
83844
83844
|
/* harmony default export */ var EventMain = (EventMain_component.exports);
|
|
83845
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
83845
|
+
// 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
|
|
83846
83846
|
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()])])])}
|
|
83847
83847
|
var DrawerLayoutvue_type_template_id_ab267fc0_scoped_true_staticRenderFns = []
|
|
83848
83848
|
|
|
@@ -87430,7 +87430,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
87430
87430
|
/***/ "9224":
|
|
87431
87431
|
/***/ (function(module) {
|
|
87432
87432
|
|
|
87433
|
-
module.exports = JSON.parse("{\"a\":\"1.0.
|
|
87433
|
+
module.exports = JSON.parse("{\"a\":\"1.0.21\"}");
|
|
87434
87434
|
|
|
87435
87435
|
/***/ }),
|
|
87436
87436
|
|
|
@@ -109802,7 +109802,7 @@ exports.default = getOptionsFromElement;
|
|
|
109802
109802
|
|
|
109803
109803
|
"use strict";
|
|
109804
109804
|
|
|
109805
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
109805
|
+
// 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
|
|
109806
109806
|
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)}
|
|
109807
109807
|
var staticRenderFns = []
|
|
109808
109808
|
|
|
@@ -111597,7 +111597,7 @@ exports.default = getRenderProperties;
|
|
|
111597
111597
|
// ESM COMPAT FLAG
|
|
111598
111598
|
__webpack_require__.r(__webpack_exports__);
|
|
111599
111599
|
|
|
111600
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
111600
|
+
// 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
|
|
111601
111601
|
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)}
|
|
111602
111602
|
var staticRenderFns = []
|
|
111603
111603
|
|
|
@@ -112577,7 +112577,7 @@ module.exports.TinyEmitter = E;
|
|
|
112577
112577
|
|
|
112578
112578
|
"use strict";
|
|
112579
112579
|
|
|
112580
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112580
|
+
// 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
|
|
112581
112581
|
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)}
|
|
112582
112582
|
var staticRenderFns = []
|
|
112583
112583
|
|
|
@@ -112685,7 +112685,7 @@ module.exports = Math.trunc || function trunc(x) {
|
|
|
112685
112685
|
|
|
112686
112686
|
"use strict";
|
|
112687
112687
|
|
|
112688
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112688
|
+
// 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
|
|
112689
112689
|
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)}
|
|
112690
112690
|
var staticRenderFns = []
|
|
112691
112691
|
|
|
@@ -117755,7 +117755,7 @@ if (typeof window !== "undefined" && "Vue" in window) {
|
|
|
117755
117755
|
|
|
117756
117756
|
"use strict";
|
|
117757
117757
|
|
|
117758
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117758
|
+
// 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
|
|
117759
117759
|
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)}
|
|
117760
117760
|
var staticRenderFns = []
|
|
117761
117761
|
|
|
@@ -117832,7 +117832,7 @@ var external_commonjs_lodash_commonjs2_lodash_amd_lodash_root_default = /*#__PUR
|
|
|
117832
117832
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
117833
117833
|
var objectSpread2 = __webpack_require__("5530");
|
|
117834
117834
|
|
|
117835
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117835
|
+
// 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
|
|
117836
117836
|
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"}})])])}
|
|
117837
117837
|
var OfficePreviewDrawervue_type_template_id_37de94e3_staticRenderFns = []
|
|
117838
117838
|
|
|
@@ -117972,7 +117972,7 @@ var IMG_AUDIO_VIDEO_TYPES = ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'svg', 'heic',
|
|
|
117972
117972
|
// EXTERNAL MODULE: ./src/components/BaseIcon.vue + 4 modules
|
|
117973
117973
|
var BaseIcon = __webpack_require__("7461");
|
|
117974
117974
|
|
|
117975
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117975
|
+
// 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
|
|
117976
117976
|
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()])}
|
|
117977
117977
|
var UploadFileComponentMobilevue_type_template_id_0ea53efa_staticRenderFns = []
|
|
117978
117978
|
|
|
@@ -119505,7 +119505,7 @@ module.exports = !fails(function () {
|
|
|
119505
119505
|
// ESM COMPAT FLAG
|
|
119506
119506
|
__webpack_require__.r(__webpack_exports__);
|
|
119507
119507
|
|
|
119508
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
119508
|
+
// 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
|
|
119509
119509
|
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"}})}
|
|
119510
119510
|
var staticRenderFns = []
|
|
119511
119511
|
|
|
@@ -119999,7 +119999,7 @@ function _batchDownload2() {
|
|
|
119999
119999
|
// ESM COMPAT FLAG
|
|
120000
120000
|
__webpack_require__.r(__webpack_exports__);
|
|
120001
120001
|
|
|
120002
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120002
|
+
// 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
|
|
120003
120003
|
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)}
|
|
120004
120004
|
var staticRenderFns = []
|
|
120005
120005
|
|
|
@@ -122725,7 +122725,7 @@ $({ target: 'URL', proto: true, enumerable: true }, {
|
|
|
122725
122725
|
|
|
122726
122726
|
"use strict";
|
|
122727
122727
|
|
|
122728
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122728
|
+
// 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
|
|
122729
122729
|
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)}
|
|
122730
122730
|
var staticRenderFns = []
|
|
122731
122731
|
|
|
@@ -127152,7 +127152,7 @@ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
|
|
|
127152
127152
|
// ESM COMPAT FLAG
|
|
127153
127153
|
__webpack_require__.r(__webpack_exports__);
|
|
127154
127154
|
|
|
127155
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127155
|
+
// 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
|
|
127156
127156
|
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()}
|
|
127157
127157
|
var staticRenderFns = []
|
|
127158
127158
|
|
|
@@ -127283,7 +127283,7 @@ module.exports = function (C, x) {
|
|
|
127283
127283
|
|
|
127284
127284
|
"use strict";
|
|
127285
127285
|
|
|
127286
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127286
|
+
// 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
|
|
127287
127287
|
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)}
|
|
127288
127288
|
var staticRenderFns = []
|
|
127289
127289
|
|
|
@@ -127561,7 +127561,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
127561
127561
|
// ESM COMPAT FLAG
|
|
127562
127562
|
__webpack_require__.r(__webpack_exports__);
|
|
127563
127563
|
|
|
127564
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
127564
|
+
// 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
|
|
127565
127565
|
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)}
|
|
127566
127566
|
var staticRenderFns = []
|
|
127567
127567
|
|
|
@@ -131219,7 +131219,7 @@ module.exports = function (namespace, method) {
|
|
|
131219
131219
|
|
|
131220
131220
|
"use strict";
|
|
131221
131221
|
|
|
131222
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131222
|
+
// 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
|
|
131223
131223
|
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:{
|
|
131224
131224
|
'main': true,
|
|
131225
131225
|
'common-model': !_vm.isAdvancedModel
|
|
@@ -131715,7 +131715,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
|
|
|
131715
131715
|
// ESM COMPAT FLAG
|
|
131716
131716
|
__webpack_require__.r(__webpack_exports__);
|
|
131717
131717
|
|
|
131718
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131718
|
+
// 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
|
|
131719
131719
|
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()])}
|
|
131720
131720
|
var staticRenderFns = []
|
|
131721
131721
|
|
|
@@ -131758,7 +131758,7 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
131758
131758
|
// EXTERNAL MODULE: ./src/core-designer/WidgetConfig/WidgetSetters/mixin.js
|
|
131759
131759
|
var mixin = __webpack_require__("dc43");
|
|
131760
131760
|
|
|
131761
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
131761
|
+
// 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
|
|
131762
131762
|
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"})])}
|
|
131763
131763
|
var ValidatorNotevue_type_template_id_7f48c95a_scoped_true_staticRenderFns = []
|
|
131764
131764
|
|
|
@@ -132648,7 +132648,7 @@ module.exports = USE_SYMBOL_AS_UID ? function (it) {
|
|
|
132648
132648
|
|
|
132649
132649
|
"use strict";
|
|
132650
132650
|
|
|
132651
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
132651
|
+
// 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
|
|
132652
132652
|
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)}
|
|
132653
132653
|
var staticRenderFns = []
|
|
132654
132654
|
|
|
@@ -133436,7 +133436,7 @@ exports.CODE128C = _CODE128C2.default;
|
|
|
133436
133436
|
// ESM COMPAT FLAG
|
|
133437
133437
|
__webpack_require__.r(__webpack_exports__);
|
|
133438
133438
|
|
|
133439
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
133439
|
+
// 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
|
|
133440
133440
|
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)])}
|
|
133441
133441
|
var staticRenderFns = []
|
|
133442
133442
|
|
|
@@ -133810,7 +133810,7 @@ module.exports = function(originalModule) {
|
|
|
133810
133810
|
// ESM COMPAT FLAG
|
|
133811
133811
|
__webpack_require__.r(__webpack_exports__);
|
|
133812
133812
|
|
|
133813
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
133813
|
+
// 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
|
|
133814
133814
|
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)])}
|
|
133815
133815
|
var staticRenderFns = []
|
|
133816
133816
|
|
|
@@ -134634,7 +134634,7 @@ module.exports = !fails(function () {
|
|
|
134634
134634
|
// ESM COMPAT FLAG
|
|
134635
134635
|
__webpack_require__.r(__webpack_exports__);
|
|
134636
134636
|
|
|
134637
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
134637
|
+
// 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
|
|
134638
134638
|
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()])}
|
|
134639
134639
|
var staticRenderFns = []
|
|
134640
134640
|
|
|
@@ -134772,7 +134772,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
134772
134772
|
|
|
134773
134773
|
"use strict";
|
|
134774
134774
|
|
|
134775
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
134775
|
+
// 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
|
|
134776
134776
|
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()])}
|
|
134777
134777
|
var staticRenderFns = []
|
|
134778
134778
|
|
|
@@ -135054,7 +135054,7 @@ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
|
|
|
135054
135054
|
// ESM COMPAT FLAG
|
|
135055
135055
|
__webpack_require__.r(__webpack_exports__);
|
|
135056
135056
|
|
|
135057
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
135057
|
+
// 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
|
|
135058
135058
|
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)}
|
|
135059
135059
|
var staticRenderFns = []
|
|
135060
135060
|
|
|
@@ -135642,7 +135642,7 @@ __webpack_require__("7149");
|
|
|
135642
135642
|
// ESM COMPAT FLAG
|
|
135643
135643
|
__webpack_require__.r(__webpack_exports__);
|
|
135644
135644
|
|
|
135645
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
135645
|
+
// 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
|
|
135646
135646
|
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)}
|
|
135647
135647
|
var staticRenderFns = []
|
|
135648
135648
|
|
|
@@ -136360,7 +136360,7 @@ module.exports = function (it) {
|
|
|
136360
136360
|
// ESM COMPAT FLAG
|
|
136361
136361
|
__webpack_require__.r(__webpack_exports__);
|
|
136362
136362
|
|
|
136363
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
136363
|
+
// 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
|
|
136364
136364
|
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)}
|
|
136365
136365
|
var staticRenderFns = []
|
|
136366
136366
|
|
|
@@ -137534,7 +137534,7 @@ exports.default = CODE128C;
|
|
|
137534
137534
|
// ESM COMPAT FLAG
|
|
137535
137535
|
__webpack_require__.r(__webpack_exports__);
|
|
137536
137536
|
|
|
137537
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137537
|
+
// 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
|
|
137538
137538
|
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:{
|
|
137539
137539
|
processed: _vm.widgetConfig.options.relatedFormInfo.dataFilters
|
|
137540
137540
|
},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:{
|
|
@@ -137583,7 +137583,7 @@ var es_iterator_map = __webpack_require__("ab43");
|
|
|
137583
137583
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
|
|
137584
137584
|
var es_object_to_string = __webpack_require__("d3b7");
|
|
137585
137585
|
|
|
137586
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137586
|
+
// 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
|
|
137587
137587
|
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)}
|
|
137588
137588
|
var FilterRulesDialogvue_type_template_id_c82c7934_scoped_true_staticRenderFns = []
|
|
137589
137589
|
|
|
@@ -137721,7 +137721,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
137721
137721
|
)
|
|
137722
137722
|
|
|
137723
137723
|
/* harmony default export */ var FilterRulesDialog = (component.exports);
|
|
137724
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137724
|
+
// 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
|
|
137725
137725
|
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)])}
|
|
137726
137726
|
var ShowColumnsDialogvue_type_template_id_69570918_scoped_true_staticRenderFns = []
|
|
137727
137727
|
|
|
@@ -137908,7 +137908,7 @@ var ShowColumnsDialog_component = Object(componentNormalizer["a" /* default */])
|
|
|
137908
137908
|
)
|
|
137909
137909
|
|
|
137910
137910
|
/* harmony default export */ var ShowColumnsDialog = (ShowColumnsDialog_component.exports);
|
|
137911
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137911
|
+
// 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
|
|
137912
137912
|
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)])}
|
|
137913
137913
|
var FillingRulesDialogvue_type_template_id_77be6637_scoped_true_staticRenderFns = []
|
|
137914
137914
|
|
|
@@ -140831,7 +140831,7 @@ hiddenKeys[METADATA] = true;
|
|
|
140831
140831
|
// ESM COMPAT FLAG
|
|
140832
140832
|
__webpack_require__.r(__webpack_exports__);
|
|
140833
140833
|
|
|
140834
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140834
|
+
// 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
|
|
140835
140835
|
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)])}
|
|
140836
140836
|
var staticRenderFns = []
|
|
140837
140837
|
|
|
@@ -140918,7 +140918,7 @@ $({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
|
|
|
140918
140918
|
// ESM COMPAT FLAG
|
|
140919
140919
|
__webpack_require__.r(__webpack_exports__);
|
|
140920
140920
|
|
|
140921
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140921
|
+
// 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
|
|
140922
140922
|
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)}
|
|
140923
140923
|
var staticRenderFns = []
|
|
140924
140924
|
|
|
@@ -142270,7 +142270,7 @@ $({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
|
|
|
142270
142270
|
// ESM COMPAT FLAG
|
|
142271
142271
|
__webpack_require__.r(__webpack_exports__);
|
|
142272
142272
|
|
|
142273
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142273
|
+
// 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
|
|
142274
142274
|
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()])}
|
|
142275
142275
|
var staticRenderFns = []
|
|
142276
142276
|
|
|
@@ -142628,7 +142628,7 @@ var normalize = __webpack_require__("f5df1");
|
|
|
142628
142628
|
// EXTERNAL MODULE: ./src/components/BaseIcon.vue + 4 modules
|
|
142629
142629
|
var BaseIcon = __webpack_require__("7461");
|
|
142630
142630
|
|
|
142631
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142631
|
+
// 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
|
|
142632
142632
|
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)}
|
|
142633
142633
|
var staticRenderFns = []
|
|
142634
142634
|
|
|
@@ -142702,7 +142702,7 @@ var BaseHelpIcon_component = Object(componentNormalizer["a" /* default */])(
|
|
|
142702
142702
|
)
|
|
142703
142703
|
|
|
142704
142704
|
/* harmony default export */ var BaseHelpIcon = (BaseHelpIcon_component.exports);
|
|
142705
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142705
|
+
// 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
|
|
142706
142706
|
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)}
|
|
142707
142707
|
var CoreDesignervue_type_template_id_581bc5b0_staticRenderFns = []
|
|
142708
142708
|
|
|
@@ -142799,7 +142799,7 @@ var web_url_search_params_has = __webpack_require__("271a");
|
|
|
142799
142799
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.url-search-params.size.js
|
|
142800
142800
|
var web_url_search_params_size = __webpack_require__("5494");
|
|
142801
142801
|
|
|
142802
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142802
|
+
// 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
|
|
142803
142803
|
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)}
|
|
142804
142804
|
var ComponentSectionvue_type_template_id_e625dc0c_staticRenderFns = []
|
|
142805
142805
|
|
|
@@ -142914,7 +142914,7 @@ var ComponentSection_component = Object(componentNormalizer["a" /* default */])(
|
|
|
142914
142914
|
)
|
|
142915
142915
|
|
|
142916
142916
|
/* harmony default export */ var ComponentSection = (ComponentSection_component.exports);
|
|
142917
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
142917
|
+
// 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
|
|
142918
142918
|
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'))+" ")])])}
|
|
142919
142919
|
var ComponentGroupvue_type_template_id_fe585130_staticRenderFns = []
|
|
142920
142920
|
|
|
@@ -143084,7 +143084,7 @@ var ComponentGroup_component = Object(componentNormalizer["a" /* default */])(
|
|
|
143084
143084
|
)
|
|
143085
143085
|
|
|
143086
143086
|
/* harmony default export */ var ComponentGroup = (ComponentGroup_component.exports);
|
|
143087
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143087
|
+
// 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
|
|
143088
143088
|
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)}
|
|
143089
143089
|
var WidgetConfigvue_type_template_id_76d013bb_staticRenderFns = []
|
|
143090
143090
|
|
|
@@ -143106,7 +143106,7 @@ requireComponent.keys().map(function (fileName) {
|
|
|
143106
143106
|
WidgetSetters_components[comp.name] = comp;
|
|
143107
143107
|
});
|
|
143108
143108
|
/* harmony default export */ var WidgetSetters = (WidgetSetters_components);
|
|
143109
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143109
|
+
// 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
|
|
143110
143110
|
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)])}
|
|
143111
143111
|
var ConfigLayoutItemvue_type_template_id_5dc0d2cc_staticRenderFns = []
|
|
143112
143112
|
|
|
@@ -143367,7 +143367,7 @@ var WidgetConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
143367
143367
|
)
|
|
143368
143368
|
|
|
143369
143369
|
/* harmony default export */ var WidgetConfig = (WidgetConfig_component.exports);
|
|
143370
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143370
|
+
// 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
|
|
143371
143371
|
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)}
|
|
143372
143372
|
var WidgetConfigAdvancedvue_type_template_id_77272e36_staticRenderFns = []
|
|
143373
143373
|
|
|
@@ -143480,7 +143480,7 @@ var WidgetConfigAdvanced_component = Object(componentNormalizer["a" /* default *
|
|
|
143480
143480
|
)
|
|
143481
143481
|
|
|
143482
143482
|
/* harmony default export */ var WidgetConfigAdvanced = (WidgetConfigAdvanced_component.exports);
|
|
143483
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143483
|
+
// 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
|
|
143484
143484
|
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)}
|
|
143485
143485
|
var FormConfigvue_type_template_id_32c92d0a_scoped_true_staticRenderFns = []
|
|
143486
143486
|
|
|
@@ -143493,7 +143493,7 @@ var es_array_join = __webpack_require__("a15b");
|
|
|
143493
143493
|
// EXTERNAL MODULE: ./src/core-designer/Dialogs/CodeDialog.vue + 4 modules
|
|
143494
143494
|
var CodeDialog = __webpack_require__("aab7");
|
|
143495
143495
|
|
|
143496
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143496
|
+
// 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
|
|
143497
143497
|
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)}
|
|
143498
143498
|
var DataSourceDialogvue_type_template_id_d59775aa_staticRenderFns = []
|
|
143499
143499
|
|
|
@@ -143503,7 +143503,7 @@ var DataSourceDialogvue_type_template_id_d59775aa_staticRenderFns = []
|
|
|
143503
143503
|
// EXTERNAL MODULE: ./src/core-designer/Dialogs/DesignerCustomDialog.vue + 4 modules
|
|
143504
143504
|
var DesignerCustomDialog = __webpack_require__("e1ee");
|
|
143505
143505
|
|
|
143506
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143506
|
+
// 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
|
|
143507
143507
|
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)}
|
|
143508
143508
|
var DataSourceManagevue_type_template_id_3e43dcd6_scoped_true_staticRenderFns = []
|
|
143509
143509
|
|
|
@@ -143516,7 +143516,7 @@ var es_error_cause = __webpack_require__("d9e2");
|
|
|
143516
143516
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.splice.js
|
|
143517
143517
|
var es_array_splice = __webpack_require__("a434");
|
|
143518
143518
|
|
|
143519
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
143519
|
+
// 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
|
|
143520
143520
|
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)}
|
|
143521
143521
|
var DynamicArrayvue_type_template_id_56ae5ed4_scoped_true_staticRenderFns = []
|
|
143522
143522
|
|
|
@@ -144090,7 +144090,7 @@ var DataSourceDialog_component = Object(componentNormalizer["a" /* default */])(
|
|
|
144090
144090
|
// EXTERNAL MODULE: ./src/util/index.js
|
|
144091
144091
|
var util = __webpack_require__("4260");
|
|
144092
144092
|
|
|
144093
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144093
|
+
// 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
|
|
144094
144094
|
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)}
|
|
144095
144095
|
var FormThemeConfigvue_type_template_id_610a5536_scoped_true_staticRenderFns = []
|
|
144096
144096
|
|
|
@@ -144526,7 +144526,7 @@ var FormConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
144526
144526
|
)
|
|
144527
144527
|
|
|
144528
144528
|
/* harmony default export */ var FormConfig = (FormConfig_component.exports);
|
|
144529
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144529
|
+
// 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
|
|
144530
144530
|
var WidgetFormvue_type_template_id_7e0eb5a4_render = function () {
|
|
144531
144531
|
var _obj;
|
|
144532
144532
|
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)}
|
|
@@ -144557,7 +144557,7 @@ var handle_multi_widget = __webpack_require__("1bf7");
|
|
|
144557
144557
|
// EXTERNAL MODULE: ./src/util/custom-component.js
|
|
144558
144558
|
var custom_component = __webpack_require__("ec39");
|
|
144559
144559
|
|
|
144560
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
144560
|
+
// 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
|
|
144561
144561
|
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)}
|
|
144562
144562
|
var mainvue_type_template_id_ce3f5b2a_staticRenderFns = []
|
|
144563
144563
|
|
|
@@ -147404,7 +147404,7 @@ var idb = {
|
|
|
147404
147404
|
});
|
|
147405
147405
|
}
|
|
147406
147406
|
});
|
|
147407
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147407
|
+
// 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
|
|
147408
147408
|
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)}
|
|
147409
147409
|
var PreviewDialogvue_type_template_id_0bca81cd_staticRenderFns = []
|
|
147410
147410
|
|
|
@@ -147582,14 +147582,14 @@ var EventDialog = __webpack_require__("8856");
|
|
|
147582
147582
|
// EXTERNAL MODULE: ./src/core-designer/HelpPopovers/FormActionListNote.vue + 4 modules
|
|
147583
147583
|
var FormActionListNote = __webpack_require__("1892");
|
|
147584
147584
|
|
|
147585
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147585
|
+
// 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
|
|
147586
147586
|
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)])}
|
|
147587
147587
|
var LinkageConfigvue_type_template_id_40b372d5_staticRenderFns = []
|
|
147588
147588
|
|
|
147589
147589
|
|
|
147590
147590
|
// CONCATENATED MODULE: ./src/core-designer/LinkageConfig/LinkageConfig.vue?vue&type=template&id=40b372d5
|
|
147591
147591
|
|
|
147592
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147592
|
+
// 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
|
|
147593
147593
|
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) {
|
|
147594
147594
|
_vm.configData.submitValueCompList.push(val);
|
|
147595
147595
|
}},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 () {
|
|
@@ -147747,14 +147747,14 @@ var HideCompConfig_component = Object(componentNormalizer["a" /* default */])(
|
|
|
147747
147747
|
)
|
|
147748
147748
|
|
|
147749
147749
|
/* harmony default export */ var HideCompConfig = (HideCompConfig_component.exports);
|
|
147750
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147750
|
+
// 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
|
|
147751
147751
|
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)}
|
|
147752
147752
|
var LinkageRulesConfigvue_type_template_id_77e2c2fe_staticRenderFns = []
|
|
147753
147753
|
|
|
147754
147754
|
|
|
147755
147755
|
// CONCATENATED MODULE: ./src/core-designer/LinkageConfig/LinkageRulesConfig.vue?vue&type=template&id=77e2c2fe
|
|
147756
147756
|
|
|
147757
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147757
|
+
// 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
|
|
147758
147758
|
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 () {
|
|
147759
147759
|
_vm.$delete(_vm.data.actionRuleLIst, stepIndex);
|
|
147760
147760
|
}}},[_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}])})}
|
|
@@ -147769,7 +147769,7 @@ var v4 = __webpack_require__("ec26");
|
|
|
147769
147769
|
// EXTERNAL MODULE: ./src/components/DataFilters/DataFilterComp.vue + 30 modules
|
|
147770
147770
|
var DataFilterComp = __webpack_require__("0fa3");
|
|
147771
147771
|
|
|
147772
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147772
|
+
// 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
|
|
147773
147773
|
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)}
|
|
147774
147774
|
var UpdateRuleItemSelectorvue_type_template_id_91fea282_staticRenderFns = []
|
|
147775
147775
|
|
|
@@ -147881,7 +147881,7 @@ var UpdateRuleItemSelector_component = Object(componentNormalizer["a" /* default
|
|
|
147881
147881
|
)
|
|
147882
147882
|
|
|
147883
147883
|
/* harmony default export */ var UpdateRuleItemSelector = (UpdateRuleItemSelector_component.exports);
|
|
147884
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147884
|
+
// 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
|
|
147885
147885
|
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"}},[(
|
|
147886
147886
|
[
|
|
147887
147887
|
_vm.BUSINESS_RULE_ACTION_ASSIGN_TYPE_OPTIONS_MAP.TRIGGER_VALUE,
|
|
@@ -147914,7 +147914,7 @@ var business_rule_map = __webpack_require__("c502");
|
|
|
147914
147914
|
// EXTERNAL MODULE: ./src/common/consts/variable-list.js
|
|
147915
147915
|
var variable_list = __webpack_require__("f016");
|
|
147916
147916
|
|
|
147917
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147917
|
+
// 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
|
|
147918
147918
|
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) ||
|
|
147919
147919
|
_vm.WIDGET_COMP_CHECKBOX_MAP[_vm.selected.widgetType] ||
|
|
147920
147920
|
_vm.WIDGET_COMP_SELECT_MAP[_vm.selected.widgetType],"multiple-limit":(_vm.selected.rawOptions && _vm.selected.rawOptions.multiple) ||
|
|
@@ -148818,7 +148818,7 @@ var RuleActionStepItem_component = Object(componentNormalizer["a" /* default */]
|
|
|
148818
148818
|
)
|
|
148819
148819
|
|
|
148820
148820
|
/* harmony default export */ var RuleActionStepItem = (RuleActionStepItem_component.exports);
|
|
148821
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
148821
|
+
// 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
|
|
148822
148822
|
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)])}
|
|
148823
148823
|
var PageTitlevue_type_template_id_5cecf7e1_scoped_true_staticRenderFns = []
|
|
148824
148824
|
|
|
@@ -149126,7 +149126,7 @@ var LinkageItemConfig_component = Object(componentNormalizer["a" /* default */])
|
|
|
149126
149126
|
)
|
|
149127
149127
|
|
|
149128
149128
|
/* harmony default export */ var LinkageItemConfig = (LinkageItemConfig_component.exports);
|
|
149129
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149129
|
+
// 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
|
|
149130
149130
|
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)])])}
|
|
149131
149131
|
var LinkageRuleItemLayoutvue_type_template_id_6b4f1085_scoped_true_staticRenderFns = []
|
|
149132
149132
|
|
|
@@ -149194,7 +149194,7 @@ var LinkageRuleItemLayout_component = Object(componentNormalizer["a" /* default
|
|
|
149194
149194
|
)
|
|
149195
149195
|
|
|
149196
149196
|
/* harmony default export */ var LinkageRuleItemLayout = (LinkageRuleItemLayout_component.exports);
|
|
149197
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149197
|
+
// 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
|
|
149198
149198
|
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))])}
|
|
149199
149199
|
var DateRendervue_type_template_id_6072fe51_scoped_true_staticRenderFns = []
|
|
149200
149200
|
|
|
@@ -149259,7 +149259,7 @@ var DateRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149259
149259
|
)
|
|
149260
149260
|
|
|
149261
149261
|
/* harmony default export */ var DateRender = (DateRender_component.exports);
|
|
149262
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149262
|
+
// 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
|
|
149263
149263
|
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))])}
|
|
149264
149264
|
var SwitchRendervue_type_template_id_a7726340_scoped_true_staticRenderFns = []
|
|
149265
149265
|
|
|
@@ -149316,7 +149316,7 @@ var SwitchRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149316
149316
|
)
|
|
149317
149317
|
|
|
149318
149318
|
/* harmony default export */ var SwitchRender = (SwitchRender_component.exports);
|
|
149319
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149319
|
+
// 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
|
|
149320
149320
|
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))])}
|
|
149321
149321
|
var AddressRendervue_type_template_id_b55d74ca_staticRenderFns = []
|
|
149322
149322
|
|
|
@@ -149370,7 +149370,7 @@ var AddressRender_component = Object(componentNormalizer["a" /* default */])(
|
|
|
149370
149370
|
)
|
|
149371
149371
|
|
|
149372
149372
|
/* harmony default export */ var AddressRender = (AddressRender_component.exports);
|
|
149373
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
149373
|
+
// 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
|
|
149374
149374
|
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))])}
|
|
149375
149375
|
var OptionCompRendervue_type_template_id_212bcc1a_staticRenderFns = []
|
|
149376
149376
|
|
|
@@ -150019,7 +150019,7 @@ var plugin_in_layout_widget = __webpack_require__("c986");
|
|
|
150019
150019
|
// EXTERNAL MODULE: ./src/util/constants.js
|
|
150020
150020
|
var constants = __webpack_require__("1503");
|
|
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/PreviewCodeTestDialog.vue?vue&type=template&id=e3476af4&scoped=true
|
|
150023
150023
|
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(
|
|
150024
150024
|
'issfd.coreDesigner.dialog.debugger'
|
|
150025
150025
|
))),"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)}
|
|
@@ -150028,7 +150028,7 @@ var PreviewCodeTestDialogvue_type_template_id_e3476af4_scoped_true_staticRenderF
|
|
|
150028
150028
|
|
|
150029
150029
|
// CONCATENATED MODULE: ./src/core-designer/Dialogs/PreviewCodeTestDialog.vue?vue&type=template&id=e3476af4&scoped=true
|
|
150030
150030
|
|
|
150031
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150031
|
+
// 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
|
|
150032
150032
|
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"}})}
|
|
150033
150033
|
var CodeInspectorvue_type_template_id_c7e3efc2_scoped_true_staticRenderFns = []
|
|
150034
150034
|
|
|
@@ -151433,7 +151433,7 @@ var CoreDesigner_component = Object(componentNormalizer["a" /* default */])(
|
|
|
151433
151433
|
)
|
|
151434
151434
|
|
|
151435
151435
|
/* harmony default export */ var CoreDesigner = (CoreDesigner_component.exports);
|
|
151436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151436
|
+
// 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
|
|
151437
151437
|
var CoreRenderervue_type_template_id_ff6b3a54_scoped_true_render = function () {
|
|
151438
151438
|
var _obj;
|
|
151439
151439
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"iss-form-renderer",class:[
|
|
@@ -152150,7 +152150,7 @@ var WIDGET_UNITED_FORM_MAP = {
|
|
|
152150
152150
|
|
|
152151
152151
|
"use strict";
|
|
152152
152152
|
|
|
152153
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
152153
|
+
// 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
|
|
152154
152154
|
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) {
|
|
152155
152155
|
var _requestHeaderKeys = _vm.requestHeaderValueType[_vm.headerForm.requestHeaders[index].headerKey] ? _vm.requestHeaderValueType[_vm.headerForm.requestHeaders[index].headerKey] : [];
|
|
152156
152156
|
var results = queryString ? _requestHeaderKeys.filter(_vm.createFilter(queryString)) : _requestHeaderKeys;
|
|
@@ -152211,7 +152211,7 @@ var v4 = __webpack_require__("ec26");
|
|
|
152211
152211
|
// EXTERNAL MODULE: ./src/core-designer/EventPanel/CollapseAsideBar/CollapseAsideBar.vue + 17 modules
|
|
152212
152212
|
var CollapseAsideBar = __webpack_require__("6234");
|
|
152213
152213
|
|
|
152214
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
152214
|
+
// 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
|
|
152215
152215
|
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)}
|
|
152216
152216
|
var TableInputvue_type_template_id_c170b686_staticRenderFns = []
|
|
152217
152217
|
|