@sysvale/cuida 3.58.0 → 3.59.0
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 +11 -3
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -18084,6 +18084,10 @@ const pp = {
|
|
|
18084
18084
|
variant: {
|
|
18085
18085
|
type: String,
|
|
18086
18086
|
default: "gray"
|
|
18087
|
+
},
|
|
18088
|
+
overflowVisible: {
|
|
18089
|
+
type: Boolean,
|
|
18090
|
+
default: !1
|
|
18087
18091
|
}
|
|
18088
18092
|
},
|
|
18089
18093
|
data() {
|
|
@@ -18097,6 +18101,9 @@ const pp = {
|
|
|
18097
18101
|
},
|
|
18098
18102
|
borderRadiusResolver() {
|
|
18099
18103
|
return this.rounder(this.width, 12);
|
|
18104
|
+
},
|
|
18105
|
+
overflowResolver() {
|
|
18106
|
+
return this.overflowVisible ? "visible" : "hidden";
|
|
18100
18107
|
}
|
|
18101
18108
|
},
|
|
18102
18109
|
mounted() {
|
|
@@ -18110,8 +18117,9 @@ const pp = {
|
|
|
18110
18117
|
}
|
|
18111
18118
|
}, I3 = () => {
|
|
18112
18119
|
tn((t) => ({
|
|
18113
|
-
"
|
|
18114
|
-
|
|
18120
|
+
"3cc84934": t.widthResolver,
|
|
18121
|
+
f4c0a56c: t.borderRadiusResolver,
|
|
18122
|
+
ddd6d724: t.overflowResolver
|
|
18115
18123
|
}));
|
|
18116
18124
|
}, P3 = pp.setup;
|
|
18117
18125
|
pp.setup = P3 ? (t, e) => (I3(), P3(t, e)) : I3;
|
|
@@ -18144,7 +18152,7 @@ function gR(t, e, n, i, s, r) {
|
|
|
18144
18152
|
}, 8, ["clickable", "onClick"])
|
|
18145
18153
|
], 2);
|
|
18146
18154
|
}
|
|
18147
|
-
const lu = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-
|
|
18155
|
+
const lu = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-cd972b12"]]);
|
|
18148
18156
|
const mR = {
|
|
18149
18157
|
directives: {
|
|
18150
18158
|
"on-click-outside": mr.directive
|