sep-yui 0.1.102 → 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.
Files changed (86) hide show
  1. package/dist/components/Accordion/Accordion.vue.d.ts +4 -4
  2. package/dist/components/Avatar/Avatar.vue.d.ts +1 -1
  3. package/dist/components/Avatar/interfaces/interfaces.d.ts +1 -0
  4. package/dist/components/Badges/Badges.vue.d.ts +7 -7
  5. package/dist/components/Badges/interface/interface.d.ts +2 -2
  6. package/dist/components/BreadCrumbs/BreadCrumbs.vue.d.ts +5 -5
  7. package/dist/components/Button/Button.vue.d.ts +5 -5
  8. package/dist/components/Calendar/Calendar.vue.d.ts +5 -5
  9. package/dist/components/Calendar/DataPickerChoose.vue.d.ts +5 -5
  10. package/dist/components/Calendar/DatePicker.vue.d.ts +6 -6
  11. package/dist/components/Calendar/DatePickerRange.vue.d.ts +6 -6
  12. package/dist/components/Calendar/PopoverWrapper.vue.d.ts +5 -5
  13. package/dist/components/Card/Card.vue.d.ts +4 -4
  14. package/dist/components/Checkbox/Checkbox.vue.d.ts +5 -5
  15. package/dist/components/CircularProgress/CircularProgress.vue.d.ts +4 -4
  16. package/dist/components/ContentEditor/ContentEditor.vue.d.ts +22 -0
  17. package/dist/components/ContentEditor/interfaces/content-editor.d.ts +7 -0
  18. package/dist/components/CopyIcon/CopyIcon.vue.d.ts +4 -4
  19. package/dist/components/Cropper/BaseCropper.vue.d.ts +44 -0
  20. package/dist/components/Cropper/ModalCroppedAvatar.vue.d.ts +39 -0
  21. package/dist/components/Cropper/extenstions/get-change-name-file.d.ts +2 -0
  22. package/dist/components/Cropper/extenstions/use-range.d.ts +14 -0
  23. package/dist/components/Cropper/interface/index.d.ts +14 -0
  24. package/dist/components/Dialog/Dialog.vue.d.ts +5 -5
  25. package/dist/components/DragAndDrop/DragAndDrop.vue.d.ts +5 -5
  26. package/dist/components/Filter/Filter.vue.d.ts +5 -5
  27. package/dist/components/FilterTag/FilterTag.vue.d.ts +6 -6
  28. package/dist/components/Icon/Icon.vue.d.ts +4 -4
  29. package/dist/components/Icon/enum/enum.d.ts +4 -1
  30. package/dist/components/Icon/icons.d.ts +2 -0
  31. package/dist/components/Input/Input.vue.d.ts +5 -5
  32. package/dist/components/InputNumber/InputNumber.vue.d.ts +7 -7
  33. package/dist/components/Loader/Loader.vue.d.ts +4 -4
  34. package/dist/components/Modal/Modal.vue.d.ts +21 -4
  35. package/dist/components/Modal/ModalAnimated.vue.d.ts +8 -5
  36. package/dist/components/Modal/interface/interface.d.ts +1 -0
  37. package/dist/components/Notification/Notification.vue.d.ts +6 -6
  38. package/dist/components/Picture/Picture.vue.d.ts +4 -4
  39. package/dist/components/Popover/Popover.vue.d.ts +5 -5
  40. package/dist/components/Popover/PopoverHover.vue.d.ts +4 -4
  41. package/dist/components/Radio/Radio.vue.d.ts +1 -1
  42. package/dist/components/Radio/interface/interface.d.ts +3 -1
  43. package/dist/components/Range/Range.vue.d.ts +10 -10
  44. package/dist/components/ScrollWrapper/ScrollWrapper.vue.d.ts +6 -6
  45. package/dist/components/ScrollWrapper/ScrollWrapperNew.vue.d.ts +6 -6
  46. package/dist/components/ScrollWrapper/extension/use-horizont-track.d.ts +2 -2
  47. package/dist/components/ScrollWrapper/extension/use-vertical-track.d.ts +2 -2
  48. package/dist/components/Scrollbar/Scrollbar.vue.d.ts +6 -6
  49. package/dist/components/Search/History.vue.d.ts +9 -7
  50. package/dist/components/Search/Search.vue.d.ts +8 -8
  51. package/dist/components/Search/SearchResult.vue.d.ts +5 -5
  52. package/dist/components/Search/interface/interface.d.ts +3 -0
  53. package/dist/components/Select/BaseFilter.vue.d.ts +5 -5
  54. package/dist/components/Select/ChoosenMiniOptions.vue.d.ts +5 -5
  55. package/dist/components/Select/Combobox.vue.d.ts +3 -3
  56. package/dist/components/Select/Dropdown.vue.d.ts +5 -5
  57. package/dist/components/Select/Options.vue.d.ts +5 -5
  58. package/dist/components/Select/SelectList.vue.d.ts +5 -5
  59. package/dist/components/Slider/Slider.vue.d.ts +5 -5
  60. package/dist/components/Switch/Switch.vue.d.ts +5 -5
  61. package/dist/components/Table/HeadTableRow.vue.d.ts +4 -4
  62. package/dist/components/Table/HeadTableRowNew.vue.d.ts +4 -4
  63. package/dist/components/Table/SectionTableRow.vue.d.ts +4 -4
  64. package/dist/components/Table/Table.vue.d.ts +9 -9
  65. package/dist/components/Table/TableNew.vue.d.ts +9 -9
  66. package/dist/components/Table/TableRow.vue.d.ts +4 -4
  67. package/dist/components/Table/TableRowNew.vue.d.ts +4 -4
  68. package/dist/components/Table/TableSimple.vue.d.ts +8 -8
  69. package/dist/components/Table/TableTd.vue.d.ts +4 -4
  70. package/dist/components/Table/TableTh.vue.d.ts +4 -4
  71. package/dist/components/Tabs/Tabs.vue.d.ts +5 -5
  72. package/dist/components/Textarea/Textarea.vue.d.ts +5 -5
  73. package/dist/components/Toggle/Toggle.vue.d.ts +14 -5
  74. package/dist/components/Toggle/interface/interface.d.ts +2 -1
  75. package/dist/components/Tooltip/Tooltip.vue.d.ts +4 -4
  76. package/dist/components/UserMenu/UserMenu.vue.d.ts +5 -5
  77. package/dist/components/index.d.ts +5 -1
  78. package/dist/extenstions/modal.d.ts +14 -0
  79. package/dist/extenstions/search.d.ts +9 -0
  80. package/dist/index.d.ts +1 -0
  81. package/dist/sep-yui.es.ts +46621 -16776
  82. package/dist/sep-yui.umd.ts +307 -194
  83. package/dist/style.css +1 -1
  84. package/package.json +9 -3
  85. package/dist/stores/modal.d.ts +0 -43
  86. package/dist/stores/search.d.ts +0 -12
