pxd 0.0.43 → 0.0.45

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 (312) hide show
  1. package/dist/components/active-graph/index.d.vue.ts +51 -0
  2. package/dist/components/active-graph/index.vue +2 -2
  3. package/dist/{src/components → components}/active-graph/index.vue.d.ts +8 -7
  4. package/dist/components/avatar/index.d.vue.ts +34 -0
  5. package/dist/components/avatar/index.vue +1 -1
  6. package/dist/{src/components → components}/avatar/index.vue.d.ts +8 -7
  7. package/dist/components/avatar-group/index.d.vue.ts +8 -0
  8. package/dist/components/avatar-group/index.vue.d.ts +8 -0
  9. package/dist/components/backtop/index.d.vue.ts +21 -0
  10. package/dist/components/backtop/index.vue +1 -1
  11. package/dist/components/backtop/index.vue.d.ts +21 -0
  12. package/dist/components/badge/index.d.vue.ts +52 -0
  13. package/dist/components/badge/index.vue +1 -1
  14. package/dist/{src/components → components}/badge/index.vue.d.ts +7 -6
  15. package/dist/components/book/index.d.vue.ts +28 -0
  16. package/dist/{src/components → components}/book/index.vue.d.ts +4 -3
  17. package/dist/components/browser/index.d.vue.ts +16 -0
  18. package/dist/components/browser/index.vue +3 -1
  19. package/dist/components/browser/index.vue.d.ts +16 -0
  20. package/dist/components/button/index.d.vue.ts +29 -0
  21. package/dist/components/button/index.vue.d.ts +29 -0
  22. package/dist/components/carousel/index.d.vue.ts +13 -0
  23. package/dist/components/carousel/index.vue.d.ts +13 -0
  24. package/dist/components/carousel-group/index.d.vue.ts +36 -0
  25. package/dist/components/carousel-group/index.vue +29 -10
  26. package/dist/{src/components → components}/carousel-group/index.vue.d.ts +8 -7
  27. package/dist/components/checkbox/index.d.vue.ts +24 -0
  28. package/dist/{src/components → components}/checkbox/index.vue.d.ts +6 -5
  29. package/dist/components/checkbox-group/index.d.vue.ts +28 -0
  30. package/dist/{src/components → components}/checkbox-group/index.vue.d.ts +8 -7
  31. package/dist/components/chip/index.d.vue.ts +24 -0
  32. package/dist/components/chip/index.vue +1 -6
  33. package/dist/{src/components → components}/chip/index.vue.d.ts +6 -5
  34. package/dist/components/choicebox/index.d.vue.ts +16 -0
  35. package/dist/components/choicebox/index.vue.d.ts +16 -0
  36. package/dist/components/choicebox-group/index.d.vue.ts +24 -0
  37. package/dist/components/choicebox-group/index.vue.d.ts +24 -0
  38. package/dist/components/collapse/index.d.vue.ts +22 -0
  39. package/dist/components/collapse/index.vue +1 -10
  40. package/dist/components/collapse/index.vue.d.ts +22 -0
  41. package/dist/components/collapse-group/index.d.vue.ts +20 -0
  42. package/dist/components/collapse-group/index.vue.d.ts +20 -0
  43. package/dist/components/command-menu/index.d.vue.ts +40 -0
  44. package/dist/components/command-menu/index.vue +33 -35
  45. package/dist/{src/components → components}/command-menu/index.vue.d.ts +13 -12
  46. package/dist/components/command-menu-group/index.d.vue.ts +17 -0
  47. package/dist/components/command-menu-group/index.vue.d.ts +17 -0
  48. package/dist/components/command-menu-item/index.d.vue.ts +13 -0
  49. package/dist/components/command-menu-item/index.vue.d.ts +13 -0
  50. package/dist/components/config-provider/index.d.vue.ts +22 -0
  51. package/dist/components/config-provider/index.vue.d.ts +22 -0
  52. package/dist/components/countdown/index.d.vue.ts +51 -0
  53. package/dist/{src/components → components}/countdown/index.vue.d.ts +21 -20
  54. package/dist/components/dash-line/index.d.vue.ts +13 -0
  55. package/dist/components/dash-line/index.vue +78 -0
  56. package/dist/components/dash-line/index.vue.d.ts +13 -0
  57. package/dist/components/description/index.d.vue.ts +20 -0
  58. package/dist/components/description/index.vue.d.ts +20 -0
  59. package/dist/components/drawer/index.d.vue.ts +58 -0
  60. package/dist/components/drawer/index.vue +15 -75
  61. package/dist/{src/components → components}/drawer/index.vue.d.ts +20 -18
  62. package/dist/components/empty-state/index.d.vue.ts +23 -0
  63. package/dist/{src/components → components}/empty-state/index.vue.d.ts +3 -2
  64. package/dist/components/error/index.d.vue.ts +22 -0
  65. package/dist/{src/components → components}/error/index.vue.d.ts +4 -3
  66. package/dist/components/fader/index.d.vue.ts +12 -0
  67. package/dist/components/fader/index.vue +4 -3
  68. package/dist/components/fader/index.vue.d.ts +12 -0
  69. package/dist/components/gauge/index.d.vue.ts +14 -0
  70. package/dist/components/gauge/index.vue +1 -1
  71. package/dist/components/gauge/index.vue.d.ts +14 -0
  72. package/dist/components/grid/index.d.vue.ts +19 -0
  73. package/dist/components/grid/index.vue +1 -36
  74. package/dist/components/grid/index.vue.d.ts +19 -0
  75. package/dist/components/grid-item/index.d.vue.ts +18 -0
  76. package/dist/components/grid-item/index.vue.d.ts +18 -0
  77. package/dist/components/hold-button/index.d.vue.ts +42 -0
  78. package/dist/components/hold-button/index.vue +2 -1
  79. package/dist/components/hold-button/index.vue.d.ts +42 -0
  80. package/dist/components/index.d.ts +1 -0
  81. package/dist/components/index.js +1 -0
  82. package/dist/components/input/index.d.vue.ts +54 -0
  83. package/dist/components/input/index.vue +7 -14
  84. package/dist/{src/components → components}/input/index.vue.d.ts +19 -18
  85. package/dist/components/intersection-observer/index.d.vue.ts +39 -0
  86. package/dist/components/intersection-observer/index.vue +3 -14
  87. package/dist/components/intersection-observer/index.vue.d.ts +39 -0
  88. package/dist/components/kbd/index.d.vue.ts +24 -0
  89. package/dist/components/kbd/index.vue +1 -1
  90. package/dist/{src/components → components}/kbd/index.vue.d.ts +3 -2
  91. package/dist/components/keep-alive-container/index.d.vue.ts +13 -0
  92. package/dist/components/keep-alive-container/index.vue.d.ts +13 -0
  93. package/dist/components/link-button/index.d.vue.ts +33 -0
  94. package/dist/{src/components → components}/link-button/index.vue.d.ts +9 -8
  95. package/dist/components/list/index.d.vue.ts +44 -0
  96. package/dist/components/list/index.vue +15 -6
  97. package/dist/{src/components → components}/list/index.vue.d.ts +12 -8
  98. package/dist/components/list-item/index.d.vue.ts +29 -0
  99. package/dist/{src/components → components}/list-item/index.vue.d.ts +8 -7
  100. package/dist/components/loading-bar/index.d.vue.ts +15 -0
  101. package/dist/components/loading-bar/index.vue.d.ts +15 -0
  102. package/dist/components/loading-dots/index.d.vue.ts +15 -0
  103. package/dist/components/loading-dots/index.vue +1 -10
  104. package/dist/components/loading-dots/index.vue.d.ts +15 -0
  105. package/dist/components/material/index.d.vue.ts +18 -0
  106. package/dist/components/material/index.vue.d.ts +18 -0
  107. package/dist/components/menu/index.d.vue.ts +33 -0
  108. package/dist/components/menu/index.vue +10 -4
  109. package/dist/{src/components → components}/menu/index.vue.d.ts +11 -10
  110. package/dist/components/message/index.d.vue.ts +114 -0
  111. package/dist/components/message/index.vue +6 -2
  112. package/dist/components/message/index.vue.d.ts +114 -0
  113. package/dist/components/modal/index.d.vue.ts +56 -0
  114. package/dist/components/modal/index.vue +18 -21
  115. package/dist/{src/components → components}/modal/index.vue.d.ts +19 -17
  116. package/dist/components/more-button/index.d.vue.ts +18 -0
  117. package/dist/components/more-button/index.vue +1 -7
  118. package/dist/components/more-button/index.vue.d.ts +18 -0
  119. package/dist/components/note/index.d.vue.ts +64 -0
  120. package/dist/components/note/index.vue +2 -2
  121. package/dist/components/note/index.vue.d.ts +64 -0
  122. package/dist/components/number-input/index.d.vue.ts +37 -0
  123. package/dist/components/number-input/index.vue +4 -8
  124. package/dist/{src/components → components}/number-input/index.vue.d.ts +11 -10
  125. package/dist/components/overlay/index.d.vue.ts +35 -0
  126. package/dist/components/overlay/index.vue +76 -61
  127. package/dist/components/overlay/index.vue.d.ts +35 -0
  128. package/dist/components/overlay/overlay-stack.d.ts +3 -0
  129. package/dist/components/overlay/overlay-stack.js +17 -0
  130. package/dist/components/pagination/index.d.vue.ts +21 -0
  131. package/dist/components/pagination/index.vue +2 -2
  132. package/dist/components/pagination/index.vue.d.ts +21 -0
  133. package/dist/components/pin-input/index.d.vue.ts +37 -0
  134. package/dist/{src/components → components}/pin-input/index.vue.d.ts +5 -4
  135. package/dist/components/placeholder/index.d.vue.ts +18 -0
  136. package/dist/components/placeholder/index.vue +15 -25
  137. package/dist/components/placeholder/index.vue.d.ts +18 -0
  138. package/dist/components/popover/index.d.vue.ts +78 -0
  139. package/dist/components/popover/index.vue +300 -278
  140. package/dist/{src/components → components}/popover/index.vue.d.ts +26 -33
  141. package/dist/components/progress/index.d.vue.ts +32 -0
  142. package/dist/{src/components → components}/progress/index.vue.d.ts +7 -6
  143. package/dist/components/radio/index.d.vue.ts +18 -0
  144. package/dist/{src/components → components}/radio/index.vue.d.ts +5 -4
  145. package/dist/components/radio-group/index.d.vue.ts +22 -0
  146. package/dist/components/radio-group/index.vue.d.ts +22 -0
  147. package/dist/components/resizable/index.d.vue.ts +19 -0
  148. package/dist/components/resizable/index.vue.d.ts +19 -0
  149. package/dist/components/resizable-handle/index.d.vue.ts +3 -0
  150. package/dist/components/resizable-handle/index.vue.d.ts +3 -0
  151. package/dist/components/resizable-panel/index.d.vue.ts +20 -0
  152. package/dist/components/resizable-panel/index.vue.d.ts +20 -0
  153. package/dist/components/scrollable/index.d.vue.ts +0 -0
  154. package/dist/components/scrollable/index.vue +17 -16
  155. package/dist/components/scrollable/index.vue.d.ts +0 -0
  156. package/dist/components/skeleton/index.d.vue.ts +26 -0
  157. package/dist/components/skeleton/index.vue +1 -17
  158. package/dist/{src/components → components}/skeleton/index.vue.d.ts +5 -4
  159. package/dist/components/slider/index.d.vue.ts +24 -0
  160. package/dist/components/slider/index.vue +1 -18
  161. package/dist/{src/components → components}/slider/index.vue.d.ts +7 -6
  162. package/dist/components/snippet/index.d.vue.ts +18 -0
  163. package/dist/components/snippet/index.vue +3 -2
  164. package/dist/{src/components → components}/snippet/index.vue.d.ts +3 -2
  165. package/dist/components/spinner/index.d.vue.ts +3 -0
  166. package/dist/components/spinner/index.vue +7 -7
  167. package/dist/components/spinner/index.vue.d.ts +3 -0
  168. package/dist/components/stack/index.d.vue.ts +30 -0
  169. package/dist/{src/components → components}/stack/index.vue.d.ts +9 -8
  170. package/dist/components/status-dot/index.d.vue.ts +10 -0
  171. package/dist/components/status-dot/index.vue.d.ts +10 -0
  172. package/dist/components/switch/index.d.vue.ts +20 -0
  173. package/dist/components/switch/index.vue.d.ts +20 -0
  174. package/dist/components/switch-group/index.d.vue.ts +21 -0
  175. package/dist/components/switch-group/index.vue.d.ts +21 -0
  176. package/dist/components/teleport/index.d.vue.ts +21 -0
  177. package/dist/components/teleport/index.vue.d.ts +21 -0
  178. package/dist/components/text/index.d.vue.ts +26 -0
  179. package/dist/{src/components → components}/text/index.vue.d.ts +7 -6
  180. package/dist/components/textarea/index.d.vue.ts +39 -0
  181. package/dist/{src/components → components}/textarea/index.vue.d.ts +10 -9
  182. package/dist/components/theme-switcher/index.d.vue.ts +8 -0
  183. package/dist/{src/components → components}/theme-switcher/index.vue.d.ts +3 -2
  184. package/dist/components/time-picker/index.d.vue.ts +26 -0
  185. package/dist/components/time-picker/index.vue +38 -46
  186. package/dist/{src/components → components}/time-picker/index.vue.d.ts +7 -6
  187. package/dist/components/toggle/index.d.vue.ts +44 -0
  188. package/dist/components/toggle/index.vue +3 -3
  189. package/dist/{src/components → components}/toggle/index.vue.d.ts +11 -10
  190. package/dist/components/tooltip/index.d.vue.ts +32 -0
  191. package/dist/components/tooltip/index.vue +1 -5
  192. package/dist/{src/components → components}/tooltip/index.vue.d.ts +7 -8
  193. package/dist/components/virtual-list/index.d.vue.ts +24 -0
  194. package/dist/components/virtual-list/index.vue.d.ts +24 -0
  195. package/dist/composables/index.d.ts +3 -0
  196. package/dist/composables/index.js +3 -0
  197. package/dist/composables/use-browser-observer.d.ts +4 -4
  198. package/dist/composables/use-browser-observer.js +12 -9
  199. package/dist/composables/use-countdown.d.ts +6 -4
  200. package/dist/composables/use-deferred-value.d.ts +12 -0
  201. package/dist/composables/use-deferred-value.js +31 -0
  202. package/dist/composables/use-delay-change.d.ts +7 -3
  203. package/dist/composables/use-delay-change.js +9 -3
  204. package/dist/composables/use-delay-destroy.d.ts +7 -6
  205. package/dist/composables/use-delay-destroy.js +41 -21
  206. package/dist/composables/use-focus-trap.d.ts +9 -1
  207. package/dist/composables/use-focus-trap.js +31 -54
  208. package/dist/composables/use-lock-scroll.d.ts +5 -0
  209. package/dist/composables/use-lock-scroll.js +40 -0
  210. package/dist/composables/use-media-query.js +2 -2
  211. package/dist/composables/use-message.js +2 -2
  212. package/dist/composables/use-outside-click.d.ts +10 -0
  213. package/dist/composables/use-outside-click.js +33 -0
  214. package/dist/composables/use-pointer-gesture.js +2 -2
  215. package/dist/composables/use-repeat-action.d.ts +7 -7
  216. package/dist/composables/use-repeat-action.js +9 -8
  217. package/dist/contexts/choicebox.d.ts +1 -1
  218. package/dist/index.d.ts +1 -1
  219. package/dist/index.js +1 -1
  220. package/dist/styles/source.css +562 -0
  221. package/dist/styles/styles.css +2 -2
  222. package/dist/styles/tw.css +21 -17
  223. package/dist/utils/dom.d.ts +5 -4
  224. package/dist/utils/dom.js +47 -52
  225. package/dist/utils/event.d.ts +1 -1
  226. package/dist/utils/event.js +13 -21
  227. package/dist/utils/get.js +1 -1
  228. package/package.json +26 -26
  229. package/volar.d.ts +1 -0
  230. package/dist/dist/components/keep-alive-container/index.vue.d.ts +0 -12
  231. package/dist/src/components/avatar-group/index.vue.d.ts +0 -7
  232. package/dist/src/components/backtop/index.vue.d.ts +0 -20
  233. package/dist/src/components/browser/index.vue.d.ts +0 -15
  234. package/dist/src/components/button/index.vue.d.ts +0 -28
  235. package/dist/src/components/carousel/index.vue.d.ts +0 -12
  236. package/dist/src/components/choicebox/index.vue.d.ts +0 -15
  237. package/dist/src/components/choicebox-group/index.vue.d.ts +0 -23
  238. package/dist/src/components/collapse/index.vue.d.ts +0 -21
  239. package/dist/src/components/collapse-group/index.vue.d.ts +0 -19
  240. package/dist/src/components/command-menu-group/index.vue.d.ts +0 -16
  241. package/dist/src/components/command-menu-item/index.vue.d.ts +0 -12
  242. package/dist/src/components/config-provider/index.vue.d.ts +0 -21
  243. package/dist/src/components/description/index.vue.d.ts +0 -19
  244. package/dist/src/components/fader/index.vue.d.ts +0 -11
  245. package/dist/src/components/gauge/index.vue.d.ts +0 -13
  246. package/dist/src/components/grid/index.vue.d.ts +0 -18
  247. package/dist/src/components/grid-item/index.vue.d.ts +0 -17
  248. package/dist/src/components/hold-button/index.vue.d.ts +0 -41
  249. package/dist/src/components/intersection-observer/index.vue.d.ts +0 -38
  250. package/dist/src/components/keep-alive-container/index.vue.d.ts +0 -12
  251. package/dist/src/components/loading-bar/index.vue.d.ts +0 -14
  252. package/dist/src/components/loading-dots/index.vue.d.ts +0 -14
  253. package/dist/src/components/material/index.vue.d.ts +0 -17
  254. package/dist/src/components/message/index.vue.d.ts +0 -74
  255. package/dist/src/components/more-button/index.vue.d.ts +0 -17
  256. package/dist/src/components/note/index.vue.d.ts +0 -91
  257. package/dist/src/components/overlay/index.vue.d.ts +0 -31
  258. package/dist/src/components/pagination/index.vue.d.ts +0 -20
  259. package/dist/src/components/placeholder/index.vue.d.ts +0 -9
  260. package/dist/src/components/radio-group/index.vue.d.ts +0 -21
  261. package/dist/src/components/resizable/index.vue.d.ts +0 -18
  262. package/dist/src/components/resizable-handle/index.vue.d.ts +0 -2
  263. package/dist/src/components/resizable-panel/index.vue.d.ts +0 -19
  264. package/dist/src/components/spinner/index.vue.d.ts +0 -2
  265. package/dist/src/components/status-dot/index.vue.d.ts +0 -9
  266. package/dist/src/components/switch/index.vue.d.ts +0 -19
  267. package/dist/src/components/switch-group/index.vue.d.ts +0 -20
  268. package/dist/src/components/teleport/index.vue.d.ts +0 -20
  269. package/dist/src/components/virtual-list/index.vue.d.ts +0 -23
  270. package/dist/src/composables/use-browser-observer.d.ts +0 -12
  271. package/dist/src/composables/use-color-scheme.d.ts +0 -11
  272. package/dist/src/composables/use-config-provider-context.d.ts +0 -7
  273. package/dist/src/composables/use-copy-click.d.ts +0 -4
  274. package/dist/src/composables/use-countdown.d.ts +0 -60
  275. package/dist/src/composables/use-delay-change.d.ts +0 -7
  276. package/dist/src/composables/use-delay-destroy.d.ts +0 -13
  277. package/dist/src/composables/use-focus-trap.d.ts +0 -4
  278. package/dist/src/composables/use-loading-bar.d.ts +0 -25
  279. package/dist/src/composables/use-media-query.d.ts +0 -15
  280. package/dist/src/composables/use-message.d.ts +0 -33
  281. package/dist/src/composables/use-model-value.d.ts +0 -11
  282. package/dist/src/composables/use-pointer-gesture.d.ts +0 -180
  283. package/dist/src/composables/use-repeat-action.d.ts +0 -16
  284. package/dist/src/composables/use-unique-id-context.d.ts +0 -2
  285. package/dist/src/composables/use-virtual-list.d.ts +0 -16
  286. package/dist/src/contexts/avatar.d.ts +0 -2
  287. package/dist/src/contexts/carousel.d.ts +0 -13
  288. package/dist/src/contexts/checkbox.d.ts +0 -2
  289. package/dist/src/contexts/choicebox.d.ts +0 -4
  290. package/dist/src/contexts/collapse.d.ts +0 -8
  291. package/dist/src/contexts/list.d.ts +0 -8
  292. package/dist/src/contexts/radio.d.ts +0 -2
  293. package/dist/src/contexts/resizable.d.ts +0 -35
  294. package/dist/src/contexts/switch.d.ts +0 -4
  295. package/dist/src/locales/en-us.d.ts +0 -42
  296. package/dist/src/plugins/dayjs-millisecond-token.d.ts +0 -3
  297. package/dist/src/types/components/time-picker.d.ts +0 -4
  298. package/dist/src/utils/context.d.ts +0 -17
  299. package/dist/src/utils/date.d.ts +0 -26
  300. package/dist/src/utils/debounce/index.d.ts +0 -73
  301. package/dist/src/utils/debounce.d.ts +0 -1
  302. package/dist/src/utils/dom.d.ts +0 -40
  303. package/dist/src/utils/event.d.ts +0 -10
  304. package/dist/src/utils/format.d.ts +0 -25
  305. package/dist/src/utils/get.d.ts +0 -11
  306. package/dist/src/utils/is.d.ts +0 -5
  307. package/dist/src/utils/ref.d.ts +0 -5
  308. package/dist/src/utils/regexp.d.ts +0 -8
  309. package/dist/src/utils/responsive.d.ts +0 -3
  310. package/dist/src/utils/throttle/index.d.ts +0 -53
  311. package/dist/src/utils/throttle.d.ts +0 -1
  312. package/dist/src/utils/uid.d.ts +0 -1
