@mparticle/aquarium 1.54.2-fix-sqdui-3981-icontype.1 → 1.54.2-fix-sqdui-3981-icontype.2

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 (153) hide show
  1. package/dist/index.d.ts +1 -1323
  2. package/dist/src/components/data-display/Avatar/Avatar.d.ts +8 -0
  3. package/dist/src/components/data-display/Badge/Badge.d.ts +8 -0
  4. package/dist/src/components/data-display/Card/Card.d.ts +9 -0
  5. package/dist/src/components/data-display/Collapse/Collapse.d.ts +8 -0
  6. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +8 -0
  7. package/dist/src/components/data-display/Empty/Empty.d.ts +35 -0
  8. package/dist/src/components/data-display/Image/Image.d.ts +8 -0
  9. package/dist/src/components/data-display/List/List.d.ts +7 -0
  10. package/dist/src/components/data-display/Popover/Popover.d.ts +4 -0
  11. package/dist/src/components/data-display/Segmented/Segmented.d.ts +6 -0
  12. package/dist/src/components/data-display/Table/Table.d.ts +18 -0
  13. package/dist/src/components/data-display/Tabs/Tabs.d.ts +8 -0
  14. package/dist/src/components/data-display/Tag/Tag.d.ts +12 -0
  15. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -0
  16. package/dist/src/components/data-display/Tour/Tour.d.ts +4 -0
  17. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +4 -0
  18. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +9 -0
  19. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +8 -0
  20. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +69 -0
  21. package/dist/src/components/data-entry/Form/Form.d.ts +22 -0
  22. package/dist/src/components/data-entry/Input/Input.d.ts +14 -0
  23. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +4 -0
  24. package/dist/src/components/data-entry/QueryItem/Action.d.ts +9 -0
  25. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +26 -0
  26. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +15 -0
  27. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +11 -0
  28. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +12 -0
  29. package/dist/src/components/data-entry/QueryItem/Text.d.ts +6 -0
  30. package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +9 -0
  31. package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +7 -0
  32. package/dist/src/components/data-entry/Radio/Radio.d.ts +8 -0
  33. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +4 -0
  34. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +4 -0
  35. package/dist/src/components/data-entry/Select/Select.d.ts +11 -0
  36. package/dist/src/components/data-entry/Switch/Switch.d.ts +4 -0
  37. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +8 -0
  38. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +11 -0
  39. package/dist/src/components/data-entry/Upload/Upload.d.ts +13 -0
  40. package/dist/src/components/feedback/Alert/Alert.d.ts +7 -0
  41. package/dist/src/components/feedback/Drawer/Drawer.d.ts +4 -0
  42. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +7 -0
  43. package/dist/src/components/feedback/Message/Message.d.ts +19 -0
  44. package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +13 -0
  45. package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +9 -0
  46. package/dist/src/components/feedback/Modal/Modal.d.ts +13 -0
  47. package/dist/src/components/feedback/Notification/Notification.d.ts +18 -0
  48. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +4 -0
  49. package/dist/src/components/feedback/Progress/Progress.d.ts +4 -0
  50. package/dist/src/components/feedback/Result/Result.d.ts +15 -0
  51. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +12 -0
  52. package/dist/src/components/feedback/Spin/Spin.d.ts +8 -0
  53. package/dist/src/components/general/Button/Button.d.ts +16 -0
  54. package/dist/src/components/general/FloatButton/FloatButton.d.ts +9 -0
  55. package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +9 -0
  56. package/dist/src/components/general/Icon/Icon.d.ts +14 -0
  57. package/dist/src/components/general/Typography/Typography.d.ts +34 -0
  58. package/dist/src/components/general/Typography/colors.d.ts +3 -0
  59. package/dist/src/components/icons/index.d.ts +135 -0
  60. package/dist/src/components/index.d.ts +95 -0
  61. package/dist/src/components/layout/Center/Center.d.ts +2 -0
  62. package/dist/src/components/layout/Divider/Divider.d.ts +4 -0
  63. package/dist/src/components/layout/Flex/Flex.d.ts +4 -0
  64. package/dist/src/components/layout/Grid/Grid.d.ts +6 -0
  65. package/dist/src/components/layout/Layout/Layout.d.ts +11 -0
  66. package/dist/src/components/layout/Space/Space.d.ts +8 -0
  67. package/dist/src/components/layout/Splitter/Splitter.d.ts +22 -0
  68. package/dist/src/components/navigation/Anchor/Anchor.d.ts +8 -0
  69. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +10 -0
  70. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +8 -0
  71. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +45 -0
  72. package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +5 -0
  73. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +9 -0
  74. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +19 -0
  75. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +10 -0
  76. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +14 -0
  77. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +5 -0
  78. package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +5 -0
  79. package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +5 -0
  80. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +8 -0
  81. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +6 -0
  82. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +10 -0
  83. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +4 -0
  84. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +9 -0
  85. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +1 -0
  86. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +11 -0
  87. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +17 -0
  88. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +6 -0
  89. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +2 -0
  90. package/dist/src/components/navigation/Menu/Menu.d.ts +20 -0
  91. package/dist/src/components/navigation/Pagination/Pagination.d.ts +4 -0
  92. package/dist/src/components/navigation/Steps/Steps.d.ts +4 -0
  93. package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +4 -0
  94. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +9 -0
  95. package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +4 -0
  96. package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +4 -0
  97. package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +4 -0
  98. package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +4 -0
  99. package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +4 -0
  100. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +13 -0
  101. package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +8 -0
  102. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +13 -0
  103. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +15 -0
  104. package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +4 -0
  105. package/dist/src/constants/ChartColors.d.ts +1 -0
  106. package/dist/src/constants/ChartConfig.d.ts +8 -0
  107. package/dist/src/constants/Icons.d.ts +920 -0
  108. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +14 -0
  109. package/dist/src/hooks/useInitData.d.ts +1 -0
  110. package/dist/src/hooks/useMount.d.ts +1 -0
  111. package/dist/src/hooks/useUnMount.d.ts +1 -0
  112. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +9 -0
  113. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.spec.d.ts +1 -0
  114. package/dist/src/services/user-preferences/composite-user-preferences-service/index.d.ts +1 -0
  115. package/dist/src/services/user-preferences/index.d.ts +1 -0
  116. package/dist/src/services/user-preferences/models/definitions/index.d.ts +4 -0
  117. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +5 -0
  118. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +4 -0
  119. package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +4 -0
  120. package/dist/src/services/user-preferences/models/definitions/user-preference-scope-type.d.ts +6 -0
  121. package/dist/src/services/user-preferences/models/storage-models/index.d.ts +1 -0
  122. package/dist/src/services/user-preferences/models/storage-models/user-preference-scope.d.ts +8 -0
  123. package/dist/src/services/user-preferences/user-preferences-service.d.ts +19 -0
  124. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +26 -0
  125. package/dist/src/shared/Operation.d.ts +171 -0
  126. package/dist/src/shared/Paths.d.ts +146 -0
  127. package/dist/src/shared/Suite.d.ts +9 -0
  128. package/dist/src/shared/UserPreferences.d.ts +12 -0
  129. package/dist/src/shared/Utils.d.ts +4 -0
  130. package/dist/src/shared/services/AudiencePermissionsService.d.ts +9 -0
  131. package/dist/src/shared/services/AuthorizationsService.d.ts +6 -0
  132. package/dist/src/shared/services/FeatureFlagsService.d.ts +53 -0
  133. package/dist/src/shared/services/InitializationService.d.ts +4 -0
  134. package/dist/src/shared/services/NavigationItemsService.d.ts +56 -0
  135. package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +12 -0
  136. package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +6 -0
  137. package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +7 -0
  138. package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +11 -0
  139. package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +22 -0
  140. package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +10 -0
  141. package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +13 -0
  142. package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +11 -0
  143. package/dist/src/shared/services/routeAuthorizations/segmentation-authorizations.d.ts +10 -0
  144. package/dist/src/styles/style.d.ts +425 -0
  145. package/dist/src/types/icons.d.ts +10 -0
  146. package/dist/src/utils/Cookies.d.ts +15 -0
  147. package/dist/src/utils/ExampleStory.d.ts +8 -0
  148. package/dist/src/utils/GetGlobalToken.d.ts +2 -0
  149. package/dist/src/utils/debounce.d.ts +1 -0
  150. package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +1 -0
  151. package/dist/src/utils/utils.d.ts +16 -0
  152. package/dist/src/utils/utils.spec.d.ts +1 -0
  153. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import { type MouseEvent, type ReactNode } from 'react';
2
+ import { type IGlobalNavigationItem } from '../../../../../../../../../src/components';
3
+ import { type HrefOptions } from '../../../../../../../../../src/utils/utils';
4
+ export interface INavigationItemProps {
5
+ type: 'link' | 'menu';
6
+ icon?: ReactNode;
7
+ label?: ReactNode;
8
+ hideLabel?: boolean;
9
+ items?: IGlobalNavigationItem[];
10
+ isActive?: boolean;
11
+ onClick?: (e: MouseEvent) => void;
12
+ hrefOptions?: HrefOptions;
13
+ }
14
+ export declare function NavigationItem(props: INavigationItemProps): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | null | undefined;
@@ -0,0 +1,5 @@
1
+ import { type IGlobalNavigationItem } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
+ export interface INavigationListProps {
3
+ items: IGlobalNavigationItem[];
4
+ }
5
+ export declare function NavigationList(props: INavigationListProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { type IGlobalNavigationItem } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
+ export interface INavigationMenuProps {
3
+ items: IGlobalNavigationItem[];
4
+ }
5
+ export declare function NavigationMenu(props: INavigationMenuProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ interface INavigationSearchProps {
2
+ onClick: () => void;
3
+ }
4
+ export declare function NavigationSearch(props: INavigationSearchProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1,8 @@
1
+ import { type IButtonProps, type IPopoverProps } from '../../../../../../../../../src/components';
2
+ export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
3
+ unreadMessages?: number;
4
+ onClose?: IButtonProps['onClick'];
5
+ onPreferencesClick?: IButtonProps['onClick'];
6
+ }
7
+ export declare const NotificationCenterZIndex = 9999;
8
+ export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { type IGlobalNavigationLogo, type ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
+ interface SuiteLogoProps extends IGlobalNavigationLogo {
3
+ suiteSelectorOptions?: ISuiteSelectorOptions;
4
+ }
5
+ export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,10 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type IPopoverProps } from '../../../../../../../../../../src/components';
3
+ import { type ISuiteSelectorOptions, type SuiteLink } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
4
+ interface ISuiteSelectorProps extends IPopoverProps {
5
+ suiteSelectorOptions: ISuiteSelectorOptions;
6
+ onLinkClick: (link: SuiteLink) => void;
7
+ children: ReactNode;
8
+ }
9
+ export declare function SuiteSelector(props: ISuiteSelectorProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,4 @@
1
+ import { type ISuiteSelectorOptions } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
+ type ISuiteSelectorContentProps = ISuiteSelectorOptions;
3
+ export declare function SuiteSelectorContent(props: ISuiteSelectorContentProps): import("react/jsx-runtime").JSX.Element;
4
+ export {};
@@ -0,0 +1,9 @@
1
+ import { type SuiteLink, type SuiteLinks } from '../../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
2
+ interface ISuiteSelectorSuiteLinkProps {
3
+ link: SuiteLink;
4
+ onLinkClick: (link: SuiteLink) => void;
5
+ unauthorizedLinks?: SuiteLinks[];
6
+ activeLink: SuiteLinks;
7
+ }
8
+ export declare function SuiteSelectorSuiteLink(props: ISuiteSelectorSuiteLinkProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -0,0 +1 @@
1
+ export declare const WorkspaceNoResults: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { type IAvatarProps, type INavigationOrg } from '../../../../../../../../../../src/components';
2
+ export interface IWorkspaceSelectorProps {
3
+ orgs: INavigationOrg[];
4
+ avatarOptions?: IAvatarProps;
5
+ navigationButtonItemOptions?: {
6
+ label: string;
7
+ onClick: () => void;
8
+ withoutContainer?: boolean;
9
+ };
10
+ }
11
+ export declare function WorkspaceSelector(props: IWorkspaceSelectorProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { type ChangeEvent, type RefObject } from 'react';
2
+ import { type InputRef, type IWorkspaceSelectorDisplayItem } from '../../../../../../../../../../src/components';
3
+ type WorkspaceSelectorContentProps = {
4
+ onSearch: (e: ChangeEvent<HTMLInputElement>) => void;
5
+ searchTerm: string;
6
+ hasSearchInput: boolean;
7
+ inputRef: RefObject<InputRef>;
8
+ hasNoResults: boolean;
9
+ menuItems: IWorkspaceSelectorDisplayItem[];
10
+ navigationButtonItemOptions?: {
11
+ label: string;
12
+ onClick: () => void;
13
+ withoutContainer?: boolean;
14
+ };
15
+ };
16
+ export declare function WorkspaceSelectorContent(props: WorkspaceSelectorContentProps): import("react/jsx-runtime").JSX.Element;
17
+ export {};
@@ -0,0 +1,6 @@
1
+ import { type IWorkspaceSelectorDisplayItem } from '../../../../../../../../../../src/components';
2
+ type WorkspaceSelectorContentItemsProps = {
3
+ menuItems: IWorkspaceSelectorDisplayItem[];
4
+ };
5
+ export declare function WorkspaceSelectorContentItems({ menuItems }: WorkspaceSelectorContentItemsProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,2 @@
1
+ import { type INavigationOrg } from '../../../../../../../../../src/components';
2
+ export declare function generateOrgs(orgs: number, accounts: number, workspaces: number): INavigationOrg[];
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ import { type MenuProps } from 'antd';
3
+ import { type MenuProps as AntMenuProps } from 'antd';
4
+ import { type MenuInfo as RCMenuInfo } from 'rc-menu/lib/interface';
5
+ type AntDMenuItemType = Required<MenuProps>['items'][number];
6
+ type AntDMenuItemGroupType = Required<MenuProps>['items'][number];
7
+ type AntDMenuDividerType = Required<MenuProps>['items'][number];
8
+ type AntDSubMenuType = Required<MenuProps>['items'][number];
9
+ export interface IMenuProps extends AntMenuProps {
10
+ }
11
+ export interface IMenuInfo extends RCMenuInfo {
12
+ }
13
+ export { type AntDMenuItemType as MenuItemType, type AntDMenuItemGroupType as MenuItemGroupType, type AntDMenuDividerType as MenuDividerType, type AntDSubMenuType as SubMenuType, };
14
+ export declare const Menu: {
15
+ (props: IMenuProps): import("react/jsx-runtime").JSX.Element;
16
+ SubMenu: import("react").FC<import("antd").SubMenuProps>;
17
+ Item: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps, deprecatedLegacyContext?: any) => import("react").ReactNode);
18
+ ItemGroup: import("react").ForwardRefExoticComponent<Omit<import("rc-menu").MenuItemGroupProps, "ref"> & import("react").RefAttributes<HTMLLIElement>>;
19
+ Divider: import("react").FC<import("antd/es/menu").MenuDividerProps>;
20
+ };
@@ -0,0 +1,4 @@
1
+ import { type PaginationProps as AntPaginationProps } from 'antd';
2
+ export interface IPaginationProps extends AntPaginationProps {
3
+ }
4
+ export declare const Pagination: (props: IPaginationProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { type StepsProps as AntStepsProps } from 'antd';
2
+ export interface IStepsProps extends AntStepsProps {
3
+ }
4
+ export declare const Steps: (props: IStepsProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { type AffixProps as AntAffixProps } from 'antd';
2
+ export interface IAffixProps extends AntAffixProps {
3
+ }
4
+ export declare const Affix: (props: IAffixProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { type CalendarProps as AntCalendarProps } from 'antd';
3
+ import { type Dayjs } from 'dayjs';
4
+ export interface ICalendarProps extends AntCalendarProps<Dayjs> {
5
+ }
6
+ export declare const Calendar: {
7
+ (props: ICalendarProps): import("react/jsx-runtime").JSX.Element;
8
+ generateCalendar: <DateType extends import("antd/es/_util/type").AnyObject>(generateConfig: import("rc-picker/lib/generate").GenerateConfig<DateType>) => import("react").FC<Readonly<AntCalendarProps<DateType>>>;
9
+ };
@@ -0,0 +1,4 @@
1
+ import { type CarouselProps as AntCarouselProps } from 'antd';
2
+ export interface ICarouselProps extends AntCarouselProps {
3
+ }
4
+ export declare const Carousel: (props: ICarouselProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import type { ColorPickerProps as AntColorPickerProps } from 'antd';
2
+ export interface IColorPickerProps extends AntColorPickerProps {
3
+ }
4
+ export declare const ColorPicker: (props: IColorPickerProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { type QRCodeProps as AntQRCodeProps } from 'antd';
2
+ export interface IQRCodeProps extends AntQRCodeProps {
3
+ }
4
+ export declare const QRCode: (props: IQRCodeProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import type { RateProps as AntRateProps } from 'antd';
2
+ export interface IRateProps extends AntRateProps {
3
+ }
4
+ export declare const Rate: (props: IRateProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { type SliderRangeProps } from 'antd/es/slider';
2
+ import { type SliderSingleProps } from 'antd/es/slider';
3
+ export type ISliderProps = SliderSingleProps | SliderRangeProps;
4
+ export declare const Slider: (props: ISliderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { type StatisticProps as AntStatisticProps } from 'antd';
3
+ import { type CountdownProps as AntCountdownProps } from 'antd';
4
+ import { type valueType as AntValueType } from 'antd/es/statistic/utils';
5
+ export interface IStatisticProps extends AntStatisticProps {
6
+ }
7
+ export interface ICountdownProps extends AntCountdownProps {
8
+ }
9
+ export type valueType = AntValueType;
10
+ export declare const Statistic: {
11
+ (props: IStatisticProps): import("react/jsx-runtime").JSX.Element;
12
+ Countdown: import("react").NamedExoticComponent<AntCountdownProps>;
13
+ };
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { type TimelineProps as AntTimelineProps } from 'antd';
3
+ export interface ITimelineProps extends AntTimelineProps {
4
+ }
5
+ export declare const Timeline: {
6
+ (props: ITimelineProps): import("react/jsx-runtime").JSX.Element;
7
+ Item: import("react").FC<import("antd").TimelineItemProps>;
8
+ };
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { type TransferProps as AntTransferProps } from 'antd';
3
+ export interface ITransferProps extends AntTransferProps {
4
+ }
5
+ export declare const Transfer: {
6
+ (props: ITransferProps): import("react/jsx-runtime").JSX.Element;
7
+ List: {
8
+ <RecordType extends import("antd/es/transfer").KeyWiseTransferItem>(props: import("antd/es/transfer").TransferListProps<RecordType>): import("react").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ Search: import("react").FC<import("antd/es/transfer").TransferSearchProps>;
12
+ Operation: import("react").FC<import("antd/es/transfer").TransferOperationProps>;
13
+ };
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { type TreeDataNode } from 'antd';
3
+ import { type TreeProps as AntTreeProps } from 'antd';
4
+ import type { BasicDataNode, DataNode } from 'antd/es/tree';
5
+ export interface ITreeProps<T extends BasicDataNode = DataNode> extends AntTreeProps<T> {
6
+ }
7
+ export interface ITreeData extends TreeDataNode {
8
+ }
9
+ export declare const Tree: {
10
+ <T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): import("react/jsx-runtime").JSX.Element;
11
+ DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: import("antd/es/tree").DirectoryTreeProps<T_1> & {
12
+ children?: import("react").ReactNode;
13
+ } & import("react").RefAttributes<import("rc-tree/lib/Tree").default<TreeDataNode>>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & Pick<import("react").FC<{}>, "displayName">;
14
+ TreeNode: import("react").FC<Readonly<import("rc-tree").TreeNodeProps<TreeDataNode>>>;
15
+ };
@@ -0,0 +1,4 @@
1
+ import type { WatermarkProps as AntWatermarkProps } from 'antd';
2
+ export interface IWatermarkProps extends AntWatermarkProps {
3
+ }
4
+ export declare const Watermark: (props: IWatermarkProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ChartColors: string[];
@@ -0,0 +1,8 @@
1
+ import { type Options } from 'highcharts';
2
+ export declare const ChartAxisStyle: {
3
+ readonly 'font-family': "'GT America', Helvetica, Arial, sans-serif";
4
+ readonly 'font-size': ".9em";
5
+ readonly 'font-weight': "initial";
6
+ readonly color: "rgba(56, 60, 67, 0.7)";
7
+ };
8
+ export declare const ChartConfig: Options;