@wikicasa-dev/components 1.2.12 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -46
- package/dist/UIKit/AccessibleSelect.vue.d.ts +15 -15
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +11 -11
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +11 -11
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +8 -8
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +12 -12
- package/dist/UIKit/BaseAlert.vue.d.ts +11 -11
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +16 -14
- package/dist/UIKit/BaseBadge.vue.d.ts +14 -14
- package/dist/UIKit/BaseBtModal.vue.d.ts +172 -0
- package/dist/UIKit/BaseButton.vue.d.ts +16 -16
- package/dist/UIKit/BaseCard.vue.d.ts +11 -11
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +2 -2
- package/dist/UIKit/BaseDropDown.vue.d.ts +19 -19
- package/dist/UIKit/BaseIcon.vue.d.ts +2 -2
- package/dist/UIKit/BaseInput.vue.d.ts +7 -7
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +12 -12
- package/dist/UIKit/BaseSnackbar.vue.d.ts +56 -0
- package/dist/UIKit/BaseTextarea.vue.d.ts +3 -3
- package/dist/UIKit/BaseTooltip.vue.d.ts +1 -1
- package/dist/UIKit/BaseUploadFile.vue.d.ts +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +14 -14
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +12 -12
- package/dist/UIKit/StaticSpinner.vue.d.ts +12 -12
- package/dist/Views/AccordionSection.vue.d.ts +2 -0
- package/dist/Views/AlertSection.vue.d.ts +2 -0
- package/dist/Views/AutocompleteSection.vue.d.ts +2 -0
- package/dist/Views/BadgeSection.vue.d.ts +2 -0
- package/dist/Views/ButtonsSection.vue.d.ts +2 -0
- package/dist/Views/CardSection.vue.d.ts +2 -0
- package/dist/Views/CheckboxSection.vue.d.ts +6 -0
- package/dist/Views/DropdownSection.vue.d.ts +35 -0
- package/dist/Views/ModalSection.vue.d.ts +4 -0
- package/dist/Views/PaginationSection.vue.d.ts +2 -0
- package/dist/Views/PaperSection.vue.d.ts +2 -0
- package/dist/Views/RadioSection.vue.d.ts +9 -0
- package/dist/Views/SliderSection.vue.d.ts +9 -0
- package/dist/Views/SnackbarSection.vue.d.ts +2 -0
- package/dist/Views/TabSection.vue.d.ts +2 -0
- package/dist/Views/TextInputSection.vue.d.ts +2 -0
- package/dist/Views/TextareaSection.vue.d.ts +6 -0
- package/dist/Views/ToggleSection.vue.d.ts +2 -0
- package/dist/Views/TooltipSection.vue.d.ts +2 -0
- package/dist/Views/UiKitSidebar.vue.d.ts +18 -0
- package/dist/Views/UploadBtnSection.vue.d.ts +2 -0
- package/dist/Views/WikicasaUiKit.vue.d.ts +19 -0
- package/dist/components/HelloWorld.vue.d.ts +2 -0
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +8 -8
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +11 -11
- package/dist/components/Pera.vue.d.ts +14 -0
- package/dist/components/base/BaseEmptyButton.vue.d.ts +35 -0
- package/dist/components/base/StaticSpinner.vue.d.ts +23 -0
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +13 -13
- package/dist/components/input/TripleSelect.vue.d.ts +26 -0
- package/dist/components/insert/QualityScore.vue.d.ts +16 -0
- package/dist/components.js +1 -1
- package/dist/components.umd.cjs +5 -5
- package/dist/{index-BtxYTF3f.js → index-1oh628Cu.js} +2 -2
- package/dist/{index-BZnZUpib.js → index-BYiujdKM.js} +389 -389
- package/dist/index.d.ts +33 -32
- package/dist/stories/Button.stories.d.ts +6 -6
- package/dist/stories/Button.vue.d.ts +64 -0
- package/dist/stories/Header.vue.d.ts +28 -0
- package/dist/stories/Page.vue.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
lazyLoadIcon?: boolean | undefined;
|
|
3
3
|
btnClass?: string | undefined;
|
|
4
4
|
iconName?: string | undefined;
|
|
@@ -20,9 +20,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
click: (e: Event) => void;
|
|
23
|
-
mouseout: (e: Event) => void;
|
|
24
23
|
mouseover: (e: Event) => void;
|
|
25
|
-
|
|
24
|
+
mouseout: (e: Event) => void;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
26
26
|
lazyLoadIcon?: boolean | undefined;
|
|
27
27
|
btnClass?: string | undefined;
|
|
28
28
|
iconName?: string | undefined;
|
|
@@ -44,18 +44,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
}>>> & {
|
|
46
46
|
onClick?: ((e: Event) => any) | undefined;
|
|
47
|
-
onMouseout?: ((e: Event) => any) | undefined;
|
|
48
47
|
onMouseover?: ((e: Event) => any) | undefined;
|
|
48
|
+
onMouseout?: ((e: Event) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
disabled: boolean;
|
|
51
|
-
iconName: string;
|
|
52
|
-
iconClass: string;
|
|
53
50
|
lazyLoadIcon: boolean;
|
|
54
51
|
btnClass: string;
|
|
52
|
+
iconName: string;
|
|
55
53
|
iconNameHovering: string;
|
|
54
|
+
iconClass: string;
|
|
56
55
|
isEmpty: boolean;
|
|
57
56
|
keepActive: boolean;
|
|
58
57
|
isLoading: boolean;
|
|
58
|
+
disabled: boolean;
|
|
59
59
|
}, {}>, {
|
|
60
60
|
default?(_: {
|
|
61
61
|
hover: boolean;
|
|
@@ -63,15 +63,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
63
63
|
spinner?(_: {}): any;
|
|
64
64
|
}>;
|
|
65
65
|
export default _default;
|
|
66
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
68
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
69
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
70
|
-
} : {
|
|
71
|
-
type: import('vue').PropType<T[K]>;
|
|
72
|
-
required: true;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
66
|
type __VLS_WithDefaults<P, D> = {
|
|
76
67
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
77
68
|
default: D[K];
|
|
@@ -85,3 +76,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
85
76
|
$slots: S;
|
|
86
77
|
};
|
|
87
78
|
};
|
|
79
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
80
|
+
type __VLS_TypePropsToOption<T> = {
|
|
81
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
82
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
83
|
+
} : {
|
|
84
|
+
type: import('vue').PropType<T[K]>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
3
3
|
}>, {
|
|
4
4
|
type: string;
|
|
5
5
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
click: () => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
8
|
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
type: string;
|
|
@@ -17,15 +17,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
"card-description"?(_: {}): any;
|
|
18
18
|
}>;
|
|
19
19
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
20
|
type __VLS_WithDefaults<P, D> = {
|
|
30
21
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
22
|
default: D[K];
|
|
@@ -39,3 +30,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
39
30
|
$slots: S;
|
|
40
31
|
};
|
|
41
32
|
};
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToOption<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -74,9 +74,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
}>> & {
|
|
75
75
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
mode: "mobile";
|
|
78
|
-
modelValue: string;
|
|
79
77
|
type: "full" | "padded";
|
|
78
|
+
modelValue: string;
|
|
79
|
+
mode: "mobile";
|
|
80
80
|
btnBgColor: "uikit-bg-w-black" | "uikit-bg-w-primary" | "uikit-bg-w-secondary" | "uikit-bg-w-dark-primary" | "uikit-bg-w-lavender-bordered" | "uikit-bg-w-cultured-bordered" | "uikit-bg-w-carbon" | "uikit-bg-w-gray" | "uikit-bg-w-warning" | "uikit-bg-w-danger" | "uikit-bg-facile";
|
|
81
81
|
borderContainerColor: "uikit-border-w-primary";
|
|
82
82
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
id?: string | undefined;
|
|
3
3
|
dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
|
|
4
4
|
containerDropdownClasses?: string | undefined;
|
|
@@ -8,13 +8,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
withArrowIcon?: boolean | undefined;
|
|
9
9
|
btnLabel?: string | undefined;
|
|
10
10
|
labelClasses?: string | undefined;
|
|
11
|
-
direction?: "
|
|
11
|
+
direction?: "down" | "up" | undefined;
|
|
12
12
|
arrowWidth?: number | undefined;
|
|
13
13
|
isAbsolute?: boolean | undefined;
|
|
14
14
|
openDropdown?: boolean | undefined;
|
|
15
15
|
closeWhenClickedOutside?: boolean | undefined;
|
|
16
16
|
dropdownElement?: "div" | "ul" | undefined;
|
|
17
|
-
keepState?: "" | "
|
|
17
|
+
keepState?: "" | "closed" | "opened" | undefined;
|
|
18
18
|
}>, {
|
|
19
19
|
id: string;
|
|
20
20
|
containerDropdownClasses: string;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
35
35
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
click: () => void;
|
|
37
37
|
"update:dropdownState": (args_0: boolean) => void;
|
|
38
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
38
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
39
39
|
id?: string | undefined;
|
|
40
40
|
dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
|
|
41
41
|
containerDropdownClasses?: string | undefined;
|
|
@@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
45
45
|
withArrowIcon?: boolean | undefined;
|
|
46
46
|
btnLabel?: string | undefined;
|
|
47
47
|
labelClasses?: string | undefined;
|
|
48
|
-
direction?: "
|
|
48
|
+
direction?: "down" | "up" | undefined;
|
|
49
49
|
arrowWidth?: number | undefined;
|
|
50
50
|
isAbsolute?: boolean | undefined;
|
|
51
51
|
openDropdown?: boolean | undefined;
|
|
52
52
|
closeWhenClickedOutside?: boolean | undefined;
|
|
53
53
|
dropdownElement?: "div" | "ul" | undefined;
|
|
54
|
-
keepState?: "" | "
|
|
54
|
+
keepState?: "" | "closed" | "opened" | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
id: string;
|
|
57
57
|
containerDropdownClasses: string;
|
|
@@ -74,7 +74,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
74
74
|
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
id: string;
|
|
77
|
-
|
|
77
|
+
arrowWidth: number;
|
|
78
|
+
keepState: "" | "closed" | "opened";
|
|
78
79
|
iconName: string;
|
|
79
80
|
dropdownClasses: string | string[] | (string | Record<string, boolean>)[];
|
|
80
81
|
containerDropdownClasses: string;
|
|
@@ -82,13 +83,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
82
83
|
btnClasses: string;
|
|
83
84
|
withArrowIcon: boolean;
|
|
84
85
|
btnLabel: string;
|
|
85
|
-
|
|
86
|
-
|
|
86
|
+
labelClasses: string;
|
|
87
|
+
direction: "down" | "up";
|
|
87
88
|
isAbsolute: boolean;
|
|
88
89
|
openDropdown: boolean;
|
|
89
90
|
closeWhenClickedOutside: boolean;
|
|
90
91
|
dropdownElement: "div" | "ul";
|
|
91
|
-
keepState: "" | "opened" | "closed";
|
|
92
92
|
}, {}>, {
|
|
93
93
|
btn_slot?(_: {
|
|
94
94
|
toggleDropdown: () => void;
|
|
@@ -99,15 +99,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
99
|
}): any;
|
|
100
100
|
}>;
|
|
101
101
|
export default _default;
|
|
102
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
103
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
104
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
105
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
106
|
-
} : {
|
|
107
|
-
type: import('vue').PropType<T[K]>;
|
|
108
|
-
required: true;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
102
|
type __VLS_WithDefaults<P, D> = {
|
|
112
103
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
113
104
|
default: D[K];
|
|
@@ -121,3 +112,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
121
112
|
$slots: S;
|
|
122
113
|
};
|
|
123
114
|
};
|
|
115
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
116
|
+
type __VLS_TypePropsToOption<T> = {
|
|
117
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
118
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
119
|
+
} : {
|
|
120
|
+
type: import('vue').PropType<T[K]>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
@@ -41,10 +41,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
}>>, {
|
|
44
|
+
iconName: string;
|
|
45
|
+
iconClass: string;
|
|
44
46
|
lazyLoading: boolean;
|
|
45
47
|
altAttribute: string;
|
|
46
|
-
iconName: string;
|
|
47
48
|
iconType: "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "icon-xxl";
|
|
48
|
-
iconClass: string;
|
|
49
49
|
}, {}>;
|
|
50
50
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Nullable, FeedbackLabels } from "@wikicasa-dev/types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
inputClass: {
|
|
4
|
-
type: (
|
|
4
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
5
5
|
required: false;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
@@ -72,9 +72,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
handleClick(e: Event): void;
|
|
73
73
|
handleClean(): void;
|
|
74
74
|
handleShowPasswd(): void;
|
|
75
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
75
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue" | "keydown-enter-pressed" | "focusin" | "focusout" | "keydown")[], "click" | "update:modelValue" | "keydown-enter-pressed" | "focusin" | "focusout" | "keydown", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
76
|
inputClass: {
|
|
77
|
-
type: (
|
|
77
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
78
78
|
required: false;
|
|
79
79
|
default: string;
|
|
80
80
|
};
|
|
@@ -120,19 +120,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
default: null;
|
|
121
121
|
};
|
|
122
122
|
}>> & {
|
|
123
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
124
123
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
125
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
126
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
127
124
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
128
125
|
"onKeydown-enter-pressed"?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
|
+
border: boolean;
|
|
130
131
|
isValid: Nullable<boolean>;
|
|
131
132
|
labelText: string;
|
|
132
133
|
keepFloatingLabel: boolean;
|
|
133
134
|
inputClass: string | unknown[];
|
|
134
135
|
inputType: "select" | "text-input";
|
|
135
|
-
border: boolean;
|
|
136
136
|
radius: boolean;
|
|
137
137
|
auto: boolean;
|
|
138
138
|
formatter: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
label?: string | undefined;
|
|
3
3
|
active?: boolean | undefined;
|
|
4
4
|
idx?: number | undefined;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
9
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
click: (args_0: number) => void;
|
|
11
11
|
mouseover: (args_0: number) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
13
|
label?: string | undefined;
|
|
14
14
|
active?: boolean | undefined;
|
|
15
15
|
idx?: number | undefined;
|
|
@@ -21,24 +21,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
onClick?: ((args_0: number) => any) | undefined;
|
|
22
22
|
onMouseover?: ((args_0: number) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
|
+
active: boolean;
|
|
24
25
|
label: string;
|
|
25
26
|
idx: number;
|
|
26
|
-
active: boolean;
|
|
27
27
|
}, {}>, {
|
|
28
28
|
default?(_: {
|
|
29
29
|
itemIdx: number;
|
|
30
30
|
}): any;
|
|
31
31
|
}>;
|
|
32
32
|
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
33
|
type __VLS_WithDefaults<P, D> = {
|
|
43
34
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
35
|
default: D[K];
|
|
@@ -52,3 +43,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
52
43
|
$slots: S;
|
|
53
44
|
};
|
|
54
45
|
};
|
|
46
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
+
type __VLS_TypePropsToOption<T> = {
|
|
48
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
+
} : {
|
|
51
|
+
type: import('vue').PropType<T[K]>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Action, Nullable, SnackbarTypes } from "@wikicasa-dev/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
type?: SnackbarTypes | undefined;
|
|
4
|
+
title: string;
|
|
5
|
+
body: string;
|
|
6
|
+
icon?: {
|
|
7
|
+
src: string;
|
|
8
|
+
alt: string;
|
|
9
|
+
} | undefined;
|
|
10
|
+
timeout?: number | undefined;
|
|
11
|
+
cb?: Nullable<Action> | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
type: string;
|
|
14
|
+
timeout: number;
|
|
15
|
+
cb: null;
|
|
16
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"snackbar-hidden": () => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
19
|
+
type?: SnackbarTypes | undefined;
|
|
20
|
+
title: string;
|
|
21
|
+
body: string;
|
|
22
|
+
icon?: {
|
|
23
|
+
src: string;
|
|
24
|
+
alt: string;
|
|
25
|
+
} | undefined;
|
|
26
|
+
timeout?: number | undefined;
|
|
27
|
+
cb?: Nullable<Action> | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
type: string;
|
|
30
|
+
timeout: number;
|
|
31
|
+
cb: null;
|
|
32
|
+
}>>> & {
|
|
33
|
+
"onSnackbar-hidden"?: (() => any) | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
type: SnackbarTypes;
|
|
36
|
+
timeout: number;
|
|
37
|
+
cb: Nullable<Action>;
|
|
38
|
+
}, {}>;
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_WithDefaults<P, D> = {
|
|
41
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
+
default: D[K];
|
|
43
|
+
}> : P[K];
|
|
44
|
+
};
|
|
45
|
+
type __VLS_Prettify<T> = {
|
|
46
|
+
[K in keyof T]: T[K];
|
|
47
|
+
} & {};
|
|
48
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
|
+
type __VLS_TypePropsToOption<T> = {
|
|
50
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
51
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
52
|
+
} : {
|
|
53
|
+
type: import('vue').PropType<T[K]>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
disableTextarea(): void;
|
|
42
42
|
clearTextareaElem(): void;
|
|
43
43
|
disableAndFocusTextarea(): void;
|
|
44
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
44
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
labelText: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -69,14 +69,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
}>> & {
|
|
72
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
72
73
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
73
74
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
74
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
resize: boolean;
|
|
77
76
|
isValid: Nullable<boolean>;
|
|
78
77
|
labelText: string;
|
|
79
78
|
textAreaStyle: string;
|
|
80
79
|
isDisabled: boolean;
|
|
80
|
+
resize: boolean;
|
|
81
81
|
}, {}>;
|
|
82
82
|
export default _default;
|
|
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
}>>, {
|
|
48
|
-
direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
49
48
|
theme: {
|
|
50
49
|
color: "blue" | "white";
|
|
51
50
|
size: "sm" | "md" | "lg";
|
|
52
51
|
};
|
|
52
|
+
direction: "bottom" | "top" | "left" | "right" | "top-center" | "bottom-center";
|
|
53
53
|
customTooltipClass: "mail-alert";
|
|
54
54
|
showTooltipContentManually: boolean;
|
|
55
55
|
}, {}>;
|
|
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
onCleared?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
onUploaded?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
labelText: string;
|
|
34
33
|
clear: boolean;
|
|
34
|
+
labelText: string;
|
|
35
35
|
withMargin: boolean;
|
|
36
36
|
}, {}>;
|
|
37
37
|
export default _default;
|
|
@@ -4,7 +4,7 @@ type EventPayload = {
|
|
|
4
4
|
label: string | number;
|
|
5
5
|
checked: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
8
|
id: string | number;
|
|
9
9
|
inputClass?: string | undefined;
|
|
10
10
|
inline?: boolean | undefined;
|
|
@@ -26,10 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
26
26
|
containerClass: string;
|
|
27
27
|
handleLabelClick: boolean;
|
|
28
28
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
|
-
change: (args_0: EventPayload) => void;
|
|
30
29
|
click: () => void;
|
|
31
30
|
"update:modelValue": (args_0: boolean) => void;
|
|
32
|
-
|
|
31
|
+
change: (args_0: EventPayload) => void;
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
33
33
|
id: string | number;
|
|
34
34
|
inputClass?: string | undefined;
|
|
35
35
|
inline?: boolean | undefined;
|
|
@@ -51,13 +51,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
51
|
containerClass: string;
|
|
52
52
|
handleLabelClick: boolean;
|
|
53
53
|
}>>> & {
|
|
54
|
-
onChange?: ((args_0: EventPayload) => any) | undefined;
|
|
55
54
|
onClick?: (() => any) | undefined;
|
|
56
55
|
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
56
|
+
onChange?: ((args_0: EventPayload) => any) | undefined;
|
|
57
57
|
}, {
|
|
58
58
|
label: string | number;
|
|
59
|
-
modelValue: boolean;
|
|
60
59
|
isValid: Nullable<boolean>;
|
|
60
|
+
modelValue: boolean;
|
|
61
61
|
inputClass: string;
|
|
62
62
|
inline: boolean;
|
|
63
63
|
labelClass: string;
|
|
@@ -68,15 +68,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
68
|
label?(_: {}): any;
|
|
69
69
|
}>;
|
|
70
70
|
export default _default;
|
|
71
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
72
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
73
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
74
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
75
|
-
} : {
|
|
76
|
-
type: import('vue').PropType<T[K]>;
|
|
77
|
-
required: true;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
71
|
type __VLS_WithDefaults<P, D> = {
|
|
81
72
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
82
73
|
default: D[K];
|
|
@@ -90,3 +81,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
90
81
|
$slots: S;
|
|
91
82
|
};
|
|
92
83
|
};
|
|
84
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
85
|
+
type __VLS_TypePropsToOption<T> = {
|
|
86
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
87
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
88
|
+
} : {
|
|
89
|
+
type: import('vue').PropType<T[K]>;
|
|
90
|
+
required: true;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CheckboxButtonType, GetterIdType } from "@wikicasa-dev/types";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
3
|
valuesObj?: Record<string, CheckboxButtonType> | undefined;
|
|
4
4
|
formCheckInline?: boolean | undefined;
|
|
5
5
|
customClass?: string | undefined;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
"update:modelValue": (args_0: CheckboxButtonType[]) => void;
|
|
20
20
|
resetted: () => void;
|
|
21
21
|
checkedGroup: (args_0: string) => void;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
23
23
|
valuesObj?: Record<string, CheckboxButtonType> | undefined;
|
|
24
24
|
formCheckInline?: boolean | undefined;
|
|
25
25
|
customClass?: string | undefined;
|
|
@@ -40,10 +40,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
40
40
|
onResetted?: (() => any) | undefined;
|
|
41
41
|
onCheckedGroup?: ((args_0: string) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
reset: boolean;
|
|
44
43
|
valuesObj: Record<string, CheckboxButtonType>;
|
|
45
44
|
formCheckInline: boolean;
|
|
46
45
|
customClass: string;
|
|
46
|
+
reset: boolean;
|
|
47
47
|
autoCheckResetAll: boolean;
|
|
48
48
|
autoCheckResetEmpty: boolean;
|
|
49
49
|
getKey: GetterIdType;
|
|
@@ -54,15 +54,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
54
54
|
}): any;
|
|
55
55
|
}>;
|
|
56
56
|
export default _default;
|
|
57
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
60
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
61
|
-
} : {
|
|
62
|
-
type: import('vue').PropType<T[K]>;
|
|
63
|
-
required: true;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
57
|
type __VLS_WithDefaults<P, D> = {
|
|
67
58
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
68
59
|
default: D[K];
|
|
@@ -76,3 +67,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
76
67
|
$slots: S;
|
|
77
68
|
};
|
|
78
69
|
};
|
|
70
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
71
|
+
type __VLS_TypePropsToOption<T> = {
|
|
72
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
73
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
74
|
+
} : {
|
|
75
|
+
type: import('vue').PropType<T[K]>;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
@@ -1,29 +1,20 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
thickness?: number | undefined;
|
|
3
3
|
color?: "uikit-stroke-black" | "uikit-stroke-white" | undefined;
|
|
4
4
|
}>, {
|
|
5
5
|
thickness: number;
|
|
6
6
|
color: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
8
|
thickness?: number | undefined;
|
|
9
9
|
color?: "uikit-stroke-black" | "uikit-stroke-white" | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
thickness: number;
|
|
12
12
|
color: string;
|
|
13
13
|
}>>>, {
|
|
14
|
-
color: "uikit-stroke-black" | "uikit-stroke-white";
|
|
15
14
|
thickness: number;
|
|
15
|
+
color: "uikit-stroke-black" | "uikit-stroke-white";
|
|
16
16
|
}, {}>;
|
|
17
17
|
export default _default;
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
18
|
type __VLS_WithDefaults<P, D> = {
|
|
28
19
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
20
|
default: D[K];
|
|
@@ -32,3 +23,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
32
23
|
type __VLS_Prettify<T> = {
|
|
33
24
|
[K in keyof T]: T[K];
|
|
34
25
|
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
+
firstCheckboxValue: never[];
|
|
3
|
+
singleCheckbox: boolean;
|
|
4
|
+
singleCheckbox2: boolean;
|
|
5
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
6
|
+
export default _default;
|