@up-packages/ui 0.4.0-dev → 0.4.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 (113) hide show
  1. package/README.md +0 -15
  2. package/dist/components/UpxAlert/UpxAlert.vue.d.ts +19 -0
  3. package/dist/components/UpxAlert/UpxAlertDescription.vue.d.ts +12 -0
  4. package/dist/components/UpxAlert/UpxAlertTitle.vue.d.ts +12 -0
  5. package/dist/components/UpxAlert/index.d.ts +3 -0
  6. package/dist/components/UpxAlertDialog/UpxAlertDialog.vue.d.ts +29 -0
  7. package/dist/components/UpxAlertDialog/UpxAlertDialogAction.vue.d.ts +19 -0
  8. package/dist/components/UpxAlertDialog/UpxAlertDialogCancel.vue.d.ts +16 -0
  9. package/dist/components/UpxAlertDialog/UpxAlertDialogDescription.vue.d.ts +12 -0
  10. package/dist/components/UpxAlertDialog/UpxAlertDialogFooter.vue.d.ts +12 -0
  11. package/dist/components/UpxAlertDialog/UpxAlertDialogHeader.vue.d.ts +12 -0
  12. package/dist/components/UpxAlertDialog/UpxAlertDialogTitle.vue.d.ts +12 -0
  13. package/dist/components/UpxAlertDialog/index.d.ts +7 -0
  14. package/dist/components/UpxAspectRatio/UpxAspectRatio.vue.d.ts +17 -0
  15. package/dist/components/UpxAspectRatio/index.d.ts +1 -0
  16. package/dist/components/UpxAvatar/UpxAvatar.vue.d.ts +26 -0
  17. package/dist/components/UpxAvatar/index.d.ts +1 -0
  18. package/dist/components/UpxBadge/UpxBadge.vue.d.ts +1 -1
  19. package/dist/components/UpxBreadcrumb/UpxBreadcrumb.vue.d.ts +21 -0
  20. package/dist/components/UpxBreadcrumb/UpxBreadcrumbEllipsis.vue.d.ts +2 -0
  21. package/dist/components/UpxBreadcrumb/UpxBreadcrumbItem.vue.d.ts +12 -0
  22. package/dist/components/UpxBreadcrumb/UpxBreadcrumbLink.vue.d.ts +23 -0
  23. package/dist/components/UpxBreadcrumb/UpxBreadcrumbList.vue.d.ts +12 -0
  24. package/dist/components/UpxBreadcrumb/UpxBreadcrumbPage.vue.d.ts +12 -0
  25. package/dist/components/UpxBreadcrumb/UpxBreadcrumbSeparator.vue.d.ts +12 -0
  26. package/dist/components/UpxBreadcrumb/index.d.ts +7 -0
  27. package/dist/components/UpxButton/UpxButton.vue.d.ts +9 -4
  28. package/dist/components/UpxCard/UpxCardAction.vue.d.ts +15 -0
  29. package/dist/components/UpxCard/UpxCardContent.vue.d.ts +15 -0
  30. package/dist/components/UpxCard/UpxCardDescription.vue.d.ts +15 -0
  31. package/dist/components/UpxCard/UpxCardFooter.vue.d.ts +15 -0
  32. package/dist/components/UpxCard/UpxCardHeader.vue.d.ts +15 -0
  33. package/dist/components/UpxCard/UpxCardSimple.vue.d.ts +23 -0
  34. package/dist/components/UpxCard/UpxCardTitle.vue.d.ts +15 -0
  35. package/dist/components/UpxCard/index.d.ts +7 -0
  36. package/dist/components/UpxCarousel/UpxCarousel.vue.d.ts +36 -0
  37. package/dist/components/UpxCarousel/UpxCarouselContent.vue.d.ts +12 -0
  38. package/dist/components/UpxCarousel/UpxCarouselItem.vue.d.ts +15 -0
  39. package/dist/components/UpxCarousel/index.d.ts +3 -0
  40. package/dist/components/UpxCollapsible/UpxCollapsible.vue.d.ts +32 -0
  41. package/dist/components/UpxCollapsible/UpxCollapsibleContent.vue.d.ts +12 -0
  42. package/dist/components/UpxCollapsible/UpxCollapsibleTrigger.vue.d.ts +12 -0
  43. package/dist/components/UpxCollapsible/index.d.ts +3 -0
  44. package/dist/components/UpxCommand/UpxCommand.vue.d.ts +27 -0
  45. package/dist/components/UpxCommand/UpxCommandDialog.vue.d.ts +35 -0
  46. package/dist/components/UpxCommand/UpxCommandEmpty.vue.d.ts +17 -0
  47. package/dist/components/UpxCommand/UpxCommandGroup.vue.d.ts +15 -0
  48. package/dist/components/UpxCommand/UpxCommandInput.vue.d.ts +5 -0
  49. package/dist/components/UpxCommand/UpxCommandItem.vue.d.ts +25 -0
  50. package/dist/components/UpxCommand/UpxCommandList.vue.d.ts +17 -0
  51. package/dist/components/UpxCommand/UpxCommandSeparator.vue.d.ts +2 -0
  52. package/dist/components/UpxCommand/UpxCommandShortcut.vue.d.ts +12 -0
  53. package/dist/components/UpxCommand/index.d.ts +9 -0
  54. package/dist/components/UpxContextMenu/UpxContextMenu.vue.d.ts +25 -0
  55. package/dist/components/UpxContextMenu/UpxContextMenuItem.vue.d.ts +28 -0
  56. package/dist/components/UpxContextMenu/UpxContextMenuLabel.vue.d.ts +17 -0
  57. package/dist/components/UpxContextMenu/UpxContextMenuSeparator.vue.d.ts +2 -0
  58. package/dist/components/UpxContextMenu/index.d.ts +4 -0
  59. package/dist/components/UpxDataTable/UpxDataTable.vue.d.ts +37 -1
  60. package/dist/components/UpxDatePicker/UpxDatePicker.vue.d.ts +7 -3
  61. package/dist/components/UpxDialog/UpxDialog.vue.d.ts +35 -0
  62. package/dist/components/UpxDialog/UpxDialogContent.vue.d.ts +12 -0
  63. package/dist/components/UpxDialog/UpxDialogDescription.vue.d.ts +12 -0
  64. package/dist/components/UpxDialog/UpxDialogFooter.vue.d.ts +12 -0
  65. package/dist/components/UpxDialog/UpxDialogHeader.vue.d.ts +12 -0
  66. package/dist/components/UpxDialog/UpxDialogTitle.vue.d.ts +12 -0
  67. package/dist/components/UpxDialog/index.d.ts +6 -0
  68. package/dist/components/UpxDrawer/UpxDrawer.vue.d.ts +32 -0
  69. package/dist/components/UpxDrawer/UpxDrawerClose.vue.d.ts +6 -0
  70. package/dist/components/UpxDrawer/UpxDrawerContent.vue.d.ts +12 -0
  71. package/dist/components/UpxDrawer/UpxDrawerDescription.vue.d.ts +12 -0
  72. package/dist/components/UpxDrawer/UpxDrawerFooter.vue.d.ts +12 -0
  73. package/dist/components/UpxDrawer/UpxDrawerHeader.vue.d.ts +12 -0
  74. package/dist/components/UpxDrawer/UpxDrawerTitle.vue.d.ts +12 -0
  75. package/dist/components/UpxDrawer/index.d.ts +7 -0
  76. package/dist/components/UpxDropdownMenu/UpxDropdownMenu.vue.d.ts +32 -0
  77. package/dist/components/UpxDropdownMenu/UpxDropdownMenuItem.vue.d.ts +29 -0
  78. package/dist/components/UpxDropdownMenu/UpxDropdownMenuLabel.vue.d.ts +17 -0
  79. package/dist/components/UpxDropdownMenu/UpxDropdownMenuSeparator.vue.d.ts +2 -0
  80. package/dist/components/UpxDropdownMenu/index.d.ts +4 -0
  81. package/dist/components/UpxPopover/UpxPopover.vue.d.ts +38 -0
  82. package/dist/components/UpxPopover/index.d.ts +1 -0
  83. package/dist/components/UpxProgress/UpxProgress.vue.d.ts +26 -0
  84. package/dist/components/UpxProgress/index.d.ts +1 -0
  85. package/dist/components/UpxRadio/UpxRadio.vue.d.ts +2 -2
  86. package/dist/components/UpxResizable/UpxResizableHandle.vue.d.ts +9 -0
  87. package/dist/components/UpxResizable/UpxResizablePanel.vue.d.ts +25 -0
  88. package/dist/components/UpxResizable/UpxResizablePanelGroup.vue.d.ts +18 -0
  89. package/dist/components/UpxResizable/index.d.ts +3 -0
  90. package/dist/components/UpxRiskLevel/UpxRiskCard.vue.d.ts +32 -0
  91. package/dist/components/UpxRiskLevel/UpxRiskCriteria.vue.d.ts +23 -0
  92. package/dist/components/UpxRiskLevel/UpxRiskFinding.vue.d.ts +16 -0
  93. package/dist/components/UpxRiskLevel/UpxRiskLevel.vue.d.ts +13 -0
  94. package/dist/components/UpxRiskLevel/UpxRiskScore.vue.d.ts +22 -0
  95. package/dist/components/UpxRiskLevel/index.d.ts +10 -0
  96. package/dist/components/UpxSelect/UpxSelect.vue.d.ts +3 -1
  97. package/dist/components/UpxSkeleton/UpxSkeleton.vue.d.ts +30 -0
  98. package/dist/components/UpxSkeleton/index.d.ts +1 -0
  99. package/dist/components/UpxTextField/UpxTextField.vue.d.ts +7 -5
  100. package/dist/components/UpxTextarea/UpxTextarea.vue.d.ts +69 -0
  101. package/dist/components/UpxTextarea/index.d.ts +2 -0
  102. package/dist/components/index.d.ts +2 -0
  103. package/dist/composables/useToast.d.ts +1 -1
  104. package/dist/install.d.ts +20 -2
  105. package/dist/plugins/vuetify.d.ts +0 -1
  106. package/dist/up-ui.css +5 -0
  107. package/dist/uplexis-ui.js +14130 -10185
  108. package/dist/uplexis-ui.js.map +1 -1
  109. package/dist/uplexis-ui.umd.cjs +4 -4
  110. package/dist/uplexis-ui.umd.cjs.map +1 -1
  111. package/dist/utils/formatters.d.ts +5 -4
  112. package/package.json +4 -2
  113. package/dist/uplexis-ui.css +0 -5
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,7 @@
1
+ export { default as UpxDrawer } from "./UpxDrawer.vue";
2
+ export { default as UpxDrawerHeader } from "./UpxDrawerHeader.vue";
3
+ export { default as UpxDrawerTitle } from "./UpxDrawerTitle.vue";
4
+ export { default as UpxDrawerDescription } from "./UpxDrawerDescription.vue";
5
+ export { default as UpxDrawerContent } from "./UpxDrawerContent.vue";
6
+ export { default as UpxDrawerFooter } from "./UpxDrawerFooter.vue";
7
+ export { default as UpxDrawerClose } from "./UpxDrawerClose.vue";
@@ -0,0 +1,32 @@
1
+ export type UpxDropdownMenuLocation = "top" | "bottom" | "start" | "end" | "top start" | "top end" | "bottom start" | "bottom end";
2
+ export interface UpxDropdownMenuProps {
3
+ modelValue?: boolean;
4
+ closeOnContentClick?: boolean;
5
+ location?: UpxDropdownMenuLocation;
6
+ offset?: number | string;
7
+ }
8
+ declare var __VLS_6: {
9
+ [x: string]: any;
10
+ }, __VLS_12: {};
11
+ type __VLS_Slots = {} & {
12
+ trigger?: (props: typeof __VLS_6) => any;
13
+ } & {
14
+ default?: (props: typeof __VLS_12) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<UpxDropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ "update:modelValue": (value: boolean) => any;
18
+ }, string, import("vue").PublicProps, Readonly<UpxDropdownMenuProps> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20
+ }>, {
21
+ modelValue: boolean;
22
+ location: UpxDropdownMenuLocation;
23
+ closeOnContentClick: boolean;
24
+ offset: number | string;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,29 @@
1
+ export type UpxDropdownMenuItemVariant = "default" | "destructive";
2
+ export interface UpxDropdownMenuItemProps {
3
+ variant?: UpxDropdownMenuItemVariant;
4
+ disabled?: boolean;
5
+ inset?: boolean;
6
+ prependIcon?: string;
7
+ appendIcon?: string;
8
+ shortcut?: string;
9
+ }
10
+ declare var __VLS_14: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_14) => any;
13
+ };
14
+ declare const __VLS_component: import("vue").DefineComponent<UpxDropdownMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ click: () => any;
16
+ }, string, import("vue").PublicProps, Readonly<UpxDropdownMenuItemProps> & Readonly<{
17
+ onClick?: (() => any) | undefined;
18
+ }>, {
19
+ variant: UpxDropdownMenuItemVariant;
20
+ disabled: boolean;
21
+ inset: boolean;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
+ export default _default;
25
+ type __VLS_WithSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,17 @@
1
+ export interface UpxDropdownMenuLabelProps {
2
+ inset?: boolean;
3
+ }
4
+ declare var __VLS_6: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_6) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<UpxDropdownMenuLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxDropdownMenuLabelProps> & Readonly<{}>, {
9
+ inset: boolean;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as UpxDropdownMenu } from "./UpxDropdownMenu.vue";
2
+ export { default as UpxDropdownMenuItem } from "./UpxDropdownMenuItem.vue";
3
+ export { default as UpxDropdownMenuLabel } from "./UpxDropdownMenuLabel.vue";
4
+ export { default as UpxDropdownMenuSeparator } from "./UpxDropdownMenuSeparator.vue";
@@ -0,0 +1,38 @@
1
+ export type UpxPopoverLocation = "top" | "bottom" | "start" | "end" | "top start" | "top end" | "bottom start" | "bottom end";
2
+ export interface UpxPopoverProps {
3
+ modelValue?: boolean;
4
+ closeOnContentClick?: boolean;
5
+ location?: UpxPopoverLocation;
6
+ offset?: number | string;
7
+ openOnHover?: boolean;
8
+ openDelay?: number;
9
+ closeDelay?: number;
10
+ }
11
+ declare var __VLS_6: {
12
+ [x: string]: any;
13
+ }, __VLS_12: {};
14
+ type __VLS_Slots = {} & {
15
+ trigger?: (props: typeof __VLS_6) => any;
16
+ } & {
17
+ default?: (props: typeof __VLS_12) => any;
18
+ };
19
+ declare const __VLS_component: import("vue").DefineComponent<UpxPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:modelValue": (value: boolean) => any;
21
+ }, string, import("vue").PublicProps, Readonly<UpxPopoverProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ }>, {
24
+ modelValue: boolean;
25
+ location: UpxPopoverLocation;
26
+ closeOnContentClick: boolean;
27
+ openOnHover: boolean;
28
+ offset: number | string;
29
+ closeDelay: number;
30
+ openDelay: number;
31
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
+ export default _default;
34
+ type __VLS_WithSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -0,0 +1 @@
1
+ export { default as UpxPopover } from "./UpxPopover.vue";
@@ -0,0 +1,26 @@
1
+ export type UpxProgressVariant = "default" | "success" | "warning" | "error" | "info";
2
+ export interface UpxProgressProps {
3
+ modelValue?: number;
4
+ variant?: UpxProgressVariant;
5
+ height?: number | string;
6
+ indeterminate?: boolean;
7
+ striped?: boolean;
8
+ rounded?: boolean;
9
+ stream?: boolean;
10
+ bufferValue?: number;
11
+ showValue?: boolean;
12
+ color?: string;
13
+ bgColor?: string;
14
+ }
15
+ declare const _default: import("vue").DefineComponent<UpxProgressProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxProgressProps> & Readonly<{}>, {
16
+ rounded: boolean;
17
+ height: number | string;
18
+ variant: UpxProgressVariant;
19
+ modelValue: number;
20
+ indeterminate: boolean;
21
+ striped: boolean;
22
+ stream: boolean;
23
+ bufferValue: number;
24
+ showValue: boolean;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as UpxProgress } from "./UpxProgress.vue";
@@ -37,11 +37,11 @@ declare const __VLS_component: import("vue").DefineComponent<UpxRadioProps, {},
37
37
  density: "default" | "comfortable" | "compact";
38
38
  color: string;
39
39
  disabled: boolean;
40
- readonly: boolean;
41
40
  inline: boolean;
42
- column: boolean;
41
+ readonly: boolean;
43
42
  persistentHint: boolean;
44
43
  hideDetails: boolean | "auto";
44
+ column: boolean;
45
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
46
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
47
47
  export default _default;
@@ -0,0 +1,9 @@
1
+ export interface UpxResizableHandleProps {
2
+ withHandle?: boolean;
3
+ panelBefore?: string;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<UpxResizableHandleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxResizableHandleProps> & Readonly<{}>, {
6
+ withHandle: boolean;
7
+ panelBefore: string;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,25 @@
1
+ export interface UpxResizablePanelProps {
2
+ id?: string;
3
+ defaultSize?: number;
4
+ minSize?: number;
5
+ maxSize?: number;
6
+ }
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<UpxResizablePanelProps, {
12
+ id: string;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxResizablePanelProps> & Readonly<{}>, {
14
+ id: string;
15
+ defaultSize: number;
16
+ minSize: number;
17
+ maxSize: number;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
+ export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,18 @@
1
+ export type UpxResizableDirection = "horizontal" | "vertical";
2
+ export interface UpxResizablePanelGroupProps {
3
+ direction?: UpxResizableDirection;
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<UpxResizablePanelGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxResizablePanelGroupProps> & Readonly<{}>, {
10
+ direction: UpxResizableDirection;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,3 @@
1
+ export { default as UpxResizablePanelGroup } from "./UpxResizablePanelGroup.vue";
2
+ export { default as UpxResizablePanel } from "./UpxResizablePanel.vue";
3
+ export { default as UpxResizableHandle } from "./UpxResizableHandle.vue";
@@ -0,0 +1,32 @@
1
+ export type UpxRiskCardVariant = "low" | "moderate" | "high";
2
+ export interface UpxRiskCardProps {
3
+ title?: string;
4
+ variant?: UpxRiskCardVariant;
5
+ minValue?: number | string;
6
+ maxValue?: number | string;
7
+ minLabel?: string;
8
+ maxLabel?: string;
9
+ readonly?: boolean;
10
+ disabled?: boolean;
11
+ disableMin?: boolean;
12
+ disableMax?: boolean;
13
+ }
14
+ declare const _default: import("vue").DefineComponent<UpxRiskCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:minValue": (value: string | number) => any;
16
+ "update:maxValue": (value: string | number) => any;
17
+ }, string, import("vue").PublicProps, Readonly<UpxRiskCardProps> & Readonly<{
18
+ "onUpdate:minValue"?: ((value: string | number) => any) | undefined;
19
+ "onUpdate:maxValue"?: ((value: string | number) => any) | undefined;
20
+ }>, {
21
+ variant: UpxRiskCardVariant;
22
+ disabled: boolean;
23
+ title: string;
24
+ readonly: boolean;
25
+ minValue: number | string;
26
+ maxValue: number | string;
27
+ minLabel: string;
28
+ maxLabel: string;
29
+ disableMin: boolean;
30
+ disableMax: boolean;
31
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ export default _default;
@@ -0,0 +1,23 @@
1
+ export interface UpxRiskCriteriaProps {
2
+ title?: string;
3
+ active?: boolean;
4
+ weight?: number;
5
+ maxWeight?: number;
6
+ inactiveText?: string;
7
+ borderless?: boolean;
8
+ }
9
+ declare const _default: import("vue").DefineComponent<UpxRiskCriteriaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:active": (value: boolean) => any;
11
+ "update:weight": (value: number) => any;
12
+ }, string, import("vue").PublicProps, Readonly<UpxRiskCriteriaProps> & Readonly<{
13
+ "onUpdate:active"?: ((value: boolean) => any) | undefined;
14
+ "onUpdate:weight"?: ((value: number) => any) | undefined;
15
+ }>, {
16
+ title: string;
17
+ active: boolean;
18
+ weight: number;
19
+ maxWeight: number;
20
+ inactiveText: string;
21
+ borderless: boolean;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
@@ -0,0 +1,16 @@
1
+ export type UpxRiskFindingVariant = "success" | "warning";
2
+ export interface UpxRiskFindingProps {
3
+ variant?: UpxRiskFindingVariant;
4
+ title?: string;
5
+ subtitle?: string;
6
+ tags?: string[];
7
+ icon?: string;
8
+ }
9
+ declare const _default: import("vue").DefineComponent<UpxRiskFindingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxRiskFindingProps> & Readonly<{}>, {
10
+ variant: UpxRiskFindingVariant;
11
+ icon: string;
12
+ title: string;
13
+ subtitle: string;
14
+ tags: string[];
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1,13 @@
1
+ export type UpxRiskLevelVariant = "low" | "moderate" | "high";
2
+ export interface UpxRiskLevelItem {
3
+ label: string;
4
+ range: string;
5
+ variant?: UpxRiskLevelVariant;
6
+ }
7
+ export interface UpxRiskLevelProps {
8
+ items?: UpxRiskLevelItem[];
9
+ }
10
+ declare const _default: import("vue").DefineComponent<UpxRiskLevelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxRiskLevelProps> & Readonly<{}>, {
11
+ items: UpxRiskLevelItem[];
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,22 @@
1
+ export type UpxRiskScoreVariant = "low" | "moderate" | "high";
2
+ export interface UpxRiskScoreProps {
3
+ variant?: UpxRiskScoreVariant;
4
+ label?: string;
5
+ riskLabel?: string;
6
+ score?: number;
7
+ maxScore?: number;
8
+ scoreSubtitle?: string;
9
+ footerText?: string;
10
+ icon?: string;
11
+ }
12
+ declare const _default: import("vue").DefineComponent<UpxRiskScoreProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxRiskScoreProps> & Readonly<{}>, {
13
+ variant: UpxRiskScoreVariant;
14
+ icon: string;
15
+ label: string;
16
+ riskLabel: string;
17
+ score: number;
18
+ maxScore: number;
19
+ scoreSubtitle: string;
20
+ footerText: string;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ export default _default;
@@ -0,0 +1,10 @@
1
+ export { default as UpxRiskLevel } from "./UpxRiskLevel.vue";
2
+ export { default as UpxRiskCard } from "./UpxRiskCard.vue";
3
+ export { default as UpxRiskCriteria } from "./UpxRiskCriteria.vue";
4
+ export { default as UpxRiskScore } from "./UpxRiskScore.vue";
5
+ export { default as UpxRiskFinding } from "./UpxRiskFinding.vue";
6
+ export type { UpxRiskLevelProps, UpxRiskLevelItem, UpxRiskLevelVariant, } from "./UpxRiskLevel.vue";
7
+ export type { UpxRiskCardProps, UpxRiskCardVariant, } from "./UpxRiskCard.vue";
8
+ export type { UpxRiskCriteriaProps } from "./UpxRiskCriteria.vue";
9
+ export type { UpxRiskScoreProps, UpxRiskScoreVariant, } from "./UpxRiskScore.vue";
10
+ export type { UpxRiskFindingProps, UpxRiskFindingVariant, } from "./UpxRiskFinding.vue";
@@ -29,6 +29,7 @@ export interface UpxSelectProps {
29
29
  noFilter?: boolean;
30
30
  customFilter?: (itemTitle: string, queryText: string, item: any) => boolean;
31
31
  autoSelectFirst?: boolean | "exact";
32
+ hideDetails?: boolean | "auto";
32
33
  }
33
34
  declare var __VLS_13: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {
34
35
  item: import("vuetify/lib/composables/list-items.mjs").ListItem<any>;
@@ -81,9 +82,10 @@ declare const __VLS_component: import("vue").DefineComponent<UpxSelectProps, {},
81
82
  itemValue: string;
82
83
  returnObject: boolean;
83
84
  multiple: boolean;
84
- noFilter: boolean;
85
85
  persistentHint: boolean;
86
+ hideDetails: boolean | "auto";
86
87
  clearable: boolean;
88
+ noFilter: boolean;
87
89
  chips: boolean;
88
90
  menuIcon: string;
89
91
  autoSelectFirst: boolean | "exact";
@@ -0,0 +1,30 @@
1
+ export type UpxSkeletonType = "text" | "avatar" | "image" | "card" | "article" | "paragraph" | "heading" | "button" | "chip" | "list-item" | "list-item-avatar" | "list-item-two-line" | "list-item-three-line" | "table" | "table-heading" | "table-tbody" | "table-row" | "table-cell" | "divider";
2
+ export interface UpxSkeletonProps {
3
+ type?: UpxSkeletonType;
4
+ loading?: boolean;
5
+ boilerplate?: boolean;
6
+ elevation?: string | number;
7
+ height?: string | number;
8
+ width?: string | number;
9
+ circle?: boolean;
10
+ }
11
+ declare var __VLS_6: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_6) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<UpxSkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UpxSkeletonProps> & Readonly<{}>, {
16
+ height: string | number;
17
+ elevation: string | number;
18
+ loading: boolean;
19
+ type: UpxSkeletonType;
20
+ circle: boolean;
21
+ width: string | number;
22
+ boilerplate: boolean;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ export default _default;
26
+ type __VLS_WithSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1 @@
1
+ export { default as UpxSkeleton } from "./UpxSkeleton.vue";
@@ -22,6 +22,7 @@ export interface UpxTextFieldProps {
22
22
  counter?: boolean | number | string;
23
23
  maxlength?: number | string;
24
24
  rounded?: string | number | boolean;
25
+ hideDetails?: boolean | "auto";
25
26
  pattern?: string;
26
27
  required?: boolean;
27
28
  error?: {
@@ -29,15 +30,15 @@ export interface UpxTextFieldProps {
29
30
  } | null;
30
31
  icon?: string;
31
32
  }
32
- declare var __VLS_15: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {};
33
+ declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {}, __VLS_22: {};
33
34
  type __VLS_Slots = {} & {
34
- prepend?: (props: typeof __VLS_15) => any;
35
+ prepend?: (props: typeof __VLS_16) => any;
35
36
  } & {
36
- 'prepend-inner'?: (props: typeof __VLS_17) => any;
37
+ 'prepend-inner'?: (props: typeof __VLS_18) => any;
37
38
  } & {
38
- append?: (props: typeof __VLS_19) => any;
39
+ append?: (props: typeof __VLS_20) => any;
39
40
  } & {
40
- 'append-inner'?: (props: typeof __VLS_21) => any;
41
+ 'append-inner'?: (props: typeof __VLS_22) => any;
41
42
  };
42
43
  declare const __VLS_component: import("vue").DefineComponent<UpxTextFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
44
  enter: () => any;
@@ -62,6 +63,7 @@ declare const __VLS_component: import("vue").DefineComponent<UpxTextFieldProps,
62
63
  required: boolean;
63
64
  readonly: boolean;
64
65
  persistentHint: boolean;
66
+ hideDetails: boolean | "auto";
65
67
  clearable: boolean;
66
68
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
67
69
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -0,0 +1,69 @@
1
+ export interface UpxTextareaProps {
2
+ modelValue?: string;
3
+ id?: string;
4
+ label?: string;
5
+ placeholder?: string;
6
+ hint?: string;
7
+ persistentHint?: boolean;
8
+ variant?: "outlined" | "filled" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | "plain";
9
+ density?: "default" | "comfortable" | "compact";
10
+ color?: string;
11
+ disabled?: boolean;
12
+ readonly?: boolean;
13
+ loading?: boolean;
14
+ clearable?: boolean;
15
+ prependIcon?: string;
16
+ prependInnerIcon?: string;
17
+ appendIcon?: string;
18
+ appendInnerIcon?: string;
19
+ rules?: Array<(value: any) => boolean | string>;
20
+ errorMessages?: string | string[];
21
+ counter?: true | number | string;
22
+ maxlength?: number | string;
23
+ rounded?: string | number | true;
24
+ rows?: number | string;
25
+ maxRows?: number | string;
26
+ autoGrow?: boolean;
27
+ noResize?: boolean;
28
+ hideDetails?: boolean | "auto";
29
+ }
30
+ declare var __VLS_12: {}, __VLS_14: {}, __VLS_16: {}, __VLS_18: {};
31
+ type __VLS_Slots = {} & {
32
+ prepend?: (props: typeof __VLS_12) => any;
33
+ } & {
34
+ 'prepend-inner'?: (props: typeof __VLS_14) => any;
35
+ } & {
36
+ append?: (props: typeof __VLS_16) => any;
37
+ } & {
38
+ 'append-inner'?: (props: typeof __VLS_18) => any;
39
+ };
40
+ declare const __VLS_component: import("vue").DefineComponent<UpxTextareaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
+ "update:modelValue": (value: string) => any;
42
+ focus: (event: FocusEvent) => any;
43
+ blur: (event: FocusEvent) => any;
44
+ }, string, import("vue").PublicProps, Readonly<UpxTextareaProps> & Readonly<{
45
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
46
+ onFocus?: ((event: FocusEvent) => any) | undefined;
47
+ onBlur?: ((event: FocusEvent) => any) | undefined;
48
+ }>, {
49
+ rounded: string | number | true;
50
+ variant: "outlined" | "filled" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | "plain";
51
+ density: "default" | "comfortable" | "compact";
52
+ color: string;
53
+ loading: boolean;
54
+ disabled: boolean;
55
+ readonly: boolean;
56
+ persistentHint: boolean;
57
+ hideDetails: boolean | "auto";
58
+ clearable: boolean;
59
+ rows: number | string;
60
+ autoGrow: boolean;
61
+ noResize: boolean;
62
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
63
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
64
+ export default _default;
65
+ type __VLS_WithSlots<T, S> = T & {
66
+ new (): {
67
+ $slots: S;
68
+ };
69
+ };
@@ -0,0 +1,2 @@
1
+ export { default as UpxTextarea } from "./UpxTextarea.vue";
2
+ export type { UpxTextareaProps } from "./UpxTextarea.vue";
@@ -1,5 +1,6 @@
1
1
  export { UpxButton } from "./UpxButton";
2
2
  export { UpxTextField } from "./UpxTextField";
3
+ export { UpxTextarea } from "./UpxTextarea";
3
4
  export { UpxSelect } from "./UpxSelect";
4
5
  export { UpxRadio } from "./UpxRadio";
5
6
  export { UpxSwitch } from "./UpxSwitch";
@@ -26,6 +27,7 @@ export { UpxTooltip } from "./UpxTooltip";
26
27
  export { UpxWindow } from "./UpxWindow";
27
28
  export type { UpxButtonProps } from "./UpxButton";
28
29
  export type { UpxTextFieldProps } from "./UpxTextField";
30
+ export type { UpxTextareaProps } from "./UpxTextarea";
29
31
  export type { UpxSelectProps } from "./UpxSelect";
30
32
  export type { UpxRadioProps, UpxRadioOption } from "./UpxRadio";
31
33
  export type { UpxSwitchProps } from "./UpxSwitch";
@@ -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(toastRef?: any): {
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,23 +1,41 @@
1
1
  import type { App } from "vue";
2
2
  import "./styles/index.scss";
3
3
  import { UpxAccordion } from "./components/UpxAccordion";
4
+ import { UpxAlert, UpxAlertTitle, UpxAlertDescription } from "./components/UpxAlert";
5
+ import { UpxAlertDialog, UpxAlertDialogHeader, UpxAlertDialogTitle, UpxAlertDialogDescription, UpxAlertDialogFooter, UpxAlertDialogAction, UpxAlertDialogCancel } from "./components/UpxAlertDialog";
6
+ import { UpxAspectRatio } from "./components/UpxAspectRatio";
7
+ import { UpxAvatar } from "./components/UpxAvatar";
4
8
  import { UpxBadge } from "./components/UpxBadge";
9
+ import { UpxBreadcrumb, UpxBreadcrumbList, UpxBreadcrumbItem, UpxBreadcrumbLink, UpxBreadcrumbPage, UpxBreadcrumbSeparator, UpxBreadcrumbEllipsis } from "./components/UpxBreadcrumb";
5
10
  import { UpxButton } from "./components/UpxButton";
6
11
  import { UpxCalendar } from "./components/UpxCalendar";
7
- import { UpxCard } from "./components/UpxCard";
12
+ import { UpxCarousel, UpxCarouselItem, UpxCarouselContent } from "./components/UpxCarousel";
13
+ import { UpxCard, UpxCardSimple, UpxCardHeader, UpxCardTitle, UpxCardDescription, UpxCardContent, UpxCardFooter, UpxCardAction } from "./components/UpxCard";
8
14
  import { UpxCell } from "./components/UpxCell";
15
+ import { UpxCollapsible, UpxCollapsibleTrigger, UpxCollapsibleContent } from "./components/UpxCollapsible";
16
+ import { UpxCommand, UpxCommandDialog, UpxCommandInput, UpxCommandList, UpxCommandItem, UpxCommandGroup, UpxCommandEmpty, UpxCommandSeparator, UpxCommandShortcut } from "./components/UpxCommand";
17
+ import { UpxContextMenu, UpxContextMenuItem, UpxContextMenuLabel, UpxContextMenuSeparator } from "./components/UpxContextMenu";
9
18
  import { UpxCheckbox } from "./components/UpxCheckbox";
10
19
  import { UpxDataTable } from "./components/UpxDataTable";
11
20
  import { UpxDatePicker } from "./components/UpxDatePicker";
21
+ import { UpxDialog, UpxDialogHeader, UpxDialogTitle, UpxDialogDescription, UpxDialogContent, UpxDialogFooter } from "./components/UpxDialog";
12
22
  import { UpxDivider } from "./components/UpxDivider";
23
+ import { UpxDrawer, UpxDrawerHeader, UpxDrawerTitle, UpxDrawerDescription, UpxDrawerContent, UpxDrawerFooter, UpxDrawerClose } from "./components/UpxDrawer";
24
+ import { UpxDropdownMenu, UpxDropdownMenuItem, UpxDropdownMenuLabel, UpxDropdownMenuSeparator } from "./components/UpxDropdownMenu";
13
25
  import { UpxEnvironmentBadge } from "./components/UpxEnvironmentBadge";
14
26
  import { UpxFloatMenu } from "./components/UpxFloatMenu";
15
27
  import { UpxNotification } from "./components/UpxNotification";
16
28
  import { UpxPagination } from "./components/UpxPagination";
29
+ import { UpxPopover } from "./components/UpxPopover";
17
30
  import { UpxProduct } from "./components/UpxProduct";
31
+ import { UpxProgress } from "./components/UpxProgress";
18
32
  import { UpxRadio } from "./components/UpxRadio";
33
+ import { UpxResizablePanelGroup, UpxResizablePanel, UpxResizableHandle } from "./components/UpxResizable";
34
+ import { UpxRiskLevel, UpxRiskCard, UpxRiskCriteria, UpxRiskScore, UpxRiskFinding } from "./components/UpxRiskLevel";
19
35
  import { UpxSelect } from "./components/UpxSelect";
36
+ import { UpxTextarea } from "./components/UpxTextarea";
20
37
  import { UpxSideBar } from "./components/UpxSideBar";
38
+ import { UpxSkeleton } from "./components/UpxSkeleton";
21
39
  import { UpxStepper } from "./components/UpxStepper";
22
40
  import { UpxSwitch } from "./components/UpxSwitch";
23
41
  import { UpxTab } from "./components/UpxTab";
@@ -32,4 +50,4 @@ declare const _default: {
32
50
  }): void;
33
51
  };
34
52
  export default _default;
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, };
53
+ export { UpxAccordion, UpxAlert, UpxAlertTitle, UpxAlertDescription, UpxAlertDialog, UpxAlertDialogHeader, UpxAlertDialogTitle, UpxAlertDialogDescription, UpxAlertDialogFooter, UpxAlertDialogAction, UpxAlertDialogCancel, UpxAspectRatio, UpxAvatar, UpxBadge, UpxBreadcrumb, UpxBreadcrumbList, UpxBreadcrumbItem, UpxBreadcrumbLink, UpxBreadcrumbPage, UpxBreadcrumbSeparator, UpxBreadcrumbEllipsis, UpxButton, UpxCalendar, UpxCarousel, UpxCarouselItem, UpxCarouselContent, UpxCard, UpxCardSimple, UpxCardHeader, UpxCardTitle, UpxCardDescription, UpxCardContent, UpxCardFooter, UpxCardAction, UpxCell, UpxCheckbox, UpxCollapsible, UpxCollapsibleTrigger, UpxCollapsibleContent, UpxCommand, UpxCommandDialog, UpxCommandInput, UpxCommandList, UpxCommandItem, UpxCommandGroup, UpxCommandEmpty, UpxCommandSeparator, UpxCommandShortcut, UpxContextMenu, UpxContextMenuItem, UpxContextMenuLabel, UpxContextMenuSeparator, UpxDataTable, UpxDatePicker, UpxDialog, UpxDialogHeader, UpxDialogTitle, UpxDialogDescription, UpxDialogContent, UpxDialogFooter, UpxDivider, UpxDrawer, UpxDrawerHeader, UpxDrawerTitle, UpxDrawerDescription, UpxDrawerContent, UpxDrawerFooter, UpxDrawerClose, UpxDropdownMenu, UpxDropdownMenuItem, UpxDropdownMenuLabel, UpxDropdownMenuSeparator, UpxEnvironmentBadge, UpxFloatMenu, UpxNotification, UpxPagination, UpxPopover, UpxProduct, UpxProgress, UpxRadio, UpxResizablePanelGroup, UpxResizablePanel, UpxResizableHandle, UpxRiskLevel, UpxRiskCard, UpxRiskCriteria, UpxRiskScore, UpxRiskFinding, UpxSelect, UpxSideBar, UpxSkeleton, UpxStepper, UpxSwitch, UpxTab, UpxTextField, UpxTextarea, UpxTitleBar, UpxToast, UpxTooltip, UpxWindow, };
@@ -1,6 +1,5 @@
1
1
  import "vuetify/styles";
2
2
  import { type ThemeDefinition } from "vuetify";
3
- import "@mdi/font/css/materialdesignicons.css";
4
3
  export declare const uplexisColors: {
5
4
  brand: {
6
5
  primary: {