@hotelinking/ui 9.41.15 → 9.41.18

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 (52) hide show
  1. package/dist/types/components/Atoms/uiButton/uiButton.vue.d.ts +10 -31
  2. package/dist/types/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +14 -34
  3. package/dist/types/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +6 -29
  4. package/dist/types/components/Atoms/uiIcon/uiIcon.vue.d.ts +3 -28
  5. package/dist/types/components/Atoms/uiInput/uiInput.vue.d.ts +9 -40
  6. package/dist/types/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +7 -34
  7. package/dist/types/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +7 -31
  8. package/dist/types/components/Atoms/uiSelect/uiSelect.vue.d.ts +6 -29
  9. package/dist/types/components/Atoms/uiTag/uiTag.vue.d.ts +14 -34
  10. package/dist/types/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +14 -36
  11. package/dist/types/components/Atoms/uiToggle/uiToggle.vue.d.ts +3 -28
  12. package/dist/types/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +1 -1
  13. package/dist/types/components/Molecules/uiAlert/uiAlert.vue.d.ts +9 -27
  14. package/dist/types/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +2 -23
  15. package/dist/types/components/Molecules/uiCard/uiCard.vue.d.ts +2 -23
  16. package/dist/types/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +2 -25
  17. package/dist/types/components/Molecules/uiFilter/uiFilter.vue.d.ts +5 -28
  18. package/dist/types/components/Molecules/uiModal/uiModal.vue.d.ts +12 -32
  19. package/dist/types/components/Molecules/uiNotification/uiNotification.vue.d.ts +2 -27
  20. package/dist/types/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +1 -10
  21. package/dist/types/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +2 -23
  22. package/dist/types/components/Organisms/uiCharts/RangeSelector.vue.d.ts +4 -4
  23. package/dist/types/components/Organisms/uiCharts/uiChart.vue.d.ts +7 -42
  24. package/dist/types/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +4 -37
  25. package/dist/types/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +1 -10
  26. package/dist/types/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +5 -26
  27. package/dist/types/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +2 -23
  28. package/dist/types/components/Organisms/uiFooter/uiFooter.vue.d.ts +1 -1
  29. package/dist/types/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +7 -42
  30. package/dist/types/components/Organisms/uiGallery/uiGallery.vue.d.ts +6 -15
  31. package/dist/types/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +2 -23
  32. package/dist/types/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +5 -14
  33. package/dist/types/components/Organisms/uiPagination/uiPagination.vue.d.ts +17 -33
  34. package/dist/types/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +6 -3
  35. package/dist/types/components/Organisms/uiPriceCalendar/Day.vue.d.ts +3 -3
  36. package/dist/types/components/Organisms/uiPriceCalendar/Price.vue.d.ts +4 -4
  37. package/dist/types/components/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +90 -4
  38. package/dist/types/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +12 -28
  39. package/dist/types/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +4 -25
  40. package/dist/types/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +4 -27
  41. package/dist/types/components/Organisms/uiStats/uiStats.vue.d.ts +5 -26
  42. package/dist/types/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +5 -26
  43. package/dist/types/components/Organisms/uiTable/tooltip.vue.d.ts +1 -1
  44. package/dist/types/components/Organisms/uiTable/uiTable.vue.d.ts +7 -30
  45. package/dist/types/components/Organisms/uiTabs/uiTabs.vue.d.ts +4 -13
  46. package/dist/types/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +2 -25
  47. package/dist/types/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +4 -13
  48. package/dist/types/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +8 -12
  49. package/dist/types/types/index.d.ts +146 -9
  50. package/dist/ui.cjs +184 -92
  51. package/dist/ui.es.js +9188 -9090
  52. package/package.json +1 -1
@@ -1,44 +1,28 @@
1
1
  import { UiPaginationInterface } from "../../../types";
2
2
  declare function __VLS_template(): {
3
- previous?(_: {}): any;
4
- previous?(_: {}): any;
5
- next?(_: {}): any;
6
- next?(_: {}): any;
7
- showing?(_: {}): any;
8
- of?(_: {}): any;
3
+ slots: {
4
+ previous?(_: {}): any;
5
+ previous?(_: {}): any;
6
+ next?(_: {}): any;
7
+ next?(_: {}): any;
8
+ showing?(_: {}): any;
9
+ of?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ attrs: Partial<{}>;
9
13
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiPaginationInterface>, {
11
- loading: boolean;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- changePage: (T: number) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiPaginationInterface>, {
15
- loading: boolean;
16
- }>>> & {
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import("vue").DefineComponent<UiPaginationInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
+ changePage: (T: number) => any;
17
+ }, string, import("vue").PublicProps, Readonly<UiPaginationInterface> & Readonly<{
17
18
  onChangePage?: ((T: number) => any) | undefined;
18
- }, {
19
+ }>, {
19
20
  loading: boolean;
20
- }, {}>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
23
  export default _default;
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
24
  type __VLS_WithTemplateSlots<T, S> = T & {
32
25
  new (): {
33
26
  $slots: S;
34
27
  };
35
28
  };
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToOption<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: import('vue').PropType<T[K]>;
42
- required: true;
43
- };
44
- };
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  selectedDate: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
5
5
  };
6
- }, any, any, {
6
+ }>, {}, {}, {
7
7
  currentDate(): string;
8
8
  }, {
9
9
  selectDate(name: any, page: any): void;
@@ -12,5 +12,8 @@ declare const _default: import("vue").DefineComponent<{
12
12
  type: ObjectConstructor;
13
13
  required: true;
14
14
  };
15
- }>>, {}, {}>;
15
+ }>> & Readonly<{}>, {}, {}, {
16
+ ChevronLeftIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
17
+ ChevronRightIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
18
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
19
  export default _default;
@@ -1,6 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  day: ObjectConstructor;
3
- }, any, any, {
3
+ }>, {}, {}, {
4
4
  currentDay(): {
5
5
  dayName: string;
6
6
  day: string;
@@ -10,5 +10,5 @@ declare const _default: import("vue").DefineComponent<{
10
10
  };
11
11
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  day: ObjectConstructor;
13
- }>>, {}, {}>;
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
14
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  currency: StringConstructor;
3
3
  price: ObjectConstructor;
4
4
  basePrice: NumberConstructor;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
6
6
  type: BooleanConstructor;
7
7
  default: boolean;
8
8
  };
9
- }, any, any, {
9
+ }>, {}, {}, {
10
10
  currentDay(): {
11
11
  isWeekend: boolean;
12
12
  price: any;
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
- }>>, {
22
+ }>> & Readonly<{}>, {
23
23
  isBasePrice: boolean;
24
- }, {}>;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
25
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  type: StringConstructor;
3
3
  category: {
4
4
  type: ObjectConstructor;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  type: ObjectConstructor;
19
19
  required: true;
20
20
  };
21
- }, any, {
21
+ }>, {}, {
22
22
  today: Date;
23
23
  date: Date;
24
24
  selectedRooms: never[];
@@ -55,8 +55,94 @@ declare const _default: import("vue").DefineComponent<{
55
55
  type: ObjectConstructor;
56
56
  required: true;
57
57
  };
58
- }>>, {
58
+ }>> & Readonly<{}>, {
59
59
  loading: boolean;
60
- }, {}>;
60
+ }, {}, {
61
+ DateSelector: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
+ selectedDate: {
63
+ type: ObjectConstructor;
64
+ required: true;
65
+ };
66
+ }>, {}, {}, {
67
+ currentDate(): string;
68
+ }, {
69
+ selectDate(name: any, page: any): void;
70
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
71
+ selectedDate: {
72
+ type: ObjectConstructor;
73
+ required: true;
74
+ };
75
+ }>> & Readonly<{}>, {}, {}, {
76
+ ChevronLeftIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
77
+ ChevronRightIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
78
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
+ Day: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
80
+ day: ObjectConstructor;
81
+ }>, {}, {}, {
82
+ currentDay(): {
83
+ dayName: string;
84
+ day: string;
85
+ month: string;
86
+ isWeekend: boolean;
87
+ isToday: boolean;
88
+ };
89
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
90
+ day: ObjectConstructor;
91
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
+ Price: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
93
+ currency: StringConstructor;
94
+ price: ObjectConstructor;
95
+ basePrice: NumberConstructor;
96
+ isBasePrice: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ }>, {}, {}, {
101
+ currentDay(): {
102
+ isWeekend: boolean;
103
+ price: any;
104
+ };
105
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
106
+ currency: StringConstructor;
107
+ price: ObjectConstructor;
108
+ basePrice: NumberConstructor;
109
+ isBasePrice: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ }>> & Readonly<{}>, {
114
+ isBasePrice: boolean;
115
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
116
+ uiButton: {
117
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../../types/index.js").UiButtonInterface> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("../../../types/index.js").UiButtonInterface> & Readonly<{}>, {
118
+ size: "small" | "medium" | "big";
119
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
120
+ loading: boolean;
121
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
122
+ P: {};
123
+ B: {};
124
+ D: {};
125
+ C: {};
126
+ M: {};
127
+ Defaults: {};
128
+ }, Readonly<import("../../../types/index.js").UiButtonInterface> & Readonly<{}>, {}, {}, {}, {}, {
129
+ size: "small" | "medium" | "big";
130
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
131
+ loading: boolean;
132
+ }>;
133
+ __isFragment?: never;
134
+ __isTeleport?: never;
135
+ __isSuspense?: never;
136
+ } & import("vue").ComponentOptionsBase<Readonly<import("../../../types/index.js").UiButtonInterface> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
137
+ size: "small" | "medium" | "big";
138
+ color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
139
+ loading: boolean;
140
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
141
+ $slots: {
142
+ default?(_: {}): any;
143
+ };
144
+ });
145
+ SkeletonTable: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
146
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
61
147
  export default _default;
