comand-component-library 4.0.80 → 4.0.81
Sign up to get free protection for your applications and to get access to all the features.
@@ -7396,9 +7396,6 @@ const Nm = /* @__PURE__ */ P(Rm, [["render", jm]]), Um = {
|
|
7396
7396
|
case "flex":
|
7397
7397
|
this.contentOrientation === "horizontal" ? e += " flex-container" : this.contentOrientation === "vertical" && (e += " flex-container vertical");
|
7398
7398
|
break;
|
7399
|
-
default:
|
7400
|
-
e = null;
|
7401
|
-
break;
|
7402
7399
|
}
|
7403
7400
|
return e;
|
7404
7401
|
}
|