@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
@@ -1,4 +1,4 @@
1
- import type { UpPaginationProps } from "./types";
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<UpPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<UpPaginationProps> & 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,2 @@
1
+ export { default as UpxPagination } from "./UpxPagination.vue";
2
+ export type { UpxPaginationProps } from "./types";
@@ -1,4 +1,4 @@
1
- export interface UpPaginationProps {
1
+ export interface UpxPaginationProps {
2
2
  /**
3
3
  * Número total de itens a serem paginados
4
4
  */
@@ -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,2 @@
1
+ export { default as UpxProduct } from "./UpxProduct.vue";
2
+ export type { UpxProductProps, UpxProductType } from "./types";
@@ -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 UpRadioOption {
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 UpRadioProps {
7
+ export interface UpxRadioProps {
8
8
  modelValue?: string | number | boolean | null;
9
9
  id?: string;
10
- options: (string | UpRadioOption)[];
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<UpRadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<UpRadioProps> & 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;
@@ -0,0 +1,2 @@
1
+ export { default as UpxRadio } from "./UpxRadio.vue";
2
+ export type { UpxRadioProps, UpxRadioOption } from "./UpxRadio.vue";
@@ -1,4 +1,4 @@
1
- export interface UpSelectProps {
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<UpSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<UpSelectProps> & 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;
@@ -0,0 +1,2 @@
1
+ export { default as UpxSelect } from "./UpxSelect.vue";
2
+ export type { UpxSelectProps } from "./types";
@@ -1,4 +1,4 @@
1
- export interface UpSelectProps {
1
+ export interface UpxSelectProps {
2
2
  /**
3
3
  * Nome da propriedade do objeto que será exibida como label
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { UpSideBarProps, UpSideBarItem } from "./types";
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<UpSideBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- itemClick: (item: UpSideBarItem) => any;
12
- }, string, import("vue").PublicProps, Readonly<UpSideBarProps> & Readonly<{
13
- onItemClick?: ((item: UpSideBarItem) => any) | undefined;
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>;
@@ -0,0 +1,2 @@
1
+ export { default as UpxSideBar } from "./UpxSideBar.vue";
2
+ export type { UpxSideBarProps, UpxSideBarItem } from "./types";
@@ -1,11 +1,11 @@
1
- export interface UpSideBarItem {
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 UpSideBarProps {
9
- items: UpSideBarItem[];
8
+ export interface UpxSideBarProps {
9
+ items: UpxSideBarItem[];
10
10
  to?: string;
11
11
  }
@@ -1,5 +1,5 @@
1
- import type { NavigationItem, UpStepperProps } from "./types";
2
- type __VLS_Props = UpStepperProps;
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
  };
@@ -0,0 +1,2 @@
1
+ export { default as UpxStepper } from "./UpxStepper.vue";
2
+ export type { UpxStepperProps, NavigationItem } from "./types";
@@ -4,6 +4,6 @@ export interface NavigationItem {
4
4
  active?: boolean;
5
5
  disabled?: boolean;
6
6
  }
7
- export interface UpStepperProps {
7
+ export interface UpxStepperProps {
8
8
  items: NavigationItem[];
9
9
  }
@@ -1,9 +1,9 @@
1
- export interface UpSwitchProps {
1
+ export interface UpxSwitchProps {
2
2
  id?: string;
3
3
  onLabel?: string;
4
4
  offLabel?: string;
5
5
  }
6
- type __VLS_Props = UpSwitchProps;
6
+ type __VLS_Props = UpxSwitchProps;
7
7
  type __VLS_PublicProps = __VLS_Props & {
8
8
  "state"?: boolean;
9
9
  };
@@ -0,0 +1,2 @@
1
+ export { default as UpxSwitch } from "./UpxSwitch.vue";
2
+ export type { UpxSwitchProps } from "./UpxSwitch.vue";
@@ -1,5 +1,5 @@
1
- import type { UpTabProps } from "./types";
2
- type __VLS_Props = UpTabProps;
1
+ import type { UpxTabProps } from "./types";
2
+ type __VLS_Props = UpxTabProps;
3
3
  type __VLS_PublicProps = __VLS_Props & {
4
4
  "tab"?: string;
5
5
  };
@@ -0,0 +1,2 @@
1
+ export { default as UpxTab } from "./UpxTab.vue";
2
+ export type { UpxTabProps, TabItem } from "./types";
@@ -3,7 +3,7 @@ export interface TabItem {
3
3
  value: string;
4
4
  icon?: string;
5
5
  }
6
- export interface UpTabProps {
6
+ export interface UpxTabProps {
7
7
  items: TabItem[];
8
8
  showArrows: boolean;
9
9
  nextIcon?: string;
@@ -1,4 +1,4 @@
1
- export interface UpTextFieldProps {
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<UpTextFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<UpTextFieldProps> & 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;
@@ -0,0 +1,2 @@
1
+ export { default as UpxTextField } from "./UpxTextField.vue";
2
+ export type { UpxTextFieldProps } from "./UpxTextField.vue";
@@ -1,7 +1,7 @@
1
- import type { UpTitleBarProps } from "./types";
2
- declare const _default: import("vue").DefineComponent<UpTitleBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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<UpTitleBarProps> & Readonly<{
4
+ }, string, import("vue").PublicProps, Readonly<UpxTitleBarProps> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  }>, {
7
7
  disabled: boolean;
@@ -0,0 +1,2 @@
1
+ export { default as UpxTitleBar } from "./UpxTitleBar.vue";
2
+ export type { UpxTitleBarProps, HeadingType } from "./types";
@@ -1,5 +1,5 @@
1
1
  export type HeadingType = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
2
- export interface UpTitleBarProps {
2
+ export interface UpxTitleBarProps {
3
3
  prependIcon?: string;
4
4
  closeable?: boolean;
5
5
  disabled?: boolean;
@@ -1,4 +1,4 @@
1
- export interface UpToastProps {
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<UpToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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<UpToastProps> & Readonly<{
24
+ }, string, import("vue").PublicProps, Readonly<UpxToastProps> & Readonly<{
25
25
  onClose?: (() => any) | undefined;
26
26
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
27
27
  }>, {
@@ -0,0 +1,2 @@
1
+ export { default as UpxToast } from "./UpxToast.vue";
2
+ export type { UpxToastProps } from "./UpxToast.vue";
@@ -1,11 +1,11 @@
1
- import type { UpTooltipProps } from "./types";
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<UpTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpTooltipProps> & Readonly<{}>, {
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;
@@ -0,0 +1,2 @@
1
+ export { default as UpxTooltip } from "./UpxTooltip.vue";
2
+ export type { UpxTooltipProps, TooltipSide } from "./types";
@@ -1,5 +1,5 @@
1
1
  export type TooltipSide = "top" | "right" | "bottom" | "left";
2
- export interface UpTooltipProps {
2
+ export interface UpxTooltipProps {
3
3
  side?: TooltipSide;
4
4
  delay?: number;
5
5
  tooltipText?: string;
@@ -1,6 +1,6 @@
1
- import type { UpWindowProps } from "./types";
1
+ import type { UpxWindowProps } from "./types";
2
2
  type __VLS_Props = {
3
- props: UpWindowProps;
3
+ props: UpxWindowProps;
4
4
  };
5
5
  declare var __VLS_9: {}, __VLS_11: {};
6
6
  type __VLS_Slots = {} & {
@@ -0,0 +1,2 @@
1
+ export { default as UpxWindow } from "./UpxWindow.vue";
2
+ export type { UpxWindowProps } from "./types";
@@ -12,5 +12,5 @@ type Window = {
12
12
  disabled?: boolean;
13
13
  scrollable?: boolean;
14
14
  };
15
- export type UpWindowProps = Modal | Window;
15
+ export type UpxWindowProps = Modal | Window;
16
16
  export {};
@@ -1,50 +1,50 @@
1
- export { UpButton } from "./UpButton";
2
- export { UpTextField } from "./UpTextField";
3
- export { UpSelect } from "./UpSelect";
4
- export { UpRadio } from "./UpRadio";
5
- export { UpSwitch } from "./UpSwitch";
6
- export { UpCalendar } from "./UpCalendar";
7
- export { UpDatePicker } from "./UpDatePicker";
8
- export { UpToast } from "./UpToast";
9
- export { UpNotification } from "./UpNotification";
10
- export { UpAccordion } from "./UpAccordion";
11
- export { UpBadge } from "./UpBadge";
12
- export { UpCard, UpCardNode, UpCardInfo, UpCardList, UpCardItem, UpCardProduct, UpCardInteractive, UpCardIndicator, } from "./UpCard";
13
- export { UpCell } from "./UpCell";
14
- export { UpCheckbox } from "./UpCheckbox";
15
- export { UpDataTable } from "./UpDataTable";
16
- export { UpDivider } from "./UpDivider";
17
- export { UpEnvironmentBadge } from "./UpEnvironmentBadge";
18
- export { UpFloatMenu } from "./UpFloatMenu";
19
- export { UpPagination } from "./UpPagination";
20
- export { UpProduct } from "./UpProduct";
21
- export { UpSideBar } from "./UpSideBar";
22
- export { UpStepper } from "./UpStepper";
23
- export { UpTab } from "./UpTab";
24
- export { UpTitleBar } from "./UpTitleBar";
25
- export { UpTooltip } from "./UpTooltip";
26
- export { UpWindow } from "./UpWindow";
27
- export type { UpButtonProps } from "./UpButton";
28
- export type { UpTextFieldProps } from "./UpTextField";
29
- export type { UpSelectProps } from "./UpSelect";
30
- export type { UpRadioProps, UpRadioOption } from "./UpRadio";
31
- export type { UpSwitchProps } from "./UpSwitch";
32
- export type { UpCalendarProps, UpCalendarEvent, UpCalendarDay, } from "./UpCalendar";
33
- export type { UpDatePickerProps, UpDatePickerDay } from "./UpDatePicker";
34
- export type { UpToastProps } from "./UpToast";
35
- export type { UpNotificationProps } from "./UpNotification";
36
- export type { UpAccordionProps, UpAccordionItem } from "./UpAccordion";
37
- export type { UpBadgeProps, UpBadgeType, UpBadgeVariant, UpBadgeSize, } from "./UpBadge";
38
- export type { UpDataTableProps, UpDataTableHeader } from "./UpDataTable";
39
- export type { UpCardProps, UpCardNodeProps, UpCardInfoProps, UpCardListProps, UpCardItemProps, UpCardProductProps, UpCardInteractiveProps, UpCardIndicatorProps, UpCardEntityType, UpCardInfoVariant, } from "./UpCard";
40
- export type { UpCellProps, UpCellType, UpCellFormatter } from "./UpCell";
41
- export type { UpCheckboxProps } from "./UpCheckbox";
42
- export type { UpDividerProps } from "./UpDivider";
43
- export type { UpFloatMenuProps, UpFloatMenuItem } from "./UpFloatMenu";
44
- export type { UpPaginationProps } from "./UpPagination";
45
- export type { UpProductProps, UpProductType } from "./UpProduct";
46
- export type { UpStepperProps, NavigationItem } from "./UpStepper";
47
- export type { UpTabProps, TabItem } from "./UpTab";
48
- export type { UpTitleBarProps, HeadingType } from "./UpTitleBar";
49
- export type { UpTooltipProps, TooltipSide } from "./UpTooltip";
50
- export type { UpWindowProps } from "./UpWindow";
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";
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 { UpAccordion } from "./components/UpAccordion";
4
- import { UpBadge } from "./components/UpBadge";
5
- import { UpButton } from "./components/UpButton";
6
- import { UpCalendar } from "./components/UpCalendar";
7
- import { UpCard } from "./components/UpCard";
8
- import { UpCell } from "./components/UpCell";
9
- import { UpCheckbox } from "./components/UpCheckbox";
10
- import { UpDataTable } from "./components/UpDataTable";
11
- import { UpDatePicker } from "./components/UpDatePicker";
12
- import { UpDivider } from "./components/UpDivider";
13
- import { UpEnvironmentBadge } from "./components/UpEnvironmentBadge";
14
- import { UpFloatMenu } from "./components/UpFloatMenu";
15
- import { UpNotification } from "./components/UpNotification";
16
- import { UpPagination } from "./components/UpPagination";
17
- import { UpProduct } from "./components/UpProduct";
18
- import { UpRadio } from "./components/UpRadio";
19
- import { UpSelect } from "./components/UpSelect";
20
- import { UpSideBar } from "./components/UpSideBar";
21
- import { UpStepper } from "./components/UpStepper";
22
- import { UpSwitch } from "./components/UpSwitch";
23
- import { UpTab } from "./components/UpTab";
24
- import { UpTextField } from "./components/UpTextField";
25
- import { UpTitleBar } from "./components/UpTitleBar";
26
- import { UpToast } from "./components/UpToast";
27
- import { UpTooltip } from "./components/UpTooltip";
28
- import { UpWindow } from "./components/UpWindow";
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 { UpAccordion, UpBadge, UpButton, UpCalendar, UpCard, UpCell, UpCheckbox, UpDataTable, UpDatePicker, UpDivider, UpEnvironmentBadge, UpFloatMenu, UpNotification, UpPagination, UpProduct, UpRadio, UpSelect, UpSideBar, UpStepper, UpSwitch, UpTab, UpTextField, UpTitleBar, UpToast, UpTooltip, UpWindow, };
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, };