@bioturing/components 0.27.0 → 0.28.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.
- package/dist/components/checkbox/component.js.map +1 -1
- package/dist/components/choice-list/component.js +9 -9
- package/dist/components/cmdk/index.js.map +1 -1
- package/dist/components/combobox/component.js +202 -0
- package/dist/components/combobox/component.js.map +1 -0
- package/dist/components/combobox/style.css +1 -0
- package/dist/components/combobox/trigger.js +89 -0
- package/dist/components/combobox/trigger.js.map +1 -0
- package/dist/components/dropdown-menu/component.js +176 -163
- package/dist/components/dropdown-menu/component.js.map +1 -1
- package/dist/components/dropdown-menu/divider.js +16 -0
- package/dist/components/dropdown-menu/divider.js.map +1 -0
- package/dist/components/dropdown-menu/item.css +1 -0
- package/dist/components/dropdown-menu/item.js +131 -0
- package/dist/components/dropdown-menu/item.js.map +1 -0
- package/dist/components/dropdown-menu/style.css +1 -1
- package/dist/components/hooks/useDraggable.js +77 -0
- package/dist/components/hooks/useDraggable.js.map +1 -0
- package/dist/components/hooks/useHover.js +26 -0
- package/dist/components/hooks/useHover.js.map +1 -0
- package/dist/components/hooks/useTransitionStatus.js +52 -0
- package/dist/components/hooks/useTransitionStatus.js.map +1 -0
- package/dist/components/nav/item.js +2 -2
- package/dist/components/popup-panel/component.js +81 -92
- package/dist/components/popup-panel/component.js.map +1 -1
- package/dist/components/resizable/component.js +165 -97
- package/dist/components/resizable/component.js.map +1 -1
- package/dist/components/resizable/style.css +1 -1
- package/dist/components/select/component.js +160 -91
- package/dist/components/select/component.js.map +1 -1
- package/dist/components/select/item.js +54 -0
- package/dist/components/select/item.js.map +1 -0
- package/dist/components/select/style.css +1 -1
- package/dist/components/splitter/splitter-panel.js +8 -8
- package/dist/components/splitter/splitter.js +9 -9
- package/dist/components/splitter/useSizes.js +10 -10
- package/dist/components/splitter/useSizes.js.map +1 -1
- package/dist/components/stack/StackChild.js +9 -9
- package/dist/components/transition/component.js +1 -1
- package/dist/components/transition/component.js.map +1 -1
- package/dist/index.d.ts +317 -5
- package/dist/index.js +204 -194
- package/dist/index.js.map +1 -1
- package/dist/metadata.js +21 -7
- package/dist/metadata.js.map +1 -1
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -1,242 +1,252 @@
|
|
|
1
|
-
import { componentMetadata as
|
|
2
|
-
import { Affix as p, Alert as m, Anchor as
|
|
3
|
-
import { Select as
|
|
1
|
+
import { componentMetadata as e, getComponentsByCategory as t } from "./metadata.js";
|
|
2
|
+
import { Affix as p, Alert as m, Anchor as f, App as s, AutoComplete as x, Avatar as l, BackTop as n, Calendar as i, Card as C, Carousel as c, Cascader as u, Col as T, ColorPicker as d, ConfigProvider as g, DatePicker as S, Descriptions as h, Divider as A, Drawer as E, Dropdown as P, Flex as b, FloatButton as k, Grid as D, InputNumber as R, Layout as I, List as L, Mentions as O, Menu as y, Pagination as B, Popconfirm as v, Progress as N, QRCode as M, Rate as _, Result as U, Row as w, Skeleton as F, Space as W, Statistic as V, Steps as q, Tabs as G, TimePicker as K, Timeline as Q, Transfer as H, TreeSelect as z, Typography as j, Watermark as J, message as X, notification as Y, theme as Z, unstableSetRender as $, version as oo } from "antd";
|
|
3
|
+
import { Select as eo } from "./components/select/component.js";
|
|
4
4
|
import { Modal as ao } from "./components/modal/index.js";
|
|
5
5
|
import { IconButton as mo } from "./components/icon-button/component.js";
|
|
6
|
-
import { Switch as
|
|
7
|
-
import { Checkbox as
|
|
6
|
+
import { Switch as so } from "./components/switch/component.js";
|
|
7
|
+
import { Checkbox as lo } from "./components/checkbox/component.js";
|
|
8
8
|
import { Segmented as io } from "./components/segmented/component.js";
|
|
9
9
|
import { Table as co } from "./components/table/component.js";
|
|
10
|
-
import { Tag as
|
|
11
|
-
import { ThemeProvider as
|
|
10
|
+
import { Tag as To } from "./components/tag/component.js";
|
|
11
|
+
import { ThemeProvider as So } from "./components/theme-provider/component.js";
|
|
12
12
|
import { Split as Ao, Splitter as Eo } from "./components/splitter/component.js";
|
|
13
|
-
import { Truncate as
|
|
13
|
+
import { Truncate as bo } from "./components/truncate/component.js";
|
|
14
14
|
import { DropdownMenu as Do } from "./components/dropdown-menu/component.js";
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
15
|
+
import { DropdownMenuItem as Io } from "./components/dropdown-menu/item.js";
|
|
16
|
+
import { Transition as Oo } from "./components/transition/component.js";
|
|
17
|
+
import { DefaultUpload as Bo, Upload as vo } from "./components/upload/component.js";
|
|
18
|
+
import { useUploadItemRender as Mo } from "./components/upload/hooks.js";
|
|
19
|
+
import { clsx as Uo, cn as wo, cx as Fo } from "./components/utils/cn.js";
|
|
20
|
+
import { reactNodeToString as Vo } from "./components/utils/reactToString.js";
|
|
21
|
+
import { isTracebackError as Go } from "./components/utils/isTracebackError.js";
|
|
22
|
+
import { isValidHexColor as Qo } from "./components/utils/colors.js";
|
|
23
|
+
import { WithRenderProp as zo } from "./components/utils/WithRenderProp.js";
|
|
24
|
+
import { getReactElementProp as Jo } from "./components/utils/reactElement.js";
|
|
25
|
+
import { useAntdCssVarClassname as Yo, useCls as Zo, useGetPrefixCls as $o } from "./components/utils/antdUtils.js";
|
|
26
|
+
import { WithAntdTokens as rr } from "./components/utils/WithAntdTokens.js";
|
|
27
|
+
import { changeThemeWithoutTransition as tr } from "./components/utils/theme.js";
|
|
28
|
+
import { moveTypingCursorToEnd as pr } from "./components/utils/selectionRange.js";
|
|
29
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as fr, POPUP_COLLISION_AVOIDANCE as sr } from "./components/utils/constants.js";
|
|
30
|
+
import { buildAntdPlacement as lr, parseAntdPlacement as nr } from "./components/utils/placement.js";
|
|
31
|
+
import { ScrollArea as Cr } from "./components/scroll-area/component.js";
|
|
32
|
+
import { Popover as ur } from "./components/popover/component.js";
|
|
33
|
+
import { Slider as dr } from "./components/slider/component.js";
|
|
34
|
+
import { Tooltip as Sr } from "./components/tooltip/component.js";
|
|
35
|
+
import { Breadcrumb as Ar } from "./components/breadcrumb/component.js";
|
|
36
|
+
import { useUniqueKeysTree as Pr } from "./components/tree/useUniqueKeysTree.js";
|
|
37
|
+
import { getUniqueKeysFromOriginals as kr, processTreeData as Dr } from "./components/tree/helpers.js";
|
|
38
|
+
import { Tree as Ir } from "./components/tree/components.js";
|
|
39
|
+
import { Spin as Or } from "./components/spin/component.js";
|
|
40
|
+
import { Empty as Br, EmptyIcon as vr } from "./components/empty/component.js";
|
|
41
|
+
import { Form as Mr } from "./components/form/component.js";
|
|
42
|
+
import { Field as Ur } from "./components/field/component.js";
|
|
43
|
+
import { Tour as Fr } from "./components/tour/component.js";
|
|
44
|
+
import { Toast as Vr } from "./components/toast/component.js";
|
|
45
|
+
import { toast as Gr, toastManager as Kr } from "./components/toast/function.js";
|
|
46
|
+
import { VerticalCollapsiblePanel as Hr } from "./components/vertical-collapsible-panel/component.js";
|
|
47
|
+
import { PopupPanel as jr } from "./components/popup-panel/component.js";
|
|
48
|
+
import { CodeBlock as Xr } from "./components/code-block/component.js";
|
|
49
|
+
import { StackChild as Zr } from "./components/stack/StackChild.js";
|
|
50
|
+
import { Stack as oe } from "./components/stack/index.js";
|
|
51
|
+
import { Collapse as ee } from "./components/collapse/component.js";
|
|
52
|
+
import { Input as ae } from "./components/input/component.js";
|
|
53
|
+
import { Badge as me, InternalBadge as fe } from "./components/badge/component.js";
|
|
54
|
+
import { Radio as xe } from "./components/radio/component.js";
|
|
55
|
+
import { Button as ne } from "./components/button/component.js";
|
|
56
|
+
import { DSRoot as Ce } from "./components/ds-root/component.js";
|
|
57
|
+
import { DSRootContextProvider as ue, useDS as Te } from "./components/ds-root/context.js";
|
|
58
|
+
import { DragDrop as ge, DragDropRoot as Se } from "./components/drag-drop/index.js";
|
|
59
|
+
import { ColorSelect as Ae } from "./components/color-select/component.js";
|
|
60
|
+
import { Nav as Pe } from "./components/nav/index.js";
|
|
61
|
+
import { ChoiceList as ke } from "./components/choice-list/component.js";
|
|
62
|
+
import { StatusIcon as Re } from "./components/status-icon/component.js";
|
|
63
|
+
import { Resizable as Le } from "./components/resizable/component.js";
|
|
64
|
+
import { Combobox as ye } from "./components/combobox/component.js";
|
|
65
|
+
import { ComboboxTrigger as ve } from "./components/combobox/trigger.js";
|
|
66
|
+
import { useForm as Me, useWatch as _e } from "antd/es/form/Form";
|
|
67
|
+
import { useBreakpoint as we, useMessage as Fe, useModal as We, useToken as Ve } from "./components/hooks/antd.js";
|
|
68
|
+
import { default as Ge } from "antd/es/app/useApp";
|
|
69
|
+
import { useAnimationsFinished as Qe, useEnhancedEffect as He, useEventCallback as ze, useLatestRef as je } from "./components/hooks/base-ui.js";
|
|
70
|
+
import { useControlledState as Xe } from "./components/hooks/useControlledState.js";
|
|
71
|
+
import { useCharts as Ze } from "./components/hooks/useCharts.js";
|
|
72
|
+
import { useCSSVariables as ot } from "./components/hooks/useCSSVariables.js";
|
|
73
|
+
import { useHover as et } from "./components/hooks/useHover.js";
|
|
74
|
+
import { useDraggable as at } from "./components/hooks/useDraggable.js";
|
|
75
|
+
import { antdColorTokens as mt, darkTheme as ft, lightTheme as st } from "./tokens/and-theme/tokens.js";
|
|
76
|
+
import { categoricalChartColorKeys as lt, categoricalChartColorTokens as nt, categoricalChartsColors as it, chartColorTokens as Ct, rawChartColorTokens as ct } from "./tokens/charts/palettes/cloudscape.js";
|
|
77
|
+
import { COLORBREWER as Tt } from "./tokens/charts/palettes/colorbrewer.js";
|
|
78
|
+
import { tab10 as gt, tab20 as St, tab20b as ht, tab20c as At } from "./tokens/charts/palettes/tableau.js";
|
|
79
|
+
import { CATEGORICAL_PALETTES as Pt, CATEGORICAL_PALETTE_NAMES as bt, SEQUENTIAL_PALETTES as kt, SEQUENTIAL_PALETTE_NAMES as Dt, getAllCategoricalChartColors as Rt, getAllSequentialChartColors as It, getCategoricalChartColors as Lt, getSequentialChartColors as Ot } from "./tokens/charts/palettes/index.js";
|
|
80
|
+
import { getColorsByTheme as Bt, getTokensByTheme as vt, resolveColorTokens as Nt } from "./tokens/utils.js";
|
|
76
81
|
export {
|
|
77
82
|
p as Affix,
|
|
78
83
|
m as Alert,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
84
|
+
f as Anchor,
|
|
85
|
+
s as App,
|
|
86
|
+
x as AutoComplete,
|
|
87
|
+
l as Avatar,
|
|
88
|
+
n as BackTop,
|
|
89
|
+
me as Badge,
|
|
90
|
+
Ar as Breadcrumb,
|
|
91
|
+
ne as Button,
|
|
92
|
+
Pt as CATEGORICAL_PALETTES,
|
|
93
|
+
bt as CATEGORICAL_PALETTE_NAMES,
|
|
94
|
+
Tt as COLORBREWER,
|
|
90
95
|
i as Calendar,
|
|
91
96
|
C as Card,
|
|
92
97
|
c as Carousel,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
u as Cascader,
|
|
99
|
+
lo as Checkbox,
|
|
100
|
+
ke as ChoiceList,
|
|
101
|
+
Xr as CodeBlock,
|
|
102
|
+
T as Col,
|
|
103
|
+
ee as Collapse,
|
|
99
104
|
d as ColorPicker,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
Ae as ColorSelect,
|
|
106
|
+
ye as Combobox,
|
|
107
|
+
ve as ComboboxTrigger,
|
|
108
|
+
g as ConfigProvider,
|
|
109
|
+
fr as DROPDOWN_COLLISION_AVOIDANCE,
|
|
110
|
+
Ce as DSRoot,
|
|
111
|
+
ue as DSRootContextProvider,
|
|
112
|
+
S as DatePicker,
|
|
113
|
+
Bo as DefaultUpload,
|
|
107
114
|
h as Descriptions,
|
|
108
115
|
A as Divider,
|
|
109
|
-
|
|
110
|
-
|
|
116
|
+
ge as DragDrop,
|
|
117
|
+
Se as DragDropRoot,
|
|
111
118
|
E as Drawer,
|
|
112
119
|
P as Dropdown,
|
|
113
120
|
Do as DropdownMenu,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
121
|
+
Io as DropdownMenuItem,
|
|
122
|
+
Br as Empty,
|
|
123
|
+
vr as EmptyIcon,
|
|
124
|
+
Ur as Field,
|
|
125
|
+
b as Flex,
|
|
126
|
+
k as FloatButton,
|
|
127
|
+
Mr as Form,
|
|
120
128
|
D as Grid,
|
|
121
129
|
mo as IconButton,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
130
|
+
ae as Input,
|
|
131
|
+
R as InputNumber,
|
|
132
|
+
fe as InternalBadge,
|
|
125
133
|
I as Layout,
|
|
126
134
|
L as List,
|
|
127
135
|
O as Mentions,
|
|
128
136
|
y as Menu,
|
|
129
137
|
ao as Modal,
|
|
130
|
-
|
|
131
|
-
|
|
138
|
+
Pe as Nav,
|
|
139
|
+
sr as POPUP_COLLISION_AVOIDANCE,
|
|
132
140
|
B as Pagination,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
141
|
+
v as Popconfirm,
|
|
142
|
+
ur as Popover,
|
|
143
|
+
jr as PopupPanel,
|
|
144
|
+
N as Progress,
|
|
137
145
|
M as QRCode,
|
|
138
|
-
|
|
146
|
+
xe as Radio,
|
|
139
147
|
_ as Rate,
|
|
140
|
-
|
|
148
|
+
Le as Resizable,
|
|
141
149
|
U as Result,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
150
|
+
w as Row,
|
|
151
|
+
kt as SEQUENTIAL_PALETTES,
|
|
152
|
+
Dt as SEQUENTIAL_PALETTE_NAMES,
|
|
153
|
+
Cr as ScrollArea,
|
|
146
154
|
io as Segmented,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
155
|
+
eo as Select,
|
|
156
|
+
F as Skeleton,
|
|
157
|
+
dr as Slider,
|
|
158
|
+
W as Space,
|
|
159
|
+
Or as Spin,
|
|
152
160
|
Ao as Split,
|
|
153
161
|
Eo as Splitter,
|
|
154
|
-
|
|
155
|
-
|
|
162
|
+
oe as Stack,
|
|
163
|
+
Zr as StackChild,
|
|
156
164
|
V as Statistic,
|
|
157
|
-
|
|
165
|
+
Re as StatusIcon,
|
|
158
166
|
q as Steps,
|
|
159
|
-
|
|
167
|
+
so as Switch,
|
|
160
168
|
co as Table,
|
|
161
169
|
G as Tabs,
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
To as Tag,
|
|
171
|
+
So as ThemeProvider,
|
|
164
172
|
K as TimePicker,
|
|
165
173
|
Q as Timeline,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
Vr as Toast,
|
|
175
|
+
Sr as Tooltip,
|
|
176
|
+
Fr as Tour,
|
|
177
|
+
H as Transfer,
|
|
178
|
+
Oo as Transition,
|
|
179
|
+
Ir as Tree,
|
|
180
|
+
z as TreeSelect,
|
|
181
|
+
bo as Truncate,
|
|
174
182
|
j as Typography,
|
|
175
|
-
|
|
176
|
-
|
|
183
|
+
vo as Upload,
|
|
184
|
+
Hr as VerticalCollapsiblePanel,
|
|
177
185
|
J as Watermark,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
186
|
+
rr as WithAntdTokens,
|
|
187
|
+
zo as WithRenderProp,
|
|
188
|
+
mt as antdColorTokens,
|
|
189
|
+
lr as buildAntdPlacement,
|
|
190
|
+
lt as categoricalChartColorKeys,
|
|
191
|
+
nt as categoricalChartColorTokens,
|
|
192
|
+
it as categoricalChartsColors,
|
|
193
|
+
tr as changeThemeWithoutTransition,
|
|
194
|
+
Ct as chartColorTokens,
|
|
195
|
+
Uo as clsx,
|
|
196
|
+
wo as cn,
|
|
197
|
+
e as componentMetadata,
|
|
198
|
+
Fo as cx,
|
|
199
|
+
ft as darkTheme,
|
|
200
|
+
Rt as getAllCategoricalChartColors,
|
|
201
|
+
It as getAllSequentialChartColors,
|
|
202
|
+
Lt as getCategoricalChartColors,
|
|
203
|
+
Bt as getColorsByTheme,
|
|
196
204
|
t as getComponentsByCategory,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
205
|
+
Jo as getReactElementProp,
|
|
206
|
+
Ot as getSequentialChartColors,
|
|
207
|
+
vt as getTokensByTheme,
|
|
208
|
+
kr as getUniqueKeysFromOriginals,
|
|
209
|
+
Go as isTracebackError,
|
|
210
|
+
Qo as isValidHexColor,
|
|
211
|
+
st as lightTheme,
|
|
204
212
|
X as message,
|
|
205
|
-
|
|
213
|
+
pr as moveTypingCursorToEnd,
|
|
206
214
|
Y as notification,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
nr as parseAntdPlacement,
|
|
216
|
+
Dr as processTreeData,
|
|
217
|
+
ct as rawChartColorTokens,
|
|
218
|
+
Vo as reactNodeToString,
|
|
219
|
+
Nt as resolveColorTokens,
|
|
220
|
+
gt as tab10,
|
|
221
|
+
St as tab20,
|
|
222
|
+
ht as tab20b,
|
|
223
|
+
At as tab20c,
|
|
216
224
|
Z as theme,
|
|
217
|
-
|
|
218
|
-
|
|
225
|
+
Gr as toast,
|
|
226
|
+
Kr as toastManager,
|
|
219
227
|
$ as unstableSetRender,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
228
|
+
Qe as useAnimationsFinished,
|
|
229
|
+
Yo as useAntdCssVarClassname,
|
|
230
|
+
Ge as useApp,
|
|
231
|
+
we as useBreakpoint,
|
|
232
|
+
ot as useCSSVariables,
|
|
233
|
+
Ze as useCharts,
|
|
234
|
+
Zo as useCls,
|
|
235
|
+
Xe as useControlledState,
|
|
236
|
+
Te as useDS,
|
|
237
|
+
at as useDraggable,
|
|
238
|
+
He as useEnhancedEffect,
|
|
239
|
+
ze as useEventCallback,
|
|
240
|
+
Me as useForm,
|
|
241
|
+
$o as useGetPrefixCls,
|
|
242
|
+
et as useHover,
|
|
243
|
+
je as useLatestRef,
|
|
244
|
+
Fe as useMessage,
|
|
245
|
+
We as useModal,
|
|
246
|
+
Ve as useToken,
|
|
247
|
+
Pr as useUniqueKeysTree,
|
|
248
|
+
Mo as useUploadItemRender,
|
|
249
|
+
_e as useWatch,
|
|
240
250
|
oo as version
|
|
241
251
|
};
|
|
242
252
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/metadata.js
CHANGED
|
@@ -101,10 +101,7 @@ const i = {
|
|
|
101
101
|
"Provides a customizable dropdown menu experience"
|
|
102
102
|
],
|
|
103
103
|
category: "Navigation",
|
|
104
|
-
packages: [
|
|
105
|
-
"@base-ui-components/react/menu",
|
|
106
|
-
"@base-ui-components/react/utils"
|
|
107
|
-
],
|
|
104
|
+
packages: ["@base-ui-components/react/menu", "@base-ui-components/utils"],
|
|
108
105
|
originalDocUrl: "https://base-ui.com/react/components/menu",
|
|
109
106
|
description: "A menu that appears when a user interacts with a button or other control."
|
|
110
107
|
},
|
|
@@ -387,6 +384,23 @@ const i = {
|
|
|
387
384
|
originalDocUrl: "https://ant.design/components/tag",
|
|
388
385
|
description: "Small UI elements for categorization, filtering, or highlighting items."
|
|
389
386
|
},
|
|
387
|
+
Combobox: {
|
|
388
|
+
name: "Combobox",
|
|
389
|
+
link: "/combobox",
|
|
390
|
+
base: "custom",
|
|
391
|
+
refinements: [
|
|
392
|
+
"Built on top of DropdownMenu with search functionality using cmdk",
|
|
393
|
+
"Uses Ant Design Select as trigger component for consistent UX",
|
|
394
|
+
"Supports single and multiple selection modes with visual indicators",
|
|
395
|
+
"Includes built-in search/filter functionality with customizable filter logic",
|
|
396
|
+
"Options can include icons for better visual identification",
|
|
397
|
+
"Inherits all DropdownMenu styling patterns for consistency",
|
|
398
|
+
"Provides Select-like API for easy migration from Select component"
|
|
399
|
+
],
|
|
400
|
+
category: "Data Entry",
|
|
401
|
+
packages: ["@base-ui-components/react/menu", "@base-ui-components/utils"],
|
|
402
|
+
description: "A searchable dropdown component that combines the familiarity of Select with enhanced search capabilities, similar to shadcn/ui combobox."
|
|
403
|
+
},
|
|
390
404
|
ColorSelect: {
|
|
391
405
|
name: "ColorSelect",
|
|
392
406
|
link: "/color-select",
|
|
@@ -469,7 +483,7 @@ const i = {
|
|
|
469
483
|
packages: [
|
|
470
484
|
"@base-ui-components/react/use-render",
|
|
471
485
|
"@base-ui-components/react/merge-props",
|
|
472
|
-
"@base-ui-components/
|
|
486
|
+
"@base-ui-components/utils"
|
|
473
487
|
],
|
|
474
488
|
originalDocUrl: "https://base-ui.com/react/components",
|
|
475
489
|
// General Base UI components link as specific utility pages might vary
|
|
@@ -566,7 +580,7 @@ const i = {
|
|
|
566
580
|
// Assuming this kebab-case name for Base UI docs
|
|
567
581
|
description: "A panel that can be collapsed or expanded vertically, often used in sidebars or for sectioning content."
|
|
568
582
|
}
|
|
569
|
-
},
|
|
583
|
+
}, s = () => {
|
|
570
584
|
const e = {
|
|
571
585
|
Actions: [],
|
|
572
586
|
General: [],
|
|
@@ -588,6 +602,6 @@ const i = {
|
|
|
588
602
|
};
|
|
589
603
|
export {
|
|
590
604
|
i as componentMetadata,
|
|
591
|
-
|
|
605
|
+
s as getComponentsByCategory
|
|
592
606
|
};
|
|
593
607
|
//# sourceMappingURL=metadata.js.map
|