@mparticle/aquarium 1.33.3-chore-dependency-upgrades.1 → 1.33.3-chore-docs-restructuring.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 +4908 -4377
- package/dist/aquarium.umd.cjs +40 -40
- package/dist/index.d.ts +0 -1
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +3 -2
- package/dist/src/components/data-display/Badge/Badge.d.ts +3 -2
- package/dist/src/components/data-display/Card/Card.d.ts +4 -3
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -2
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +3 -2
- package/dist/src/components/data-display/Empty/Empty.d.ts +4 -3
- package/dist/src/components/data-display/Image/Image.d.ts +3 -2
- 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 +2 -1
- package/dist/src/components/data-display/Table/Table.d.ts +7 -7
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +3 -2
- package/dist/src/components/data-display/Tag/Tag.d.ts +3 -2
- 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-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 +3 -2
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +23 -22
- package/dist/src/components/data-entry/Form/Form.d.ts +9 -9
- package/dist/src/components/data-entry/Input/Input.d.ts +4 -2
- 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/Switch/Switch.d.ts +1 -1
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +3 -2
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -2
- package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -3
- 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 +2 -1
- package/dist/src/components/feedback/Message/Message.d.ts +12 -10
- package/dist/src/components/feedback/Modal/Modal.d.ts +8 -8
- package/dist/src/components/feedback/Notification/Notification.d.ts +6 -4
- 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 +5 -4
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +7 -6
- package/dist/src/components/feedback/Spin/Spin.d.ts +3 -2
- package/dist/src/components/general/Button/Button.d.ts +4 -3
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +4 -3
- 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/index.d.ts +13 -14
- 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 +5 -1
- package/dist/src/components/layout/Layout/Layout.d.ts +6 -5
- package/dist/src/components/layout/Space/Space.d.ts +3 -2
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +3 -2
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -2
- 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 +8 -6
- 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 → not-prod-ready}/Affix/Affix.d.ts +1 -1
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +9 -0
- package/dist/src/components/{unused → not-prod-ready}/Carousel/Carousel.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/QRCode/QRCode.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/Rate/Rate.d.ts +1 -1
- package/dist/src/components/{data-entry → not-prod-ready}/Slider/Slider.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +13 -0
- package/dist/src/components/{data-display → not-prod-ready}/Timeline/Timeline.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +15 -0
- package/dist/src/components/{unused → not-prod-ready}/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 +2 -1
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/utils.d.ts +1 -1
- package/package.json +24 -20
- package/dist/src/components/data-display/Statistic/Statistic.d.ts +0 -11
- package/dist/src/components/data-display/Tree/Tree.d.ts +0 -13
- package/dist/src/components/data-entry/Transfer/Transfer.d.ts +0 -12
- package/dist/src/components/other/App/App.d.ts +0 -7
- package/dist/src/components/unused/Calendar/Calendar.d.ts +0 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type AvatarProps as AntAvatarProps } from 'antd';
|
|
2
3
|
export interface IAvatarProps extends AntAvatarProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Avatar: {
|
|
5
6
|
(props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Group: import(
|
|
7
|
+
Group: import("react").FC<import("antd/es/avatar").GroupProps>;
|
|
7
8
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type BadgeProps as AntBadgeProps } from 'antd';
|
|
2
3
|
export interface IBadgeProps extends AntBadgeProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Badge: {
|
|
5
6
|
(props: IBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Ribbon: import(
|
|
7
|
+
Ribbon: import("react").FC<import("antd/es/badge/Ribbon").RibbonProps>;
|
|
7
8
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type CardProps as AntCardProps } from 'antd';
|
|
2
3
|
export interface ICardProps extends AntCardProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Card: {
|
|
5
6
|
(props: ICardProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Meta: import(
|
|
7
|
-
Grid: import(
|
|
7
|
+
Meta: import("react").FC<import("antd/es/card").CardMetaProps>;
|
|
8
|
+
Grid: import("react").FC<import("antd/es/card").CardGridProps>;
|
|
8
9
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type CollapseProps as AntCollapseProps } from 'antd';
|
|
2
3
|
export interface ICollapseProps extends AntCollapseProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Collapse: {
|
|
5
6
|
(props: ICollapseProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Panel: import(
|
|
7
|
+
Panel: import("react").ForwardRefExoticComponent<import("antd").CollapsePanelProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
8
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type DescriptionsProps as AntDescriptionsProps } from 'antd';
|
|
2
3
|
export interface IDescriptionsProps extends AntDescriptionsProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Descriptions: {
|
|
5
6
|
(props: IDescriptionsProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Item: import(
|
|
7
|
+
Item: import("react").FC<import("antd/es/descriptions/Item").DescriptionsItemProps>;
|
|
7
8
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type EmptyProps as AntEmptyProps } from 'antd';
|
|
2
3
|
export interface IEmptyProps extends AntEmptyProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Empty: {
|
|
5
6
|
(props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
PRESENTED_IMAGE_DEFAULT: import(
|
|
7
|
-
PRESENTED_IMAGE_SIMPLE: import(
|
|
7
|
+
PRESENTED_IMAGE_DEFAULT: import("react").ReactNode;
|
|
8
|
+
PRESENTED_IMAGE_SIMPLE: import("react").ReactNode;
|
|
8
9
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type ImageProps as AntImageProps } from 'antd';
|
|
2
3
|
export interface IImageProps extends AntImageProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Image: {
|
|
5
6
|
(props: IImageProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
PreviewGroup: import(
|
|
7
|
+
PreviewGroup: import("react").FC<import("rc-image/lib/PreviewGroup").GroupConsumerProps>;
|
|
7
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PopoverProps as AntPopoverProps } from 'antd';
|
|
1
|
+
import { type 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,15 +1,15 @@
|
|
|
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';
|
|
1
|
+
import { type TableProps as AntTableProps } from 'antd';
|
|
2
|
+
import { type AnyObject } from 'antd/es/_util/type';
|
|
3
|
+
import { type ColumnType, type ExpandableConfig } from 'antd/es/table/interface';
|
|
4
|
+
import { type ColumnsType, type 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,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type TabsProps as AntTabsProps } from 'antd';
|
|
2
3
|
export interface ITabsProps extends AntTabsProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Tabs: {
|
|
5
6
|
(props: ITabsProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
TabPane: import(
|
|
7
|
+
TabPane: import("react").FC<import("antd").TabPaneProps>;
|
|
7
8
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type TagProps as AntTagProps } from 'antd';
|
|
3
|
+
import { type CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
|
|
3
4
|
export interface ITagProps extends AntTagProps {
|
|
4
5
|
children: React.ReactNode;
|
|
5
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TooltipPropsWithTitle as AntTooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
1
|
+
import { type 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,4 +1,4 @@
|
|
|
1
|
-
import { AutoCompleteProps as AntAutoCompleteProps } from 'antd';
|
|
1
|
+
import { type 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 { CascaderProps as AntCascaderProps } from 'antd';
|
|
2
|
-
import { BaseOptionType } from 'antd/es/select';
|
|
1
|
+
import { type CascaderProps as AntCascaderProps } from 'antd';
|
|
2
|
+
import { type 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,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type CheckboxProps as AntCheckboxProps } from 'antd';
|
|
2
3
|
export interface ICheckboxProps extends AntCheckboxProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Checkbox: {
|
|
5
6
|
(props: ICheckboxProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Group: <T = any>(props: import(
|
|
7
|
+
Group: <T = any>(props: import("antd/es/checkbox").CheckboxGroupProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
7
8
|
};
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type DatePickerProps as AntDatePickerProps } from 'antd';
|
|
2
3
|
export interface IDatePickerProps extends AntDatePickerProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const DatePicker: {
|
|
5
6
|
(props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
generatePicker: <DateType extends import(
|
|
7
|
+
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>>) & {
|
|
7
8
|
displayName?: string | undefined;
|
|
8
9
|
} & {
|
|
9
10
|
displayName?: string | undefined;
|
|
10
|
-
WeekPicker: (<ValueType_1 = DateType>(props: import(
|
|
11
|
+
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>>) & {
|
|
11
12
|
displayName?: string | undefined;
|
|
12
13
|
};
|
|
13
|
-
MonthPicker: (<ValueType_2 = DateType>(props: import(
|
|
14
|
+
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>>) & {
|
|
14
15
|
displayName?: string | undefined;
|
|
15
16
|
};
|
|
16
|
-
YearPicker: (<ValueType_3 = DateType>(props: import(
|
|
17
|
+
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>>) & {
|
|
17
18
|
displayName?: string | undefined;
|
|
18
19
|
};
|
|
19
|
-
RangePicker: import(
|
|
20
|
-
locale?: import(
|
|
21
|
-
size?: import(
|
|
20
|
+
RangePicker: import("react").ForwardRefExoticComponent<Omit<import("rc-picker").RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
21
|
+
locale?: import("antd/es/date-picker/generatePicker").PickerLocale | undefined;
|
|
22
|
+
size?: import("antd/es/button").ButtonSize;
|
|
22
23
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
23
24
|
bordered?: boolean | undefined;
|
|
24
25
|
status?: "" | "warning" | "error" | undefined;
|
|
@@ -26,24 +27,24 @@ export declare const DatePicker: {
|
|
|
26
27
|
dropdownClassName?: string | undefined;
|
|
27
28
|
popupClassName?: string | undefined;
|
|
28
29
|
rootClassName?: string | undefined;
|
|
29
|
-
popupStyle?: import(
|
|
30
|
-
} & import(
|
|
31
|
-
TimePicker: (<ValueType_4 = DateType>(props: import(
|
|
30
|
+
popupStyle?: import("react").CSSProperties | undefined;
|
|
31
|
+
} & import("react").RefAttributes<import("rc-picker").PickerRef>>;
|
|
32
|
+
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>>) & {
|
|
32
33
|
displayName?: string | undefined;
|
|
33
34
|
};
|
|
34
|
-
QuarterPicker: (<ValueType_5 = DateType>(props: import(
|
|
35
|
+
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>>) & {
|
|
35
36
|
displayName?: string | undefined;
|
|
36
37
|
};
|
|
37
38
|
};
|
|
38
|
-
QuarterPicker: (<ValueType_6 = import(
|
|
39
|
+
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>>) & {
|
|
39
40
|
displayName?: string | undefined;
|
|
40
41
|
};
|
|
41
|
-
MonthPicker: (<ValueType_7 = import(
|
|
42
|
+
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>>) & {
|
|
42
43
|
displayName?: string | undefined;
|
|
43
44
|
};
|
|
44
|
-
RangePicker: import(
|
|
45
|
-
locale?: import(
|
|
46
|
-
size?: import(
|
|
45
|
+
RangePicker: import("react").ForwardRefExoticComponent<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
46
|
+
locale?: import("antd/es/date-picker/generatePicker").PickerLocale | undefined;
|
|
47
|
+
size?: import("antd/es/button").ButtonSize;
|
|
47
48
|
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
48
49
|
bordered?: boolean | undefined;
|
|
49
50
|
status?: "" | "warning" | "error" | undefined;
|
|
@@ -51,15 +52,15 @@ export declare const DatePicker: {
|
|
|
51
52
|
dropdownClassName?: string | undefined;
|
|
52
53
|
popupClassName?: string | undefined;
|
|
53
54
|
rootClassName?: string | undefined;
|
|
54
|
-
popupStyle?: import(
|
|
55
|
-
} & import(
|
|
56
|
-
TimePicker: (<ValueType_8 = import(
|
|
55
|
+
popupStyle?: import("react").CSSProperties | undefined;
|
|
56
|
+
} & import("react").RefAttributes<import("rc-picker").PickerRef>>;
|
|
57
|
+
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>>) & {
|
|
57
58
|
displayName?: string | undefined;
|
|
58
59
|
};
|
|
59
|
-
WeekPicker: (<ValueType_9 = import(
|
|
60
|
+
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>>) & {
|
|
60
61
|
displayName?: string | undefined;
|
|
61
62
|
};
|
|
62
|
-
YearPicker: (<ValueType_10 = import(
|
|
63
|
+
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>>) & {
|
|
63
64
|
displayName?: string | undefined;
|
|
64
65
|
};
|
|
65
66
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { FormProps as AntFormProps } from 'antd';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import { type FormProps as AntFormProps } from 'antd';
|
|
2
|
+
import { type 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,5 +1,7 @@
|
|
|
1
|
-
import { Input as AntInput
|
|
2
|
-
import {
|
|
1
|
+
import { Input as AntInput } from 'antd';
|
|
2
|
+
import { type InputProps as AntInputProps } from 'antd';
|
|
3
|
+
import { type InputRef } from 'antd';
|
|
4
|
+
import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
|
|
3
5
|
export { Input, type InputRef, type IInputProps };
|
|
4
6
|
interface IInputProps extends AntInputProps {
|
|
5
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputNumberProps as AntInputNumberProps } from 'antd';
|
|
1
|
+
import { type 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 { 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';
|
|
1
|
+
import { type DefaultOptionType } from 'antd/es/select';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
3
|
+
import { type ICascaderProps as IBaseCascaderProps } from '../../../../../../../../../src/components';
|
|
4
|
+
import { type 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 { RadioProps as AntRadioProps } from 'antd';
|
|
1
|
+
import { type 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 { RadioButtonProps as AntRadioGroupProps } from
|
|
1
|
+
import { type 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 { RadioGroupProps as AntRadioGroupProps } from 'antd';
|
|
1
|
+
import { type 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 { SelectProps as AntSelectProps } from 'antd';
|
|
2
|
-
import { BaseOptionType, DefaultOptionType } from 'antd/es/select';
|
|
1
|
+
import { type SelectProps as AntSelectProps } from 'antd';
|
|
2
|
+
import { type BaseOptionType, type 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,4 @@
|
|
|
1
|
-
import { SwitchProps as AntSwitchProps } from 'antd';
|
|
1
|
+
import { type 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,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type TimePickerProps as AntTimePickerProps } from 'antd';
|
|
2
3
|
export interface ITimePickerProps extends AntTimePickerProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const TimePicker: {
|
|
5
6
|
(props: ITimePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
RangePicker: import(
|
|
7
|
+
RangePicker: import("react").ForwardRefExoticComponent<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("rc-picker").PickerRef>>;
|
|
7
8
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type TreeSelectProps as AntTreeSelectProps } from 'antd';
|
|
2
3
|
export interface ITreeSelectProps extends AntTreeSelectProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const TreeSelect: {
|
|
5
6
|
(props: ITreeSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
TreeNode: import(
|
|
7
|
+
TreeNode: import("react").FC<import("rc-tree-select/lib/TreeNode").TreeNodeProps>;
|
|
7
8
|
SHOW_ALL: "SHOW_ALL";
|
|
8
9
|
SHOW_CHILD: "SHOW_CHILD";
|
|
9
10
|
SHOW_PARENT: "SHOW_PARENT";
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type UploadProps as AntUploadProps, type UploadFile as AntUploadFile } from 'antd';
|
|
2
3
|
export interface IUploadFileProps extends AntUploadFile {
|
|
3
4
|
}
|
|
4
5
|
export interface IUploadProps extends AntUploadProps {
|
|
5
6
|
}
|
|
6
7
|
export declare const Upload: {
|
|
7
8
|
(props: IUploadProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
Dragger: import(
|
|
9
|
+
Dragger: import("react").ForwardRefExoticComponent<AntUploadProps<any> & {
|
|
9
10
|
height?: number | undefined;
|
|
10
|
-
} & import(
|
|
11
|
+
} & import("react").RefAttributes<import("antd/es/upload/Upload").UploadRef<any>>>;
|
|
11
12
|
LIST_IGNORE: string;
|
|
12
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AlertProps as AntAlertProps } from 'antd';
|
|
1
|
+
import { type AlertProps as AntAlertProps } from 'antd';
|
|
2
2
|
export interface IAlertProps extends AntAlertProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Alert: {
|
|
5
5
|
(props: IAlertProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
ErrorBoundary: typeof import(
|
|
6
|
+
ErrorBoundary: typeof import("antd/es/alert/ErrorBoundary").default;
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DrawerProps as AntDrawerProps } from 'antd';
|
|
1
|
+
import { type DrawerProps as AntDrawerProps } from 'antd';
|
|
2
2
|
export interface IDrawerProps extends AntDrawerProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Drawer: (props: IDrawerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
|
|
2
3
|
export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'> {
|
|
3
4
|
fetchData: () => Promise<Data>;
|
|
4
5
|
children: (initData: Data) => React.ReactNode;
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { message as AntMessage } from 'antd';
|
|
3
|
+
import { type MessageArgsProps as AntMessageArgsProps } from 'antd';
|
|
2
4
|
export interface IMessageProps extends AntMessageArgsProps {
|
|
3
5
|
children: React.ReactNode;
|
|
4
6
|
}
|
|
5
7
|
export { AntMessage as message };
|
|
6
8
|
export declare const Message: {
|
|
7
9
|
(props: IMessageProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
useMessage: typeof import(
|
|
9
|
-
info: import(
|
|
10
|
-
error: import(
|
|
11
|
-
destroy: (key?: import(
|
|
12
|
-
config: (config: import(
|
|
13
|
-
success: import(
|
|
14
|
-
open: (config: AntMessageArgsProps) => import(
|
|
15
|
-
loading: import(
|
|
16
|
-
warning: import(
|
|
10
|
+
useMessage: typeof import("antd/es/message/useMessage").default;
|
|
11
|
+
info: import("antd/es/message/interface").TypeOpen;
|
|
12
|
+
error: import("antd/es/message/interface").TypeOpen;
|
|
13
|
+
destroy: (key?: import("react").Key | undefined) => void;
|
|
14
|
+
config: (config: import("antd/es/message/interface").ConfigOptions) => void;
|
|
15
|
+
success: import("antd/es/message/interface").TypeOpen;
|
|
16
|
+
open: (config: AntMessageArgsProps) => import("antd/es/message/interface").MessageType;
|
|
17
|
+
loading: import("antd/es/message/interface").TypeOpen;
|
|
18
|
+
warning: import("antd/es/message/interface").TypeOpen;
|
|
17
19
|
};
|