@wikicasa-dev/components 0.1.4 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -11
- package/dist/BaseSnackbar-BiEYmHwi.js +78 -0
- package/dist/components.js +31 -6899
- package/dist/components.umd.cjs +30 -12
- package/dist/main-hMfaViVU.js +8193 -0
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/UIKit/AccessibleSelect.vue.d.ts +74 -0
- package/dist/src/UIKit/Accordion/BaseAccordion.vue.d.ts +45 -0
- package/dist/src/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +59 -0
- package/dist/src/UIKit/Accordion/BaseAccordionContent.vue.d.ts +29 -0
- package/dist/src/UIKit/Accordion/BaseAccordionItem.vue.d.ts +71 -0
- package/dist/src/UIKit/BaseAlert.vue.d.ts +41 -0
- package/dist/src/UIKit/BaseAutocomplete.vue.d.ts +109 -0
- package/dist/src/UIKit/BaseBadge.vue.d.ts +36 -0
- package/dist/src/UIKit/BaseBtModal.vue.d.ts +172 -0
- package/dist/src/UIKit/BaseButton.vue.d.ts +87 -0
- package/dist/src/UIKit/BaseCard.vue.d.ts +41 -0
- package/dist/{UIKit → src/UIKit}/BaseComplexToggle.vue.d.ts +2 -2
- package/dist/src/UIKit/BaseDropDown.vue.d.ts +123 -0
- package/dist/{UIKit → src/UIKit}/BaseFloatingLabel.vue.d.ts +4 -4
- package/dist/{UIKit → src/UIKit}/BaseIcon.vue.d.ts +1 -3
- package/dist/{UIKit → src/UIKit}/BaseInput.vue.d.ts +16 -6
- package/dist/{UIKit → src/UIKit}/BaseNavItem.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BasePagination.vue.d.ts +2 -4
- package/dist/src/UIKit/BasePaper.vue.d.ts +2 -0
- package/dist/src/UIKit/BaseSelect/SelectItem.vue.d.ts +54 -0
- package/dist/{UIKit → src/UIKit}/BaseSlider.vue.d.ts +4 -4
- package/dist/src/UIKit/BaseSnackbar.vue.d.ts +56 -0
- package/dist/{UIKit → src/UIKit}/BaseTab.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BaseTextarea.vue.d.ts +4 -4
- package/dist/{UIKit → src/UIKit}/BaseToggle.vue.d.ts +1 -1
- package/dist/{UIKit → src/UIKit}/BaseTooltip.vue.d.ts +2 -2
- package/dist/{UIKit → src/UIKit}/BaseUploadFile.vue.d.ts +1 -1
- package/dist/src/UIKit/Checkbox/CheckboxBtn.vue.d.ts +92 -0
- package/dist/src/UIKit/Checkbox/CheckboxGroup.vue.d.ts +78 -0
- package/dist/{UIKit → src/UIKit}/Radio/RadioButton.vue.d.ts +3 -3
- package/dist/{UIKit → src/UIKit}/Radio/RadioGroup.vue.d.ts +3 -2
- package/dist/src/UIKit/StaticSpinner.vue.d.ts +34 -0
- package/dist/src/Views/AccordionSection.vue.d.ts +2 -0
- package/dist/src/Views/AlertSection.vue.d.ts +2 -0
- package/dist/src/Views/AutocompleteSection.vue.d.ts +2 -0
- package/dist/src/Views/BadgeSection.vue.d.ts +2 -0
- package/dist/src/Views/ButtonsSection.vue.d.ts +2 -0
- package/dist/src/Views/CardSection.vue.d.ts +2 -0
- package/dist/src/Views/CheckboxSection.vue.d.ts +6 -0
- package/dist/src/Views/DropdownSection.vue.d.ts +35 -0
- package/dist/src/Views/ModalSection.vue.d.ts +4 -0
- package/dist/src/Views/PaginationSection.vue.d.ts +2 -0
- package/dist/src/Views/PaperSection.vue.d.ts +2 -0
- package/dist/src/Views/RadioSection.vue.d.ts +9 -0
- package/dist/src/Views/SliderSection.vue.d.ts +9 -0
- package/dist/src/Views/SnackbarSection.vue.d.ts +2 -0
- package/dist/src/Views/TabSection.vue.d.ts +2 -0
- package/dist/src/Views/TextInputSection.vue.d.ts +2 -0
- package/dist/src/Views/TextareaSection.vue.d.ts +6 -0
- package/dist/src/Views/ToggleSection.vue.d.ts +2 -0
- package/dist/src/Views/TooltipSection.vue.d.ts +2 -0
- package/dist/src/Views/UiKitSidebar.vue.d.ts +18 -0
- package/dist/src/Views/UploadBtnSection.vue.d.ts +2 -0
- package/dist/src/Views/WikicasaUiKit.vue.d.ts +19 -0
- package/dist/src/composables/useBreakpoints.d.ts +10 -0
- package/dist/{composables → src/composables}/useFloatingLabel.d.ts +1 -1
- package/dist/src/composables/useKeyboardController.d.ts +11 -0
- package/dist/{main.d.ts → src/main.d.ts} +12 -12
- package/dist/{stories → src/stories}/Button.stories.d.ts +2 -2
- package/dist/{stories → src/stories}/Header.stories.d.ts +3 -3
- package/dist/{stories → src/stories}/Page.stories.d.ts +3 -3
- package/dist/src/svgIcons/AboutUsIcon.d.ts +3 -0
- package/dist/src/svgIcons/ArrowIcon.d.ts +3 -0
- package/dist/src/svgIcons/BarChartIcon.d.ts +3 -0
- package/dist/src/svgIcons/BellIcon.d.ts +3 -0
- package/dist/src/svgIcons/BulbIcon.d.ts +3 -0
- package/dist/src/svgIcons/CloseIcon.d.ts +3 -0
- package/dist/src/svgIcons/DefaultValues.d.ts +8 -0
- package/dist/src/svgIcons/DeleteIcon.d.ts +3 -0
- package/dist/src/svgIcons/DrawIcon.d.ts +3 -0
- package/dist/src/svgIcons/GermanyFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/HeartIcon.d.ts +3 -0
- package/dist/src/svgIcons/HidePswIcon.d.ts +3 -0
- package/dist/src/svgIcons/ItalyFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/LocationIcon.d.ts +3 -0
- package/dist/src/svgIcons/LogoutIcon.d.ts +3 -0
- package/dist/src/svgIcons/MailIcon.d.ts +3 -0
- package/dist/src/svgIcons/MapIcon.d.ts +3 -0
- package/dist/src/svgIcons/NewsIcon.d.ts +3 -0
- package/dist/src/svgIcons/NotesIcon.d.ts +3 -0
- package/dist/src/svgIcons/PhoneIcon.d.ts +3 -0
- package/dist/src/svgIcons/PhotoIcon.d.ts +3 -0
- package/dist/src/svgIcons/PinIcon.d.ts +3 -0
- package/dist/src/svgIcons/PlanIcon.d.ts +3 -0
- package/dist/src/svgIcons/PlusIcon.d.ts +3 -0
- package/dist/src/svgIcons/PrestigeIcon.d.ts +3 -0
- package/dist/src/svgIcons/PrintIcon.d.ts +3 -0
- package/dist/src/svgIcons/ProfileIcon.d.ts +3 -0
- package/dist/src/svgIcons/QuotesIcon.d.ts +3 -0
- package/dist/src/svgIcons/RequestIcon.d.ts +3 -0
- package/dist/src/svgIcons/SearchIcon.d.ts +3 -0
- package/dist/src/svgIcons/ShareIcon.d.ts +3 -0
- package/dist/src/svgIcons/SuitcaseIcon.d.ts +3 -0
- package/dist/src/svgIcons/TieIcon.d.ts +3 -0
- package/dist/src/svgIcons/TourIcon.d.ts +3 -0
- package/dist/src/svgIcons/UkFlagIcon.d.ts +3 -0
- package/dist/src/svgIcons/ValuationIcon.d.ts +3 -0
- package/dist/src/svgIcons/VideoIcon.d.ts +3 -0
- package/dist/src/svgIcons/ViewPswIcon.d.ts +3 -0
- package/dist/src/svgIcons/WarningIcon.d.ts +3 -0
- package/dist/src/svgIcons/WarningIconRounded.d.ts +3 -0
- package/dist/src/svgIcons/WikiNerdIcon.d.ts +3 -0
- package/dist/src/svgIcons/WkAppIcon.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +35 -30
- package/dist/App.vue.d.ts +0 -2
- package/dist/UIKit/BaseAccordion.vue.d.ts +0 -25
- package/dist/UIKit/BaseAlert.vue.d.ts +0 -16
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +0 -103
- package/dist/UIKit/BaseBadge.vue.d.ts +0 -14
- package/dist/UIKit/BaseButton.stories.d.ts +0 -10
- package/dist/UIKit/BaseButton.vue.d.ts +0 -90
- package/dist/UIKit/BaseCloseButton.vue.d.ts +0 -2
- package/dist/UIKit/BaseDropDown.vue.d.ts +0 -78
- package/dist/UIKit/BaseInput.stories.d.ts +0 -6
- package/dist/UIKit/BasePaper.vue.d.ts +0 -2
- package/dist/UIKit/BaseSearchBox.vue.d.ts +0 -4
- package/dist/UIKit/BaseSelect.vue.d.ts +0 -150
- package/dist/UIKit/BaseToggle.stories.d.ts +0 -7
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +0 -101
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +0 -55
- package/dist/components/HelloWorld.vue.d.ts +0 -2
- package/dist/components/base/StaticSpinner.vue.d.ts +0 -23
- /package/dist/{components → src/components}/Pera.stories.d.ts +0 -0
- /package/dist/{components → src/components}/base/BaseEmptyButton.stories.d.ts +0 -0
- /package/dist/{components → src/components}/base/StaticSpinner.stories.d.ts +0 -0
- /package/dist/{components → src/components}/input/TripleSelect.stories.d.ts +0 -0
- /package/dist/{components → src/components}/insert/QualityScore.stories.d.ts +0 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
lazyLoadIcon?: boolean | undefined;
|
|
3
|
+
btnClass?: string | undefined;
|
|
4
|
+
iconName?: string | undefined;
|
|
5
|
+
iconNameHovering?: string | undefined;
|
|
6
|
+
iconClass?: string | undefined;
|
|
7
|
+
isEmpty?: boolean | undefined;
|
|
8
|
+
keepActive?: boolean | undefined;
|
|
9
|
+
isLoading?: boolean | undefined;
|
|
10
|
+
disabled?: boolean | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
lazyLoadIcon: boolean;
|
|
13
|
+
btnClass: string;
|
|
14
|
+
iconName: string;
|
|
15
|
+
iconNameHovering: string;
|
|
16
|
+
iconClass: string;
|
|
17
|
+
isEmpty: boolean;
|
|
18
|
+
keepActive: boolean;
|
|
19
|
+
isLoading: boolean;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
click: (e: Event) => void;
|
|
23
|
+
mouseout: (e: Event) => void;
|
|
24
|
+
mouseover: (e: Event) => void;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
+
lazyLoadIcon?: boolean | undefined;
|
|
27
|
+
btnClass?: string | undefined;
|
|
28
|
+
iconName?: string | undefined;
|
|
29
|
+
iconNameHovering?: string | undefined;
|
|
30
|
+
iconClass?: string | undefined;
|
|
31
|
+
isEmpty?: boolean | undefined;
|
|
32
|
+
keepActive?: boolean | undefined;
|
|
33
|
+
isLoading?: boolean | undefined;
|
|
34
|
+
disabled?: boolean | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
lazyLoadIcon: boolean;
|
|
37
|
+
btnClass: string;
|
|
38
|
+
iconName: string;
|
|
39
|
+
iconNameHovering: string;
|
|
40
|
+
iconClass: string;
|
|
41
|
+
isEmpty: boolean;
|
|
42
|
+
keepActive: boolean;
|
|
43
|
+
isLoading: boolean;
|
|
44
|
+
disabled: boolean;
|
|
45
|
+
}>>> & {
|
|
46
|
+
onClick?: ((e: Event) => any) | undefined;
|
|
47
|
+
onMouseout?: ((e: Event) => any) | undefined;
|
|
48
|
+
onMouseover?: ((e: Event) => any) | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
iconName: string;
|
|
52
|
+
iconClass: string;
|
|
53
|
+
lazyLoadIcon: boolean;
|
|
54
|
+
btnClass: string;
|
|
55
|
+
iconNameHovering: string;
|
|
56
|
+
isEmpty: boolean;
|
|
57
|
+
keepActive: boolean;
|
|
58
|
+
isLoading: boolean;
|
|
59
|
+
}, {}>, {
|
|
60
|
+
default?(_: {
|
|
61
|
+
hover: boolean;
|
|
62
|
+
}): any;
|
|
63
|
+
spinner?(_: {}): any;
|
|
64
|
+
}>;
|
|
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
|
+
type __VLS_WithDefaults<P, D> = {
|
|
76
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
77
|
+
default: D[K];
|
|
78
|
+
}> : P[K];
|
|
79
|
+
};
|
|
80
|
+
type __VLS_Prettify<T> = {
|
|
81
|
+
[K in keyof T]: T[K];
|
|
82
|
+
} & {};
|
|
83
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
|
+
new (): {
|
|
85
|
+
$slots: S;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
3
|
+
}>, {
|
|
4
|
+
type: string;
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
click: () => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
type?: "" | "map-card" | "vertical" | "news" | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
type: string;
|
|
11
|
+
}>>> & {
|
|
12
|
+
onClick?: (() => any) | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
type: "" | "map-card" | "vertical" | "news";
|
|
15
|
+
}, {}>, {
|
|
16
|
+
"card-image"?(_: {}): any;
|
|
17
|
+
"card-description"?(_: {}): any;
|
|
18
|
+
}>;
|
|
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
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
moveDynamicBgToRight(): void;
|
|
47
47
|
emitLeftLabel(): void;
|
|
48
48
|
emitRightLabel(): void;
|
|
49
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").
|
|
49
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
50
|
labels: {
|
|
51
51
|
type: () => ComplexToggleType;
|
|
52
52
|
required: true;
|
|
@@ -75,8 +75,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}, {
|
|
77
77
|
type: "full" | "padded";
|
|
78
|
-
modelValue: string;
|
|
79
78
|
mode: "mobile";
|
|
79
|
+
modelValue: string;
|
|
80
80
|
btnBgColor: "tw-bg-w-black" | "tw-bg-w-primary" | "tw-bg-w-secondary" | "tw-bg-w-dark-primary" | "tw-bg-w-lavender-bordered" | "tw-bg-w-cultured-bordered" | "tw-bg-w-carbon" | "tw-bg-w-gray" | "tw-bg-w-warning" | "tw-bg-w-danger" | "tw-bg-facile";
|
|
81
81
|
borderContainerColor: "tw-border-w-primary";
|
|
82
82
|
}, {}>;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
id?: string | undefined;
|
|
3
|
+
dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
|
|
4
|
+
containerDropdownClasses?: string | undefined;
|
|
5
|
+
iconName?: string | undefined;
|
|
6
|
+
iconClasses?: string | undefined;
|
|
7
|
+
btnClasses?: string | undefined;
|
|
8
|
+
withArrowIcon?: boolean | undefined;
|
|
9
|
+
btnLabel?: string | undefined;
|
|
10
|
+
labelClasses?: string | undefined;
|
|
11
|
+
direction?: "up" | "down" | undefined;
|
|
12
|
+
arrowWidth?: number | undefined;
|
|
13
|
+
isAbsolute?: boolean | undefined;
|
|
14
|
+
openDropdown?: boolean | undefined;
|
|
15
|
+
closeWhenClickedOutside?: boolean | undefined;
|
|
16
|
+
dropdownElement?: "div" | "ul" | undefined;
|
|
17
|
+
keepState?: "" | "opened" | "closed" | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
id: string;
|
|
20
|
+
containerDropdownClasses: string;
|
|
21
|
+
dropdownClasses: string;
|
|
22
|
+
iconClasses: string;
|
|
23
|
+
iconName: string;
|
|
24
|
+
btnClasses: string;
|
|
25
|
+
btnLabel: string;
|
|
26
|
+
labelClasses: string;
|
|
27
|
+
withArrowIcon: boolean;
|
|
28
|
+
direction: string;
|
|
29
|
+
openDropdown: boolean;
|
|
30
|
+
isAbsolute: boolean;
|
|
31
|
+
arrowWidth: number;
|
|
32
|
+
closeWhenClickedOutside: boolean;
|
|
33
|
+
dropdownElement: string;
|
|
34
|
+
keepState: string;
|
|
35
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
+
click: () => void;
|
|
37
|
+
"update:dropdownState": (args_0: boolean) => void;
|
|
38
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
39
|
+
id?: string | undefined;
|
|
40
|
+
dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
|
|
41
|
+
containerDropdownClasses?: string | undefined;
|
|
42
|
+
iconName?: string | undefined;
|
|
43
|
+
iconClasses?: string | undefined;
|
|
44
|
+
btnClasses?: string | undefined;
|
|
45
|
+
withArrowIcon?: boolean | undefined;
|
|
46
|
+
btnLabel?: string | undefined;
|
|
47
|
+
labelClasses?: string | undefined;
|
|
48
|
+
direction?: "up" | "down" | undefined;
|
|
49
|
+
arrowWidth?: number | undefined;
|
|
50
|
+
isAbsolute?: boolean | undefined;
|
|
51
|
+
openDropdown?: boolean | undefined;
|
|
52
|
+
closeWhenClickedOutside?: boolean | undefined;
|
|
53
|
+
dropdownElement?: "div" | "ul" | undefined;
|
|
54
|
+
keepState?: "" | "opened" | "closed" | undefined;
|
|
55
|
+
}>, {
|
|
56
|
+
id: string;
|
|
57
|
+
containerDropdownClasses: string;
|
|
58
|
+
dropdownClasses: string;
|
|
59
|
+
iconClasses: string;
|
|
60
|
+
iconName: string;
|
|
61
|
+
btnClasses: string;
|
|
62
|
+
btnLabel: string;
|
|
63
|
+
labelClasses: string;
|
|
64
|
+
withArrowIcon: boolean;
|
|
65
|
+
direction: string;
|
|
66
|
+
openDropdown: boolean;
|
|
67
|
+
isAbsolute: boolean;
|
|
68
|
+
arrowWidth: number;
|
|
69
|
+
closeWhenClickedOutside: boolean;
|
|
70
|
+
dropdownElement: string;
|
|
71
|
+
keepState: string;
|
|
72
|
+
}>>> & {
|
|
73
|
+
onClick?: (() => any) | undefined;
|
|
74
|
+
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
75
|
+
}, {
|
|
76
|
+
id: string;
|
|
77
|
+
labelClasses: string;
|
|
78
|
+
iconName: string;
|
|
79
|
+
dropdownClasses: string | string[] | (string | Record<string, boolean>)[];
|
|
80
|
+
containerDropdownClasses: string;
|
|
81
|
+
iconClasses: string;
|
|
82
|
+
btnClasses: string;
|
|
83
|
+
withArrowIcon: boolean;
|
|
84
|
+
btnLabel: string;
|
|
85
|
+
direction: "up" | "down";
|
|
86
|
+
arrowWidth: number;
|
|
87
|
+
isAbsolute: boolean;
|
|
88
|
+
openDropdown: boolean;
|
|
89
|
+
closeWhenClickedOutside: boolean;
|
|
90
|
+
dropdownElement: "div" | "ul";
|
|
91
|
+
keepState: "" | "opened" | "closed";
|
|
92
|
+
}, {}>, {
|
|
93
|
+
btn_slot?(_: {
|
|
94
|
+
toggleDropdown: () => void;
|
|
95
|
+
isOpen: boolean;
|
|
96
|
+
}): any;
|
|
97
|
+
default?(_: {
|
|
98
|
+
isOpen: boolean;
|
|
99
|
+
}): any;
|
|
100
|
+
}>;
|
|
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
|
+
type __VLS_WithDefaults<P, D> = {
|
|
112
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
113
|
+
default: D[K];
|
|
114
|
+
}> : P[K];
|
|
115
|
+
};
|
|
116
|
+
type __VLS_Prettify<T> = {
|
|
117
|
+
[K in keyof T]: T[K];
|
|
118
|
+
} & {};
|
|
119
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
|
+
new (): {
|
|
121
|
+
$slots: S;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
@@ -14,10 +14,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
disabled: {
|
|
17
|
-
type: (
|
|
17
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
20
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
labelState: {
|
|
22
22
|
type: () => LabelState;
|
|
23
23
|
default: () => LabelState;
|
|
@@ -31,14 +31,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
required: true;
|
|
32
32
|
};
|
|
33
33
|
disabled: {
|
|
34
|
-
type: (
|
|
34
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
}>> & {
|
|
38
38
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
}, {
|
|
40
|
-
labelState: LabelState;
|
|
41
40
|
isValid: Nullable<boolean>;
|
|
42
41
|
disabled: string | boolean;
|
|
42
|
+
labelState: LabelState;
|
|
43
43
|
}, {}>;
|
|
44
44
|
export default _default;
|
|
@@ -19,9 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
}, unknown, unknown, {
|
|
23
|
-
cdn(): string;
|
|
24
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
23
|
lazyLoading: {
|
|
26
24
|
type: BooleanConstructor;
|
|
27
25
|
default: boolean;
|
|
@@ -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: (ArrayConstructor | StringConstructor)[];
|
|
5
5
|
required: false;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
@@ -17,6 +17,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
type: BooleanConstructor;
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
|
+
radius: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
20
24
|
modelValue: {
|
|
21
25
|
type: (StringConstructor | NumberConstructor)[];
|
|
22
26
|
};
|
|
@@ -43,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
47
|
default: null;
|
|
44
48
|
};
|
|
45
49
|
}, {
|
|
46
|
-
labelState: import("vue").Ref<LabelState>;
|
|
50
|
+
labelState: import("vue").Ref<import("@wikicasa-dev/types").LabelState>;
|
|
47
51
|
setInitialLabelState: <T>(value: T) => void;
|
|
48
52
|
handleFocusIn: (autoFloating?: boolean | undefined) => void;
|
|
49
53
|
handleFocusOut: <T_1>(value: T_1, manual?: boolean | undefined, auto?: boolean | undefined) => void;
|
|
@@ -55,8 +59,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
59
|
pointerDownListener: (e: Event) => void;
|
|
56
60
|
}, {
|
|
57
61
|
passwordIcon(): Nullable<HTMLElement>;
|
|
58
|
-
inputEl(): HTMLInputElement;
|
|
59
62
|
}, {
|
|
63
|
+
select(): void;
|
|
60
64
|
/**
|
|
61
65
|
* Prevents the default behaviour of pointerout so the clicked element won't make lose the focus to the input element
|
|
62
66
|
* */
|
|
@@ -67,10 +71,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
71
|
handleInputChange({ target }: Event): void;
|
|
68
72
|
handleClick(e: Event): void;
|
|
69
73
|
handleClean(): void;
|
|
70
|
-
handleShowPasswd(
|
|
71
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
74
|
+
handleShowPasswd(): void;
|
|
75
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "click" | "focusin" | "focusout" | "update:modelValue" | "keydown-enter-pressed")[], "keydown" | "click" | "focusin" | "focusout" | "update:modelValue" | "keydown-enter-pressed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
76
|
inputClass: {
|
|
73
|
-
type: (
|
|
77
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
74
78
|
required: false;
|
|
75
79
|
default: string;
|
|
76
80
|
};
|
|
@@ -86,6 +90,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
90
|
type: BooleanConstructor;
|
|
87
91
|
default: boolean;
|
|
88
92
|
};
|
|
93
|
+
radius: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
89
97
|
modelValue: {
|
|
90
98
|
type: (StringConstructor | NumberConstructor)[];
|
|
91
99
|
};
|
|
@@ -112,6 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
120
|
default: null;
|
|
113
121
|
};
|
|
114
122
|
}>> & {
|
|
123
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
115
124
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
116
125
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
117
126
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -124,6 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
133
|
inputClass: string | unknown[];
|
|
125
134
|
inputType: "select" | "text-input";
|
|
126
135
|
border: boolean;
|
|
136
|
+
radius: boolean;
|
|
127
137
|
auto: boolean;
|
|
128
138
|
formatter: {
|
|
129
139
|
formatFn: (n: number | string) => string;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
19
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
text: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
};
|
|
@@ -22,9 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
}, unknown, {
|
|
23
23
|
activeHoverOnLeftIcon: boolean;
|
|
24
24
|
activeHoverOnRightIcon: boolean;
|
|
25
|
-
}, {
|
|
26
|
-
cdn(): string;
|
|
27
|
-
}, {
|
|
25
|
+
}, {}, {
|
|
28
26
|
handleHoverIcon(isHover: boolean, icon: string): void;
|
|
29
27
|
getPages(): number;
|
|
30
28
|
getFormattedPages(): string;
|
|
@@ -34,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
32
|
formatInteger(n: number): string;
|
|
35
33
|
selectPage(page: number): void;
|
|
36
34
|
getCount(): number;
|
|
37
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "new-pagination-offset"[], "new-pagination-offset", import("vue").
|
|
35
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "new-pagination-offset"[], "new-pagination-offset", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
36
|
offset: {
|
|
39
37
|
type: NumberConstructor;
|
|
40
38
|
default: number;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
label?: string | undefined;
|
|
3
|
+
active?: boolean | undefined;
|
|
4
|
+
idx?: number | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
label: string;
|
|
7
|
+
active: boolean;
|
|
8
|
+
idx: number;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
click: (args_0: number) => void;
|
|
11
|
+
mouseover: (args_0: number) => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
label?: string | undefined;
|
|
14
|
+
active?: boolean | undefined;
|
|
15
|
+
idx?: number | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
label: string;
|
|
18
|
+
active: boolean;
|
|
19
|
+
idx: number;
|
|
20
|
+
}>>> & {
|
|
21
|
+
onClick?: ((args_0: number) => any) | undefined;
|
|
22
|
+
onMouseover?: ((args_0: number) => any) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
label: string;
|
|
25
|
+
idx: number;
|
|
26
|
+
active: boolean;
|
|
27
|
+
}, {}>, {
|
|
28
|
+
default?(_: {
|
|
29
|
+
itemIdx: number;
|
|
30
|
+
}): any;
|
|
31
|
+
}>;
|
|
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
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -24,11 +24,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
handleInputChange(from: Inputs, value: string): void;
|
|
25
25
|
getCurrentPosition(value: number): number;
|
|
26
26
|
getCurrentValue(position: number): number;
|
|
27
|
-
controlFromInput(
|
|
27
|
+
controlFromInput(controlSlider: HTMLInputElement): void;
|
|
28
28
|
controlToInput(toSlider: HTMLInputElement, controlSlider: HTMLInputElement): void;
|
|
29
|
-
controlFromSlider(fromSlider:
|
|
30
|
-
controlToSlider(fromSlider:
|
|
31
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("minChanged" | "maxChanged")[], "minChanged" | "maxChanged", import("vue").
|
|
29
|
+
controlFromSlider(fromSlider: HTMLInputElement, toSlider: HTMLInputElement): void;
|
|
30
|
+
controlToSlider(fromSlider: HTMLInputElement, toSlider: HTMLInputElement): void;
|
|
31
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("minChanged" | "maxChanged")[], "minChanged" | "maxChanged", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
type: {
|
|
33
33
|
type: () => "linear" | "logarithmic";
|
|
34
34
|
default: string;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Action, Nullable, SnackbarTypes } from "@wikicasa-dev/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
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_TypePropsToRuntimeProps<{
|
|
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_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
+
} : {
|
|
45
|
+
type: import('vue').PropType<T[K]>;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
type __VLS_WithDefaults<P, D> = {
|
|
50
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
51
|
+
default: D[K];
|
|
52
|
+
}> : P[K];
|
|
53
|
+
};
|
|
54
|
+
type __VLS_Prettify<T> = {
|
|
55
|
+
[K in keyof T]: T[K];
|
|
56
|
+
} & {};
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, {}, {
|
|
31
31
|
handleClick(id: string): void;
|
|
32
32
|
clickTab(id: string): void;
|
|
33
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickedTab"[], "clickedTab", import("vue").
|
|
33
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickedTab"[], "clickedTab", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
navTabsCustomClass: {
|
|
35
35
|
type: StringConstructor;
|
|
36
36
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FeedbackLabels, Nullable } from "@wikicasa-dev/types";
|
|
1
|
+
import type { FeedbackLabels, Nullable } from "@wikicasa-dev/types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
labelText: {
|
|
4
4
|
type: StringConstructor;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}, {
|
|
30
|
-
labelState: import("vue").Ref<LabelState>;
|
|
30
|
+
labelState: import("vue").Ref<import("@wikicasa-dev/types").LabelState>;
|
|
31
31
|
setInitialLabelState: <T>(value: T) => void;
|
|
32
32
|
handleFocusIn: (autoFloating?: boolean | undefined) => void;
|
|
33
33
|
handleFocusOut: <T_1>(value: T_1, manual?: boolean | undefined, auto?: boolean | undefined) => void;
|
|
@@ -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, ("focusin" | "focusout" | "update:modelValue")[], "focusin" | "focusout" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
labelText: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -73,9 +73,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
|
+
resize: boolean;
|
|
76
77
|
isValid: Nullable<boolean>;
|
|
77
78
|
labelText: string;
|
|
78
|
-
resize: boolean;
|
|
79
79
|
textAreaStyle: string;
|
|
80
80
|
isDisabled: boolean;
|
|
81
81
|
}, {}>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
}, unknown, unknown, {}, {
|
|
15
15
|
handleToggle({ target }: Event): void;
|
|
16
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").
|
|
16
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
withRightLabel: {
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
theme: {
|
|
26
26
|
type: () => {
|
|
27
27
|
color: "blue" | "white";
|
|
@@ -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";
|
|
48
49
|
theme: {
|
|
49
50
|
color: "blue" | "white";
|
|
50
51
|
size: "sm" | "md" | "lg";
|
|
51
52
|
};
|
|
52
|
-
direction: "left" | "top" | "bottom" | "right" | "top-center" | "bottom-center";
|
|
53
53
|
customTooltipClass: "mail-alert";
|
|
54
54
|
showTooltipContentManually: boolean;
|
|
55
55
|
}, {}>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
};
|
|
14
14
|
}, unknown, any, {}, {
|
|
15
15
|
handleInput({ target }: InputEvent): void;
|
|
16
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cleared" | "uploaded")[], "cleared" | "uploaded", import("vue").
|
|
16
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cleared" | "uploaded")[], "cleared" | "uploaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
withMargin: {
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|