@up-packages/ui 0.1.1-qa.0 → 0.2.1
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 +13 -28
- package/dist/components/{UpAccordion/UpAccordion.vue.d.ts → UpxAccordion/UpxAccordion.vue.d.ts} +5 -5
- package/dist/components/UpxAccordion/index.d.ts +2 -0
- package/dist/components/{UpBadge/UpBadge.vue.d.ts → UpxBadge/UpxBadge.vue.d.ts} +9 -9
- package/dist/components/UpxBadge/index.d.ts +2 -0
- package/dist/components/{UpButton/UpButton.vue.d.ts → UpxButton/UpxButton.vue.d.ts} +3 -3
- package/dist/components/UpxButton/index.d.ts +2 -0
- package/dist/components/{UpCalendar/UpCalendar.vue.d.ts → UpxCalendar/UpxCalendar.vue.d.ts} +10 -10
- package/dist/components/UpxCalendar/index.d.ts +2 -0
- package/dist/components/{UpCard/UpCard.vue.d.ts → UpxCard/UpxCard.vue.d.ts} +2 -2
- package/dist/components/{UpCard/UpCardIndicator.vue.d.ts → UpxCard/UpxCardIndicator.vue.d.ts} +2 -2
- package/dist/components/UpxCard/UpxCardInfo.vue.d.ts +16 -0
- package/dist/components/{UpCard/UpCardInteractive.vue.d.ts → UpxCard/UpxCardInteractive.vue.d.ts} +3 -3
- package/dist/components/UpxCard/UpxCardItem.vue.d.ts +15 -0
- package/dist/components/{UpCard/UpCardNode.vue.d.ts → UpxCard/UpxCardNode.vue.d.ts} +4 -4
- package/dist/components/UpxCard/UpxCardProduct.vue.d.ts +16 -0
- package/dist/components/UpxCard/index.d.ts +9 -0
- package/dist/components/UpxCard/types.d.ts +33 -0
- package/dist/components/{UpCell/UpCell.vue.d.ts → UpxCell/UpxCell.vue.d.ts} +3 -3
- package/dist/components/UpxCell/index.d.ts +6 -0
- package/dist/components/{UpCell → UpxCell}/types.d.ts +6 -6
- package/dist/components/{UpCheckbox/UpCheckbox.vue.d.ts → UpxCheckbox/UpxCheckbox.vue.d.ts} +2 -2
- package/dist/components/UpxCheckbox/index.d.ts +6 -0
- package/dist/components/{UpCheckbox → UpxCheckbox}/types.d.ts +1 -1
- package/dist/components/{UpDataTable/UpDataTable.vue.d.ts → UpxDataTable/UpxDataTable.vue.d.ts} +41 -5
- package/dist/components/UpxDataTable/index.d.ts +2 -0
- package/dist/components/{UpDatePicker/UpDatePicker.vue.d.ts → UpxDatePicker/UpxDatePicker.vue.d.ts} +4 -4
- package/dist/components/UpxDatePicker/index.d.ts +2 -0
- package/dist/components/UpxDivider/UpxDivider.vue.d.ts +5 -0
- package/dist/components/UpxDivider/index.d.ts +2 -0
- package/dist/components/{UpDivider → UpxDivider}/types.d.ts +1 -1
- package/dist/components/UpxEnvironmentBadge/index.d.ts +1 -0
- package/dist/components/{UpFloatMenu/UpFloatMenu.vue.d.ts → UpxFloatMenu/UpxFloatMenu.vue.d.ts} +2 -2
- package/dist/components/UpxFloatMenu/index.d.ts +2 -0
- package/dist/components/{UpFloatMenu → UpxFloatMenu}/types.d.ts +3 -3
- package/dist/components/UpxNotification/UpxNotification.vue.d.ts +11 -0
- package/dist/components/UpxNotification/index.d.ts +2 -0
- package/dist/components/{UpPagination/UpPagination.vue.d.ts → UpxPagination/UpxPagination.vue.d.ts} +3 -3
- package/dist/components/UpxPagination/index.d.ts +2 -0
- package/dist/components/{UpPagination → UpxPagination}/types.d.ts +1 -1
- package/dist/components/UpxProduct/UpxProduct.vue.d.ts +3 -0
- package/dist/components/UpxProduct/index.d.ts +2 -0
- package/dist/components/UpxProduct/types.d.ts +7 -0
- package/dist/components/{UpRadio/UpRadio.vue.d.ts → UpxRadio/UpxRadio.vue.d.ts} +5 -5
- package/dist/components/UpxRadio/index.d.ts +2 -0
- package/dist/components/{UpSelect/UpSelect.vue.d.ts → UpxSelect/UpxSelect.vue.d.ts} +3 -3
- package/dist/components/UpxSelect/index.d.ts +2 -0
- package/dist/components/{UpSelect → UpxSelect}/types.d.ts +1 -1
- package/dist/components/{UpSideBar/UpSideBar.vue.d.ts → UpxSideBar/UpxSideBar.vue.d.ts} +5 -5
- package/dist/components/UpxSideBar/index.d.ts +2 -0
- package/dist/components/{UpSideBar → UpxSideBar}/types.d.ts +3 -3
- package/dist/components/{UpStepper/UpStepper.vue.d.ts → UpxStepper/UpxStepper.vue.d.ts} +2 -2
- package/dist/components/UpxStepper/index.d.ts +2 -0
- package/dist/components/{UpStepper → UpxStepper}/types.d.ts +1 -1
- package/dist/components/{UpSwitch/UpSwitch.vue.d.ts → UpxSwitch/UpxSwitch.vue.d.ts} +2 -2
- package/dist/components/UpxSwitch/index.d.ts +2 -0
- package/dist/components/{UpTab/UpTab.vue.d.ts → UpxTab/UpxTab.vue.d.ts} +2 -2
- package/dist/components/UpxTab/index.d.ts +2 -0
- package/dist/components/{UpTab → UpxTab}/types.d.ts +1 -1
- package/dist/components/{UpTextField/UpTextField.vue.d.ts → UpxTextField/UpxTextField.vue.d.ts} +3 -3
- package/dist/components/UpxTextField/index.d.ts +2 -0
- package/dist/components/{UpTitleBar/UpTitleBar.vue.d.ts → UpxTitleBar/UpxTitleBar.vue.d.ts} +3 -3
- package/dist/components/UpxTitleBar/index.d.ts +2 -0
- package/dist/components/{UpTitleBar → UpxTitleBar}/types.d.ts +1 -1
- package/dist/components/{UpToast/UpToast.vue.d.ts → UpxToast/UpxToast.vue.d.ts} +3 -3
- package/dist/components/UpxToast/index.d.ts +2 -0
- package/dist/components/{UpTooltip/UpTooltip.vue.d.ts → UpxTooltip/UpxTooltip.vue.d.ts} +2 -2
- package/dist/components/UpxTooltip/index.d.ts +2 -0
- package/dist/components/{UpTooltip → UpxTooltip}/types.d.ts +1 -1
- package/dist/components/{UpWindow/UpWindow.vue.d.ts → UpxWindow/UpxWindow.vue.d.ts} +2 -2
- package/dist/components/UpxWindow/index.d.ts +2 -0
- package/dist/components/{UpWindow → UpxWindow}/types.d.ts +1 -1
- package/dist/components/index.d.ts +50 -50
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/install.d.ts +27 -27
- package/dist/{uplexis-ui.css → up-ui.css} +1 -1
- package/dist/uplexis-ui.js +2929 -2911
- package/dist/uplexis-ui.js.map +1 -1
- package/dist/uplexis-ui.umd.cjs +3 -3
- package/dist/uplexis-ui.umd.cjs.map +1 -1
- package/package.json +12 -2
- package/dist/components/UpAccordion/index.d.ts +0 -2
- package/dist/components/UpBadge/index.d.ts +0 -2
- package/dist/components/UpButton/index.d.ts +0 -2
- package/dist/components/UpCalendar/index.d.ts +0 -2
- package/dist/components/UpCard/UpCardInfo.vue.d.ts +0 -16
- package/dist/components/UpCard/UpCardItem.vue.d.ts +0 -15
- package/dist/components/UpCard/UpCardProduct.vue.d.ts +0 -16
- package/dist/components/UpCard/index.d.ts +0 -9
- package/dist/components/UpCard/types.d.ts +0 -33
- package/dist/components/UpCell/index.d.ts +0 -6
- package/dist/components/UpCheckbox/index.d.ts +0 -6
- package/dist/components/UpDataTable/index.d.ts +0 -2
- package/dist/components/UpDatePicker/index.d.ts +0 -2
- package/dist/components/UpDivider/UpDivider.vue.d.ts +0 -5
- package/dist/components/UpDivider/index.d.ts +0 -2
- package/dist/components/UpEnvironmentBadge/index.d.ts +0 -1
- package/dist/components/UpFloatMenu/index.d.ts +0 -2
- package/dist/components/UpNotification/UpNotification.vue.d.ts +0 -11
- package/dist/components/UpNotification/index.d.ts +0 -2
- package/dist/components/UpPagination/index.d.ts +0 -2
- package/dist/components/UpProduct/UpProduct.vue.d.ts +0 -3
- package/dist/components/UpProduct/index.d.ts +0 -2
- package/dist/components/UpProduct/types.d.ts +0 -7
- package/dist/components/UpRadio/index.d.ts +0 -2
- package/dist/components/UpSelect/index.d.ts +0 -2
- package/dist/components/UpSideBar/index.d.ts +0 -2
- package/dist/components/UpStepper/index.d.ts +0 -2
- package/dist/components/UpSwitch/index.d.ts +0 -2
- package/dist/components/UpTab/index.d.ts +0 -2
- package/dist/components/UpTextField/index.d.ts +0 -2
- package/dist/components/UpTitleBar/index.d.ts +0 -2
- package/dist/components/UpToast/index.d.ts +0 -2
- package/dist/components/UpTooltip/index.d.ts +0 -2
- package/dist/components/UpWindow/index.d.ts +0 -2
- /package/dist/components/{UpCard/UpCardList.vue.d.ts → UpxCard/UpxCardList.vue.d.ts} +0 -0
- /package/dist/components/{UpEnvironmentBadge/UpEnvironmentBadge.vue.d.ts → UpxEnvironmentBadge/UpxEnvironmentBadge.vue.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxFloatMenuItem {
|
|
2
2
|
/**
|
|
3
3
|
* Texto exibido no item
|
|
4
4
|
*/
|
|
@@ -23,11 +23,11 @@ export interface UpFloatMenuItem {
|
|
|
23
23
|
*/
|
|
24
24
|
type?: "item" | "divider";
|
|
25
25
|
}
|
|
26
|
-
export interface
|
|
26
|
+
export interface UpxFloatMenuProps {
|
|
27
27
|
/**
|
|
28
28
|
* Array de itens do menu
|
|
29
29
|
*/
|
|
30
|
-
items:
|
|
30
|
+
items: UpxFloatMenuItem[];
|
|
31
31
|
/**
|
|
32
32
|
* Alinhamento do menu em relação ao trigger
|
|
33
33
|
* @default 'start'
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface UpxNotificationProps {
|
|
2
|
+
type?: "success" | "error" | "warning";
|
|
3
|
+
title: string;
|
|
4
|
+
content: string;
|
|
5
|
+
productName?: string;
|
|
6
|
+
isRead: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("vue").DefineComponent<UpxNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxNotificationProps> & Readonly<{}>, {
|
|
9
|
+
isRead: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
package/dist/components/{UpPagination/UpPagination.vue.d.ts → UpxPagination/UpxPagination.vue.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { UpxPaginationProps } from "./types";
|
|
2
2
|
declare var __VLS_1: {}, __VLS_7: {}, __VLS_13: {}, __VLS_19: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
'first-page-icon'?: (props: typeof __VLS_1) => any;
|
|
@@ -9,9 +9,9 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
} & {
|
|
10
10
|
'last-page-icon'?: (props: typeof __VLS_19) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (value: number) => any;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<UpxPaginationProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
modelValue: number;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { UpxProductProps } from "./types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<UpxProductProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxProductProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type UpxProductType = "upAcademy" | "UpLink" | "UpScore" | "UpMatch" | "Certidoes" | "RG" | "Ficha" | "Dossie" | "UpSearch" | "UpMap" | "UpFlag" | "Veiculos" | "Imoveis" | "EnrDados" | "UpJuris" | "UpFolder" | "UpMonitor" | "MktApi" | "Societario" | "Balanco" | "Historico";
|
|
2
|
+
export interface UpxProductProps {
|
|
3
|
+
/**
|
|
4
|
+
* Tipo do produto Uplexis a ser exibido
|
|
5
|
+
*/
|
|
6
|
+
type: UpxProductType;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxRadioOption {
|
|
2
2
|
label: string;
|
|
3
3
|
value: string | number | boolean;
|
|
4
4
|
icon?: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export interface
|
|
7
|
+
export interface UpxRadioProps {
|
|
8
8
|
modelValue?: string | number | boolean | null;
|
|
9
9
|
id?: string;
|
|
10
|
-
options: (string |
|
|
10
|
+
options: (string | UpxRadioOption)[];
|
|
11
11
|
label?: string;
|
|
12
12
|
color?: string;
|
|
13
13
|
inline?: boolean;
|
|
@@ -28,9 +28,9 @@ declare var __VLS_18: {
|
|
|
28
28
|
type __VLS_Slots = {} & {
|
|
29
29
|
message?: (props: typeof __VLS_18) => any;
|
|
30
30
|
};
|
|
31
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
31
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxRadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
32
|
"update:modelValue": (value: string | number | boolean | null) => any;
|
|
33
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
33
|
+
}, string, import("vue").PublicProps, Readonly<UpxRadioProps> & Readonly<{
|
|
34
34
|
"onUpdate:modelValue"?: ((value: string | number | boolean | null) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
36
|
error: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxSelectProps {
|
|
2
2
|
modelValue?: any;
|
|
3
3
|
id?: string;
|
|
4
4
|
items?: any[];
|
|
@@ -57,13 +57,13 @@ type __VLS_Slots = {} & {
|
|
|
57
57
|
} & {
|
|
58
58
|
'no-data'?: (props: typeof __VLS_27) => any;
|
|
59
59
|
};
|
|
60
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
60
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
"update:modelValue": (value: any) => any;
|
|
62
62
|
search: (term: string) => any;
|
|
63
63
|
focus: (event: FocusEvent) => any;
|
|
64
64
|
blur: (event: FocusEvent) => any;
|
|
65
65
|
"update:search": (search: string) => any;
|
|
66
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
66
|
+
}, string, import("vue").PublicProps, Readonly<UpxSelectProps> & Readonly<{
|
|
67
67
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
68
68
|
onSearch?: ((term: string) => any) | undefined;
|
|
69
69
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { UpxSideBarProps, UpxSideBarItem } from "./types";
|
|
2
2
|
declare var __VLS_1: {}, __VLS_16: string, __VLS_17: {
|
|
3
3
|
close: () => void;
|
|
4
4
|
};
|
|
@@ -7,10 +7,10 @@ type __VLS_Slots = {} & {
|
|
|
7
7
|
} & {
|
|
8
8
|
header?: (props: typeof __VLS_1) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
11
|
-
itemClick: (item:
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
13
|
-
onItemClick?: ((item:
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxSideBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
itemClick: (item: UpxSideBarItem) => any;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<UpxSideBarProps> & Readonly<{
|
|
13
|
+
onItemClick?: ((item: UpxSideBarItem) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
to: string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxSideBarItem {
|
|
2
2
|
clickable?: boolean;
|
|
3
3
|
space?: boolean;
|
|
4
4
|
icon?: string;
|
|
5
5
|
label?: string;
|
|
6
6
|
collisionPadding?: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
7
7
|
}
|
|
8
|
-
export interface
|
|
9
|
-
items:
|
|
8
|
+
export interface UpxSideBarProps {
|
|
9
|
+
items: UpxSideBarItem[];
|
|
10
10
|
to?: string;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { NavigationItem,
|
|
2
|
-
type __VLS_Props =
|
|
1
|
+
import type { NavigationItem, UpxStepperProps } from "./types";
|
|
2
|
+
type __VLS_Props = UpxStepperProps;
|
|
3
3
|
type __VLS_PublicProps = __VLS_Props & {
|
|
4
4
|
modelValue?: NavigationItem;
|
|
5
5
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxSwitchProps {
|
|
2
2
|
id?: string;
|
|
3
3
|
onLabel?: string;
|
|
4
4
|
offLabel?: string;
|
|
5
5
|
}
|
|
6
|
-
type __VLS_Props =
|
|
6
|
+
type __VLS_Props = UpxSwitchProps;
|
|
7
7
|
type __VLS_PublicProps = __VLS_Props & {
|
|
8
8
|
"state"?: boolean;
|
|
9
9
|
};
|
package/dist/components/{UpTextField/UpTextField.vue.d.ts → UpxTextField/UpxTextField.vue.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxTextFieldProps {
|
|
2
2
|
modelValue?: string | number;
|
|
3
3
|
id?: string;
|
|
4
4
|
label?: string;
|
|
@@ -39,13 +39,13 @@ type __VLS_Slots = {} & {
|
|
|
39
39
|
} & {
|
|
40
40
|
'append-inner'?: (props: typeof __VLS_21) => any;
|
|
41
41
|
};
|
|
42
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
42
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxTextFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
43
|
enter: () => any;
|
|
44
44
|
"update:modelValue": (value: string | number) => any;
|
|
45
45
|
click: () => any;
|
|
46
46
|
focus: (event: FocusEvent) => any;
|
|
47
47
|
blur: (event: FocusEvent) => any;
|
|
48
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
48
|
+
}, string, import("vue").PublicProps, Readonly<UpxTextFieldProps> & Readonly<{
|
|
49
49
|
onEnter?: (() => any) | undefined;
|
|
50
50
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
51
51
|
onClick?: (() => any) | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
import type { UpxTitleBarProps } from "./types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<UpxTitleBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
close: () => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<UpxTitleBarProps> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface UpxToastProps {
|
|
2
2
|
modelValue?: boolean;
|
|
3
3
|
message: string;
|
|
4
4
|
title?: string;
|
|
@@ -18,10 +18,10 @@ declare var __VLS_21: {
|
|
|
18
18
|
type __VLS_Slots = {} & {
|
|
19
19
|
actions?: (props: typeof __VLS_21) => any;
|
|
20
20
|
};
|
|
21
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
21
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
close: () => any;
|
|
23
23
|
"update:modelValue": (value: boolean) => any;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<UpxToastProps> & Readonly<{
|
|
25
25
|
onClose?: (() => any) | undefined;
|
|
26
26
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
27
27
|
}>, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { UpxTooltipProps } from "./types";
|
|
2
2
|
declare var __VLS_6: {}, __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
trigger?: (props: typeof __VLS_6) => any;
|
|
5
5
|
} & {
|
|
6
6
|
content?: (props: typeof __VLS_8) => any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<UpxTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxTooltipProps> & Readonly<{}>, {
|
|
9
9
|
side: import("./types").TooltipSide;
|
|
10
10
|
delay: number;
|
|
11
11
|
tooltipText: string;
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export type {
|
|
28
|
-
export type {
|
|
29
|
-
export type {
|
|
30
|
-
export type {
|
|
31
|
-
export type {
|
|
32
|
-
export type {
|
|
33
|
-
export type {
|
|
34
|
-
export type {
|
|
35
|
-
export type {
|
|
36
|
-
export type {
|
|
37
|
-
export type {
|
|
38
|
-
export type {
|
|
39
|
-
export type {
|
|
40
|
-
export type {
|
|
41
|
-
export type {
|
|
42
|
-
export type {
|
|
43
|
-
export type {
|
|
44
|
-
export type {
|
|
45
|
-
export type {
|
|
46
|
-
export type {
|
|
47
|
-
export type {
|
|
48
|
-
export type {
|
|
49
|
-
export type {
|
|
50
|
-
export type {
|
|
1
|
+
export { UpxButton } from "./UpxButton";
|
|
2
|
+
export { UpxTextField } from "./UpxTextField";
|
|
3
|
+
export { UpxSelect } from "./UpxSelect";
|
|
4
|
+
export { UpxRadio } from "./UpxRadio";
|
|
5
|
+
export { UpxSwitch } from "./UpxSwitch";
|
|
6
|
+
export { UpxCalendar } from "./UpxCalendar";
|
|
7
|
+
export { UpxDatePicker } from "./UpxDatePicker";
|
|
8
|
+
export { UpxToast } from "./UpxToast";
|
|
9
|
+
export { UpxNotification } from "./UpxNotification";
|
|
10
|
+
export { UpxAccordion } from "./UpxAccordion";
|
|
11
|
+
export { UpxBadge } from "./UpxBadge";
|
|
12
|
+
export { UpxCard, UpxCardNode, UpxCardInfo, UpxCardList, UpxCardItem, UpxCardProduct, UpxCardInteractive, UpxCardIndicator, } from "./UpxCard";
|
|
13
|
+
export { UpxCell } from "./UpxCell";
|
|
14
|
+
export { UpxCheckbox } from "./UpxCheckbox";
|
|
15
|
+
export { UpxDataTable } from "./UpxDataTable";
|
|
16
|
+
export { UpxDivider } from "./UpxDivider";
|
|
17
|
+
export { UpxEnvironmentBadge } from "./UpxEnvironmentBadge";
|
|
18
|
+
export { UpxFloatMenu } from "./UpxFloatMenu";
|
|
19
|
+
export { UpxPagination } from "./UpxPagination";
|
|
20
|
+
export { UpxProduct } from "./UpxProduct";
|
|
21
|
+
export { UpxSideBar } from "./UpxSideBar";
|
|
22
|
+
export { UpxStepper } from "./UpxStepper";
|
|
23
|
+
export { UpxTab } from "./UpxTab";
|
|
24
|
+
export { UpxTitleBar } from "./UpxTitleBar";
|
|
25
|
+
export { UpxTooltip } from "./UpxTooltip";
|
|
26
|
+
export { UpxWindow } from "./UpxWindow";
|
|
27
|
+
export type { UpxButtonProps } from "./UpxButton";
|
|
28
|
+
export type { UpxTextFieldProps } from "./UpxTextField";
|
|
29
|
+
export type { UpxSelectProps } from "./UpxSelect";
|
|
30
|
+
export type { UpxRadioProps, UpxRadioOption } from "./UpxRadio";
|
|
31
|
+
export type { UpxSwitchProps } from "./UpxSwitch";
|
|
32
|
+
export type { UpxCalendarProps, UpxCalendarEvent, UpxCalendarDay, } from "./UpxCalendar";
|
|
33
|
+
export type { UpxDatePickerProps, UpxDatePickerDay } from "./UpxDatePicker";
|
|
34
|
+
export type { UpxToastProps } from "./UpxToast";
|
|
35
|
+
export type { UpxNotificationProps } from "./UpxNotification";
|
|
36
|
+
export type { UpxAccordionProps, UpxAccordionItem } from "./UpxAccordion";
|
|
37
|
+
export type { UpxBadgeProps, UpxBadgeType, UpxBadgeVariant, UpxBadgeSize, } from "./UpxBadge";
|
|
38
|
+
export type { UpxDataTableProps, UpxDataTableHeader } from "./UpxDataTable";
|
|
39
|
+
export type { UpxCardProps, UpxCardNodeProps, UpxCardInfoProps, UpxCardListProps, UpxCardItemProps, UpxCardProductProps, UpxCardInteractiveProps, UpxCardIndicatorProps, UpxCardEntityType, UpxCardInfoVariant, } from "./UpxCard";
|
|
40
|
+
export type { UpxCellProps, UpxCellType, UpxCellFormatter } from "./UpxCell";
|
|
41
|
+
export type { UpxCheckboxProps } from "./UpxCheckbox";
|
|
42
|
+
export type { UpxDividerProps } from "./UpxDivider";
|
|
43
|
+
export type { UpxFloatMenuProps, UpxFloatMenuItem } from "./UpxFloatMenu";
|
|
44
|
+
export type { UpxPaginationProps } from "./UpxPagination";
|
|
45
|
+
export type { UpxProductProps, UpxProductType } from "./UpxProduct";
|
|
46
|
+
export type { UpxStepperProps, NavigationItem } from "./UpxStepper";
|
|
47
|
+
export type { UpxTabProps, TabItem } from "./UpxTab";
|
|
48
|
+
export type { UpxTitleBarProps, HeadingType } from "./UpxTitleBar";
|
|
49
|
+
export type { UpxTooltipProps, TooltipSide } from "./UpxTooltip";
|
|
50
|
+
export type { UpxWindowProps } from "./UpxWindow";
|
|
@@ -31,7 +31,7 @@ export interface Toast extends Required<Omit<ToastOptions, "duration">> {
|
|
|
31
31
|
* type: 'success'
|
|
32
32
|
* })
|
|
33
33
|
*/
|
|
34
|
-
export declare function useToast(
|
|
34
|
+
export declare function useToast(_toastRef?: any): {
|
|
35
35
|
toasts: Ref<Toast[], Toast[]>;
|
|
36
36
|
addToast: (options: ToastOptions) => Toast;
|
|
37
37
|
removeToast: (id: number | string) => void;
|
package/dist/install.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import type { App } from "vue";
|
|
2
2
|
import "./styles/index.scss";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
3
|
+
import { UpxAccordion } from "./components/UpxAccordion";
|
|
4
|
+
import { UpxBadge } from "./components/UpxBadge";
|
|
5
|
+
import { UpxButton } from "./components/UpxButton";
|
|
6
|
+
import { UpxCalendar } from "./components/UpxCalendar";
|
|
7
|
+
import { UpxCard } from "./components/UpxCard";
|
|
8
|
+
import { UpxCell } from "./components/UpxCell";
|
|
9
|
+
import { UpxCheckbox } from "./components/UpxCheckbox";
|
|
10
|
+
import { UpxDataTable } from "./components/UpxDataTable";
|
|
11
|
+
import { UpxDatePicker } from "./components/UpxDatePicker";
|
|
12
|
+
import { UpxDivider } from "./components/UpxDivider";
|
|
13
|
+
import { UpxEnvironmentBadge } from "./components/UpxEnvironmentBadge";
|
|
14
|
+
import { UpxFloatMenu } from "./components/UpxFloatMenu";
|
|
15
|
+
import { UpxNotification } from "./components/UpxNotification";
|
|
16
|
+
import { UpxPagination } from "./components/UpxPagination";
|
|
17
|
+
import { UpxProduct } from "./components/UpxProduct";
|
|
18
|
+
import { UpxRadio } from "./components/UpxRadio";
|
|
19
|
+
import { UpxSelect } from "./components/UpxSelect";
|
|
20
|
+
import { UpxSideBar } from "./components/UpxSideBar";
|
|
21
|
+
import { UpxStepper } from "./components/UpxStepper";
|
|
22
|
+
import { UpxSwitch } from "./components/UpxSwitch";
|
|
23
|
+
import { UpxTab } from "./components/UpxTab";
|
|
24
|
+
import { UpxTextField } from "./components/UpxTextField";
|
|
25
|
+
import { UpxTitleBar } from "./components/UpxTitleBar";
|
|
26
|
+
import { UpxToast } from "./components/UpxToast";
|
|
27
|
+
import { UpxTooltip } from "./components/UpxTooltip";
|
|
28
|
+
import { UpxWindow } from "./components/UpxWindow";
|
|
29
29
|
declare const _default: {
|
|
30
30
|
install(app: App, options?: {
|
|
31
31
|
vuetify?: any;
|
|
32
32
|
}): void;
|
|
33
33
|
};
|
|
34
34
|
export default _default;
|
|
35
|
-
export {
|
|
35
|
+
export { UpxAccordion, UpxBadge, UpxButton, UpxCalendar, UpxCard, UpxCell, UpxCheckbox, UpxDataTable, UpxDatePicker, UpxDivider, UpxEnvironmentBadge, UpxFloatMenu, UpxNotification, UpxPagination, UpxProduct, UpxRadio, UpxSelect, UpxSideBar, UpxStepper, UpxSwitch, UpxTab, UpxTextField, UpxTitleBar, UpxToast, UpxTooltip, UpxWindow, };
|