@wikicasa-dev/components 2.0.11 → 2.0.13
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/BaseCard.js
CHANGED
|
@@ -32,7 +32,7 @@ import './assets/BaseCard.css';const y = /* @__PURE__ */ m({
|
|
|
32
32
|
_: 3
|
|
33
33
|
}, 8, ["class"]));
|
|
34
34
|
}
|
|
35
|
-
}), I = /* @__PURE__ */ v(y, [["__scopeId", "data-v-
|
|
35
|
+
}), I = /* @__PURE__ */ v(y, [["__scopeId", "data-v-923393ce"]]);
|
|
36
36
|
export {
|
|
37
37
|
I as default
|
|
38
38
|
};
|
package/dist/CheckboxBtn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, useId as f, computed as h, openBlock as
|
|
1
|
+
import { defineComponent as b, useId as f, computed as h, openBlock as s, createElementBlock as r, normalizeClass as l, withModifiers as o, createElementVNode as u, renderSlot as m, toDisplayString as C, createCommentVNode as g } from "vue";
|
|
2
2
|
import { _ as y } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
|
|
4
4
|
__name: "CheckboxBtn",
|
|
@@ -30,9 +30,13 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
30
30
|
}, p = () => {
|
|
31
31
|
k(), i.handleLabelClick && a("click");
|
|
32
32
|
};
|
|
33
|
-
return (e, t) => (
|
|
33
|
+
return (e, t) => (s(), r("div", {
|
|
34
34
|
id: e.containerId,
|
|
35
|
-
class: l(["uikit-group uikit-relative uikit-items-center uikit-pl-30px hover:uikit-cursor-pointer", [
|
|
35
|
+
class: l(["uikit-group uikit-relative uikit-items-center uikit-pl-30px hover:uikit-cursor-pointer", [
|
|
36
|
+
{ "uikit-inline-flex": e.inline },
|
|
37
|
+
{ "uikit-flex": !e.inline },
|
|
38
|
+
e.$attrs["wrapper-classes"]
|
|
39
|
+
]]),
|
|
36
40
|
onClick: o(p, ["stop"])
|
|
37
41
|
}, [
|
|
38
42
|
u("input", {
|
|
@@ -57,7 +61,7 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
57
61
|
class: l(["uikit-text-sm group-hover:uikit-cursor-pointer", [e.labelClass, { "uikit-text-w-danger": e.isValid === !1 }]]),
|
|
58
62
|
for: n.value
|
|
59
63
|
}, C(e.label), 11, B),
|
|
60
|
-
e.required ? (
|
|
64
|
+
e.required ? (s(), r("span", {
|
|
61
65
|
key: 0,
|
|
62
66
|
class: l(["required after:uikit-content-['*']", [
|
|
63
67
|
e.isValid !== !1 ? "after:uikit-text-w-primary" : "after:uikit-text-w-danger"
|
|
@@ -66,7 +70,7 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
66
70
|
], !0)
|
|
67
71
|
], 10, v));
|
|
68
72
|
}
|
|
69
|
-
}),
|
|
73
|
+
}), $ = /* @__PURE__ */ y(w, [["__scopeId", "data-v-505c1129"]]);
|
|
70
74
|
export {
|
|
71
|
-
|
|
75
|
+
$ as default
|
|
72
76
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CardRootTypes, CardTypes } from './types';
|
|
1
|
+
import { CardRootTypes, CardTypes, ClassTypeProp } from './types';
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
3
|
slots: {
|
|
5
4
|
"card-image"?(_: {}): any;
|
|
@@ -12,15 +11,15 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
12
11
|
declare const __VLS_component: import('vue').DefineComponent<{
|
|
13
12
|
type?: CardTypes;
|
|
14
13
|
rootComponent?: CardRootTypes;
|
|
15
|
-
cardImgClasses?:
|
|
16
|
-
cardBodyClasses?:
|
|
14
|
+
cardImgClasses?: ClassTypeProp;
|
|
15
|
+
cardBodyClasses?: ClassTypeProp;
|
|
17
16
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
17
|
click: () => any;
|
|
19
18
|
}, string, import('vue').PublicProps, Readonly<{
|
|
20
19
|
type?: CardTypes;
|
|
21
20
|
rootComponent?: CardRootTypes;
|
|
22
|
-
cardImgClasses?:
|
|
23
|
-
cardBodyClasses?:
|
|
21
|
+
cardImgClasses?: ClassTypeProp;
|
|
22
|
+
cardBodyClasses?: ClassTypeProp;
|
|
24
23
|
}> & Readonly<{
|
|
25
24
|
onClick?: (() => any) | undefined;
|
|
26
25
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
package/dist/assets/BaseCard.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.card[data-v-
|
|
1
|
+
.card[data-v-923393ce]{--card-max-height: none;--card-max-width: 930px;--card-height: auto;--card-width: auto;--card-border-radius-top-left: 20px;--card-border-radius-top-right: 20px;--card-border-radius-bottom-left: 20px;--card-border-radius-bottom-right: 20px;border-top-left-radius:var(--card-border-radius-top-left);border-top-right-radius:var(--card-border-radius-top-right);border-bottom-left-radius:var(--card-border-radius-bottom-left);border-bottom-right-radius:var(--card-border-radius-bottom-right);height:var(--card-height);width:var(--card-width);max-width:var(--card-max-width);max-height:var(--card-max-height);position:relative;z-index:0;display:flex;overflow:hidden;--tw-shadow: 0 0 8px #2222221F;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media screen and (min-width: 576px){.card[data-v-923393ce]{--card-img-max-width: 300px;--card-height: 240px }}.card .card-body[data-v-923393ce]{--card-body-width: 100%;box-sizing:border-box;width:var(--card-body-width);padding:10px 15px}.card .card-img[data-v-923393ce]{--card-img-height: var(--card-height);--card-img-width: 100%;--card-img-max-height: none;--card-img-max-width: none;height:var(--card-img-height);width:var(--card-img-width);max-width:var(--card-img-max-width);max-height:var(--card-img-max-height)}@media screen and (min-width: 576px){.card .card-img[data-v-923393ce]{--card-img-max-width: 300px }}.card.vertical[data-v-923393ce]{--card-vertical-height: var(--card-height);height:var(--card-vertical-height);flex-direction:column}@media not all and (min-width: 576px){.card.vertical[data-v-923393ce]{min-height:100px;min-width:335px}}@media screen and (min-width: 576px){.card.vertical[data-v-923393ce]{--card-vertical-height: fit-content }}.card.vertical .card-img[data-v-923393ce]{--card-vertical-img-height: 200px;--card-img-width: 100%;--card-img-max-width: 100%;height:var(--card-vertical-img-height)}.card.mini[data-v-923393ce]{--card-max-height: 100px;--card-max-width: 370px}.card.mini .card-img[data-v-923393ce]{--card-img-max-height: 110px;--card-img-max-width: 120px}@media (min-width: 576px){.card.news-card[data-v-923393ce]{flex-direction:column}}.card.news-card[data-v-923393ce]{--card-height: 270px}@media screen and (max-width: 576px){.card.news-card[data-v-923393ce]{--card-height: 100px;--card-width: 320px }.card.news-card .card-img[data-v-923393ce]{--card-height: 100px;--card-img-max-width: 100px }}@media screen and (min-width: 576px){.card.news-card .card-img[data-v-923393ce]{--card-height: 150px;--card-img-max-width: 100% }}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.checked-bg[data-v-
|
|
1
|
+
.checked-bg[data-v-505c1129]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg transform='translate(-307 -2432)'%3E%3Crect width='16' height='16' fill='%232b5dff' data-name='Rettangolo 2689' rx='3' transform='translate(307 2432)'/%3E%3Cpath fill='none' stroke='%23f4f7ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m319.499 2437.499-6 6Zm-9 3 3 3Z' data-name='Unione 5'/%3E%3C/g%3E%3C/svg%3E")}.checked-bg-invalid[data-v-505c1129]:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg transform='translate(-307 -2432)'%3E%3Crect width='16' height='16' fill='%23FA4F64' data-name='Rettangolo 2689' rx='3' transform='translate(307 2432)'/%3E%3Cpath fill='none' stroke='%23f4f7ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m319.499 2437.499-6 6Zm-9 3 3 3Z' data-name='Unione 5'/%3E%3C/g%3E%3C/svg%3E")}
|