@oub/fusion 0.3.18 → 0.3.20
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 +9 -4
- package/dist/fusion.umd.cjs +1 -1
- package/dist/lib/components/common/card/FusionCard.vue.d.ts +9 -0
- package/dist/lib/components/form/file-uploader/button/FusionFileUploaderButton.vue.d.ts +1 -1
- package/dist/lib/components/form/file-uploader/components/FileUploaderList.vue.d.ts +1 -1
- package/dist/lib/components/form/file-uploader/components/FileUploaderListItem.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -14736,6 +14736,10 @@ const $s = /* @__PURE__ */ he(Gv, [["render", _v], ["__scopeId", "data-v-a39d093
|
|
|
14736
14736
|
type: Boolean,
|
|
14737
14737
|
default: !1
|
|
14738
14738
|
},
|
|
14739
|
+
hasBorder: {
|
|
14740
|
+
type: Boolean,
|
|
14741
|
+
default: !1
|
|
14742
|
+
},
|
|
14739
14743
|
variant: {
|
|
14740
14744
|
default: "default",
|
|
14741
14745
|
validator: (e) => ["default", "gradient", "brand"].includes(e)
|
|
@@ -14769,6 +14773,7 @@ function r0(e, t, a, n, r, s) {
|
|
|
14769
14773
|
return v(), S("div", {
|
|
14770
14774
|
class: z(["fusion-card", {
|
|
14771
14775
|
"fusion-card-shadow": e.shadow,
|
|
14776
|
+
"fusion-card-has-border": e.hasBorder,
|
|
14772
14777
|
"fusion-card-gradient": e.variant === "gradient",
|
|
14773
14778
|
"fusion-card-brand": e.variant === "brand",
|
|
14774
14779
|
"fusion-card-default": !e.variant || e.variant === "default",
|
|
@@ -14809,7 +14814,7 @@ function r0(e, t, a, n, r, s) {
|
|
|
14809
14814
|
])) : U("", !0)
|
|
14810
14815
|
], 42, e0);
|
|
14811
14816
|
}
|
|
14812
|
-
const P3 = /* @__PURE__ */ he($v, [["render", r0], ["__scopeId", "data-v-
|
|
14817
|
+
const P3 = /* @__PURE__ */ he($v, [["render", r0], ["__scopeId", "data-v-452ce74a"]]), s0 = ce({
|
|
14813
14818
|
name: "FusionContextMenu",
|
|
14814
14819
|
components: {
|
|
14815
14820
|
OnClickOutside: Ms
|
|
@@ -15763,8 +15768,8 @@ function yy(e, t, a, n, r, s) {
|
|
|
15763
15768
|
class: z([
|
|
15764
15769
|
"fusion-key-value-pair",
|
|
15765
15770
|
s.orderClass,
|
|
15766
|
-
{ "fusion-key-value-pair
|
|
15767
|
-
{ "fusion-key-value-pair
|
|
15771
|
+
{ "fusion-key-value-pair-horizontal": a.orientation === "horizontal" },
|
|
15772
|
+
{ "fusion-key-value-pair-key-full-width": a.orientation === "horizontal" && a.keyFullWidth }
|
|
15768
15773
|
])
|
|
15769
15774
|
}, [
|
|
15770
15775
|
a.keyText ? (v(), S("span", hy, le(a.keyText), 1)) : U("", !0),
|
|
@@ -15809,7 +15814,7 @@ function yy(e, t, a, n, r, s) {
|
|
|
15809
15814
|
])) : U("", !0)
|
|
15810
15815
|
], 2);
|
|
15811
15816
|
}
|
|
15812
|
-
const U3 = /* @__PURE__ */ he(py, [["render", yy], ["__scopeId", "data-v-
|
|
15817
|
+
const U3 = /* @__PURE__ */ he(py, [["render", yy], ["__scopeId", "data-v-e85d1ca9"]]), by = ce({
|
|
15813
15818
|
name: "FusionFooterBar",
|
|
15814
15819
|
components: {
|
|
15815
15820
|
FusionButton: ur
|