@mparticle/aquarium 1.33.2-fix-design-tokens-fix.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/index.d.ts +6 -6
- 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 +8 -0
- package/dist/src/components/{data-display → unused}/Carousel/Carousel.d.ts +1 -1
- package/dist/src/components/{data-entry → unused}/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/src/components/{data-display → unused}/QRCode/QRCode.d.ts +1 -1
- package/dist/src/components/{data-entry → unused}/Rate/Rate.d.ts +1 -1
- package/dist/src/components/{feedback → 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/src/components/data-display/Calendar/Calendar.d.ts +0 -9
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
import { type UploadProps as AntUploadProps, type UploadFile as AntUploadFile } from 'antd';
|
|
1
|
+
import { UploadProps as AntUploadProps, UploadFile as AntUploadFile } from 'antd';
|
|
3
2
|
export interface IUploadFileProps extends AntUploadFile {
|
|
4
3
|
}
|
|
5
4
|
export interface IUploadProps extends AntUploadProps {
|
|
6
5
|
}
|
|
7
6
|
export declare const Upload: {
|
|
8
7
|
(props: IUploadProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
Dragger: import(
|
|
8
|
+
Dragger: import('react').ForwardRefExoticComponent<AntUploadProps<any> & {
|
|
10
9
|
height?: number | undefined;
|
|
11
|
-
} & import(
|
|
10
|
+
} & import('react').RefAttributes<import('antd/es/upload/Upload').UploadRef<any>>>;
|
|
12
11
|
LIST_IGNORE: string;
|
|
13
12
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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 {
|
|
1
|
+
import { 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,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { type IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
|
|
1
|
+
import { IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
|
|
3
2
|
export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'> {
|
|
4
3
|
fetchData: () => Promise<Data>;
|
|
5
4
|
children: (initData: Data) => React.ReactNode;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
import { message as AntMessage } from 'antd';
|
|
3
|
-
import { type MessageArgsProps as AntMessageArgsProps } from 'antd';
|
|
1
|
+
import { message as AntMessage, MessageArgsProps as AntMessageArgsProps } from 'antd';
|
|
4
2
|
export interface IMessageProps extends AntMessageArgsProps {
|
|
5
3
|
children: React.ReactNode;
|
|
6
4
|
}
|
|
7
5
|
export { AntMessage as message };
|
|
8
6
|
export declare const Message: {
|
|
9
7
|
(props: IMessageProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
useMessage: typeof import(
|
|
11
|
-
info: import(
|
|
12
|
-
error: import(
|
|
13
|
-
destroy: (key?: import(
|
|
14
|
-
config: (config: import(
|
|
15
|
-
success: import(
|
|
16
|
-
open: (config: AntMessageArgsProps) => import(
|
|
17
|
-
loading: import(
|
|
18
|
-
warning: import(
|
|
8
|
+
useMessage: typeof import('antd/es/message/useMessage').default;
|
|
9
|
+
info: import('antd/es/message/interface').TypeOpen;
|
|
10
|
+
error: import('antd/es/message/interface').TypeOpen;
|
|
11
|
+
destroy: (key?: import('react').Key | undefined) => void;
|
|
12
|
+
config: (config: import('antd/es/message/interface').ConfigOptions) => void;
|
|
13
|
+
success: import('antd/es/message/interface').TypeOpen;
|
|
14
|
+
open: (config: AntMessageArgsProps) => import('antd/es/message/interface').MessageType;
|
|
15
|
+
loading: import('antd/es/message/interface').TypeOpen;
|
|
16
|
+
warning: import('antd/es/message/interface').TypeOpen;
|
|
19
17
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModalProps as AntModalProps } from 'antd';
|
|
2
2
|
export interface IModalProps extends AntModalProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Modal: {
|
|
5
5
|
(props: IModalProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
info: import(
|
|
7
|
-
success: import(
|
|
8
|
-
confirm: import(
|
|
9
|
-
warning: import(
|
|
10
|
-
error: import(
|
|
11
|
-
config: typeof import(
|
|
6
|
+
info: import('antd/es/modal/confirm').ModalFunc;
|
|
7
|
+
success: import('antd/es/modal/confirm').ModalFunc;
|
|
8
|
+
confirm: import('antd/es/modal/confirm').ModalFunc;
|
|
9
|
+
warning: import('antd/es/modal/confirm').ModalFunc;
|
|
10
|
+
error: import('antd/es/modal/confirm').ModalFunc;
|
|
11
|
+
config: typeof import('antd/es/modal/confirm').modalGlobalConfig;
|
|
12
12
|
destroyAll: () => void;
|
|
13
|
-
useModal: typeof import(
|
|
13
|
+
useModal: typeof import('antd/es/modal/useModal').default;
|
|
14
14
|
};
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
import { notification as AntNotification } from 'antd';
|
|
3
|
-
import { type NotificationArgsProps } from 'antd';
|
|
1
|
+
import { notification as AntNotification, NotificationArgsProps } from 'antd';
|
|
4
2
|
export interface INotificationProps extends NotificationArgsProps {
|
|
5
3
|
children: React.ReactNode;
|
|
6
4
|
}
|
|
7
5
|
export { AntNotification as notification };
|
|
8
6
|
export declare const Notification: {
|
|
9
7
|
(props: INotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
useNotification: typeof import(
|
|
8
|
+
useNotification: typeof import('antd/es/notification/useNotification').default;
|
|
11
9
|
warning: (config: NotificationArgsProps) => void;
|
|
12
10
|
open: (config: NotificationArgsProps) => void;
|
|
13
11
|
info: (config: NotificationArgsProps) => void;
|
|
14
|
-
config: (config: import(
|
|
15
|
-
destroy: (key?: import(
|
|
12
|
+
config: (config: import('antd/es/notification/interface').GlobalConfigProps) => void;
|
|
13
|
+
destroy: (key?: import('react').Key | undefined) => void;
|
|
16
14
|
error: (config: NotificationArgsProps) => void;
|
|
17
15
|
success: (config: NotificationArgsProps) => void;
|
|
18
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PopconfirmProps as AntPopconfirmProps } from 'antd';
|
|
2
2
|
export interface IPopconfirmProps extends AntPopconfirmProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Popconfirm: (props: IPopconfirmProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ProgressProps as AntProgressProps } from 'antd';
|
|
2
2
|
export interface IProgressProps extends AntProgressProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Progress: (props: IProgressProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { type ResultProps as AntResultProps } from 'antd';
|
|
1
|
+
import { ResultProps as AntResultProps } from 'antd';
|
|
3
2
|
export interface IResultProps extends AntResultProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Result: {
|
|
6
5
|
(props: IResultProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
PRESENTED_IMAGE_403: import(
|
|
8
|
-
PRESENTED_IMAGE_404: import(
|
|
9
|
-
PRESENTED_IMAGE_500: import(
|
|
6
|
+
PRESENTED_IMAGE_403: import('react').FC<{}>;
|
|
7
|
+
PRESENTED_IMAGE_404: import('react').FC<{}>;
|
|
8
|
+
PRESENTED_IMAGE_500: import('react').FC<{}>;
|
|
10
9
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { type SkeletonProps as AntSkeletonProps } from 'antd';
|
|
1
|
+
import { SkeletonProps as AntSkeletonProps } from 'antd';
|
|
3
2
|
export interface ISkeletonProps extends Omit<AntSkeletonProps, 'active'> {
|
|
4
3
|
}
|
|
5
4
|
export declare const Skeleton: {
|
|
6
5
|
(props: ISkeletonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Avatar: import(
|
|
8
|
-
Button: import(
|
|
9
|
-
Node: import(
|
|
10
|
-
Image: import(
|
|
11
|
-
Input: import(
|
|
6
|
+
Avatar: import('react').FC<import('antd/es/skeleton/Avatar').AvatarProps>;
|
|
7
|
+
Button: import('react').FC<import('antd/es/skeleton/Button').SkeletonButtonProps>;
|
|
8
|
+
Node: import('react').FC<import('antd/es/skeleton/Node').SkeletonNodeProps>;
|
|
9
|
+
Image: import('react').FC<import('antd/es/skeleton/Image').SkeletonImageProps>;
|
|
10
|
+
Input: import('react').FC<import('antd/es/skeleton/Input').SkeletonInputProps>;
|
|
12
11
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type SpinProps as AntSpinProps } from 'antd';
|
|
1
|
+
import { SpinProps as AntSpinProps } from 'antd';
|
|
3
2
|
export interface ISpinProps extends AntSpinProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Spin: {
|
|
6
5
|
(props: ISpinProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
setDefaultIndicator: (indicator: import(
|
|
6
|
+
setDefaultIndicator: (indicator: import('react').ReactNode) => void;
|
|
8
7
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import { type ReactNode } from 'react';
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { ButtonProps as AntButtonProps } from 'antd';
|
|
4
3
|
export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated This variant is a temporary fix for new icons.
|
|
@@ -12,5 +11,5 @@ export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
|
|
|
12
11
|
}
|
|
13
12
|
export declare const Button: {
|
|
14
13
|
(props: IButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
Group: React.FC<import(
|
|
14
|
+
Group: React.FC<import('antd/es/button').ButtonGroupProps>;
|
|
16
15
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import { type FloatButtonProps as AntFloatButtonProps } from 'antd';
|
|
1
|
+
import { FloatButtonProps as AntFloatButtonProps } from 'antd';
|
|
3
2
|
export interface IFloatButtonProps extends AntFloatButtonProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const FloatButton: {
|
|
6
5
|
(props: IFloatButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
BackTop: import(
|
|
8
|
-
Group: import(
|
|
6
|
+
BackTop: import('react').ForwardRefExoticComponent<import('antd/es/float-button/interface').BackTopProps & import('react').RefAttributes<import('antd').FloatButtonRef>>;
|
|
7
|
+
Group: import('react').NamedExoticComponent<import('antd').FloatButtonGroupProps>;
|
|
9
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IconVariant, IconNames } from '../../../../../../../../../src/types/icons';
|
|
3
3
|
type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
4
4
|
export type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'white' | 'black' | 'text' | 'strong' | 'brand' | 'inherit';
|
|
5
5
|
export interface IIconProps {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { TypographyProps as AntTypographyProps } from 'antd';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { TextProps as AntTextProps } from 'antd/es/typography/Text';
|
|
4
|
+
import { TitleProps as AntTitleProps } from 'antd/es/typography/Title';
|
|
5
|
+
import { LinkProps as AntLinkProps } from 'antd/es/typography/Link';
|
|
6
|
+
import { ParagraphProps as AntParagraphProps } from 'antd/es/typography/Paragraph';
|
|
7
7
|
export interface ITypographyProps extends AntTypographyProps {
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
}
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
import AddIcon from '../../../../../../../../src/assets/svg/add.svg?react';
|
|
2
|
-
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
3
|
-
import AnalyticsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_analytics.svg?react';
|
|
4
|
-
import C360IconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_c360.svg?react';
|
|
5
|
-
import CatalogIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_catalog.svg?react';
|
|
6
|
-
import ChartColumnIcon from '../../../../../../../../src/assets/svg/chart-column.svg?react';
|
|
7
|
-
import ChartLineIcon from '../../../../../../../../src/assets/svg/chart-line.svg?react';
|
|
8
|
-
import CheckIcon from '../../../../../../../../src/assets/svg/check.svg?react';
|
|
9
|
-
import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
|
|
10
|
-
import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
11
|
-
import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
12
|
-
import DataPlatformIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
|
|
13
|
-
import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
14
|
-
import DsrIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_dsr.svg?react';
|
|
15
|
-
import EmptyIcon from '../../../../../../../../src/assets/svg/empty.svg?react';
|
|
16
|
-
import EnrichmentIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_enrichment.svg?react';
|
|
17
|
-
import EventAttributeIcon from '../../../../../../../../src/assets/svg/event-attribute.svg?react';
|
|
18
|
-
import EventIcon from '../../../../../../../../src/assets/svg/event.svg?react';
|
|
19
|
-
import FitToScreen from '../../../../../../../../src/assets/svg/mp_act_lt_fit-to-screen.svg?react';
|
|
20
|
-
import FolderClosedIcon from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
|
|
21
|
-
import ForwardingIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_forwarding.svg?react';
|
|
22
|
-
import GearIcon from '../../../../../../../../src/assets/svg/gear.svg?react';
|
|
23
|
-
import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
24
|
-
import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
25
|
-
import HelpIcon from '../../../../../../../../src/assets/svg/help.svg?react';
|
|
26
|
-
import IdentityIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_identity.svg?react';
|
|
27
|
-
import JumpToIcon from '../../../../../../../../src/assets/svg/mp_act_lt_jump-to.svg?react';
|
|
28
|
-
import LightBulbIcon from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
|
|
29
|
-
import LiveStreamIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_live-stream.svg?react';
|
|
30
|
-
import PaywallIcon from '../../../../../../../../src/assets/svg/paywall.svg?react';
|
|
31
|
-
import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-question.svg?react';
|
|
32
|
-
import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
|
|
33
|
-
import ObservabilityIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_observability.svg?react';
|
|
34
|
-
import OversightIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_oversight.svg?react';
|
|
35
|
-
import PredictionsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_predictions.svg?react';
|
|
36
|
-
import PredictionsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_predictions.svg?react';
|
|
37
|
-
import RemoveIcon from '../../../../../../../../src/assets/svg/remove.svg?react';
|
|
38
|
-
import SearchIcon from '../../../../../../../../src/assets/svg/search.svg?react';
|
|
39
|
-
import SegmentationIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_segmentation.svg?react';
|
|
40
|
-
import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
41
|
-
import SignoutIcon from '../../../../../../../../src/assets/svg/signout.svg?react';
|
|
42
|
-
import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
43
|
-
import SystemAlertsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_system-alerts.svg?react';
|
|
44
|
-
import TransformationsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_transformations.svg?react';
|
|
45
|
-
import UploadIcon from '../../../../../../../../src/assets/svg/mp_act_it_upload.svg?react';
|
|
46
|
-
import UserAttributeIcon from '../../../../../../../../src/assets/svg/user-attribute.svg?react';
|
|
47
|
-
import UserProfilesIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_userprofiles.svg?react';
|
|
48
|
-
import UsersIcon from '../../../../../../../../src/assets/svg/mp_info_lt_users.svg?react';
|
|
49
|
-
import WrenchIcon from '../../../../../../../../src/assets/svg/wrench.svg?react';
|
|
50
|
-
import ZoomIn from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-in.svg?react';
|
|
51
|
-
import ZoomOut from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-out.svg?react';
|
|
52
|
-
import PremiumIcon from '../../../../../../../../src/assets/svg/mp_info_lt_premium.svg?react';
|
|
53
|
-
import ConversionIcon from '../../../../../../../../src/assets/svg/mp_info_lt_conversion.svg?react';
|
|
54
|
-
import HelpVideoIcon from '../../../../../../../../src/assets/svg/mp_info_lt_help-video.svg?react';
|
|
55
|
-
import NextIcon from '../../../../../../../../src/assets/svg/mp_act_lt_next.svg?react';
|
|
56
|
-
import OpenTabIcon from '../../../../../../../../src/assets/svg/mp_act_lt_open-tab.svg?react';
|
|
57
|
-
import PreviousIcon from '../../../../../../../../src/assets/svg/mp_act_lt_previous.svg?react';
|
|
58
|
-
import DirectoryIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_directory.svg?react';
|
|
59
|
-
import LockIcon from '../../../../../../../../src/assets/svg/mp_act_lt_lock.svg?react';
|
|
60
|
-
import UnlockIcon from '../../../../../../../../src/assets/svg/mp_act_lt_unlock.svg?react';
|
|
61
|
-
import NotificationIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_notification.svg?react';
|
|
62
|
-
import PremiumIconDt from '../../../../../../../../src/assets/svg/mp_info_dt_premium.svg?react';
|
|
63
|
-
import OverviewIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_overview.svg?react';
|
|
64
|
-
import FilterIcon from '../../../../../../../../src/assets/svg/mp_act_lt_filter.svg?react';
|
|
65
|
-
import ActiveIcon from '../../../../../../../../src/assets/svg/mp_info_lt_active.svg?react';
|
|
66
|
-
import LinkIcon from '../../../../../../../../src/assets/svg/mp_info_link.svg?react';
|
|
67
|
-
import InfoIcon from '../../../../../../../../src/assets/svg/mp_info_lt_info.svg?react';
|
|
68
|
-
import Placeholder from '../../../../../../../../src/assets/svg/mp_info_lt_placeholder.svg?react';
|
|
69
|
-
import Organization from '../../../../../../../../src/assets/svg/mp_pm_lt_organization.svg?react';
|
|
70
|
-
import JourneyAnalysis from '../../../../../../../../src/assets/svg/mp_pm_lt_journey-analysis.svg?react';
|
|
71
|
-
import Dashboard from '../../../../../../../../src/assets/svg/mp_pm_lt_dashboard.svg?react';
|
|
72
|
-
import Account from '../../../../../../../../src/assets/svg/mp_pm_lt_account.svg?react';
|
|
73
|
-
import TextWidget from '../../../../../../../../src/assets/svg/mp_info_lt_text-widget.svg?react';
|
|
74
|
-
import RefreshFrequency from '../../../../../../../../src/assets/svg/mp_info_lt_refresh-frequency.svg?react';
|
|
75
|
-
import Privileges from '../../../../../../../../src/assets/svg/mp_info_lt_privileges.svg?react';
|
|
76
|
-
import Funnel from '../../../../../../../../src/assets/svg/mp_info_lt_funnel.svg?react';
|
|
77
|
-
import Cohort from '../../../../../../../../src/assets/svg/mp_info_lt_cohort.svg?react';
|
|
78
|
-
import Annotation from '../../../../../../../../src/assets/svg/mp_info_lt_annotation.svg?react';
|
|
79
|
-
import Delete from '../../../../../../../../src/assets/svg/mp_act_lt_delete.svg?react';
|
|
80
|
-
import DropdownClose from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-close.svg?react';
|
|
81
|
-
import DropdownOpen from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-open.svg?react';
|
|
82
|
-
import SegmentationAnalysis from '../../../../../../../../src/assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
|
|
83
|
-
import ScheduledReport from '../../../../../../../../src/assets/svg/mp_pm_lt_scheduled-report.svg?react';
|
|
84
|
-
import FullScreen from '../../../../../../../../src/assets/svg/mp_act_lt_full-screen.svg?react';
|
|
85
|
-
import Edit from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?react';
|
|
86
|
-
import Copy from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
|
|
87
|
-
import MoreActions from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
|
|
1
|
+
import { default as AddIcon } from '../../../../../../../../src/assets/svg/add.svg?react';
|
|
2
|
+
import { default as AlicornIcon } from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
3
|
+
import { default as AnalyticsIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_analytics.svg?react';
|
|
4
|
+
import { default as C360IconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_c360.svg?react';
|
|
5
|
+
import { default as CatalogIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_catalog.svg?react';
|
|
6
|
+
import { default as ChartColumnIcon } from '../../../../../../../../src/assets/svg/chart-column.svg?react';
|
|
7
|
+
import { default as ChartLineIcon } from '../../../../../../../../src/assets/svg/chart-line.svg?react';
|
|
8
|
+
import { default as CheckIcon } from '../../../../../../../../src/assets/svg/check.svg?react';
|
|
9
|
+
import { default as CircleNodesIcon } from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
|
|
10
|
+
import { default as CloudIcon } from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
11
|
+
import { default as ConnectionsIcon } from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
12
|
+
import { default as DataPlatformIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
|
|
13
|
+
import { default as DatabaseIcon } from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
14
|
+
import { default as DsrIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_dsr.svg?react';
|
|
15
|
+
import { default as EmptyIcon } from '../../../../../../../../src/assets/svg/empty.svg?react';
|
|
16
|
+
import { default as EnrichmentIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_enrichment.svg?react';
|
|
17
|
+
import { default as EventAttributeIcon } from '../../../../../../../../src/assets/svg/event-attribute.svg?react';
|
|
18
|
+
import { default as EventIcon } from '../../../../../../../../src/assets/svg/event.svg?react';
|
|
19
|
+
import { default as FitToScreen } from '../../../../../../../../src/assets/svg/mp_act_lt_fit-to-screen.svg?react';
|
|
20
|
+
import { default as FolderClosedIcon } from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
|
|
21
|
+
import { default as ForwardingIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_forwarding.svg?react';
|
|
22
|
+
import { default as GearIcon } from '../../../../../../../../src/assets/svg/gear.svg?react';
|
|
23
|
+
import { default as GridIcon } from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
24
|
+
import { default as HeartIcon } from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
25
|
+
import { default as HelpIcon } from '../../../../../../../../src/assets/svg/help.svg?react';
|
|
26
|
+
import { default as IdentityIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_identity.svg?react';
|
|
27
|
+
import { default as JumpToIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_jump-to.svg?react';
|
|
28
|
+
import { default as LightBulbIcon } from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
|
|
29
|
+
import { default as LiveStreamIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_live-stream.svg?react';
|
|
30
|
+
import { default as PaywallIcon } from '../../../../../../../../src/assets/svg/paywall.svg?react';
|
|
31
|
+
import { default as MessageQuestionIcon } from '../../../../../../../../src/assets/svg/message-question.svg?react';
|
|
32
|
+
import { default as MpLogoIcon } from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
|
|
33
|
+
import { default as ObservabilityIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_observability.svg?react';
|
|
34
|
+
import { default as OversightIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_oversight.svg?react';
|
|
35
|
+
import { default as PredictionsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_predictions.svg?react';
|
|
36
|
+
import { default as PredictionsIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_predictions.svg?react';
|
|
37
|
+
import { default as RemoveIcon } from '../../../../../../../../src/assets/svg/remove.svg?react';
|
|
38
|
+
import { default as SearchIcon } from '../../../../../../../../src/assets/svg/search.svg?react';
|
|
39
|
+
import { default as SegmentationIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_segmentation.svg?react';
|
|
40
|
+
import { default as ShieldKeyholeIcon } from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
41
|
+
import { default as SignoutIcon } from '../../../../../../../../src/assets/svg/signout.svg?react';
|
|
42
|
+
import { default as SplitIcon } from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
43
|
+
import { default as SystemAlertsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_system-alerts.svg?react';
|
|
44
|
+
import { default as TransformationsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_transformations.svg?react';
|
|
45
|
+
import { default as UploadIcon } from '../../../../../../../../src/assets/svg/mp_act_it_upload.svg?react';
|
|
46
|
+
import { default as UserAttributeIcon } from '../../../../../../../../src/assets/svg/user-attribute.svg?react';
|
|
47
|
+
import { default as UserProfilesIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_userprofiles.svg?react';
|
|
48
|
+
import { default as UsersIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_users.svg?react';
|
|
49
|
+
import { default as WrenchIcon } from '../../../../../../../../src/assets/svg/wrench.svg?react';
|
|
50
|
+
import { default as ZoomIn } from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-in.svg?react';
|
|
51
|
+
import { default as ZoomOut } from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-out.svg?react';
|
|
52
|
+
import { default as PremiumIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_premium.svg?react';
|
|
53
|
+
import { default as ConversionIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_conversion.svg?react';
|
|
54
|
+
import { default as HelpVideoIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_help-video.svg?react';
|
|
55
|
+
import { default as NextIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_next.svg?react';
|
|
56
|
+
import { default as OpenTabIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_open-tab.svg?react';
|
|
57
|
+
import { default as PreviousIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_previous.svg?react';
|
|
58
|
+
import { default as DirectoryIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_directory.svg?react';
|
|
59
|
+
import { default as LockIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_lock.svg?react';
|
|
60
|
+
import { default as UnlockIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_unlock.svg?react';
|
|
61
|
+
import { default as NotificationIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_notification.svg?react';
|
|
62
|
+
import { default as PremiumIconDt } from '../../../../../../../../src/assets/svg/mp_info_dt_premium.svg?react';
|
|
63
|
+
import { default as OverviewIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_overview.svg?react';
|
|
64
|
+
import { default as FilterIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_filter.svg?react';
|
|
65
|
+
import { default as ActiveIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_active.svg?react';
|
|
66
|
+
import { default as LinkIcon } from '../../../../../../../../src/assets/svg/mp_info_link.svg?react';
|
|
67
|
+
import { default as InfoIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_info.svg?react';
|
|
68
|
+
import { default as Placeholder } from '../../../../../../../../src/assets/svg/mp_info_lt_placeholder.svg?react';
|
|
69
|
+
import { default as Organization } from '../../../../../../../../src/assets/svg/mp_pm_lt_organization.svg?react';
|
|
70
|
+
import { default as JourneyAnalysis } from '../../../../../../../../src/assets/svg/mp_pm_lt_journey-analysis.svg?react';
|
|
71
|
+
import { default as Dashboard } from '../../../../../../../../src/assets/svg/mp_pm_lt_dashboard.svg?react';
|
|
72
|
+
import { default as Account } from '../../../../../../../../src/assets/svg/mp_pm_lt_account.svg?react';
|
|
73
|
+
import { default as TextWidget } from '../../../../../../../../src/assets/svg/mp_info_lt_text-widget.svg?react';
|
|
74
|
+
import { default as RefreshFrequency } from '../../../../../../../../src/assets/svg/mp_info_lt_refresh-frequency.svg?react';
|
|
75
|
+
import { default as Privileges } from '../../../../../../../../src/assets/svg/mp_info_lt_privileges.svg?react';
|
|
76
|
+
import { default as Funnel } from '../../../../../../../../src/assets/svg/mp_info_lt_funnel.svg?react';
|
|
77
|
+
import { default as Cohort } from '../../../../../../../../src/assets/svg/mp_info_lt_cohort.svg?react';
|
|
78
|
+
import { default as Annotation } from '../../../../../../../../src/assets/svg/mp_info_lt_annotation.svg?react';
|
|
79
|
+
import { default as Delete } from '../../../../../../../../src/assets/svg/mp_act_lt_delete.svg?react';
|
|
80
|
+
import { default as DropdownClose } from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-close.svg?react';
|
|
81
|
+
import { default as DropdownOpen } from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-open.svg?react';
|
|
82
|
+
import { default as SegmentationAnalysis } from '../../../../../../../../src/assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
|
|
83
|
+
import { default as ScheduledReport } from '../../../../../../../../src/assets/svg/mp_pm_lt_scheduled-report.svg?react';
|
|
84
|
+
import { default as FullScreen } from '../../../../../../../../src/assets/svg/mp_act_lt_full-screen.svg?react';
|
|
85
|
+
import { default as Edit } from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?react';
|
|
86
|
+
import { default as Copy } from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
|
|
87
|
+
import { default as MoreActions } from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
|
|
88
88
|
export { AddIcon, AlicornIcon, AnalyticsIconDt, C360IconDt, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, ConnectionsIcon, DataPlatformIconDt, DatabaseIcon, DsrIcon, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FitToScreen, FolderClosedIcon, ForwardingIcon, GearIcon, GridIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, JumpToIcon, LightBulbIcon, LiveStreamIcon, PaywallIcon, MessageQuestionIcon, MpLogoIcon, ObservabilityIcon, OversightIconDt, PredictionsIconDt, PredictionsIcon, RemoveIcon, SearchIcon, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SystemAlertsIcon, TransformationsIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, OpenTabIcon, ConversionIcon, PremiumIcon, NextIcon, PreviousIcon, DirectoryIcon, LockIcon, UnlockIcon, NotificationIcon, PremiumIconDt, OverviewIconDt, FilterIcon, LinkIcon, ActiveIcon, InfoIcon, Placeholder, Organization, JourneyAnalysis, Dashboard, Account, TextWidget, RefreshFrequency, Privileges, Funnel, Cohort, Annotation, Delete, DropdownClose, DropdownOpen, SegmentationAnalysis, ScheduledReport, FullScreen, Edit, Copy, MoreActions, };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { Button, type IButtonProps } from './general/Button/Button';
|
|
2
2
|
export { FloatButton, type IFloatButtonProps } from './general/FloatButton/FloatButton';
|
|
3
3
|
export { Icon, type IIconProps } from './general/Icon/Icon';
|
|
4
|
-
export { Rate, type IRateProps } from './
|
|
4
|
+
export { Rate, type IRateProps } from './unused/Rate/Rate';
|
|
5
5
|
export { Form, type IFormProps, type FormInstance } from './data-entry/Form/Form';
|
|
6
6
|
export { TreeSelect, type ITreeSelectProps } from './data-entry/TreeSelect/TreeSelect';
|
|
7
7
|
export { Select, type ISelectProps, type DefaultOptionType } from './data-entry/Select/Select';
|
|
8
8
|
export { Mentions, type IMentionsProps } from './data-entry/Mentions/Mentions';
|
|
9
9
|
export { Radio, type IRadioProps } from './data-entry/Radio/Radio';
|
|
10
|
-
export { ColorPicker, type IColorPickerProps } from './
|
|
10
|
+
export { ColorPicker, type IColorPickerProps } from './unused/ColorPicker/ColorPicker';
|
|
11
11
|
export { Slider, type ISliderProps } from './data-entry/Slider/Slider';
|
|
12
12
|
export { Cascader, type ICascaderProps } from './data-entry/Cascader/Cascader';
|
|
13
13
|
export { DatePicker, type IDatePickerProps } from './data-entry/DatePicker/DatePicker';
|
|
@@ -26,17 +26,17 @@ export type { INumberInputProps } from './data-entry/QueryItem/NumberInput';
|
|
|
26
26
|
export type { ITextInputProps } from './data-entry/QueryItem/TextInput';
|
|
27
27
|
export { Collapse, type ICollapseProps } from './data-display/Collapse/Collapse';
|
|
28
28
|
export { Timeline, type ITimelineProps } from './data-display/Timeline/Timeline';
|
|
29
|
-
export { Calendar, type ICalendarProps } from './
|
|
29
|
+
export { Calendar, type ICalendarProps } from './unused/Calendar/Calendar';
|
|
30
30
|
export { Segmented, type ISegmentedProps } from './data-display/Segmented/Segmented';
|
|
31
31
|
export { Tabs, type ITabsProps } from './data-display/Tabs/Tabs';
|
|
32
32
|
export { Tag, type ITagProps } from './data-display/Tag/Tag';
|
|
33
33
|
export { Tour, type ITourProps } from './data-display/Tour/Tour';
|
|
34
|
-
export { Carousel, type ICarouselProps } from './
|
|
34
|
+
export { Carousel, type ICarouselProps } from './unused/Carousel/Carousel';
|
|
35
35
|
export { Tooltip, type ITooltipProps } from './data-display/Tooltip/Tooltip';
|
|
36
36
|
export { Statistic, type IStatisticProps } from './data-display/Statistic/Statistic';
|
|
37
37
|
export { Tree, type ITreeProps, type ITreeData } from './data-display/Tree/Tree';
|
|
38
38
|
export { Image, type IImageProps } from './data-display/Image/Image';
|
|
39
|
-
export { QRCode, type IQRCodeProps } from './
|
|
39
|
+
export { QRCode, type IQRCodeProps } from './unused/QRCode/QRCode';
|
|
40
40
|
export { Badge, type IBadgeProps } from './data-display/Badge/Badge';
|
|
41
41
|
export { Card, type ICardProps } from './data-display/Card/Card';
|
|
42
42
|
export { Avatar, type IAvatarProps } from './data-display/Avatar/Avatar';
|
|
@@ -49,7 +49,7 @@ export { Progress, type IProgressProps } from './feedback/Progress/Progress';
|
|
|
49
49
|
export { Result, type IResultProps } from './feedback/Result/Result';
|
|
50
50
|
export { Spin, type ISpinProps } from './feedback/Spin/Spin';
|
|
51
51
|
export { Skeleton, type ISkeletonProps } from './feedback/Skeleton/Skeleton';
|
|
52
|
-
export { Watermark, type IWatermarkProps } from './
|
|
52
|
+
export { Watermark, type IWatermarkProps } from './unused/Watermark/Watermark';
|
|
53
53
|
export { Popconfirm, type IPopconfirmProps } from './feedback/Popconfirm/Popconfirm';
|
|
54
54
|
export { Drawer, type IDrawerProps } from './feedback/Drawer/Drawer';
|
|
55
55
|
export { Modal, type IModalProps } from './feedback/Modal/Modal';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IFlexProps } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
2
2
|
export declare const Center: (props: Omit<IFlexProps, 'justify' | 'align'>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DividerProps as AntDividerProps } from 'antd';
|
|
2
2
|
export interface IDividerProps extends AntDividerProps {
|
|
3
3
|
}
|
|
4
4
|
export declare const Divider: (props: IDividerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import { Grid as AntGrid } from 'antd';
|
|
2
|
-
import { Col as AntCol } from 'antd';
|
|
3
|
-
import { Row as AntRow } from 'antd';
|
|
4
|
-
import { type RowProps as AntRowProps } from 'antd';
|
|
5
|
-
import { type ColProps as AntColProps } from 'antd';
|
|
1
|
+
import { Grid as AntGrid, Col as AntCol, Row as AntRow, RowProps as AntRowProps, ColProps as AntColProps } from 'antd';
|
|
6
2
|
export { AntGrid as Grid, AntCol as Col, type AntColProps as IColProps, AntRow as Row, type AntRowProps as IRowProps };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { type LayoutProps as AntLayoutProps } from 'antd';
|
|
1
|
+
import { LayoutProps as AntLayoutProps } from 'antd';
|
|
3
2
|
export interface ILayoutProps extends AntLayoutProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Layout: {
|
|
6
5
|
(props: ILayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Sider: import(
|
|
8
|
-
Footer: import(
|
|
9
|
-
Content: import(
|
|
10
|
-
Header: import(
|
|
6
|
+
Sider: import('react').ForwardRefExoticComponent<import('antd').SiderProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
7
|
+
Footer: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
|
|
8
|
+
Content: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
|
|
9
|
+
Header: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
|
|
11
10
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type SpaceProps as AntSpaceProps } from 'antd';
|
|
1
|
+
import { SpaceProps as AntSpaceProps } from 'antd';
|
|
3
2
|
export interface ISpaceProps extends AntSpaceProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Space: {
|
|
6
5
|
(props: ISpaceProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Compact: import(
|
|
6
|
+
Compact: import('react').FC<import('antd/es/space/Compact').SpaceCompactProps>;
|
|
8
7
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { type AnchorProps as AntAnchorProps } from 'antd';
|
|
1
|
+
import { AnchorProps as AntAnchorProps } from 'antd';
|
|
3
2
|
export interface IAnchorProps extends AntAnchorProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Anchor: {
|
|
6
5
|
(props: IAnchorProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Link: import(
|
|
6
|
+
Link: import('react').FC<import('antd').AnchorLinkProps>;
|
|
8
7
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
|
|
1
|
+
import { BreadcrumbProps as AntBreadcrumbProps } from 'antd';
|
|
3
2
|
export interface IBreadcrumbProps extends AntBreadcrumbProps {
|
|
4
3
|
}
|
|
5
4
|
export declare const Breadcrumb: {
|
|
6
5
|
(props: IBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Item: import(
|
|
6
|
+
Item: import('react').FC<import('antd').BreadcrumbItemProps> & {
|
|
8
7
|
__ANT_BREADCRUMB_ITEM: boolean;
|
|
9
8
|
};
|
|
10
9
|
};
|