@bioturing/components 0.26.2 → 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 +24 -21
- package/dist/components/choice-list/component.js.map +1 -1
- 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 -162
- 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 +136 -169
- package/dist/components/popup-panel/component.js.map +1 -1
- package/dist/components/popup-panel/style.css +1 -1
- package/dist/components/resizable/component.js +239 -0
- package/dist/components/resizable/component.js.map +1 -0
- package/dist/components/resizable/style.css +1 -0
- package/dist/components/segmented/component.js +3 -3
- package/dist/components/segmented/component.js.map +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/spin/component.js +9 -8
- package/dist/components/spin/component.js.map +1 -1
- package/dist/components/splitter/splitter-panel.js +26 -43
- package/dist/components/splitter/splitter-panel.js.map +1 -1
- package/dist/components/splitter/splitter.js +99 -98
- package/dist/components/splitter/splitter.js.map +1 -1
- package/dist/components/splitter/useSizes.js +86 -0
- package/dist/components/splitter/useSizes.js.map +1 -0
- 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/components/upload/dragger.js +19 -10
- package/dist/components/upload/dragger.js.map +1 -1
- package/dist/components/upload/item.js +21 -18
- package/dist/components/upload/item.js.map +1 -1
- package/dist/components/utils/antdUtils.js +18 -56
- package/dist/components/utils/antdUtils.js.map +1 -1
- package/dist/components/utils/placement.js +58 -0
- package/dist/components/utils/placement.js.map +1 -0
- package/dist/components/utils/reactElement.js +5 -0
- package/dist/components/utils/reactElement.js.map +1 -0
- package/dist/index.d.ts +478 -20
- package/dist/index.js +205 -189
- package/dist/index.js.map +1 -1
- package/dist/metadata.js +39 -5
- package/dist/metadata.js.map +1 -1
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -1,236 +1,252 @@
|
|
|
1
1
|
import { componentMetadata as e, 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 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
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
|
|
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 {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
13
|
+
import { Truncate as bo } from "./components/truncate/component.js";
|
|
14
|
+
import { DropdownMenu as Do } 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 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";
|
|
73
81
|
export {
|
|
74
82
|
p as Affix,
|
|
75
83
|
m as Alert,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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,
|
|
87
95
|
i as Calendar,
|
|
88
96
|
C as Card,
|
|
89
97
|
c as Carousel,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
u as Cascader,
|
|
99
|
+
lo as Checkbox,
|
|
100
|
+
ke as ChoiceList,
|
|
101
|
+
Xr as CodeBlock,
|
|
102
|
+
T as Col,
|
|
103
|
+
ee as Collapse,
|
|
96
104
|
d as ColorPicker,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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,
|
|
104
114
|
h as Descriptions,
|
|
105
115
|
A as Divider,
|
|
106
|
-
|
|
107
|
-
|
|
116
|
+
ge as DragDrop,
|
|
117
|
+
Se as DragDropRoot,
|
|
108
118
|
E as Drawer,
|
|
109
119
|
P as Dropdown,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
120
|
+
Do as DropdownMenu,
|
|
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,
|
|
128
|
+
D as Grid,
|
|
118
129
|
mo as IconButton,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
130
|
+
ae as Input,
|
|
131
|
+
R as InputNumber,
|
|
132
|
+
fe as InternalBadge,
|
|
133
|
+
I as Layout,
|
|
134
|
+
L as List,
|
|
124
135
|
O as Mentions,
|
|
125
136
|
y as Menu,
|
|
126
137
|
ao as Modal,
|
|
127
|
-
|
|
128
|
-
|
|
138
|
+
Pe as Nav,
|
|
139
|
+
sr as POPUP_COLLISION_AVOIDANCE,
|
|
129
140
|
B as Pagination,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
141
|
+
v as Popconfirm,
|
|
142
|
+
ur as Popover,
|
|
143
|
+
jr as PopupPanel,
|
|
144
|
+
N as Progress,
|
|
134
145
|
M as QRCode,
|
|
135
|
-
|
|
146
|
+
xe as Radio,
|
|
136
147
|
_ as Rate,
|
|
148
|
+
Le as Resizable,
|
|
137
149
|
U as Result,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
150
|
+
w as Row,
|
|
151
|
+
kt as SEQUENTIAL_PALETTES,
|
|
152
|
+
Dt as SEQUENTIAL_PALETTE_NAMES,
|
|
153
|
+
Cr as ScrollArea,
|
|
142
154
|
io as Segmented,
|
|
143
155
|
eo as Select,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
156
|
+
F as Skeleton,
|
|
157
|
+
dr as Slider,
|
|
158
|
+
W as Space,
|
|
159
|
+
Or as Spin,
|
|
148
160
|
Ao as Split,
|
|
149
161
|
Eo as Splitter,
|
|
150
|
-
|
|
151
|
-
|
|
162
|
+
oe as Stack,
|
|
163
|
+
Zr as StackChild,
|
|
152
164
|
V as Statistic,
|
|
153
|
-
|
|
165
|
+
Re as StatusIcon,
|
|
154
166
|
q as Steps,
|
|
155
|
-
|
|
167
|
+
so as Switch,
|
|
156
168
|
co as Table,
|
|
157
169
|
G as Tabs,
|
|
158
|
-
|
|
159
|
-
|
|
170
|
+
To as Tag,
|
|
171
|
+
So as ThemeProvider,
|
|
160
172
|
K as TimePicker,
|
|
161
173
|
Q as Timeline,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
174
|
+
Vr as Toast,
|
|
175
|
+
Sr as Tooltip,
|
|
176
|
+
Fr as Tour,
|
|
165
177
|
H as Transfer,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
178
|
+
Oo as Transition,
|
|
179
|
+
Ir as Tree,
|
|
180
|
+
z as TreeSelect,
|
|
181
|
+
bo as Truncate,
|
|
182
|
+
j as Typography,
|
|
183
|
+
vo as Upload,
|
|
184
|
+
Hr as VerticalCollapsiblePanel,
|
|
173
185
|
J as Watermark,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
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,
|
|
184
197
|
e as componentMetadata,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
198
|
+
Fo as cx,
|
|
199
|
+
ft as darkTheme,
|
|
200
|
+
Rt as getAllCategoricalChartColors,
|
|
201
|
+
It as getAllSequentialChartColors,
|
|
202
|
+
Lt as getCategoricalChartColors,
|
|
203
|
+
Bt as getColorsByTheme,
|
|
191
204
|
t as getComponentsByCategory,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
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,
|
|
198
212
|
X as message,
|
|
199
|
-
|
|
213
|
+
pr as moveTypingCursorToEnd,
|
|
200
214
|
Y as notification,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
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,
|
|
210
224
|
Z as theme,
|
|
211
|
-
|
|
212
|
-
|
|
225
|
+
Gr as toast,
|
|
226
|
+
Kr as toastManager,
|
|
213
227
|
$ as unstableSetRender,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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,
|
|
234
250
|
oo as version
|
|
235
251
|
};
|
|
236
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
|
},
|
|
@@ -231,6 +228,26 @@ const i = {
|
|
|
231
228
|
originalDocUrl: "https://base-ui.com/react/components/popover",
|
|
232
229
|
description: "A specialized panel that pops up, often resizable, for displaying rich content or tools."
|
|
233
230
|
},
|
|
231
|
+
Resizable: {
|
|
232
|
+
name: "Resizable",
|
|
233
|
+
link: "/resizable",
|
|
234
|
+
base: "custom",
|
|
235
|
+
refinements: [
|
|
236
|
+
"Custom implementation using react-use-resizable hook",
|
|
237
|
+
"Configurable resize handles for bottom, left, and right edges (all enabled by default)",
|
|
238
|
+
"Can be toggled on/off with resizable prop",
|
|
239
|
+
"Optional absolutePositioning prop for use in absolutely positioned containers",
|
|
240
|
+
"Always uses WithRenderProp to avoid wrapper elements",
|
|
241
|
+
"Directly enhances the child element with resize functionality",
|
|
242
|
+
"Validates that children is a single React element",
|
|
243
|
+
"When disabled, acts as a transparent wrapper",
|
|
244
|
+
"Manages user selection during resize operations",
|
|
245
|
+
"Supports custom styling via classNames prop"
|
|
246
|
+
],
|
|
247
|
+
category: "Utility",
|
|
248
|
+
packages: ["react-use-resizable", "merge-refs"],
|
|
249
|
+
description: "A utility wrapper component that can be resized by dragging handles, useful for creating adjustable layouts and panels."
|
|
250
|
+
},
|
|
234
251
|
Radio: {
|
|
235
252
|
name: "Radio",
|
|
236
253
|
link: "/radio",
|
|
@@ -367,6 +384,23 @@ const i = {
|
|
|
367
384
|
originalDocUrl: "https://ant.design/components/tag",
|
|
368
385
|
description: "Small UI elements for categorization, filtering, or highlighting items."
|
|
369
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
|
+
},
|
|
370
404
|
ColorSelect: {
|
|
371
405
|
name: "ColorSelect",
|
|
372
406
|
link: "/color-select",
|
|
@@ -449,7 +483,7 @@ const i = {
|
|
|
449
483
|
packages: [
|
|
450
484
|
"@base-ui-components/react/use-render",
|
|
451
485
|
"@base-ui-components/react/merge-props",
|
|
452
|
-
"@base-ui-components/
|
|
486
|
+
"@base-ui-components/utils"
|
|
453
487
|
],
|
|
454
488
|
originalDocUrl: "https://base-ui.com/react/components",
|
|
455
489
|
// General Base UI components link as specific utility pages might vary
|