@soybeanjs/ui 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +63 -62
  2. package/README.zh-CN.md +130 -129
  3. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  4. package/dist/components/alert/alert.vue.d.ts +4 -4
  5. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  6. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
  7. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  8. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  9. package/dist/components/badge/badge.vue.d.ts +4 -4
  10. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  11. package/dist/components/button/button-group.vue.d.ts +6 -6
  12. package/dist/components/button/button-icon.vue.d.ts +3 -3
  13. package/dist/components/button/button-link.js +1 -1
  14. package/dist/components/button/button-link.vue.d.ts +5 -5
  15. package/dist/components/button/button-loading.vue.d.ts +3 -3
  16. package/dist/components/button/button.vue.d.ts +4 -4
  17. package/dist/components/card/card.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  19. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  20. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  21. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  22. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  23. package/dist/components/command/command.vue.d.ts +8 -8
  24. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  25. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  26. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  27. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  28. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  29. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  30. package/dist/components/dialog/dialog-pure.vue.d.ts +12 -12
  31. package/dist/components/dialog/dialog.vue.d.ts +12 -12
  32. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  33. package/dist/components/drawer/drawer.vue.d.ts +12 -12
  34. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  35. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  36. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +12 -12
  37. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
  38. package/dist/components/form/form.vue.d.ts +2 -2
  39. package/dist/components/form/use-form.d.ts +22 -22
  40. package/dist/components/icon/icon.vue.d.ts +2 -2
  41. package/dist/components/input/input.vue.d.ts +4 -4
  42. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  43. package/dist/components/label/label.vue.d.ts +2 -2
  44. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  45. package/dist/components/layout/layout.vue.d.ts +4 -4
  46. package/dist/components/link/link.js +1 -1
  47. package/dist/components/link/link.vue.d.ts +1 -1
  48. package/dist/components/list/list-item.vue.d.ts +2 -2
  49. package/dist/components/list/list.vue.d.ts +2 -2
  50. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  51. package/dist/components/menu/menu-option.vue.d.ts +3 -3
  52. package/dist/components/menu/menu-options.vue.d.ts +3 -3
  53. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  54. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +6 -6
  55. package/dist/components/page-tabs/index.d.ts +3 -0
  56. package/dist/components/page-tabs/page-tabs.js +1 -0
  57. package/dist/components/page-tabs/page-tabs.vue.d.ts +27 -0
  58. package/dist/components/page-tabs/types.d.ts +32 -0
  59. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  60. package/dist/components/password/password.vue.d.ts +4 -4
  61. package/dist/components/popover/popover.vue.d.ts +11 -11
  62. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  63. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  64. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  65. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  66. package/dist/components/segment/segment.vue.d.ts +3 -3
  67. package/dist/components/select/select.vue.d.ts +8 -8
  68. package/dist/components/separator/separator.vue.d.ts +5 -5
  69. package/dist/components/switch/switch.vue.d.ts +25 -25
  70. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  71. package/dist/components/tag/tag.vue.d.ts +4 -4
  72. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  73. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  74. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  75. package/dist/components/tree/tree.vue.d.ts +5 -5
  76. package/dist/components/tree-menu/tree-menu-option.js +1 -1
  77. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  78. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  79. package/dist/constants/components.d.ts +1 -0
  80. package/dist/constants/components.js +1 -1
  81. package/dist/index.d.ts +26 -22
  82. package/dist/index.js +1 -1
  83. package/dist/styles.css +24 -4
  84. package/dist/variants/alert.d.ts +3 -3
  85. package/dist/variants/badge.d.ts +3 -3
  86. package/dist/variants/button.d.ts +3 -3
  87. package/dist/variants/checkbox.d.ts +3 -3
  88. package/dist/variants/page-tabs.d.ts +183 -0
  89. package/dist/variants/page-tabs.js +1 -0
  90. package/dist/variants/pagination.d.ts +3 -3
  91. package/dist/variants/separator.d.ts +3 -3
  92. package/dist/variants/switch.d.ts +3 -3
  93. package/dist/variants/tag.d.ts +3 -3
  94. package/dist/variants/textarea.d.ts +3 -3
  95. package/dist/variants/toast.d.ts +3 -3
  96. package/package.json +5 -3
package/README.md CHANGED
@@ -123,7 +123,7 @@ import { AccordionRoot, AccordionItem, AccordionTrigger, AccordionContent } from
123
123
 
124
124
  ✅: Completed ✨: Implemented
125
125
 
126
- 46 / total: 107
126
+ 48 / total: 109
127
127
 
128
128
  | No | Priority | Name | Status | Alias | 📝 Note |
129
129
  | --- | -------- | --------------- | ------------ | -------------------- | ------------------------ |
