@bioturing/components 0.44.0 → 0.44.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/ds-root/component.d.ts.map +1 -1
- package/dist/components/ds-root/component.js +16 -14
- package/dist/components/ds-root/component.js.map +1 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/notification/NotificationProvider.d.ts +6 -0
- package/dist/components/notification/NotificationProvider.d.ts.map +1 -0
- package/dist/components/notification/NotificationProvider.js +67 -0
- package/dist/components/notification/NotificationProvider.js.map +1 -0
- package/dist/components/notification/NotificationService.d.ts +35 -0
- package/dist/components/notification/NotificationService.d.ts.map +1 -0
- package/dist/components/notification/NotificationService.js +26 -0
- package/dist/components/notification/NotificationService.js.map +1 -0
- package/dist/components/notification/functions.d.ts +11 -0
- package/dist/components/notification/functions.d.ts.map +1 -0
- package/dist/components/notification/functions.js +38 -0
- package/dist/components/notification/functions.js.map +1 -0
- package/dist/components/notification/index.d.ts +11 -0
- package/dist/components/notification/index.d.ts.map +1 -0
- package/dist/components/notification/index.js +27 -0
- package/dist/components/notification/index.js.map +1 -0
- package/dist/components/notification/style.css +1 -0
- package/dist/components/notification/themedNotificationConfig.d.ts +5 -0
- package/dist/components/notification/themedNotificationConfig.d.ts.map +1 -0
- package/dist/components/notification/themedNotificationConfig.js +34 -0
- package/dist/components/notification/themedNotificationConfig.js.map +1 -0
- package/dist/components/notification/useNotification.d.ts +3 -0
- package/dist/components/notification/useNotification.d.ts.map +1 -0
- package/dist/components/notification/useNotification.js +25 -0
- package/dist/components/notification/useNotification.js.map +1 -0
- package/dist/components/tour/style.css +1 -1
- package/dist/index.js +267 -255
- 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 +13 -0
- package/dist/metadata.js.map +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,291 +1,303 @@
|
|
|
1
1
|
import { componentMetadata as r, getComponentsByCategory as t } from "./metadata.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { Affix as f, Anchor as
|
|
4
|
-
import { DataTable as
|
|
5
|
-
import { Select as
|
|
6
|
-
import { Modal as
|
|
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 {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
2
|
+
import { default as p } from "./components/utils/createSyntheticClickEvent.js";
|
|
3
|
+
import { Affix as f, Anchor as i, App as s, AutoComplete as x, Avatar as n, BackTop as l, 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 E, Drawer as P, Dropdown as R, Flex as b, FloatButton as k, Grid as D, InputNumber as N, Layout as I, List as L, Mentions as y, Menu as B, Pagination as O, Popconfirm as v, Progress as w, QRCode as M, Rate as _, Result as U, Row as W, Skeleton as F, Space as V, Statistic as z, Steps as K, Tabs as q, TimePicker as G, Timeline as H, Transfer as Q, TreeSelect as j, Typography as J, Watermark as X, message as Y, theme as Z, unstableSetRender as $, version as oo } from "antd";
|
|
4
|
+
import { DataTable as ro } from "./components/data-table/component.js";
|
|
5
|
+
import { Select as ao } from "./components/select/component.js";
|
|
6
|
+
import { Modal as mo } from "./components/modal/index.js";
|
|
7
|
+
import { notification as io } from "./components/notification/index.js";
|
|
8
|
+
import { NotificationProvider as xo } from "./components/notification/NotificationProvider.js";
|
|
9
|
+
import { destroy as lo, error as co, info as Co, open as uo, success as To, warning as go } from "./components/notification/functions.js";
|
|
10
|
+
import { useNotification as ho } from "./components/notification/useNotification.js";
|
|
11
|
+
import { Dialog as Eo } from "./components/dialog/index.js";
|
|
12
|
+
import { IconButton as Ro } from "./components/icon-button/component.js";
|
|
13
|
+
import { Switch as ko } from "./components/switch/component.js";
|
|
14
|
+
import { Checkbox as No } from "./components/checkbox/component.js";
|
|
15
|
+
import { Segmented as Lo } from "./components/segmented/component.js";
|
|
16
|
+
import { Table as Bo } from "./components/table/component.js";
|
|
17
|
+
import { Tag as vo } from "./components/tag/component.js";
|
|
18
|
+
import { TagList as Mo } from "./components/tag/list.js";
|
|
19
|
+
import { ThemeProvider as Uo } from "./components/theme-provider/component.js";
|
|
20
|
+
import { ThemeContext as Fo, useTheme as Vo } from "./components/theme-provider/context/themeStore.js";
|
|
21
|
+
import { ThemeContextProvider as Ko } from "./components/theme-provider/context/provider.js";
|
|
22
|
+
import { Split as Go, Splitter as Ho } from "./components/splitter/component.js";
|
|
23
|
+
import { Truncate as jo } from "./components/truncate/component.js";
|
|
24
|
+
import { DropdownMenu as Xo } from "./components/dropdown-menu/component.js";
|
|
25
|
+
import { DropdownMenuItem as Zo } from "./components/dropdown-menu/item.js";
|
|
26
|
+
import { CommandPalette as oe } from "./components/command-palette/component.js";
|
|
27
|
+
import { KeyboardShortcut as re } from "./components/keyboard-shortcut/component.js";
|
|
28
|
+
import { Transition as ae } from "./components/transition/component.js";
|
|
29
|
+
import { DefaultUpload as me, Upload as fe } from "./components/upload/component.js";
|
|
30
|
+
import { useUploadItemRender as se } from "./components/upload/hooks.js";
|
|
31
|
+
import { clsx as ne, cn as le, cx as ce } from "./components/utils/cn.js";
|
|
32
|
+
import { reactNodeToString as ue } from "./components/utils/reactToString.js";
|
|
33
|
+
import { isTracebackError as de } from "./components/utils/isTracebackError.js";
|
|
34
|
+
import { isValidHexColor as Se } from "./components/utils/colors.js";
|
|
35
|
+
import { WithRenderProp as Ae } from "./components/utils/WithRenderProp.js";
|
|
36
|
+
import { getReactElementProp as Pe, getReactElementRef as Re } from "./components/utils/reactElement.js";
|
|
37
|
+
import { default as ke } from "merge-refs";
|
|
38
|
+
import { useAntdCssVarClassname as Ne, useCls as Ie, useGetPrefixCls as Le } from "./components/utils/antdUtils.js";
|
|
39
|
+
import { changeThemeWithoutTransition as Be } from "./components/utils/theme.js";
|
|
40
|
+
import { moveTypingCursorToEnd as ve } from "./components/utils/selectionRange.js";
|
|
41
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as Me, POPUP_COLLISION_AVOIDANCE as _e } from "./components/utils/constants.js";
|
|
42
|
+
import { buildAntdPlacement as We, normalizeBaseUISide as Fe, parseAntdPlacement as Ve } from "./components/utils/placement.js";
|
|
43
|
+
import { createRenderProp as Ke } from "./components/utils/renderProp.js";
|
|
44
|
+
import { ScrollArea as Ge } from "./components/scroll-area/component.js";
|
|
45
|
+
import { Popover as Qe } from "./components/popover/component.js";
|
|
46
|
+
import { Slider as Je } from "./components/slider/component.js";
|
|
47
|
+
import { Tooltip as Ye } from "./components/tooltip/component.js";
|
|
48
|
+
import { Breadcrumb as $e } from "./components/breadcrumb/component.js";
|
|
49
|
+
import { BreadcrumbItem as er } from "./components/breadcrumb/item.js";
|
|
50
|
+
import { useUniqueKeysTree as tr } from "./components/tree/useUniqueKeysTree.js";
|
|
51
|
+
import { getUniqueKeysFromOriginals as pr, processTreeData as mr } from "./components/tree/helpers.js";
|
|
52
|
+
import { Tree as ir } from "./components/tree/components.js";
|
|
53
|
+
import { Spin as xr } from "./components/spin/component.js";
|
|
54
|
+
import { Empty as lr } from "./components/empty/component.js";
|
|
55
|
+
import { Form as Cr } from "./components/form/component.js";
|
|
56
|
+
import { Field as Tr } from "./components/field/component.js";
|
|
57
|
+
import { Tour as gr } from "./components/tour/component.js";
|
|
58
|
+
import { Toast as hr } from "./components/toast/component.js";
|
|
59
|
+
import { toast as Er, toastManager as Pr } from "./components/toast/function.js";
|
|
60
|
+
import { VerticalCollapsiblePanel as br } from "./components/vertical-collapsible-panel/component.js";
|
|
61
|
+
import { PopupPanel as Dr } from "./components/popup-panel/component.js";
|
|
62
|
+
import { CodeBlock as Ir } from "./components/code-block/component.js";
|
|
63
|
+
import { StackChild as yr } from "./components/stack/StackChild.js";
|
|
64
|
+
import { Stack as Or } from "./components/stack/index.js";
|
|
65
|
+
import { Collapse as wr } from "./components/collapse/component.js";
|
|
66
|
+
import { Input as _r } from "./components/input/component.js";
|
|
67
|
+
import { Badge as Wr, InternalBadge as Fr } from "./components/badge/component.js";
|
|
68
|
+
import { Radio as zr } from "./components/radio/component.js";
|
|
69
|
+
import { Button as qr } from "./components/button/component.js";
|
|
70
|
+
import { DSRoot as Hr } from "./components/ds-root/component.js";
|
|
71
|
+
import { useDS as jr } from "./components/ds-root/hook.js";
|
|
72
|
+
import { DragDrop as Xr, DragDropRoot as Yr } from "./components/drag-drop/index.js";
|
|
73
|
+
import { ColorSelect as $r } from "./components/color-select/component.js";
|
|
74
|
+
import { Nav as et } from "./components/nav/index.js";
|
|
75
|
+
import { ChoiceList as tt } from "./components/choice-list/component.js";
|
|
76
|
+
import { StatusIcon as pt } from "./components/status-icon/component.js";
|
|
77
|
+
import { Resizable as ft } from "./components/resizable/component.js";
|
|
78
|
+
import { Combobox as st } from "./components/combobox/component.js";
|
|
79
|
+
import { SelectTrigger as nt, SelectTriggerArrow as lt, SelectTriggerClear as ct, SelectTriggerContent as Ct, SelectTriggerRoot as ut } from "./components/select-trigger/component.js";
|
|
80
|
+
import { Loader as dt } from "./components/loader/component.js";
|
|
81
|
+
import { WindowPortal as St } from "./components/window-portal/component.js";
|
|
82
|
+
import { Alert as At } from "./components/alert/component.js";
|
|
83
|
+
import { LabelWithHelp as Pt } from "./components/label-with-help/component.js";
|
|
84
|
+
import { useForm as bt, useWatch as kt } from "antd/es/form/Form";
|
|
85
|
+
import { useMessage as Nt, useModal as It, useToken as Lt } from "./components/hooks/antd.js";
|
|
86
|
+
import { default as Bt } from "antd/es/app/useApp";
|
|
87
|
+
import { useAnimationsFinished as vt, useEnhancedEffect as wt, useEventCallback as Mt, useLatestRef as _t } from "./components/hooks/base-ui.js";
|
|
88
|
+
import { useControlledState as Wt } from "./components/hooks/useControlledState.js";
|
|
89
|
+
import { useCharts as Vt } from "./components/hooks/useCharts.js";
|
|
90
|
+
import { useCSSVariables as Kt } from "./components/hooks/useCSSVariables.js";
|
|
91
|
+
import { useHover as Gt } from "./components/hooks/useHover.js";
|
|
92
|
+
import { useDraggable as Qt } from "./components/hooks/useDraggable.js";
|
|
93
|
+
import { BREAKPOINTS as Jt, useBreakpoint as Xt } from "./components/hooks/useBreakpoint.js";
|
|
94
|
+
import { useWindowSize as Zt } from "./components/hooks/useWindowSize.js";
|
|
95
|
+
import { useElementSize as oa, useResizeObserver as ea } from "./components/hooks/useResizeObserver.js";
|
|
96
|
+
import { antdColorTokens as ta, darkTheme as aa, lightTheme as pa } from "./tokens/and-theme/tokens.js";
|
|
97
|
+
import { categoricalChartColorKeys as fa, categoricalChartColorTokens as ia, categoricalChartsColors as sa, chartColorTokens as xa, rawChartColorTokens as na } from "./tokens/charts/palettes/cloudscape.js";
|
|
98
|
+
import { COLORBREWER as ca } from "./tokens/charts/palettes/colorbrewer.js";
|
|
99
|
+
import { tab10 as ua, tab20 as Ta, tab20b as da, tab20c as ga } from "./tokens/charts/palettes/tableau.js";
|
|
100
|
+
import { CATEGORICAL_PALETTES as ha, CATEGORICAL_PALETTE_NAMES as Aa, SEQUENTIAL_PALETTES as Ea, SEQUENTIAL_PALETTE_NAMES as Pa, getAllCategoricalChartColors as Ra, getAllSequentialChartColors as ba, getCategoricalChartColors as ka, getSequentialChartColors as Da } from "./tokens/charts/palettes/index.js";
|
|
101
|
+
import { getColorsByTheme as Ia, getTokensByTheme as La, resolveColorTokens as ya } from "./tokens/utils.js";
|
|
98
102
|
export {
|
|
99
103
|
f as Affix,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
At as Alert,
|
|
105
|
+
i as Anchor,
|
|
106
|
+
s as App,
|
|
107
|
+
x as AutoComplete,
|
|
104
108
|
n as Avatar,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
109
|
+
Jt as BREAKPOINTS,
|
|
110
|
+
l as BackTop,
|
|
111
|
+
Wr as Badge,
|
|
112
|
+
$e as Breadcrumb,
|
|
113
|
+
er as BreadcrumbItem,
|
|
114
|
+
qr as Button,
|
|
115
|
+
ha as CATEGORICAL_PALETTES,
|
|
116
|
+
Aa as CATEGORICAL_PALETTE_NAMES,
|
|
117
|
+
ca as COLORBREWER,
|
|
118
|
+
c as Calendar,
|
|
119
|
+
C as Card,
|
|
116
120
|
u as Carousel,
|
|
117
121
|
T as Cascader,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
122
|
+
No as Checkbox,
|
|
123
|
+
tt as ChoiceList,
|
|
124
|
+
Ir as CodeBlock,
|
|
121
125
|
d as Col,
|
|
122
|
-
|
|
126
|
+
wr as Collapse,
|
|
123
127
|
g as ColorPicker,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
128
|
+
$r as ColorSelect,
|
|
129
|
+
st as Combobox,
|
|
130
|
+
oe as CommandPalette,
|
|
127
131
|
S as ConfigProvider,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
132
|
+
Me as DROPDOWN_COLLISION_AVOIDANCE,
|
|
133
|
+
Hr as DSRoot,
|
|
134
|
+
ro as DataTable,
|
|
131
135
|
h as DatePicker,
|
|
132
|
-
|
|
136
|
+
me as DefaultUpload,
|
|
133
137
|
A as Descriptions,
|
|
134
|
-
|
|
138
|
+
Eo as Dialog,
|
|
135
139
|
E as Divider,
|
|
136
|
-
|
|
137
|
-
|
|
140
|
+
Xr as DragDrop,
|
|
141
|
+
Yr as DragDropRoot,
|
|
138
142
|
P as Drawer,
|
|
139
143
|
R as Dropdown,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
+
Xo as DropdownMenu,
|
|
145
|
+
Zo as DropdownMenuItem,
|
|
146
|
+
lr as Empty,
|
|
147
|
+
Tr as Field,
|
|
144
148
|
b as Flex,
|
|
145
149
|
k as FloatButton,
|
|
146
|
-
|
|
150
|
+
Cr as Form,
|
|
147
151
|
D as Grid,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
w as
|
|
168
|
-
|
|
152
|
+
Ro as IconButton,
|
|
153
|
+
_r as Input,
|
|
154
|
+
N as InputNumber,
|
|
155
|
+
Fr as InternalBadge,
|
|
156
|
+
re as KeyboardShortcut,
|
|
157
|
+
Pt as LabelWithHelp,
|
|
158
|
+
I as Layout,
|
|
159
|
+
L as List,
|
|
160
|
+
dt as Loader,
|
|
161
|
+
y as Mentions,
|
|
162
|
+
B as Menu,
|
|
163
|
+
mo as Modal,
|
|
164
|
+
et as Nav,
|
|
165
|
+
xo as NotificationProvider,
|
|
166
|
+
_e as POPUP_COLLISION_AVOIDANCE,
|
|
167
|
+
O as Pagination,
|
|
168
|
+
v as Popconfirm,
|
|
169
|
+
Qe as Popover,
|
|
170
|
+
Dr as PopupPanel,
|
|
171
|
+
w as Progress,
|
|
172
|
+
M as QRCode,
|
|
173
|
+
zr as Radio,
|
|
169
174
|
_ as Rate,
|
|
170
|
-
|
|
175
|
+
ft as Resizable,
|
|
171
176
|
U as Result,
|
|
172
177
|
W as Row,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
178
|
+
Ea as SEQUENTIAL_PALETTES,
|
|
179
|
+
Pa as SEQUENTIAL_PALETTE_NAMES,
|
|
180
|
+
Ge as ScrollArea,
|
|
181
|
+
Lo as Segmented,
|
|
182
|
+
ao as Select,
|
|
183
|
+
nt as SelectTrigger,
|
|
184
|
+
lt as SelectTriggerArrow,
|
|
185
|
+
ct as SelectTriggerClear,
|
|
186
|
+
Ct as SelectTriggerContent,
|
|
187
|
+
ut as SelectTriggerRoot,
|
|
183
188
|
F as Skeleton,
|
|
184
|
-
|
|
189
|
+
Je as Slider,
|
|
185
190
|
V as Space,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
+
xr as Spin,
|
|
192
|
+
Go as Split,
|
|
193
|
+
Ho as Splitter,
|
|
194
|
+
Or as Stack,
|
|
195
|
+
yr as StackChild,
|
|
191
196
|
z as Statistic,
|
|
192
|
-
|
|
197
|
+
pt as StatusIcon,
|
|
193
198
|
K as Steps,
|
|
194
|
-
|
|
195
|
-
|
|
199
|
+
ko as Switch,
|
|
200
|
+
Bo as Table,
|
|
196
201
|
q as Tabs,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
+
vo as Tag,
|
|
203
|
+
Mo as TagList,
|
|
204
|
+
Fo as ThemeContext,
|
|
205
|
+
Ko as ThemeContextProvider,
|
|
206
|
+
Uo as ThemeProvider,
|
|
202
207
|
G as TimePicker,
|
|
203
208
|
H as Timeline,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
209
|
+
hr as Toast,
|
|
210
|
+
Ye as Tooltip,
|
|
211
|
+
gr as Tour,
|
|
207
212
|
Q as Transfer,
|
|
208
|
-
|
|
209
|
-
|
|
213
|
+
ae as Transition,
|
|
214
|
+
ir as Tree,
|
|
210
215
|
j as TreeSelect,
|
|
211
|
-
|
|
216
|
+
jo as Truncate,
|
|
212
217
|
J as Typography,
|
|
213
|
-
|
|
214
|
-
|
|
218
|
+
fe as Upload,
|
|
219
|
+
br as VerticalCollapsiblePanel,
|
|
215
220
|
X as Watermark,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
221
|
+
St as WindowPortal,
|
|
222
|
+
Ae as WithRenderProp,
|
|
223
|
+
ta as antdColorTokens,
|
|
224
|
+
We as buildAntdPlacement,
|
|
225
|
+
fa as categoricalChartColorKeys,
|
|
226
|
+
ia as categoricalChartColorTokens,
|
|
227
|
+
sa as categoricalChartsColors,
|
|
228
|
+
Be as changeThemeWithoutTransition,
|
|
229
|
+
xa as chartColorTokens,
|
|
230
|
+
ne as clsx,
|
|
231
|
+
le as cn,
|
|
227
232
|
r as componentMetadata,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
233
|
+
Ke as createRenderProp,
|
|
234
|
+
p as createSyntheticClickEvent,
|
|
235
|
+
ce as cx,
|
|
236
|
+
aa as darkTheme,
|
|
237
|
+
lo as destroyNotification,
|
|
238
|
+
co as errorNotification,
|
|
239
|
+
Ra as getAllCategoricalChartColors,
|
|
240
|
+
ba as getAllSequentialChartColors,
|
|
241
|
+
ka as getCategoricalChartColors,
|
|
242
|
+
Ia as getColorsByTheme,
|
|
236
243
|
t as getComponentsByCategory,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
Pe as getReactElementProp,
|
|
245
|
+
Re as getReactElementRef,
|
|
246
|
+
Da as getSequentialChartColors,
|
|
247
|
+
La as getTokensByTheme,
|
|
248
|
+
pr as getUniqueKeysFromOriginals,
|
|
249
|
+
Co as infoNotification,
|
|
250
|
+
de as isTracebackError,
|
|
251
|
+
Se as isValidHexColor,
|
|
252
|
+
pa as lightTheme,
|
|
253
|
+
ke as mergeRefs,
|
|
246
254
|
Y as message,
|
|
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
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
255
|
+
ve as moveTypingCursorToEnd,
|
|
256
|
+
Fe as normalizeBaseUISide,
|
|
257
|
+
io as notification,
|
|
258
|
+
uo as openNotification,
|
|
259
|
+
Ve as parseAntdPlacement,
|
|
260
|
+
mr as processTreeData,
|
|
261
|
+
na as rawChartColorTokens,
|
|
262
|
+
ue as reactNodeToString,
|
|
263
|
+
ya as resolveColorTokens,
|
|
264
|
+
To as successNotification,
|
|
265
|
+
ua as tab10,
|
|
266
|
+
Ta as tab20,
|
|
267
|
+
da as tab20b,
|
|
268
|
+
ga as tab20c,
|
|
269
|
+
Z as theme,
|
|
270
|
+
Er as toast,
|
|
271
|
+
Pr as toastManager,
|
|
272
|
+
$ as unstableSetRender,
|
|
273
|
+
vt as useAnimationsFinished,
|
|
274
|
+
Ne as useAntdCssVarClassname,
|
|
275
|
+
Bt as useApp,
|
|
276
|
+
Xt as useBreakpoint,
|
|
277
|
+
Kt as useCSSVariables,
|
|
278
|
+
Vt as useCharts,
|
|
279
|
+
Ie as useCls,
|
|
280
|
+
Wt as useControlledState,
|
|
281
|
+
jr as useDS,
|
|
282
|
+
Qt as useDraggable,
|
|
283
|
+
oa as useElementSize,
|
|
284
|
+
wt as useEnhancedEffect,
|
|
285
|
+
Mt as useEventCallback,
|
|
286
|
+
bt as useForm,
|
|
287
|
+
Le as useGetPrefixCls,
|
|
288
|
+
Gt as useHover,
|
|
289
|
+
_t as useLatestRef,
|
|
290
|
+
Nt as useMessage,
|
|
291
|
+
It as useModal,
|
|
292
|
+
ho as useNotification,
|
|
293
|
+
ea as useResizeObserver,
|
|
294
|
+
Vo as useTheme,
|
|
295
|
+
Lt as useToken,
|
|
296
|
+
tr as useUniqueKeysTree,
|
|
297
|
+
se as useUploadItemRender,
|
|
298
|
+
kt as useWatch,
|
|
299
|
+
Zt as useWindowSize,
|
|
300
|
+
oo as version,
|
|
301
|
+
go as warningNotification
|
|
290
302
|
};
|
|
291
303
|
//# 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
|
@@ -169,6 +169,15 @@ export declare const componentMetadata: {
|
|
|
169
169
|
originalDocUrl: string;
|
|
170
170
|
description: string;
|
|
171
171
|
};
|
|
172
|
+
Notification: {
|
|
173
|
+
name: string;
|
|
174
|
+
link: string;
|
|
175
|
+
base: "antd";
|
|
176
|
+
refinements: string[];
|
|
177
|
+
category: "Feedback";
|
|
178
|
+
originalDocUrl: string;
|
|
179
|
+
description: string;
|
|
180
|
+
};
|
|
172
181
|
Dialog: {
|
|
173
182
|
name: string;
|
|
174
183
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8wBe,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAAO,MAAM,CAC/C,iBAAiB,EACjB,iBAAiB,EAAE,CA0BpB,CAAC"}
|
package/dist/metadata.js
CHANGED
|
@@ -197,6 +197,19 @@ const i = {
|
|
|
197
197
|
originalDocUrl: "https://ant.design/components/message",
|
|
198
198
|
description: "The Message component provides feedback in response to user operations. Unlike notification, messages are simpler and typically auto-dismiss after a short duration."
|
|
199
199
|
},
|
|
200
|
+
Notification: {
|
|
201
|
+
name: "Notification",
|
|
202
|
+
link: "/notification",
|
|
203
|
+
base: "antd",
|
|
204
|
+
refinements: [
|
|
205
|
+
"Wraps Ant Design's static notification API in a DS provider so notifications inherit the active light or dark theme",
|
|
206
|
+
"Supports imperative `open`, `success`, `info`, `warning`, and `error` helpers with update and destroy handles similar to the DS modal utility",
|
|
207
|
+
"Mounts notification context inside `DSRoot` to keep tokens, prefix classes, and theming aligned with the rest of the system"
|
|
208
|
+
],
|
|
209
|
+
category: "Feedback",
|
|
210
|
+
originalDocUrl: "https://ant.design/components/notification",
|
|
211
|
+
description: "Displays persistent feedback in the corner of the viewport for richer status updates, follow-up actions, and contextual alerts."
|
|
212
|
+
},
|
|
200
213
|
Dialog: {
|
|
201
214
|
name: "Dialog",
|
|
202
215
|
link: "/dialog",
|