@mparticle/aquarium 1.56.0 → 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
package/dist/aquarium.js CHANGED
@@ -26247,10 +26247,7 @@ class rQ extends s6 {
26247
26247
  super(...arguments), this.suite = ca.Root;
26248
26248
  }
26249
26249
  getAuthorizations() {
26250
- const d = Object.keys(Gt.Root.Playground).reduce(
26251
- (p, o) => (p[o] = this.canViewPlayground(), p),
26252
- {}
26253
- );
26250
+ const d = Object.keys(Gt.Root.Playground).reduce((p, o) => (p[o] = this.canViewPlayground(), p), {});
26254
26251
  return X1(ue({
26255
26252
  [Gt.Root.Workspaces]: this.canViewWorkspacesSettings(),
26256
26253
  [Gt.Root.Analytics]: this.canViewAnalytics(),
@@ -1,8 +1,11 @@
1
+ import { AvatarGroupProps } from 'antd/es/avatar/AvatarGroup';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type AvatarProps as AntAvatarProps } from 'antd';
3
6
  export interface IAvatarProps extends AntAvatarProps {
4
7
  }
5
8
  export declare const Avatar: {
6
- (props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
7
- Group: import("react").FC<import("antd/es/avatar/AvatarGroup").AvatarGroupProps>;
9
+ (props: IAvatarProps): JSX.Element;
10
+ Group: FC<AvatarGroupProps>;
8
11
  };
@@ -1,8 +1,11 @@
1
+ import { RibbonProps } from 'antd/es/badge/Ribbon';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type BadgeProps as AntBadgeProps } from 'antd';
3
6
  export interface IBadgeProps extends AntBadgeProps {
4
7
  }
5
8
  export declare const Badge: {
6
- (props: IBadgeProps): import("react/jsx-runtime").JSX.Element;
7
- Ribbon: import("react").FC<import("antd/es/badge/Ribbon").RibbonProps>;
9
+ (props: IBadgeProps): JSX.Element;
10
+ Ribbon: FC<RibbonProps>;
8
11
  };
@@ -1,9 +1,12 @@
1
+ import { CardMetaProps, CardGridProps } from 'antd/es/card';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type CardProps as AntCardProps } from 'antd';
3
6
  export interface ICardProps extends AntCardProps {
4
7
  }
5
8
  export declare const Card: {
6
- (props: ICardProps): import("react/jsx-runtime").JSX.Element;
7
- Meta: import("react").FC<import("antd/es/card").CardMetaProps>;
8
- Grid: import("react").FC<import("antd/es/card").CardGridProps>;
9
+ (props: ICardProps): JSX.Element;
10
+ Meta: FC<CardMetaProps>;
11
+ Grid: FC<CardGridProps>;
9
12
  };
@@ -1,8 +1,10 @@
1
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
- import type { CollapseProps as AntCollapseProps } from 'antd';
4
+ import { CollapsePanelProps, CollapseProps as AntCollapseProps } from 'antd';
3
5
  export interface ICollapseProps extends AntCollapseProps {
4
6
  }
5
7
  export declare const Collapse: {
6
- (props: ICollapseProps): import("react/jsx-runtime").JSX.Element;
7
- Panel: import("react").ForwardRefExoticComponent<import("antd").CollapsePanelProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ (props: ICollapseProps): JSX.Element;
9
+ Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
8
10
  };
@@ -1,8 +1,11 @@
1
+ import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type DescriptionsProps as AntDescriptionsProps } from 'antd';
3
6
  export interface IDescriptionsProps extends AntDescriptionsProps {
4
7
  }
5
8
  export declare const Descriptions: {
6
- (props: IDescriptionsProps): import("react/jsx-runtime").JSX.Element;
7
- Item: import("react").FC<import("antd/es/descriptions/Item").DescriptionsItemProps>;
9
+ (props: IDescriptionsProps): JSX.Element;
10
+ Item: FC<DescriptionsItemProps>;
8
11
  };
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import React from 'react';
2
3
  import { type EmptyProps as AntEmptyProps } from 'antd';
3
4
  export type EmptyState = 'empty' | 'error';
@@ -29,7 +30,7 @@ export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
29
30
  };
30
31
  }
31
32
  export declare const Empty: {
32
- (props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
33
+ (props: IEmptyProps): JSX.Element;
33
34
  PRESENTED_IMAGE_DEFAULT: React.ReactNode;
34
35
  PRESENTED_IMAGE_SIMPLE: React.ReactNode;
35
36
  };
@@ -1,8 +1,11 @@
1
+ import { GroupConsumerProps } from 'rc-image/lib/PreviewGroup';
2
+ import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type ImageProps as AntImageProps } from 'antd';
3
6
  export interface IImageProps extends AntImageProps {
4
7
  }
5
8
  export declare const Image: {
6
- (props: IImageProps): import("react/jsx-runtime").JSX.Element;
7
- PreviewGroup: import("react").FC<import("rc-image/lib/PreviewGroup").GroupConsumerProps>;
9
+ (props: IImageProps): JSX.Element;
10
+ PreviewGroup: FC<GroupConsumerProps>;
8
11
  };
@@ -1,7 +1,9 @@
1
+ import { ListItemTypeProps } from 'antd/es/list/Item';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  import { type ListProps as AntListProps } from 'antd';
2
4
  export interface IListProps<T> extends AntListProps<T> {
3
5
  }
4
- export declare function List<T>(props: IListProps<T>): import("react/jsx-runtime").JSX.Element;
6
+ export declare function List<T>(props: IListProps<T>): JSX.Element;
5
7
  export declare namespace List {
6
- var Item: import("antd/es/list/Item").ListItemTypeProps;
8
+ var Item: ListItemTypeProps;
7
9
  }
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type PopoverProps as AntPopoverProps } from 'antd';
2
3
  export interface IPopoverProps extends AntPopoverProps {
3
4
  }
4
- export declare const Popover: (props: IPopoverProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Popover: (props: IPopoverProps) => JSX.Element;
@@ -1,6 +1,7 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  /// <reference types="react" />
2
3
  import { type SegmentedProps as AntSegmentedProps } from 'antd';
3
4
  export interface ISegmentedProps extends AntSegmentedProps {
4
5
  ref?: React.RefObject<HTMLDivElement>;
5
6
  }
6
- export declare const Segmented: (props: ISegmentedProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Segmented: (props: ISegmentedProps) => JSX.Element;
@@ -1,4 +1,7 @@
1
- import { type TableProps as AntTableProps } from 'antd';
1
+ import { default as __DTS_1__ } from 'rc-table/lib/Footer/Summary';
2
+ import { ColumnGroupProps } from 'antd/es/table/ColumnGroup';
3
+ import { JSX } from 'react/jsx-runtime';
4
+ import { TableColumnProps, type TableProps as AntTableProps } from 'antd';
2
5
  import { type AnyObject } from 'antd/es/_util/type';
3
6
  import { type ColumnType, type ExpandableConfig } from 'antd/es/table/interface';
4
7
  import { type ColumnsType, type TableProps } from 'antd/es/table';
@@ -6,10 +9,10 @@ export interface ITableProps<RecordType extends AnyObject = AnyObject> extends A
6
9
  }
7
10
  export type { ColumnType, ExpandableConfig, ColumnsType, TableProps };
8
11
  export declare const Table: {
9
- <RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): import("react/jsx-runtime").JSX.Element;
10
- Column: <RecordType_1 extends AnyObject>(_: import("antd").TableColumnProps<RecordType_1>) => null;
11
- ColumnGroup: <RecordType_2 extends AnyObject>(_: import("antd/es/table/ColumnGroup").ColumnGroupProps<RecordType_2>) => null;
12
- Summary: typeof import("rc-table/lib/Footer/Summary").default;
12
+ <RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): JSX.Element;
13
+ Column: <RecordType_1 extends AnyObject>(_: TableColumnProps<RecordType_1>) => null;
14
+ ColumnGroup: <RecordType_2 extends AnyObject>(_: ColumnGroupProps<RecordType_2>) => null;
15
+ Summary: typeof __DTS_1__;
13
16
  EXPAND_COLUMN: {};
14
17
  SELECTION_NONE: "SELECT_NONE";
15
18
  SELECTION_ALL: "SELECT_ALL";
@@ -1,8 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  /// <reference types="react" />
2
- import { type TabsProps as AntTabsProps } from 'antd';
4
+ import { TabPaneProps, type TabsProps as AntTabsProps } from 'antd';
3
5
  export interface ITabsProps extends AntTabsProps {
4
6
  }
5
7
  export declare const Tabs: {
6
- (props: ITabsProps): import("react/jsx-runtime").JSX.Element;
7
- TabPane: import("react").FC<import("antd").TabPaneProps>;
8
+ (props: ITabsProps): JSX.Element;
9
+ TabPane: FC<TabPaneProps>;
8
10
  };
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  /// <reference types="react" />
2
3
  import type { TagProps as AntTagProps } from 'antd';
3
4
  import type { CheckableTagProps as AntCheckableTagProps } from 'antd/es/tag';
@@ -6,7 +7,7 @@ export interface ITagProps extends AntTagProps {
6
7
  }
7
8
  type CheckableTagProps = AntCheckableTagProps & ITagProps;
8
9
  export declare const Tag: {
9
- (props: ITagProps): import("react/jsx-runtime").JSX.Element;
10
- CheckableTag: (props: CheckableTagProps) => import("react/jsx-runtime").JSX.Element;
10
+ (props: ITagProps): JSX.Element;
11
+ CheckableTag: (props: CheckableTagProps) => JSX.Element;
11
12
  };
12
13
  export {};
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type TooltipPropsWithTitle as AntTooltipPropsWithTitle } from 'antd/es/tooltip';
2
3
  export interface ITooltipProps extends AntTooltipPropsWithTitle {
3
4
  }
4
- export declare const Tooltip: (props: ITooltipProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Tooltip: (props: ITooltipProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type TourProps as AntTourProps } from 'antd';
2
3
  export interface ITourProps extends AntTourProps {
3
4
  }
4
- export declare const Tour: (props: ITourProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Tour: (props: ITourProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type AutoCompleteProps as AntAutoCompleteProps } from 'antd';
2
3
  export interface IAutoCompleteProps extends AntAutoCompleteProps {
3
4
  }
4
- export declare const AutoComplete: (props: IAutoCompleteProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const AutoComplete: (props: IAutoCompleteProps) => JSX.Element;
@@ -1,9 +1,11 @@
1
+ import { default as __DTS_1__ } from 'antd/es/cascader/Panel';
2
+ import { JSX } from 'react/jsx-runtime';
1
3
  import { type CascaderProps as AntCascaderProps } from 'antd';
2
4
  import { type BaseOptionType } from 'antd/es/select';
3
5
  export type ICascaderProps<DataNodeType extends BaseOptionType = any> = AntCascaderProps<DataNodeType>;
4
6
  export declare const Cascader: {
5
- (props: ICascaderProps): import("react/jsx-runtime").JSX.Element;
6
- Panel: typeof import("antd/es/cascader/Panel").default;
7
+ (props: ICascaderProps): JSX.Element;
8
+ Panel: typeof __DTS_1__;
7
9
  SHOW_PARENT: "SHOW_PARENT";
8
10
  SHOW_CHILD: "SHOW_CHILD";
9
11
  };
@@ -1,8 +1,11 @@
1
+ import { RefAttributes, ReactElement, JSXElementConstructor } from 'react';
2
+ import { CheckboxGroupProps } from 'antd/es/checkbox';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  /// <reference types="react" />
2
5
  import { type CheckboxProps as AntCheckboxProps } from 'antd';
3
6
  export interface ICheckboxProps extends AntCheckboxProps {
4
7
  }
5
8
  export declare const Checkbox: {
6
- (props: ICheckboxProps): import("react/jsx-runtime").JSX.Element;
7
- Group: <T = any>(props: import("antd/es/checkbox").CheckboxGroupProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
9
+ (props: ICheckboxProps): JSX.Element;
10
+ Group: <T = any>(props: CheckboxGroupProps<T> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>>;
8
11
  };
@@ -1,3 +1,12 @@
1
+ import { Dayjs } from 'dayjs';
2
+ import { ButtonSize } from 'antd/es/button';
3
+ import { RangePickerProps, PickerRef } from 'rc-picker';
4
+ import { ReactElement, JSXElementConstructor, ForwardRefExoticComponent, CSSProperties, RefAttributes } from 'react';
5
+ import { PickerProps, PickerLocale } from 'antd/es/date-picker/generatePicker';
6
+ import { PickerPropsWithMultiple, GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
7
+ import { GenerateConfig } from 'rc-picker/lib/generate';
8
+ import { AnyObject } from 'antd/es/_util/type';
9
+ import { JSX } from 'react/jsx-runtime';
1
10
  /// <reference types="react" />
2
11
  import { type DatePickerProps as AntDatePickerProps } from 'antd';
3
12
  import type { RangePickerProps as AntRangePickerProps } from 'antd/es/date-picker';
@@ -6,23 +15,23 @@ export interface IDatePickerProps extends AntDatePickerProps {
6
15
  export interface IRangePickerProps extends AntRangePickerProps {
7
16
  }
8
17
  export declare const DatePicker: {
9
- (props: IDatePickerProps): import("react/jsx-runtime").JSX.Element;
10
- generatePicker: <DateType extends import("antd/es/_util/type").AnyObject = import("antd/es/_util/type").AnyObject>(generateConfig: import("rc-picker/lib/generate").GenerateConfig<DateType>) => (<ValueType = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, import("antd/es/date-picker/generatePicker").PickerProps<DateType>, ValueType>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
18
+ (props: IDatePickerProps): JSX.Element;
19
+ generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
11
20
  displayName?: string | undefined;
12
21
  } & {
13
22
  displayName?: string | undefined;
14
- WeekPicker: (<ValueType_1 = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, Omit<import("antd/es/date-picker/generatePicker").PickerProps<DateType>, "picker">, ValueType_1>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
23
+ WeekPicker: (<ValueType_1 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
15
24
  displayName?: string | undefined;
16
25
  };
17
- MonthPicker: (<ValueType_2 = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, Omit<import("antd/es/date-picker/generatePicker").PickerProps<DateType>, "picker">, ValueType_2>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
26
+ MonthPicker: (<ValueType_2 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
18
27
  displayName?: string | undefined;
19
28
  };
20
- YearPicker: (<ValueType_3 = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, Omit<import("antd/es/date-picker/generatePicker").PickerProps<DateType>, "picker">, ValueType_3>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
29
+ YearPicker: (<ValueType_3 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_3>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
21
30
  displayName?: string | undefined;
22
31
  };
23
- RangePicker: import("react").ForwardRefExoticComponent<Omit<import("rc-picker").RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
24
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale | undefined;
25
- size?: import("antd/es/button").ButtonSize;
32
+ RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
33
+ locale?: PickerLocale | undefined;
34
+ size?: ButtonSize;
26
35
  placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
27
36
  bordered?: boolean | undefined;
28
37
  status?: "" | "warning" | "error" | undefined;
@@ -30,24 +39,24 @@ export declare const DatePicker: {
30
39
  dropdownClassName?: string | undefined;
31
40
  popupClassName?: string | undefined;
32
41
  rootClassName?: string | undefined;
33
- popupStyle?: import("react").CSSProperties | undefined;
34
- } & import("react").RefAttributes<import("rc-picker").PickerRef>>;
35
- TimePicker: (<ValueType_4 = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, Omit<import("antd/es/date-picker/generatePicker/interface").GenericTimePickerProps<DateType>, "picker">, ValueType_4>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
42
+ popupStyle?: CSSProperties | undefined;
43
+ } & RefAttributes<PickerRef>>;
44
+ TimePicker: (<ValueType_4 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<GenericTimePickerProps<DateType>, "picker">, ValueType_4>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
36
45
  displayName?: string | undefined;
37
46
  };
38
- QuarterPicker: (<ValueType_5 = DateType>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<DateType, Omit<import("antd/es/date-picker/generatePicker").PickerProps<DateType>, "picker">, ValueType_5>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
47
+ QuarterPicker: (<ValueType_5 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_5>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
39
48
  displayName?: string | undefined;
40
49
  };
41
50
  };
42
- QuarterPicker: (<ValueType_6 = import("dayjs").Dayjs>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<import("dayjs").Dayjs, Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "picker">, ValueType_6>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
51
+ QuarterPicker: (<ValueType_6 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_6>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
43
52
  displayName?: string | undefined;
44
53
  };
45
- MonthPicker: (<ValueType_7 = import("dayjs").Dayjs>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<import("dayjs").Dayjs, Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "picker">, ValueType_7>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
54
+ MonthPicker: (<ValueType_7 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_7>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
46
55
  displayName?: string | undefined;
47
56
  };
48
- RangePicker: import("react").ForwardRefExoticComponent<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
49
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale | undefined;
50
- size?: import("antd/es/button").ButtonSize;
57
+ RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
58
+ locale?: PickerLocale | undefined;
59
+ size?: ButtonSize;
51
60
  placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
52
61
  bordered?: boolean | undefined;
53
62
  status?: "" | "warning" | "error" | undefined;
@@ -55,15 +64,15 @@ export declare const DatePicker: {
55
64
  dropdownClassName?: string | undefined;
56
65
  popupClassName?: string | undefined;
57
66
  rootClassName?: string | undefined;
58
- popupStyle?: import("react").CSSProperties | undefined;
59
- } & import("react").RefAttributes<import("rc-picker").PickerRef>>;
60
- TimePicker: (<ValueType_8 = import("dayjs").Dayjs>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<import("dayjs").Dayjs, Omit<import("antd/es/date-picker/generatePicker/interface").GenericTimePickerProps<import("dayjs").Dayjs>, "picker">, ValueType_8>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
67
+ popupStyle?: CSSProperties | undefined;
68
+ } & RefAttributes<PickerRef>>;
69
+ TimePicker: (<ValueType_8 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<GenericTimePickerProps<Dayjs>, "picker">, ValueType_8>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
61
70
  displayName?: string | undefined;
62
71
  };
63
- WeekPicker: (<ValueType_9 = import("dayjs").Dayjs>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<import("dayjs").Dayjs, Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "picker">, ValueType_9>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
72
+ WeekPicker: (<ValueType_9 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_9>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
64
73
  displayName?: string | undefined;
65
74
  };
66
- YearPicker: (<ValueType_10 = import("dayjs").Dayjs>(props: import("antd/es/date-picker/generatePicker/interface").PickerPropsWithMultiple<import("dayjs").Dayjs, Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "picker">, ValueType_10>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
75
+ YearPicker: (<ValueType_10 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_10>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
67
76
  displayName?: string | undefined;
68
77
  };
69
78
  };
@@ -1,22 +1,28 @@
1
- import { type FormProps as AntFormProps } from 'antd';
2
- import { type ReactNode } from 'react';
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-field-form/es/useWatch';
5
+ 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';
3
9
  export type { FormInstance } from 'antd';
4
10
  export interface IFormProps<Values = any> extends AntFormProps<Values> {
5
11
  children: ReactNode;
6
12
  }
7
13
  export declare const Form: {
8
- <Values = any>(props: IFormProps<Values>): import("react/jsx-runtime").JSX.Element;
9
- useForm: typeof import("antd/es/form/Form").useForm;
10
- useWatch: typeof import("rc-field-form/es/useWatch").default;
11
- useFormInstance: typeof import("antd/es/form/hooks/useFormInstance").default;
12
- Item: (<Values_1 = any>(props: import("antd").FormItemProps<Values_1>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
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>>) & {
13
19
  useStatus: () => {
14
20
  status?: "" | "success" | "warning" | "error" | "validating" | undefined;
15
21
  errors: ReactNode[];
16
22
  warnings: ReactNode[];
17
23
  };
18
24
  };
19
- List: import("react").FC<import("antd/es/form").FormListProps>;
20
- Provider: import("react").FC<import("antd/es/form/context").FormProviderProps>;
21
- ErrorList: import("react").FC<import("antd/es/form").ErrorListProps>;
25
+ List: FC<FormListProps>;
26
+ Provider: FC<FormProviderProps>;
27
+ ErrorList: FC<ErrorListProps>;
22
28
  };
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type InputNumberProps as AntInputNumberProps } from 'antd';
2
3
  export interface IInputNumberProps extends AntInputNumberProps {
3
4
  }
4
- export declare const InputNumber: (props: IInputNumberProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const InputNumber: (props: IInputNumberProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type IButtonProps } from '../../../../../../../../../src/components';
2
3
  export interface IActionProps {
3
4
  type?: 'disabled' | 'primary' | 'default';
@@ -5,5 +6,5 @@ export interface IActionProps {
5
6
  onClick?: () => void;
6
7
  loading?: IButtonProps['loading'];
7
8
  }
8
- declare const Action: (props: IActionProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const Action: (props: IActionProps) => JSX.Element;
9
10
  export default Action;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type DefaultOptionType } from 'antd/es/select';
2
3
  import { type ReactNode } from 'react';
3
4
  import { type ICascaderProps as IBaseCascaderProps } from '../../../../../../../../../src/components';
@@ -22,5 +23,5 @@ export interface IQueryItemCascaderProps {
22
23
  defaultOpen?: IBaseCascaderProps['defaultOpen'];
23
24
  suffixIcon?: IBaseCascaderProps['suffixIcon'];
24
25
  }
25
- declare const Cascader: (props: IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
26
+ declare const Cascader: (props: IQueryItemCascaderProps) => JSX.Element;
26
27
  export default Cascader;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import type { ReactNode } from 'react';
2
3
  export interface INumberInputProps {
3
4
  value?: number | undefined;
@@ -11,5 +12,5 @@ export interface INumberInputProps {
11
12
  onChange?: (value: number | undefined) => void;
12
13
  onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
13
14
  }
14
- declare const NumberInput: (props: INumberInputProps) => import("react/jsx-runtime").JSX.Element;
15
+ declare const NumberInput: (props: INumberInputProps) => JSX.Element;
15
16
  export default NumberInput;
@@ -1,11 +1,16 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import type { DefaultOptionType } from 'antd/es/select';
2
3
  export type IQueryItemQualifierOption = DefaultOptionType;
3
4
  export interface IQueryItemQualifierProps {
4
5
  options: IQueryItemQualifierOption[];
5
6
  disabled?: boolean;
6
7
  errorMessage?: string;
7
- onChange?: (value: IQueryItemQualifierOption) => void;
8
- value?: IQueryItemQualifierOption;
8
+ onChange?: (value: IQueryItemQualifierOption | string | number | boolean) => void;
9
+ value?: IQueryItemQualifierOption | string | number | boolean;
10
+ /**
11
+ * @deprecated Not being used by the component, included here to fix runtime typing problems. Needs to be worked on
12
+ */
13
+ className?: string;
9
14
  }
10
- declare const Qualifier: (props: IQueryItemQualifierProps) => import("react/jsx-runtime").JSX.Element;
15
+ declare const Qualifier: (props: IQueryItemQualifierProps) => JSX.Element;
11
16
  export default Qualifier;
@@ -1,12 +1,17 @@
1
+ import { ITextProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Text';
2
+ import { ITextInputProps, INumberInputProps, IQueryItemCascaderProps } from '../../../../../../../../../src/components';
3
+ import { IQueryItemQualifierProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Qualifier';
4
+ import { IActionProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Action';
5
+ import { JSX } from 'react/jsx-runtime';
1
6
  export declare const QueryItem: {
2
- (): import("react/jsx-runtime").JSX.Element;
3
- Action: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/Action').IActionProps) => import("react/jsx-runtime").JSX.Element;
4
- Qualifier: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/Qualifier').IQueryItemQualifierProps) => import("react/jsx-runtime").JSX.Element;
7
+ (): JSX.Element;
8
+ Action: (props: IActionProps) => JSX.Element;
9
+ Qualifier: (props: IQueryItemQualifierProps) => JSX.Element;
5
10
  ValueSelector: {
6
- (): import("react/jsx-runtime").JSX.Element;
7
- TextInput: (props: import('../../../../../../../../../src/components').ITextInputProps) => import("react/jsx-runtime").JSX.Element;
8
- NumberInput: (props: import('../../../../../../../../../src/components').INumberInputProps) => import("react/jsx-runtime").JSX.Element;
9
- Cascader: (props: import('../../../../../../../../../src/components').IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
11
+ (): JSX.Element;
12
+ TextInput: (props: ITextInputProps) => JSX.Element;
13
+ NumberInput: (props: INumberInputProps) => JSX.Element;
14
+ Cascader: (props: IQueryItemCascaderProps) => JSX.Element;
10
15
  };
11
- Text: ({ disabled, text }: import('../../../../../../../../../src/components/data-entry/QueryItem/Text').ITextProps) => import("react/jsx-runtime").JSX.Element;
16
+ Text: ({ disabled, text }: ITextProps) => JSX.Element;
12
17
  };
@@ -1,6 +1,11 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  export interface ITextProps {
2
3
  disabled?: boolean;
3
4
  text: string;
5
+ /**
6
+ * @deprecated Not being used by the component, included here to fix runtime typing problems. Needs to be worked on
7
+ */
8
+ className?: string;
4
9
  }
5
- declare const Text: ({ disabled, text }: ITextProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const Text: ({ disabled, text }: ITextProps) => JSX.Element;
6
11
  export default Text;
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  export interface ITextInputProps {
2
3
  value?: string;
3
4
  disabled?: boolean;
@@ -5,5 +6,5 @@ export interface ITextInputProps {
5
6
  placeholder?: string;
6
7
  onChange?: (value: string) => void;
7
8
  }
8
- declare const TextInput: (props: ITextInputProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const TextInput: (props: ITextInputProps) => JSX.Element;
9
10
  export default TextInput;
@@ -1,7 +1,11 @@
1
+ import { IQueryItemCascaderProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Cascader';
2
+ import { INumberInputProps } from '../../../../../../../../../src/components/data-entry/QueryItem/NumberInput';
3
+ import { ITextInputProps } from '../../../../../../../../../src/components/data-entry/QueryItem/TextInput';
4
+ import { JSX } from 'react/jsx-runtime';
1
5
  declare const ValueSelector: {
2
- (): import("react/jsx-runtime").JSX.Element;
3
- TextInput: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/TextInput').ITextInputProps) => import("react/jsx-runtime").JSX.Element;
4
- NumberInput: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/NumberInput').INumberInputProps) => import("react/jsx-runtime").JSX.Element;
5
- Cascader: (props: import('../../../../../../../../../src/components/data-entry/QueryItem/Cascader').IQueryItemCascaderProps) => import("react/jsx-runtime").JSX.Element;
6
+ (): JSX.Element;
7
+ TextInput: (props: ITextInputProps) => JSX.Element;
8
+ NumberInput: (props: INumberInputProps) => JSX.Element;
9
+ Cascader: (props: IQueryItemCascaderProps) => JSX.Element;
6
10
  };
7
11
  export default ValueSelector;
@@ -1,8 +1,11 @@
1
+ import { IRadioButtonProps } from './RadioButton';
2
+ import { IRadioGroupProps } from './RadioGroup';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  import { type RadioProps as AntRadioProps } from 'antd';
2
5
  export interface IRadioProps extends AntRadioProps {
3
6
  }
4
7
  export declare const Radio: {
5
- (props: IRadioProps): import("react/jsx-runtime").JSX.Element;
6
- Group: (props: import("./RadioGroup").IRadioGroupProps) => import("react/jsx-runtime").JSX.Element;
7
- Button: (props: import("./RadioButton").IRadioButtonProps) => import("react/jsx-runtime").JSX.Element;
8
+ (props: IRadioProps): JSX.Element;
9
+ Group: (props: IRadioGroupProps) => JSX.Element;
10
+ Button: (props: IRadioButtonProps) => JSX.Element;
8
11
  };
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type RadioButtonProps as AntRadioGroupProps } from "antd/es/radio/radioButton";
2
3
  export interface IRadioButtonProps extends AntRadioGroupProps {
3
4
  }
4
- export declare const RadioButton: (props: IRadioButtonProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const RadioButton: (props: IRadioButtonProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type RadioGroupProps as AntRadioGroupProps } from 'antd';
2
3
  export interface IRadioGroupProps extends AntRadioGroupProps {
3
4
  }
4
- export declare const RadioGroup: (props: IRadioGroupProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const RadioGroup: (props: IRadioGroupProps) => JSX.Element;
@@ -1,3 +1,6 @@
1
+ import { OptionGroupFC } from 'rc-select/lib/OptGroup';
2
+ import { OptionFC } from 'rc-select/lib/Option';
3
+ import { JSX } from 'react/jsx-runtime';
1
4
  import type { SelectProps as AntSelectProps } from 'antd';
2
5
  import type { BaseOptionType as AntBaseOptionType, DefaultOptionType as AntDefaultOptionType } from 'antd/es/select';
3
6
  export type SelectBaseOptionType = AntBaseOptionType;
@@ -5,7 +8,7 @@ export type SelectDefaultOptionType = AntDefaultOptionType;
5
8
  export interface ISelectProps<SelectValueType = unknown, SelectOptionType extends SelectBaseOptionType | SelectDefaultOptionType = SelectDefaultOptionType> extends AntSelectProps<SelectValueType, SelectOptionType> {
6
9
  }
7
10
  export declare const Select: {
8
- <SelectValueType, SelectOptionType extends AntBaseOptionType | AntDefaultOptionType = AntDefaultOptionType>(props: ISelectProps<SelectValueType, SelectOptionType>): import("react/jsx-runtime").JSX.Element;
9
- Option: import("rc-select/lib/Option").OptionFC;
10
- OptGroup: import("rc-select/lib/OptGroup").OptionGroupFC;
11
+ <SelectValueType, SelectOptionType extends AntBaseOptionType | AntDefaultOptionType = AntDefaultOptionType>(props: ISelectProps<SelectValueType, SelectOptionType>): JSX.Element;
12
+ Option: OptionFC;
13
+ OptGroup: OptionGroupFC;
11
14
  };
@@ -1,4 +1,5 @@
1
+ import { JSX } from 'react/jsx-runtime';
1
2
  import { type SwitchProps as AntSwitchProps } from 'antd';
2
3
  export interface ISwitchProps extends AntSwitchProps {
3
4
  }
4
- export declare const Switch: (props: ISwitchProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Switch: (props: ISwitchProps) => JSX.Element;