@@ -174,67 +174,68 @@ import { AccordionRoot, AccordionItem, AccordionTrigger, AccordionContent } from
174
174
  | 45 | 1 | TreeMenu | ✅ Completed | | |
175
175
  | 46 | 1 | Virtualizer | ✅ Completed | | |
176
176
  | 47 | 1 | VisuallyHidden | ✅ Completed | | |
177
- | 48 | 2 | ColorPicker | | | |
178
- | 49 | 2 | Combobox | | | support virtualized |
179
- | 50 | 2 | DataTable | | | support virtualized |
180
- | 51 | 2 | Menubar | | | |
181
- | 52 | 2 | PinInput | | InputOPT, OPTInput | |
182
- | 53 | 2 | Popconfirm | | | |
183
- | 54 | 2 | Progress | | | include circle |
184
- | 55 | 2 | ScrollArea | | | |
185
- | 56 | 2 | Skeleton | | | |
186
- | 57 | 2 | Slider | | | |
187
- | 58 | 2 | Table | | | |
188
- | 59 | 2 | Toggle | | | |
189
- | 60 | 2 | ToggleGroup | | | |
190
- | 61 | 3 | BottomSheet | | Drawer(shadcn-ui) | |
191
- | 62 | 3 | Calendar | | | v-calendar |
192
- | 63 | 3 | Carousel | | | |
193
- | 64 | 3 | DateField | | | |
194
- | 65 | 3 | DatePicker | | | |
195
- | 66 | 3 | DateRangeField | | | |
196
- | 67 | 3 | DateRangePicker | | | |
197
- | 68 | 3 | Editable | | | |
198
- | 69 | 3 | HoverCard | | | |
199
- | 70 | 3 | RangeCalendar | | | v-calendar |
200
- | 71 | 3 | Resizable | | | |
201
- | 72 | 3 | Splitter | | | |
202
- | 73 | 3 | Stepper | | | |
203
- | 74 | 3 | TagsInput | | | |
204
- | 75 | 3 | TimeField | | | |
205
- | 76 | 3 | Timeline | | | ui things |
206
- | 77 | 3 | TimePicker | | | element-plus |
207
- | 78 | 3 | Toolbar | | | |
208
- | 79 | 4 | Affix | | | |
209
- | 80 | 4 | Anchor | | | |
210
- | 81 | 4 | AutoComplete | | | support virtualized |
211
- | 82 | 4 | Backtop | | | |
212
- | 83 | 4 | Cascader | | | support virtualized |
213
- | 84 | 4 | Clipboard | | | |
214
- | 85 | 4 | Code | | | |
215
- | 86 | 4 | Comment | | | |
216
- | 87 | 4 | Countdown | | | |
217
- | 88 | 4 | CurrencyInput | | | |
218
- | 89 | 4 | Descriptions | | | |
219
- | 90 | 4 | Ellipsis | | | |
220
- | 91 | 4 | Empty | | | |
221
- | 92 | 4 | Equation | | | based on katex |
222
- | 93 | 4 | InfiniteScroll | | | |
223
- | 94 | 4 | Mention | | | element-plus |
224
- | 95 | 4 | Navbar | | | |
225
- | 96 | 4 | NumberAnimation | | | naive-ui |
226
- | 97 | 4 | PageTab | | | |
227
- | 98 | 4 | QRCode | | | |
228
- | 99 | 4 | Rating | | Rate | element-plus |
229
- | 100 | 4 | Result | | | |
230
- | 101 | 4 | Spinner | | Loader, Spin | github ldrs |
231
- | 102 | 4 | Statistic | | | |
232
- | 103 | 4 | Tour | | | |
233
- | 104 | 4 | Transfer | | | |
234
- | 105 | 4 | TreeSelect | | | |
235
- | 106 | 4 | Typography | | | shadcn-ui |
236
- | 107 | 4 | Upload | | FileUpload, Dropfile | |
237
- | 108 | 4 | Watermark | | | |
177
+ | 48 | 2 | PageTabs | ✅ Completed | | |
178
+ | 49 | 2 | ColorPicker | | | |
179
+ | 50 | 2 | Combobox | | | support virtualized |
180
+ | 51 | 2 | DataTable | | | support virtualized |
181
+ | 52 | 2 | Menubar | | | |
182
+ | 53 | 2 | PinInput | | InputOPT, OPTInput | |
183
+ | 54 | 2 | Popconfirm | | | |
184
+ | 55 | 2 | Progress | | | include circle |
185
+ | 56 | 2 | ScrollArea | | | |
186
+ | 57 | 2 | Skeleton | | | |
187
+ | 58 | 2 | Slider | | | |
188
+ | 59 | 2 | Table | | | |
189
+ | 60 | 2 | Toggle | | | |
190
+ | 61 | 2 | ToggleGroup | | | |
191
+ | 62 | 3 | BottomSheet | | Drawer(shadcn-ui) | |
192
+ | 63 | 3 | Calendar | | | v-calendar |
193
+ | 64 | 3 | Carousel | | | |
194
+ | 65 | 3 | DateField | | | |
195
+ | 66 | 3 | DatePicker | | | |
196
+ | 67 | 3 | DateRangeField | | | |
197
+ | 68 | 3 | DateRangePicker | | | |
198
+ | 69 | 3 | Editable | | | |
199
+ | 70 | 3 | HoverCard | | | |
200
+ | 71 | 3 | RangeCalendar | | | v-calendar |
201
+ | 72 | 3 | Resizable | | | |
202
+ | 73 | 3 | Splitter | | | |
203
+ | 74 | 3 | Stepper | | | |
204
+ | 75 | 3 | TagsInput | | | |
205
+ | 76 | 3 | TimeField | | | |
206
+ | 77 | 3 | Timeline | | | ui things |
207
+ | 78 | 3 | TimePicker | | | element-plus |
208
+ | 79 | 3 | Toolbar | | | |
209
+ | 80 | 4 | Affix | | | |
210
+ | 81 | 4 | Anchor | | | |
211
+ | 82 | 4 | AutoComplete | | | support virtualized |
212
+ | 83 | 4 | Backtop | | | |
213
+ | 84 | 4 | Cascader | | | support virtualized |
214
+ | 85 | 4 | Clipboard | | | |
215
+ | 86 | 4 | Code | | | |
216
+ | 87 | 4 | Comment | | | |
217
+ | 88 | 4 | Countdown | | | |
218
+ | 89 | 4 | CurrencyInput | | | |
219
+ | 90 | 4 | Descriptions | | | |
220
+ | 91 | 4 | Ellipsis | | | |
221
+ | 92 | 4 | Empty | | | |
222
+ | 93 | 4 | Equation | | | based on katex |
223
+ | 94 | 4 | InfiniteScroll | | | |
224
+ | 95 | 4 | Mention | | | element-plus |
225
+ | 96 | 4 | Navbar | | | |
226
+ | 97 | 4 | NumberAnimation | | | naive-ui |
227
+ | 98 | 4 | PageTab | | | |
228
+ | 99 | 4 | QRCode | | | |
229
+ | 100 | 4 | Rating | | Rate | element-plus |
230
+ | 101 | 4 | Result | | | |
231
+ | 102 | 4 | Spinner | | Loader, Spin | github ldrs |
232
+ | 103 | 4 | Statistic | | | |
233
+ | 104 | 4 | Tour | | | |
234
+ | 105 | 4 | Transfer | | | |
235
+ | 106 | 4 | TreeSelect | | | |
236
+ | 107 | 4 | Typography | | | shadcn-ui |
237
+ | 108 | 4 | Upload | | FileUpload, Dropfile | |
238
+ | 109 | 4 | Watermark | | | |
238
239
 
