@bioturing/components 0.27.0 → 0.29.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/breadcrumb/style.css +1 -1
- package/dist/components/checkbox/component.js.map +1 -1
- package/dist/components/checkbox/style.css +1 -1
- package/dist/components/choice-list/component.js +102 -42
- package/dist/components/choice-list/component.js.map +1 -1
- package/dist/components/choice-list/style.css +1 -1
- package/dist/components/cmdk/index.js.map +1 -1
- package/dist/components/color-select/style.css +1 -1
- package/dist/components/combobox/component.js +232 -0
- package/dist/components/combobox/component.js.map +1 -0
- package/dist/components/combobox/style.css +1 -0
- package/dist/components/drag-drop/style.css +1 -1
- package/dist/components/dropdown-menu/component.js +181 -160
- 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/ds-root/component.js +22 -17
- package/dist/components/ds-root/component.js.map +1 -1
- package/dist/components/ds-root/style.css +1 -1
- package/dist/components/form/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/modal/style.css +1 -1
- package/dist/components/nav/item.js +2 -2
- package/dist/components/nav/style.css +1 -1
- 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/scroll-area/component.js +70 -24
- package/dist/components/scroll-area/component.js.map +1 -1
- package/dist/components/scroll-area/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/select-trigger/component.js +150 -0
- package/dist/components/select-trigger/component.js.map +1 -0
- package/dist/components/select-trigger/style.css +1 -0
- 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/switch/style.css +1 -1
- package/dist/components/table/style.css +1 -1
- package/dist/components/theme-provider/component.js.map +1 -1
- package/dist/components/theme-provider/style.css +1 -1
- package/dist/components/tour/style.css +1 -1
- package/dist/components/transition/component.js +1 -1
- package/dist/components/transition/component.js.map +1 -1
- package/dist/components/utils/WithRenderProp.js.map +1 -1
- package/dist/index.d.ts +355 -12
- package/dist/index.js +198 -188
- package/dist/index.js.map +1 -1
- package/dist/metadata.js +21 -7
- package/dist/metadata.js.map +1 -1
- package/dist/tokens/and-theme/tokens.js +12 -12
- package/dist/tokens/and-theme/tokens.js.map +1 -1
- package/package.json +8 -7
package/dist/index.js
CHANGED
|
@@ -1,242 +1,252 @@
|
|
|
1
1
|
import { componentMetadata as r, getComponentsByCategory as t } from "./metadata.js";
|
|
2
|
-
import { Affix as p, Alert as m, Anchor as
|
|
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 k, FloatButton as D, Grid as b, 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
3
|
import { Select as ro } 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
13
|
import { Truncate as ko } from "./components/truncate/component.js";
|
|
14
|
-
import { DropdownMenu as
|
|
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 {
|
|
14
|
+
import { DropdownMenu as bo } from "./components/dropdown-menu/component.js";
|
|
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 ee } from "./components/utils/WithAntdTokens.js";
|
|
27
|
+
import { changeThemeWithoutTransition as te } from "./components/utils/theme.js";
|
|
28
|
+
import { moveTypingCursorToEnd as pe } from "./components/utils/selectionRange.js";
|
|
29
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as fe, POPUP_COLLISION_AVOIDANCE as se } from "./components/utils/constants.js";
|
|
30
|
+
import { buildAntdPlacement as le, parseAntdPlacement as ne } from "./components/utils/placement.js";
|
|
31
|
+
import { ScrollArea as Ce } from "./components/scroll-area/component.js";
|
|
32
|
+
import { Popover as ue } from "./components/popover/component.js";
|
|
33
|
+
import { Slider as de } from "./components/slider/component.js";
|
|
34
|
+
import { Tooltip as Se } from "./components/tooltip/component.js";
|
|
35
|
+
import { Breadcrumb as Ae } from "./components/breadcrumb/component.js";
|
|
36
|
+
import { useUniqueKeysTree as Pe } from "./components/tree/useUniqueKeysTree.js";
|
|
37
|
+
import { getUniqueKeysFromOriginals as De, processTreeData as be } from "./components/tree/helpers.js";
|
|
38
|
+
import { Tree as Ie } from "./components/tree/components.js";
|
|
39
|
+
import { Spin as Oe } from "./components/spin/component.js";
|
|
40
|
+
import { Empty as Be, EmptyIcon as ve } from "./components/empty/component.js";
|
|
41
|
+
import { Form as Me } from "./components/form/component.js";
|
|
42
|
+
import { Field as Ue } from "./components/field/component.js";
|
|
43
|
+
import { Tour as Fe } from "./components/tour/component.js";
|
|
44
|
+
import { Toast as Ve } from "./components/toast/component.js";
|
|
45
|
+
import { toast as Ge, toastManager as Ke } from "./components/toast/function.js";
|
|
46
|
+
import { VerticalCollapsiblePanel as He } from "./components/vertical-collapsible-panel/component.js";
|
|
47
|
+
import { PopupPanel as je } from "./components/popup-panel/component.js";
|
|
48
|
+
import { CodeBlock as Xe } from "./components/code-block/component.js";
|
|
49
|
+
import { StackChild as Ze } from "./components/stack/StackChild.js";
|
|
50
|
+
import { Stack as or } from "./components/stack/index.js";
|
|
51
|
+
import { Collapse as rr } from "./components/collapse/component.js";
|
|
52
|
+
import { Input as ar } from "./components/input/component.js";
|
|
53
|
+
import { Badge as mr, InternalBadge as fr } from "./components/badge/component.js";
|
|
54
|
+
import { Radio as xr } from "./components/radio/component.js";
|
|
55
|
+
import { Button as nr } from "./components/button/component.js";
|
|
56
|
+
import { DSRoot as Cr } from "./components/ds-root/component.js";
|
|
57
|
+
import { DSRootContextProvider as ur, useDS as Tr } from "./components/ds-root/context.js";
|
|
58
|
+
import { DragDrop as gr, DragDropRoot as Sr } from "./components/drag-drop/index.js";
|
|
59
|
+
import { ColorSelect as Ar } from "./components/color-select/component.js";
|
|
60
|
+
import { Nav as Pr } from "./components/nav/index.js";
|
|
61
|
+
import { ChoiceList as Dr } from "./components/choice-list/component.js";
|
|
61
62
|
import { StatusIcon as Rr } from "./components/status-icon/component.js";
|
|
62
|
-
import { Resizable as
|
|
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 {
|
|
63
|
+
import { Resizable as Lr } from "./components/resizable/component.js";
|
|
64
|
+
import { Combobox as yr } from "./components/combobox/component.js";
|
|
65
|
+
import { SelectTrigger as vr } from "./components/select-trigger/component.js";
|
|
66
|
+
import { useForm as Mr, useWatch as _r } from "antd/es/form/Form";
|
|
67
|
+
import { useBreakpoint as wr, useMessage as Fr, useModal as Wr, useToken as Vr } from "./components/hooks/antd.js";
|
|
68
|
+
import { default as Gr } from "antd/es/app/useApp";
|
|
69
|
+
import { useAnimationsFinished as Qr, useEnhancedEffect as Hr, useEventCallback as zr, useLatestRef as jr } from "./components/hooks/base-ui.js";
|
|
70
|
+
import { useControlledState as Xr } from "./components/hooks/useControlledState.js";
|
|
71
|
+
import { useCharts as Zr } from "./components/hooks/useCharts.js";
|
|
72
|
+
import { useCSSVariables as ot } from "./components/hooks/useCSSVariables.js";
|
|
73
|
+
import { useHover as rt } 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 kt, SEQUENTIAL_PALETTES as Dt, SEQUENTIAL_PALETTE_NAMES as bt, 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
|
+
mr as Badge,
|
|
90
|
+
Ae as Breadcrumb,
|
|
91
|
+
nr as Button,
|
|
92
|
+
Pt as CATEGORICAL_PALETTES,
|
|
93
|
+
kt 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
|
+
Dr as ChoiceList,
|
|
101
|
+
Xe as CodeBlock,
|
|
102
|
+
T as Col,
|
|
103
|
+
rr as Collapse,
|
|
99
104
|
d as ColorPicker,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
Cr as
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
Ar as ColorSelect,
|
|
106
|
+
yr as Combobox,
|
|
107
|
+
g as ConfigProvider,
|
|
108
|
+
fe as DROPDOWN_COLLISION_AVOIDANCE,
|
|
109
|
+
Cr as DSRoot,
|
|
110
|
+
ur as DSRootContextProvider,
|
|
111
|
+
S as DatePicker,
|
|
112
|
+
Bo as DefaultUpload,
|
|
107
113
|
h as Descriptions,
|
|
108
114
|
A as Divider,
|
|
109
|
-
|
|
110
|
-
|
|
115
|
+
gr as DragDrop,
|
|
116
|
+
Sr as DragDropRoot,
|
|
111
117
|
E as Drawer,
|
|
112
118
|
P as Dropdown,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
119
|
+
bo as DropdownMenu,
|
|
120
|
+
Io as DropdownMenuItem,
|
|
121
|
+
Be as Empty,
|
|
122
|
+
ve as EmptyIcon,
|
|
123
|
+
Ue as Field,
|
|
117
124
|
k as Flex,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
125
|
+
D as FloatButton,
|
|
126
|
+
Me as Form,
|
|
127
|
+
b as Grid,
|
|
121
128
|
mo as IconButton,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
129
|
+
ar as Input,
|
|
130
|
+
R as InputNumber,
|
|
131
|
+
fr as InternalBadge,
|
|
125
132
|
I as Layout,
|
|
126
133
|
L as List,
|
|
127
134
|
O as Mentions,
|
|
128
135
|
y as Menu,
|
|
129
136
|
ao as Modal,
|
|
130
|
-
|
|
131
|
-
|
|
137
|
+
Pr as Nav,
|
|
138
|
+
se as POPUP_COLLISION_AVOIDANCE,
|
|
132
139
|
B as Pagination,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
140
|
+
v as Popconfirm,
|
|
141
|
+
ue as Popover,
|
|
142
|
+
je as PopupPanel,
|
|
143
|
+
N as Progress,
|
|
137
144
|
M as QRCode,
|
|
138
|
-
|
|
145
|
+
xr as Radio,
|
|
139
146
|
_ as Rate,
|
|
140
|
-
|
|
147
|
+
Lr as Resizable,
|
|
141
148
|
U as Result,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
149
|
+
w as Row,
|
|
150
|
+
Dt as SEQUENTIAL_PALETTES,
|
|
151
|
+
bt as SEQUENTIAL_PALETTE_NAMES,
|
|
152
|
+
Ce as ScrollArea,
|
|
146
153
|
io as Segmented,
|
|
147
154
|
ro as Select,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
155
|
+
vr as SelectTrigger,
|
|
156
|
+
F as Skeleton,
|
|
157
|
+
de as Slider,
|
|
158
|
+
W as Space,
|
|
159
|
+
Oe as Spin,
|
|
152
160
|
Ao as Split,
|
|
153
161
|
Eo as Splitter,
|
|
154
|
-
|
|
155
|
-
|
|
162
|
+
or as Stack,
|
|
163
|
+
Ze as StackChild,
|
|
156
164
|
V as Statistic,
|
|
157
165
|
Rr 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
|
-
|
|
174
|
+
Ve as Toast,
|
|
175
|
+
Se as Tooltip,
|
|
176
|
+
Fe as Tour,
|
|
177
|
+
H as Transfer,
|
|
178
|
+
Oo as Transition,
|
|
179
|
+
Ie as Tree,
|
|
180
|
+
z as TreeSelect,
|
|
173
181
|
ko as Truncate,
|
|
174
182
|
j as Typography,
|
|
175
|
-
|
|
176
|
-
|
|
183
|
+
vo as Upload,
|
|
184
|
+
He as VerticalCollapsiblePanel,
|
|
177
185
|
J as Watermark,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
186
|
+
ee as WithAntdTokens,
|
|
187
|
+
zo as WithRenderProp,
|
|
188
|
+
mt as antdColorTokens,
|
|
189
|
+
le as buildAntdPlacement,
|
|
190
|
+
lt as categoricalChartColorKeys,
|
|
191
|
+
nt as categoricalChartColorTokens,
|
|
192
|
+
it as categoricalChartsColors,
|
|
193
|
+
te as changeThemeWithoutTransition,
|
|
194
|
+
Ct as chartColorTokens,
|
|
195
|
+
Uo as clsx,
|
|
196
|
+
wo as cn,
|
|
189
197
|
r as componentMetadata,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
+
De as getUniqueKeysFromOriginals,
|
|
209
|
+
Go as isTracebackError,
|
|
210
|
+
Qo as isValidHexColor,
|
|
211
|
+
st as lightTheme,
|
|
204
212
|
X as message,
|
|
205
|
-
|
|
213
|
+
pe as moveTypingCursorToEnd,
|
|
206
214
|
Y as notification,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
ne as parseAntdPlacement,
|
|
216
|
+
be 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
|
+
Ge as toast,
|
|
226
|
+
Ke 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
|
+
Qr as useAnimationsFinished,
|
|
229
|
+
Yo as useAntdCssVarClassname,
|
|
230
|
+
Gr as useApp,
|
|
231
|
+
wr as useBreakpoint,
|
|
232
|
+
ot as useCSSVariables,
|
|
233
|
+
Zr as useCharts,
|
|
234
|
+
Zo as useCls,
|
|
235
|
+
Xr as useControlledState,
|
|
236
|
+
Tr as useDS,
|
|
237
|
+
at as useDraggable,
|
|
238
|
+
Hr as useEnhancedEffect,
|
|
239
|
+
zr as useEventCallback,
|
|
240
|
+
Mr as useForm,
|
|
241
|
+
$o as useGetPrefixCls,
|
|
242
|
+
rt as useHover,
|
|
243
|
+
jr as useLatestRef,
|
|
244
|
+
Fr as useMessage,
|
|
245
|
+
Wr as useModal,
|
|
246
|
+
Vr as useToken,
|
|
247
|
+
Pe as useUniqueKeysTree,
|
|
248
|
+
Mo as useUploadItemRender,
|
|
249
|
+
_r 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
|