@fecp/designer 5.5.63 → 5.5.64
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +35 -36
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +35 -36
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { getCurrentInstance, computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { getCurrentInstance, computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
/* empty css */
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* empty css */
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { getCurrentInstance, computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { getCurrentInstance, useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -6216,34 +6216,33 @@ body,
|
|
|
6216
6216
|
align-items: center;
|
|
6217
6217
|
flex-wrap: nowrap;
|
|
6218
6218
|
}
|
|
6219
|
-
.fec-form[data-v-
|
|
6219
|
+
.fec-form[data-v-0976aa9f] {
|
|
6220
6220
|
height: 100%;
|
|
6221
6221
|
}
|
|
6222
|
-
.fec-form-col[data-v-
|
|
6222
|
+
.fec-form-col[data-v-0976aa9f] {
|
|
6223
6223
|
padding: 0px !important;
|
|
6224
6224
|
display: flex !important;
|
|
6225
6225
|
flex-direction: column;
|
|
6226
|
-
height: 100% !important;
|
|
6227
6226
|
background-color: #fff;
|
|
6228
6227
|
border-radius: 4px;
|
|
6229
6228
|
overflow: hidden;
|
|
6230
6229
|
}
|
|
6231
|
-
[data-v-
|
|
6230
|
+
[data-v-0976aa9f] .vgl-layout {
|
|
6232
6231
|
position: relative;
|
|
6233
6232
|
}
|
|
6234
|
-
[data-v-
|
|
6233
|
+
[data-v-0976aa9f] .vgl-item {
|
|
6235
6234
|
transition: none;
|
|
6236
6235
|
}
|
|
6237
|
-
[data-v-
|
|
6236
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6238
6237
|
width: 100%;
|
|
6239
6238
|
padding: 6px 8px 0 8px;
|
|
6240
6239
|
height: calc(100% - 15px);
|
|
6241
6240
|
display: flex;
|
|
6242
6241
|
}
|
|
6243
|
-
[data-v-
|
|
6242
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6244
6243
|
flex-direction: column;
|
|
6245
6244
|
}
|
|
6246
|
-
[data-v-
|
|
6245
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-form-item__label {
|
|
6247
6246
|
line-height: 20px;
|
|
6248
6247
|
display: inline-flex;
|
|
6249
6248
|
align-items: center;
|
|
@@ -6257,107 +6256,107 @@ body,
|
|
|
6257
6256
|
flex-shrink: 0;
|
|
6258
6257
|
min-height: 45px;
|
|
6259
6258
|
}
|
|
6260
|
-
[data-v-
|
|
6259
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6261
6260
|
/* .el-form-item__error {
|
|
6262
6261
|
padding-top: 10px;
|
|
6263
6262
|
} */
|
|
6264
6263
|
}
|
|
6265
|
-
[data-v-
|
|
6264
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6266
6265
|
padding: 1px 12px;
|
|
6267
6266
|
}
|
|
6268
|
-
[data-v-
|
|
6267
|
+
[data-v-0976aa9f] .vgl-item > .el-container {
|
|
6269
6268
|
height: auto !important;
|
|
6270
6269
|
}
|
|
6271
6270
|
@media (min-width: 1720px) {
|
|
6272
|
-
[data-v-
|
|
6271
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6273
6272
|
max-width: 160px !important;
|
|
6274
6273
|
}
|
|
6275
|
-
[data-v-
|
|
6274
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6276
6275
|
padding: 6px 8px 0 8px !important;
|
|
6277
6276
|
}
|
|
6278
|
-
[data-v-
|
|
6277
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6279
6278
|
padding: 1px 12px;
|
|
6280
6279
|
}
|
|
6281
|
-
[data-v-
|
|
6280
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6282
6281
|
padding: 8px 12px;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-el-form[data-v-
|
|
6283
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6285
6284
|
padding: 12px !important;
|
|
6286
6285
|
}
|
|
6287
6286
|
}
|
|
6288
6287
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6289
6288
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6290
|
-
[data-v-
|
|
6289
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6291
6290
|
max-width: 130px !important;
|
|
6292
6291
|
padding-right: 6px !important;
|
|
6293
6292
|
}
|
|
6294
|
-
[data-v-
|
|
6293
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6295
6294
|
padding: 6px 0 0 0 !important;
|
|
6296
6295
|
}
|
|
6297
|
-
[data-v-
|
|
6296
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6298
6297
|
padding: 1px 8px;
|
|
6299
6298
|
}
|
|
6300
|
-
[data-v-
|
|
6299
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6301
6300
|
padding: 8px 8px;
|
|
6302
6301
|
}
|
|
6303
|
-
.fec-el-form[data-v-
|
|
6302
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6304
6303
|
padding: 8px !important;
|
|
6305
6304
|
}
|
|
6306
6305
|
}
|
|
6307
6306
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6308
6307
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6309
|
-
[data-v-
|
|
6308
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6310
6309
|
max-width: 125px !important;
|
|
6311
6310
|
padding-right: 4px !important;
|
|
6312
6311
|
}
|
|
6313
|
-
[data-v-
|
|
6312
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6314
6313
|
padding: 0 !important;
|
|
6315
6314
|
}
|
|
6316
|
-
[data-v-
|
|
6315
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6317
6316
|
padding: 1px 6px;
|
|
6318
6317
|
}
|
|
6319
|
-
[data-v-
|
|
6318
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6320
6319
|
padding: 8px 6px;
|
|
6321
6320
|
}
|
|
6322
|
-
.fec-el-form[data-v-
|
|
6321
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6323
6322
|
padding: 6px !important;
|
|
6324
6323
|
}
|
|
6325
6324
|
}
|
|
6326
6325
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6327
6326
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6328
|
-
[data-v-
|
|
6327
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6329
6328
|
max-width: 100px !important;
|
|
6330
6329
|
padding-right: 4px !important;
|
|
6331
6330
|
}
|
|
6332
|
-
[data-v-
|
|
6331
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6333
6332
|
padding: 0 !important;
|
|
6334
6333
|
}
|
|
6335
|
-
[data-v-
|
|
6334
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6336
6335
|
padding: 1px 4px;
|
|
6337
6336
|
}
|
|
6338
|
-
[data-v-
|
|
6337
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6339
6338
|
padding: 8px 4px;
|
|
6340
6339
|
}
|
|
6341
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6342
6341
|
padding: 6px !important;
|
|
6343
6342
|
}
|
|
6344
6343
|
}
|
|
6345
6344
|
/* 超小屏 <768px */
|
|
6346
6345
|
@media (max-width: 767px) {
|
|
6347
|
-
[data-v-
|
|
6346
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6348
6347
|
max-width: 80px !important;
|
|
6349
6348
|
padding-right: 4px !important;
|
|
6350
6349
|
}
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6352
6351
|
padding: 0 !important;
|
|
6353
6352
|
}
|
|
6354
|
-
[data-v-
|
|
6353
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6355
6354
|
padding: 1px 2px;
|
|
6356
6355
|
}
|
|
6357
|
-
[data-v-
|
|
6356
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6358
6357
|
padding: 8px 2px;
|
|
6359
6358
|
}
|
|
6360
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6361
6360
|
padding: 6px !important;
|
|
6362
6361
|
}
|
|
6363
6362
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -1213,7 +1213,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1213
1213
|
};
|
|
1214
1214
|
}
|
|
1215
1215
|
});
|
|
1216
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1216
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0976aa9f"]]);
|
|
1217
1217
|
export {
|
|
1218
1218
|
_Form as default
|
|
1219
1219
|
};
|
|
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
;/* empty css */
|
|
12
12
|
const Vue = require("vue");
|
|
13
13
|
const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
14
|
-
const ValueSelector = require("./ValueSelector.
|
|
14
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
15
15
|
const index = require("../api/index.js");
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
9
|
-
const ValueSelector = require("./ValueSelector.
|
|
9
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
12
12
|
const index = require("../../../node_modules/element-plus/es/components/button/index.js");
|
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const Vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
;/* empty css */
|
|
37
37
|
;/* empty css */
|
|
38
38
|
;/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = Vue.ref(false);
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = Vue.ref(false);
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const Vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const Vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const Vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const Vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
package/lib/designer.css
CHANGED
|
@@ -6216,34 +6216,33 @@ body,
|
|
|
6216
6216
|
align-items: center;
|
|
6217
6217
|
flex-wrap: nowrap;
|
|
6218
6218
|
}
|
|
6219
|
-
.fec-form[data-v-
|
|
6219
|
+
.fec-form[data-v-0976aa9f] {
|
|
6220
6220
|
height: 100%;
|
|
6221
6221
|
}
|
|
6222
|
-
.fec-form-col[data-v-
|
|
6222
|
+
.fec-form-col[data-v-0976aa9f] {
|
|
6223
6223
|
padding: 0px !important;
|
|
6224
6224
|
display: flex !important;
|
|
6225
6225
|
flex-direction: column;
|
|
6226
|
-
height: 100% !important;
|
|
6227
6226
|
background-color: #fff;
|
|
6228
6227
|
border-radius: 4px;
|
|
6229
6228
|
overflow: hidden;
|
|
6230
6229
|
}
|
|
6231
|
-
[data-v-
|
|
6230
|
+
[data-v-0976aa9f] .vgl-layout {
|
|
6232
6231
|
position: relative;
|
|
6233
6232
|
}
|
|
6234
|
-
[data-v-
|
|
6233
|
+
[data-v-0976aa9f] .vgl-item {
|
|
6235
6234
|
transition: none;
|
|
6236
6235
|
}
|
|
6237
|
-
[data-v-
|
|
6236
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6238
6237
|
width: 100%;
|
|
6239
6238
|
padding: 6px 8px 0 8px;
|
|
6240
6239
|
height: calc(100% - 15px);
|
|
6241
6240
|
display: flex;
|
|
6242
6241
|
}
|
|
6243
|
-
[data-v-
|
|
6242
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6244
6243
|
flex-direction: column;
|
|
6245
6244
|
}
|
|
6246
|
-
[data-v-
|
|
6245
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-form-item__label {
|
|
6247
6246
|
line-height: 20px;
|
|
6248
6247
|
display: inline-flex;
|
|
6249
6248
|
align-items: center;
|
|
@@ -6257,107 +6256,107 @@ body,
|
|
|
6257
6256
|
flex-shrink: 0;
|
|
6258
6257
|
min-height: 45px;
|
|
6259
6258
|
}
|
|
6260
|
-
[data-v-
|
|
6259
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item {
|
|
6261
6260
|
/* .el-form-item__error {
|
|
6262
6261
|
padding-top: 10px;
|
|
6263
6262
|
} */
|
|
6264
6263
|
}
|
|
6265
|
-
[data-v-
|
|
6264
|
+
[data-v-0976aa9f] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6266
6265
|
padding: 1px 12px;
|
|
6267
6266
|
}
|
|
6268
|
-
[data-v-
|
|
6267
|
+
[data-v-0976aa9f] .vgl-item > .el-container {
|
|
6269
6268
|
height: auto !important;
|
|
6270
6269
|
}
|
|
6271
6270
|
@media (min-width: 1720px) {
|
|
6272
|
-
[data-v-
|
|
6271
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6273
6272
|
max-width: 160px !important;
|
|
6274
6273
|
}
|
|
6275
|
-
[data-v-
|
|
6274
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6276
6275
|
padding: 6px 8px 0 8px !important;
|
|
6277
6276
|
}
|
|
6278
|
-
[data-v-
|
|
6277
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6279
6278
|
padding: 1px 12px;
|
|
6280
6279
|
}
|
|
6281
|
-
[data-v-
|
|
6280
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6282
6281
|
padding: 8px 12px;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-el-form[data-v-
|
|
6283
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6285
6284
|
padding: 12px !important;
|
|
6286
6285
|
}
|
|
6287
6286
|
}
|
|
6288
6287
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6289
6288
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6290
|
-
[data-v-
|
|
6289
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6291
6290
|
max-width: 130px !important;
|
|
6292
6291
|
padding-right: 6px !important;
|
|
6293
6292
|
}
|
|
6294
|
-
[data-v-
|
|
6293
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6295
6294
|
padding: 6px 0 0 0 !important;
|
|
6296
6295
|
}
|
|
6297
|
-
[data-v-
|
|
6296
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6298
6297
|
padding: 1px 8px;
|
|
6299
6298
|
}
|
|
6300
|
-
[data-v-
|
|
6299
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6301
6300
|
padding: 8px 8px;
|
|
6302
6301
|
}
|
|
6303
|
-
.fec-el-form[data-v-
|
|
6302
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6304
6303
|
padding: 8px !important;
|
|
6305
6304
|
}
|
|
6306
6305
|
}
|
|
6307
6306
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6308
6307
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6309
|
-
[data-v-
|
|
6308
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6310
6309
|
max-width: 125px !important;
|
|
6311
6310
|
padding-right: 4px !important;
|
|
6312
6311
|
}
|
|
6313
|
-
[data-v-
|
|
6312
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6314
6313
|
padding: 0 !important;
|
|
6315
6314
|
}
|
|
6316
|
-
[data-v-
|
|
6315
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6317
6316
|
padding: 1px 6px;
|
|
6318
6317
|
}
|
|
6319
|
-
[data-v-
|
|
6318
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6320
6319
|
padding: 8px 6px;
|
|
6321
6320
|
}
|
|
6322
|
-
.fec-el-form[data-v-
|
|
6321
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6323
6322
|
padding: 6px !important;
|
|
6324
6323
|
}
|
|
6325
6324
|
}
|
|
6326
6325
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6327
6326
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6328
|
-
[data-v-
|
|
6327
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6329
6328
|
max-width: 100px !important;
|
|
6330
6329
|
padding-right: 4px !important;
|
|
6331
6330
|
}
|
|
6332
|
-
[data-v-
|
|
6331
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6333
6332
|
padding: 0 !important;
|
|
6334
6333
|
}
|
|
6335
|
-
[data-v-
|
|
6334
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6336
6335
|
padding: 1px 4px;
|
|
6337
6336
|
}
|
|
6338
|
-
[data-v-
|
|
6337
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6339
6338
|
padding: 8px 4px;
|
|
6340
6339
|
}
|
|
6341
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6342
6341
|
padding: 6px !important;
|
|
6343
6342
|
}
|
|
6344
6343
|
}
|
|
6345
6344
|
/* 超小屏 <768px */
|
|
6346
6345
|
@media (max-width: 767px) {
|
|
6347
|
-
[data-v-
|
|
6346
|
+
[data-v-0976aa9f] .vgl-item .el-form-item__label {
|
|
6348
6347
|
max-width: 80px !important;
|
|
6349
6348
|
padding-right: 4px !important;
|
|
6350
6349
|
}
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-0976aa9f] .vgl-item .el-form-item {
|
|
6352
6351
|
padding: 0 !important;
|
|
6353
6352
|
}
|
|
6354
|
-
[data-v-
|
|
6353
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-input__wrapper {
|
|
6355
6354
|
padding: 1px 2px;
|
|
6356
6355
|
}
|
|
6357
|
-
[data-v-
|
|
6356
|
+
[data-v-0976aa9f] .vgl-item .el-form-item .el-select__wrapper {
|
|
6358
6357
|
padding: 8px 2px;
|
|
6359
6358
|
}
|
|
6360
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-0976aa9f] {
|
|
6361
6360
|
padding: 6px !important;
|
|
6362
6361
|
}
|
|
6363
6362
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -1215,5 +1215,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1215
1215
|
};
|
|
1216
1216
|
}
|
|
1217
1217
|
});
|
|
1218
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1218
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0976aa9f"]]);
|
|
1219
1219
|
exports.default = _Form;
|