fds-vue-core 2.0.55 → 2.0.56
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAmGjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqNF,wBAIG"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -1222,7 +1222,7 @@ const _hoisted_1$m = { class: "flex items-start" };
|
|
|
1222
1222
|
const _hoisted_2$e = { class: "flex-1 flex" };
|
|
1223
1223
|
const _hoisted_3$a = ["innerHTML"];
|
|
1224
1224
|
const _hoisted_4$9 = { key: 1 };
|
|
1225
|
-
const _hoisted_5$
|
|
1225
|
+
const _hoisted_5$7 = { key: 0 };
|
|
1226
1226
|
const _hoisted_6$3 = {
|
|
1227
1227
|
key: 2,
|
|
1228
1228
|
class: "items-center max-h-[28px]"
|
|
@@ -1463,7 +1463,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
1463
1463
|
innerHTML: vue.unref(treeState)?.highlightText(_ctx.title, vue.unref(treeState)?.searchTerm?.value)
|
|
1464
1464
|
}, null, 8, _hoisted_3$a)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$9, vue.toDisplayString(_ctx.title), 1))
|
|
1465
1465
|
]),
|
|
1466
|
-
childCount.value !== null ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$
|
|
1466
|
+
childCount.value !== null ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$7, " (+" + vue.toDisplayString(childCount.value) + ")", 1)) : vue.createCommentVNode("", true)
|
|
1467
1467
|
]),
|
|
1468
1468
|
_: 1
|
|
1469
1469
|
}, 8, ["id", "checked", "indeterminate"])
|
|
@@ -1761,10 +1761,11 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1761
1761
|
};
|
|
1762
1762
|
}
|
|
1763
1763
|
});
|
|
1764
|
-
const _hoisted_1$j =
|
|
1765
|
-
const _hoisted_2$d =
|
|
1766
|
-
const _hoisted_3$9 =
|
|
1767
|
-
const _hoisted_4$8 =
|
|
1764
|
+
const _hoisted_1$j = { class: "w-full" };
|
|
1765
|
+
const _hoisted_2$d = ["for"];
|
|
1766
|
+
const _hoisted_3$9 = { class: "relative" };
|
|
1767
|
+
const _hoisted_4$8 = ["id", "name", "type", "disabled", "required", "size", "maxlength", "aria-invalid"];
|
|
1768
|
+
const _hoisted_5$6 = {
|
|
1768
1769
|
key: 0,
|
|
1769
1770
|
class: "text-red-600 font-bold mt-1"
|
|
1770
1771
|
};
|
|
@@ -1840,7 +1841,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1840
1841
|
showPassword.value = !showPassword.value;
|
|
1841
1842
|
}
|
|
1842
1843
|
return (_ctx, _cache) => {
|
|
1843
|
-
return vue.openBlock(), vue.createElementBlock(
|
|
1844
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
|
|
1844
1845
|
vue.createElementVNode("div", {
|
|
1845
1846
|
class: vue.normalizeClass({ "flex flex-row gap-4": _ctx.labelLeft })
|
|
1846
1847
|
}, [
|
|
@@ -1849,14 +1850,14 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1849
1850
|
key: 0,
|
|
1850
1851
|
for: inputId.value,
|
|
1851
1852
|
class: vue.normalizeClass(["block font-bold text-gray-900 cursor-pointer", { "mb-0": _ctx.meta, "mb-1": !_ctx.meta }])
|
|
1852
|
-
}, vue.toDisplayString(_ctx.label), 11,
|
|
1853
|
+
}, vue.toDisplayString(_ctx.label), 11, _hoisted_2$d)) : vue.createCommentVNode("", true),
|
|
1853
1854
|
_ctx.meta ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1854
1855
|
key: 1,
|
|
1855
1856
|
class: vue.normalizeClass(["font-thin", { "mb-1": !_ctx.labelLeft }])
|
|
1856
1857
|
}, vue.toDisplayString(_ctx.meta), 3)) : vue.createCommentVNode("", true)
|
|
1857
1858
|
]),
|
|
1858
1859
|
vue.createElementVNode("div", null, [
|
|
1859
|
-
vue.createElementVNode("div",
|
|
1860
|
+
vue.createElementVNode("div", _hoisted_3$9, [
|
|
1860
1861
|
vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
|
1861
1862
|
id: inputId.value,
|
|
1862
1863
|
name: _ctx.name || void 0,
|
|
@@ -1870,7 +1871,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1870
1871
|
class: inputClasses.value
|
|
1871
1872
|
}, _ctx.$attrs, {
|
|
1872
1873
|
onInput: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("input", $event))
|
|
1873
|
-
}), null, 16,
|
|
1874
|
+
}), null, 16, _hoisted_4$8), [
|
|
1874
1875
|
[vue.vModelDynamic, internalValue.value]
|
|
1875
1876
|
]),
|
|
1876
1877
|
vue.createElementVNode("div", {
|
|
@@ -1901,8 +1902,8 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1901
1902
|
])
|
|
1902
1903
|
])
|
|
1903
1904
|
], 2),
|
|
1904
|
-
showInvalidMessage.value ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1905
|
-
]
|
|
1905
|
+
showInvalidMessage.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$6, vue.toDisplayString(_ctx.invalidMessage), 1)) : vue.createCommentVNode("", true)
|
|
1906
|
+
]);
|
|
1906
1907
|
};
|
|
1907
1908
|
}
|
|
1908
1909
|
});
|