239
240
  ### Utilities
240
241
 
package/README.zh-CN.md CHANGED
@@ -123,135 +123,136 @@ import { AccordionRoot, AccordionItem, AccordionTrigger, AccordionContent } from
123
123
 
124
124
  ✅: 已完成 ✨: 已实现
125
125
 
126
- 46 / 总计: 107
127
-
128
- | 序号 | 优先级 | 名称 | 状态 | 别名 | 📝 备注 |
129
- | ---- | ------ | --------------- | ------------ | -------------------- | ------------------------ |
130
- | 1 | 1 | Accordion | ✅ Completed | | |
131
- | 2 | 1 | Alert | ✅ Completed | | |
132
- | 3 | 1 | AlertDialog | ✅ Completed | | |
133
- | 4 | 1 | Arrow | ✅ Completed | | |
134
- | 5 | 1 | AspectRatio | ✅ Completed | | |
135
- | 6 | 1 | Avatar | ✅ Completed | | |
136
- | 7 | 1 | Badge | ✅ Completed | Chip | |
137
- | 8 | 1 | Breadcrumb | ✅ Completed | | |
138
- | 9 | 1 | Button | ✅ Completed | | ✨ support loading |
139
- | 10 | 1 | Card | ✅ Completed | | |
140
- | 11 | 1 | Checkbox | ✅ Completed | | ✨ support checkbox card |
141
- | 12 | 1 | Collapsible | ✅ Completed | | |
142
- | 13 | 1 | Command | ✅ Completed | | |
143
- | 14 | 1 | ConfigProvider | ✅ Completed | | |
144
- | 15 | 1 | ContextMenu | ✅ Completed | | |
145
- | 16 | 1 | Dialog | ✅ Completed | | |
146
- | 17 | 1 | Drawer | ✅ Completed | Sheet | |
147
- | 18 | 1 | DropdownMenu | ✅ Completed | | ✨ support hover trigger |
148
- | 19 | 1 | Form | ✅ Completed | | |
149
- | 20 | 1 | Icon | ✅ Completed | | ✨ based on iconify |
150
- | 21 | 1 | Input | ✅ Completed | | |
151
- | 22 | 1 | Kbd | ✅ Completed | | |
152
- | 23 | 1 | Label | ✅ Completed | | |
153
- | 24 | 1 | Layout | ✅ Completed | | |
154
- | 25 | 1 | Link | ✅ Completed | | |
155
- | 26 | 1 | List | ✅ Completed | | |
156
- | 27 | 1 | Listbox | ✅ Completed | | |
157
- | 28 | 1 | Menu | ✅ Completed | | |
158
- | 29 | 1 | NavigationMenu | ✅ Completed | | |
159
- | 30 | 1 | NumberInput | ✅ Completed | NumberField | |
160
- | 31 | 1 | Pagination | ✅ Completed | | |
161
- | 32 | 1 | Password | ✅ Completed | | |
162
- | 33 | 1 | Popover | ✅ Completed | | |
163
- | 34 | 1 | RadioGroup | ✅ Completed | | ✨ support radio card |
164
- | 35 | 1 | Segment | ✅ Completed | | |
165
- | 36 | 1 | Select | ✅ Completed | | |
166
- | 37 | 1 | Separator | ✅ Completed | Divider | |
167
- | 38 | 1 | Switch | ✅ Completed | | ✨ support switch card |
168
- | 39 | 1 | Tabs | ✅ Completed | | |
169
- | 40 | 1 | Tag | ✅ Completed | Badge(shadcn-ui) | |
170
- | 41 | 1 | Textarea | ✅ Completed | | ✨ support auto size |
171
- | 42 | 1 | Toast | ✅ Completed | Sonner | migrate from vue-sonner |
172
- | 43 | 1 | Tooltip | ✅ Completed | | |
173
- | 44 | 1 | Tree | ✅ Completed | | ✨ support virtualized |
174
- | 45 | 1 | TreeMenu | ✅ Completed | | |
175
- | 46 | 1 | Virtualizer | ✅ Completed | | |
176
- | 47 | 1 | VisuallyHidden | ✅ Completed | | |
177
- | 48 | 2 | ColorPicker | | | |
178
- | 49 | 2 | Combobox | | | support virtualized |
179
- | 50 | 2 | DataTable | | | support virtualized |
180
- | 51 | 2 | Menubar | | | |
181
- | 52 | 2 | PinInput | | InputOPT, OPTInput | |
182
- | 53 | 2 | Popconfirm | | | |
183
- | 54 | 2 | Progress | | | include circle |
184
- | 55 | 2 | ScrollArea | | | |
185
- | 56 | 2 | Skeleton | | | |
186
- | 57 | 2 | Slider | | | |
187
- | 58 | 2 | Table | | | |
188
- | 59 | 2 | Toggle | | | |
189
- | 60 | 2 | ToggleGroup | | | |
190
- | 61 | 3 | BottomSheet | | Drawer(shadcn-ui) | |
191
- | 62 | 3 | Calendar | | | v-calendar |
192
- | 63 | 3 | Carousel | | | |
193
- | 64 | 3 | DateField | | | |
194
- | 65 | 3 | DatePicker | | | |
195
- | 66 | 3 | DateRangeField | | | |
196
- | 67 | 3 | DateRangePicker | | | |
197
- | 68 | 3 | Editable | | | |
198
- | 69 | 3 | HoverCard | | | |
199
- | 70 | 3 | RangeCalendar | | | v-calendar |
200
- | 71 | 3 | Resizable | | | |
201
- | 72 | 3 | Splitter | | | |
202
- | 73 | 3 | Stepper | | | |
203
- | 74 | 3 | TagsInput | | | |
204
- | 75 | 3 | TimeField | | | |
205
- | 76 | 3 | Timeline | | | ui things |
206
- | 77 | 3 | TimePicker | | | element-plus |
207
- | 78 | 3 | Toolbar | | | |
208
- | 79 | 4 | Affix | | | |
209
- | 80 | 4 | Anchor | | | |
210
- | 81 | 4 | AutoComplete | | | support virtualized |
211
- | 82 | 4 | Backtop | | | |
212
- | 83 | 4 | Cascader | | | support virtualized |
213
- | 84 | 4 | Clipboard | | | |
214
- | 85 | 4 | Code | | | |
215
- | 86 | 4 | Comment | | | |
216
- | 87 | 4 | Countdown | | | |
217
- | 88 | 4 | CurrencyInput | | | |
218
- | 89 | 4 | Descriptions | | | |
219
- | 90 | 4 | Ellipsis | | | |
220
- | 91 | 4 | Empty | | | |
221
- | 92 | 4 | Equation | | | based on katex |
222
- | 93 | 4 | InfiniteScroll | | | |
223
- | 94 | 4 | Mention | | | element-plus |
224
- | 95 | 4 | Navbar | | | |
225
- | 96 | 4 | NumberAnimation | | | naive-ui |
226
- | 97 | 4 | PageTab | | | |
227
- | 98 | 4 | QRCode | | | |
228
- | 99 | 4 | Rating | | Rate | element-plus |
229
- | 100 | 4 | Result | | | |
230
- | 101 | 4 | Spinner | | Loader, Spin | github ldrs |
231
- | 102 | 4 | Statistic | | | |
232
- | 103 | 4 | Tour | | | |
233
- | 104 | 4 | Transfer | | | |
234
- | 105 | 4 | TreeSelect | | | |
235
- | 106 | 4 | Typography | | | shadcn-ui |
236
- | 107 | 4 | Upload | | FileUpload, Dropfile | |
237
- | 108 | 4 | Watermark | | | |
238
-
239
- ### 工具函数
126
+ 48 / 总计: 109
127
+
128
+ | No | Priority | Name | Status | Alias | 📝 Note |
129
+ | --- | -------- | --------------- | ------------ | -------------------- | ------------------------ |
130
+ | 1 | 1 | Accordion | ✅ Completed | | |
131
+ | 2 | 1 | Alert | ✅ Completed | | |
132
+ | 3 | 1 | AlertDialog | ✅ Completed | | |
133
+ | 4 | 1 | Arrow | ✅ Completed | | |
134
+ | 5 | 1 | AspectRatio | ✅ Completed | | |
135
+ | 6 | 1 | Avatar | ✅ Completed | | |
136
+ | 7 | 1 | Badge | ✅ Completed | Chip | |
137
+ | 8 | 1 | Breadcrumb | ✅ Completed | | |
138
+ | 9 | 1 | Button | ✅ Completed | | ✨ support loading |
139
+ | 10 | 1 | Card | ✅ Completed | | |
140
+ | 11 | 1 | Checkbox | ✅ Completed | | ✨ support checkbox card |
141
+ | 12 | 1 | Collapsible | ✅ Completed | | |
142
+ | 13 | 1 | Command | ✅ Completed | | |
143
+ | 14 | 1 | ConfigProvider | ✅ Completed | | |
144
+ | 15 | 1 | ContextMenu | ✅ Completed | | |
145
+ | 16 | 1 | Dialog | ✅ Completed | | |
146
+ | 17 | 1 | Drawer | ✅ Completed | Sheet | |
147
+ | 18 | 1 | DropdownMenu | ✅ Completed | | ✨ support hover trigger |
148
+ | 19 | 1 | Form | ✅ Completed | | |
149
+ | 20 | 1 | Icon | ✅ Completed | | ✨ based on iconify |
150
+ | 21 | 1 | Input | ✅ Completed | | |
151
+ | 22 | 1 | Kbd | ✅ Completed | | |
152
+ | 23 | 1 | Label | ✅ Completed | | |
153
+ | 24 | 1 | Layout | ✅ Completed | | |
154
+ | 25 | 1 | Link | ✅ Completed | | |
155
+ | 26 | 1 | List | ✅ Completed | | |
156
+ | 27 | 1 | Listbox | ✅ Completed | | |
157
+ | 28 | 1 | Menu | ✅ Completed | | |
158
+ | 29 | 1 | NavigationMenu | ✅ Completed | | |
159
+ | 30 | 1 | NumberInput | ✅ Completed | NumberField | |
160
+ | 31 | 1 | Pagination | ✅ Completed | | |
161
+ | 32 | 1 | Password | ✅ Completed | | |
162
+ | 33 | 1 | Popover | ✅ Completed | | |
163
+ | 34 | 1 | RadioGroup | ✅ Completed | | ✨ support radio card |
164
+ | 35 | 1 | Segment | ✅ Completed | | |
165
+ | 36 | 1 | Select | ✅ Completed | | |
166
+ | 37 | 1 | Separator | ✅ Completed | Divider | |
167
+ | 38 | 1 | Switch | ✅ Completed | | ✨ support switch card |
168
+ | 39 | 1 | Tabs | ✅ Completed | | |
169
+ | 40 | 1 | Tag | ✅ Completed | Badge(shadcn-ui) | |
170
+ | 41 | 1 | Textarea | ✅ Completed | | ✨ support auto size |
171
+ | 42 | 1 | Toast | ✅ Completed | Sonner | migrate from vue-sonner |
172
+ | 43 | 1 | Tooltip | ✅ Completed | | |
173
+ | 44 | 1 | Tree | ✅ Completed | | ✨ support virtualized |
174
+ | 45 | 1 | TreeMenu | ✅ Completed | | |
175
+ | 46 | 1 | Virtualizer | ✅ Completed | | |
176
+ | 47 | 1 | VisuallyHidden | ✅ Completed | | |
177
+ | 48 | 2 | PageTabs | ✅ Completed | | |
178
+ | 49 | 2 | ColorPicker | | | |
179
+ | 50 | 2 | Combobox | | | support virtualized |
180
+ | 51 | 2 | DataTable | | | support virtualized |
181
+ | 52 | 2 | Menubar | | | |
182
+ | 53 | 2 | PinInput | | InputOPT, OPTInput | |
183
+ | 54 | 2 | Popconfirm | | | |
184
+ | 55 | 2 | Progress | | | include circle |
185
+ | 56 | 2 | ScrollArea | | | |
186
+ | 57 | 2 | Skeleton | | | |
187
+ | 58 | 2 | Slider | | | |
188
+ | 59 | 2 | Table | | | |
189
+ | 60 | 2 | Toggle | | | |
190
+ | 61 | 2 | ToggleGroup | | | |
191
+ | 62 | 3 | BottomSheet | | Drawer(shadcn-ui) | |
192
+ | 63 | 3 | Calendar | | | v-calendar |
193
+ | 64 | 3 | Carousel | | | |
194
+ | 65 | 3 | DateField | | | |
195
+ | 66 | 3 | DatePicker | | | |
196
+ | 67 | 3 | DateRangeField | | | |
197
+ | 68 | 3 | DateRangePicker | | | |
198
+ | 69 | 3 | Editable | | | |
199
+ | 70 | 3 | HoverCard | | | |
200
+ | 71 | 3 | RangeCalendar | | | v-calendar |
201
+ | 72 | 3 | Resizable | | | |
202
+ | 73 | 3 | Splitter | | | |
203
+ | 74 | 3 | Stepper | | | |
204
+ | 75 | 3 | TagsInput | | | |
205
+ | 76 | 3 | TimeField | | | |
206
+ | 77 | 3 | Timeline | | | ui things |
207
+ | 78 | 3 | TimePicker | | | element-plus |
208
+ | 79 | 3 | Toolbar | | | |
209
+ | 80 | 4 | Affix | | | |
210
+ | 81 | 4 | Anchor | | | |
211
+ | 82 | 4 | AutoComplete | | | support virtualized |
212
+ | 83 | 4 | Backtop | | | |
213
+ | 84 | 4 | Cascader | | | support virtualized |
214
+ | 85 | 4 | Clipboard | | | |
215
+ | 86 | 4 | Code | | | |
216
+ | 87 | 4 | Comment | | | |
217
+ | 88 | 4 | Countdown | | | |
218
+ | 89 | 4 | CurrencyInput | | | |
219
+ | 90 | 4 | Descriptions | | | |
220
+ | 91 | 4 | Ellipsis | | | |
221
+ | 92 | 4 | Empty | | | |
222
+ | 93 | 4 | Equation | | | based on katex |
223
+ | 94 | 4 | InfiniteScroll | | | |
224
+ | 95 | 4 | Mention | | | element-plus |
225
+ | 96 | 4 | Navbar | | | |
226
+ | 97 | 4 | NumberAnimation | | | naive-ui |
227
+ | 98 | 4 | PageTab | | | |
228
+ | 99 | 4 | QRCode | | | |
229
+ | 100 | 4 | Rating | | Rate | element-plus |
230
+ | 101 | 4 | Result | | | |
231
+ | 102 | 4 | Spinner | | Loader, Spin | github ldrs |
232
+ | 103 | 4 | Statistic | | | |
233
+ | 104 | 4 | Tour | | | |
234
+ | 105 | 4 | Transfer | | | |
235
+ | 106 | 4 | TreeSelect | | | |
236
+ | 107 | 4 | Typography | | | shadcn-ui |
237
+ | 108 | 4 | Upload | | FileUpload, Dropfile | |
238
+ | 109 | 4 | Watermark | | | |
239
+
240
+ ### Utilities
240
241
 