@@ -0,0 +1,51 @@
1
+ interface FieldNames {
2
+ date: string;
3
+ count: string;
4
+ }
5
+ interface Props {
6
+ data?: Record<string, any>[];
7
+ legend?: boolean;
8
+ startDate?: string | Date;
9
+ endDate?: string | Date;
10
+ colors?: Record<string, string>;
11
+ graphOnly?: boolean;
12
+ transpose?: boolean;
13
+ tooltip?: boolean;
14
+ tooltipText?: string;
15
+ fieldNames?: FieldNames;
16
+ itemRadius?: string | number;
17
+ }
18
+ interface TooltipInfo {
19
+ date: string;
20
+ count: number;
21
+ left: number;
22
+ top: number;
23
+ }
24
+ declare var __VLS_7: {
25
+ data: TooltipInfo;
26
+ };
27
+ type __VLS_Slots = {} & {
28
+ tooltip?: (props: typeof __VLS_7) => any;
29
+ };
30
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ "cell-click": (args_0: MouseEvent, args_1: string) => any;
32
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
33
+ "onCell-click"?: ((args_0: MouseEvent, args_1: string) => any) | undefined;
34
+ }>, {
35
+ data: Record<string, any>[];
36
+ legend: boolean;
37
+ startDate: string | Date;
38
+ endDate: string | Date;
39
+ colors: Record<string, string>;
40
+ graphOnly: boolean;
41
+ tooltip: boolean;
42
+ tooltipText: string;
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
+ };
@@ -209,11 +209,11 @@ function onCellClick(event) {
209
209
  }
