@up-packages/ui 0.3.0-qa → 0.3.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 +14129 -10184
- 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/package.json +4 -2
- package/dist/uplexis-ui.css +0 -5
package/README.md
CHANGED
|
@@ -118,21 +118,6 @@ const handleClick = () => {
|
|
|
118
118
|
</script>
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
### Importação Individual (Tree-shaking)
|
|
122
|
-
|
|
123
|
-
Para otimizar o bundle, importe apenas os componentes que você precisa:
|
|
124
|
-
|
|
125
|
-
```vue
|
|
126
|
-
<template>
|
|
127
|
-
<UpxButton color="primary">Meu Botão</UpxButton>
|
|
128
|
-
</template>
|
|
129
|
-
|
|
130
|
-
<script setup lang="ts">
|
|
131
|
-
import { UpxButton } from "@uplexis/ui";
|
|
132
|
-
import "@uplexis/ui/styles.css";
|
|
133
|
-
</script>
|
|
134
|
-
```
|
|
135
|
-
|
|
136
121
|
### Usando com Vuetify Customizado
|
|
137
122
|
|
|
138
123
|
Se você já tem uma instância do Vuetify configurada:
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type UpxAlertVariant = "default" | "destructive" | "success" | "warning" | "info";
|
|
2
|
+
export interface UpxAlertProps {
|
|
3
|
+
variant?: UpxAlertVariant;
|
|
4
|
+
icon?: string;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxAlertProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxAlertProps> & Readonly<{}>, {
|
|
11
|
+
variant: UpxAlertVariant;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -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,29 @@
|
|
|
1
|
+
export interface UpxAlertDialogProps {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
maxWidth?: string | number;
|
|
4
|
+
persistent?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_6: {
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
}, __VLS_12: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
trigger?: (props: typeof __VLS_6) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_12) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxAlertDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (value: boolean) => any;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<UpxAlertDialogProps> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
modelValue: boolean;
|
|
20
|
+
maxWidth: string | number;
|
|
21
|
+
persistent: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface UpxAlertDialogActionProps {
|
|
2
|
+
destructive?: boolean;
|
|
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<UpxAlertDialogActionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
click: () => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<UpxAlertDialogActionProps> & Readonly<{
|
|
11
|
+
onClick?: (() => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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, {
|
|
6
|
+
click: () => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
+
onClick?: (() => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -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,7 @@
|
|
|
1
|
+
export { default as UpxAlertDialog } from "./UpxAlertDialog.vue";
|
|
2
|
+
export { default as UpxAlertDialogHeader } from "./UpxAlertDialogHeader.vue";
|
|
3
|
+
export { default as UpxAlertDialogTitle } from "./UpxAlertDialogTitle.vue";
|
|
4
|
+
export { default as UpxAlertDialogDescription } from "./UpxAlertDialogDescription.vue";
|
|
5
|
+
export { default as UpxAlertDialogFooter } from "./UpxAlertDialogFooter.vue";
|
|
6
|
+
export { default as UpxAlertDialogAction } from "./UpxAlertDialogAction.vue";
|
|
7
|
+
export { default as UpxAlertDialogCancel } from "./UpxAlertDialogCancel.vue";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface UpxAspectRatioProps {
|
|
2
|
+
ratio?: 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<UpxAspectRatioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxAspectRatioProps> & Readonly<{}>, {
|
|
9
|
+
ratio: 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 @@
|
|
|
1
|
+
export { default as UpxAspectRatio } from "./UpxAspectRatio.vue";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export type UpxAvatarSize = "xs" | "sm" | "md" | "lg" | "xl";
|
|
2
|
+
export type UpxAvatarVariant = "circle" | "square" | "rounded";
|
|
3
|
+
export interface UpxAvatarProps {
|
|
4
|
+
src?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
fallback?: string;
|
|
7
|
+
size?: UpxAvatarSize;
|
|
8
|
+
variant?: UpxAvatarVariant;
|
|
9
|
+
}
|
|
10
|
+
declare var __VLS_14: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
fallback?: (props: typeof __VLS_14) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxAvatarProps> & Readonly<{}>, {
|
|
15
|
+
variant: UpxAvatarVariant;
|
|
16
|
+
size: UpxAvatarSize;
|
|
17
|
+
alt: string;
|
|
18
|
+
fallback: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as UpxAvatar } from "./UpxAvatar.vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type UpxBadgeType = "PF" | "PF-admin" | "SP" | "PEP" | "PJ" | "PJ-filial" | "ADM-PEP-SP" | "custom";
|
|
2
|
-
export type UpxBadgeVariant = "primary" | "secondary" | "tertiary" | "info" | "error" | "warning" | "text" | "success";
|
|
2
|
+
export type UpxBadgeVariant = "primary" | "secondary" | "tertiary" | "info" | "error" | "warning" | "text" | "success" | "destructive" | "outline";
|
|
3
3
|
export type UpxBadgeSize = "sm" | "lg";
|
|
4
4
|
export interface UpxBadgeProps {
|
|
5
5
|
type: UpxBadgeType;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface UpxBreadcrumbItem {
|
|
2
|
+
title: string;
|
|
3
|
+
href?: string;
|
|
4
|
+
to?: string | object;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface UpxBreadcrumbProps {
|
|
8
|
+
items?: UpxBreadcrumbItem[];
|
|
9
|
+
}
|
|
10
|
+
declare var __VLS_14: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_14) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxBreadcrumbProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxBreadcrumbProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -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,23 @@
|
|
|
1
|
+
export interface UpxBreadcrumbLinkProps {
|
|
2
|
+
href?: string;
|
|
3
|
+
to?: string | object;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_6: {}, __VLS_17: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (props: typeof __VLS_17) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxBreadcrumbLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
click: () => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<UpxBreadcrumbLinkProps> & Readonly<{
|
|
15
|
+
onClick?: (() => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -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,7 @@
|
|
|
1
|
+
export { default as UpxBreadcrumb } from "./UpxBreadcrumb.vue";
|
|
2
|
+
export { default as UpxBreadcrumbList } from "./UpxBreadcrumbList.vue";
|
|
3
|
+
export { default as UpxBreadcrumbItem } from "./UpxBreadcrumbItem.vue";
|
|
4
|
+
export { default as UpxBreadcrumbLink } from "./UpxBreadcrumbLink.vue";
|
|
5
|
+
export { default as UpxBreadcrumbPage } from "./UpxBreadcrumbPage.vue";
|
|
6
|
+
export { default as UpxBreadcrumbSeparator } from "./UpxBreadcrumbSeparator.vue";
|
|
7
|
+
export { default as UpxBreadcrumbEllipsis } from "./UpxBreadcrumbEllipsis.vue";
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
export type UpxButtonVariant = "primary" | "secondary" | "tertiary" | "destructive" | "outline" | "ghost" | "link";
|
|
2
|
+
export type UpxButtonSize = "small" | "medium" | "large" | "icon";
|
|
1
3
|
export interface UpxButtonProps {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
+
variant?: UpxButtonVariant;
|
|
5
|
+
/** @deprecated Use `variant` instead */
|
|
6
|
+
type?: UpxButtonVariant;
|
|
7
|
+
size?: UpxButtonSize;
|
|
4
8
|
prependIcon?: string;
|
|
9
|
+
appendIcon?: string;
|
|
5
10
|
nativeType?: "button" | "submit" | "reset";
|
|
6
11
|
disabled?: boolean;
|
|
7
12
|
loading?: boolean;
|
|
@@ -15,10 +20,10 @@ declare const __VLS_component: import("vue").DefineComponent<UpxButtonProps, {},
|
|
|
15
20
|
}, string, import("vue").PublicProps, Readonly<UpxButtonProps> & Readonly<{
|
|
16
21
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
17
22
|
}>, {
|
|
18
|
-
|
|
23
|
+
variant: UpxButtonVariant;
|
|
24
|
+
size: UpxButtonSize;
|
|
19
25
|
loading: boolean;
|
|
20
26
|
disabled: boolean;
|
|
21
|
-
type: "primary" | "secondary" | "tertiary";
|
|
22
27
|
nativeType: "button" | "submit" | "reset";
|
|
23
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
29
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface UpxCardActionProps {
|
|
2
|
+
customClass?: 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<UpxCardActionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardActionProps> & 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,15 @@
|
|
|
1
|
+
export interface UpxCardContentProps {
|
|
2
|
+
customClass?: 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<UpxCardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardContentProps> & 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,15 @@
|
|
|
1
|
+
export interface UpxCardDescriptionProps {
|
|
2
|
+
customClass?: 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<UpxCardDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardDescriptionProps> & 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,15 @@
|
|
|
1
|
+
export interface UpxCardFooterProps {
|
|
2
|
+
customClass?: 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<UpxCardFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardFooterProps> & 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,15 @@
|
|
|
1
|
+
export interface UpxCardHeaderProps {
|
|
2
|
+
customClass?: 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<UpxCardHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardHeaderProps> & 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,23 @@
|
|
|
1
|
+
export type UpxCardSimpleVariant = "default" | "outlined" | "elevated" | "flat";
|
|
2
|
+
export interface UpxCardSimpleProps {
|
|
3
|
+
variant?: UpxCardSimpleVariant;
|
|
4
|
+
customClass?: string;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_10: {}, __VLS_16: {}, __VLS_22: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
header?: (props: typeof __VLS_10) => any;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (props: typeof __VLS_16) => any;
|
|
11
|
+
} & {
|
|
12
|
+
footer?: (props: typeof __VLS_22) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCardSimpleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardSimpleProps> & Readonly<{}>, {
|
|
15
|
+
variant: UpxCardSimpleVariant;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface UpxCardTitleProps {
|
|
2
|
+
customClass?: 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<UpxCardTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCardTitleProps> & 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
|
+
};
|
|
@@ -6,4 +6,11 @@ export { default as UpxCardItem } from "./UpxCardItem.vue";
|
|
|
6
6
|
export { default as UpxCardProduct } from "./UpxCardProduct.vue";
|
|
7
7
|
export { default as UpxCardInteractive } from "./UpxCardInteractive.vue";
|
|
8
8
|
export { default as UpxCardIndicator } from "./UpxCardIndicator.vue";
|
|
9
|
+
export { default as UpxCardSimple } from "./UpxCardSimple.vue";
|
|
10
|
+
export { default as UpxCardHeader } from "./UpxCardHeader.vue";
|
|
11
|
+
export { default as UpxCardTitle } from "./UpxCardTitle.vue";
|
|
12
|
+
export { default as UpxCardDescription } from "./UpxCardDescription.vue";
|
|
13
|
+
export { default as UpxCardContent } from "./UpxCardContent.vue";
|
|
14
|
+
export { default as UpxCardFooter } from "./UpxCardFooter.vue";
|
|
15
|
+
export { default as UpxCardAction } from "./UpxCardAction.vue";
|
|
9
16
|
export * from "./types";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export type UpxCarouselOrientation = "horizontal" | "vertical";
|
|
2
|
+
export interface UpxCarouselProps {
|
|
3
|
+
modelValue?: number;
|
|
4
|
+
orientation?: UpxCarouselOrientation;
|
|
5
|
+
showArrows?: boolean | "hover";
|
|
6
|
+
hideDelimiters?: boolean;
|
|
7
|
+
cycle?: boolean;
|
|
8
|
+
interval?: number;
|
|
9
|
+
height?: string | number;
|
|
10
|
+
continuous?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare var __VLS_9: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_9) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxCarouselProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: number) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<UpxCarouselProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
height: string | number;
|
|
22
|
+
modelValue: number;
|
|
23
|
+
orientation: UpxCarouselOrientation;
|
|
24
|
+
showArrows: boolean | "hover";
|
|
25
|
+
hideDelimiters: boolean;
|
|
26
|
+
cycle: boolean;
|
|
27
|
+
interval: number;
|
|
28
|
+
continuous: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -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,15 @@
|
|
|
1
|
+
export interface UpxCarouselItemProps {
|
|
2
|
+
value?: 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<UpxCarouselItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxCarouselItemProps> & 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
|
+
};
|