@mparticle/aquarium 1.8.3 → 1.9.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/aquarium.js +538 -410
- package/dist/aquarium.umd.cjs +2 -2
- package/dist/index.d.ts +263 -47
- package/dist/style.css +1 -1
- package/dist/style.ts +1 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,16 +3,21 @@ import { AffixProps } from 'antd';
|
|
|
3
3
|
import { AlertProps } from 'antd';
|
|
4
4
|
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
5
5
|
import AnalyticsIcon from '../../../../../../../../src/assets/svg/analytics.svg?react';
|
|
6
|
+
import { AnchorLinkProps } from 'antd';
|
|
6
7
|
import { AnchorProps } from 'antd';
|
|
7
8
|
import { AppProps } from 'antd';
|
|
8
9
|
import { AutoCompleteProps } from 'antd';
|
|
9
10
|
import { AvatarProps } from 'antd';
|
|
11
|
+
import { AvatarProps as AvatarProps_2 } from 'antd/es/skeleton/Avatar';
|
|
12
|
+
import { BackTopProps } from 'antd/es/float-button/interface';
|
|
10
13
|
import { BadgeProps } from 'antd';
|
|
11
14
|
import { BaseOptionType } from 'antd/es/select';
|
|
15
|
+
import { BasicDataNode } from 'rc-tree';
|
|
12
16
|
import { BreadcrumbItemProps } from 'antd';
|
|
13
17
|
import { BreadcrumbProps } from 'antd';
|
|
14
18
|
import { ButtonGroupProps } from 'antd/es/button';
|
|
15
19
|
import { ButtonProps } from 'antd';
|
|
20
|
+
import { ButtonSize } from 'antd/es/button';
|
|
16
21
|
import { CalendarProps } from 'antd';
|
|
17
22
|
import { CardGridProps } from 'antd/es/card';
|
|
18
23
|
import { CardMetaProps } from 'antd/es/card';
|
|
@@ -31,18 +36,32 @@ import CheckIcon from '../../../../../../../../src/assets/svg/check.svg?react';
|
|
|
31
36
|
import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
|
|
32
37
|
import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
33
38
|
import { Col } from 'antd';
|
|
39
|
+
import { CollapsePanelProps } from 'antd';
|
|
34
40
|
import { CollapseProps } from 'antd';
|
|
35
41
|
import { ColorPickerProps } from 'antd';
|
|
36
|
-
import {
|
|
42
|
+
import { ConfigOptions } from 'antd/es/message/interface';
|
|
43
|
+
import { ConfigProvider } from './other/ConfigProvider/ConfigProvider';
|
|
37
44
|
import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
45
|
+
import { CountdownProps } from 'antd';
|
|
46
|
+
import { CSSProperties } from 'react';
|
|
38
47
|
import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
39
48
|
import { Dayjs } from 'dayjs';
|
|
49
|
+
import { default as default_10 } from 'antd/es/modal/useModal';
|
|
50
|
+
import { default as default_11 } from 'antd/es/notification/useNotification';
|
|
51
|
+
import { default as default_12 } from 'antd/es/alert/ErrorBoundary';
|
|
52
|
+
import { default as default_13 } from 'antd/es/message/useMessage';
|
|
40
53
|
import { default as default_2 } from 'rc-field-form/es/useWatch';
|
|
41
54
|
import { default as default_3 } from 'antd/es/form/hooks/useFormInstance';
|
|
42
|
-
import { default as default_4 } from 'antd/es/
|
|
55
|
+
import { default as default_4 } from 'antd/es/date-picker/generatePicker';
|
|
56
|
+
import { default as default_5 } from 'antd/es/calendar/generateCalendar';
|
|
57
|
+
import { default as default_6 } from 'rc-tree/lib/Tree';
|
|
58
|
+
import { default as default_7 } from 'antd/es/table/Column';
|
|
59
|
+
import { default as default_8 } from 'antd/es/table/ColumnGroup';
|
|
60
|
+
import { default as default_9 } from 'rc-table/lib/Footer/Summary';
|
|
43
61
|
import { DefaultOptionType } from 'antd/es/select';
|
|
44
62
|
import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
45
63
|
import { DescriptionsProps } from 'antd';
|
|
64
|
+
import { DirectoryTreeProps } from 'antd/es/tree';
|
|
46
65
|
import { DividerProps } from 'antd';
|
|
47
66
|
import { DrawerProps } from 'antd';
|
|
48
67
|
import { DropdownButtonProps } from 'antd/es/dropdown';
|
|
@@ -51,30 +70,34 @@ import { EmptyProps } from 'antd';
|
|
|
51
70
|
import { ErrorListProps } from 'antd/es/form';
|
|
52
71
|
import { FC } from 'react';
|
|
53
72
|
import { FlexProps } from 'antd';
|
|
73
|
+
import { FloatButtonGroupProps } from 'antd';
|
|
54
74
|
import { FloatButtonProps } from 'antd';
|
|
75
|
+
import { FloatButtonRef } from 'antd';
|
|
55
76
|
import FolderClosedIcon from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
|
|
56
77
|
import { FormItemProps } from 'antd';
|
|
57
78
|
import { FormListProps } from 'antd/es/form';
|
|
58
79
|
import { FormProps } from 'antd';
|
|
59
80
|
import { FormProviderProps } from 'antd/es/form/context';
|
|
60
81
|
import { ForwardRefExoticComponent } from 'react';
|
|
82
|
+
import { FunctionComponent } from 'react';
|
|
61
83
|
import GearIcon from '../../../../../../../../src/assets/svg/gear.svg?react';
|
|
84
|
+
import { GlobalConfigProps } from 'antd/es/notification/interface';
|
|
62
85
|
import { Grid } from 'antd';
|
|
63
86
|
import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
87
|
+
import { GroupConsumerProps } from 'rc-image/lib/PreviewGroup';
|
|
64
88
|
import { GroupProps } from 'antd/es/input';
|
|
65
89
|
import { GroupProps as GroupProps_2 } from 'antd/es/avatar';
|
|
66
90
|
import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
67
91
|
import { IAvatarProps as IAvatarProps_2 } from '../../../../../../../../../src/components';
|
|
68
92
|
import { IBaseGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
69
93
|
import { ColProps as IColProps } from 'antd';
|
|
94
|
+
import { IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
70
95
|
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
96
|
+
import { IGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
97
|
+
import { IGlobalNavigationItem as IGlobalNavigationItem_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
71
98
|
import { IGlobalNavigationLogo } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
72
99
|
import { IGlobalNavigationLogo as IGlobalNavigationLogo_2 } from '../../../../../../../../../src/components';
|
|
73
100
|
import { IGlobalNavigationLogo as IGlobalNavigationLogo_3 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
74
|
-
import { IGlobalNavigationManagement } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
75
|
-
import { IGlobalNavigationManagement as IGlobalNavigationManagement_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
76
|
-
import { IGlobalNavigationTool } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
77
|
-
import { IGlobalNavigationTool as IGlobalNavigationTool_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
78
101
|
import { ImageProps } from 'antd';
|
|
79
102
|
import { IMentionsProps } from './data-entry/Mentions/Mentions';
|
|
80
103
|
import { IModalProps as IModalProps_2 } from '../../../../../../../../../src/components/feedback/Modal/Modal';
|
|
@@ -90,7 +113,10 @@ import { RowProps as IRowProps } from 'antd';
|
|
|
90
113
|
import { IWorkspaceSelectorDisplayItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
91
114
|
import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
92
115
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
116
|
+
import { JSX as JSX_3 } from 'react';
|
|
93
117
|
import { JSXElementConstructor } from 'react';
|
|
118
|
+
import { Key } from 'react';
|
|
119
|
+
import { KeyWiseTransferItem } from 'antd/es/transfer';
|
|
94
120
|
import { LayoutProps } from 'antd';
|
|
95
121
|
import LightBulbIcon from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
|
|
96
122
|
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
@@ -98,19 +124,34 @@ import { ListProps } from 'antd';
|
|
|
98
124
|
import LockIcon from '../../../../../../../../src/assets/svg/lock.svg?react';
|
|
99
125
|
import { MemoExoticComponent } from 'react';
|
|
100
126
|
import { Mentions } from './data-entry/Mentions/Mentions';
|
|
127
|
+
import { MenuDividerProps } from 'antd/es/menu';
|
|
101
128
|
import { MenuDividerType } from 'antd/es/menu/hooks/useItems';
|
|
102
129
|
import { MenuInfo } from 'rc-menu/lib/interface';
|
|
130
|
+
import { MenuItemGroup } from 'rc-menu';
|
|
103
131
|
import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
132
|
+
import { MenuItemProps } from 'antd';
|
|
104
133
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
105
134
|
import { MenuProps } from 'antd';
|
|
135
|
+
import { message } from 'antd';
|
|
106
136
|
import { MessageArgsProps } from 'antd';
|
|
107
137
|
import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-question.svg?react';
|
|
138
|
+
import { MessageType } from 'antd/es/message/interface';
|
|
139
|
+
import { ModalFunc } from 'antd/es/modal/confirm';
|
|
140
|
+
import { modalGlobalConfig } from 'antd/es/modal/confirm';
|
|
108
141
|
import { ModalProps } from 'antd';
|
|
109
142
|
import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
|
|
143
|
+
import { NamedExoticComponent } from 'react';
|
|
144
|
+
import { notification } from 'antd';
|
|
110
145
|
import { NotificationArgsProps } from 'antd';
|
|
146
|
+
import { OptionFC } from 'rc-select/lib/Option';
|
|
147
|
+
import { OptionGroupFC } from 'rc-select/lib/OptGroup';
|
|
111
148
|
import { PaginationProps } from 'antd';
|
|
112
149
|
import { PasswordProps } from 'antd/es/input';
|
|
113
150
|
import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
|
|
151
|
+
import { PickerLocale } from 'antd/es/date-picker/generatePicker';
|
|
152
|
+
import { PickerProps } from 'antd/es/date-picker/generatePicker';
|
|
153
|
+
import { PickerPropsWithMultiple } from 'antd/es/date-picker/generatePicker/interface';
|
|
154
|
+
import { PickerRef } from 'rc-picker';
|
|
114
155
|
import { PopconfirmProps } from 'antd';
|
|
115
156
|
import { PopoverProps } from 'antd';
|
|
116
157
|
import { ProgressProps } from 'antd';
|
|
@@ -118,6 +159,7 @@ import { QRCodeProps } from 'antd';
|
|
|
118
159
|
import { RadioButtonProps } from 'antd/es/radio/radioButton';
|
|
119
160
|
import { RadioGroupProps } from 'antd';
|
|
120
161
|
import { RadioProps } from 'antd';
|
|
162
|
+
import { RangePickerProps } from 'rc-picker';
|
|
121
163
|
import { RateProps } from 'antd';
|
|
122
164
|
import { ReactElement } from 'react';
|
|
123
165
|
import { ReactNode } from 'react';
|
|
@@ -132,31 +174,48 @@ import { SelectProps } from 'antd';
|
|
|
132
174
|
import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
133
175
|
import { SiderProps } from 'antd';
|
|
134
176
|
import SiteMapIcon from '../../../../../../../../src/assets/svg/sitemap.svg?react';
|
|
177
|
+
import { SkeletonButtonProps } from 'antd/es/skeleton/Button';
|
|
178
|
+
import { SkeletonImageProps } from 'antd/es/skeleton/Image';
|
|
179
|
+
import { SkeletonInputProps } from 'antd/es/skeleton/Input';
|
|
180
|
+
import { SkeletonNodeProps } from 'antd/es/skeleton/Node';
|
|
135
181
|
import { SkeletonProps } from 'antd';
|
|
136
182
|
import { SliderRangeProps } from 'antd/es/slider';
|
|
137
183
|
import { SliderSingleProps } from 'antd/es/slider';
|
|
184
|
+
import { SpaceCompactProps } from 'antd/es/space/Compact';
|
|
138
185
|
import { SpaceProps } from 'antd';
|
|
139
186
|
import SparklesIcon from '../../../../../../../../src/assets/svg/sparkles.svg?react';
|
|
140
187
|
import { SpinProps } from 'antd';
|
|
141
188
|
import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
142
189
|
import { StatisticProps } from 'antd';
|
|
143
190
|
import { StepsProps } from 'antd';
|
|
191
|
+
import { SubMenuProps } from 'antd';
|
|
144
192
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
145
193
|
import { SwitchProps } from 'antd';
|
|
146
194
|
import { TableProps } from 'antd';
|
|
195
|
+
import { TabPaneProps } from 'antd';
|
|
147
196
|
import { TabsProps } from 'antd';
|
|
148
197
|
import { TagProps } from 'antd';
|
|
149
198
|
import { TextAreaProps } from 'antd/es/input';
|
|
150
199
|
import { TextAreaRef } from 'antd/es/input/TextArea';
|
|
200
|
+
import { TimelineItemProps } from 'antd';
|
|
151
201
|
import { TimelineProps } from 'antd';
|
|
152
202
|
import { TimePickerProps } from 'antd';
|
|
203
|
+
import { TimeRangePickerProps } from 'antd';
|
|
153
204
|
import { TooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
154
205
|
import { TourProps } from 'antd';
|
|
206
|
+
import { TransferListProps } from 'antd/es/transfer';
|
|
207
|
+
import { TransferOperationProps } from 'antd/es/transfer';
|
|
155
208
|
import { TransferProps } from 'antd';
|
|
209
|
+
import { TransferSearchProps } from 'antd/es/transfer';
|
|
156
210
|
import { TreeDataNode } from 'antd';
|
|
211
|
+
import { TreeNodeProps } from 'rc-tree-select/lib/TreeNode';
|
|
212
|
+
import { TreeNodeProps as TreeNodeProps_2 } from 'rc-tree';
|
|
157
213
|
import { TreeProps } from 'antd';
|
|
158
214
|
import { TreeSelectProps } from 'antd';
|
|
215
|
+
import { TypeOpen } from 'antd/es/message/interface';
|
|
159
216
|
import { UploadProps } from 'antd';
|
|
217
|
+
import { UploadRef } from 'antd/es/upload/Upload';
|
|
218
|
+
import { useAppProps } from 'antd/es/app/context';
|
|
160
219
|
import { useForm } from 'antd/es/form/Form';
|
|
161
220
|
import UsersIcon from '../../../../../../../../src/assets/svg/users.svg?react';
|
|
162
221
|
import { WatermarkProps } from 'antd';
|
|
@@ -168,18 +227,24 @@ export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
|
168
227
|
|
|
169
228
|
export declare const Alert: {
|
|
170
229
|
(props: IAlertProps): JSX_2.Element;
|
|
171
|
-
ErrorBoundary: typeof
|
|
230
|
+
ErrorBoundary: typeof default_12;
|
|
172
231
|
};
|
|
173
232
|
|
|
174
233
|
export { AlicornIcon }
|
|
175
234
|
|
|
176
235
|
export { AnalyticsIcon }
|
|
177
236
|
|
|
178
|
-
export declare const Anchor:
|
|
237
|
+
export declare const Anchor: {
|
|
238
|
+
(props: IAnchorProps): JSX_2.Element;
|
|
239
|
+
Link: FC<AnchorLinkProps>;
|
|
240
|
+
};
|
|
179
241
|
|
|
180
242
|
declare type AntDatePickerProps = PickerDateProps<Dayjs>;
|
|
181
243
|
|
|
182
|
-
export declare const App:
|
|
244
|
+
export declare const App: {
|
|
245
|
+
(props: IAppProps): JSX_2.Element;
|
|
246
|
+
useApp: () => useAppProps;
|
|
247
|
+
};
|
|
183
248
|
|
|
184
249
|
export declare const AutoComplete: (props: IAutoCompleteProps) => JSX_2.Element;
|
|
185
250
|
|
|
@@ -205,7 +270,10 @@ export declare const Button: {
|
|
|
205
270
|
Group: FC<ButtonGroupProps>;
|
|
206
271
|
};
|
|
207
272
|
|
|
208
|
-
export declare const Calendar:
|
|
273
|
+
export declare const Calendar: {
|
|
274
|
+
(props: ICalendarProps): JSX_2.Element;
|
|
275
|
+
generateCalendar: typeof default_5;
|
|
276
|
+
};
|
|
209
277
|
|
|
210
278
|
export declare const Card: {
|
|
211
279
|
(props: ICardProps): JSX_2.Element;
|
|
@@ -243,17 +311,50 @@ export { CloudIcon }
|
|
|
243
311
|
|
|
244
312
|
export { Col }
|
|
245
313
|
|
|
246
|
-
export declare const Collapse:
|
|
314
|
+
export declare const Collapse: {
|
|
315
|
+
(props: ICollapseProps): JSX_2.Element;
|
|
316
|
+
Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
|
|
317
|
+
};
|
|
247
318
|
|
|
248
319
|
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
249
320
|
|
|
250
|
-
export
|
|
321
|
+
export { ConfigProvider }
|
|
251
322
|
|
|
252
323
|
export { ConnectionsIcon }
|
|
253
324
|
|
|
254
325
|
export { DatabaseIcon }
|
|
255
326
|
|
|
256
|
-
export declare const DatePicker:
|
|
327
|
+
export declare const DatePicker: {
|
|
328
|
+
(props: IDatePickerProps): JSX_2.Element;
|
|
329
|
+
generatePicker: typeof default_4;
|
|
330
|
+
QuarterPicker: (<ValueType_2 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<Omit<PickerProps<Dayjs>, "showTime" | "picker">, "picker">, ValueType_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
331
|
+
displayName?: string | undefined;
|
|
332
|
+
};
|
|
333
|
+
MonthPicker: (<ValueType_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
334
|
+
displayName?: string | undefined;
|
|
335
|
+
};
|
|
336
|
+
RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
337
|
+
locale?: PickerLocale | undefined;
|
|
338
|
+
size?: ButtonSize;
|
|
339
|
+
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
340
|
+
bordered?: boolean | undefined;
|
|
341
|
+
status?: "" | "warning" | "error" | undefined;
|
|
342
|
+
variant?: "outlined" | "borderless" | "filled" | undefined;
|
|
343
|
+
dropdownClassName?: string | undefined;
|
|
344
|
+
popupClassName?: string | undefined;
|
|
345
|
+
rootClassName?: string | undefined;
|
|
346
|
+
popupStyle?: CSSProperties | undefined;
|
|
347
|
+
} & RefAttributes<PickerRef>>;
|
|
348
|
+
TimePicker: (<ValueType_2_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<Omit<PickerProps<Dayjs>, "showTime" | "picker">, "picker">, ValueType_2_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
349
|
+
displayName?: string | undefined;
|
|
350
|
+
};
|
|
351
|
+
WeekPicker: (<ValueType_1_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
352
|
+
displayName?: string | undefined;
|
|
353
|
+
};
|
|
354
|
+
YearPicker: (<ValueType_1_2 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
355
|
+
displayName?: string | undefined;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
257
358
|
|
|
258
359
|
export declare const Descriptions: {
|
|
259
360
|
(props: IDescriptionsProps): JSX_2.Element;
|
|
@@ -277,7 +378,11 @@ export declare const Empty: {
|
|
|
277
378
|
|
|
278
379
|
export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
279
380
|
|
|
280
|
-
export declare const FloatButton:
|
|
381
|
+
export declare const FloatButton: {
|
|
382
|
+
(props: IFloatButtonProps): JSX_2.Element;
|
|
383
|
+
BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
|
|
384
|
+
Group: NamedExoticComponent<FloatButtonGroupProps>;
|
|
385
|
+
};
|
|
281
386
|
|
|
282
387
|
export { FolderClosedIcon }
|
|
283
388
|
|
|
@@ -294,7 +399,6 @@ export declare const Form: {
|
|
|
294
399
|
};
|
|
295
400
|
};
|
|
296
401
|
List: FC<FormListProps>;
|
|
297
|
-
displayName: string | undefined;
|
|
298
402
|
Provider: FC<FormProviderProps>;
|
|
299
403
|
ErrorList: FC<ErrorListProps>;
|
|
300
404
|
};
|
|
@@ -362,8 +466,7 @@ export declare interface IColorPickerProps extends ColorPickerProps {
|
|
|
362
466
|
|
|
363
467
|
export { IColProps }
|
|
364
468
|
|
|
365
|
-
export
|
|
366
|
-
}
|
|
469
|
+
export { IConfigProviderProps }
|
|
367
470
|
|
|
368
471
|
export declare interface IDatePickerProps extends AntDatePickerProps {
|
|
369
472
|
}
|
|
@@ -393,14 +496,14 @@ export declare interface IFormProps extends FormProps {
|
|
|
393
496
|
children: ReactNode;
|
|
394
497
|
}
|
|
395
498
|
|
|
396
|
-
export {
|
|
499
|
+
export { IGlobalNavigationItem }
|
|
397
500
|
|
|
398
|
-
export {
|
|
501
|
+
export { IGlobalNavigationLogo }
|
|
399
502
|
|
|
400
503
|
export declare interface IGlobalNavigationProps {
|
|
401
504
|
logo: IGlobalNavigationLogo_2;
|
|
402
|
-
tools:
|
|
403
|
-
management:
|
|
505
|
+
tools: IGlobalNavigationItem_2[];
|
|
506
|
+
management: IGlobalNavigationItem_2[];
|
|
404
507
|
orgs?: INavigationOrg_2[];
|
|
405
508
|
createItems?: INavigationCreateProps_2['createItems'];
|
|
406
509
|
onSearchClick?: () => void;
|
|
@@ -414,8 +517,6 @@ export declare interface IGlobalNavigationProps {
|
|
|
414
517
|
};
|
|
415
518
|
}
|
|
416
519
|
|
|
417
|
-
export { IGlobalNavigationTool }
|
|
418
|
-
|
|
419
520
|
export declare interface IImageProps extends ImageProps {
|
|
420
521
|
}
|
|
421
522
|
|
|
@@ -428,7 +529,7 @@ export declare interface IInputProps extends InputProps {
|
|
|
428
529
|
export declare interface ILayoutProps extends LayoutProps {
|
|
429
530
|
}
|
|
430
531
|
|
|
431
|
-
export declare interface IListProps extends ListProps {
|
|
532
|
+
export declare interface IListProps<T> extends ListProps<T> {
|
|
432
533
|
}
|
|
433
534
|
|
|
434
535
|
export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'children'> {
|
|
@@ -436,7 +537,10 @@ export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'c
|
|
|
436
537
|
children: (initData: Data) => React.ReactNode;
|
|
437
538
|
}
|
|
438
539
|
|
|
439
|
-
declare const Image_2:
|
|
540
|
+
declare const Image_2: {
|
|
541
|
+
(props: IImageProps): JSX_2.Element;
|
|
542
|
+
PreviewGroup: FC<GroupConsumerProps>;
|
|
543
|
+
};
|
|
440
544
|
export { Image_2 as Image }
|
|
441
545
|
|
|
442
546
|
export { IMentionsProps }
|
|
@@ -599,10 +703,11 @@ export declare const Layout: {
|
|
|
599
703
|
|
|
600
704
|
export { LightBulbIcon }
|
|
601
705
|
|
|
602
|
-
export declare
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
706
|
+
export declare function List<T>(props: IListProps<T>): JSX_2.Element;
|
|
707
|
+
|
|
708
|
+
export declare namespace List {
|
|
709
|
+
var Item: ListItemTypeProps;
|
|
710
|
+
}
|
|
606
711
|
|
|
607
712
|
export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX_2.Element;
|
|
608
713
|
|
|
@@ -610,7 +715,13 @@ export { LockIcon }
|
|
|
610
715
|
|
|
611
716
|
export { Mentions }
|
|
612
717
|
|
|
613
|
-
export declare const Menu:
|
|
718
|
+
export declare const Menu: {
|
|
719
|
+
(props: IMenuProps): JSX_2.Element;
|
|
720
|
+
SubMenu: FC<SubMenuProps>;
|
|
721
|
+
Item: Omit<FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps, context?: any) => ReactNode);
|
|
722
|
+
ItemGroup: typeof MenuItemGroup;
|
|
723
|
+
Divider: FC<MenuDividerProps>;
|
|
724
|
+
};
|
|
614
725
|
|
|
615
726
|
export { MenuDividerType }
|
|
616
727
|
|
|
@@ -618,15 +729,50 @@ export { MenuItemGroupType }
|
|
|
618
729
|
|
|
619
730
|
export { MenuItemType }
|
|
620
731
|
|
|
621
|
-
export declare const Message:
|
|
732
|
+
export declare const Message: {
|
|
733
|
+
(props: IMessageProps): JSX_2.Element;
|
|
734
|
+
useMessage: typeof default_13;
|
|
735
|
+
info: TypeOpen;
|
|
736
|
+
error: TypeOpen;
|
|
737
|
+
destroy: (key?: Key | undefined) => void;
|
|
738
|
+
config: (config: ConfigOptions) => void;
|
|
739
|
+
success: TypeOpen;
|
|
740
|
+
open: (config: MessageArgsProps) => MessageType;
|
|
741
|
+
loading: TypeOpen;
|
|
742
|
+
warning: TypeOpen;
|
|
743
|
+
};
|
|
744
|
+
|
|
745
|
+
export { message }
|
|
622
746
|
|
|
623
747
|
export { MessageQuestionIcon }
|
|
624
748
|
|
|
625
|
-
export declare const Modal:
|
|
749
|
+
export declare const Modal: {
|
|
750
|
+
(props: IModalProps): JSX_2.Element;
|
|
751
|
+
info: ModalFunc;
|
|
752
|
+
success: ModalFunc;
|
|
753
|
+
confirm: ModalFunc;
|
|
754
|
+
warning: ModalFunc;
|
|
755
|
+
error: ModalFunc;
|
|
756
|
+
config: typeof modalGlobalConfig;
|
|
757
|
+
destroyAll: () => void;
|
|
758
|
+
useModal: typeof default_10;
|
|
759
|
+
};
|
|
626
760
|
|
|
627
761
|
export { MpLogoIcon }
|
|
628
762
|
|
|
629
|
-
|
|
763
|
+
export { notification }
|
|
764
|
+
|
|
765
|
+
declare const Notification_2: {
|
|
766
|
+
(props: INotificationProps): JSX_2.Element;
|
|
767
|
+
useNotification: typeof default_11;
|
|
768
|
+
warning: (config: NotificationArgsProps) => void;
|
|
769
|
+
open: (config: NotificationArgsProps) => void;
|
|
770
|
+
info: (config: NotificationArgsProps) => void;
|
|
771
|
+
config: (config: GlobalConfigProps) => void;
|
|
772
|
+
destroy: (key?: Key | undefined) => void;
|
|
773
|
+
error: (config: NotificationArgsProps) => void;
|
|
774
|
+
success: (config: NotificationArgsProps) => void;
|
|
775
|
+
};
|
|
630
776
|
export { Notification_2 as Notification }
|
|
631
777
|
|
|
632
778
|
export declare const Pagination: (props: IPaginationProps) => JSX_2.Element;
|
|
@@ -647,7 +793,12 @@ export declare const Radio: {
|
|
|
647
793
|
|
|
648
794
|
export declare const Rate: (props: IRateProps) => JSX_2.Element;
|
|
649
795
|
|
|
650
|
-
export declare const Result:
|
|
796
|
+
export declare const Result: {
|
|
797
|
+
(props: IResultProps): JSX_2.Element;
|
|
798
|
+
PRESENTED_IMAGE_403: FC<{}>;
|
|
799
|
+
PRESENTED_IMAGE_404: FC<{}>;
|
|
800
|
+
PRESENTED_IMAGE_500: FC<{}>;
|
|
801
|
+
};
|
|
651
802
|
|
|
652
803
|
export { Row }
|
|
653
804
|
|
|
@@ -655,25 +806,45 @@ export { SearchIcon }
|
|
|
655
806
|
|
|
656
807
|
export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
|
|
657
808
|
|
|
658
|
-
export declare const Select:
|
|
809
|
+
export declare const Select: {
|
|
810
|
+
(props: ISelectProps): JSX_2.Element;
|
|
811
|
+
Option: OptionFC;
|
|
812
|
+
OptGroup: OptionGroupFC;
|
|
813
|
+
};
|
|
659
814
|
|
|
660
815
|
export { ShieldKeyholeIcon }
|
|
661
816
|
|
|
662
817
|
export { SiteMapIcon }
|
|
663
818
|
|
|
664
|
-
export declare const Skeleton:
|
|
819
|
+
export declare const Skeleton: {
|
|
820
|
+
(props: ISkeletonProps): JSX_2.Element;
|
|
821
|
+
Avatar: FC<AvatarProps_2>;
|
|
822
|
+
Button: FC<SkeletonButtonProps>;
|
|
823
|
+
Node: FC<SkeletonNodeProps>;
|
|
824
|
+
Image: FC<SkeletonImageProps>;
|
|
825
|
+
Input: FC<SkeletonInputProps>;
|
|
826
|
+
};
|
|
665
827
|
|
|
666
828
|
export declare const Slider: (props: ISliderProps) => JSX_2.Element;
|
|
667
829
|
|
|
668
|
-
export declare const Space:
|
|
830
|
+
export declare const Space: {
|
|
831
|
+
(props: ISpaceProps): JSX_2.Element;
|
|
832
|
+
Compact: FC<SpaceCompactProps>;
|
|
833
|
+
};
|
|
669
834
|
|
|
670
835
|
export { SparklesIcon }
|
|
671
836
|
|
|
672
|
-
export declare const Spin:
|
|
837
|
+
export declare const Spin: {
|
|
838
|
+
(props: ISpinProps): JSX_2.Element;
|
|
839
|
+
setDefaultIndicator: (indicator: ReactNode) => void;
|
|
840
|
+
};
|
|
673
841
|
|
|
674
842
|
export { SplitIcon }
|
|
675
843
|
|
|
676
|
-
export declare const Statistic:
|
|
844
|
+
export declare const Statistic: {
|
|
845
|
+
(props: IStatisticProps): JSX_2.Element;
|
|
846
|
+
Countdown: NamedExoticComponent<CountdownProps>;
|
|
847
|
+
};
|
|
677
848
|
|
|
678
849
|
export declare const Steps: (props: IStepsProps) => JSX_2.Element;
|
|
679
850
|
|
|
@@ -683,30 +854,75 @@ export declare function SuiteLogo(props: IGlobalNavigationLogo_3): JSX_2.Element
|
|
|
683
854
|
|
|
684
855
|
export declare const Switch: (props: ISwitchProps) => JSX_2.Element;
|
|
685
856
|
|
|
686
|
-
export declare const Table:
|
|
857
|
+
export declare const Table: {
|
|
858
|
+
(props: ITableProps): JSX_2.Element;
|
|
859
|
+
Column: typeof default_7;
|
|
860
|
+
ColumnGroup: typeof default_8;
|
|
861
|
+
Summary: typeof default_9;
|
|
862
|
+
EXPAND_COLUMN: {};
|
|
863
|
+
SELECTION_NONE: "SELECT_NONE";
|
|
864
|
+
SELECTION_ALL: "SELECT_ALL";
|
|
865
|
+
SELECTION_INVERT: "SELECT_INVERT";
|
|
866
|
+
SELECTION_COLUMN: {};
|
|
867
|
+
};
|
|
687
868
|
|
|
688
|
-
export declare const Tabs:
|
|
869
|
+
export declare const Tabs: {
|
|
870
|
+
(props: ITabsProps): JSX_2.Element;
|
|
871
|
+
TabPane: FC<TabPaneProps>;
|
|
872
|
+
};
|
|
689
873
|
|
|
690
874
|
export declare const Tag: {
|
|
691
875
|
(props: ITagProps): JSX_2.Element;
|
|
692
876
|
CheckableTag: (props: CheckableTagProps) => JSX_2.Element;
|
|
693
877
|
};
|
|
694
878
|
|
|
695
|
-
export declare const Timeline:
|
|
879
|
+
export declare const Timeline: {
|
|
880
|
+
(props: ITimelineProps): JSX_2.Element;
|
|
881
|
+
Item: FC<TimelineItemProps>;
|
|
882
|
+
};
|
|
696
883
|
|
|
697
|
-
export declare const TimePicker:
|
|
884
|
+
export declare const TimePicker: {
|
|
885
|
+
(props: ITimePickerProps): JSX_2.Element;
|
|
886
|
+
RangePicker: ForwardRefExoticComponent<TimeRangePickerProps & RefAttributes<any>>;
|
|
887
|
+
};
|
|
698
888
|
|
|
699
889
|
export declare const Tooltip: (props: ITooltipProps) => JSX_2.Element;
|
|
700
890
|
|
|
701
891
|
export declare const Tour: (props: ITourProps) => JSX_2.Element;
|
|
702
892
|
|
|
703
|
-
export declare const Transfer:
|
|
893
|
+
export declare const Transfer: {
|
|
894
|
+
(props: ITransferProps): JSX_3.Element;
|
|
895
|
+
List: {
|
|
896
|
+
<RecordType_1 extends KeyWiseTransferItem>(props: TransferListProps<RecordType_1>): JSX_3.Element;
|
|
897
|
+
displayName: string;
|
|
898
|
+
};
|
|
899
|
+
Search: FC<TransferSearchProps>;
|
|
900
|
+
Operation: FC<TransferOperationProps>;
|
|
901
|
+
};
|
|
704
902
|
|
|
705
|
-
export declare const Tree:
|
|
903
|
+
export declare const Tree: {
|
|
904
|
+
(props: ITreeProps): JSX_2.Element;
|
|
905
|
+
DirectoryTree: (<T extends BasicDataNode | TreeDataNode = TreeDataNode>(props: DirectoryTreeProps<T> & {
|
|
906
|
+
children?: ReactNode;
|
|
907
|
+
} & RefAttributes<default_6<TreeDataNode>>) => ReactElement<any, string | JSXElementConstructor<any>>) & Pick<FC<{}>, "displayName">;
|
|
908
|
+
TreeNode: FC<TreeNodeProps_2<TreeDataNode>>;
|
|
909
|
+
};
|
|
706
910
|
|
|
707
|
-
export declare const TreeSelect:
|
|
911
|
+
export declare const TreeSelect: {
|
|
912
|
+
(props: ITreeSelectProps): JSX_2.Element;
|
|
913
|
+
TreeNode: FC<TreeNodeProps>;
|
|
914
|
+
SHOW_ALL: "SHOW_ALL";
|
|
915
|
+
SHOW_CHILD: "SHOW_CHILD";
|
|
916
|
+
SHOW_PARENT: "SHOW_PARENT";
|
|
917
|
+
};
|
|
708
918
|
|
|
709
|
-
export declare const Upload:
|
|
919
|
+
export declare const Upload: {
|
|
920
|
+
(props: IUploadProps): JSX_2.Element;
|
|
921
|
+
Dragger: ForwardRefExoticComponent<UploadProps<any> & {
|
|
922
|
+
height?: number | undefined;
|
|
923
|
+
} & RefAttributes<UploadRef<any>>>;
|
|
924
|
+
LIST_IGNORE: string;
|
|
925
|
+
};
|
|
710
926
|
|
|
711
927
|
export { UsersIcon }
|
|
712
928
|
|