sep-yui 0.1.103 → 0.1.104
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/Accordion/Accordion.vue.d.ts +4 -4
- package/dist/components/Avatar/Avatar.vue.d.ts +1 -1
- package/dist/components/Badges/Badges.vue.d.ts +7 -7
- package/dist/components/BreadCrumbs/BreadCrumbs.vue.d.ts +5 -5
- package/dist/components/Button/Button.vue.d.ts +5 -5
- package/dist/components/Calendar/Calendar.vue.d.ts +5 -5
- package/dist/components/Calendar/DataPickerChoose.vue.d.ts +5 -5
- package/dist/components/Calendar/DatePicker.vue.d.ts +6 -6
- package/dist/components/Calendar/DatePickerRange.vue.d.ts +6 -6
- package/dist/components/Calendar/PopoverWrapper.vue.d.ts +5 -5
- package/dist/components/Card/Card.vue.d.ts +4 -4
- package/dist/components/Checkbox/Checkbox.vue.d.ts +5 -5
- package/dist/components/CircularProgress/CircularProgress.vue.d.ts +4 -4
- package/dist/components/ContentEditor/ContentEditor.vue.d.ts +22 -0
- package/dist/components/ContentEditor/interfaces/content-editor.d.ts +7 -0
- package/dist/components/CopyIcon/CopyIcon.vue.d.ts +4 -4
- package/dist/components/Cropper/BaseCropper.vue.d.ts +44 -0
- package/dist/components/Cropper/ModalCroppedAvatar.vue.d.ts +39 -0
- package/dist/components/Cropper/extenstions/get-change-name-file.d.ts +2 -0
- package/dist/components/Cropper/extenstions/use-range.d.ts +14 -0
- package/dist/components/Cropper/interface/index.d.ts +14 -0
- package/dist/components/Dialog/Dialog.vue.d.ts +5 -5
- package/dist/components/DragAndDrop/DragAndDrop.vue.d.ts +5 -5
- package/dist/components/Filter/Filter.vue.d.ts +5 -5
- package/dist/components/FilterTag/FilterTag.vue.d.ts +6 -6
- package/dist/components/Icon/Icon.vue.d.ts +4 -4
- package/dist/components/Icon/enum/enum.d.ts +4 -1
- package/dist/components/Icon/icons.d.ts +2 -0
- package/dist/components/Input/Input.vue.d.ts +5 -5
- package/dist/components/InputNumber/InputNumber.vue.d.ts +7 -7
- package/dist/components/Loader/Loader.vue.d.ts +4 -4
- package/dist/components/Modal/Modal.vue.d.ts +21 -4
- package/dist/components/Modal/ModalAnimated.vue.d.ts +8 -5
- package/dist/components/Modal/interface/interface.d.ts +1 -0
- package/dist/components/Notification/Notification.vue.d.ts +6 -6
- package/dist/components/Picture/Picture.vue.d.ts +4 -4
- package/dist/components/Popover/Popover.vue.d.ts +5 -5
- package/dist/components/Popover/PopoverHover.vue.d.ts +4 -4
- package/dist/components/Radio/Radio.vue.d.ts +1 -1
- package/dist/components/Range/Range.vue.d.ts +10 -10
- package/dist/components/ScrollWrapper/ScrollWrapper.vue.d.ts +6 -6
- package/dist/components/ScrollWrapper/ScrollWrapperNew.vue.d.ts +6 -6
- package/dist/components/ScrollWrapper/extension/use-horizont-track.d.ts +2 -2
- package/dist/components/ScrollWrapper/extension/use-vertical-track.d.ts +2 -2
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts +6 -6
- package/dist/components/Search/History.vue.d.ts +9 -7
- package/dist/components/Search/Search.vue.d.ts +8 -8
- package/dist/components/Search/SearchResult.vue.d.ts +5 -5
- package/dist/components/Search/interface/interface.d.ts +3 -0
- package/dist/components/Select/BaseFilter.vue.d.ts +5 -5
- package/dist/components/Select/ChoosenMiniOptions.vue.d.ts +5 -5
- package/dist/components/Select/Combobox.vue.d.ts +3 -3
- package/dist/components/Select/Dropdown.vue.d.ts +5 -5
- package/dist/components/Select/Options.vue.d.ts +5 -5
- package/dist/components/Select/SelectList.vue.d.ts +5 -5
- package/dist/components/Slider/Slider.vue.d.ts +5 -5
- package/dist/components/Switch/Switch.vue.d.ts +5 -5
- package/dist/components/Table/HeadTableRow.vue.d.ts +4 -4
- package/dist/components/Table/HeadTableRowNew.vue.d.ts +4 -4
- package/dist/components/Table/SectionTableRow.vue.d.ts +4 -4
- package/dist/components/Table/Table.vue.d.ts +9 -9
- package/dist/components/Table/TableNew.vue.d.ts +9 -9
- package/dist/components/Table/TableRow.vue.d.ts +4 -4
- package/dist/components/Table/TableRowNew.vue.d.ts +4 -4
- package/dist/components/Table/TableSimple.vue.d.ts +8 -8
- package/dist/components/Table/TableTd.vue.d.ts +4 -4
- package/dist/components/Table/TableTh.vue.d.ts +4 -4
- package/dist/components/Tabs/Tabs.vue.d.ts +5 -5
- package/dist/components/Textarea/Textarea.vue.d.ts +5 -5
- package/dist/components/Toggle/Toggle.vue.d.ts +5 -5
- package/dist/components/Tooltip/Tooltip.vue.d.ts +4 -4
- package/dist/components/UserMenu/UserMenu.vue.d.ts +5 -5
- package/dist/components/index.d.ts +5 -1
- package/dist/extenstions/modal.d.ts +14 -0
- package/dist/extenstions/search.d.ts +9 -0
- package/dist/index.d.ts +1 -2
- package/dist/sep-yui.es.ts +46610 -17749
- package/dist/sep-yui.umd.ts +307 -204
- package/dist/style.css +1 -1
- package/package.json +9 -3
- package/dist/stores/modal.d.ts +0 -43
- package/dist/stores/search.d.ts +0 -12
|
@@ -4,13 +4,13 @@ declare function __VLS_template(): {
|
|
|
4
4
|
summary?(_: {}): any;
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAccordionProps>, {
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAccordionProps>, {
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}
|
|
9
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAccordionProps>, {
|
|
10
10
|
dataTestid: string;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
dataTestid: string;
|
|
13
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAvatar } from './interfaces/interfaces';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IAvatar
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IAvatar>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IAvatar>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
4
|
export default _default;
|
|
5
5
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
6
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { IBadgesProps } from './interface/interface';
|
|
2
2
|
import { BadgesTypeEnum } from './enum/enum';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBadgesProps>, {
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBadgesProps>, {
|
|
5
5
|
type: BadgesTypeEnum;
|
|
6
6
|
choosed: boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}
|
|
10
|
-
isSpanOverflow: import('vue').Ref<boolean>;
|
|
11
|
-
},
|
|
9
|
+
}>>, {
|
|
10
|
+
isSpanOverflow: import('vue').Ref<boolean, boolean>;
|
|
11
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
choose: (state: boolean, value?: string | undefined) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBadgesProps>, {
|
|
14
14
|
type: BadgesTypeEnum;
|
|
15
15
|
choosed: boolean;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
dataTestid: string;
|
|
18
|
-
}>>> & {
|
|
18
|
+
}>>> & Readonly<{
|
|
19
19
|
onChoose?: ((state: boolean, value?: string | undefined) => any) | undefined;
|
|
20
|
-
}
|
|
20
|
+
}>, {
|
|
21
21
|
dataTestid: string;
|
|
22
22
|
type: BadgesTypeEnum;
|
|
23
23
|
choosed: boolean;
|
|
24
24
|
disabled: boolean;
|
|
25
|
-
}, {}>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { IBreadCrumbsEmit, IBreadCrumbsProps } from './interface/interface';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBreadCrumbsProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBreadCrumbsProps>, {
|
|
4
4
|
dataTestid: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
click: (item: IBreadCrumbsEmit) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBreadCrumbsProps>, {
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}>>> & {
|
|
9
|
+
}>>> & Readonly<{
|
|
10
10
|
onClick?: ((item: IBreadCrumbsEmit) => any) | undefined;
|
|
11
|
-
}
|
|
11
|
+
}>, {
|
|
12
12
|
dataTestid: string;
|
|
13
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -7,14 +7,14 @@ declare function __VLS_template(): {
|
|
|
7
7
|
default?(_: {}): any;
|
|
8
8
|
"right-icon"?(_: {}): any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IButtonProps>, {
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IButtonProps>, {
|
|
11
11
|
disabled: boolean;
|
|
12
12
|
size: SizesEnum;
|
|
13
13
|
type: ButtonTypeEnum;
|
|
14
14
|
pill: boolean;
|
|
15
15
|
color: string;
|
|
16
16
|
dataTestid: string;
|
|
17
|
-
}
|
|
17
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
18
|
click: (event: MouseEvent | KeyboardEvent) => void;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IButtonProps>, {
|
|
20
20
|
disabled: boolean;
|
|
@@ -23,16 +23,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
23
23
|
pill: boolean;
|
|
24
24
|
color: string;
|
|
25
25
|
dataTestid: string;
|
|
26
|
-
}>>> & {
|
|
26
|
+
}>>> & Readonly<{
|
|
27
27
|
onClick?: ((event: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
28
|
-
}
|
|
28
|
+
}>, {
|
|
29
29
|
color: string;
|
|
30
30
|
dataTestid: string;
|
|
31
31
|
type: ButtonTypeEnum;
|
|
32
32
|
disabled: boolean;
|
|
33
33
|
size: SizesEnum.small | SizesEnum.medium | SizesEnum.large | SizesEnum.little;
|
|
34
34
|
pill: boolean;
|
|
35
|
-
}, {}>;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
37
37
|
export default _default;
|
|
38
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { IDatePickerProps, IRangeForDatePicker } from './interfaces/interfaces';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerProps>, {
|
|
4
4
|
dataTestid: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
change: (value: Date | IRangeForDatePicker | null) => void;
|
|
7
7
|
click: () => void;
|
|
8
8
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerProps>, {
|
|
9
9
|
dataTestid: string;
|
|
10
|
-
}>>> & {
|
|
10
|
+
}>>> & Readonly<{
|
|
11
11
|
onChange?: ((value: Date | IRangeForDatePicker | null) => any) | undefined;
|
|
12
12
|
onClick?: (() => any) | undefined;
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
dataTestid: string;
|
|
15
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { IDatePickerChooserProps } from './interfaces/interfaces';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerChooserProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerChooserProps>, {
|
|
4
4
|
dataTestid: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
clear: () => void;
|
|
7
7
|
click: () => void;
|
|
8
8
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDatePickerChooserProps>, {
|
|
9
9
|
dataTestid: string;
|
|
10
|
-
}>>> & {
|
|
10
|
+
}>>> & Readonly<{
|
|
11
11
|
onClick?: (() => any) | undefined;
|
|
12
12
|
onClear?: (() => any) | undefined;
|
|
13
|
-
}
|
|
13
|
+
}>, {
|
|
14
14
|
dataTestid: string;
|
|
15
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
modelValue: import('vue').PropType<Date | null>;
|
|
4
4
|
dataTestid: {
|
|
5
5
|
type: import('vue').PropType<string>;
|
|
@@ -36,9 +36,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
36
36
|
endDate: {
|
|
37
37
|
type: import('vue').PropType<Date | null>;
|
|
38
38
|
};
|
|
39
|
-
}
|
|
39
|
+
}>, {
|
|
40
40
|
clearChoose: () => void;
|
|
41
|
-
},
|
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
42
|
clear: () => void;
|
|
43
43
|
change: (value: Date | null) => void;
|
|
44
44
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -78,11 +78,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
78
78
|
endDate: {
|
|
79
79
|
type: import('vue').PropType<Date | null>;
|
|
80
80
|
};
|
|
81
|
-
}>> & {
|
|
81
|
+
}>> & Readonly<{
|
|
82
82
|
onChange?: ((value: Date | null) => any) | undefined;
|
|
83
83
|
onClear?: (() => any) | undefined;
|
|
84
|
-
}
|
|
84
|
+
}>, {
|
|
85
85
|
dataTestid: string;
|
|
86
86
|
locale: string;
|
|
87
|
-
}, {}>;
|
|
87
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IRangeForDatePicker } from './interfaces/interfaces';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
startDate: import('vue').PropType<Date | null>;
|
|
5
5
|
endDate: import('vue').PropType<Date | null>;
|
|
6
6
|
dataTestid: {
|
|
@@ -32,9 +32,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
32
|
setDate: {
|
|
33
33
|
type: import('vue').PropType<Date | null>;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>, {
|
|
36
36
|
clear: () => void;
|
|
37
|
-
},
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
38
|
change: (value: IRangeForDatePicker) => void;
|
|
39
39
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
40
|
startDate: import('vue').PropType<Date | null>;
|
|
@@ -68,10 +68,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
68
68
|
setDate: {
|
|
69
69
|
type: import('vue').PropType<Date | null>;
|
|
70
70
|
};
|
|
71
|
-
}>> & {
|
|
71
|
+
}>> & Readonly<{
|
|
72
72
|
onChange?: ((value: IRangeForDatePicker) => any) | undefined;
|
|
73
|
-
}
|
|
73
|
+
}>, {
|
|
74
74
|
dataTestid: string;
|
|
75
75
|
locale: string;
|
|
76
|
-
}, {}>;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
export default _default;
|
|
@@ -4,20 +4,20 @@ declare function __VLS_template(): {
|
|
|
4
4
|
trigger?(_: {}): any;
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverWrapperProps>, {
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverWrapperProps>, {
|
|
8
8
|
placement: string;
|
|
9
9
|
open: boolean;
|
|
10
|
-
}
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
"unmount-close": () => void;
|
|
12
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverWrapperProps>, {
|
|
13
13
|
placement: string;
|
|
14
14
|
open: boolean;
|
|
15
|
-
}>>> & {
|
|
15
|
+
}>>> & Readonly<{
|
|
16
16
|
"onUnmount-close"?: (() => any) | undefined;
|
|
17
|
-
}
|
|
17
|
+
}>, {
|
|
18
18
|
placement: "top-start" | "bottom-start";
|
|
19
19
|
open: boolean;
|
|
20
|
-
}, {}>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,13 +4,13 @@ declare function __VLS_template(): {
|
|
|
4
4
|
left?(_: {}): any;
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICardProps>, {
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICardProps>, {
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}
|
|
9
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICardProps>, {
|
|
10
10
|
dataTestid: string;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
dataTestid: string;
|
|
13
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ICheckboxProps } from './interface/interface';
|
|
2
2
|
import { CheckboxSizeEnum, CheckboxCircularEnum } from './enum/enum';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICheckboxProps>, {
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICheckboxProps>, {
|
|
5
5
|
size: CheckboxSizeEnum;
|
|
6
6
|
circular: CheckboxCircularEnum;
|
|
7
7
|
modelValue: boolean;
|
|
8
8
|
disabled: boolean;
|
|
9
9
|
dataTestid: string;
|
|
10
|
-
}
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
change: (isChecked: boolean) => void;
|
|
12
12
|
"update:modelValue": (value: boolean) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICheckboxProps>, {
|
|
@@ -16,16 +16,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
16
|
modelValue: boolean;
|
|
17
17
|
disabled: boolean;
|
|
18
18
|
dataTestid: string;
|
|
19
|
-
}>>> & {
|
|
19
|
+
}>>> & Readonly<{
|
|
20
20
|
onChange?: ((isChecked: boolean) => any) | undefined;
|
|
21
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
|
-
}
|
|
22
|
+
}>, {
|
|
23
23
|
dataTestid: string;
|
|
24
24
|
disabled: boolean;
|
|
25
25
|
size: CheckboxSizeEnum;
|
|
26
26
|
modelValue: boolean;
|
|
27
27
|
circular: CheckboxCircularEnum;
|
|
28
|
-
}, {}>;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
export default _default;
|
|
30
30
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
31
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ICircularProgressProps } from './interface/interface.ts';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICircularProgressProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICircularProgressProps>, {
|
|
4
4
|
dataTestid: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICircularProgressProps>, {
|
|
6
6
|
dataTestid: string;
|
|
7
|
-
}
|
|
7
|
+
}>>> & Readonly<{}>, {
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}, {}>;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
declare function addSpanLink(content: string): void;
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
modelValue: import('vue').PropType<string>;
|
|
5
|
+
}>, {
|
|
6
|
+
addSpanLink: typeof addSpanLink;
|
|
7
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"unmount-send": (params: {
|
|
9
|
+
content?: string;
|
|
10
|
+
threadId?: string;
|
|
11
|
+
answerCommentId?: string;
|
|
12
|
+
}) => void;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
modelValue: import('vue').PropType<string>;
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
"onUnmount-send"?: ((params: {
|
|
17
|
+
content?: string;
|
|
18
|
+
threadId?: string;
|
|
19
|
+
answerCommentId?: string;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ICopyIconProps } from './interface/interface';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICopyIconProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICopyIconProps>, {
|
|
4
4
|
content: string;
|
|
5
5
|
dataTestid: string;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ICopyIconProps>, {
|
|
7
7
|
content: string;
|
|
8
8
|
dataTestid: string;
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
10
|
dataTestid: string;
|
|
11
11
|
content: string;
|
|
12
|
-
}, {}>;
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IBaseCropperProps } from './interface';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBaseCropperProps>, {
|
|
4
|
+
max: number;
|
|
5
|
+
min: number;
|
|
6
|
+
step: number;
|
|
7
|
+
}>>, {
|
|
8
|
+
cropImage: () => File | null;
|
|
9
|
+
scalePlus: () => void;
|
|
10
|
+
scaleMinus: () => void;
|
|
11
|
+
setScale: (value: number) => void;
|
|
12
|
+
startMove: (event: MouseEvent) => void;
|
|
13
|
+
scaleImage: (event: WheelEvent) => void;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
"unmount-scale": (value: number) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBaseCropperProps>, {
|
|
17
|
+
max: number;
|
|
18
|
+
min: number;
|
|
19
|
+
step: number;
|
|
20
|
+
}>>> & Readonly<{
|
|
21
|
+
"onUnmount-scale"?: ((value: number) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
max: number;
|
|
24
|
+
min: number;
|
|
25
|
+
step: number;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IModalCropperdAvatar } from './interface';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IModalCropperdAvatar>, {
|
|
4
|
+
width: string;
|
|
5
|
+
height: string;
|
|
6
|
+
position: string;
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"unmount-close": () => void;
|
|
9
|
+
"unmount-save": (file: File) => void;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IModalCropperdAvatar>, {
|
|
11
|
+
width: string;
|
|
12
|
+
height: string;
|
|
13
|
+
position: string;
|
|
14
|
+
}>>> & Readonly<{
|
|
15
|
+
"onUnmount-close"?: (() => any) | undefined;
|
|
16
|
+
"onUnmount-save"?: ((file: File) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
height: string;
|
|
19
|
+
width: string;
|
|
20
|
+
position: "right" | "center";
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
+
} : {
|
|
28
|
+
type: import('vue').PropType<T[K]>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
type __VLS_WithDefaults<P, D> = {
|
|
33
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
+
default: D[K];
|
|
35
|
+
}> : P[K];
|
|
36
|
+
};
|
|
37
|
+
type __VLS_Prettify<T> = {
|
|
38
|
+
[K in keyof T]: T[K];
|
|
39
|
+
} & {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface IOptionsRange {
|
|
2
|
+
defaultValue?: number;
|
|
3
|
+
min?: number;
|
|
4
|
+
max?: number;
|
|
5
|
+
step?: number;
|
|
6
|
+
}
|
|
7
|
+
declare const useRange: (options?: IOptionsRange) => {
|
|
8
|
+
value: import('vue').Ref<number, number>;
|
|
9
|
+
min: number;
|
|
10
|
+
max: number;
|
|
11
|
+
step: number;
|
|
12
|
+
getCorrectValue: (value: number) => number;
|
|
13
|
+
};
|
|
14
|
+
export default useRange;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IDialogProps } from '../../../components/Modal/interface/interface';
|
|
2
|
+
|
|
3
|
+
export interface IBaseCropperProps {
|
|
4
|
+
image: File | null;
|
|
5
|
+
max?: number;
|
|
6
|
+
min?: number;
|
|
7
|
+
step?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface IBaseCropperEmit {
|
|
10
|
+
(e: 'unmount-scale', value: number): void;
|
|
11
|
+
}
|
|
12
|
+
export interface IModalCropperdAvatar extends IDialogProps {
|
|
13
|
+
image: File | null;
|
|
14
|
+
}
|
|
@@ -3,17 +3,17 @@ import { IDialogProps } from './interface/interface';
|
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDialogProps>, {
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDialogProps>, {
|
|
7
7
|
dataTestid: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
close: (...args: any[]) => void;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDialogProps>, {
|
|
11
11
|
dataTestid: string;
|
|
12
|
-
}>>> & {
|
|
12
|
+
}>>> & Readonly<{
|
|
13
13
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}
|
|
14
|
+
}>, {
|
|
15
15
|
dataTestid: string;
|
|
16
|
-
}, {}>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { IDragAndDropProps } from './interface/interface.ts';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDragAndDropProps>, {
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDragAndDropProps>, {
|
|
4
4
|
singleFileMode: boolean;
|
|
5
5
|
title: string;
|
|
6
6
|
dataTestid: string;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
fileDropped: (fileList: FileList | null) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDragAndDropProps>, {
|
|
10
10
|
singleFileMode: boolean;
|
|
11
11
|
title: string;
|
|
12
12
|
dataTestid: string;
|
|
13
|
-
}>>> & {
|
|
13
|
+
}>>> & Readonly<{
|
|
14
14
|
onFileDropped?: ((fileList: FileList | null) => any) | undefined;
|
|
15
|
-
}
|
|
15
|
+
}>, {
|
|
16
16
|
dataTestid: string;
|
|
17
17
|
title: string;
|
|
18
18
|
singleFileMode: boolean;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
22
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { IFilterProps } from './interface/interface';
|
|
2
2
|
import { IconNameEnum } from '../Icon/enum/enum';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterProps>, {
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterProps>, {
|
|
5
5
|
iconName: IconNameEnum;
|
|
6
6
|
multiselect: boolean;
|
|
7
7
|
dataTestid: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
scroll: (value: boolean) => void;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterProps>, {
|
|
11
11
|
iconName: IconNameEnum;
|
|
12
12
|
multiselect: boolean;
|
|
13
13
|
dataTestid: string;
|
|
14
|
-
}>>> & {
|
|
14
|
+
}>>> & Readonly<{
|
|
15
15
|
onScroll?: ((value: boolean) => any) | undefined;
|
|
16
|
-
}
|
|
16
|
+
}>, {
|
|
17
17
|
dataTestid: string;
|
|
18
18
|
iconName: IconNameEnum;
|
|
19
19
|
multiselect: boolean;
|
|
20
|
-
}, {}>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
23
|
type __VLS_TypePropsToRuntimeProps<T> = {
|