@up-packages/ui 0.1.1-qa.0 → 0.2.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 +15 -15
- 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} +5 -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/install.d.ts +27 -27
- package/dist/uplexis-ui.css +1 -1
- package/dist/uplexis-ui.js +566 -565
- 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 +9 -1
- 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
package/package.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up-packages/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Biblioteca de componentes Vue 3 + Vuetify para Uplexis",
|
|
7
7
|
"author": "Uplexis",
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public",
|
|
11
|
+
"registry": "https://registry.npmjs.org/"
|
|
12
|
+
},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://gitlabcode.uplexis.com.br/aplicativo/new-uplexis-ui.git"
|
|
16
|
+
},
|
|
9
17
|
"keywords": [
|
|
10
18
|
"vue",
|
|
11
19
|
"vuetify",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { UpCardInfoVariant } from "./types";
|
|
2
|
-
export interface UpCardInfoProps {
|
|
3
|
-
variant: UpCardInfoVariant;
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_1: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_1) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<UpCardInfoProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpCardInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface UpCardItemProps {
|
|
2
|
-
variant?: "button";
|
|
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<UpCardItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpCardItemProps> & 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
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface UpCardProductProps {
|
|
2
|
-
variant: "product" | "custom";
|
|
3
|
-
size: "lg" | "sm";
|
|
4
|
-
}
|
|
5
|
-
declare var __VLS_1: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_1) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<UpCardProductProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpCardProductProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { default as UpCard } from "./UpCard.vue";
|
|
2
|
-
export { default as UpCardNode } from "./UpCardNode.vue";
|
|
3
|
-
export { default as UpCardInfo } from "./UpCardInfo.vue";
|
|
4
|
-
export { default as UpCardList } from "./UpCardList.vue";
|
|
5
|
-
export { default as UpCardItem } from "./UpCardItem.vue";
|
|
6
|
-
export { default as UpCardProduct } from "./UpCardProduct.vue";
|
|
7
|
-
export { default as UpCardInteractive } from "./UpCardInteractive.vue";
|
|
8
|
-
export { default as UpCardIndicator } from "./UpCardIndicator.vue";
|
|
9
|
-
export * from "./types";
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export type UpCardEntityType = "PF" | "PF-admin" | "SP" | "PEP" | "PJ" | "PJ-filial" | "ADM-PEP-SP" | "custom";
|
|
2
|
-
export type UpCardInfoVariant = "CNPJ" | "Protestos" | "Remuneracao" | "Transparencia" | "RendaPresumida" | "ChequesSemFundo" | "ParticipacaoEmEmpresas" | "Falencia" | "Orgao" | "PEP";
|
|
3
|
-
export interface UpCardNodeProps {
|
|
4
|
-
type: "node";
|
|
5
|
-
variant: UpCardEntityType;
|
|
6
|
-
bordered?: boolean;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface UpCardInfoProps {
|
|
10
|
-
type: "info";
|
|
11
|
-
variant: UpCardInfoVariant;
|
|
12
|
-
}
|
|
13
|
-
export interface UpCardListProps {
|
|
14
|
-
type: "list";
|
|
15
|
-
}
|
|
16
|
-
export interface UpCardItemProps {
|
|
17
|
-
type: "item";
|
|
18
|
-
variant?: "button";
|
|
19
|
-
}
|
|
20
|
-
export interface UpCardProductProps {
|
|
21
|
-
type: "product";
|
|
22
|
-
variant: "product" | "custom";
|
|
23
|
-
size: "lg" | "sm";
|
|
24
|
-
}
|
|
25
|
-
export interface UpCardInteractiveProps {
|
|
26
|
-
type: "interactive";
|
|
27
|
-
variant: "positive" | "negative" | "neutral";
|
|
28
|
-
}
|
|
29
|
-
export interface UpCardIndicatorProps {
|
|
30
|
-
type: "indicator";
|
|
31
|
-
level?: "low" | "medium" | "high" | "error";
|
|
32
|
-
}
|
|
33
|
-
export type UpCardProps = UpCardNodeProps | UpCardInfoProps | UpCardListProps | UpCardItemProps | UpCardProductProps | UpCardInteractiveProps | UpCardIndicatorProps;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { UpDividerProps } from "./types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UpDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpDividerProps> & Readonly<{}>, {
|
|
3
|
-
direction: "horizontal" | "vertical";
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as UpEnvironmentBadge } from "./UpEnvironmentBadge.vue";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface UpNotificationProps {
|
|
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<UpNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpNotificationProps> & Readonly<{}>, {
|
|
9
|
-
isRead: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { UpProductProps } from "./types";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<UpProductProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpProductProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type UpProductType = "upAcademy" | "UpLink" | "UpScore" | "UpMatch" | "Certidoes" | "RG" | "Ficha" | "Dossie" | "UpSearch" | "UpMap" | "UpFlag" | "Veiculos" | "Imoveis" | "EnrDados" | "UpJuris" | "UpFolder" | "UpMonitor" | "MktApi" | "Societario" | "Balanco" | "Historico";
|
|
2
|
-
export interface UpProductProps {
|
|
3
|
-
/**
|
|
4
|
-
* Tipo do produto Uplexis a ser exibido
|
|
5
|
-
*/
|
|
6
|
-
type: UpProductType;
|
|
7
|
-
}
|
|
File without changes
|