@wikicasa-dev/components 1.9.1 → 1.9.3
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/BaseShimmerLoader.js +20 -11
- package/dist/BaseTabView.js +1 -1
- package/dist/BaseToggle.js +17 -17
- package/dist/SwiperCarousel.js +1 -1
- package/dist/UIKit/AccessibleSelect.vue.d.ts +5 -5
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +4 -4
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +5 -5
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +3 -3
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +5 -5
- package/dist/UIKit/BaseAlert.vue.d.ts +4 -4
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +7 -7
- package/dist/UIKit/BaseBadge.vue.d.ts +4 -4
- package/dist/UIKit/BaseButton.vue.d.ts +5 -5
- package/dist/UIKit/BaseCard.vue.d.ts +5 -5
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +4 -4
- package/dist/UIKit/BaseDropDown.vue.d.ts +5 -5
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +5 -5
- package/dist/UIKit/BaseIcon.vue.d.ts +4 -4
- package/dist/UIKit/BaseInput.vue.d.ts +7 -7
- package/dist/UIKit/BaseModal.vue.d.ts +5 -5
- package/dist/UIKit/BaseNavItem.vue.d.ts +55 -5
- package/dist/UIKit/BasePagination.vue.d.ts +4 -4
- package/dist/UIKit/BasePaper.vue.d.ts +1 -1
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +5 -5
- package/dist/UIKit/BaseSlider.vue.d.ts +182 -5
- package/dist/UIKit/BaseSnackbar.vue.d.ts +5 -5
- package/dist/UIKit/BaseTextarea.vue.d.ts +7 -7
- package/dist/UIKit/BaseToggle.vue.d.ts +4 -4
- package/dist/UIKit/BaseTooltip.vue.d.ts +4 -4
- package/dist/UIKit/BaseUploadFile.vue.d.ts +5 -5
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +6 -6
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +5 -5
- package/dist/UIKit/Radio/RadioButton.vue.d.ts +5 -5
- package/dist/UIKit/Radio/RadioGroup.vue.d.ts +5 -5
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +16 -1
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +4 -4
- package/dist/UIKit/StaticSpinner.vue.d.ts +4 -4
- package/dist/UIKit/Tab/BaseTab.vue.d.ts +3 -3
- package/dist/UIKit/Tab/BaseTabList.vue.d.ts +5 -5
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +4 -4
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +4 -8
- package/dist/assets/BaseShimmerLoader.css +1 -1
- package/dist/assets/SwiperCarousel.css +1 -1
- package/dist/chart/DoughnutChart.vue.d.ts +3 -3
- package/dist/chart/LineChart.vue.d.ts +3 -3
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.CM86-jVN.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.B6xZ5URR.js} +46 -41
- package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.Cs-5T5J3.js → BaseTabView.vue_vue_type_script_setup_true_lang.DSlvTOkB.js} +21 -21
- package/dist/chunks/{SwiperCarousel.vue_vue_type_style_index_0_lang.BiS3BhWj.js → SwiperCarousel.vue_vue_type_style_index_0_lang.PH6iC0qV.js} +8 -8
- package/dist/chunks/index.BbdLcPJo.js +885 -0
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +4 -4
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +5 -5
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +7 -7
- package/dist/components/carousel/SwiperSlide.vue.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +19 -19
- package/dist/chunks/index.C70510OV.js +0 -878
package/dist/AccessibleSelect.js
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _ as
|
|
3
|
-
import './assets/BaseShimmerLoader.css';const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { defineComponent as i, openBlock as s, createElementBlock as r, normalizeClass as t, createElementVNode as a, renderSlot as l } from "vue";
|
|
2
|
+
import { _ as o } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import './assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
|
|
4
|
+
inheritAttrs: !1,
|
|
5
|
+
__name: "BaseShimmerLoader",
|
|
6
|
+
props: {
|
|
7
|
+
shimmerClasses: { default: "" }
|
|
8
|
+
},
|
|
9
|
+
setup(u) {
|
|
10
|
+
return (e, n) => (s(), r("div", {
|
|
11
|
+
class: t(["uikit-relative uikit-overflow-hidden uikit-bg-w-lavender", e.$attrs.class])
|
|
12
|
+
}, [
|
|
13
|
+
a("div", {
|
|
14
|
+
class: t(["shimmer uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-h-full -uikit-translate-x-full", e.shimmerClasses])
|
|
15
|
+
}, null, 2),
|
|
16
|
+
l(e.$slots, "default", {}, void 0, !0)
|
|
17
|
+
], 2));
|
|
18
|
+
}
|
|
19
|
+
}), p = /* @__PURE__ */ o(m, [["__scopeId", "data-v-31264965"]]);
|
|
11
20
|
export {
|
|
12
|
-
|
|
21
|
+
p as default
|
|
13
22
|
};
|
package/dist/BaseTabView.js
CHANGED
package/dist/BaseToggle.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as a, mergeModels as n, useModel as d, openBlock as k, createElementBlock as
|
|
2
|
-
import { _ as
|
|
3
|
-
import './assets/BaseToggle.css';const
|
|
1
|
+
import { defineComponent as a, mergeModels as n, useModel as d, openBlock as k, createElementBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, withModifiers as f, createCommentVNode as p } from "vue";
|
|
2
|
+
import { _ as m } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
|
+
import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseToggle",
|
|
6
6
|
props: /* @__PURE__ */ n({
|
|
@@ -11,33 +11,33 @@ import './assets/BaseToggle.css';const w = (t) => (m("data-v-1e6f488b"), t = t()
|
|
|
11
11
|
modelModifiers: {}
|
|
12
12
|
}),
|
|
13
13
|
emits: ["update:modelValue"],
|
|
14
|
-
setup(
|
|
15
|
-
const o = d(
|
|
14
|
+
setup(r) {
|
|
15
|
+
const o = d(r, "modelValue"), u = ({ target: e }) => {
|
|
16
16
|
o.value = e.checked;
|
|
17
17
|
};
|
|
18
|
-
return (e,
|
|
19
|
-
class:
|
|
18
|
+
return (e, t) => (k(), b("div", {
|
|
19
|
+
class: c(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
|
|
20
20
|
}, [
|
|
21
|
-
|
|
22
|
-
i("label",
|
|
21
|
+
l(e.$slots, "leftLabel", {}, void 0, !0),
|
|
22
|
+
i("label", h, [
|
|
23
23
|
i("input", {
|
|
24
24
|
"data-cy": e.$attrs["data-cy"] ?? "",
|
|
25
25
|
class: "uikit-peer/toggle uikit-h-0 uikit-w-0 uikit-opacity-0",
|
|
26
26
|
type: "checkbox",
|
|
27
27
|
checked: o.value,
|
|
28
|
-
onInput:
|
|
29
|
-
}, null, 40,
|
|
30
|
-
|
|
28
|
+
onInput: t[0] || (t[0] = f((s) => u(s), ["stop"]))
|
|
29
|
+
}, null, 40, g),
|
|
30
|
+
t[1] || (t[1] = i("span", { class: "slider round uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-cursor-pointer uikit-bg-w-lavender uikit-duration-300 before:uikit-absolute before:uikit-bottom-0 before:uikit-left-0 before:uikit-top-0 before:uikit-box-border before:uikit-h-[22px] before:uikit-w-[22px] before:uikit-rounded-circle before:uikit-border before:uikit-border-solid before:uikit-border-w-secondary before:uikit-bg-white before:uikit-shadow-sm before:uikit-duration-300 before:uikit-content-[''] peer-checked/toggle:uikit-bg-w-primary" }, null, -1))
|
|
31
31
|
]),
|
|
32
|
-
e.withRightLabel ?
|
|
32
|
+
e.withRightLabel ? l(e.$slots, "rightLabel", { key: 0 }, () => [
|
|
33
33
|
i("span", {
|
|
34
34
|
class: "uikit-ml-10px",
|
|
35
35
|
innerHTML: e.label
|
|
36
|
-
}, null, 8,
|
|
37
|
-
], !0) :
|
|
36
|
+
}, null, 8, w)
|
|
37
|
+
], !0) : p("", !0)
|
|
38
38
|
], 2));
|
|
39
39
|
}
|
|
40
|
-
}),
|
|
40
|
+
}), B = /* @__PURE__ */ m(y, [["__scopeId", "data-v-1e6f488b"]]);
|
|
41
41
|
export {
|
|
42
|
-
|
|
42
|
+
B as default
|
|
43
43
|
};
|
package/dist/SwiperCarousel.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AccessibleSelectOptions } from '@wikicasa-dev/types';
|
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
lefticon?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
label?: string;
|
|
8
8
|
dropdownPosition?: "top" | "bottom";
|
|
9
9
|
namespace: string;
|
|
@@ -29,7 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
29
29
|
isValid: null;
|
|
30
30
|
closeOnBodyPressed: boolean;
|
|
31
31
|
border: boolean;
|
|
32
|
-
}
|
|
32
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
33
|
"update:modelValue": (args_0: AccessibleSelectOptions) => void;
|
|
34
34
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
35
35
|
label?: string;
|
|
@@ -57,16 +57,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
57
57
|
isValid: null;
|
|
58
58
|
closeOnBodyPressed: boolean;
|
|
59
59
|
border: boolean;
|
|
60
|
-
}>>> & {
|
|
60
|
+
}>>> & Readonly<{
|
|
61
61
|
"onUpdate:modelValue"?: ((args_0: AccessibleSelectOptions) => any) | undefined;
|
|
62
|
-
}
|
|
62
|
+
}>, {
|
|
63
63
|
label: string;
|
|
64
64
|
border: boolean;
|
|
65
65
|
isValid: boolean | null;
|
|
66
66
|
modelValue: AccessibleSelectOptions;
|
|
67
67
|
dropdownPosition: "top" | "bottom";
|
|
68
68
|
closeOnBodyPressed: boolean;
|
|
69
|
-
}, {}>;
|
|
69
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
71
71
|
export default _default;
|
|
72
72
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -11,17 +11,17 @@ declare function __VLS_template(): {
|
|
|
11
11
|
} | null;
|
|
12
12
|
}): any;
|
|
13
13
|
};
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
15
|
autoClose?: boolean;
|
|
16
16
|
}>, {
|
|
17
17
|
autoClose: boolean;
|
|
18
|
-
}
|
|
18
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
autoClose?: boolean;
|
|
20
20
|
}>, {
|
|
21
21
|
autoClose: boolean;
|
|
22
|
-
}
|
|
22
|
+
}>>> & Readonly<{}>, {
|
|
23
23
|
autoClose: boolean;
|
|
24
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -6,7 +6,7 @@ declare function __VLS_template(): {
|
|
|
6
6
|
toggleAccordion: () => void;
|
|
7
7
|
}): any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
id: string | number;
|
|
11
11
|
arrowWidth?: number;
|
|
12
12
|
onContainerClickExpand?: boolean;
|
|
@@ -16,7 +16,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
16
16
|
accordionOpen: boolean;
|
|
17
17
|
arrowWidth: number;
|
|
18
18
|
onContainerClickExpand: boolean;
|
|
19
|
-
}
|
|
19
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
click: () => void;
|
|
21
21
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
22
22
|
id: string | number;
|
|
@@ -28,13 +28,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
28
28
|
accordionOpen: boolean;
|
|
29
29
|
arrowWidth: number;
|
|
30
30
|
onContainerClickExpand: boolean;
|
|
31
|
-
}>>> & {
|
|
31
|
+
}>>> & Readonly<{
|
|
32
32
|
onClick?: (() => any) | undefined;
|
|
33
|
-
}
|
|
33
|
+
}>, {
|
|
34
34
|
arrowWidth: number;
|
|
35
35
|
accordionOpen: boolean;
|
|
36
36
|
onContainerClickExpand: boolean;
|
|
37
|
-
}, {}>;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
39
39
|
export default _default;
|
|
40
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -6,13 +6,13 @@ declare function __VLS_template(): {
|
|
|
6
6
|
isOpen: boolean;
|
|
7
7
|
}): any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
id: string | number;
|
|
11
11
|
accordionOpen: boolean;
|
|
12
|
-
}
|
|
12
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
id: string | number;
|
|
14
14
|
accordionOpen: boolean;
|
|
15
|
-
}
|
|
15
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -19,14 +19,14 @@ declare function __VLS_template(): {
|
|
|
19
19
|
isOpen: boolean;
|
|
20
20
|
}): any;
|
|
21
21
|
};
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionItem & {
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionItem & {
|
|
23
23
|
arrowWidth?: number;
|
|
24
24
|
onContainerClickExpand?: boolean;
|
|
25
25
|
}>, {
|
|
26
26
|
active: boolean;
|
|
27
27
|
arrowWidth: number;
|
|
28
28
|
onContainerClickExpand: boolean;
|
|
29
|
-
}
|
|
29
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
30
|
click: () => void;
|
|
31
31
|
accordionOpened: (a: AccordionItem) => void;
|
|
32
32
|
accordionClosed: (a: AccordionItem) => void;
|
|
@@ -38,16 +38,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
38
38
|
active: boolean;
|
|
39
39
|
arrowWidth: number;
|
|
40
40
|
onContainerClickExpand: boolean;
|
|
41
|
-
}>>> & {
|
|
41
|
+
}>>> & Readonly<{
|
|
42
42
|
onClick?: (() => any) | undefined;
|
|
43
43
|
onAccordionOpened?: ((a: AccordionItem) => any) | undefined;
|
|
44
44
|
onAccordionClosed?: ((a: AccordionItem) => any) | undefined;
|
|
45
45
|
"onUpdate:accordionState"?: ((args_0: boolean) => any) | undefined;
|
|
46
|
-
}
|
|
46
|
+
}>, {
|
|
47
47
|
active: boolean;
|
|
48
48
|
arrowWidth: number;
|
|
49
49
|
onContainerClickExpand: boolean;
|
|
50
|
-
}, {}>;
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
52
52
|
export default _default;
|
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -6,17 +6,17 @@ type AlertClass = `${TwPrefix}${AlertClassPrefix}${AlertColors}` | "";
|
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
7
|
default?(_: {}): any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
alertClass?: AlertClass;
|
|
11
11
|
}>, {
|
|
12
12
|
alertClass: string;
|
|
13
|
-
}
|
|
13
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
14
|
alertClass?: AlertClass;
|
|
15
15
|
}>, {
|
|
16
16
|
alertClass: string;
|
|
17
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {
|
|
18
18
|
alertClass: AlertClass;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -7,7 +7,7 @@ declare function __VLS_template(): {
|
|
|
7
7
|
handleClean: () => void;
|
|
8
8
|
}): any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
11
|
modelValue: import('vue').PropType<ModelValueType | undefined>;
|
|
12
12
|
label: {
|
|
13
13
|
type: import('vue').PropType<string>;
|
|
@@ -53,9 +53,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
53
53
|
type: import('vue').PropType<boolean>;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
}
|
|
56
|
+
}>, {
|
|
57
57
|
select: () => void;
|
|
58
|
-
},
|
|
58
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
59
|
click: () => void;
|
|
60
60
|
keydown: (args_0: KeyboardEvent) => void;
|
|
61
61
|
keydownEnterPressed: () => void;
|
|
@@ -107,13 +107,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
107
107
|
type: import('vue').PropType<boolean>;
|
|
108
108
|
default: boolean;
|
|
109
109
|
};
|
|
110
|
-
}>> & {
|
|
111
|
-
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
110
|
+
}>> & Readonly<{
|
|
112
111
|
onClick?: (() => any) | undefined;
|
|
112
|
+
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
113
113
|
onKeydownEnterPressed?: (() => any) | undefined;
|
|
114
114
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
115
115
|
onChangedValue?: ((args_0: string) => any) | undefined;
|
|
116
|
-
}
|
|
116
|
+
}>, {
|
|
117
117
|
label: string;
|
|
118
118
|
border: boolean;
|
|
119
119
|
isValid: Nullable<boolean>;
|
|
@@ -124,7 +124,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
124
124
|
onOptionSelectedCb: Nullable<(v: AccessibleSelectOptions) => void>;
|
|
125
125
|
cleanupOnClose: boolean;
|
|
126
126
|
closeDropdownOnBodyPressed: boolean;
|
|
127
|
-
}, {}>;
|
|
127
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
128
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
129
129
|
export default _default;
|
|
130
130
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
badgeClass: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary";
|
|
6
6
|
}>, {
|
|
7
7
|
badgeClass: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
badgeClass: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary";
|
|
10
10
|
}>, {
|
|
11
11
|
badgeClass: string;
|
|
12
|
-
}
|
|
12
|
+
}>>> & Readonly<{}>, {
|
|
13
13
|
badgeClass: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary";
|
|
14
|
-
}, {}>;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -6,7 +6,7 @@ declare function __VLS_template(): {
|
|
|
6
6
|
}): any;
|
|
7
7
|
spinner?(_: {}): any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
lazyLoadIcon?: boolean;
|
|
11
11
|
btnClass?: ButtonTypes;
|
|
12
12
|
outlined?: boolean;
|
|
@@ -30,7 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
30
30
|
keepActive: boolean;
|
|
31
31
|
isLoading: boolean;
|
|
32
32
|
disabled: boolean;
|
|
33
|
-
}
|
|
33
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
34
|
click: (e: Event) => void;
|
|
35
35
|
mouseout: (e: Event) => void;
|
|
36
36
|
mouseover: (e: Event) => void;
|
|
@@ -58,11 +58,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
58
58
|
keepActive: boolean;
|
|
59
59
|
isLoading: boolean;
|
|
60
60
|
disabled: boolean;
|
|
61
|
-
}>>> & {
|
|
61
|
+
}>>> & Readonly<{
|
|
62
62
|
onClick?: ((e: Event) => any) | undefined;
|
|
63
63
|
onMouseout?: ((e: Event) => any) | undefined;
|
|
64
64
|
onMouseover?: ((e: Event) => any) | undefined;
|
|
65
|
-
}
|
|
65
|
+
}>, {
|
|
66
66
|
size: "sm" | "lg" | "";
|
|
67
67
|
disabled: boolean;
|
|
68
68
|
iconName: string;
|
|
@@ -74,7 +74,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
74
74
|
isEmpty: boolean;
|
|
75
75
|
keepActive: boolean;
|
|
76
76
|
isLoading: boolean;
|
|
77
|
-
}, {}>;
|
|
77
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
79
79
|
export default _default;
|
|
80
80
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,7 +5,7 @@ declare function __VLS_template(): {
|
|
|
5
5
|
"card-image"?(_: {}): any;
|
|
6
6
|
"card-description"?(_: {}): any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
type?: CardTypes;
|
|
10
10
|
rootComponent?: CardRootTypes;
|
|
11
11
|
cardImgClasses?: ClassType;
|
|
@@ -15,7 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
15
15
|
rootComponent: string;
|
|
16
16
|
cardImgClasses: string;
|
|
17
17
|
cardBodyClasses: string;
|
|
18
|
-
}
|
|
18
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
19
|
click: () => void;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
21
|
type?: CardTypes;
|
|
@@ -27,14 +27,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
27
27
|
rootComponent: string;
|
|
28
28
|
cardImgClasses: string;
|
|
29
29
|
cardBodyClasses: string;
|
|
30
|
-
}>>> & {
|
|
30
|
+
}>>> & Readonly<{
|
|
31
31
|
onClick?: (() => any) | undefined;
|
|
32
|
-
}
|
|
32
|
+
}>, {
|
|
33
33
|
type: CardTypes;
|
|
34
34
|
rootComponent: CardRootTypes;
|
|
35
35
|
cardImgClasses: ClassType;
|
|
36
36
|
cardBodyClasses: ClassType;
|
|
37
|
-
}, {}>;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
39
39
|
export default _default;
|
|
40
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -21,7 +21,7 @@ declare function __VLS_template(): {
|
|
|
21
21
|
left_icon?(_: {}): any;
|
|
22
22
|
right_icon?(_: {}): any;
|
|
23
23
|
};
|
|
24
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
25
25
|
modelValue: import('vue').PropType<Nullable<ToggleType> | undefined>;
|
|
26
26
|
type: {
|
|
27
27
|
type: import('vue').PropType<"full" | "padded">;
|
|
@@ -47,7 +47,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
47
47
|
type: import('vue').PropType<"uikit-border-w-secondary" | "uikit-border-w-primary" | "uikit-border-w-danger" | "uikit-border-w-warning" | "uikit-border-w-black" | "uikit-border-w-dark-primary" | "uikit-border-w-carbon" | "uikit-border-w-gray" | "uikit-border-w-lavender">;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
-
}
|
|
50
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
51
|
modelValue: import('vue').PropType<Nullable<ToggleType> | undefined>;
|
|
52
52
|
type: {
|
|
53
53
|
type: import('vue').PropType<"full" | "padded">;
|
|
@@ -73,13 +73,13 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
73
73
|
type: import('vue').PropType<"uikit-border-w-secondary" | "uikit-border-w-primary" | "uikit-border-w-danger" | "uikit-border-w-warning" | "uikit-border-w-black" | "uikit-border-w-dark-primary" | "uikit-border-w-carbon" | "uikit-border-w-gray" | "uikit-border-w-lavender">;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
|
-
}
|
|
76
|
+
}>> & Readonly<{}>, {
|
|
77
77
|
type: "full" | "padded";
|
|
78
78
|
size: "" | "lg";
|
|
79
79
|
mode: "mobile" | "";
|
|
80
80
|
btnBgColor: BtnBgColorType;
|
|
81
81
|
borderContainerColor: BorderColorType;
|
|
82
|
-
}, {}>;
|
|
82
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
83
83
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
84
84
|
export default _default;
|
|
85
85
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
|
|
|
8
8
|
toggleDropdown: () => void;
|
|
9
9
|
}): any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
id?: string;
|
|
13
13
|
dropdownClasses?: string | string[] | (Record<string, boolean> | string)[];
|
|
14
14
|
containerDropdownClasses?: string;
|
|
@@ -42,7 +42,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
42
42
|
closeWhenClickedOutside: boolean;
|
|
43
43
|
dropdownElement: string;
|
|
44
44
|
keepState: string;
|
|
45
|
-
}
|
|
45
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
46
|
click: () => void;
|
|
47
47
|
"update:dropdownState": (args_0: boolean) => void;
|
|
48
48
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -79,10 +79,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
79
79
|
closeWhenClickedOutside: boolean;
|
|
80
80
|
dropdownElement: string;
|
|
81
81
|
keepState: string;
|
|
82
|
-
}>>> & {
|
|
82
|
+
}>>> & Readonly<{
|
|
83
83
|
onClick?: (() => any) | undefined;
|
|
84
84
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
85
|
-
}
|
|
85
|
+
}>, {
|
|
86
86
|
id: string;
|
|
87
87
|
direction: "up" | "down";
|
|
88
88
|
labelClasses: string;
|
|
@@ -99,7 +99,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
99
99
|
closeWhenClickedOutside: boolean;
|
|
100
100
|
dropdownElement: "div" | "ul";
|
|
101
101
|
keepState: "opened" | "closed" | "";
|
|
102
|
-
}, {}>;
|
|
102
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
103
103
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
104
104
|
export default _default;
|
|
105
105
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
|
|
3
3
|
type LabelState = "inline-label" | "floating-label";
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
labelState?: LabelState;
|
|
6
6
|
isValid?: Nullable<boolean>;
|
|
7
7
|
labelText: string;
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
labelState: string;
|
|
11
11
|
isValid: null;
|
|
12
12
|
disabled: boolean;
|
|
13
|
-
}
|
|
13
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
14
|
click: (...args: any[]) => void;
|
|
15
15
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
16
|
labelState?: LabelState;
|
|
@@ -21,13 +21,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
labelState: string;
|
|
22
22
|
isValid: null;
|
|
23
23
|
disabled: boolean;
|
|
24
|
-
}>>> & {
|
|
24
|
+
}>>> & Readonly<{
|
|
25
25
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
26
|
-
}
|
|
26
|
+
}>, {
|
|
27
27
|
labelState: LabelState;
|
|
28
28
|
isValid: Nullable<boolean>;
|
|
29
29
|
disabled: string | boolean;
|
|
30
|
-
}, {}>;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
export default _default;
|
|
32
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
lazyLoading: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
23
|
lazyLoading: {
|
|
24
24
|
type: BooleanConstructor;
|
|
25
25
|
default: boolean;
|
|
@@ -40,11 +40,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
|
-
}
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
44
|
lazyLoading: boolean;
|
|
45
45
|
altAttribute: string;
|
|
46
46
|
iconName: string;
|
|
47
47
|
iconType: "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
|
|
48
48
|
iconClass: string;
|
|
49
|
-
}, {}>;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
50
50
|
export default _default;
|
|
@@ -10,7 +10,7 @@ declare function __VLS_template(): {
|
|
|
10
10
|
feedback?(_: {}): any;
|
|
11
11
|
"under-label"?(_: {}): any;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14
14
|
modelValue: import('vue').PropType<string | number | undefined>;
|
|
15
15
|
isValid: {
|
|
16
16
|
type: import('vue').PropType<Nullable<boolean>>;
|
|
@@ -38,9 +38,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
38
38
|
}>>>;
|
|
39
39
|
default: null;
|
|
40
40
|
};
|
|
41
|
-
}
|
|
41
|
+
}>, {
|
|
42
42
|
select: () => void;
|
|
43
|
-
},
|
|
43
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
44
|
click: (args_0: MouseEvent) => void;
|
|
45
45
|
focusin: () => void;
|
|
46
46
|
focusout: () => void;
|
|
@@ -75,14 +75,14 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
75
75
|
}>>>;
|
|
76
76
|
default: null;
|
|
77
77
|
};
|
|
78
|
-
}>> & {
|
|
78
|
+
}>> & Readonly<{
|
|
79
|
+
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
79
80
|
onFocusin?: (() => any) | undefined;
|
|
80
81
|
onFocusout?: (() => any) | undefined;
|
|
81
82
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
82
83
|
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
83
|
-
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
84
84
|
onKeydownEnterPressed?: (() => any) | undefined;
|
|
85
|
-
}
|
|
85
|
+
}>, {
|
|
86
86
|
isValid: Nullable<boolean>;
|
|
87
87
|
labelText: string;
|
|
88
88
|
inputClass: ClassType | unknown[];
|
|
@@ -91,7 +91,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
91
91
|
formatFn: (n: number | string) => string;
|
|
92
92
|
unFormatFn: (v: string) => string | number | null;
|
|
93
93
|
}>>;
|
|
94
|
-
}, {}>;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
95
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
96
96
|
export default _default;
|
|
97
97
|
type __VLS_WithTemplateSlots<T, S> = T & {
|