@fecp/designer 5.5.74 → 5.5.75
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/dialogGlobal/index.vue.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/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +56 -54
- package/es/packages/vue/src/components/details/main/Main.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue.mjs +21 -17
- package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue.mjs +4 -2
- 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/dialogGlobal/index.vue.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/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +56 -54
- package/lib/packages/vue/src/components/details/main/Main.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue.js +20 -16
- package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue.js +4 -2
- 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.vue.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.vue.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.vue.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.vue.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.vue.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.vue.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.vue.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.vue.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";
|
|
@@ -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.vue.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
|
@@ -6160,12 +6160,13 @@ body,
|
|
|
6160
6160
|
display: flex;
|
|
6161
6161
|
align-items: flex-end;
|
|
6162
6162
|
}
|
|
6163
|
-
.fec-el-main[data-v-
|
|
6163
|
+
.fec-el-main[data-v-a59457ae] {
|
|
6164
6164
|
padding: 0;
|
|
6165
6165
|
background-color: #fff;
|
|
6166
|
-
display: flex;
|
|
6166
|
+
display: flex;
|
|
6167
|
+
overflow: hidden;
|
|
6167
6168
|
}
|
|
6168
|
-
[data-v-
|
|
6169
|
+
[data-v-a59457ae] .el-scrollbar__bar.is-horizontal {
|
|
6169
6170
|
display: none !important;
|
|
6170
6171
|
}
|
|
6171
6172
|
|
|
@@ -6184,11 +6185,11 @@ body,
|
|
|
6184
6185
|
width: 80px;
|
|
6185
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6186
6187
|
}
|
|
6187
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-0ba3159b] {
|
|
6188
6189
|
background: #fff;
|
|
6189
6190
|
padding: 0 20px;
|
|
6190
6191
|
}
|
|
6191
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-0ba3159b] {
|
|
6192
6193
|
display: flex;
|
|
6193
6194
|
flex-wrap: wrap;
|
|
6194
6195
|
padding: 6px 0;
|
|
@@ -6196,12 +6197,12 @@ body,
|
|
|
6196
6197
|
flex-direction: row;
|
|
6197
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6198
6199
|
}
|
|
6199
|
-
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-
|
|
6200
|
+
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-0ba3159b] {
|
|
6200
6201
|
padding: 0;
|
|
6201
6202
|
text-decoration: none;
|
|
6202
6203
|
flex-shrink: 0;
|
|
6203
6204
|
}
|
|
6204
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6205
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b] {
|
|
6205
6206
|
display: inline-flex;
|
|
6206
6207
|
align-items: center;
|
|
6207
6208
|
padding: 5px 12px;
|
|
@@ -6212,35 +6213,35 @@ body,
|
|
|
6212
6213
|
cursor: pointer;
|
|
6213
6214
|
white-space: nowrap;
|
|
6214
6215
|
}
|
|
6215
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6216
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b]:hover {
|
|
6216
6217
|
color: #303133;
|
|
6217
6218
|
}
|
|
6218
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-
|
|
6219
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-0ba3159b] {
|
|
6219
6220
|
color: inherit;
|
|
6220
6221
|
}
|
|
6221
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-
|
|
6222
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-0ba3159b] {
|
|
6222
6223
|
margin-left: 2px;
|
|
6223
6224
|
font-size: 12px;
|
|
6224
6225
|
color: #c0c4cc;
|
|
6225
6226
|
}
|
|
6226
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-
|
|
6227
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-0ba3159b] {
|
|
6227
6228
|
color: var(--el-color-primary);
|
|
6228
6229
|
background: #ecf5ff;
|
|
6229
6230
|
font-weight: 500;
|
|
6230
6231
|
}
|
|
6231
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-
|
|
6232
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-0ba3159b] {
|
|
6232
6233
|
color: var(--el-color-primary);
|
|
6233
|
-
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-
|
|
6234
|
+
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-b9e5c261] .el-anchor__link:focus {
|
|
6234
6235
|
color: #909399;
|
|
6235
6236
|
}
|
|
6236
|
-
[data-v-
|
|
6237
|
+
[data-v-b9e5c261] .el-anchor__link:hover {
|
|
6237
6238
|
color: #303133;
|
|
6238
6239
|
}
|
|
6239
|
-
[data-v-
|
|
6240
|
+
[data-v-b9e5c261] .el-anchor__link.is-active {
|
|
6240
6241
|
/* color: var(--el-anchor-color); */
|
|
6241
6242
|
color: var(--el-color-primary);
|
|
6242
6243
|
}
|
|
6243
|
-
.anchor-nav[data-v-
|
|
6244
|
+
.anchor-nav[data-v-b9e5c261] {
|
|
6244
6245
|
background: #fff;
|
|
6245
6246
|
border-radius: 4px;
|
|
6246
6247
|
padding: 16px;
|
|
@@ -6248,7 +6249,7 @@ body,
|
|
|
6248
6249
|
top: 0px;
|
|
6249
6250
|
height: 100%;
|
|
6250
6251
|
}
|
|
6251
|
-
.label-line[data-v-
|
|
6252
|
+
.label-line[data-v-b9e5c261] {
|
|
6252
6253
|
width: 4px;
|
|
6253
6254
|
height: 16px;
|
|
6254
6255
|
background-color: var(--el-color-primary);
|
|
@@ -6256,7 +6257,7 @@ body,
|
|
|
6256
6257
|
margin-right: 10px;
|
|
6257
6258
|
border-radius: 2px;
|
|
6258
6259
|
}
|
|
6259
|
-
.anchor-title[data-v-
|
|
6260
|
+
.anchor-title[data-v-b9e5c261] {
|
|
6260
6261
|
font-size: 18px;
|
|
6261
6262
|
font-weight: bold;
|
|
6262
6263
|
color: #303133;
|
|
@@ -6266,14 +6267,15 @@ body,
|
|
|
6266
6267
|
align-items: center;
|
|
6267
6268
|
flex-wrap: nowrap;
|
|
6268
6269
|
}
|
|
6269
|
-
.fec-form[data-v-
|
|
6270
|
+
.fec-form[data-v-a795a882] {
|
|
6270
6271
|
height: 100%;
|
|
6271
6272
|
}
|
|
6272
|
-
.fec-form.inMinApp[data-v-
|
|
6273
|
+
.fec-form.inMinApp[data-v-a795a882] {
|
|
6273
6274
|
height: 0px;
|
|
6274
6275
|
flex: 1;
|
|
6276
|
+
padding: 8px;
|
|
6275
6277
|
}
|
|
6276
|
-
.fec-form-col[data-v-
|
|
6278
|
+
.fec-form-col[data-v-a795a882] {
|
|
6277
6279
|
padding: 0px !important;
|
|
6278
6280
|
display: flex !important;
|
|
6279
6281
|
flex-direction: column;
|
|
@@ -6282,22 +6284,22 @@ body,
|
|
|
6282
6284
|
overflow: hidden;
|
|
6283
6285
|
flex: auto !important;
|
|
6284
6286
|
}
|
|
6285
|
-
[data-v-
|
|
6287
|
+
[data-v-a795a882] .vgl-layout {
|
|
6286
6288
|
position: relative;
|
|
6287
6289
|
}
|
|
6288
|
-
[data-v-
|
|
6290
|
+
[data-v-a795a882] .vgl-item {
|
|
6289
6291
|
transition: none;
|
|
6290
6292
|
}
|
|
6291
|
-
[data-v-
|
|
6293
|
+
[data-v-a795a882] .vgl-item > .el-form-item {
|
|
6292
6294
|
width: 100%;
|
|
6293
6295
|
padding: 6px 8px 0 8px;
|
|
6294
6296
|
height: calc(100% - 15px);
|
|
6295
6297
|
display: flex;
|
|
6296
6298
|
}
|
|
6297
|
-
[data-v-
|
|
6299
|
+
[data-v-a795a882] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6298
6300
|
flex-direction: column;
|
|
6299
6301
|
}
|
|
6300
|
-
[data-v-
|
|
6302
|
+
[data-v-a795a882] .vgl-item > .el-form-item .el-form-item__label {
|
|
6301
6303
|
line-height: 20px;
|
|
6302
6304
|
display: inline-flex;
|
|
6303
6305
|
align-items: center;
|
|
@@ -6311,107 +6313,107 @@ body,
|
|
|
6311
6313
|
flex-shrink: 0;
|
|
6312
6314
|
min-height: 45px;
|
|
6313
6315
|
}
|
|
6314
|
-
[data-v-
|
|
6316
|
+
[data-v-a795a882] .vgl-item > .el-form-item {
|
|
6315
6317
|
/* .el-form-item__error {
|
|
6316
6318
|
padding-top: 10px;
|
|
6317
6319
|
} */
|
|
6318
6320
|
}
|
|
6319
|
-
[data-v-
|
|
6321
|
+
[data-v-a795a882] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6320
6322
|
padding: 1px 12px;
|
|
6321
6323
|
}
|
|
6322
|
-
[data-v-
|
|
6324
|
+
[data-v-a795a882] .vgl-item > .el-container {
|
|
6323
6325
|
height: auto !important;
|
|
6324
6326
|
}
|
|
6325
6327
|
@media (min-width: 1720px) {
|
|
6326
|
-
[data-v-
|
|
6328
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6327
6329
|
max-width: 160px !important;
|
|
6328
6330
|
}
|
|
6329
|
-
[data-v-
|
|
6331
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6330
6332
|
padding: 6px 8px 0 8px !important;
|
|
6331
6333
|
}
|
|
6332
|
-
[data-v-
|
|
6334
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6333
6335
|
padding: 1px 12px;
|
|
6334
6336
|
}
|
|
6335
|
-
[data-v-
|
|
6337
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6336
6338
|
padding: 8px 12px;
|
|
6337
6339
|
}
|
|
6338
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-a795a882] {
|
|
6339
6341
|
padding: 12px !important;
|
|
6340
6342
|
}
|
|
6341
6343
|
}
|
|
6342
6344
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6343
6345
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6344
|
-
[data-v-
|
|
6346
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6345
6347
|
max-width: 130px !important;
|
|
6346
6348
|
padding-right: 6px !important;
|
|
6347
6349
|
}
|
|
6348
|
-
[data-v-
|
|
6350
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6349
6351
|
padding: 6px 0 0 0 !important;
|
|
6350
6352
|
}
|
|
6351
|
-
[data-v-
|
|
6353
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6352
6354
|
padding: 1px 8px;
|
|
6353
6355
|
}
|
|
6354
|
-
[data-v-
|
|
6356
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6355
6357
|
padding: 8px 8px;
|
|
6356
6358
|
}
|
|
6357
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-a795a882] {
|
|
6358
6360
|
padding: 8px !important;
|
|
6359
6361
|
}
|
|
6360
6362
|
}
|
|
6361
6363
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6362
6364
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6363
|
-
[data-v-
|
|
6365
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6364
6366
|
max-width: 125px !important;
|
|
6365
6367
|
padding-right: 4px !important;
|
|
6366
6368
|
}
|
|
6367
|
-
[data-v-
|
|
6369
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6368
6370
|
padding: 0 !important;
|
|
6369
6371
|
}
|
|
6370
|
-
[data-v-
|
|
6372
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6371
6373
|
padding: 1px 6px;
|
|
6372
6374
|
}
|
|
6373
|
-
[data-v-
|
|
6375
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6374
6376
|
padding: 8px 6px;
|
|
6375
6377
|
}
|
|
6376
|
-
.fec-el-form[data-v-
|
|
6378
|
+
.fec-el-form[data-v-a795a882] {
|
|
6377
6379
|
padding: 6px !important;
|
|
6378
6380
|
}
|
|
6379
6381
|
}
|
|
6380
6382
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6381
6383
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6382
|
-
[data-v-
|
|
6384
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6383
6385
|
max-width: 100px !important;
|
|
6384
6386
|
padding-right: 4px !important;
|
|
6385
6387
|
}
|
|
6386
|
-
[data-v-
|
|
6388
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6387
6389
|
padding: 0 !important;
|
|
6388
6390
|
}
|
|
6389
|
-
[data-v-
|
|
6391
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6390
6392
|
padding: 1px 4px;
|
|
6391
6393
|
}
|
|
6392
|
-
[data-v-
|
|
6394
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6393
6395
|
padding: 8px 4px;
|
|
6394
6396
|
}
|
|
6395
|
-
.fec-el-form[data-v-
|
|
6397
|
+
.fec-el-form[data-v-a795a882] {
|
|
6396
6398
|
padding: 6px !important;
|
|
6397
6399
|
}
|
|
6398
6400
|
}
|
|
6399
6401
|
/* 超小屏 <768px */
|
|
6400
6402
|
@media (max-width: 767px) {
|
|
6401
|
-
[data-v-
|
|
6403
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6402
6404
|
max-width: 80px !important;
|
|
6403
6405
|
padding-right: 4px !important;
|
|
6404
6406
|
}
|
|
6405
|
-
[data-v-
|
|
6407
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6406
6408
|
padding: 0 !important;
|
|
6407
6409
|
}
|
|
6408
|
-
[data-v-
|
|
6410
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6409
6411
|
padding: 1px 2px;
|
|
6410
6412
|
}
|
|
6411
|
-
[data-v-
|
|
6413
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6412
6414
|
padding: 8px 2px;
|
|
6413
6415
|
}
|
|
6414
|
-
.fec-el-form[data-v-
|
|
6416
|
+
.fec-el-form[data-v-a795a882] {
|
|
6415
6417
|
padding: 6px !important;
|
|
6416
6418
|
}
|
|
6417
6419
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -52,7 +52,7 @@ const _sfc_main = {
|
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
55
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a59457ae"]]);
|
|
56
56
|
export {
|
|
57
57
|
component as default
|
|
58
58
|
};
|
|
@@ -1229,7 +1229,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1229
1229
|
};
|
|
1230
1230
|
}
|
|
1231
1231
|
});
|
|
1232
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1232
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a795a882"]]);
|
|
1233
1233
|
export {
|
|
1234
1234
|
_Form as default
|
|
1235
1235
|
};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import { watch, createElementBlock, createCommentVNode, openBlock, createElementVNode, Fragment, renderList, withModifiers, normalizeClass, createTextVNode, toDisplayString } from "vue";
|
|
1
|
+
import { ref, watch, createElementBlock, createCommentVNode, openBlock, createElementVNode, Fragment, renderList, withModifiers, normalizeClass, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const _hoisted_1 = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const _hoisted_2 = { class: "fec-form-links" };
|
|
9
|
-
const _hoisted_3 = ["href", "onClick"];
|
|
10
|
-
const _hoisted_4 = { class: "fec-form-link-content" };
|
|
11
|
-
const _hoisted_5 = {
|
|
4
|
+
const _hoisted_1 = { class: "fec-form-links" };
|
|
5
|
+
const _hoisted_2 = ["href", "onClick"];
|
|
6
|
+
const _hoisted_3 = { class: "fec-form-link-content" };
|
|
7
|
+
const _hoisted_4 = {
|
|
12
8
|
key: 0,
|
|
13
9
|
class: "tab-count"
|
|
14
10
|
};
|
|
@@ -31,6 +27,7 @@ const _sfc_main = {
|
|
|
31
27
|
setup(__props, { emit: __emit }) {
|
|
32
28
|
var _a;
|
|
33
29
|
const props = __props;
|
|
30
|
+
const formAnchorRef = ref();
|
|
34
31
|
const emit = __emit;
|
|
35
32
|
watch(
|
|
36
33
|
() => props.links,
|
|
@@ -43,10 +40,12 @@ const _sfc_main = {
|
|
|
43
40
|
);
|
|
44
41
|
let isClickScrolling = false;
|
|
45
42
|
function handleClick(e, link) {
|
|
43
|
+
var _a2, _b;
|
|
46
44
|
e.preventDefault();
|
|
47
45
|
emit("update:modelValue", link.id);
|
|
48
46
|
emit("change", link);
|
|
49
|
-
const
|
|
47
|
+
const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
48
|
+
const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
|
|
50
49
|
if (element) {
|
|
51
50
|
isClickScrolling = true;
|
|
52
51
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -83,8 +82,13 @@ const _sfc_main = {
|
|
|
83
82
|
}
|
|
84
83
|
}
|
|
85
84
|
return (_ctx, _cache) => {
|
|
86
|
-
return __props.links.length ? (openBlock(), createElementBlock("div",
|
|
87
|
-
|
|
85
|
+
return __props.links.length ? (openBlock(), createElementBlock("div", {
|
|
86
|
+
key: 0,
|
|
87
|
+
class: "fec-form-nav",
|
|
88
|
+
ref_key: "formAnchorRef",
|
|
89
|
+
ref: formAnchorRef
|
|
90
|
+
}, [
|
|
91
|
+
createElementVNode("div", _hoisted_1, [
|
|
88
92
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.links, (link) => {
|
|
89
93
|
return openBlock(), createElementBlock("a", {
|
|
90
94
|
key: link.id,
|
|
@@ -92,18 +96,18 @@ const _sfc_main = {
|
|
|
92
96
|
class: normalizeClass(["fec-form-link-item", { "is-active": __props.modelValue == link.id }]),
|
|
93
97
|
onClick: withModifiers(($event) => handleClick($event, link), ["prevent"])
|
|
94
98
|
}, [
|
|
95
|
-
createElementVNode("span",
|
|
99
|
+
createElementVNode("span", _hoisted_3, [
|
|
96
100
|
createTextVNode(toDisplayString(link.title) + " ", 1),
|
|
97
|
-
link.count ? (openBlock(), createElementBlock("span",
|
|
101
|
+
link.count ? (openBlock(), createElementBlock("span", _hoisted_4, "(" + toDisplayString(link.count) + ")", 1)) : createCommentVNode("", true)
|
|
98
102
|
])
|
|
99
|
-
], 10,
|
|
103
|
+
], 10, _hoisted_2);
|
|
100
104
|
}), 128))
|
|
101
105
|
])
|
|
102
|
-
])) : createCommentVNode("", true);
|
|
106
|
+
], 512)) : createCommentVNode("", true);
|
|
103
107
|
};
|
|
104
108
|
}
|
|
105
109
|
};
|
|
106
|
-
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
110
|
+
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0ba3159b"]]);
|
|
107
111
|
export {
|
|
108
112
|
FormAnchorNav as default
|
|
109
113
|
};
|
|
@@ -40,10 +40,12 @@ const _sfc_main = {
|
|
|
40
40
|
);
|
|
41
41
|
let isClickScrolling = false;
|
|
42
42
|
function handleClick(e, link) {
|
|
43
|
+
var _a2, _b;
|
|
43
44
|
e.preventDefault();
|
|
44
45
|
emit("update:modelValue", link.id);
|
|
45
46
|
emit("change", link);
|
|
46
|
-
const
|
|
47
|
+
const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
48
|
+
const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
|
|
47
49
|
if (element) {
|
|
48
50
|
isClickScrolling = true;
|
|
49
51
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -120,7 +122,7 @@ const _sfc_main = {
|
|
|
120
122
|
};
|
|
121
123
|
}
|
|
122
124
|
};
|
|
123
|
-
const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
125
|
+
const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b9e5c261"]]);
|
|
124
126
|
export {
|
|
125
127
|
RightAnchorNav as default
|
|
126
128
|
};
|
|
@@ -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.vue.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.vue.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.vue.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.vue.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 */
|
|
@@ -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 */
|
|
@@ -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.vue.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.vue.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.vue.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.vue.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");
|
|
@@ -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.vue.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
|
@@ -6160,12 +6160,13 @@ body,
|
|
|
6160
6160
|
display: flex;
|
|
6161
6161
|
align-items: flex-end;
|
|
6162
6162
|
}
|
|
6163
|
-
.fec-el-main[data-v-
|
|
6163
|
+
.fec-el-main[data-v-a59457ae] {
|
|
6164
6164
|
padding: 0;
|
|
6165
6165
|
background-color: #fff;
|
|
6166
|
-
display: flex;
|
|
6166
|
+
display: flex;
|
|
6167
|
+
overflow: hidden;
|
|
6167
6168
|
}
|
|
6168
|
-
[data-v-
|
|
6169
|
+
[data-v-a59457ae] .el-scrollbar__bar.is-horizontal {
|
|
6169
6170
|
display: none !important;
|
|
6170
6171
|
}
|
|
6171
6172
|
|
|
@@ -6184,11 +6185,11 @@ body,
|
|
|
6184
6185
|
width: 80px;
|
|
6185
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6186
6187
|
}
|
|
6187
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-0ba3159b] {
|
|
6188
6189
|
background: #fff;
|
|
6189
6190
|
padding: 0 20px;
|
|
6190
6191
|
}
|
|
6191
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-0ba3159b] {
|
|
6192
6193
|
display: flex;
|
|
6193
6194
|
flex-wrap: wrap;
|
|
6194
6195
|
padding: 6px 0;
|
|
@@ -6196,12 +6197,12 @@ body,
|
|
|
6196
6197
|
flex-direction: row;
|
|
6197
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6198
6199
|
}
|
|
6199
|
-
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-
|
|
6200
|
+
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-0ba3159b] {
|
|
6200
6201
|
padding: 0;
|
|
6201
6202
|
text-decoration: none;
|
|
6202
6203
|
flex-shrink: 0;
|
|
6203
6204
|
}
|
|
6204
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6205
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b] {
|
|
6205
6206
|
display: inline-flex;
|
|
6206
6207
|
align-items: center;
|
|
6207
6208
|
padding: 5px 12px;
|
|
@@ -6212,35 +6213,35 @@ body,
|
|
|
6212
6213
|
cursor: pointer;
|
|
6213
6214
|
white-space: nowrap;
|
|
6214
6215
|
}
|
|
6215
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6216
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-0ba3159b]:hover {
|
|
6216
6217
|
color: #303133;
|
|
6217
6218
|
}
|
|
6218
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-
|
|
6219
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-0ba3159b] {
|
|
6219
6220
|
color: inherit;
|
|
6220
6221
|
}
|
|
6221
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-
|
|
6222
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-0ba3159b] {
|
|
6222
6223
|
margin-left: 2px;
|
|
6223
6224
|
font-size: 12px;
|
|
6224
6225
|
color: #c0c4cc;
|
|
6225
6226
|
}
|
|
6226
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-
|
|
6227
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-0ba3159b] {
|
|
6227
6228
|
color: var(--el-color-primary);
|
|
6228
6229
|
background: #ecf5ff;
|
|
6229
6230
|
font-weight: 500;
|
|
6230
6231
|
}
|
|
6231
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-
|
|
6232
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-0ba3159b] {
|
|
6232
6233
|
color: var(--el-color-primary);
|
|
6233
|
-
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-
|
|
6234
|
+
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-b9e5c261] .el-anchor__link:focus {
|
|
6234
6235
|
color: #909399;
|
|
6235
6236
|
}
|
|
6236
|
-
[data-v-
|
|
6237
|
+
[data-v-b9e5c261] .el-anchor__link:hover {
|
|
6237
6238
|
color: #303133;
|
|
6238
6239
|
}
|
|
6239
|
-
[data-v-
|
|
6240
|
+
[data-v-b9e5c261] .el-anchor__link.is-active {
|
|
6240
6241
|
/* color: var(--el-anchor-color); */
|
|
6241
6242
|
color: var(--el-color-primary);
|
|
6242
6243
|
}
|
|
6243
|
-
.anchor-nav[data-v-
|
|
6244
|
+
.anchor-nav[data-v-b9e5c261] {
|
|
6244
6245
|
background: #fff;
|
|
6245
6246
|
border-radius: 4px;
|
|
6246
6247
|
padding: 16px;
|
|
@@ -6248,7 +6249,7 @@ body,
|
|
|
6248
6249
|
top: 0px;
|
|
6249
6250
|
height: 100%;
|
|
6250
6251
|
}
|
|
6251
|
-
.label-line[data-v-
|
|
6252
|
+
.label-line[data-v-b9e5c261] {
|
|
6252
6253
|
width: 4px;
|
|
6253
6254
|
height: 16px;
|
|
6254
6255
|
background-color: var(--el-color-primary);
|
|
@@ -6256,7 +6257,7 @@ body,
|
|
|
6256
6257
|
margin-right: 10px;
|
|
6257
6258
|
border-radius: 2px;
|
|
6258
6259
|
}
|
|
6259
|
-
.anchor-title[data-v-
|
|
6260
|
+
.anchor-title[data-v-b9e5c261] {
|
|
6260
6261
|
font-size: 18px;
|
|
6261
6262
|
font-weight: bold;
|
|
6262
6263
|
color: #303133;
|
|
@@ -6266,14 +6267,15 @@ body,
|
|
|
6266
6267
|
align-items: center;
|
|
6267
6268
|
flex-wrap: nowrap;
|
|
6268
6269
|
}
|
|
6269
|
-
.fec-form[data-v-
|
|
6270
|
+
.fec-form[data-v-a795a882] {
|
|
6270
6271
|
height: 100%;
|
|
6271
6272
|
}
|
|
6272
|
-
.fec-form.inMinApp[data-v-
|
|
6273
|
+
.fec-form.inMinApp[data-v-a795a882] {
|
|
6273
6274
|
height: 0px;
|
|
6274
6275
|
flex: 1;
|
|
6276
|
+
padding: 8px;
|
|
6275
6277
|
}
|
|
6276
|
-
.fec-form-col[data-v-
|
|
6278
|
+
.fec-form-col[data-v-a795a882] {
|
|
6277
6279
|
padding: 0px !important;
|
|
6278
6280
|
display: flex !important;
|
|
6279
6281
|
flex-direction: column;
|
|
@@ -6282,22 +6284,22 @@ body,
|
|
|
6282
6284
|
overflow: hidden;
|
|
6283
6285
|
flex: auto !important;
|
|
6284
6286
|
}
|
|
6285
|
-
[data-v-
|
|
6287
|
+
[data-v-a795a882] .vgl-layout {
|
|
6286
6288
|
position: relative;
|
|
6287
6289
|
}
|
|
6288
|
-
[data-v-
|
|
6290
|
+
[data-v-a795a882] .vgl-item {
|
|
6289
6291
|
transition: none;
|
|
6290
6292
|
}
|
|
6291
|
-
[data-v-
|
|
6293
|
+
[data-v-a795a882] .vgl-item > .el-form-item {
|
|
6292
6294
|
width: 100%;
|
|
6293
6295
|
padding: 6px 8px 0 8px;
|
|
6294
6296
|
height: calc(100% - 15px);
|
|
6295
6297
|
display: flex;
|
|
6296
6298
|
}
|
|
6297
|
-
[data-v-
|
|
6299
|
+
[data-v-a795a882] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6298
6300
|
flex-direction: column;
|
|
6299
6301
|
}
|
|
6300
|
-
[data-v-
|
|
6302
|
+
[data-v-a795a882] .vgl-item > .el-form-item .el-form-item__label {
|
|
6301
6303
|
line-height: 20px;
|
|
6302
6304
|
display: inline-flex;
|
|
6303
6305
|
align-items: center;
|
|
@@ -6311,107 +6313,107 @@ body,
|
|
|
6311
6313
|
flex-shrink: 0;
|
|
6312
6314
|
min-height: 45px;
|
|
6313
6315
|
}
|
|
6314
|
-
[data-v-
|
|
6316
|
+
[data-v-a795a882] .vgl-item > .el-form-item {
|
|
6315
6317
|
/* .el-form-item__error {
|
|
6316
6318
|
padding-top: 10px;
|
|
6317
6319
|
} */
|
|
6318
6320
|
}
|
|
6319
|
-
[data-v-
|
|
6321
|
+
[data-v-a795a882] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6320
6322
|
padding: 1px 12px;
|
|
6321
6323
|
}
|
|
6322
|
-
[data-v-
|
|
6324
|
+
[data-v-a795a882] .vgl-item > .el-container {
|
|
6323
6325
|
height: auto !important;
|
|
6324
6326
|
}
|
|
6325
6327
|
@media (min-width: 1720px) {
|
|
6326
|
-
[data-v-
|
|
6328
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6327
6329
|
max-width: 160px !important;
|
|
6328
6330
|
}
|
|
6329
|
-
[data-v-
|
|
6331
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6330
6332
|
padding: 6px 8px 0 8px !important;
|
|
6331
6333
|
}
|
|
6332
|
-
[data-v-
|
|
6334
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6333
6335
|
padding: 1px 12px;
|
|
6334
6336
|
}
|
|
6335
|
-
[data-v-
|
|
6337
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6336
6338
|
padding: 8px 12px;
|
|
6337
6339
|
}
|
|
6338
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-a795a882] {
|
|
6339
6341
|
padding: 12px !important;
|
|
6340
6342
|
}
|
|
6341
6343
|
}
|
|
6342
6344
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6343
6345
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6344
|
-
[data-v-
|
|
6346
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6345
6347
|
max-width: 130px !important;
|
|
6346
6348
|
padding-right: 6px !important;
|
|
6347
6349
|
}
|
|
6348
|
-
[data-v-
|
|
6350
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6349
6351
|
padding: 6px 0 0 0 !important;
|
|
6350
6352
|
}
|
|
6351
|
-
[data-v-
|
|
6353
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6352
6354
|
padding: 1px 8px;
|
|
6353
6355
|
}
|
|
6354
|
-
[data-v-
|
|
6356
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6355
6357
|
padding: 8px 8px;
|
|
6356
6358
|
}
|
|
6357
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-a795a882] {
|
|
6358
6360
|
padding: 8px !important;
|
|
6359
6361
|
}
|
|
6360
6362
|
}
|
|
6361
6363
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6362
6364
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6363
|
-
[data-v-
|
|
6365
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6364
6366
|
max-width: 125px !important;
|
|
6365
6367
|
padding-right: 4px !important;
|
|
6366
6368
|
}
|
|
6367
|
-
[data-v-
|
|
6369
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6368
6370
|
padding: 0 !important;
|
|
6369
6371
|
}
|
|
6370
|
-
[data-v-
|
|
6372
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6371
6373
|
padding: 1px 6px;
|
|
6372
6374
|
}
|
|
6373
|
-
[data-v-
|
|
6375
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6374
6376
|
padding: 8px 6px;
|
|
6375
6377
|
}
|
|
6376
|
-
.fec-el-form[data-v-
|
|
6378
|
+
.fec-el-form[data-v-a795a882] {
|
|
6377
6379
|
padding: 6px !important;
|
|
6378
6380
|
}
|
|
6379
6381
|
}
|
|
6380
6382
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6381
6383
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6382
|
-
[data-v-
|
|
6384
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6383
6385
|
max-width: 100px !important;
|
|
6384
6386
|
padding-right: 4px !important;
|
|
6385
6387
|
}
|
|
6386
|
-
[data-v-
|
|
6388
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6387
6389
|
padding: 0 !important;
|
|
6388
6390
|
}
|
|
6389
|
-
[data-v-
|
|
6391
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6390
6392
|
padding: 1px 4px;
|
|
6391
6393
|
}
|
|
6392
|
-
[data-v-
|
|
6394
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6393
6395
|
padding: 8px 4px;
|
|
6394
6396
|
}
|
|
6395
|
-
.fec-el-form[data-v-
|
|
6397
|
+
.fec-el-form[data-v-a795a882] {
|
|
6396
6398
|
padding: 6px !important;
|
|
6397
6399
|
}
|
|
6398
6400
|
}
|
|
6399
6401
|
/* 超小屏 <768px */
|
|
6400
6402
|
@media (max-width: 767px) {
|
|
6401
|
-
[data-v-
|
|
6403
|
+
[data-v-a795a882] .vgl-item .el-form-item__label {
|
|
6402
6404
|
max-width: 80px !important;
|
|
6403
6405
|
padding-right: 4px !important;
|
|
6404
6406
|
}
|
|
6405
|
-
[data-v-
|
|
6407
|
+
[data-v-a795a882] .vgl-item .el-form-item {
|
|
6406
6408
|
padding: 0 !important;
|
|
6407
6409
|
}
|
|
6408
|
-
[data-v-
|
|
6410
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-input__wrapper {
|
|
6409
6411
|
padding: 1px 2px;
|
|
6410
6412
|
}
|
|
6411
|
-
[data-v-
|
|
6413
|
+
[data-v-a795a882] .vgl-item .el-form-item .el-select__wrapper {
|
|
6412
6414
|
padding: 8px 2px;
|
|
6413
6415
|
}
|
|
6414
|
-
.fec-el-form[data-v-
|
|
6416
|
+
.fec-el-form[data-v-a795a882] {
|
|
6415
6417
|
padding: 6px !important;
|
|
6416
6418
|
}
|
|
6417
6419
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -54,5 +54,5 @@ const _sfc_main = {
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
|
-
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
57
|
+
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a59457ae"]]);
|
|
58
58
|
exports.default = component;
|
|
@@ -1231,5 +1231,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1231
1231
|
};
|
|
1232
1232
|
}
|
|
1233
1233
|
});
|
|
1234
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1234
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a795a882"]]);
|
|
1235
1235
|
exports.default = _Form;
|
|
@@ -3,14 +3,10 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const Vue = require("vue");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const _hoisted_1 = {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const _hoisted_2 = { class: "fec-form-links" };
|
|
11
|
-
const _hoisted_3 = ["href", "onClick"];
|
|
12
|
-
const _hoisted_4 = { class: "fec-form-link-content" };
|
|
13
|
-
const _hoisted_5 = {
|
|
6
|
+
const _hoisted_1 = { class: "fec-form-links" };
|
|
7
|
+
const _hoisted_2 = ["href", "onClick"];
|
|
8
|
+
const _hoisted_3 = { class: "fec-form-link-content" };
|
|
9
|
+
const _hoisted_4 = {
|
|
14
10
|
key: 0,
|
|
15
11
|
class: "tab-count"
|
|
16
12
|
};
|
|
@@ -33,6 +29,7 @@ const _sfc_main = {
|
|
|
33
29
|
setup(__props, { emit: __emit }) {
|
|
34
30
|
var _a;
|
|
35
31
|
const props = __props;
|
|
32
|
+
const formAnchorRef = Vue.ref();
|
|
36
33
|
const emit = __emit;
|
|
37
34
|
Vue.watch(
|
|
38
35
|
() => props.links,
|
|
@@ -45,10 +42,12 @@ const _sfc_main = {
|
|
|
45
42
|
);
|
|
46
43
|
let isClickScrolling = false;
|
|
47
44
|
function handleClick(e, link) {
|
|
45
|
+
var _a2, _b;
|
|
48
46
|
e.preventDefault();
|
|
49
47
|
emit("update:modelValue", link.id);
|
|
50
48
|
emit("change", link);
|
|
51
|
-
const
|
|
49
|
+
const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
50
|
+
const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
|
|
52
51
|
if (element) {
|
|
53
52
|
isClickScrolling = true;
|
|
54
53
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -85,8 +84,13 @@ const _sfc_main = {
|
|
|
85
84
|
}
|
|
86
85
|
}
|
|
87
86
|
return (_ctx, _cache) => {
|
|
88
|
-
return __props.links.length ? (Vue.openBlock(), Vue.createElementBlock("div",
|
|
89
|
-
|
|
87
|
+
return __props.links.length ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
88
|
+
key: 0,
|
|
89
|
+
class: "fec-form-nav",
|
|
90
|
+
ref_key: "formAnchorRef",
|
|
91
|
+
ref: formAnchorRef
|
|
92
|
+
}, [
|
|
93
|
+
Vue.createElementVNode("div", _hoisted_1, [
|
|
90
94
|
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(__props.links, (link) => {
|
|
91
95
|
return Vue.openBlock(), Vue.createElementBlock("a", {
|
|
92
96
|
key: link.id,
|
|
@@ -94,16 +98,16 @@ const _sfc_main = {
|
|
|
94
98
|
class: Vue.normalizeClass(["fec-form-link-item", { "is-active": __props.modelValue == link.id }]),
|
|
95
99
|
onClick: Vue.withModifiers(($event) => handleClick($event, link), ["prevent"])
|
|
96
100
|
}, [
|
|
97
|
-
Vue.createElementVNode("span",
|
|
101
|
+
Vue.createElementVNode("span", _hoisted_3, [
|
|
98
102
|
Vue.createTextVNode(Vue.toDisplayString(link.title) + " ", 1),
|
|
99
|
-
link.count ? (Vue.openBlock(), Vue.createElementBlock("span",
|
|
103
|
+
link.count ? (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_4, "(" + Vue.toDisplayString(link.count) + ")", 1)) : Vue.createCommentVNode("", true)
|
|
100
104
|
])
|
|
101
|
-
], 10,
|
|
105
|
+
], 10, _hoisted_2);
|
|
102
106
|
}), 128))
|
|
103
107
|
])
|
|
104
|
-
])) : Vue.createCommentVNode("", true);
|
|
108
|
+
], 512)) : Vue.createCommentVNode("", true);
|
|
105
109
|
};
|
|
106
110
|
}
|
|
107
111
|
};
|
|
108
|
-
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
112
|
+
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0ba3159b"]]);
|
|
109
113
|
exports.default = FormAnchorNav;
|
|
@@ -42,10 +42,12 @@ const _sfc_main = {
|
|
|
42
42
|
);
|
|
43
43
|
let isClickScrolling = false;
|
|
44
44
|
function handleClick(e, link) {
|
|
45
|
+
var _a2, _b;
|
|
45
46
|
e.preventDefault();
|
|
46
47
|
emit("update:modelValue", link.id);
|
|
47
48
|
emit("change", link);
|
|
48
|
-
const
|
|
49
|
+
const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
50
|
+
const element = fecForm == null ? void 0 : fecForm.getElementById(`comp_${link.id}`);
|
|
49
51
|
if (element) {
|
|
50
52
|
isClickScrolling = true;
|
|
51
53
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -122,5 +124,5 @@ const _sfc_main = {
|
|
|
122
124
|
};
|
|
123
125
|
}
|
|
124
126
|
};
|
|
125
|
-
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
127
|
+
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b9e5c261"]]);
|
|
126
128
|
exports.default = RightAnchorNav;
|