@mparticle/aquarium 1.62.0 → 1.63.0-aquarium-2-upgrade.2
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 +3262 -24777
- package/dist/aquarium.umd.cjs +1 -252
- package/dist/index.d.ts +1 -0
- package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +2 -2
- package/dist/src/components/UXPatterns/PermissionsRestrictions/UnauthorizedTooltip.d.ts +3 -3
- package/dist/src/components/UXPatterns/StatisticsCard/StatisticsCard.d.ts +1 -2
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +4 -7
- package/dist/src/components/data-display/Badge/Badge.d.ts +10 -6
- package/dist/src/components/data-display/Card/Card.d.ts +3 -5
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -5
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +4 -6
- package/dist/src/components/data-display/Empty/Empty.d.ts +3 -4
- package/dist/src/components/data-display/Image/Image.d.ts +4 -6
- package/dist/src/components/data-display/List/List.d.ts +3 -5
- package/dist/src/components/data-display/Popover/Popover.d.ts +2 -3
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -4
- package/dist/src/components/data-display/Table/Table.d.ts +15 -10
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +2 -4
- package/dist/src/components/data-display/Tag/Tag.d.ts +4 -6
- package/dist/src/components/data-display/Tooltip/IconWithTooltip.d.ts +5 -6
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +3 -4
- package/dist/src/components/data-display/Tour/Tour.d.ts +2 -3
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +2 -3
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +5 -6
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +6 -9
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +59 -55
- package/dist/src/components/data-entry/Form/Form.d.ts +15 -15
- package/dist/src/components/data-entry/Input/Input.d.ts +2 -4
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +6 -7
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +2 -3
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +11 -12
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +1 -2
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +1 -2
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +6 -7
- package/dist/src/components/data-entry/Radio/Radio.d.ts +5 -6
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +2 -3
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +2 -3
- package/dist/src/components/data-entry/RadioCard/RadioCard.d.ts +2 -3
- package/dist/src/components/data-entry/Select/Select.d.ts +5 -6
- package/dist/src/components/data-entry/Switch/Switch.d.ts +2 -3
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +4 -6
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -5
- package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -6
- package/dist/src/components/feedback/Alert/Alert.d.ts +5 -6
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +2 -3
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -4
- package/dist/src/components/feedback/Message/Message.d.ts +5 -9
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +3 -4
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +2 -2
- package/dist/src/components/feedback/Modal/Modal.d.ts +5 -6
- package/dist/src/components/feedback/Notification/Notification.d.ts +5 -9
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +2 -3
- package/dist/src/components/feedback/Progress/Progress.d.ts +2 -3
- package/dist/src/components/feedback/Result/Result.d.ts +2 -4
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +8 -9
- package/dist/src/components/feedback/Spin/Spin.d.ts +3 -6
- package/dist/src/components/general/Button/Button.d.ts +4 -6
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +5 -7
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/Icon.d.ts +2 -2
- package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +1 -1
- package/dist/src/components/general/Typography/Typography.d.ts +11 -12
- package/dist/src/components/icons/index.d.ts +140 -140
- package/dist/src/components/layout/Center/Center.d.ts +2 -3
- package/dist/src/components/layout/Divider/Divider.d.ts +2 -3
- package/dist/src/components/layout/Flex/Flex.d.ts +2 -3
- package/dist/src/components/layout/Grid/Grid.d.ts +1 -5
- package/dist/src/components/layout/Layout/Layout.d.ts +3 -5
- package/dist/src/components/layout/Space/Space.d.ts +3 -5
- package/dist/src/components/layout/Splitter/Splitter.d.ts +5 -6
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +2 -4
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +3 -7
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -5
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +1 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +4 -5
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +7 -10
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +2 -3
- package/dist/src/components/navigation/Steps/Steps.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +5 -8
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +2 -3
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +2 -3
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +2 -3
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +2 -4
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +3 -6
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +2 -4
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +4 -6
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +7 -13
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +2 -3
- package/dist/src/components/other/ConfigProvider/ConfigProvider.d.ts +11 -0
- package/dist/src/constants/ChartConfig.d.ts +1 -1
- package/dist/src/constants/Icons.d.ts +1 -1
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +1 -1
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
- package/dist/src/types/icons.d.ts +1 -2
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/ExampleStory.d.ts +1 -3
- package/dist/src/utils/GetGlobalToken.d.ts +0 -1
- package/dist/src/utils/debounce.d.ts +1 -1
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +1 -2
- package/dist/src/utils/utils.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +61 -70
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IDropdownProps, IButtonProps, IMenuProps } from '../..';
|
|
3
3
|
export type IMoreActionsButtonItem = NonNullable<IMenuProps['items']>[number];
|
|
4
4
|
export interface IMoreActionsButtonProps extends Omit<IDropdownProps, 'children' | 'menu'> {
|
|
5
5
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
export interface IUnauthorizedTooltipProps extends Omit<ITooltipProps, 'title'> {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ITooltipProps } from '../..';
|
|
3
|
+
export interface IUnauthorizedTooltipProps extends Omit<ITooltipProps, 'title' | 'children'> {
|
|
4
4
|
isAuthorized: boolean;
|
|
5
5
|
children: React.ReactElement;
|
|
6
6
|
unauthorizedMessage?: React.ReactNode;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AvatarProps as AntAvatarProps } from 'antd';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
import { type AvatarProps as AntAvatarProps } from 'antd';
|
|
6
|
-
export interface IAvatarProps extends AntAvatarProps {
|
|
7
|
-
}
|
|
3
|
+
import { AvatarGroupProps } from 'antd/es/avatar/AvatarGroup';
|
|
4
|
+
export type IAvatarProps = AntAvatarProps;
|
|
8
5
|
export declare const Avatar: {
|
|
9
|
-
(props: IAvatarProps): JSX.Element;
|
|
6
|
+
(props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
10
7
|
Group: FC<AvatarGroupProps>;
|
|
11
8
|
};
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BadgeProps as AntBadgeProps } from 'antd';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
3
|
+
import { RibbonProps } from 'antd/es/badge';
|
|
4
|
+
export type BadgeVariant = 'default' | 'filled';
|
|
5
|
+
export type BadgeFilledSize = 'sm' | 'md' | 'lg';
|
|
6
|
+
export type BadgeShape = 'pill' | 'square';
|
|
7
|
+
export interface IBadgeProps extends Omit<AntBadgeProps, 'size'> {
|
|
8
|
+
variant?: BadgeVariant;
|
|
9
|
+
size?: BadgeFilledSize | 'default' | 'small';
|
|
10
|
+
shape?: BadgeShape;
|
|
7
11
|
}
|
|
8
12
|
export declare const Badge: {
|
|
9
|
-
(props: IBadgeProps): JSX.Element;
|
|
13
|
+
({ variant, size, shape, ...props }: IBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
10
14
|
Ribbon: FC<RibbonProps>;
|
|
11
15
|
};
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CardProps as AntCardProps, CardMetaProps } from 'antd';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
/// <reference types="react" />
|
|
5
|
-
import { type CardProps as AntCardProps } from 'antd';
|
|
3
|
+
import { CardGridProps } from 'antd/es/card';
|
|
6
4
|
export interface ICardProps extends AntCardProps {
|
|
7
5
|
}
|
|
8
6
|
export declare const Card: {
|
|
9
|
-
(props: ICardProps): JSX.Element;
|
|
7
|
+
(props: ICardProps): import("react/jsx-runtime").JSX.Element;
|
|
10
8
|
Meta: FC<CardMetaProps>;
|
|
11
9
|
Grid: FC<CardGridProps>;
|
|
12
10
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
+
import { CollapseProps as AntCollapseProps, CollapsePanelProps } from 'antd';
|
|
1
2
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
/// <reference types="react" />
|
|
4
|
-
import { CollapsePanelProps, CollapseProps as AntCollapseProps } from 'antd';
|
|
5
3
|
export interface ICollapseProps extends AntCollapseProps {
|
|
6
4
|
}
|
|
7
5
|
export declare const Collapse: {
|
|
8
|
-
(props: ICollapseProps): JSX.Element;
|
|
9
|
-
Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
|
|
6
|
+
(props: ICollapseProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
Panel: ForwardRefExoticComponent< CollapsePanelProps & RefAttributes<HTMLDivElement>>;
|
|
10
8
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
+
import { DescriptionsProps as AntDescriptionsProps } from 'antd';
|
|
2
|
+
import { FC, PropsWithChildren } from 'react';
|
|
1
3
|
import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { JSX } from 'react/jsx-runtime';
|
|
4
|
-
/// <reference types="react" />
|
|
5
|
-
import { type DescriptionsProps as AntDescriptionsProps } from 'antd';
|
|
6
4
|
export interface IDescriptionsProps extends AntDescriptionsProps {
|
|
7
5
|
}
|
|
8
6
|
export declare const Descriptions: {
|
|
9
|
-
(props: IDescriptionsProps): JSX.Element;
|
|
10
|
-
Item: FC<DescriptionsItemProps
|
|
7
|
+
(props: IDescriptionsProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
Item: FC<PropsWithChildren<DescriptionsItemProps>>;
|
|
11
9
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import { type EmptyProps as AntEmptyProps } from 'antd';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { EmptyProps as AntEmptyProps } from 'antd';
|
|
4
3
|
export type EmptyState = 'empty' | 'error';
|
|
5
4
|
export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
|
|
6
5
|
/** The state of the empty component - determines the icon and styling */
|
|
@@ -30,7 +29,7 @@ export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
|
|
|
30
29
|
};
|
|
31
30
|
}
|
|
32
31
|
export declare const Empty: {
|
|
33
|
-
(props: IEmptyProps): JSX.Element;
|
|
32
|
+
(props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
|
|
34
33
|
PRESENTED_IMAGE_DEFAULT: React.ReactNode;
|
|
35
34
|
PRESENTED_IMAGE_SIMPLE: React.ReactNode;
|
|
36
35
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ImageProps as AntImageProps } from 'antd';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
/// <reference types="react" />
|
|
5
|
-
import { type ImageProps as AntImageProps } from 'antd';
|
|
3
|
+
import { PreviewGroupProps } from 'antd/es/image/PreviewGroup';
|
|
6
4
|
export interface IImageProps extends AntImageProps {
|
|
7
5
|
}
|
|
8
6
|
export declare const Image: {
|
|
9
|
-
(props: IImageProps): JSX.Element;
|
|
10
|
-
PreviewGroup: FC<
|
|
7
|
+
(props: IImageProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
PreviewGroup: FC<PreviewGroupProps>;
|
|
11
9
|
};
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { type ListProps as AntListProps } from 'antd';
|
|
1
|
+
import { ListProps as AntListProps } from 'antd';
|
|
4
2
|
export interface IListProps<T> extends AntListProps<T> {
|
|
5
3
|
}
|
|
6
|
-
export declare function List<T>(props: IListProps<T>): JSX.Element;
|
|
4
|
+
export declare function List<T>(props: IListProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
7
5
|
export declare namespace List {
|
|
8
|
-
var Item: ListItemTypeProps;
|
|
6
|
+
var Item: import("antd/es/list/Item").ListItemTypeProps;
|
|
9
7
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type PopoverProps as AntPopoverProps } from 'antd';
|
|
1
|
+
import { PopoverProps as AntPopoverProps } from 'antd';
|
|
3
2
|
export interface IPopoverProps extends AntPopoverProps {
|
|
4
3
|
}
|
|
5
|
-
export declare const Popover: (props: IPopoverProps) => JSX.Element;
|
|
4
|
+
export declare const Popover: (props: IPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
import { type SegmentedProps as AntSegmentedProps } from 'antd';
|
|
1
|
+
import { SegmentedProps as AntSegmentedProps } from 'antd';
|
|
4
2
|
export interface ISegmentedProps extends AntSegmentedProps {
|
|
5
3
|
ref?: React.RefObject<HTMLDivElement>;
|
|
6
4
|
}
|
|
7
|
-
export declare const Segmented: (props: ISegmentedProps) => JSX.Element;
|
|
5
|
+
export declare const Segmented: (props: ISegmentedProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,18 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TableProps as AntTableProps, TableColumnProps } from 'antd';
|
|
2
|
+
import { AnyObject } from 'antd/es/_util/type';
|
|
3
|
+
import { ColumnType, ExpandableConfig } from 'antd/es/table/interface';
|
|
4
|
+
import { ColumnsType, TableProps } from 'antd/es/table';
|
|
2
5
|
import { ColumnGroupProps } from 'antd/es/table/ColumnGroup';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { type ColumnsType, type TableProps } from 'antd/es/table';
|
|
6
|
+
import { FC, PropsWithChildren } from 'react';
|
|
7
|
+
import { SummaryProps } from '@rc-component/table/lib/Footer/Summary';
|
|
8
|
+
import { FooterRowProps } from '@rc-component/table/lib/Footer/Row';
|
|
9
|
+
import { SummaryCellProps } from '@rc-component/table/lib/Footer/Cell';
|
|
8
10
|
export interface ITableProps<RecordType extends AnyObject = AnyObject> extends AntTableProps<RecordType> {
|
|
9
11
|
}
|
|
10
12
|
export type { ColumnType, ExpandableConfig, ColumnsType, TableProps };
|
|
11
13
|
export declare const Table: {
|
|
12
|
-
<RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): JSX.Element;
|
|
13
|
-
Column: <
|
|
14
|
-
ColumnGroup: <
|
|
15
|
-
Summary:
|
|
14
|
+
<RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
Column: <RecordType extends AnyObject>(_: TableColumnProps<RecordType>) => null;
|
|
16
|
+
ColumnGroup: <RecordType extends AnyObject>(_: ColumnGroupProps<RecordType>) => null;
|
|
17
|
+
Summary: FC<PropsWithChildren<SummaryProps>> & {
|
|
18
|
+
Row: React.FC<React.PropsWithChildren< FooterRowProps>>;
|
|
19
|
+
Cell: React.FC<React.PropsWithChildren< SummaryCellProps>>;
|
|
20
|
+
};
|
|
16
21
|
EXPAND_COLUMN: {};
|
|
17
22
|
SELECTION_NONE: "SELECT_NONE";
|
|
18
23
|
SELECTION_ALL: "SELECT_ALL";
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
+
import { TabsProps as AntTabsProps, TabPaneProps } from 'antd';
|
|
1
2
|
import { FC } from 'react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
/// <reference types="react" />
|
|
4
|
-
import { TabPaneProps, type TabsProps as AntTabsProps } from 'antd';
|
|
5
3
|
export interface ITabsProps extends AntTabsProps {
|
|
6
4
|
}
|
|
7
5
|
export declare const Tabs: {
|
|
8
|
-
(props: ITabsProps): JSX.Element;
|
|
6
|
+
(props: ITabsProps): import("react/jsx-runtime").JSX.Element;
|
|
9
7
|
TabPane: FC<TabPaneProps>;
|
|
10
8
|
};
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import type { TagProps as AntTagProps } from 'antd';
|
|
4
|
-
import type { CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
|
|
1
|
+
import { TagProps as AntTagProps } from 'antd';
|
|
2
|
+
import { CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
|
|
5
3
|
export interface ITagProps extends AntTagProps {
|
|
6
4
|
children: React.ReactNode;
|
|
7
5
|
}
|
|
8
6
|
type CheckableTagProps = AntCheckableTagProps & ITagProps;
|
|
9
7
|
export declare const Tag: {
|
|
10
|
-
(props: ITagProps): JSX.Element;
|
|
11
|
-
CheckableTag: (props: CheckableTagProps) => JSX.Element;
|
|
8
|
+
(props: ITagProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
CheckableTag: (props: CheckableTagProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
10
|
};
|
|
13
11
|
export {};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import type { ReactNode } from 'react';
|
|
1
|
+
import { IIconProps } from '../../general/Icon/Icon';
|
|
2
|
+
import { ITooltipProps } from './Tooltip';
|
|
3
|
+
import { IconNames } from '../../../types/icons';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
6
5
|
export interface IIconWithTooltipProps extends Omit<ITooltipProps, 'title'> {
|
|
7
6
|
title: ReactNode;
|
|
8
7
|
iconName?: IconNames;
|
|
9
8
|
iconProps?: Omit<IIconProps, 'name'>;
|
|
10
9
|
}
|
|
11
|
-
export declare const IconWithTooltip: ({ title, iconName, iconProps, ...rest }: IIconWithTooltipProps) => JSX.Element;
|
|
10
|
+
export declare const IconWithTooltip: ({ title, iconName, iconProps, ...rest }: IIconWithTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export interface ITooltipProps extends AntTooltipPropsWithTitle {
|
|
1
|
+
import { TooltipProps as AntTooltipProps } from 'antd';
|
|
2
|
+
export interface ITooltipProps extends AntTooltipProps {
|
|
4
3
|
}
|
|
5
|
-
export declare const Tooltip: (props: ITooltipProps) => JSX.Element;
|
|
4
|
+
export declare const Tooltip: (props: ITooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TourProps as AntTourProps } from 'antd';
|
|
1
|
+
import { TourProps as AntTourProps } from 'antd';
|
|
3
2
|
export interface ITourProps extends AntTourProps {
|
|
4
3
|
}
|
|
5
|
-
export declare const Tour: (props: ITourProps) => JSX.Element;
|
|
4
|
+
export declare const Tour: (props: ITourProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type AutoCompleteProps as AntAutoCompleteProps } from 'antd';
|
|
1
|
+
import { AutoCompleteProps as AntAutoCompleteProps } from 'antd';
|
|
3
2
|
export interface IAutoCompleteProps extends AntAutoCompleteProps {
|
|
4
3
|
}
|
|
5
|
-
export declare const AutoComplete: (props: IAutoCompleteProps) => JSX.Element;
|
|
4
|
+
export declare const AutoComplete: (props: IAutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { type BaseOptionType } from 'antd/es/select';
|
|
1
|
+
import { CascaderProps as AntCascaderProps } from 'antd';
|
|
2
|
+
import { BaseOptionType } from 'antd/es/select';
|
|
3
|
+
import { default as __DTS_DEFAULT_0__ } from 'antd/es/cascader/Panel';
|
|
5
4
|
export type ICascaderProps<DataNodeType extends BaseOptionType = any> = AntCascaderProps<DataNodeType>;
|
|
6
5
|
export declare const Cascader: {
|
|
7
|
-
(props: ICascaderProps): JSX.Element;
|
|
8
|
-
Panel:
|
|
6
|
+
(props: ICascaderProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
Panel: __DTS_DEFAULT_0__;
|
|
9
8
|
SHOW_PARENT: "SHOW_PARENT";
|
|
10
9
|
SHOW_CHILD: "SHOW_CHILD";
|
|
11
10
|
};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
export declare const Checkbox: ((props: ICheckboxProps) => JSX.Element) & {
|
|
9
|
-
Group: (props: ICheckboxGroupProps) => JSX.Element;
|
|
1
|
+
import { CheckboxProps as AntCheckboxProps } from 'antd';
|
|
2
|
+
import { CheckboxGroupProps as AntCheckboxGroupProps } from 'antd/es/checkbox/Group';
|
|
3
|
+
export type ICheckboxProps = AntCheckboxProps;
|
|
4
|
+
export type ICheckboxGroupProps = AntCheckboxGroupProps;
|
|
5
|
+
export declare const Checkbox: ((props: ICheckboxProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
6
|
+
Group: (props: ICheckboxGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
7
|
};
|
|
@@ -1,78 +1,82 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { RangePickerProps, PickerRef } from 'rc-picker';
|
|
4
|
-
import { ReactElement, JSXElementConstructor, ForwardRefExoticComponent, CSSProperties, RefAttributes } from 'react';
|
|
5
|
-
import { PickerProps, PickerLocale } from 'antd/es/date-picker/generatePicker';
|
|
6
|
-
import { PickerPropsWithMultiple, GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
|
|
7
|
-
import { GenerateConfig } from 'rc-picker/lib/generate';
|
|
1
|
+
import { DatePickerProps as AntDatePickerProps } from 'antd';
|
|
2
|
+
import { RangePickerProps as AntRangePickerProps } from 'antd/es/date-picker';
|
|
8
3
|
import { AnyObject } from 'antd/es/_util/type';
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
import
|
|
4
|
+
import { GenerateConfig } from '@rc-component/picker/generate';
|
|
5
|
+
import { PickerPropsWithMultiple, DatePickerPickerClassNames, DatePickerStylesType, GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
|
|
6
|
+
import { PickerProps, PickerLocale } from 'antd/es/date-picker/generatePicker';
|
|
7
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
8
|
+
import { RangePickerProps, PickerRef } from '@rc-component/picker';
|
|
9
|
+
import { ButtonSize } from 'antd/es/button';
|
|
10
|
+
import { InputStatus } from 'antd/es/_util/statusUtils';
|
|
11
|
+
import { Variant } from 'antd/es/config-provider';
|
|
12
|
+
import { Dayjs } from 'dayjs';
|
|
13
13
|
export interface IDatePickerProps extends AntDatePickerProps {
|
|
14
14
|
}
|
|
15
15
|
export interface IRangePickerProps extends AntRangePickerProps {
|
|
16
16
|
}
|
|
17
17
|
export declare const DatePicker: {
|
|
18
|
-
(props: IDatePickerProps): JSX.Element;
|
|
19
|
-
generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType>) => ReactElement
|
|
20
|
-
displayName?: string
|
|
18
|
+
(props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
20
|
+
displayName?: string;
|
|
21
21
|
} & {
|
|
22
|
-
displayName?: string
|
|
23
|
-
WeekPicker: (<
|
|
24
|
-
displayName?: string
|
|
22
|
+
displayName?: string;
|
|
23
|
+
WeekPicker: (<ValueType = DateType, IsMultiple_1 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_1>) => React.ReactElement) & {
|
|
24
|
+
displayName?: string;
|
|
25
25
|
};
|
|
26
|
-
MonthPicker: (<
|
|
27
|
-
displayName?: string
|
|
26
|
+
MonthPicker: (<ValueType = DateType, IsMultiple_2 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_2>) => React.ReactElement) & {
|
|
27
|
+
displayName?: string;
|
|
28
28
|
};
|
|
29
|
-
YearPicker: (<
|
|
30
|
-
displayName?: string
|
|
29
|
+
YearPicker: (<ValueType = DateType, IsMultiple_3 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_3>) => React.ReactElement) & {
|
|
30
|
+
displayName?: string;
|
|
31
31
|
};
|
|
32
|
-
RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
33
|
-
locale?: PickerLocale
|
|
32
|
+
RangePicker: ForwardRefExoticComponent<Omit< RangePickerProps<DateType>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
|
|
33
|
+
locale?: PickerLocale;
|
|
34
34
|
size?: ButtonSize;
|
|
35
|
-
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"
|
|
36
|
-
bordered?: boolean
|
|
37
|
-
status?:
|
|
38
|
-
variant?:
|
|
39
|
-
dropdownClassName?: string
|
|
40
|
-
popupClassName?: string
|
|
41
|
-
rootClassName?: string
|
|
42
|
-
popupStyle?: CSSProperties
|
|
35
|
+
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
36
|
+
bordered?: boolean;
|
|
37
|
+
status?: InputStatus;
|
|
38
|
+
variant?: Variant;
|
|
39
|
+
dropdownClassName?: string;
|
|
40
|
+
popupClassName?: string;
|
|
41
|
+
rootClassName?: string;
|
|
42
|
+
popupStyle?: React.CSSProperties;
|
|
43
|
+
classNames?: DatePickerPickerClassNames<RangePickerProps<DateType>> | undefined;
|
|
44
|
+
styles?: DatePickerStylesType<RangePickerProps<DateType>> | undefined;
|
|
43
45
|
} & RefAttributes<PickerRef>>;
|
|
44
|
-
TimePicker: (<
|
|
45
|
-
displayName?: string
|
|
46
|
+
TimePicker: (<ValueType = DateType, IsMultiple_4 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< GenericTimePickerProps<DateType>, "picker">, ValueType, IsMultiple_4>) => React.ReactElement) & {
|
|
47
|
+
displayName?: string;
|
|
46
48
|
};
|
|
47
|
-
QuarterPicker: (<
|
|
48
|
-
displayName?: string
|
|
49
|
+
QuarterPicker: (<ValueType = DateType, IsMultiple_5 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_5>) => React.ReactElement) & {
|
|
50
|
+
displayName?: string;
|
|
49
51
|
};
|
|
50
52
|
};
|
|
51
|
-
QuarterPicker: (<
|
|
52
|
-
displayName?: string
|
|
53
|
+
QuarterPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
54
|
+
displayName?: string;
|
|
53
55
|
};
|
|
54
|
-
MonthPicker: (<
|
|
55
|
-
displayName?: string
|
|
56
|
+
MonthPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
57
|
+
displayName?: string;
|
|
56
58
|
};
|
|
57
|
-
RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
58
|
-
locale?: PickerLocale
|
|
59
|
+
RangePicker: ForwardRefExoticComponent<Omit< RangePickerProps<Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
|
|
60
|
+
locale?: PickerLocale;
|
|
59
61
|
size?: ButtonSize;
|
|
60
|
-
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"
|
|
61
|
-
bordered?: boolean
|
|
62
|
-
status?:
|
|
63
|
-
variant?:
|
|
64
|
-
dropdownClassName?: string
|
|
65
|
-
popupClassName?: string
|
|
66
|
-
rootClassName?: string
|
|
67
|
-
popupStyle?: CSSProperties
|
|
62
|
+
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
63
|
+
bordered?: boolean;
|
|
64
|
+
status?: InputStatus;
|
|
65
|
+
variant?: Variant;
|
|
66
|
+
dropdownClassName?: string;
|
|
67
|
+
popupClassName?: string;
|
|
68
|
+
rootClassName?: string;
|
|
69
|
+
popupStyle?: React.CSSProperties;
|
|
70
|
+
classNames?: DatePickerPickerClassNames<RangePickerProps<Dayjs>> | undefined;
|
|
71
|
+
styles?: DatePickerStylesType<RangePickerProps<Dayjs>> | undefined;
|
|
68
72
|
} & RefAttributes<PickerRef>>;
|
|
69
|
-
TimePicker: (<
|
|
70
|
-
displayName?: string
|
|
73
|
+
TimePicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< GenericTimePickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
74
|
+
displayName?: string;
|
|
71
75
|
};
|
|
72
|
-
WeekPicker: (<
|
|
73
|
-
displayName?: string
|
|
76
|
+
WeekPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
77
|
+
displayName?: string;
|
|
74
78
|
};
|
|
75
|
-
YearPicker: (<
|
|
76
|
-
displayName?: string
|
|
79
|
+
YearPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
|
|
80
|
+
displayName?: string;
|
|
77
81
|
};
|
|
78
82
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { default as __DTS_2__ } from 'antd/es/form/hooks/useFormInstance';
|
|
4
|
-
import { default as __DTS_1__ } from 'rc-field-form/es/useWatch';
|
|
1
|
+
import { FormProps as AntFormProps, FormItemProps } from 'antd';
|
|
2
|
+
import { ReactNode, FC } from 'react';
|
|
5
3
|
import { useForm } from 'antd/es/form/Form';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
4
|
+
import { useWatch } from '@rc-component/form';
|
|
5
|
+
import { default as __DTS_DEFAULT_0__ } from 'antd/es/form/hooks/useFormInstance';
|
|
6
|
+
import { ValidateStatus } from 'antd/es/form/FormItem';
|
|
7
|
+
import { FormListProps, ErrorListProps } from 'antd/es/form';
|
|
8
|
+
import { FormProviderProps } from 'antd/es/form/context';
|
|
9
9
|
export type { FormInstance } from 'antd';
|
|
10
10
|
export interface IFormProps<Values = any> extends AntFormProps<Values> {
|
|
11
11
|
children: ReactNode;
|
|
12
12
|
}
|
|
13
13
|
export declare const Form: {
|
|
14
|
-
<Values = any>(props: IFormProps<Values>): JSX.Element;
|
|
15
|
-
useForm:
|
|
16
|
-
useWatch:
|
|
17
|
-
useFormInstance:
|
|
18
|
-
Item: (<
|
|
14
|
+
<Values = any>(props: IFormProps<Values>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
useForm: useForm;
|
|
16
|
+
useWatch: useWatch;
|
|
17
|
+
useFormInstance: __DTS_DEFAULT_0__;
|
|
18
|
+
Item: (<Values = any>(props: FormItemProps<Values>) => React.ReactElement) & {
|
|
19
19
|
useStatus: () => {
|
|
20
|
-
status?:
|
|
21
|
-
errors: ReactNode[];
|
|
22
|
-
warnings: ReactNode[];
|
|
20
|
+
status?: ValidateStatus;
|
|
21
|
+
errors: React.ReactNode[];
|
|
22
|
+
warnings: React.ReactNode[];
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
List: FC<FormListProps>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { Input as AntInput } from 'antd';
|
|
2
|
-
import {
|
|
3
|
-
import { type InputRef } from 'antd';
|
|
4
|
-
import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
|
|
1
|
+
import { Input as AntInput, InputProps as AntInputProps, InputRef } from 'antd';
|
|
2
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
3
|
export { Input, type InputRef, type IInputProps };
|
|
6
4
|
interface IInputProps extends AntInputProps {
|
|
7
5
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type InputNumberProps as AntInputNumberProps } from 'antd';
|
|
1
|
+
import { InputNumberProps as AntInputNumberProps } from 'antd';
|
|
3
2
|
export interface IInputNumberProps extends AntInputNumberProps {
|
|
4
3
|
}
|
|
5
|
-
export declare const InputNumber: (props: IInputNumberProps) => JSX.Element;
|
|
4
|
+
export declare const InputNumber: (props: IInputNumberProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type IButtonProps } from '../..';
|
|
1
|
+
import { IButtonProps } from '../..';
|
|
3
2
|
export interface IActionProps {
|
|
4
3
|
type?: 'disabled' | 'primary' | 'default';
|
|
5
4
|
text?: string;
|
|
6
5
|
onClick?: () => void;
|
|
7
6
|
loading?: IButtonProps['loading'];
|
|
8
7
|
}
|
|
9
|
-
declare const Action: (props: IActionProps) => JSX.Element;
|
|
8
|
+
declare const Action: (props: IActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export default Action;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { type Icons } from '../../../constants/Icons';
|
|
1
|
+
import { DefaultOptionType } from 'antd/es/select';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { ICascaderProps as IBaseCascaderProps } from '../..';
|
|
4
|
+
import { Icons } from '../../../constants/Icons';
|
|
6
5
|
export interface ICascaderOption extends DefaultOptionType {
|
|
7
6
|
value: string;
|
|
8
7
|
label: ReactNode;
|
|
@@ -15,7 +14,7 @@ export interface IQueryItemCascaderProps {
|
|
|
15
14
|
icon?: keyof Pick<typeof Icons, 'empty' | 'event' | 'userAttribute' | 'eventAttribute'>;
|
|
16
15
|
errorMessage?: string;
|
|
17
16
|
placeholder?: string;
|
|
18
|
-
onChange?: (values: Array<number | string>, selectedOptions:
|
|
17
|
+
onChange?: (values: Array<number | string>, selectedOptions: ICascaderOption[]) => Promise<void>;
|
|
19
18
|
loadData?: (value: string) => Promise<void>;
|
|
20
19
|
value?: Array<number | string>;
|
|
21
20
|
disabled?: boolean;
|
|
@@ -23,5 +22,5 @@ export interface IQueryItemCascaderProps {
|
|
|
23
22
|
defaultOpen?: IBaseCascaderProps['defaultOpen'];
|
|
24
23
|
suffixIcon?: IBaseCascaderProps['suffixIcon'];
|
|
25
24
|
}
|
|
26
|
-
declare const Cascader: (props: IQueryItemCascaderProps) => JSX.Element;
|
|
25
|
+
declare const Cascader: (props: IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
26
|
export default Cascader;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { ReactNode } from 'react';
|
|
1
|
+
import { ReactNode } from 'react';
|
|
3
2
|
export interface INumberInputProps {
|
|
4
3
|
value?: number | undefined;
|
|
5
4
|
disabled?: boolean;
|
|
@@ -12,5 +11,5 @@ export interface INumberInputProps {
|
|
|
12
11
|
onChange?: (value: number | undefined) => void;
|
|
13
12
|
onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
14
13
|
}
|
|
15
|
-
declare const NumberInput: (props: INumberInputProps) => JSX.Element;
|
|
14
|
+
declare const NumberInput: (props: INumberInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
export default NumberInput;
|