@oub/fusion 0.2.26 → 0.2.27
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 +6 -3
- package/dist/fusion.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -134,7 +134,7 @@ const Xr = /* @__PURE__ */ Le(Fn, [["render", $o], ["__scopeId", "data-v-fa260d7
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
});
|
|
137
|
-
const ti = ["disabled", "data-test"], ai = { key: 1 };
|
|
137
|
+
const ti = ["disabled", "data-test", "type"], ai = { key: 1 };
|
|
138
138
|
function ni(e, t, n, r, a, o) {
|
|
139
139
|
const i = Pe("FusionLoadingSpinner");
|
|
140
140
|
return m(), k("button", {
|
|
@@ -142,6 +142,7 @@ function ni(e, t, n, r, a, o) {
|
|
|
142
142
|
disabled: e.isDisabled || e.isLoading,
|
|
143
143
|
class: ne(["fusion-button", [e.variantTypeClass, e.variantStyleClass, e.buttonSizeClass]]),
|
|
144
144
|
"data-test": e.dataTest,
|
|
145
|
+
type: e.type,
|
|
145
146
|
onFocus: t[0] || (t[0] = (l) => e.focus = !0),
|
|
146
147
|
onBlur: t[1] || (t[1] = (l) => e.focus = !1),
|
|
147
148
|
onMouseover: t[2] || (t[2] = (l) => e.hover = !0),
|
|
@@ -157,7 +158,7 @@ function ni(e, t, n, r, a, o) {
|
|
|
157
158
|
]))
|
|
158
159
|
], 42, ti);
|
|
159
160
|
}
|
|
160
|
-
const ri = /* @__PURE__ */ Le(ei, [["render", ni], ["__scopeId", "data-v-
|
|
161
|
+
const ri = /* @__PURE__ */ Le(ei, [["render", ni], ["__scopeId", "data-v-e6d9b1c4"]]), oi = Ce({
|
|
161
162
|
name: "SVGExclamationTriangle"
|
|
162
163
|
}), ii = {
|
|
163
164
|
width: "20",
|
|
@@ -11919,6 +11920,7 @@ function nv(e, t, n, r, a, o) {
|
|
|
11919
11920
|
Se(l, {
|
|
11920
11921
|
disabled: e.isMinDisabled || e.disabled,
|
|
11921
11922
|
label: "",
|
|
11923
|
+
type: "button",
|
|
11922
11924
|
"variant-style": "outline",
|
|
11923
11925
|
"data-test": "fusion-numeric-input-stepper-decrement-btn",
|
|
11924
11926
|
onClick: e.decreaseValue
|
|
@@ -11936,6 +11938,7 @@ function nv(e, t, n, r, a, o) {
|
|
|
11936
11938
|
disabled: e.isMaxDisabled || e.disabled,
|
|
11937
11939
|
label: "",
|
|
11938
11940
|
"variant-style": "outline",
|
|
11941
|
+
type: "button",
|
|
11939
11942
|
"data-test": "fusion-numeric-input-stepper-increment-btn",
|
|
11940
11943
|
onClick: e.increaseValue
|
|
11941
11944
|
}, {
|
|
@@ -11947,7 +11950,7 @@ function nv(e, t, n, r, a, o) {
|
|
|
11947
11950
|
])
|
|
11948
11951
|
], 8, tv);
|
|
11949
11952
|
}
|
|
11950
|
-
const vv = /* @__PURE__ */ Le(ev, [["render", nv], ["__scopeId", "data-v-
|
|
11953
|
+
const vv = /* @__PURE__ */ Le(ev, [["render", nv], ["__scopeId", "data-v-7fd66894"]]);
|
|
11951
11954
|
export {
|
|
11952
11955
|
cv as FusionBanner,
|
|
11953
11956
|
ri as FusionButton,
|