@zscreate/form-component 1.1.264 → 1.1.266
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/dist/form-component.css +9 -9
- package/dist/form-component.umd.js +59 -31
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3290,27 +3290,27 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3290
3290
|
}
|
|
3291
3291
|
|
|
3292
3292
|
|
|
3293
|
-
[data-v-
|
|
3293
|
+
[data-v-822e49c0] .ant-form-item-control-wrapper {
|
|
3294
3294
|
border: none !important;
|
|
3295
3295
|
background-color: initial!important;
|
|
3296
3296
|
}
|
|
3297
|
-
[data-v-
|
|
3297
|
+
[data-v-822e49c0] .ant-form-item {
|
|
3298
3298
|
display: flex;
|
|
3299
3299
|
}
|
|
3300
|
-
[data-v-
|
|
3300
|
+
[data-v-822e49c0] .ant-form-item-label {
|
|
3301
3301
|
border: none !important;
|
|
3302
3302
|
background-color: initial!important;
|
|
3303
3303
|
}
|
|
3304
|
-
[data-v-
|
|
3304
|
+
[data-v-822e49c0] .custom_form_item .ant-form-item {
|
|
3305
3305
|
margin-bottom: 0;
|
|
3306
3306
|
}
|
|
3307
|
-
[data-v-
|
|
3307
|
+
[data-v-822e49c0] .custom_form_item .ant-form-item > .ant-form-item-label {
|
|
3308
3308
|
width: 100px !important;
|
|
3309
3309
|
}
|
|
3310
|
-
[data-v-
|
|
3310
|
+
[data-v-822e49c0] .custom_form_item .ant-form-item > .ant-form-item-control-wrapper {
|
|
3311
3311
|
width: calc(100% - 100px) !important;
|
|
3312
3312
|
}
|
|
3313
|
-
[data-v-
|
|
3313
|
+
[data-v-822e49c0] .ant-form-item,[data-v-822e49c0] .custom_form_item {
|
|
3314
3314
|
height: -moz-max-content !important;
|
|
3315
3315
|
height: max-content !important;
|
|
3316
3316
|
}
|
|
@@ -4132,10 +4132,10 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4132
4132
|
/***label对齐方式 */
|
|
4133
4133
|
|
|
4134
4134
|
|
|
4135
|
-
[data-v-
|
|
4135
|
+
[data-v-e1a7aaf4] .m-colorPicker {
|
|
4136
4136
|
z-index: 2;
|
|
4137
4137
|
}
|
|
4138
|
-
[data-v-
|
|
4138
|
+
[data-v-e1a7aaf4] .m-colorPicker .colorBtn {
|
|
4139
4139
|
border: 1px solid #e3e3e3;
|
|
4140
4140
|
}
|
|
4141
4141
|
|
|
@@ -74578,7 +74578,7 @@ Sortable.mount(Remove, Revert);
|
|
|
74578
74578
|
/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
74579
74579
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
|
|
74580
74580
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
|
|
74581
|
-
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
74581
|
+
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5574);
|
|
74582
74582
|
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7831);
|
|
74583
74583
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
|
|
74584
74584
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
@@ -80703,7 +80703,7 @@ var confirmBox = __webpack_require__(5276);
|
|
|
80703
80703
|
},
|
|
80704
80704
|
beforeCreate: function () {
|
|
80705
80705
|
// 直接 components 申明layoutItem 会导致循环调用问题, 但是用 异步组件 () =>layoutItem.vue 会导致 副组件 $nextTick 无法获取dom 更新后回调
|
|
80706
|
-
this.$options.components.layoutItem = (__webpack_require__(
|
|
80706
|
+
this.$options.components.layoutItem = (__webpack_require__(5574)["default"]);
|
|
80707
80707
|
},
|
|
80708
80708
|
created() {
|
|
80709
80709
|
console.log(this.widget, '.......', this.tableData);
|
|
@@ -85275,7 +85275,7 @@ var componentvue_type_template_id_ca14b8a6_scoped_true_staticRenderFns = []
|
|
|
85275
85275
|
|
|
85276
85276
|
|
|
85277
85277
|
const componentvue_type_script_lang_js_widgetFormItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5055));
|
|
85278
|
-
const layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
85278
|
+
const layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5574));
|
|
85279
85279
|
/* harmony default export */ const Grid_componentvue_type_script_lang_js_ = ({
|
|
85280
85280
|
name: "widgetDesign",
|
|
85281
85281
|
components: {
|
|
@@ -85666,7 +85666,7 @@ var componentvue_type_template_id_1dd7778c_scoped_true_staticRenderFns = []
|
|
|
85666
85666
|
//
|
|
85667
85667
|
//
|
|
85668
85668
|
|
|
85669
|
-
const componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
85669
|
+
const componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5574));
|
|
85670
85670
|
|
|
85671
85671
|
/* harmony default export */ const GridLayout_componentvue_type_script_lang_js_ = ({
|
|
85672
85672
|
mixins: [widgetMixins/* default */.Z],
|
|
@@ -86363,7 +86363,7 @@ var componentvue_type_template_id_fd8e80a0_scoped_true_staticRenderFns = []
|
|
|
86363
86363
|
//
|
|
86364
86364
|
//
|
|
86365
86365
|
|
|
86366
|
-
const AllLayout_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
86366
|
+
const AllLayout_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5574));
|
|
86367
86367
|
//import GenerateIdeaSignItem from "./GenerateIdeaSignItem"; //idea-sign签名审核表单item
|
|
86368
86368
|
|
|
86369
86369
|
/* harmony default export */ const AllLayout_componentvue_type_script_lang_js_ = ({
|
|
@@ -87162,7 +87162,7 @@ var es_symbol_description = __webpack_require__(2412);
|
|
|
87162
87162
|
//
|
|
87163
87163
|
|
|
87164
87164
|
|
|
87165
|
-
const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
87165
|
+
const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5574));
|
|
87166
87166
|
|
|
87167
87167
|
|
|
87168
87168
|
|
|
@@ -139086,7 +139086,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
139086
139086
|
|
|
139087
139087
|
|
|
139088
139088
|
const widgetFormItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5055));
|
|
139089
|
-
const layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
139089
|
+
const layoutItem = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5574));
|
|
139090
139090
|
/* harmony default export */ const widgetDesignvue_type_script_lang_js_ = ({
|
|
139091
139091
|
name: "widgetDesign",
|
|
139092
139092
|
components: {
|
|
@@ -139432,7 +139432,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
139432
139432
|
|
|
139433
139433
|
/***/ }),
|
|
139434
139434
|
|
|
139435
|
-
/***/
|
|
139435
|
+
/***/ 5574:
|
|
139436
139436
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
139437
139437
|
|
|
139438
139438
|
"use strict";
|
|
@@ -139453,13 +139453,17 @@ var staticRenderFns = []
|
|
|
139453
139453
|
|
|
139454
139454
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.array.reduce.js
|
|
139455
139455
|
var es_array_reduce = __webpack_require__(5444);
|
|
139456
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/CorrectionModal.vue?vue&type=template&id=
|
|
139457
|
-
var
|
|
139456
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/CorrectionModal.vue?vue&type=template&id=822e49c0&scoped=true&
|
|
139457
|
+
var CorrectionModalvue_type_template_id_822e49c0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":"纠错","width":500,"visible":_vm.visible,"confirmLoading":_vm.confirmLoading,"centered":true,"destroyOnClose":"","maskClosable":false,"cancelText":"取消","okText":"确定","wrapClassName":"ant-modal-cust-warp"},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('a-form-model',{ref:"correctRef",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules}},[_c('correction-item',{ref:"corrItem",attrs:{"tableIndex":_vm.tableIndex,"tableKey":_vm.tableKey,"widget":_vm.widget,"models":_vm.models,"rules":_vm.rules},on:{"update:models":function($event){_vm.models=$event}}})],1),_c('a-form',{attrs:{"form":_vm.form}},[_c('a-form-item',{staticStyle:{"margin":"20px 0"},attrs:{"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"label":"纠错理由"}},[_c('a-textarea',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
139458
139458
|
'correctReason',
|
|
139459
139459
|
{
|
|
139460
139460
|
rules: _vm.correctReasonRules
|
|
139461
|
-
} ]),expression:"[\n 'correctReason',\n {\n rules: correctReasonRules\n },\n ]"}],attrs:{"maxLength":300,"rows":4,"placeholder":"请输入理由内容(不超过300字)"}})],1),_c('a-form-item',{attrs:{"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"label":"佐证文件"}},[_c('a-upload',{
|
|
139462
|
-
|
|
139461
|
+
} ]),expression:"[\n 'correctReason',\n {\n rules: correctReasonRules\n },\n ]"}],attrs:{"maxLength":300,"rows":4,"placeholder":"请输入理由内容(不超过300字)"}})],1),_c('a-form-item',{attrs:{"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"label":"佐证文件"}},[_c('a-upload',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
139462
|
+
'imgFile',
|
|
139463
|
+
{
|
|
139464
|
+
rules: _vm.correctIMGRules
|
|
139465
|
+
} ]),expression:"[\n 'imgFile',\n {\n rules: correctIMGRules\n },\n ]"}],attrs:{"name":"file","action":_vm.actionUrl,"headers":_vm.headers,"file-list":_vm.fileList},on:{"change":_vm.handleChange}},[_c('a-button',[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v("选择上传文件")],1)],1)],1)],1)],1)}
|
|
139466
|
+
var CorrectionModalvue_type_template_id_822e49c0_scoped_true_staticRenderFns = []
|
|
139463
139467
|
|
|
139464
139468
|
|
|
139465
139469
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.array.push.js
|
|
@@ -139989,6 +139993,12 @@ var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpac
|
|
|
139989
139993
|
//
|
|
139990
139994
|
//
|
|
139991
139995
|
//
|
|
139996
|
+
//
|
|
139997
|
+
//
|
|
139998
|
+
//
|
|
139999
|
+
//
|
|
140000
|
+
//
|
|
140001
|
+
//
|
|
139992
140002
|
|
|
139993
140003
|
|
|
139994
140004
|
|
|
@@ -140065,11 +140075,19 @@ let getFileExt = filename => {
|
|
|
140065
140075
|
mounted() {},
|
|
140066
140076
|
computed: {
|
|
140067
140077
|
correctReasonRules() {
|
|
140068
|
-
|
|
140078
|
+
var _this$widget$options;
|
|
140079
|
+
return (_this$widget$options = this.widget.options) !== null && _this$widget$options !== void 0 && _this$widget$options.canCorrectRequired ? [{
|
|
140069
140080
|
required: true,
|
|
140070
|
-
message: '
|
|
140081
|
+
message: '请输入纠错理由!',
|
|
140071
140082
|
whitespace: true
|
|
140072
140083
|
}] : [];
|
|
140084
|
+
},
|
|
140085
|
+
correctIMGRules() {
|
|
140086
|
+
var _this$widget$options2;
|
|
140087
|
+
return (_this$widget$options2 = this.widget.options) !== null && _this$widget$options2 !== void 0 && _this$widget$options2.canCorrectRequired ? [{
|
|
140088
|
+
required: true,
|
|
140089
|
+
message: '请选择上传佐证文件!'
|
|
140090
|
+
}] : [];
|
|
140073
140091
|
}
|
|
140074
140092
|
},
|
|
140075
140093
|
methods: {
|
|
@@ -140119,7 +140137,7 @@ let getFileExt = filename => {
|
|
|
140119
140137
|
}
|
|
140120
140138
|
}
|
|
140121
140139
|
},
|
|
140122
|
-
handleChange({
|
|
140140
|
+
async handleChange({
|
|
140123
140141
|
file,
|
|
140124
140142
|
fileList
|
|
140125
140143
|
}) {
|
|
@@ -140129,6 +140147,9 @@ let getFileExt = filename => {
|
|
|
140129
140147
|
}
|
|
140130
140148
|
this.fileList = fileList;
|
|
140131
140149
|
if (file.status == "done") {
|
|
140150
|
+
// this.form.setFieldsValue({
|
|
140151
|
+
// imgFile: "done",
|
|
140152
|
+
// });
|
|
140132
140153
|
let response = file.response;
|
|
140133
140154
|
this.list.push({
|
|
140134
140155
|
key: file.uid,
|
|
@@ -140141,6 +140162,10 @@ let getFileExt = filename => {
|
|
|
140141
140162
|
this.list = this.list.filter(item => {
|
|
140142
140163
|
return item.uid !== file.uid;
|
|
140143
140164
|
});
|
|
140165
|
+
await this.$nextTick();
|
|
140166
|
+
if (this.list.length === 0) this.form.setFieldsValue({
|
|
140167
|
+
imgFile: undefined
|
|
140168
|
+
});
|
|
140144
140169
|
}
|
|
140145
140170
|
},
|
|
140146
140171
|
// handleChange(info) {
|
|
@@ -140211,10 +140236,10 @@ let getFileExt = filename => {
|
|
|
140211
140236
|
});
|
|
140212
140237
|
;// CONCATENATED MODULE: ./src/form/modules/common/CorrectionModal.vue?vue&type=script&lang=js&
|
|
140213
140238
|
/* harmony default export */ const common_CorrectionModalvue_type_script_lang_js_ = (CorrectionModalvue_type_script_lang_js_);
|
|
140214
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/CorrectionModal.vue?vue&type=style&index=0&id=
|
|
140239
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/CorrectionModal.vue?vue&type=style&index=0&id=822e49c0&prod&scoped=true&lang=less&
|
|
140215
140240
|
// extracted by mini-css-extract-plugin
|
|
140216
140241
|
|
|
140217
|
-
;// CONCATENATED MODULE: ./src/form/modules/common/CorrectionModal.vue?vue&type=style&index=0&id=
|
|
140242
|
+
;// CONCATENATED MODULE: ./src/form/modules/common/CorrectionModal.vue?vue&type=style&index=0&id=822e49c0&prod&scoped=true&lang=less&
|
|
140218
140243
|
|
|
140219
140244
|
;// CONCATENATED MODULE: ./src/form/modules/common/CorrectionModal.vue
|
|
140220
140245
|
|
|
@@ -140227,11 +140252,11 @@ let getFileExt = filename => {
|
|
|
140227
140252
|
|
|
140228
140253
|
var CorrectionModal_component = (0,componentNormalizer/* default */.Z)(
|
|
140229
140254
|
common_CorrectionModalvue_type_script_lang_js_,
|
|
140230
|
-
|
|
140231
|
-
|
|
140255
|
+
CorrectionModalvue_type_template_id_822e49c0_scoped_true_render,
|
|
140256
|
+
CorrectionModalvue_type_template_id_822e49c0_scoped_true_staticRenderFns,
|
|
140232
140257
|
false,
|
|
140233
140258
|
null,
|
|
140234
|
-
"
|
|
140259
|
+
"822e49c0",
|
|
140235
140260
|
null
|
|
140236
140261
|
|
|
140237
140262
|
)
|
|
@@ -145904,7 +145929,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145904
145929
|
/***/ ((module) => {
|
|
145905
145930
|
|
|
145906
145931
|
"use strict";
|
|
145907
|
-
module.exports = {"i8":"1.1.
|
|
145932
|
+
module.exports = {"i8":"1.1.266"};
|
|
145908
145933
|
|
|
145909
145934
|
/***/ })
|
|
145910
145935
|
|
|
@@ -147848,7 +147873,7 @@ icon_Icon.install = function (Vue) {
|
|
|
147848
147873
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
147849
147874
|
var layoutForPaper = __webpack_require__(7157);
|
|
147850
147875
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 17 modules
|
|
147851
|
-
var layoutItem = __webpack_require__(
|
|
147876
|
+
var layoutItem = __webpack_require__(5574);
|
|
147852
147877
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=4e23b4fa&
|
|
147853
147878
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout',{staticClass:"fm2-container"},[_c('a-layout',[_c('a-layout-header',{staticClass:"btn-bar"},[_c('widget-list',{attrs:{"previewDesktop":_vm.isPreviewDesktop,"isView":_vm.isView},on:{"update:previewDesktop":function($event){_vm.isPreviewDesktop=$event},"update:preview-desktop":function($event){_vm.isPreviewDesktop=$event}}},[_c('div',[_c('span',{staticClass:"activeTab",on:{"click":_vm.handleSave}},[_vm._v("保存")]),_c('span',{staticClass:"activeTab",on:{"click":_vm.handleClear}},[_vm._v("清空")]),_c('span',{staticClass:"activeTab",on:{"click":_vm.handleGenerateJson}},[_vm._v("查看JSON")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.isView),expression:"isView"}],staticClass:"activeTab",on:{"click":_vm.handleGetData}},[_vm._v("获取数据")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isView),expression:"!isView"}],staticClass:"activeTab",on:{"click":_vm.handlePreview}},[_vm._v("预览")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.isView),expression:"isView"}],staticClass:"activeTab",on:{"click":_vm.handleColse}},[_vm._v("关闭预览")])])])],1),_c('a-layout',[_c('a-layout-content',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isView),expression:"!isView"}],staticClass:"center-container g1-form_main2",attrs:{"direction":"vertical"}},[_c('div',{staticClass:"a-layout-main",class:{ 'widget-empty': _vm.widgetForm.list.length == 0 }},[_c('widget-form',{ref:"widgetForm",attrs:{"data":_vm.widgetForm,"selectedWidget":_vm.widgetFormSelect},on:{"update:data":function($event){_vm.widgetForm=$event},"update:selectedWidget":function($event){_vm.widgetFormSelect=$event},"update:selected-widget":function($event){_vm.widgetFormSelect=$event}}})],1)]),_c('a-layout-sider',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isView),expression:"!isView"}],staticClass:"widget-config-container g1-panel1",attrs:{"width":"300px"}},[_c('a-layout-header',{staticStyle:{"background":"#fff"},attrs:{"height":"45px"}},[_c('div',{staticClass:"config-tab",class:{ active: _vm.configTab == 'widget' },on:{"click":function($event){return _vm.handleConfigSelect('widget')}}},[_vm._v(" 字段属性 ")]),_c('div',{staticClass:"config-tab",class:{ active: _vm.configTab == 'form' },on:{"click":function($event){return _vm.handleConfigSelect('form')}}},[_vm._v(" 表单属性 ")])]),_c('div',{staticClass:"config-content a-layout-main"},[(!_vm.refreshWidgetConfig)?_c('widget-config',{directives:[{name:"show",rawName:"v-show",value:(_vm.configTab == 'widget'),expression:"configTab == 'widget'"}],ref:"widgetconfig",attrs:{"selectedWidget":_vm.widgetFormSelect,"datalist":_vm.widgetForm.list}}):_vm._e(),_c('form-config',{directives:[{name:"show",rawName:"v-show",value:(_vm.configTab == 'form'),expression:"configTab == 'form'"}],attrs:{"formConfig":_vm.widgetForm.config},on:{"update:formConfig":function($event){return _vm.$set(_vm.widgetForm, "config", $event)},"update:form-config":function($event){return _vm.$set(_vm.widgetForm, "config", $event)},"changeHeaderOrFooter":_vm.changeHeaderOrFooter}})],1)],1),(_vm.isView)?_c('a-layout-content',{staticClass:"center-container g1-form_main2",attrs:{"direction":"vertical"}},[_c('div',{staticClass:"a-layout-main",style:({ textAlign: (_vm.isView && !_vm.isPreviewDesktop) ? 'center' : 'left' })},[(!_vm.isPreviewDesktop)?_c('div',{staticClass:"phone-preview"},[_c('iframe',{ref:"previewIframe",staticClass:"previewIframe",staticStyle:{"width":"375px","margin":"0 auto","height":"620px","margin-top":"-20px"},attrs:{"id":"previewIframe","src":_vm.previewMobileUrl,"frameborder":"0"},on:{"load":_vm.previewMobileOnload}})]):_c('layout-for-paper',{ref:"layoutForPaper",attrs:{"insite":"true","data":_vm.widgetForm,"value":_vm.widgetModels},on:{"on-change":_vm.handleDataChange}})],1)]):_vm._e()],1),_c('cus-dialog',{ref:"jsonPreview",staticStyle:{"text-align":"left"},attrs:{"title":"数据展示","visible":_vm.jsonVisible,"width":"800px","form":""},on:{"on-close":function($event){_vm.jsonVisible = false}}},[_c('codemirror',{staticClass:"code",attrs:{"value":_vm.jsonTemplate,"options":_vm.options}}),_c('template',{slot:"action"},[(_vm.canCopy)?_c('a-button',{staticClass:"json-btn",attrs:{"type":"primary","data-clipboard-text":_vm.jsonCopyValue}},[_vm._v("复制数据")]):_vm._e(),(!_vm.canCopy)?_c('a-button',{staticClass:"json-btn",on:{"click":function($event){_vm.jsonVisible = false}}},[_vm._v("关闭")]):_vm._e()],1)],2),_c('pageFooterAndHeader',{ref:"pageFooterAndHeader",on:{"changeContent":_vm.changeContent}})],1)],1)}
|
|
147854
147879
|
var staticRenderFns = []
|
|
@@ -150120,8 +150145,8 @@ var widgetConfigvue_type_template_id_1f57611e_scoped_true_render = function () {
|
|
|
150120
150145
|
var widgetConfigvue_type_template_id_1f57611e_scoped_true_staticRenderFns = []
|
|
150121
150146
|
|
|
150122
150147
|
|
|
150123
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=template&id=
|
|
150124
|
-
var
|
|
150148
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=template&id=e1a7aaf4&scoped=true&
|
|
150149
|
+
var widgetPublicConfigvue_type_template_id_e1a7aaf4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"title",attrs:{"label":"标题"}},[_c('a-input',{model:{value:(_vm.widget.name),callback:function ($$v) {_vm.$set(_vm.widget, "name", $$v)},expression:"widget.name"}})],1),_c('a-form-model-item',{attrs:{"label":"标签宽度","prop":"title"}},[_c('a-input-number',{attrs:{"placeholder":"auto"},model:{value:(_vm.widget.options.labelWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "labelWidth", $$v)},expression:"widget.options.labelWidth"}})],1),_c('a-form-model-item',{attrs:{"label":"高度","prop":"title"}},[_c('a-input-number',{attrs:{"placeholder":"auto"},model:{value:(_vm.widget.options.height),callback:function ($$v) {_vm.$set(_vm.widget.options, "height", $$v)},expression:"widget.options.height"}})],1),(_vm.widget.type === 'select')?_c('a-form-model-item',{ref:"bg_bgc",attrs:{"label":"背景颜色","prop":"bgcolor"}},[_c('colorPicker',{attrs:{"defaultColor":"#FFFFFF"},model:{value:(_vm.widget.options.bgColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "bgColor", $$v)},expression:"widget.options.bgColor"}})],1):_vm._e(),(!['placeholder', 'responsibility'].includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"组件无边框","prop":"title"}},[_c('a-switch',{model:{value:(_vm.widget.options.noBorder),callback:function ($$v) {_vm.$set(_vm.widget.options, "noBorder", $$v)},expression:"widget.options.noBorder"}})],1):_vm._e(),(['input', 'textarea'].includes(_vm.widget.type))?_c('div',[_c('a-form-model-item',{ref:"bgc",attrs:{"label":"字体颜色","prop":"labelwordcolor"}},[_c('colorPicker',{staticStyle:{"z-index":"3"},attrs:{"defaultColor":"#000000"},model:{value:(_vm.widget.options.fontColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "fontColor", $$v)},expression:"widget.options.fontColor"}})],1),_c('a-form-model-item',{ref:"bg_bgc",attrs:{"label":"背景颜色","prop":"bgcolor"}},[_c('colorPicker',{attrs:{"defaultColor":"#FFFFFF"},model:{value:(_vm.widget.options.bgColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "bgColor", $$v)},expression:"widget.options.bgColor"}})],1),_c('a-form-model-item',{attrs:{"label":"字体类型","prop":"title"}},[_c('a-select',{attrs:{"placeholder":"请选择字体"},model:{value:(_vm.widget.options.fontFamily),callback:function ($$v) {_vm.$set(_vm.widget.options, "fontFamily", $$v)},expression:"widget.options.fontFamily"}},_vm._l((_vm.fontNames),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item}},[_vm._v(" "+_vm._s(item)+" ")])}),1)],1)],1):_vm._e(),(_vm.widget.type == 'codeControl')?_c('a-form-model-item',{attrs:{"label":"默认值"}},[_c('a-input',{attrs:{"disabled":""},model:{value:(_vm.widget.key),callback:function ($$v) {_vm.$set(_vm.widget, "key", $$v)},expression:"widget.key"}})],1):_vm._e(),(!_vm.seatList.includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"占位内容"}},[_c('a-input',{model:{value:(_vm.widget.options.placeholder),callback:function ($$v) {_vm.$set(_vm.widget.options, "placeholder", $$v)},expression:"widget.options.placeholder"}})],1):_vm._e(),(_vm.widget.type == 'superLink')?_c('a-form-model-item',{attrs:{"label":"超链接名称"}},[_c('a-input',{model:{value:(_vm.widget.options.title),callback:function ($$v) {_vm.$set(_vm.widget.options, "title", $$v)},expression:"widget.options.title"}})],1):_vm._e(),_vm._t("default"),(['input', 'textarea', 'number', 'date'].includes(_vm.widget.type))?[_c('a-form-model-item',{attrs:{"label":"公式联动"}},[_c('warp-formula-edit',{attrs:{"datalist":_vm.datalist,"widget":_vm.widget}})],1)]:_vm._e(),(!['dataTable'].includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"数据操作类型"}},[_c('a-select',{attrs:{"placeholder":"默认覆盖"},model:{value:(_vm.widget.options.zhuijiaType),callback:function ($$v) {_vm.$set(_vm.widget.options, "zhuijiaType", $$v)},expression:"widget.options.zhuijiaType"}},[_c('a-select-option',{attrs:{"value":"1"}},[_vm._v("覆盖")]),_c('a-select-option',{attrs:{"value":"2"}},[_vm._v("追加")])],1)],1):_vm._e(),(_vm.$route.query.jghsj === '1')?_c('a-form-model-item',{attrs:{"label":"选择入库唯一key"}},[_c('a-switch',{model:{value:(_vm.widget.isJghsjKey),callback:function ($$v) {_vm.$set(_vm.widget, "isJghsjKey", $$v)},expression:"widget.isJghsjKey"}})],1):_vm._e(),(_vm.$route.query.jghsj === '1' && _vm.widget.isJghsjKey)?_c('a-form-model-item',{attrs:{"label":"唯一key"}},[_c('a-select',{model:{value:(_vm.widget.model),callback:function ($$v) {_vm.$set(_vm.widget, "model", $$v)},expression:"widget.model"}},_vm._l((_vm.filedNameList),function(item){return _c('a-select-option',{key:item.field_name,attrs:{"value":item.field_name,"title":item.field_name_value}},[_vm._v(" "+_vm._s(item.field_name_value)+" ")])}),1)],1):_c('a-form-model-item',{attrs:{"label":"唯一key"}},[_c('a-input',{model:{value:(_vm.widget.model),callback:function ($$v) {_vm.$set(_vm.widget, "model", $$v)},expression:"widget.model"}})],1),(
|
|
150125
150150
|
_vm.widget.options && Object.keys(_vm.widget.options).indexOf('multiple') >= 0 && !_vm.excludeMultipleList.includes(_vm.widget.type)
|
|
150126
150151
|
)?_c('a-form-model-item',{attrs:{"label":"是否多选"}},[_c('a-switch',{model:{value:(_vm.widget.options.multiple),callback:function ($$v) {_vm.$set(_vm.widget.options, "multiple", $$v)},expression:"widget.options.multiple"}})],1):_vm._e(),(
|
|
150127
150152
|
_vm.widget.type != 'verify' &&
|
|
@@ -150156,7 +150181,7 @@ var widgetPublicConfigvue_type_template_id_1e7ff46e_scoped_true_render = functio
|
|
|
150156
150181
|
Object.keys(_vm.widget.options).indexOf('isDelete') >= 0
|
|
150157
150182
|
)?_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.isDelete),callback:function ($$v) {_vm.$set(_vm.widget.options, "isDelete", $$v)},expression:"widget.options.isDelete"}},[_vm._v("删除")]):_vm._e(),(
|
|
150158
150183
|
_vm.widget.options && Object.keys(_vm.widget.options).indexOf('isEdit') >= 0
|
|
150159
|
-
)?_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.isEdit),callback:function ($$v) {_vm.$set(_vm.widget.options, "isEdit", $$v)},expression:"widget.options.isEdit"}},[_vm._v("编辑")]):_vm._e()],1):_vm._e(),(!_vm.cantSetRequireList.includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"校验:"}},[(['input', 'textarea'].includes(_vm.widget.type))?_c('div',[_c('div',[_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.enableSpecialCharsRules),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableSpecialCharsRules", $$v)},expression:"widget.options.enableSpecialCharsRules"}},[_vm._v("禁止输入特殊字符")]),(_vm.widget.options.enableSpecialCharsRules)?[_c('a-input',{attrs:{"placeholder":"校验规则"},model:{value:(_vm.widget.options.specialCharsRules),callback:function ($$v) {_vm.$set(_vm.widget.options, "specialCharsRules", $$v)},expression:"widget.options.specialCharsRules"}}),_c('a-textarea',{attrs:{"placeholder":"请输入提示语句"},model:{value:(_vm.widget.options.specialCharsMessage),callback:function ($$v) {_vm.$set(_vm.widget.options, "specialCharsMessage", $$v)},expression:"widget.options.specialCharsMessage"}})]:_vm._e()],2)]):_vm._e(),(['rate', 'number', 'switch', 'slider', 'placeholder'].indexOf(
|
|
150184
|
+
)?_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.isEdit),callback:function ($$v) {_vm.$set(_vm.widget.options, "isEdit", $$v)},expression:"widget.options.isEdit"}},[_vm._v("编辑")]):_vm._e(),(_vm.widget.options.canCorrect)?_c('a-form-model-item',{attrs:{"label":"纠错必填","prop":"title"}},[_c('a-switch',{model:{value:(_vm.widget.options.canCorrectRequired),callback:function ($$v) {_vm.$set(_vm.widget.options, "canCorrectRequired", $$v)},expression:"widget.options.canCorrectRequired"}})],1):_vm._e()],1):_vm._e(),(!_vm.cantSetRequireList.includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"校验:"}},[(['input', 'textarea'].includes(_vm.widget.type))?_c('div',[_c('div',[_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.enableSpecialCharsRules),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableSpecialCharsRules", $$v)},expression:"widget.options.enableSpecialCharsRules"}},[_vm._v("禁止输入特殊字符")]),(_vm.widget.options.enableSpecialCharsRules)?[_c('a-input',{attrs:{"placeholder":"校验规则"},model:{value:(_vm.widget.options.specialCharsRules),callback:function ($$v) {_vm.$set(_vm.widget.options, "specialCharsRules", $$v)},expression:"widget.options.specialCharsRules"}}),_c('a-textarea',{attrs:{"placeholder":"请输入提示语句"},model:{value:(_vm.widget.options.specialCharsMessage),callback:function ($$v) {_vm.$set(_vm.widget.options, "specialCharsMessage", $$v)},expression:"widget.options.specialCharsMessage"}})]:_vm._e()],2)]):_vm._e(),(['rate', 'number', 'switch', 'slider', 'placeholder'].indexOf(
|
|
150160
150185
|
_vm.widget.type
|
|
150161
150186
|
) == -1
|
|
150162
150187
|
)?_c('div',[_c('a-checkbox',{attrs:{"size":"mini"},model:{value:(_vm.widget.options.required),callback:function ($$v) {_vm.$set(_vm.widget.options, "required", $$v)},expression:"widget.options.required"}},[_vm._v("必填")])],1):_vm._e(),(_vm.widget.options.required && _vm.customRequireErrorTextList.includes(_vm.widget.type))?_c('div',[_c('a-input',{attrs:{"placeholder":"必填校验失败时提示文字(最大100字)","max-length":100},model:{value:(_vm.widget.options.requireErrorText),callback:function ($$v) {_vm.$set(_vm.widget.options, "requireErrorText", $$v)},expression:"widget.options.requireErrorText"}})],1):_vm._e(),(['input', 'select', 'date', 'time'].includes(_vm.widget.type))?_c('div',[_c('a-checkbox',{attrs:{"size":"mini"},on:{"change":_vm.onlyChange},model:{value:(_vm.widget.options.onlyvalue),callback:function ($$v) {_vm.$set(_vm.widget.options, "onlyvalue", $$v)},expression:"widget.options.onlyvalue"}},[_vm._v("合法值校验")]),(_vm.widget.options.onlyvalue)?_c('div',{staticStyle:{"padding-left":"20px"}},[_c('a-input',{attrs:{"placeholder":"请输入合法值校验值接口地址"},model:{value:(_vm.widget.options.onlyurl),callback:function ($$v) {_vm.$set(_vm.widget.options, "onlyurl", $$v)},expression:"widget.options.onlyurl"}}),_c('div',[_c('a-select',{attrs:{"placeholder":"请选择接口类型(默认GET)"},model:{value:(_vm.widget.options.onlyurl_type),callback:function ($$v) {_vm.$set(_vm.widget.options, "onlyurl_type", $$v)},expression:"widget.options.onlyurl_type"}},[_c('a-select',{attrs:{"value":"GET"}},[_vm._v("GET")]),_c('a-select',{attrs:{"value":"POST"}},[_vm._v("POST")])],1)],1),_c('div',[_c('a-form-model-item',{staticStyle:{"margin-bottom":"10px"},attrs:{"label":"目标字段","prop":"title"}},[_c('a-select',{model:{value:(_vm.widget.options.checkFieIdKey),callback:function ($$v) {_vm.$set(_vm.widget.options, "checkFieIdKey", $$v)},expression:"widget.options.checkFieIdKey"}},_vm._l((_vm.widgetListNeed),function(item){return _c('a-select-option',{key:item.key,attrs:{"value":item.model}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1),_c('a-form-model-item',{staticStyle:{"margin-bottom":"10px"},attrs:{"label":"开始时间","prop":"title"}},[_c('a-select',{model:{value:(_vm.widget.options.kssjKey),callback:function ($$v) {_vm.$set(_vm.widget.options, "kssjKey", $$v)},expression:"widget.options.kssjKey"}},_vm._l((_vm.widgetListNeed.filter(function (item) { return item.type === 'date'; })),function(item){return _c('a-select-option',{key:item.key,attrs:{"value":item.model}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1),_c('a-form-model-item',{staticStyle:{"margin-bottom":"10px"},attrs:{"label":"结束时间","prop":"title"}},[_c('a-select',{model:{value:(_vm.widget.options.jssjKey),callback:function ($$v) {_vm.$set(_vm.widget.options, "jssjKey", $$v)},expression:"widget.options.jssjKey"}},_vm._l((_vm.widgetListNeed.filter(function (item) { return item.type === 'date'; })),function(item){return _c('a-select-option',{key:item.key,attrs:{"value":item.model}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1),_c('a-form-model-item',{staticStyle:{"margin-bottom":"10px"},attrs:{"label":"错误提示","prop":"title"}},[_c('a-input',{attrs:{"placeholder":"错误提示"},model:{value:(_vm.widget.options.failMessage),callback:function ($$v) {_vm.$set(_vm.widget.options, "failMessage", $$v)},expression:"widget.options.failMessage"}})],1)],1)],1):_vm._e()],1):_vm._e(),(_vm.canCompareList.includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"范围比较"}},[_c('a-row',[_c('a-col',{attrs:{"span":8}},[_c('a-select',{attrs:{"placeholder":"请选择","allow-clear":""},model:{value:(_vm.widget.options.condition),callback:function ($$v) {_vm.$set(_vm.widget.options, "condition", $$v)},expression:"widget.options.condition"}},[_c('a-select-option',{attrs:{"value":"大于"}},[_vm._v("大于等于")]),_c('a-select-option',{attrs:{"value":"小于"}},[_vm._v("小于等于")])],1)],1),_c('a-col',{attrs:{"span":10,"offset":1}},[_c('a-select',{attrs:{"placeholder":"请选择","allow-clear":""},on:{"focus":_vm.focus},model:{value:(_vm.widget.options.conditionValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "conditionValue", $$v)},expression:"widget.options.conditionValue"}},_vm._l((_vm.compareList),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.model}},[_vm._v(_vm._s(item.name))])}),1)],1)],1)],1):_vm._e(),(_vm.widget.options &&
|
|
@@ -150165,7 +150190,7 @@ var widgetPublicConfigvue_type_template_id_1e7ff46e_scoped_true_render = functio
|
|
|
150165
150190
|
_vm.widget.options &&
|
|
150166
150191
|
Object.keys(_vm.widget.options).indexOf('pattern') >= 0
|
|
150167
150192
|
)?_c('div',[(_vm.widget.type !== 'dataTable')?_c('a-input',{staticStyle:{"width":"100%"},attrs:{"disabled":String(_vm.widget.options.dataType).startsWith('regular__'),"placeholder":"填写正则表达式"},model:{value:(_vm.widget.options.pattern),callback:function ($$v) {_vm.$set(_vm.widget.options, "pattern", $$v)},expression:"widget.options.pattern"}}):_vm._e(),_c('a-input',{directives:[{name:"show",rawName:"v-show",value:(_vm.widget.options.pattern),expression:"widget.options.pattern"}],staticStyle:{"width":"100%"},attrs:{"placeholder":"请填写错误提示"},on:{"blur":_vm.valideError},model:{value:(_vm.widget.options.patternError),callback:function ($$v) {_vm.$set(_vm.widget.options, "patternError", $$v)},expression:"widget.options.patternError"}})],1):_vm._e()],1):_vm._e()],2)],1)}
|
|
150168
|
-
var
|
|
150193
|
+
var widgetPublicConfigvue_type_template_id_e1a7aaf4_scoped_true_staticRenderFns = []
|
|
150169
150194
|
|
|
150170
150195
|
|
|
150171
150196
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
@@ -150553,6 +150578,9 @@ const generateUUID = () => {
|
|
|
150553
150578
|
//
|
|
150554
150579
|
//
|
|
150555
150580
|
//
|
|
150581
|
+
//
|
|
150582
|
+
//
|
|
150583
|
+
//
|
|
150556
150584
|
|
|
150557
150585
|
|
|
150558
150586
|
|
|
@@ -150842,10 +150870,10 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150842
150870
|
});
|
|
150843
150871
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=script&lang=js&
|
|
150844
150872
|
/* harmony default export */ const modules_widgetPublicConfigvue_type_script_lang_js_ = (widgetPublicConfigvue_type_script_lang_js_);
|
|
150845
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=
|
|
150873
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=e1a7aaf4&prod&lang=less&scoped=true&
|
|
150846
150874
|
// extracted by mini-css-extract-plugin
|
|
150847
150875
|
|
|
150848
|
-
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=
|
|
150876
|
+
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=e1a7aaf4&prod&lang=less&scoped=true&
|
|
150849
150877
|
|
|
150850
150878
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue
|
|
150851
150879
|
|
|
@@ -150858,11 +150886,11 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150858
150886
|
|
|
150859
150887
|
var widgetPublicConfig_component = (0,componentNormalizer/* default */.Z)(
|
|
150860
150888
|
modules_widgetPublicConfigvue_type_script_lang_js_,
|
|
150861
|
-
|
|
150862
|
-
|
|
150889
|
+
widgetPublicConfigvue_type_template_id_e1a7aaf4_scoped_true_render,
|
|
150890
|
+
widgetPublicConfigvue_type_template_id_e1a7aaf4_scoped_true_staticRenderFns,
|
|
150863
150891
|
false,
|
|
150864
150892
|
null,
|
|
150865
|
-
"
|
|
150893
|
+
"e1a7aaf4",
|
|
150866
150894
|
null
|
|
150867
150895
|
|
|
150868
150896
|
)
|