241
242
  ✅ 12 / 总计: 13
242
243
 
243
- | 序号 | 优先级 | 名称 | 状态 | 📝 备注 |
244
- | ---- | ------ | ------------------- | ------------ | -------------- |
245
- | 1 | 1 | Popper | ✅ Completed | |
246
- | 2 | 1 | Portal | ✅ Completed | alias Teleport |
247
- | 3 | 1 | Primitive | ✅ Completed | |
248
- | 4 | 1 | RovingFocus | ✅ Completed | |
249
- | 5 | 1 | Slot | ✅ Completed | |
250
- | 6 | 1 | useCollection | ✅ Completed | |
251
- | 7 | 1 | useDismissableLayer | ✅ Completed | |
252
- | 8 | 1 | useFocusGuards | ✅ Completed | |
253
- | 9 | 1 | useFocusScope | ✅ Completed | |
254
- | 10 | 1 | usePresence | ✅ Completed | |
255
- | 11 | 1 | useDialog | ✅ Completed | |
256
- | 12 | 1 | useToast | ✅ Completed | |
257
- | 13 | 2 | useLoadingBar | | |
244
+ | No. | Priority | Name | Status | 📝 Note |
245
+ | --- | -------- | ------------------- | ------------ | -------------- |
246
+ | 1 | 1 | Popper | ✅ Completed | |
247
+ | 2 | 1 | Portal | ✅ Completed | alias Teleport |
248
+ | 3 | 1 | Primitive | ✅ Completed | |
249
+ | 4 | 1 | RovingFocus | ✅ Completed | |
250
+ | 5 | 1 | Slot | ✅ Completed | |
251
+ | 6 | 1 | useCollection | ✅ Completed | |
252
+ | 7 | 1 | useDismissableLayer | ✅ Completed | |
253
+ | 8 | 1 | useFocusGuards | ✅ Completed | |
254
+ | 9 | 1 | useFocusScope | ✅ Completed | |
255
+ | 10 | 1 | usePresence | ✅ Completed | |
256
+ | 11 | 1 | useDialog | ✅ Completed | |
257
+ | 12 | 1 | useToast | ✅ Completed | |
258
+ | 13 | 2 | useLoadingBar | | |
@@ -1,9 +1,9 @@
1
1
  import { AccordionOptionData, AccordionProps } from "./types.js";
