@zscreate/form-component 1.1.689-AI.3 → 1.1.689-AI.4
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 +41 -30
- package/dist/form-component.umd.js +25 -38
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -5084,7 +5084,7 @@ div {
|
|
|
5084
5084
|
display: none ;
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
.components-list[data-v-
|
|
5087
|
+
.components-list[data-v-7f5cfb32] {
|
|
5088
5088
|
padding: 0;
|
|
5089
5089
|
margin: 0;
|
|
5090
5090
|
line-height: 20px;
|
|
@@ -5092,7 +5092,7 @@ div {
|
|
|
5092
5092
|
height: 100%;
|
|
5093
5093
|
overflow-y: auto;
|
|
5094
5094
|
}
|
|
5095
|
-
.components-list .tabs[data-v-
|
|
5095
|
+
.components-list .tabs[data-v-7f5cfb32] {
|
|
5096
5096
|
padding: 8px 10px 6px;
|
|
5097
5097
|
display: flex;
|
|
5098
5098
|
flex-wrap: wrap;
|
|
@@ -5103,7 +5103,7 @@ div {
|
|
|
5103
5103
|
background: #fff;
|
|
5104
5104
|
z-index: 1;
|
|
5105
5105
|
}
|
|
5106
|
-
.components-list .tabs span[data-v-
|
|
5106
|
+
.components-list .tabs span[data-v-7f5cfb32] {
|
|
5107
5107
|
cursor: pointer;
|
|
5108
5108
|
display: inline-block;
|
|
5109
5109
|
font-size: 12px;
|
|
@@ -5112,14 +5112,14 @@ div {
|
|
|
5112
5112
|
color: #666;
|
|
5113
5113
|
transition: all 0.2s;
|
|
5114
5114
|
}
|
|
5115
|
-
.components-list .tabs .activeTab[data-v-
|
|
5115
|
+
.components-list .tabs .activeTab[data-v-7f5cfb32] {
|
|
5116
5116
|
background: #409EFF;
|
|
5117
5117
|
color: #fff;
|
|
5118
5118
|
}
|
|
5119
|
-
.components-list ul[data-v-
|
|
5119
|
+
.components-list ul[data-v-7f5cfb32] {
|
|
5120
5120
|
padding: 8px 8px 4px;
|
|
5121
5121
|
}
|
|
5122
|
-
.components-list .widget-control[data-v-
|
|
5122
|
+
.components-list .widget-control[data-v-7f5cfb32] {
|
|
5123
5123
|
display: block;
|
|
5124
5124
|
width: 100%;
|
|
5125
5125
|
box-sizing: border-box;
|
|
@@ -5131,13 +5131,13 @@ div {
|
|
|
5131
5131
|
margin: 0 0 6px 0;
|
|
5132
5132
|
transition: all 0.25s ease;
|
|
5133
5133
|
}
|
|
5134
|
-
.components-list .widget-control[data-v-
|
|
5134
|
+
.components-list .widget-control[data-v-7f5cfb32]:hover {
|
|
5135
5135
|
border-color: #409EFF;
|
|
5136
5136
|
background: #ecf5ff;
|
|
5137
5137
|
transform: translateX(2px);
|
|
5138
5138
|
box-shadow: 0 2px 6px rgba(64, 158, 255, 0.15);
|
|
5139
5139
|
}
|
|
5140
|
-
.components-list .widget-control a[data-v-
|
|
5140
|
+
.components-list .widget-control a[data-v-7f5cfb32] {
|
|
5141
5141
|
color: #606266;
|
|
5142
5142
|
display: flex;
|
|
5143
5143
|
flex-direction: row;
|
|
@@ -5147,44 +5147,31 @@ div {
|
|
|
5147
5147
|
padding: 0 10px;
|
|
5148
5148
|
font-size: 13px;
|
|
5149
5149
|
}
|
|
5150
|
-
.components-list .widget-control a i[data-v-
|
|
5150
|
+
.components-list .widget-control a i[data-v-7f5cfb32] {
|
|
5151
5151
|
font-size: 16px;
|
|
5152
5152
|
margin-right: 8px;
|
|
5153
5153
|
}
|
|
5154
|
-
.
|
|
5155
|
-
position: absolute;
|
|
5156
|
-
height: 30px;
|
|
5157
|
-
right: 10px;
|
|
5158
|
-
bottom: 10px;
|
|
5159
|
-
}
|
|
5160
|
-
.components-list .preview-options .ant-btn-link[data-v-58c83656] {
|
|
5161
|
-
color: #666;
|
|
5162
|
-
padding: 0 2px;
|
|
5163
|
-
}
|
|
5164
|
-
.components-list .preview-options .ant-btn-link.btn-active[data-v-58c83656] {
|
|
5165
|
-
color: #1890ff;
|
|
5166
|
-
}
|
|
5167
|
-
.control[data-v-58c83656] {
|
|
5154
|
+
.control[data-v-7f5cfb32] {
|
|
5168
5155
|
margin-top: 20px;
|
|
5169
5156
|
width: 350px;
|
|
5170
5157
|
background: #ffffff;
|
|
5171
5158
|
box-shadow: 0 0 15px #ffffff;
|
|
5172
5159
|
}
|
|
5173
|
-
.control .title[data-v-
|
|
5160
|
+
.control .title[data-v-7f5cfb32] {
|
|
5174
5161
|
height: 50px;
|
|
5175
5162
|
line-height: 50px;
|
|
5176
5163
|
padding: 0 15px;
|
|
5177
5164
|
border-bottom: 1px solid #f0f0f0;
|
|
5178
5165
|
}
|
|
5179
|
-
.control .list_wrap[data-v-
|
|
5166
|
+
.control .list_wrap[data-v-7f5cfb32] {
|
|
5180
5167
|
padding-top: 15px;
|
|
5181
5168
|
font-size: 0;
|
|
5182
5169
|
min-height: 680px;
|
|
5183
5170
|
}
|
|
5184
|
-
.control .list_wrap .list_box[data-v-
|
|
5171
|
+
.control .list_wrap .list_box[data-v-7f5cfb32] {
|
|
5185
5172
|
display: inline-block;
|
|
5186
5173
|
}
|
|
5187
|
-
.control .list_wrap .list[data-v-
|
|
5174
|
+
.control .list_wrap .list[data-v-7f5cfb32] {
|
|
5188
5175
|
border: 1px dashed #d1d1d1;
|
|
5189
5176
|
margin: 0 7.5px 15px 7.5px;
|
|
5190
5177
|
width: 160px;
|
|
@@ -5200,17 +5187,17 @@ div {
|
|
|
5200
5187
|
position: relative;
|
|
5201
5188
|
overflow: hidden;
|
|
5202
5189
|
}
|
|
5203
|
-
.control .list_wrap .list i[data-v-
|
|
5190
|
+
.control .list_wrap .list i[data-v-7f5cfb32] {
|
|
5204
5191
|
position: absolute;
|
|
5205
5192
|
right: 10px;
|
|
5206
5193
|
top: 0px;
|
|
5207
5194
|
font-size: 22px;
|
|
5208
5195
|
color: #999;
|
|
5209
5196
|
}
|
|
5210
|
-
.control .list_wrap .list[data-v-
|
|
5197
|
+
.control .list_wrap .list[data-v-7f5cfb32]:nth-child(2n) {
|
|
5211
5198
|
margin-right: 0;
|
|
5212
5199
|
}
|
|
5213
|
-
.control .list_wrap .list[data-v-
|
|
5200
|
+
.control .list_wrap .list[data-v-7f5cfb32]:hover {
|
|
5214
5201
|
background: #f1f1f1;
|
|
5215
5202
|
}
|
|
5216
5203
|
|
|
@@ -6777,6 +6764,30 @@ div {
|
|
|
6777
6764
|
height: 100%;
|
|
6778
6765
|
overflow: hidden;
|
|
6779
6766
|
}
|
|
6767
|
+
.left-sider .ant-layout-sider-children > widget-list {
|
|
6768
|
+
flex: 1;
|
|
6769
|
+
min-height: 0;
|
|
6770
|
+
display: flex;
|
|
6771
|
+
overflow: hidden;
|
|
6772
|
+
}
|
|
6773
|
+
.preview-options {
|
|
6774
|
+
flex-shrink: 0;
|
|
6775
|
+
height: 36px;
|
|
6776
|
+
display: flex;
|
|
6777
|
+
align-items: center;
|
|
6778
|
+
justify-content: center;
|
|
6779
|
+
border-top: 1px solid #ebeef5;
|
|
6780
|
+
background: #fafafa;
|
|
6781
|
+
gap: 6px;
|
|
6782
|
+
}
|
|
6783
|
+
.preview-options .ant-btn-link {
|
|
6784
|
+
color: #666;
|
|
6785
|
+
padding: 0 4px;
|
|
6786
|
+
font-size: 12px;
|
|
6787
|
+
}
|
|
6788
|
+
.preview-options .ant-btn-link.btn-active {
|
|
6789
|
+
color: #409EFF;
|
|
6790
|
+
}
|
|
6780
6791
|
.left-actions {
|
|
6781
6792
|
padding: 10px 12px;
|
|
6782
6793
|
display: flex;
|
|
@@ -162302,7 +162302,7 @@ function toString(value) {
|
|
|
162302
162302
|
(module) {
|
|
162303
162303
|
|
|
162304
162304
|
"use strict";
|
|
162305
|
-
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-AI.
|
|
162305
|
+
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-AI.4"}');
|
|
162306
162306
|
|
|
162307
162307
|
/***/ }
|
|
162308
162308
|
|
|
@@ -176016,9 +176016,9 @@ var SvgIcon_component = (0,componentNormalizer/* default */.A)(
|
|
|
176016
176016
|
var layoutForPaper = __webpack_require__(48498);
|
|
176017
176017
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
176018
176018
|
var layoutItem = __webpack_require__(92241);
|
|
176019
|
-
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=
|
|
176020
|
-
var
|
|
176021
|
-
var
|
|
176019
|
+
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=template&id=ceb71676
|
|
176020
|
+
var Containervue_type_template_id_ceb71676_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout',{staticClass:"fm2-container",class:{ 'gzt-hidden-key': _vm.hiddenSave }},[_c('a-layout',[_c('a-layout-sider',{staticClass:"left-sider",attrs:{"width":"260px"}},[_c('div',{staticClass:"left-actions"},[(!_vm.hiddenSave)?_c('span',{staticClass:"action-btn primary",on:{"click":_vm.handleSave}},[_vm._v("保存")]):_vm._e(),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isView),expression:"!isView"}],staticClass:"action-btn primary",on:{"click":_vm.handlePreview}},[_vm._v("预览")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.isView),expression:"isView"}],staticClass:"action-btn primary",on:{"click":_vm.handleColse}},[_vm._v("关闭预览")]),_c('span',{staticClass:"action-btn primary",on:{"click":_vm.handleGenerateJson}},[_vm._v("查看JSON")]),_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.isView),expression:"isView"}],staticClass:"action-btn primary",on:{"click":_vm.handleGetData}},[_vm._v("模拟提交")]),_c('span',{staticClass:"action-btn danger",on:{"click":_vm.handleClear}},[_vm._v("清空")])]),_c('widget-list'),(_vm.isView)?_c('div',{staticClass:"preview-options"},[_c('a-button',{class:{'btn-active': _vm.isPreviewDesktop },attrs:{"type":"link","icon":"desktop"},on:{"click":function($event){_vm.isPreviewDesktop = true}}},[_vm._v(" 桌面端 ")]),_c('a-divider',{attrs:{"type":"vertical"}}),_c('a-button',{class:{'btn-active': !_vm.isPreviewDesktop },attrs:{"type":"link","icon":"mobile"},on:{"click":function($event){_vm.isPreviewDesktop = false}}},[_vm._v(" 移动端 ")])],1):_vm._e()],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:{"widgetListChange":_vm.getWidgetFormList,"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,"hiddenSave":_vm.hiddenSave},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","isDesign":true,"data":_vm.previewWidgetForm,"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)}
|
|
176021
|
+
var Containervue_type_template_id_ceb71676_staticRenderFns = []
|
|
176022
176022
|
|
|
176023
176023
|
|
|
176024
176024
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.array.reduce.js
|
|
@@ -176027,9 +176027,9 @@ var es_array_reduce = __webpack_require__(69686);
|
|
|
176027
176027
|
var es_iterator_reduce = __webpack_require__(38331);
|
|
176028
176028
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/web.dom-exception.stack.js
|
|
176029
176029
|
var web_dom_exception_stack = __webpack_require__(17305);
|
|
176030
|
-
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetList.vue?vue&type=template&id=
|
|
176031
|
-
var
|
|
176032
|
-
var
|
|
176030
|
+
;// ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetList.vue?vue&type=template&id=7f5cfb32&scoped=true
|
|
176031
|
+
var widgetListvue_type_template_id_7f5cfb32_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"components-list"},[_c('div',{staticClass:"tabs"},[_c('span',{class:{ activeTab: _vm.activeTab == 0 },on:{"click":function($event){return _vm.triggertab(0)}}},[_vm._v("基础控件")]),_c('span',{class:{ activeTab: _vm.activeTab == 1 },on:{"click":function($event){return _vm.triggertab(1)}}},[_vm._v("高级控件")]),_c('span',{class:{ activeTab: _vm.activeTab == 2 },on:{"click":function($event){return _vm.triggertab(2)}}},[_vm._v("布局控件")]),_c('span',{class:{ activeTab: _vm.activeTab == 3 },on:{"click":function($event){return _vm.triggertab(3)}}},[_vm._v("公文相关")]),_c('span',{class:{ activeTab: _vm.activeTab == 4 },on:{"click":function($event){return _vm.triggertab(4)}}},[_vm._v("个性化")])]),(_vm.basicFields.length && _vm.activeTab == 0)?[_c('draggable',_vm._b({attrs:{"setData":function () {},"tag":"ul","list":_vm.basicComponents,"move":_vm.handleMove},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},'draggable',_vm.draggableOptions,false),[_vm._l((_vm.basicComponents),function(item,index){return [_c('li',{key:index,staticClass:"widget-control",class:{ 'no-put': item.type == 'divider' }},[_c('a',[_c('i',{staticClass:"icon iconfont",class:item.icon}),_c('span',[_vm._v(_vm._s(item.name))])])])]})],2)]:_vm._e(),(_vm.advanceFields.length && _vm.activeTab == 1)?[_c('draggable',_vm._b({attrs:{"setData":function () {},"tag":"ul","list":_vm.advanceComponents,"move":_vm.handleMove},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},'draggable',_vm.draggableOptions,false),[_vm._l((_vm.advanceComponents),function(item,index){return [(_vm.advanceFields.indexOf(item.type) >= 0)?_c('li',{key:index,staticClass:"widget-control",class:{ 'no-put': item.type == 'table' }},[_c('a',[_c('i',{staticClass:"icon iconfont",class:item.icon}),_c('span',[_vm._v(_vm._s(item.name))])])]):_vm._e()]})],2)]:_vm._e(),(_vm.layoutFields.length && _vm.activeTab == 2)?[_c('draggable',_vm._b({attrs:{"setData":function () {},"tag":"ul","list":_vm.layoutComponents,"move":_vm.handleMove},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},'draggable',_vm.draggableOptions,false),[_vm._l((_vm.layoutComponents),function(item,index){return [(_vm.layoutFields.indexOf(item.type) >= 0)?_c('li',{key:index,staticClass:"widget-control no-put"},[_c('a',[_c('i',{staticClass:"icon iconfont",class:item.icon}),_c('span',[_vm._v(_vm._s(item.name))])])]):_vm._e()]})],2)]:_vm._e(),(_vm.specFields.length && _vm.activeTab == 3)?[_c('draggable',_vm._b({attrs:{"setData":function () {},"tag":"ul","list":_vm.specComponents,"move":_vm.handleMove},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},'draggable',_vm.draggableOptions,false),[_vm._l((_vm.specComponents),function(item,index){return [(_vm.specFields.indexOf(item.type) >= 0)?_c('li',{key:index,staticClass:"widget-control no-put"},[_c('a',[_c('i',{staticClass:"icon iconfont",class:item.icon}),_c('span',[_vm._v(_vm._s(item.name))])])]):_vm._e()]})],2)]:_vm._e(),(_vm.hnkjComponentsConfig.length && _vm.activeTab == 4)?[_c('draggable',_vm._b({attrs:{"setData":function () {},"tag":"ul","list":_vm.hnkjComponentsConfig,"move":_vm.handleMove},on:{"end":_vm.handleMoveEnd,"start":_vm.handleMoveStart}},'draggable',_vm.draggableOptions,false),[_vm._l((_vm.hnkjComponentsConfig),function(item,index){return [_c('li',{key:index,staticClass:"widget-control no-put"},[_c('a',[_c('i',{staticClass:"icon iconfont",class:item.icon}),_c('span',[_vm._v(_vm._s(item.name))])])])]})],2)]:_vm._e()],2)}
|
|
176032
|
+
var widgetListvue_type_template_id_7f5cfb32_scoped_true_staticRenderFns = []
|
|
176033
176033
|
|
|
176034
176034
|
|
|
176035
176035
|
;// ./src/form/modules/config/defaultConfig.js
|
|
@@ -177275,16 +177275,6 @@ const specComponents = [{
|
|
|
177275
177275
|
//
|
|
177276
177276
|
//
|
|
177277
177277
|
//
|
|
177278
|
-
//
|
|
177279
|
-
//
|
|
177280
|
-
//
|
|
177281
|
-
//
|
|
177282
|
-
//
|
|
177283
|
-
//
|
|
177284
|
-
//
|
|
177285
|
-
//
|
|
177286
|
-
//
|
|
177287
|
-
//
|
|
177288
177278
|
|
|
177289
177279
|
|
|
177290
177280
|
|
|
@@ -177295,18 +177285,6 @@ const specComponents = [{
|
|
|
177295
177285
|
type: Array,
|
|
177296
177286
|
default: () => ["input", "textarea", "number", "radio", "checkbox", "time", "date", "datetime", "rate", "color", "select", "switch", "slider", "hidden", "superLink", "codeControl", "signature", "space"]
|
|
177297
177287
|
},
|
|
177298
|
-
previewDesktop: {
|
|
177299
|
-
type: Boolean,
|
|
177300
|
-
default: () => true
|
|
177301
|
-
},
|
|
177302
|
-
positionRight: {
|
|
177303
|
-
type: Boolean,
|
|
177304
|
-
default: () => false
|
|
177305
|
-
},
|
|
177306
|
-
isView: {
|
|
177307
|
-
type: Boolean,
|
|
177308
|
-
default: () => false
|
|
177309
|
-
},
|
|
177310
177288
|
advanceFields: {
|
|
177311
177289
|
type: Array,
|
|
177312
177290
|
default: () => ["table", "blank", "imgupload", "fileupload", "uploadModel", "editor", "cascader", "deptSelector", "userSelector", "userSelectorByRole", "idea-sign", "relateSub", "signatureWrite", "location", "imgCode", "publicSign", "responsibility", "dataTable"]
|
|
@@ -177372,10 +177350,10 @@ const specComponents = [{
|
|
|
177372
177350
|
});
|
|
177373
177351
|
;// ./src/form/modules/widgetList.vue?vue&type=script&lang=js
|
|
177374
177352
|
/* harmony default export */ const modules_widgetListvue_type_script_lang_js = (widgetListvue_type_script_lang_js);
|
|
177375
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetList.vue?vue&type=style&index=0&id=
|
|
177353
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetList.vue?vue&type=style&index=0&id=7f5cfb32&prod&lang=less&scoped=true
|
|
177376
177354
|
// extracted by mini-css-extract-plugin
|
|
177377
177355
|
|
|
177378
|
-
;// ./src/form/modules/widgetList.vue?vue&type=style&index=0&id=
|
|
177356
|
+
;// ./src/form/modules/widgetList.vue?vue&type=style&index=0&id=7f5cfb32&prod&lang=less&scoped=true
|
|
177379
177357
|
|
|
177380
177358
|
;// ./src/form/modules/widgetList.vue
|
|
177381
177359
|
|
|
@@ -177388,11 +177366,11 @@ const specComponents = [{
|
|
|
177388
177366
|
|
|
177389
177367
|
var widgetList_component = (0,componentNormalizer/* default */.A)(
|
|
177390
177368
|
modules_widgetListvue_type_script_lang_js,
|
|
177391
|
-
|
|
177392
|
-
|
|
177369
|
+
widgetListvue_type_template_id_7f5cfb32_scoped_true_render,
|
|
177370
|
+
widgetListvue_type_template_id_7f5cfb32_scoped_true_staticRenderFns,
|
|
177393
177371
|
false,
|
|
177394
177372
|
null,
|
|
177395
|
-
"
|
|
177373
|
+
"7f5cfb32",
|
|
177396
177374
|
null
|
|
177397
177375
|
|
|
177398
177376
|
)
|
|
@@ -181486,6 +181464,15 @@ var clipboard_default = /*#__PURE__*/__webpack_require__.n(clipboard);
|
|
|
181486
181464
|
//
|
|
181487
181465
|
//
|
|
181488
181466
|
//
|
|
181467
|
+
//
|
|
181468
|
+
//
|
|
181469
|
+
//
|
|
181470
|
+
//
|
|
181471
|
+
//
|
|
181472
|
+
//
|
|
181473
|
+
//
|
|
181474
|
+
//
|
|
181475
|
+
//
|
|
181489
181476
|
//
|
|
181490
181477
|
|
|
181491
181478
|
//控件库
|
|
@@ -181837,10 +181824,10 @@ __webpack_require__(20674);
|
|
|
181837
181824
|
});
|
|
181838
181825
|
;// ./src/form/modules/Container.vue?vue&type=script&lang=js
|
|
181839
181826
|
/* harmony default export */ const modules_Containervue_type_script_lang_js = (Containervue_type_script_lang_js);
|
|
181840
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=style&index=0&id=
|
|
181827
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/Container.vue?vue&type=style&index=0&id=ceb71676&prod&lang=less
|
|
181841
181828
|
// extracted by mini-css-extract-plugin
|
|
181842
181829
|
|
|
181843
|
-
;// ./src/form/modules/Container.vue?vue&type=style&index=0&id=
|
|
181830
|
+
;// ./src/form/modules/Container.vue?vue&type=style&index=0&id=ceb71676&prod&lang=less
|
|
181844
181831
|
|
|
181845
181832
|
;// ./src/form/modules/Container.vue
|
|
181846
181833
|
|
|
@@ -181853,8 +181840,8 @@ __webpack_require__(20674);
|
|
|
181853
181840
|
|
|
181854
181841
|
var Container_component = (0,componentNormalizer/* default */.A)(
|
|
181855
181842
|
modules_Containervue_type_script_lang_js,
|
|
181856
|
-
|
|
181857
|
-
|
|
181843
|
+
Containervue_type_template_id_ceb71676_render,
|
|
181844
|
+
Containervue_type_template_id_ceb71676_staticRenderFns,
|
|
181858
181845
|
false,
|
|
181859
181846
|
null,
|
|
181860
181847
|
null,
|