@hotelinking/ui 10.42.11 → 10.42.13
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/{types/components → components}/Atoms/uiButton/uiButton.vue.d.ts +3 -3
- package/dist/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +26 -0
- package/dist/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +10 -0
- package/dist/components/Atoms/uiIcon/uiIcon.vue.d.ts +7 -0
- package/dist/components/Atoms/uiInput/uiInput.vue.d.ts +16 -0
- package/dist/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +10 -0
- package/dist/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +10 -0
- package/dist/{types/components → components}/Atoms/uiSelect/uiSelect.vue.d.ts +5 -5
- package/dist/{types/components → components}/Atoms/uiTag/uiTag.vue.d.ts +4 -4
- package/dist/{types/components → components}/Atoms/uiTextArea/uiTextArea.vue.d.ts +4 -4
- package/dist/{types/components → components}/Atoms/uiToggle/uiToggle.vue.d.ts +4 -4
- package/dist/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +2 -0
- package/dist/{types/components → components}/Molecules/uiAlert/uiAlert.vue.d.ts +4 -4
- package/dist/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +9 -0
- package/dist/{types/components → components}/Molecules/uiCard/uiCard.vue.d.ts +4 -4
- package/dist/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +12 -0
- package/dist/components/Molecules/uiFilter/uiFilter.vue.d.ts +10 -0
- package/dist/{types/components → components}/Molecules/uiModal/uiModal.vue.d.ts +4 -4
- package/dist/components/Molecules/uiNotification/uiNotification.vue.d.ts +11 -0
- package/dist/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +3 -0
- package/dist/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +5 -0
- package/dist/components/Organisms/uiCharts/RangeSelector.vue.d.ts +14 -0
- package/dist/{types/components → components}/Organisms/uiCharts/uiChart.vue.d.ts +4 -4
- package/dist/{types/components → components}/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +4 -4
- package/dist/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +13 -0
- package/dist/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +9 -0
- package/dist/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +5 -0
- package/dist/components/Organisms/uiFooter/uiFooter.vue.d.ts +2 -0
- package/dist/{types/components → components}/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +4 -4
- package/dist/components/Organisms/uiGallery/uiGallery.vue.d.ts +11 -0
- package/dist/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +5 -0
- package/dist/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +9 -0
- package/dist/{types/components → components}/Organisms/uiPagination/uiPagination.vue.d.ts +4 -4
- package/dist/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +22 -0
- package/dist/components/Organisms/uiPriceCalendar/Day.vue.d.ts +14 -0
- package/dist/{types/components → components}/Organisms/uiPriceCalendar/Price.vue.d.ts +3 -3
- package/dist/{types/components → components}/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +4 -4
- package/dist/{types/components → components}/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +4 -4
- package/dist/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +9 -0
- package/dist/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +12 -0
- package/dist/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +25 -0
- package/dist/components/Organisms/uiStats/uiStats.vue.d.ts +9 -0
- package/dist/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +9 -0
- package/dist/components/Organisms/uiTable/tooltip.vue.d.ts +7 -0
- package/dist/{types/components → components}/Organisms/uiTable/uiTable.vue.d.ts +4 -4
- package/dist/components/Organisms/uiTabs/uiTabs.vue.d.ts +7 -0
- package/dist/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +12 -0
- package/dist/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +7 -0
- package/dist/{types/components → components}/Organisms/uiWrapper/uiWrapper.vue.d.ts +4 -4
- package/dist/components/index.d.ts +43 -0
- package/dist/index.d.ts +7 -0
- package/dist/types/index.d.ts +1182 -6
- package/dist/ui.cjs +1 -1
- package/dist/ui.es.js +1314 -1312
- package/package.json +9 -7
- package/dist/types/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +0 -26
- package/dist/types/components/Atoms/uiDropdown/uiDropdown.vue.d.ts +0 -10
- package/dist/types/components/Atoms/uiIcon/uiIcon.vue.d.ts +0 -7
- package/dist/types/components/Atoms/uiInput/uiInput.vue.d.ts +0 -16
- package/dist/types/components/Atoms/uiInputFile/uiInputFile.vue.d.ts +0 -10
- package/dist/types/components/Atoms/uiRangeSlider/uiRangeSlider.vue.d.ts +0 -10
- package/dist/types/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +0 -2
- package/dist/types/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +0 -9
- package/dist/types/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +0 -12
- package/dist/types/components/Molecules/uiFilter/uiFilter.vue.d.ts +0 -10
- package/dist/types/components/Molecules/uiNotification/uiNotification.vue.d.ts +0 -11
- package/dist/types/components/Molecules/uiSectionTitle/uiSectionTitle.vue.d.ts +0 -3
- package/dist/types/components/Molecules/uiTaskList/uiTaskList.vue.d.ts +0 -5
- package/dist/types/components/Organisms/uiCharts/RangeSelector.vue.d.ts +0 -14
- package/dist/types/components/Organisms/uiDateRange/uiDateRange.vue.d.ts +0 -13
- package/dist/types/components/Organisms/uiDragAndDrop/uiDragAndDrop.vue.d.ts +0 -9
- package/dist/types/components/Organisms/uiDynamicStats/uiDynamicStats.vue.d.ts +0 -5
- package/dist/types/components/Organisms/uiFooter/uiFooter.vue.d.ts +0 -2
- package/dist/types/components/Organisms/uiGallery/uiGallery.vue.d.ts +0 -11
- package/dist/types/components/Organisms/uiLoadingScreen/uiLoadingScreen.vue.d.ts +0 -5
- package/dist/types/components/Organisms/uiNoResults/uiNoResults.vue.d.ts +0 -9
- package/dist/types/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +0 -22
- package/dist/types/components/Organisms/uiPriceCalendar/Day.vue.d.ts +0 -14
- package/dist/types/components/Organisms/uiSidebar/uiSidebar.vue.d.ts +0 -9
- package/dist/types/components/Organisms/uiSidebar/uiSidebarV2.vue.d.ts +0 -12
- package/dist/types/components/Organisms/uiSmartFilter/uiSmartFilter.vue.d.ts +0 -26
- package/dist/types/components/Organisms/uiStats/uiStats.vue.d.ts +0 -9
- package/dist/types/components/Organisms/uiStripedCard/uiStripedCard.vue.d.ts +0 -9
- package/dist/types/components/Organisms/uiTable/tooltip.vue.d.ts +0 -7
- package/dist/types/components/Organisms/uiTabs/uiTabs.vue.d.ts +0 -7
- package/dist/types/components/Organisms/uiTimeline/uiTimeline.vue.d.ts +0 -12
- package/dist/types/components/Organisms/uiTopbar/uiTopbar.vue.d.ts +0 -7
- package/dist/types/components/index.d.ts +0 -43
- package/dist/types/types/index.d.ts +0 -1178
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { UiButtonInterface } from '../../../types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -8,11 +8,11 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import(
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<UiButtonInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiButtonInterface> & Readonly<{}>, {
|
|
12
12
|
loading: boolean;
|
|
13
13
|
size: "big" | "small" | "medium";
|
|
14
14
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red";
|
|
15
|
-
}, {}, {}, {}, string, import(
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UiCheckboxInterface } from '../../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
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, {} & {
|
|
12
|
+
checkboxChanged: (checkbox: import('../../../types').UiCheckboxType) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiCheckboxInterface> & Readonly<{
|
|
14
|
+
onCheckboxChanged?: ((checkbox: import('../../../types').UiCheckboxType) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
loading: boolean;
|
|
18
|
+
check: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UiDropdownInterface, UiDropdownItemType } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiDropdownInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
optionSelected: (v: UiDropdownItemType) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiDropdownInterface> & Readonly<{
|
|
5
|
+
onOptionSelected?: ((v: UiDropdownItemType) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
position: "left" | "right";
|
|
8
|
+
loading: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UiIconInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiIconInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiIconInterface> & Readonly<{}>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
size: "big" | "small" | "medium" | "bigger" | "huge" | "massive";
|
|
5
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UiInputInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiInputInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
inputChanged: (T: import('../../../types').InputType) => any;
|
|
4
|
+
rightAddOnClicked: () => any;
|
|
5
|
+
addOnClicked: () => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<UiInputInterface> & Readonly<{
|
|
7
|
+
onInputChanged?: ((T: import('../../../types').InputType) => any) | undefined;
|
|
8
|
+
onRightAddOnClicked?: (() => any) | undefined;
|
|
9
|
+
onAddOnClicked?: (() => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
type: "number" | "text" | "email" | "password" | "date" | "datetime-local";
|
|
13
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
14
|
+
placeholder: string;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UiInputFileInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiInputFileInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
filesUploaded: (T: import('../../../types').FileInputType) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiInputFileInterface> & Readonly<{
|
|
5
|
+
onFilesUploaded?: ((T: import('../../../types').FileInputType) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
icon: any;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UiRangeSliderInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiRangeSliderInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
sliderUpdated: (T: any) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiRangeSliderInterface> & Readonly<{
|
|
5
|
+
onSliderUpdated?: ((T: any) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
loading: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SelectItemType, UiSelectInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { SelectItemType, UiSelectInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiSelectInterface, {
|
|
3
3
|
handleChange: (value: SelectItemType) => void;
|
|
4
|
-
}, {}, {}, {}, import(
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
5
|
selectChanged: (T: SelectItemType) => any;
|
|
6
|
-
}, string, import(
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<UiSelectInterface> & Readonly<{
|
|
7
7
|
onSelectChanged?: ((T: SelectItemType) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
9
|
loading: boolean;
|
|
10
10
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
11
|
-
}, {}, {}, {}, string, import(
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UiTagInterface } from
|
|
1
|
+
import { UiTagInterface } from '../../../types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -8,15 +8,15 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import(
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<UiTagInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
tagEvent: (T: string | undefined) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiTagInterface> & Readonly<{
|
|
14
14
|
onTagEvent?: ((T: string | undefined) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
16
|
loading: boolean;
|
|
17
17
|
size: "big" | "small" | "medium";
|
|
18
18
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
19
|
-
}, {}, {}, {}, string, import(
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { UiTextAreaInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiTextAreaInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiTextAreaInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
inputChanged: (T: {
|
|
4
4
|
name: string;
|
|
5
5
|
value?: string;
|
|
6
6
|
}) => any;
|
|
7
|
-
}, string, import(
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<UiTextAreaInterface> & Readonly<{
|
|
8
8
|
onInputChanged?: ((T: {
|
|
9
9
|
name: string;
|
|
10
10
|
value?: string;
|
|
@@ -14,5 +14,5 @@ declare const _default: import("vue").DefineComponent<UiTextAreaInterface, {}, {
|
|
|
14
14
|
loading: boolean;
|
|
15
15
|
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
16
16
|
placeholder: string;
|
|
17
|
-
}, {}, {}, {}, string, import(
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UiToggleInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiToggleInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiToggleInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
toggleChanged: (T: {
|
|
4
4
|
item: UiToggleInterface["item"];
|
|
5
5
|
active: boolean;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<UiToggleInterface, {}, {},
|
|
|
10
10
|
active?: boolean;
|
|
11
11
|
action: string;
|
|
12
12
|
}) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiToggleInterface> & Readonly<{
|
|
14
14
|
onToggleChanged?: ((T: {
|
|
15
15
|
item: UiToggleInterface["item"];
|
|
16
16
|
active: boolean;
|
|
@@ -25,5 +25,5 @@ declare const _default: import("vue").DefineComponent<UiToggleInterface, {}, {},
|
|
|
25
25
|
disabled: boolean;
|
|
26
26
|
loading: boolean;
|
|
27
27
|
checked: boolean;
|
|
28
|
-
}, {}, {}, {}, string, import(
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
29
|
export default _default;
|
|
@@ -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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UiAlertInterface } from
|
|
1
|
+
import { UiAlertInterface } from '../../../types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -8,14 +8,14 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import(
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<UiAlertInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
alertEvent: (T: string) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiAlertInterface> & Readonly<{
|
|
14
14
|
onAlertEvent?: ((T: string) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
16
|
loading: boolean;
|
|
17
17
|
type: string;
|
|
18
|
-
}, {}, {}, {}, string, import(
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UiBreadcrumbsInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiBreadcrumbsInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
breadCrumbClicked: (T: string) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiBreadcrumbsInterface> & Readonly<{
|
|
5
|
+
onBreadCrumbClicked?: ((T: string) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UiCardInterface } from '
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiCardInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiCardInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
cardSelected: (T: {
|
|
4
4
|
id: UiCardInterface["id"];
|
|
5
5
|
name: UiCardInterface["name"];
|
|
6
6
|
type: UiCardInterface["type"];
|
|
7
7
|
tags: UiCardInterface["tags"];
|
|
8
8
|
}) => any;
|
|
9
|
-
}, string, import(
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<UiCardInterface> & Readonly<{
|
|
10
10
|
onCardSelected?: ((T: {
|
|
11
11
|
id: UiCardInterface["id"];
|
|
12
12
|
name: UiCardInterface["name"];
|
|
@@ -15,5 +15,5 @@ declare const _default: import("vue").DefineComponent<UiCardInterface, {}, {}, {
|
|
|
15
15
|
}) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
loading: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import(
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { UiDeviceStatusInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiDeviceStatusInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
deviceStatusTagClicked: (T: string | undefined) => any;
|
|
4
|
+
deviceStatusQtyClicked: (T: string) => any;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<UiDeviceStatusInterface> & Readonly<{
|
|
6
|
+
onDeviceStatusTagClicked?: ((T: string | undefined) => any) | undefined;
|
|
7
|
+
onDeviceStatusQtyClicked?: ((T: string) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
loading: boolean;
|
|
10
|
+
qty: number;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { UiFilterInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiFilterInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
filterSelected: (T: string) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiFilterInterface> & Readonly<{
|
|
5
|
+
onFilterSelected?: ((T: string) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
position: "left" | "right";
|
|
8
|
+
loading: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UiModalInterface } from
|
|
1
|
+
import { UiModalInterface } from '../../../types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -8,12 +8,12 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import(
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<UiModalInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
modalAction: (T: {
|
|
13
13
|
modal: UiModalInterface["modalName"];
|
|
14
14
|
action: string;
|
|
15
15
|
}) => any;
|
|
16
|
-
}, string, import(
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<UiModalInterface> & Readonly<{
|
|
17
17
|
onModalAction?: ((T: {
|
|
18
18
|
modal: UiModalInterface["modalName"];
|
|
19
19
|
action: string;
|
|
@@ -22,7 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<UiModalInterface, {
|
|
|
22
22
|
loading: boolean;
|
|
23
23
|
type: string;
|
|
24
24
|
open: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import(
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UiNotificationInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiNotificationInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
closeNotification: () => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiNotificationInterface> & Readonly<{
|
|
5
|
+
onCloseNotification?: (() => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
fixed: boolean;
|
|
8
|
+
type: string;
|
|
9
|
+
show: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UiSectionTitleInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiSectionTitleInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiSectionTitleInterface> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UiTaskList } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiTaskList, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiTaskList> & Readonly<{}>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
range: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
rangeSelected: (...args: any[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
range: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{
|
|
12
|
+
onRangeSelected?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLUListElement>;
|
|
14
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UiChartInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiChartInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
5
|
from: Date | string;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
12
12
|
maximizeChart: (T: string) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
16
|
from: Date | string;
|
|
@@ -29,5 +29,5 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
29
29
|
horizontal: boolean;
|
|
30
30
|
stacked: boolean;
|
|
31
31
|
height: number;
|
|
32
|
-
}, {}, {}, {}, string, import(
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
33
|
export default _default;
|
package/dist/{types/components → components}/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UiChartInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiChartInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
5
|
from: Date | string;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
12
12
|
maximizeChart: (T: string) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
16
|
from: Date | string;
|
|
@@ -28,5 +28,5 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
28
28
|
horizontal: boolean;
|
|
29
29
|
stacked: boolean;
|
|
30
30
|
height: number;
|
|
31
|
-
}, {}, {}, {}, string, import(
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
32
|
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UiDateRangeInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiDateRangeInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
uiDateRangeButtonClicked: (t: {
|
|
4
|
+
from: Date | string;
|
|
5
|
+
to: Date | string;
|
|
6
|
+
} | undefined) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<UiDateRangeInterface> & Readonly<{
|
|
8
|
+
onUiDateRangeButtonClicked?: ((t: {
|
|
9
|
+
from: Date | string;
|
|
10
|
+
to: Date | string;
|
|
11
|
+
} | undefined) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UiDragAndDropInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiDragAndDropInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
dragAndDropUpdated: (T: any) => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiDragAndDropInterface> & Readonly<{
|
|
5
|
+
onDragAndDropUpdated?: ((T: any) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
loading: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UiDynamicStatsInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiDynamicStatsInterface> & Readonly<{}>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -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;
|
package/dist/{types/components → components}/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UiChartInterface } from
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { UiChartInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiChartInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
selectedRange: (T: {
|
|
4
4
|
range: {
|
|
5
5
|
from: Date | string;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
10
10
|
chartUpdated: () => any;
|
|
11
11
|
dataPointSelection: (T: any) => any;
|
|
12
12
|
maximizeChart: (T: string) => any;
|
|
13
|
-
}, string, import(
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<UiChartInterface> & Readonly<{
|
|
14
14
|
onSelectedRange?: ((T: {
|
|
15
15
|
range: {
|
|
16
16
|
from: Date | string;
|
|
@@ -30,5 +30,5 @@ declare const _default: import("vue").DefineComponent<UiChartInterface, {}, {},
|
|
|
30
30
|
horizontal: boolean;
|
|
31
31
|
stacked: boolean;
|
|
32
32
|
height: number;
|
|
33
|
-
}, {}, {}, {}, string, import(
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UiGalleryInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiGalleryInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
modalAction: (T: any) => any;
|
|
4
|
+
deleteImage: (T: any) => any;
|
|
5
|
+
imgClicked: (T: any) => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<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, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UiLoadScreenInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiLoadScreenInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UiLoadScreenInterface> & Readonly<{}>, {
|
|
3
|
+
fixed: boolean;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UiNoResultsInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiNoResultsInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
action: (T: string) => any;
|
|
4
|
+
noResultsOptionSelected: (T: import('../../../types').UiDropdownItemType) => any;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<UiNoResultsInterface> & Readonly<{
|
|
6
|
+
onAction?: ((T: string) => any) | undefined;
|
|
7
|
+
onNoResultsOptionSelected?: ((T: import('../../../types').UiDropdownItemType) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UiPaginationInterface } from
|
|
1
|
+
import { UiPaginationInterface } from '../../../types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -13,13 +13,13 @@ declare function __VLS_template(): {
|
|
|
13
13
|
rootEl: any;
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import(
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<UiPaginationInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
17
|
changePage: (T: number) => any;
|
|
18
|
-
}, string, import(
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<UiPaginationInterface> & Readonly<{
|
|
19
19
|
onChangePage?: ((T: number) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
loading: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import(
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as dayjs } from 'dayjs';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
selectedDate: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {
|
|
8
|
+
currentDate(): dayjs.Dayjs;
|
|
9
|
+
today(): dayjs.Dayjs;
|
|
10
|
+
formatedDate(): string;
|
|
11
|
+
}, {
|
|
12
|
+
selectDate(name: any, page: any): void;
|
|
13
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
selectedDate: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
19
|
+
ChevronLeftIcon: import('vue').FunctionalComponent<import('vue').HTMLAttributes & import('vue').VNodeProps, {}, any, {}>;
|
|
20
|
+
ChevronRightIcon: import('vue').FunctionalComponent<import('vue').HTMLAttributes & import('vue').VNodeProps, {}, any, {}>;
|
|
21
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
currency: StringConstructor;
|
|
3
3
|
price: ObjectConstructor;
|
|
4
4
|
basePrice: NumberConstructor;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
isWeekend: boolean;
|
|
12
12
|
price: any;
|
|
13
13
|
};
|
|
14
|
-
}, {}, import(
|
|
14
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
15
|
currency: StringConstructor;
|
|
16
16
|
price: ObjectConstructor;
|
|
17
17
|
basePrice: NumberConstructor;
|
|
@@ -21,5 +21,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {
|
|
23
23
|
isBasePrice: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import(
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|