@oub/fusion 0.2.14 → 0.2.15
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/fusion.js +3 -2
- package/dist/fusion.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -815,7 +815,7 @@ const rv = /* @__PURE__ */ Le(Ji, [["render", Ki], ["__scopeId", "data-v-a3d9cc5
|
|
|
815
815
|
const ji = ["data-test"], Zi = ["for"], Gi = { class: "fusion-input-wrapper" }, _i = {
|
|
816
816
|
key: 0,
|
|
817
817
|
class: "fusion-input-icon"
|
|
818
|
-
}, $i = ["id", "type", "placeholder", "required", "disabled", "tabindex", "autocomplete", "title", "readonly"], el = { "data-test": "error-label" };
|
|
818
|
+
}, $i = ["id", "name", "type", "placeholder", "required", "disabled", "tabindex", "autocomplete", "title", "readonly"], el = { "data-test": "error-label" };
|
|
819
819
|
function tl(e, t, n, r, a, o) {
|
|
820
820
|
const i = xe("SVGExclamationTriangle");
|
|
821
821
|
return m(), k("div", {
|
|
@@ -842,6 +842,7 @@ function tl(e, t, n, r, a, o) {
|
|
|
842
842
|
ref: "input",
|
|
843
843
|
"onUpdate:modelValue": t[0] || (t[0] = (l) => e.inputValue = l),
|
|
844
844
|
class: ne(["fusion-input field", e.stateClasses]),
|
|
845
|
+
name: e.name,
|
|
845
846
|
type: e.type,
|
|
846
847
|
placeholder: e.placeholder,
|
|
847
848
|
required: e.required,
|
|
@@ -871,7 +872,7 @@ function tl(e, t, n, r, a, o) {
|
|
|
871
872
|
], 2)) : Q("", !0)
|
|
872
873
|
], 10, ji);
|
|
873
874
|
}
|
|
874
|
-
const On = /* @__PURE__ */ Le(zi, [["render", tl], ["__scopeId", "data-v-
|
|
875
|
+
const On = /* @__PURE__ */ Le(zi, [["render", tl], ["__scopeId", "data-v-d9f1542c"]]), al = {
|
|
875
876
|
name: "SVGInbox"
|
|
876
877
|
}, nl = {
|
|
877
878
|
width: "30",
|