62
148
  import dayjs from "dayjs";
@@ -1,39 +1,23 @@
1
1
  import { UiRightSidebarInterface } from '../../../types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiRightSidebarInterface>, {
6
- open: boolean;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
- closeRightBar: () => void;
9
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiRightSidebarInterface>, {
10
- open: boolean;
11
- }>>> & {
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<UiRightSidebarInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ closeRightBar: () => any;
12
+ }, string, import("vue").PublicProps, Readonly<UiRightSidebarInterface> & Readonly<{
12
13
  onCloseRightBar?: (() => any) | undefined;
13
- }, {
14
+ }>, {
14
15
  open: boolean;
15
- }, {}>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
18
  export default _default;
18
- type __VLS_WithDefaults<P, D> = {
19
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
- default: D[K];
21
- }> : P[K];
22
- };
23
- type __VLS_Prettify<T> = {
24
- [K in keyof T]: T[K];
25
- } & {};
26
19
  type __VLS_WithTemplateSlots<T, S> = T & {
27
20
  new (): {
28
21
  $slots: S;
29
22
  };
30
23
  };
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
@@ -1,30 +1,9 @@
1
1
  import { UiSidebarInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiSidebarInterface>, {
3
- loading: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<UiSidebarInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
3
  sideBarClick: (...args: any[]) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiSidebarInterface>, {
7
- loading: boolean;
8
- }>>> & {
4
+ }, string, import("vue").PublicProps, Readonly<UiSidebarInterface> & Readonly<{
9
5
  onSideBarClick?: ((...args: any[]) => any) | undefined;
10
- }, {
6
+ }>, {
11
7
  loading: boolean;
12
- }, {}>;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
9
  export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToOption<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
@@ -1,35 +1,12 @@
1
1
  import { UiSidebarV2Interface } from "@/types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiSidebarV2Interface>, {
3
- loading: boolean;
4
- isFilterNavigation: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<UiSidebarV2Interface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
3
  sideBarClick: (...args: any[]) => void;
7
4
  productBarClick: (...args: any[]) => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiSidebarV2Interface>, {
9
- loading: boolean;
10
- isFilterNavigation: boolean;
11
- }>>> & {
5
+ }, string, import("vue").PublicProps, Readonly<UiSidebarV2Interface> & Readonly<{
12
6
  onSideBarClick?: ((...args: any[]) => any) | undefined;
13
7
  onProductBarClick?: ((...args: any[]) => any) | undefined;
14
- }, {
8
+ }>, {
15
9
  loading: boolean;
16
10
  isFilterNavigation: boolean;
17
- }, {}>;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
12
  export default _default;
19
- type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
- default: D[K];
22
- }> : P[K];
23
- };
24
- type __VLS_Prettify<T> = {
25
- [K in keyof T]: T[K];
26
- } & {};
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
@@ -1,30 +1,9 @@
1
1
  import { UiStatsInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiStatsInterface>, {
3
- loading: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- statClick: (T: string) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiStatsInterface>, {
7
- loading: boolean;
8
- }>>> & {
2
+ declare const _default: import("vue").DefineComponent<UiStatsInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ statClick: (T: string) => any;
4
+ }, string, import("vue").PublicProps, Readonly<UiStatsInterface> & Readonly<{
9
5
  onStatClick?: ((T: string) => any) | undefined;
10
- }, {
6
+ }>, {
11
7
  loading: boolean;
12
- }, {}>;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
9
  export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToOption<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
@@ -1,30 +1,9 @@
1
1
  import { UiStripedCardInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiStripedCardInterface>, {
3
- loading: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- itemClicked: (T: string) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiStripedCardInterface>, {
7
- loading: boolean;
8
- }>>> & {
2
+ declare const _default: import("vue").DefineComponent<UiStripedCardInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ itemClicked: (T: string) => any;
4
+ }, string, import("vue").PublicProps, Readonly<UiStripedCardInterface> & Readonly<{
9
5
  onItemClicked?: ((T: string) => any) | undefined;
10
- }, {
6
+ }>, {
11
7
  loading: boolean;
12
- }, {}>;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
9
  export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToOption<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
@@ -3,5 +3,5 @@ declare const _default: import("vue").DefineComponent<{}, {
3
3
  $props: {
4
4
  readonly tip?: string | undefined;
5
5
  };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
@@ -1,27 +1,21 @@
1
1
  import { UiTableInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiTableInterface>, {
3
- orderDirection: string;
4
- loading: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<UiTableInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
3
  tableAction: (T: {
7
4
  action: string;
8
5
  items: Array<string | number>;
9
- }) => void;
6
+ }) => any;
10
7
  orderBy: (T: {
11
8
  value: string;
12
9
  orderDirection: "desc" | "asc";
13
- }) => void;
10
+ }) => any;
14
11
  customEmit: (T: {
15
12
  data: {
16
13
  content: string;
17
14
  type: string;
18
15
  emits: any;
19
16
  };
20
- }) => void;
21
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiTableInterface>, {
22
- orderDirection: string;
23
- loading: boolean;
24
- }>>> & {
17
+ }) => any;
18
+ }, string, import("vue").PublicProps, Readonly<UiTableInterface> & Readonly<{
25
19
  onTableAction?: ((T: {
26
20
  action: string;
27
21
  items: Array<string | number>;
@@ -37,25 +31,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
37
31
  emits: any;
38
32
  };
39
33
  }) => any) | undefined;
40
- }, {
34
+ }>, {
41
35
  loading: boolean;
42
36
  orderDirection: "asc" | "desc";
43
- }, {}>;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
38
  export default _default;
