sep-yui 0.1.4 → 0.1.6
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/common/dataTestidProps.d.ts +3 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +26 -1
- package/dist/components/Accordion/interfaces/interfaces.d.ts +4 -0
- package/dist/components/Badges/Badges.vue.d.ts +3 -0
- package/dist/components/Badges/interface/interface.d.ts +2 -1
- package/dist/components/BreadCrumbs/BreadCrumbs.vue.d.ts +9 -3
- package/dist/components/BreadCrumbs/interface/interface.d.ts +3 -1
- package/dist/components/Button/Button.vue.d.ts +3 -0
- package/dist/components/Button/enum/enum.d.ts +2 -1
- package/dist/components/Button/interface/interface.d.ts +2 -1
- package/dist/components/Card/Card.vue.d.ts +26 -1
- package/dist/components/Card/interface/interface.d.ts +4 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -0
- package/dist/components/Checkbox/interface/interface.d.ts +2 -1
- package/dist/components/CircularProgress/CircularProgress.vue.d.ts +7 -1
- package/dist/components/CircularProgress/interface/interface.d.ts +3 -1
- package/dist/components/CopyIcon/CopyIcon.vue.d.ts +3 -0
- package/dist/components/CopyIcon/interface/interface.d.ts +3 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +17 -3
- package/dist/components/Dialog/interface/interface.d.ts +3 -1
- package/dist/components/DragAndDrop/DragAndDrop.vue.d.ts +3 -0
- package/dist/components/DragAndDrop/interface/interface.d.ts +3 -1
- package/dist/components/Filter/Filter.vue.d.ts +3 -0
- package/dist/components/Filter/interface/interface.d.ts +2 -1
- package/dist/components/FilterTag/FilterTag.vue.d.ts +4 -1
- package/dist/components/FilterTag/interface/interface.d.ts +3 -2
- package/dist/components/Icon/Icon.vue.d.ts +3 -0
- package/dist/components/Icon/interface/interface.d.ts +2 -1
- package/dist/components/Input/Input.vue.d.ts +3 -0
- package/dist/components/Input/interface/interface.d.ts +2 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts +3 -0
- package/dist/components/InputNumber/interface/interface.d.ts +2 -1
- package/dist/components/Loader/Loader.vue.d.ts +3 -0
- package/dist/components/Loader/interfaces/interfaces.d.ts +3 -1
- package/dist/components/Modal/Modal.vue.d.ts +3 -1
- package/dist/components/Modal/ModalAnimated.vue.d.ts +17 -3
- package/dist/components/Modal/interface/interface.d.ts +3 -1
- package/dist/components/Notification/Notification.vue.d.ts +3 -0
- package/dist/components/Notification/interface/interface.d.ts +2 -1
- package/dist/components/Picture/Picture.vue.d.ts +7 -1
- package/dist/components/Picture/interface/interface.d.ts +2 -1
- package/dist/components/Popover/Popover.vue.d.ts +7 -1
- package/dist/components/Popover/PopoverHover.vue.d.ts +3 -0
- package/dist/components/Popover/interface/interface.d.ts +5 -2
- package/dist/components/Range/Range.vue.d.ts +9 -0
- package/dist/components/Range/interface/interface.d.ts +3 -1
- package/dist/components/ScrollWrapper/ScrollWrapperNew.vue.d.ts +48 -0
- package/dist/components/ScrollWrapper/extension/use-horizont-track.d.ts +18 -0
- package/dist/components/ScrollWrapper/extension/use-vertical-track.d.ts +18 -0
- package/dist/components/ScrollWrapper/interface/interface.d.ts +5 -0
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts +9 -3
- package/dist/components/Scrollbar/interface/scroll.d.ts +3 -1
- package/dist/components/Search/History.vue.d.ts +17 -3
- package/dist/components/Search/Search.vue.d.ts +3 -0
- package/dist/components/Search/SearchResult.vue.d.ts +17 -3
- package/dist/components/Search/interface/interface.d.ts +2 -1
- package/dist/components/Select/BaseFilter.vue.d.ts +9 -0
- package/dist/components/Select/ChoosenMiniOptions.vue.d.ts +17 -3
- package/dist/components/Select/Combobox.vue.d.ts +2 -0
- package/dist/components/Select/Dropdown.vue.d.ts +3 -0
- package/dist/components/Select/Filter.vue.d.ts +3 -0
- package/dist/components/Select/Options.vue.d.ts +9 -3
- package/dist/components/Select/SelectList.vue.d.ts +3 -0
- package/dist/components/Select/interface/interface.d.ts +5 -3
- package/dist/components/Slider/Slider.vue.d.ts +8 -2
- package/dist/components/Slider/interface/interface.d.ts +3 -1
- package/dist/components/Switch/Switch.vue.d.ts +9 -3
- package/dist/components/Switch/interface/interface.d.ts +3 -1
- package/dist/components/Table/HeadTableRow.vue.d.ts +26 -1
- package/dist/components/Table/HeadTableRowNew.vue.d.ts +11 -0
- package/dist/components/Table/SectionTableRow.vue.d.ts +15 -1
- package/dist/components/Table/Table.vue.d.ts +3 -0
- package/dist/components/Table/TableNew.vue.d.ts +28 -0
- package/dist/components/Table/TableRow.vue.d.ts +3 -0
- package/dist/components/Table/TableRowNew.vue.d.ts +38 -0
- package/dist/components/Table/TableTd.vue.d.ts +3 -0
- package/dist/components/Table/TableTh.vue.d.ts +3 -0
- package/dist/components/Table/interface/interface.d.ts +12 -4
- package/dist/components/Textarea/Textarea.vue.d.ts +3 -0
- package/dist/components/Textarea/interface/interface.d.ts +2 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts +3 -0
- package/dist/components/Tooltip/interface/interface.d.ts +3 -1
- package/dist/components/UserMenu/UserMenu.vue.d.ts +9 -3
- package/dist/components/UserMenu/interface/interface.d.ts +2 -1
- package/dist/components/index.d.ts +5 -1
- package/dist/helpers/vue-plugin-remove-testid.d.ts +8 -0
- package/dist/sep-yui.es.ts +9005 -8080
- package/dist/sep-yui.umd.ts +25 -25
- package/dist/style.css +1 -1
- package/package.json +2 -2
@@ -1,9 +1,34 @@
|
|
1
|
+
import { IHeadTableRowProps } from './interface/interface';
|
2
|
+
|
1
3
|
declare function __VLS_template(): {
|
2
4
|
default?(_: {}): any;
|
3
5
|
};
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
|
7
|
+
dataTestid: string;
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
|
9
|
+
dataTestid: string;
|
10
|
+
}>>>, {
|
11
|
+
dataTestid: string;
|
12
|
+
}, {}>;
|
5
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
6
14
|
export default _default;
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
19
|
+
} : {
|
20
|
+
type: import('vue').PropType<T[K]>;
|
21
|
+
required: true;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
26
|
+
default: D[K];
|
27
|
+
}> : P[K];
|
28
|
+
};
|
29
|
+
type __VLS_Prettify<T> = {
|
30
|
+
[K in keyof T]: T[K];
|
31
|
+
} & {};
|
7
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
8
33
|
new (): {
|
9
34
|
$slots: S;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
declare function __VLS_template(): {
|
2
|
+
default?(_: {}): any;
|
3
|
+
};
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
6
|
+
export default _default;
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
8
|
+
new (): {
|
9
|
+
$slots: S;
|
10
|
+
};
|
11
|
+
};
|
@@ -3,7 +3,13 @@ import { ISectionTableRow } from './interface/interface';
|
|
3
3
|
declare function __VLS_template(): {
|
4
4
|
default?(_: {}): any;
|
5
5
|
};
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
|
7
|
+
dataTestid: string;
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
|
9
|
+
dataTestid: string;
|
10
|
+
}>>>, {
|
11
|
+
dataTestid: string;
|
12
|
+
}, {}>;
|
7
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
8
14
|
export default _default;
|
9
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -15,6 +21,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
21
|
required: true;
|
16
22
|
};
|
17
23
|
};
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
26
|
+
default: D[K];
|
27
|
+
}> : P[K];
|
28
|
+
};
|
29
|
+
type __VLS_Prettify<T> = {
|
30
|
+
[K in keyof T]: T[K];
|
31
|
+
} & {};
|
18
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
19
33
|
new (): {
|
20
34
|
$slots: S;
|
@@ -12,6 +12,7 @@ declare function __VLS_template(): {
|
|
12
12
|
};
|
13
13
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
|
14
14
|
isShowVerticalScroll: boolean;
|
15
|
+
dataTestid: string;
|
15
16
|
}>, {
|
16
17
|
scrollToTop: () => void;
|
17
18
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
@@ -19,10 +20,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
19
20
|
"unmount-intersection": () => void;
|
20
21
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
|
21
22
|
isShowVerticalScroll: boolean;
|
23
|
+
dataTestid: string;
|
22
24
|
}>>> & {
|
23
25
|
onUnmountScroll?: ((event: Event) => any) | undefined;
|
24
26
|
"onUnmount-intersection"?: (() => any) | undefined;
|
25
27
|
}, {
|
28
|
+
dataTestid: string;
|
26
29
|
isShowVerticalScroll: boolean;
|
27
30
|
}, {}>;
|
28
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
declare function __VLS_template(): {
|
2
|
+
default?(_: {}): any;
|
3
|
+
colspan?(_: {}): any;
|
4
|
+
head?(_: {}): any;
|
5
|
+
search?(_: {}): any;
|
6
|
+
"body-group"?(_: {}): any;
|
7
|
+
body?(_: {}): any;
|
8
|
+
};
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
10
|
+
scrollToTop: () => void;
|
11
|
+
setHeightSlot: (() => void) | undefined;
|
12
|
+
tbodyRef: import('vue').Ref<HTMLElement | null>;
|
13
|
+
tableRef: import('vue').Ref<HTMLElement | null>;
|
14
|
+
theadRef: import('vue').Ref<HTMLElement | null>;
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
16
|
+
"unmount-scroll": (event: Event) => void;
|
17
|
+
"unmount-intersection": () => void;
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
19
|
+
"onUnmount-scroll"?: ((event: Event) => any) | undefined;
|
20
|
+
"onUnmount-intersection"?: (() => any) | undefined;
|
21
|
+
}, {}, {}>;
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
23
|
+
export default _default;
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
25
|
+
new (): {
|
26
|
+
$slots: S;
|
27
|
+
};
|
28
|
+
};
|
@@ -6,10 +6,13 @@ declare function __VLS_template(): {
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
|
7
7
|
type: string;
|
8
8
|
colspan: number;
|
9
|
+
dataTestid: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
|
10
11
|
type: string;
|
11
12
|
colspan: number;
|
13
|
+
dataTestid: string;
|
12
14
|
}>>>, {
|
15
|
+
dataTestid: string;
|
13
16
|
type: import('./interface/interface').TTableRow;
|
14
17
|
}, {}>;
|
15
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { ITableRow } from './interface/interface';
|
2
|
+
|
3
|
+
declare function __VLS_template(): {
|
4
|
+
default?(_: {}): any;
|
5
|
+
};
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
|
7
|
+
type: string;
|
8
|
+
colspan: number;
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
|
10
|
+
type: string;
|
11
|
+
colspan: number;
|
12
|
+
}>>>, {
|
13
|
+
type: import('./interface/interface').TTableRow;
|
14
|
+
}, {}>;
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
16
|
+
export default _default;
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
21
|
+
} : {
|
22
|
+
type: import('vue').PropType<T[K]>;
|
23
|
+
required: true;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
28
|
+
default: D[K];
|
29
|
+
}> : P[K];
|
30
|
+
};
|
31
|
+
type __VLS_Prettify<T> = {
|
32
|
+
[K in keyof T]: T[K];
|
33
|
+
} & {};
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
35
|
+
new (): {
|
36
|
+
$slots: S;
|
37
|
+
};
|
38
|
+
};
|
@@ -6,10 +6,13 @@ declare function __VLS_template(): {
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
|
7
7
|
colspan: number;
|
8
8
|
rowspan: number;
|
9
|
+
dataTestid: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
|
10
11
|
colspan: number;
|
11
12
|
rowspan: number;
|
13
|
+
dataTestid: string;
|
12
14
|
}>>>, {
|
15
|
+
dataTestid: string;
|
13
16
|
colspan: number | string;
|
14
17
|
rowspan: number | string;
|
15
18
|
}, {}>;
|
@@ -6,10 +6,13 @@ declare function __VLS_template(): {
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
|
7
7
|
colspan: number;
|
8
8
|
rowspan: number;
|
9
|
+
dataTestid: string;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
|
10
11
|
colspan: number;
|
11
12
|
rowspan: number;
|
13
|
+
dataTestid: string;
|
12
14
|
}>>>, {
|
15
|
+
dataTestid: string;
|
13
16
|
colspan: number | string;
|
14
17
|
rowspan: number | string;
|
15
18
|
}, {}>;
|
@@ -1,18 +1,26 @@
|
|
1
|
+
import { IDataTestIdProp } from '../../../common/dataTestidProps';
|
2
|
+
|
1
3
|
export interface ISectionTable<T> {
|
2
4
|
title?: string;
|
3
5
|
values: T[];
|
4
6
|
}
|
5
7
|
export type TTableRow = 'selected' | 'default';
|
6
|
-
export interface ITableRow {
|
8
|
+
export interface ITableRow extends IDataTestIdProp {
|
7
9
|
type?: TTableRow;
|
8
10
|
}
|
9
|
-
export interface ISectionTableRow {
|
11
|
+
export interface ISectionTableRow extends IDataTestIdProp {
|
10
12
|
colspan: number | string;
|
11
13
|
}
|
12
|
-
export interface ITableTd {
|
14
|
+
export interface ITableTd extends IDataTestIdProp {
|
13
15
|
colspan?: number | string;
|
14
16
|
rowspan?: number | string;
|
15
17
|
}
|
16
|
-
export interface ITableProps {
|
18
|
+
export interface ITableProps extends IDataTestIdProp {
|
17
19
|
isShowVerticalScroll?: boolean;
|
18
20
|
}
|
21
|
+
export interface ITableEmit {
|
22
|
+
(e: 'unmount-scroll', event: Event): void;
|
23
|
+
(e: 'unmount-intersection'): void;
|
24
|
+
}
|
25
|
+
export interface IHeadTableRowProps extends IDataTestIdProp {
|
26
|
+
}
|
@@ -5,6 +5,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
5
5
|
required: boolean;
|
6
6
|
modelValue: string;
|
7
7
|
readonly: boolean;
|
8
|
+
dataTestid: string;
|
8
9
|
type: TextareaTypeEnum;
|
9
10
|
modelModifiers: () => {};
|
10
11
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
@@ -13,11 +14,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
13
14
|
required: boolean;
|
14
15
|
modelValue: string;
|
15
16
|
readonly: boolean;
|
17
|
+
dataTestid: string;
|
16
18
|
type: TextareaTypeEnum;
|
17
19
|
modelModifiers: () => {};
|
18
20
|
}>>> & {
|
19
21
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
20
22
|
}, {
|
23
|
+
dataTestid: string;
|
21
24
|
type: TextareaTypeEnum;
|
22
25
|
required: boolean;
|
23
26
|
modelValue: string;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { TextareaTypeEnum } from '../enum';
|
2
|
+
import { IDataTestIdProp } from '../../../common/dataTestidProps';
|
2
3
|
|
3
|
-
export interface ITextareaProps {
|
4
|
+
export interface ITextareaProps extends IDataTestIdProp {
|
4
5
|
placeholder?: string;
|
5
6
|
inputMessage?: string;
|
6
7
|
required?: boolean;
|
@@ -9,13 +9,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
9
9
|
position: string;
|
10
10
|
size: string;
|
11
11
|
type: string;
|
12
|
+
dataTestid: string;
|
12
13
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITooltipProps>, {
|
13
14
|
isShow: boolean;
|
14
15
|
isCanShow: boolean;
|
15
16
|
position: string;
|
16
17
|
size: string;
|
17
18
|
type: string;
|
19
|
+
dataTestid: string;
|
18
20
|
}>>>, {
|
21
|
+
dataTestid: string;
|
19
22
|
type: import('./interface/interface').TTooltipType;
|
20
23
|
size: import('./interface/interface').TTooltipSize;
|
21
24
|
position: import('./interface/interface').TTooltipPosition;
|
@@ -1,7 +1,9 @@
|
|
1
|
+
import { IDataTestIdProp } from '../../../common/dataTestidProps';
|
2
|
+
|
1
3
|
export type TTooltipPosition = 'bottom-right' | 'bottom-left' | 'bottom-center' | 'top-right' | 'top-left' | 'top-center' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
|
2
4
|
export type TTooltipSize = 'small' | 'medium' | 'large';
|
3
5
|
export type TTooltipType = 'white' | 'black' | 'blue';
|
4
|
-
export interface ITooltipProps {
|
6
|
+
export interface ITooltipProps extends IDataTestIdProp {
|
5
7
|
hint: string;
|
6
8
|
isShow?: boolean;
|
7
9
|
isCanShow?: boolean;
|
@@ -2,15 +2,21 @@ import { IMenuProps } from './interface/interface';
|
|
2
2
|
import { MenuTypeEnum } from './enum/enum';
|
3
3
|
import { IChangeSwitchEmit } from '../Switch/interface/interface';
|
4
4
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMenuProps>, {
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMenuProps>, {
|
6
|
+
dataTestid: string;
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
6
8
|
click: (type: MenuTypeEnum) => void;
|
7
9
|
themeChange: (value: boolean) => void;
|
8
10
|
languageSwitch: (value: IChangeSwitchEmit) => void;
|
9
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMenuProps>, {
|
11
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IMenuProps>, {
|
12
|
+
dataTestid: string;
|
13
|
+
}>>> & {
|
10
14
|
onClick?: ((type: MenuTypeEnum) => any) | undefined;
|
11
15
|
onThemeChange?: ((value: boolean) => any) | undefined;
|
12
16
|
onLanguageSwitch?: ((value: IChangeSwitchEmit) => any) | undefined;
|
13
|
-
}, {
|
17
|
+
}, {
|
18
|
+
dataTestid: string;
|
19
|
+
}, {}>;
|
14
20
|
export default _default;
|
15
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
16
22
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { ISwitchProps } from '../../Switch/interface/interface';
|
2
|
+
import { IDataTestIdProp } from '../../../common/dataTestidProps';
|
2
3
|
|
3
4
|
type userType = {
|
4
5
|
name: string;
|
@@ -14,7 +15,7 @@ export interface IMenuLanguagesProps {
|
|
14
15
|
export interface IThemeProps {
|
15
16
|
isBlackTheme?: boolean;
|
16
17
|
}
|
17
|
-
export interface IMenuProps extends IAdminPanel, IMenuLanguagesProps, IThemeProps {
|
18
|
+
export interface IMenuProps extends IAdminPanel, IMenuLanguagesProps, IThemeProps, IDataTestIdProp {
|
18
19
|
closeAfterClick?: boolean;
|
19
20
|
}
|
20
21
|
export {};
|
@@ -45,9 +45,13 @@ import { default as BaseFilter } from './Select/BaseFilter.vue';
|
|
45
45
|
import { IRangeForDatePicker } from './Calendar/interfaces/interfaces';
|
46
46
|
import { OptionsObject } from './Select/interface/interface';
|
47
47
|
import { default as Range } from './Range/Range.vue';
|
48
|
+
import { default as TableNew } from './Table/TableNew.vue';
|
49
|
+
import { default as TableRowNew } from './Table/TableRowNew.vue';
|
50
|
+
import { default as HeadTableRowNew } from './Table/HeadTableRowNew.vue';
|
51
|
+
import { IDialogProps } from './Modal/interface/interface';
|
48
52
|
|
49
53
|
declare const _default: {
|
50
54
|
install: (app: App) => void;
|
51
55
|
};
|
52
56
|
export default _default;
|
53
|
-
export { Accordion, Badges, BreadCrumbs, Button, Dialog, Card, Calendar, DragAndDrop, Switch, SelectList, Dropdown, Textarea, Filter, Icon, Input, Combobox, InputNumber, Search, SelectFilter, PushNotification, Picture, Scroll, Modal, Slider, Checkbox, Toggle, UserMenu, CopyIcon, Loader, FilterTag, CircularProgress, Popover, Table, TableRow, TableTd, TableTh, SectionTableRow, HeadTableRow, PopoverHover, ScrollWrapper, Radio, Tooltip, BaseFilter, type IRangeForDatePicker, type OptionsObject, Range };
|
57
|
+
export { Accordion, Badges, BreadCrumbs, Button, Dialog, Card, Calendar, DragAndDrop, Switch, SelectList, Dropdown, Textarea, Filter, Icon, Input, Combobox, InputNumber, Search, SelectFilter, PushNotification, Picture, Scroll, Modal, Slider, Checkbox, Toggle, UserMenu, CopyIcon, Loader, FilterTag, CircularProgress, Popover, Table, TableNew, TableRow, TableRowNew, TableTd, TableTh, SectionTableRow, HeadTableRow, HeadTableRowNew, PopoverHover, ScrollWrapper, Radio, Tooltip, BaseFilter, type IRangeForDatePicker, type OptionsObject, Range, type IDialogProps };
|