comand-component-library 4.0.26 → 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 +4 -4
- 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/CmdFakeSelect.vue +2 -4
- package/src/components/CmdFancyBox.vue +1 -1
- package/src/components/CmdOpeningHours.vue +1 -0
- package/src/main.js +3 -3
- package/src/mixins/CmdFakeSelect/DefaultMessageProperties.js +3 -1
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
|
}, [
|
|
@@ -7409,7 +7409,8 @@ const Iy = /* @__PURE__ */ M(gc, [["render", _c]]), xc = {
|
|
|
7409
7409
|
"cmdfakeselect.linktext.deselect_all_options": "Deselect all options",
|
|
7410
7410
|
"cmdfakeselect.linktext.select_all_options": "Select all options",
|
|
7411
7411
|
"cmdfakeselect.headline.an_option_is_selected": "An option is selected",
|
|
7412
|
-
"cmdfakeselect.option.options_selected": "{0} options selected"
|
|
7412
|
+
"cmdfakeselect.option.options_selected": "{0} options selected",
|
|
7413
|
+
...Jt.data().defaultMessageProperties
|
|
7413
7414
|
}
|
|
7414
7415
|
};
|
|
7415
7416
|
}
|
|
@@ -7419,7 +7420,6 @@ const Iy = /* @__PURE__ */ M(gc, [["render", _c]]), xc = {
|
|
|
7419
7420
|
mixins: [
|
|
7420
7421
|
oe,
|
|
7421
7422
|
xc,
|
|
7422
|
-
Jt,
|
|
7423
7423
|
rt,
|
|
7424
7424
|
We,
|
|
7425
7425
|
Kt
|