@soybeanjs/ui 0.3.3 → 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.
- package/README.md +63 -62
- package/README.zh-CN.md +130 -129
- package/dist/components/accordion/accordion.vue.d.ts +3 -3
- package/dist/components/alert/alert.vue.d.ts +4 -4
- package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
- package/dist/components/avatar/avatar.vue.d.ts +7 -7
- package/dist/components/badge/badge.vue.d.ts +4 -4
- package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
- package/dist/components/button/button-group.vue.d.ts +6 -6
- package/dist/components/button/button-icon.vue.d.ts +3 -3
- package/dist/components/button/button-link.js +1 -1
- package/dist/components/button/button-link.vue.d.ts +5 -5
- package/dist/components/button/button-loading.vue.d.ts +3 -3
- package/dist/components/button/button.vue.d.ts +4 -4
- package/dist/components/card/card.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card.vue.d.ts +4 -4
- package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox.vue.d.ts +4 -4
- package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
- package/dist/components/command/command.vue.d.ts +7 -7
- package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
- package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
- package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
- package/dist/components/dialog/dialog-pure.vue.d.ts +13 -13
- package/dist/components/dialog/dialog.vue.d.ts +13 -13
- package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
- package/dist/components/drawer/drawer.vue.d.ts +13 -13
- package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
- package/dist/components/form/form.vue.d.ts +2 -2
- package/dist/components/form/use-form.d.ts +22 -22
- package/dist/components/icon/icon.vue.d.ts +2 -2
- package/dist/components/input/input.vue.d.ts +4 -4
- package/dist/components/kbd/kbd.vue.d.ts +3 -3
- package/dist/components/label/label.vue.d.ts +2 -2
- package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
- package/dist/components/layout/layout.vue.d.ts +5 -5
- package/dist/components/link/link.js +1 -1
- package/dist/components/link/link.vue.d.ts +4 -4
- package/dist/components/list/list-item.vue.d.ts +2 -2
- package/dist/components/list/list.vue.d.ts +2 -2
- package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
- package/dist/components/menu/menu-option.vue.d.ts +8 -8
- package/dist/components/menu/menu-options.vue.d.ts +8 -8
- package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
- package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
- package/dist/components/number-input/number-input.vue.d.ts +4 -4
- package/dist/components/page-tabs/index.d.ts +3 -0
- package/dist/components/page-tabs/page-tabs.js +1 -0
- package/dist/components/page-tabs/page-tabs.vue.d.ts +27 -0
- package/dist/components/page-tabs/types.d.ts +32 -0
- package/dist/components/pagination/pagination.vue.d.ts +4 -4
- package/dist/components/password/password.vue.d.ts +4 -4
- package/dist/components/popover/popover.vue.d.ts +11 -11
- package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
- package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio.vue.d.ts +2 -2
- package/dist/components/segment/segment.vue.d.ts +3 -3
- package/dist/components/select/select.vue.d.ts +7 -7
- package/dist/components/separator/separator.vue.d.ts +5 -5
- package/dist/components/switch/switch.vue.d.ts +12 -12
- package/dist/components/tabs/tabs.vue.d.ts +3 -3
- package/dist/components/tag/tag.vue.d.ts +4 -4
- package/dist/components/textarea/textarea.vue.d.ts +4 -4
- package/dist/components/tooltip/tooltip.vue.d.ts +4 -4
- package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
- package/dist/components/tree/tree.vue.d.ts +5 -5
- package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
- package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
- package/dist/constants/components.d.ts +1 -0
- package/dist/constants/components.js +1 -1
- package/dist/index.d.ts +26 -22
- package/dist/index.js +1 -1
- package/dist/styles.css +24 -4
- package/dist/variants/button.d.ts +3 -3
- package/dist/variants/checkbox.d.ts +3 -3
- package/dist/variants/page-tabs.d.ts +183 -0
- package/dist/variants/page-tabs.js +1 -0
- package/dist/variants/pagination.d.ts +3 -3
- package/dist/variants/radio-group.d.ts +3 -3
- package/dist/variants/separator.d.ts +3 -3
- package/dist/variants/switch.d.ts +3 -3
- package/dist/variants/tabs.d.ts +3 -3
- package/dist/variants/textarea.d.ts +3 -3
- package/dist/variants/toast.d.ts +3 -3
- 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
|
-
✅
|
|
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 |
|
|
178
|
-
| 49 | 2 |
|
|
179
|
-
| 50 | 2 |
|
|
180
|
-
| 51 | 2 |
|
|
181
|
-
| 52 | 2 |
|
|
182
|
-
| 53 | 2 |
|
|
183
|
-
| 54 | 2 |
|
|
184
|
-
| 55 | 2 |
|
|
185
|
-
| 56 | 2 |
|
|
186
|
-
| 57 | 2 |
|
|
187
|
-
| 58 | 2 |
|
|
188
|
-
| 59 | 2 |
|
|
189
|
-
| 60 | 2 |
|
|
190
|
-
| 61 |
|
|
191
|
-
| 62 | 3 |
|
|
192
|
-
| 63 | 3 |
|
|
193
|
-
| 64 | 3 |
|
|
194
|
-
| 65 | 3 |
|
|
195
|
-
| 66 | 3 |
|
|
196
|
-
| 67 | 3 |
|
|
197
|
-
| 68 | 3 |
|
|
198
|
-
| 69 | 3 |
|
|
199
|
-
| 70 | 3 |
|
|
200
|
-
| 71 | 3 |
|
|
201
|
-
| 72 | 3 |
|
|
202
|
-
| 73 | 3 |
|
|
203
|
-
| 74 | 3 |
|
|
204
|
-
| 75 | 3 |
|
|
205
|
-
| 76 | 3 |
|
|
206
|
-
| 77 | 3 |
|
|
207
|
-
| 78 | 3 |
|
|
208
|
-
| 79 |
|
|
209
|
-
| 80 | 4 |
|
|
210
|
-
| 81 | 4 |
|
|
211
|
-
| 82 | 4 |
|
|
212
|
-
| 83 | 4 |
|
|
213
|
-
| 84 | 4 |
|
|
214
|
-
| 85 | 4 |
|
|
215
|
-
| 86 | 4 |
|
|
216
|
-
| 87 | 4 |
|
|
217
|
-
| 88 | 4 |
|
|
218
|
-
| 89 | 4 |
|
|
219
|
-
| 90 | 4 |
|
|
220
|
-
| 91 | 4 |
|
|
221
|
-
| 92 | 4 |
|
|
222
|
-
| 93 | 4 |
|
|
223
|
-
| 94 | 4 |
|
|
224
|
-
| 95 | 4 |
|
|
225
|
-
| 96 | 4 |
|
|
226
|
-
| 97 | 4 |
|
|
227
|
-
| 98 | 4 |
|
|
228
|
-
| 99 | 4 |
|
|
229
|
-
| 100 | 4 |
|
|
230
|
-
| 101 | 4 |
|
|
231
|
-
| 102 | 4 |
|
|
232
|
-
| 103 | 4 |
|
|
233
|
-
| 104 | 4 |
|
|
234
|
-
| 105 | 4 |
|
|
235
|
-
| 106 | 4 |
|
|
236
|
-
| 107 | 4 |
|
|
237
|
-
| 108 | 4 |
|
|
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
|
-
✅
|
|
127
|
-
|
|
128
|
-
|
|
|
129
|
-
|
|
|
130
|
-
| 1
|
|
131
|
-
| 2
|
|
132
|
-
| 3
|
|
133
|
-
| 4
|
|
134
|
-
| 5
|
|
135
|
-
| 6
|
|
136
|
-
| 7
|
|
137
|
-
| 8
|
|
138
|
-
| 9
|
|
139
|
-
| 10
|
|
140
|
-
| 11
|
|
141
|
-
| 12
|
|
142
|
-
| 13
|
|
143
|
-
| 14
|
|
144
|
-
| 15
|
|
145
|
-
| 16
|
|
146
|
-
| 17
|
|
147
|
-
| 18
|
|
148
|
-
| 19
|
|
149
|
-
| 20
|
|
150
|
-
| 21
|
|
151
|
-
| 22
|
|
152
|
-
| 23
|
|
153
|
-
| 24
|
|
154
|
-
| 25
|
|
155
|
-
| 26
|
|
156
|
-
| 27
|
|
157
|
-
| 28
|
|
158
|
-
| 29
|
|
159
|
-
| 30
|
|
160
|
-
| 31
|
|
161
|
-
| 32
|
|
162
|
-
| 33
|
|
163
|
-
| 34
|
|
164
|
-
| 35
|
|
165
|
-
| 36
|
|
166
|
-
| 37
|
|
167
|
-
| 38
|
|
168
|
-
| 39
|
|
169
|
-
| 40
|
|
170
|
-
| 41
|
|
171
|
-
| 42
|
|
172
|
-
| 43
|
|
173
|
-
| 44
|
|
174
|
-
| 45
|
|
175
|
-
| 46
|
|
176
|
-
| 47
|
|
177
|
-
| 48
|
|
178
|
-
| 49
|
|
179
|
-
| 50
|
|
180
|
-
| 51
|
|
181
|
-
| 52
|
|
182
|
-
| 53
|
|
183
|
-
| 54
|
|
184
|
-
| 55
|
|
185
|
-
| 56
|
|
186
|
-
| 57
|
|
187
|
-
| 58
|
|
188
|
-
| 59
|
|
189
|
-
| 60
|
|
190
|
-
| 61
|
|
191
|
-
| 62
|
|
192
|
-
| 63
|
|
193
|
-
| 64
|
|
194
|
-
| 65
|
|
195
|
-
| 66
|
|
196
|
-
| 67
|
|
197
|
-
| 68
|
|
198
|
-
| 69
|
|
199
|
-
| 70
|
|
200
|
-
| 71
|
|
201
|
-
| 72
|
|
202
|
-
| 73
|
|
203
|
-
| 74
|
|
204
|
-
| 75
|
|
205
|
-
| 76
|
|
206
|
-
| 77
|
|
207
|
-
| 78
|
|
208
|
-
| 79
|
|
209
|
-
| 80
|
|
210
|
-
| 81
|
|
211
|
-
| 82
|
|
212
|
-
| 83
|
|
213
|
-
| 84
|
|
214
|
-
| 85
|
|
215
|
-
| 86
|
|
216
|
-
| 87
|
|
217
|
-
| 88
|
|
218
|
-
| 89
|
|
219
|
-
| 90
|
|
220
|
-
| 91
|
|
221
|
-
| 92
|
|
222
|
-
| 93
|
|
223
|
-
| 94
|
|
224
|
-
| 95
|
|
225
|
-
| 96
|
|
226
|
-
| 97
|
|
227
|
-
| 98
|
|
228
|
-
| 99
|
|
229
|
-
| 100
|
|
230
|
-
| 101
|
|
231
|
-
| 102
|
|
232
|
-
| 103
|
|
233
|
-
| 104
|
|
234
|
-
| 105
|
|
235
|
-
| 106
|
|
236
|
-
| 107
|
|
237
|
-
| 108
|
|
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
|
|
246
|
-
| 2
|
|
247
|
-
| 3
|
|
248
|
-
| 4
|
|
249
|
-
| 5
|
|
250
|
-
| 6
|
|
251
|
-
| 7
|
|
252
|
-
| 8
|
|
253
|
-
| 9
|
|
254
|
-
| 10
|
|
255
|
-
| 11
|
|
256
|
-
| 12
|
|
257
|
-
| 13
|
|
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
|
|
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:
|
|
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
|
-
}>) =>
|
|
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
|
|
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:
|
|
19
|
+
declare const __VLS_base: vue5.DefineComponent<AlertProps, {}, {}, {}, {}, vue5.ComponentOptionsMixin, vue5.ComponentOptionsMixin, {
|
|
20
20
|
"update:open": (open: boolean) => any;
|
|
21
|
-
}, string,
|
|
21
|
+
}, string, vue5.PublicProps, Readonly<AlertProps> & Readonly<{
|
|
22
22
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
open: boolean;
|
|
25
|
-
}, {}, {}, {}, string,
|
|
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
|
|
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:
|
|
11
|
+
declare const __VLS_base: vue20.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, vue20.ComponentOptionsMixin, vue20.ComponentOptionsMixin, {}, string, vue20.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{}>, {
|
|
12
12
|
text: string;
|
|
13
|
-
}, {}, {}, {}, string,
|
|
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
|
|
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:
|
|
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,
|
|
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
|
|
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:
|
|
29
|
+
declare const __VLS_base: vue10.DefineComponent<AlertDialogProps, {}, {}, {}, {}, vue10.ComponentOptionsMixin, vue10.ComponentOptionsMixin, {
|
|
30
30
|
"update:open": (value: boolean) => any;
|
|
31
|
-
}, string,
|
|
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,
|
|
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
|
|
3
|
-
import * as
|
|
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:
|
|
15
|
-
loadingStatusChange: (status:
|
|
16
|
-
}, string,
|
|
17
|
-
onLoadingStatusChange?: ((status:
|
|
18
|
-
}>, {}, {}, {}, {}, string,
|
|
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
|
|
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:
|
|
11
|
+
declare const __VLS_base: vue43.DefineComponent<BadgeProps, {}, {}, {}, {}, vue43.ComponentOptionsMixin, vue43.ComponentOptionsMixin, {
|
|
12
12
|
"update:open": (open: boolean) => any;
|
|
13
|
-
}, string,
|
|
13
|
+
}, string, vue43.PublicProps, Readonly<BadgeProps> & Readonly<{
|
|
14
14
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
16
|
open: boolean;
|
|
17
|
-
}, {}, {}, {}, string,
|
|
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 & {
|