@bagelink/vue 1.8.20 → 1.8.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ModalForm.vue +0 -1
- package/src/components/form/inputs/NumberInput.vue +2 -1
package/dist/index.mjs
CHANGED
|
@@ -8956,7 +8956,7 @@ var _hoisted_1$51 = ["title"], _hoisted_2$36 = ["for"], _hoisted_3$30 = { class:
|
|
|
8956
8956
|
"-",
|
|
8957
8957
|
".",
|
|
8958
8958
|
"-."
|
|
8959
|
-
].includes(e), N =
|
|
8959
|
+
].includes(e), N = e.endsWith("."), I = /\.\d*0$/.test(e);
|
|
8960
8960
|
if (t || N || I) {
|
|
8961
8961
|
j("update:modelValue", e === "-" ? "-" : e);
|
|
8962
8962
|
return;
|
|
@@ -9063,7 +9063,7 @@ var _hoisted_1$51 = ["title"], _hoisted_2$36 = ["for"], _hoisted_3$30 = { class:
|
|
|
9063
9063
|
], 2)], 8, _hoisted_1$49)], 2);
|
|
9064
9064
|
};
|
|
9065
9065
|
}
|
|
9066
|
-
}), [["__scopeId", "data-v-
|
|
9066
|
+
}), [["__scopeId", "data-v-54866439"]]), _hoisted_1$48 = [
|
|
9067
9067
|
"value",
|
|
9068
9068
|
"autofocus",
|
|
9069
9069
|
"onKeydown",
|
|
@@ -30707,7 +30707,7 @@ var _hoisted_1$19 = ["width", "height"], _hoisted_2$11 = [
|
|
|
30707
30707
|
"onUpdate:modelValue": [t[0] ||= (e) => V.value = e, t[1] ||= (e) => N("update:modelValue", e)],
|
|
30708
30708
|
schema: e.schema,
|
|
30709
30709
|
onSubmit: CN
|
|
30710
|
-
}, null, 8, ["modelValue", "schema"])) : createCommentVNode("", !0)
|
|
30710
|
+
}, null, 8, ["modelValue", "schema"])) : createCommentVNode("", !0)]),
|
|
30711
30711
|
_: 2
|
|
30712
30712
|
}, [e.onDelete || e.onSubmit ? {
|
|
30713
30713
|
name: "footer",
|
|
@@ -30746,7 +30746,7 @@ var _hoisted_1$19 = ["width", "height"], _hoisted_2$11 = [
|
|
|
30746
30746
|
"title"
|
|
30747
30747
|
]));
|
|
30748
30748
|
}
|
|
30749
|
-
}), [["__scopeId", "data-v-
|
|
30749
|
+
}), [["__scopeId", "data-v-d47124de"]]), _hoisted_1$13 = { class: "full-nav" }, _hoisted_2$8 = { class: "nav-scroll" }, _hoisted_3$6 = { class: "nav-links-wrapper" }, _hoisted_4$4 = { class: "tooltip" }, _hoisted_5$4 = { class: "bot-buttons-wrapper" }, _hoisted_6$4 = { class: "tooltip" }, NavBar_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
30750
30750
|
__name: "NavBar",
|
|
30751
30751
|
props: {
|
|
30752
30752
|
footerLinks: { default: () => [] },
|