@fecp/designer 5.5.78 → 5.5.79
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.css +9 -9
- package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue.mjs +3 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +9 -9
- package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue.js +3 -3
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -6185,11 +6185,11 @@ body,
|
|
|
6185
6185
|
width: 80px;
|
|
6186
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6187
6187
|
}
|
|
6188
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-1a0c9e5c] {
|
|
6189
6189
|
background: #fff;
|
|
6190
6190
|
padding: 0 20px;
|
|
6191
6191
|
}
|
|
6192
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-1a0c9e5c] {
|
|
6193
6193
|
display: flex;
|
|
6194
6194
|
flex-wrap: wrap;
|
|
6195
6195
|
padding: 6px 0;
|
|
@@ -6197,12 +6197,12 @@ body,
|
|
|
6197
6197
|
flex-direction: row;
|
|
6198
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6199
6199
|
}
|
|
6200
|
-
.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-1a0c9e5c] {
|
|
6201
6201
|
padding: 0;
|
|
6202
6202
|
text-decoration: none;
|
|
6203
6203
|
flex-shrink: 0;
|
|
6204
6204
|
}
|
|
6205
|
-
.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-1a0c9e5c] {
|
|
6206
6206
|
display: inline-flex;
|
|
6207
6207
|
align-items: center;
|
|
6208
6208
|
padding: 5px 12px;
|
|
@@ -6213,23 +6213,23 @@ body,
|
|
|
6213
6213
|
cursor: pointer;
|
|
6214
6214
|
white-space: nowrap;
|
|
6215
6215
|
}
|
|
6216
|
-
.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-1a0c9e5c]:hover {
|
|
6217
6217
|
color: #303133;
|
|
6218
6218
|
}
|
|
6219
|
-
.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-1a0c9e5c] {
|
|
6220
6220
|
color: inherit;
|
|
6221
6221
|
}
|
|
6222
|
-
.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-1a0c9e5c] {
|
|
6223
6223
|
margin-left: 2px;
|
|
6224
6224
|
font-size: 12px;
|
|
6225
6225
|
color: #c0c4cc;
|
|
6226
6226
|
}
|
|
6227
|
-
.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-1a0c9e5c] {
|
|
6228
6228
|
color: var(--el-color-primary);
|
|
6229
6229
|
background: #ecf5ff;
|
|
6230
6230
|
font-weight: 500;
|
|
6231
6231
|
}
|
|
6232
|
-
.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-1a0c9e5c] {
|
|
6233
6233
|
color: var(--el-color-primary);
|
|
6234
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-298a5455] .el-anchor__link:focus {
|
|
6235
6235
|
color: #909399;
|
|
@@ -40,11 +40,11 @@ const _sfc_main = {
|
|
|
40
40
|
);
|
|
41
41
|
let isClickScrolling = false;
|
|
42
42
|
function handleClick(e, link) {
|
|
43
|
-
var _a2
|
|
43
|
+
var _a2;
|
|
44
44
|
e.preventDefault();
|
|
45
45
|
emit("update:modelValue", link.id);
|
|
46
46
|
emit("change", link);
|
|
47
|
-
const fecForm = (
|
|
47
|
+
const fecForm = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.closest(".fec-form");
|
|
48
48
|
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
49
49
|
if (element) {
|
|
50
50
|
isClickScrolling = true;
|
|
@@ -107,7 +107,7 @@ const _sfc_main = {
|
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
110
|
+
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a0c9e5c"]]);
|
|
111
111
|
export {
|
|
112
112
|
FormAnchorNav as default
|
|
113
113
|
};
|
package/lib/designer.css
CHANGED
|
@@ -6185,11 +6185,11 @@ body,
|
|
|
6185
6185
|
width: 80px;
|
|
6186
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6187
6187
|
}
|
|
6188
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-1a0c9e5c] {
|
|
6189
6189
|
background: #fff;
|
|
6190
6190
|
padding: 0 20px;
|
|
6191
6191
|
}
|
|
6192
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-1a0c9e5c] {
|
|
6193
6193
|
display: flex;
|
|
6194
6194
|
flex-wrap: wrap;
|
|
6195
6195
|
padding: 6px 0;
|
|
@@ -6197,12 +6197,12 @@ body,
|
|
|
6197
6197
|
flex-direction: row;
|
|
6198
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6199
6199
|
}
|
|
6200
|
-
.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-1a0c9e5c] {
|
|
6201
6201
|
padding: 0;
|
|
6202
6202
|
text-decoration: none;
|
|
6203
6203
|
flex-shrink: 0;
|
|
6204
6204
|
}
|
|
6205
|
-
.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-1a0c9e5c] {
|
|
6206
6206
|
display: inline-flex;
|
|
6207
6207
|
align-items: center;
|
|
6208
6208
|
padding: 5px 12px;
|
|
@@ -6213,23 +6213,23 @@ body,
|
|
|
6213
6213
|
cursor: pointer;
|
|
6214
6214
|
white-space: nowrap;
|
|
6215
6215
|
}
|
|
6216
|
-
.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-1a0c9e5c]:hover {
|
|
6217
6217
|
color: #303133;
|
|
6218
6218
|
}
|
|
6219
|
-
.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-1a0c9e5c] {
|
|
6220
6220
|
color: inherit;
|
|
6221
6221
|
}
|
|
6222
|
-
.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-1a0c9e5c] {
|
|
6223
6223
|
margin-left: 2px;
|
|
6224
6224
|
font-size: 12px;
|
|
6225
6225
|
color: #c0c4cc;
|
|
6226
6226
|
}
|
|
6227
|
-
.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-1a0c9e5c] {
|
|
6228
6228
|
color: var(--el-color-primary);
|
|
6229
6229
|
background: #ecf5ff;
|
|
6230
6230
|
font-weight: 500;
|
|
6231
6231
|
}
|
|
6232
|
-
.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-1a0c9e5c] {
|
|
6233
6233
|
color: var(--el-color-primary);
|
|
6234
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-298a5455] .el-anchor__link:focus {
|
|
6235
6235
|
color: #909399;
|
|
@@ -42,11 +42,11 @@ const _sfc_main = {
|
|
|
42
42
|
);
|
|
43
43
|
let isClickScrolling = false;
|
|
44
44
|
function handleClick(e, link) {
|
|
45
|
-
var _a2
|
|
45
|
+
var _a2;
|
|
46
46
|
e.preventDefault();
|
|
47
47
|
emit("update:modelValue", link.id);
|
|
48
48
|
emit("change", link);
|
|
49
|
-
const fecForm = (
|
|
49
|
+
const fecForm = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.closest(".fec-form");
|
|
50
50
|
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
51
51
|
if (element) {
|
|
52
52
|
isClickScrolling = true;
|
|
@@ -109,5 +109,5 @@ const _sfc_main = {
|
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
};
|
|
112
|
-
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
112
|
+
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1a0c9e5c"]]);
|
|
113
113
|
exports.default = FormAnchorNav;
|