@mparticle/aquarium 1.33.3-chore-dependency-upgrades.1 → 1.33.3-chore-docs-restructuring.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquarium.js +4908 -4377
- package/dist/aquarium.umd.cjs +40 -40
- package/dist/index.d.ts +0 -1
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +3 -2
- package/dist/src/components/data-display/Badge/Badge.d.ts +3 -2
- package/dist/src/components/data-display/Card/Card.d.ts +4 -3
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -2
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +3 -2
- package/dist/src/components/data-display/Empty/Empty.d.ts +4 -3
- package/dist/src/components/data-display/Image/Image.d.ts +3 -2
- package/dist/src/components/data-display/List/List.d.ts +1 -1
- package/dist/src/components/data-display/Popover/Popover.d.ts +1 -1
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -1
- package/dist/src/components/data-display/Table/Table.d.ts +7 -7
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +3 -2
- package/dist/src/components/data-display/Tag/Tag.d.ts +3 -2
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +1 -1
- package/dist/src/components/data-display/Tour/Tour.d.ts +1 -1
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +1 -1
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +3 -3
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +3 -2
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +23 -22
- package/dist/src/components/data-entry/Form/Form.d.ts +9 -9
- package/dist/src/components/data-entry/Input/Input.d.ts +4 -2
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +4 -4
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +1 -1
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +3 -3
- package/dist/src/components/data-entry/Radio/Radio.d.ts +3 -3
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +1 -1
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +1 -1
- package/dist/src/components/data-entry/Select/Select.d.ts +4 -4
- package/dist/src/components/data-entry/Switch/Switch.d.ts +1 -1
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +3 -2
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -2
- package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -3
- package/dist/src/components/feedback/Alert/Alert.d.ts +2 -2
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +1 -1
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -1
- package/dist/src/components/feedback/Message/Message.d.ts +12 -10
- package/dist/src/components/feedback/Modal/Modal.d.ts +8 -8
- package/dist/src/components/feedback/Notification/Notification.d.ts +6 -4
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +1 -1
- package/dist/src/components/feedback/Progress/Progress.d.ts +1 -1
- package/dist/src/components/feedback/Result/Result.d.ts +5 -4
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +7 -6
- package/dist/src/components/feedback/Spin/Spin.d.ts +3 -2
- package/dist/src/components/general/Button/Button.d.ts +4 -3
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +4 -3
- package/dist/src/components/general/Icon/Icon.d.ts +2 -2
- package/dist/src/components/general/Typography/Typography.d.ts +6 -6
- package/dist/src/components/icons/index.d.ts +87 -87
- package/dist/src/components/index.d.ts +13 -14
- package/dist/src/components/layout/Center/Center.d.ts +1 -1
- package/dist/src/components/layout/Divider/Divider.d.ts +1 -1
- package/dist/src/components/layout/Flex/Flex.d.ts +1 -1
- package/dist/src/components/layout/Grid/Grid.d.ts +5 -1
- package/dist/src/components/layout/Layout/Layout.d.ts +6 -5
- package/dist/src/components/layout/Space/Space.d.ts +3 -2
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +3 -2
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +3 -3
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +8 -6
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +1 -1
- package/dist/src/components/navigation/Steps/Steps.d.ts +1 -1
- package/dist/src/components/{other → not-prod-ready}/Affix/Affix.d.ts +1 -1
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +9 -0
- package/dist/src/components/{unused → not-prod-ready}/Carousel/Carousel.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/QRCode/QRCode.d.ts +1 -1
- package/dist/src/components/{unused → not-prod-ready}/Rate/Rate.d.ts +1 -1
- package/dist/src/components/{data-entry → not-prod-ready}/Slider/Slider.d.ts +2 -1
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +13 -0
- package/dist/src/components/{data-display → not-prod-ready}/Timeline/Timeline.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +15 -0
- package/dist/src/components/{unused → not-prod-ready}/Watermark/Watermark.d.ts +1 -1
- package/dist/src/constants/Icons.d.ts +1 -1
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +4 -4
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
- package/dist/src/services/user-preferences/models/storage-models/user-preferences.d.ts +2 -2
- package/dist/src/services/user-preferences/models/user-preferences/composite-user-preferences.d.ts +1 -1
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
- package/dist/src/services/user-preferences/user-preferences.d.ts +5 -5
- package/dist/src/types/icons.d.ts +2 -1
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/utils.d.ts +1 -1
- package/package.json +24 -20
- package/dist/src/components/data-display/Statistic/Statistic.d.ts +0 -11
- package/dist/src/components/data-display/Tree/Tree.d.ts +0 -13
- package/dist/src/components/data-entry/Transfer/Transfer.d.ts +0 -12
- package/dist/src/components/other/App/App.d.ts +0 -7
- package/dist/src/components/unused/Calendar/Calendar.d.ts +0 -8
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ModalProps as AntModalProps } from 'antd';
|
|
1
|
+
import { type 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,16 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { notification as AntNotification } from 'antd';
|
|
3
|
+
import { type NotificationArgsProps } from 'antd';
|
|
2
4
|
export interface INotificationProps extends NotificationArgsProps {
|
|
3
5
|
children: React.ReactNode;
|
|
4
6
|
}
|
|
5
7
|
export { AntNotification as notification };
|
|
6
8
|
export declare const Notification: {
|
|
7
9
|
(props: INotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
useNotification: typeof import(
|
|
10
|
+
useNotification: typeof import("antd/es/notification/useNotification").default;
|
|
9
11
|
warning: (config: NotificationArgsProps) => void;
|
|
10
12
|
open: (config: NotificationArgsProps) => void;
|
|
11
13
|
info: (config: NotificationArgsProps) => void;
|
|
12
|
-
config: (config: import(
|
|
13
|
-
destroy: (key?: import(
|
|
14
|
+
config: (config: import("antd/es/notification/interface").GlobalConfigProps) => void;
|
|
15
|
+
destroy: (key?: import("react").Key | undefined) => void;
|
|
14
16
|
error: (config: NotificationArgsProps) => void;
|
|
15
17
|
success: (config: NotificationArgsProps) => void;
|
|
16
18
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PopconfirmProps as AntPopconfirmProps } from 'antd';
|
|
1
|
+
import { type 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 { ProgressProps as AntProgressProps } from 'antd';
|
|
1
|
+
import { type 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,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type ResultProps as AntResultProps } from 'antd';
|
|
2
3
|
export interface IResultProps extends AntResultProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Result: {
|
|
5
6
|
(props: IResultProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
PRESENTED_IMAGE_403: import(
|
|
7
|
-
PRESENTED_IMAGE_404: import(
|
|
8
|
-
PRESENTED_IMAGE_500: import(
|
|
7
|
+
PRESENTED_IMAGE_403: import("react").FC<{}>;
|
|
8
|
+
PRESENTED_IMAGE_404: import("react").FC<{}>;
|
|
9
|
+
PRESENTED_IMAGE_500: import("react").FC<{}>;
|
|
9
10
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type SkeletonProps as AntSkeletonProps } from 'antd';
|
|
2
3
|
export interface ISkeletonProps extends Omit<AntSkeletonProps, 'active'> {
|
|
3
4
|
}
|
|
4
5
|
export declare const Skeleton: {
|
|
5
6
|
(props: ISkeletonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Avatar: import(
|
|
7
|
-
Button: import(
|
|
8
|
-
Node: import(
|
|
9
|
-
Image: import(
|
|
10
|
-
Input: import(
|
|
7
|
+
Avatar: import("react").FC<import("antd/es/skeleton/Avatar").AvatarProps>;
|
|
8
|
+
Button: import("react").FC<import("antd/es/skeleton/Button").SkeletonButtonProps>;
|
|
9
|
+
Node: import("react").FC<import("antd/es/skeleton/Node").SkeletonNodeProps>;
|
|
10
|
+
Image: import("react").FC<import("antd/es/skeleton/Image").SkeletonImageProps>;
|
|
11
|
+
Input: import("react").FC<import("antd/es/skeleton/Input").SkeletonInputProps>;
|
|
11
12
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type SpinProps as AntSpinProps } from 'antd';
|
|
2
3
|
export interface ISpinProps extends AntSpinProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Spin: {
|
|
5
6
|
(props: ISpinProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
setDefaultIndicator: (indicator: import(
|
|
7
|
+
setDefaultIndicator: (indicator: import("react").ReactNode) => void;
|
|
7
8
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ButtonProps as AntButtonProps } from 'antd';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type ButtonProps as AntButtonProps } from 'antd';
|
|
3
|
+
import { type ReactNode } from 'react';
|
|
3
4
|
export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated This variant is a temporary fix for new icons.
|
|
@@ -11,5 +12,5 @@ export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
|
|
|
11
12
|
}
|
|
12
13
|
export declare const Button: {
|
|
13
14
|
(props: IButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
Group: React.FC<import(
|
|
15
|
+
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
15
16
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type FloatButtonProps as AntFloatButtonProps } from 'antd';
|
|
2
3
|
export interface IFloatButtonProps extends AntFloatButtonProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const FloatButton: {
|
|
5
6
|
(props: IFloatButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
BackTop: import(
|
|
7
|
-
Group: import(
|
|
7
|
+
BackTop: import("react").ForwardRefExoticComponent<import("antd/es/float-button/interface").BackTopProps & import("react").RefAttributes<import("antd").FloatButtonRef>>;
|
|
8
|
+
Group: import("react").NamedExoticComponent<import("antd").FloatButtonGroupProps>;
|
|
8
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { IconVariant, IconNames } from '../../../../../../../../../src/types/icons';
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { 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 { 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';
|
|
1
|
+
import { type TypographyProps as AntTypographyProps } from 'antd';
|
|
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
7
|
export interface ITypographyProps extends AntTypographyProps {
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
}
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
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';
|
|
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,14 +1,14 @@
|
|
|
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 './not-prod-ready/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
|
-
export { Mentions, type IMentionsProps } from './
|
|
8
|
+
export { Mentions, type IMentionsProps } from './not-prod-ready/Mentions/Mentions';
|
|
9
9
|
export { Radio, type IRadioProps } from './data-entry/Radio/Radio';
|
|
10
|
-
export { ColorPicker, type IColorPickerProps } from './
|
|
11
|
-
export { Slider, type ISliderProps } from './
|
|
10
|
+
export { ColorPicker, type IColorPickerProps } from './not-prod-ready/ColorPicker/ColorPicker';
|
|
11
|
+
export { Slider, type ISliderProps } from './not-prod-ready/Slider/Slider';
|
|
12
12
|
export { Cascader, type ICascaderProps } from './data-entry/Cascader/Cascader';
|
|
13
13
|
export { DatePicker, type IDatePickerProps } from './data-entry/DatePicker/DatePicker';
|
|
14
14
|
export { Checkbox, type ICheckboxProps } from './data-entry/Checkbox/Checkbox';
|
|
@@ -18,25 +18,25 @@ export { Switch, type ISwitchProps } from './data-entry/Switch/Switch';
|
|
|
18
18
|
export { Upload, type IUploadProps, type IUploadFileProps } from './data-entry/Upload/Upload';
|
|
19
19
|
export { AutoComplete, type IAutoCompleteProps } from './data-entry/AutoComplete/AutoComplete';
|
|
20
20
|
export { TimePicker, type ITimePickerProps } from './data-entry/TimePicker/TimePicker';
|
|
21
|
-
export { Transfer, type ITransferProps } from './
|
|
21
|
+
export { Transfer, type ITransferProps } from './not-prod-ready/Transfer/Transfer';
|
|
22
22
|
export { QueryItem } from './data-entry/QueryItem/QueryItem';
|
|
23
23
|
export type { IQueryItemQualifierOption } from './data-entry/QueryItem/Qualifier';
|
|
24
24
|
export type { IQueryItemCascaderProps } from './data-entry/QueryItem/Cascader';
|
|
25
25
|
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
|
-
export { Timeline, type ITimelineProps } from './
|
|
29
|
-
export { Calendar, type ICalendarProps } from './
|
|
28
|
+
export { Timeline, type ITimelineProps } from './not-prod-ready/Timeline/Timeline';
|
|
29
|
+
export { Calendar, type ICalendarProps } from './not-prod-ready/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 './not-prod-ready/Carousel/Carousel';
|
|
35
35
|
export { Tooltip, type ITooltipProps } from './data-display/Tooltip/Tooltip';
|
|
36
|
-
export { Statistic, type IStatisticProps } from './
|
|
37
|
-
export { Tree, type ITreeProps, type ITreeData } from './
|
|
36
|
+
export { Statistic, type IStatisticProps } from './not-prod-ready/Statistic/Statistic';
|
|
37
|
+
export { Tree, type ITreeProps, type ITreeData } from './not-prod-ready/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 './not-prod-ready/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 './not-prod-ready/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';
|
|
@@ -70,8 +70,7 @@ export { Breadcrumb, type IBreadcrumbProps } from './navigation/Breadcrumb/Bread
|
|
|
70
70
|
export { Pagination, type IPaginationProps } from './navigation/Pagination/Pagination';
|
|
71
71
|
export { Menu, type IMenuProps, type MenuItemType, type SubMenuType, type MenuItemGroupType, type MenuDividerType, type IMenuInfo, } from './navigation/Menu/Menu';
|
|
72
72
|
export { ConfigProvider, type IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
73
|
-
export { Affix, type IAffixProps } from './
|
|
74
|
-
export { App, type IAppProps } from './other/App/App';
|
|
73
|
+
export { Affix, type IAffixProps } from './not-prod-ready/Affix/Affix';
|
|
75
74
|
export { GlobalNavigation, GlobalNavWidth, type IGlobalNavigationProps, } from './navigation/GlobalNavigation/GlobalNavigation';
|
|
76
75
|
export type { IBaseGlobalNavigationItem, IGlobalNavigationItem, IGlobalNavigationLogo, } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
77
76
|
export type { INavigationCreateProps, INavigationCreateGroup, INavigationCreateItem, } from './navigation/GlobalNavigation/NavigationCreate';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IFlexProps } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
1
|
+
import { type 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 { DividerProps as AntDividerProps } from 'antd';
|
|
1
|
+
import { type 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,2 +1,6 @@
|
|
|
1
|
-
import { Grid as AntGrid
|
|
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';
|
|
2
6
|
export { AntGrid as Grid, AntCol as Col, type AntColProps as IColProps, AntRow as Row, type AntRowProps as IRowProps };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type LayoutProps as AntLayoutProps } from 'antd';
|
|
2
3
|
export interface ILayoutProps extends AntLayoutProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Layout: {
|
|
5
6
|
(props: ILayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Sider: import(
|
|
7
|
-
Footer: import(
|
|
8
|
-
Content: import(
|
|
9
|
-
Header: import(
|
|
7
|
+
Sider: import("react").ForwardRefExoticComponent<import("antd").SiderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
Footer: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
|
|
9
|
+
Content: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
|
|
10
|
+
Header: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
|
|
10
11
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type SpaceProps as AntSpaceProps } from 'antd';
|
|
2
3
|
export interface ISpaceProps extends AntSpaceProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Space: {
|
|
5
6
|
(props: ISpaceProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Compact: import(
|
|
7
|
+
Compact: import("react").FC<import("antd/es/space/Compact").SpaceCompactProps>;
|
|
7
8
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type AnchorProps as AntAnchorProps } from 'antd';
|
|
2
3
|
export interface IAnchorProps extends AntAnchorProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Anchor: {
|
|
5
6
|
(props: IAnchorProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Link: import(
|
|
7
|
+
Link: import("react").FC<import("antd").AnchorLinkProps>;
|
|
7
8
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
|
|
2
3
|
export interface IBreadcrumbProps extends AntBreadcrumbProps {
|
|
3
4
|
}
|
|
4
5
|
export declare const Breadcrumb: {
|
|
5
6
|
(props: IBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
Item: import(
|
|
7
|
+
Item: import("react").FC<import("antd").BreadcrumbItemProps> & {
|
|
7
8
|
__ANT_BREADCRUMB_ITEM: boolean;
|
|
8
9
|
};
|
|
9
10
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type DropdownProps as AntDropdownProps } from 'antd';
|
|
2
3
|
export interface IDropdownProps extends AntDropdownProps {
|
|
3
4
|
}
|
|
4
5
|
/**
|
|
@@ -8,5 +9,5 @@ export interface IDropdownProps extends AntDropdownProps {
|
|
|
8
9
|
*/
|
|
9
10
|
export declare const Dropdown: {
|
|
10
11
|
(props: IDropdownProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
Button: import(
|
|
12
|
+
Button: import("react").FC<import("antd/es/dropdown").DropdownButtonProps>;
|
|
12
13
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IGlobalNavigationLogo, INavigationOrg, INavigationCreateProps, IAvatarProps } from '../../../../../../../../../src/components';
|
|
2
|
-
import { IGlobalNavigationItem, ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
3
|
-
import { INotificationCenterProps } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
|
|
1
|
+
import { type IGlobalNavigationLogo, type INavigationOrg, type INavigationCreateProps, type IAvatarProps } from '../../../../../../../../../src/components';
|
|
2
|
+
import { type IGlobalNavigationItem, type ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
3
|
+
import { type INotificationCenterProps } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
|
|
4
4
|
export interface NotificationActions {
|
|
5
5
|
onClose?: () => void;
|
|
6
6
|
onPreferencesClick?: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MenuItemGroupType, MenuItemType } from '../../../../../../../../../src/components';
|
|
1
|
+
import { type MenuItemGroupType, type MenuItemType } from '../../../../../../../../../src/components';
|
|
2
2
|
export interface INavigationCreateProps {
|
|
3
3
|
createItems: Array<INavigationCreateItem | INavigationCreateGroup>;
|
|
4
4
|
}
|