@zc-ui/components 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.cjs +1 -0
  3. package/dist/index.css +1 -0
  4. package/dist/index.mjs +9299 -0
  5. package/dist/index.umd.js +2 -0
  6. package/dist/types/affix/affix.d.ts +37 -0
  7. package/dist/types/affix/affix.d.ts.map +1 -0
  8. package/dist/types/alert/alert.d.ts +47 -0
  9. package/dist/types/alert/alert.d.ts.map +1 -0
  10. package/dist/types/alert/types.d.ts +31 -0
  11. package/dist/types/alert/types.d.ts.map +1 -0
  12. package/dist/types/anchor/anchor-link.d.ts +27 -0
  13. package/dist/types/anchor/anchor-link.d.ts.map +1 -0
  14. package/dist/types/anchor/anchor.d.ts +45 -0
  15. package/dist/types/anchor/anchor.d.ts.map +1 -0
  16. package/dist/types/auto-complete/auto-complete.d.ts +66 -0
  17. package/dist/types/auto-complete/auto-complete.d.ts.map +1 -0
  18. package/dist/types/auto-complete/types.d.ts +10 -0
  19. package/dist/types/auto-complete/types.d.ts.map +1 -0
  20. package/dist/types/avatar/avatar.d.ts +34 -0
  21. package/dist/types/avatar/avatar.d.ts.map +1 -0
  22. package/dist/types/backtop/backtop.d.ts +48 -0
  23. package/dist/types/backtop/backtop.d.ts.map +1 -0
  24. package/dist/types/badge/badge.d.ts +32 -0
  25. package/dist/types/badge/badge.d.ts.map +1 -0
  26. package/dist/types/breadcrumb/breadcrumb-item.d.ts +26 -0
  27. package/dist/types/breadcrumb/breadcrumb-item.d.ts.map +1 -0
  28. package/dist/types/breadcrumb/breadcrumb.d.ts +25 -0
  29. package/dist/types/breadcrumb/breadcrumb.d.ts.map +1 -0
  30. package/dist/types/button/button.d.ts +40 -0
  31. package/dist/types/button/button.d.ts.map +1 -0
  32. package/dist/types/card/card.d.ts +37 -0
  33. package/dist/types/card/card.d.ts.map +1 -0
  34. package/dist/types/carousel/carousel-item.d.ts +18 -0
  35. package/dist/types/carousel/carousel-item.d.ts.map +1 -0
  36. package/dist/types/carousel/carousel.d.ts +44 -0
  37. package/dist/types/carousel/carousel.d.ts.map +1 -0
  38. package/dist/types/carousel/types.d.ts +13 -0
  39. package/dist/types/carousel/types.d.ts.map +1 -0
  40. package/dist/types/cascader/cascader.d.ts +41 -0
  41. package/dist/types/cascader/cascader.d.ts.map +1 -0
  42. package/dist/types/cascader/types.d.ts +28 -0
  43. package/dist/types/cascader/types.d.ts.map +1 -0
  44. package/dist/types/checkbox/checkbox-group.d.ts +34 -0
  45. package/dist/types/checkbox/checkbox-group.d.ts.map +1 -0
  46. package/dist/types/checkbox/checkbox.d.ts +32 -0
  47. package/dist/types/checkbox/checkbox.d.ts.map +1 -0
  48. package/dist/types/col/col.d.ts +51 -0
  49. package/dist/types/col/col.d.ts.map +1 -0
  50. package/dist/types/collapse/collapse-item.d.ts +33 -0
  51. package/dist/types/collapse/collapse-item.d.ts.map +1 -0
  52. package/dist/types/collapse/collapse.d.ts +32 -0
  53. package/dist/types/collapse/collapse.d.ts.map +1 -0
  54. package/dist/types/color-picker/color-picker.d.ts +29 -0
  55. package/dist/types/color-picker/color-picker.d.ts.map +1 -0
  56. package/dist/types/color-picker/types.d.ts +23 -0
  57. package/dist/types/color-picker/types.d.ts.map +1 -0
  58. package/dist/types/container/aside.d.ts +24 -0
  59. package/dist/types/container/aside.d.ts.map +1 -0
  60. package/dist/types/container/container.d.ts +29 -0
  61. package/dist/types/container/container.d.ts.map +1 -0
  62. package/dist/types/container/footer.d.ts +24 -0
  63. package/dist/types/container/footer.d.ts.map +1 -0
  64. package/dist/types/container/header.d.ts +24 -0
  65. package/dist/types/container/header.d.ts.map +1 -0
  66. package/dist/types/container/main.d.ts +21 -0
  67. package/dist/types/container/main.d.ts.map +1 -0
  68. package/dist/types/date-picker/date-picker.d.ts +45 -0
  69. package/dist/types/date-picker/date-picker.d.ts.map +1 -0
  70. package/dist/types/descriptions/descriptions-item.d.ts +18 -0
  71. package/dist/types/descriptions/descriptions-item.d.ts.map +1 -0
  72. package/dist/types/descriptions/descriptions.d.ts +41 -0
  73. package/dist/types/descriptions/descriptions.d.ts.map +1 -0
  74. package/dist/types/descriptions/types.d.ts +25 -0
  75. package/dist/types/descriptions/types.d.ts.map +1 -0
  76. package/dist/types/dialog/dialog.d.ts +71 -0
  77. package/dist/types/dialog/dialog.d.ts.map +1 -0
  78. package/dist/types/dialog/types.d.ts +42 -0
  79. package/dist/types/dialog/types.d.ts.map +1 -0
  80. package/dist/types/divider/divider.d.ts +33 -0
  81. package/dist/types/divider/divider.d.ts.map +1 -0
  82. package/dist/types/drawer/drawer.d.ts +66 -0
  83. package/dist/types/drawer/drawer.d.ts.map +1 -0
  84. package/dist/types/drawer/types.d.ts +41 -0
  85. package/dist/types/drawer/types.d.ts.map +1 -0
  86. package/dist/types/dropdown/dropdown-item.d.ts +32 -0
  87. package/dist/types/dropdown/dropdown-item.d.ts.map +1 -0
  88. package/dist/types/dropdown/dropdown-menu.d.ts +15 -0
  89. package/dist/types/dropdown/dropdown-menu.d.ts.map +1 -0
  90. package/dist/types/dropdown/dropdown.d.ts +59 -0
  91. package/dist/types/dropdown/dropdown.d.ts.map +1 -0
  92. package/dist/types/dropdown/types.d.ts +9 -0
  93. package/dist/types/dropdown/types.d.ts.map +1 -0
  94. package/dist/types/empty/empty.d.ts +28 -0
  95. package/dist/types/empty/empty.d.ts.map +1 -0
  96. package/dist/types/form/form-item.d.ts +44 -0
  97. package/dist/types/form/form-item.d.ts.map +1 -0
  98. package/dist/types/form/form.d.ts +47 -0
  99. package/dist/types/form/form.d.ts.map +1 -0
  100. package/dist/types/form/types.d.ts +63 -0
  101. package/dist/types/form/types.d.ts.map +1 -0
  102. package/dist/types/form/validate.d.ts +14 -0
  103. package/dist/types/form/validate.d.ts.map +1 -0
  104. package/dist/types/grid/grid-item.d.ts +35 -0
  105. package/dist/types/grid/grid-item.d.ts.map +1 -0
  106. package/dist/types/grid/grid.d.ts +65 -0
  107. package/dist/types/grid/grid.d.ts.map +1 -0
  108. package/dist/types/icon/icon.d.ts +37 -0
  109. package/dist/types/icon/icon.d.ts.map +1 -0
  110. package/dist/types/image/image-preview.d.ts +22 -0
  111. package/dist/types/image/image-preview.d.ts.map +1 -0
  112. package/dist/types/image/image.d.ts +55 -0
  113. package/dist/types/image/image.d.ts.map +1 -0
  114. package/dist/types/index.d.ts +6464 -0
  115. package/dist/types/index.d.ts.map +1 -0
  116. package/dist/types/input/input.d.ts +75 -0
  117. package/dist/types/input/input.d.ts.map +1 -0
  118. package/dist/types/input-number/input-number.d.ts +54 -0
  119. package/dist/types/input-number/input-number.d.ts.map +1 -0
  120. package/dist/types/input-number/types.d.ts +20 -0
  121. package/dist/types/input-number/types.d.ts.map +1 -0
  122. package/dist/types/list/list-item.d.ts +40 -0
  123. package/dist/types/list/list-item.d.ts.map +1 -0
  124. package/dist/types/list/list.d.ts +44 -0
  125. package/dist/types/list/list.d.ts.map +1 -0
  126. package/dist/types/list/types.d.ts +10 -0
  127. package/dist/types/list/types.d.ts.map +1 -0
  128. package/dist/types/loading/loading.d.ts +26 -0
  129. package/dist/types/loading/loading.d.ts.map +1 -0
  130. package/dist/types/mention/mention.d.ts +37 -0
  131. package/dist/types/mention/mention.d.ts.map +1 -0
  132. package/dist/types/mention/types.d.ts +18 -0
  133. package/dist/types/mention/types.d.ts.map +1 -0
  134. package/dist/types/menu/menu-item.d.ts +24 -0
  135. package/dist/types/menu/menu-item.d.ts.map +1 -0
  136. package/dist/types/menu/menu.d.ts +48 -0
  137. package/dist/types/menu/menu.d.ts.map +1 -0
  138. package/dist/types/menu/submenu.d.ts +36 -0
  139. package/dist/types/menu/submenu.d.ts.map +1 -0
  140. package/dist/types/menu/types.d.ts +18 -0
  141. package/dist/types/menu/types.d.ts.map +1 -0
  142. package/dist/types/message/message.d.ts +34 -0
  143. package/dist/types/message/message.d.ts.map +1 -0
  144. package/dist/types/notification/notification.d.ts +26 -0
  145. package/dist/types/notification/notification.d.ts.map +1 -0
  146. package/dist/types/pagination/pagination.d.ts +38 -0
  147. package/dist/types/pagination/pagination.d.ts.map +1 -0
  148. package/dist/types/pagination/types.d.ts +29 -0
  149. package/dist/types/pagination/types.d.ts.map +1 -0
  150. package/dist/types/popconfirm/popconfirm.d.ts +76 -0
  151. package/dist/types/popconfirm/popconfirm.d.ts.map +1 -0
  152. package/dist/types/progress/progress.d.ts +54 -0
  153. package/dist/types/progress/progress.d.ts.map +1 -0
  154. package/dist/types/progress/types.d.ts +33 -0
  155. package/dist/types/progress/types.d.ts.map +1 -0
  156. package/dist/types/radio/radio-group.d.ts +39 -0
  157. package/dist/types/radio/radio-group.d.ts.map +1 -0
  158. package/dist/types/radio/radio.d.ts +30 -0
  159. package/dist/types/radio/radio.d.ts.map +1 -0
  160. package/dist/types/rate/rate.d.ts +48 -0
  161. package/dist/types/rate/rate.d.ts.map +1 -0
  162. package/dist/types/rate/types.d.ts +18 -0
  163. package/dist/types/rate/types.d.ts.map +1 -0
  164. package/dist/types/result/result.d.ts +39 -0
  165. package/dist/types/result/result.d.ts.map +1 -0
  166. package/dist/types/row/row.d.ts +55 -0
  167. package/dist/types/row/row.d.ts.map +1 -0
  168. package/dist/types/scrollbar/scrollbar.d.ts +34 -0
  169. package/dist/types/scrollbar/scrollbar.d.ts.map +1 -0
  170. package/dist/types/select/select.d.ts +63 -0
  171. package/dist/types/select/select.d.ts.map +1 -0
  172. package/dist/types/select/types.d.ts +9 -0
  173. package/dist/types/select/types.d.ts.map +1 -0
  174. package/dist/types/skeleton/skeleton.d.ts +42 -0
  175. package/dist/types/skeleton/skeleton.d.ts.map +1 -0
  176. package/dist/types/slider/slider.d.ts +41 -0
  177. package/dist/types/slider/slider.d.ts.map +1 -0
  178. package/dist/types/slider/types.d.ts +10 -0
  179. package/dist/types/slider/types.d.ts.map +1 -0
  180. package/dist/types/space/space.d.ts +52 -0
  181. package/dist/types/space/space.d.ts.map +1 -0
  182. package/dist/types/statistic/statistic.d.ts +52 -0
  183. package/dist/types/statistic/statistic.d.ts.map +1 -0
  184. package/dist/types/steps/step.d.ts +31 -0
  185. package/dist/types/steps/step.d.ts.map +1 -0
  186. package/dist/types/steps/steps.d.ts +30 -0
  187. package/dist/types/steps/steps.d.ts.map +1 -0
  188. package/dist/types/steps/types.d.ts +22 -0
  189. package/dist/types/steps/types.d.ts.map +1 -0
  190. package/dist/types/switch/switch.d.ts +55 -0
  191. package/dist/types/switch/switch.d.ts.map +1 -0
  192. package/dist/types/table/table.d.ts +71 -0
  193. package/dist/types/table/table.d.ts.map +1 -0
  194. package/dist/types/table/types.d.ts +52 -0
  195. package/dist/types/table/types.d.ts.map +1 -0
  196. package/dist/types/tabs/tab-pane.d.ts +33 -0
  197. package/dist/types/tabs/tab-pane.d.ts.map +1 -0
  198. package/dist/types/tabs/tabs.d.ts +51 -0
  199. package/dist/types/tabs/tabs.d.ts.map +1 -0
  200. package/dist/types/tabs/types.d.ts +44 -0
  201. package/dist/types/tabs/types.d.ts.map +1 -0
  202. package/dist/types/tag/tag.d.ts +38 -0
  203. package/dist/types/tag/tag.d.ts.map +1 -0
  204. package/dist/types/time-picker/time-picker.d.ts +38 -0
  205. package/dist/types/time-picker/time-picker.d.ts.map +1 -0
  206. package/dist/types/timeline/timeline-item.d.ts +37 -0
  207. package/dist/types/timeline/timeline-item.d.ts.map +1 -0
  208. package/dist/types/timeline/timeline.d.ts +20 -0
  209. package/dist/types/timeline/timeline.d.ts.map +1 -0
  210. package/dist/types/tooltip/tooltip.d.ts +57 -0
  211. package/dist/types/tooltip/tooltip.d.ts.map +1 -0
  212. package/dist/types/transfer/transfer.d.ts +31 -0
  213. package/dist/types/transfer/transfer.d.ts.map +1 -0
  214. package/dist/types/transfer/types.d.ts +21 -0
  215. package/dist/types/transfer/types.d.ts.map +1 -0
  216. package/dist/types/tree/tree-node.d.ts +20 -0
  217. package/dist/types/tree/tree-node.d.ts.map +1 -0
  218. package/dist/types/tree/tree.d.ts +101 -0
  219. package/dist/types/tree/tree.d.ts.map +1 -0
  220. package/dist/types/tree/types.d.ts +72 -0
  221. package/dist/types/tree/types.d.ts.map +1 -0
  222. package/dist/types/tree-select/tree-node.d.ts +65 -0
  223. package/dist/types/tree-select/tree-node.d.ts.map +1 -0
  224. package/dist/types/tree-select/tree-select.d.ts +37 -0
  225. package/dist/types/tree-select/tree-select.d.ts.map +1 -0
  226. package/dist/types/tree-select/types.d.ts +27 -0
  227. package/dist/types/tree-select/types.d.ts.map +1 -0
  228. package/dist/types/types.d.ts +24 -0
  229. package/dist/types/types.d.ts.map +1 -0
  230. package/dist/types/upload/types.d.ts +25 -0
  231. package/dist/types/upload/types.d.ts.map +1 -0
  232. package/dist/types/upload/upload.d.ts +81 -0
  233. package/dist/types/upload/upload.d.ts.map +1 -0
  234. package/dist/types/watermark/watermark.d.ts +57 -0
  235. package/dist/types/watermark/watermark.d.ts.map +1 -0
  236. package/package.json +60 -0
