@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.
Files changed (116) hide show
  1. package/README.md +15 -15
  2. package/dist/components/{UpAccordion/UpAccordion.vue.d.ts → UpxAccordion/UpxAccordion.vue.d.ts} +5 -5
  3. package/dist/components/UpxAccordion/index.d.ts +2 -0
  4. package/dist/components/{UpBadge/UpBadge.vue.d.ts → UpxBadge/UpxBadge.vue.d.ts} +9 -9
  5. package/dist/components/UpxBadge/index.d.ts +2 -0
  6. package/dist/components/{UpButton/UpButton.vue.d.ts → UpxButton/UpxButton.vue.d.ts} +3 -3
  7. package/dist/components/UpxButton/index.d.ts +2 -0
  8. package/dist/components/{UpCalendar/UpCalendar.vue.d.ts → UpxCalendar/UpxCalendar.vue.d.ts} +10 -10
  9. package/dist/components/UpxCalendar/index.d.ts +2 -0
  10. package/dist/components/{UpCard/UpCard.vue.d.ts → UpxCard/UpxCard.vue.d.ts} +2 -2
  11. package/dist/components/{UpCard/UpCardIndicator.vue.d.ts → UpxCard/UpxCardIndicator.vue.d.ts} +2 -2
  12. package/dist/components/UpxCard/UpxCardInfo.vue.d.ts +16 -0
  13. package/dist/components/{UpCard/UpCardInteractive.vue.d.ts → UpxCard/UpxCardInteractive.vue.d.ts} +3 -3
  14. package/dist/components/UpxCard/UpxCardItem.vue.d.ts +15 -0
  15. package/dist/components/{UpCard/UpCardNode.vue.d.ts → UpxCard/UpxCardNode.vue.d.ts} +4 -4
  16. package/dist/components/UpxCard/UpxCardProduct.vue.d.ts +16 -0
  17. package/dist/components/UpxCard/index.d.ts +9 -0
  18. package/dist/components/UpxCard/types.d.ts +33 -0
  19. package/dist/components/{UpCell/UpCell.vue.d.ts → UpxCell/UpxCell.vue.d.ts} +3 -3
  20. package/dist/components/UpxCell/index.d.ts +6 -0
  21. package/dist/components/{UpCell → UpxCell}/types.d.ts +6 -6
  22. package/dist/components/{UpCheckbox/UpCheckbox.vue.d.ts → UpxCheckbox/UpxCheckbox.vue.d.ts} +2 -2
  23. package/dist/components/UpxCheckbox/index.d.ts +6 -0
  24. package/dist/components/{UpCheckbox → UpxCheckbox}/types.d.ts +1 -1
  25. package/dist/components/{UpDataTable/UpDataTable.vue.d.ts → UpxDataTable/UpxDataTable.vue.d.ts} +5 -5
  26. package/dist/components/UpxDataTable/index.d.ts +2 -0
  27. package/dist/components/{UpDatePicker/UpDatePicker.vue.d.ts → UpxDatePicker/UpxDatePicker.vue.d.ts} +4 -4
  28. package/dist/components/UpxDatePicker/index.d.ts +2 -0
  29. package/dist/components/UpxDivider/UpxDivider.vue.d.ts +5 -0
  30. package/dist/components/UpxDivider/index.d.ts +2 -0
  31. package/dist/components/{UpDivider → UpxDivider}/types.d.ts +1 -1
  32. package/dist/components/UpxEnvironmentBadge/index.d.ts +1 -0
  33. package/dist/components/{UpFloatMenu/UpFloatMenu.vue.d.ts → UpxFloatMenu/UpxFloatMenu.vue.d.ts} +2 -2
  34. package/dist/components/UpxFloatMenu/index.d.ts +2 -0
  35. package/dist/components/{UpFloatMenu → UpxFloatMenu}/types.d.ts +3 -3
  36. package/dist/components/UpxNotification/UpxNotification.vue.d.ts +11 -0
  37. package/dist/components/UpxNotification/index.d.ts +2 -0
  38. package/dist/components/{UpPagination/UpPagination.vue.d.ts → UpxPagination/UpxPagination.vue.d.ts} +3 -3
  39. package/dist/components/UpxPagination/index.d.ts +2 -0
  40. package/dist/components/{UpPagination → UpxPagination}/types.d.ts +1 -1
  41. package/dist/components/UpxProduct/UpxProduct.vue.d.ts +3 -0
  42. package/dist/components/UpxProduct/index.d.ts +2 -0
  43. package/dist/components/UpxProduct/types.d.ts +7 -0
  44. package/dist/components/{UpRadio/UpRadio.vue.d.ts → UpxRadio/UpxRadio.vue.d.ts} +5 -5
  45. package/dist/components/UpxRadio/index.d.ts +2 -0
  46. package/dist/components/{UpSelect/UpSelect.vue.d.ts → UpxSelect/UpxSelect.vue.d.ts} +3 -3
  47. package/dist/components/UpxSelect/index.d.ts +2 -0
  48. package/dist/components/{UpSelect → UpxSelect}/types.d.ts +1 -1
  49. package/dist/components/{UpSideBar/UpSideBar.vue.d.ts → UpxSideBar/UpxSideBar.vue.d.ts} +5 -5
  50. package/dist/components/UpxSideBar/index.d.ts +2 -0
  51. package/dist/components/{UpSideBar → UpxSideBar}/types.d.ts +3 -3
  52. package/dist/components/{UpStepper/UpStepper.vue.d.ts → UpxStepper/UpxStepper.vue.d.ts} +2 -2
  53. package/dist/components/UpxStepper/index.d.ts +2 -0
  54. package/dist/components/{UpStepper → UpxStepper}/types.d.ts +1 -1
  55. package/dist/components/{UpSwitch/UpSwitch.vue.d.ts → UpxSwitch/UpxSwitch.vue.d.ts} +2 -2
  56. package/dist/components/UpxSwitch/index.d.ts +2 -0
  57. package/dist/components/{UpTab/UpTab.vue.d.ts → UpxTab/UpxTab.vue.d.ts} +2 -2
  58. package/dist/components/UpxTab/index.d.ts +2 -0
  59. package/dist/components/{UpTab → UpxTab}/types.d.ts +1 -1
  60. package/dist/components/{UpTextField/UpTextField.vue.d.ts → UpxTextField/UpxTextField.vue.d.ts} +3 -3
  61. package/dist/components/UpxTextField/index.d.ts +2 -0
  62. package/dist/components/{UpTitleBar/UpTitleBar.vue.d.ts → UpxTitleBar/UpxTitleBar.vue.d.ts} +3 -3
  63. package/dist/components/UpxTitleBar/index.d.ts +2 -0
  64. package/dist/components/{UpTitleBar → UpxTitleBar}/types.d.ts +1 -1
  65. package/dist/components/{UpToast/UpToast.vue.d.ts → UpxToast/UpxToast.vue.d.ts} +3 -3
  66. package/dist/components/UpxToast/index.d.ts +2 -0
  67. package/dist/components/{UpTooltip/UpTooltip.vue.d.ts → UpxTooltip/UpxTooltip.vue.d.ts} +2 -2
  68. package/dist/components/UpxTooltip/index.d.ts +2 -0
  69. package/dist/components/{UpTooltip → UpxTooltip}/types.d.ts +1 -1
  70. package/dist/components/{UpWindow/UpWindow.vue.d.ts → UpxWindow/UpxWindow.vue.d.ts} +2 -2
  71. package/dist/components/UpxWindow/index.d.ts +2 -0
  72. package/dist/components/{UpWindow → UpxWindow}/types.d.ts +1 -1
  73. package/dist/components/index.d.ts +50 -50
  74. package/dist/install.d.ts +27 -27
  75. package/dist/uplexis-ui.css +1 -1
  76. package/dist/uplexis-ui.js +566 -565
  77. package/dist/uplexis-ui.js.map +1 -1
  78. package/dist/uplexis-ui.umd.cjs +3 -3
  79. package/dist/uplexis-ui.umd.cjs.map +1 -1
  80. package/package.json +9 -1
  81. package/dist/components/UpAccordion/index.d.ts +0 -2
  82. package/dist/components/UpBadge/index.d.ts +0 -2
  83. package/dist/components/UpButton/index.d.ts +0 -2
  84. package/dist/components/UpCalendar/index.d.ts +0 -2
  85. package/dist/components/UpCard/UpCardInfo.vue.d.ts +0 -16
  86. package/dist/components/UpCard/UpCardItem.vue.d.ts +0 -15
  87. package/dist/components/UpCard/UpCardProduct.vue.d.ts +0 -16
  88. package/dist/components/UpCard/index.d.ts +0 -9
  89. package/dist/components/UpCard/types.d.ts +0 -33
  90. package/dist/components/UpCell/index.d.ts +0 -6
  91. package/dist/components/UpCheckbox/index.d.ts +0 -6
  92. package/dist/components/UpDataTable/index.d.ts +0 -2
  93. package/dist/components/UpDatePicker/index.d.ts +0 -2
  94. package/dist/components/UpDivider/UpDivider.vue.d.ts +0 -5
  95. package/dist/components/UpDivider/index.d.ts +0 -2
  96. package/dist/components/UpEnvironmentBadge/index.d.ts +0 -1
  97. package/dist/components/UpFloatMenu/index.d.ts +0 -2
  98. package/dist/components/UpNotification/UpNotification.vue.d.ts +0 -11
  99. package/dist/components/UpNotification/index.d.ts +0 -2
  100. package/dist/components/UpPagination/index.d.ts +0 -2
  101. package/dist/components/UpProduct/UpProduct.vue.d.ts +0 -3
  102. package/dist/components/UpProduct/index.d.ts +0 -2
  103. package/dist/components/UpProduct/types.d.ts +0 -7
  104. package/dist/components/UpRadio/index.d.ts +0 -2
  105. package/dist/components/UpSelect/index.d.ts +0 -2
  106. package/dist/components/UpSideBar/index.d.ts +0 -2
  107. package/dist/components/UpStepper/index.d.ts +0 -2
  108. package/dist/components/UpSwitch/index.d.ts +0 -2
  109. package/dist/components/UpTab/index.d.ts +0 -2
  110. package/dist/components/UpTextField/index.d.ts +0 -2
  111. package/dist/components/UpTitleBar/index.d.ts +0 -2
  112. package/dist/components/UpToast/index.d.ts +0 -2
  113. package/dist/components/UpTooltip/index.d.ts +0 -2
  114. package/dist/components/UpWindow/index.d.ts +0 -2
  115. /package/dist/components/{UpCard/UpCardList.vue.d.ts → UpxCard/UpxCardList.vue.d.ts} +0 -0
  116. /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.1.1-qa.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,2 +0,0 @@
