@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.
Files changed (138) hide show
  1. package/dist/components/UiAnimation/UiAnimation.vue.d.ts +747 -0
  2. package/dist/components/UiAnimation/types.d.ts +6 -0
  3. package/dist/components/UiAvatar/UiAvatar.vue.d.ts +3 -0
  4. package/dist/components/UiAvatar/components/AvatarMask.vue.d.ts +5 -0
  5. package/dist/components/UiAvatar/types.d.ts +9 -0
  6. package/dist/components/UiBlockTitle/UiBlockTitle.vue.d.ts +18 -0
  7. package/dist/components/UiBlockTitle/types.d.ts +8 -0
  8. package/dist/components/UiButton/UiButton.vue.d.ts +33 -0
  9. package/dist/components/UiButton/types.d.ts +27 -0
  10. package/dist/components/UiChat/UiChat.vue.d.ts +118 -0
  11. package/dist/components/UiChat/UiChatAttachments.vue.d.ts +17 -0
  12. package/dist/components/UiChat/UiChatFooter.vue.d.ts +96 -0
  13. package/dist/components/UiChat/UiChatHeader.vue.d.ts +14 -0
  14. package/dist/components/UiChat/UiChatManagerAlert.vue.d.ts +5 -0
  15. package/dist/components/UiChat/UiChatMessage.vue.d.ts +7 -0
  16. package/dist/components/UiChat/UiChatMessageAttachments.vue.d.ts +6 -0
  17. package/dist/components/UiChat/types.d.ts +69 -0
  18. package/dist/components/UiCheckbox/UiCheckbox.vue.d.ts +34 -0
  19. package/dist/components/UiCheckbox/types.d.ts +8 -0
  20. package/dist/components/UiCheckboxGroup/UiCheckboxGroup.vue.d.ts +30 -0
  21. package/dist/components/UiCheckboxGroup/constants.d.ts +1 -0
  22. package/dist/components/UiCheckboxGroup/types.d.ts +12 -0
  23. package/dist/components/UiCollapse/UiCollapse.vue.d.ts +29 -0
  24. package/dist/components/UiCollapse/constants.d.ts +1 -0
  25. package/dist/components/UiCollapse/types.d.ts +12 -0
  26. package/dist/components/UiCollapseItem/UiCollapseItem.vue.d.ts +19 -0
  27. package/dist/components/UiCollapseItem/types.d.ts +7 -0
  28. package/dist/components/UiConfirm/UiConfirm.vue.d.ts +42 -0
  29. package/dist/components/UiConfirm/types.d.ts +11 -0
  30. package/dist/components/UiCopyText/UiCopyText.vue.d.ts +27 -0
  31. package/dist/components/UiCopyText/types.d.ts +9 -0
  32. package/dist/components/UiDatepicker/UiDatepickerRange.vue.d.ts +861 -0
  33. package/dist/components/UiDatepicker/components/DatePickerInput.vue.d.ts +21 -0
  34. package/dist/components/UiDatepicker/components/DatePickerInputs.vue.d.ts +15 -0
  35. package/dist/components/UiDatepicker/components/DatePickerPresets.vue.d.ts +11 -0
  36. package/dist/components/UiDatepicker/components/DatePickerSlider.vue.d.ts +34 -0
  37. package/dist/components/UiDatepicker/composables/useDatePicker.d.ts +19 -0
  38. package/dist/components/UiDatepicker/composables/useDatePickerPresets.d.ts +6 -0
  39. package/dist/components/UiDatepicker/composables/useDatePickerSelected.d.ts +18 -0
  40. package/dist/components/UiDatepicker/types.d.ts +26 -0
  41. package/dist/components/UiDragAndDrop/UiDragAndDrop.vue.d.ts +19 -0
  42. package/dist/components/UiDragAndDrop/UiFileItem.vue.d.ts +10 -0
  43. package/dist/components/UiDragAndDrop/UiFileItemLoading.vue.d.ts +10 -0
  44. package/dist/components/UiDragAndDrop/UiProgressBar.vue.d.ts +9 -0
  45. package/dist/components/UiDragAndDrop/icons/FileIcon.vue.d.ts +2 -0
  46. package/dist/components/UiDragAndDrop/types.d.ts +13 -0
  47. package/dist/components/UiDrawer/UiDrawer.vue.d.ts +29 -0
  48. package/dist/components/UiDrawer/types.d.ts +7 -0
  49. package/dist/components/UiDropdown/UiDropdown.vue.d.ts +47 -0
  50. package/dist/components/UiDropdown/types.d.ts +14 -0
  51. package/dist/components/UiFlagIcon/UiFlagIcon.vue.d.ts +5 -0
  52. package/dist/components/UiFlagIcon/types.d.ts +4 -0
  53. package/dist/components/UiForm/UiForm.vue.d.ts +23 -0
  54. package/dist/components/UiForm/constants.d.ts +1 -0
  55. package/dist/components/UiForm/types.d.ts +15 -0
  56. package/dist/components/UiForm/useValidate.d.ts +5 -0
  57. package/dist/components/UiForm/validations.d.ts +4 -0
  58. package/dist/components/UiFormItem/UiFormItem.vue.d.ts +26 -0
  59. package/dist/components/UiFormItem/types.d.ts +16 -0
  60. package/dist/components/UiGallery/UiGallery.vue.d.ts +11 -0
  61. package/dist/components/UiGallery/types.d.ts +8 -0
  62. package/dist/components/UiIcon/UiIcon.vue.d.ts +6 -0
  63. package/dist/components/UiIcon/types.d.ts +8 -0
  64. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +14 -0
  65. package/dist/components/UiIconButton/types.d.ts +21 -0
  66. package/dist/components/UiInput/UiInput.vue.d.ts +51 -0
  67. package/dist/components/UiInput/types.d.ts +23 -0
  68. package/dist/components/UiLanguages/UiLanguages.vue.d.ts +261 -0
  69. package/dist/components/UiLanguages/components/UiLanguageButton.vue.d.ts +7 -0
  70. package/dist/components/UiLanguages/types.d.ts +17 -0
  71. package/dist/components/UiLayout/UiLayout.vue.d.ts +27 -0
  72. package/dist/components/UiLayout/types.d.ts +4 -0
  73. package/dist/components/UiLayoutAuth/UiLayoutAuth.vue.d.ts +18 -0
  74. package/dist/components/UiLayoutMenu/UiLayoutMenu.vue.d.ts +9 -0
  75. package/dist/components/UiLayoutMenu/UiLayoutMenuItem.vue.d.ts +7 -0
  76. package/dist/components/UiLayoutMenu/types.d.ts +30 -0
  77. package/dist/components/UiLink/UiLink.vue.d.ts +21 -0
  78. package/dist/components/UiLink/types.d.ts +10 -0
  79. package/dist/components/UiLoading/UiLoading.vue.d.ts +7 -0
  80. package/dist/components/UiLoading/types.d.ts +9 -0
  81. package/dist/components/UiMobileMenu/UiMobileMenu.vue.d.ts +31 -0
  82. package/dist/components/UiModal/UiModal.vue.d.ts +38 -0
  83. package/dist/components/UiModal/types.d.ts +11 -0
  84. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +24 -0
  85. package/dist/components/UiPagination/UiPagination.vue.d.ts +22 -0
  86. package/dist/components/UiPagination/components/IconArrow.vue.d.ts +2 -0
  87. package/dist/components/UiPagination/types.d.ts +13 -0
  88. package/dist/components/UiProfileMenu/UiProfileMenu.vue.d.ts +29 -0
  89. package/dist/components/UiProfileMenu/components/UiProfileMenuItem.vue.d.ts +1258 -0
  90. package/dist/components/UiProfileMenu/types.d.ts +22 -0
  91. package/dist/components/UiRadio/UiRadio.vue.d.ts +21 -0
  92. package/dist/components/UiRadio/types.d.ts +6 -0
  93. package/dist/components/UiRadioGroup/UiRadioGroup.vue.d.ts +30 -0
  94. package/dist/components/UiRadioGroup/constants.d.ts +1 -0
  95. package/dist/components/UiRadioGroup/types.d.ts +12 -0
  96. package/dist/components/UiSelect/UiSelect.vue.d.ts +39 -0
  97. package/dist/components/UiSelect/components/SelectList.vue.d.ts +22 -0
  98. package/dist/components/UiSelect/components/SelectListItem.vue.d.ts +32 -0
  99. package/dist/components/UiSelect/components/SelectSearch.vue.d.ts +124 -0
  100. package/dist/components/UiSelect/components/SelectTrigger.vue.d.ts +33 -0
  101. package/dist/components/UiSelect/components/SelectVirtualList.vue.d.ts +27 -0
  102. package/dist/components/UiSelect/composables/useKeyboard.d.ts +11 -0
  103. package/dist/components/UiSelect/composables/useMultiple.d.ts +4 -0
  104. package/dist/components/UiSelect/types.d.ts +43 -0
  105. package/dist/components/UiSkeleton/UiSkeleton.vue.d.ts +11 -0
  106. package/dist/components/UiSkeleton/types.d.ts +9 -0
  107. package/dist/components/UiSwitch/UiSwitch.vue.d.ts +17 -0
  108. package/dist/components/UiSwitch/types.d.ts +8 -0
  109. package/dist/components/UiTable/UiTable.vue.d.ts +64 -0
  110. package/dist/components/UiTable/components/TableSort.vue.d.ts +27 -0
  111. package/dist/components/UiTable/components/TableSummary.vue.d.ts +26 -0
  112. package/dist/components/UiTable/composables/useExpande.d.ts +6 -0
  113. package/dist/components/UiTable/composables/useSelected.d.ts +9 -0
  114. package/dist/components/UiTable/composables/useSort.d.ts +9 -0
  115. package/dist/components/UiTable/helpers/getValueByHeaderName.d.ts +1 -0
  116. package/dist/components/UiTable/types.d.ts +58 -0
  117. package/dist/components/UiTabs/UiTabs.vue.d.ts +32 -0
  118. package/dist/components/UiTabs/constants.d.ts +1 -0
  119. package/dist/components/UiTabs/types.d.ts +17 -0
  120. package/dist/components/UiTabsItem/UiTabsItem.vue.d.ts +18 -0
  121. package/dist/components/UiTabsItem/types.d.ts +4 -0
  122. package/dist/components/UiTag/UiTag.vue.d.ts +8 -0
  123. package/dist/components/UiTag/types.d.ts +8 -0
  124. package/dist/components/UiTextarea/UiTextarea.vue.d.ts +55 -0
  125. package/dist/components/UiTextarea/type.d.ts +17 -0
  126. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +56 -0
  127. package/dist/components/UiTooltip/types.d.ts +19 -0
  128. package/dist/composables/useBreakpoints.d.ts +5 -0
  129. package/dist/composables/useNotification/UiNotification.vue.d.ts +24 -0
  130. package/dist/composables/useNotification/types.d.ts +1 -0
  131. package/dist/composables/useNotification/useNotification.d.ts +2 -0
  132. package/dist/config/index.d.ts +182 -0
  133. package/dist/helpers/animations-list.d.ts +55 -0
  134. package/dist/helpers/is-mobile-device.d.ts +1 -0
  135. package/dist/helpers/svg-list.d.ts +5 -0
  136. package/dist/helpers/toogleHiddenClass.d.ts +1 -0
  137. package/dist/index.d.ts +48 -0
  138. package/package.json +9 -1
