@oub/fusion 0.3.19 → 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 +6 -1
- 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
|