2
- import * as vue133 from "vue";
2
+ import * as vue32 from "vue";
3
3
 
4
4
  //#region src/components/accordion/accordion.vue.d.ts
5
5
  declare const __VLS_export: <T extends AccordionOptionData = AccordionOptionData, M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: vue133.PublicProps & __VLS_PrettifyLocal<AccordionProps<T, M> & {
6
+ props: vue32.PublicProps & __VLS_PrettifyLocal<AccordionProps<T, M> & {
7
7
  "onUpdate:modelValue"?: ((value: M extends true ? string[] : string) => any) | undefined;
8
8
  }> & (typeof globalThis extends {
9
9
  __VLS_PROPS_FALLBACK: infer P;
@@ -41,7 +41,7 @@ declare const __VLS_export: <T extends AccordionOptionData = AccordionOptionData
41
41
  }) => any;
42
42
  };
43
43
  emit: (evt: "update:modelValue", value: M extends true ? string[] : string) => void;
44
- }>) => vue133.VNode & {
44
+ }>) => vue32.VNode & {
45
45
  __ctx?: Awaited<typeof __VLS_setup>;
46
46
  };
47
47
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { AlertProps } from "./types.js";
2
- import * as vue174 from "vue";
2
+ import * as vue5 from "vue";
3
3
 
