@sysvale/cuida 3.60.4 → 3.60.6
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/@sysvale/cuida.es.js +12 -4
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -18072,6 +18072,10 @@ const pp = {
|
|
|
18072
18072
|
type: Boolean,
|
|
18073
18073
|
default: !1
|
|
18074
18074
|
},
|
|
18075
|
+
verticalFluid: {
|
|
18076
|
+
type: Boolean,
|
|
18077
|
+
default: !1
|
|
18078
|
+
},
|
|
18075
18079
|
padding: {
|
|
18076
18080
|
type: [Number, String],
|
|
18077
18081
|
default: 4,
|
|
@@ -18099,6 +18103,9 @@ const pp = {
|
|
|
18099
18103
|
widthResolver() {
|
|
18100
18104
|
return this.fluid ? "100%" : "fit-content";
|
|
18101
18105
|
},
|
|
18106
|
+
heightResolver() {
|
|
18107
|
+
return this.verticalFluid ? "100%" : "fit-content";
|
|
18108
|
+
},
|
|
18102
18109
|
borderRadiusResolver() {
|
|
18103
18110
|
return this.rounder(this.width, 12);
|
|
18104
18111
|
},
|
|
@@ -18117,9 +18124,10 @@ const pp = {
|
|
|
18117
18124
|
}
|
|
18118
18125
|
}, I3 = () => {
|
|
18119
18126
|
tn((t) => ({
|
|
18120
|
-
"
|
|
18121
|
-
|
|
18122
|
-
|
|
18127
|
+
"2f202b27": t.widthResolver,
|
|
18128
|
+
ed915b2e: t.borderRadiusResolver,
|
|
18129
|
+
"4951a10d": t.overflowResolver,
|
|
18130
|
+
"7377fe72": t.heightResolver
|
|
18123
18131
|
}));
|
|
18124
18132
|
}, P3 = pp.setup;
|
|
18125
18133
|
pp.setup = P3 ? (t, e) => (I3(), P3(t, e)) : I3;
|
|
@@ -18152,7 +18160,7 @@ function gR(t, e, n, i, s, r) {
|
|
|
18152
18160
|
}, 8, ["clickable", "onClick"])
|
|
18153
18161
|
], 2);
|
|
18154
18162
|
}
|
|
18155
|
-
const P1 = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-
|
|
18163
|
+
const P1 = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-127fbf61"]]);
|
|
18156
18164
|
const mR = {
|
|
18157
18165
|
directives: {
|
|
18158
18166
|
"on-click-outside": vr.directive
|