@bioturing/components 0.43.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/button/style.css +1 -1
- package/dist/components/dialog/Dialog.d.ts +53 -0
- package/dist/components/dialog/Dialog.d.ts.map +1 -0
- package/dist/components/dialog/Dialog.js +231 -0
- package/dist/components/dialog/Dialog.js.map +1 -0
- package/dist/components/dialog/constants.d.ts +20 -0
- package/dist/components/dialog/constants.d.ts.map +1 -0
- package/dist/components/dialog/constants.js +20 -0
- package/dist/components/dialog/constants.js.map +1 -0
- package/dist/components/dialog/dialog.css +1 -0
- package/dist/components/dialog/index.d.ts +4 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/dialog/index.js +8 -0
- package/dist/components/dialog/index.js.map +1 -0
- 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/icon-button/style.css +1 -1
- package/dist/components/index.d.ts +3 -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/popup-panel/component.d.ts.map +1 -1
- package/dist/components/popup-panel/component.js +184 -182
- package/dist/components/popup-panel/component.js.map +1 -1
- package/dist/components/select-trigger/style.css +1 -1
- package/dist/components/spin/Indicator/Looper.d.ts +6 -0
- package/dist/components/spin/Indicator/Looper.d.ts.map +1 -0
- package/dist/components/spin/Indicator/Looper.js +15 -0
- package/dist/components/spin/Indicator/Looper.js.map +1 -0
- package/dist/components/spin/Indicator/Progress.d.ts +6 -0
- package/dist/components/spin/Indicator/Progress.d.ts.map +1 -0
- package/dist/components/spin/Indicator/Progress.js +59 -0
- package/dist/components/spin/Indicator/Progress.js.map +1 -0
- package/dist/components/spin/Indicator/index.d.ts +8 -0
- package/dist/components/spin/Indicator/index.d.ts.map +1 -0
- package/dist/components/spin/Indicator/index.js +20 -0
- package/dist/components/spin/Indicator/index.js.map +1 -0
- package/dist/components/spin/component.d.ts +28 -4
- package/dist/components/spin/component.d.ts.map +1 -1
- package/dist/components/spin/component.js +162 -14
- package/dist/components/spin/component.js.map +1 -1
- package/dist/components/spin/style.css +1 -1
- package/dist/components/spin/usePercent.d.ts +2 -0
- package/dist/components/spin/usePercent.d.ts.map +1 -0
- package/dist/components/spin/usePercent.js +27 -0
- package/dist/components/spin/usePercent.js.map +1 -0
- package/dist/components/theme-provider/style.css +1 -1
- package/dist/components/tour/style.css +1 -1
- package/dist/components/utils/cn.d.ts.map +1 -1
- package/dist/components/utils/cn.js +112 -20
- package/dist/components/utils/cn.js.map +1 -1
- package/dist/components/utils/theme.d.ts.map +1 -1
- package/dist/components/utils/theme.js +3 -1
- package/dist/components/utils/theme.js.map +1 -1
- package/dist/index.js +267 -253
- package/dist/index.js.map +1 -1
- package/dist/metadata.d.ts +29 -1
- package/dist/metadata.d.ts.map +1 -1
- package/dist/metadata.js +50 -1
- package/dist/metadata.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/tokens/and-theme/tokens.d.ts.map +1 -1
- package/dist/tokens/and-theme/tokens.js +61 -56
- package/dist/tokens/and-theme/tokens.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sources":["../../../src/components/utils/theme.ts"],"sourcesContent":["\"use client\";\n\nimport { flushSync } from \"react-dom\";\n\n/**\n * Changes the theme without transition\n * @param fn Callback function to change the theme\n */\nexport const changeThemeWithoutTransition = (fn: () => void) => {\n // https://paco.me/writing/disable-theme-transitions\n const css = document.createElement(\"style\");\n css.appendChild(\n document.createTextNode(\n
|
|
1
|
+
{"version":3,"file":"theme.js","sources":["../../../src/components/utils/theme.ts"],"sourcesContent":["\"use client\";\n\nimport { flushSync } from \"react-dom\";\n\n/**\n * Changes the theme without transition\n * @param fn Callback function to change the theme\n */\nexport const changeThemeWithoutTransition = (fn: () => void) => {\n // https://paco.me/writing/disable-theme-transitions\n const css = document.createElement(\"style\");\n css.appendChild(\n document.createTextNode(\n `*,\n *::before,\n *::after {\n -webkit-transition: none !important;\n -moz-transition: none !important;\n -o-transition: none !important;\n -ms-transition: none !important;\n transition: none !important;\n }`,\n ),\n );\n document.head.appendChild(css);\n flushSync(() => {\n fn();\n });\n // force reflow\n const _ = window.getComputedStyle(css).opacity;\n document.head.removeChild(css);\n};\n"],"names":["changeThemeWithoutTransition","fn","css","flushSync"],"mappings":";;AAQO,MAAMA,IAA+B,CAACC,MAAmB;AAE9D,QAAMC,IAAM,SAAS,cAAc,OAAO;AAC1C,EAAAA,EAAI;AAAA,IACF,SAAS;AAAA,MACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAA;AAAA,EASF,GAEF,SAAS,KAAK,YAAYA,CAAG,GAC7BC,EAAU,MAAM;AACd,IAAAF,EAAA;AAAA,EACF,CAAC,GAES,OAAO,iBAAiBC,CAAG,EAAE,SACvC,SAAS,KAAK,YAAYA,CAAG;AAC/B;"}
|
package/dist/index.js
CHANGED
|
@@ -1,289 +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 {
|
|
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";
|
|
97
102
|
export {
|
|
98
103
|
f as Affix,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
104
|
+
At as Alert,
|
|
105
|
+
i as Anchor,
|
|
106
|
+
s as App,
|
|
107
|
+
x as AutoComplete,
|
|
103
108
|
n as Avatar,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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,
|
|
115
120
|
u as Carousel,
|
|
116
121
|
T as Cascader,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
122
|
+
No as Checkbox,
|
|
123
|
+
tt as ChoiceList,
|
|
124
|
+
Ir as CodeBlock,
|
|
120
125
|
d as Col,
|
|
121
|
-
|
|
126
|
+
wr as Collapse,
|
|
122
127
|
g as ColorPicker,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
128
|
+
$r as ColorSelect,
|
|
129
|
+
st as Combobox,
|
|
130
|
+
oe as CommandPalette,
|
|
126
131
|
S as ConfigProvider,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
132
|
+
Me as DROPDOWN_COLLISION_AVOIDANCE,
|
|
133
|
+
Hr as DSRoot,
|
|
134
|
+
ro as DataTable,
|
|
130
135
|
h as DatePicker,
|
|
131
|
-
|
|
136
|
+
me as DefaultUpload,
|
|
132
137
|
A as Descriptions,
|
|
138
|
+
Eo as Dialog,
|
|
133
139
|
E as Divider,
|
|
134
|
-
|
|
135
|
-
|
|
140
|
+
Xr as DragDrop,
|
|
141
|
+
Yr as DragDropRoot,
|
|
136
142
|
P as Drawer,
|
|
137
143
|
R as Dropdown,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
144
|
+
Xo as DropdownMenu,
|
|
145
|
+
Zo as DropdownMenuItem,
|
|
146
|
+
lr as Empty,
|
|
147
|
+
Tr as Field,
|
|
142
148
|
b as Flex,
|
|
143
149
|
k as FloatButton,
|
|
144
|
-
|
|
150
|
+
Cr as Form,
|
|
145
151
|
D as Grid,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
w as
|
|
166
|
-
|
|
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,
|
|
167
174
|
_ as Rate,
|
|
168
|
-
|
|
175
|
+
ft as Resizable,
|
|
169
176
|
U as Result,
|
|
170
177
|
W as Row,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
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,
|
|
181
188
|
F as Skeleton,
|
|
182
|
-
|
|
189
|
+
Je as Slider,
|
|
183
190
|
V as Space,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
191
|
+
xr as Spin,
|
|
192
|
+
Go as Split,
|
|
193
|
+
Ho as Splitter,
|
|
194
|
+
Or as Stack,
|
|
195
|
+
yr as StackChild,
|
|
189
196
|
z as Statistic,
|
|
190
|
-
|
|
197
|
+
pt as StatusIcon,
|
|
191
198
|
K as Steps,
|
|
192
|
-
|
|
193
|
-
|
|
199
|
+
ko as Switch,
|
|
200
|
+
Bo as Table,
|
|
194
201
|
q as Tabs,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
202
|
+
vo as Tag,
|
|
203
|
+
Mo as TagList,
|
|
204
|
+
Fo as ThemeContext,
|
|
205
|
+
Ko as ThemeContextProvider,
|
|
206
|
+
Uo as ThemeProvider,
|
|
200
207
|
G as TimePicker,
|
|
201
208
|
H as Timeline,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
209
|
+
hr as Toast,
|
|
210
|
+
Ye as Tooltip,
|
|
211
|
+
gr as Tour,
|
|
205
212
|
Q as Transfer,
|
|
206
|
-
|
|
207
|
-
|
|
213
|
+
ae as Transition,
|
|
214
|
+
ir as Tree,
|
|
208
215
|
j as TreeSelect,
|
|
209
|
-
|
|
216
|
+
jo as Truncate,
|
|
210
217
|
J as Typography,
|
|
211
|
-
|
|
212
|
-
|
|
218
|
+
fe as Upload,
|
|
219
|
+
br as VerticalCollapsiblePanel,
|
|
213
220
|
X as Watermark,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
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,
|
|
225
232
|
r as componentMetadata,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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,
|
|
234
243
|
t as getComponentsByCategory,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
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,
|
|
244
254
|
Y as message,
|
|
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
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
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
|
|
288
302
|
};
|
|
289
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|