4
4
  //#region src/components/alert/alert.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_29: {}, __VLS_37: {}, __VLS_39: {}, __VLS_41: {}, __VLS_49: {};
@@ -16,13 +16,13 @@ type __VLS_Slots = {} & {
16
16
  } & {
17
17
  close?: (props: typeof __VLS_49) => any;
18
18
  };
19
- declare const __VLS_base: vue174.DefineComponent<AlertProps, {}, {}, {}, {}, vue174.ComponentOptionsMixin, vue174.ComponentOptionsMixin, {
19
+ declare const __VLS_base: vue5.DefineComponent<AlertProps, {}, {}, {}, {}, vue5.ComponentOptionsMixin, vue5.ComponentOptionsMixin, {
20
20
  "update:open": (open: boolean) => any;
21
- }, string, vue174.PublicProps, Readonly<AlertProps> & Readonly<{
21
+ }, string, vue5.PublicProps, Readonly<AlertProps> & Readonly<{
22
22
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
23
23
  }>, {
24
24
  open: boolean;
25
- }, {}, {}, {}, string, vue174.ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, vue5.ComponentProvideOptions, false, {}, any>;
26
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
27
  declare const _default: typeof __VLS_export;
28
28
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { AlertDialogActionProps } from "./types.js";
2
- import * as vue0 from "vue";
2
+ import * as vue20 from "vue";
3
3
 
4
4
  //#region src/components/alert-dialog/alert-dialog-action.vue.d.ts
5
5
  declare var __VLS_8: {}, __VLS_16: {};
@@ -8,9 +8,9 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_16) => any;
10
10
  };
