@mparticle/aquarium 1.56.0-navigation-update.1 → 1.56.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.
Files changed (98) hide show
  1. package/dist/aquarium.js +1 -4
  2. package/dist/src/components/data-display/Avatar/Avatar.d.ts +5 -2
  3. package/dist/src/components/data-display/Badge/Badge.d.ts +5 -2
  4. package/dist/src/components/data-display/Card/Card.d.ts +6 -3
  5. package/dist/src/components/data-display/Collapse/Collapse.d.ts +5 -3
  6. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +5 -2
  7. package/dist/src/components/data-display/Empty/Empty.d.ts +2 -1
  8. package/dist/src/components/data-display/Image/Image.d.ts +5 -2
  9. package/dist/src/components/data-display/List/List.d.ts +4 -2
  10. package/dist/src/components/data-display/Popover/Popover.d.ts +2 -1
  11. package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -1
  12. package/dist/src/components/data-display/Table/Table.d.ts +8 -5
  13. package/dist/src/components/data-display/Tabs/Tabs.d.ts +5 -3
  14. package/dist/src/components/data-display/Tag/Tag.d.ts +3 -2
  15. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +2 -1
  16. package/dist/src/components/data-display/Tour/Tour.d.ts +2 -1
  17. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +2 -1
  18. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +4 -2
  19. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +5 -2
  20. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +31 -22
  21. package/dist/src/components/data-entry/Form/Form.d.ts +16 -10
  22. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +2 -1
  23. package/dist/src/components/data-entry/QueryItem/Action.d.ts +2 -1
  24. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +2 -1
  25. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +2 -1
  26. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +8 -3
  27. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +13 -8
  28. package/dist/src/components/data-entry/QueryItem/Text.d.ts +6 -1
  29. package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +2 -1
  30. package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +8 -4
  31. package/dist/src/components/data-entry/Radio/Radio.d.ts +6 -3
  32. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +2 -1
  33. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +2 -1
  34. package/dist/src/components/data-entry/Select/Select.d.ts +6 -3
  35. package/dist/src/components/data-entry/Switch/Switch.d.ts +2 -1
  36. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +6 -3
  37. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +5 -2
  38. package/dist/src/components/data-entry/Upload/Upload.d.ts +6 -3
  39. package/dist/src/components/feedback/Alert/Alert.d.ts +4 -2
  40. package/dist/src/components/feedback/Drawer/Drawer.d.ts +2 -1
  41. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -1
  42. package/dist/src/components/feedback/Message/Message.d.ts +14 -10
  43. package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +2 -1
  44. package/dist/src/components/feedback/Modal/Modal.d.ts +10 -7
  45. package/dist/src/components/feedback/Notification/Notification.d.ts +8 -4
  46. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +2 -1
  47. package/dist/src/components/feedback/Progress/Progress.d.ts +2 -1
  48. package/dist/src/components/feedback/Result/Result.d.ts +6 -4
  49. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +13 -6
  50. package/dist/src/components/feedback/Spin/Spin.d.ts +4 -2
  51. package/dist/src/components/general/Button/Button.d.ts +4 -2
  52. package/dist/src/components/general/FloatButton/FloatButton.d.ts +7 -4
  53. package/dist/src/components/general/Typography/Typography.d.ts +6 -5
  54. package/dist/src/components/layout/Center/Center.d.ts +2 -1
  55. package/dist/src/components/layout/Divider/Divider.d.ts +2 -1
  56. package/dist/src/components/layout/Flex/Flex.d.ts +2 -1
  57. package/dist/src/components/layout/Layout/Layout.d.ts +8 -6
  58. package/dist/src/components/layout/Space/Space.d.ts +5 -2
  59. package/dist/src/components/layout/Splitter/Splitter.d.ts +3 -2
  60. package/dist/src/components/navigation/Anchor/Anchor.d.ts +5 -3
  61. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +5 -3
  62. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +5 -2
  63. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +4 -3
  64. package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +2 -1
  65. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +2 -1
  66. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +2 -1
  67. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +2 -1
  68. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +2 -1
  69. package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +2 -1
  70. package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +2 -1
  71. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +2 -1
  72. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +2 -1
  73. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +2 -1
  74. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +2 -1
  75. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +2 -1
  76. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -1
  77. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -1
  78. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -1
  79. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +2 -1
  80. package/dist/src/components/navigation/Menu/Menu.d.ts +10 -6
  81. package/dist/src/components/navigation/Pagination/Pagination.d.ts +2 -1
  82. package/dist/src/components/navigation/Steps/Steps.d.ts +2 -1
  83. package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +2 -1
  84. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +6 -2
  85. package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +2 -1
  86. package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +2 -1
  87. package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +2 -1
  88. package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +2 -1
  89. package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +2 -1
  90. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +4 -2
  91. package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +5 -3
  92. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +7 -4
  93. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +10 -6
  94. package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +2 -1
  95. package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +2 -2
  96. package/dist/src/utils/ExampleStory.d.ts +2 -1
  97. package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -1
  98. package/package.json +2 -2
