@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hotelinking/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "10.42.
|
|
4
|
+
"version": "10.42.13",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "storybook dev -p 6006",
|
|
19
|
-
"build": "rimraf dist && vue-tsc --
|
|
19
|
+
"build": "rimraf dist && vue-tsc --noEmit && vite build && npm run build:styles",
|
|
20
20
|
"build:styles": "postcss src/ui.css -o dist/ui.css",
|
|
21
21
|
"preview": "vite preview",
|
|
22
22
|
"storybook": "storybook dev -p 6006",
|
|
@@ -56,24 +56,26 @@
|
|
|
56
56
|
"chromatic": "^11.0.7",
|
|
57
57
|
"cssnano": "^7.0.4",
|
|
58
58
|
"dayjs": "^1.11.10",
|
|
59
|
+
"happy-dom": "15.10.2",
|
|
59
60
|
"postcss": "^8.4.35",
|
|
60
61
|
"postcss-cli": "^11.0.0",
|
|
61
62
|
"rimraf": "^6.0.0",
|
|
62
63
|
"rollup-plugin-terser": "^7.0.2",
|
|
64
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
63
65
|
"storybook": "^8.5.3",
|
|
64
66
|
"tailwindcss": "^3.4.1",
|
|
65
67
|
"terser": "^5.29.1",
|
|
66
|
-
"
|
|
68
|
+
"tslib": "^2.8.1",
|
|
69
|
+
"typescript": "^5.6.3",
|
|
67
70
|
"vite": "^6.0.3",
|
|
68
|
-
"vite-plugin-dts": "^4.0
|
|
71
|
+
"vite-plugin-dts": "^4.5.0",
|
|
69
72
|
"vite-plugin-vue-devtools": "^7.6.2",
|
|
70
73
|
"vitepress": "^1.4.5",
|
|
74
|
+
"vitest": "^1.0.0",
|
|
71
75
|
"vue": "^3.2.47",
|
|
72
76
|
"vue-tsc": "^2.1.10",
|
|
73
77
|
"vue3-apexcharts": "^1.5.2",
|
|
74
|
-
"vue3-draggable": "^2.0.9"
|
|
75
|
-
"vitest": "^1.0.0",
|
|
76
|
-
"happy-dom": "^12.0.0"
|
|
78
|
+
"vue3-draggable": "^2.0.9"
|
|
77
79
|
},
|
|
78
80
|
"peerDependencies": {
|
|
79
81
|
"@headlessui/vue": "^1.7.14",
|
|
@@ -1,26 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
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;
|
|
@@ -1,16 +0,0 @@
|
|
|
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;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { 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;
|
|
@@ -1,10 +0,0 @@
|
|
|
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,2 +0,0 @@
|
|
|
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,9 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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;
|
|
@@ -1,10 +0,0 @@
|
|
|
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,11 +0,0 @@
|
|
|
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;
|
|
@@ -1,3 +0,0 @@
|
|
|
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;
|
|
@@ -1,5 +0,0 @@
|
|
|
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;
|
|
@@ -1,14 +0,0 @@
|
|
|
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,13 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
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;
|
|
@@ -1,5 +0,0 @@
|
|
|
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;
|
|
@@ -1,2 +0,0 @@
|
|
|
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,11 +0,0 @@
|
|
|
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;
|
|
@@ -1,5 +0,0 @@
|
|
|
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;
|
|
@@ -1,9 +0,0 @@
|
|
|
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,22 +0,0 @@
|
|
|
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";
|
|
@@ -1,14 +0,0 @@
|
|
|
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,9 +0,0 @@
|
|
|
1
|
-
import { UiSidebarInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiSidebarInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
sideBarClick: (t: string) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<UiSidebarInterface> & Readonly<{
|
|
5
|
-
onSideBarClick?: ((t: string) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
loading: boolean;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { UiSidebarV2Interface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiSidebarV2Interface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
sideBarClick: (t: string) => any;
|
|
4
|
-
productBarClick: (t: string) => any;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<UiSidebarV2Interface> & Readonly<{
|
|
6
|
-
onSideBarClick?: ((t: string) => any) | undefined;
|
|
7
|
-
onProductBarClick?: ((t: string) => any) | undefined;
|
|
8
|
-
}>, {
|
|
9
|
-
loading: boolean;
|
|
10
|
-
isFilterNavigation: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { UiSmartFilterInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiSmartFilterInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
rightAddOnClicked: () => any;
|
|
4
|
-
smartFilterSelected: (T: {
|
|
5
|
-
name: string;
|
|
6
|
-
value: string;
|
|
7
|
-
active?: boolean;
|
|
8
|
-
type?: "dropdown" | "input";
|
|
9
|
-
}[]) => any;
|
|
10
|
-
smartInputChanged: (T: import("@/types").InputType) => any;
|
|
11
|
-
smartOptionSelected: (T: import("@/types").UiDropdownItemType) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<UiSmartFilterInterface> & Readonly<{
|
|
13
|
-
onRightAddOnClicked?: (() => any) | undefined;
|
|
14
|
-
onSmartFilterSelected?: ((T: {
|
|
15
|
-
name: string;
|
|
16
|
-
value: string;
|
|
17
|
-
active?: boolean;
|
|
18
|
-
type?: "dropdown" | "input";
|
|
19
|
-
}[]) => any) | undefined;
|
|
20
|
-
onSmartInputChanged?: ((T: import("@/types").InputType) => any) | undefined;
|
|
21
|
-
onSmartOptionSelected?: ((T: import("@/types").UiDropdownItemType) => any) | undefined;
|
|
22
|
-
}>, {
|
|
23
|
-
loading: boolean;
|
|
24
|
-
filterType: "dropdown" | "input";
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UiStatsInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiStatsInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
statClick: (T: string) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<UiStatsInterface> & Readonly<{
|
|
5
|
-
onStatClick?: ((T: string) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
loading: boolean;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UiStripedCardInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiStripedCardInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
itemClicked: (T: string) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<UiStripedCardInterface> & Readonly<{
|
|
5
|
-
onItemClicked?: ((T: string) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
loading: boolean;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
tip: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly tip?: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
7
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { UiTabInterface } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiTabInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
tabClicked: (T: string) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<UiTabInterface> & Readonly<{
|
|
5
|
-
onTabClicked?: ((T: string) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { UiTimelineInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiTimelineInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
timelineEventClicked: (t: string | number) => any;
|
|
4
|
-
timelineFooterClicked: (t: string) => any;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<UiTimelineInterface> & Readonly<{
|
|
6
|
-
onTimelineEventClicked?: ((t: string | number) => any) | undefined;
|
|
7
|
-
onTimelineFooterClicked?: ((t: string) => any) | undefined;
|
|
8
|
-
}>, {
|
|
9
|
-
loading: boolean;
|
|
10
|
-
empty: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { UiTopbarInterface } from "@/types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UiTopbarInterface, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
topBarClick: (T: string) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<UiTopbarInterface> & Readonly<{
|
|
5
|
-
onTopBarClick?: ((T: string) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import uiButton from "./Atoms/uiButton/uiButton.vue";
|
|
2
|
-
import uiIcon from "./Atoms/uiIcon/uiIcon.vue";
|
|
3
|
-
import uiCheckbox from "./Atoms/uiCheckbox/uiCheckbox.vue";
|
|
4
|
-
import uiDropdown from "./Atoms/uiDropdown/uiDropdown.vue";
|
|
5
|
-
import uiInput from "./Atoms/uiInput/uiInput.vue";
|
|
6
|
-
import uiInputFile from "./Atoms/uiInputFile/uiInputFile.vue";
|
|
7
|
-
import uiSelect from "./Atoms/uiSelect/uiSelect.vue";
|
|
8
|
-
import uiTag from "./Atoms/uiTag/uiTag.vue";
|
|
9
|
-
import uiTextArea from "./Atoms/uiTextArea/uiTextArea.vue";
|
|
10
|
-
import uiToggle from "./Atoms/uiToggle/uiToggle.vue";
|
|
11
|
-
import uiAlert from "./Molecules/uiAlert/uiAlert.vue";
|
|
12
|
-
import uiBreadcrumbs from "./Molecules/uiBreadcrumbs/uiBreadcrumbs.vue";
|
|
13
|
-
import uiCard from "./Molecules/uiCard/uiCard.vue";
|
|
14
|
-
import uiFilter from "./Molecules/uiFilter/uiFilter.vue";
|
|
15
|
-
import uiModal from "./Molecules/uiModal/uiModal.vue";
|
|
16
|
-
import uiNotification from "./Molecules/uiNotification/uiNotification.vue";
|
|
17
|
-
import uiTaskList from "./Molecules/uiTaskList/uiTaskList.vue";
|
|
18
|
-
import uiPriceCalendar from "./Organisms/uiPriceCalendar/uiPriceCalendar.vue";
|
|
19
|
-
import uiChart from "./Organisms/uiCharts/uiChart.vue";
|
|
20
|
-
import uiFooter from "./Organisms/uiFooter/uiFooter.vue";
|
|
21
|
-
import uiLoadingScreen from "./Organisms/uiLoadingScreen/uiLoadingScreen.vue";
|
|
22
|
-
import uiPagination from "./Organisms/uiPagination/uiPagination.vue";
|
|
23
|
-
import uiSidebar from "./Organisms/uiSidebar/uiSidebar.vue";
|
|
24
|
-
import uiStats from "./Organisms/uiStats/uiStats.vue";
|
|
25
|
-
import uiStripedCard from "./Organisms/uiStripedCard/uiStripedCard.vue";
|
|
26
|
-
import uiTable from "./Organisms/uiTable/uiTable.vue";
|
|
27
|
-
import uiTabs from "./Organisms/uiTabs/uiTabs.vue";
|
|
28
|
-
import uiTimeline from "./Organisms/uiTimeline/uiTimeline.vue";
|
|
29
|
-
import uiTopbar from "./Organisms/uiTopbar/uiTopbar.vue";
|
|
30
|
-
import uiFunnelChartV2 from "./Organisms/uiFunnelChartV2/uiFunnelChartV2.vue";
|
|
31
|
-
import uiNoResults from "./Organisms/uiNoResults/uiNoResults.vue";
|
|
32
|
-
import uiRightSidebar from "./Organisms/uiRightSidebar/uiRightSidebar.vue";
|
|
33
|
-
import uiGallery from "./Organisms/uiGallery/uiGallery.vue";
|
|
34
|
-
import uiDragAndDrop from "./Organisms/uiDragAndDrop/uiDragAndDrop.vue";
|
|
35
|
-
import uiCircleChart from "./Organisms/uiCircleCharts/uiCircleChart.vue";
|
|
36
|
-
import uiDateRange from "./Organisms/uiDateRange/uiDateRange.vue";
|
|
37
|
-
import uiRangeSlider from "./Atoms/uiRangeSlider/uiRangeSlider.vue";
|
|
38
|
-
import uiSectionTitle from "./Molecules/uiSectionTitle/uiSectionTitle.vue";
|
|
39
|
-
import uiDeviceStatus from "./Molecules/uiDeviceStatus/uiDeviceStatus.vue";
|
|
40
|
-
import uiWrapper from "./Organisms/uiWrapper/uiWrapper.vue";
|
|
41
|
-
import uiDynamicStats from "./Organisms/uiDynamicStats/uiDynamicStats.vue";
|
|
42
|
-
import uiSmartFilter from "./Organisms/uiSmartFilter/uiSmartFilter.vue";
|
|
43
|
-
export { uiButton, uiIcon, uiCheckbox, uiDropdown, uiInput, uiInputFile, uiSelect, uiTag, uiTextArea, uiToggle, uiAlert, uiBreadcrumbs, uiCard, uiFilter, uiModal, uiNotification, uiTaskList, uiPriceCalendar, uiChart, uiFooter, uiLoadingScreen, uiPagination, uiSidebar, uiStats, uiStripedCard, uiTable, uiTabs, uiTimeline, uiTopbar, uiFunnelChartV2, uiNoResults, uiRightSidebar, uiGallery, uiDragAndDrop, uiCircleChart, uiDateRange, uiRangeSlider, uiSectionTitle, uiDeviceStatus, uiWrapper, uiDynamicStats, uiSmartFilter, };
|