@bcc-code/component-library-vue 1.3.17 → 1.3.18
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/component-library.js +12 -6
- package/dist/component-library.umd.cjs +14 -14
- package/dist/index.css +1 -1
- package/dist/library-utilities.css +1 -1
- package/dist/sfc-styles.css +1 -1
- package/dist-types/components/custom/BccCircleLoader/BccCircleLoader.vue.d.ts +1 -3
- package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
- package/package.json +1 -1
|
@@ -8480,7 +8480,7 @@ const mI = ["stroke-dashoffset"], bI = ["stroke-dashoffset"], gI = ["y", "font-s
|
|
|
8480
8480
|
__name: "BccCircleLoader",
|
|
8481
8481
|
props: {
|
|
8482
8482
|
icon: {},
|
|
8483
|
-
size: {
|
|
8483
|
+
size: {},
|
|
8484
8484
|
left: { type: Boolean },
|
|
8485
8485
|
right: { type: Boolean }
|
|
8486
8486
|
},
|
|
@@ -8493,7 +8493,7 @@ const mI = ["stroke-dashoffset"], bI = ["stroke-dashoffset"], gI = ["y", "font-s
|
|
|
8493
8493
|
xl: "size-12",
|
|
8494
8494
|
"2xl": "size-14",
|
|
8495
8495
|
"3xl": "size-16"
|
|
8496
|
-
}, n = t, r = we(() => e[n.size] ?? n.size);
|
|
8496
|
+
}, n = t, r = we(() => n.size ? e[n.size] ?? n.size : "");
|
|
8497
8497
|
return (i, o) => (d(), p("svg", {
|
|
8498
8498
|
fill: "none",
|
|
8499
8499
|
viewBox: "0 0 58 58",
|
|
@@ -9727,7 +9727,7 @@ const OC = {
|
|
|
9727
9727
|
"aria-label": t.backTitle ? void 0 : "Back",
|
|
9728
9728
|
onClick: a[0] || (a[0] = (l) => r("back"))
|
|
9729
9729
|
}, [
|
|
9730
|
-
B(ne(jI), { class: "
|
|
9730
|
+
B(ne(jI), { class: "icon-size-sm" }),
|
|
9731
9731
|
t.backTitle ? (d(), p("h3", HC, D(t.backTitle), 1)) : g("", !0)
|
|
9732
9732
|
], 8, NC)),
|
|
9733
9733
|
b(o.$slots, "left", {}, () => [
|
|
@@ -11865,12 +11865,13 @@ const ex = /* @__PURE__ */ Le({
|
|
|
11865
11865
|
iconRight: { type: Boolean },
|
|
11866
11866
|
iconClass: {},
|
|
11867
11867
|
size: {},
|
|
11868
|
+
loadingIcon: { type: [String, Function, Object] },
|
|
11868
11869
|
useCtx: { type: Boolean }
|
|
11869
11870
|
},
|
|
11870
11871
|
setup(t) {
|
|
11871
11872
|
const e = t, n = cn(), r = we(() => {
|
|
11872
|
-
const { icon: i, iconRight: o,
|
|
11873
|
-
return o && (
|
|
11873
|
+
const { icon: i, iconRight: o, loadingIcon: a, useCtx: l, ...s } = e, u = s;
|
|
11874
|
+
return o && (u.iconPos = "right"), l && (u.severity = "primary"), { ...u, ...n };
|
|
11874
11875
|
});
|
|
11875
11876
|
return (i, o) => (d(), k(ne(He), c(r.value, {
|
|
11876
11877
|
class: [{ useCtx: t.useCtx }, "shrink-0"]
|
|
@@ -11880,6 +11881,11 @@ const ex = /* @__PURE__ */ Le({
|
|
|
11880
11881
|
class: S(["shrink-0", [t.iconClass, { "order-1": t.iconRight }, t.size === "large" ? "size-6" : "size-5"]])
|
|
11881
11882
|
}, null, 8, ["class"]))
|
|
11882
11883
|
]),
|
|
11884
|
+
loadingicon: w(() => [
|
|
11885
|
+
(d(), k(C(t.loadingIcon), {
|
|
11886
|
+
class: S(["shrink-0", [t.iconClass, { "order-1": t.iconRight }, t.size === "large" ? "size-6" : "size-5"]])
|
|
11887
|
+
}, null, 8, ["class"]))
|
|
11888
|
+
]),
|
|
11883
11889
|
default: w(() => [
|
|
11884
11890
|
b(i.$slots, "default", {}, void 0, !0)
|
|
11885
11891
|
]),
|
|
@@ -11891,7 +11897,7 @@ const ex = /* @__PURE__ */ Le({
|
|
|
11891
11897
|
for (const [r, i] of e)
|
|
11892
11898
|
n[r] = i;
|
|
11893
11899
|
return n;
|
|
11894
|
-
}, Nj = /* @__PURE__ */ tx(ex, [["__scopeId", "data-v-
|
|
11900
|
+
}, Nj = /* @__PURE__ */ tx(ex, [["__scopeId", "data-v-6d2be694"]]);
|
|
11895
11901
|
var ht = {
|
|
11896
11902
|
name: "CheckIcon",
|
|
11897
11903
|
extends: ie
|