@dolanske/vui 1.16.3 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/{src/components → components}/Accordion/Accordion.vue.d.ts +17 -23
  2. package/dist/components/Accordion/AccordionGroup.vue.d.ts +15 -0
  3. package/dist/{src/components → components}/Alert/Alert.vue.d.ts +13 -14
  4. package/dist/components/AspectRatio/AspectRatio.vue.d.ts +16 -0
  5. package/dist/components/Avatar/Avatar.vue.d.ts +26 -0
  6. package/dist/{src/components → components}/Avatar/AvatarGroup.vue.d.ts +5 -11
  7. package/dist/components/Badge/Badge.vue.d.ts +21 -0
  8. package/dist/components/Badge/BadgeGroup.vue.d.ts +17 -0
  9. package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +19 -0
  10. package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +12 -0
  11. package/dist/{src/components → components}/Button/Button.vue.d.ts +3 -2
  12. package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
  13. package/dist/components/Calendar/Calendar.vue.d.ts +21 -0
  14. package/dist/components/Card/Card.vue.d.ts +29 -0
  15. package/dist/components/Carousel/Carousel.vue.d.ts +44 -0
  16. package/dist/components/Charts/Histogram.vue.d.ts +23 -0
  17. package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -0
  18. package/dist/{src/components → components}/Commands/Commands.vue.d.ts +22 -27
  19. package/dist/components/ContextMenu/ContextMenu.vue.d.ts +15 -0
  20. package/dist/{src/components → components}/CopyClipboard/CopyClipboard.vue.d.ts +12 -19
  21. package/dist/{src/components → components}/Divider/Divider.vue.d.ts +8 -12
  22. package/dist/{src/components → components}/Drawer/Drawer.vue.d.ts +9 -12
  23. package/dist/components/Dropdown/Dropdown.vue.d.ts +69 -0
  24. package/dist/components/Dropdown/DropdownItem.vue.d.ts +23 -0
  25. package/dist/components/Dropdown/DropdownTitle.vue.d.ts +18 -0
  26. package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +8 -0
  27. package/dist/{src/components → components}/Flex/Flex.vue.d.ts +8 -12
  28. package/dist/{src/components → components}/Grid/Grid.vue.d.ts +8 -12
  29. package/dist/components/Indicator/Indicator.vue.d.ts +21 -0
  30. package/dist/components/Input/Color.vue.d.ts +13 -0
  31. package/dist/{src/components → components}/Input/Counter.vue.d.ts +6 -4
  32. package/dist/components/Input/Dropzone.vue.d.ts +21 -0
  33. package/dist/{src/components → components}/Input/File.vue.d.ts +3 -2
  34. package/dist/{src/components → components}/Input/Input.vue.d.ts +21 -24
  35. package/dist/components/Input/Password.vue.d.ts +7 -0
  36. package/dist/{src/components → components}/Input/Textarea.vue.d.ts +13 -19
  37. package/dist/{src/components → components}/Kbd/Kbd.vue.d.ts +8 -12
  38. package/dist/components/Kbd/KbdGroup.vue.d.ts +13 -0
  39. package/dist/components/Marquee/Marquee.vue.d.ts +29 -0
  40. package/dist/components/Menubar/MenuItem.vue.d.ts +15 -0
  41. package/dist/components/Menubar/Menubar.vue.d.ts +16 -0
  42. package/dist/{src/components → components}/Modal/Confirm.vue.d.ts +7 -11
  43. package/dist/{src/components → components}/Modal/Modal.vue.d.ts +17 -19
  44. package/dist/{src/components → components}/OTP/OTP.vue.d.ts +11 -18
  45. package/dist/components/OTP/OTPItem.vue.d.ts +6 -0
  46. package/dist/{src/components → components}/Overflow/Overflow.vue.d.ts +8 -16
  47. package/dist/components/Pagination/Pagination.vue.d.ts +45 -0
  48. package/dist/{src/components → components}/Popout/Popout.vue.d.ts +8 -16
  49. package/dist/components/Popout/PopoutHover.vue.d.ts +22 -0
  50. package/dist/{src/components → components}/Progress/Progress.vue.d.ts +6 -6
  51. package/dist/components/Radio/Radio.vue.d.ts +24 -0
  52. package/dist/components/Radio/RadioGroup.vue.d.ts +22 -0
  53. package/dist/components/Resizable/Resizable.vue.d.ts +36 -0
  54. package/dist/{src/components → components}/ResizableView/ResizableView.vue.d.ts +13 -23
  55. package/dist/{src/components → components}/ResizableView/ViewPanel.vue.d.ts +9 -23
  56. package/dist/{src/components → components}/Select/Select.vue.d.ts +16 -11
  57. package/dist/{src/components → components}/Sheet/Sheet.vue.d.ts +17 -19
  58. package/dist/components/Sidebar/Sidebar.vue.d.ts +68 -0
  59. package/dist/components/Skeleton/Skeleton.vue.d.ts +9 -0
  60. package/dist/{src/components → components}/Slider/Slider.vue.d.ts +12 -12
  61. package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
  62. package/dist/components/Switch/Switch.vue.d.ts +25 -0
  63. package/dist/components/Table/Cell.vue.d.ts +15 -0
  64. package/dist/components/Table/Head.vue.d.ts +26 -0
  65. package/dist/{src/components → components}/Table/Root.vue.d.ts +11 -13
  66. package/dist/components/Table/SelectAll.vue.d.ts +3 -0
  67. package/dist/components/Table/SelectRow.vue.d.ts +6 -0
  68. package/dist/components/Tabs/Tab.vue.d.ts +17 -0
  69. package/dist/{src/components → components}/Tabs/Tabs.vue.d.ts +7 -18
  70. package/dist/components/Toast/Toasts.vue.d.ts +7 -0
  71. package/dist/components/Tooltip/Tooltip.vue.d.ts +34 -0
  72. package/dist/internal/Backdrop/Backdrop.vue.d.ts +17 -0
  73. package/dist/vui.css +1 -1
  74. package/dist/vui.js +4210 -4013
  75. package/dist/vui.js.map +1 -0
  76. package/package.json +30 -20
  77. package/dist/src/components/Accordion/AccordionGroup.vue.d.ts +0 -25
  78. package/dist/src/components/AspectRatio/AspectRatio.vue.d.ts +0 -20
  79. package/dist/src/components/Avatar/Avatar.vue.d.ts +0 -28
  80. package/dist/src/components/Badge/Badge.vue.d.ts +0 -25
  81. package/dist/src/components/Badge/BadgeGroup.vue.d.ts +0 -21
  82. package/dist/src/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -22
  83. package/dist/src/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -18
  84. package/dist/src/components/Button/ButtonGroup.vue.d.ts +0 -22
  85. package/dist/src/components/Calendar/Calendar.vue.d.ts +0 -25
  86. package/dist/src/components/Card/Card.vue.d.ts +0 -30
  87. package/dist/src/components/Carousel/Carousel.vue.d.ts +0 -184
  88. package/dist/src/components/Charts/Histogram.vue.d.ts +0 -29
  89. package/dist/src/components/Checkbox/Checkbox.vue.d.ts +0 -31
  90. package/dist/src/components/ContextMenu/ContextMenu.vue.d.ts +0 -170
  91. package/dist/src/components/Dropdown/Dropdown.vue.d.ts +0 -222
  92. package/dist/src/components/Dropdown/DropdownItem.vue.d.ts +0 -24
  93. package/dist/src/components/Dropdown/DropdownTitle.vue.d.ts +0 -21
  94. package/dist/src/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -63
  95. package/dist/src/components/Indicator/Indicator.vue.d.ts +0 -25
  96. package/dist/src/components/Input/Color.vue.d.ts +0 -11
  97. package/dist/src/components/Input/Dropzone.vue.d.ts +0 -189
  98. package/dist/src/components/Input/Password.vue.d.ts +0 -6
  99. package/dist/src/components/Kbd/KbdGroup.vue.d.ts +0 -19
  100. package/dist/src/components/Marquee/Marquee.vue.d.ts +0 -36
  101. package/dist/src/components/Menubar/MenuItem.vue.d.ts +0 -22
  102. package/dist/src/components/Menubar/Menubar.vue.d.ts +0 -20
  103. package/dist/src/components/OTP/OTPItem.vue.d.ts +0 -5
  104. package/dist/src/components/Pagination/Pagination.vue.d.ts +0 -46
  105. package/dist/src/components/Popout/PopoutHover.vue.d.ts +0 -175
  106. package/dist/src/components/Radio/Radio.vue.d.ts +0 -29
  107. package/dist/src/components/Radio/RadioGroup.vue.d.ts +0 -27
  108. package/dist/src/components/Resizable/Resizable.vue.d.ts +0 -47
  109. package/dist/src/components/Sidebar/Sidebar.vue.d.ts +0 -75
  110. package/dist/src/components/Skeleton/Skeleton.vue.d.ts +0 -8
  111. package/dist/src/components/Spinner/Spinner.vue.d.ts +0 -6
  112. package/dist/src/components/Switch/Switch.vue.d.ts +0 -30
  113. package/dist/src/components/Table/Cell.vue.d.ts +0 -22
  114. package/dist/src/components/Table/Head.vue.d.ts +0 -30
  115. package/dist/src/components/Table/SelectAll.vue.d.ts +0 -2
  116. package/dist/src/components/Table/SelectRow.vue.d.ts +0 -5
  117. package/dist/src/components/Tabs/Tab.vue.d.ts +0 -21
  118. package/dist/src/components/Toast/Toasts.vue.d.ts +0 -6
  119. package/dist/src/components/Tooltip/Tooltip.vue.d.ts +0 -41
  120. package/dist/src/internal/Backdrop/Backdrop.vue.d.ts +0 -21
  121. /package/dist/{src/components → components}/Menubar/menubar.d.ts +0 -0
  122. /package/dist/{src/components → components}/Pagination/pagination.d.ts +0 -0
  123. /package/dist/{src/components → components}/Table/index.d.ts +0 -0
  124. /package/dist/{src/components → components}/Table/table.d.ts +0 -0
  125. /package/dist/{src/components → components}/Toast/toast.d.ts +0 -0
  126. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  127. /package/dist/{src/lib → lib}/color.d.ts +0 -0
  128. /package/dist/{src/lib → lib}/helpers.d.ts +0 -0
  129. /package/dist/{src/lib → lib}/layerManager.d.ts +0 -0
  130. /package/dist/{src/lib → lib}/slots.d.ts +0 -0
  131. /package/dist/{src/lib → lib}/theme.d.ts +0 -0
  132. /package/dist/{src/lib → lib}/types.d.ts +0 -0
  133. /package/dist/{src/lib → lib}/viewTransition.d.ts +0 -0
  134. /package/dist/{src/lib → lib}/viewport.d.ts +0 -0