11
- declare const __VLS_base: vue0.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, vue0.ComponentOptionsMixin, vue0.ComponentOptionsMixin, {}, string, vue0.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{}>, {
11
+ declare const __VLS_base: vue20.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, vue20.ComponentOptionsMixin, vue20.ComponentOptionsMixin, {}, string, vue20.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{}>, {
12
12
  text: string;
13
- }, {}, {}, {}, string, vue0.ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, vue20.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { ButtonVariant } from "../../variants/button.js";
2
2
  import { AlertDialogCancelProps } from "./types.js";
3
3
  import "../button/index.js";
4
- import * as vue4 from "vue";
4
+ import * as vue15 from "vue";
5
5
 
6
6
  //#region src/components/alert-dialog/alert-dialog-cancel.vue.d.ts
7
7
  declare var __VLS_8: {}, __VLS_16: {};
@@ -10,10 +10,10 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  default?: (props: typeof __VLS_16) => any;
12
12
  };
13
- declare const __VLS_base: vue4.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {
13
+ declare const __VLS_base: vue15.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, vue15.ComponentOptionsMixin, vue15.ComponentOptionsMixin, {}, string, vue15.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {
14
14
  text: string;
15
15
  variant: ButtonVariant;
16
- }, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, vue15.ComponentProvideOptions, false, {}, any>;
17
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
18
  declare const _default: typeof __VLS_export;
19
19
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { AlertDialogProps } from "./types.js";
2
- import * as vue9 from "vue";
2
+ import * as vue10 from "vue";
3
3
 
4
4
  //#region src/components/alert-dialog/alert-dialog.vue.d.ts
5
5
  declare var __VLS_16: {}, __VLS_52: {
@@ -26,15 +26,15 @@ type __VLS_Slots = {} & {
26
26
  } & {
27
27
  footer?: (props: typeof __VLS_70) => any;
28
28
  };
29
- declare const __VLS_base: vue9.DefineComponent<AlertDialogProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {
29
+ declare const __VLS_base: vue10.DefineComponent<AlertDialogProps, {}, {}, {}, {}, vue10.ComponentOptionsMixin, vue10.ComponentOptionsMixin, {
30
30
  "update:open": (value: boolean) => any;
31
- }, string, vue9.PublicProps, Readonly<AlertDialogProps> & Readonly<{
31
+ }, string, vue10.PublicProps, Readonly<AlertDialogProps> & Readonly<{
32
32
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
33
33
  }>, {
34
34
  open: boolean;
35
35
  defaultOpen: boolean;
36
36
  showIcon: boolean;
37
- }, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>;
37
+ }, {}, {}, {}, string, vue10.ComponentProvideOptions, false, {}, any>;
38
38
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
39
  declare const _default: typeof __VLS_export;
40
40
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { AvatarProps } from "./types.js";
2
- import * as vue14 from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as vue27 from "vue";
3
+ import * as _soybeanjs_headless1 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/avatar/avatar.vue.d.ts
6
6
  declare var __VLS_8: {}, __VLS_10: {}, __VLS_25: {};
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  fallback?: (props: typeof __VLS_25) => any;
13
13
  };
14
- declare const __VLS_base: vue14.DefineComponent<AvatarProps, {}, {}, {}, {}, vue14.ComponentOptionsMixin, vue14.ComponentOptionsMixin, {
15
- loadingStatusChange: (status: _soybeanjs_headless0.ImageLoadingStatus) => any;
16
- }, string, vue14.PublicProps, Readonly<AvatarProps> & Readonly<{
17
- onLoadingStatusChange?: ((status: _soybeanjs_headless0.ImageLoadingStatus) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue14.ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_base: vue27.DefineComponent<AvatarProps, {}, {}, {}, {}, vue27.ComponentOptionsMixin, vue27.ComponentOptionsMixin, {
15
+ loadingStatusChange: (status: _soybeanjs_headless1.ImageLoadingStatus) => any;
16
+ }, string, vue27.PublicProps, Readonly<AvatarProps> & Readonly<{
17
+ onLoadingStatusChange?: ((status: _soybeanjs_headless1.ImageLoadingStatus) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, vue27.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { BadgeProps } from "./types.js";
2
- import * as vue135 from "vue";
2
+ import * as vue43 from "vue";
3
3
 
4
4
  //#region src/components/badge/badge.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_18: {};
@@ -8,13 +8,13 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  content?: (props: typeof __VLS_18) => any;
10
10
  };
11
- declare const __VLS_base: vue135.DefineComponent<BadgeProps, {}, {}, {}, {}, vue135.ComponentOptionsMixin, vue135.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue43.DefineComponent<BadgeProps, {}, {}, {}, {}, vue43.ComponentOptionsMixin, vue43.ComponentOptionsMixin, {
12
12
  "update:open": (open: boolean) => any;
13
- }, string, vue135.PublicProps, Readonly<BadgeProps> & Readonly<{
13
+ }, string, vue43.PublicProps, Readonly<BadgeProps> & Readonly<{
14
14
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
15
15
  }>, {
16
16
  open: boolean;
17
- }, {}, {}, {}, string, vue135.ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, vue43.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {