@mparticle/aquarium 1.61.0-operation-prism-shift.1 → 1.61.0-operation-prism-shift.3
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 +27036 -0
- package/dist/aquarium.umd.cjs +252 -0
- package/dist/index.d.ts +1 -0
- package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +18 -0
- package/dist/src/components/UXPatterns/UnauthorizedTooltip/UnauthorizedTooltip.d.ts +9 -0
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +11 -0
- package/dist/src/components/data-display/Badge/Badge.d.ts +11 -0
- package/dist/src/components/data-display/Card/Card.d.ts +12 -0
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +10 -0
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +11 -0
- package/dist/src/components/data-display/Empty/Empty.d.ts +36 -0
- package/dist/src/components/data-display/Image/Image.d.ts +11 -0
- package/dist/src/components/data-display/List/List.d.ts +9 -0
- package/dist/src/components/data-display/Popover/Popover.d.ts +5 -0
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +7 -0
- package/dist/src/components/data-display/Table/Table.d.ts +21 -0
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +10 -0
- package/dist/src/components/data-display/Tag/Tag.d.ts +13 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +5 -0
- package/dist/src/components/data-display/Tour/Tour.d.ts +5 -0
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +5 -0
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +11 -0
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +11 -0
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +78 -0
- package/dist/src/components/data-entry/Form/Form.d.ts +28 -0
- package/dist/src/components/data-entry/Input/Input.d.ts +14 -0
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +5 -0
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +10 -0
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +27 -0
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +16 -0
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +16 -0
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +17 -0
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +11 -0
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +10 -0
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +11 -0
- package/dist/src/components/data-entry/Radio/Radio.d.ts +11 -0
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +5 -0
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +5 -0
- package/dist/src/components/data-entry/Select/Select.d.ts +14 -0
- package/dist/src/components/data-entry/Switch/Switch.d.ts +5 -0
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +11 -0
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +14 -0
- package/dist/src/components/data-entry/Upload/Upload.d.ts +16 -0
- package/dist/src/components/feedback/Alert/Alert.d.ts +13 -0
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +5 -0
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +8 -0
- package/dist/src/components/feedback/Message/Message.d.ts +23 -0
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +14 -0
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +9 -0
- package/dist/src/components/feedback/Modal/Modal.d.ts +16 -0
- package/dist/src/components/feedback/Notification/Notification.d.ts +22 -0
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +5 -0
- package/dist/src/components/feedback/Progress/Progress.d.ts +5 -0
- package/dist/src/components/feedback/Result/Result.d.ts +17 -0
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +19 -0
- package/dist/src/components/feedback/Spin/Spin.d.ts +10 -0
- package/dist/src/components/general/Button/Button.d.ts +18 -0
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +12 -0
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +9 -0
- package/dist/src/components/general/Icon/Icon.d.ts +12 -0
- package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +9 -0
- package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +9 -0
- package/dist/src/components/general/Typography/Typography.d.ts +35 -0
- package/dist/src/components/general/Typography/colors.d.ts +3 -0
- package/dist/src/components/icons/index.d.ts +140 -0
- package/dist/src/components/index.d.ts +99 -0
- package/dist/src/components/layout/Center/Center.d.ts +3 -0
- package/dist/src/components/layout/Divider/Divider.d.ts +5 -0
- package/dist/src/components/layout/Flex/Flex.d.ts +5 -0
- package/dist/src/components/layout/Grid/Grid.d.ts +6 -0
- package/dist/src/components/layout/Layout/Layout.d.ts +13 -0
- package/dist/src/components/layout/Space/Space.d.ts +11 -0
- package/dist/src/components/layout/Splitter/Splitter.d.ts +23 -0
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +10 -0
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +12 -0
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +46 -0
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +20 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +15 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +7 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +10 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +12 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +18 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +7 -0
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +2 -0
- package/dist/src/components/navigation/Menu/Menu.d.ts +24 -0
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +5 -0
- package/dist/src/components/navigation/Steps/Steps.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +5 -0
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +5 -0
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +15 -0
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +10 -0
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +16 -0
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +19 -0
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +5 -0
- package/dist/src/constants/ChartColors.d.ts +1 -0
- package/dist/src/constants/ChartConfig.d.ts +8 -0
- package/dist/src/constants/Icons.d.ts +2 -0
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +14 -0
- package/dist/src/hooks/useInitData.d.ts +1 -0
- package/dist/src/hooks/useMount.d.ts +1 -0
- package/dist/src/hooks/useUnMount.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +9 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.spec.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/index.d.ts +1 -0
- package/dist/src/services/user-preferences/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/definitions/index.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +5 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-scope-type.d.ts +6 -0
- package/dist/src/services/user-preferences/models/storage-models/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/storage-models/user-preference-scope.d.ts +8 -0
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +19 -0
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +26 -0
- package/dist/src/shared/Operation.d.ts +178 -0
- package/dist/src/shared/Paths.d.ts +146 -0
- package/dist/src/shared/Suite.d.ts +9 -0
- package/dist/src/shared/UserPreferences.d.ts +12 -0
- package/dist/src/shared/Utils.d.ts +4 -0
- package/dist/src/shared/services/AudiencePermissionsService.d.ts +9 -0
- package/dist/src/shared/services/AuthorizationsService.d.ts +6 -0
- package/dist/src/shared/services/FeatureFlagsService.d.ts +54 -0
- package/dist/src/shared/services/InitializationService.d.ts +4 -0
- package/dist/src/shared/services/NavigationItemsService.d.ts +55 -0
- package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +12 -0
- package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +6 -0
- package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +7 -0
- package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +11 -0
- package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +22 -0
- package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +10 -0
- package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +13 -0
- package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +10 -0
- package/dist/src/shared/services/routeAuthorizations/segmentation-authorizations.d.ts +10 -0
- package/dist/src/styles/style.d.ts +425 -0
- package/dist/src/types/icons.d.ts +14 -0
- package/dist/src/utils/Cookies.d.ts +15 -0
- package/dist/src/utils/ExampleStory.d.ts +9 -0
- package/dist/src/utils/GetGlobalToken.d.ts +2 -0
- package/dist/src/utils/debounce.d.ts +1 -0
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -0
- package/dist/src/utils/utils.d.ts +16 -0
- package/dist/src/utils/utils.spec.d.ts +1 -0
- package/dist/style.css +1 -0
- package/dist/style.ts +437 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as __DTS_1__ } from 'antd/es/alert/ErrorBoundary';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
import { type AlertProps as AntAlertProps } from 'antd';
|
|
4
|
+
import { type ReactNode } from 'react';
|
|
5
|
+
export interface IAlertProps extends Omit<AntAlertProps, 'message'> {
|
|
6
|
+
message?: ReactNode;
|
|
7
|
+
expandable?: boolean;
|
|
8
|
+
expandableContent?: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const Alert: {
|
|
11
|
+
(props: IAlertProps): JSX.Element;
|
|
12
|
+
ErrorBoundary: typeof __DTS_1__;
|
|
13
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
import { type IModalProps } from '../Modal/Modal';
|
|
4
|
+
export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'> {
|
|
5
|
+
fetchData: () => Promise<Data>;
|
|
6
|
+
children: (initData: Data) => React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Key } from 'react';
|
|
2
|
+
import { TypeOpen, ConfigOptions, MessageType } from 'antd/es/message/interface';
|
|
3
|
+
import { default as __DTS_1__ } from 'antd/es/message/useMessage';
|
|
4
|
+
import { JSX } from 'react/jsx-runtime';
|
|
5
|
+
/// <reference types="react" />
|
|
6
|
+
import { message as AntMessage } from 'antd';
|
|
7
|
+
import { type MessageArgsProps as AntMessageArgsProps } from 'antd';
|
|
8
|
+
export interface IMessageProps extends AntMessageArgsProps {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export { AntMessage as message };
|
|
12
|
+
export declare const Message: {
|
|
13
|
+
(props: IMessageProps): JSX.Element;
|
|
14
|
+
useMessage: typeof __DTS_1__;
|
|
15
|
+
info: TypeOpen;
|
|
16
|
+
error: TypeOpen;
|
|
17
|
+
destroy: (key?: Key | undefined) => void;
|
|
18
|
+
config: (config: ConfigOptions) => void;
|
|
19
|
+
success: TypeOpen;
|
|
20
|
+
open: (config: AntMessageArgsProps) => MessageType;
|
|
21
|
+
loading: TypeOpen;
|
|
22
|
+
warning: TypeOpen;
|
|
23
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { type IModalProps } from '../../..';
|
|
4
|
+
export interface IDeleteConfirmModalProps extends IModalProps {
|
|
5
|
+
open: boolean;
|
|
6
|
+
title: string;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
onOk: () => void;
|
|
9
|
+
onCancel: () => void;
|
|
10
|
+
okText?: string;
|
|
11
|
+
okButtonProps?: IModalProps['okButtonProps'];
|
|
12
|
+
width?: number;
|
|
13
|
+
}
|
|
14
|
+
export declare function DeleteConfirmModal(props: IDeleteConfirmModalProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type IModalProps } from '../../..';
|
|
3
|
+
export interface IErrorModalProps extends Omit<IModalProps, 'footer' | 'okText' | 'okButtonProps' | 'cancelText' | 'cancelButtonProps' | 'onOk' | 'onCancel' | 'content'> {
|
|
4
|
+
open: boolean;
|
|
5
|
+
title?: string;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
onClose: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function ErrorModal(props: IErrorModalProps): React.JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as __DTS_1__ } from 'antd/es/modal/useModal';
|
|
2
|
+
import { ModalFunc, modalGlobalConfig } from 'antd/es/modal/confirm';
|
|
3
|
+
import { JSX } from 'react/jsx-runtime';
|
|
4
|
+
import { type ModalProps as AntModalProps } from 'antd';
|
|
5
|
+
export interface IModalProps extends AntModalProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const Modal: {
|
|
8
|
+
(props: IModalProps): JSX.Element;
|
|
9
|
+
info: ModalFunc;
|
|
10
|
+
success: ModalFunc;
|
|
11
|
+
confirm: ModalFunc;
|
|
12
|
+
warning: ModalFunc;
|
|
13
|
+
config: typeof modalGlobalConfig;
|
|
14
|
+
destroyAll: () => void;
|
|
15
|
+
useModal: typeof __DTS_1__;
|
|
16
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Key } from 'react';
|
|
2
|
+
import { GlobalConfigProps } from 'antd/es/notification/interface';
|
|
3
|
+
import { default as __DTS_1__ } from 'antd/es/notification/useNotification';
|
|
4
|
+
import { JSX } from 'react/jsx-runtime';
|
|
5
|
+
/// <reference types="react" />
|
|
6
|
+
import { notification as AntNotification } from 'antd';
|
|
7
|
+
import { type NotificationArgsProps } from 'antd';
|
|
8
|
+
export interface INotificationProps extends NotificationArgsProps {
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export { AntNotification as notification };
|
|
12
|
+
export declare const Notification: {
|
|
13
|
+
(props: INotificationProps): JSX.Element;
|
|
14
|
+
useNotification: typeof __DTS_1__;
|
|
15
|
+
warning: (config: NotificationArgsProps) => void;
|
|
16
|
+
open: (config: NotificationArgsProps) => void;
|
|
17
|
+
info: (config: NotificationArgsProps) => void;
|
|
18
|
+
config: (config: GlobalConfigProps) => void;
|
|
19
|
+
destroy: (key?: Key | undefined) => void;
|
|
20
|
+
error: (config: NotificationArgsProps) => void;
|
|
21
|
+
success: (config: NotificationArgsProps) => void;
|
|
22
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { type ResultProps as AntResultProps } from 'antd';
|
|
5
|
+
export interface IResultProps extends AntResultProps {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated The Result component should not be used without design team permission.
|
|
9
|
+
* Please refer to the Empty component documentation for approved empty/error states.
|
|
10
|
+
* See: Components/Data Display/Empty
|
|
11
|
+
*/
|
|
12
|
+
export declare const Result: {
|
|
13
|
+
(props: IResultProps): JSX.Element;
|
|
14
|
+
PRESENTED_IMAGE_403: FC<{}>;
|
|
15
|
+
PRESENTED_IMAGE_404: FC<{}>;
|
|
16
|
+
PRESENTED_IMAGE_500: FC<{}>;
|
|
17
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SkeletonInputProps } from 'antd/es/skeleton/Input';
|
|
2
|
+
import { SkeletonImageProps } from 'antd/es/skeleton/Image';
|
|
3
|
+
import { SkeletonNodeProps } from 'antd/es/skeleton/Node';
|
|
4
|
+
import { SkeletonButtonProps } from 'antd/es/skeleton/Button';
|
|
5
|
+
import { AvatarProps } from 'antd/es/skeleton/Avatar';
|
|
6
|
+
import { FC } from 'react';
|
|
7
|
+
import { JSX } from 'react/jsx-runtime';
|
|
8
|
+
/// <reference types="react" />
|
|
9
|
+
import { type SkeletonProps as AntSkeletonProps } from 'antd';
|
|
10
|
+
export interface ISkeletonProps extends Omit<AntSkeletonProps, 'active'> {
|
|
11
|
+
}
|
|
12
|
+
export declare const Skeleton: {
|
|
13
|
+
(props: ISkeletonProps): JSX.Element;
|
|
14
|
+
Avatar: FC<AvatarProps>;
|
|
15
|
+
Button: FC<SkeletonButtonProps>;
|
|
16
|
+
Node: FC<SkeletonNodeProps>;
|
|
17
|
+
Image: FC<SkeletonImageProps>;
|
|
18
|
+
Input: FC<SkeletonInputProps>;
|
|
19
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { type SpinProps as AntSpinProps } from 'antd';
|
|
5
|
+
export interface ISpinProps extends AntSpinProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const Spin: {
|
|
8
|
+
(props: ISpinProps): JSX.Element;
|
|
9
|
+
setDefaultIndicator: (indicator: ReactNode) => void;
|
|
10
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ButtonGroupProps } from 'antd/es/button';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { type ButtonProps as AntButtonProps } from 'antd';
|
|
5
|
+
import { type ReactNode } from 'react';
|
|
6
|
+
export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This variant is a temporary fix for new icons.
|
|
9
|
+
* Use this variant only with new icons to align the icon and text centered.
|
|
10
|
+
* This will be removed once all icons are updated.
|
|
11
|
+
*/
|
|
12
|
+
variant?: 'with-new-icon';
|
|
13
|
+
icon?: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare const Button: {
|
|
16
|
+
(props: IButtonProps): JSX.Element;
|
|
17
|
+
Group: React.FC<ButtonGroupProps>;
|
|
18
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BackTopProps } from 'antd/es/float-button/interface';
|
|
2
|
+
import { ForwardRefExoticComponent, RefAttributes, FC } from 'react';
|
|
3
|
+
import { JSX } from 'react/jsx-runtime';
|
|
4
|
+
/// <reference types="react" />
|
|
5
|
+
import { FloatButtonRef, FloatButtonGroupProps, type FloatButtonProps as AntFloatButtonProps } from 'antd';
|
|
6
|
+
export interface IFloatButtonProps extends AntFloatButtonProps {
|
|
7
|
+
}
|
|
8
|
+
export declare const FloatButton: {
|
|
9
|
+
(props: IFloatButtonProps): JSX.Element;
|
|
10
|
+
BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
|
|
11
|
+
Group: FC<Readonly<FloatButtonGroupProps>>;
|
|
12
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
3
|
+
export interface IErrorStateIconProps {
|
|
4
|
+
size?: IconSize;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
export declare const ErrorStateIcon: React.FC<IErrorStateIconProps>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { IconVariant, IconNames } from '../../../types/icons';
|
|
3
|
+
type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
4
|
+
export type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'white' | 'black' | 'text' | 'strong' | 'brand' | 'inherit';
|
|
5
|
+
export interface IIconProps {
|
|
6
|
+
name: IconNames;
|
|
7
|
+
color?: IconColor;
|
|
8
|
+
size?: IconSize;
|
|
9
|
+
variant?: IconVariant;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon: React.FC<IIconProps>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
3
|
+
export interface ISuccessStateIconProps {
|
|
4
|
+
size?: IconSize;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
export declare const SuccessStateIcon: React.FC<ISuccessStateIconProps>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
|
|
3
|
+
export interface IWarningStateIconProps {
|
|
4
|
+
size?: IconSize;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
export declare const WarningStateIcon: React.FC<IWarningStateIconProps>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { TextProps as AntTextProps } from 'antd/es/typography/Text';
|
|
4
|
+
import type { TitleProps as AntTitleProps } from 'antd/es/typography/Title';
|
|
5
|
+
import type { LinkProps as AntLinkProps } from 'antd/es/typography/Link';
|
|
6
|
+
import type { ParagraphProps as AntParagraphProps } from 'antd/es/typography/Paragraph';
|
|
7
|
+
import { type TypographyColor } from './colors';
|
|
8
|
+
type TypographySize = 'base' | 'sm' | 'lg' | 'xl' | number;
|
|
9
|
+
interface InternalTypographyProps {
|
|
10
|
+
size?: TypographySize;
|
|
11
|
+
color?: TypographyColor;
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare const Typography: {
|
|
15
|
+
(): JSX.Element;
|
|
16
|
+
Text: (props: ITextProps) => JSX.Element;
|
|
17
|
+
Title: (props: ITitleProps) => JSX.Element;
|
|
18
|
+
Link: (props: ILinkProps) => JSX.Element;
|
|
19
|
+
Paragraph: (props: IParagraphProps) => JSX.Element;
|
|
20
|
+
};
|
|
21
|
+
type InternalTextProps = InternalTypographyProps & AntTextProps;
|
|
22
|
+
type InternalTitleProps = InternalTypographyProps & AntTitleProps;
|
|
23
|
+
type InternalLinkProps = InternalTypographyProps & AntLinkProps;
|
|
24
|
+
type InternalParagraphProps = InternalTypographyProps & AntParagraphProps;
|
|
25
|
+
export interface ITextProps extends InternalTextProps {
|
|
26
|
+
tooltip?: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface ITitleProps extends InternalTitleProps {
|
|
29
|
+
}
|
|
30
|
+
export interface ILinkProps extends InternalLinkProps {
|
|
31
|
+
tooltip?: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface IParagraphProps extends InternalParagraphProps {
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const TypographyColors: readonly ["ColorText", "ColorTextSecondary", "ColorTextTertiary", "ColorTextQuaternary", "ColorInfoText", "ColorInfoTextActive", "ColorPrimaryTextHover", "ColorPrimaryText", "ColorPrimaryTextActive", "ColorSuccessTextHover", "ColorSuccessText", "ColorSuccessTextActive", "ColorErrorTextHover", "ColorErrorText", "ColorErrorTextActive", "ColorWarningTextHover", "ColorWarningText", "ColorWarningTextActive", "ColorLink", "ColorLinkHover", "ColorLinkActive", "ColorTextPlaceholder", "ColorTextDisabled", "ColorTextHeading", "ColorTextLabel", "ColorTextDescription", "ColorTextLightSolid"];
|
|
2
|
+
export type TypographyColor = (typeof TypographyColors)[number];
|
|
3
|
+
export declare function getColorFromStyles(color: TypographyColor | string): string;
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import AcceptIcon from '../../assets/svg/mp_act_lt_accept.svg?react';
|
|
2
|
+
import AddIcon from '../../assets/svg/add.svg?react';
|
|
3
|
+
import AlicornIcon from '../../assets/svg/alicorn.svg?react';
|
|
4
|
+
import RateDownIcon from '../../assets/svg/rate_down.svg?react';
|
|
5
|
+
import RateDownIconDt from '../../assets/svg/mp_act_dt_rate-down.svg?react';
|
|
6
|
+
import RateStarIcon from '../../assets/svg/mp_act_lt_rate-star.svg?react';
|
|
7
|
+
import RateStarIconDt from '../../assets/svg/mp_act_dt_rate-star.svg?react';
|
|
8
|
+
import RateUpIcon from '../../assets/svg/rate_up.svg?react';
|
|
9
|
+
import RateUpIconDt from '../../assets/svg/mp_act_dt_rate-up.svg?react';
|
|
10
|
+
import RunIcon from '../../assets/svg/mp_act_lt_run.svg?react';
|
|
11
|
+
import AnalyticsIcon from '../../assets/svg/mp_pm_lt_analytcis.svg?react';
|
|
12
|
+
import AnalyticsIconDt from '../../assets/svg/mp_pm_dt_analytics.svg?react';
|
|
13
|
+
import C360Icon from '../../assets/svg/mp_pm_lt_c360.svg?react';
|
|
14
|
+
import C360IconDt from '../../assets/svg/mp_pm_dt_c360.svg?react';
|
|
15
|
+
import CalculatedAttributeIcon from '../../assets/svg/mp_info_lt_calculated-attribute.svg?react';
|
|
16
|
+
import CriteriaGroupIcon from '../../assets/svg/mp_info_lt_criteria-group.svg?react';
|
|
17
|
+
import CatalogIcon from '../../assets/svg/mp_pm_lt_catalog.svg?react';
|
|
18
|
+
import ChartColumnIcon from '../../assets/svg/chart-column.svg?react';
|
|
19
|
+
import ChartLineIcon from '../../assets/svg/chart-line.svg?react';
|
|
20
|
+
import CheckIcon from '../../assets/svg/check.svg?react';
|
|
21
|
+
import CircleNodesIcon from '../../assets/svg/circle-nodes.svg?react';
|
|
22
|
+
import CloudIcon from '../../assets/svg/cloud.svg?react';
|
|
23
|
+
import ConnectionsIcon from '../../assets/svg/connections.svg?react';
|
|
24
|
+
import DataPlatformIcon from '../../assets/svg/mp_pm_lt_data-paltform.svg?react';
|
|
25
|
+
import DataPlatformIconDt from '../../assets/svg/mp_pm_dt_data-platform.svg?react';
|
|
26
|
+
import DatabaseIcon from '../../assets/svg/database.svg?react';
|
|
27
|
+
import DateIcon from '../../assets/svg/mp_pm_lt_date.svg?react';
|
|
28
|
+
import DevicesIcon from '../../assets/svg/mp_pm_lt_devices.svg?react';
|
|
29
|
+
import DragAndDropIcon from '../../assets/svg/mp_act_lt_dragandrop.svg?react';
|
|
30
|
+
import DsrIcon from '../../assets/svg/mp_pm_lt_dsr.svg?react';
|
|
31
|
+
import EmptyIcon from '../../assets/svg/empty.svg?react';
|
|
32
|
+
import StateError from '../../assets/svg/mp_info_lt_empty-error.svg?react';
|
|
33
|
+
import EnrichmentIcon from '../../assets/svg/mp_pm_lt_enrichment.svg?react';
|
|
34
|
+
import EventAttributeIcon from '../../assets/svg/event-attribute.svg?react';
|
|
35
|
+
import EventIcon from '../../assets/svg/event.svg?react';
|
|
36
|
+
import FitToScreen from '../../assets/svg/mp_act_lt_fit-to-screen.svg?react';
|
|
37
|
+
import FolderClosedIcon from '../../assets/svg/folder-closed.svg?react';
|
|
38
|
+
import ForwardingIcon from '../../assets/svg/mp_pm_lt_forwarding.svg?react';
|
|
39
|
+
import GearIcon from '../../assets/svg/gear.svg?react';
|
|
40
|
+
import GridIcon from '../../assets/svg/grid.svg?react';
|
|
41
|
+
import GroupIcon from '../../assets/svg/mp_info_lt_group.svg?react';
|
|
42
|
+
import HeartIcon from '../../assets/svg/heart.svg?react';
|
|
43
|
+
import HelpIcon from '../../assets/svg/help.svg?react';
|
|
44
|
+
import HistoryIcon from '../../assets/svg/mp_info_lt_history.svg?react';
|
|
45
|
+
import IdentityIcon from '../../assets/svg/mp_pm_lt_identity.svg?react';
|
|
46
|
+
import JumpToIcon from '../../assets/svg/mp_act_lt_jump-to.svg?react';
|
|
47
|
+
import LightBulbIcon from '../../assets/svg/lightbulb.svg?react';
|
|
48
|
+
import LiveStreamIcon from '../../assets/svg/mp_pm_lt_live-stream.svg?react';
|
|
49
|
+
import MessageQuestionIcon from '../../assets/svg/message-question.svg?react';
|
|
50
|
+
import MpLogoIcon from '../../assets/svg/mpLogo.svg?react';
|
|
51
|
+
import ObservabilityIcon from '../../assets/svg/mp_pm_lt_observability.svg?react';
|
|
52
|
+
import OversightIcon from '../../assets/svg/mp_pm_lt_oversight.svg?react';
|
|
53
|
+
import OversightIconDt from '../../assets/svg/mp_pm_dt_oversight.svg?react';
|
|
54
|
+
import PrecisionIcon from '../../assets/svg/precision.svg?react';
|
|
55
|
+
import PredictionsIcon from '../../assets/svg/mp_pm_lt_predictions.svg?react';
|
|
56
|
+
import PredictionsIconDt from '../../assets/svg/mp_pm_dt_predictions.svg?react';
|
|
57
|
+
import RemoveIcon from '../../assets/svg/remove.svg?react';
|
|
58
|
+
import SearchIcon from '../../assets/svg/search.svg?react';
|
|
59
|
+
import SegmentationIconDt from '../../assets/svg/mp_pm_dt_segmentation.svg?react';
|
|
60
|
+
import ShieldKeyholeIcon from '../../assets/svg/shield-keyhole.svg?react';
|
|
61
|
+
import SignoutIcon from '../../assets/svg/signout.svg?react';
|
|
62
|
+
import SplitIcon from '../../assets/svg/split.svg?react';
|
|
63
|
+
import SystemAlertsIcon from '../../assets/svg/mp_pm_lt_system-alerts.svg?react';
|
|
64
|
+
import TransformationsIcon from '../../assets/svg/mp_pm_lt_transformations.svg?react';
|
|
65
|
+
import UploadIcon from '../../assets/svg/mp_act_it_upload.svg?react';
|
|
66
|
+
import UserAttributeIcon from '../../assets/svg/user-attribute.svg?react';
|
|
67
|
+
import UserIcon from '../../assets/svg/mp_info_lt_user.svg?react';
|
|
68
|
+
import UserProfilesIcon from '../../assets/svg/mp_pm_lt_userprofiles.svg?react';
|
|
69
|
+
import ViewOnlyIcon from '../../assets/svg/mp_info_lt_view-only.svg?react';
|
|
70
|
+
import UsersIcon from '../../assets/svg/mp_info_lt_users.svg?react';
|
|
71
|
+
import WrenchIcon from '../../assets/svg/wrench.svg?react';
|
|
72
|
+
import ZoomIn from '../../assets/svg/mp_act_lt_zoom-in.svg?react';
|
|
73
|
+
import ZoomOut from '../../assets/svg/mp_act_lt_zoom-out.svg?react';
|
|
74
|
+
import PremiumIcon from '../../assets/svg/mp_info_lt_premium.svg?react';
|
|
75
|
+
import PaywallIcon from '../../assets/svg/mp_info_lt_paywall.svg?react';
|
|
76
|
+
import ConversionIcon from '../../assets/svg/mp_info_lt_conversion.svg?react';
|
|
77
|
+
import HelpVideoIcon from '../../assets/svg/mp_info_lt_help-video.svg?react';
|
|
78
|
+
import NextIcon from '../../assets/svg/mp_act_lt_next.svg?react';
|
|
79
|
+
import NumberIcon from '../../assets/svg/mp_data_lt_number.svg?react';
|
|
80
|
+
import OpenTabIcon from '../../assets/svg/mp_act_lt_open-tab.svg?react';
|
|
81
|
+
import PauseIcon from '../../assets/svg/mp_act_lt_pause.svg?react';
|
|
82
|
+
import PlayIcon from '../../assets/svg/mp_act_lt_play.svg?react';
|
|
83
|
+
import PreviousIcon from '../../assets/svg/mp_act_lt_previous.svg?react';
|
|
84
|
+
import DirectoryIcon from '../../assets/svg/mp_pm_lt_directory.svg?react';
|
|
85
|
+
import LockIcon from '../../assets/svg/mp_act_lt_lock.svg?react';
|
|
86
|
+
import UnlockIcon from '../../assets/svg/mp_act_lt_unlock.svg?react';
|
|
87
|
+
import NotificationIcon from '../../assets/svg/mp_pm_lt_notification.svg?react';
|
|
88
|
+
import NotificationSubscribedIcon from '../../assets/svg/mp_pm_lt_notification_subscribed.svg?react';
|
|
89
|
+
import NotificationSubscribeIcon from '../../assets/svg/mp_pm_lt_notification_subscribe.svg?react';
|
|
90
|
+
import PremiumIconDt from '../../assets/svg/mp_info_dt_premium.svg?react';
|
|
91
|
+
import OverviewIcon from '../../assets/svg/mp_pm_lt_overview.svg?react';
|
|
92
|
+
import OverviewIconDt from '../../assets/svg/mp_pm_dt_overview.svg?react';
|
|
93
|
+
import FilterIcon from '../../assets/svg/mp_act_lt_filter.svg?react';
|
|
94
|
+
import ActiveIcon from '../../assets/svg/mp_info_lt_active.svg?react';
|
|
95
|
+
import AgentCopilotIcon from '../../assets/svg/mp_info_dt_agent-copilot.svg?react';
|
|
96
|
+
import AudienceGroupIcon from '../../assets/svg/mp_info_lt_audience-group.svg?react';
|
|
97
|
+
import LinkIcon from '../../assets/svg/mp_info_link.svg?react';
|
|
98
|
+
import InfoIcon from '../../assets/svg/mp_info_lt_info.svg?react';
|
|
99
|
+
import Placeholder from '../../assets/svg/mp_info_lt_placeholder.svg?react';
|
|
100
|
+
import Organization from '../../assets/svg/mp_pm_lt_organization.svg?react';
|
|
101
|
+
import JourneyAnalysis from '../../assets/svg/mp_pm_lt_journey-analysis.svg?react';
|
|
102
|
+
import Dashboard from '../../assets/svg/mp_pm_lt_dashboard.svg?react';
|
|
103
|
+
import Account from '../../assets/svg/mp_pm_lt_account.svg?react';
|
|
104
|
+
import TextWidget from '../../assets/svg/mp_info_lt_text-widget.svg?react';
|
|
105
|
+
import RefreshFrequency from '../../assets/svg/mp_info_lt_refresh-frequency.svg?react';
|
|
106
|
+
import Privileges from '../../assets/svg/mp_info_lt_privileges.svg?react';
|
|
107
|
+
import Funnel from '../../assets/svg/mp_info_lt_funnel.svg?react';
|
|
108
|
+
import Cohort from '../../assets/svg/mp_info_lt_cohort.svg?react';
|
|
109
|
+
import Annotation from '../../assets/svg/mp_info_lt_annotation.svg?react';
|
|
110
|
+
import Delete from '../../assets/svg/mp_act_lt_delete.svg?react';
|
|
111
|
+
import DropdownClose from '../../assets/svg/mp_act_lt_dropdown-close.svg?react';
|
|
112
|
+
import DropdownOpen from '../../assets/svg/mp_act_lt_dropdown-open.svg?react';
|
|
113
|
+
import SegmentationAnalysis from '../../assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
|
|
114
|
+
import ScheduledReport from '../../assets/svg/mp_pm_lt_scheduled-report.svg?react';
|
|
115
|
+
import FullScreen from '../../assets/svg/mp_act_lt_full-screen.svg?react';
|
|
116
|
+
import Edit from '../../assets/svg/mp_act_lt_edit.svg?react';
|
|
117
|
+
import Copy from '../../assets/svg/mp_act_lt_copy.svg?react';
|
|
118
|
+
import MoreActions from '../../assets/svg/mp_act_lt_more-actions.svg?react';
|
|
119
|
+
import AbSplit from '../../assets/svg/mp_info_lt_ab-split.svg?react';
|
|
120
|
+
import ArrayIcon from '../../assets/svg/mp_data_dt_array.svg?react';
|
|
121
|
+
import BannerFreemium from '../../assets/svg/mp_info_dt_sampled.svg?react';
|
|
122
|
+
import BooleanIcon from '../../assets/svg/mp_data_lt_boolean.svg?react';
|
|
123
|
+
import StateEmpty from '../../assets/svg/mp_info_lt_state-empty.svg?react';
|
|
124
|
+
import StateNoResults from '../../assets/svg/mp_info_lt_state-no-results.svg?react';
|
|
125
|
+
import Back from '../../assets/svg/mp_act_lt_back.svg?react';
|
|
126
|
+
import Flag from '../../assets/svg/flag.svg?react';
|
|
127
|
+
import SubmitFeedback from '../../assets/svg/mp_act_lt_submit-feedback.svg?react';
|
|
128
|
+
import Boost from '../../assets/svg/mp_info_lt_boost.svg?react';
|
|
129
|
+
import Clone from '../../assets/svg/mp_act_lt_clone.svg?react';
|
|
130
|
+
import Reorder from '../../assets/svg/mp_act_lt_reorder.svg?react';
|
|
131
|
+
import GenericIcon from '../../assets/svg/mp_info_lt_generic.svg?react';
|
|
132
|
+
import ListIcon from '../../assets/svg/mp_data_dt_list.svg?react';
|
|
133
|
+
import OtherIcon from '../../assets/svg/mp_info_lt_other.svg?react';
|
|
134
|
+
import OtherDataIcon from '../../assets/svg/mp_data_dt_other.svg?react';
|
|
135
|
+
import RefreshIcon from '../../assets/svg/refresh.svg?react';
|
|
136
|
+
import StringIcon from '../../assets/svg/mp_data_dt_string.svg?react';
|
|
137
|
+
import TimestampIcon from '../../assets/svg/mp_data_dt_timestamp.svg?react';
|
|
138
|
+
import ToggleLogicBlocks from '../../assets/svg/mp_act_lt_toggle-logic-blocks.svg?react';
|
|
139
|
+
import MoveToTop from '../../assets/svg/mp_act_lt_move-to-top.svg?react';
|
|
140
|
+
export { AbSplit, AcceptIcon, Account, ActiveIcon, AgentCopilotIcon, AddIcon, AlicornIcon, ArrayIcon, AudienceGroupIcon, RateDownIcon, RateDownIconDt, RateStarIcon, RateStarIconDt, RateUpIcon, RateUpIconDt, RunIcon, AnalyticsIcon, AnalyticsIconDt, Annotation, C360Icon, C360IconDt, CalculatedAttributeIcon, CriteriaGroupIcon, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIcon, DataPlatformIconDt, DateIcon, Delete, DevicesIcon, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, StateError, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, Flag, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GenericIcon, GridIcon, GroupIcon, HeartIcon, HelpIcon, HelpVideoIcon, HistoryIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OtherIcon, OversightIcon, OversightIconDt, OverviewIcon, OverviewIconDt, PauseIcon, Placeholder, PlayIcon, PrecisionIcon, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, Reorder, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SubmitFeedback, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserIcon, UserProfilesIcon, UsersIcon, ViewOnlyIcon, WrenchIcon, ZoomIn, ZoomOut, BannerFreemium, PaywallIcon, StateEmpty, StateNoResults, Back, BooleanIcon, Boost, Clone, ListIcon, NumberIcon, OtherDataIcon, RefreshIcon, StringIcon, TimestampIcon, ToggleLogicBlocks, MoveToTop, };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export { Button, type IButtonProps } from './general/Button/Button';
|
|
2
|
+
export { FloatButton, type IFloatButtonProps } from './general/FloatButton/FloatButton';
|
|
3
|
+
export { Icon, type IIconProps } from './general/Icon/Icon';
|
|
4
|
+
export { ErrorStateIcon, type IErrorStateIconProps } from './general/Icon/ErrorStateIcon/ErrorStateIcon';
|
|
5
|
+
export { SuccessStateIcon, type ISuccessStateIconProps } from './general/Icon/SuccessStateIcon/SuccessStateIcon';
|
|
6
|
+
export { WarningStateIcon, type IWarningStateIconProps } from './general/Icon/WarningStateIcon/WarningStateIcon';
|
|
7
|
+
export { Rate, type IRateProps } from './not-prod-ready/Rate/Rate';
|
|
8
|
+
export { Form, type IFormProps, type FormInstance } from './data-entry/Form/Form';
|
|
9
|
+
export { TreeSelect, type ITreeSelectProps } from './data-entry/TreeSelect/TreeSelect';
|
|
10
|
+
export { Select, type ISelectProps, type SelectDefaultOptionType, type SelectBaseOptionType, } from './data-entry/Select/Select';
|
|
11
|
+
export { Mentions, type IMentionsProps } from './not-prod-ready/Mentions/Mentions';
|
|
12
|
+
export { Radio, type IRadioProps } from './data-entry/Radio/Radio';
|
|
13
|
+
export { ColorPicker, type IColorPickerProps } from './not-prod-ready/ColorPicker/ColorPicker';
|
|
14
|
+
export { Slider, type ISliderProps } from './not-prod-ready/Slider/Slider';
|
|
15
|
+
export { Cascader, type ICascaderProps } from './data-entry/Cascader/Cascader';
|
|
16
|
+
export { DatePicker, type IDatePickerProps } from './data-entry/DatePicker/DatePicker';
|
|
17
|
+
export { Checkbox, type ICheckboxProps } from './data-entry/Checkbox/Checkbox';
|
|
18
|
+
export { Input, type IInputProps, type InputRef } from './data-entry/Input/Input';
|
|
19
|
+
export { InputNumber, type IInputNumberProps } from './data-entry/InputNumber/InputNumber';
|
|
20
|
+
export { Switch, type ISwitchProps } from './data-entry/Switch/Switch';
|
|
21
|
+
export { Upload, type IUploadProps, type IUploadFileProps } from './data-entry/Upload/Upload';
|
|
22
|
+
export { AutoComplete, type IAutoCompleteProps } from './data-entry/AutoComplete/AutoComplete';
|
|
23
|
+
export { TimePicker, type ITimePickerProps } from './data-entry/TimePicker/TimePicker';
|
|
24
|
+
export { Transfer, type ITransferProps } from './not-prod-ready/Transfer/Transfer';
|
|
25
|
+
export { QueryItem } from './data-entry/QueryItem/QueryItem';
|
|
26
|
+
export type { IQueryItemQualifierOption } from './data-entry/QueryItem/Qualifier';
|
|
27
|
+
export type { IQueryItemCascaderProps } from './data-entry/QueryItem/Cascader';
|
|
28
|
+
export type { INumberInputProps } from './data-entry/QueryItem/NumberInput';
|
|
29
|
+
export type { ITextInputProps } from './data-entry/QueryItem/TextInput';
|
|
30
|
+
export { Collapse, type ICollapseProps } from './data-display/Collapse/Collapse';
|
|
31
|
+
export { Timeline, type ITimelineProps } from './not-prod-ready/Timeline/Timeline';
|
|
32
|
+
export { Calendar, type ICalendarProps } from './not-prod-ready/Calendar/Calendar';
|
|
33
|
+
export { Segmented, type ISegmentedProps } from './data-display/Segmented/Segmented';
|
|
34
|
+
export { Tabs, type ITabsProps } from './data-display/Tabs/Tabs';
|
|
35
|
+
export { Tag, type ITagProps } from './data-display/Tag/Tag';
|
|
36
|
+
export { Tour, type ITourProps } from './data-display/Tour/Tour';
|
|
37
|
+
export { Carousel, type ICarouselProps } from './not-prod-ready/Carousel/Carousel';
|
|
38
|
+
export { Tooltip, type ITooltipProps } from './data-display/Tooltip/Tooltip';
|
|
39
|
+
export { Statistic, type IStatisticProps } from './not-prod-ready/Statistic/Statistic';
|
|
40
|
+
export { Tree, type ITreeProps, type ITreeData } from './not-prod-ready/Tree/Tree';
|
|
41
|
+
export { Image, type IImageProps } from './data-display/Image/Image';
|
|
42
|
+
export { QRCode, type IQRCodeProps } from './not-prod-ready/QRCode/QRCode';
|
|
43
|
+
export { Badge, type IBadgeProps } from './data-display/Badge/Badge';
|
|
44
|
+
export { Card, type ICardProps } from './data-display/Card/Card';
|
|
45
|
+
export { Avatar, type IAvatarProps } from './data-display/Avatar/Avatar';
|
|
46
|
+
export { Descriptions, type IDescriptionsProps } from './data-display/Descriptions/Descriptions';
|
|
47
|
+
export { Table, type ITableProps, type ColumnsType, type ExpandableConfig, type ColumnType, type TableProps, } from './data-display/Table/Table';
|
|
48
|
+
export { Empty, type IEmptyProps, type EmptyState } from './data-display/Empty/Empty';
|
|
49
|
+
export { Popover, type IPopoverProps } from './data-display/Popover/Popover';
|
|
50
|
+
export { List, type IListProps } from './data-display/List/List';
|
|
51
|
+
export { Progress, type IProgressProps } from './feedback/Progress/Progress';
|
|
52
|
+
export { Result, type IResultProps } from './feedback/Result/Result';
|
|
53
|
+
export { Spin, type ISpinProps } from './feedback/Spin/Spin';
|
|
54
|
+
export { Skeleton, type ISkeletonProps } from './feedback/Skeleton/Skeleton';
|
|
55
|
+
export { Watermark, type IWatermarkProps } from './not-prod-ready/Watermark/Watermark';
|
|
56
|
+
export { Popconfirm, type IPopconfirmProps } from './feedback/Popconfirm/Popconfirm';
|
|
57
|
+
export { Drawer, type IDrawerProps } from './feedback/Drawer/Drawer';
|
|
58
|
+
export { Modal, type IModalProps } from './feedback/Modal/Modal';
|
|
59
|
+
export { Notification, type INotificationProps, notification } from './feedback/Notification/Notification';
|
|
60
|
+
export { Alert, type IAlertProps } from './feedback/Alert/Alert';
|
|
61
|
+
export { Message, type IMessageProps, message } from './feedback/Message/Message';
|
|
62
|
+
export { LoadingModal, type ILoadingModalProps } from './feedback/LoadingModal/LoadingModal';
|
|
63
|
+
export { DeleteConfirmModal, type IDeleteConfirmModalProps, } from './feedback/Modal/DeleteConfirmModal/DeleteConfirmModal';
|
|
64
|
+
export { ErrorModal, type IErrorModalProps } from './feedback/Modal/ErrorModal/ErrorModal';
|
|
65
|
+
export { Flex, type IFlexProps } from './layout/Flex/Flex';
|
|
66
|
+
export { Center } from './layout/Center/Center';
|
|
67
|
+
export { Divider, type IDividerProps } from './layout/Divider/Divider';
|
|
68
|
+
export { Space, type ISpaceProps } from './layout/Space/Space';
|
|
69
|
+
export { Layout, type ILayoutProps } from './layout/Layout/Layout';
|
|
70
|
+
export { Grid, Col, Row, type IColProps, type IRowProps } from './layout/Grid/Grid';
|
|
71
|
+
export { Steps, type IStepsProps } from './navigation/Steps/Steps';
|
|
72
|
+
export { Anchor, type IAnchorProps } from './navigation/Anchor/Anchor';
|
|
73
|
+
export { Dropdown, type IDropdownProps } from './navigation/Dropdown/Dropdown';
|
|
74
|
+
export { Breadcrumb, type IBreadcrumbProps } from './navigation/Breadcrumb/Breadcrumb';
|
|
75
|
+
export { Pagination, type IPaginationProps } from './navigation/Pagination/Pagination';
|
|
76
|
+
export { Menu, type IMenuProps, type MenuItemType, type SubMenuType, type MenuItemGroupType, type MenuDividerType, type IMenuInfo, } from './navigation/Menu/Menu';
|
|
77
|
+
export { ConfigProvider, type IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
78
|
+
export { Affix, type IAffixProps } from './not-prod-ready/Affix/Affix';
|
|
79
|
+
export { Splitter, type ISplitterProps, type ISplitterPanelProps } from './layout/Splitter/Splitter';
|
|
80
|
+
export { GlobalNavigation, GlobalNavWidth, type IGlobalNavigationProps, } from './navigation/GlobalNavigation/GlobalNavigation';
|
|
81
|
+
export type { IBaseGlobalNavigationItem, IGlobalNavigationItem, IGlobalNavigationLogo, } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
82
|
+
export type { INavigationCreateProps, INavigationCreateGroup, INavigationCreateItem, } from './navigation/GlobalNavigation/NavigationCreate';
|
|
83
|
+
export type { INavigationOrg, INavigationWorkspace, INavigationAccount, IWorkspaceSelectorDisplayItem, IWorkspaceSelectorItem, } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
84
|
+
export { type INotificationCenterProps, NotificationCenterZIndex, } from './navigation/GlobalNavigation/NotificationCenter';
|
|
85
|
+
export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo';
|
|
86
|
+
export { Typography } from './general/Typography/Typography';
|
|
87
|
+
export { UserPreferencesService } from '../services/user-preferences';
|
|
88
|
+
export { CompositeUserPreferencesService } from '../services/user-preferences/composite-user-preferences-service';
|
|
89
|
+
export { UserPreferenceScopeType, type UserPreferenceDefinition, type UserPreferenceDefinitions, type UserPreferencesPerScope, } from '../services/user-preferences/models/definitions';
|
|
90
|
+
export { USER_PREFERENCE_SCOPE_SEPARATOR, UserPreferenceGlobalScope, type UserPreferenceScope, } from '../services/user-preferences/models/storage-models';
|
|
91
|
+
export { useNewExperienceReminder, type INewExperienceReminderOptions, type NewExperienceReminderHook, } from '../hooks/NewExperienceReminder/useNewExperienceReminder';
|
|
92
|
+
export { ChartConfig, ChartAxisStyle } from '../constants/ChartConfig';
|
|
93
|
+
export { ChartColors } from '../constants/ChartColors';
|
|
94
|
+
export { MoreActionsButton, type IMoreActionsButtonProps, type IMoreActionsButtonItem, } from './UXPatterns/MoreActionsButton/MoreActionsButton';
|
|
95
|
+
export { UnauthorizedTooltip, type IUnauthorizedTooltipProps, } from './UXPatterns/UnauthorizedTooltip/UnauthorizedTooltip';
|
|
96
|
+
export { Utils } from '../shared/Utils';
|
|
97
|
+
export { RoutesAuthorizationsService } from '../shared/services/RoutesAuthorizationsService';
|
|
98
|
+
export { InitializationService } from '../shared/services/InitializationService';
|
|
99
|
+
export { NavigationItemsService, NavigationItemId } from '../shared/services/NavigationItemsService';
|
|
@@ -0,0 +1,6 @@
|
|
|
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';
|
|
6
|
+
export { AntGrid as Grid, AntCol as Col, type AntColProps as IColProps, AntRow as Row, type AntRowProps as IRowProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { SiderProps, type LayoutProps as AntLayoutProps } from 'antd';
|
|
5
|
+
export interface ILayoutProps extends AntLayoutProps {
|
|
6
|
+
}
|
|
7
|
+
export declare const Layout: {
|
|
8
|
+
(props: ILayoutProps): JSX.Element;
|
|
9
|
+
Sider: ForwardRefExoticComponent<SiderProps & RefAttributes<HTMLDivElement>>;
|
|
10
|
+
Footer: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
11
|
+
Content: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
12
|
+
Header: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SpaceCompactProps } from 'antd/es/space/Compact';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
import { JSX } from 'react/jsx-runtime';
|
|
4
|
+
/// <reference types="react" />
|
|
5
|
+
import { type SpaceProps as AntSpaceProps } from 'antd';
|
|
6
|
+
export interface ISpaceProps extends AntSpaceProps {
|
|
7
|
+
}
|
|
8
|
+
export declare const Space: {
|
|
9
|
+
(props: ISpaceProps): JSX.Element;
|
|
10
|
+
Compact: FC<SpaceCompactProps>;
|
|
11
|
+
};
|