@dolanske/vui 1.16.3 → 1.17.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 (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 +29 -19
  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
@@ -0,0 +1,69 @@
1
+ import { Placement } from '../../lib/types.ts';
2
+ export interface Props {
3
+ /**
4
+ * Tooltip placement related to the anchor
5
+ */
6
+ placement?: Placement;
7
+ /**
8
+ * Set the minimum width of the dropdown element
9
+ */
10
+ minWidth?: number | string;
11
+ /**
12
+ * Set he max height of the dropdown element before it starts scrolling
13
+ */
14
+ maxHeight?: number | string;
15
+ /**
16
+ * Disable mobile drawer behavior, always use the floating dropdown.
17
+ */
18
+ noMobileDrawer?: boolean;
19
+ /**
20
+ * By default, elements with transition already use a default fade transition. This can be replaced by a custom vue transition class name.
21
+ *
22
+ * Setting the value to `none` will not apply any transition. This is useful when using viewTransitions to prevent conflicts between default animation and the view transition
23
+ */
24
+ transitionName?: string | 'none';
25
+ }
26
+ declare function open(): void;
27
+ declare function close(): void;
28
+ declare function toggle(): void;
29
+ declare var __VLS_1: {
30
+ open: typeof open;
31
+ isOpen: boolean;
32
+ close: typeof close;
33
+ toggle: typeof toggle;
34
+ }, __VLS_12: {
35
+ open: typeof open;
36
+ close: typeof close;
37
+ toggle: typeof toggle;
38
+ isOpen: boolean;
39
+ }, __VLS_26: {
40
+ open: typeof open;
41
+ close: typeof close;
42
+ toggle: typeof toggle;
43
+ isOpen: boolean;
44
+ };
45
+ type __VLS_Slots = {} & {
46
+ trigger?: (props: typeof __VLS_1) => any;
47
+ } & {
48
+ default?: (props: typeof __VLS_12) => any;
49
+ } & {
50
+ default?: (props: typeof __VLS_26) => any;
51
+ };
52
+ declare const __VLS_base: import('vue').DefineComponent<Props, {
53
+ open: typeof open;
54
+ close: typeof close;
55
+ toggle: typeof toggle;
56
+ isOpen: import('vue').Ref<boolean, boolean>;
57
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
+ close: () => any;
59
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
60
+ onClose?: (() => any) | undefined;
61
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
62
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
63
+ declare const _default: typeof __VLS_export;
64
+ export default _default;
65
+ type __VLS_WithSlots<T, S> = T & {
66
+ new (): {
67
+ $slots: S;
68
+ };
69
+ };
@@ -0,0 +1,23 @@
1
+ interface Props {
2
+ disabled?: boolean;
3
+ size?: 's' | 'm';
4
+ }
5
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
6
+ type __VLS_Slots = {} & {
7
+ icon?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_3) => any;
10
+ } & {
11
+ hint?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ iconEnd?: (props: typeof __VLS_7) => any;
14
+ };
15
+ 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>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ sticky?: boolean;
3
+ };
4
+ declare var __VLS_1: {}, __VLS_3: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ end?: (props: typeof __VLS_3) => any;
9
+ };
10
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,8 @@
1
+ import { Emoji } from 'emojibase';
2
+ declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
+ select: (emoji: Emoji) => any;
4
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
+ onSelect?: ((emoji: Emoji) => any) | undefined;
6
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
@@ -43,21 +43,17 @@ export interface FlexProps {
43
43
  /** Expand width to 100%. */
44
44
  expand?: boolean;
45
45
  }
