@bcc-code/component-library-vue 0.10.1 → 0.10.3
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.
|
@@ -17668,7 +17668,8 @@ const rP = ["for"], KN = /* @__PURE__ */ Te({
|
|
|
17668
17668
|
unstyled: { type: Boolean },
|
|
17669
17669
|
label: {},
|
|
17670
17670
|
labelLeft: { type: Boolean },
|
|
17671
|
-
justify: {}
|
|
17671
|
+
justify: {},
|
|
17672
|
+
labelClass: {}
|
|
17672
17673
|
},
|
|
17673
17674
|
setup(t) {
|
|
17674
17675
|
const e = t, n = un(), r = ye(() => e.justify ? `justify-${e.justify}` : ""), i = ye(() => {
|
|
@@ -17685,7 +17686,8 @@ const rP = ["for"], KN = /* @__PURE__ */ Te({
|
|
|
17685
17686
|
class: S([
|
|
17686
17687
|
t.size === "large" ? "text-body-lg" : "text-body-md",
|
|
17687
17688
|
{ "text-disabled": t.disabled },
|
|
17688
|
-
{ "-order-1": t.labelLeft }
|
|
17689
|
+
{ "-order-1": t.labelLeft },
|
|
17690
|
+
t.labelClass
|
|
17689
17691
|
])
|
|
17690
17692
|
}, [
|
|
17691
17693
|
b(o.$slots, "default", {}, () => [
|