@hotelinking/ui 10.42.12 → 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 +14 -0
- package/dist/components/Atoms/uiCheckbox/uiCheckbox.vue.d.ts +18 -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/components/Atoms/uiSelect/uiSelect.vue.d.ts +12 -0
- package/dist/components/Atoms/uiTag/uiTag.vue.d.ts +18 -0
- package/dist/components/Atoms/uiTextArea/uiTextArea.vue.d.ts +18 -0
- package/dist/components/Atoms/uiToggle/uiToggle.vue.d.ts +39 -0
- package/dist/components/Common/SkeletonTable/SkeletonTable.vue.d.ts +2 -0
- package/dist/components/Molecules/uiAlert/uiAlert.vue.d.ts +17 -0
- package/dist/components/Molecules/uiBreadcrumbs/uiBreadcrumbs.vue.d.ts +9 -0
- package/dist/components/Molecules/uiCard/uiCard.vue.d.ts +19 -0
- package/dist/components/Molecules/uiDeviceStatus/uiDeviceStatus.vue.d.ts +12 -0
- package/dist/components/Molecules/uiFilter/uiFilter.vue.d.ts +10 -0
- package/dist/components/Molecules/uiModal/uiModal.vue.d.ts +24 -0
- 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/components/Organisms/uiCharts/uiChart.vue.d.ts +33 -0
- package/dist/components/Organisms/uiCircleCharts/uiCircleChart.vue.d.ts +32 -0
- 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/components/Organisms/uiFunnelChartV2/uiFunnelChartV2.vue.d.ts +34 -0
- 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/components/Organisms/uiPagination/uiPagination.vue.d.ts +21 -0
- package/dist/components/Organisms/uiPriceCalendar/DateSelector.vue.d.ts +22 -0
- package/dist/components/Organisms/uiPriceCalendar/Day.vue.d.ts +14 -0
- package/dist/components/Organisms/uiPriceCalendar/Price.vue.d.ts +25 -0
- package/dist/components/Organisms/uiPriceCalendar/uiPriceCalendar.vue.d.ts +25 -0
- package/dist/components/Organisms/uiRightSidebar/uiRightSidebar.vue.d.ts +16 -0
- 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/components/Organisms/uiTable/uiTable.vue.d.ts +41 -0
- 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/components/Organisms/uiWrapper/uiWrapper.vue.d.ts +20 -0
- package/dist/components/index.d.ts +43 -0
- package/dist/index.d.ts +7 -0
- 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/index.d.ts +1183 -0
- package/dist/types/types/index.d.ts +1183 -0
- package/dist/ui.cjs +1 -1
- package/dist/ui.es.js +55 -58
- package/package.json +10 -8
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UiRightSidebarInterface } from '../../../types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiRightSidebarInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
closeRightBar: () => any;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<UiRightSidebarInterface> & Readonly<{
|
|
5
|
+
onCloseRightBar?: (() => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
open: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
}>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,12 @@
|
|
|
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;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 | undefined;
|
|
8
|
+
}[]) => any;
|
|
9
|
+
smartInputChanged: (T: import('../../../types').InputType) => any;
|
|
10
|
+
smartSelectChanged: (T: import('../../../types').SelectItemType[]) => 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 | undefined;
|
|
18
|
+
}[]) => any) | undefined;
|
|
19
|
+
onSmartInputChanged?: ((T: import('../../../types').InputType) => any) | undefined;
|
|
20
|
+
onSmartSelectChanged?: ((T: import('../../../types').SelectItemType[]) => any) | undefined;
|
|
21
|
+
onSmartOptionSelected?: ((T: import('../../../types').UiDropdownItemType) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
loading: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,9 @@
|
|
|
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;
|
|
@@ -0,0 +1,7 @@
|
|
|
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;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { UiTableInterface } from '../../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<UiTableInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
tableAction: (T: {
|
|
4
|
+
action: string;
|
|
5
|
+
items: (string | number)[];
|
|
6
|
+
}) => any;
|
|
7
|
+
orderBy: (T: {
|
|
8
|
+
value: string;
|
|
9
|
+
orderDirection: "desc" | "asc";
|
|
10
|
+
}) => any;
|
|
11
|
+
customEmit: (T: {
|
|
12
|
+
data: {
|
|
13
|
+
content: string;
|
|
14
|
+
type: string;
|
|
15
|
+
emits: any;
|
|
16
|
+
};
|
|
17
|
+
}) => any;
|
|
18
|
+
selectedItemsDeleted: () => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<UiTableInterface> & Readonly<{
|
|
20
|
+
onTableAction?: ((T: {
|
|
21
|
+
action: string;
|
|
22
|
+
items: (string | number)[];
|
|
23
|
+
}) => any) | undefined;
|
|
24
|
+
onOrderBy?: ((T: {
|
|
25
|
+
value: string;
|
|
26
|
+
orderDirection: "desc" | "asc";
|
|
27
|
+
}) => any) | undefined;
|
|
28
|
+
onCustomEmit?: ((T: {
|
|
29
|
+
data: {
|
|
30
|
+
content: string;
|
|
31
|
+
type: string;
|
|
32
|
+
emits: any;
|
|
33
|
+
};
|
|
34
|
+
}) => any) | undefined;
|
|
35
|
+
onSelectedItemsDeleted?: (() => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
loading: boolean;
|
|
38
|
+
resetSelected: boolean;
|
|
39
|
+
orderDirection: "desc" | "asc";
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
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;
|
|
@@ -0,0 +1,12 @@
|
|
|
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;
|
|
@@ -0,0 +1,7 @@
|
|
|
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;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SelectItemType, UiWrapperInterface } from '../../../types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<UiWrapperInterface, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
+
selectChanged: (T: SelectItemType) => any;
|
|
4
|
+
sideBarClick: (t: string) => any;
|
|
5
|
+
productBarClick: (t: string) => any;
|
|
6
|
+
topBarClick: (T: string) => any;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<UiWrapperInterface> & Readonly<{
|
|
8
|
+
onSelectChanged?: ((T: SelectItemType) => any) | undefined;
|
|
9
|
+
onSideBarClick?: ((t: string) => any) | undefined;
|
|
10
|
+
onProductBarClick?: ((t: string) => any) | undefined;
|
|
11
|
+
onTopBarClick?: ((T: string) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { default as uiButton } from './Atoms/uiButton/uiButton.vue';
|
|
2
|
+
import { default as uiIcon } from './Atoms/uiIcon/uiIcon.vue';
|
|
3
|
+
import { default as uiCheckbox } from './Atoms/uiCheckbox/uiCheckbox.vue';
|
|
4
|
+
import { default as uiDropdown } from './Atoms/uiDropdown/uiDropdown.vue';
|
|
5
|
+
import { default as uiInput } from './Atoms/uiInput/uiInput.vue';
|
|
6
|
+
import { default as uiInputFile } from './Atoms/uiInputFile/uiInputFile.vue';
|
|
7
|
+
import { default as uiSelect } from './Atoms/uiSelect/uiSelect.vue';
|
|
8
|
+
import { default as uiTag } from './Atoms/uiTag/uiTag.vue';
|
|
9
|
+
import { default as uiTextArea } from './Atoms/uiTextArea/uiTextArea.vue';
|
|
10
|
+
import { default as uiToggle } from './Atoms/uiToggle/uiToggle.vue';
|
|
11
|
+
import { default as uiAlert } from './Molecules/uiAlert/uiAlert.vue';
|
|
12
|
+
import { default as uiBreadcrumbs } from './Molecules/uiBreadcrumbs/uiBreadcrumbs.vue';
|
|
13
|
+
import { default as uiCard } from './Molecules/uiCard/uiCard.vue';
|
|
14
|
+
import { default as uiFilter } from './Molecules/uiFilter/uiFilter.vue';
|
|
15
|
+
import { default as uiModal } from './Molecules/uiModal/uiModal.vue';
|
|
16
|
+
import { default as uiNotification } from './Molecules/uiNotification/uiNotification.vue';
|
|
17
|
+
import { default as uiTaskList } from './Molecules/uiTaskList/uiTaskList.vue';
|
|
18
|
+
import { default as uiPriceCalendar } from './Organisms/uiPriceCalendar/uiPriceCalendar.vue';
|
|
19
|
+
import { default as uiChart } from './Organisms/uiCharts/uiChart.vue';
|
|
20
|
+
import { default as uiFooter } from './Organisms/uiFooter/uiFooter.vue';
|
|
21
|
+
import { default as uiLoadingScreen } from './Organisms/uiLoadingScreen/uiLoadingScreen.vue';
|
|
22
|
+
import { default as uiPagination } from './Organisms/uiPagination/uiPagination.vue';
|
|
23
|
+
import { default as uiSidebar } from './Organisms/uiSidebar/uiSidebar.vue';
|
|
24
|
+
import { default as uiStats } from './Organisms/uiStats/uiStats.vue';
|
|
25
|
+
import { default as uiStripedCard } from './Organisms/uiStripedCard/uiStripedCard.vue';
|
|
26
|
+
import { default as uiTable } from './Organisms/uiTable/uiTable.vue';
|
|
27
|
+
import { default as uiTabs } from './Organisms/uiTabs/uiTabs.vue';
|
|
28
|
+
import { default as uiTimeline } from './Organisms/uiTimeline/uiTimeline.vue';
|
|
29
|
+
import { default as uiTopbar } from './Organisms/uiTopbar/uiTopbar.vue';
|
|
30
|
+
import { default as uiFunnelChartV2 } from './Organisms/uiFunnelChartV2/uiFunnelChartV2.vue';
|
|
31
|
+
import { default as uiNoResults } from './Organisms/uiNoResults/uiNoResults.vue';
|
|
32
|
+
import { default as uiRightSidebar } from './Organisms/uiRightSidebar/uiRightSidebar.vue';
|
|
33
|
+
import { default as uiGallery } from './Organisms/uiGallery/uiGallery.vue';
|
|
34
|
+
import { default as uiDragAndDrop } from './Organisms/uiDragAndDrop/uiDragAndDrop.vue';
|
|
35
|
+
import { default as uiCircleChart } from './Organisms/uiCircleCharts/uiCircleChart.vue';
|
|
36
|
+
import { default as uiDateRange } from './Organisms/uiDateRange/uiDateRange.vue';
|
|
37
|
+
import { default as uiRangeSlider } from './Atoms/uiRangeSlider/uiRangeSlider.vue';
|
|
38
|
+
import { default as uiSectionTitle } from './Molecules/uiSectionTitle/uiSectionTitle.vue';
|
|
39
|
+
import { default as uiDeviceStatus } from './Molecules/uiDeviceStatus/uiDeviceStatus.vue';
|
|
40
|
+
import { default as uiWrapper } from './Organisms/uiWrapper/uiWrapper.vue';
|
|
41
|
+
import { default as uiDynamicStats } from './Organisms/uiDynamicStats/uiDynamicStats.vue';
|
|
42
|
+
import { default as 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, };
|
package/dist/index.d.ts
ADDED
|
@@ -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
|
+
} & {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { UiInputInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiInputInterface>, {
|
|
3
|
+
type: string;
|
|
4
|
+
placeholder: string;
|
|
5
|
+
color: string;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
inputChanged: (T: import("@/types").InputType) => void;
|
|
9
|
+
rightAddOnClicked: () => void;
|
|
10
|
+
addOnClicked: () => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiInputInterface>, {
|
|
12
|
+
type: string;
|
|
13
|
+
placeholder: string;
|
|
14
|
+
color: string;
|
|
15
|
+
loading: boolean;
|
|
16
|
+
}>>> & Readonly<{
|
|
17
|
+
onInputChanged?: ((T: import("@/types").InputType) => any) | undefined;
|
|
18
|
+
onRightAddOnClicked?: (() => any) | undefined;
|
|
19
|
+
onAddOnClicked?: (() => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
loading: boolean;
|
|
22
|
+
type: "number" | "text" | "email" | "password" | "date" | "datetime-local";
|
|
23
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
24
|
+
placeholder: string;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_Prettify<T> = {
|
|
42
|
+
[K in keyof T]: T[K];
|
|
43
|
+
} & {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { UiInputFileInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiInputFileInterface>, {
|
|
3
|
+
icon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
filesUploaded: (T: import("@/types").FileInputType) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiInputFileInterface>, {
|
|
8
|
+
icon: import("vue").FunctionalComponent<import("vue").HTMLAttributes & import("vue").VNodeProps, {}, any, {}>;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
}>>> & Readonly<{
|
|
11
|
+
onFilesUploaded?: ((T: import("@/types").FileInputType) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
loading: boolean;
|
|
14
|
+
icon: any;
|
|
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,33 @@
|
|
|
1
|
+
import { UiRangeSliderInterface } from '@/types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiRangeSliderInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
sliderUpdated: (T: any) => void;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiRangeSliderInterface>, {
|
|
8
|
+
loading: boolean;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
}>>> & Readonly<{
|
|
11
|
+
onSliderUpdated?: ((T: any) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
disabled: boolean;
|
|
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,35 @@
|
|
|
1
|
+
import { SelectItemType, UiSelectInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSelectInterface>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
color: string;
|
|
5
|
+
}>>, {
|
|
6
|
+
handleChange: (value: SelectItemType) => void;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
selectChanged: (T: SelectItemType) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiSelectInterface>, {
|
|
10
|
+
loading: boolean;
|
|
11
|
+
color: string;
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onSelectChanged?: ((T: SelectItemType) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
loading: boolean;
|
|
16
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { UiTagInterface } from "@/types";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiTagInterface>, {
|
|
3
|
+
color: string;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
size: string;
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
tagEvent: (T: string | undefined) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiTagInterface>, {
|
|
9
|
+
color: string;
|
|
10
|
+
loading: boolean;
|
|
11
|
+
size: string;
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onTagEvent?: ((T: string | undefined) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
loading: boolean;
|
|
16
|
+
size: "big" | "small" | "medium";
|
|
17
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
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,45 @@
|
|
|
1
|
+
import { UiTextAreaInterface } from "@/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiTextAreaInterface>, {
|
|
3
|
+
placeholder: string;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
color: string;
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
inputChanged: (T: {
|
|
9
|
+
name: string;
|
|
10
|
+
value?: string | undefined;
|
|
11
|
+
}) => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UiTextAreaInterface>, {
|
|
13
|
+
placeholder: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
loading: boolean;
|
|
16
|
+
color: string;
|
|
17
|
+
}>>> & Readonly<{
|
|
18
|
+
onInputChanged?: ((T: {
|
|
19
|
+
name: string;
|
|
20
|
+
value?: string | undefined;
|
|
21
|
+
}) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
loading: boolean;
|
|
25
|
+
color: "primary" | "secondary" | "light" | "green" | "yellow" | "red" | "black" | "gray" | "white";
|
|
26
|
+
placeholder: string;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: import('vue').PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
}> : P[K];
|
|
42
|
+
};
|
|
43
|
+
type __VLS_Prettify<T> = {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} & {};
|