@up-packages/ui 0.4.0-dev → 0.4.0
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/README.md +0 -15
- package/dist/components/UpxAlert/UpxAlert.vue.d.ts +19 -0
- package/dist/components/UpxAlert/UpxAlertDescription.vue.d.ts +12 -0
- package/dist/components/UpxAlert/UpxAlertTitle.vue.d.ts +12 -0
- package/dist/components/UpxAlert/index.d.ts +3 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialog.vue.d.ts +29 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogAction.vue.d.ts +19 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogCancel.vue.d.ts +16 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogDescription.vue.d.ts +12 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogFooter.vue.d.ts +12 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogHeader.vue.d.ts +12 -0
- package/dist/components/UpxAlertDialog/UpxAlertDialogTitle.vue.d.ts +12 -0
- package/dist/components/UpxAlertDialog/index.d.ts +7 -0
- package/dist/components/UpxAspectRatio/UpxAspectRatio.vue.d.ts +17 -0
- package/dist/components/UpxAspectRatio/index.d.ts +1 -0
- package/dist/components/UpxAvatar/UpxAvatar.vue.d.ts +26 -0
- package/dist/components/UpxAvatar/index.d.ts +1 -0
- package/dist/components/UpxBadge/UpxBadge.vue.d.ts +1 -1
- package/dist/components/UpxBreadcrumb/UpxBreadcrumb.vue.d.ts +21 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbEllipsis.vue.d.ts +2 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbItem.vue.d.ts +12 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbLink.vue.d.ts +23 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbList.vue.d.ts +12 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbPage.vue.d.ts +12 -0
- package/dist/components/UpxBreadcrumb/UpxBreadcrumbSeparator.vue.d.ts +12 -0
- package/dist/components/UpxBreadcrumb/index.d.ts +7 -0
- package/dist/components/UpxButton/UpxButton.vue.d.ts +9 -4
- package/dist/components/UpxCard/UpxCardAction.vue.d.ts +15 -0
- package/dist/components/UpxCard/UpxCardContent.vue.d.ts +15 -0
- package/dist/components/UpxCard/UpxCardDescription.vue.d.ts +15 -0
- package/dist/components/UpxCard/UpxCardFooter.vue.d.ts +15 -0
- package/dist/components/UpxCard/UpxCardHeader.vue.d.ts +15 -0
- package/dist/components/UpxCard/UpxCardSimple.vue.d.ts +23 -0
- package/dist/components/UpxCard/UpxCardTitle.vue.d.ts +15 -0
- package/dist/components/UpxCard/index.d.ts +7 -0
- package/dist/components/UpxCarousel/UpxCarousel.vue.d.ts +36 -0
- package/dist/components/UpxCarousel/UpxCarouselContent.vue.d.ts +12 -0
- package/dist/components/UpxCarousel/UpxCarouselItem.vue.d.ts +15 -0
- package/dist/components/UpxCarousel/index.d.ts +3 -0
- package/dist/components/UpxCollapsible/UpxCollapsible.vue.d.ts +32 -0
- package/dist/components/UpxCollapsible/UpxCollapsibleContent.vue.d.ts +12 -0
- package/dist/components/UpxCollapsible/UpxCollapsibleTrigger.vue.d.ts +12 -0
- package/dist/components/UpxCollapsible/index.d.ts +3 -0
- package/dist/components/UpxCommand/UpxCommand.vue.d.ts +27 -0
- package/dist/components/UpxCommand/UpxCommandDialog.vue.d.ts +35 -0
- package/dist/components/UpxCommand/UpxCommandEmpty.vue.d.ts +17 -0
- package/dist/components/UpxCommand/UpxCommandGroup.vue.d.ts +15 -0
- package/dist/components/UpxCommand/UpxCommandInput.vue.d.ts +5 -0
- package/dist/components/UpxCommand/UpxCommandItem.vue.d.ts +25 -0
- package/dist/components/UpxCommand/UpxCommandList.vue.d.ts +17 -0
- package/dist/components/UpxCommand/UpxCommandSeparator.vue.d.ts +2 -0
- package/dist/components/UpxCommand/UpxCommandShortcut.vue.d.ts +12 -0
- package/dist/components/UpxCommand/index.d.ts +9 -0
- package/dist/components/UpxContextMenu/UpxContextMenu.vue.d.ts +25 -0
- package/dist/components/UpxContextMenu/UpxContextMenuItem.vue.d.ts +28 -0
- package/dist/components/UpxContextMenu/UpxContextMenuLabel.vue.d.ts +17 -0
- package/dist/components/UpxContextMenu/UpxContextMenuSeparator.vue.d.ts +2 -0
- package/dist/components/UpxContextMenu/index.d.ts +4 -0
- package/dist/components/UpxDataTable/UpxDataTable.vue.d.ts +37 -1
- package/dist/components/UpxDatePicker/UpxDatePicker.vue.d.ts +7 -3
- package/dist/components/UpxDialog/UpxDialog.vue.d.ts +35 -0
- package/dist/components/UpxDialog/UpxDialogContent.vue.d.ts +12 -0
- package/dist/components/UpxDialog/UpxDialogDescription.vue.d.ts +12 -0
- package/dist/components/UpxDialog/UpxDialogFooter.vue.d.ts +12 -0
- package/dist/components/UpxDialog/UpxDialogHeader.vue.d.ts +12 -0
- package/dist/components/UpxDialog/UpxDialogTitle.vue.d.ts +12 -0
- package/dist/components/UpxDialog/index.d.ts +6 -0
- package/dist/components/UpxDrawer/UpxDrawer.vue.d.ts +32 -0
- package/dist/components/UpxDrawer/UpxDrawerClose.vue.d.ts +6 -0
- package/dist/components/UpxDrawer/UpxDrawerContent.vue.d.ts +12 -0
- package/dist/components/UpxDrawer/UpxDrawerDescription.vue.d.ts +12 -0
- package/dist/components/UpxDrawer/UpxDrawerFooter.vue.d.ts +12 -0
- package/dist/components/UpxDrawer/UpxDrawerHeader.vue.d.ts +12 -0
- package/dist/components/UpxDrawer/UpxDrawerTitle.vue.d.ts +12 -0
- package/dist/components/UpxDrawer/index.d.ts +7 -0
- package/dist/components/UpxDropdownMenu/UpxDropdownMenu.vue.d.ts +32 -0
- package/dist/components/UpxDropdownMenu/UpxDropdownMenuItem.vue.d.ts +29 -0
- package/dist/components/UpxDropdownMenu/UpxDropdownMenuLabel.vue.d.ts +17 -0
- package/dist/components/UpxDropdownMenu/UpxDropdownMenuSeparator.vue.d.ts +2 -0
- package/dist/components/UpxDropdownMenu/index.d.ts +4 -0
- package/dist/components/UpxPopover/UpxPopover.vue.d.ts +38 -0
- package/dist/components/UpxPopover/index.d.ts +1 -0
- package/dist/components/UpxProgress/UpxProgress.vue.d.ts +26 -0
- package/dist/components/UpxProgress/index.d.ts +1 -0
- package/dist/components/UpxRadio/UpxRadio.vue.d.ts +2 -2
- package/dist/components/UpxResizable/UpxResizableHandle.vue.d.ts +9 -0
- package/dist/components/UpxResizable/UpxResizablePanel.vue.d.ts +25 -0
- package/dist/components/UpxResizable/UpxResizablePanelGroup.vue.d.ts +18 -0
- package/dist/components/UpxResizable/index.d.ts +3 -0
- package/dist/components/UpxRiskLevel/UpxRiskCard.vue.d.ts +32 -0
- package/dist/components/UpxRiskLevel/UpxRiskCriteria.vue.d.ts +23 -0
- package/dist/components/UpxRiskLevel/UpxRiskFinding.vue.d.ts +16 -0
- package/dist/components/UpxRiskLevel/UpxRiskLevel.vue.d.ts +13 -0
- package/dist/components/UpxRiskLevel/UpxRiskScore.vue.d.ts +22 -0
- package/dist/components/UpxRiskLevel/index.d.ts +10 -0
- package/dist/components/UpxSelect/UpxSelect.vue.d.ts +3 -1
- package/dist/components/UpxSkeleton/UpxSkeleton.vue.d.ts +30 -0
- package/dist/components/UpxSkeleton/index.d.ts +1 -0
- package/dist/components/UpxTextField/UpxTextField.vue.d.ts +7 -5
- package/dist/components/UpxTextarea/UpxTextarea.vue.d.ts +69 -0
- package/dist/components/UpxTextarea/index.d.ts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/install.d.ts +20 -2
- package/dist/plugins/vuetify.d.ts +0 -1
- package/dist/up-ui.css +5 -0
- package/dist/uplexis-ui.js +14130 -10185
- package/dist/uplexis-ui.js.map +1 -1
- package/dist/uplexis-ui.umd.cjs +4 -4
- package/dist/uplexis-ui.umd.cjs.map +1 -1
- package/dist/utils/formatters.d.ts +5 -4
- package/package.json +4 -2
- package/dist/uplexis-ui.css +0 -5
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export type UpxCollapsibleVariant = "default" | "accordion" | "inset" | "popout";
|
|
2
|
+
export interface UpxCollapsibleProps {
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
variant?: UpxCollapsibleVariant;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
eager?: boolean;
|
|
7
|
+
hideIcon?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare var __VLS_14: {}, __VLS_20: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
trigger?: (props: typeof __VLS_14) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_20) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCollapsibleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: boolean) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<UpxCollapsibleProps> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
variant: UpxCollapsibleVariant;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
modelValue: boolean;
|
|
23
|
+
eager: boolean;
|
|
24
|
+
hideIcon: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface UpxCommandProps {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (value: string) => any;
|
|
12
|
+
select: (value: string) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<UpxCommandProps> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
loading: boolean;
|
|
18
|
+
modelValue: string;
|
|
19
|
+
placeholder: string;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface UpxCommandDialogProps {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
maxWidth?: string | number;
|
|
4
|
+
persistent?: boolean;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare var __VLS_6: {
|
|
9
|
+
[x: string]: any;
|
|
10
|
+
}, __VLS_19: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
activator?: (props: typeof __VLS_6) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_19) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: boolean) => any;
|
|
18
|
+
select: (value: string) => any;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<UpxCommandDialogProps> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
loading: boolean;
|
|
24
|
+
modelValue: boolean;
|
|
25
|
+
placeholder: string;
|
|
26
|
+
maxWidth: string | number;
|
|
27
|
+
persistent: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface UpxCommandEmptyProps {
|
|
2
|
+
text?: string;
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCommandEmptyProps> & Readonly<{}>, {
|
|
9
|
+
text: string;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface UpxCommandGroupProps {
|
|
2
|
+
heading?: string;
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCommandGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface UpxCommandInputProps {
|
|
2
|
+
placeholder?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<UpxCommandInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCommandInputProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface UpxCommandItemProps {
|
|
2
|
+
value?: string;
|
|
3
|
+
icon?: string;
|
|
4
|
+
shortcut?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare var __VLS_10: {}, __VLS_20: {}, __VLS_22: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
prepend?: (props: typeof __VLS_10) => any;
|
|
10
|
+
} & {
|
|
11
|
+
default?: (props: typeof __VLS_20) => any;
|
|
12
|
+
} & {
|
|
13
|
+
append?: (props: typeof __VLS_22) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCommandItemProps> & Readonly<{}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
value: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface UpxCommandListProps {
|
|
2
|
+
maxHeight?: string | number;
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCommandListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCommandListProps> & Readonly<{}>, {
|
|
9
|
+
maxHeight: string | number;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as UpxCommand } from "./UpxCommand.vue";
|
|
2
|
+
export { default as UpxCommandDialog } from "./UpxCommandDialog.vue";
|
|
3
|
+
export { default as UpxCommandInput } from "./UpxCommandInput.vue";
|
|
4
|
+
export { default as UpxCommandList } from "./UpxCommandList.vue";
|
|
5
|
+
export { default as UpxCommandItem } from "./UpxCommandItem.vue";
|
|
6
|
+
export { default as UpxCommandGroup } from "./UpxCommandGroup.vue";
|
|
7
|
+
export { default as UpxCommandEmpty } from "./UpxCommandEmpty.vue";
|
|
8
|
+
export { default as UpxCommandSeparator } from "./UpxCommandSeparator.vue";
|
|
9
|
+
export { default as UpxCommandShortcut } from "./UpxCommandShortcut.vue";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface UpxContextMenuProps {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
closeOnContentClick?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare var __VLS_1: {}, __VLS_11: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
trigger?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
default?: (props: typeof __VLS_11) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxContextMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (value: boolean) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<UpxContextMenuProps> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
modelValue: boolean;
|
|
17
|
+
closeOnContentClick: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export type UpxContextMenuItemVariant = "default" | "destructive";
|
|
2
|
+
export interface UpxContextMenuItemProps {
|
|
3
|
+
variant?: UpxContextMenuItemVariant;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
inset?: boolean;
|
|
6
|
+
prependIcon?: string;
|
|
7
|
+
shortcut?: string;
|
|
8
|
+
}
|
|
9
|
+
declare var __VLS_14: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_14) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxContextMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
click: () => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<UpxContextMenuItemProps> & Readonly<{
|
|
16
|
+
onClick?: (() => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
variant: UpxContextMenuItemVariant;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
inset: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface UpxContextMenuLabelProps {
|
|
2
|
+
inset?: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_6) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxContextMenuLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxContextMenuLabelProps> & Readonly<{}>, {
|
|
9
|
+
inset: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { default as UpxContextMenu } from "./UpxContextMenu.vue";
|
|
2
|
+
export { default as UpxContextMenuItem } from "./UpxContextMenuItem.vue";
|
|
3
|
+
export { default as UpxContextMenuLabel } from "./UpxContextMenuLabel.vue";
|
|
4
|
+
export { default as UpxContextMenuSeparator } from "./UpxContextMenuSeparator.vue";
|
|
@@ -7,6 +7,30 @@ export interface UpxDataTableHeader {
|
|
|
7
7
|
minWidth?: string | number;
|
|
8
8
|
maxWidth?: string | number;
|
|
9
9
|
}
|
|
10
|
+
export interface UpxDataTableClasses {
|
|
11
|
+
table?: string;
|
|
12
|
+
header?: string;
|
|
13
|
+
headerRow?: string;
|
|
14
|
+
headerCell?: string;
|
|
15
|
+
body?: string;
|
|
16
|
+
row?: string;
|
|
17
|
+
cell?: string;
|
|
18
|
+
footer?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface UpxDataTableStyles {
|
|
21
|
+
headerFontSize?: string;
|
|
22
|
+
headerFontWeight?: string | number;
|
|
23
|
+
headerBackground?: string;
|
|
24
|
+
headerColor?: string;
|
|
25
|
+
bodyFontSize?: string;
|
|
26
|
+
bodyFontWeight?: string | number;
|
|
27
|
+
rowBackground?: string;
|
|
28
|
+
rowHoverBackground?: string;
|
|
29
|
+
rowAlternateBackground?: string;
|
|
30
|
+
cellPadding?: string;
|
|
31
|
+
borderColor?: string;
|
|
32
|
+
}
|
|
33
|
+
export type UpxDataTableVariant = 'default' | 'striped' | 'bordered' | 'compact' | 'minimal';
|
|
10
34
|
export interface UpxDataTableProps {
|
|
11
35
|
headers: UpxDataTableHeader[];
|
|
12
36
|
items: any[];
|
|
@@ -23,6 +47,16 @@ export interface UpxDataTableProps {
|
|
|
23
47
|
height?: string | number;
|
|
24
48
|
showSelect?: boolean;
|
|
25
49
|
modelValue?: any[];
|
|
50
|
+
headerFontSize?: string;
|
|
51
|
+
headerFontWeight?: string | number;
|
|
52
|
+
headerClass?: string;
|
|
53
|
+
bodyFontSize?: string;
|
|
54
|
+
bodyFontWeight?: string | number;
|
|
55
|
+
bodyClass?: string;
|
|
56
|
+
hidePagination?: boolean;
|
|
57
|
+
variant?: UpxDataTableVariant;
|
|
58
|
+
customClasses?: UpxDataTableClasses;
|
|
59
|
+
customStyles?: UpxDataTableStyles;
|
|
26
60
|
}
|
|
27
61
|
declare var __VLS_10: {}, __VLS_13: `item.${string}`, __VLS_14: {
|
|
28
62
|
item: any;
|
|
@@ -50,16 +84,18 @@ declare const __VLS_component: import("vue").DefineComponent<UpxDataTableProps,
|
|
|
50
84
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
51
85
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
52
86
|
}>, {
|
|
87
|
+
variant: UpxDataTableVariant;
|
|
53
88
|
density: "default" | "comfortable" | "compact";
|
|
54
89
|
loading: boolean;
|
|
90
|
+
hover: boolean;
|
|
55
91
|
itemsPerPage: number;
|
|
56
92
|
itemsPerPageOptions: Array<{
|
|
57
93
|
value: number;
|
|
58
94
|
title: string;
|
|
59
95
|
}>;
|
|
60
|
-
hover: boolean;
|
|
61
96
|
fixedHeader: boolean;
|
|
62
97
|
showSelect: boolean;
|
|
98
|
+
hidePagination: boolean;
|
|
63
99
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
64
100
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
65
101
|
export default _default;
|
|
@@ -26,6 +26,8 @@ export interface UpxDatePickerProps {
|
|
|
26
26
|
hint?: string;
|
|
27
27
|
persistentHint?: boolean;
|
|
28
28
|
density?: "default" | "comfortable" | "compact";
|
|
29
|
+
variant?: "outlined" | "filled" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | "plain";
|
|
30
|
+
rounded?: string | number | boolean;
|
|
29
31
|
hideDetails?: boolean | "auto";
|
|
30
32
|
clearable?: boolean;
|
|
31
33
|
firstDayOfWeek?: number;
|
|
@@ -41,18 +43,20 @@ declare const _default: import("vue").DefineComponent<UpxDatePickerProps, {}, {}
|
|
|
41
43
|
"onUpdate:modelValue"?: ((value: Date | [Date, Date] | null) => any) | undefined;
|
|
42
44
|
}>, {
|
|
43
45
|
error: boolean;
|
|
46
|
+
rounded: string | number | boolean;
|
|
47
|
+
variant: "outlined" | "filled" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | "plain";
|
|
44
48
|
density: "default" | "comfortable" | "compact";
|
|
45
49
|
color: string;
|
|
46
50
|
disabled: boolean;
|
|
47
51
|
pattern: string | ((date: Date) => string) | ((dates: Date[]) => string);
|
|
48
52
|
mode: "single" | "range";
|
|
49
|
-
firstDayOfWeek: number;
|
|
50
53
|
readonly: boolean;
|
|
51
|
-
|
|
52
|
-
daynames: string[];
|
|
54
|
+
firstDayOfWeek: number;
|
|
53
55
|
persistentHint: boolean;
|
|
54
56
|
hideDetails: boolean | "auto";
|
|
55
57
|
clearable: boolean;
|
|
58
|
+
locale: string;
|
|
59
|
+
daynames: string[];
|
|
56
60
|
preventMinMaxNavigation: boolean;
|
|
57
61
|
autoApply: boolean;
|
|
58
62
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface UpxDialogProps {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
maxWidth?: string | number;
|
|
4
|
+
persistent?: boolean;
|
|
5
|
+
fullscreen?: boolean;
|
|
6
|
+
scrim?: boolean;
|
|
7
|
+
showClose?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare var __VLS_6: {
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}, __VLS_24: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
trigger?: (props: typeof __VLS_6) => any;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (props: typeof __VLS_24) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: boolean) => any;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<UpxDialogProps> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
modelValue: boolean;
|
|
23
|
+
maxWidth: string | number;
|
|
24
|
+
persistent: boolean;
|
|
25
|
+
scrim: boolean;
|
|
26
|
+
fullscreen: boolean;
|
|
27
|
+
showClose: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as UpxDialog } from "./UpxDialog.vue";
|
|
2
|
+
export { default as UpxDialogHeader } from "./UpxDialogHeader.vue";
|
|
3
|
+
export { default as UpxDialogTitle } from "./UpxDialogTitle.vue";
|
|
4
|
+
export { default as UpxDialogDescription } from "./UpxDialogDescription.vue";
|
|
5
|
+
export { default as UpxDialogContent } from "./UpxDialogContent.vue";
|
|
6
|
+
export { default as UpxDialogFooter } from "./UpxDialogFooter.vue";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export type UpxDrawerLocation = "left" | "right" | "top" | "bottom";
|
|
2
|
+
export interface UpxDrawerProps {
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
location?: UpxDrawerLocation;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
temporary?: boolean;
|
|
7
|
+
persistent?: boolean;
|
|
8
|
+
scrim?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare var __VLS_6: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_6) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (value: boolean) => any;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<UpxDrawerProps> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
modelValue: boolean;
|
|
20
|
+
width: number | string;
|
|
21
|
+
location: UpxDrawerLocation;
|
|
22
|
+
persistent: boolean;
|
|
23
|
+
scrim: boolean;
|
|
24
|
+
temporary: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
click: () => any;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onClick?: (() => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|