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,13 +1,13 @@
1
1
  import { ISearchProps, ResultSearchType } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISearchProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISearchProps>, {
4
4
  placeholder: string;
5
5
  height: string;
6
6
  modelValue: string;
7
7
  dataTestid: string;
8
8
  global: boolean;
9
9
  globalResultsFunction: () => never[];
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  enter: (value: string) => void;
12
12
  input: (value: string) => void;
13
13
  "update:modelValue": (value: string) => void;
@@ -21,21 +21,21 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
21
21
  dataTestid: string;
22
22
  global: boolean;
23
23
  globalResultsFunction: () => never[];
24
- }>>> & {
24
+ }>>> & Readonly<{
25
25
  onInput?: ((value: string) => any) | undefined;
26
+ onChoosed?: ((value: string) => any) | undefined;
26
27
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
+ onEnter?: ((value: string) => any) | undefined;
27
29
  "onChoose-result"?: ((value: ResultSearchType) => any) | undefined;
28
30
  "onScroll-paginate"?: (() => any) | undefined;
29
- onChoosed?: ((value: string) => any) | undefined;
30
- onEnter?: ((value: string) => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  height: string;
33
33
  dataTestid: string;
34
- modelValue: string;
35
34
  placeholder: string;
35
+ modelValue: string;
36
36
  global: boolean;
37
37
  globalResultsFunction: ResultSearchType[];
38
- }, {}>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
39
  export default _default;
40
40
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
41
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,24 +1,24 @@
1
1
  import { ISearchProps, ResultSearchType } 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<ISearchProps>>, {
4
4
  dataTestid: string;
5
5
  globalResultsFunction: () => never[];
6
6
  searchValue: string;
7
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  "choose-result": (result: ResultSearchType) => void;
9
9
  "scroll-paginate": () => void;
10
10
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Partial<ISearchProps>>, {
11
11
  dataTestid: string;
12
12
  globalResultsFunction: () => never[];
13
13
  searchValue: string;
14
- }>>> & {
14
+ }>>> & Readonly<{
15
15
  "onChoose-result"?: ((result: ResultSearchType) => any) | undefined;
16
16
  "onScroll-paginate"?: (() => any) | undefined;
17
- }, {
17
+ }>, {
18
18
  dataTestid: string;
19
19
  globalResultsFunction: ResultSearchType[];
20
20
  searchValue: string;
21
- }, {}>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
22
  export default _default;
23
23
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
24
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -21,3 +21,6 @@ export interface ISearchProps extends IDataTestIdProp {
21
21
  height?: string;
22
22
  modelValue: string;
23
23
  }
24
+ export interface IHistoryProps extends Omit<ISearchProps, 'modelValue'> {
25
+ modelValue: string[];
26
+ }
@@ -1,6 +1,6 @@
1
1
  import { OptionsObject } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  modelValue: import('vue').PropType<string | string[]>;
5
5
  dataTestid: {
6
6
  type: import('vue').PropType<string>;
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<{
47
47
  onUnmountPagination: {
48
48
  type: import('vue').PropType<() => void>;
49
49
  };
50
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
51
  change: (value: string | string[]) => void;
52
52
  "unmount-open": (value: boolean) => void;
53
53
  "unmount-search": (value: string) => void;
@@ -100,13 +100,13 @@ declare const _default: import('vue').DefineComponent<{
100
100
  onUnmountPagination: {
101
101
  type: import('vue').PropType<() => void>;
102
102
  };
103
- }>> & {
103
+ }>> & Readonly<{
104
104
  onChange?: ((value: string | string[]) => any) | undefined;
105
105
  "onUnmount-open"?: ((value: boolean) => any) | undefined;
106
106
  "onUnmount-search"?: ((value: string) => any) | undefined;
107
107
  "onUnmount-search-enter"?: ((value: string) => any) | undefined;
108
108
  "onUnmount-pagination"?: (() => any) | undefined;
109
- }, {
109
+ }>, {
110
110
  dataTestid: string;
111
111
  tooltipPosition: import('../Tooltip/interface/interface').TTooltipPosition;
112
112
  defaultOption: string;
@@ -114,5 +114,5 @@ declare const _default: import('vue').DefineComponent<{
114
114
  isSearch: boolean;
115
115
  isPosibleToClear: boolean;
116
116
  isShowMiniOptions: boolean;
117
- }, {}>;
117
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
118
118
  export default _default;
@@ -1,16 +1,16 @@
1
1
  import { IChoosenMiniOptionsProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IChoosenMiniOptionsProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IChoosenMiniOptionsProps>, {
4
4
  dataTestid: string;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
6
  remove: (key: string) => void;
7
7
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IChoosenMiniOptionsProps>, {
8
8
  dataTestid: string;
9
- }>>> & {
9
+ }>>> & Readonly<{
10
10
  onRemove?: ((key: string) => 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> = {
@@ -1,12 +1,12 @@
1
1
  import { IComboboxProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IComboboxProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IComboboxProps>, {
4
4
  dataTestid: string;
5
5
  disabled: boolean;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
6
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
7
7
  dataTestid: string;
8
8
  disabled: boolean;
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,19 +1,19 @@
1
1
  import { IOptionsProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
4
4
  disabled: boolean;
5
5
  dataTestid: string;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  change: (value: string) => void;
8
8
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
9
9
  disabled: boolean;
10
10
  dataTestid: string;
11
- }>>> & {
11
+ }>>> & Readonly<{
12
12
  onChange?: ((value: string) => any) | undefined;
13
- }, {
13
+ }>, {
14
14
  dataTestid: string;
15
15
  disabled: boolean;
16
- }, {}>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
17
  export default _default;
18
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
19
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -6,17 +6,17 @@ declare function __VLS_template(): {
6
6
  }): any;
7
7
  default?(_: {}): any;
8
8
  };
9
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
9
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
10
10
  dataTestid: string;
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  change: (value: string) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IOptionsProps>, {
14
14
  dataTestid: string;
15
- }>>> & {
15
+ }>>> & Readonly<{
16
16
  onChange?: ((value: string) => any) | undefined;
17
- }, {
17
+ }>, {
18
18
  dataTestid: string;
19
- }, {}>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
21
  export default _default;
22
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,22 +4,22 @@ declare function __VLS_template(): {
4
4
  header?(_: {}): any;
5
5
  options?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectListProps>, {
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectListProps>, {
8
8
  isOpened: boolean;
9
9
  dataTestid: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  change: (val: boolean) => void;
12
12
  "focusout-options": () => void;
13
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectListProps>, {
14
14
  isOpened: boolean;
15
15
  dataTestid: string;
16
- }>>> & {
16
+ }>>> & Readonly<{
17
17
  onChange?: ((val: boolean) => any) | undefined;
18
18
  "onFocusout-options"?: (() => any) | undefined;
19
- }, {
19
+ }>, {
20
20
  dataTestid: string;
21
21
  isOpened: boolean;
22
- }, {}>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,14 +1,14 @@
1
1
  import { ISliderProps } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISliderProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISliderProps>, {
4
4
  dataTestid: string;
5
- }>, {
5
+ }>>, {
6
6
  setSlide: (index: number) => void;
7
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISliderProps>, {
7
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISliderProps>, {
8
8
  dataTestid: string;
9
- }>>>, {
9
+ }>>> & Readonly<{}>, {
10
10
  dataTestid: string;
11
- }, {}>;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
12
  export default _default;
13
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
14
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,16 +1,16 @@
1
1
  import { ISwitchProps, IChangeSwitchEmit } from './interface/interface';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISwitchProps>, {
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISwitchProps>, {
4
4
  dataTestid: string;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
6
  change: (event: IChangeSwitchEmit) => void;
7
7
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISwitchProps>, {
8
8
  dataTestid: string;
9
- }>>> & {
9
+ }>>> & Readonly<{
10
10
  onChange?: ((event: IChangeSwitchEmit) => 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> = {
@@ -3,13 +3,13 @@ import { IHeadTableRowProps } 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<IHeadTableRowProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
7
7
  dataTestid: string;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
8
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
9
9
  dataTestid: string;
10
- }>>>, {
10
+ }>>> & Readonly<{}>, {
11
11
  dataTestid: string;
12
- }, {}>;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,13 +3,13 @@ import { IHeadTableRowProps } 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<IHeadTableRowProps>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
7
7
  dataTestid: string;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
8
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IHeadTableRowProps>, {
9
9
  dataTestid: string;
10
- }>>>, {
10
+ }>>> & Readonly<{}>, {
11
11
  dataTestid: string;
12
- }, {}>;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,13 +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_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
7
7
  dataTestid: string;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
8
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISectionTableRow>, {
9
9
  dataTestid: string;
10
- }>>>, {
10
+ }>>> & Readonly<{}>, {
11
11
  dataTestid: string;
12
- }, {}>;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
14
  export default _default;
15
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -8,31 +8,31 @@ declare function __VLS_template(): {
8
8
  "body-group"?(_: {}): any;
9
9
  body?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
12
12
  dataTestid: string;
13
13
  isShowHorizontalScroll: boolean;
14
14
  isShowVerticalScroll: boolean;
15
- }>, {
15
+ }>>, {
16
16
  scrollToTop: () => void;
17
17
  setHeightSlot: (() => void) | undefined;
18
- tbodyRef: import('vue').Ref<HTMLElement | null>;
19
- tableRef: import('vue').Ref<HTMLElement | null>;
20
- theadRef: import('vue').Ref<HTMLElement | null>;
21
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ tbodyRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
19
+ tableRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
20
+ theadRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  "unmount-scroll": (event: Event) => void;
23
23
  "unmount-intersection": () => void;
24
24
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
25
25
  dataTestid: string;
26
26
  isShowHorizontalScroll: boolean;
27
27
  isShowVerticalScroll: boolean;
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onUnmount-scroll"?: ((event: Event) => any) | undefined;
30
30
  "onUnmount-intersection"?: (() => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  dataTestid: string;
33
33
  isShowVerticalScroll: boolean;
34
34
  isShowHorizontalScroll: 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;
@@ -8,31 +8,31 @@ declare function __VLS_template(): {
8
8
  "body-group"?(_: {}): any;
9
9
  body?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
12
12
  dataTestid: string;
13
13
  isShowHorizontalScroll: boolean;
14
14
  isShowVerticalScroll: boolean;
15
- }>, {
15
+ }>>, {
16
16
  scrollToTop: () => void;
17
17
  setHeightSlot: (() => void) | undefined;
18
- tbodyRef: import('vue').Ref<HTMLElement | null>;
19
- tableRef: import('vue').Ref<HTMLElement | null>;
20
- theadRef: import('vue').Ref<HTMLElement | null>;
21
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ tbodyRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
19
+ tableRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
20
+ theadRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  "unmount-scroll": (event: Event) => void;
23
23
  "unmount-intersection": () => void;
24
24
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableProps>, {
25
25
  dataTestid: string;
26
26
  isShowHorizontalScroll: boolean;
27
27
  isShowVerticalScroll: boolean;
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onUnmount-scroll"?: ((event: Event) => any) | undefined;
30
30
  "onUnmount-intersection"?: (() => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  dataTestid: string;
33
33
  isShowVerticalScroll: boolean;
34
34
  isShowHorizontalScroll: 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;
@@ -3,15 +3,15 @@ import { ITableRow } 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<ITableRow>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
7
7
  type: string;
8
8
  colspan: number;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
9
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
10
10
  type: string;
11
11
  colspan: number;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  type: import('./interface/interface').TTableRow;
14
- }, {}>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,15 +3,15 @@ import { ITableRow } 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<ITableRow>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
7
7
  type: string;
8
8
  colspan: number;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
9
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableRow>, {
10
10
  type: string;
11
11
  colspan: number;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  type: import('./interface/interface').TTableRow;
14
- }, {}>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -8,17 +8,17 @@ declare function __VLS_template(): {
8
8
  "body-group"?(_: {}): any;
9
9
  body?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableSimpleProps>, {
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableSimpleProps>, {
12
12
  dataTestid: string;
13
- }>, {
14
- tbodyRef: import('vue').Ref<HTMLElement | null>;
15
- tableRef: import('vue').Ref<HTMLElement | null>;
16
- theadRef: import('vue').Ref<HTMLElement | null>;
17
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableSimpleProps>, {
13
+ }>>, {
14
+ tbodyRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
15
+ tableRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
16
+ theadRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableSimpleProps>, {
18
18
  dataTestid: string;
19
- }>>>, {
19
+ }>>> & Readonly<{}>, {
20
20
  dataTestid: string;
21
- }, {}>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
23
  export default _default;
24
24
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,19 +3,19 @@ import { ITableTd } 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<ITableTd>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
7
7
  colspan: number;
8
8
  rowspan: number;
9
9
  dataTestid: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
11
11
  colspan: number;
12
12
  rowspan: number;
13
13
  dataTestid: string;
14
- }>>>, {
14
+ }>>> & Readonly<{}>, {
15
15
  dataTestid: string;
16
16
  colspan: number | string;
17
17
  rowspan: number | string;
18
- }, {}>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
20
  export default _default;
21
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,19 +3,19 @@ import { ITableTd } 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<ITableTd>, {
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
7
7
  colspan: number;
8
8
  rowspan: number;
9
9
  dataTestid: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITableTd>, {
11
11
  colspan: number;
12
12
  rowspan: number;
13
13
  dataTestid: string;
14
- }>>>, {
14
+ }>>> & Readonly<{}>, {
15
15
  dataTestid: string;
16
16
  colspan: number | string;
17
17
  rowspan: number | string;
18
- }, {}>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
20
  export default _default;
21
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,17 +1,17 @@
1
1
  import { ITabsProps } from './interface/interface';
2
2
 
3
3
  declare function __VLS_template(): Partial<Record<`header${number}`, (_: {}) => any>> & Partial<Record<`tab${number}`, (_: {}) => any>>;
4
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabsProps>, {
4
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabsProps>, {
5
5
  dataTestid: string;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "unmount-tab": (id: number) => void;
8
8
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabsProps>, {
9
9
  dataTestid: string;
10
- }>>> & {
10
+ }>>> & Readonly<{
11
11
  "onUnmount-tab"?: ((id: number) => any) | undefined;
12
- }, {
12
+ }>, {
13
13
  dataTestid: string;
14
- }, {}>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,14 +1,14 @@
1
1
  import { ITextareaProps } from './interface/interface';
2
2
  import { TextareaTypeEnum } from './enum';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITextareaProps>, {
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITextareaProps>, {
5
5
  required: boolean;
6
6
  modelValue: string;
7
7
  readonly: boolean;
8
8
  dataTestid: string;
9
9
  type: TextareaTypeEnum;
10
10
  modelModifiers: () => {};
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  "update:modelValue": (value: string) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITextareaProps>, {
14
14
  required: boolean;
@@ -17,16 +17,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  dataTestid: string;
18
18
  type: TextareaTypeEnum;
19
19
  modelModifiers: () => {};
20
- }>>> & {
20
+ }>>> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
- }, {
22
+ }>, {
23
23
  dataTestid: string;
24
24
  type: TextareaTypeEnum;
25
25
  required: boolean;
26
26
  modelValue: string;
27
27
  modelModifiers: object;
28
28
  readonly: boolean;
29
- }, {}>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
30
  export default _default;
31
31
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
32
  type __VLS_TypePropsToRuntimeProps<T> = {