@@ -1,7 +1,7 @@
1
1
  import { IFilterTagProps, IFilterTagOption } from './interface/interface';
2
2
  import { IconNameEnum } from '../Icon/enum/enum';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterTagProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterTagProps>, {
5
5
  iconName: IconNameEnum;
6
6
  options: () => never[];
7
7
  selectedValues: () => never[];
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  showClearButton: boolean;
11
11
  dataTestid: string;
12
12
  disallowNull: boolean;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
14
  change: (value: string[]) => void;
15
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFilterTagProps>, {
16
16
  iconName: IconNameEnum;
@@ -21,18 +21,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
21
21
  showClearButton: boolean;
22
22
  dataTestid: string;
23
23
  disallowNull: boolean;
24
- }>>> & {
24
+ }>>> & Readonly<{
25
25
  onChange?: ((value: string[]) => any) | undefined;
26
- }, {
26
+ }>, {
27
27
  dataTestid: string;
28
28
  options: IFilterTagOption[];
29
- iconName: IconNameEnum;
30
29
  multiply: boolean;
30
+ iconName: IconNameEnum;
31
31
  selectedValues: string[];
32
32
  maxShowCount: number;
33
33
  showClearButton: boolean;
34
34
  disallowNull: boolean;
35
- }, {}>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
37
37
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
38
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,12 +1,12 @@
1
1
  import { IIconPorps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
4
4
  dataTestid: string;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
5
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IIconPorps>, {
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> = {
@@ -101,5 +101,8 @@ export declare enum IconNameEnum {
101
101
  atSign = "at-sign",
102
102
  smile = "smile",
103
103
  planeRight = "plane-right",
104
- addUser = "add-user"
104
+ addUser = "add-user",
105
+ noDistrub = "no-distrub",
106
+ logout = "logout",
107
+ minus = "minus"
105
108
  }
@@ -111,3 +111,5 @@ export declare const sidebar: IVectorIcon;
111
111
  export declare const pin: IVectorIcon;
112
112
  export declare const read: IVectorIcon;
113
113
  export declare const addUser: IVectorIcon;
114
+ export declare const noDistrub: IVectorIcon;
115
+ export declare const logout: IVectorIcon;
@@ -1,7 +1,7 @@
1
1
  import { IInputProps } from './interface/interface.ts';
2
2
  import { TextFieldEnum } from '../Input/enum/enum';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputProps>, {
5
5
  type: TextFieldEnum;
6
6
  required: boolean;
7
7
  inputMessage: string;
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
9
9
  hideClearButton: boolean;
10
10
  dataTestid: string;
11
11
  modelModifiers: () => {};
12
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string) => void;
14
14
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputProps>, {
15
15
  type: TextFieldEnum;
@@ -19,9 +19,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
19
19
  hideClearButton: boolean;
20
20
  dataTestid: string;
21
21
  modelModifiers: () => {};
22
- }>>> & {
22
+ }>>> & Readonly<{
23
23
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
- }, {
24
+ }>, {
25
25
  dataTestid: string;
26
26
  type: TextFieldEnum;
27
27
  required: boolean;
@@ -29,7 +29,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  inputMessage: string;
30
30
  hideClearButton: boolean;
31
31
  modelModifiers: object;
32
- }, {}>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
33
  export default _default;
34
34
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
35
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,7 +1,7 @@
1
1
  import { SizesEnum } from '../../common/sizes.ts';
2
2
  import { IInputNumberProps } from './interface/interface.ts';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputNumberProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputNumberProps>, {
5
5
  modelValue: number;
6
6
  min: number;
7
7
  max: number;
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
9
9
  dataTestid: string;
10
10
  isInteger: boolean;
11
11
  modelModifiers: () => {};
12
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string | number) => void;
14
14
  focused: (event: FocusEvent) => void;
15
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IInputNumberProps>, {
@@ -20,18 +20,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
20
20
  dataTestid: string;
21
21
  isInteger: boolean;
22
22
  modelModifiers: () => {};
23
- }>>> & {
23
+ }>>> & Readonly<{
24
24
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
25
25
  onFocused?: ((event: FocusEvent) => any) | undefined;
26
- }, {
26
+ }>, {
27
27
  dataTestid: string;
28
28
  size: SizesEnum.small | SizesEnum.medium;
29
29
  modelValue: number;
30
+ max: number;
31
+ min: number;
30
32
  modelModifiers: object;
31
33
  isInteger: boolean;
32
- min: number;
33
- max: number;
34
- }, {}>;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
35
  export default _default;
36
36
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
37
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,15 +1,15 @@
1
1
  import { ILoaderProps } from './interfaces/interfaces';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ILoaderProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ILoaderProps>, {
4
4
  title: string;
5
5
  dataTestid: string;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ILoaderProps>, {
6
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ILoaderProps>, {
7
7
  title: string;
8
8
  dataTestid: string;
9
- }>>>, {
9
+ }>>> & Readonly<{}>, {
10
10
  dataTestid: string;
11
11
  title: 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> = {
@@ -3,15 +3,24 @@ 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_TypePropsToRuntimeProps<IDialogProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDialogProps>, {
7
+ dataTestid: string;
8
+ position: string;
9
+ }>>, {
7
10
  closeDialog: () => void;
8
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
12
  close: (...args: any[]) => void;
10
13
  unmounted: (...args: any[]) => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IDialogProps>>> & {
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDialogProps>, {
15
+ dataTestid: string;
16
+ position: string;
17
+ }>>> & Readonly<{
12
18
  onClose?: ((...args: any[]) => any) | undefined;
13
19
  onUnmounted?: ((...args: any[]) => any) | undefined;
14
- }, {}, {}>;
20
+ }>, {
21
+ dataTestid: string;
22
+ position: "right" | "center";
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
25
  export default _default;
17
26
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -23,6 +32,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
23
32
  required: true;
24
33
  };
25
34
  };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
26
43
  type __VLS_WithTemplateSlots<T, S> = T & {
27
44
  new (): {
28
45
  $slots: S;
@@ -4,24 +4,27 @@ import { ModalAnimateEnum } from './enum';
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IModalProps>, {
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IModalProps>, {
8
8
  dataTestid: string;
9
+ position: string;
9
10
  animateType: ModalAnimateEnum;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
12
  close: () => void;
12
13
  unmounted: () => void;
13
14
  "end-animation": () => void;
14
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IModalProps>, {
15
16
  dataTestid: string;
17
+ position: string;
16
18
  animateType: ModalAnimateEnum;
17
- }>>> & {
19
+ }>>> & Readonly<{
18
20
  onClose?: (() => any) | undefined;
19
21
  onUnmounted?: (() => any) | undefined;
20
22
  "onEnd-animation"?: (() => any) | undefined;
21
- }, {
23
+ }>, {
22
24
  dataTestid: string;
25
+ position: "right" | "center";
23
26
  animateType: ModalAnimateEnum;
24
- }, {}>;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
28
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
29
  export default _default;
27
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,6 +3,7 @@ import { ModalAnimateEnum } from '../enum';
3
3
 
4
4
  export interface IDialogProps extends IDataTestIdProp {
5
5
  open: boolean;
6
+ position?: 'right' | 'center';
6
7
  width?: string;
7
8
  height?: string;
8
9
  }
@@ -1,15 +1,15 @@
1
1
  import { MessageTypeEnum } from './enum/enum';
2
2
  import { IPushNotificationProps } from './interface/interface';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPushNotificationProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPushNotificationProps>, {
5
5
  type: MessageTypeEnum;
6
6
  description: string;
7
7
  timeout: number;
8
8
  showPopover: boolean;
9
9
  dataTestid: string;
10
- }>, {
10
+ }>>, {
11
11
  showPopover: () => void;
12
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  close: () => void;
14
14
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPushNotificationProps>, {
15
15
  type: MessageTypeEnum;
@@ -17,15 +17,15 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  timeout: number;
18
18
  showPopover: boolean;
19
19
  dataTestid: string;
20
- }>>> & {
20
+ }>>> & Readonly<{
21
21
  onClose?: (() => any) | undefined;
22
- }, {
22
+ }>, {
23
23
  dataTestid: string;
24
24
  type: MessageTypeEnum;
25
25
  showPopover: boolean;
26
26
  description: string;
27
27
  timeout: number;
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 { IPictureProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPictureProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPictureProps>, {
4
4
  dataTestid: string;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPictureProps>, {
5
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPictureProps>, {
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> = {
@@ -1,13 +1,13 @@
1
1
  import { IPopoverOption, IPopoverProps } from './interface/interface';
2
2
  import { IconNameEnum } from '../Icon/enum/enum';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverProps>, {
5
5
  iconName: IconNameEnum;
6
6
  options: () => never[];
7
7
  tooltip: string;
8
8
  dataTestid: string;
9
9
  tooltipPosition: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  close: () => void;
12
12
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverProps>, {
13
13
  iconName: IconNameEnum;
@@ -15,15 +15,15 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  tooltip: string;
16
16
  dataTestid: string;
17
17
  tooltipPosition: string;
18
- }>>> & {
18
+ }>>> & Readonly<{
19
19
  onClose?: (() => any) | undefined;
20
- }, {
20
+ }>, {
21
21
  dataTestid: string;
22
22
  options: IPopoverOption[];
23
23
  iconName: IconNameEnum;
24
24
  tooltip: string;
25
25
  tooltipPosition: import('../Tooltip/interface/interface').TTooltipPosition;
26
- }, {}>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
27
  export default _default;
28
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
29
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,16 +4,16 @@ import { PopoverHoverEnum } from './enums/enums';
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverHoverProps>, {
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverHoverProps>, {
8
8
  position: PopoverHoverEnum;
9
9
  dataTestid: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverHoverProps>, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPopoverHoverProps>, {
11
11
  position: PopoverHoverEnum;
12
12
  dataTestid: string;
13
- }>>>, {
13
+ }>>> & Readonly<{}>, {
14
14
  dataTestid: string;
15
15
  position: PopoverHoverEnum;
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,7 +1,7 @@
1
1
  import { IRadioProps } from './interface/interface';
2
2
 
3
3
  declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{}>>, never>) & (IRadioProps<T> & {
4
+ props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>) & (IRadioProps<T> & {
5
5
  modelValue?: any;
6
6
  }), keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>> & {} & (import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps);
7
7
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -1,4 +1,6 @@
1
- export interface IRadioProps<T> {
1
+ import { IDataTestIdProp } from '../../../common/dataTestidProps';
2
+
3
+ export interface IRadioProps<T> extends IDataTestIdProp {
2
4
  name: string;
3
5
  value: T;
4
6
  disabled?: boolean;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  modelValue: import('vue').PropType<number>;
3
3
  dataTestid: {
4
4
  type: import('vue').PropType<string>;
@@ -8,11 +8,11 @@ declare const _default: import('vue').DefineComponent<{
8
8
  type: import('vue').PropType<boolean>;
9
9
  default: boolean;
10
10
  };
11
- min: {
11
+ max: {
12
12
  type: import('vue').PropType<number>;
13
13
  default: number;
14
14
  };
15
- max: {
15
+ min: {
16
16
  type: import('vue').PropType<number>;
17
17
  default: number;
18
18
  };
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<{
20
20
  type: import('vue').PropType<number>;
21
21
  default: number;
22
22
  };
23
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
24
  "unmount-change": (value: number) => void;
25
25
  "unmount-input": (value: number) => void;
26
26
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<{
33
33
  type: import('vue').PropType<boolean>;
34
34
  default: boolean;
35
35
  };
36
- min: {
36
+ max: {
37
37
  type: import('vue').PropType<number>;
38
38
  default: number;
39
39
  };
40
- max: {
40
+ min: {
41
41
  type: import('vue').PropType<number>;
42
42
  default: number;
43
43
  };
@@ -45,14 +45,14 @@ declare const _default: import('vue').DefineComponent<{
45
45
  type: import('vue').PropType<number>;
46
46
  default: number;
47
47
  };
48
- }>> & {
48
+ }>> & Readonly<{
49
49
  "onUnmount-change"?: ((value: number) => any) | undefined;
50
50
  "onUnmount-input"?: ((value: number) => any) | undefined;
51
- }, {
51
+ }>, {
52
52
  dataTestid: string;
53
53
  disabled: boolean;
54
- min: number;
55
54
  max: number;
55
+ min: number;
56
56
  step: number;
57
- }, {}>;
57
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
58
58
  export default _default;
@@ -3,25 +3,25 @@ import { IScrollWrapperProps } 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<IScrollWrapperProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollWrapperProps>, {
7
7
  isShowVerticalScroll: boolean;
8
8
  isShowHorizontalScroll: boolean;
9
- }>, {
9
+ }>>, {
10
10
  scrollToTop: () => void;
11
11
  setHeightSlot: () => void;
12
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "unmount-scroll": (event: Event) => void;
14
14
  "on-mounted": () => void;
15
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollWrapperProps>, {
16
16
  isShowVerticalScroll: boolean;
17
17
  isShowHorizontalScroll: boolean;
18
- }>>> & {
18
+ }>>> & Readonly<{
19
19
  "onUnmount-scroll"?: ((event: Event) => any) | undefined;
20
20
  "onOn-mounted"?: (() => any) | undefined;
21
- }, {
21
+ }>, {
22
22
  isShowVerticalScroll: boolean;
23
23
  isShowHorizontalScroll: boolean;
24
- }, {}>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
26
  export default _default;
27
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,25 +3,25 @@ import { IScrollWrapperProps } 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<IScrollWrapperProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollWrapperProps>, {
7
7
  isShowVerticalScroll: boolean;
8
8
  isShowHorizontalScroll: boolean;
9
- }>, {
9
+ }>>, {
10
10
  scrollToTop: () => void;
11
11
  setHeightSlot: () => void;
12
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "unmount-scroll": (event: Event) => void;
14
14
  "on-mounted": () => void;
15
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollWrapperProps>, {
16
16
  isShowVerticalScroll: boolean;
17
17
  isShowHorizontalScroll: boolean;
18
- }>>> & {
18
+ }>>> & Readonly<{
19
19
  "onUnmount-scroll"?: ((event: Event) => any) | undefined;
20
20
  "onOn-mounted"?: (() => any) | undefined;
21
- }, {
21
+ }>, {
22
22
  isShowVerticalScroll: boolean;
23
23
  isShowHorizontalScroll: boolean;
24
- }, {}>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
26
  export default _default;
27
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -6,8 +6,8 @@ declare const useHorizontalTrack: (slotRef: Ref<HTMLElement | null>, scrollWrapp
6
6
  startDrag: (event: MouseEvent) => void;
7
7
  getPercentHorizontalView: () => number;
8
8
  changeBarPosition: () => void;
9
- isDragging: Ref<boolean>;
10
- scrollHorizontalWidthPercent: Ref<number>;
9
+ isDragging: Ref<boolean, boolean>;
10
+ scrollHorizontalWidthPercent: Ref<number, number>;
11
11
  setHorizontalBarWidth: () => void;
12
12
  horizontalTrackClass: import('vue').ComputedRef<{
13
13
  'scroll-wrapper__track_hide': boolean;
@@ -6,8 +6,8 @@ declare const useVerticlTrack: (slotRef: Ref<HTMLElement | null>, scrollWrapperR
6
6
  startDrag: (event: MouseEvent) => void;
7
7
  getProcentVerticalView: () => number;
8
8
  changeBarPosition: () => void;
9
- isDragging: Ref<boolean>;
10
- scrollVerticalHeightProcent: Ref<number>;
9
+ isDragging: Ref<boolean, boolean>;
10
+ scrollVerticalHeightProcent: Ref<number, number>;
11
11
  setVerticalBarHeight: () => void;
12
12
  verticalTrackClass: import('vue').ComputedRef<{
13
13
  'scroll-wrapper__track_hide': boolean;
@@ -3,11 +3,11 @@ import { IScrollbarProps } from './interface/scroll';
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollbarProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollbarProps>, {
7
7
  dataTestid: string;
8
- }>, {
8
+ }>>, {
9
9
  scrollToTop: () => void;
10
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  scroll: (value: Event) => void;
12
12
  "ps-scroll-y": (value: Event) => void;
13
13
  "ps-scroll-x": (value: Event) => void;
@@ -21,7 +21,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
21
21
  "ps-x-reach-end": (value: Event) => void;
22
22
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IScrollbarProps>, {
23
23
  dataTestid: string;
24
- }>>> & {
24
+ }>>> & Readonly<{
25
25
  onScroll?: ((value: Event) => any) | undefined;
26
26
  "onPs-scroll-y"?: ((value: Event) => any) | undefined;
27
27
  "onPs-scroll-x"?: ((value: Event) => any) | undefined;
@@ -33,9 +33,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
33
33
  "onPs-y-reach-end"?: ((value: Event) => any) | undefined;
34
34
  "onPs-x-reach-start"?: ((value: Event) => any) | undefined;
35
35
  "onPs-x-reach-end"?: ((value: Event) => any) | undefined;
36
- }, {
36
+ }>, {
37
37
  dataTestid: string;
38
- }, {}>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
40
40
  export default _default;
41
41
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,16 +1,18 @@
1
- import { ISearchProps } from './interface/interface';
1
+ import { IHistoryProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<ISearchProps>>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IHistoryProps>>, {
4
4
  dataTestid: string;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
6
  choosePost: (value: string) => void;
7
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<ISearchProps>>, {
7
+ "unmount-remove": (value: string) => void;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<IHistoryProps>>, {
8
9
  dataTestid: string;
9
- }>>> & {
10
+ }>>> & Readonly<{
10
11
  onChoosePost?: ((value: string) => any) | undefined;
11
- }, {
12
+ "onUnmount-remove"?: ((value: string) => any) | undefined;
13
+ }>, {
12
14
  dataTestid: string;
13
- }, {}>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
16
  export default _default;
15
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
18
  type __VLS_TypePropsToRuntimeProps<T> = {