46
- declare function __VLS_template(): {
47
- attrs: Partial<{}>;
48
- slots: {
49
- default?(_: {}): any;
50
- };
51
- refs: {};
52
- rootEl: HTMLDivElement;
46
+ declare var __VLS_1: {};
47
+ type __VLS_Slots = {} & {
48
+ default?: (props: typeof __VLS_1) => any;
53
49
  };
54
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
55
- declare const __VLS_component: import('vue').DefineComponent<FlexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FlexProps> & Readonly<{}>, {
50
+ declare const __VLS_base: import('vue').DefineComponent<FlexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FlexProps> & Readonly<{}>, {
56
51
  gap: Spaces | number;
57
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
58
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
52
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
53
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
54
+ declare const _default: typeof __VLS_export;
59
55
  export default _default;
60
- type __VLS_WithTemplateSlots<T, S> = T & {
56
+ type __VLS_WithSlots<T, S> = T & {
61
57
  new (): {
62
58
  $slots: S;
63
59
  };
@@ -42,21 +42,17 @@ interface Props {
42
42
  /** Expand width to 100%. */
43
43
  expand?: boolean;
44
44
  }
45
- declare function __VLS_template(): {
46
- attrs: Partial<{}>;
47
- slots: {
48
- default?(_: {}): any;
49
- };
50
- refs: {};
51
- rootEl: HTMLDivElement;
45
+ declare var __VLS_1: {};
46
+ type __VLS_Slots = {} & {
47
+ default?: (props: typeof __VLS_1) => any;
52
48
  };
53
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
54
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
49
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
55
50
  gap: Spaces | number;
56
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
57
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
52
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
53
+ declare const _default: typeof __VLS_export;
58
54
  export default _default;
59
- type __VLS_WithTemplateSlots<T, S> = T & {
55
+ type __VLS_WithSlots<T, S> = T & {
60
56
  new (): {
61
57
  $slots: S;
62
58
  };
@@ -0,0 +1,21 @@
1
+ import { Sizes } from '../../lib/types';
2
+ interface Props {
3
+ variant?: 'alert' | 'online' | 'offline' | 'away';
4
+ position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
5
+ size?: Sizes;
6
+ outline?: boolean;
7
+ ripple?: boolean;
8
+ }
9
+ declare var __VLS_1: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ 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>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,13 @@
1
+ import { InputProps } from './Input.vue';
2
+ type __VLS_Props = InputProps;
3
+ type __VLS_ModelProps = {
4
+ modelValue?: string;
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ "update:modelValue": (value: string | undefined) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
@@ -8,12 +8,14 @@ type Props = Omit<InputProps, 'type'> & {
8
8
  hideDecrement?: boolean;
9
9
  };
10
10
  type __VLS_Props = Props;
11
- type __VLS_PublicProps = {
11
+ type __VLS_ModelProps = {
12
12
  modelValue?: number;
13
- } & __VLS_Props;
14
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ };
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
16
  "update:modelValue": (value: number) => any;
16
17
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
18
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
19
21
  export default _default;
@@ -0,0 +1,21 @@
1
+ import { InputProps } from './Input.vue';
2
+ type Props = Omit<InputProps, 'type' | 'modelValue' | 'focus' | 'limit' | 'placeholder'>;
3
+ declare var __VLS_13: {
4
+ dragging: boolean;
5
+ };
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_13) => any;
8
+ };
9
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ files: (args_0: FileList) => any;
11
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
12
+ onFiles?: ((args_0: FileList) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -1,8 +1,9 @@
1
1
  import { InputProps } from './Input.vue';
2
2
  type __VLS_Props = Omit<InputProps, 'type'>;
3
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
4
  files: (args_0: FileList) => any;
5
5
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
6
6
  onFiles?: ((args_0: FileList) => any) | undefined;
7
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
@@ -18,38 +18,35 @@ export interface InputProps {
18
18
  disabled?: boolean;
19
19
  }
20
20
  type __VLS_Props = InputProps;
21
- type __VLS_PublicProps = {
21
+ type __VLS_ModelProps = {
22
22
  modelValue?: string | number;
23
- } & __VLS_Props;
24
- declare function __VLS_template(): {
25
- attrs: Partial<{}>;
26
- slots: {
27
- before?(_: {}): any;
28
- start?(_: {}): any;
29
- __internal_replace_input?(_: {
30
- inputId: string;
31
- }): any;
32
- end?(_: {}): any;
33
- after?(_: {}): any;
34
- };
35
- refs: {
36
- input: HTMLInputElement;
37
- };
38
- rootEl: HTMLDivElement;
39
23
  };
40
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
24
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
25
+ declare var __VLS_1: {}, __VLS_9: {}, __VLS_11: {
26
+ inputId: string;
27
+ }, __VLS_13: {}, __VLS_15: {};
28
+ type __VLS_Slots = {} & {
29
+ before?: (props: typeof __VLS_1) => any;
30
+ } & {
31
+ start?: (props: typeof __VLS_9) => any;
32
+ } & {
33
+ __internal_replace_input?: (props: typeof __VLS_11) => any;
34
+ } & {
35
+ end?: (props: typeof __VLS_13) => any;
36
+ } & {
37
+ after?: (props: typeof __VLS_15) => any;
38
+ };
39
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
42
40
  focus: () => void;
43
41
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
42
  "update:modelValue": (value: string | number) => any;
45
43
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
46
44
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
47
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
48
- input: HTMLInputElement;
49
- }, HTMLDivElement>;
50
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
45
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
46
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
47
+ declare const _default: typeof __VLS_export;
51
48
  export default _default;
52
- type __VLS_WithTemplateSlots<T, S> = T & {
49
+ type __VLS_WithSlots<T, S> = T & {
53
50
  new (): {
54
51
  $slots: S;
55
52
  };
@@ -0,0 +1,7 @@
1
+ import { InputProps } from './Input.vue';
2
+ type Props = Omit<InputProps, 'type'> & {
3
+ showPassword?: boolean;
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;
@@ -6,33 +6,27 @@ type Props = Omit<InputProps, 'type'> & {
6
6
  cols?: number;
7
7
  };
8
8
  type __VLS_Props = Props;
9
- type __VLS_PublicProps = {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: string;
11
- } & __VLS_Props;
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- before?(_: {}): any;
16
- after?(_: {}): any;
17
- };
18
- refs: {
19
- textarea: HTMLTextAreaElement;
20
- };
21
- rootEl: HTMLDivElement;
22
11
  };
23
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare var __VLS_1: {}, __VLS_3: {};
14
+ type __VLS_Slots = {} & {
15
+ before?: (props: typeof __VLS_1) => any;
16
+ } & {
17
+ after?: (props: typeof __VLS_3) => any;
18
+ };
19
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
25
20
  focus: () => void;
26
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
22
  "update:modelValue": (value: string) => any;
28
23
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
24
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
- textarea: HTMLTextAreaElement;
32
- }, HTMLDivElement>;
33
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
34
28
  export default _default;
35
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
36
30
  new (): {
37
31
  $slots: S;
38
32
  };
@@ -15,23 +15,19 @@ interface Props {
15
15
  */
16
16
  highlight?: boolean;
17
17
  }
18
- declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
- slots: {
21
- default?(_: {}): any;
22
- };
23
- refs: {};
24
- rootEl: HTMLElement;
18
+ declare var __VLS_1: {};
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_1) => any;
25
21
  };
26
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
23
  trigger: () => any;
29
24
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
30
25
  onTrigger?: (() => any) | undefined;
31
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ }>, {}, {}, {}, {}, 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;
33
29
  export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
35
31
  new (): {
36
32
  $slots: S;
37
33
  };
@@ -0,0 +1,13 @@
1
+ declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ trigger: () => any;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onTrigger?: (() => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,29 @@
1
+ interface Props {
2
+ /**
3
+ * Animation direction
4
+ */
5
+ direction?: 'left' | 'right';
6
+ /**
7
+ * Speed in pixels/s
8
+ */
9
+ speed?: number;
10
+ /**
11
+ * Stepped/jerky movement instead of smooth scroll
12
+ */
13
+ stagger?: boolean;
14
+ }
15
+ declare var __VLS_1: {}, __VLS_3: {};
16
+ type __VLS_Slots = {} & {
17
+ default?: (props: typeof __VLS_1) => any;
18
+ } & {
19
+ default?: (props: typeof __VLS_3) => any;
20
+ };
21
+ 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>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
24
+ export default _default;
25
+ type __VLS_WithSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,15 @@
1
+ declare var __VLS_1: {}, __VLS_11: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ } & {
5
+ menu?: (props: typeof __VLS_11) => any;
6
+ };
7
+ declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,16 @@
1
+ import { FlexProps } from '../Flex/Flex.vue';
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => any;
5
+ };
6
+ declare const __VLS_base: import('vue').DefineComponent<FlexProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FlexProps> & Readonly<{}>, {
7
+ gap: import('../..').Spaces | number;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -8,16 +8,11 @@ type Props = {
8
8
  cancelText?: string;
9
9
  showCancel?: boolean;
10
10
  } & Partial<ModalProps>;
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: {
14
- default?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: any;
11
+ declare var __VLS_11: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_11) => any;
18
14
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
16
  cancel: () => any;
22
17
  close: () => any;
23
18
  confirm: () => any;
@@ -34,9 +29,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
34
29
  confirmVariant: Variants;
35
30
  cancelText: string;
36
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
38
34
  export default _default;
39
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
40
36
  new (): {
41
37
  $slots: S;
42
38
  };
@@ -43,31 +43,29 @@ export interface ModalProps {
43
43
  */
44
44
  disableMobileFs?: boolean;
45
45
  }
46
- declare function __VLS_template(): {
47
- attrs: Partial<{}>;
48
- slots: {
49
- header?(_: {
50
- close: () => void;
51
- }): any;
52
- default?(_: {
53
- close: () => void;
54
- }): any;
55
- footer?(_: {
56
- close: () => void;
57
- }): any;
58
- };
59
- refs: {};
60
- rootEl: any;
46
+ declare var __VLS_31: {
47
+ close: () => void;
48
+ }, __VLS_48: {
49
+ close: () => void;
50
+ }, __VLS_51: {
51
+ close: () => void;
52
+ };
53
+ type __VLS_Slots = {} & {
54
+ header?: (props: typeof __VLS_31) => any;
55
+ } & {
56
+ default?: (props: typeof __VLS_48) => any;
57
+ } & {
58
+ footer?: (props: typeof __VLS_51) => any;
61
59
  };
62
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
63
- declare const __VLS_component: import('vue').DefineComponent<ModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
60
+ declare const __VLS_base: import('vue').DefineComponent<ModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
61
  close: () => any;
65
62
  }, string, import('vue').PublicProps, Readonly<ModalProps> & Readonly<{
66
63
  onClose?: (() => any) | undefined;
67
64
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
68
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
66
+ declare const _default: typeof __VLS_export;
69
67
  export default _default;
70
- type __VLS_WithTemplateSlots<T, S> = T & {
68
+ type __VLS_WithSlots<T, S> = T & {
71
69
  new (): {
72
70
  $slots: S;
73
71
  };
@@ -10,21 +10,15 @@ interface Props {
10
10
  redacted?: boolean;
11
11
  }
12
12
  type __VLS_Props = Props;
13
- type __VLS_PublicProps = {
13
+ type __VLS_ModelProps = {
14
14
  modelValue?: string;
15
- } & __VLS_Props;
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- default?(_: {}): any;
20
- };
21
- refs: {
22
- inputRef: HTMLInputElement;
23
- };
24
- rootEl: HTMLDivElement;
25
15
  };
26
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
- 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 var __VLS_1: {};
18
+ type __VLS_Slots = {} & {
19
+ default?: (props: typeof __VLS_1) => any;
20
+ };
21
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
22
  change: (value?: string | undefined) => any;
29
23
  "update:modelValue": (value: string) => any;
30
24
  complete: (value: string) => any;
@@ -32,12 +26,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
32
26
  onChange?: ((value?: string | undefined) => any) | undefined;
33
27
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
28
  onComplete?: ((value: string) => any) | undefined;
35
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
36
- inputRef: HTMLInputElement;
37
- }, HTMLDivElement>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
39
32
  export default _default;
40
- type __VLS_WithTemplateSlots<T, S> = T & {
33
+ type __VLS_WithSlots<T, S> = T & {
41
34
  new (): {
42
35
  $slots: S;
43
36
  };
@@ -0,0 +1,6 @@
1
+ interface Props {
2
+ i: number;
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;