@bioturing/components 0.32.2 → 0.33.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/code-block/component.d.ts.map +1 -1
- package/dist/components/code-block/component.js +41 -42
- package/dist/components/code-block/component.js.map +1 -1
- package/dist/components/command-palette/component.d.ts.map +1 -1
- package/dist/components/command-palette/component.js +18 -18
- package/dist/components/command-palette/component.js.map +1 -1
- package/dist/components/data-table/component.d.ts +8 -0
- package/dist/components/data-table/component.d.ts.map +1 -0
- package/dist/components/data-table/component.js +112 -0
- package/dist/components/data-table/component.js.map +1 -0
- package/dist/components/data-table/components/TableBody.d.ts +15 -0
- package/dist/components/data-table/components/TableBody.d.ts.map +1 -0
- package/dist/components/data-table/components/TableBody.js +114 -0
- package/dist/components/data-table/components/TableBody.js.map +1 -0
- package/dist/components/data-table/components/TableHeader.d.ts +11 -0
- package/dist/components/data-table/components/TableHeader.d.ts.map +1 -0
- package/dist/components/data-table/components/TableHeader.js +103 -0
- package/dist/components/data-table/components/TableHeader.js.map +1 -0
- package/dist/components/data-table/components/TablePagination.d.ts +10 -0
- package/dist/components/data-table/components/TablePagination.d.ts.map +1 -0
- package/dist/components/data-table/components/TablePagination.js +38 -0
- package/dist/components/data-table/components/TablePagination.js.map +1 -0
- package/dist/components/data-table/components/index.d.ts +4 -0
- package/dist/components/data-table/components/index.d.ts.map +1 -0
- package/dist/components/data-table/hooks.d.ts +14 -0
- package/dist/components/data-table/hooks.d.ts.map +1 -0
- package/dist/components/data-table/hooks.js +120 -0
- package/dist/components/data-table/hooks.js.map +1 -0
- package/dist/components/data-table/index.d.ts +4 -0
- package/dist/components/data-table/index.d.ts.map +1 -0
- package/dist/components/data-table/style.css +1 -0
- package/dist/components/data-table/types.d.ts +108 -0
- package/dist/components/data-table/types.d.ts.map +1 -0
- package/dist/components/data-table/utils.d.ts +39 -0
- package/dist/components/data-table/utils.d.ts.map +1 -0
- package/dist/components/data-table/utils.js +71 -0
- package/dist/components/data-table/utils.js.map +1 -0
- package/dist/components/dropdown-menu/component.d.ts.map +1 -1
- package/dist/components/dropdown-menu/component.js +60 -56
- package/dist/components/dropdown-menu/component.js.map +1 -1
- package/dist/components/ds-root/component.d.ts.map +1 -1
- package/dist/components/ds-root/component.js +15 -16
- package/dist/components/ds-root/component.js.map +1 -1
- package/dist/components/ds-root/hook.d.ts +5 -0
- package/dist/components/ds-root/hook.d.ts.map +1 -0
- package/dist/components/ds-root/hook.js +7 -0
- package/dist/components/ds-root/hook.js.map +1 -0
- package/dist/components/ds-root/index.d.ts +1 -1
- package/dist/components/ds-root/index.d.ts.map +1 -1
- package/dist/components/field/component.d.ts.map +1 -1
- package/dist/components/field/component.js +22 -21
- package/dist/components/field/component.js.map +1 -1
- package/dist/components/hooks/useBreakpoint.d.ts.map +1 -1
- package/dist/components/hooks/useBreakpoint.js +30 -8
- package/dist/components/hooks/useBreakpoint.js.map +1 -1
- package/dist/components/hooks/useCharts.js +1 -1
- package/dist/components/hooks/useCharts.js.map +1 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/modal/Modal.d.ts +1 -1
- package/dist/components/modal/Modal.d.ts.map +1 -1
- package/dist/components/modal/Modal.js +59 -55
- package/dist/components/modal/Modal.js.map +1 -1
- package/dist/components/modal/index.d.ts +1 -1
- package/dist/components/popover/component.d.ts.map +1 -1
- package/dist/components/popover/component.js +22 -9
- package/dist/components/popover/component.js.map +1 -1
- package/dist/components/popup-panel/component.d.ts.map +1 -1
- package/dist/components/popup-panel/component.js +61 -56
- package/dist/components/popup-panel/component.js.map +1 -1
- package/dist/components/scroll-area/component.d.ts.map +1 -1
- package/dist/components/scroll-area/component.js +28 -28
- package/dist/components/scroll-area/component.js.map +1 -1
- package/dist/components/table/component.d.ts.map +1 -1
- package/dist/components/table/component.js.map +1 -1
- package/dist/components/theme-provider/component.d.ts +6 -2
- package/dist/components/theme-provider/component.d.ts.map +1 -1
- package/dist/components/theme-provider/component.js +32 -28
- package/dist/components/theme-provider/component.js.map +1 -1
- package/dist/components/theme-provider/context/index.d.ts +3 -0
- package/dist/components/theme-provider/context/index.d.ts.map +1 -0
- package/dist/components/theme-provider/context/provider.d.ts +7 -0
- package/dist/components/theme-provider/context/provider.d.ts.map +1 -0
- package/dist/components/theme-provider/context/provider.js +11 -0
- package/dist/components/theme-provider/context/provider.js.map +1 -0
- package/dist/components/theme-provider/context/themeStore.d.ts +11 -0
- package/dist/components/theme-provider/context/themeStore.d.ts.map +1 -0
- package/dist/components/theme-provider/context/themeStore.js +15 -0
- package/dist/components/theme-provider/context/themeStore.js.map +1 -0
- package/dist/components/theme-provider/index.d.ts +1 -0
- package/dist/components/theme-provider/index.d.ts.map +1 -1
- package/dist/components/tree/useTreeCommon.d.ts +10 -10
- package/dist/components/tree/useTreeCommon.d.ts.map +1 -1
- package/dist/components/utils/client.d.ts +0 -1
- package/dist/components/utils/client.d.ts.map +1 -1
- package/dist/index.js +223 -219
- 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 +18 -0
- package/dist/metadata.js.map +1 -1
- package/dist/stats.html +1 -1
- package/package.json +3 -2
- package/dist/components/ds-root/context.d.ts +0 -8
- package/dist/components/ds-root/context.d.ts.map +0 -1
- package/dist/components/ds-root/context.js +0 -10
- package/dist/components/ds-root/context.js.map +0 -1
- package/dist/components/utils/WithAntdTokens.d.ts +0 -8
- package/dist/components/utils/WithAntdTokens.d.ts.map +0 -1
- package/dist/components/utils/WithAntdTokens.js +0 -25
- package/dist/components/utils/WithAntdTokens.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,267 +1,271 @@
|
|
|
1
1
|
import { componentMetadata as r, getComponentsByCategory as t } from "./metadata.js";
|
|
2
|
-
import { Affix as p, Alert as m, Anchor as f, App as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
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 {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
2
|
+
import { Affix as p, Alert as m, Anchor as f, App as x, AutoComplete as s, Avatar as l, BackTop as n, Calendar as i, Card as C, Carousel as u, Cascader as c, Col as T, ColorPicker as d, ConfigProvider as S, DatePicker as g, Descriptions as h, Divider as A, Drawer as E, Dropdown as P, Flex as b, FloatButton as R, Grid as k, InputNumber as D, 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 w, Row as U, Skeleton as F, Space as W, Statistic as V, Steps as K, Tabs as q, TimePicker as z, Timeline as G, Transfer as Q, TreeSelect as H, Typography as j, Watermark as J, message as X, notification as Y, theme as Z, unstableSetRender as $, version as oo } from "antd";
|
|
3
|
+
import { DataTable as ro } from "./components/data-table/component.js";
|
|
4
|
+
import { Select as ao } from "./components/select/component.js";
|
|
5
|
+
import { Modal as mo } from "./components/modal/index.js";
|
|
6
|
+
import { IconButton as xo } from "./components/icon-button/component.js";
|
|
7
|
+
import { Switch as lo } from "./components/switch/component.js";
|
|
8
|
+
import { Checkbox as io } from "./components/checkbox/component.js";
|
|
9
|
+
import { Segmented as uo } from "./components/segmented/component.js";
|
|
10
|
+
import { Table as To } from "./components/table/component.js";
|
|
11
|
+
import { Tag as go } from "./components/tag/component.js";
|
|
12
|
+
import { ThemeProvider as Ao } from "./components/theme-provider/component.js";
|
|
13
|
+
import { ThemeContext as Po, useTheme as bo } from "./components/theme-provider/context/themeStore.js";
|
|
14
|
+
import { ThemeContextProvider as ko } from "./components/theme-provider/context/provider.js";
|
|
15
|
+
import { Split as Io, Splitter as Lo } from "./components/splitter/component.js";
|
|
16
|
+
import { Truncate as yo } from "./components/truncate/component.js";
|
|
17
|
+
import { DropdownMenu as vo } from "./components/dropdown-menu/component.js";
|
|
18
|
+
import { DropdownMenuItem as Mo } from "./components/dropdown-menu/item.js";
|
|
19
|
+
import { CommandPalette as wo } from "./components/command-palette/component.js";
|
|
20
|
+
import { KeyboardShortcut as Fo } from "./components/keyboard-shortcut/component.js";
|
|
21
|
+
import { Transition as Vo } from "./components/transition/component.js";
|
|
22
|
+
import { DefaultUpload as qo, Upload as zo } from "./components/upload/component.js";
|
|
23
|
+
import { useUploadItemRender as Qo } from "./components/upload/hooks.js";
|
|
24
|
+
import { clsx as jo, cn as Jo, cx as Xo } from "./components/utils/cn.js";
|
|
25
|
+
import { reactNodeToString as Zo } from "./components/utils/reactToString.js";
|
|
26
|
+
import { isTracebackError as oe } from "./components/utils/isTracebackError.js";
|
|
27
|
+
import { isValidHexColor as re } from "./components/utils/colors.js";
|
|
28
|
+
import { WithRenderProp as ae } from "./components/utils/WithRenderProp.js";
|
|
29
|
+
import { getReactElementProp as me } from "./components/utils/reactElement.js";
|
|
30
|
+
import { default as xe } from "merge-refs";
|
|
31
|
+
import { useAntdCssVarClassname as le, useCls as ne, useGetPrefixCls as ie } from "./components/utils/antdUtils.js";
|
|
32
|
+
import { changeThemeWithoutTransition as ue } from "./components/utils/theme.js";
|
|
33
|
+
import { moveTypingCursorToEnd as Te } from "./components/utils/selectionRange.js";
|
|
34
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as Se, POPUP_COLLISION_AVOIDANCE as ge } from "./components/utils/constants.js";
|
|
35
|
+
import { buildAntdPlacement as Ae, parseAntdPlacement as Ee } from "./components/utils/placement.js";
|
|
36
|
+
import { ScrollArea as be } from "./components/scroll-area/component.js";
|
|
37
|
+
import { Popover as ke } from "./components/popover/component.js";
|
|
38
|
+
import { Slider as Ie } from "./components/slider/component.js";
|
|
39
|
+
import { Tooltip as Oe } from "./components/tooltip/component.js";
|
|
40
|
+
import { Breadcrumb as Be } from "./components/breadcrumb/component.js";
|
|
41
|
+
import { useUniqueKeysTree as Ne } from "./components/tree/useUniqueKeysTree.js";
|
|
42
|
+
import { getUniqueKeysFromOriginals as _e, processTreeData as we } from "./components/tree/helpers.js";
|
|
43
|
+
import { Tree as Fe } from "./components/tree/components.js";
|
|
44
|
+
import { Spin as Ve } from "./components/spin/component.js";
|
|
45
|
+
import { Empty as qe, EmptyIcon as ze } from "./components/empty/component.js";
|
|
46
|
+
import { Form as Qe } from "./components/form/component.js";
|
|
47
|
+
import { Field as je } from "./components/field/component.js";
|
|
48
|
+
import { Tour as Xe } from "./components/tour/component.js";
|
|
49
|
+
import { Toast as Ze } from "./components/toast/component.js";
|
|
50
|
+
import { toast as or, toastManager as er } from "./components/toast/function.js";
|
|
51
|
+
import { VerticalCollapsiblePanel as tr } from "./components/vertical-collapsible-panel/component.js";
|
|
52
|
+
import { PopupPanel as pr } from "./components/popup-panel/component.js";
|
|
53
|
+
import { CodeBlock as fr } from "./components/code-block/component.js";
|
|
54
|
+
import { StackChild as sr } from "./components/stack/StackChild.js";
|
|
55
|
+
import { Stack as nr } from "./components/stack/index.js";
|
|
56
|
+
import { Collapse as Cr } from "./components/collapse/component.js";
|
|
57
|
+
import { Input as cr } from "./components/input/component.js";
|
|
58
|
+
import { Badge as dr, InternalBadge as Sr } from "./components/badge/component.js";
|
|
59
|
+
import { Radio as hr } from "./components/radio/component.js";
|
|
60
|
+
import { Button as Er } from "./components/button/component.js";
|
|
61
|
+
import { DSRoot as br } from "./components/ds-root/component.js";
|
|
62
|
+
import { useDS as kr } from "./components/ds-root/hook.js";
|
|
63
|
+
import { DragDrop as Ir, DragDropRoot as Lr } from "./components/drag-drop/index.js";
|
|
64
|
+
import { ColorSelect as yr } from "./components/color-select/component.js";
|
|
65
|
+
import { Nav as vr } from "./components/nav/index.js";
|
|
66
|
+
import { ChoiceList as Mr } from "./components/choice-list/component.js";
|
|
67
|
+
import { StatusIcon as wr } from "./components/status-icon/component.js";
|
|
68
|
+
import { Resizable as Fr } from "./components/resizable/component.js";
|
|
69
|
+
import { Combobox as Vr } from "./components/combobox/component.js";
|
|
70
|
+
import { SelectTrigger as qr } from "./components/select-trigger/component.js";
|
|
71
|
+
import { Loader as Gr } from "./components/loader/component.js";
|
|
72
|
+
import { useForm as Hr, useWatch as jr } from "antd/es/form/Form";
|
|
73
|
+
import { useMessage as Xr, useModal as Yr, useToken as Zr } from "./components/hooks/antd.js";
|
|
74
|
+
import { default as ot } from "antd/es/app/useApp";
|
|
75
|
+
import { useAnimationsFinished as rt, useEnhancedEffect as tt, useEventCallback as at, useLatestRef as pt } from "./components/hooks/base-ui.js";
|
|
76
|
+
import { useControlledState as ft } from "./components/hooks/useControlledState.js";
|
|
77
|
+
import { useCharts as st } from "./components/hooks/useCharts.js";
|
|
78
|
+
import { useCSSVariables as nt } from "./components/hooks/useCSSVariables.js";
|
|
79
|
+
import { useHover as Ct } from "./components/hooks/useHover.js";
|
|
80
|
+
import { useDraggable as ct } from "./components/hooks/useDraggable.js";
|
|
81
|
+
import { BREAKPOINTS as dt, useBreakpoint as St } from "./components/hooks/useBreakpoint.js";
|
|
82
|
+
import { useWindowSize as ht } from "./components/hooks/useWindowSize.js";
|
|
83
|
+
import { useElementSize as Et, useResizeObserver as Pt } from "./components/hooks/useResizeObserver.js";
|
|
84
|
+
import { antdColorTokens as Rt, darkTheme as kt, lightTheme as Dt } from "./tokens/and-theme/tokens.js";
|
|
85
|
+
import { categoricalChartColorKeys as Lt, categoricalChartColorTokens as Ot, categoricalChartsColors as yt, chartColorTokens as Bt, rawChartColorTokens as vt } from "./tokens/charts/palettes/cloudscape.js";
|
|
86
|
+
import { COLORBREWER as Mt } from "./tokens/charts/palettes/colorbrewer.js";
|
|
87
|
+
import { tab10 as wt, tab20 as Ut, tab20b as Ft, tab20c as Wt } from "./tokens/charts/palettes/tableau.js";
|
|
88
|
+
import { CATEGORICAL_PALETTES as Kt, CATEGORICAL_PALETTE_NAMES as qt, SEQUENTIAL_PALETTES as zt, SEQUENTIAL_PALETTE_NAMES as Gt, getAllCategoricalChartColors as Qt, getAllSequentialChartColors as Ht, getCategoricalChartColors as jt, getSequentialChartColors as Jt } from "./tokens/charts/palettes/index.js";
|
|
89
|
+
import { getColorsByTheme as Yt, getTokensByTheme as Zt, resolveColorTokens as $t } from "./tokens/utils.js";
|
|
88
90
|
export {
|
|
89
91
|
p as Affix,
|
|
90
92
|
m as Alert,
|
|
91
93
|
f as Anchor,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
+
x as App,
|
|
95
|
+
s as AutoComplete,
|
|
94
96
|
l as Avatar,
|
|
95
|
-
|
|
97
|
+
dt as BREAKPOINTS,
|
|
96
98
|
n as BackTop,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
dr as Badge,
|
|
100
|
+
Be as Breadcrumb,
|
|
101
|
+
Er as Button,
|
|
102
|
+
Kt as CATEGORICAL_PALETTES,
|
|
103
|
+
qt as CATEGORICAL_PALETTE_NAMES,
|
|
104
|
+
Mt as COLORBREWER,
|
|
103
105
|
i as Calendar,
|
|
104
106
|
C as Card,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
u as Carousel,
|
|
108
|
+
c as Cascader,
|
|
109
|
+
io as Checkbox,
|
|
110
|
+
Mr as ChoiceList,
|
|
111
|
+
fr as CodeBlock,
|
|
110
112
|
T as Col,
|
|
111
|
-
|
|
113
|
+
Cr as Collapse,
|
|
112
114
|
d as ColorPicker,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
115
|
+
yr as ColorSelect,
|
|
116
|
+
Vr as Combobox,
|
|
117
|
+
wo as CommandPalette,
|
|
116
118
|
S as ConfigProvider,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
Se as DROPDOWN_COLLISION_AVOIDANCE,
|
|
120
|
+
br as DSRoot,
|
|
121
|
+
ro as DataTable,
|
|
120
122
|
g as DatePicker,
|
|
121
|
-
|
|
123
|
+
qo as DefaultUpload,
|
|
122
124
|
h as Descriptions,
|
|
123
125
|
A as Divider,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
+
Ir as DragDrop,
|
|
127
|
+
Lr as DragDropRoot,
|
|
126
128
|
E as Drawer,
|
|
127
129
|
P as Dropdown,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
130
|
+
vo as DropdownMenu,
|
|
131
|
+
Mo as DropdownMenuItem,
|
|
132
|
+
qe as Empty,
|
|
133
|
+
ze as EmptyIcon,
|
|
134
|
+
je as Field,
|
|
135
|
+
b as Flex,
|
|
136
|
+
R as FloatButton,
|
|
137
|
+
Qe as Form,
|
|
136
138
|
k as Grid,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
+
xo as IconButton,
|
|
140
|
+
cr as Input,
|
|
139
141
|
D as InputNumber,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
Sr as InternalBadge,
|
|
143
|
+
Fo as KeyboardShortcut,
|
|
142
144
|
I as Layout,
|
|
143
145
|
L as List,
|
|
144
|
-
|
|
146
|
+
Gr as Loader,
|
|
145
147
|
O as Mentions,
|
|
146
148
|
y as Menu,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
mo as Modal,
|
|
150
|
+
vr as Nav,
|
|
151
|
+
ge as POPUP_COLLISION_AVOIDANCE,
|
|
150
152
|
B as Pagination,
|
|
151
153
|
v as Popconfirm,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
ke as Popover,
|
|
155
|
+
pr as PopupPanel,
|
|
154
156
|
N as Progress,
|
|
155
157
|
M as QRCode,
|
|
156
|
-
|
|
158
|
+
hr as Radio,
|
|
157
159
|
_ as Rate,
|
|
158
|
-
|
|
160
|
+
Fr as Resizable,
|
|
159
161
|
w as Result,
|
|
160
162
|
U as Row,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
163
|
+
zt as SEQUENTIAL_PALETTES,
|
|
164
|
+
Gt as SEQUENTIAL_PALETTE_NAMES,
|
|
165
|
+
be as ScrollArea,
|
|
166
|
+
uo as Segmented,
|
|
167
|
+
ao as Select,
|
|
168
|
+
qr as SelectTrigger,
|
|
169
|
+
F as Skeleton,
|
|
170
|
+
Ie as Slider,
|
|
171
|
+
W as Space,
|
|
172
|
+
Ve as Spin,
|
|
173
|
+
Io as Split,
|
|
174
|
+
Lo as Splitter,
|
|
175
|
+
nr as Stack,
|
|
176
|
+
sr as StackChild,
|
|
175
177
|
V as Statistic,
|
|
176
|
-
|
|
178
|
+
wr as StatusIcon,
|
|
177
179
|
K as Steps,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
+
lo as Switch,
|
|
181
|
+
To as Table,
|
|
180
182
|
q as Tabs,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
+
go as Tag,
|
|
184
|
+
Po as ThemeContext,
|
|
185
|
+
ko as ThemeContextProvider,
|
|
186
|
+
Ao as ThemeProvider,
|
|
183
187
|
z as TimePicker,
|
|
184
188
|
G as Timeline,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
189
|
+
Ze as Toast,
|
|
190
|
+
Oe as Tooltip,
|
|
191
|
+
Xe as Tour,
|
|
188
192
|
Q as Transfer,
|
|
189
|
-
|
|
190
|
-
|
|
193
|
+
Vo as Transition,
|
|
194
|
+
Fe as Tree,
|
|
191
195
|
H as TreeSelect,
|
|
192
|
-
|
|
196
|
+
yo as Truncate,
|
|
193
197
|
j as Typography,
|
|
194
|
-
|
|
195
|
-
|
|
198
|
+
zo as Upload,
|
|
199
|
+
tr as VerticalCollapsiblePanel,
|
|
196
200
|
J as Watermark,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
Ko as cn,
|
|
201
|
+
ae as WithRenderProp,
|
|
202
|
+
Rt as antdColorTokens,
|
|
203
|
+
Ae as buildAntdPlacement,
|
|
204
|
+
Lt as categoricalChartColorKeys,
|
|
205
|
+
Ot as categoricalChartColorTokens,
|
|
206
|
+
yt as categoricalChartsColors,
|
|
207
|
+
ue as changeThemeWithoutTransition,
|
|
208
|
+
Bt as chartColorTokens,
|
|
209
|
+
jo as clsx,
|
|
210
|
+
Jo as cn,
|
|
208
211
|
r as componentMetadata,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
212
|
+
Xo as cx,
|
|
213
|
+
kt as darkTheme,
|
|
214
|
+
Qt as getAllCategoricalChartColors,
|
|
215
|
+
Ht as getAllSequentialChartColors,
|
|
216
|
+
jt as getCategoricalChartColors,
|
|
217
|
+
Yt as getColorsByTheme,
|
|
215
218
|
t as getComponentsByCategory,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
219
|
+
me as getReactElementProp,
|
|
220
|
+
Jt as getSequentialChartColors,
|
|
221
|
+
Zt as getTokensByTheme,
|
|
222
|
+
_e as getUniqueKeysFromOriginals,
|
|
223
|
+
oe as isTracebackError,
|
|
224
|
+
re as isValidHexColor,
|
|
225
|
+
Dt as lightTheme,
|
|
226
|
+
xe as mergeRefs,
|
|
224
227
|
X as message,
|
|
225
|
-
|
|
228
|
+
Te as moveTypingCursorToEnd,
|
|
226
229
|
Y as notification,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
230
|
+
Ee as parseAntdPlacement,
|
|
231
|
+
we as processTreeData,
|
|
232
|
+
vt as rawChartColorTokens,
|
|
233
|
+
Zo as reactNodeToString,
|
|
234
|
+
$t as resolveColorTokens,
|
|
235
|
+
wt as tab10,
|
|
236
|
+
Ut as tab20,
|
|
237
|
+
Ft as tab20b,
|
|
238
|
+
Wt as tab20c,
|
|
236
239
|
Z as theme,
|
|
237
|
-
|
|
238
|
-
|
|
240
|
+
or as toast,
|
|
241
|
+
er as toastManager,
|
|
239
242
|
$ as unstableSetRender,
|
|
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
|
-
|
|
243
|
+
rt as useAnimationsFinished,
|
|
244
|
+
le as useAntdCssVarClassname,
|
|
245
|
+
ot as useApp,
|
|
246
|
+
St as useBreakpoint,
|
|
247
|
+
nt as useCSSVariables,
|
|
248
|
+
st as useCharts,
|
|
249
|
+
ne as useCls,
|
|
250
|
+
ft as useControlledState,
|
|
251
|
+
kr as useDS,
|
|
252
|
+
ct as useDraggable,
|
|
253
|
+
Et as useElementSize,
|
|
254
|
+
tt as useEnhancedEffect,
|
|
255
|
+
at as useEventCallback,
|
|
256
|
+
Hr as useForm,
|
|
257
|
+
ie as useGetPrefixCls,
|
|
258
|
+
Ct as useHover,
|
|
259
|
+
pt as useLatestRef,
|
|
260
|
+
Xr as useMessage,
|
|
261
|
+
Yr as useModal,
|
|
262
|
+
Pt as useResizeObserver,
|
|
263
|
+
bo as useTheme,
|
|
264
|
+
Zr as useToken,
|
|
265
|
+
Ne as useUniqueKeysTree,
|
|
266
|
+
Qo as useUploadItemRender,
|
|
267
|
+
jr as useWatch,
|
|
268
|
+
ht as useWindowSize,
|
|
265
269
|
oo as version
|
|
266
270
|
};
|
|
267
271
|
//# 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
|
@@ -286,6 +286,15 @@ export declare const componentMetadata: {
|
|
|
286
286
|
originalDocUrl: string;
|
|
287
287
|
description: string;
|
|
288
288
|
};
|
|
289
|
+
DataTable: {
|
|
290
|
+
name: string;
|
|
291
|
+
link: string;
|
|
292
|
+
base: "custom";
|
|
293
|
+
refinements: string[];
|
|
294
|
+
category: "Data Display";
|
|
295
|
+
packages: string[];
|
|
296
|
+
description: string;
|
|
297
|
+
};
|
|
289
298
|
Table: {
|
|
290
299
|
name: string;
|
|
291
300
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsqBe,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAAO,MAAM,CAC/C,iBAAiB,EACjB,iBAAiB,EAAE,CA0BpB,CAAC"}
|
package/dist/metadata.js
CHANGED
|
@@ -369,6 +369,24 @@ const i = {
|
|
|
369
369
|
originalDocUrl: "https://ant.design/components/switch",
|
|
370
370
|
description: "A toggle switch for changing between two states, typically on or off."
|
|
371
371
|
},
|
|
372
|
+
DataTable: {
|
|
373
|
+
name: "DataTable",
|
|
374
|
+
link: "/data-table",
|
|
375
|
+
base: "custom",
|
|
376
|
+
refinements: [
|
|
377
|
+
"Built with TanStack Table for better performance and flexibility",
|
|
378
|
+
"Maintains Ant Design styling and visual consistency",
|
|
379
|
+
"Enhanced sorting, filtering, and pagination capabilities",
|
|
380
|
+
"Type-safe column definitions with TanStack's ColumnDef",
|
|
381
|
+
"Support for controlled and uncontrolled state management",
|
|
382
|
+
"Built-in row selection functionality",
|
|
383
|
+
"Optimized rendering and virtualization support",
|
|
384
|
+
"Headless architecture allows for extensive customization"
|
|
385
|
+
],
|
|
386
|
+
category: "Data Display",
|
|
387
|
+
packages: ["@tanstack/react-table"],
|
|
388
|
+
description: "A powerful data table component built with TanStack Table, offering enhanced performance and features while maintaining Ant Design's visual styling."
|
|
389
|
+
},
|
|
372
390
|
Table: {
|
|
373
391
|
name: "Table",
|
|
374
392
|
link: "/table",
|