@bioturing/components 0.46.4 → 0.47.0
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/base-menu/component.js +19 -21
- package/dist/components/base-menu/component.js.map +1 -1
- package/dist/components/base-menu/index.js +12 -7
- package/dist/components/base-menu/index.js.map +1 -1
- package/dist/components/checkbox/component.d.ts +2 -2
- package/dist/components/checkbox/component.d.ts.map +1 -1
- package/dist/components/checkbox/component.js.map +1 -1
- package/dist/components/choice-list/component.js +12 -12
- package/dist/components/data-table/component.d.ts.map +1 -1
- package/dist/components/data-table/component.js +73 -64
- package/dist/components/data-table/component.js.map +1 -1
- package/dist/components/data-table/components/TableBody.d.ts +1 -1
- package/dist/components/data-table/components/TableBody.d.ts.map +1 -1
- package/dist/components/data-table/components/TableBody.js +62 -53
- package/dist/components/data-table/components/TableBody.js.map +1 -1
- package/dist/components/data-table/components/TableHeader.d.ts +1 -1
- package/dist/components/data-table/components/TableHeader.d.ts.map +1 -1
- package/dist/components/data-table/components/TableHeader.js +46 -46
- package/dist/components/data-table/components/TableHeader.js.map +1 -1
- package/dist/components/data-table/components/TablePagination.d.ts.map +1 -1
- package/dist/components/data-table/components/TablePagination.js +22 -28
- package/dist/components/data-table/components/TablePagination.js.map +1 -1
- package/dist/components/data-table/hooks.d.ts.map +1 -1
- package/dist/components/data-table/hooks.js +15 -14
- package/dist/components/data-table/hooks.js.map +1 -1
- package/dist/components/data-table/style.css +1 -1
- package/dist/components/data-table/types.d.ts +1 -1
- package/dist/components/data-table/types.d.ts.map +1 -1
- package/dist/components/data-table/variant-minimal.css +1 -0
- package/dist/components/data-table/variant-zebra.css +1 -0
- package/dist/components/dialog/Dialog.js +46 -46
- package/dist/components/dialog/Dialog.js.map +1 -1
- package/dist/components/dialog/dialog.css +1 -1
- package/dist/components/form/FormItem/ItemHolder.d.ts +6 -5
- package/dist/components/form/FormItem/ItemHolder.d.ts.map +1 -1
- package/dist/components/form/FormItem/ItemHolder.js +32 -29
- package/dist/components/form/FormItem/ItemHolder.js.map +1 -1
- package/dist/components/form/FormItem/index.d.ts +6 -0
- package/dist/components/form/FormItem/index.d.ts.map +1 -1
- package/dist/components/form/FormItem/index.js +138 -127
- package/dist/components/form/FormItem/index.js.map +1 -1
- package/dist/components/form/FormValidationContext.d.ts +5 -0
- package/dist/components/form/FormValidationContext.d.ts.map +1 -0
- package/dist/components/form/FormValidationContext.js +7 -0
- package/dist/components/form/FormValidationContext.js.map +1 -0
- package/dist/components/form/component.d.ts +6 -1
- package/dist/components/form/component.d.ts.map +1 -1
- package/dist/components/form/component.js +30 -20
- package/dist/components/form/component.js.map +1 -1
- package/dist/components/form/formValidationRule.d.ts +19 -0
- package/dist/components/form/formValidationRule.d.ts.map +1 -0
- package/dist/components/form/formValidationRule.js +22 -0
- package/dist/components/form/formValidationRule.js.map +1 -0
- package/dist/components/form/index.d.ts +2 -0
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/useFormValidation.d.ts +3 -0
- package/dist/components/form/useFormValidation.d.ts.map +1 -0
- package/dist/components/form/useFormValidation.js +18 -0
- package/dist/components/form/useFormValidation.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/keyboard-shortcut/component.d.ts +2 -0
- package/dist/components/keyboard-shortcut/component.d.ts.map +1 -1
- package/dist/components/keyboard-shortcut/component.js +69 -49
- package/dist/components/keyboard-shortcut/component.js.map +1 -1
- package/dist/components/modal/Modal.d.ts +1 -1
- package/dist/components/modal/Modal.js +9 -9
- package/dist/components/modal/Modal.js.map +1 -1
- package/dist/components/modal/style.css +1 -1
- package/dist/components/theme-provider/component.d.ts +3 -1
- package/dist/components/theme-provider/component.d.ts.map +1 -1
- package/dist/components/theme-provider/component.js +32 -31
- package/dist/components/theme-provider/component.js.map +1 -1
- package/dist/components/theme-provider/context/index.d.ts +2 -1
- package/dist/components/theme-provider/context/index.d.ts.map +1 -1
- package/dist/components/theme-provider/context/provider.d.ts +2 -3
- package/dist/components/theme-provider/context/provider.d.ts.map +1 -1
- package/dist/components/theme-provider/context/provider.js +13 -6
- package/dist/components/theme-provider/context/provider.js.map +1 -1
- package/dist/components/theme-provider/context/themeStore.d.ts +15 -0
- package/dist/components/theme-provider/context/themeStore.d.ts.map +1 -1
- package/dist/components/theme-provider/context/themeStore.js +10 -9
- package/dist/components/theme-provider/context/themeStore.js.map +1 -1
- package/dist/components/theme-provider/style.css +1 -1
- package/dist/components/tooltip/component.d.ts.map +1 -1
- package/dist/components/tooltip/component.js +23 -12
- package/dist/components/tooltip/component.js.map +1 -1
- package/dist/index.js +286 -275
- 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 +14 -0
- package/dist/metadata.js.map +1 -1
- package/dist/stats.html +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1,303 +1,314 @@
|
|
|
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 { notification as
|
|
8
|
-
import { NotificationProvider as
|
|
9
|
-
import { destroy as
|
|
10
|
-
import { useNotification as
|
|
11
|
-
import { Dialog as
|
|
12
|
-
import { IconButton as
|
|
13
|
-
import { Switch as
|
|
14
|
-
import { Checkbox as
|
|
15
|
-
import { Segmented as
|
|
16
|
-
import { Table as
|
|
17
|
-
import { Tag as
|
|
18
|
-
import { TagList as
|
|
19
|
-
import { ThemeProvider as
|
|
20
|
-
import { ThemeContext as
|
|
21
|
-
import { ThemeContextProvider as
|
|
22
|
-
import { Split as
|
|
23
|
-
import { Truncate as
|
|
24
|
-
import { DropdownMenu as
|
|
25
|
-
import { DropdownMenuItem as
|
|
26
|
-
import { CommandPalette as
|
|
27
|
-
import { KeyboardShortcut as
|
|
28
|
-
import { Transition as
|
|
29
|
-
import { DefaultUpload as
|
|
30
|
-
import { useUploadItemRender as
|
|
31
|
-
import { clsx as
|
|
32
|
-
import { reactNodeToString as
|
|
33
|
-
import { isTracebackError as
|
|
34
|
-
import { isValidHexColor as
|
|
35
|
-
import { WithRenderProp as
|
|
36
|
-
import { getReactElementProp as
|
|
37
|
-
import { default as
|
|
38
|
-
import { useAntdCssVarClassname as
|
|
39
|
-
import { changeThemeWithoutTransition as
|
|
40
|
-
import { moveTypingCursorToEnd as
|
|
41
|
-
import { DROPDOWN_COLLISION_AVOIDANCE as
|
|
42
|
-
import { buildAntdPlacement as
|
|
43
|
-
import { createRenderProp as
|
|
44
|
-
import { ScrollArea as
|
|
45
|
-
import { Popover as
|
|
46
|
-
import { Slider as
|
|
47
|
-
import { Tooltip as
|
|
48
|
-
import { Breadcrumb as
|
|
49
|
-
import { BreadcrumbItem as
|
|
50
|
-
import { useUniqueKeysTree as
|
|
51
|
-
import { getUniqueKeysFromOriginals as pr, processTreeData as
|
|
2
|
+
import { default as m } from "./components/utils/createSyntheticClickEvent.js";
|
|
3
|
+
import { Affix as f, Anchor as s, App as i, 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 E, Descriptions as A, Divider as h, Drawer as R, Dropdown as P, Flex as D, FloatButton as L, Grid as b, InputNumber as k, Layout as B, List as N, Mentions as I, Menu as _, Pagination as O, Popconfirm as y, Progress as v, QRCode as M, Rate as U, Result as w, Row as K, Skeleton as F, Space as W, Statistic as H, Steps as V, Tabs as z, TimePicker as G, Timeline as q, Transfer as Q, TreeSelect as Y, Typography as j, Watermark as J, message as X, theme as Z, unstableSetRender as $, version as ee } from "antd";
|
|
4
|
+
import { DataTable as re } from "./components/data-table/component.js";
|
|
5
|
+
import { Select as ae } from "./components/select/component.js";
|
|
6
|
+
import { Modal as pe } from "./components/modal/index.js";
|
|
7
|
+
import { notification as se } from "./components/notification/index.js";
|
|
8
|
+
import { NotificationProvider as xe } from "./components/notification/NotificationProvider.js";
|
|
9
|
+
import { destroy as le, error as ce, info as Ce, open as ue, success as Te, warning as de } from "./components/notification/functions.js";
|
|
10
|
+
import { useNotification as Se } from "./components/notification/useNotification.js";
|
|
11
|
+
import { Dialog as Ae } from "./components/dialog/index.js";
|
|
12
|
+
import { IconButton as Re } from "./components/icon-button/component.js";
|
|
13
|
+
import { Switch as De } from "./components/switch/component.js";
|
|
14
|
+
import { Checkbox as be } from "./components/checkbox/component.js";
|
|
15
|
+
import { Segmented as Be } from "./components/segmented/component.js";
|
|
16
|
+
import { Table as Ie } from "./components/table/component.js";
|
|
17
|
+
import { Tag as Oe } from "./components/tag/component.js";
|
|
18
|
+
import { TagList as ve } from "./components/tag/list.js";
|
|
19
|
+
import { ThemeProvider as Ue } from "./components/theme-provider/component.js";
|
|
20
|
+
import { ThemeContext as Ke, useTheme as Fe, useThemeContext as We } from "./components/theme-provider/context/themeStore.js";
|
|
21
|
+
import { ThemeContextProvider as Ve } from "./components/theme-provider/context/provider.js";
|
|
22
|
+
import { Split as Ge, Splitter as qe } from "./components/splitter/component.js";
|
|
23
|
+
import { Truncate as Ye } from "./components/truncate/component.js";
|
|
24
|
+
import { DropdownMenu as Je } from "./components/dropdown-menu/component.js";
|
|
25
|
+
import { DropdownMenuItem as Ze } from "./components/dropdown-menu/item.js";
|
|
26
|
+
import { CommandPalette as eo } from "./components/command-palette/component.js";
|
|
27
|
+
import { KeyboardShortcut as ro } from "./components/keyboard-shortcut/component.js";
|
|
28
|
+
import { Transition as ao } from "./components/transition/component.js";
|
|
29
|
+
import { DefaultUpload as po, Upload as fo } from "./components/upload/component.js";
|
|
30
|
+
import { useUploadItemRender as io } from "./components/upload/hooks.js";
|
|
31
|
+
import { clsx as no, cn as lo, cx as co } from "./components/utils/cn.js";
|
|
32
|
+
import { reactNodeToString as uo } from "./components/utils/reactToString.js";
|
|
33
|
+
import { isTracebackError as go } from "./components/utils/isTracebackError.js";
|
|
34
|
+
import { isValidHexColor as Eo } from "./components/utils/colors.js";
|
|
35
|
+
import { WithRenderProp as ho } from "./components/utils/WithRenderProp.js";
|
|
36
|
+
import { getReactElementProp as Po, getReactElementRef as Do } from "./components/utils/reactElement.js";
|
|
37
|
+
import { default as bo } from "merge-refs";
|
|
38
|
+
import { useAntdCssVarClassname as Bo, useCls as No, useGetPrefixCls as Io } from "./components/utils/antdUtils.js";
|
|
39
|
+
import { changeThemeWithoutTransition as Oo } from "./components/utils/theme.js";
|
|
40
|
+
import { moveTypingCursorToEnd as vo } from "./components/utils/selectionRange.js";
|
|
41
|
+
import { DROPDOWN_COLLISION_AVOIDANCE as Uo, POPUP_COLLISION_AVOIDANCE as wo } from "./components/utils/constants.js";
|
|
42
|
+
import { buildAntdPlacement as Fo, normalizeBaseUISide as Wo, parseAntdPlacement as Ho } from "./components/utils/placement.js";
|
|
43
|
+
import { createRenderProp as zo } from "./components/utils/renderProp.js";
|
|
44
|
+
import { ScrollArea as qo } from "./components/scroll-area/component.js";
|
|
45
|
+
import { Popover as Yo } from "./components/popover/component.js";
|
|
46
|
+
import { Slider as Jo } from "./components/slider/component.js";
|
|
47
|
+
import { Tooltip as Zo } from "./components/tooltip/component.js";
|
|
48
|
+
import { Breadcrumb as er } from "./components/breadcrumb/component.js";
|
|
49
|
+
import { BreadcrumbItem as rr } from "./components/breadcrumb/item.js";
|
|
50
|
+
import { useUniqueKeysTree as ar } from "./components/tree/useUniqueKeysTree.js";
|
|
51
|
+
import { getUniqueKeysFromOriginals as pr, processTreeData as fr } from "./components/tree/helpers.js";
|
|
52
52
|
import { Tree as ir } from "./components/tree/components.js";
|
|
53
|
-
import { Spin as
|
|
54
|
-
import { Empty as
|
|
55
|
-
import { Form as
|
|
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 {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
53
|
+
import { Spin as nr } from "./components/spin/component.js";
|
|
54
|
+
import { Empty as cr } from "./components/empty/component.js";
|
|
55
|
+
import { Form as ur } from "./components/form/component.js";
|
|
56
|
+
import { BLOCKED_CHARS_RULE as dr, BLOCKED_CHARS_RULE_KEY as gr, DEFAULT_BLOCKED_CHARS_MESSAGE as Sr, DEFAULT_BLOCKED_CHARS_PATTERN as Er, createBlockedCharsRule as Ar } from "./components/form/formValidationRule.js";
|
|
57
|
+
import { Field as Rr } from "./components/field/component.js";
|
|
58
|
+
import { Tour as Dr } from "./components/tour/component.js";
|
|
59
|
+
import { Toast as br } from "./components/toast/component.js";
|
|
60
|
+
import { toast as Br, toastManager as Nr } from "./components/toast/function.js";
|
|
61
|
+
import { VerticalCollapsiblePanel as _r } from "./components/vertical-collapsible-panel/component.js";
|
|
62
|
+
import { PopupPanel as yr } from "./components/popup-panel/component.js";
|
|
63
|
+
import { CodeBlock as Mr } from "./components/code-block/component.js";
|
|
64
|
+
import { StackChild as wr } from "./components/stack/StackChild.js";
|
|
65
|
+
import { Stack as Fr } from "./components/stack/index.js";
|
|
66
|
+
import { Collapse as Hr } from "./components/collapse/component.js";
|
|
67
|
+
import { Input as zr } from "./components/input/component.js";
|
|
68
|
+
import { Badge as qr, InternalBadge as Qr } from "./components/badge/component.js";
|
|
69
|
+
import { Radio as jr } from "./components/radio/component.js";
|
|
70
|
+
import { Button as Xr } from "./components/button/component.js";
|
|
71
|
+
import { DSRoot as $r } from "./components/ds-root/component.js";
|
|
72
|
+
import { useDS as ot } from "./components/ds-root/hook.js";
|
|
73
|
+
import { DragDrop as tt, DragDropRoot as at } from "./components/drag-drop/index.js";
|
|
74
|
+
import { ColorSelect as pt } from "./components/color-select/component.js";
|
|
75
|
+
import { Nav as st } from "./components/nav/index.js";
|
|
76
|
+
import { ChoiceList as xt } from "./components/choice-list/component.js";
|
|
77
|
+
import { StatusIcon as lt } from "./components/status-icon/component.js";
|
|
78
|
+
import { Resizable as Ct } from "./components/resizable/component.js";
|
|
79
|
+
import { Combobox as Tt } from "./components/combobox/component.js";
|
|
80
|
+
import { SelectTrigger as gt, SelectTriggerArrow as St, SelectTriggerClear as Et, SelectTriggerContent as At, SelectTriggerRoot as ht } from "./components/select-trigger/component.js";
|
|
81
|
+
import { Loader as Pt } from "./components/loader/component.js";
|
|
82
|
+
import { WindowPortal as Lt } from "./components/window-portal/component.js";
|
|
83
|
+
import { Alert as kt } from "./components/alert/component.js";
|
|
84
|
+
import { LabelWithHelp as Nt } from "./components/label-with-help/component.js";
|
|
85
|
+
import { BaseMenuItem as _t } from "./components/base-menu/item.js";
|
|
86
|
+
import { BaseMenu as yt } from "./components/base-menu/index.js";
|
|
87
|
+
import { useForm as Mt, useWatch as Ut } from "antd/es/form/Form";
|
|
88
|
+
import { useMessage as Kt, useModal as Ft, useToken as Wt } from "./components/hooks/antd.js";
|
|
89
|
+
import { default as Vt } from "antd/es/app/useApp";
|
|
90
|
+
import { useAnimationsFinished as Gt, useEnhancedEffect as qt, useEventCallback as Qt, useLatestRef as Yt } from "./components/hooks/base-ui.js";
|
|
91
|
+
import { useControlledState as Jt } from "./components/hooks/useControlledState.js";
|
|
92
|
+
import { useCharts as Zt } from "./components/hooks/useCharts.js";
|
|
93
|
+
import { useCSSVariables as ea } from "./components/hooks/useCSSVariables.js";
|
|
94
|
+
import { useHover as ra } from "./components/hooks/useHover.js";
|
|
95
|
+
import { useDraggable as aa } from "./components/hooks/useDraggable.js";
|
|
96
|
+
import { BREAKPOINTS as pa, useBreakpoint as fa } from "./components/hooks/useBreakpoint.js";
|
|
97
|
+
import { useWindowSize as ia } from "./components/hooks/useWindowSize.js";
|
|
98
|
+
import { useElementSize as na, useResizeObserver as la } from "./components/hooks/useResizeObserver.js";
|
|
99
|
+
import { antdColorTokens as Ca, darkTheme as ua, lightTheme as Ta } from "./tokens/and-theme/tokens.js";
|
|
100
|
+
import { categoricalChartColorKeys as ga, categoricalChartColorTokens as Sa, categoricalChartsColors as Ea, chartColorTokens as Aa, rawChartColorTokens as ha } from "./tokens/charts/palettes/cloudscape.js";
|
|
101
|
+
import { COLORBREWER as Pa } from "./tokens/charts/palettes/colorbrewer.js";
|
|
102
|
+
import { tab10 as La, tab20 as ba, tab20b as ka, tab20c as Ba } from "./tokens/charts/palettes/tableau.js";
|
|
103
|
+
import { CATEGORICAL_PALETTES as Ia, CATEGORICAL_PALETTE_NAMES as _a, SEQUENTIAL_PALETTES as Oa, SEQUENTIAL_PALETTE_NAMES as ya, getAllCategoricalChartColors as va, getAllSequentialChartColors as Ma, getCategoricalChartColors as Ua, getSequentialChartColors as wa } from "./tokens/charts/palettes/index.js";
|
|
104
|
+
import { getColorsByTheme as Fa, getTokensByTheme as Wa, resolveColorTokens as Ha } from "./tokens/utils.js";
|
|
102
105
|
export {
|
|
103
106
|
f as Affix,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
+
kt as Alert,
|
|
108
|
+
s as Anchor,
|
|
109
|
+
i as App,
|
|
107
110
|
x as AutoComplete,
|
|
108
111
|
n as Avatar,
|
|
109
|
-
|
|
112
|
+
dr as BLOCKED_CHARS_RULE,
|
|
113
|
+
gr as BLOCKED_CHARS_RULE_KEY,
|
|
114
|
+
pa as BREAKPOINTS,
|
|
110
115
|
l as BackTop,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
qr as Badge,
|
|
117
|
+
yt as BaseMenu,
|
|
118
|
+
_t as BaseMenuItem,
|
|
119
|
+
er as Breadcrumb,
|
|
120
|
+
rr as BreadcrumbItem,
|
|
121
|
+
Xr as Button,
|
|
122
|
+
Ia as CATEGORICAL_PALETTES,
|
|
123
|
+
_a as CATEGORICAL_PALETTE_NAMES,
|
|
124
|
+
Pa as COLORBREWER,
|
|
118
125
|
c as Calendar,
|
|
119
126
|
C as Card,
|
|
120
127
|
u as Carousel,
|
|
121
128
|
T as Cascader,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
129
|
+
be as Checkbox,
|
|
130
|
+
xt as ChoiceList,
|
|
131
|
+
Mr as CodeBlock,
|
|
125
132
|
d as Col,
|
|
126
|
-
|
|
133
|
+
Hr as Collapse,
|
|
127
134
|
g as ColorPicker,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
135
|
+
pt as ColorSelect,
|
|
136
|
+
Tt as Combobox,
|
|
137
|
+
eo as CommandPalette,
|
|
131
138
|
S as ConfigProvider,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
139
|
+
Sr as DEFAULT_BLOCKED_CHARS_MESSAGE,
|
|
140
|
+
Er as DEFAULT_BLOCKED_CHARS_PATTERN,
|
|
141
|
+
Uo as DROPDOWN_COLLISION_AVOIDANCE,
|
|
142
|
+
$r as DSRoot,
|
|
143
|
+
re as DataTable,
|
|
144
|
+
E as DatePicker,
|
|
145
|
+
po as DefaultUpload,
|
|
137
146
|
A as Descriptions,
|
|
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
|
-
|
|
147
|
+
Ae as Dialog,
|
|
148
|
+
h as Divider,
|
|
149
|
+
tt as DragDrop,
|
|
150
|
+
at as DragDropRoot,
|
|
151
|
+
R as Drawer,
|
|
152
|
+
P as Dropdown,
|
|
153
|
+
Je as DropdownMenu,
|
|
154
|
+
Ze as DropdownMenuItem,
|
|
155
|
+
cr as Empty,
|
|
156
|
+
Rr as Field,
|
|
157
|
+
D as Flex,
|
|
158
|
+
L as FloatButton,
|
|
159
|
+
ur as Form,
|
|
160
|
+
b as Grid,
|
|
161
|
+
Re as IconButton,
|
|
162
|
+
zr as Input,
|
|
163
|
+
k as InputNumber,
|
|
164
|
+
Qr as InternalBadge,
|
|
165
|
+
ro as KeyboardShortcut,
|
|
166
|
+
Nt as LabelWithHelp,
|
|
167
|
+
B as Layout,
|
|
168
|
+
N as List,
|
|
169
|
+
Pt as Loader,
|
|
170
|
+
I as Mentions,
|
|
171
|
+
_ as Menu,
|
|
172
|
+
pe as Modal,
|
|
173
|
+
st as Nav,
|
|
174
|
+
xe as NotificationProvider,
|
|
175
|
+
wo as POPUP_COLLISION_AVOIDANCE,
|
|
167
176
|
O as Pagination,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
177
|
+
y as Popconfirm,
|
|
178
|
+
Yo as Popover,
|
|
179
|
+
yr as PopupPanel,
|
|
180
|
+
v as Progress,
|
|
172
181
|
M as QRCode,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
182
|
+
jr as Radio,
|
|
183
|
+
U as Rate,
|
|
184
|
+
Ct as Resizable,
|
|
185
|
+
w as Result,
|
|
186
|
+
K as Row,
|
|
187
|
+
Oa as SEQUENTIAL_PALETTES,
|
|
188
|
+
ya as SEQUENTIAL_PALETTE_NAMES,
|
|
189
|
+
qo as ScrollArea,
|
|
190
|
+
Be as Segmented,
|
|
191
|
+
ae as Select,
|
|
192
|
+
gt as SelectTrigger,
|
|
193
|
+
St as SelectTriggerArrow,
|
|
194
|
+
Et as SelectTriggerClear,
|
|
195
|
+
At as SelectTriggerContent,
|
|
196
|
+
ht as SelectTriggerRoot,
|
|
188
197
|
F as Skeleton,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
198
|
+
Jo as Slider,
|
|
199
|
+
W as Space,
|
|
200
|
+
nr as Spin,
|
|
201
|
+
Ge as Split,
|
|
202
|
+
qe as Splitter,
|
|
203
|
+
Fr as Stack,
|
|
204
|
+
wr as StackChild,
|
|
205
|
+
H as Statistic,
|
|
206
|
+
lt as StatusIcon,
|
|
207
|
+
V as Steps,
|
|
208
|
+
De as Switch,
|
|
209
|
+
Ie as Table,
|
|
210
|
+
z as Tabs,
|
|
211
|
+
Oe as Tag,
|
|
212
|
+
ve as TagList,
|
|
213
|
+
Ke as ThemeContext,
|
|
214
|
+
Ve as ThemeContextProvider,
|
|
215
|
+
Ue as ThemeProvider,
|
|
207
216
|
G as TimePicker,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
217
|
+
q as Timeline,
|
|
218
|
+
br as Toast,
|
|
219
|
+
Zo as Tooltip,
|
|
220
|
+
Dr as Tour,
|
|
212
221
|
Q as Transfer,
|
|
213
|
-
|
|
222
|
+
ao as Transition,
|
|
214
223
|
ir as Tree,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
224
|
+
Y as TreeSelect,
|
|
225
|
+
Ye as Truncate,
|
|
226
|
+
j as Typography,
|
|
227
|
+
fo as Upload,
|
|
228
|
+
_r as VerticalCollapsiblePanel,
|
|
229
|
+
J as Watermark,
|
|
230
|
+
Lt as WindowPortal,
|
|
231
|
+
ho as WithRenderProp,
|
|
232
|
+
Ca as antdColorTokens,
|
|
233
|
+
Fo as buildAntdPlacement,
|
|
234
|
+
ga as categoricalChartColorKeys,
|
|
235
|
+
Sa as categoricalChartColorTokens,
|
|
236
|
+
Ea as categoricalChartsColors,
|
|
237
|
+
Oo as changeThemeWithoutTransition,
|
|
238
|
+
Aa as chartColorTokens,
|
|
239
|
+
no as clsx,
|
|
240
|
+
lo as cn,
|
|
232
241
|
r as componentMetadata,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
242
|
+
Ar as createBlockedCharsRule,
|
|
243
|
+
zo as createRenderProp,
|
|
244
|
+
m as createSyntheticClickEvent,
|
|
245
|
+
co as cx,
|
|
246
|
+
ua as darkTheme,
|
|
247
|
+
le as destroyNotification,
|
|
248
|
+
ce as errorNotification,
|
|
249
|
+
va as getAllCategoricalChartColors,
|
|
250
|
+
Ma as getAllSequentialChartColors,
|
|
251
|
+
Ua as getCategoricalChartColors,
|
|
252
|
+
Fa as getColorsByTheme,
|
|
243
253
|
t as getComponentsByCategory,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
254
|
+
Po as getReactElementProp,
|
|
255
|
+
Do as getReactElementRef,
|
|
256
|
+
wa as getSequentialChartColors,
|
|
257
|
+
Wa as getTokensByTheme,
|
|
248
258
|
pr as getUniqueKeysFromOriginals,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
259
|
+
Ce as infoNotification,
|
|
260
|
+
go as isTracebackError,
|
|
261
|
+
Eo as isValidHexColor,
|
|
262
|
+
Ta as lightTheme,
|
|
263
|
+
bo as mergeRefs,
|
|
264
|
+
X as message,
|
|
265
|
+
vo as moveTypingCursorToEnd,
|
|
266
|
+
Wo as normalizeBaseUISide,
|
|
267
|
+
se as notification,
|
|
268
|
+
ue as openNotification,
|
|
269
|
+
Ho as parseAntdPlacement,
|
|
270
|
+
fr as processTreeData,
|
|
271
|
+
ha as rawChartColorTokens,
|
|
272
|
+
uo as reactNodeToString,
|
|
273
|
+
Ha as resolveColorTokens,
|
|
274
|
+
Te as successNotification,
|
|
275
|
+
La as tab10,
|
|
276
|
+
ba as tab20,
|
|
277
|
+
ka as tab20b,
|
|
278
|
+
Ba as tab20c,
|
|
269
279
|
Z as theme,
|
|
270
|
-
|
|
271
|
-
|
|
280
|
+
Br as toast,
|
|
281
|
+
Nr as toastManager,
|
|
272
282
|
$ as unstableSetRender,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
283
|
+
Gt as useAnimationsFinished,
|
|
284
|
+
Bo as useAntdCssVarClassname,
|
|
285
|
+
Vt as useApp,
|
|
286
|
+
fa as useBreakpoint,
|
|
287
|
+
ea as useCSSVariables,
|
|
288
|
+
Zt as useCharts,
|
|
289
|
+
No as useCls,
|
|
290
|
+
Jt as useControlledState,
|
|
291
|
+
ot as useDS,
|
|
292
|
+
aa as useDraggable,
|
|
293
|
+
na as useElementSize,
|
|
294
|
+
qt as useEnhancedEffect,
|
|
295
|
+
Qt as useEventCallback,
|
|
296
|
+
Mt as useForm,
|
|
297
|
+
Io as useGetPrefixCls,
|
|
298
|
+
ra as useHover,
|
|
299
|
+
Yt as useLatestRef,
|
|
300
|
+
Kt as useMessage,
|
|
301
|
+
Ft as useModal,
|
|
302
|
+
Se as useNotification,
|
|
303
|
+
la as useResizeObserver,
|
|
304
|
+
Fe as useTheme,
|
|
305
|
+
We as useThemeContext,
|
|
306
|
+
Wt as useToken,
|
|
307
|
+
ar as useUniqueKeysTree,
|
|
308
|
+
io as useUploadItemRender,
|
|
309
|
+
Ut as useWatch,
|
|
310
|
+
ia as useWindowSize,
|
|
311
|
+
ee as version,
|
|
312
|
+
de as warningNotification
|
|
302
313
|
};
|
|
303
314
|
//# 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
|
@@ -99,6 +99,15 @@ export declare const componentMetadata: {
|
|
|
99
99
|
originalDocUrl: string;
|
|
100
100
|
description: string;
|
|
101
101
|
};
|
|
102
|
+
BaseMenu: {
|
|
103
|
+
name: string;
|
|
104
|
+
link: string;
|
|
105
|
+
base: "custom";
|
|
106
|
+
refinements: string[];
|
|
107
|
+
category: "Navigation";
|
|
108
|
+
packages: string[];
|
|
109
|
+
description: string;
|
|
110
|
+
};
|
|
102
111
|
DropdownMenu: {
|
|
103
112
|
name: string;
|
|
104
113
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6xBe,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAAO,MAAM,CAC/C,iBAAiB,EACjB,iBAAiB,EAAE,CA0BpB,CAAC"}
|