@mparticle/aquarium 1.33.2 → 1.33.3-chore-dependency-upgrades.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 +4744 -5277
- package/dist/aquarium.umd.cjs +40 -40
- package/dist/index.d.ts +1 -0
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +2 -3
- package/dist/src/components/data-display/Badge/Badge.d.ts +2 -3
- package/dist/src/components/data-display/Card/Card.d.ts +3 -4
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +2 -3
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +2 -3
- package/dist/src/components/data-display/Empty/Empty.d.ts +3 -4
- package/dist/src/components/data-display/Image/Image.d.ts +2 -3
- package/dist/src/components/data-display/List/List.d.ts +1 -1
- package/dist/src/components/data-display/Popover/Popover.d.ts +1 -1
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +1 -2
- package/dist/src/components/data-display/Statistic/Statistic.d.ts +3 -5
- package/dist/src/components/data-display/Table/Table.d.ts +7 -7
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +2 -3
- package/dist/src/components/data-display/Tag/Tag.d.ts +2 -3
- package/dist/src/components/data-display/Timeline/Timeline.d.ts +2 -3
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +1 -1
- package/dist/src/components/data-display/Tour/Tour.d.ts +1 -1
- package/dist/src/components/data-display/Tree/Tree.d.ts +6 -8
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +1 -1
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +3 -3
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +2 -3
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +22 -23
- package/dist/src/components/data-entry/Form/Form.d.ts +9 -9
- package/dist/src/components/data-entry/Input/Input.d.ts +2 -4
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +4 -4
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +3 -3
- package/dist/src/components/data-entry/Radio/Radio.d.ts +3 -3
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +1 -1
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +1 -1
- package/dist/src/components/data-entry/Select/Select.d.ts +4 -4
- package/dist/src/components/data-entry/Slider/Slider.d.ts +1 -2
- package/dist/src/components/data-entry/Switch/Switch.d.ts +1 -1
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +2 -3
- package/dist/src/components/data-entry/Transfer/Transfer.d.ts +4 -5
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +2 -3
- package/dist/src/components/data-entry/Upload/Upload.d.ts +3 -4
- package/dist/src/components/feedback/Alert/Alert.d.ts +2 -2
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +1 -1
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +1 -2
- package/dist/src/components/feedback/Message/Message.d.ts +10 -12
- package/dist/src/components/feedback/Modal/Modal.d.ts +8 -8
- package/dist/src/components/feedback/Notification/Notification.d.ts +4 -6
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +1 -1
- package/dist/src/components/feedback/Progress/Progress.d.ts +1 -1
- package/dist/src/components/feedback/Result/Result.d.ts +4 -5
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +6 -7
- package/dist/src/components/feedback/Spin/Spin.d.ts +2 -3
- package/dist/src/components/general/Button/Button.d.ts +3 -4
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +3 -4
- package/dist/src/components/general/Icon/Icon.d.ts +2 -2
- package/dist/src/components/general/Typography/Typography.d.ts +6 -6
- package/dist/src/components/icons/index.d.ts +87 -87
- package/dist/src/components/layout/Center/Center.d.ts +1 -1
- package/dist/src/components/layout/Divider/Divider.d.ts +1 -1
- package/dist/src/components/layout/Flex/Flex.d.ts +1 -1
- package/dist/src/components/layout/Grid/Grid.d.ts +1 -5
- package/dist/src/components/layout/Layout/Layout.d.ts +5 -6
- package/dist/src/components/layout/Space/Space.d.ts +2 -3
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +2 -3
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +2 -3
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +2 -3
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +6 -8
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +1 -1
- package/dist/src/components/navigation/Steps/Steps.d.ts +1 -1
- package/dist/src/components/other/Affix/Affix.d.ts +1 -1
- package/dist/src/components/other/App/App.d.ts +2 -2
- package/dist/src/components/unused/Calendar/Calendar.d.ts +3 -4
- package/dist/src/components/unused/Carousel/Carousel.d.ts +1 -1
- package/dist/src/components/unused/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/src/components/unused/QRCode/QRCode.d.ts +1 -1
- package/dist/src/components/unused/Rate/Rate.d.ts +1 -1
- package/dist/src/components/unused/Watermark/Watermark.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 +4 -4
- 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/storage-models/user-preferences.d.ts +2 -2
- package/dist/src/services/user-preferences/models/user-preferences/composite-user-preferences.d.ts +1 -1
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
- package/dist/src/services/user-preferences/user-preferences.d.ts +5 -5
- package/dist/src/types/icons.d.ts +1 -2
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/utils.d.ts +1 -1
- package/package.json +20 -24
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type AvatarProps as AntAvatarProps } from 'antd';
|
|
1
|
+
import { AvatarProps as AntAvatarProps } from 'antd';
|
|
3
2
|
export interface IAvatarProps extends AntAvatarProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Avatar: {
|
|
6
5
|
(props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Group: import(
|
|
6
|
+
Group: import('react').FC<import('antd/es/avatar').GroupProps>;
|
|
8
7
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type BadgeProps as AntBadgeProps } from 'antd';
|
|
1
|
+
import { BadgeProps as AntBadgeProps } from 'antd';
|
|
3
2
|
export interface IBadgeProps extends AntBadgeProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Badge: {
|
|
6
5
|
(props: IBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Ribbon: import(
|
|
6
|
+
Ribbon: import('react').FC<import('antd/es/badge/Ribbon').RibbonProps>;
|
|
8
7
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import { type CardProps as AntCardProps } from 'antd';
|
|
1
|
+
import { CardProps as AntCardProps } from 'antd';
|
|
3
2
|
export interface ICardProps extends AntCardProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Card: {
|
|
6
5
|
(props: ICardProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Meta: import(
|
|
8
|
-
Grid: import(
|
|
6
|
+
Meta: import('react').FC<import('antd/es/card').CardMetaProps>;
|
|
7
|
+
Grid: import('react').FC<import('antd/es/card').CardGridProps>;
|
|
9
8
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type CollapseProps as AntCollapseProps } from 'antd';
|
|
1
|
+
import { CollapseProps as AntCollapseProps } from 'antd';
|
|
3
2
|
export interface ICollapseProps extends AntCollapseProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Collapse: {
|
|
6
5
|
(props: ICollapseProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Panel: import(
|
|
6
|
+
Panel: import('react').ForwardRefExoticComponent<import('antd').CollapsePanelProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
8
7
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type DescriptionsProps as AntDescriptionsProps } from 'antd';
|
|
1
|
+
import { DescriptionsProps as AntDescriptionsProps } from 'antd';
|
|
3
2
|
export interface IDescriptionsProps extends AntDescriptionsProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Descriptions: {
|
|
6
5
|
(props: IDescriptionsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Item: import(
|
|
6
|
+
Item: import('react').FC<import('antd/es/descriptions/Item').DescriptionsItemProps>;
|
|
8
7
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import { type EmptyProps as AntEmptyProps } from 'antd';
|
|
1
|
+
import { EmptyProps as AntEmptyProps } from 'antd';
|
|
3
2
|
export interface IEmptyProps extends AntEmptyProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Empty: {
|
|
6
5
|
(props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
PRESENTED_IMAGE_DEFAULT: import(
|
|
8
|
-
PRESENTED_IMAGE_SIMPLE: import(
|
|
6
|
+
PRESENTED_IMAGE_DEFAULT: import('react').ReactNode;
|
|
7
|
+
PRESENTED_IMAGE_SIMPLE: import('react').ReactNode;
|
|
9
8
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type ImageProps as AntImageProps } from 'antd';
|
|
1
|
+
import { ImageProps as AntImageProps } from 'antd';
|
|
3
2
|
export interface IImageProps extends AntImageProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Image: {
|
|
6
5
|
(props: IImageProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
PreviewGroup: import(
|
|
6
|
+
PreviewGroup: import('react').FC<import('rc-image/lib/PreviewGroup').GroupConsumerProps>;
|
|
8
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PopoverProps as AntPopoverProps } from 'antd';
|
|
2
2
|
export interface IPopoverProps extends AntPopoverProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Popover: (props: IPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { type CountdownProps as AntCountdownProps } from 'antd';
|
|
4
|
-
import { type valueType as AntValueType } from 'antd/es/statistic/utils';
|
|
1
|
+
import { StatisticProps as AntStatisticProps, CountdownProps as AntCountdownProps } from 'antd';
|
|
2
|
+
import { valueType as AntValueType } from 'antd/es/statistic/utils';
|
|
5
3
|
export interface IStatisticProps extends AntStatisticProps {
|
|
6
4
|
}
|
|
7
5
|
export interface ICountdownProps extends AntCountdownProps {
|
|
@@ -9,5 +7,5 @@ export interface ICountdownProps extends AntCountdownProps {
|
|
|
9
7
|
export type valueType = AntValueType;
|
|
10
8
|
export declare const Statistic: {
|
|
11
9
|
(props: IStatisticProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
Countdown: import(
|
|
10
|
+
Countdown: import('react').NamedExoticComponent<AntCountdownProps>;
|
|
13
11
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { TableProps as AntTableProps } 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';
|
|
5
5
|
export interface ITableProps<RecordType extends AnyObject = AnyObject> extends AntTableProps<RecordType> {
|
|
6
6
|
}
|
|
7
7
|
export type { ColumnType, ExpandableConfig, ColumnsType, TableProps };
|
|
8
8
|
export declare const Table: {
|
|
9
9
|
<RecordType extends AnyObject = AnyObject>(props: ITableProps<RecordType>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
Column: <RecordType_1 extends AnyObject>(_: import(
|
|
11
|
-
ColumnGroup: <RecordType_2 extends AnyObject>(_: import(
|
|
12
|
-
Summary: typeof import(
|
|
10
|
+
Column: <RecordType_1 extends AnyObject>(_: import('antd').TableColumnProps<RecordType_1>) => null;
|
|
11
|
+
ColumnGroup: <RecordType_2 extends AnyObject>(_: import('antd/es/table/ColumnGroup').ColumnGroupProps<RecordType_2>) => null;
|
|
12
|
+
Summary: typeof import('rc-table/lib/Footer/Summary').default;
|
|
13
13
|
EXPAND_COLUMN: {};
|
|
14
14
|
SELECTION_NONE: "SELECT_NONE";
|
|
15
15
|
SELECTION_ALL: "SELECT_ALL";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type TabsProps as AntTabsProps } from 'antd';
|
|
1
|
+
import { TabsProps as AntTabsProps } from 'antd';
|
|
3
2
|
export interface ITabsProps extends AntTabsProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Tabs: {
|
|
6
5
|
(props: ITabsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
TabPane: import(
|
|
6
|
+
TabPane: import('react').FC<import('antd').TabPaneProps>;
|
|
8
7
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
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';
|
|
4
3
|
export interface ITagProps extends AntTagProps {
|
|
5
4
|
children: React.ReactNode;
|
|
6
5
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type TimelineProps as AntTimelineProps } from 'antd';
|
|
1
|
+
import { TimelineProps as AntTimelineProps } from 'antd';
|
|
3
2
|
export interface ITimelineProps extends AntTimelineProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Timeline: {
|
|
6
5
|
(props: ITimelineProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Item: import(
|
|
6
|
+
Item: import('react').FC<import('antd').TimelineItemProps>;
|
|
8
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TooltipPropsWithTitle as AntTooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
2
2
|
export interface ITooltipProps extends AntTooltipPropsWithTitle {
|
|
3
3
|
}
|
|
4
4
|
export declare const Tooltip: (props: ITooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { type TreeProps as AntTreeProps } from 'antd';
|
|
4
|
-
import type { BasicDataNode, DataNode } from 'antd/es/tree';
|
|
1
|
+
import { TreeDataNode, TreeProps as AntTreeProps } from 'antd';
|
|
2
|
+
import { BasicDataNode, DataNode } from 'antd/es/tree';
|
|
5
3
|
export interface ITreeProps<T extends BasicDataNode = DataNode> extends AntTreeProps<T> {
|
|
6
4
|
}
|
|
7
5
|
export interface ITreeData extends TreeDataNode {
|
|
8
6
|
}
|
|
9
7
|
export declare const Tree: {
|
|
10
8
|
<T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: import(
|
|
12
|
-
children?: import(
|
|
13
|
-
} & import(
|
|
14
|
-
TreeNode: import(
|
|
9
|
+
DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: import('antd/es/tree').DirectoryTreeProps<T_1> & {
|
|
10
|
+
children?: import('react').ReactNode;
|
|
11
|
+
} & import('react').RefAttributes<import('rc-tree/lib/Tree').default<TreeDataNode>>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & Pick<import('react').FC<{}>, "displayName">;
|
|
12
|
+
TreeNode: import('react').FC<import('rc-tree').TreeNodeProps<TreeDataNode>>;
|
|
15
13
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AutoCompleteProps as AntAutoCompleteProps } from 'antd';
|
|
2
2
|
export interface IAutoCompleteProps extends AntAutoCompleteProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const AutoComplete: (props: IAutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { CascaderProps as AntCascaderProps } from 'antd';
|
|
2
|
+
import { BaseOptionType } from 'antd/es/select';
|
|
3
3
|
export type ICascaderProps<DataNodeType extends BaseOptionType = any> = AntCascaderProps<DataNodeType>;
|
|
4
4
|
export declare const Cascader: {
|
|
5
5
|
(props: ICascaderProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Panel: typeof import(
|
|
6
|
+
Panel: typeof import('antd/es/cascader/Panel').default;
|
|
7
7
|
SHOW_PARENT: "SHOW_PARENT";
|
|
8
8
|
SHOW_CHILD: "SHOW_CHILD";
|
|
9
9
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type CheckboxProps as AntCheckboxProps } from 'antd';
|
|
1
|
+
import { CheckboxProps as AntCheckboxProps } from 'antd';
|
|
3
2
|
export interface ICheckboxProps extends AntCheckboxProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Checkbox: {
|
|
6
5
|
(props: ICheckboxProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Group: <T = any>(props: import(
|
|
6
|
+
Group: <T = any>(props: import('antd/es/checkbox').CheckboxGroupProps<T> & import('react').RefAttributes<HTMLDivElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
|
|
8
7
|
};
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
import { type DatePickerProps as AntDatePickerProps } from 'antd';
|
|
1
|
+
import { DatePickerProps as AntDatePickerProps } from 'antd';
|
|
3
2
|
export interface IDatePickerProps extends AntDatePickerProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const DatePicker: {
|
|
6
5
|
(props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
generatePicker: <DateType extends import(
|
|
6
|
+
generatePicker: <DateType extends import('antd/es/_util/type').AnyObject = import('antd/es/_util/type').AnyObject>(generateConfig: import('rc-picker/lib/generate').GenerateConfig<DateType>) => (<ValueType = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, import('antd/es/date-picker/generatePicker').PickerProps<DateType>, ValueType>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
8
7
|
displayName?: string | undefined;
|
|
9
8
|
} & {
|
|
10
9
|
displayName?: string | undefined;
|
|
11
|
-
WeekPicker: (<ValueType_1 = DateType>(props: import(
|
|
10
|
+
WeekPicker: (<ValueType_1 = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, Omit<import('antd/es/date-picker/generatePicker').PickerProps<DateType>, "picker">, ValueType_1>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
12
11
|
displayName?: string | undefined;
|
|
13
12
|
};
|
|
14
|
-
MonthPicker: (<ValueType_2 = DateType>(props: import(
|
|
13
|
+
MonthPicker: (<ValueType_2 = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, Omit<import('antd/es/date-picker/generatePicker').PickerProps<DateType>, "picker">, ValueType_2>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
15
14
|
displayName?: string | undefined;
|
|
16
15
|
};
|
|
17
|
-
YearPicker: (<ValueType_3 = DateType>(props: import(
|
|
16
|
+
YearPicker: (<ValueType_3 = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, Omit<import('antd/es/date-picker/generatePicker').PickerProps<DateType>, "picker">, ValueType_3>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
18
17
|
displayName?: string | undefined;
|
|
19
18
|
};
|
|
20
|
-
RangePicker: import(
|
|
21
|
-
locale?: import(
|
|
22
|
-
size?: import(
|
|
19
|
+
RangePicker: import('react').ForwardRefExoticComponent<Omit<import('rc-picker').RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
20
|
+
locale?: import('antd/es/date-picker/generatePicker').PickerLocale | undefined;
|
|
21
|
+
size?: import('antd/es/button').ButtonSize;
|
|
23
22
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
24
23
|
bordered?: boolean | undefined;
|
|
25
24
|
status?: "" | "warning" | "error" | undefined;
|
|
@@ -27,24 +26,24 @@ export declare const DatePicker: {
|
|
|
27
26
|
dropdownClassName?: string | undefined;
|
|
28
27
|
popupClassName?: string | undefined;
|
|
29
28
|
rootClassName?: string | undefined;
|
|
30
|
-
popupStyle?: import(
|
|
31
|
-
} & import(
|
|
32
|
-
TimePicker: (<ValueType_4 = DateType>(props: import(
|
|
29
|
+
popupStyle?: import('react').CSSProperties | undefined;
|
|
30
|
+
} & import('react').RefAttributes<import('rc-picker').PickerRef>>;
|
|
31
|
+
TimePicker: (<ValueType_4 = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, Omit<import('antd/es/date-picker/generatePicker/interface').GenericTimePickerProps<DateType>, "picker">, ValueType_4>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
33
32
|
displayName?: string | undefined;
|
|
34
33
|
};
|
|
35
|
-
QuarterPicker: (<ValueType_5 = DateType>(props: import(
|
|
34
|
+
QuarterPicker: (<ValueType_5 = DateType>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<DateType, Omit<import('antd/es/date-picker/generatePicker').PickerProps<DateType>, "picker">, ValueType_5>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
36
35
|
displayName?: string | undefined;
|
|
37
36
|
};
|
|
38
37
|
};
|
|
39
|
-
QuarterPicker: (<ValueType_6 = import(
|
|
38
|
+
QuarterPicker: (<ValueType_6 = import('dayjs').Dayjs>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<import('dayjs').Dayjs, Omit<import('antd/es/date-picker/generatePicker').PickerProps<import('dayjs').Dayjs>, "picker">, ValueType_6>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
40
39
|
displayName?: string | undefined;
|
|
41
40
|
};
|
|
42
|
-
MonthPicker: (<ValueType_7 = import(
|
|
41
|
+
MonthPicker: (<ValueType_7 = import('dayjs').Dayjs>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<import('dayjs').Dayjs, Omit<import('antd/es/date-picker/generatePicker').PickerProps<import('dayjs').Dayjs>, "picker">, ValueType_7>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
43
42
|
displayName?: string | undefined;
|
|
44
43
|
};
|
|
45
|
-
RangePicker: import(
|
|
46
|
-
locale?: import(
|
|
47
|
-
size?: import(
|
|
44
|
+
RangePicker: import('react').ForwardRefExoticComponent<Omit<import('rc-picker').RangePickerProps<import('dayjs').Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
45
|
+
locale?: import('antd/es/date-picker/generatePicker').PickerLocale | undefined;
|
|
46
|
+
size?: import('antd/es/button').ButtonSize;
|
|
48
47
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
49
48
|
bordered?: boolean | undefined;
|
|
50
49
|
status?: "" | "warning" | "error" | undefined;
|
|
@@ -52,15 +51,15 @@ export declare const DatePicker: {
|
|
|
52
51
|
dropdownClassName?: string | undefined;
|
|
53
52
|
popupClassName?: string | undefined;
|
|
54
53
|
rootClassName?: string | undefined;
|
|
55
|
-
popupStyle?: import(
|
|
56
|
-
} & import(
|
|
57
|
-
TimePicker: (<ValueType_8 = import(
|
|
54
|
+
popupStyle?: import('react').CSSProperties | undefined;
|
|
55
|
+
} & import('react').RefAttributes<import('rc-picker').PickerRef>>;
|
|
56
|
+
TimePicker: (<ValueType_8 = import('dayjs').Dayjs>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<import('dayjs').Dayjs, Omit<import('antd/es/date-picker/generatePicker/interface').GenericTimePickerProps<import('dayjs').Dayjs>, "picker">, ValueType_8>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
58
57
|
displayName?: string | undefined;
|
|
59
58
|
};
|
|
60
|
-
WeekPicker: (<ValueType_9 = import(
|
|
59
|
+
WeekPicker: (<ValueType_9 = import('dayjs').Dayjs>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<import('dayjs').Dayjs, Omit<import('antd/es/date-picker/generatePicker').PickerProps<import('dayjs').Dayjs>, "picker">, ValueType_9>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
61
60
|
displayName?: string | undefined;
|
|
62
61
|
};
|
|
63
|
-
YearPicker: (<ValueType_10 = import(
|
|
62
|
+
YearPicker: (<ValueType_10 = import('dayjs').Dayjs>(props: import('antd/es/date-picker/generatePicker/interface').PickerPropsWithMultiple<import('dayjs').Dayjs, Omit<import('antd/es/date-picker/generatePicker').PickerProps<import('dayjs').Dayjs>, "picker">, ValueType_10>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
64
63
|
displayName?: string | undefined;
|
|
65
64
|
};
|
|
66
65
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { FormProps as AntFormProps } from 'antd';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
3
|
export type { FormInstance } from 'antd';
|
|
4
4
|
export interface IFormProps<Values = any> extends AntFormProps<Values> {
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
}
|
|
7
7
|
export declare const Form: {
|
|
8
8
|
<Values = any>(props: IFormProps<Values>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
useForm: typeof import(
|
|
10
|
-
useWatch: typeof import(
|
|
11
|
-
useFormInstance: typeof import(
|
|
12
|
-
Item: (<Values_1 = any>(props: import(
|
|
9
|
+
useForm: typeof import('antd/es/form/Form').useForm;
|
|
10
|
+
useWatch: typeof import('rc-field-form/es/useWatch').default;
|
|
11
|
+
useFormInstance: typeof import('antd/es/form/hooks/useFormInstance').default;
|
|
12
|
+
Item: (<Values_1 = any>(props: import('antd').FormItemProps<Values_1>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>) & {
|
|
13
13
|
useStatus: () => {
|
|
14
14
|
status?: "" | "success" | "warning" | "error" | "validating" | undefined;
|
|
15
15
|
errors: ReactNode[];
|
|
16
16
|
warnings: ReactNode[];
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
List: import(
|
|
20
|
-
Provider: import(
|
|
21
|
-
ErrorList: import(
|
|
19
|
+
List: import('react').FC<import('antd/es/form').FormListProps>;
|
|
20
|
+
Provider: import('react').FC<import('antd/es/form/context').FormProviderProps>;
|
|
21
|
+
ErrorList: import('react').FC<import('antd/es/form').ErrorListProps>;
|
|
22
22
|
};
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InputNumberProps as AntInputNumberProps } from 'antd';
|
|
2
2
|
export interface IInputNumberProps extends AntInputNumberProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const InputNumber: (props: IInputNumberProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { DefaultOptionType } from 'antd/es/select';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { ICascaderProps as IBaseCascaderProps } from '../../../../../../../../../src/components';
|
|
4
|
+
import { Icons } from '../../../../../../../../../src/constants/Icons';
|
|
5
5
|
export interface ICascaderOption extends DefaultOptionType {
|
|
6
6
|
value: string;
|
|
7
7
|
label: ReactNode;
|
|
@@ -4,9 +4,9 @@ export declare const QueryItem: {
|
|
|
4
4
|
Qualifier: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/Qualifier').IQueryItemQualifierProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
ValueSelector: {
|
|
6
6
|
(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
TextInput: (props: import(
|
|
8
|
-
NumberInput: (props: import(
|
|
9
|
-
Cascader: (props: import(
|
|
7
|
+
TextInput: (props: import('./TextInput').ITextInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
NumberInput: (props: import('./NumberInput').INumberInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
Cascader: (props: import('./Cascader').IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
};
|
|
11
11
|
Text: ({ disabled, text }: import('../../../../../../../../../src/components/data-entry/QueryItem/Text').ITextProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RadioProps as AntRadioProps } from 'antd';
|
|
2
2
|
export interface IRadioProps extends AntRadioProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Radio: {
|
|
5
5
|
(props: IRadioProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Group: (props: import(
|
|
7
|
-
Button: (props: import(
|
|
6
|
+
Group: (props: import('./RadioGroup').IRadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
Button: (props: import('./RadioButton').IRadioButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RadioButtonProps as AntRadioGroupProps } from 'antd/es/radio/radioButton';
|
|
2
2
|
export interface IRadioButtonProps extends AntRadioGroupProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const RadioButton: (props: IRadioButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RadioGroupProps as AntRadioGroupProps } from 'antd';
|
|
2
2
|
export interface IRadioGroupProps extends AntRadioGroupProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const RadioGroup: (props: IRadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SelectProps as AntSelectProps } from 'antd';
|
|
2
|
+
import { BaseOptionType, DefaultOptionType } from 'antd/es/select';
|
|
3
3
|
export type { DefaultOptionType };
|
|
4
4
|
export interface ISelectProps<ValueType = any, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType> extends AntSelectProps<ValueType, OptionType> {
|
|
5
5
|
}
|
|
6
6
|
export declare const Select: {
|
|
7
7
|
(props: ISelectProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
Option: import(
|
|
9
|
-
OptGroup: import(
|
|
8
|
+
Option: import('rc-select/lib/Option').OptionFC;
|
|
9
|
+
OptGroup: import('rc-select/lib/OptGroup').OptionGroupFC;
|
|
10
10
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type SliderSingleProps } from 'antd/es/slider';
|
|
1
|
+
import { SliderRangeProps, SliderSingleProps } from 'antd/es/slider';
|
|
3
2
|
export type ISliderProps = SliderSingleProps | SliderRangeProps;
|
|
4
3
|
export declare const Slider: (props: ISliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SwitchProps as AntSwitchProps } from 'antd';
|
|
2
2
|
export interface ISwitchProps extends AntSwitchProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Switch: (props: ISwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type TimePickerProps as AntTimePickerProps } from 'antd';
|
|
1
|
+
import { TimePickerProps as AntTimePickerProps } from 'antd';
|
|
3
2
|
export interface ITimePickerProps extends AntTimePickerProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const TimePicker: {
|
|
6
5
|
(props: ITimePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
RangePicker: import(
|
|
6
|
+
RangePicker: import('react').ForwardRefExoticComponent<import('antd').TimeRangePickerProps & import('react').RefAttributes<import('rc-picker').PickerRef>>;
|
|
8
7
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
import { type TransferProps as AntTransferProps } from 'antd';
|
|
1
|
+
import { TransferProps as AntTransferProps } from 'antd';
|
|
3
2
|
export interface ITransferProps extends AntTransferProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Transfer: {
|
|
6
5
|
(props: ITransferProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
List: {
|
|
8
|
-
<RecordType extends import(
|
|
7
|
+
<RecordType extends import('antd/es/transfer').KeyWiseTransferItem>(props: import('antd/es/transfer').TransferListProps<RecordType>): import("react").JSX.Element;
|
|
9
8
|
displayName: string;
|
|
10
9
|
};
|
|
11
|
-
Search: import(
|
|
12
|
-
Operation: import(
|
|
10
|
+
Search: import('react').FC<import('antd/es/transfer').TransferSearchProps>;
|
|
11
|
+
Operation: import('react').FC<import('antd/es/transfer').TransferOperationProps>;
|
|
13
12
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { type TreeSelectProps as AntTreeSelectProps } from 'antd';
|
|
1
|
+
import { TreeSelectProps as AntTreeSelectProps } from 'antd';
|
|
3
2
|
export interface ITreeSelectProps extends AntTreeSelectProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const TreeSelect: {
|
|
6
5
|
(props: ITreeSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
TreeNode: import(
|
|
6
|
+
TreeNode: import('react').FC<import('rc-tree-select/lib/TreeNode').TreeNodeProps>;
|
|
8
7
|
SHOW_ALL: "SHOW_ALL";
|
|
9
8
|
SHOW_CHILD: "SHOW_CHILD";
|
|
10
9
|
SHOW_PARENT: "SHOW_PARENT";
|