@@ -0,0 +1,37 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type AffixPosition = 'top' | 'bottom';
3
+ type __VLS_Props = {
4
+ /** Offset from viewport edge (px) */
5
+ offset?: number;
6
+ /** Position to affix to */
7
+ position?: AffixPosition;
8
+ /** Target container element selector */
9
+ target?: string;
10
+ /** Z-index when fixed */
11
+ zIndex?: number;
12
+ };
13
+ declare var __VLS_1: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_1) => any;
16
+ };
17
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
+ change: (fixed: boolean) => any;
19
+ scroll: (scrollTop: number) => any;
20
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onChange?: ((fixed: boolean) => any) | undefined;
22
+ onScroll?: ((scrollTop: number) => any) | undefined;
23
+ }>, {
24
+ offset: number;
25
+ position: AffixPosition;
26
+ zIndex: number;
27
+ target: string;
28
+ }, {}, {}, {}, string, 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
+ };
37
+ //# sourceMappingURL=affix.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"affix.vue.d.ts","sourceRoot":"","sources":["../../../src/affix/affix.vue"],"names":[],"mappings":";AA8IA,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,QAAQ,CAAA;AAE5C,KAAK,WAAW,GAAG;IACf,qCAAqC;IACrC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAiJJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;YAjKH,MAAM;cAEJ,aAAa;YAIf,MAAM;YAFN,MAAM;6EAiKjB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { AlertType } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ /** Alert type */
5
+ type?: AlertType;
6
+ /** Alert title */
7
+ title?: string;
8
+ /** Alert description text */
9
+ description?: string;
10
+ /** Show icon */
11
+ showIcon?: boolean;
12
+ /** Center the content */
13
+ center?: boolean;
14
+ /** Whether alert can be closed */
15
+ closable?: boolean;
16
+ /** Close button text */
17
+ closeText?: string;
18
+ /** Visual style: light or dark */
19
+ effect?: 'light' | 'dark';
20
+ };
21
+ declare var __VLS_7: {};
22
+ type __VLS_Slots = {} & {
23
+ default?: (props: typeof __VLS_7) => any;
24
+ };
25
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
26
+ close: (event: MouseEvent) => any;
27
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
28
+ onClose?: ((event: MouseEvent) => any) | undefined;
29
+ }>, {
30
+ type: AlertType;
31
+ title: string;
32
+ center: boolean;
33
+ effect: "light" | "dark";
34
+ closable: boolean;
35
+ description: string;
36
+ showIcon: boolean;
37
+ closeText: string;
38
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
39
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
40
+ declare const _default: typeof __VLS_export;
41
+ export default _default;
42
+ type __VLS_WithSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
47
+ //# sourceMappingURL=alert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.vue.d.ts","sourceRoot":"","sources":["../../../src/alert/alert.vue"],"names":[],"mappings":";AAsPA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,KAAK,WAAW,GAAG;IACf,iBAAiB;IACjB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6BAA6B;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,yBAAyB;IACzB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,wBAAwB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kCAAkC;IAClC,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;CAC1B,CAAC;AAkMJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;UAxNL,SAAS;WAER,MAAM;YAML,OAAO;YAMP,OAAO,GAAG,MAAM;cAJd,OAAO;iBANJ,MAAM;cAET,OAAO;eAMN,MAAM;6EAgNpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * ZcAlert type definitions
3
+ */
4
+ /** Alert type */
5
+ export type AlertType = 'success' | 'warning' | 'info' | 'error';
6
+ /** Alert visual effect */
7
+ export type AlertEffect = 'light' | 'dark';
8
+ /** Alert props */
9
+ export interface AlertProps {
10
+ /** Alert type */
11
+ type?: AlertType;
12
+ /** Alert title */
13
+ title?: string;
14
+ /** Alert description text */
15
+ description?: string;
16
+ /** Show icon */
17
+ showIcon?: boolean;
18
+ /** Center the content */
19
+ center?: boolean;
20
+ /** Whether alert can be closed */
21
+ closable?: boolean;
22
+ /** Close button text */
23
+ closeText?: string;
24
+ /** Visual style: light or dark */
25
+ effect?: AlertEffect;
26
+ }
27
+ /** Alert emit events */
28
+ export interface AlertEmits {
29
+ (e: 'close', event: MouseEvent): void;
30
+ }
31
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/alert/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,iBAAiB;AACjB,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAA;AAEhE,0BAA0B;AAC1B,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,CAAA;AAE1C,kBAAkB;AAClB,MAAM,WAAW,UAAU;IACzB,iBAAiB;IACjB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,6BAA6B;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,yBAAyB;IACzB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,wBAAwB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kCAAkC;IAClC,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,UAAU;IACzB,CAAC,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,GAAG,IAAI,CAAA;CACtC"}
@@ -0,0 +1,27 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ /** Anchor target selector (e.g. #section-1) */
4
+ href?: string;
5
+ /** Link title */
6
+ title?: string;
7
+ /** Nesting level (auto-calculated, can override) */
8
+ level?: number;
9
+ };
10
+ declare var __VLS_1: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_1) => any;
13
+ };
14
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ title: string;
16
+ level: number;
17
+ href: string;
18
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=anchor-link.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"anchor-link.vue.d.ts","sourceRoot":"","sources":["../../../src/anchor/anchor-link.vue"],"names":[],"mappings":";AA0GA,KAAK,WAAW,GAAG;IACf,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AA0FJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;WApGJ,MAAM;WAEN,MAAM;UAJP,MAAM;6EAyGf,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,45 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type AnchorDirection = 'vertical' | 'horizontal';
3
+ type __VLS_Props = {
4
+ /** Scroll container selector (default: window) */
5
+ container?: string;
6
+ /** Current anchor (v-model) */
7
+ current?: string;
8
+ /** Minimum offset from top before highlighting */
9
+ offsetTop?: number;
10
+ /** Direction of the anchor links */
11
+ direction?: AnchorDirection;
12
+ /** Selector for finding anchor targets */
13
+ bound?: number;
14
+ /** Smooth scrolling */
15
+ smooth?: boolean;
16
+ };
17
+ declare var __VLS_1: {};
18
+ type __VLS_Slots = {} & {
19
+ default?: (props: typeof __VLS_1) => any;
20
+ };
21
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
22
+ click: (event: MouseEvent, href: string) => any;
23
+ change: (href: string) => any;
24
+ "update:current": (href: string) => any;
25
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
26
+ onClick?: ((event: MouseEvent, href: string) => any) | undefined;
27
+ onChange?: ((href: string) => any) | undefined;
28
+ "onUpdate:current"?: ((href: string) => any) | undefined;
29
+ }>, {
30
+ direction: AnchorDirection;
31
+ container: string;
32
+ current: string;
33
+ offsetTop: number;
34
+ bound: number;
35
+ smooth: boolean;
36
+ }, {}, {}, {}, string, 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
+ };
45
+ //# sourceMappingURL=anchor.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/anchor/anchor.vue"],"names":[],"mappings":";AAwMA,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,YAAY,CAAA;AAEvD,KAAK,WAAW,GAAG;IACf,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,oCAAoC;IACpC,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,0CAA0C;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,uBAAuB;IACvB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAiLJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;eA7LA,eAAe;eANf,MAAM;aAER,MAAM;eAEJ,MAAM;WAIV,MAAM;YAEL,OAAO;6EA6LlB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,66 @@
1
+ import { AutoCompleteOption, AutoCompleteFetcher } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ modelValue?: string;
5
+ fetchSuggestions?: AutoCompleteFetcher;
6
+ valueKey?: string;
7
+ placeholder?: string;
8
+ disabled?: boolean;
9
+ clearable?: boolean;
10
+ size?: 'large' | 'medium' | 'small';
11
+ debounce?: number;
12
+ highlightFirstItem?: boolean;
13
+ noDataText?: string;
14
+ };
15
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_11: {
16
+ item: {
17
+ [x: string]: unknown;
18
+ label?: string | undefined;
19
+ value: string | number;
20
+ disabled?: boolean | undefined;
21
+ };
22
+ index: number;
23
+ };
24
+ type __VLS_Slots = {} & {
25
+ prefix?: (props: typeof __VLS_1) => any;
26
+ } & {
27
+ suffix?: (props: typeof __VLS_3) => any;
28
+ } & {
29
+ default?: (props: typeof __VLS_11) => any;
30
+ };
31
+ declare const __VLS_base: DefineComponent<__VLS_Props, {
32
+ focus: () => void | undefined;
33
+ blur: () => void | undefined;
34
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
35
+ select: (item: AutoCompleteOption) => any;
36
+ "update:modelValue": (value: string) => any;
37
+ change: (value: string) => any;
38
+ focus: (event: FocusEvent) => any;
39
+ blur: (event: FocusEvent) => any;
40
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
41
+ onSelect?: ((item: AutoCompleteOption) => any) | undefined;
42
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
43
+ onChange?: ((value: string) => any) | undefined;
44
+ onFocus?: ((event: FocusEvent) => any) | undefined;
45
+ onBlur?: ((event: FocusEvent) => any) | undefined;
46
+ }>, {
47
+ size: "large" | "medium" | "small";
48
+ disabled: boolean;
49
+ modelValue: string;
50
+ placeholder: string;
51
+ clearable: boolean;
52
+ noDataText: string;
53
+ fetchSuggestions: AutoCompleteFetcher;
54
+ valueKey: string;
55
+ debounce: number;
56
+ highlightFirstItem: boolean;
57
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
58
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
59
+ declare const _default: typeof __VLS_export;
60
+ export default _default;
61
+ type __VLS_WithSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
66
+ //# sourceMappingURL=auto-complete.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-complete.vue.d.ts","sourceRoot":"","sources":["../../../src/auto-complete/auto-complete.vue"],"names":[],"mappings":";AA0YA,OAAO,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAItE,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,mBAAmB,CAAA;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;AA2WJ,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ;;;;;;;;CAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAQhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;UA3XL,OAAO,GAAG,QAAQ,GAAG,OAAO;cAFxB,OAAO;gBAJL,MAAM;iBAGL,MAAM;eAER,OAAO;gBAIN,MAAM;sBARA,mBAAmB;cAC3B,MAAM;cAKN,MAAM;wBACI,OAAO;6EA8X9B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,10 @@
1
+ export interface AutoCompleteOption {
2
+ label?: string;
3
+ value: string | number;
4
+ disabled?: boolean;
5
+ [key: string]: unknown;
6
+ }
7
+ export type AutoCompleteValue = string;
8
+ export type AutoCompleteSize = 'large' | 'medium' | 'small';
9
+ export type AutoCompleteFetcher = (query: string) => AutoCompleteOption[] | Promise<AutoCompleteOption[]>;
10
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/auto-complete/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAED,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAA;AAEtC,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE3D,MAAM,MAAM,mBAAmB,GAAG,CAChC,KAAK,EAAE,MAAM,KACV,kBAAkB,EAAE,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAA"}
@@ -0,0 +1,34 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type AvatarSize = 'large' | 'medium' | 'small' | number;
3
+ export type AvatarShape = 'circle' | 'square';
4
+ type __VLS_Props = {
5
+ src?: string;
6
+ size?: AvatarSize;
7
+ shape?: AvatarShape;
8
+ icon?: string;
9
+ alt?: string;
10
+ fit?: 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
11
+ };
12
+ declare var __VLS_1: {}, __VLS_3: {};
13
+ type __VLS_Slots = {} & {
14
+ fallback?: (props: typeof __VLS_1) => any;
15
+ } & {
16
+ default?: (props: typeof __VLS_3) => any;
17
+ };
18
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ size: AvatarSize;
20
+ icon: string;
21
+ src: string;
22
+ shape: AvatarShape;
23
+ alt: string;
24
+ fit: "fill" | "contain" | "cover" | "none" | "scale-down";
25
+ }, {}, {}, {}, string, 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
+ };
34
+ //# sourceMappingURL=avatar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../src/avatar/avatar.vue"],"names":[],"mappings":";AA4JA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;AAC9D,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAE7C,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,YAAY,CAAA;CAC3D,CAAC;AA2HJ,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;UAxIL,UAAU;UAEV,MAAM;SAHP,MAAM;WAEJ,WAAW;SAEb,MAAM;SACN,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,YAAY;6EAuI5D,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,48 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type BacktopPosition = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
3
+ type __VLS_Props = {
4
+ /** Scroll target selector or element */
5
+ target?: string;
6
+ /** Visibility threshold (px scrolled) */
7
+ visibilityHeight?: number;
8
+ /** Position of the button */
9
+ position?: BacktopPosition;
10
+ /** Right offset in px (used when position includes 'right') */
11
+ right?: number;
12
+ /** Bottom offset in px (used when position includes 'bottom') */
13
+ bottom?: number;
14
+ /** Left offset in px (used when position includes 'left') */
15
+ left?: number;
16
+ /** Top offset in px (used when position includes 'top') */
17
+ top?: number;
18
+ };
19
+ declare var __VLS_7: {};
20
+ type __VLS_Slots = {} & {
21
+ default?: (props: typeof __VLS_7) => any;
22
+ };
23
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
24
+ click: (event: MouseEvent) => any;
25
+ show: () => any;
26
+ hide: () => any;
27
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
28
+ onClick?: ((event: MouseEvent) => any) | undefined;
29
+ onShow?: (() => any) | undefined;
30
+ onHide?: (() => any) | undefined;
31
+ }>, {
32
+ top: number;
33
+ bottom: number;
34
+ position: BacktopPosition;
35
+ left: number;
36
+ right: number;
37
+ target: string;
38
+ visibilityHeight: number;
39
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
42
+ export default _default;
43
+ type __VLS_WithSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ //# sourceMappingURL=backtop.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backtop.vue.d.ts","sourceRoot":"","sources":["../../../src/backtop/backtop.vue"],"names":[],"mappings":";AA0MA,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa,CAAA;AAEvF,KAAK,WAAW,GAAG;IACf,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,yCAAyC;IACzC,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,eAAe,CAAA;IAC1B,+DAA+D;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,iEAAiE;IACjE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,2DAA2D;IAC3D,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AA2LJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;SArMN,MAAM;YAJH,MAAM;cAJJ,eAAe;UAMnB,MAAM;WAJL,MAAM;YANL,MAAM;sBAEI,MAAM;6EAmN3B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type BadgeType = 'primary' | 'success' | 'warning' | 'danger' | 'info';
3
+ type __VLS_Props = {
4
+ value?: string | number;
5
+ max?: number;
6
+ isDot?: boolean;
7
+ hidden?: boolean;
8
+ type?: BadgeType;
9
+ /** Accessible label for screen readers (e.g., "3 条未读消息") */
10
+ ariaLabel?: string;
11
+ };
12
+ declare var __VLS_1: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_1) => any;
15
+ };
16
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
+ type: BadgeType;
18
+ ariaLabel: string;
19
+ value: string | number;
20
+ hidden: boolean;
21
+ max: number;
22
+ isDot: boolean;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
24
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=badge.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../src/badge/badge.vue"],"names":[],"mappings":";AAqIA,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE7E,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,4DAA4D;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AAuGJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;UAjHL,SAAS;eAEJ,MAAM;WANV,MAAM,GAAG,MAAM;YAGd,OAAO;SAFV,MAAM;WACJ,OAAO;6EAsHjB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ /** Link target (router path or URL) */
4
+ to?: string;
5
+ /** Replace current history entry instead of pushing */
6
+ replace?: boolean;
7
+ };
8
+ declare var __VLS_1: {}, __VLS_3: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ separator?: (props: typeof __VLS_3) => any;
13
+ };
14
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ replace: boolean;
16
+ to: string;
17
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
21
+ type __VLS_WithSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
26
+ //# sourceMappingURL=breadcrumb-item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb-item.vue.d.ts","sourceRoot":"","sources":["../../../src/breadcrumb/breadcrumb-item.vue"],"names":[],"mappings":";AA4GA,KAAK,WAAW,GAAG;IACf,uCAAuC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,uDAAuD;IACvD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAoGJ,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAKjD,QAAA,MAAM,UAAU;aA7GF,OAAO;QAFZ,MAAM;6EAkHb,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type BreadcrumbSeparator = string;
3
+ type __VLS_Props = {
4
+ /** Separator between items */
5
+ separator?: BreadcrumbSeparator;
6
+ /** Custom separator icon (render via slot) */
7
+ separatorIcon?: string;
8
+ };
9
+ declare var __VLS_1: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ separator: BreadcrumbSeparator;
15
+ separatorIcon: string;
16
+ }, {}, {}, {}, string, 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
+ };
25
+ //# sourceMappingURL=breadcrumb.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../src/breadcrumb/breadcrumb.vue"],"names":[],"mappings":";AA4DA,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAA;AAExC,KAAK,WAAW,GAAG;IACf,8BAA8B;IAC9B,SAAS,CAAC,EAAE,mBAAmB,CAAA;IAC/B,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;AAmDJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;eA7DA,mBAAmB;mBAEf,MAAM;6EA8DxB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,40 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type ButtonType = 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default';
3
+ export type ButtonSize = 'large' | 'medium' | 'small' | 'mini';
4
+ export type ButtonNativeType = 'button' | 'submit' | 'reset';
5
+ type __VLS_Props = {
6
+ type?: ButtonType;
7
+ size?: ButtonSize;
8
+ disabled?: boolean;
9
+ loading?: boolean;
10
+ round?: boolean;
11
+ plain?: boolean;
12
+ icon?: string;
13
+ nativeType?: ButtonNativeType;
14
+ };
15
+ declare var __VLS_1: {};
16
+ type __VLS_Slots = {} & {
17
+ default?: (props: typeof __VLS_1) => any;
18
+ };
19
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
20
+ click: (event: MouseEvent) => any;
21
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ onClick?: ((event: MouseEvent) => any) | undefined;
23
+ }>, {
24
+ type: ButtonType;
25
+ size: ButtonSize;
26
+ disabled: boolean;
27
+ loading: boolean;
28
+ round: boolean;
29
+ plain: boolean;
30
+ nativeType: ButtonNativeType;
31
+ }, {}, {}, {}, string, 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
+ };
40
+ //# sourceMappingURL=button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../src/button/button.vue"],"names":[],"mappings":";AA4RA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAA;AAC1F,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;AAC9D,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE5D,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,gBAAgB,CAAA;CAC9B,CAAC;AAoKJ,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;UAnLL,UAAU;UACV,UAAU;cACN,OAAO;aACR,OAAO;WACT,OAAO;WACP,OAAO;gBAEF,gBAAgB;6EAgL/B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export type CardShadow = 'always' | 'hover' | 'never';
3
+ type __VLS_Props = {
4
+ /** Card title text. Overridden by header slot. */
5
+ header?: string;
6
+ /** Inline styles for body element.
7
+ * @deprecated Use bodyClass with CSS variables or scoped style overrides instead.
8
+ * Inline styles should be avoided in favor of design tokens */
9
+ bodyStyle?: string | Record<string, string>;
10
+ /** Shadow display mode */
11
+ shadow?: CardShadow;
12
+ /** Custom class for body element */
13
+ bodyClass?: string;
14
+ };
15
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
16
+ type __VLS_Slots = {} & {
17
+ header?: (props: typeof __VLS_1) => any;
18
+ } & {
19
+ default?: (props: typeof __VLS_3) => any;
20
+ } & {
21
+ footer?: (props: typeof __VLS_5) => any;
22
+ };
23
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
+ header: string;
25
+ bodyStyle: string | Record<string, string>;
26
+ shadow: CardShadow;
27
+ bodyClass: string;
28
+ }, {}, {}, {}, string, 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
+ };
37
+ //# sourceMappingURL=card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.vue.d.ts","sourceRoot":"","sources":["../../../src/card/card.vue"],"names":[],"mappings":";AA4HA,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAA;AAErD,KAAK,WAAW,GAAG;IACf,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;mEAE+D;IAC/D,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC3C,0BAA0B;IAC1B,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AAmFJ,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC9D,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;YArGH,MAAM;eAIH,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;YAElC,UAAU;eAEP,MAAM;6EAgGpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ name?: string | number;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
+ };
18
+ //# sourceMappingURL=carousel-item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.vue.d.ts","sourceRoot":"","sources":["../../../src/carousel/carousel-item.vue"],"names":[],"mappings":";AA0DA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB,CAAC;AA2CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}