45
- type __VLS_WithDefaults<P, D> = {
46
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
- default: D[K];
48
- }> : P[K];
49
- };
50
- type __VLS_Prettify<T> = {
51
- [K in keyof T]: T[K];
52
- } & {};
53
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
- type __VLS_TypePropsToOption<T> = {
55
- [K in keyof T]-?: {} extends Pick<T, K> ? {
56
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
- } : {
58
- type: import('vue').PropType<T[K]>;
59
- required: true;
60
- };
61
- };
@@ -1,16 +1,7 @@
1
1
  import { UiTabInterface } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<UiTabInterface>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- tabClicked: (T: string) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<UiTabInterface>>> & {
2
+ declare const _default: import("vue").DefineComponent<UiTabInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ tabClicked: (T: string) => any;
4
+ }, string, import("vue").PublicProps, Readonly<UiTabInterface> & Readonly<{
5
5
  onTabClicked?: ((T: string) => any) | undefined;
6
- }, {}, {}>;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToOption<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,29 +1,6 @@
1
1
  import { UiTimelineInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiTimelineInterface>, {
2
+ declare const _default: import("vue").DefineComponent<UiTimelineInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UiTimelineInterface> & Readonly<{}>, {
3
3
  loading: boolean;
4
4
  empty: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiTimelineInterface>, {
6
- loading: boolean;
7
- empty: boolean;
8
- }>>>, {
9
- loading: boolean;
10
- empty: boolean;
11
- }, {}>;
5
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
6
  export default _default;
13
- type __VLS_WithDefaults<P, D> = {
14
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
- default: D[K];
16
- }> : P[K];
17
- };
18
- type __VLS_Prettify<T> = {
19
- [K in keyof T]: T[K];
20
- } & {};
21
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToOption<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
@@ -1,16 +1,7 @@
1
1
  import { UiTopbarInterface } from "../../../types";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<UiTopbarInterface>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
- topBarClick: (T: string) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<UiTopbarInterface>>> & {
2
+ declare const _default: import("vue").DefineComponent<UiTopbarInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ topBarClick: (T: string) => any;
4
+ }, string, import("vue").PublicProps, Readonly<UiTopbarInterface> & Readonly<{
5
5
  onTopBarClick?: ((T: string) => any) | undefined;
6
- }, {}, {}>;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToOption<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,21 +1,17 @@
1
1
  import { UiWrapperInterface } from '@/types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<UiWrapperInterface>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<UiWrapperInterface>>>, {}, {}>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<UiWrapperInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UiWrapperInterface> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
12
  export default _default;
8
13
  type __VLS_WithTemplateSlots<T, S> = T & {
9
14
  new (): {
10
15
  $slots: S;
11
16
  };
12
17
  };
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToOption<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };