pxd 0.0.52 → 0.0.53

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 (258) hide show
  1. package/README.md +6 -3
  2. package/dist/components/active-graph/index.d.vue.ts +0 -2
  3. package/dist/components/active-graph/index.vue +35 -37
  4. package/dist/components/avatar/index.d.vue.ts +2 -2
  5. package/dist/components/avatar/index.vue +17 -16
  6. package/dist/components/avatar-group/index.d.vue.ts +1 -1
  7. package/dist/components/avatar-group/index.vue +4 -1
  8. package/dist/components/badge/cn.d.ts +90 -0
  9. package/dist/components/badge/cn.js +44 -0
  10. package/dist/components/badge/index.d.vue.ts +5 -33
  11. package/dist/components/badge/index.vue +10 -56
  12. package/dist/components/book/index.vue +90 -17
  13. package/dist/components/browser/index.vue +21 -6
  14. package/dist/components/button/cn.d.ts +121 -0
  15. package/dist/components/button/cn.js +55 -0
  16. package/dist/components/button/index.d.vue.ts +8 -14
  17. package/dist/components/button/index.vue +22 -74
  18. package/dist/components/carousel-group/index.d.vue.ts +1 -1
  19. package/dist/components/carousel-group/index.vue +32 -28
  20. package/dist/components/checkbox/cn.d.ts +67 -0
  21. package/dist/components/checkbox/cn.js +31 -0
  22. package/dist/components/checkbox/index.vue +9 -19
  23. package/dist/components/chip/cn.d.ts +49 -0
  24. package/dist/components/chip/cn.js +26 -0
  25. package/dist/components/chip/index.vue +13 -21
  26. package/dist/components/choicebox/index.vue +1 -1
  27. package/dist/components/choicebox-group/index.vue +6 -3
  28. package/dist/components/collapse/index.vue +7 -1
  29. package/dist/components/collapse-group/index.vue +7 -7
  30. package/dist/components/command-menu/index.vue +9 -8
  31. package/dist/components/command-menu-group/index.vue +4 -1
  32. package/dist/components/config-provider/index.d.vue.ts +1 -0
  33. package/dist/components/config-provider/index.vue +2 -1
  34. package/dist/components/countdown/index.vue +2 -10
  35. package/dist/components/dash-line/index.vue +22 -16
  36. package/dist/components/description/index.vue +4 -2
  37. package/dist/components/drawer/index.vue +19 -11
  38. package/dist/components/empty-state/index.vue +3 -1
  39. package/dist/components/error/cn.d.ts +22 -0
  40. package/dist/components/error/cn.js +15 -0
  41. package/dist/components/error/index.vue +13 -14
  42. package/dist/components/fader/index.vue +30 -14
  43. package/dist/components/gauge/index.vue +6 -6
  44. package/dist/components/grid/index.vue +16 -12
  45. package/dist/components/grid-item/index.vue +4 -4
  46. package/dist/components/hold-button/index.vue +19 -13
  47. package/dist/components/input/cn.d.ts +73 -0
  48. package/dist/components/input/cn.js +36 -0
  49. package/dist/components/input/index.d.vue.ts +14 -16
  50. package/dist/components/input/index.vue +74 -101
  51. package/dist/components/intersection-observer/index.vue +7 -3
  52. package/dist/components/kbd/index.vue +2 -2
  53. package/dist/components/link-button/index.d.vue.ts +8 -8
  54. package/dist/components/link-button/index.vue +17 -25
  55. package/dist/components/list/index.d.vue.ts +0 -1
  56. package/dist/components/list/index.vue +58 -57
  57. package/dist/components/list-item/cn.d.ts +22 -0
  58. package/dist/components/list-item/cn.js +15 -0
  59. package/dist/components/list-item/index.d.vue.ts +3 -3
  60. package/dist/components/list-item/index.vue +14 -25
  61. package/dist/components/loading-bar/cn.d.ts +70 -0
  62. package/dist/components/loading-bar/cn.js +32 -0
  63. package/dist/components/loading-bar/index.d.vue.ts +2 -0
  64. package/dist/components/loading-bar/index.vue +68 -61
  65. package/dist/components/loading-dots/index.vue +12 -4
  66. package/dist/components/menu/index.d.vue.ts +2 -2
  67. package/dist/components/menu/index.vue +4 -4
  68. package/dist/components/message/index.vue +82 -48
  69. package/dist/components/message-item/index.vue +7 -2
  70. package/dist/components/modal/index.vue +20 -12
  71. package/dist/components/more-button/index.d.vue.ts +1 -3
  72. package/dist/components/more-button/index.vue +7 -17
  73. package/dist/components/note/cn.d.ts +121 -0
  74. package/dist/components/note/cn.js +66 -0
  75. package/dist/components/note/index.d.vue.ts +3 -39
  76. package/dist/components/note/index.vue +18 -37
  77. package/dist/components/number-input/index.d.vue.ts +19 -10
  78. package/dist/components/number-input/index.vue +121 -75
  79. package/dist/components/overlay/index.vue +4 -20
  80. package/dist/components/pagination/index.vue +25 -8
  81. package/dist/components/pin-input/cn.d.ts +46 -0
  82. package/dist/components/pin-input/cn.js +25 -0
  83. package/dist/components/pin-input/index.vue +11 -20
  84. package/dist/components/placeholder/index.vue +11 -4
  85. package/dist/components/popover/index.d.vue.ts +4 -3
  86. package/dist/components/popover/index.vue +107 -54
  87. package/dist/components/progress/cn.d.ts +19 -0
  88. package/dist/components/progress/cn.js +14 -0
  89. package/dist/components/progress/index.d.vue.ts +1 -1
  90. package/dist/components/progress/index.vue +21 -14
  91. package/dist/components/radio/cn.d.ts +46 -0
  92. package/dist/components/radio/cn.js +42 -0
  93. package/dist/components/radio/index.vue +11 -18
  94. package/dist/components/resizable/index.vue +8 -2
  95. package/dist/components/resizable-handle/index.vue +1 -0
  96. package/dist/components/resizable-panel/index.vue +12 -11
  97. package/dist/components/skeleton/cn.d.ts +43 -0
  98. package/dist/components/skeleton/cn.js +24 -0
  99. package/dist/components/skeleton/index.d.vue.ts +4 -3
  100. package/dist/components/skeleton/index.vue +11 -20
  101. package/dist/components/slider/index.d.vue.ts +1 -1
  102. package/dist/components/slider/index.vue +14 -12
  103. package/dist/components/snippet/cn.d.ts +52 -0
  104. package/dist/components/snippet/cn.js +27 -0
  105. package/dist/components/snippet/index.vue +21 -29
  106. package/dist/components/spinner/index.vue +3 -1
  107. package/dist/components/stack/cn.d.ts +70 -0
  108. package/dist/components/stack/cn.js +33 -0
  109. package/dist/components/stack/index.d.vue.ts +2 -2
  110. package/dist/components/stack/index.vue +16 -31
  111. package/dist/components/status-dot/index.vue +5 -1
  112. package/dist/components/switch/cn.d.ts +16 -0
  113. package/dist/components/switch/cn.js +13 -0
  114. package/dist/components/switch/index.vue +5 -11
  115. package/dist/components/switch-group/index.vue +7 -4
  116. package/dist/components/text/cn.d.ts +67 -0
  117. package/dist/components/text/cn.js +34 -0
  118. package/dist/components/text/index.d.vue.ts +1 -1
  119. package/dist/components/text/index.vue +16 -25
  120. package/dist/components/textarea/cn.d.ts +58 -0
  121. package/dist/components/textarea/cn.js +30 -0
  122. package/dist/components/textarea/index.d.vue.ts +2 -0
  123. package/dist/components/textarea/index.vue +17 -24
  124. package/dist/components/theme-switcher/index.vue +6 -3
  125. package/dist/components/time-picker/index.d.vue.ts +2 -2
  126. package/dist/components/time-picker/index.vue +45 -25
  127. package/dist/components/toggle/index.vue +10 -6
  128. package/dist/components/tooltip/index.vue +3 -3
  129. package/dist/components/virtual-list/index.vue +1 -7
  130. package/dist/composables/use-browser-observer.d.ts +1 -1
  131. package/dist/composables/use-browser-observer.js +19 -15
  132. package/dist/composables/use-config-provider-context.d.ts +1 -0
  133. package/dist/composables/use-config-provider-context.js +5 -10
  134. package/dist/composables/use-countdown.js +1 -3
  135. package/dist/composables/use-deferred-value.js +1 -5
  136. package/dist/composables/use-delay-change.js +1 -4
  137. package/dist/composables/use-delay-destroy.js +1 -5
  138. package/dist/composables/use-loading-bar.d.ts +6 -14
  139. package/dist/composables/use-loading-bar.js +3 -14
  140. package/dist/composables/use-message.d.ts +9 -3
  141. package/dist/composables/use-message.js +9 -9
  142. package/dist/composables/use-model-value.d.ts +1 -0
  143. package/dist/composables/use-model-value.js +4 -2
  144. package/dist/composables/use-outside-click.js +12 -8
  145. package/dist/composables/use-pointer-gesture.js +5 -1
  146. package/dist/composables/use-toggle-value.js +1 -4
  147. package/dist/composables/use-virtual-list.js +14 -7
  148. package/dist/contexts/avatar.js +4 -4
  149. package/dist/contexts/carousel.js +1 -4
  150. package/dist/contexts/checkbox.js +1 -4
  151. package/dist/contexts/choicebox.js +2 -8
  152. package/dist/contexts/collapse.js +1 -4
  153. package/dist/contexts/list.js +5 -8
  154. package/dist/contexts/radio.js +4 -4
  155. package/dist/contexts/resizable.js +1 -4
  156. package/dist/contexts/switch.js +2 -8
  157. package/dist/index.d.ts +1 -0
  158. package/dist/styles/source.css +106 -59
  159. package/dist/styles/styles.css +1 -1
  160. package/dist/styles/tw.css +106 -59
  161. package/dist/types/components/avatar.d.ts +2 -2
  162. package/dist/types/components/button.d.ts +11 -4
  163. package/dist/types/components/index.d.ts +12 -0
  164. package/dist/types/components/input.d.ts +4 -5
  165. package/dist/types/components/list.d.ts +1 -1
  166. package/dist/types/components/switch.d.ts +1 -1
  167. package/dist/types/shared/props.d.ts +6 -4
  168. package/dist/types/shared/utils.d.ts +3 -1
  169. package/dist/utils/context.d.ts +2 -8
  170. package/dist/utils/date.d.ts +1 -1
  171. package/dist/utils/date.js +1 -5
  172. package/dist/utils/event.js +6 -18
  173. package/dist/utils/format.d.ts +1 -1
  174. package/dist/utils/format.js +1 -1
  175. package/dist/utils/is.d.ts +0 -1
  176. package/dist/utils/is.js +3 -2
  177. package/dist/utils/responsive.js +7 -4
  178. package/dist/utils/throttle.js +4 -2
  179. package/package.json +45 -43
  180. package/dist/components/_internal/fragment-container.vue.d.ts +0 -13
  181. package/dist/components/active-graph/index.vue.d.ts +0 -51
  182. package/dist/components/avatar/index.vue.d.ts +0 -34
  183. package/dist/components/avatar-group/index.vue.d.ts +0 -8
  184. package/dist/components/backtop/index.vue.d.ts +0 -21
  185. package/dist/components/badge/index.vue.d.ts +0 -52
  186. package/dist/components/book/index.vue.d.ts +0 -28
  187. package/dist/components/browser/index.vue.d.ts +0 -16
  188. package/dist/components/button/index.vue.d.ts +0 -29
  189. package/dist/components/carousel/index.vue.d.ts +0 -13
  190. package/dist/components/carousel-group/index.vue.d.ts +0 -35
  191. package/dist/components/checkbox/index.vue.d.ts +0 -26
  192. package/dist/components/checkbox-group/index.vue.d.ts +0 -28
  193. package/dist/components/chip/index.vue.d.ts +0 -24
  194. package/dist/components/choicebox/index.vue.d.ts +0 -16
  195. package/dist/components/choicebox-group/index.vue.d.ts +0 -24
  196. package/dist/components/collapse/index.vue.d.ts +0 -22
  197. package/dist/components/collapse-group/index.vue.d.ts +0 -20
  198. package/dist/components/command-menu/index.vue.d.ts +0 -42
  199. package/dist/components/command-menu-group/index.vue.d.ts +0 -17
  200. package/dist/components/command-menu-item/index.vue.d.ts +0 -13
  201. package/dist/components/config-provider/index.vue.d.ts +0 -22
  202. package/dist/components/countdown/index.vue.d.ts +0 -51
  203. package/dist/components/dash-line/index.vue.d.ts +0 -13
  204. package/dist/components/description/index.vue.d.ts +0 -20
  205. package/dist/components/drawer/index.vue.d.ts +0 -60
  206. package/dist/components/empty-state/index.vue.d.ts +0 -23
  207. package/dist/components/error/index.vue.d.ts +0 -22
  208. package/dist/components/fader/index.vue.d.ts +0 -12
  209. package/dist/components/gauge/index.vue.d.ts +0 -14
  210. package/dist/components/grid/index.vue.d.ts +0 -19
  211. package/dist/components/grid-item/index.vue.d.ts +0 -18
  212. package/dist/components/hold-button/index.vue.d.ts +0 -42
  213. package/dist/components/input/index.vue.d.ts +0 -55
  214. package/dist/components/intersection-observer/index.vue.d.ts +0 -39
  215. package/dist/components/kbd/index.vue.d.ts +0 -24
  216. package/dist/components/label/index.vue.d.ts +0 -13
  217. package/dist/components/link-button/index.vue.d.ts +0 -33
  218. package/dist/components/list/index.vue.d.ts +0 -44
  219. package/dist/components/list-item/index.vue.d.ts +0 -29
  220. package/dist/components/loading-bar/index.vue.d.ts +0 -15
  221. package/dist/components/loading-dots/index.vue.d.ts +0 -15
  222. package/dist/components/material/index.vue.d.ts +0 -18
  223. package/dist/components/menu/index.vue.d.ts +0 -33
  224. package/dist/components/message/index.vue.d.ts +0 -176
  225. package/dist/components/message-item/index.vue.d.ts +0 -15
  226. package/dist/components/modal/index.vue.d.ts +0 -58
  227. package/dist/components/more-button/index.vue.d.ts +0 -20
  228. package/dist/components/noise-background/index.vue.d.ts +0 -19
  229. package/dist/components/note/index.vue.d.ts +0 -64
  230. package/dist/components/number-input/index.vue.d.ts +0 -39
  231. package/dist/components/overlay/index.vue.d.ts +0 -35
  232. package/dist/components/pagination/index.vue.d.ts +0 -21
  233. package/dist/components/pin-input/index.vue.d.ts +0 -28
  234. package/dist/components/placeholder/index.vue.d.ts +0 -18
  235. package/dist/components/popover/index.vue.d.ts +0 -73
  236. package/dist/components/progress/index.vue.d.ts +0 -34
  237. package/dist/components/radio/index.vue.d.ts +0 -20
  238. package/dist/components/radio-group/index.vue.d.ts +0 -22
  239. package/dist/components/resizable/index.vue.d.ts +0 -19
  240. package/dist/components/resizable-handle/index.vue.d.ts +0 -3
  241. package/dist/components/resizable-panel/index.vue.d.ts +0 -20
  242. package/dist/components/scrollable/index.vue.d.ts +0 -0
  243. package/dist/components/skeleton/index.vue.d.ts +0 -26
  244. package/dist/components/slider/index.vue.d.ts +0 -26
  245. package/dist/components/snippet/index.vue.d.ts +0 -18
  246. package/dist/components/spinner/index.vue.d.ts +0 -3
  247. package/dist/components/stack/index.vue.d.ts +0 -30
  248. package/dist/components/status-dot/index.vue.d.ts +0 -11
  249. package/dist/components/switch/index.vue.d.ts +0 -20
  250. package/dist/components/switch-group/index.vue.d.ts +0 -23
  251. package/dist/components/teleport/index.vue.d.ts +0 -21
  252. package/dist/components/text/index.vue.d.ts +0 -26
  253. package/dist/components/textarea/index.vue.d.ts +0 -28
  254. package/dist/components/theme-switcher/index.vue.d.ts +0 -8
  255. package/dist/components/time-picker/index.vue.d.ts +0 -35
  256. package/dist/components/toggle/index.vue.d.ts +0 -41
  257. package/dist/components/tooltip/index.vue.d.ts +0 -32
  258. package/dist/components/virtual-list/index.vue.d.ts +0 -24
@@ -1,42 +0,0 @@
1
- import type { ListOptionSelected } from '../../types/components/list';
2
- interface Props {
3
- width?: string | number;
4
- modelValue?: boolean;
5
- placeholder?: string;
6
- closeOnSelectItem?: boolean;
7
- closeOnPressEscape?: boolean;
8
- closeOnClickOverlay?: boolean;
9
- }
10
- declare var __VLS_30: {}, __VLS_32: {};
11
- type __VLS_Slots = {} & {
12
- default?: (props: typeof __VLS_30) => any;
13
- } & {
14
- footer?: (props: typeof __VLS_32) => any;
15
- };
16
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
- select: (args_0: MouseEvent, args_1: ListOptionSelected) => any;
18
- change: (args_0: boolean) => any;
19
- "update:modelValue": (args_0: boolean) => any;
20
- show: () => any;
21
- hide: () => any;
22
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
23
- onSelect?: ((args_0: MouseEvent, args_1: ListOptionSelected) => any) | undefined;
24
- onChange?: ((args_0: boolean) => any) | undefined;
25
- "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
26
- onShow?: (() => any) | undefined;
27
- onHide?: (() => any) | undefined;
28
- }>, {
29
- placeholder: string;
30
- modelValue: boolean;
31
- closeOnPressEscape: boolean;
32
- closeOnClickOverlay: boolean;
33
- closeOnSelectItem: boolean;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
- declare const _default: typeof __VLS_export;
37
- export default _default;
38
- type __VLS_WithSlots<T, S> = T & {
39
- new (): {
40
- $slots: S;
41
- };
42
- };
@@ -1,17 +0,0 @@
1
- import type { ComponentLabel } from '../../types/shared/props';
2
- interface Props {
3
- label?: ComponentLabel;
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<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & 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
- };
@@ -1,13 +0,0 @@
1
- declare var __VLS_8: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_8) => any;
4
- };
5
- 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>;
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
- };
@@ -1,22 +0,0 @@
1
- import type { ConfigProviderProps } from '../../composables/use-config-provider-context';
2
- import type { ComponentAs } from '../../types/shared';
3
- interface Props extends ConfigProviderProps {
4
- as?: ComponentAs;
5
- }
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
- size: import("../../types/shared").ComponentSize;
12
- locale: Record<string, any>;
13
- as: ComponentAs;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,51 +0,0 @@
1
- import type { Options } from '../../composables/use-countdown';
2
- interface Props extends Options {
3
- format?: string;
4
- }
5
- declare var __VLS_1: {
6
- active: boolean;
7
- times: {
8
- dd: any;
9
- hh: any;
10
- mm: any;
11
- ss: any;
12
- ms: any;
13
- };
14
- };
15
- type __VLS_Slots = {} & {
16
- default?: (props: typeof __VLS_1) => any;
17
- };
18
- declare const __VLS_base: import("vue").DefineComponent<Props, {
19
- reset: () => void;
20
- times: import("vue").ComputedRef<{
21
- dd: any;
22
- hh: any;
23
- mm: any;
24
- ss: any;
25
- ms: any;
26
- }>;
27
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- change: (active: boolean) => any;
29
- reset: () => any;
30
- finish: () => any;
31
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
32
- onChange?: ((active: boolean) => any) | undefined;
33
- onReset?: (() => any) | undefined;
34
- onFinish?: (() => any) | undefined;
35
- }>, {
36
- format: string;
37
- endTime: number;
38
- durations: number;
39
- active: boolean;
40
- autoReset: boolean;
41
- precision: number;
42
- millisecond: boolean;
43
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
- declare const _default: typeof __VLS_export;
46
- export default _default;
47
- type __VLS_WithSlots<T, S> = T & {
48
- new (): {
49
- $slots: S;
50
- };
51
- };
@@ -1,13 +0,0 @@
1
- import type { BasePosition } from '../../types/shared';
2
- interface Props {
3
- position?: BasePosition | BasePosition[];
4
- lineSize?: string | number;
5
- dashSize?: string | number;
6
- color?: string;
7
- gap?: string | number;
8
- }
9
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
10
- position: BasePosition | BasePosition[];
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: typeof __VLS_export;
13
- export default _default;
@@ -1,20 +0,0 @@
1
- interface Props {
2
- title?: string;
3
- content?: string;
4
- tooltip?: string;
5
- }
6
- declare var __VLS_1: {}, __VLS_14: {};
7
- type __VLS_Slots = {} & {
8
- title?: (props: typeof __VLS_1) => any;
9
- } & {
10
- content?: (props: typeof __VLS_14) => any;
11
- };
12
- 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>;
13
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
- declare const _default: typeof __VLS_export;
15
- export default _default;
16
- type __VLS_WithSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };
@@ -1,60 +0,0 @@
1
- import type { BasePosition, ComponentClass, ComponentLabel } from '../../types/shared';
2
- interface Props {
3
- title?: ComponentLabel;
4
- subtitle?: ComponentLabel;
5
- size?: number | string;
6
- loading?: boolean;
7
- position?: BasePosition;
8
- modelValue?: boolean;
9
- appendToBody?: boolean;
10
- headerStylize?: boolean;
11
- footerStylize?: boolean;
12
- wrapperClass?: ComponentClass;
13
- contentClass?: ComponentClass;
14
- closeOnPressEscape?: boolean;
15
- closeOnClickOverlay?: boolean;
16
- initialFocus?: string | false;
17
- }
18
- declare var __VLS_17: {}, __VLS_19: {}, __VLS_21: {}, __VLS_23: {}, __VLS_25: {};
19
- type __VLS_Slots = {} & {
20
- header?: (props: typeof __VLS_17) => any;
21
- } & {
22
- title?: (props: typeof __VLS_19) => any;
23
- } & {
24
- subtitle?: (props: typeof __VLS_21) => any;
25
- } & {
26
- default?: (props: typeof __VLS_23) => any;
27
- } & {
28
- footer?: (props: typeof __VLS_25) => any;
29
- };
30
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
- change: (args_0: boolean) => any;
32
- "update:modelValue": (args_0: boolean) => any;
33
- show: () => any;
34
- hide: () => any;
35
- "visible-change": (args_0: boolean) => any;
36
- "outside-click": (args_0: MouseEvent) => any;
37
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
38
- onChange?: ((args_0: boolean) => any) | undefined;
39
- "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
40
- onShow?: (() => any) | undefined;
41
- onHide?: (() => any) | undefined;
42
- "onVisible-change"?: ((args_0: boolean) => any) | undefined;
43
- "onOutside-click"?: ((args_0: MouseEvent) => any) | undefined;
44
- }>, {
45
- modelValue: boolean;
46
- closeOnPressEscape: boolean;
47
- appendToBody: boolean;
48
- closeOnClickOverlay: boolean;
49
- headerStylize: boolean;
50
- footerStylize: boolean;
51
- position: BasePosition;
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;
55
- export default _default;
56
- type __VLS_WithSlots<T, S> = T & {
57
- new (): {
58
- $slots: S;
59
- };
60
- };
@@ -1,23 +0,0 @@
1
- interface Props {
2
- title?: string;
3
- description?: string;
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
- title?: (props: typeof __VLS_3) => any;
10
- } & {
11
- description?: (props: typeof __VLS_5) => any;
12
- } & {
13
- default?: (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
- };
@@ -1,22 +0,0 @@
1
- import type { ErrorType } from '../../types/components/error';
2
- import type { ComponentLabel, ComponentSizeWithXs } from '../../types/shared';
3
- interface Props {
4
- size?: ComponentSizeWithXs;
5
- label?: ComponentLabel;
6
- error?: ErrorType;
7
- }
8
- declare var __VLS_6: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_6) => any;
11
- };
12
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
13
- size: ComponentSizeWithXs;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,12 +0,0 @@
1
- import type { ComponentDirection } from '../../types/shared/props';
2
- interface Props {
3
- size?: number;
4
- color?: string;
5
- container?: string | HTMLElement;
6
- direction?: ComponentDirection | 'both';
7
- }
8
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
9
- direction: ComponentDirection | "both";
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: typeof __VLS_export;
12
- export default _default;
@@ -1,14 +0,0 @@
1
- import type { ComponentSizeWithXs } from '../../types/shared';
2
- interface Props {
3
- modelValue?: number | null;
4
- showValue?: boolean;
5
- indeterminate?: boolean;
6
- size?: ComponentSizeWithXs;
7
- colors?: Record<string, string>;
8
- }
9
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
10
- modelValue: number | null;
11
- showValue: boolean;
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
@@ -1,19 +0,0 @@
1
- import type { ResponsiveValue } from '../../types/shared/props';
2
- interface Props {
3
- debug?: boolean;
4
- rows?: ResponsiveValue<string | number>;
5
- columns?: ResponsiveValue<string | number>;
6
- }
7
- declare var __VLS_1: {};
8
- type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_1) => any;
10
- };
11
- 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>;
12
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
15
- type __VLS_WithSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,18 +0,0 @@
1
- import type { ResponsiveValue } from '../../types/shared';
2
- interface Props {
3
- row?: ResponsiveValue<string | number>;
4
- column?: ResponsiveValue<string | number>;
5
- }
6
- declare var __VLS_1: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_1) => any;
9
- };
10
- 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>;
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
- };
@@ -1,42 +0,0 @@
1
- import type { ButtonProps } from '../../types/components/button';
2
- interface Props extends Omit<ButtonProps, 'as'> {
3
- vibrate?: boolean;
4
- scalable?: boolean;
5
- durations?: number | string;
6
- maskColor?: string;
7
- cancelable?: boolean;
8
- }
9
- declare var __VLS_13: {}, __VLS_15: {}, __VLS_18: {};
10
- type __VLS_Slots = {} & {
11
- prefix?: (props: typeof __VLS_13) => any;
12
- } & {
13
- default?: (props: typeof __VLS_15) => any;
14
- } & {
15
- suffix?: (props: typeof __VLS_18) => any;
16
- };
17
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- pointerdown: (args_0: PointerEvent) => any;
19
- pointerup: (args_0: PointerEvent) => any;
20
- confirm: () => any;
21
- canceled: () => any;
22
- finished: (args_0: boolean) => any;
23
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
24
- onPointerdown?: ((args_0: PointerEvent) => any) | undefined;
25
- onPointerup?: ((args_0: PointerEvent) => any) | undefined;
26
- onConfirm?: (() => any) | undefined;
27
- onCanceled?: (() => any) | undefined;
28
- onFinished?: ((args_0: boolean) => any) | undefined;
29
- }>, {
30
- durations: number | string;
31
- vibrate: boolean;
32
- scalable: boolean;
33
- maskColor: string;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
- declare const _default: typeof __VLS_export;
37
- export default _default;
38
- type __VLS_WithSlots<T, S> = T & {
39
- new (): {
40
- $slots: S;
41
- };
42
- };
@@ -1,55 +0,0 @@
1
- import type { InputProps } from '../../types/components/input';
2
- declare function setNativeInputValue(value: any): void;
3
- declare function clearValue(): void;
4
- declare var __VLS_1: {}, __VLS_18: {};
5
- type __VLS_Slots = {} & {
6
- prefix?: (props: typeof __VLS_1) => any;
7
- } & {
8
- suffix?: (props: typeof __VLS_18) => any;
9
- };
10
- declare const __VLS_base: import("vue").DefineComponent<InputProps, {
11
- blur: () => void | undefined;
12
- focus: () => void | undefined;
13
- select: () => void | undefined;
14
- clear: typeof clearValue;
15
- setInputValue: typeof setNativeInputValue;
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
- input: (args_0: string) => any;
18
- click: (args_0: MouseEvent) => any;
19
- clear: (args_0: string) => any;
20
- blur: (args_0: FocusEvent) => any;
21
- change: (args_0: string) => any;
22
- compositionend: (args_0: CompositionEvent) => any;
23
- compositionstart: (args_0: CompositionEvent) => any;
24
- compositionupdate: (args_0: CompositionEvent) => any;
25
- focus: (args_0: FocusEvent) => any;
26
- keydown: (args_0: KeyboardEvent) => any;
27
- "update:modelValue": (args_0: string) => any;
28
- }, string, import("vue").PublicProps, Readonly<InputProps> & Readonly<{
29
- onInput?: ((args_0: string) => any) | undefined;
30
- onClick?: ((args_0: MouseEvent) => any) | undefined;
31
- onClear?: ((args_0: string) => any) | undefined;
32
- onBlur?: ((args_0: FocusEvent) => any) | undefined;
33
- onChange?: ((args_0: string) => any) | undefined;
34
- onCompositionend?: ((args_0: CompositionEvent) => any) | undefined;
35
- onCompositionstart?: ((args_0: CompositionEvent) => any) | undefined;
36
- onCompositionupdate?: ((args_0: CompositionEvent) => any) | undefined;
37
- onFocus?: ((args_0: FocusEvent) => any) | undefined;
38
- onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
39
- "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
40
- }>, {
41
- align: "left" | "center" | "right";
42
- error: boolean | string;
43
- placeholder: string;
44
- modelValue: import("../../types/shared").ComponentLabel;
45
- prefixStyle: boolean;
46
- suffixStyle: boolean;
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
49
- declare const _default: typeof __VLS_export;
50
- export default _default;
51
- type __VLS_WithSlots<T, S> = T & {
52
- new (): {
53
- $slots: S;
54
- };
55
- };
@@ -1,39 +0,0 @@
1
- interface Props {
2
- width?: number | string;
3
- height?: number | string;
4
- keepAlive?: boolean;
5
- root?: Element | Document | null;
6
- rootMargin?: string;
7
- threshold?: number | number[];
8
- }
9
- declare var __VLS_13: {}, __VLS_15: {};
10
- type __VLS_Slots = {} & {
11
- default?: (props: typeof __VLS_13) => any;
12
- } & {
13
- default?: (props: typeof __VLS_15) => any;
14
- };
15
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- show: () => any;
17
- hide: () => any;
18
- "visible-change": (args_0: boolean) => any;
19
- "before-show": () => any;
20
- "before-hide": () => any;
21
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
22
- onShow?: (() => any) | undefined;
23
- onHide?: (() => any) | undefined;
24
- "onVisible-change"?: ((args_0: boolean) => any) | undefined;
25
- "onBefore-show"?: (() => any) | undefined;
26
- "onBefore-hide"?: (() => any) | undefined;
27
- }>, {
28
- threshold: number | number[];
29
- root: Element | Document | null;
30
- rootMargin: string;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
- declare const _default: typeof __VLS_export;
34
- export default _default;
35
- type __VLS_WithSlots<T, S> = T & {
36
- new (): {
37
- $slots: S;
38
- };
39
- };
@@ -1,24 +0,0 @@
1
- import type { ComponentLabel } from 'pxd';
2
- import type { ComponentSize } from '../../types/shared';
3
- interface Props {
4
- alt?: boolean;
5
- ctrl?: boolean;
6
- meta?: boolean;
7
- enter?: boolean;
8
- shift?: boolean;
9
- label?: ComponentLabel;
10
- size?: ComponentSize;
11
- }
12
- declare var __VLS_1: {};
13
- type __VLS_Slots = {} & {
14
- default?: (props: typeof __VLS_1) => any;
15
- };
16
- 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>;
17
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
- declare const _default: typeof __VLS_export;
19
- export default _default;
20
- type __VLS_WithSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -1,13 +0,0 @@
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, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, 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
- };
@@ -1,33 +0,0 @@
1
- interface Props {
2
- href: string;
3
- text?: string;
4
- type?: 'button' | 'text';
5
- align?: 'left' | 'center' | 'right';
6
- target?: '_blank' | '_self' | '_parent' | '_top';
7
- externalIcon?: boolean;
8
- }
9
- declare var __VLS_11: {}, __VLS_13: {}, __VLS_16: {};
10
- type __VLS_Slots = {} & {
11
- prefix?: (props: typeof __VLS_11) => any;
12
- } & {
13
- default?: (props: typeof __VLS_13) => any;
14
- } & {
15
- suffix?: (props: typeof __VLS_16) => any;
16
- };
17
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- click: (args_0: MouseEvent) => any;
19
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
20
- onClick?: ((args_0: MouseEvent) => any) | undefined;
21
- }>, {
22
- type: "button" | "text";
23
- align: "left" | "center" | "right";
24
- target: "_blank" | "_self" | "_parent" | "_top";
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;
28
- export default _default;
29
- type __VLS_WithSlots<T, S> = T & {
30
- new (): {
31
- $slots: S;
32
- };
33
- };
@@ -1,44 +0,0 @@
1
- import type { ListOption, ListOptionSelected } from '../../types/components/list';
2
- interface Props {
3
- loop?: boolean;
4
- width?: string | number;
5
- options?: ListOption[];
6
- keyListener?: boolean;
7
- itemTransition?: boolean;
8
- closeOnPressEscape?: boolean;
9
- }
10
- declare function updateListItem(): void;
11
- declare function isNoVisibleItem(): boolean;
12
- declare function setActiveValue(newValue?: string): void;
13
- declare function setActiveValueToFirst(): void;
14
- declare var __VLS_7: {};
15
- type __VLS_Slots = {} & {
16
- default?: (props: typeof __VLS_7) => any;
17
- };
18
- declare const __VLS_base: import("vue").DefineComponent<Props, {
19
- setActiveValue: typeof setActiveValue;
20
- updateListItem: typeof updateListItem;
21
- isNoVisibleItem: typeof isNoVisibleItem;
22
- setActiveValueToFirst: typeof setActiveValueToFirst;
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
- select: (args_0: MouseEvent, args_1: ListOptionSelected) => any;
25
- toggle: () => any;
26
- escape: (args_0: KeyboardEvent) => any;
27
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
28
- onSelect?: ((args_0: MouseEvent, args_1: ListOptionSelected) => any) | undefined;
29
- onToggle?: (() => any) | undefined;
30
- onEscape?: ((args_0: KeyboardEvent) => any) | undefined;
31
- }>, {
32
- options: ListOption[];
33
- loop: boolean;
34
- keyListener: boolean;
35
- itemTransition: boolean;
36
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
38
- declare const _default: typeof __VLS_export;
39
- export default _default;
40
- type __VLS_WithSlots<T, S> = T & {
41
- new (): {
42
- $slots: S;
43
- };
44
- };
@@ -1,29 +0,0 @@
1
- import type { ListOption, ListOptionSelected } from '../../types/components/list';
2
- interface Props {
3
- as?: ListOption['as'];
4
- type?: ListOption['type'];
5
- label?: ListOption['label'];
6
- disabled?: ListOption['disabled'];
7
- description?: ListOption['description'];
8
- }
9
- declare var __VLS_11: {};
10
- type __VLS_Slots = {} & {
11
- default?: (props: typeof __VLS_11) => any;
12
- };
13
- declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- click: (args_0: MouseEvent, args_1: ListOptionSelected) => any;
15
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
16
- onClick?: ((args_0: MouseEvent, args_1: ListOptionSelected) => any) | undefined;
17
- }>, {
18
- type: "default" | "error" | "warning" | "separator";
19
- as: import("../../types/shared").ComponentAs;
20
- disabled: boolean;
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;
24
- export default _default;
25
- type __VLS_WithSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };