@wikicasa-dev/components 2.0.53 → 2.0.54-alpha.2
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 +2 -2
- package/dist/BaseComplexToggle.js +4 -4
- package/dist/BaseDropDown.js +1 -1
- package/dist/BaseFloatingLabel.js +3 -3
- package/dist/BaseIcon.js +4 -4
- package/dist/BaseInput.js +9 -9
- 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 +2 -2
- 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 +4 -4
- package/dist/BaseToggle.js +4 -4
- package/dist/BaseTooltip.js +3 -3
- package/dist/BaseUploadFile.js +1 -1
- package/dist/CheckboxBtn.js +5 -5
- 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 +2 -2
- package/dist/StaticSpinner.js +2 -2
- package/dist/SwiperCarousel.js +861 -829
- package/dist/SwiperSlide.js +2 -2
- package/dist/UIKit/AccessibleSelect.vue.d.ts +5 -10
- 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 +7 -7
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +4 -8
- package/dist/UIKit/BaseBadge.vue.d.ts +6 -6
- 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 +12 -15
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +7 -6
- package/dist/UIKit/BaseDropDown.vue.d.ts +9 -6
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +5 -11
- package/dist/UIKit/BaseIcon.vue.d.ts +3 -9
- package/dist/UIKit/BaseInput.vue.d.ts +10 -7
- package/dist/UIKit/BaseModal.vue.d.ts +25 -44
- package/dist/UIKit/BasePagination.vue.d.ts +5 -5
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +10 -12
- package/dist/UIKit/BaseSlider.vue.d.ts +10 -7
- package/dist/UIKit/BaseSnackbar.vue.d.ts +7 -14
- package/dist/UIKit/BaseTextarea.vue.d.ts +7 -5
- 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 +7 -5
- 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 +5 -7
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +9 -11
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +7 -5
- package/dist/chart/DoughnutChart.vue.d.ts +3 -5
- package/dist/chart/LineChart.vue.d.ts +4 -6
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.tcyWuhKm.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js} +4 -4
- 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.BJW28Y_i.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.B31Vyyn6.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.m9DVH1he.js} +9 -9
- 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.BAE3i6sW.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js} +7 -7
- 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.CpbjEyOl.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CPpsFIZy.js} +9 -9
- package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.CeKWAwpg.js → BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js} +4 -4
- package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.Cb6fEMc-.js → BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js} +20 -19
- package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js → BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js} +2 -2
- 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.DTPN9Rg-.js → BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js} +3 -3
- 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.BC3hlJfx.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.CDFRhya0.js} +5 -5
- 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.iRZ_Q6nK.js → LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js} +3 -3
- 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.DdmSUyxZ.js → RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js} +2 -2
- 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/polyline.tNTK3v2u.js +129 -0
- package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +41 -0
- 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 +6 -2
- package/dist/components/carousel/SwiperSlide.vue.d.ts +3 -2
- package/dist/index.js +24 -24
- package/dist/useChartjsModules.js +24 -29
- package/package.json +6 -5
- package/dist/chunks/ObjectUtils.BOUbloeg.js +0 -10
- package/dist/chunks/PharmacyIcon.56ql_DYl.js +0 -19
- package/dist/chunks/types-B0dZ7OiV.D29wNgoj.js +0 -3209
- package/dist/chunks/useKeyboardController.CutKeclN.js +0 -41
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable, InputTypeHTMLAttribute } from '@wikicasa-dev/types';
|
|
2
2
|
import { ClassType, ClassTypeProp, FeedbackLabels } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
inputClass?: ClassType | ClassType[];
|
|
5
5
|
labelText?: string;
|
|
6
6
|
feedback?: FeedbackLabels;
|
|
@@ -19,8 +19,9 @@ declare let __VLS_typeProps: {
|
|
|
19
19
|
};
|
|
20
20
|
type __VLS_PublicProps = {
|
|
21
21
|
modelValue?: string | number | undefined;
|
|
22
|
-
} &
|
|
22
|
+
} & __VLS_Props;
|
|
23
23
|
declare function __VLS_template(): {
|
|
24
|
+
attrs: Partial<{}>;
|
|
24
25
|
slots: {
|
|
25
26
|
leftIcon?(_: {}): any;
|
|
26
27
|
righticon?(_: {
|
|
@@ -29,19 +30,19 @@ declare function __VLS_template(): {
|
|
|
29
30
|
curType: InputTypeHTMLAttribute;
|
|
30
31
|
}): any;
|
|
31
32
|
feedback?(_: {}): any;
|
|
32
|
-
|
|
33
|
+
'under-label'?(_: {}): any;
|
|
33
34
|
};
|
|
34
35
|
refs: {
|
|
35
36
|
baseInputEl: HTMLInputElement;
|
|
36
37
|
};
|
|
37
|
-
|
|
38
|
+
rootEl: any;
|
|
38
39
|
};
|
|
39
40
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
40
41
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
41
42
|
select: () => void;
|
|
42
43
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
44
|
click: (args_0: MouseEvent) => any;
|
|
44
|
-
"update:modelValue": (
|
|
45
|
+
"update:modelValue": (value: string | number | undefined) => any;
|
|
45
46
|
focusin: () => any;
|
|
46
47
|
focusout: () => any;
|
|
47
48
|
keydown: (args_0: KeyboardEvent) => any;
|
|
@@ -49,13 +50,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
49
50
|
keydownEnterPressed: () => any;
|
|
50
51
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
51
52
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
52
|
-
"onUpdate:modelValue"?: ((
|
|
53
|
+
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
53
54
|
onFocusin?: (() => any) | undefined;
|
|
54
55
|
onFocusout?: (() => any) | undefined;
|
|
55
56
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
56
57
|
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
57
58
|
onKeydownEnterPressed?: (() => any) | undefined;
|
|
58
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
59
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
60
|
+
baseInputEl: HTMLInputElement;
|
|
61
|
+
}, any>;
|
|
59
62
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
63
|
export default _default;
|
|
61
64
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,25 +1,5 @@
|
|
|
1
1
|
import { ClassTypeProp } from './types';
|
|
2
|
-
|
|
3
|
-
slots: {
|
|
4
|
-
header?(_: {
|
|
5
|
-
closeModal: () => Promise<void>;
|
|
6
|
-
}): any;
|
|
7
|
-
body?(_: {
|
|
8
|
-
closeModal: () => Promise<void>;
|
|
9
|
-
}): any;
|
|
10
|
-
footer?(_: {
|
|
11
|
-
closeModal: () => Promise<void>;
|
|
12
|
-
}): any;
|
|
13
|
-
"fixed-bottom"?(_: {}): any;
|
|
14
|
-
};
|
|
15
|
-
refs: {
|
|
16
|
-
backdropEl: HTMLDivElement;
|
|
17
|
-
modalDialog: HTMLDialogElement;
|
|
18
|
-
};
|
|
19
|
-
attrs: Partial<{}>;
|
|
20
|
-
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
|
+
type __VLS_Props = {
|
|
23
3
|
id?: string;
|
|
24
4
|
size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
25
5
|
customBackdropClasses?: ClassTypeProp;
|
|
@@ -40,32 +20,33 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
40
20
|
dataCy?: string;
|
|
41
21
|
closeIconBtnClasses?: ClassTypeProp;
|
|
42
22
|
titleClasses?: ClassTypeProp;
|
|
43
|
-
}
|
|
23
|
+
};
|
|
24
|
+
declare function __VLS_template(): {
|
|
25
|
+
attrs: Partial<{}>;
|
|
26
|
+
slots: {
|
|
27
|
+
header?(_: {
|
|
28
|
+
closeModal: () => Promise<void>;
|
|
29
|
+
}): any;
|
|
30
|
+
body?(_: {
|
|
31
|
+
closeModal: () => Promise<void>;
|
|
32
|
+
}): any;
|
|
33
|
+
footer?(_: {
|
|
34
|
+
closeModal: () => Promise<void>;
|
|
35
|
+
}): any;
|
|
36
|
+
'fixed-bottom'?(_: {}): any;
|
|
37
|
+
};
|
|
38
|
+
refs: {
|
|
39
|
+
backdropEl: HTMLDivElement;
|
|
40
|
+
modalDialog: HTMLDialogElement;
|
|
41
|
+
};
|
|
42
|
+
rootEl: any;
|
|
43
|
+
};
|
|
44
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
45
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
46
|
opened: () => any;
|
|
45
47
|
closed: () => any;
|
|
46
48
|
dialogClick: (args_0: MouseEvent) => any;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
48
|
-
id?: string;
|
|
49
|
-
size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
50
|
-
customBackdropClasses?: ClassTypeProp;
|
|
51
|
-
customModalDialogClasses?: ClassTypeProp;
|
|
52
|
-
customModalHeaderClasses?: ClassTypeProp;
|
|
53
|
-
customModalBodyClasses?: ClassTypeProp;
|
|
54
|
-
customModalFooterClasses?: ClassTypeProp;
|
|
55
|
-
withCloseIcon?: boolean;
|
|
56
|
-
showModal?: boolean;
|
|
57
|
-
headerTitle?: string;
|
|
58
|
-
autoClose?: number;
|
|
59
|
-
fullHeight?: boolean;
|
|
60
|
-
closeOnClickOut?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* If true, the modal will be centered in desktop mode
|
|
63
|
-
*/
|
|
64
|
-
centered?: boolean;
|
|
65
|
-
dataCy?: string;
|
|
66
|
-
closeIconBtnClasses?: ClassTypeProp;
|
|
67
|
-
titleClasses?: ClassTypeProp;
|
|
68
|
-
}> & Readonly<{
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
69
50
|
onOpened?: (() => any) | undefined;
|
|
70
51
|
onClosed?: (() => any) | undefined;
|
|
71
52
|
onDialogClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
count?: number;
|
|
4
4
|
limit?: number;
|
|
5
5
|
siblings?: number;
|
|
@@ -13,10 +13,10 @@ declare let __VLS_typeProps: {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_PublicProps = {
|
|
15
15
|
"pageNumber"?: Optional<number>;
|
|
16
|
-
} &
|
|
16
|
+
} & __VLS_Props;
|
|
17
17
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
"update:pageNumber": (
|
|
18
|
+
"update:pageNumber": (value: Optional<number>) => any;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
-
"onUpdate:pageNumber"?: ((
|
|
21
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
+
"onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
22
22
|
export default _default;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
active?: boolean;
|
|
4
|
+
idx?: number;
|
|
5
|
+
};
|
|
1
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
2
8
|
slots: {
|
|
3
9
|
default?(_: {
|
|
4
10
|
itemIdx: number;
|
|
@@ -7,21 +13,13 @@ declare function __VLS_template(): {
|
|
|
7
13
|
refs: {
|
|
8
14
|
liItem: HTMLLIElement;
|
|
9
15
|
};
|
|
10
|
-
|
|
16
|
+
rootEl: HTMLLIElement;
|
|
11
17
|
};
|
|
12
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
14
|
-
label?: string;
|
|
15
|
-
active?: boolean;
|
|
16
|
-
idx?: number;
|
|
17
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
20
|
click: (args_0: number) => any;
|
|
19
21
|
mouseover: (args_0: number) => any;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
21
|
-
label?: string;
|
|
22
|
-
active?: boolean;
|
|
23
|
-
idx?: number;
|
|
24
|
-
}> & Readonly<{
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
23
|
onClick?: ((args_0: number) => any) | undefined;
|
|
26
24
|
onMouseover?: ((args_0: number) => any) | undefined;
|
|
27
25
|
}>, {
|
|
@@ -30,7 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
30
28
|
idx: number;
|
|
31
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
30
|
liItem: HTMLLIElement;
|
|
33
|
-
},
|
|
31
|
+
}, HTMLLIElement>;
|
|
34
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
33
|
export default _default;
|
|
36
34
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
type?: "linear" | "logarithmic";
|
|
4
4
|
min?: number;
|
|
5
5
|
max?: number;
|
|
@@ -7,12 +7,15 @@ declare let __VLS_typeProps: {
|
|
|
7
7
|
type __VLS_PublicProps = {
|
|
8
8
|
"minValue"?: Optional<number>;
|
|
9
9
|
"maxValue"?: Optional<number>;
|
|
10
|
-
} &
|
|
10
|
+
} & __VLS_Props;
|
|
11
11
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:minValue": (
|
|
13
|
-
"update:maxValue": (
|
|
12
|
+
"update:minValue": (value: Optional<number>) => any;
|
|
13
|
+
"update:maxValue": (value: Optional<number>) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:minValue"?: ((
|
|
16
|
-
"onUpdate:maxValue"?: ((
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
"onUpdate:minValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
|
+
"onUpdate:maxValue"?: ((value: Optional<number>) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
+
fromSlider: HTMLInputElement;
|
|
19
|
+
toSlider: HTMLInputElement;
|
|
20
|
+
}, HTMLDivElement>;
|
|
18
21
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Action, Nullable, SnackbarTypes } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
type?: SnackbarTypes;
|
|
4
4
|
title: string;
|
|
5
5
|
body: string;
|
|
@@ -9,23 +9,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
timeout?: number;
|
|
11
11
|
cb?: Nullable<Action>;
|
|
12
|
-
}
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
14
|
"snackbar-hidden": () => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
-
type?: SnackbarTypes;
|
|
16
|
-
title: string;
|
|
17
|
-
body: string;
|
|
18
|
-
icon?: {
|
|
19
|
-
src: string;
|
|
20
|
-
alt: string;
|
|
21
|
-
};
|
|
22
|
-
timeout?: number;
|
|
23
|
-
cb?: Nullable<Action>;
|
|
24
|
-
}> & Readonly<{
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
16
|
"onSnackbar-hidden"?: (() => any) | undefined;
|
|
26
17
|
}>, {
|
|
27
18
|
type: SnackbarTypes;
|
|
28
19
|
timeout: number;
|
|
29
20
|
cb: Nullable<Action>;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
snackbar: HTMLDivElement;
|
|
23
|
+
}, any>;
|
|
31
24
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
import { FeedbackLabels, ClassTypeProp } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
labelText?: string;
|
|
5
5
|
feedback?: FeedbackLabels;
|
|
6
6
|
isValid?: Nullable<boolean>;
|
|
@@ -9,22 +9,24 @@ declare let __VLS_typeProps: {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_PublicProps = {
|
|
11
11
|
modelValue?: string | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & __VLS_Props;
|
|
13
13
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
14
14
|
disableTextarea: () => void;
|
|
15
15
|
clearTextareaElem: () => void;
|
|
16
16
|
focusDisabledTextarea: () => void;
|
|
17
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
18
|
click: (args_0: MouseEvent) => any;
|
|
19
|
-
"update:modelValue": (
|
|
19
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
20
20
|
focusin: () => any;
|
|
21
21
|
focusout: () => any;
|
|
22
22
|
keydown: (args_0: KeyboardEvent) => any;
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
24
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
25
|
-
"onUpdate:modelValue"?: ((
|
|
25
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
26
26
|
onFocusin?: (() => any) | undefined;
|
|
27
27
|
onFocusout?: (() => any) | undefined;
|
|
28
28
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
29
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
textarea: HTMLTextAreaElement;
|
|
31
|
+
}, any>;
|
|
30
32
|
export default _default;
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
withRightLabel?: boolean;
|
|
3
3
|
label?: string;
|
|
4
4
|
};
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
6
|
modelValue?: boolean | undefined;
|
|
7
|
-
} &
|
|
7
|
+
} & __VLS_Props;
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
9
10
|
slots: {
|
|
10
11
|
leftLabel?(_: {}): any;
|
|
11
12
|
rightLabel?(_: {}): any;
|
|
12
13
|
};
|
|
13
14
|
refs: {};
|
|
14
|
-
|
|
15
|
+
rootEl: any;
|
|
15
16
|
};
|
|
16
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
"update:modelValue": (
|
|
19
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
19
20
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
-
"onUpdate:modelValue"?: ((
|
|
21
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
21
22
|
}>, {
|
|
22
23
|
label: string;
|
|
23
24
|
withRightLabel: boolean;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
3
|
-
slots: {
|
|
4
|
-
trigger?(_: {}): any;
|
|
5
|
-
content?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
|
+
type __VLS_Props = {
|
|
12
3
|
theme?: {
|
|
13
4
|
color: "blue" | "white";
|
|
14
5
|
size: "sm" | "md" | "lg";
|
|
@@ -17,16 +8,18 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
17
8
|
customTooltipClass?: "mail-alert" | "";
|
|
18
9
|
showTooltipContentManually?: boolean;
|
|
19
10
|
tooltipContentClasses?: ClassType;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
trigger?(_: {}): any;
|
|
16
|
+
content?(_: {}): any;
|
|
24
17
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}> & Readonly<{}>, {
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
30
23
|
direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
31
24
|
theme: {
|
|
32
25
|
color: "blue" | "white";
|
|
@@ -35,7 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
35
28
|
customTooltipClass: "mail-alert" | "";
|
|
36
29
|
showTooltipContentManually: boolean;
|
|
37
30
|
tooltipContentClasses: ClassType;
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
33
|
export default _default;
|
|
41
34
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,34 +1,28 @@
|
|
|
1
1
|
import { ClassType } from '@wikicasa-dev/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
id: string;
|
|
4
|
+
labelText?: string;
|
|
5
|
+
clear?: boolean;
|
|
6
|
+
labelClasses?: ClassType;
|
|
7
|
+
floatingLabelClasses?: ClassType;
|
|
8
|
+
fieldsetClasses?: ClassType;
|
|
9
|
+
legendClasses?: ClassType;
|
|
10
|
+
};
|
|
2
11
|
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
3
13
|
slots: {
|
|
4
14
|
label?(_: {
|
|
5
15
|
filename: string;
|
|
6
16
|
}): any;
|
|
7
17
|
};
|
|
8
18
|
refs: {};
|
|
9
|
-
|
|
19
|
+
rootEl: any;
|
|
10
20
|
};
|
|
11
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
13
|
-
id: string;
|
|
14
|
-
labelText?: string;
|
|
15
|
-
clear?: boolean;
|
|
16
|
-
labelClasses?: ClassType;
|
|
17
|
-
floatingLabelClasses?: ClassType;
|
|
18
|
-
fieldsetClasses?: ClassType;
|
|
19
|
-
legendClasses?: ClassType;
|
|
20
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
23
|
cleared: () => any;
|
|
22
24
|
uploaded: (args_0: File) => any;
|
|
23
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
24
|
-
id: string;
|
|
25
|
-
labelText?: string;
|
|
26
|
-
clear?: boolean;
|
|
27
|
-
labelClasses?: ClassType;
|
|
28
|
-
floatingLabelClasses?: ClassType;
|
|
29
|
-
fieldsetClasses?: ClassType;
|
|
30
|
-
legendClasses?: ClassType;
|
|
31
|
-
}> & Readonly<{
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
32
26
|
onCleared?: (() => any) | undefined;
|
|
33
27
|
onUploaded?: ((args_0: File) => any) | undefined;
|
|
34
28
|
}>, {
|
|
@@ -4,17 +4,7 @@ type EventPayload = {
|
|
|
4
4
|
label: string | number;
|
|
5
5
|
checked: boolean;
|
|
6
6
|
};
|
|
7
|
-
|
|
8
|
-
slots: {
|
|
9
|
-
label?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
checkbox: HTMLInputElement;
|
|
13
|
-
};
|
|
14
|
-
attrs: Partial<{}>;
|
|
15
|
-
};
|
|
16
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
7
|
+
type __VLS_Props = {
|
|
18
8
|
id?: string | number;
|
|
19
9
|
dataCy?: string;
|
|
20
10
|
disabled?: boolean;
|
|
@@ -31,32 +21,29 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
31
21
|
*/
|
|
32
22
|
handleLabelClick?: boolean;
|
|
33
23
|
modelValue?: boolean;
|
|
34
|
-
}
|
|
24
|
+
};
|
|
25
|
+
declare function __VLS_template(): {
|
|
26
|
+
attrs: Partial<{}>;
|
|
27
|
+
slots: {
|
|
28
|
+
label?(_: {}): any;
|
|
29
|
+
};
|
|
30
|
+
refs: {
|
|
31
|
+
checkbox: HTMLInputElement;
|
|
32
|
+
};
|
|
33
|
+
rootEl: HTMLDivElement;
|
|
34
|
+
};
|
|
35
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
37
|
click: () => any;
|
|
36
38
|
change: (args_0: EventPayload) => any;
|
|
37
39
|
"update:modelValue": (args_0: boolean) => any;
|
|
38
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
39
|
-
id?: string | number;
|
|
40
|
-
dataCy?: string;
|
|
41
|
-
disabled?: boolean;
|
|
42
|
-
checked?: boolean;
|
|
43
|
-
required?: boolean;
|
|
44
|
-
inputClass?: ClassType;
|
|
45
|
-
inline?: boolean;
|
|
46
|
-
label?: string | number;
|
|
47
|
-
labelClass?: ClassType;
|
|
48
|
-
isValid?: Nullable<boolean>;
|
|
49
|
-
containerId?: string;
|
|
50
|
-
/**
|
|
51
|
-
* If false, the click event won't be emitted
|
|
52
|
-
*/
|
|
53
|
-
handleLabelClick?: boolean;
|
|
54
|
-
modelValue?: boolean;
|
|
55
|
-
}> & Readonly<{
|
|
40
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
56
41
|
onClick?: (() => any) | undefined;
|
|
57
42
|
onChange?: ((args_0: EventPayload) => any) | undefined;
|
|
58
43
|
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
59
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
44
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
45
|
+
checkbox: HTMLInputElement;
|
|
46
|
+
}, HTMLDivElement>;
|
|
60
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
61
48
|
export default _default;
|
|
62
49
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
import { CheckboxButtonType, GetterIdType } from '../types';
|
|
2
2
|
import { ClassType } from '@wikicasa-dev/types';
|
|
3
|
-
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {
|
|
6
|
-
isActive: (elem: CheckboxButtonType | string | number) => boolean;
|
|
7
|
-
handleChange: (checkboxValue: CheckboxButtonType) => void;
|
|
8
|
-
checkboxesData: CheckboxButtonType[];
|
|
9
|
-
}): any;
|
|
10
|
-
checkbox_elements?(_: {
|
|
11
|
-
isActive: (elem: CheckboxButtonType | string | number) => boolean;
|
|
12
|
-
handleChange: (checkboxValue: CheckboxButtonType) => void;
|
|
13
|
-
checkboxesData: CheckboxButtonType[];
|
|
14
|
-
reset: () => void;
|
|
15
|
-
}): any;
|
|
16
|
-
};
|
|
17
|
-
refs: {};
|
|
18
|
-
attrs: Partial<{}>;
|
|
19
|
-
};
|
|
20
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
3
|
+
type __VLS_Props = {
|
|
22
4
|
checkboxData?: CheckboxButtonType[];
|
|
23
5
|
formCheckInline?: boolean;
|
|
24
6
|
reset?: boolean;
|
|
@@ -40,33 +22,31 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
40
22
|
getKey?: GetterIdType;
|
|
41
23
|
groupId?: string;
|
|
42
24
|
dataCy?: string;
|
|
43
|
-
}
|
|
25
|
+
};
|
|
26
|
+
declare function __VLS_template(): {
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
slots: {
|
|
29
|
+
default?(_: {
|
|
30
|
+
isActive: (elem: CheckboxButtonType | string | number) => boolean;
|
|
31
|
+
handleChange: (checkboxValue: CheckboxButtonType) => void;
|
|
32
|
+
checkboxesData: CheckboxButtonType[];
|
|
33
|
+
}): any;
|
|
34
|
+
checkbox_elements?(_: {
|
|
35
|
+
isActive: (elem: CheckboxButtonType | string | number) => boolean;
|
|
36
|
+
handleChange: (checkboxValue: CheckboxButtonType) => void;
|
|
37
|
+
checkboxesData: CheckboxButtonType[];
|
|
38
|
+
reset: () => void;
|
|
39
|
+
}): any;
|
|
40
|
+
};
|
|
41
|
+
refs: {};
|
|
42
|
+
rootEl: any;
|
|
43
|
+
};
|
|
44
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
45
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
46
|
"update:modelValue": (args_0: CheckboxButtonType[]) => any;
|
|
45
47
|
resetted: () => any;
|
|
46
48
|
checkedGroup: (args_0: string) => any;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
48
|
-
checkboxData?: CheckboxButtonType[];
|
|
49
|
-
formCheckInline?: boolean;
|
|
50
|
-
reset?: boolean;
|
|
51
|
-
checkboxContainerClasses?: ClassType;
|
|
52
|
-
/**
|
|
53
|
-
* [ResetCheckbox required] If true, when you check all the checkboxes, the reset one will be checked
|
|
54
|
-
*/
|
|
55
|
-
autoCheckResetAll?: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* [ResetCheckbox required] If true, when you uncheck all the checkboxes, the reset one will be checked
|
|
58
|
-
*/
|
|
59
|
-
autoCheckResetEmpty?: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* [ResetCheckbox required]
|
|
62
|
-
* If true, you can manually toggle the reset button.
|
|
63
|
-
* Otherwise, if autoCheckResetEmpty is false, the reset button would never be unchecked when the user clicks on it
|
|
64
|
-
*/
|
|
65
|
-
manualToggleResetButton?: boolean;
|
|
66
|
-
getKey?: GetterIdType;
|
|
67
|
-
groupId?: string;
|
|
68
|
-
dataCy?: string;
|
|
69
|
-
}> & Readonly<{
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
70
50
|
"onUpdate:modelValue"?: ((args_0: CheckboxButtonType[]) => any) | undefined;
|
|
71
51
|
onResetted?: (() => any) | undefined;
|
|
72
52
|
onCheckedGroup?: ((args_0: string) => any) | undefined;
|
|
@@ -1,31 +1,27 @@
|
|
|
1
1
|
import { ClassType, Nullable } from '@wikicasa-dev/types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
id?: Nullable<string | number>;
|
|
4
4
|
name?: string;
|
|
5
5
|
label: string;
|
|
6
6
|
modelValue?: boolean;
|
|
7
7
|
inputClasses?: ClassType;
|
|
8
8
|
labelClasses?: ClassType;
|
|
9
|
-
}
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
11
|
change: (args_0: {
|
|
11
12
|
id: string | number;
|
|
12
13
|
label: string;
|
|
13
14
|
name?: string;
|
|
14
15
|
}) => any;
|
|
15
16
|
"update:modelValue": (args_0: boolean) => any;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
id?: Nullable<string | number>;
|
|
18
|
-
name?: string;
|
|
19
|
-
label: string;
|
|
20
|
-
modelValue?: boolean;
|
|
21
|
-
inputClasses?: ClassType;
|
|
22
|
-
labelClasses?: ClassType;
|
|
23
|
-
}> & Readonly<{
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
24
18
|
onChange?: ((args_0: {
|
|
25
19
|
id: string | number;
|
|
26
20
|
label: string;
|
|
27
21
|
name?: string;
|
|
28
22
|
}) => any) | undefined;
|
|
29
23
|
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
checkbox: HTMLInputElement;
|
|
26
|
+
}, HTMLDivElement>;
|
|
31
27
|
export default _default;
|