@bioturing/components 0.40.1 → 0.41.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/alert/component.d.ts +61 -0
- package/dist/components/alert/component.d.ts.map +1 -0
- package/dist/components/alert/component.js +71 -0
- package/dist/components/alert/component.js.map +1 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/alert/style.css +1 -0
- package/dist/components/button/style.css +1 -1
- package/dist/components/data-table/style.css +1 -1
- package/dist/components/dropdown-menu/item.d.ts.map +1 -1
- package/dist/components/dropdown-menu/item.js +41 -40
- package/dist/components/dropdown-menu/item.js.map +1 -1
- package/dist/components/dropdown-menu/types.d.ts +9 -0
- package/dist/components/dropdown-menu/types.d.ts.map +1 -1
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/scroll-area/style.css +1 -1
- package/dist/components/splitter/style.css +1 -1
- package/dist/components/theme-provider/style.css +1 -1
- package/dist/components/toast/style.css +1 -1
- package/dist/components/tour/style.css +1 -1
- package/dist/components/tree/style.css +1 -1
- package/dist/components/vertical-collapsible-panel/style.css +1 -1
- package/dist/index.js +278 -277
- package/dist/index.js.map +1 -1
- package/dist/metadata.d.ts +9 -0
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +15 -0
- package/dist/metadata.js.map +1 -1
- package/dist/stats.html +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,286 +1,287 @@
|
|
|
1
1
|
import { componentMetadata as r, getComponentsByCategory as t } from "./metadata.js";
|
|
2
2
|
import { default as m } from "./components/utils/createSyntheticClickEvent.js";
|
|
3
|
-
import { Affix as f,
|
|
4
|
-
import { DataTable as
|
|
5
|
-
import { Select as
|
|
6
|
-
import { Modal as
|
|
7
|
-
import { IconButton as
|
|
8
|
-
import { Switch as
|
|
9
|
-
import { Checkbox as
|
|
10
|
-
import { Segmented as
|
|
11
|
-
import { Table as
|
|
12
|
-
import { Tag as
|
|
13
|
-
import { TagList as
|
|
14
|
-
import { ThemeProvider as
|
|
15
|
-
import { ThemeContext as
|
|
16
|
-
import { ThemeContextProvider as
|
|
17
|
-
import { Split as
|
|
18
|
-
import { Truncate as
|
|
19
|
-
import { DropdownMenu as
|
|
20
|
-
import { DropdownMenuItem as
|
|
21
|
-
import { CommandPalette as
|
|
22
|
-
import { KeyboardShortcut as
|
|
23
|
-
import { Transition as
|
|
24
|
-
import { DefaultUpload as
|
|
25
|
-
import { useUploadItemRender as
|
|
26
|
-
import { clsx as
|
|
27
|
-
import { reactNodeToString as
|
|
28
|
-
import { isTracebackError as
|
|
29
|
-
import { isValidHexColor as
|
|
30
|
-
import { WithRenderProp as
|
|
31
|
-
import { getReactElementProp as
|
|
32
|
-
import { default as
|
|
33
|
-
import { useAntdCssVarClassname as
|
|
34
|
-
import { changeThemeWithoutTransition as
|
|
35
|
-
import { moveTypingCursorToEnd as
|
|
36
|
-
import { DROPDOWN_COLLISION_AVOIDANCE as
|
|
37
|
-
import { buildAntdPlacement as
|
|
38
|
-
import { createRenderProp as
|
|
39
|
-
import { ScrollArea as
|
|
40
|
-
import { Popover as
|
|
41
|
-
import { Slider as
|
|
42
|
-
import { Tooltip as
|
|
43
|
-
import { Breadcrumb as
|
|
44
|
-
import { BreadcrumbItem as
|
|
45
|
-
import { useUniqueKeysTree as
|
|
46
|
-
import { getUniqueKeysFromOriginals as
|
|
47
|
-
import { Tree as
|
|
48
|
-
import { Spin as
|
|
49
|
-
import { Empty as
|
|
50
|
-
import { Form as
|
|
51
|
-
import { Field as
|
|
52
|
-
import { Tour as
|
|
53
|
-
import { Toast as
|
|
54
|
-
import { toast as
|
|
55
|
-
import { VerticalCollapsiblePanel as
|
|
56
|
-
import { PopupPanel as
|
|
57
|
-
import { CodeBlock as
|
|
58
|
-
import { StackChild as
|
|
59
|
-
import { Stack as
|
|
60
|
-
import { Collapse as
|
|
61
|
-
import { Input as
|
|
62
|
-
import { Badge as
|
|
63
|
-
import { Radio as
|
|
64
|
-
import { Button as
|
|
65
|
-
import { DSRoot as
|
|
66
|
-
import { useDS as
|
|
67
|
-
import { DragDrop as
|
|
68
|
-
import { ColorSelect as
|
|
69
|
-
import { Nav as
|
|
70
|
-
import { ChoiceList as
|
|
71
|
-
import { StatusIcon as
|
|
72
|
-
import { Resizable as
|
|
73
|
-
import { Combobox as
|
|
74
|
-
import { SelectTrigger as
|
|
75
|
-
import { Loader as
|
|
76
|
-
import { WindowPortal as
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
3
|
+
import { Affix as f, Anchor as x, App as s, AutoComplete as l, Avatar as n, BackTop as i, Calendar as C, Card as c, Carousel as u, Cascader as T, Col as d, ColorPicker as g, ConfigProvider as S, DatePicker as h, Descriptions as A, Divider as P, Drawer as E, Dropdown as b, Flex as R, FloatButton as k, Grid as D, InputNumber as I, Layout as L, List as B, Mentions as O, Menu as v, Pagination as y, Popconfirm as N, Progress as M, QRCode as w, Rate as _, Result as U, Row as W, Skeleton as F, Space as V, Statistic as K, Steps as q, Tabs as z, TimePicker as G, Timeline as Q, Transfer as H, TreeSelect as j, Typography as J, Watermark as X, message as Y, notification as Z, theme as $, unstableSetRender as ee, version as oe } from "antd";
|
|
4
|
+
import { DataTable as te } from "./components/data-table/component.js";
|
|
5
|
+
import { Select as me } from "./components/select/component.js";
|
|
6
|
+
import { Modal as fe } from "./components/modal/index.js";
|
|
7
|
+
import { IconButton as se } from "./components/icon-button/component.js";
|
|
8
|
+
import { Switch as ne } from "./components/switch/component.js";
|
|
9
|
+
import { Checkbox as Ce } from "./components/checkbox/component.js";
|
|
10
|
+
import { Segmented as ue } from "./components/segmented/component.js";
|
|
11
|
+
import { Table as de } from "./components/table/component.js";
|
|
12
|
+
import { Tag as Se } from "./components/tag/component.js";
|
|
13
|
+
import { TagList as Ae } from "./components/tag/list.js";
|
|
14
|
+
import { ThemeProvider as Ee } from "./components/theme-provider/component.js";
|
|
15
|
+
import { ThemeContext as Re, useTheme as ke } from "./components/theme-provider/context/themeStore.js";
|
|
16
|
+
import { ThemeContextProvider as Ie } from "./components/theme-provider/context/provider.js";
|
|
17
|
+
import { Split as Be, Splitter as Oe } from "./components/splitter/component.js";
|
|
18
|
+
import { Truncate as ye } from "./components/truncate/component.js";
|
|
19
|
+
import { DropdownMenu as Me } from "./components/dropdown-menu/component.js";
|
|
20
|
+
import { DropdownMenuItem as _e } from "./components/dropdown-menu/item.js";
|
|
21
|
+
import { CommandPalette as We } from "./components/command-palette/component.js";
|
|
22
|
+
import { KeyboardShortcut as Ve } from "./components/keyboard-shortcut/component.js";
|
|
23
|
+
import { Transition as qe } from "./components/transition/component.js";
|
|
24
|
+
import { DefaultUpload as Ge, Upload as Qe } from "./components/upload/component.js";
|
|
25
|
+
import { useUploadItemRender as je } from "./components/upload/hooks.js";
|
|
26
|
+
import { clsx as Xe, cn as Ye, cx as Ze } from "./components/utils/cn.js";
|
|
27
|
+
import { reactNodeToString as eo } from "./components/utils/reactToString.js";
|
|
28
|
+
import { isTracebackError as ro } from "./components/utils/isTracebackError.js";
|
|
29
|
+
import { isValidHexColor as ao } from "./components/utils/colors.js";
|
|
30
|
+
import { WithRenderProp as po } from "./components/utils/WithRenderProp.js";
|
|
31
|
+
import { getReactElementProp as xo } from "./components/utils/reactElement.js";
|
|
32
|
+
import { default as lo } from "merge-refs";
|
|
33
|
+
import { useAntdCssVarClassname as io, useCls as Co, useGetPrefixCls as co } from "./components/utils/antdUtils.js";
|
|
34
|
+
import { changeThemeWithoutTransition as To } from "./components/utils/theme.js";
|
|
35
|
+
import { moveTypingCursorToEnd as So } from "./components/utils/selectionRange.js";
|
|
36
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as Ao, POPUP_COLLISION_AVOIDANCE as Po } from "./components/utils/constants.js";
|
|
37
|
+
import { buildAntdPlacement as bo, parseAntdPlacement as Ro } from "./components/utils/placement.js";
|
|
38
|
+
import { createRenderProp as Do } from "./components/utils/renderProp.js";
|
|
39
|
+
import { ScrollArea as Lo } from "./components/scroll-area/component.js";
|
|
40
|
+
import { Popover as Oo } from "./components/popover/component.js";
|
|
41
|
+
import { Slider as yo } from "./components/slider/component.js";
|
|
42
|
+
import { Tooltip as Mo } from "./components/tooltip/component.js";
|
|
43
|
+
import { Breadcrumb as _o } from "./components/breadcrumb/component.js";
|
|
44
|
+
import { BreadcrumbItem as Wo } from "./components/breadcrumb/item.js";
|
|
45
|
+
import { useUniqueKeysTree as Vo } from "./components/tree/useUniqueKeysTree.js";
|
|
46
|
+
import { getUniqueKeysFromOriginals as qo, processTreeData as zo } from "./components/tree/helpers.js";
|
|
47
|
+
import { Tree as Qo } from "./components/tree/components.js";
|
|
48
|
+
import { Spin as jo } from "./components/spin/component.js";
|
|
49
|
+
import { Empty as Xo } from "./components/empty/component.js";
|
|
50
|
+
import { Form as Zo } from "./components/form/component.js";
|
|
51
|
+
import { Field as er } from "./components/field/component.js";
|
|
52
|
+
import { Tour as rr } from "./components/tour/component.js";
|
|
53
|
+
import { Toast as ar } from "./components/toast/component.js";
|
|
54
|
+
import { toast as pr, toastManager as fr } from "./components/toast/function.js";
|
|
55
|
+
import { VerticalCollapsiblePanel as sr } from "./components/vertical-collapsible-panel/component.js";
|
|
56
|
+
import { PopupPanel as nr } from "./components/popup-panel/component.js";
|
|
57
|
+
import { CodeBlock as Cr } from "./components/code-block/component.js";
|
|
58
|
+
import { StackChild as ur } from "./components/stack/StackChild.js";
|
|
59
|
+
import { Stack as dr } from "./components/stack/index.js";
|
|
60
|
+
import { Collapse as Sr } from "./components/collapse/component.js";
|
|
61
|
+
import { Input as Ar } from "./components/input/component.js";
|
|
62
|
+
import { Badge as Er, InternalBadge as br } from "./components/badge/component.js";
|
|
63
|
+
import { Radio as kr } from "./components/radio/component.js";
|
|
64
|
+
import { Button as Ir } from "./components/button/component.js";
|
|
65
|
+
import { DSRoot as Br } from "./components/ds-root/component.js";
|
|
66
|
+
import { useDS as vr } from "./components/ds-root/hook.js";
|
|
67
|
+
import { DragDrop as Nr, DragDropRoot as Mr } from "./components/drag-drop/index.js";
|
|
68
|
+
import { ColorSelect as _r } from "./components/color-select/component.js";
|
|
69
|
+
import { Nav as Wr } from "./components/nav/index.js";
|
|
70
|
+
import { ChoiceList as Vr } from "./components/choice-list/component.js";
|
|
71
|
+
import { StatusIcon as qr } from "./components/status-icon/component.js";
|
|
72
|
+
import { Resizable as Gr } from "./components/resizable/component.js";
|
|
73
|
+
import { Combobox as Hr } from "./components/combobox/component.js";
|
|
74
|
+
import { SelectTrigger as Jr, SelectTriggerArrow as Xr, SelectTriggerClear as Yr, SelectTriggerContent as Zr, SelectTriggerRoot as $r } from "./components/select-trigger/component.js";
|
|
75
|
+
import { Loader as ot } from "./components/loader/component.js";
|
|
76
|
+
import { WindowPortal as tt } from "./components/window-portal/component.js";
|
|
77
|
+
import { Alert as mt } from "./components/alert/component.js";
|
|
78
|
+
import { useForm as ft, useWatch as xt } from "antd/es/form/Form";
|
|
79
|
+
import { useMessage as lt, useModal as nt, useToken as it } from "./components/hooks/antd.js";
|
|
80
|
+
import { default as ct } from "antd/es/app/useApp";
|
|
81
|
+
import { useAnimationsFinished as Tt, useEnhancedEffect as dt, useEventCallback as gt, useLatestRef as St } from "./components/hooks/base-ui.js";
|
|
82
|
+
import { useControlledState as At } from "./components/hooks/useControlledState.js";
|
|
83
|
+
import { useCharts as Et } from "./components/hooks/useCharts.js";
|
|
84
|
+
import { useCSSVariables as Rt } from "./components/hooks/useCSSVariables.js";
|
|
85
|
+
import { useHover as Dt } from "./components/hooks/useHover.js";
|
|
86
|
+
import { useDraggable as Lt } from "./components/hooks/useDraggable.js";
|
|
87
|
+
import { BREAKPOINTS as Ot, useBreakpoint as vt } from "./components/hooks/useBreakpoint.js";
|
|
88
|
+
import { useWindowSize as Nt } from "./components/hooks/useWindowSize.js";
|
|
89
|
+
import { useElementSize as wt, useResizeObserver as _t } from "./components/hooks/useResizeObserver.js";
|
|
90
|
+
import { useBaseUIPlacement as Wt } from "./components/hooks/useBaseUIPlacement.js";
|
|
91
|
+
import { antdColorTokens as Vt, darkTheme as Kt, lightTheme as qt } from "./tokens/and-theme/tokens.js";
|
|
92
|
+
import { categoricalChartColorKeys as Gt, categoricalChartColorTokens as Qt, categoricalChartsColors as Ht, chartColorTokens as jt, rawChartColorTokens as Jt } from "./tokens/charts/palettes/cloudscape.js";
|
|
93
|
+
import { COLORBREWER as Yt } from "./tokens/charts/palettes/colorbrewer.js";
|
|
94
|
+
import { tab10 as $t, tab20 as ea, tab20b as oa, tab20c as ra } from "./tokens/charts/palettes/tableau.js";
|
|
95
|
+
import { CATEGORICAL_PALETTES as aa, CATEGORICAL_PALETTE_NAMES as ma, SEQUENTIAL_PALETTES as pa, SEQUENTIAL_PALETTE_NAMES as fa, getAllCategoricalChartColors as xa, getAllSequentialChartColors as sa, getCategoricalChartColors as la, getSequentialChartColors as na } from "./tokens/charts/palettes/index.js";
|
|
96
|
+
import { getColorsByTheme as Ca, getTokensByTheme as ca, resolveColorTokens as ua } from "./tokens/utils.js";
|
|
96
97
|
export {
|
|
97
98
|
f as Affix,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
99
|
+
mt as Alert,
|
|
100
|
+
x as Anchor,
|
|
101
|
+
s as App,
|
|
102
|
+
l as AutoComplete,
|
|
103
|
+
n as Avatar,
|
|
104
|
+
Ot as BREAKPOINTS,
|
|
105
|
+
i as BackTop,
|
|
106
|
+
Er as Badge,
|
|
107
|
+
_o as Breadcrumb,
|
|
108
|
+
Wo as BreadcrumbItem,
|
|
109
|
+
Ir as Button,
|
|
110
|
+
aa as CATEGORICAL_PALETTES,
|
|
111
|
+
ma as CATEGORICAL_PALETTE_NAMES,
|
|
112
|
+
Yt as COLORBREWER,
|
|
113
|
+
C as Calendar,
|
|
114
|
+
c as Card,
|
|
115
|
+
u as Carousel,
|
|
116
|
+
T as Cascader,
|
|
117
|
+
Ce as Checkbox,
|
|
118
|
+
Vr as ChoiceList,
|
|
119
|
+
Cr as CodeBlock,
|
|
120
|
+
d as Col,
|
|
121
|
+
Sr as Collapse,
|
|
122
|
+
g as ColorPicker,
|
|
123
|
+
_r as ColorSelect,
|
|
124
|
+
Hr as Combobox,
|
|
125
|
+
We as CommandPalette,
|
|
126
|
+
S as ConfigProvider,
|
|
127
|
+
Ao as DROPDOWN_COLLISION_AVOIDANCE,
|
|
128
|
+
Br as DSRoot,
|
|
129
|
+
te as DataTable,
|
|
130
|
+
h as DatePicker,
|
|
131
|
+
Ge as DefaultUpload,
|
|
132
|
+
A as Descriptions,
|
|
133
|
+
P as Divider,
|
|
134
|
+
Nr as DragDrop,
|
|
135
|
+
Mr as DragDropRoot,
|
|
136
|
+
E as Drawer,
|
|
137
|
+
b as Dropdown,
|
|
138
|
+
Me as DropdownMenu,
|
|
139
|
+
_e as DropdownMenuItem,
|
|
140
|
+
Xo as Empty,
|
|
141
|
+
er as Field,
|
|
142
|
+
R as Flex,
|
|
143
|
+
k as FloatButton,
|
|
144
|
+
Zo as Form,
|
|
145
|
+
D as Grid,
|
|
146
|
+
se as IconButton,
|
|
147
|
+
Ar as Input,
|
|
148
|
+
I as InputNumber,
|
|
149
|
+
br as InternalBadge,
|
|
150
|
+
Ve as KeyboardShortcut,
|
|
151
|
+
L as Layout,
|
|
152
|
+
B as List,
|
|
153
|
+
ot as Loader,
|
|
154
|
+
O as Mentions,
|
|
155
|
+
v as Menu,
|
|
156
|
+
fe as Modal,
|
|
157
|
+
Wr as Nav,
|
|
158
|
+
Po as POPUP_COLLISION_AVOIDANCE,
|
|
159
|
+
y as Pagination,
|
|
160
|
+
N as Popconfirm,
|
|
161
|
+
Oo as Popover,
|
|
162
|
+
nr as PopupPanel,
|
|
163
|
+
M as Progress,
|
|
164
|
+
w as QRCode,
|
|
165
|
+
kr as Radio,
|
|
166
|
+
_ as Rate,
|
|
167
|
+
Gr as Resizable,
|
|
168
|
+
U as Result,
|
|
169
|
+
W as Row,
|
|
170
|
+
pa as SEQUENTIAL_PALETTES,
|
|
171
|
+
fa as SEQUENTIAL_PALETTE_NAMES,
|
|
172
|
+
Lo as ScrollArea,
|
|
173
|
+
ue as Segmented,
|
|
174
|
+
me as Select,
|
|
175
|
+
Jr as SelectTrigger,
|
|
176
|
+
Xr as SelectTriggerArrow,
|
|
177
|
+
Yr as SelectTriggerClear,
|
|
178
|
+
Zr as SelectTriggerContent,
|
|
179
|
+
$r as SelectTriggerRoot,
|
|
180
|
+
F as Skeleton,
|
|
181
|
+
yo as Slider,
|
|
182
|
+
V as Space,
|
|
183
|
+
jo as Spin,
|
|
184
|
+
Be as Split,
|
|
185
|
+
Oe as Splitter,
|
|
186
|
+
dr as Stack,
|
|
187
|
+
ur as StackChild,
|
|
188
|
+
K as Statistic,
|
|
189
|
+
qr as StatusIcon,
|
|
190
|
+
q as Steps,
|
|
191
|
+
ne as Switch,
|
|
192
|
+
de as Table,
|
|
193
|
+
z as Tabs,
|
|
194
|
+
Se as Tag,
|
|
195
|
+
Ae as TagList,
|
|
196
|
+
Re as ThemeContext,
|
|
197
|
+
Ie as ThemeContextProvider,
|
|
198
|
+
Ee as ThemeProvider,
|
|
199
|
+
G as TimePicker,
|
|
200
|
+
Q as Timeline,
|
|
201
|
+
ar as Toast,
|
|
202
|
+
Mo as Tooltip,
|
|
203
|
+
rr as Tour,
|
|
204
|
+
H as Transfer,
|
|
205
|
+
qe as Transition,
|
|
206
|
+
Qo as Tree,
|
|
207
|
+
j as TreeSelect,
|
|
208
|
+
ye as Truncate,
|
|
209
|
+
J as Typography,
|
|
210
|
+
Qe as Upload,
|
|
211
|
+
sr as VerticalCollapsiblePanel,
|
|
212
|
+
X as Watermark,
|
|
213
|
+
tt as WindowPortal,
|
|
214
|
+
po as WithRenderProp,
|
|
215
|
+
Vt as antdColorTokens,
|
|
216
|
+
bo as buildAntdPlacement,
|
|
217
|
+
Gt as categoricalChartColorKeys,
|
|
218
|
+
Qt as categoricalChartColorTokens,
|
|
219
|
+
Ht as categoricalChartsColors,
|
|
220
|
+
To as changeThemeWithoutTransition,
|
|
221
|
+
jt as chartColorTokens,
|
|
222
|
+
Xe as clsx,
|
|
223
|
+
Ye as cn,
|
|
223
224
|
r as componentMetadata,
|
|
224
|
-
|
|
225
|
+
Do as createRenderProp,
|
|
225
226
|
m as createSyntheticClickEvent,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
227
|
+
Ze as cx,
|
|
228
|
+
Kt as darkTheme,
|
|
229
|
+
xa as getAllCategoricalChartColors,
|
|
230
|
+
sa as getAllSequentialChartColors,
|
|
231
|
+
la as getCategoricalChartColors,
|
|
232
|
+
Ca as getColorsByTheme,
|
|
232
233
|
t as getComponentsByCategory,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
234
|
+
xo as getReactElementProp,
|
|
235
|
+
na as getSequentialChartColors,
|
|
236
|
+
ca as getTokensByTheme,
|
|
237
|
+
qo as getUniqueKeysFromOriginals,
|
|
238
|
+
ro as isTracebackError,
|
|
239
|
+
ao as isValidHexColor,
|
|
240
|
+
qt as lightTheme,
|
|
241
|
+
lo as mergeRefs,
|
|
242
|
+
Y as message,
|
|
243
|
+
So as moveTypingCursorToEnd,
|
|
244
|
+
Z as notification,
|
|
245
|
+
Ro as parseAntdPlacement,
|
|
246
|
+
zo as processTreeData,
|
|
247
|
+
Jt as rawChartColorTokens,
|
|
248
|
+
eo as reactNodeToString,
|
|
249
|
+
ua as resolveColorTokens,
|
|
250
|
+
$t as tab10,
|
|
251
|
+
ea as tab20,
|
|
252
|
+
oa as tab20b,
|
|
253
|
+
ra as tab20c,
|
|
254
|
+
$ as theme,
|
|
255
|
+
pr as toast,
|
|
256
|
+
fr as toastManager,
|
|
257
|
+
ee as unstableSetRender,
|
|
258
|
+
Tt as useAnimationsFinished,
|
|
259
|
+
io as useAntdCssVarClassname,
|
|
260
|
+
ct as useApp,
|
|
261
|
+
Wt as useBaseUIPlacement,
|
|
262
|
+
vt as useBreakpoint,
|
|
263
|
+
Rt as useCSSVariables,
|
|
264
|
+
Et as useCharts,
|
|
265
|
+
Co as useCls,
|
|
266
|
+
At as useControlledState,
|
|
267
|
+
vr as useDS,
|
|
268
|
+
Lt as useDraggable,
|
|
269
|
+
wt as useElementSize,
|
|
270
|
+
dt as useEnhancedEffect,
|
|
271
|
+
gt as useEventCallback,
|
|
272
|
+
ft as useForm,
|
|
273
|
+
co as useGetPrefixCls,
|
|
274
|
+
Dt as useHover,
|
|
275
|
+
St as useLatestRef,
|
|
276
|
+
lt as useMessage,
|
|
277
|
+
nt as useModal,
|
|
278
|
+
_t as useResizeObserver,
|
|
279
|
+
ke as useTheme,
|
|
280
|
+
it as useToken,
|
|
281
|
+
Vo as useUniqueKeysTree,
|
|
282
|
+
je as useUploadItemRender,
|
|
283
|
+
xt as useWatch,
|
|
284
|
+
Nt as useWindowSize,
|
|
285
|
+
oe as version
|
|
285
286
|
};
|
|
286
287
|
//# 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.d.ts
CHANGED
|
@@ -20,6 +20,15 @@ export type ComponentMetadata = {
|
|
|
20
20
|
};
|
|
21
21
|
export type ComponentCategory = "Actions" | "General" | "Layout" | "Navigation" | "Data Entry" | "Data Display" | "Feedback" | "Overlay" | "Utility";
|
|
22
22
|
export declare const componentMetadata: {
|
|
23
|
+
Alert: {
|
|
24
|
+
name: string;
|
|
25
|
+
link: string;
|
|
26
|
+
base: "antd";
|
|
27
|
+
refinements: string[];
|
|
28
|
+
category: "Feedback";
|
|
29
|
+
originalDocUrl: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
23
32
|
ChoiceList: {
|
|
24
33
|
name: string;
|
|
25
34
|
link: string;
|
package/dist/metadata.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;IACpC,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GACzB,SAAS,GACT,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,UAAU,GACV,SAAS,GACT,SAAS,CAAC;AAEd,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;IACpC,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GACzB,SAAS,GACT,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,UAAU,GACV,SAAS,GACT,SAAS,CAAC;AAEd,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0sBe,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAAO,MAAM,CAC/C,iBAAiB,EACjB,iBAAiB,EAAE,CA0BpB,CAAC"}
|
package/dist/metadata.js
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
const i = {
|
|
2
|
+
Alert: {
|
|
3
|
+
name: "Alert",
|
|
4
|
+
link: "/alert",
|
|
5
|
+
base: "antd",
|
|
6
|
+
refinements: [
|
|
7
|
+
"Replaces antd's default icons with custom icons from @bioturing/assets",
|
|
8
|
+
"Adds custom 'instruction' type for educational/tutorial content",
|
|
9
|
+
"Uses filled icon weight for better visual consistency",
|
|
10
|
+
"Applies BioTuring Design System color variables for theming",
|
|
11
|
+
"Instruction type uses neutral gray color scheme for non-urgent guidance"
|
|
12
|
+
],
|
|
13
|
+
category: "Feedback",
|
|
14
|
+
originalDocUrl: "https://ant.design/components/alert",
|
|
15
|
+
description: "Display alert messages to users, including success, info, warning, error, and educational instruction types."
|
|
16
|
+
},
|
|
2
17
|
ChoiceList: {
|
|
3
18
|
name: "ChoiceList",
|
|
4
19
|
link: "/choice-list",
|