@@ -1,8 +1,11 @@
1
+ import { PickerRef } from 'rc-picker';
2
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
- import { type TimePickerProps as AntTimePickerProps } from 'antd';
5
+ import { TimeRangePickerProps, type TimePickerProps as AntTimePickerProps } from 'antd';
3
6
  export interface ITimePickerProps extends AntTimePickerProps {
4
7
  }
5
8
  export declare const TimePicker: {
6
- (props: ITimePickerProps): import("react/jsx-runtime").JSX.Element;
7
- RangePicker: import("react").ForwardRefExoticComponent<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("rc-picker").PickerRef>>;
9
+ (props: ITimePickerProps): JSX.Element;
10
+ RangePicker: ForwardRefExoticComponent<TimeRangePickerProps & RefAttributes<PickerRef>>;
8
11
  };
@@ -1,10 +1,13 @@
1
+ import { TreeNodeProps } from 'rc-tree-select/lib/TreeNode';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type TreeSelectProps as AntTreeSelectProps } from 'antd';
3
6
  export interface ITreeSelectProps extends AntTreeSelectProps {
4
7
  }
5
8
  export declare const TreeSelect: {
6
- (props: ITreeSelectProps): import("react/jsx-runtime").JSX.Element;
7
- TreeNode: import("react").FC<import("rc-tree-select/lib/TreeNode").TreeNodeProps>;
9
+ (props: ITreeSelectProps): JSX.Element;
10
+ TreeNode: FC<TreeNodeProps>;
8
11
  SHOW_ALL: "SHOW_ALL";
9
12
  SHOW_CHILD: "SHOW_CHILD";
10
13
  SHOW_PARENT: "SHOW_PARENT";
@@ -1,3 +1,6 @@
1
+ import { UploadRef } from 'antd/es/upload/Upload';
2
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type UploadProps as AntUploadProps, type UploadFile as AntUploadFile } from 'antd';
3
6
  export interface IUploadFileProps extends AntUploadFile {
@@ -5,9 +8,9 @@ export interface IUploadFileProps extends AntUploadFile {
5
8
  export interface IUploadProps extends AntUploadProps {
6
9
  }
7
10
  export declare const Upload: {
8
- (props: IUploadProps): import("react/jsx-runtime").JSX.Element;
9
- Dragger: import("react").ForwardRefExoticComponent<AntUploadProps<any> & {
11
+ (props: IUploadProps): JSX.Element;
12
+ Dragger: ForwardRefExoticComponent<AntUploadProps<any> & {
10
13
  height?: number | undefined;
11
- } & import("react").RefAttributes<import("antd/es/upload/Upload").UploadRef<any>>>;
14
+ } & RefAttributes<UploadRef<any>>>;
12
15
  LIST_IGNORE: string;
13
16
  };
@@ -1,7 +1,9 @@
1
+ import { default as __DTS_1__ } from 'antd/es/alert/ErrorBoundary';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  import { type AlertProps as AntAlertProps } from 'antd';
2
4
  export interface IAlertProps extends AntAlertProps {
3
5
  }
4
6
  export declare const Alert: {
5
- (props: IAlertProps): import("react/jsx-runtime").JSX.Element;
6
- ErrorBoundary: typeof import("antd/es/alert/ErrorBoundary").default;
7
+ (props: IAlertProps): JSX.Element;
8
+ ErrorBoundary: typeof __DTS_1__;
7
9
  };
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type DrawerProps as AntDrawerProps } from 'antd';
2
3
  export interface IDrawerProps extends AntDrawerProps {
3
4
  }
4
- export declare const Drawer: (props: IDrawerProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Drawer: (props: IDrawerProps) => JSX.Element;
@@ -1,7 +1,8 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  /// <reference types="react" />
2
3
  import { type IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
3
4
  export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'> {
4
5
  fetchData: () => Promise<Data>;
5
6
  children: (initData: Data) => React.ReactNode;
6
7
  }
7
- export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): import("react/jsx-runtime").JSX.Element;
8
+ export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX.Element;
@@ -1,3 +1,7 @@
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';
1
5
  /// <reference types="react" />
2
6
  import { message as AntMessage } from 'antd';
3
7
  import { type MessageArgsProps as AntMessageArgsProps } from 'antd';
@@ -6,14 +10,14 @@ export interface IMessageProps extends AntMessageArgsProps {
6
10
  }
7
11
  export { AntMessage as message };
8
12
  export declare const Message: {
9
- (props: IMessageProps): import("react/jsx-runtime").JSX.Element;
10
- useMessage: typeof import("antd/es/message/useMessage").default;
11
- info: import("antd/es/message/interface").TypeOpen;
12
- error: import("antd/es/message/interface").TypeOpen;
13
- destroy: (key?: import("react").Key | undefined) => void;
14
- config: (config: import("antd/es/message/interface").ConfigOptions) => void;
15
- success: import("antd/es/message/interface").TypeOpen;
16
- open: (config: AntMessageArgsProps) => import("antd/es/message/interface").MessageType;
17
- loading: import("antd/es/message/interface").TypeOpen;
18
- warning: import("antd/es/message/interface").TypeOpen;
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;
19
23
  };
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import React from 'react';
2
3
  import { type IModalProps } from '../../../../../../../../../../src/components';
3
4
  export interface IDeleteConfirmModalProps extends IModalProps {
@@ -10,4 +11,4 @@ export interface IDeleteConfirmModalProps extends IModalProps {
10
11
  okButtonProps?: IModalProps['okButtonProps'];
11
12
  width?: number;
12
13
  }
13
- export declare function DeleteConfirmModal(props: IDeleteConfirmModalProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function DeleteConfirmModal(props: IDeleteConfirmModalProps): JSX.Element;
@@ -1,13 +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';
1
4
  import { type ModalProps as AntModalProps } from 'antd';
2
5
  export interface IModalProps extends AntModalProps {
3
6
  }
4
7
  export declare const Modal: {
5
- (props: IModalProps): import("react/jsx-runtime").JSX.Element;
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
- config: typeof import("antd/es/modal/confirm").modalGlobalConfig;
8
+ (props: IModalProps): JSX.Element;
9
+ info: ModalFunc;
10
+ success: ModalFunc;
11
+ confirm: ModalFunc;
12
+ warning: ModalFunc;
13
+ config: typeof modalGlobalConfig;
11
14
  destroyAll: () => void;
12
- useModal: typeof import("antd/es/modal/useModal").default;
15
+ useModal: typeof __DTS_1__;
13
16
  };
@@ -1,3 +1,7 @@
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';
1
5
  /// <reference types="react" />
2
6
  import { notification as AntNotification } from 'antd';
3
7
  import { type NotificationArgsProps } from 'antd';
@@ -6,13 +10,13 @@ export interface INotificationProps extends NotificationArgsProps {
6
10
  }
7
11
  export { AntNotification as notification };
8
12
  export declare const Notification: {
9
- (props: INotificationProps): import("react/jsx-runtime").JSX.Element;
10
- useNotification: typeof import("antd/es/notification/useNotification").default;
13
+ (props: INotificationProps): JSX.Element;
14
+ useNotification: typeof __DTS_1__;
11
15
  warning: (config: NotificationArgsProps) => void;
12
16
  open: (config: NotificationArgsProps) => void;
13
17
  info: (config: NotificationArgsProps) => void;
14
- config: (config: import("antd/es/notification/interface").GlobalConfigProps) => void;
15
- destroy: (key?: import("react").Key | undefined) => void;
18
+ config: (config: GlobalConfigProps) => void;
19
+ destroy: (key?: Key | undefined) => void;
16
20
  error: (config: NotificationArgsProps) => void;
17
21
  success: (config: NotificationArgsProps) => void;
18
22
  };
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type PopconfirmProps as AntPopconfirmProps } from 'antd';
2
3
  export interface IPopconfirmProps extends AntPopconfirmProps {
3
4
  }
4
- export declare const Popconfirm: (props: IPopconfirmProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Popconfirm: (props: IPopconfirmProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type ProgressProps as AntProgressProps } from 'antd';
2
3
  export interface IProgressProps extends AntProgressProps {
3
4
  }
4
- export declare const Progress: (props: IProgressProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Progress: (props: IProgressProps) => JSX.Element;
@@ -1,3 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
4
  import { type ResultProps as AntResultProps } from 'antd';
3
5
  export interface IResultProps extends AntResultProps {
@@ -8,8 +10,8 @@ export interface IResultProps extends AntResultProps {
8
10
  * See: Components/Data Display/Empty
9
11
  */
10
12
  export declare const Result: {
11
- (props: IResultProps): import("react/jsx-runtime").JSX.Element;
12
- PRESENTED_IMAGE_403: import("react").FC<{}>;
13
- PRESENTED_IMAGE_404: import("react").FC<{}>;
14
- PRESENTED_IMAGE_500: import("react").FC<{}>;
13
+ (props: IResultProps): JSX.Element;
14
+ PRESENTED_IMAGE_403: FC<{}>;
15
+ PRESENTED_IMAGE_404: FC<{}>;
16
+ PRESENTED_IMAGE_500: FC<{}>;
15
17
  };
@@ -1,12 +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';
1
8
  /// <reference types="react" />
2
9
  import { type SkeletonProps as AntSkeletonProps } from 'antd';
3
10
  export interface ISkeletonProps extends Omit<AntSkeletonProps, 'active'> {
4
11
  }
5
12
  export declare const Skeleton: {
6
- (props: ISkeletonProps): import("react/jsx-runtime").JSX.Element;
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>;
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>;
12
19
  };
@@ -1,8 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
4
  import { type SpinProps as AntSpinProps } from 'antd';
3
5
  export interface ISpinProps extends AntSpinProps {
4
6
  }
5
7
  export declare const Spin: {
6
- (props: ISpinProps): import("react/jsx-runtime").JSX.Element;
7
- setDefaultIndicator: (indicator: import("react").ReactNode) => void;
8
+ (props: ISpinProps): JSX.Element;
9
+ setDefaultIndicator: (indicator: ReactNode) => void;
8
10
  };
@@ -1,3 +1,5 @@
1
+ import { ButtonGroupProps } from 'antd/es/button';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  import React from 'react';
2
4
  import { type ButtonProps as AntButtonProps } from 'antd';
3
5
  import { type ReactNode } from 'react';
@@ -11,6 +13,6 @@ export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
11
13
  icon?: ReactNode;
12
14
  }
13
15
  export declare const Button: {
14
- (props: IButtonProps): import("react/jsx-runtime").JSX.Element;
15
- Group: React.FC<import("antd/es/button").ButtonGroupProps>;
16
+ (props: IButtonProps): JSX.Element;
17
+ Group: React.FC<ButtonGroupProps>;
16
18
  };
@@ -1,9 +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';
1
4
  /// <reference types="react" />
2
- import { type FloatButtonProps as AntFloatButtonProps } from 'antd';
5
+ import { FloatButtonRef, FloatButtonGroupProps, type FloatButtonProps as AntFloatButtonProps } from 'antd';
3
6
  export interface IFloatButtonProps extends AntFloatButtonProps {
4
7
  }
5
8
  export declare const FloatButton: {
6
- (props: IFloatButtonProps): import("react/jsx-runtime").JSX.Element;
7
- BackTop: import("react").ForwardRefExoticComponent<import("antd/es/float-button/interface").BackTopProps & import("react").RefAttributes<import("antd").FloatButtonRef>>;
8
- Group: import("react").FC<Readonly<import("antd").FloatButtonGroupProps>>;
9
+ (props: IFloatButtonProps): JSX.Element;
10
+ BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
11
+ Group: FC<Readonly<FloatButtonGroupProps>>;
9
12
  };
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import type { ReactNode } from 'react';
2
3
  import type { TextProps as AntTextProps } from 'antd/es/typography/Text';
3
4
  import type { TitleProps as AntTitleProps } from 'antd/es/typography/Title';
@@ -11,11 +12,11 @@ interface InternalTypographyProps {
11
12
  children: ReactNode;
12
13
  }
13
14
  export declare const Typography: {
14
- (): import("react/jsx-runtime").JSX.Element;
15
- Text: (props: ITextProps) => import("react/jsx-runtime").JSX.Element;
16
- Title: (props: ITitleProps) => import("react/jsx-runtime").JSX.Element;
17
- Link: (props: ILinkProps) => import("react/jsx-runtime").JSX.Element;
18
- Paragraph: (props: IParagraphProps) => import("react/jsx-runtime").JSX.Element;
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;
19
20
  };
20
21
  type InternalTextProps = InternalTypographyProps & AntTextProps;
21
22
  type InternalTitleProps = InternalTypographyProps & AntTitleProps;
@@ -1,2 +1,3 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IFlexProps } from '../../../../../../../../../src/components/layout/Flex/Flex';
2
- export declare const Center: (props: Omit<IFlexProps, 'justify' | 'align'>) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const Center: (props: Omit<IFlexProps, 'justify' | 'align'>) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type DividerProps as AntDividerProps } from 'antd';
2
3
  export interface IDividerProps extends AntDividerProps {
3
4
  }
4
- export declare const Divider: (props: IDividerProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Divider: (props: IDividerProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type FlexProps as AntFlexProps } from 'antd';
2
3
  export interface IFlexProps extends AntFlexProps {
3
4
  }
4
- export declare const Flex: (props: IFlexProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Flex: (props: IFlexProps) => JSX.Element;
@@ -1,11 +1,13 @@
1
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
- import { type LayoutProps as AntLayoutProps } from 'antd';
4
+ import { SiderProps, type LayoutProps as AntLayoutProps } from 'antd';
3
5
  export interface ILayoutProps extends AntLayoutProps {
4
6
  }
5
7
  export declare const Layout: {
6
- (props: ILayoutProps): import("react/jsx-runtime").JSX.Element;
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>>;
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>>;
11
13
  };
@@ -1,8 +1,11 @@
1
+ import { SpaceCompactProps } from 'antd/es/space/Compact';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type SpaceProps as AntSpaceProps } from 'antd';
3
6
  export interface ISpaceProps extends AntSpaceProps {
4
7
  }
5
8
  export declare const Space: {
6
- (props: ISpaceProps): import("react/jsx-runtime").JSX.Element;
7
- Compact: import("react").FC<import("antd/es/space/Compact").SpaceCompactProps>;
9
+ (props: ISpaceProps): JSX.Element;
10
+ Compact: FC<SpaceCompactProps>;
8
11
  };
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import type { SplitterProps as AntSplitterProps } from 'antd/es/splitter';
2
3
  import type { ReactNode } from 'react';
3
4
  import { type PanelProps as AntPanelProps } from 'antd/es/splitter/interface';
@@ -17,6 +18,6 @@ export interface ISplitterPanelProps extends AntPanelProps {
17
18
  resizable?: boolean;
18
19
  }
19
20
  export declare const Splitter: {
20
- (props: ISplitterProps): import("react/jsx-runtime").JSX.Element;
21
- Panel: (props: ISplitterPanelProps) => import("react/jsx-runtime").JSX.Element;
21
+ (props: ISplitterProps): JSX.Element;
22
+ Panel: (props: ISplitterPanelProps) => JSX.Element;
22
23
  };
@@ -1,8 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
- import { type AnchorProps as AntAnchorProps } from 'antd';
4
+ import { AnchorLinkProps, type AnchorProps as AntAnchorProps } from 'antd';
3
5
  export interface IAnchorProps extends AntAnchorProps {
4
6
  }
5
7
  export declare const Anchor: {
6
- (props: IAnchorProps): import("react/jsx-runtime").JSX.Element;
7
- Link: import("react").FC<import("antd").AnchorLinkProps>;
8
+ (props: IAnchorProps): JSX.Element;
9
+ Link: FC<AnchorLinkProps>;
8
10
  };
@@ -1,10 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
- import { type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
4
+ import { BreadcrumbItemProps, type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
3
5
  export interface IBreadcrumbProps extends AntBreadcrumbProps {
4
6
  }
5
7
  export declare const Breadcrumb: {
6
- (props: IBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
7
- Item: import("react").FC<import("antd").BreadcrumbItemProps> & {
8
+ (props: IBreadcrumbProps): JSX.Element;
9
+ Item: FC<BreadcrumbItemProps> & {
8
10
  __ANT_BREADCRUMB_ITEM: boolean;
9
11
  };
10
12
  };
@@ -1,8 +1,11 @@
1
+ import { DropdownButtonProps } from 'antd/es/dropdown';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type DropdownProps as AntDropdownProps } from 'antd';
3
6
  export interface IDropdownProps extends AntDropdownProps {
4
7
  }
5
8
  export declare const Dropdown: {
6
- (props: IDropdownProps): import("react/jsx-runtime").JSX.Element;
7
- Button: import("react").FC<import("antd/es/dropdown").DropdownButtonProps>;
9
+ (props: IDropdownProps): JSX.Element;
10
+ Button: FC<DropdownButtonProps>;
8
11
  };
@@ -1,4 +1,5 @@
1
- import { type IGlobalNavigationLogo, type INavigationOrg, type INavigationCreateProps, type IAvatarProps } from '../../../../../../../../../src/components';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { INewExperienceReminderOptions, NewExperienceReminderHook, type IGlobalNavigationLogo, type INavigationOrg, type INavigationCreateProps, type IAvatarProps } from '../../../../../../../../../src/components';
2
3
  import { type IGlobalNavigationItem, type ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
3
4
  import { type INotificationCenterProps } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
4
5
  export interface NotificationActions {
@@ -40,6 +41,6 @@ export interface IGlobalNavigationProps {
40
41
  }
41
42
  export declare const GlobalNavWidth: 90;
42
43
  export declare const GlobalNavigation: {
43
- ({ showSuiteLogo, showUnifiedNavigation, ...props }: IGlobalNavigationProps): import("react/jsx-runtime").JSX.Element;
44
- useNewExperienceReminder: (options: import('../../../../../../../../../src/components').INewExperienceReminderOptions) => import('../../../../../../../../../src/components').NewExperienceReminderHook;
44
+ ({ showSuiteLogo, showUnifiedNavigation, ...props }: IGlobalNavigationProps): JSX.Element;
45
+ useNewExperienceReminder: (options: INewExperienceReminderOptions) => NewExperienceReminderHook;
45
46
  };
@@ -1,5 +1,6 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  interface HomeButtonProps {
2
3
  onMpHomeClick: () => void;
3
4
  }
4
- export declare function HomeButton(props: HomeButtonProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function HomeButton(props: HomeButtonProps): JSX.Element;
5
6
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type MenuItemGroupType, type MenuItemType } from '../../../../../../../../../src/components';
2
3
  export interface INavigationCreateProps {
3
4
  createItems: Array<INavigationCreateItem | INavigationCreateGroup>;
@@ -16,4 +17,4 @@ export interface INavigationCreateItem extends Omit<MenuItemType, 'key'> {
16
17
  tooltip?: string;
17
18
  onClick?: () => void;
18
19
  }
19
- export declare function NavigationCreate(props: INavigationCreateProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function NavigationCreate(props: INavigationCreateProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type ReactNode } from 'react';
2
3
  interface INavigationIconProps {
3
4
  className?: string;
@@ -6,5 +7,5 @@ interface INavigationIconProps {
6
7
  hideLabel?: boolean;
7
8
  onClick?: (e: React.MouseEvent) => void;
8
9
  }
9
- export declare function NavigationIcon(props: INavigationIconProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function NavigationIcon(props: INavigationIconProps): JSX.Element;
10
11
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type MouseEvent, type ReactNode } from 'react';
2
3
  import { type IGlobalNavigationItem } from '../../../../../../../../../src/components';
3
4
  import { type HrefOptions } from '../../../../../../../../../src/utils/utils';
@@ -11,4 +12,4 @@ export interface INavigationItemProps {
11
12
  onClick?: (e: MouseEvent) => void;
12
13
  hrefOptions?: HrefOptions;
13
14
  }
14
- export declare function NavigationItem(props: INavigationItemProps): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | null | undefined;
15
+ export declare function NavigationItem(props: INavigationItemProps): string | number | boolean | JSX.Element | Iterable<ReactNode> | null | undefined;
@@ -1,5 +1,6 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IGlobalNavigationItem } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
3
  export interface INavigationListProps {
3
4
  items: IGlobalNavigationItem[];
4
5
  }
5
- export declare function NavigationList(props: INavigationListProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function NavigationList(props: INavigationListProps): JSX.Element;
@@ -1,5 +1,6 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IGlobalNavigationItem } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
3
  export interface INavigationMenuProps {
3
4
  items: IGlobalNavigationItem[];
4
5
  }
5
- export declare function NavigationMenu(props: INavigationMenuProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function NavigationMenu(props: INavigationMenuProps): JSX.Element;
@@ -1,5 +1,6 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  interface INavigationSearchProps {
2
3
  onClick: () => void;
3
4
  }
4
- export declare function NavigationSearch(props: INavigationSearchProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function NavigationSearch(props: INavigationSearchProps): JSX.Element;
5
6
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IButtonProps, type IPopoverProps } from '../../../../../../../../../src/components';
2
3
  export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
3
4
  unreadMessages?: number;
@@ -5,4 +6,4 @@ export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 't
5
6
  onPreferencesClick?: IButtonProps['onClick'];
6
7
  }
7
8
  export declare const NotificationCenterZIndex = 9999;
8
- export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): JSX.Element;
@@ -1,6 +1,7 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IGlobalNavigationLogo, type ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
3
  interface SuiteLogoProps extends IGlobalNavigationLogo {
3
4
  suiteSelectorOptions?: ISuiteSelectorOptions;
4
5
  }
5
- export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps): JSX.Element;
6
7
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type ReactNode } from 'react';
2
3
  import { type IPopoverProps } from '../../../../../../../../../../src/components';
3
4
  import { type ISuiteSelectorOptions, type SuiteLink } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
@@ -6,5 +7,5 @@ interface ISuiteSelectorProps extends IPopoverProps {
6
7
  onLinkClick: (link: SuiteLink) => void;
7
8
  children: ReactNode;
8
9
  }
9
- export declare function SuiteSelector(props: ISuiteSelectorProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function SuiteSelector(props: ISuiteSelectorProps): JSX.Element;
10
11
  export {};
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type ISuiteSelectorOptions } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
3
  type ISuiteSelectorContentProps = ISuiteSelectorOptions;
3
- export declare function SuiteSelectorContent(props: ISuiteSelectorContentProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function SuiteSelectorContent(props: ISuiteSelectorContentProps): JSX.Element;
4
5
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type SuiteLink, type SuiteLinks } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
3
  interface ISuiteSelectorSuiteLinkProps {
3
4
  link: SuiteLink;
@@ -5,5 +6,5 @@ interface ISuiteSelectorSuiteLinkProps {
5
6
  unauthorizedLinks?: SuiteLinks[];
6
7
  activeLink: SuiteLinks;
7
8
  }
8
- export declare function SuiteSelectorSuiteLink(props: ISuiteSelectorSuiteLinkProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function SuiteSelectorSuiteLink(props: ISuiteSelectorSuiteLinkProps): JSX.Element;
9
10
  export {};
@@ -1 +1,2 @@
1
- export declare const WorkspaceNoResults: () => import("react/jsx-runtime").JSX.Element;
1
+ import { JSX } from 'react/jsx-runtime';
2
+ export declare const WorkspaceNoResults: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IAvatarProps, type INavigationOrg } from '../../../../../../../../../../src/components';
2
3
  export interface IWorkspaceSelectorProps {
3
4
  orgs: INavigationOrg[];
@@ -8,4 +9,4 @@ export interface IWorkspaceSelectorProps {
8
9
  withoutContainer?: boolean;
9
10
  };
10
11
  }
11
- export declare function WorkspaceSelector(props: IWorkspaceSelectorProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function WorkspaceSelector(props: IWorkspaceSelectorProps): JSX.Element;