1
- export { default as UpAccordion } from "./UpAccordion.vue";
2
- export type { UpAccordionProps, UpAccordionItem } from "./UpAccordion.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpBadge } from "./UpBadge.vue";
2
- export type { UpBadgeProps, UpBadgeType, UpBadgeVariant, UpBadgeSize, } from "./UpBadge.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpButton } from "./UpButton.vue";
2
- export type { UpButtonProps } from "./UpButton.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpCalendar } from "./UpCalendar.vue";
2
- export type { UpCalendarProps, UpCalendarEvent, UpCalendarDay, } from "./UpCalendar.vue";
@@ -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,6 +0,0 @@
1
- /**
2
- * UpCell - Componente de célula versátil
3
- * Compatível com @aplicativo/uplexis-ui v1.7.7
4
- */
5
- export { default as UpCell } from "./UpCell.vue";
6
- export type { UpCellProps, UpCellType, UpCellFormatter } from "./types";
@@ -1,6 +0,0 @@
1
- /**
2
- * UpCheckbox - Componente de checkbox customizado
3
- * Compatível com @aplicativo/uplexis-ui v1.7.7
4
- */
5
- export { default as UpCheckbox } from "./UpCheckbox.vue";
6
- export type { UpCheckboxProps } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpDataTable } from "./UpDataTable.vue";
2
- export type { UpDataTableProps, UpDataTableHeader } from "./UpDataTable.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpDatePicker } from "./UpDatePicker.vue";
2
- export type { UpDatePickerProps, UpDatePickerDay } from "./UpDatePicker.vue";
@@ -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,2 +0,0 @@
1
- export { default as UpDivider } from "./UpDivider.vue";
2
- export * from "./types";
@@ -1 +0,0 @@
1
- export { default as UpEnvironmentBadge } from "./UpEnvironmentBadge.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpFloatMenu } from "./UpFloatMenu.vue";
2
- export * from "./types";
@@ -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,2 +0,0 @@
1
- export { default as UpNotification } from "./UpNotification.vue";
2
- export type { UpNotificationProps } from "./UpNotification.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpPagination } from "./UpPagination.vue";
2
- export type { UpPaginationProps } from "./types";
@@ -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,2 +0,0 @@
1
- export { default as UpProduct } from "./UpProduct.vue";
2
- export type { UpProductProps, UpProductType } from "./types";
@@ -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
- }
@@ -1,2 +0,0 @@
1
- export { default as UpRadio } from "./UpRadio.vue";
2
- export type { UpRadioProps, UpRadioOption } from "./UpRadio.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpSelect } from "./UpSelect.vue";
2
- export type { UpSelectProps } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpSideBar } from "./UpSideBar.vue";
2
- export type { UpSideBarProps, UpSideBarItem } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpStepper } from "./UpStepper.vue";
2
- export type { UpStepperProps, NavigationItem } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpSwitch } from "./UpSwitch.vue";
2
- export type { UpSwitchProps } from "./UpSwitch.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpTab } from "./UpTab.vue";
2
- export type { UpTabProps, TabItem } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpTextField } from "./UpTextField.vue";
2
- export type { UpTextFieldProps } from "./UpTextField.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpTitleBar } from "./UpTitleBar.vue";
2
- export type { UpTitleBarProps, HeadingType } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpToast } from "./UpToast.vue";
2
- export type { UpToastProps } from "./UpToast.vue";
@@ -1,2 +0,0 @@
1
- export { default as UpTooltip } from "./UpTooltip.vue";
2
- export type { UpTooltipProps, TooltipSide } from "./types";
@@ -1,2 +0,0 @@
1
- export { default as UpWindow } from "./UpWindow.vue";
2
- export type { UpWindowProps } from "./types";