210
210
  let tbodyRect;
211
211
  const tbodyRef = shallowRef();
212
+ const tooltipInfo = shallowRef({});
212
213
  const {
213
214
  value: showTooltip,
214
215
  setValue: setShowTooltip
215
- } = useDelayChange(false, 500);
216
- const tooltipInfo = shallowRef({});
216
+ } = useDelayChange(false, { delay: 500 });
217
217
  const formatTooltipText = computed(() => {
218
218
  if (props.tooltipText) {
219
219
  const { date = "", count = 0 } = tooltipInfo.value;
@@ -21,27 +21,28 @@ interface TooltipInfo {
21
21
  left: number;
22
22
  top: number;
23
23
  }
24
- declare var __VLS_6: {
24
+ declare var __VLS_7: {
25
25
  data: TooltipInfo;
26
26
  };
27
27
  type __VLS_Slots = {} & {
28
- tooltip?: (props: typeof __VLS_6) => any;
28
+ tooltip?: (props: typeof __VLS_7) => any;
29
29
  };
30
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
31
  "cell-click": (args_0: MouseEvent, args_1: string) => any;
32
32
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
33
- "onCell-click"?: (args_0: MouseEvent, args_1: string) => any;
33
+ "onCell-click"?: ((args_0: MouseEvent, args_1: string) => any) | undefined;
34
34
  }>, {
35
35
  data: Record<string, any>[];
36
36
  legend: boolean;
37
- tooltip: boolean;
38
37
  startDate: string | Date;
39
38
  endDate: string | Date;
40
39
  colors: Record<string, string>;
41
40
  graphOnly: boolean;
41
+ tooltip: boolean;
42
42
  tooltipText: string;
43
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
44
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
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;
45
46
  export default _default;
46
47
  type __VLS_WithSlots<T, S> = T & {
47
48
  new (): {
@@ -0,0 +1,34 @@
1
+ interface Props {
2
+ src?: string;
3
+ alt?: string;
4
+ size?: number | string;
5
+ loading?: boolean;
6
+ placeholder?: boolean;
7
+ }
8
+ type LoadingStatus = 'idle' | 'loading' | 'loaded' | 'error';
9
+ declare function getLoadingStatus(): LoadingStatus;
10
+ declare var __VLS_1: {}, __VLS_3: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ } & {
14
+ icon?: (props: typeof __VLS_3) => any;
15
+ };
16
+ declare const __VLS_base: import("vue").DefineComponent<Props, {
17
+ getLoadingStatus: typeof getLoadingStatus;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ load: (args_0: Event) => any;
20
+ error: (args_0: Event) => any;
21
+ loadstart: (args_0: Event) => any;
22
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
23
+ onLoad?: ((args_0: Event) => any) | undefined;
24
+ onError?: ((args_0: Event) => any) | undefined;
25
+ onLoadstart?: ((args_0: Event) => any) | undefined;
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;
29
+ export default _default;
30
+ type __VLS_WithSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -84,7 +84,7 @@ defineExpose({
84
84
  }
85
85
 
86
86
  &::before {
87
- background-image: linear-gradient(270deg, var(--color-gray-alpha-100), var(--color-gray-alpha-400), var(--color-gray-alpha-400), var(--color-gray-alpha-100));
87
+ background-image: linear-gradient(270deg, var(--color-gray-alpha-100), var(--color-gray-alpha-300), var(--color-gray-alpha-300), var(--color-gray-alpha-100));
88
88
  background-size: 400% 100%;
89
89
  }
90
90
 
@@ -13,18 +13,19 @@ type __VLS_Slots = {} & {
13
13
  } & {
14
14
  icon?: (props: typeof __VLS_3) => any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<Props, {
16
+ declare const __VLS_base: import("vue").DefineComponent<Props, {
17
17
  getLoadingStatus: typeof getLoadingStatus;
18
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
- error: (args_0: Event) => any;
20
19
  load: (args_0: Event) => any;
20
+ error: (args_0: Event) => any;
21
21
  loadstart: (args_0: Event) => any;
22
22
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
23
- onError?: (args_0: Event) => any;
24
- onLoad?: (args_0: Event) => any;
25
- onLoadstart?: (args_0: Event) => any;
26
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
+ onLoad?: ((args_0: Event) => any) | undefined;
24
+ onError?: ((args_0: Event) => any) | undefined;
25
+ onLoadstart?: ((args_0: Event) => any) | undefined;
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;
28
29
  export default _default;
29
30
  type __VLS_WithSlots<T, S> = T & {
30
31
  new (): {
@@ -0,0 +1,8 @@
1
+ import type { AvatarGroupProps } from '../../types/components/avatar';
2
+ declare const __VLS_export: import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {
3
+ size: number | string;
4
+ max: number;
5
+ options: import("../../types/components/avatar").Options[];
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import type { AvatarGroupProps } from '../../types/components/avatar';
2
+ declare const __VLS_export: import("vue").DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {
3
+ size: number | string;
4
+ max: number;
5
+ options: import("../../types/components/avatar").Options[];
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
@@ -0,0 +1,21 @@
1
+ interface Props {
2
+ right?: string | number;
3
+ bottom?: string | number;
4
+ zIndex?: string | number;
5
+ visibleThreshold?: number;
6
+ }
7
+ declare var __VLS_7: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_7) => any;
10
+ };
11
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
+ visibleThreshold: number;
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
+ };
@@ -60,7 +60,7 @@ onBeforeUnmount(() => {
60
60
  <div
61
61
  v-show="scrollTop >= visibleThreshold"
62
62
  ref="wrapperRef"
63
- class="right-6 bottom-6 fixed z-1"
63
+ class="right-6 bottom-6 fixed z-10"
64
64
  :style="computedStyle"
65
65
  v-bind="$attrs"
66
66
  @click="onBacktopClick"
@@ -0,0 +1,21 @@
1
+ interface Props {
2
+ right?: string | number;
3
+ bottom?: string | number;
4
+ zIndex?: string | number;
5
+ visibleThreshold?: number;
6
+ }
7
+ declare var __VLS_7: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_7) => any;
10
+ };
11
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
+ visibleThreshold: number;
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
+ };
@@ -0,0 +1,52 @@
1
+ import type { ComponentAs } from '../../types/shared';
2
+ interface Props {
3
+ as?: ComponentAs;
4
+ variant?: keyof typeof VARIANTS;
5
+ size?: keyof typeof SIZES;
6
+ href?: string;
7
+ to?: string;
8
+ }
9
+ declare const SIZES: {
10
+ sm: string;
11
+ md: string;
12
+ lg: string;
13
+ };
14
+ declare const VARIANTS: {
15
+ pill: string;
16
+ gray: string;
17
+ blue: string;
18
+ purple: string;
19
+ amber: string;
20
+ red: string;
21
+ pink: string;
22
+ green: string;
23
+ teal: string;
24
+ 'gray-subtle': string;
25
+ 'blue-subtle': string;
26
+ 'purple-subtle': string;
27
+ 'amber-subtle': string;
28
+ 'red-subtle': string;
29
+ 'pink-subtle': string;
30
+ 'green-subtle': string;
31
+ 'teal-subtle': string;
32
+ inverted: string;
33
+ vue: string;
34
+ trial: string;
35
+ turborepo: string;
36
+ };
37
+ declare var __VLS_8: {};
38
+ type __VLS_Slots = {} & {
39
+ default?: (props: typeof __VLS_8) => any;
40
+ };
41
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
42
+ as: ComponentAs;
43
+ variant: keyof typeof VARIANTS;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
46
+ declare const _default: typeof __VLS_export;
47
+ export default _default;
48
+ type __VLS_WithSlots<T, S> = T & {
49
+ new (): {
50
+ $slots: S;
51
+ };
52
+ };
@@ -43,7 +43,7 @@ const VARIANTS = {
43
43
  const config = useConfigProvider();
44
44
  const computedClass = computed(() => {
45
45
  const classes = [
46
- "pxd-badge font-medium font-sans gap-1 inline-flex items-center justify-center rounded-full text-nowrap whitespace-nowrap !no-underline motion-safe:transition-all",
46
+ "pxd-badge font-medium gap-1 inline-flex items-center justify-center rounded-full font-sans text-nowrap whitespace-nowrap no-underline! motion-safe:transition-all",
47
47
  getFallbackValue(props.variant, VARIANTS, "gray"),
48
48
  getFallbackValue(props.size, SIZES, config.size),
49
49
  props.variant
@@ -34,15 +34,16 @@ declare const VARIANTS: {
34
34
  trial: string;
35
35
  turborepo: string;
36
36
  };
37
- declare var __VLS_7: {};
37
+ declare var __VLS_8: {};
38
38
  type __VLS_Slots = {} & {
39
- default?: (props: typeof __VLS_7) => any;
39
+ default?: (props: typeof __VLS_8) => any;
40
40
  };
41
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
42
- variant: keyof typeof VARIANTS;
41
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
43
42
  as: ComponentAs;
44
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
43
+ variant: keyof typeof VARIANTS;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
46
+ declare const _default: typeof __VLS_export;
46
47
  export default _default;
47
48
  type __VLS_WithSlots<T, S> = T & {
48
49
  new (): {
@@ -0,0 +1,28 @@
1
+ import type { ComponentLabel, ResponsiveValue } from '../../types/shared';
2
+ interface Props {
3
+ color?: string;
4
+ title?: ComponentLabel;
5
+ width?: ResponsiveValue<string | number>;
6
+ variant?: 'simple' | 'stripe';
7
+ textured?: boolean;
8
+ }
9
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
10
+ type __VLS_Slots = {} & {
11
+ icon?: (props: typeof __VLS_1) => any;
12
+ } & {
13
+ title?: (props: typeof __VLS_3) => any;
14
+ } & {
15
+ icon?: (props: typeof __VLS_5) => any;
16
+ };
17
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
18
+ variant: "simple" | "stripe";
19
+ textured: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -14,11 +14,12 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  icon?: (props: typeof __VLS_5) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
17
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
18
18
  variant: "simple" | "stripe";
19
19
  textured: boolean;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
23
24
  type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
@@ -0,0 +1,16 @@
1
+ interface Props {
2
+ address?: string;
3
+ }
4
+ declare var __VLS_40: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_40) => any;
7
+ };
8
+ 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>;
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
+ };
@@ -4,6 +4,7 @@ import CheckIcon from "@gdsicon/vue/check";
4
4
  import CopyIcon from "@gdsicon/vue/copy";
5
5
  import LockClosedIcon from "@gdsicon/vue/lock-closed";
6
6
  import RefreshClockwiseIcon from "@gdsicon/vue/refresh-clockwise";
7
+ import { computed } from "vue";
7
8
  import { useCopyClick } from "../../composables/use-copy-click";
8
9
  import PButton from "../button/index.vue";
9
10
  defineOptions({
@@ -13,6 +14,7 @@ defineProps({
13
14
  address: { type: String, required: false }
14
15
  });
15
16
  const { isCopied, copyText } = useCopyClick();
17
+ const renderIcon = computed(() => isCopied.value ? CheckIcon : CopyIcon);
16
18
  </script>
17
19
 
18
20
  <template>
@@ -42,7 +44,7 @@ const { isCopied, copyText } = useCopyClick();
42
44
 
43
45
  <PButton variant="ghost" size="xs" shape="rounded" class="size-6" icon @click="copyText(address)">
44
46
  <Transition name="pxd-transition--fade-scale" mode="out-in">
45
- <Component :is="isCopied ? CheckIcon : CopyIcon" class="text-sm text-foreground-secondary" />
47
+ <Component :is="renderIcon" class="text-sm text-foreground-secondary" />
46
48
  </Transition>
47
49
  </PButton>
48
50
  </div>
@@ -0,0 +1,16 @@
1
+ interface Props {
2
+ address?: string;
3
+ }
4
+ declare var __VLS_40: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_40) => any;
7
+ };
8
+ 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>;
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
+ };
@@ -0,0 +1,29 @@
1
+ import type { ButtonProps } from '../../types/components/button';
2
+ declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
3
+ type __VLS_Slots = {} & {
4
+ prefix?: (props: typeof __VLS_16) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_18) => any;
7
+ } & {
8
+ suffix?: (props: typeof __VLS_20) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ click: (args_0: MouseEvent) => any;
12
+ dblclick: (args_0: MouseEvent) => any;
13
+ }, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{
14
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
15
+ onDblclick?: ((args_0: MouseEvent) => any) | undefined;
16
+ }>, {
17
+ icon: boolean;
18
+ as: import("../../types/shared").ComponentAs;
19
+ variant: import("../../types/shared").ComponentVariantWithDefault | "ghost" | "simple" | "icon";
20
+ align: "left" | "center" | "right";
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
+ };
@@ -0,0 +1,29 @@
1
+ import type { ButtonProps } from '../../types/components/button';
2
+ declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
3
+ type __VLS_Slots = {} & {
4
+ prefix?: (props: typeof __VLS_16) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_18) => any;
7
+ } & {
8
+ suffix?: (props: typeof __VLS_20) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<ButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ click: (args_0: MouseEvent) => any;
12
+ dblclick: (args_0: MouseEvent) => any;
13
+ }, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{
14
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
15
+ onDblclick?: ((args_0: MouseEvent) => any) | undefined;
16
+ }>, {
17
+ icon: boolean;
18
+ as: import("../../types/shared").ComponentAs;
19
+ variant: import("../../types/shared").ComponentVariantWithDefault | "ghost" | "simple" | "icon";
20
+ align: "left" | "center" | "right";
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
+ };
@@ -0,0 +1,13 @@
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
+ };
@@ -0,0 +1,13 @@
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
+ };
@@ -0,0 +1,36 @@
1
+ import type { CarouselGroupProps } from '../../types/components/carousel';
2
+ declare var __VLS_1: {}, __VLS_3: {
3
+ current: number;
4
+ total: number;
5
+ };
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ indicator?: (props: typeof __VLS_3) => any;
10
+ };
11
+ declare const __VLS_base: import("vue").DefineComponent<CarouselGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ change: (index: number) => any;
13
+ }, string, import("vue").PublicProps, Readonly<CarouselGroupProps> & Readonly<{
14
+ onChange?: ((index: number) => any) | undefined;
15
+ }>, {
16
+ index: number;
17
+ height: number | string;
18
+ loop: boolean;
19
+ arrow: boolean;
20
+ autoplay: boolean;
21
+ interval: number;
22
+ indicator: boolean;
23
+ direction: import("../../types/shared").ComponentDirection;
24
+ indicatorType: "dot" | "line";
25
+ indicatorPosition: import("../../types/shared").BasePosition;
26
+ pauseOnHover: boolean;
27
+ toggleOnWheel: boolean;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };