comand-component-library 4.0.5 → 4.0.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/comand-component-library.js +1 -0
- package/dist/comand-component-library.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +1 -0
- package/src/components/CmdFakeSelect.vue +1 -0
- package/src/components/CmdSidebar.vue +1 -0
- package/src/components/EditComponentWrapper.vue +10 -5
- package/src/index.js +1 -0
|
@@ -13595,6 +13595,7 @@ export {
|
|
|
13595
13595
|
rp as CmdWidthLimitationWrapper,
|
|
13596
13596
|
dp as DirFocus,
|
|
13597
13597
|
cp as DirTelephone,
|
|
13598
|
+
he as EditComponentWrapper,
|
|
13598
13599
|
li as createHtmlId,
|
|
13599
13600
|
Me as createUuid,
|
|
13600
13601
|
ve as getFileExtension,
|