@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
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
import { UiButtonInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiButtonInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiButtonInterface> & Readonly<{}>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiButtonInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiButtonInterface> & Readonly<{}>, {
|
|
12
3
|
loading: boolean;
|
|
13
4
|
size: "big" | "small" | "medium";
|
|
14
5
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
16
|
-
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
}>;
|
|
17
9
|
export default _default;
|
|
18
10
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
11
|
new (): {
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import { UiCheckboxInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiCheckboxInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiCheckboxInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
checkboxChanged: (checkbox: import('../../../types').UiCheckboxType) => any;
|
|
13
4
|
}, string, import('vue').PublicProps, Readonly<UiCheckboxInterface> & Readonly<{
|
|
14
5
|
onCheckboxChanged?: ((checkbox: import('../../../types').UiCheckboxType) => any) | undefined;
|
|
@@ -16,8 +7,9 @@ declare const __VLS_component: import('vue').DefineComponent<UiCheckboxInterface
|
|
|
16
7
|
disabled: boolean;
|
|
17
8
|
loading: boolean;
|
|
18
9
|
check: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
20
|
-
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
21
13
|
export default _default;
|
|
22
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
15
|
new (): {
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import { UiTagInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiTagInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiTagInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
tagEvent: (T: string | undefined) => any;
|
|
13
4
|
}, string, import('vue').PublicProps, Readonly<UiTagInterface> & Readonly<{
|
|
14
5
|
onTagEvent?: ((T: string | undefined) => any) | undefined;
|
|
@@ -16,8 +7,9 @@ declare const __VLS_component: import('vue').DefineComponent<UiTagInterface, {},
|
|
|
16
7
|
loading: boolean;
|
|
17
8
|
size: "big" | "small" | "medium";
|
|
18
9
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
20
|
-
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
}>;
|
|
21
13
|
export default _default;
|
|
22
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
15
|
new (): {
|
|
@@ -2,12 +2,12 @@ import { UiTextAreaInterface } from '../../../types';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiTextAreaInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
inputChanged: (T: {
|
|
4
4
|
name: string;
|
|
5
|
-
value?: string;
|
|
5
|
+
value?: string | undefined;
|
|
6
6
|
}) => any;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<UiTextAreaInterface> & Readonly<{
|
|
8
8
|
onInputChanged?: ((T: {
|
|
9
9
|
name: string;
|
|
10
|
-
value?: string;
|
|
10
|
+
value?: string | undefined;
|
|
11
11
|
}) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
disabled: boolean;
|
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
import { UiToggleInterface } from '../../../types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiToggleInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
toggleChanged: (T: {
|
|
4
|
-
item:
|
|
4
|
+
item: {
|
|
5
|
+
title: string;
|
|
6
|
+
subtitle?: string | undefined;
|
|
7
|
+
active?: boolean | undefined;
|
|
8
|
+
action: string;
|
|
9
|
+
};
|
|
5
10
|
active: boolean;
|
|
6
11
|
}) => any;
|
|
7
12
|
actionClicked: (item: {
|
|
8
13
|
title: string;
|
|
9
|
-
subtitle?: string;
|
|
10
|
-
active?: boolean;
|
|
14
|
+
subtitle?: string | undefined;
|
|
15
|
+
active?: boolean | undefined;
|
|
11
16
|
action: string;
|
|
12
17
|
}) => any;
|
|
13
18
|
}, string, import('vue').PublicProps, Readonly<UiToggleInterface> & Readonly<{
|
|
14
19
|
onToggleChanged?: ((T: {
|
|
15
|
-
item:
|
|
20
|
+
item: {
|
|
21
|
+
title: string;
|
|
22
|
+
subtitle?: string | undefined;
|
|
23
|
+
active?: boolean | undefined;
|
|
24
|
+
action: string;
|
|
25
|
+
};
|
|
16
26
|
active: boolean;
|
|
17
27
|
}) => any) | undefined;
|
|
18
28
|
onActionClicked?: ((item: {
|
|
19
29
|
title: string;
|
|
20
|
-
subtitle?: string;
|
|
21
|
-
active?: boolean;
|
|
30
|
+
subtitle?: string | undefined;
|
|
31
|
+
active?: boolean | undefined;
|
|
22
32
|
action: string;
|
|
23
33
|
}) => any) | undefined;
|
|
24
34
|
}>, {
|
|
@@ -1,22 +1,14 @@
|
|
|
1
1
|
import { UiAlertInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiAlertInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiAlertInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
alertEvent: (T: string) => any;
|
|
13
4
|
}, string, import('vue').PublicProps, Readonly<UiAlertInterface> & Readonly<{
|
|
14
5
|
onAlertEvent?: ((T: string) => any) | undefined;
|
|
15
6
|
}>, {
|
|
16
7
|
loading: boolean;
|
|
17
8
|
type: string;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
19
|
-
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
}>;
|
|
20
12
|
export default _default;
|
|
21
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
14
|
new (): {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { UiCardInterface } from '../../../types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiCardInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
cardSelected: (T: {
|
|
4
|
-
id:
|
|
5
|
-
name:
|
|
6
|
-
type:
|
|
7
|
-
tags:
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
type: string;
|
|
7
|
+
tags: import('../../../types').UiTagInterface[] | undefined;
|
|
8
8
|
}) => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<UiCardInterface> & Readonly<{
|
|
10
10
|
onCardSelected?: ((T: {
|
|
11
|
-
id:
|
|
12
|
-
name:
|
|
13
|
-
type:
|
|
14
|
-
tags:
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
type: string;
|
|
14
|
+
tags: import('../../../types').UiTagInterface[] | undefined;
|
|
15
15
|
}) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
loading: boolean;
|
|
@@ -1,29 +1,21 @@
|
|
|
1
1
|
import { UiModalInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiModalInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiModalInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
modalAction: (T: {
|
|
13
|
-
modal:
|
|
4
|
+
modal: string;
|
|
14
5
|
action: string;
|
|
15
6
|
}) => any;
|
|
16
7
|
}, string, import('vue').PublicProps, Readonly<UiModalInterface> & Readonly<{
|
|
17
8
|
onModalAction?: ((T: {
|
|
18
|
-
modal:
|
|
9
|
+
modal: string;
|
|
19
10
|
action: string;
|
|
20
11
|
}) => any) | undefined;
|
|
21
12
|
}>, {
|
|
22
13
|
loading: boolean;
|
|
23
14
|
type: string;
|
|
24
15
|
open: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
26
|
-
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
}>;
|
|
27
19
|
export default _default;
|
|
28
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
21
|
new (): {
|
|
@@ -2,10 +2,10 @@ import { UiChartInterface } from '../../../types';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
|
-
from:
|
|
6
|
-
to:
|
|
5
|
+
from: string | Date;
|
|
6
|
+
to: string | Date;
|
|
7
7
|
};
|
|
8
|
-
chartId:
|
|
8
|
+
chartId: string;
|
|
9
9
|
}) => any;
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
@@ -13,10 +13,10 @@ declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {},
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
|
-
from:
|
|
17
|
-
to:
|
|
16
|
+
from: string | Date;
|
|
17
|
+
to: string | Date;
|
|
18
18
|
};
|
|
19
|
-
chartId:
|
|
19
|
+
chartId: string;
|
|
20
20
|
}) => any) | undefined;
|
|
21
21
|
onChartUpdated?: (() => any) | undefined;
|
|
22
22
|
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
@@ -2,10 +2,10 @@ import { UiChartInterface } from '../../../types';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
|
-
from:
|
|
6
|
-
to:
|
|
5
|
+
from: string | Date;
|
|
6
|
+
to: string | Date;
|
|
7
7
|
};
|
|
8
|
-
chartId:
|
|
8
|
+
chartId: string;
|
|
9
9
|
}) => any;
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
@@ -13,10 +13,10 @@ declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {},
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
|
-
from:
|
|
17
|
-
to:
|
|
16
|
+
from: string | Date;
|
|
17
|
+
to: string | Date;
|
|
18
18
|
};
|
|
19
|
-
chartId:
|
|
19
|
+
chartId: string;
|
|
20
20
|
}) => any) | undefined;
|
|
21
21
|
onChartUpdated?: (() => any) | undefined;
|
|
22
22
|
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { UiDateRangeInterface } from '../../../types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiDateRangeInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
uiDateRangeButtonClicked: (t: {
|
|
4
|
-
from:
|
|
5
|
-
to:
|
|
4
|
+
from: string | Date;
|
|
5
|
+
to: string | Date;
|
|
6
6
|
} | undefined) => any;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<UiDateRangeInterface> & Readonly<{
|
|
8
8
|
onUiDateRangeButtonClicked?: ((t: {
|
|
9
|
-
from:
|
|
10
|
-
to:
|
|
9
|
+
from: string | Date;
|
|
10
|
+
to: string | Date;
|
|
11
11
|
} | undefined) => any) | undefined;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -2,10 +2,10 @@ import { UiChartInterface } from '../../../types';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
|
-
from:
|
|
6
|
-
to:
|
|
5
|
+
from: string | Date;
|
|
6
|
+
to: string | Date;
|
|
7
7
|
};
|
|
8
|
-
chartId:
|
|
8
|
+
chartId: string;
|
|
9
9
|
}) => any;
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
@@ -13,10 +13,10 @@ declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {},
|
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
|
-
from:
|
|
17
|
-
to:
|
|
16
|
+
from: string | Date;
|
|
17
|
+
to: string | Date;
|
|
18
18
|
};
|
|
19
|
-
chartId:
|
|
19
|
+
chartId: string;
|
|
20
20
|
}) => any) | undefined;
|
|
21
21
|
onChartUpdated?: (() => any) | undefined;
|
|
22
22
|
onDataPointSelection?: ((T: any) => any) | undefined;
|
|
@@ -1,26 +1,18 @@
|
|
|
1
1
|
import { UiPaginationInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
previous?(_: {}): any;
|
|
6
|
-
previous?(_: {}): any;
|
|
7
|
-
next?(_: {}): any;
|
|
8
|
-
next?(_: {}): any;
|
|
9
|
-
showing?(_: {}): any;
|
|
10
|
-
of?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: any;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<UiPaginationInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiPaginationInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
3
|
changePage: (T: number) => any;
|
|
18
4
|
}, string, import('vue').PublicProps, Readonly<UiPaginationInterface> & Readonly<{
|
|
19
5
|
onChangePage?: ((T: number) => any) | undefined;
|
|
20
6
|
}>, {
|
|
21
7
|
loading: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
23
|
-
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
9
|
+
previous?(_: {}): any;
|
|
10
|
+
previous?(_: {}): any;
|
|
11
|
+
next?(_: {}): any;
|
|
12
|
+
next?(_: {}): any;
|
|
13
|
+
showing?(_: {}): any;
|
|
14
|
+
of?(_: {}): any;
|
|
15
|
+
}>;
|
|
24
16
|
export default _default;
|
|
25
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
18
|
new (): {
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { UiRightSidebarInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiRightSidebarInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiRightSidebarInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
closeRightBar: () => any;
|
|
13
4
|
}, string, import('vue').PublicProps, Readonly<UiRightSidebarInterface> & Readonly<{
|
|
14
5
|
onCloseRightBar?: (() => any) | undefined;
|
|
15
6
|
}>, {
|
|
16
7
|
open: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
|
18
|
-
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
}>;
|
|
19
11
|
export default _default;
|
|
20
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
13
|
new (): {
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<UiSmartFilterInterface, {}
|
|
|
4
4
|
smartFilterSelected: (T: {
|
|
5
5
|
name: string;
|
|
6
6
|
value: string;
|
|
7
|
-
active?: boolean;
|
|
7
|
+
active?: boolean | undefined;
|
|
8
8
|
}[]) => any;
|
|
9
9
|
smartInputChanged: (T: import('../../../types').InputType) => any;
|
|
10
10
|
smartSelectChanged: (T: import('../../../types').SelectItemType[]) => any;
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<UiSmartFilterInterface, {}
|
|
|
14
14
|
onSmartFilterSelected?: ((T: {
|
|
15
15
|
name: string;
|
|
16
16
|
value: string;
|
|
17
|
-
active?: boolean;
|
|
17
|
+
active?: boolean | undefined;
|
|
18
18
|
}[]) => any) | undefined;
|
|
19
19
|
onSmartInputChanged?: ((T: import('../../../types').InputType) => any) | undefined;
|
|
20
20
|
onSmartSelectChanged?: ((T: import('../../../types').SelectItemType[]) => any) | undefined;
|
|
@@ -2,7 +2,7 @@ import { UiTableInterface } from '../../../types';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<UiTableInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
tableAction: (T: {
|
|
4
4
|
action: string;
|
|
5
|
-
items:
|
|
5
|
+
items: (string | number)[];
|
|
6
6
|
}) => any;
|
|
7
7
|
orderBy: (T: {
|
|
8
8
|
value: string;
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<UiTableInterface, {}, {},
|
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<UiTableInterface> & Readonly<{
|
|
20
20
|
onTableAction?: ((T: {
|
|
21
21
|
action: string;
|
|
22
|
-
items:
|
|
22
|
+
items: (string | number)[];
|
|
23
23
|
}) => any) | undefined;
|
|
24
24
|
onOrderBy?: ((T: {
|
|
25
25
|
value: string;
|
|
@@ -36,6 +36,6 @@ declare const _default: import('vue').DefineComponent<UiTableInterface, {}, {},
|
|
|
36
36
|
}>, {
|
|
37
37
|
loading: boolean;
|
|
38
38
|
resetSelected: boolean;
|
|
39
|
-
orderDirection: "
|
|
39
|
+
orderDirection: "desc" | "asc";
|
|
40
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
41
|
export default _default;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import { SelectItemType, UiWrapperInterface } from '../../../types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<UiWrapperInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiWrapperInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
3
|
selectChanged: (T: SelectItemType) => any;
|
|
13
4
|
sideBarClick: (t: string) => any;
|
|
14
5
|
productBarClick: (t: string) => any;
|
|
@@ -18,8 +9,9 @@ declare const __VLS_component: import('vue').DefineComponent<UiWrapperInterface,
|
|
|
18
9
|
onSideBarClick?: ((t: string) => any) | undefined;
|
|
19
10
|
onProductBarClick?: ((t: string) => any) | undefined;
|
|
20
11
|
onTopBarClick?: ((T: string) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement
|
|
22
|
-
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
}>;
|
|
23
15
|
export default _default;
|
|
24
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
17
|
new (): {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { UiButtonInterface } from "@/types";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiButtonInterface>, {
|
|
3
|
+
color: string;
|
|
4
|
+
size: string;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiButtonInterface>, {
|
|
7
|
+
color: string;
|
|
8
|
+
size: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
}>>> & Readonly<{}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
size: "big" | "small" | "medium";
|
|
13
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { UiCheckboxInterface } from "@/types";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiCheckboxInterface>, {
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
check: boolean;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
checkboxChanged: (checkbox: import("@/types").UiCheckboxType) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiCheckboxInterface>, {
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
check: boolean;
|
|
11
|
+
loading: boolean;
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onCheckboxChanged?: ((checkbox: import("@/types").UiCheckboxType) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
loading: boolean;
|
|
17
|
+
check: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
}>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<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
|
+
};
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UiDropdownInterface, UiDropdownItemType } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDropdownInterface>, {
|
|
3
|
+
position: string;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
optionSelected: (v: UiDropdownItemType) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiDropdownInterface>, {
|
|
8
|
+
position: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
}>>> & Readonly<{
|
|
11
|
+
onOptionSelected?: ((v: UiDropdownItemType) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
position: "left" | "right";
|
|
14
|
+
loading: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { UiIconInterface } from '@/types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiIconInterface>, {
|
|
3
|
+
size: string;
|
|
4
|
+
color: string;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiIconInterface>, {
|
|
7
|
+
size: string;
|
|
8
|
+
color: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
}>>> & Readonly<{}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
size: "big" | "small" | "medium" | "bigger" | "huge" | "massive";
|
|
13
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
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
|
+
} & {};
|