comand-component-library 4.0.27 → 4.0.28
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/README.md +7 -2
- package/dist/comand-component-library.js +2 -2
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/src/components/CmdBox.vue +10 -0
- package/src/components/CmdFancyBox.vue +1 -1
- package/src/components/CmdOpeningHours.vue +1 -0
- package/src/main.js +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CoManD Component-Library
|
|
2
2
|
|
|
3
3
|
## Project description
|
|
4
4
|
```
|
|
@@ -15,7 +15,7 @@ npm install
|
|
|
15
15
|
|
|
16
16
|
### Compiles and hot-reloads for development
|
|
17
17
|
```
|
|
18
|
-
npm run
|
|
18
|
+
npm run dev
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
### Compiles and minifies for production
|
|
@@ -28,5 +28,10 @@ npm run build
|
|
|
28
28
|
npm run lint
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
### Required dependencies
|
|
32
|
+
```
|
|
33
|
+
comand-frontend-framework
|
|
34
|
+
comand-ui-iconfonts
|
|
35
|
+
|
|
31
36
|
### Customize configuration
|
|
32
37
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
@@ -6458,7 +6458,7 @@ const fi = /* @__PURE__ */ M(Ur, [["render", Kr]]), Zr = {
|
|
|
6458
6458
|
}
|
|
6459
6459
|
}, In = () => {
|
|
6460
6460
|
Kn((e) => ({
|
|
6461
|
-
|
|
6461
|
+
"581acfb2": e.cutoffTextLines
|
|
6462
6462
|
}));
|
|
6463
6463
|
}, On = Zt.setup;
|
|
6464
6464
|
Zt.setup = On ? (e, n) => (In(), On(e, n)) : In;
|
|
@@ -6529,7 +6529,7 @@ function Id(e, n, t, s, o, i) {
|
|
|
6529
6529
|
}, [
|
|
6530
6530
|
(T = t.useSlots) != null && T.includes("body") ? (l(), a("div", {
|
|
6531
6531
|
key: 0,
|
|
6532
|
-
class: C({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll }),
|
|
6532
|
+
class: C(["inner-box-body-wrapper", { "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll }]),
|
|
6533
6533
|
ref: "boxBody",
|
|
6534
6534
|
style: et(t.allowContentToScroll ? "max-height: " + o.calculatedBodyHeight : null)
|
|
6535
6535
|
}, [
|