@wikicasa-dev/components 2.0.3 → 2.0.5-0.alpha-0
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/AccessibleSelect.js +1 -1
- package/dist/BaseAccordion.js +1 -1
- package/dist/BaseAccordionBtn.js +1 -1
- package/dist/BaseAccordionContent.js +1 -1
- package/dist/BaseAccordionItem.js +1 -1
- package/dist/BaseAlert.js +1 -1
- package/dist/BaseAutocomplete.js +1 -1
- package/dist/BaseBadge.js +1 -1
- package/dist/BaseBreadcrumb.js +1 -1
- package/dist/BaseButton.js +1 -1
- package/dist/BaseCard.js +16 -16
- package/dist/BaseComplexToggle.js +4 -4
- package/dist/BaseDropDown.js +1 -1
- package/dist/BaseFloatingLabel.js +21 -19
- package/dist/BaseIcon.js +4 -4
- package/dist/BaseInput.js +106 -100
- package/dist/BaseModal.js +1 -1
- package/dist/BasePagination.js +1 -1
- package/dist/BasePaper.js +2 -2
- package/dist/BaseShimmerLoader.js +2 -2
- package/dist/BaseSlider.js +173 -222
- package/dist/BaseSnackbar.js +3 -3
- package/dist/BaseTabList.js +1 -1
- package/dist/BaseTabPanel.js +1 -1
- package/dist/BaseTabView.js +1 -1
- package/dist/BaseTextarea.js +16 -15
- package/dist/BaseToggle.js +4 -4
- package/dist/BaseTooltip.js +3 -3
- package/dist/BaseUploadFile.js +1 -1
- package/dist/CheckboxBtn.js +10 -6
- package/dist/CheckboxGroup.js +1 -1
- package/dist/DoughnutChart.js +1 -1
- package/dist/IntersectionObservable.js +1 -1
- package/dist/IntersectionObserver.js +1 -1
- package/dist/LineChart.js +1 -1
- package/dist/RadioButton.js +1 -1
- package/dist/RadioGroup.js +1 -1
- package/dist/SelectItem.js +1 -1
- package/dist/ShimmerMultiLine.js +1 -1
- package/dist/SimpleSlider.js +83 -0
- package/dist/StaticSpinner.js +2 -2
- package/dist/SwiperCarousel.js +1 -1
- package/dist/SwiperSlide.js +2 -2
- package/dist/UIKit/AccessibleSelect.vue.d.ts +49 -103
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +9 -12
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +12 -17
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +10 -14
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +20 -33
- package/dist/UIKit/BaseAlert.vue.d.ts +8 -8
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +39 -198
- package/dist/UIKit/BaseBadge.vue.d.ts +7 -7
- package/dist/UIKit/BaseBreadcrumb.vue.d.ts +8 -10
- package/dist/UIKit/BaseButton.vue.d.ts +17 -30
- package/dist/UIKit/BaseCard.vue.d.ts +14 -23
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +7 -6
- package/dist/UIKit/BaseDropDown.vue.d.ts +40 -38
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +8 -13
- package/dist/UIKit/BaseIcon.vue.d.ts +3 -9
- package/dist/UIKit/BaseInput.vue.d.ts +20 -20
- package/dist/UIKit/BaseModal.vue.d.ts +35 -60
- package/dist/UIKit/BasePagination.vue.d.ts +7 -14
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +10 -12
- package/dist/UIKit/BaseSlider.vue.d.ts +20 -175
- package/dist/UIKit/BaseSnackbar.vue.d.ts +7 -14
- package/dist/UIKit/BaseTextarea.vue.d.ts +9 -10
- package/dist/UIKit/BaseToggle.vue.d.ts +6 -5
- package/dist/UIKit/BaseTooltip.vue.d.ts +13 -20
- package/dist/UIKit/BaseUploadFile.vue.d.ts +13 -19
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +18 -31
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +23 -43
- package/dist/UIKit/Radio/RadioButton.vue.d.ts +7 -11
- package/dist/UIKit/Radio/RadioGroup.vue.d.ts +8 -7
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +6 -6
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +54 -8
- package/dist/UIKit/Slider/SimpleSlider.vue.d.ts +19 -0
- package/dist/UIKit/StaticSpinner.vue.d.ts +3 -5
- package/dist/UIKit/Tab/BaseTab.vue.d.ts +8 -10
- package/dist/UIKit/Tab/BaseTabList.vue.d.ts +8 -9
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +9 -11
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +11 -8
- package/dist/UIKit/types.d.ts +4 -1
- package/dist/assets/BaseAlert.css +1 -1
- package/dist/assets/BaseBadge.css +1 -1
- package/dist/assets/BaseCard.css +1 -1
- package/dist/assets/BaseFloatingLabel.css +1 -1
- package/dist/assets/BaseInput.css +1 -1
- package/dist/assets/BaseSlider.css +1 -1
- package/dist/assets/BaseTextarea.css +1 -1
- package/dist/assets/BaseTooltip.css +1 -1
- package/dist/assets/CheckboxBtn.css +1 -1
- package/dist/assets/SimpleSlider.css +1 -0
- package/dist/assets/SwiperCarousel.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/chart/DoughnutChart.vue.d.ts +3 -5
- package/dist/chart/LineChart.vue.d.ts +16 -6
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.aBS46udY.js +246 -0
- package/dist/chunks/{ArrowIcon.CCFMdsq6.js → ArrowIcon.Bq6Xr3uH.js} +1 -1
- package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js → BaseAccordion.vue_vue_type_script_setup_true_lang.C34SZThb.js} +2 -2
- package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js} +4 -4
- package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js} +2 -2
- package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js} +8 -8
- package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js → BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js} +2 -2
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.CwGssIPe.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.C64T2OK4.js} +89 -84
- package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js → BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js} +2 -2
- package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BH2c3gOe.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js} +18 -18
- package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js → BaseButton.vue_vue_type_script_setup_true_lang.ChUdDzP1.js} +4 -4
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.H0XcZCcL.js → BaseDropDown.vue_vue_type_script_setup_true_lang.DoEvtblv.js} +62 -48
- package/dist/chunks/BaseModal.vue_vue_type_style_index_0_lang.Cy2ThBHM.js +151 -0
- package/dist/chunks/BasePagination.vue_vue_type_script_setup_true_lang.D_X7MS6X.js +164 -0
- package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CpIiJy6I.js → BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js} +3 -3
- package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js} +2 -2
- package/dist/chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js +105 -0
- package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.Cgu0FMFv.js} +1 -1
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.JlHKkjHJ.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.CAO5UUO3.js} +37 -37
- package/dist/chunks/{CloseIcon.DIkr4soH.js → CloseIcon.BZ4U3aiI.js} +1 -1
- package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js → DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js} +3 -3
- package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js} +2 -2
- package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js} +2 -2
- package/dist/chunks/LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js +42 -0
- package/dist/chunks/ObjectUtils.DwkJjVq1.js +10 -0
- package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +11 -0
- package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js → RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js} +2 -2
- package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.BalzO73O.js → RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js} +6 -6
- package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js → SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js} +2 -2
- package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.CF7CkxXk.js} +3 -3
- package/dist/chunks/SwiperCarousel.ZIrIp4kV.js +744 -0
- package/dist/chunks/{index.D6IWh9UY.js → index.D3A-yNFt.js} +9 -7
- package/dist/chunks/polyline.DjpLdMaW.js +5256 -0
- package/dist/chunks/{types-B0dZ7OiV.D29wNgoj.js → useBreakpoints.BXk8Xcw3.js} +2854 -874
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +10 -9
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +5 -2
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +9 -9
- package/dist/components/carousel/SwiperSlide.vue.d.ts +3 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.js +35 -33
- package/dist/useChartjsModules.js +1 -1
- package/package.json +30 -28
- package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.YIp2u7gd.js +0 -231
- package/dist/chunks/BaseModal.vue_vue_type_style_index_0_lang.CautEumd.js +0 -142
- package/dist/chunks/BasePagination.vue_vue_type_script_setup_true_lang.DxPb8OYe.js +0 -163
- package/dist/chunks/BaseTabView.vue_vue_type_script_setup_true_lang.DGeL_YSc.js +0 -95
- package/dist/chunks/LineChart.vue_vue_type_script_setup_true_lang.CNkvmtfq.js +0 -37
- package/dist/chunks/ObjectUtils.BOUbloeg.js +0 -10
- package/dist/chunks/PharmacyIcon.56ql_DYl.js +0 -19
- package/dist/chunks/SwiperCarousel.DWUl3bgn.js +0 -718
- package/dist/chunks/useKeyboardController.CutKeclN.js +0 -41
package/dist/CheckboxBtn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, useId as f, computed as h,
|
|
1
|
+
import { defineComponent as b, useId as f, computed as h, createElementBlock as s, openBlock as r, withModifiers as o, normalizeClass as l, createElementVNode as u, renderSlot as m, createCommentVNode as C, toDisplayString 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",
|
|
@@ -32,7 +32,11 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
32
32
|
};
|
|
33
33
|
return (e, t) => (r(), s("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", {
|
|
@@ -56,17 +60,17 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
56
60
|
u("label", {
|
|
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
|
+
}, g(e.label), 11, B),
|
|
60
64
|
e.required ? (r(), s("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"
|
|
64
68
|
]])
|
|
65
|
-
}, null, 2)) :
|
|
69
|
+
}, null, 2)) : C("", !0)
|
|
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
|
};
|
package/dist/CheckboxGroup.js
CHANGED
package/dist/DoughnutChart.js
CHANGED
package/dist/LineChart.js
CHANGED
package/dist/RadioButton.js
CHANGED
package/dist/RadioGroup.js
CHANGED
package/dist/SelectItem.js
CHANGED
package/dist/ShimmerMultiLine.js
CHANGED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { defineComponent as V, mergeModels as L, useCssVars as S, ref as m, useTemplateRef as T, useModel as y, watch as E, onMounted as C, createElementBlock as X, openBlock as $, createElementVNode as s, withModifiers as B } from "vue";
|
|
2
|
+
import { _ as D } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import './assets/SimpleSlider.css';const W = ["aria-valuemin", "aria-valuemax", "aria-valuenow"], P = /* @__PURE__ */ V({
|
|
4
|
+
__name: "SimpleSlider",
|
|
5
|
+
props: /* @__PURE__ */ L({
|
|
6
|
+
min: { default: 0 },
|
|
7
|
+
max: { default: 100 },
|
|
8
|
+
step: { default: 1 },
|
|
9
|
+
dataCy: {},
|
|
10
|
+
logarithmic: { type: Boolean, default: !1 }
|
|
11
|
+
}, {
|
|
12
|
+
modelValue: { default: 0 },
|
|
13
|
+
modelModifiers: {}
|
|
14
|
+
}),
|
|
15
|
+
emits: ["update:modelValue"],
|
|
16
|
+
setup(t) {
|
|
17
|
+
S((i) => ({
|
|
18
|
+
"0f43c897": r.value,
|
|
19
|
+
ec9c737a: d.value
|
|
20
|
+
}));
|
|
21
|
+
const o = T("customSlider"), u = y(t, "modelValue"), l = m(!1), d = m("50%"), r = m("50%"), c = (i = 0) => {
|
|
22
|
+
const e = t.logarithmic ? b(i) : k(i), a = (e - t.min) / (t.max - t.min), f = t.logarithmic ? h(e) : a * 100;
|
|
23
|
+
u.value = Math.round(e), d.value = `${Math.round(f)}%`, r.value = t.logarithmic ? `${Math.round(h(e))}%` : `${a * 100}%`;
|
|
24
|
+
}, k = (i = 0) => {
|
|
25
|
+
const e = Math.round((i - t.min) / t.step) * t.step + t.min;
|
|
26
|
+
return Math.max(t.min, Math.min(t.max, e));
|
|
27
|
+
}, x = (i = 0) => {
|
|
28
|
+
const e = Math.log10(t.min), a = Math.log10(t.max);
|
|
29
|
+
return Math.pow(10, e + i / 100 * (a - e));
|
|
30
|
+
}, h = (i = 0) => {
|
|
31
|
+
const e = Math.log10(t.min), a = Math.log10(t.max);
|
|
32
|
+
return (Math.log10(i) - e) / (a - e) * 100;
|
|
33
|
+
}, b = (i = 0) => {
|
|
34
|
+
if (t.step === 1)
|
|
35
|
+
return Math.max(t.min, Math.min(t.max, i));
|
|
36
|
+
const e = Math.pow(
|
|
37
|
+
10,
|
|
38
|
+
Math.round(Math.log10(i) / Math.log10(t.step)) * Math.log10(t.step)
|
|
39
|
+
);
|
|
40
|
+
return Math.max(t.min, Math.min(t.max, e));
|
|
41
|
+
}, v = (i) => {
|
|
42
|
+
if (!l.value || !o.value) return;
|
|
43
|
+
const e = o.value.getBoundingClientRect(), a = o.value.offsetWidth;
|
|
44
|
+
let n = ("touches" in i ? i.touches[0].clientX : i.clientX) - e.left;
|
|
45
|
+
n = Math.max(0, Math.min(a, n));
|
|
46
|
+
const w = t.logarithmic ? x(n / a * 100) : n / a * (t.max - t.min) + t.min;
|
|
47
|
+
c(w);
|
|
48
|
+
}, M = () => {
|
|
49
|
+
l.value = !0;
|
|
50
|
+
}, g = () => {
|
|
51
|
+
l.value = !1;
|
|
52
|
+
};
|
|
53
|
+
return E(
|
|
54
|
+
u,
|
|
55
|
+
(i) => {
|
|
56
|
+
c(i);
|
|
57
|
+
},
|
|
58
|
+
{ immediate: !0 }
|
|
59
|
+
), C(() => {
|
|
60
|
+
document.addEventListener("mousemove", v), document.addEventListener("mouseup", g), document.addEventListener("touchmove", v, { passive: !0 }), document.addEventListener("touchend", g, { passive: !0 });
|
|
61
|
+
}), (i, e) => ($(), X("div", null, [
|
|
62
|
+
s("div", {
|
|
63
|
+
ref: "customSlider",
|
|
64
|
+
class: "uikit-relative uikit-my-20px uikit-h-1 uikit-rounded-2xs uikit-bg-w-secondary",
|
|
65
|
+
role: "slider",
|
|
66
|
+
"aria-valuemin": i.min,
|
|
67
|
+
"aria-valuemax": i.max,
|
|
68
|
+
"aria-valuenow": u.value,
|
|
69
|
+
tabindex: "0"
|
|
70
|
+
}, [
|
|
71
|
+
e[2] || (e[2] = s("div", { class: "slider-track uikit-absolute uikit-left-0 uikit-top-0 uikit-h-full uikit-rounded-2xs uikit-bg-w-primary" }, null, -1)),
|
|
72
|
+
s("div", {
|
|
73
|
+
class: "slider-thumb uikit-absolute -uikit-top-2 uikit-size-20px -uikit-translate-x-1/2 uikit-cursor-pointer uikit-rounded-full uikit-border-2 uikit-border-solid uikit-border-w-primary uikit-bg-white",
|
|
74
|
+
onMousedown: e[0] || (e[0] = (a) => M()),
|
|
75
|
+
onTouchstart: e[1] || (e[1] = B((a) => M(), ["prevent"]))
|
|
76
|
+
}, null, 32)
|
|
77
|
+
], 8, W)
|
|
78
|
+
]));
|
|
79
|
+
}
|
|
80
|
+
}), I = /* @__PURE__ */ D(P, [["__scopeId", "data-v-54b825e3"]]);
|
|
81
|
+
export {
|
|
82
|
+
I as default
|
|
83
|
+
};
|
package/dist/StaticSpinner.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as t,
|
|
1
|
+
import { defineComponent as t, createElementBlock as o, openBlock as s, createElementVNode as r } from "vue";
|
|
2
2
|
import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/StaticSpinner.css';const c = {
|
|
4
4
|
viewBox: "0 0 128 128",
|
|
@@ -10,7 +10,7 @@ import './assets/StaticSpinner.css';const c = {
|
|
|
10
10
|
strokeColor: { default: "#fff" }
|
|
11
11
|
},
|
|
12
12
|
setup(l) {
|
|
13
|
-
return (e, p) => (
|
|
13
|
+
return (e, p) => (s(), o("svg", c, [
|
|
14
14
|
r("circle", {
|
|
15
15
|
class: "path",
|
|
16
16
|
cx: "64",
|
package/dist/SwiperCarousel.js
CHANGED
package/dist/SwiperSlide.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as r, renderSlot as s } from "vue";
|
|
2
2
|
import { _ as c } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
const n = {}, i = { class: "swiper-slide" }, d = { class: "swiper-zoom-container" };
|
|
4
4
|
function l(e, _) {
|
|
5
|
-
return
|
|
5
|
+
return t(), o("div", i, [
|
|
6
6
|
r("div", d, [
|
|
7
7
|
s(e.$slots, "default")
|
|
8
8
|
])
|
|
@@ -1,109 +1,55 @@
|
|
|
1
1
|
import { AccessibleSelectOptions } from './types';
|
|
2
|
-
import { ClassType } from '@wikicasa-dev/types';
|
|
3
|
-
declare
|
|
2
|
+
import { ClassType, Optional } from '@wikicasa-dev/types';
|
|
3
|
+
declare const _default: <T, LabelID extends string | number | undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
+
readonly onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: Optional<AccessibleSelectOptions<T, LabelID>>) => any) | undefined;
|
|
7
|
+
readonly "onUpdate:toggleDropdown"?: ((value: Optional<boolean>) => any) | undefined;
|
|
8
|
+
readonly "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
9
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onClick" | "onUpdate:modelValue" | "onUpdate:toggleDropdown" | "onUpdate:dropdownState"> & ({
|
|
10
|
+
modelValue?: Optional<AccessibleSelectOptions<T, LabelID>>;
|
|
11
|
+
toggleDropdown?: Optional<boolean>;
|
|
12
|
+
} & {
|
|
13
|
+
label?: string;
|
|
14
|
+
dropdownPosition?: "top" | "bottom";
|
|
15
|
+
namespace?: string;
|
|
16
|
+
options: AccessibleSelectOptions<T, LabelID>[];
|
|
17
|
+
isValid?: boolean | null;
|
|
18
|
+
feedback?: Partial<{
|
|
19
|
+
valid: string;
|
|
20
|
+
invalid: string;
|
|
21
|
+
}>;
|
|
22
|
+
/**
|
|
23
|
+
* If true, we will close the dropdown when we touch the body of the document
|
|
24
|
+
*/
|
|
25
|
+
closeOnBodyPressed?: boolean;
|
|
26
|
+
border?: boolean;
|
|
27
|
+
fieldsetClasses?: ClassType;
|
|
28
|
+
legendClasses?: ClassType;
|
|
29
|
+
dropdownClasses?: ClassType;
|
|
30
|
+
labelClasses?: ClassType;
|
|
31
|
+
btnClasses?: ClassType;
|
|
32
|
+
dropdownItemClasses?: ClassType;
|
|
33
|
+
btnTextClasses?: ClassType;
|
|
34
|
+
arrowIcon?: Partial<{
|
|
35
|
+
width: number;
|
|
36
|
+
height: number;
|
|
37
|
+
strokeColor: `#${string}`;
|
|
38
|
+
classes: ClassType;
|
|
39
|
+
}>;
|
|
40
|
+
dataCy?: string;
|
|
41
|
+
wrapperClasses?: ClassType;
|
|
42
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
43
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
44
|
+
attrs: any;
|
|
4
45
|
slots: {
|
|
5
46
|
lefticon?(_: {}): any;
|
|
6
47
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
attrs: Partial<{}>;
|
|
48
|
+
emit: (((evt: "click", args_0: MouseEvent) => void) & ((evt: "update:dropdownState", args_0: boolean) => void)) & (((evt: "update:modelValue", value: Optional<AccessibleSelectOptions<T, LabelID>>) => void) & ((evt: "update:toggleDropdown", value: Optional<boolean>) => void));
|
|
49
|
+
}>) => import('vue').VNode & {
|
|
50
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
11
51
|
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
14
|
-
label?: string;
|
|
15
|
-
dropdownPosition?: "top" | "bottom";
|
|
16
|
-
namespace: string;
|
|
17
|
-
options: AccessibleSelectOptions[];
|
|
18
|
-
modelValue?: AccessibleSelectOptions;
|
|
19
|
-
isValid?: boolean | null;
|
|
20
|
-
feedback?: Partial<{
|
|
21
|
-
valid: string;
|
|
22
|
-
invalid: string;
|
|
23
|
-
}>;
|
|
24
|
-
/**
|
|
25
|
-
* If true, we will close the dropdown when we touch the body of the document
|
|
26
|
-
*/
|
|
27
|
-
closeOnBodyPressed?: boolean;
|
|
28
|
-
border?: boolean;
|
|
29
|
-
fieldsetClasses?: ClassType;
|
|
30
|
-
legendClasses?: ClassType;
|
|
31
|
-
dropdownClasses?: ClassType;
|
|
32
|
-
labelClasses?: ClassType;
|
|
33
|
-
btnClasses?: ClassType;
|
|
34
|
-
dropdownItemClasses?: ClassType;
|
|
35
|
-
btnTextClasses?: ClassType;
|
|
36
|
-
arrowIcon?: Partial<{
|
|
37
|
-
width: number;
|
|
38
|
-
height: number;
|
|
39
|
-
strokeColor: `#${string}`;
|
|
40
|
-
classes: ClassType;
|
|
41
|
-
}>;
|
|
42
|
-
dataCy?: string;
|
|
43
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
-
"update:modelValue": (args_0: AccessibleSelectOptions) => any;
|
|
45
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
46
|
-
label?: string;
|
|
47
|
-
dropdownPosition?: "top" | "bottom";
|
|
48
|
-
namespace: string;
|
|
49
|
-
options: AccessibleSelectOptions[];
|
|
50
|
-
modelValue?: AccessibleSelectOptions;
|
|
51
|
-
isValid?: boolean | null;
|
|
52
|
-
feedback?: Partial<{
|
|
53
|
-
valid: string;
|
|
54
|
-
invalid: string;
|
|
55
|
-
}>;
|
|
56
|
-
/**
|
|
57
|
-
* If true, we will close the dropdown when we touch the body of the document
|
|
58
|
-
*/
|
|
59
|
-
closeOnBodyPressed?: boolean;
|
|
60
|
-
border?: boolean;
|
|
61
|
-
fieldsetClasses?: ClassType;
|
|
62
|
-
legendClasses?: ClassType;
|
|
63
|
-
dropdownClasses?: ClassType;
|
|
64
|
-
labelClasses?: ClassType;
|
|
65
|
-
btnClasses?: ClassType;
|
|
66
|
-
dropdownItemClasses?: ClassType;
|
|
67
|
-
btnTextClasses?: ClassType;
|
|
68
|
-
arrowIcon?: Partial<{
|
|
69
|
-
width: number;
|
|
70
|
-
height: number;
|
|
71
|
-
strokeColor: `#${string}`;
|
|
72
|
-
classes: ClassType;
|
|
73
|
-
}>;
|
|
74
|
-
dataCy?: string;
|
|
75
|
-
}> & Readonly<{
|
|
76
|
-
"onUpdate:modelValue"?: ((args_0: AccessibleSelectOptions) => any) | undefined;
|
|
77
|
-
}>, {
|
|
78
|
-
label: string;
|
|
79
|
-
arrowIcon: Partial<{
|
|
80
|
-
width: number;
|
|
81
|
-
height: number;
|
|
82
|
-
strokeColor: `#${string}`;
|
|
83
|
-
classes: ClassType;
|
|
84
|
-
}>;
|
|
85
|
-
dataCy: string;
|
|
86
|
-
btnClasses: ClassType;
|
|
87
|
-
isValid: boolean | null;
|
|
88
|
-
modelValue: AccessibleSelectOptions;
|
|
89
|
-
labelClasses: ClassType;
|
|
90
|
-
dropdownPosition: "top" | "bottom";
|
|
91
|
-
feedback: Partial<{
|
|
92
|
-
valid: string;
|
|
93
|
-
invalid: string;
|
|
94
|
-
}>;
|
|
95
|
-
closeOnBodyPressed: boolean;
|
|
96
|
-
border: boolean;
|
|
97
|
-
fieldsetClasses: ClassType;
|
|
98
|
-
legendClasses: ClassType;
|
|
99
|
-
dropdownClasses: ClassType;
|
|
100
|
-
dropdownItemClasses: ClassType;
|
|
101
|
-
btnTextClasses: ClassType;
|
|
102
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
103
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
104
52
|
export default _default;
|
|
105
|
-
type
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
};
|
|
109
|
-
};
|
|
53
|
+
type __VLS_PrettifyLocal<T> = {
|
|
54
|
+
[K in keyof T]: T[K];
|
|
55
|
+
} & {};
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { AccordionItem } from '@wikicasa-dev/types';
|
|
2
2
|
import { AccordionItemDecorated } from '../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** If true, there will be just one accordion open */
|
|
5
|
+
autoClose?: boolean;
|
|
6
|
+
/** If true, the prevAccordion will be updated when you click on the accordion button */
|
|
7
|
+
autoUpdate?: boolean;
|
|
8
|
+
};
|
|
3
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
4
11
|
slots: {
|
|
5
12
|
default?(_: {
|
|
6
13
|
updatePrev: <T>(a: AccordionItem, _accordionItems?: AccordionItemDecorated<T>) => void;
|
|
@@ -12,20 +19,10 @@ declare function __VLS_template(): {
|
|
|
12
19
|
}): any;
|
|
13
20
|
};
|
|
14
21
|
refs: {};
|
|
15
|
-
|
|
22
|
+
rootEl: any;
|
|
16
23
|
};
|
|
17
24
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
19
|
-
/** If true, there will be just one accordion open */
|
|
20
|
-
autoClose?: boolean;
|
|
21
|
-
/** If true, the prevAccordion will be updated when you click on the accordion button */
|
|
22
|
-
autoUpdate?: boolean;
|
|
23
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
24
|
-
/** If true, there will be just one accordion open */
|
|
25
|
-
autoClose?: boolean;
|
|
26
|
-
/** If true, the prevAccordion will be updated when you click on the accordion button */
|
|
27
|
-
autoUpdate?: boolean;
|
|
28
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
27
|
export default _default;
|
|
31
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
id: string | number;
|
|
3
|
+
arrowWidth?: number;
|
|
4
|
+
arrowColor?: `#${string}`;
|
|
5
|
+
onContainerClickExpand?: boolean;
|
|
6
|
+
accordionOpen?: boolean;
|
|
7
|
+
toggleAccordion: () => void;
|
|
8
|
+
};
|
|
1
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
2
11
|
slots: {
|
|
3
12
|
custom_content?(_: {}): any;
|
|
4
13
|
custom_btn?(_: {
|
|
@@ -8,26 +17,12 @@ declare function __VLS_template(): {
|
|
|
8
17
|
}): any;
|
|
9
18
|
};
|
|
10
19
|
refs: {};
|
|
11
|
-
|
|
20
|
+
rootEl: any;
|
|
12
21
|
};
|
|
13
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
15
|
-
id: string | number;
|
|
16
|
-
arrowWidth?: number;
|
|
17
|
-
arrowColor?: `#${string}`;
|
|
18
|
-
onContainerClickExpand?: boolean;
|
|
19
|
-
accordionOpen?: boolean;
|
|
20
|
-
toggleAccordion: () => void;
|
|
21
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
24
|
click: () => any;
|
|
23
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
24
|
-
id: string | number;
|
|
25
|
-
arrowWidth?: number;
|
|
26
|
-
arrowColor?: `#${string}`;
|
|
27
|
-
onContainerClickExpand?: boolean;
|
|
28
|
-
accordionOpen?: boolean;
|
|
29
|
-
toggleAccordion: () => void;
|
|
30
|
-
}> & Readonly<{
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
26
|
onClick?: (() => any) | undefined;
|
|
32
27
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
id: string | number;
|
|
4
|
+
accordionOpen: boolean;
|
|
5
|
+
accordionOpenClasses?: ClassType;
|
|
6
|
+
accordionClosedClasses?: ClassType;
|
|
7
|
+
accordionContentClasses?: ClassType;
|
|
8
|
+
};
|
|
2
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
3
11
|
slots: {
|
|
4
12
|
custom_accordion_content?(_: {
|
|
5
13
|
isOpen: boolean;
|
|
@@ -9,22 +17,10 @@ declare function __VLS_template(): {
|
|
|
9
17
|
}): any;
|
|
10
18
|
};
|
|
11
19
|
refs: {};
|
|
12
|
-
|
|
20
|
+
rootEl: HTMLDivElement;
|
|
13
21
|
};
|
|
14
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
16
|
-
id: string | number;
|
|
17
|
-
accordionOpen: boolean;
|
|
18
|
-
accordionOpenClasses?: ClassType;
|
|
19
|
-
accordionClosedClasses?: ClassType;
|
|
20
|
-
accordionContentClasses?: ClassType;
|
|
21
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
22
|
-
id: string | number;
|
|
23
|
-
accordionOpen: boolean;
|
|
24
|
-
accordionOpenClasses?: ClassType;
|
|
25
|
-
accordionClosedClasses?: ClassType;
|
|
26
|
-
accordionContentClasses?: ClassType;
|
|
27
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
25
|
export default _default;
|
|
30
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
import { AccordionItem, ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = AccordionItem & {
|
|
3
|
+
arrowColor?: `#${string}`;
|
|
4
|
+
arrowWidth?: number;
|
|
5
|
+
/** If true, when you click the container of the button and the title of the accordion, the accordion will expand */
|
|
6
|
+
onContainerClickExpand?: boolean;
|
|
7
|
+
rootClasses?: ClassType;
|
|
8
|
+
dataCy?: string;
|
|
9
|
+
btnClasses?: ClassType;
|
|
10
|
+
itemProp?: string;
|
|
11
|
+
arrowClasses?: ClassType;
|
|
12
|
+
btnWrapperClasses?: ClassType;
|
|
13
|
+
accordionContentClasses?: ClassType;
|
|
14
|
+
accordionOpenClasses?: ClassType;
|
|
15
|
+
accordionCloseClasses?: ClassType;
|
|
16
|
+
accordionClasses?: ClassType;
|
|
17
|
+
};
|
|
2
18
|
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
3
20
|
slots: {
|
|
4
21
|
custom_content?(_: {}): any;
|
|
5
22
|
custom_btn?(_: {
|
|
@@ -20,45 +37,15 @@ declare function __VLS_template(): {
|
|
|
20
37
|
}): any;
|
|
21
38
|
};
|
|
22
39
|
refs: {};
|
|
23
|
-
|
|
40
|
+
rootEl: any;
|
|
24
41
|
};
|
|
25
42
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
27
|
-
arrowColor?: `#${string}`;
|
|
28
|
-
arrowWidth?: number;
|
|
29
|
-
/** If true, when you click the container of the button and the title of the accordion, the accordion will expand */
|
|
30
|
-
onContainerClickExpand?: boolean;
|
|
31
|
-
rootClasses?: ClassType;
|
|
32
|
-
dataCy?: string;
|
|
33
|
-
btnClasses?: ClassType;
|
|
34
|
-
itemProp?: string;
|
|
35
|
-
arrowClasses?: ClassType;
|
|
36
|
-
btnWrapperClasses?: ClassType;
|
|
37
|
-
accordionContentClasses?: ClassType;
|
|
38
|
-
accordionOpenClasses?: ClassType;
|
|
39
|
-
accordionCloseClasses?: ClassType;
|
|
40
|
-
accordionClasses?: ClassType;
|
|
41
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
44
|
click: () => any;
|
|
43
45
|
accordionOpened: (a: AccordionItem) => any;
|
|
44
46
|
accordionClosed: (a: AccordionItem) => any;
|
|
45
47
|
"update:accordionState": (args_0: boolean) => any;
|
|
46
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
47
|
-
arrowColor?: `#${string}`;
|
|
48
|
-
arrowWidth?: number;
|
|
49
|
-
/** If true, when you click the container of the button and the title of the accordion, the accordion will expand */
|
|
50
|
-
onContainerClickExpand?: boolean;
|
|
51
|
-
rootClasses?: ClassType;
|
|
52
|
-
dataCy?: string;
|
|
53
|
-
btnClasses?: ClassType;
|
|
54
|
-
itemProp?: string;
|
|
55
|
-
arrowClasses?: ClassType;
|
|
56
|
-
btnWrapperClasses?: ClassType;
|
|
57
|
-
accordionContentClasses?: ClassType;
|
|
58
|
-
accordionOpenClasses?: ClassType;
|
|
59
|
-
accordionCloseClasses?: ClassType;
|
|
60
|
-
accordionClasses?: ClassType;
|
|
61
|
-
}> & Readonly<{
|
|
48
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
62
49
|
onClick?: (() => any) | undefined;
|
|
63
50
|
onAccordionOpened?: ((a: AccordionItem) => any) | undefined;
|
|
64
51
|
onAccordionClosed?: ((a: AccordionItem) => any) | undefined;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { TwPrefix } from 'lib/types';
|
|
2
2
|
type AlertClassPrefix = "alert-";
|
|
3
|
-
type AlertColors = "w-primary" | "w-danger";
|
|
3
|
+
type AlertColors = "w-primary" | "w-danger" | "w-dark-primary";
|
|
4
4
|
type AlertClass = `${TwPrefix}${AlertClassPrefix}${AlertColors}` | "";
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
alertClass?: AlertClass;
|
|
7
|
+
};
|
|
5
8
|
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
slots: {
|
|
7
11
|
default?(_: {}): any;
|
|
8
12
|
};
|
|
9
13
|
refs: {};
|
|
10
|
-
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
11
15
|
};
|
|
12
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
14
|
-
alertClass?: AlertClass;
|
|
15
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
16
|
-
alertClass?: AlertClass;
|
|
17
|
-
}> & Readonly<{}>, {
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
18
|
alertClass: AlertClass;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|