@hotelinking/ui 10.42.13 → 10.42.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Atoms/uiButton/uiButton.vue.d.ts +4 -12
- package/dist/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +4 -12
- package/dist/components/Atoms/uiTag/uiTag.vue.d.ts +4 -12
- package/dist/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +2 -2
- package/dist/components/Atoms/uiToggle/uiToggle.vue.d.ts +16 -6
- package/dist/components/Molecules/uiAlert/uiAlert.vue.d.ts +4 -12
- package/dist/components/Molecules/uiCard/uiCard.vue.d.ts +8 -8
- package/dist/components/Molecules/uiModal/uiModal.vue.d.ts +6 -14
- package/dist/components/Organisms/uiCharts/uiChart.vue.d.ts +6 -6
- package/dist/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +6 -6
- package/dist/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +4 -4
- package/dist/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +6 -6
- package/dist/components/Organisms/uiPagination/uiPagination.vue.d.ts +9 -17
- package/dist/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +4 -12
- package/dist/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +2 -2
- package/dist/components/Organisms/uiTable/uiTable.vue.d.ts +3 -3
- package/dist/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +4 -12
- package/dist/types/components/Atoms/uiButton/uiButton.vue.d.ts +39 -0
- package/dist/types/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +43 -0
- package/dist/types/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +33 -0
- package/dist/types/components/Atoms/uiIcon/uiIcon.vue.d.ts +32 -0
- package/dist/types/components/Atoms/uiInput/uiInput.vue.d.ts +43 -0
- package/dist/types/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +33 -0
- package/dist/types/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +33 -0
- package/dist/types/components/Atoms/uiSelect/uiSelect.vue.d.ts +35 -0
- package/dist/types/components/Atoms/uiTag/uiTag.vue.d.ts +43 -0
- package/dist/types/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +45 -0
- package/dist/types/components/Atoms/uiToggle/uiToggle.vue.d.ts +64 -0
- package/dist/types/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +2 -0
- package/dist/types/components/Molecules/uiAlert/uiAlert.vue.d.ts +40 -0
- package/dist/types/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +30 -0
- package/dist/types/components/Molecules/uiCard/uiCard.vue.d.ts +40 -0
- package/dist/types/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +35 -0
- package/dist/types/components/Molecules/uiFilter/uiFilter.vue.d.ts +33 -0
- package/dist/types/components/Molecules/uiModal/uiModal.vue.d.ts +49 -0
- package/dist/types/components/Molecules/uiNotification/uiNotification.vue.d.ts +36 -0
- package/dist/types/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +12 -0
- package/dist/types/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +26 -0
- package/dist/types/components/Organisms/uiCharts/RangeSelector.vue.d.ts +14 -0
- package/dist/types/components/Organisms/uiCharts/uiChart.vue.d.ts +66 -0
- package/dist/types/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +63 -0
- package/dist/types/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +22 -0
- package/dist/types/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +30 -0
- package/dist/types/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +26 -0
- package/dist/types/components/Organisms/uiFooter/uiFooter.vue.d.ts +2 -0
- package/dist/types/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +69 -0
- package/dist/types/components/Organisms/uiGallery/uiGallery.vue.d.ts +20 -0
- package/dist/types/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +26 -0
- package/dist/types/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +18 -0
- package/dist/types/components/Organisms/uiPagination/uiPagination.vue.d.ts +40 -0
- package/dist/types/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +22 -0
- package/dist/types/components/Organisms/uiPriceCalendar/Day.vue.d.ts +14 -0
- package/dist/types/components/Organisms/uiPriceCalendar/Price.vue.d.ts +25 -0
- package/dist/types/components/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +34 -0
- package/dist/types/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +37 -0
- package/dist/types/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +30 -0
- package/dist/types/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +35 -0
- package/dist/types/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +46 -0
- package/dist/types/components/Organisms/uiStats/uiStats.vue.d.ts +30 -0
- package/dist/types/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +30 -0
- package/dist/types/components/Organisms/uiTable/tooltip.vue.d.ts +7 -0
- package/dist/types/components/Organisms/uiTable/uiTable.vue.d.ts +66 -0
- package/dist/types/components/Organisms/uiTabs/uiTabs.vue.d.ts +16 -0
- package/dist/types/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +35 -0
- package/dist/types/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +16 -0
- package/dist/types/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +29 -0
- package/dist/types/components/index.d.ts +43 -0
- package/dist/types/types/index.d.ts +1183 -0
- package/package.json +6 -6
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { UiChartInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
3
|
+
id: string;
|
|
4
|
+
type: string;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
horizontal: boolean;
|
|
7
|
+
empty: boolean;
|
|
8
|
+
stacked: boolean;
|
|
9
|
+
height: number;
|
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
selectedRange: (T: {
|
|
12
|
+
range: {
|
|
13
|
+
from: string | Date;
|
|
14
|
+
to: string | Date;
|
|
15
|
+
};
|
|
16
|
+
chartId: string;
|
|
17
|
+
}) => void;
|
|
18
|
+
chartUpdated: () => void;
|
|
19
|
+
dataPointSelection: (T: any) => void;
|
|
20
|
+
maximizeChart: (T: string) => void;
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
22
|
+
id: string;
|
|
23
|
+
type: string;
|
|
24
|
+
loading: boolean;
|
|
25
|
+
horizontal: boolean;
|
|
26
|
+
empty: boolean;
|
|
27
|
+
stacked: boolean;
|
|
28
|
+
height: number;
|
|
29
|
+
}>>> & Readonly<{
|
|
30
|
+
onSelectedRange?: ((T: {
|
|
31
|
+
range: {
|
|
32
|
+
from: string | Date;
|
|
33
|
+
to: string | Date;
|
|
34
|
+
};
|
|
35
|
+
chartId: string;
|
|
36
|
+
}) => any) | undefined;
|
|
37
|
+
onChartUpdated?: (() => any) | undefined;
|
|
38
|
+
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
39
|
+
onMaximizeChart?: ((T: string) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
loading: boolean;
|
|
42
|
+
type: "area" | "line" | "bar" | "scatter";
|
|
43
|
+
id: string;
|
|
44
|
+
empty: boolean;
|
|
45
|
+
horizontal: boolean;
|
|
46
|
+
stacked: boolean;
|
|
47
|
+
height: number;
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
+
} : {
|
|
55
|
+
type: import('vue').PropType<T[K]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
type __VLS_WithDefaults<P, D> = {
|
|
60
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
+
default: D[K];
|
|
62
|
+
}> : P[K];
|
|
63
|
+
};
|
|
64
|
+
type __VLS_Prettify<T> = {
|
|
65
|
+
[K in keyof T]: T[K];
|
|
66
|
+
} & {};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { UiChartInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
3
|
+
id: string;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
horizontal: boolean;
|
|
6
|
+
empty: boolean;
|
|
7
|
+
stacked: boolean;
|
|
8
|
+
height: number;
|
|
9
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
selectedRange: (T: {
|
|
11
|
+
range: {
|
|
12
|
+
from: string | Date;
|
|
13
|
+
to: string | Date;
|
|
14
|
+
};
|
|
15
|
+
chartId: string;
|
|
16
|
+
}) => void;
|
|
17
|
+
chartUpdated: () => void;
|
|
18
|
+
dataPointSelection: (T: any) => void;
|
|
19
|
+
maximizeChart: (T: string) => void;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
21
|
+
id: string;
|
|
22
|
+
loading: boolean;
|
|
23
|
+
horizontal: boolean;
|
|
24
|
+
empty: boolean;
|
|
25
|
+
stacked: boolean;
|
|
26
|
+
height: number;
|
|
27
|
+
}>>> & Readonly<{
|
|
28
|
+
onSelectedRange?: ((T: {
|
|
29
|
+
range: {
|
|
30
|
+
from: string | Date;
|
|
31
|
+
to: string | Date;
|
|
32
|
+
};
|
|
33
|
+
chartId: string;
|
|
34
|
+
}) => any) | undefined;
|
|
35
|
+
onChartUpdated?: (() => any) | undefined;
|
|
36
|
+
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
37
|
+
onMaximizeChart?: ((T: string) => any) | undefined;
|
|
38
|
+
}>, {
|
|
39
|
+
loading: boolean;
|
|
40
|
+
id: string;
|
|
41
|
+
empty: boolean;
|
|
42
|
+
horizontal: boolean;
|
|
43
|
+
stacked: boolean;
|
|
44
|
+
height: number;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
49
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
+
} : {
|
|
52
|
+
type: import('vue').PropType<T[K]>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
type __VLS_WithDefaults<P, D> = {
|
|
57
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
58
|
+
default: D[K];
|
|
59
|
+
}> : P[K];
|
|
60
|
+
};
|
|
61
|
+
type __VLS_Prettify<T> = {
|
|
62
|
+
[K in keyof T]: T[K];
|
|
63
|
+
} & {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { UiDateRangeInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiDateRangeInterface>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
uiDateRangeButtonClicked: (t: {
|
|
4
|
+
from: string | Date;
|
|
5
|
+
to: string | Date;
|
|
6
|
+
} | undefined) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiDateRangeInterface>>> & Readonly<{
|
|
8
|
+
onUiDateRangeButtonClicked?: ((t: {
|
|
9
|
+
from: string | Date;
|
|
10
|
+
to: string | Date;
|
|
11
|
+
} | undefined) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { UiDragAndDropInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDragAndDropInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
dragAndDropUpdated: (T: any) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDragAndDropInterface>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}>>> & Readonly<{
|
|
9
|
+
onDragAndDropUpdated?: ((T: any) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
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
|
+
} & {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UiDynamicStatsInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDynamicStatsInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDynamicStatsInterface>, {
|
|
5
|
+
loading: boolean;
|
|
6
|
+
}>>> & Readonly<{}>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
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
|
+
} & {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { UiChartInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
3
|
+
id: string;
|
|
4
|
+
type: string;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
range: string;
|
|
7
|
+
horizontal: boolean;
|
|
8
|
+
empty: boolean;
|
|
9
|
+
stacked: boolean;
|
|
10
|
+
height: number;
|
|
11
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
selectedRange: (T: {
|
|
13
|
+
range: {
|
|
14
|
+
from: string | Date;
|
|
15
|
+
to: string | Date;
|
|
16
|
+
};
|
|
17
|
+
chartId: string;
|
|
18
|
+
}) => void;
|
|
19
|
+
chartUpdated: () => void;
|
|
20
|
+
dataPointSelection: (T: any) => void;
|
|
21
|
+
maximizeChart: (T: string) => void;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiChartInterface>, {
|
|
23
|
+
id: string;
|
|
24
|
+
type: string;
|
|
25
|
+
loading: boolean;
|
|
26
|
+
range: string;
|
|
27
|
+
horizontal: boolean;
|
|
28
|
+
empty: boolean;
|
|
29
|
+
stacked: boolean;
|
|
30
|
+
height: number;
|
|
31
|
+
}>>> & Readonly<{
|
|
32
|
+
onSelectedRange?: ((T: {
|
|
33
|
+
range: {
|
|
34
|
+
from: string | Date;
|
|
35
|
+
to: string | Date;
|
|
36
|
+
};
|
|
37
|
+
chartId: string;
|
|
38
|
+
}) => any) | undefined;
|
|
39
|
+
onChartUpdated?: (() => any) | undefined;
|
|
40
|
+
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
41
|
+
onMaximizeChart?: ((T: string) => any) | undefined;
|
|
42
|
+
}>, {
|
|
43
|
+
loading: boolean;
|
|
44
|
+
type: "area" | "line" | "bar" | "scatter";
|
|
45
|
+
id: string;
|
|
46
|
+
range: "24h" | "7d" | "1m" | "3m" | "all";
|
|
47
|
+
empty: boolean;
|
|
48
|
+
horizontal: boolean;
|
|
49
|
+
stacked: boolean;
|
|
50
|
+
height: number;
|
|
51
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
+
type __VLS_TypePropsToRuntimeProps<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
|
+
};
|
|
62
|
+
type __VLS_WithDefaults<P, D> = {
|
|
63
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
|
+
default: D[K];
|
|
65
|
+
}> : P[K];
|
|
66
|
+
};
|
|
67
|
+
type __VLS_Prettify<T> = {
|
|
68
|
+
[K in keyof T]: T[K];
|
|
69
|
+
} & {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { UiGalleryInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiGalleryInterface>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
modalAction: (T: any) => void;
|
|
4
|
+
deleteImage: (T: any) => void;
|
|
5
|
+
imgClicked: (T: any) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiGalleryInterface>>> & Readonly<{
|
|
7
|
+
onModalAction?: ((T: any) => any) | undefined;
|
|
8
|
+
onDeleteImage?: ((T: any) => any) | undefined;
|
|
9
|
+
onImgClicked?: ((T: any) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: import('vue').PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UiLoadScreenInterface } from '@/types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiLoadScreenInterface>, {
|
|
3
|
+
fixed: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiLoadScreenInterface>, {
|
|
5
|
+
fixed: boolean;
|
|
6
|
+
}>>> & Readonly<{}>, {
|
|
7
|
+
fixed: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
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
|
+
} & {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { UiNoResultsInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiNoResultsInterface>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
action: (T: string) => void;
|
|
4
|
+
noResultsOptionSelected: (T: import("@/types").UiDropdownItemType) => void;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiNoResultsInterface>>> & Readonly<{
|
|
6
|
+
onAction?: ((T: string) => any) | undefined;
|
|
7
|
+
onNoResultsOptionSelected?: ((T: import("@/types").UiDropdownItemType) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { UiPaginationInterface } from "@/types";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiPaginationInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
changePage: (T: number) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiPaginationInterface>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}>>> & Readonly<{
|
|
9
|
+
onChangePage?: ((T: number) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
|
+
previous?(_: {}): any;
|
|
14
|
+
next?(_: {}): any;
|
|
15
|
+
showing?(_: {}): any;
|
|
16
|
+
of?(_: {}): any;
|
|
17
|
+
}>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
selectedDate: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
currentDate(): dayjs.Dayjs;
|
|
8
|
+
today(): dayjs.Dayjs;
|
|
9
|
+
formatedDate(): string;
|
|
10
|
+
}, {
|
|
11
|
+
selectDate(name: any, page: any): void;
|
|
12
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
selectedDate: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
18
|
+
ChevronLeftIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
|
|
19
|
+
ChevronRightIcon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
|
|
20
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
22
|
+
import dayjs from "dayjs";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
day: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {
|
|
4
|
+
currentDay(): {
|
|
5
|
+
dayName: string;
|
|
6
|
+
day: string;
|
|
7
|
+
month: string;
|
|
8
|
+
isWeekend: boolean;
|
|
9
|
+
isToday: boolean;
|
|
10
|
+
};
|
|
11
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
day: ObjectConstructor;
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
currency: StringConstructor;
|
|
3
|
+
price: ObjectConstructor;
|
|
4
|
+
basePrice: NumberConstructor;
|
|
5
|
+
isBasePrice: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {
|
|
10
|
+
currentDay(): {
|
|
11
|
+
isWeekend: boolean;
|
|
12
|
+
price: any;
|
|
13
|
+
};
|
|
14
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
currency: StringConstructor;
|
|
16
|
+
price: ObjectConstructor;
|
|
17
|
+
basePrice: NumberConstructor;
|
|
18
|
+
isBasePrice: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
isBasePrice: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { UiPriceCalendarInterface, UiRoomTypeSelectionPriceType } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiPriceCalendarInterface>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
dateChanged: (t: Date) => void;
|
|
4
|
+
changeCategoryBulkPrices: () => void;
|
|
5
|
+
changeCategorySelectionPrice: (t: UiRoomTypeSelectionPriceType) => void;
|
|
6
|
+
changeCategoryUpgradePrice: (t: UiRoomTypeSelectionPriceType) => void;
|
|
7
|
+
changeRoomPrice: (t: {
|
|
8
|
+
price: UiRoomTypeSelectionPriceType;
|
|
9
|
+
roomId: string;
|
|
10
|
+
roomName: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
tableAction: (t: any) => void;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UiPriceCalendarInterface>>> & Readonly<{
|
|
14
|
+
onTableAction?: ((t: any) => any) | undefined;
|
|
15
|
+
onDateChanged?: ((t: Date) => any) | undefined;
|
|
16
|
+
onChangeCategoryBulkPrices?: (() => any) | undefined;
|
|
17
|
+
onChangeCategorySelectionPrice?: ((t: UiRoomTypeSelectionPriceType) => any) | undefined;
|
|
18
|
+
onChangeCategoryUpgradePrice?: ((t: UiRoomTypeSelectionPriceType) => any) | undefined;
|
|
19
|
+
onChangeRoomPrice?: ((t: {
|
|
20
|
+
price: UiRoomTypeSelectionPriceType;
|
|
21
|
+
roomId: string;
|
|
22
|
+
roomName: string;
|
|
23
|
+
}) => any) | undefined;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { UiRightSidebarInterface } from '@/types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiRightSidebarInterface>, {
|
|
3
|
+
open: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
closeRightBar: () => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiRightSidebarInterface>, {
|
|
7
|
+
open: boolean;
|
|
8
|
+
}>>> & Readonly<{
|
|
9
|
+
onCloseRightBar?: (() => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
open: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { UiSidebarInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSidebarInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
sideBarClick: (t: string) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSidebarInterface>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}>>> & Readonly<{
|
|
9
|
+
onSideBarClick?: ((t: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
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
|
+
} & {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { UiSidebarV2Interface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSidebarV2Interface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
isFilterNavigation: boolean;
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
productBarClick: (t: string) => void;
|
|
7
|
+
sideBarClick: (t: string) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSidebarV2Interface>, {
|
|
9
|
+
loading: boolean;
|
|
10
|
+
isFilterNavigation: boolean;
|
|
11
|
+
}>>> & Readonly<{
|
|
12
|
+
onSideBarClick?: ((t: string) => any) | undefined;
|
|
13
|
+
onProductBarClick?: ((t: string) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
loading: boolean;
|
|
16
|
+
isFilterNavigation: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { UiSmartFilterInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSmartFilterInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
smartFilterSelected: (T: {
|
|
6
|
+
name: string;
|
|
7
|
+
value: string;
|
|
8
|
+
active?: boolean | undefined;
|
|
9
|
+
}[]) => void;
|
|
10
|
+
smartInputChanged: (T: import("@/types").InputType) => void;
|
|
11
|
+
smartSelectChanged: (T: import("@/types").SelectItemType[]) => void;
|
|
12
|
+
smartOptionSelected: (T: import("@/types").UiDropdownItemType) => void;
|
|
13
|
+
rightAddOnClicked: () => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSmartFilterInterface>, {
|
|
15
|
+
loading: boolean;
|
|
16
|
+
}>>> & Readonly<{
|
|
17
|
+
onRightAddOnClicked?: (() => any) | undefined;
|
|
18
|
+
onSmartFilterSelected?: ((T: {
|
|
19
|
+
name: string;
|
|
20
|
+
value: string;
|
|
21
|
+
active?: boolean | undefined;
|
|
22
|
+
}[]) => any) | undefined;
|
|
23
|
+
onSmartInputChanged?: ((T: import("@/types").InputType) => any) | undefined;
|
|
24
|
+
onSmartSelectChanged?: ((T: import("@/types").SelectItemType[]) => any) | undefined;
|
|
25
|
+
onSmartOptionSelected?: ((T: import("@/types").UiDropdownItemType) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
loading: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|