@fecp/designer 5.5.73 → 5.5.74
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/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/form/property/widgets.vue.mjs +4 -3
- package/es/designer.css +84 -80
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- 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 +2 -2
- package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +4 -3
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +2 -2
- package/lib/designer/package.json.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/form/property/widgets.vue.js +4 -3
- package/lib/designer.css +84 -80
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- 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 +2 -2
- package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +4 -3
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +2 -2
- package/package.json +1 -1
|
@@ -48,7 +48,7 @@ const _sfc_main = {
|
|
|
48
48
|
e.preventDefault();
|
|
49
49
|
emit("update:modelValue", link.id);
|
|
50
50
|
emit("change", link);
|
|
51
|
-
const element = document.getElementById(link.id);
|
|
51
|
+
const element = document.getElementById(`comp_${link.id}`);
|
|
52
52
|
if (element) {
|
|
53
53
|
isClickScrolling = true;
|
|
54
54
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -105,5 +105,5 @@ const _sfc_main = {
|
|
|
105
105
|
};
|
|
106
106
|
}
|
|
107
107
|
};
|
|
108
|
-
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
108
|
+
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-fe427ccb"]]);
|
|
109
109
|
exports.default = FormAnchorNav;
|
|
@@ -45,7 +45,7 @@ const _sfc_main = {
|
|
|
45
45
|
e.preventDefault();
|
|
46
46
|
emit("update:modelValue", link.id);
|
|
47
47
|
emit("change", link);
|
|
48
|
-
const element = document.getElementById(link.id);
|
|
48
|
+
const element = document.getElementById(`comp_${link.id}`);
|
|
49
49
|
if (element) {
|
|
50
50
|
isClickScrolling = true;
|
|
51
51
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -122,5 +122,5 @@ const _sfc_main = {
|
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
|
-
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
125
|
+
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8e0e370c"]]);
|
|
126
126
|
exports.default = RightAnchorNav;
|
|
@@ -162,7 +162,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
162
162
|
prop: __props.config.fieldName,
|
|
163
163
|
required: __props.config.required,
|
|
164
164
|
error: __props.error,
|
|
165
|
-
"label-width": 160
|
|
165
|
+
"label-width": 160,
|
|
166
|
+
id: `comp_${__props.config.id}`
|
|
166
167
|
}, Vue.createSlots({
|
|
167
168
|
default: Vue.withCtx(() => [
|
|
168
169
|
__props.config.labelMode != "label" ? (Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(componentType.value), Vue.mergeProps({
|
|
@@ -203,9 +204,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
203
204
|
}),
|
|
204
205
|
key: "0"
|
|
205
206
|
} : void 0
|
|
206
|
-
]), 1032, ["prop", "required", "error"]));
|
|
207
|
+
]), 1032, ["prop", "required", "error", "id"]));
|
|
207
208
|
};
|
|
208
209
|
}
|
|
209
210
|
});
|
|
210
|
-
const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
211
|
+
const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-08a3d7ce"]]);
|
|
211
212
|
exports.default = _FormItem;
|
|
@@ -22,7 +22,7 @@ const _sfc_main = {
|
|
|
22
22
|
return (_ctx, _cache) => {
|
|
23
23
|
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
24
24
|
class: "fec-h2",
|
|
25
|
-
id: __props.config.id
|
|
25
|
+
id: `comp_${__props.config.id}`
|
|
26
26
|
}, [
|
|
27
27
|
_cache[0] || (_cache[0] = Vue.createElementVNode("div", { class: "fec-label-line" }, null, -1)),
|
|
28
28
|
Vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -41,5 +41,5 @@ const _sfc_main = {
|
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
};
|
|
44
|
-
const _H2 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
44
|
+
const _H2 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e871241a"]]);
|
|
45
45
|
exports.default = _H2;
|