comand-component-library 4.0.80 → 4.0.82
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/comand-component-library.js +0 -3
- package/dist/comand-component-library.umd.cjs +1 -1
- package/package.json +1 -2
- package/src/assets/data/box-user-fake-data.json +134 -0
- package/src/assets/data/datalist-options.json +8 -0
- package/src/assets/data/image.json +4 -4
- package/src/assets/data/input-group-checkboxes.json +23 -0
- package/src/components/CmdContainer.vue +1 -3
|
@@ -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
|
}
|