@dv.net/ui-kit 7.6.0 → 7.6.1
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/components/UiAnimation/UiAnimation.vue.d.ts +747 -0
- package/dist/components/UiAnimation/types.d.ts +6 -0
- package/dist/components/UiAvatar/UiAvatar.vue.d.ts +3 -0
- package/dist/components/UiAvatar/components/AvatarMask.vue.d.ts +5 -0
- package/dist/components/UiAvatar/types.d.ts +9 -0
- package/dist/components/UiBlockTitle/UiBlockTitle.vue.d.ts +18 -0
- package/dist/components/UiBlockTitle/types.d.ts +8 -0
- package/dist/components/UiButton/UiButton.vue.d.ts +33 -0
- package/dist/components/UiButton/types.d.ts +27 -0
- package/dist/components/UiChat/UiChat.vue.d.ts +118 -0
- package/dist/components/UiChat/UiChatAttachments.vue.d.ts +17 -0
- package/dist/components/UiChat/UiChatFooter.vue.d.ts +96 -0
- package/dist/components/UiChat/UiChatHeader.vue.d.ts +14 -0
- package/dist/components/UiChat/UiChatManagerAlert.vue.d.ts +5 -0
- package/dist/components/UiChat/UiChatMessage.vue.d.ts +7 -0
- package/dist/components/UiChat/UiChatMessageAttachments.vue.d.ts +6 -0
- package/dist/components/UiChat/types.d.ts +69 -0
- package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +34 -0
- package/dist/components/UiCheckbox/types.d.ts +8 -0
- package/dist/components/UiCheckboxGroup/UiCheckboxGroup.vue.d.ts +30 -0
- package/dist/components/UiCheckboxGroup/constants.d.ts +1 -0
- package/dist/components/UiCheckboxGroup/types.d.ts +12 -0
- package/dist/components/UiCollapse/UiCollapse.vue.d.ts +29 -0
- package/dist/components/UiCollapse/constants.d.ts +1 -0
- package/dist/components/UiCollapse/types.d.ts +12 -0
- package/dist/components/UiCollapseItem/UiCollapseItem.vue.d.ts +19 -0
- package/dist/components/UiCollapseItem/types.d.ts +7 -0
- package/dist/components/UiConfirm/UiConfirm.vue.d.ts +42 -0
- package/dist/components/UiConfirm/types.d.ts +11 -0
- package/dist/components/UiCopyText/UiCopyText.vue.d.ts +27 -0
- package/dist/components/UiCopyText/types.d.ts +9 -0
- package/dist/components/UiDatepicker/UiDatepickerRange.vue.d.ts +861 -0
- package/dist/components/UiDatepicker/components/DatePickerInput.vue.d.ts +21 -0
- package/dist/components/UiDatepicker/components/DatePickerInputs.vue.d.ts +15 -0
- package/dist/components/UiDatepicker/components/DatePickerPresets.vue.d.ts +11 -0
- package/dist/components/UiDatepicker/components/DatePickerSlider.vue.d.ts +34 -0
- package/dist/components/UiDatepicker/composables/useDatePicker.d.ts +19 -0
- package/dist/components/UiDatepicker/composables/useDatePickerPresets.d.ts +6 -0
- package/dist/components/UiDatepicker/composables/useDatePickerSelected.d.ts +18 -0
- package/dist/components/UiDatepicker/types.d.ts +26 -0
- package/dist/components/UiDragAndDrop/UiDragAndDrop.vue.d.ts +19 -0
- package/dist/components/UiDragAndDrop/UiFileItem.vue.d.ts +10 -0
- package/dist/components/UiDragAndDrop/UiFileItemLoading.vue.d.ts +10 -0
- package/dist/components/UiDragAndDrop/UiProgressBar.vue.d.ts +9 -0
- package/dist/components/UiDragAndDrop/icons/FileIcon.vue.d.ts +2 -0
- package/dist/components/UiDragAndDrop/types.d.ts +13 -0
- package/dist/components/UiDrawer/UiDrawer.vue.d.ts +29 -0
- package/dist/components/UiDrawer/types.d.ts +7 -0
- package/dist/components/UiDropdown/UiDropdown.vue.d.ts +47 -0
- package/dist/components/UiDropdown/types.d.ts +14 -0
- package/dist/components/UiFlagIcon/UiFlagIcon.vue.d.ts +5 -0
- package/dist/components/UiFlagIcon/types.d.ts +4 -0
- package/dist/components/UiForm/UiForm.vue.d.ts +23 -0
- package/dist/components/UiForm/constants.d.ts +1 -0
- package/dist/components/UiForm/types.d.ts +15 -0
- package/dist/components/UiForm/useValidate.d.ts +5 -0
- package/dist/components/UiForm/validations.d.ts +4 -0
- package/dist/components/UiFormItem/UiFormItem.vue.d.ts +26 -0
- package/dist/components/UiFormItem/types.d.ts +16 -0
- package/dist/components/UiGallery/UiGallery.vue.d.ts +11 -0
- package/dist/components/UiGallery/types.d.ts +8 -0
- package/dist/components/UiIcon/UiIcon.vue.d.ts +6 -0
- package/dist/components/UiIcon/types.d.ts +8 -0
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +14 -0
- package/dist/components/UiIconButton/types.d.ts +21 -0
- package/dist/components/UiInput/UiInput.vue.d.ts +51 -0
- package/dist/components/UiInput/types.d.ts +23 -0
- package/dist/components/UiLanguages/UiLanguages.vue.d.ts +261 -0
- package/dist/components/UiLanguages/components/UiLanguageButton.vue.d.ts +7 -0
- package/dist/components/UiLanguages/types.d.ts +17 -0
- package/dist/components/UiLayout/UiLayout.vue.d.ts +27 -0
- package/dist/components/UiLayout/types.d.ts +4 -0
- package/dist/components/UiLayoutAuth/UiLayoutAuth.vue.d.ts +18 -0
- package/dist/components/UiLayoutMenu/UiLayoutMenu.vue.d.ts +9 -0
- package/dist/components/UiLayoutMenu/UiLayoutMenuItem.vue.d.ts +7 -0
- package/dist/components/UiLayoutMenu/types.d.ts +30 -0
- package/dist/components/UiLink/UiLink.vue.d.ts +21 -0
- package/dist/components/UiLink/types.d.ts +10 -0
- package/dist/components/UiLoading/UiLoading.vue.d.ts +7 -0
- package/dist/components/UiLoading/types.d.ts +9 -0
- package/dist/components/UiMobileMenu/UiMobileMenu.vue.d.ts +31 -0
- package/dist/components/UiModal/UiModal.vue.d.ts +38 -0
- package/dist/components/UiModal/types.d.ts +11 -0
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +24 -0
- package/dist/components/UiPagination/UiPagination.vue.d.ts +22 -0
- package/dist/components/UiPagination/components/IconArrow.vue.d.ts +2 -0
- package/dist/components/UiPagination/types.d.ts +13 -0
- package/dist/components/UiProfileMenu/UiProfileMenu.vue.d.ts +29 -0
- package/dist/components/UiProfileMenu/components/UiProfileMenuItem.vue.d.ts +1258 -0
- package/dist/components/UiProfileMenu/types.d.ts +22 -0
- package/dist/components/UiRadio/UiRadio.vue.d.ts +21 -0
- package/dist/components/UiRadio/types.d.ts +6 -0
- package/dist/components/UiRadioGroup/UiRadioGroup.vue.d.ts +30 -0
- package/dist/components/UiRadioGroup/constants.d.ts +1 -0
- package/dist/components/UiRadioGroup/types.d.ts +12 -0
- package/dist/components/UiSelect/UiSelect.vue.d.ts +39 -0
- package/dist/components/UiSelect/components/SelectList.vue.d.ts +22 -0
- package/dist/components/UiSelect/components/SelectListItem.vue.d.ts +32 -0
- package/dist/components/UiSelect/components/SelectSearch.vue.d.ts +124 -0
- package/dist/components/UiSelect/components/SelectTrigger.vue.d.ts +33 -0
- package/dist/components/UiSelect/components/SelectVirtualList.vue.d.ts +27 -0
- package/dist/components/UiSelect/composables/useKeyboard.d.ts +11 -0
- package/dist/components/UiSelect/composables/useMultiple.d.ts +4 -0
- package/dist/components/UiSelect/types.d.ts +43 -0
- package/dist/components/UiSkeleton/UiSkeleton.vue.d.ts +11 -0
- package/dist/components/UiSkeleton/types.d.ts +9 -0
- package/dist/components/UiSwitch/UiSwitch.vue.d.ts +17 -0
- package/dist/components/UiSwitch/types.d.ts +8 -0
- package/dist/components/UiTable/UiTable.vue.d.ts +64 -0
- package/dist/components/UiTable/components/TableSort.vue.d.ts +27 -0
- package/dist/components/UiTable/components/TableSummary.vue.d.ts +26 -0
- package/dist/components/UiTable/composables/useExpande.d.ts +6 -0
- package/dist/components/UiTable/composables/useSelected.d.ts +9 -0
- package/dist/components/UiTable/composables/useSort.d.ts +9 -0
- package/dist/components/UiTable/helpers/getValueByHeaderName.d.ts +1 -0
- package/dist/components/UiTable/types.d.ts +58 -0
- package/dist/components/UiTabs/UiTabs.vue.d.ts +32 -0
- package/dist/components/UiTabs/constants.d.ts +1 -0
- package/dist/components/UiTabs/types.d.ts +17 -0
- package/dist/components/UiTabsItem/UiTabsItem.vue.d.ts +18 -0
- package/dist/components/UiTabsItem/types.d.ts +4 -0
- package/dist/components/UiTag/UiTag.vue.d.ts +8 -0
- package/dist/components/UiTag/types.d.ts +8 -0
- package/dist/components/UiTextarea/UiTextarea.vue.d.ts +55 -0
- package/dist/components/UiTextarea/type.d.ts +17 -0
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +56 -0
- package/dist/components/UiTooltip/types.d.ts +19 -0
- package/dist/composables/useBreakpoints.d.ts +5 -0
- package/dist/composables/useNotification/UiNotification.vue.d.ts +24 -0
- package/dist/composables/useNotification/types.d.ts +1 -0
- package/dist/composables/useNotification/useNotification.d.ts +2 -0
- package/dist/config/index.d.ts +182 -0
- package/dist/helpers/animations-list.d.ts +55 -0
- package/dist/helpers/is-mobile-device.d.ts +1 -0
- package/dist/helpers/svg-list.d.ts +5 -0
- package/dist/helpers/toogleHiddenClass.d.ts +1 -0
- package/dist/index.d.ts +48 -0
- package/package.json +9 -1
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
import { Locale, UiLanguagesProps } from './types';
|
|
3
|
+
type __VLS_Props = UiLanguagesProps;
|
|
4
|
+
type __VLS_PublicProps = {
|
|
5
|
+
modelValue?: Locale;
|
|
6
|
+
"is-show"?: boolean;
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
trigger?(_: {
|
|
12
|
+
locale: Locale;
|
|
13
|
+
}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {
|
|
16
|
+
inputRef: ({
|
|
17
|
+
$: import('vue').ComponentInternalInstance;
|
|
18
|
+
$data: {};
|
|
19
|
+
$props: {
|
|
20
|
+
readonly modelValue?: string | null | number | undefined | undefined;
|
|
21
|
+
readonly isDisabled?: boolean | undefined;
|
|
22
|
+
readonly placeholder?: string | undefined;
|
|
23
|
+
readonly label?: string | undefined;
|
|
24
|
+
readonly size?: import('../UiInput/types').InputSize | undefined;
|
|
25
|
+
readonly filled?: boolean | undefined;
|
|
26
|
+
readonly error?: boolean | undefined;
|
|
27
|
+
readonly disabled?: boolean | undefined;
|
|
28
|
+
readonly inside?: boolean | undefined;
|
|
29
|
+
readonly type?: string | undefined;
|
|
30
|
+
readonly readonly?: boolean | undefined;
|
|
31
|
+
readonly readonlyInteractive?: boolean | undefined;
|
|
32
|
+
readonly autofocus?: boolean | undefined;
|
|
33
|
+
readonly clearable?: boolean | undefined;
|
|
34
|
+
readonly isEmptyValueNull?: boolean | undefined;
|
|
35
|
+
readonly id?: string | undefined;
|
|
36
|
+
readonly indexTab?: string | undefined;
|
|
37
|
+
readonly autocomplete?: string | undefined;
|
|
38
|
+
readonly showPassword?: boolean | undefined;
|
|
39
|
+
readonly name?: string | undefined;
|
|
40
|
+
readonly step?: string | undefined;
|
|
41
|
+
readonly onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
42
|
+
readonly onInput?: ((args_0: string) => any) | undefined;
|
|
43
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
44
|
+
readonly onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
45
|
+
readonly onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
46
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
47
|
+
$attrs: import('vue').Attrs;
|
|
48
|
+
$refs: {
|
|
49
|
+
[x: string]: unknown;
|
|
50
|
+
} & {
|
|
51
|
+
prependRef: HTMLDivElement;
|
|
52
|
+
inputRef: HTMLInputElement;
|
|
53
|
+
appendRef: HTMLDivElement;
|
|
54
|
+
};
|
|
55
|
+
$slots: Readonly<{
|
|
56
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
59
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
60
|
+
$host: Element | null;
|
|
61
|
+
$emit: ((event: "clear", args_0?: void | undefined) => void) & ((event: "input", args_0: string) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void) & ((event: "change", args_0?: void | undefined) => void) & ((event: "blur", args_0?: void | undefined) => void);
|
|
62
|
+
$el: HTMLDivElement;
|
|
63
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
64
|
+
modelValue?: string | null | number | undefined;
|
|
65
|
+
} & import('../UiInput/types').InputProps> & Readonly<{
|
|
66
|
+
onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
67
|
+
onInput?: ((args_0: string) => any) | undefined;
|
|
68
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
69
|
+
onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
70
|
+
onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
71
|
+
}>, {
|
|
72
|
+
focus: () => any;
|
|
73
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
74
|
+
clear: (args_0: void) => any;
|
|
75
|
+
input: (args_0: string) => any;
|
|
76
|
+
"update:modelValue": (value: string | number | null | undefined) => any;
|
|
77
|
+
change: (args_0: void) => any;
|
|
78
|
+
blur: (args_0: void) => any;
|
|
79
|
+
}, string, {
|
|
80
|
+
size: import('../UiInput/types').InputSize;
|
|
81
|
+
type: string;
|
|
82
|
+
indexTab: string;
|
|
83
|
+
autocomplete: string;
|
|
84
|
+
step: string;
|
|
85
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
86
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
87
|
+
created?: (() => void) | (() => void)[];
|
|
88
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
89
|
+
mounted?: (() => void) | (() => void)[];
|
|
90
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
91
|
+
updated?: (() => void) | (() => void)[];
|
|
92
|
+
activated?: (() => void) | (() => void)[];
|
|
93
|
+
deactivated?: (() => void) | (() => void)[];
|
|
94
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
95
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
96
|
+
destroyed?: (() => void) | (() => void)[];
|
|
97
|
+
unmounted?: (() => void) | (() => void)[];
|
|
98
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
100
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
101
|
+
};
|
|
102
|
+
$forceUpdate: () => void;
|
|
103
|
+
$nextTick: typeof nextTick;
|
|
104
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
105
|
+
} & Readonly<{
|
|
106
|
+
size: import('../UiInput/types').InputSize;
|
|
107
|
+
type: string;
|
|
108
|
+
indexTab: string;
|
|
109
|
+
autocomplete: string;
|
|
110
|
+
step: string;
|
|
111
|
+
}> & Omit<Readonly<{
|
|
112
|
+
modelValue?: string | null | number | undefined;
|
|
113
|
+
} & import('../UiInput/types').InputProps> & Readonly<{
|
|
114
|
+
onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
115
|
+
onInput?: ((args_0: string) => any) | undefined;
|
|
116
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
117
|
+
onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
118
|
+
onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
119
|
+
}>, "focus" | ("size" | "type" | "indexTab" | "autocomplete" | "step")> & {
|
|
120
|
+
focus: () => any;
|
|
121
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
122
|
+
$slots: {
|
|
123
|
+
prepend?(_: {}): any;
|
|
124
|
+
append?(_: {}): any;
|
|
125
|
+
};
|
|
126
|
+
}) | null;
|
|
127
|
+
};
|
|
128
|
+
rootEl: HTMLDivElement;
|
|
129
|
+
};
|
|
130
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
131
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
132
|
+
change: (...args: any[]) => void;
|
|
133
|
+
"update:modelValue": (value: Locale) => void;
|
|
134
|
+
"update:is-show": (value: boolean) => void;
|
|
135
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
136
|
+
"onUpdate:modelValue"?: ((value: Locale) => any) | undefined;
|
|
137
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
138
|
+
"onUpdate:is-show"?: ((value: boolean) => any) | undefined;
|
|
139
|
+
}>, {
|
|
140
|
+
minNumbersLocalesDisplayFavorites: number;
|
|
141
|
+
forHeader: boolean;
|
|
142
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
143
|
+
inputRef: ({
|
|
144
|
+
$: import('vue').ComponentInternalInstance;
|
|
145
|
+
$data: {};
|
|
146
|
+
$props: {
|
|
147
|
+
readonly modelValue?: string | null | number | undefined | undefined;
|
|
148
|
+
readonly isDisabled?: boolean | undefined;
|
|
149
|
+
readonly placeholder?: string | undefined;
|
|
150
|
+
readonly label?: string | undefined;
|
|
151
|
+
readonly size?: import('../UiInput/types').InputSize | undefined;
|
|
152
|
+
readonly filled?: boolean | undefined;
|
|
153
|
+
readonly error?: boolean | undefined;
|
|
154
|
+
readonly disabled?: boolean | undefined;
|
|
155
|
+
readonly inside?: boolean | undefined;
|
|
156
|
+
readonly type?: string | undefined;
|
|
157
|
+
readonly readonly?: boolean | undefined;
|
|
158
|
+
readonly readonlyInteractive?: boolean | undefined;
|
|
159
|
+
readonly autofocus?: boolean | undefined;
|
|
160
|
+
readonly clearable?: boolean | undefined;
|
|
161
|
+
readonly isEmptyValueNull?: boolean | undefined;
|
|
162
|
+
readonly id?: string | undefined;
|
|
163
|
+
readonly indexTab?: string | undefined;
|
|
164
|
+
readonly autocomplete?: string | undefined;
|
|
165
|
+
readonly showPassword?: boolean | undefined;
|
|
166
|
+
readonly name?: string | undefined;
|
|
167
|
+
readonly step?: string | undefined;
|
|
168
|
+
readonly onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
169
|
+
readonly onInput?: ((args_0: string) => any) | undefined;
|
|
170
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
171
|
+
readonly onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
172
|
+
readonly onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
173
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
174
|
+
$attrs: import('vue').Attrs;
|
|
175
|
+
$refs: {
|
|
176
|
+
[x: string]: unknown;
|
|
177
|
+
} & {
|
|
178
|
+
prependRef: HTMLDivElement;
|
|
179
|
+
inputRef: HTMLInputElement;
|
|
180
|
+
appendRef: HTMLDivElement;
|
|
181
|
+
};
|
|
182
|
+
$slots: Readonly<{
|
|
183
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
184
|
+
}>;
|
|
185
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
186
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
187
|
+
$host: Element | null;
|
|
188
|
+
$emit: ((event: "clear", args_0?: void | undefined) => void) & ((event: "input", args_0: string) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void) & ((event: "change", args_0?: void | undefined) => void) & ((event: "blur", args_0?: void | undefined) => void);
|
|
189
|
+
$el: HTMLDivElement;
|
|
190
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
191
|
+
modelValue?: string | null | number | undefined;
|
|
192
|
+
} & import('../UiInput/types').InputProps> & Readonly<{
|
|
193
|
+
onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
194
|
+
onInput?: ((args_0: string) => any) | undefined;
|
|
195
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
196
|
+
onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
197
|
+
onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
198
|
+
}>, {
|
|
199
|
+
focus: () => any;
|
|
200
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
201
|
+
clear: (args_0: void) => any;
|
|
202
|
+
input: (args_0: string) => any;
|
|
203
|
+
"update:modelValue": (value: string | number | null | undefined) => any;
|
|
204
|
+
change: (args_0: void) => any;
|
|
205
|
+
blur: (args_0: void) => any;
|
|
206
|
+
}, string, {
|
|
207
|
+
size: import('../UiInput/types').InputSize;
|
|
208
|
+
type: string;
|
|
209
|
+
indexTab: string;
|
|
210
|
+
autocomplete: string;
|
|
211
|
+
step: string;
|
|
212
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
213
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
214
|
+
created?: (() => void) | (() => void)[];
|
|
215
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
216
|
+
mounted?: (() => void) | (() => void)[];
|
|
217
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
218
|
+
updated?: (() => void) | (() => void)[];
|
|
219
|
+
activated?: (() => void) | (() => void)[];
|
|
220
|
+
deactivated?: (() => void) | (() => void)[];
|
|
221
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
222
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
223
|
+
destroyed?: (() => void) | (() => void)[];
|
|
224
|
+
unmounted?: (() => void) | (() => void)[];
|
|
225
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
226
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
227
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
228
|
+
};
|
|
229
|
+
$forceUpdate: () => void;
|
|
230
|
+
$nextTick: typeof nextTick;
|
|
231
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
232
|
+
} & Readonly<{
|
|
233
|
+
size: import('../UiInput/types').InputSize;
|
|
234
|
+
type: string;
|
|
235
|
+
indexTab: string;
|
|
236
|
+
autocomplete: string;
|
|
237
|
+
step: string;
|
|
238
|
+
}> & Omit<Readonly<{
|
|
239
|
+
modelValue?: string | null | number | undefined;
|
|
240
|
+
} & import('../UiInput/types').InputProps> & Readonly<{
|
|
241
|
+
onClear?: ((args_0?: void | undefined) => any) | undefined;
|
|
242
|
+
onInput?: ((args_0: string) => any) | undefined;
|
|
243
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
244
|
+
onChange?: ((args_0?: void | undefined) => any) | undefined;
|
|
245
|
+
onBlur?: ((args_0?: void | undefined) => any) | undefined;
|
|
246
|
+
}>, "focus" | ("size" | "type" | "indexTab" | "autocomplete" | "step")> & {
|
|
247
|
+
focus: () => any;
|
|
248
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
249
|
+
$slots: {
|
|
250
|
+
prepend?(_: {}): any;
|
|
251
|
+
append?(_: {}): any;
|
|
252
|
+
};
|
|
253
|
+
}) | null;
|
|
254
|
+
}, HTMLDivElement>;
|
|
255
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
256
|
+
export default _default;
|
|
257
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
258
|
+
new (): {
|
|
259
|
+
$slots: S;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UiLanguagesButtonProps } from '../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiLanguagesButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
change: (...args: any[]) => void;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiLanguagesButtonProps> & Readonly<{
|
|
5
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface Locale {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
isoCode: string;
|
|
5
|
+
nativeName?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface UiLanguagesProps {
|
|
8
|
+
locales: Locale[];
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
minNumbersLocalesDisplayFavorites?: number;
|
|
11
|
+
forHeader?: boolean;
|
|
12
|
+
isHidden?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface UiLanguagesButtonProps {
|
|
15
|
+
locale: Locale;
|
|
16
|
+
selected: Locale;
|
|
17
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
header?(_: {}): any;
|
|
8
|
+
'sidebar-mobile'?(_: {}): any;
|
|
9
|
+
'sidebar-desktop'?(_: {}): any;
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: boolean) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
'lang-select'?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UiLayoutMenuProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiLayoutMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
selected: (...args: any[]) => void;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiLayoutMenuProps> & Readonly<{
|
|
5
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UiLayoutMenuItemProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiLayoutMenuItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
selected: (...args: any[]) => void;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiLayoutMenuItemProps> & Readonly<{
|
|
5
|
+
onSelected?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
export interface RouteItem {
|
|
3
|
+
path: string;
|
|
4
|
+
meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
iconActive?: string;
|
|
8
|
+
iconComponent?: Component;
|
|
9
|
+
iconComponentActive?: Component;
|
|
10
|
+
class?: string;
|
|
11
|
+
isButton?: boolean;
|
|
12
|
+
isChildren?: boolean;
|
|
13
|
+
indicator?: string | number;
|
|
14
|
+
alwaysOpen?: boolean;
|
|
15
|
+
animationIcon?: Component;
|
|
16
|
+
click?: () => void;
|
|
17
|
+
};
|
|
18
|
+
children?: RouteItem[];
|
|
19
|
+
}
|
|
20
|
+
export interface UiLayoutMenuProps {
|
|
21
|
+
routeItems: RouteItem[];
|
|
22
|
+
collapsed?: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface UiLayoutMenuItemProps {
|
|
25
|
+
routeItem: RouteItem;
|
|
26
|
+
collapsed: boolean;
|
|
27
|
+
parrentRoutes: string[] | null;
|
|
28
|
+
routeItems: RouteItem[];
|
|
29
|
+
activeMenuPath: string | null;
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { UiLinkProps } from '../UiLink/types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<UiLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiLinkProps> & Readonly<{}>, {
|
|
12
|
+
size: import('../UiLink/types').UiLinkSize;
|
|
13
|
+
mode: import('../UiLink/types').UiLinkMode;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
2
|
+
export type UiLinkSize = "sm" | "md" | "lg" | "xl";
|
|
3
|
+
export type UiLinkMode = "primary" | "secondary";
|
|
4
|
+
export type UiLinkTarget = "_blank" | "_self" | "_parent" | "_top";
|
|
5
|
+
export interface UiLinkProps {
|
|
6
|
+
to?: RouteLocationRaw;
|
|
7
|
+
size?: UiLinkSize;
|
|
8
|
+
mode?: UiLinkMode;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UiLoadingProps } from './types.ts';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiLoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiLoadingProps> & Readonly<{}>, {
|
|
3
|
+
iconName: string;
|
|
4
|
+
iconSize: import('../UiIcon/types').UiIconSize;
|
|
5
|
+
iconType: import('../UiIcon/types').UiIconType;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: string;
|
|
3
|
+
title?: string;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: boolean;
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: boolean) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
size: string;
|
|
23
|
+
title: string;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UiModalProps } from './types';
|
|
2
|
+
type __VLS_Props = UiModalProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {
|
|
12
|
+
contentRef: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
close: (...args: any[]) => void;
|
|
19
|
+
"update:modelValue": (value: boolean) => void;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
popperClass: string;
|
|
25
|
+
padding: string;
|
|
26
|
+
borderRadius: string;
|
|
27
|
+
isShowBtnClose: boolean;
|
|
28
|
+
background: string;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
contentRef: HTMLDivElement;
|
|
31
|
+
}, any>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (value: boolean) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UiPaginationMeta, UiPaginationProps } from './types';
|
|
2
|
+
type __VLS_Props = UiPaginationProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
"page"?: number;
|
|
5
|
+
"perPage"?: number;
|
|
6
|
+
} & __VLS_Props;
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
changePerPage: (value: UiPaginationMeta) => any;
|
|
9
|
+
changePage: (value: UiPaginationMeta) => any;
|
|
10
|
+
"update:page": (value: number) => any;
|
|
11
|
+
"update:perPage": (value: number) => any;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
+
onChangePerPage?: ((value: UiPaginationMeta) => any) | undefined;
|
|
14
|
+
onChangePage?: ((value: UiPaginationMeta) => any) | undefined;
|
|
15
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
16
|
+
"onUpdate:perPage"?: ((value: number) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
perPagePresets: number[];
|
|
19
|
+
total: number;
|
|
20
|
+
nextPageExists: boolean | null;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface UiPaginationProps {
|
|
2
|
+
keyPerPagPagination?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
perPagePresets?: number[];
|
|
5
|
+
total?: number;
|
|
6
|
+
nextPageExists?: boolean | null;
|
|
7
|
+
isShowPerPageSelect?: boolean;
|
|
8
|
+
isShowAlwaysPagination?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface UiPaginationMeta {
|
|
11
|
+
page: number;
|
|
12
|
+
perPage: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UiProfileMenuProps } from './types.ts';
|
|
2
|
+
type __VLS_Props = UiProfileMenuProps;
|
|
3
|
+
declare function closeMenu(): void;
|
|
4
|
+
type __VLS_PublicProps = {
|
|
5
|
+
"modelValue"?: boolean;
|
|
6
|
+
} & __VLS_Props;
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: Partial<Record<`menu-item-${string}`, (_: {
|
|
10
|
+
item: import('./types.ts').ProfileMenuItem;
|
|
11
|
+
index: string | undefined;
|
|
12
|
+
closeMenu: typeof closeMenu;
|
|
13
|
+
}) => any>>;
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (value: boolean) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|