@@ -0,0 +1 @@
1
+ export declare function getValueByHeaderName<T>(obj: T, path: string, emptyValue: string | boolean): T;
@@ -0,0 +1,58 @@
1
+ export type UiTableSortOrder = "asc" | "desc" | null;
2
+ export type UiTableColumnAlign = "left" | "center" | "right";
3
+ export type SummaryPosition = "top" | "bottom";
4
+ export interface UItableMeta {
5
+ page: number;
6
+ perPage: number;
7
+ total?: number;
8
+ nextPageExists?: boolean;
9
+ }
10
+ export interface SummarySlotData {
11
+ key?: number;
12
+ summary: number | string;
13
+ }
14
+ export interface UiTableSortObject {
15
+ name: string | null;
16
+ order: UiTableSortOrder;
17
+ }
18
+ export type PreparedData<Data> = {
19
+ id: string;
20
+ row: Data;
21
+ };
22
+ export interface UiTableHeader<T = unknown> {
23
+ align?: UiTableColumnAlign;
24
+ label?: string;
25
+ format?: (row: T) => unknown;
26
+ sort?: () => number;
27
+ summary?: (summary: number | string) => unknown;
28
+ width?: string;
29
+ name?: string;
30
+ sortable?: boolean | "custom";
31
+ selection?: boolean;
32
+ expande?: boolean | ((row: T) => boolean);
33
+ isShow?: boolean;
34
+ sortName?: string;
35
+ columnClass?: (row: T, headerName?: string) => string;
36
+ isNumberSort?: boolean;
37
+ colspan?: number;
38
+ }
39
+ export interface UiTableProps<T> {
40
+ data: T[];
41
+ headers: UiTableHeader<T>[];
42
+ rowClass?: (row: T) => string;
43
+ tableLayout?: "auto" | "fixed";
44
+ loading?: boolean;
45
+ selectedKey?: string;
46
+ expandeKey?: string;
47
+ disabledKey?: string;
48
+ rowKey?: string;
49
+ keyPerPagPagination?: string;
50
+ skeletonRows?: number;
51
+ showSummary?: boolean;
52
+ meta?: UItableMeta | null;
53
+ emptyValue?: boolean | string;
54
+ highlightRow?: "odd" | "even";
55
+ isShowPerPageSelect?: boolean;
56
+ summaryPosition?: SummaryPosition;
57
+ isShowAlwaysPagination?: boolean;
58
+ }
@@ -0,0 +1,32 @@
1
+ import { UiTabsProps } from './types';
2
+ type __VLS_Props = UiTabsProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: string;
5
+ 'modelModifiers'?: Partial<Record<number, true>>;
6
+ } & __VLS_Props;
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
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
+ change: (...args: any[]) => void;
18
+ "update:modelValue": (value: string) => void;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
21
+ onChange?: ((...args: any[]) => any) | undefined;
22
+ }>, {
23
+ size: import('./types').UiTabsSize;
24
+ mode: import('./types').UiTabsMode;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1 @@
1
+ export declare const TABS_PROVIDE_VALUE: unique symbol;
@@ -0,0 +1,17 @@
1
+ import { Ref } from 'vue';
2
+ export type UiTabsSize = "md" | "lg";
3
+ export type UiTabsMode = "outline" | "light" | "dark" | "clear";
4
+ export interface UiTabsProps {
5
+ modelValue: string;
6
+ size?: UiTabsSize;
7
+ mode?: UiTabsMode;
8
+ router?: boolean;
9
+ isShort?: boolean;
10
+ }
11
+ export interface UiTabsProvideData {
12
+ modelValue: Ref<string | number>;
13
+ size?: UiTabsSize;
14
+ mode?: UiTabsMode;
15
+ router: boolean;
16
+ change: (tab: string | number) => void;
17
+ }
@@ -0,0 +1,18 @@
1
+ import { UiTabsItemProps } from './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<UiTabsItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
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,4 @@
1
+ export interface UiTabsItemProps {
2
+ value: string | number;
3
+ badge?: string | number;
4
+ }
@@ -0,0 +1,8 @@
1
+ import { UiTagProps } from './types.ts';
2
+ declare const _default: import('vue').DefineComponent<UiTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiTagProps> & Readonly<{}>, {
3
+ size: import('./types.ts').UiTagSize;
4
+ text: string;
5
+ mode: import('./types.ts').UiTagMode;
6
+ pointer: boolean;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
+ export default _default;
@@ -0,0 +1,8 @@
1
+ export type UiTagSize = "sm" | "md" | "lg";
2
+ export type UiTagMode = "positive" | "warning" | "negative" | "accent" | "neutral";
3
+ export interface UiTagProps {
4
+ size?: UiTagSize;
5
+ mode?: UiTagMode;
6
+ text?: string;
7
+ pointer?: boolean;
8
+ }
@@ -0,0 +1,55 @@
1
+ import { UiTextareaProps } from './type.ts';
2
+ type __VLS_Props = UiTextareaProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: string | null;
5
+ } & __VLS_Props;
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ prepend?(_: {}): any;
10
+ append?(_: {}): any;
11
+ placeholder?(_: {}): any;
12
+ };
13
+ refs: {
14
+ textareaRef: HTMLTextAreaElement;
15
+ };
16
+ rootEl: HTMLLabelElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
20
+ focus: () => any;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ input: (...args: any[]) => void;
23
+ change: (...args: any[]) => void;
24
+ submit: (...args: any[]) => void;
25
+ blur: (...args: any[]) => void;
26
+ focus: (...args: any[]) => void;
27
+ paste: (...args: any[]) => void;
28
+ "update:modelValue": (value: string | null) => void;
29
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
30
+ onInput?: ((...args: any[]) => any) | undefined;
31
+ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
32
+ onChange?: ((...args: any[]) => any) | undefined;
33
+ onSubmit?: ((...args: any[]) => any) | undefined;
34
+ onBlur?: ((...args: any[]) => any) | undefined;
35
+ onFocus?: ((...args: any[]) => any) | undefined;
36
+ onPaste?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ size: import('./type.ts').UiTextareaSize;
39
+ placeholder: string;
40
+ label: string;
41
+ filled: boolean;
42
+ disabled: boolean;
43
+ copy: boolean;
44
+ error: boolean;
45
+ rows: number;
46
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
47
+ textareaRef: HTMLTextAreaElement;
48
+ }, HTMLLabelElement>;
49
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
50
+ export default _default;
51
+ type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };
@@ -0,0 +1,17 @@
1
+ export type UiTextareaSize = "md" | "lg" | "auto";
2
+ export interface UiTextareaProps {
3
+ maxLength?: string;
4
+ isDisabled?: boolean;
5
+ placeholder?: string;
6
+ label?: string;
7
+ size?: UiTextareaSize;
8
+ filled?: boolean;
9
+ error?: boolean;
10
+ disabled?: boolean;
11
+ isEmptyValueNull?: boolean;
12
+ copy?: boolean;
13
+ id?: string;
14
+ readonly?: boolean;
15
+ rows?: number;
16
+ submitOnEnter?: boolean;
17
+ }
@@ -0,0 +1,56 @@
1
+ import { UiTooltipProps } from './types';
2
+ type __VLS_Props = UiTooltipProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: boolean;
5
+ } & __VLS_Props;
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ title?(_: {}): any;
11
+ text?(_: {}): any;
12
+ append?(_: {}): any;
13
+ };
14
+ refs: {
15
+ triggerRefer: HTMLDivElement;
16
+ contentRefer: HTMLDivElement;
17
+ arrowRefer: SVGSVGElement;
18
+ };
19
+ rootEl: HTMLDivElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:modelValue": (value: boolean) => any;
24
+ close: (args_0: void) => any;
25
+ click: (args_0: void) => any;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
+ onClose?: ((args_0?: void | undefined) => any) | undefined;
29
+ onClick?: ((args_0?: void | undefined) => any) | undefined;
30
+ }>, {
31
+ width: string | number;
32
+ backgroundColor: string;
33
+ title: string;
34
+ text: string;
35
+ disabled: boolean;
36
+ timeout: number;
37
+ position: import('./types').UiPlacementType;
38
+ showEvent: import('./types').UiTooltipShowEvent;
39
+ popperClass: string;
40
+ teleport: string | boolean;
41
+ tabindex: number;
42
+ maxWidth: string | number;
43
+ padding: string | number;
44
+ borderRadius: string | number;
45
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
46
+ triggerRefer: HTMLDivElement;
47
+ contentRefer: HTMLDivElement;
48
+ arrowRefer: SVGSVGElement;
49
+ }, HTMLDivElement>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
+ export default _default;
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,19 @@
1
+ export type UiTooltipShowEvent = "click" | "hover";
2
+ export type UiPlacementType = 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
3
+ export interface UiTooltipProps {
4
+ position?: UiPlacementType;
5
+ title?: string;
6
+ text?: string;
7
+ showEvent?: UiTooltipShowEvent;
8
+ disabled?: boolean;
9
+ popperClass?: string;
10
+ timeout?: number;
11
+ teleport?: string | boolean;
12
+ isShowIconClose?: boolean;
13
+ tabindex?: number;
14
+ backgroundColor?: string;
15
+ maxWidth?: string | number;
16
+ padding?: string | number;
17
+ borderRadius?: string | number;
18
+ width?: string | number;
19
+ }
@@ -0,0 +1,5 @@
1
+ export declare function useBreakpoints(): {
2
+ isTablet: import('vue').Ref<boolean, boolean>;
3
+ isMobile: import('vue').Ref<boolean, boolean>;
4
+ isDesktop: import('vue').Ref<boolean, boolean>;
5
+ };
@@ -0,0 +1,24 @@
1
+ import { UiNotificationType } from './types.ts';
2
+ type __VLS_Props = {
3
+ id: string;
4
+ top: number;
5
+ title?: string;
6
+ message: string;
7
+ type?: UiNotificationType;
8
+ isHTMLMessage?: boolean;
9
+ pauseOnHover?: boolean;
10
+ duration?: number;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ remove: (...args: any[]) => void;
14
+ "delete-from-list": (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onRemove?: ((...args: any[]) => any) | undefined;
17
+ "onDelete-from-list"?: ((...args: any[]) => any) | undefined;
18
+ }>, {
19
+ pauseOnHover: boolean;
20
+ type: UiNotificationType;
21
+ duration: number;
22
+ isHTMLMessage: boolean;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ export default _default;
@@ -0,0 +1 @@
1
+ export type UiNotificationType = "success" | "error" | "info";
@@ -0,0 +1,2 @@
1
+ import { UiNotificationType } from './types.ts';
2
+ export default function (message: string, type?: UiNotificationType, isHTMLMessage?: boolean, title?: string): void;
@@ -0,0 +1,182 @@
1
+ export interface UiKitConfig {
2
+ locale: string;
3
+ uiDatePicker: {
4
+ beginDate: string;
5
+ modelValueFormat: string;
6
+ modelValueFormatTime: string;
7
+ inputFormat: string;
8
+ inputFormatTime: string;
9
+ translations: {
10
+ invalidDate: string;
11
+ yesterdayPlaceholder: string;
12
+ yearLabelSuffix: string;
13
+ emptyPlaceholder: string;
14
+ applyButton: string;
15
+ clearButton: string;
16
+ inputLabelStart: string;
17
+ inputLabelEnd: string;
18
+ presetToday: string;
19
+ presetWeek: string;
20
+ presetMonth: string;
21
+ presetQuarter: string;
22
+ presetYear: string;
23
+ presetAllTime: string;
24
+ };
25
+ };
26
+ uiLanguages: {
27
+ translations: {
28
+ modalSearchNotFound: string;
29
+ searchInputPlaceholder: string;
30
+ changeLanguage: string;
31
+ };
32
+ };
33
+ uiSelect: {
34
+ translations: {
35
+ searchInputPlaceholder: string;
36
+ notFound: string;
37
+ multipleSelectedText: string;
38
+ };
39
+ };
40
+ uiTable: {
41
+ translations: {
42
+ noData: string;
43
+ };
44
+ };
45
+ uiPagination: {
46
+ translations: {
47
+ show: string;
48
+ from: string;
49
+ };
50
+ };
51
+ uiConfirm: {
52
+ translations: {
53
+ confirmBtn: string;
54
+ cancelBtn: string;
55
+ };
56
+ };
57
+ uiDragAndDrop: {
58
+ translations: {
59
+ file: string;
60
+ dragOr: string;
61
+ selectHere: string;
62
+ cancel: string;
63
+ };
64
+ };
65
+ uiNotification: {
66
+ translations: {
67
+ error: string;
68
+ success: string;
69
+ infoTitle: string;
70
+ };
71
+ };
72
+ uiChat: {
73
+ dateFormat: string;
74
+ dateTimeFormat: string;
75
+ timezone?: string;
76
+ translations: {
77
+ newTicket: string;
78
+ ticket: string;
79
+ actions: string;
80
+ remindAboutTicket: string;
81
+ changeOperator: string;
82
+ closeTicket: string;
83
+ reopenTicket: string;
84
+ defaultMessage: string;
85
+ messagePlaceholder: string;
86
+ maxFiles: string;
87
+ supportsFormats: string;
88
+ managerAlert: string;
89
+ };
90
+ };
91
+ }
92
+ export declare const config: {
93
+ locale: string;
94
+ uiDatePicker: {
95
+ beginDate: string;
96
+ modelValueFormat: string;
97
+ modelValueFormatTime: string;
98
+ inputFormat: string;
99
+ inputFormatTime: string;
100
+ translations: {
101
+ invalidDate: string;
102
+ yesterdayPlaceholder: string;
103
+ yearLabelSuffix: string;
104
+ emptyPlaceholder: string;
105
+ applyButton: string;
106
+ clearButton: string;
107
+ inputLabelStart: string;
108
+ inputLabelEnd: string;
109
+ presetToday: string;
110
+ presetWeek: string;
111
+ presetMonth: string;
112
+ presetQuarter: string;
113
+ presetYear: string;
114
+ presetAllTime: string;
115
+ };
116
+ };
117
+ uiLanguages: {
118
+ translations: {
119
+ modalSearchNotFound: string;
120
+ searchInputPlaceholder: string;
121
+ changeLanguage: string;
122
+ };
123
+ };
124
+ uiSelect: {
125
+ translations: {
126
+ searchInputPlaceholder: string;
127
+ notFound: string;
128
+ multipleSelectedText: string;
129
+ };
130
+ };
131
+ uiTable: {
132
+ translations: {
133
+ noData: string;
134
+ };
135
+ };
136
+ uiPagination: {
137
+ translations: {
138
+ show: string;
139
+ from: string;
140
+ };
141
+ };
142
+ uiConfirm: {
143
+ translations: {
144
+ confirmBtn: string;
145
+ cancelBtn: string;
146
+ };
147
+ };
148
+ uiDragAndDrop: {
149
+ translations: {
150
+ file: string;
151
+ dragOr: string;
152
+ selectHere: string;
153
+ cancel: string;
154
+ };
155
+ };
156
+ uiNotification: {
157
+ translations: {
158
+ error: string;
159
+ success: string;
160
+ infoTitle: string;
161
+ };
162
+ };
163
+ uiChat: {
164
+ dateFormat: string;
165
+ dateTimeFormat: string;
166
+ timezone?: string | undefined;
167
+ translations: {
168
+ newTicket: string;
169
+ ticket: string;
170
+ actions: string;
171
+ remindAboutTicket: string;
172
+ changeOperator: string;
173
+ closeTicket: string;
174
+ reopenTicket: string;
175
+ defaultMessage: string;
176
+ messagePlaceholder: string;
177
+ maxFiles: string;
178
+ supportsFormats: string;
179
+ managerAlert: string;
180
+ };
181
+ };
182
+ };
@@ -0,0 +1,55 @@
1
+ export { default as addAnimation } from '../assets/others/animations/add.json';
2
+ export { default as addCircleAnimation } from '../assets/others/animations/add-circle.json';
3
+ export { default as autoPayAnimation } from '../assets/others/animations/auto-pay.json';
4
+ export { default as balanceChangeAnimation } from '../assets/others/animations/balanceChange.json';
5
+ export { default as blockAnimation } from '../assets/others/animations/block.json';
6
+ export { default as buyCardAnimation } from '../assets/others/animations/buy-card.json';
7
+ export { default as cardAnimation } from '../assets/others/animations/card.json';
8
+ export { default as closeAnimation } from '../assets/others/animations/close.json';
9
+ export { default as copyAnimation } from '../assets/others/animations/copy.json';
10
+ export { default as dashboardAnimation } from '../assets/others/animations/dashboard.json';
11
+ export { default as dashboardBetweenButtonAnimation } from '../assets/others/animations/dashboardBetweenButton.json';
12
+ export { default as dashboardTopupButtonAnimation } from '../assets/others/animations/dashboardTopupButton.json';
13
+ export { default as deleteAnimation } from '../assets/others/animations/delete.json';
14
+ export { default as documentAnimation } from '../assets/others/animations/document.json';
15
+ export { default as documentationAnimation } from '../assets/others/animations/documentation.json';
16
+ export { default as dollarAnimation } from '../assets/others/animations/dollar.json';
17
+ export { default as downloadAnimation } from '../assets/others/animations/download.json';
18
+ export { default as download2Animation } from '../assets/others/animations/download-2.json';
19
+ export { default as errorsAnimation } from '../assets/others/animations/errors.json';
20
+ export { default as gridAnimation } from '../assets/others/animations/grid.json';
21
+ export { default as gridOutlineAnimation } from '../assets/others/animations/grid-outline.json';
22
+ export { default as hnyAnimation } from '../assets/others/animations/hny.json';
23
+ export { default as input1Animation } from '../assets/others/animations/input-1.json';
24
+ export { default as instrumentyAnimation } from '../assets/others/animations/Instrumenty.json';
25
+ export { default as kycAnimation } from '../assets/others/animations/kyc.json';
26
+ export { default as languageAnimation } from '../assets/others/animations/language.json';
27
+ export { default as listAnimation } from '../assets/others/animations/list.json';
28
+ export { default as loginAnimation } from '../assets/others/animations/login.json';
29
+ export { default as menuInAnimation } from '../assets/others/animations/menu-in.json';
30
+ export { default as menuOutAnimation } from '../assets/others/animations/menu-out.json';
31
+ export { default as myAppAnimation } from '../assets/others/animations/my-app.json';
32
+ export { default as newWindowsAnimation } from '../assets/others/animations/new-windows.json';
33
+ export { default as notificationsAnimation } from '../assets/others/animations/notifications.json';
34
+ export { default as personAnimation } from '../assets/others/animations/person.json';
35
+ export { default as referralAnimation } from '../assets/others/animations/refferal.json';
36
+ export { default as revenueAnimation } from '../assets/others/animations/revenue.json';
37
+ export { default as searchAnimation } from '../assets/others/animations/search.json';
38
+ export { default as securityAnimation } from '../assets/others/animations/security.json';
39
+ export { default as settingsAnimation } from '../assets/others/animations/settings.json';
40
+ export { default as settings1Animation } from '../assets/others/animations/settings 1.json';
41
+ export { default as settings2Animation } from '../assets/others/animations/settings 2.json';
42
+ export { default as sidebarAnimation } from '../assets/others/animations/sidebar.json';
43
+ export { default as sortAnimation } from '../assets/others/animations/sort.json';
44
+ export { default as statisticsAnimation } from '../assets/others/animations/statistics.json';
45
+ export { default as supportAnimation } from '../assets/others/animations/support.json';
46
+ export { default as support2Animation } from '../assets/others/animations/support-2.json';
47
+ export { default as teamAnimation } from '../assets/others/animations/team.json';
48
+ export { default as team1Animation } from '../assets/others/animations/team_1.json';
49
+ export { default as telegramAnimation } from '../assets/others/animations/telegram.json';
50
+ export { default as toolsAnimation } from '../assets/others/animations/tools.json';
51
+ export { default as transactionAnimation } from '../assets/others/animations/transaction.json';
52
+ export { default as transactionsAnimation } from '../assets/others/animations/transactions.json';
53
+ export { default as twoArrowOutlineAnimation } from '../assets/others/animations/two-arrow-outline.json';
54
+ export { default as wifiProxyAnimation } from '../assets/others/animations/wifi-proxy.json';
55
+ export { default as wifiProxy2Animation } from '../assets/others/animations/wifi-proxy-2.json';
@@ -0,0 +1 @@
1
+ export declare function isMobileDevice(): boolean;
@@ -0,0 +1,5 @@
1
+ export declare const svgList100: readonly ["account-balance 1", "account-balance_wallet 2", "account-circle_off", "add 1", "add-ad", "add-card", "add-circle 1", "add-link", "admin-panel_settings", "alternate-email 1", "apps 1", "archive", "arrow-back", "arrow-downward", "arrow-drop_down 1", "arrow-drop_up", "arrow-forward", "arrow-left", "arrow-right", "arrow-upward", "assignment-ind 1", "attach-file_add", "attach-money", "attachment", "autorenew 1", "block 1", "bookmark 1", "border-color 1", "calendar-month 1", "call 1", "campaign 1", "cancel 1", "chat 1", "check-circle 1", "chevron-left 1", "chevron-right 1", "close 1", "content-copy 1", "contract 1", "contract-delete 1", "control_point", "corporate_fare", "credit-card", "currency-exchange", "cutlery", "dataset", "date-range 1", "delete", "description", "dns", "done 1", "done", "download", "drive-file_move", "edit-square 1", "edit", "error 2", "event-upcoming", "expand-less 2", "expand-more 2", "familiar-face_and_zone 1", "file-copy 1", "file-open 1", "filter", "flash-on", "front-hand", "google-wifi", "grid-view 1", "group 3", "group-add 2", "group-add 7", "groups 2", "handshake", "handyman", "help 3", "history 2", "home", "hourglass-empty 1", "iframe 1", "image 1", "info (1) 1", "input", "inventory", "jamboard-kiosk", "key 2", "language-2", "language", "linked-services", "list", "location-away", "lock 1", "logout", "mail 1", "menu 1", "mintmark 1", "minus", "monitoring", "more-horiz 1", "more-vert", "motion-photos_auto 1", "new-label 1", "new-windows", "not-started", "notifications 1", "notifications-active 1", "notifications-off 1", "paid", "payments 2", "person 2", "person-kyc", "play-circle", "price-change", "price-check 1", "progress-activity", "qr-code_scanner 1", "request-quote", "reviews 2", "schedule 1", "search 1", "send 1", "sentiment-sadness", "sentiment-satisfied (1) 1", "settings", "shadow-add 1", "shopping-cart 1", "signal-cellular-1-bar", "signal-cellular-3-bar", "signal-cellular-4-bar", "signal-cellular_alt", "signal-wifi_statusbar_not_connected", "smartphone", "smb-share", "sort", "splitscreen-add-1", "splitscreen-add", "splitscreen-succes", "star 1", "support-agent 2", "sync-alt 2", "thumbs-up_down 1", "timeline", "tune 1", "unarchive", "verified-user 1", "verified", "visibility 1", "visibility-off 1", "warning 1", "wifi-proxy"];
2
+ export declare const svgListflags: readonly ["ar", "be", "bg", "bn", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hi", "hu", "id", "it", "ja", "ko", "lt", "lv", "nb", "nl", "pl", "pt", "ro", "ru", "sk", "sl", "sv", "sw", "tr", "uk", "vi", "zh"];
3
+ export declare const svgList400: readonly ["account-balance-wallet", "account-balance", "account-circle-off", "add-ad", "add-card", "add-circle", "add-link", "add", "admin-panel-settings", "alternate-email", "apps", "archive", "arrow-back", "arrow-downward 1", "arrow-drop-down 1", "arrow-drop-up", "arrow-forward 1", "arrow-left", "arrow-right", "arrow-upward", "assignment-ind", "attach-file-add", "attach-money", "attachment", "autorenew 1", "block", "bookmark", "border-color", "calendar-month", "call", "campaign", "cancel", "chat", "check-circle", "chevron-left 1", "chevron-right", "close", "content-copy", "contract-delete", "contract", "control_point", "corporate-fare", "credit-card", "currency-exchange", "cutlery", "dataset", "date-range", "delete", "description (1)", "dns", "done 1", "done", "download", "drive-file-move", "edit-square", "edit", "error", "event-upcoming", "familiar-face-and-zone", "file-copy", "file-open", "filter", "flash-on", "front-hand", "google-wifi", "grid-view", "group-add 1", "group", "groups", "handshake", "handyman", "help", "history", "home", "hourglass-empty", "iframe", "image", "info", "input", "inventory-2", "jamboard-kiosk", "key", "keyboard-arrow-down", "keyboard-arrow-up", "language-2", "language", "linked-services", "list", "location_away", "lock", "logout", "mail", "menu", "mintmark", "minus", "monitoring", "more-horiz", "more-vert", "motion-photos-auto", "new-label", "new-windows", "not-started", "notifications-active", "notifications-off", "notifications", "paid", "payments", "person", "play-circle", "price-change", "price-check", "progress-activity", "qr-code-scanner", "request-quote", "reviews", "schedule 1", "search", "send", "sentiment-satisfied", "settings", "shadow-add", "shopping-cart", "signal-cellular-1-bar", "signal-cellular-3-bar", "signal-cellular-4-bar", "signal-cellular-alt", "signal-wifi-statusbar-not_connected", "smartphone", "smb-share", "sort", "splitscreen-add", "splitscreen-close", "splitscreen-succes", "star", "support-agent", "sync-alt", "thumbs-up-down", "timeline", "tune", "unarchive", "verified-user", "verified", "visibility-off", "visibility", "warning", "wifi-proxy"];
4
+ export declare const svgListsocial: readonly ["appgallery", "bugdroid", "Google play", "instagram", "logo_facebook", "logo_google", "mail", "Pinterest", "Spotify", "telegram-2", "telegram", "tiktok", "Twitch", "twitter", "Vkontakte", "WeChat", "Whatsapp", "windows", "WireGuard", "Yandex", "youtube"];
5
+ export declare const svgListfilled: readonly ["account-balance-wallet", "account-balance", "account-circle-off", "add-ad", "add-card", "add-circle", "add-link", "add", "admin-panel-settings", "alternate-email", "apps", "archive", "arrow-back", "arrow-downward", "arrow-drop-down", "arrow-drop-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-upward", "assignment-ind", "attach-file-add", "attach-money", "attachment", "autorenew", "block", "bookmark", "border-color", "calendar-month", "call", "campaign", "cancel", "chat", "check-circle", "chevron-left", "chevron-right", "close", "content-copy", "contract-delete", "contract", "control_point", "corporate-fare", "credit-card", "currency-exchange", "cutlery", "dataset", "date-range", "delete", "description", "dns", "done 1", "done", "download", "drive-file-move", "edit-square", "edit", "error", "event-upcoming", "familiar-face-and-zone", "file-copy", "file-open", "filter", "flash-on", "front-hand", "google-wifi", "grid-view", "group-add", "group", "groups", "handshake", "handyman", "help", "history", "home", "hourglass-empty", "iframe", "image", "info", "input", "inventory", "jamboard-kiosk", "key", "keyboard-arrow-down", "keyboard-arrow-up", "language-2", "language", "linked-services", "list", "location", "lock", "logout", "mail", "menu", "mintmark", "minus", "monitoring", "more-horiz", "more-vert", "motion-photos-auto", "new-label", "new-windows", "not-started", "notifications-active", "notifications-off", "notifications", "paid", "payments", "person", "play-circle", "price-change", "price-check", "progress-activity", "qr-code-scanner", "request-quote", "reviews", "schedule", "search", "send", "sentiment-satisfied", "settings", "shadow-add", "shopping-cart", "signal-cellular--bar", "signal-cellular-3-bar", "signal-cellular-4-bar", "signal-cellular-alt", "signal-wifi-statusbar-not-connected", "smartphone", "smb-share", "sort", "splitscreen-add", "splitscreen-close", "splitscreen-succes", "star", "support-agent", "sync-alt", "thumbs-up-down", "timeline", "tune", "unarchive", "verified-user", "verified", "visibility-off", "visibility", "warning", "wifi-proxy"];
@@ -0,0 +1 @@
1
+ export declare function toogleHiddenClass(value: boolean): void;