@@ -28,21 +28,19 @@ interface Props {
28
28
  */
29
29
  scroll?: boolean;
30
30
  }
31
- declare function __VLS_template(): {
32
- attrs: Partial<{}>;
33
- slots: {
34
- header?(_: {}): any;
35
- body?(_: {}): any;
36
- pagination?(_: {}): any;
37
- };
38
- refs: {};
39
- rootEl: HTMLDivElement;
31
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
32
+ type __VLS_Slots = {} & {
33
+ header?: (props: typeof __VLS_1) => any;
34
+ } & {
35
+ body?: (props: typeof __VLS_3) => any;
36
+ } & {
37
+ pagination?: (props: typeof __VLS_5) => any;
40
38
  };
41
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
42
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
44
42
  export default _default;
45
- type __VLS_WithTemplateSlots<T, S> = T & {
43
+ type __VLS_WithSlots<T, S> = T & {
46
44
  new (): {
47
45
  $slots: S;
48
46
  };
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -0,0 +1,6 @@
1
+ interface Props {
2
+ row: any;
3
+ }
4
+ declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
@@ -0,0 +1,17 @@
1
+ export interface TabProps {
2
+ disabled?: boolean;
3
+ value: string;
4
+ }
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import('vue').DefineComponent<TabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TabProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -10,30 +10,19 @@ interface Props {
10
10
  transitionName?: string | 'none';
11
11
  }
12
12
  type __VLS_Props = Props;
13
- type __VLS_PublicProps = {
13
+ type __VLS_ModelProps = {
14
14
  modelValue?: any;
15
- } & __VLS_Props;
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: Readonly<Record<string, any>> & Record<string, any>;
19
- refs: {
20
- tabs: HTMLDivElement;
21
- underline: HTMLDivElement;
22
- };
23
- rootEl: HTMLDivElement;
24
15
  };
25
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
17
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
18
  "update:modelValue": (value: any) => any;
28
19
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
20
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
- tabs: HTMLDivElement;
32
- underline: HTMLDivElement;
33
- }, HTMLDivElement>;
34
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
35
24
  export default _default;
36
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
37
26
  new (): {
38
27
  $slots: S;
39
28
  };
@@ -0,0 +1,7 @@
1
+ import { Placement } from '../../lib/types.ts';
2
+ interface Props {
3
+ placement?: Placement;
4
+ }
5
+ declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import { Placement } from '../../lib/types.ts';
2
+ interface Props {
3
+ /**
4
+ * Tooltip placement related to the anchor
5
+ */
6
+ placement?: Placement;
7
+ /**
8
+ * Amount of time user should hover the anchor until the tooltip shows up
9
+ */
10
+ enterDelay?: number;
11
+ /**
12
+ * Amount of time after the cursor leaves before the tooltip is hidden
13
+ */
14
+ leaveDelay?: number;
15
+ /**
16
+ * If set to true, tooltip will not be rendered on hover. Trigger stays
17
+ */
18
+ disabled?: boolean;
19
+ }
20
+ declare var __VLS_1: {}, __VLS_9: {};
21
+ type __VLS_Slots = {} & {
22
+ default?: (props: typeof __VLS_1) => any;
23
+ } & {
24
+ tooltip?: (props: typeof __VLS_9) => any;
25
+ };
26
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ type __VLS_WithSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,17 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ close: () => any;
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
8
+ onClose?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };