@mparticle/aquarium 1.62.0-aquarium-2-blurple.2 → 1.62.0-aquarium-2-upgrade.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 (138) hide show
  1. package/dist/aquarium.js +3702 -5489
  2. package/dist/aquarium.umd.cjs +1 -75
  3. package/dist/index.d.ts +1 -0
  4. package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +2 -2
  5. package/dist/src/components/UXPatterns/PermissionsRestrictions/UnauthorizedTooltip.d.ts +2 -2
  6. package/dist/src/components/UXPatterns/StatisticsCard/StatisticsCard.d.ts +11 -0
  7. package/dist/src/components/data-display/Avatar/Avatar.d.ts +4 -7
  8. package/dist/src/components/data-display/Badge/Badge.d.ts +3 -5
  9. package/dist/src/components/data-display/Card/Card.d.ts +3 -5
  10. package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -5
  11. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +3 -5
  12. package/dist/src/components/data-display/Empty/Empty.d.ts +3 -4
  13. package/dist/src/components/data-display/Image/Image.d.ts +3 -5
  14. package/dist/src/components/data-display/List/List.d.ts +3 -5
  15. package/dist/src/components/data-display/Popover/Popover.d.ts +2 -3
  16. package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -4
  17. package/dist/src/components/data-display/Table/Table.d.ts +13 -15
  18. package/dist/src/components/data-display/Tabs/Tabs.d.ts +2 -5
  19. package/dist/src/components/data-display/Tag/Tag.d.ts +4 -6
  20. package/dist/src/components/data-display/Tooltip/IconWithTooltip.d.ts +10 -0
  21. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +2 -3
  22. package/dist/src/components/data-display/Tour/Tour.d.ts +2 -3
  23. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +2 -3
  24. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +5 -6
  25. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +6 -10
  26. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +55 -54
  27. package/dist/src/components/data-entry/Form/Form.d.ts +15 -15
  28. package/dist/src/components/data-entry/Input/Input.d.ts +2 -4
  29. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +2 -3
  30. package/dist/src/components/data-entry/QueryItem/Action.d.ts +2 -3
  31. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +5 -6
  32. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +2 -3
  33. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +2 -3
  34. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +11 -12
  35. package/dist/src/components/data-entry/QueryItem/Text.d.ts +1 -2
  36. package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +1 -2
  37. package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +6 -7
  38. package/dist/src/components/data-entry/Radio/Radio.d.ts +5 -6
  39. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +2 -3
  40. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +2 -3
  41. package/dist/src/components/data-entry/Select/Select.d.ts +4 -5
  42. package/dist/src/components/data-entry/Switch/Switch.d.ts +2 -3
  43. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +4 -6
  44. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -5
  45. package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -6
  46. package/dist/src/components/feedback/Alert/Alert.d.ts +5 -6
  47. package/dist/src/components/feedback/Drawer/Drawer.d.ts +2 -3
  48. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -4
  49. package/dist/src/components/feedback/Message/Message.d.ts +5 -9
  50. package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +3 -4
  51. package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +2 -2
  52. package/dist/src/components/feedback/Modal/Modal.d.ts +5 -6
  53. package/dist/src/components/feedback/Notification/Notification.d.ts +5 -9
  54. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +2 -3
  55. package/dist/src/components/feedback/Progress/Progress.d.ts +2 -3
  56. package/dist/src/components/feedback/Result/Result.d.ts +2 -4
  57. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +7 -8
  58. package/dist/src/components/feedback/Spin/Spin.d.ts +3 -6
  59. package/dist/src/components/general/Button/Button.d.ts +9 -7
  60. package/dist/src/components/general/FloatButton/FloatButton.d.ts +5 -7
  61. package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +1 -1
  62. package/dist/src/components/general/Icon/Icon.d.ts +2 -2
  63. package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +1 -1
  64. package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +1 -1
  65. package/dist/src/components/general/Typography/Typography.d.ts +11 -12
  66. package/dist/src/components/general/Typography/colors.d.ts +1 -1
  67. package/dist/src/components/icons/index.d.ts +140 -140
  68. package/dist/src/components/index.d.ts +2 -0
  69. package/dist/src/components/layout/Center/Center.d.ts +2 -3
  70. package/dist/src/components/layout/Divider/Divider.d.ts +2 -3
  71. package/dist/src/components/layout/Flex/Flex.d.ts +2 -3
  72. package/dist/src/components/layout/Grid/Grid.d.ts +1 -5
  73. package/dist/src/components/layout/Layout/Layout.d.ts +3 -5
  74. package/dist/src/components/layout/Space/Space.d.ts +3 -5
  75. package/dist/src/components/layout/Splitter/Splitter.d.ts +5 -6
  76. package/dist/src/components/navigation/Anchor/Anchor.d.ts +2 -4
  77. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +2 -4
  78. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -5
  79. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +4 -5
  80. package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +1 -2
  81. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
  82. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +2 -3
  83. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +2 -3
  84. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +4 -5
  85. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +2 -3
  86. package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +2 -3
  87. package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +1 -2
  88. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +2 -3
  89. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +2 -3
  90. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +4 -5
  91. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +2 -3
  92. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +2 -3
  93. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +1 -2
  94. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -3
  95. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +3 -4
  96. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +2 -3
  97. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
  98. package/dist/src/components/navigation/Menu/Menu.d.ts +7 -10
  99. package/dist/src/components/navigation/Pagination/Pagination.d.ts +2 -3
  100. package/dist/src/components/navigation/Steps/Steps.d.ts +2 -3
  101. package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +2 -3
  102. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +5 -7
  103. package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +2 -3
  104. package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +2 -3
  105. package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +2 -3
  106. package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +2 -3
  107. package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +2 -4
  108. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +3 -6
  109. package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +2 -4
  110. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +4 -6
  111. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +7 -13
  112. package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +2 -3
  113. package/dist/src/components/other/ConfigProvider/ConfigProvider.d.ts +4 -6
  114. package/dist/src/constants/ChartConfig.d.ts +1 -1
  115. package/dist/src/constants/Icons.d.ts +1 -1
  116. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
  117. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +3 -3
  118. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
  119. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
  120. package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +1 -1
  121. package/dist/src/services/user-preferences/user-preferences-service.d.ts +3 -3
  122. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
  123. package/dist/src/shared/services/AuthorizationsService.d.ts +1 -1
  124. package/dist/src/shared/services/NavigationItemsService.d.ts +1 -1
  125. package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +1 -1
  126. package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +2 -2
  127. package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +2 -2
  128. package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +2 -2
  129. package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +2 -2
  130. package/dist/src/types/icons.d.ts +1 -2
  131. package/dist/src/utils/Cookies.d.ts +1 -1
  132. package/dist/src/utils/ExampleStory.d.ts +1 -3
  133. package/dist/src/utils/GetGlobalToken.d.ts +0 -1
  134. package/dist/src/utils/debounce.d.ts +1 -1
  135. package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +1 -2
  136. package/dist/src/utils/utils.d.ts +2 -2
  137. package/package.json +59 -65
  138. package/dist/style.css +0 -1
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './src/components/index'
2
+ export {}
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { type IDropdownProps, type IButtonProps, type IMenuProps } from '../..';
1
+ import { default as React } from 'react';
2
+ import { IDropdownProps, IButtonProps, IMenuProps } from '../..';
3
3
  export type IMoreActionsButtonItem = NonNullable<IMenuProps['items']>[number];
4
4
  export interface IMoreActionsButtonProps extends Omit<IDropdownProps, 'children' | 'menu'> {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { type ITooltipProps } from '../..';
1
+ import { default as React } from 'react';
2
+ import { ITooltipProps } from '../..';
3
3
  export interface IUnauthorizedTooltipProps extends Omit<ITooltipProps, 'title' | 'children'> {
4
4
  isAuthorized: boolean;
5
5
  children: React.ReactElement;
@@ -0,0 +1,11 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ export interface IStatisticsCardProps {
3
+ title: string;
4
+ value: string | number;
5
+ denominator?: string | number;
6
+ tooltip?: ReactNode;
7
+ valueFontSize?: string;
8
+ denominatorFontSize?: string;
9
+ valueFontWeight?: string | number;
10
+ }
11
+ export declare const StatisticsCard: React.FC<IStatisticsCardProps>;
@@ -1,11 +1,8 @@
1
- import { AvatarGroupProps } from 'antd/es/avatar/AvatarGroup';
1
+ import { AvatarProps as AntAvatarProps } from 'antd';
2
2
  import { FC } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type AvatarProps as AntAvatarProps } from 'antd';
6
- export interface IAvatarProps extends AntAvatarProps {
7
- }
3
+ import { AvatarGroupProps } from 'antd/es/avatar/AvatarGroup';
4
+ export type IAvatarProps = AntAvatarProps;
8
5
  export declare const Avatar: {
9
- (props: IAvatarProps): JSX.Element;
6
+ (props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
10
7
  Group: FC<AvatarGroupProps>;
11
8
  };
@@ -1,11 +1,9 @@
1
- import { RibbonProps } from 'antd/es/badge/Ribbon';
1
+ import { BadgeProps as AntBadgeProps } from 'antd';
2
2
  import { FC } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type BadgeProps as AntBadgeProps } from 'antd';
3
+ import { RibbonProps } from 'antd/es/badge/Ribbon';
6
4
  export interface IBadgeProps extends AntBadgeProps {
7
5
  }
8
6
  export declare const Badge: {
9
- (props: IBadgeProps): JSX.Element;
7
+ (props: IBadgeProps): import("react/jsx-runtime").JSX.Element;
10
8
  Ribbon: FC<RibbonProps>;
11
9
  };
@@ -1,12 +1,10 @@
1
- import { CardGridProps } from 'antd/es/card';
1
+ import { CardProps as AntCardProps, CardMetaProps } from 'antd';
2
2
  import { FC } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { CardMetaProps, type CardProps as AntCardProps } from 'antd';
3
+ import { CardGridProps } from 'antd/es/card';
6
4
  export interface ICardProps extends AntCardProps {
7
5
  }
8
6
  export declare const Card: {
9
- (props: ICardProps): JSX.Element;
7
+ (props: ICardProps): import("react/jsx-runtime").JSX.Element;
10
8
  Meta: FC<CardMetaProps>;
11
9
  Grid: FC<CardGridProps>;
12
10
  };
@@ -1,10 +1,8 @@
1
+ import { CollapseProps as AntCollapseProps, CollapsePanelProps } from 'antd';
1
2
  import { ForwardRefExoticComponent, RefAttributes } from 'react';
2
- import { JSX } from 'react/jsx-runtime';
3
- /// <reference types="react" />
4
- import { CollapsePanelProps, CollapseProps as AntCollapseProps } from 'antd';
5
3
  export interface ICollapseProps extends AntCollapseProps {
6
4
  }
7
5
  export declare const Collapse: {
8
- (props: ICollapseProps): JSX.Element;
9
- Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
6
+ (props: ICollapseProps): import("react/jsx-runtime").JSX.Element;
7
+ Panel: ForwardRefExoticComponent< CollapsePanelProps & RefAttributes<HTMLDivElement>>;
10
8
  };
@@ -1,11 +1,9 @@
1
- import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
1
+ import { DescriptionsProps as AntDescriptionsProps } from 'antd';
2
2
  import { FC, PropsWithChildren } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type DescriptionsProps as AntDescriptionsProps } from 'antd';
3
+ import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
6
4
  export interface IDescriptionsProps extends AntDescriptionsProps {
7
5
  }
8
6
  export declare const Descriptions: {
9
- (props: IDescriptionsProps): JSX.Element;
7
+ (props: IDescriptionsProps): import("react/jsx-runtime").JSX.Element;
10
8
  Item: FC<PropsWithChildren<DescriptionsItemProps>>;
11
9
  };
@@ -1,6 +1,5 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import React from 'react';
3
- import { type EmptyProps as AntEmptyProps } from 'antd';
1
+ import { default as React } from 'react';
2
+ import { EmptyProps as AntEmptyProps } from 'antd';
4
3
  export type EmptyState = 'empty' | 'error';
5
4
  export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
6
5
  /** The state of the empty component - determines the icon and styling */
@@ -30,7 +29,7 @@ export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
30
29
  };
31
30
  }
32
31
  export declare const Empty: {
33
- (props: IEmptyProps): JSX.Element;
32
+ (props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
34
33
  PRESENTED_IMAGE_DEFAULT: React.ReactNode;
35
34
  PRESENTED_IMAGE_SIMPLE: React.ReactNode;
36
35
  };
@@ -1,11 +1,9 @@
1
- import { PreviewGroupProps } from 'antd/es/image/PreviewGroup';
1
+ import { ImageProps as AntImageProps } from 'antd';
2
2
  import { FC } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type ImageProps as AntImageProps } from 'antd';
3
+ import { PreviewGroupProps } from 'antd/es/image/PreviewGroup';
6
4
  export interface IImageProps extends AntImageProps {
7
5
  }
8
6
  export declare const Image: {
9
- (props: IImageProps): JSX.Element;
7
+ (props: IImageProps): import("react/jsx-runtime").JSX.Element;
10
8
  PreviewGroup: FC<PreviewGroupProps>;
11
9
  };
@@ -1,9 +1,7 @@
1
- import { ListItemTypeProps } from 'antd/es/list/Item';
2
- import { JSX } from 'react/jsx-runtime';
3
- import { type ListProps as AntListProps } from 'antd';
1
+ import { ListProps as AntListProps } from 'antd';
4
2
  export interface IListProps<T> extends AntListProps<T> {
5
3
  }
6
- export declare function List<T>(props: IListProps<T>): JSX.Element;
4
+ export declare function List<T>(props: IListProps<T>): import("react/jsx-runtime").JSX.Element;
7
5
  export declare namespace List {
8
- var Item: ListItemTypeProps;
6
+ var Item: import("antd/es/list/Item").ListItemTypeProps;
9
7
  }
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type PopoverProps as AntPopoverProps } from 'antd';
1
+ import { PopoverProps as AntPopoverProps } from 'antd';
3
2
  export interface IPopoverProps extends AntPopoverProps {
4
3
  }
5
- export declare const Popover: (props: IPopoverProps) => JSX.Element;
4
+ export declare const Popover: (props: IPopoverProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,5 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- /// <reference types="react" />
3
- import { type SegmentedProps as AntSegmentedProps } from 'antd';
1
+ import { SegmentedProps as AntSegmentedProps } from 'antd';
4
2
  export interface ISegmentedProps extends AntSegmentedProps {
5
3
  ref?: React.RefObject<HTMLDivElement>;
6
4
  }
7
- export declare const Segmented: (props: ISegmentedProps) => JSX.Element;
5
+ export declare const Segmented: (props: ISegmentedProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,24 +1,22 @@
1
- import { SummaryCellProps } from '@rc-component/table/lib/Footer/Cell';
2
- import { FooterRowProps } from '@rc-component/table/lib/Footer/Row';
3
- import { SummaryProps } from '@rc-component/table/lib/Footer/Summary';
4
- import { FC, PropsWithChildren } from 'react';
1
+ import { TableProps as AntTableProps, TableColumnProps } from 'antd';
2
+ import { AnyObject } from 'antd/es/_util/type';
3
+ import { ColumnType, ExpandableConfig } from 'antd/es/table/interface';
4
+ import { ColumnsType, TableProps } from 'antd/es/table';
5
5
  import { ColumnGroupProps } from 'antd/es/table/ColumnGroup';
6
- import { JSX } from 'react/jsx-runtime';
7
- /// <reference types="react" />
8
- import { TableColumnProps, type TableProps as AntTableProps } from 'antd';
9
- import { type AnyObject } from 'antd/es/_util/type';
10
- import { type ColumnType, type ExpandableConfig } from 'antd/es/table/interface';
11
- import { type ColumnsType, type TableProps } from 'antd/es/table';
6
+ import { FC, PropsWithChildren } from 'react';
7
+ import { SummaryProps } from '@rc-component/table/lib/Footer/Summary';
8
+ import { FooterRowProps } from '@rc-component/table/lib/Footer/Row';
9
+ import { SummaryCellProps } from '@rc-component/table/lib/Footer/Cell';
12
10
  export interface ITableProps<RecordType extends AnyObject = AnyObject> extends AntTableProps<RecordType> {
13
11
  }
14
12
  export type { ColumnType, ExpandableConfig, ColumnsType, TableProps };
15
13
  export declare const Table: {
16
- <RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): JSX.Element;
17
- Column: <RecordType_1 extends AnyObject>(_: TableColumnProps<RecordType_1>) => null;
18
- ColumnGroup: <RecordType_2 extends AnyObject>(_: ColumnGroupProps<RecordType_2>) => null;
14
+ <RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): import("react/jsx-runtime").JSX.Element;
15
+ Column: <RecordType extends AnyObject>(_: TableColumnProps<RecordType>) => null;
16
+ ColumnGroup: <RecordType extends AnyObject>(_: ColumnGroupProps<RecordType>) => null;
19
17
  Summary: FC<PropsWithChildren<SummaryProps>> & {
20
- Row: FC<PropsWithChildren<FooterRowProps>>;
21
- Cell: FC<PropsWithChildren<SummaryCellProps>>;
18
+ Row: React.FC<React.PropsWithChildren< FooterRowProps>>;
19
+ Cell: React.FC<React.PropsWithChildren< SummaryCellProps>>;
22
20
  };
23
21
  EXPAND_COLUMN: {};
24
22
  SELECTION_NONE: "SELECT_NONE";
@@ -1,11 +1,8 @@
1
- import { TabPaneProps } from 'antd/es/tabs/TabPane';
1
+ import { TabsProps as AntTabsProps, TabPaneProps } from 'antd';
2
2
  import { FC } from 'react';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type TabsProps as AntTabsProps } from 'antd';
6
3
  export interface ITabsProps extends AntTabsProps {
7
4
  }
8
5
  export declare const Tabs: {
9
- (props: ITabsProps): JSX.Element;
6
+ (props: ITabsProps): import("react/jsx-runtime").JSX.Element;
10
7
  TabPane: FC<TabPaneProps>;
11
8
  };
@@ -1,13 +1,11 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- /// <reference types="react" />
3
- import type { TagProps as AntTagProps } from 'antd';
4
- import type { CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
1
+ import { TagProps as AntTagProps } from 'antd';
2
+ import { CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
5
3
  export interface ITagProps extends AntTagProps {
6
4
  children: React.ReactNode;
7
5
  }
8
6
  type CheckableTagProps = AntCheckableTagProps & ITagProps;
9
7
  export declare const Tag: {
10
- (props: ITagProps): JSX.Element;
11
- CheckableTag: (props: CheckableTagProps) => JSX.Element;
8
+ (props: ITagProps): import("react/jsx-runtime").JSX.Element;
9
+ CheckableTag: (props: CheckableTagProps) => import("react/jsx-runtime").JSX.Element;
12
10
  };
13
11
  export {};
@@ -0,0 +1,10 @@
1
+ import { IIconProps } from '../../general/Icon/Icon';
2
+ import { ITooltipProps } from './Tooltip';
3
+ import { IconNames } from '../../../types/icons';
4
+ import { ReactNode } from 'react';
5
+ export interface IIconWithTooltipProps extends Omit<ITooltipProps, 'title'> {
6
+ title: ReactNode;
7
+ iconName?: IconNames;
8
+ iconProps?: Omit<IIconProps, 'name'>;
9
+ }
10
+ export declare const IconWithTooltip: ({ title, iconName, iconProps, ...rest }: IIconWithTooltipProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type TooltipProps as AntTooltipProps } from 'antd';
1
+ import { TooltipProps as AntTooltipProps } from 'antd';
3
2
  export interface ITooltipProps extends AntTooltipProps {
4
3
  }
5
- export declare const Tooltip: (props: ITooltipProps) => JSX.Element;
4
+ export declare const Tooltip: (props: ITooltipProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type TourProps as AntTourProps } from 'antd';
1
+ import { TourProps as AntTourProps } from 'antd';
3
2
  export interface ITourProps extends AntTourProps {
4
3
  }
5
- export declare const Tour: (props: ITourProps) => JSX.Element;
4
+ export declare const Tour: (props: ITourProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type AutoCompleteProps as AntAutoCompleteProps } from 'antd';
1
+ import { AutoCompleteProps as AntAutoCompleteProps } from 'antd';
3
2
  export interface IAutoCompleteProps extends AntAutoCompleteProps {
4
3
  }
5
- export declare const AutoComplete: (props: IAutoCompleteProps) => JSX.Element;
4
+ export declare const AutoComplete: (props: IAutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,10 @@
1
- import { default as __DTS_1__ } from 'antd/es/cascader/Panel';
2
- import { JSX } from 'react/jsx-runtime';
3
- import { type CascaderProps as AntCascaderProps } from 'antd';
4
- import { type BaseOptionType } from 'antd/es/select';
1
+ import { CascaderProps as AntCascaderProps } from 'antd';
2
+ import { BaseOptionType } from 'antd/es/select';
3
+ import { default as __DTS_DEFAULT_0__ } from 'antd/es/cascader/Panel';
5
4
  export type ICascaderProps<DataNodeType extends BaseOptionType = any> = AntCascaderProps<DataNodeType>;
6
5
  export declare const Cascader: {
7
- (props: ICascaderProps): JSX.Element;
8
- Panel: typeof __DTS_1__;
6
+ (props: ICascaderProps): import("react/jsx-runtime").JSX.Element;
7
+ Panel: __DTS_DEFAULT_0__;
9
8
  SHOW_PARENT: "SHOW_PARENT";
10
9
  SHOW_CHILD: "SHOW_CHILD";
11
10
  };
@@ -1,11 +1,7 @@
1
- import { RefAttributes, ReactElement, JSXElementConstructor } from 'react';
2
- import { CheckboxGroupProps } from 'antd/es/checkbox';
3
- import { JSX } from 'react/jsx-runtime';
4
- /// <reference types="react" />
5
- import { type CheckboxProps as AntCheckboxProps } from 'antd';
6
- export interface ICheckboxProps extends AntCheckboxProps {
7
- }
8
- export declare const Checkbox: {
9
- (props: ICheckboxProps): JSX.Element;
10
- Group: <T = any>(props: CheckboxGroupProps<T> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>>;
1
+ import { CheckboxProps as AntCheckboxProps } from 'antd';
2
+ import { CheckboxGroupProps as AntCheckboxGroupProps } from 'antd/es/checkbox/Group';
3
+ export type ICheckboxProps = AntCheckboxProps;
4
+ export type ICheckboxGroupProps = AntCheckboxGroupProps;
5
+ export declare const Checkbox: ((props: ICheckboxProps) => import("react/jsx-runtime").JSX.Element) & {
6
+ Group: (props: ICheckboxGroupProps) => import("react/jsx-runtime").JSX.Element;
11
7
  };
@@ -1,81 +1,82 @@
1
- import { Dayjs } from 'dayjs';
2
- import { ButtonSize } from 'antd/es/button';
3
- import { RangePickerProps, PickerRef } from '@rc-component/picker';
4
- import { ReactElement, JSXElementConstructor, ForwardRefExoticComponent, CSSProperties, RefAttributes } from 'react';
5
- import { PickerProps, PickerLocale } from 'antd/es/date-picker/generatePicker';
6
- import { PickerPropsWithMultiple, DatePickerPickerClassNames, DatePickerStylesType, GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
1
+ import { DatePickerProps as AntDatePickerProps } from 'antd';
2
+ import { RangePickerProps as AntRangePickerProps } from 'antd/es/date-picker';
7
3
  import { AnyObject } from 'antd/es/_util/type';
8
- import { JSX } from 'react/jsx-runtime';
9
- /// <reference types="react" />
10
- import { type DatePickerProps as AntDatePickerProps } from 'antd';
11
- import type { RangePickerProps as AntRangePickerProps } from 'antd/es/date-picker';
4
+ import { GenerateConfig } from '@rc-component/picker/generate';
5
+ import { PickerPropsWithMultiple, DatePickerPickerClassNames, DatePickerStylesType, GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
6
+ import { PickerProps, PickerLocale } from 'antd/es/date-picker/generatePicker';
7
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
8
+ import { RangePickerProps, PickerRef } from '@rc-component/picker';
9
+ import { ButtonSize } from 'antd/es/button';
10
+ import { InputStatus } from 'antd/es/_util/statusUtils';
11
+ import { Variant } from 'antd/es/config-provider';
12
+ import { Dayjs } from 'dayjs';
12
13
  export interface IDatePickerProps extends AntDatePickerProps {
13
14
  }
14
15
  export interface IRangePickerProps extends AntRangePickerProps {
15
16
  }
16
17
  export declare const DatePicker: {
17
- (props: IDatePickerProps): JSX.Element;
18
- generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType, IsMultiple>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
19
- displayName?: string | undefined;
18
+ (props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
19
+ generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType, IsMultiple>) => React.ReactElement) & {
20
+ displayName?: string;
20
21
  } & {
21
- displayName?: string | undefined;
22
- WeekPicker: (<ValueType_1 = DateType, IsMultiple_1 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_1, IsMultiple_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
23
- displayName?: string | undefined;
22
+ displayName?: string;
23
+ WeekPicker: (<ValueType = DateType, IsMultiple_1 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_1>) => React.ReactElement) & {
24
+ displayName?: string;
24
25
  };
25
- MonthPicker: (<ValueType_2 = DateType, IsMultiple_2 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_2, IsMultiple_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
26
- displayName?: string | undefined;
26
+ MonthPicker: (<ValueType = DateType, IsMultiple_2 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_2>) => React.ReactElement) & {
27
+ displayName?: string;
27
28
  };
28
- YearPicker: (<ValueType_3 = DateType, IsMultiple_3 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_3, IsMultiple_3>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
29
- displayName?: string | undefined;
29
+ YearPicker: (<ValueType = DateType, IsMultiple_3 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_3>) => React.ReactElement) & {
30
+ displayName?: string;
30
31
  };
31
- RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<DateType>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
32
- locale?: PickerLocale | undefined;
32
+ RangePicker: ForwardRefExoticComponent<Omit< RangePickerProps<DateType>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
33
+ locale?: PickerLocale;
33
34
  size?: ButtonSize;
34
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
35
- bordered?: boolean | undefined;
36
- status?: "" | "success" | "warning" | "error" | "validating" | undefined;
37
- variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
38
- dropdownClassName?: string | undefined;
39
- popupClassName?: string | undefined;
40
- rootClassName?: string | undefined;
41
- popupStyle?: CSSProperties | undefined;
35
+ placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
36
+ bordered?: boolean;
37
+ status?: InputStatus;
38
+ variant?: Variant;
39
+ dropdownClassName?: string;
40
+ popupClassName?: string;
41
+ rootClassName?: string;
42
+ popupStyle?: React.CSSProperties;
42
43
  classNames?: DatePickerPickerClassNames<RangePickerProps<DateType>> | undefined;
43
44
  styles?: DatePickerStylesType<RangePickerProps<DateType>> | undefined;
44
45
  } & RefAttributes<PickerRef>>;
45
- TimePicker: (<ValueType_4 = DateType, IsMultiple_4 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit<GenericTimePickerProps<DateType>, "picker">, ValueType_4, IsMultiple_4>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
46
- displayName?: string | undefined;
46
+ TimePicker: (<ValueType = DateType, IsMultiple_4 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< GenericTimePickerProps<DateType>, "picker">, ValueType, IsMultiple_4>) => React.ReactElement) & {
47
+ displayName?: string;
47
48
  };
48
- QuarterPicker: (<ValueType_5 = DateType, IsMultiple_5 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_5, IsMultiple_5>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
49
- displayName?: string | undefined;
49
+ QuarterPicker: (<ValueType = DateType, IsMultiple_5 extends boolean = false>(props: PickerPropsWithMultiple<DateType, Omit< PickerProps<DateType>, "picker">, ValueType, IsMultiple_5>) => React.ReactElement) & {
50
+ displayName?: string;
50
51
  };
51
52
  };
52
- QuarterPicker: (<ValueType_6 = Dayjs, IsMultiple_6 extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_6, IsMultiple_6>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
53
- displayName?: string | undefined;
53
+ QuarterPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
54
+ displayName?: string;
54
55
  };
55
- MonthPicker: (<ValueType_7 = Dayjs, IsMultiple_7 extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_7, IsMultiple_7>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
56
- displayName?: string | undefined;
56
+ MonthPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
57
+ displayName?: string;
57
58
  };
58
- RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
59
- locale?: PickerLocale | undefined;
59
+ RangePicker: ForwardRefExoticComponent<Omit< RangePickerProps<Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
60
+ locale?: PickerLocale;
60
61
  size?: ButtonSize;
61
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
62
- bordered?: boolean | undefined;
63
- status?: "" | "success" | "warning" | "error" | "validating" | undefined;
64
- variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
65
- dropdownClassName?: string | undefined;
66
- popupClassName?: string | undefined;
67
- rootClassName?: string | undefined;
68
- popupStyle?: CSSProperties | undefined;
62
+ placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
63
+ bordered?: boolean;
64
+ status?: InputStatus;
65
+ variant?: Variant;
66
+ dropdownClassName?: string;
67
+ popupClassName?: string;
68
+ rootClassName?: string;
69
+ popupStyle?: React.CSSProperties;
69
70
  classNames?: DatePickerPickerClassNames<RangePickerProps<Dayjs>> | undefined;
70
71
  styles?: DatePickerStylesType<RangePickerProps<Dayjs>> | undefined;
71
72
  } & RefAttributes<PickerRef>>;
72
- TimePicker: (<ValueType_8 = Dayjs, IsMultiple_8 extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit<GenericTimePickerProps<Dayjs>, "picker">, ValueType_8, IsMultiple_8>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
73
- displayName?: string | undefined;
73
+ TimePicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< GenericTimePickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
74
+ displayName?: string;
74
75
  };
75
- WeekPicker: (<ValueType_9 = Dayjs, IsMultiple_9 extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_9, IsMultiple_9>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
76
- displayName?: string | undefined;
76
+ WeekPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
77
+ displayName?: string;
77
78
  };
78
- YearPicker: (<ValueType_10 = Dayjs, IsMultiple_10 extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_10, IsMultiple_10>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
79
- displayName?: string | undefined;
79
+ YearPicker: (<ValueType = Dayjs, IsMultiple extends boolean = false>(props: PickerPropsWithMultiple<Dayjs, Omit< PickerProps<Dayjs>, "picker">, ValueType, IsMultiple>) => React.ReactElement) & {
80
+ displayName?: string;
80
81
  };
81
82
  };
@@ -1,25 +1,25 @@
1
- import { FormProviderProps } from 'antd/es/form/context';
2
- import { FormListProps, ErrorListProps } from 'antd/es/form';
3
- import { default as __DTS_2__ } from 'antd/es/form/hooks/useFormInstance';
4
- import { default as __DTS_1__ } from '@rc-component/form/es/useWatch';
1
+ import { FormProps as AntFormProps, FormItemProps } from 'antd';
2
+ import { ReactNode, FC } from 'react';
5
3
  import { useForm } from 'antd/es/form/Form';
6
- import { JSX } from 'react/jsx-runtime';
7
- import { FormItemProps, type FormProps as AntFormProps } from 'antd';
8
- import { ReactElement, JSXElementConstructor, FC, type ReactNode } from 'react';
4
+ import { useWatch } from '@rc-component/form';
5
+ import { default as __DTS_DEFAULT_0__ } from 'antd/es/form/hooks/useFormInstance';
6
+ import { ValidateStatus } from 'antd/es/form/FormItem';
7
+ import { FormListProps, ErrorListProps } from 'antd/es/form';
8
+ import { FormProviderProps } from 'antd/es/form/context';
9
9
  export type { FormInstance } from 'antd';
10
10
  export interface IFormProps<Values = any> extends AntFormProps<Values> {
11
11
  children: ReactNode;
12
12
  }
13
13
  export declare const Form: {
14
- <Values = any>(props: IFormProps<Values>): JSX.Element;
15
- useForm: typeof useForm;
16
- useWatch: typeof __DTS_1__;
17
- useFormInstance: typeof __DTS_2__;
18
- Item: (<Values_1 = any>(props: FormItemProps<Values_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
14
+ <Values = any>(props: IFormProps<Values>): import("react/jsx-runtime").JSX.Element;
15
+ useForm: useForm;
16
+ useWatch: useWatch;
17
+ useFormInstance: __DTS_DEFAULT_0__;
18
+ Item: (<Values = any>(props: FormItemProps<Values>) => React.ReactElement) & {
19
19
  useStatus: () => {
20
- status?: "" | "success" | "warning" | "error" | "validating" | undefined;
21
- errors: ReactNode[];
22
- warnings: ReactNode[];
20
+ status?: ValidateStatus;
21
+ errors: React.ReactNode[];
22
+ warnings: React.ReactNode[];
23
23
  };
24
24
  };
25
25
  List: FC<FormListProps>;
@@ -1,7 +1,5 @@
1
- import { Input as AntInput } from 'antd';
2
- import { type InputProps as AntInputProps } from 'antd';
3
- import { type InputRef } from 'antd';
4
- import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
1
+ import { Input as AntInput, InputProps as AntInputProps, InputRef } from 'antd';
2
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
5
3
  export { Input, type InputRef, type IInputProps };
6
4
  interface IInputProps extends AntInputProps {
7
5
  }
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type InputNumberProps as AntInputNumberProps } from 'antd';
1
+ import { InputNumberProps as AntInputNumberProps } from 'antd';
3
2
  export interface IInputNumberProps extends AntInputNumberProps {
4
3
  }
5
- export declare const InputNumber: (props: IInputNumberProps) => JSX.Element;
4
+ export declare const InputNumber: (props: IInputNumberProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,9 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type IButtonProps } from '../..';
1
+ import { IButtonProps } from '../..';
3
2
  export interface IActionProps {
4
3
  type?: 'disabled' | 'primary' | 'default';
5
4
  text?: string;
6
5
  onClick?: () => void;
7
6
  loading?: IButtonProps['loading'];
8
7
  }
9
- declare const Action: (props: IActionProps) => JSX.Element;
8
+ declare const Action: (props: IActionProps) => import("react/jsx-runtime").JSX.Element;
10
9
  export default Action;
@@ -1,8 +1,7 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { type DefaultOptionType } from 'antd/es/select';
3
- import { type ReactNode } from 'react';
4
- import { type ICascaderProps as IBaseCascaderProps } from '../..';
5
- import { type Icons } from '../../../constants/Icons';
1
+ import { DefaultOptionType } from 'antd/es/select';
2
+ import { ReactNode } from 'react';
3
+ import { ICascaderProps as IBaseCascaderProps } from '../..';
4
+ import { Icons } from '../../../constants/Icons';
6
5
  export interface ICascaderOption extends DefaultOptionType {
7
6
  value: string;
8
7
  label: ReactNode;
@@ -23,5 +22,5 @@ export interface IQueryItemCascaderProps {
23
22
  defaultOpen?: IBaseCascaderProps['defaultOpen'];
24
23
  suffixIcon?: IBaseCascaderProps['suffixIcon'];
25
24
  }
26
- declare const Cascader: (props: IQueryItemCascaderProps) => JSX.Element;
25
+ declare const Cascader: (props: IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
27
26
  export default Cascader;
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
3
2
  export interface INumberInputProps {
4
3
  value?: number | undefined;
5
4
  disabled?: boolean;
@@ -12,5 +11,5 @@ export interface INumberInputProps {
12
11
  onChange?: (value: number | undefined) => void;
13
12
  onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
14
13
  }
15
- declare const NumberInput: (props: INumberInputProps) => JSX.Element;
14
+ declare const NumberInput: (props: INumberInputProps) => import("react/jsx-runtime").JSX.Element;
16
15
  export default NumberInput;
@@ -1,5 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import type { DefaultOptionType } from 'antd/es/select';
1
+ import { DefaultOptionType } from 'antd/es/select';
3
2
  export type IQueryItemQualifierOption = DefaultOptionType;
4
3
  export interface IQueryItemQualifierProps {
5
4
  options: IQueryItemQualifierOption[];
@@ -12,5 +11,5 @@ export interface IQueryItemQualifierProps {
12
11
  */
13
12
  className?: string;
14
13
  }
15
- declare const Qualifier: (props: IQueryItemQualifierProps) => JSX.Element;
14
+ declare const Qualifier: (props: IQueryItemQualifierProps) => import("react/jsx-runtime").JSX.Element;
16
15
  export default Qualifier;