@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.
- package/dist/index.d.ts +1 -1323
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +8 -0
- package/dist/src/components/data-display/Badge/Badge.d.ts +8 -0
- package/dist/src/components/data-display/Card/Card.d.ts +9 -0
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +8 -0
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +8 -0
- package/dist/src/components/data-display/Empty/Empty.d.ts +35 -0
- package/dist/src/components/data-display/Image/Image.d.ts +8 -0
- package/dist/src/components/data-display/List/List.d.ts +7 -0
- package/dist/src/components/data-display/Popover/Popover.d.ts +4 -0
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +6 -0
- package/dist/src/components/data-display/Table/Table.d.ts +18 -0
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +8 -0
- package/dist/src/components/data-display/Tag/Tag.d.ts +12 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -0
- package/dist/src/components/data-display/Tour/Tour.d.ts +4 -0
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +4 -0
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +9 -0
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +8 -0
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +69 -0
- package/dist/src/components/data-entry/Form/Form.d.ts +22 -0
- package/dist/src/components/data-entry/Input/Input.d.ts +14 -0
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +4 -0
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +9 -0
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +26 -0
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +15 -0
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +11 -0
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +12 -0
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +6 -0
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +9 -0
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +7 -0
- package/dist/src/components/data-entry/Radio/Radio.d.ts +8 -0
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +4 -0
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +4 -0
- package/dist/src/components/data-entry/Select/Select.d.ts +11 -0
- package/dist/src/components/data-entry/Switch/Switch.d.ts +4 -0
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +8 -0
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +11 -0
- package/dist/src/components/data-entry/Upload/Upload.d.ts +13 -0
- package/dist/src/components/feedback/Alert/Alert.d.ts +7 -0
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +4 -0
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +7 -0
- package/dist/src/components/feedback/Message/Message.d.ts +19 -0
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +13 -0
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +9 -0
- package/dist/src/components/feedback/Modal/Modal.d.ts +13 -0
- package/dist/src/components/feedback/Notification/Notification.d.ts +18 -0
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +4 -0
- package/dist/src/components/feedback/Progress/Progress.d.ts +4 -0
- package/dist/src/components/feedback/Result/Result.d.ts +15 -0
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +12 -0
- package/dist/src/components/feedback/Spin/Spin.d.ts +8 -0
- package/dist/src/components/general/Button/Button.d.ts +16 -0
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +9 -0
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +9 -0
- package/dist/src/components/general/Icon/Icon.d.ts +14 -0
- package/dist/src/components/general/Typography/Typography.d.ts +34 -0
- package/dist/src/components/general/Typography/colors.d.ts +3 -0
- package/dist/src/components/icons/index.d.ts +135 -0
- package/dist/src/components/index.d.ts +95 -0
- package/dist/src/components/layout/Center/Center.d.ts +2 -0
- package/dist/src/components/layout/Divider/Divider.d.ts +4 -0
- package/dist/src/components/layout/Flex/Flex.d.ts +4 -0
- package/dist/src/components/layout/Grid/Grid.d.ts +6 -0
- package/dist/src/components/layout/Layout/Layout.d.ts +11 -0
- package/dist/src/components/layout/Space/Space.d.ts +8 -0
- package/dist/src/components/layout/Splitter/Splitter.d.ts +22 -0
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +8 -0
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +10 -0
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +8 -0
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +45 -0
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +19 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +10 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +14 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +8 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +10 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +4 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +1 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +17 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +2 -0
- package/dist/src/components/navigation/Menu/Menu.d.ts +20 -0
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +4 -0
- package/dist/src/components/navigation/Steps/Steps.d.ts +4 -0
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +4 -0
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +9 -0
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +4 -0
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +4 -0
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +4 -0
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +4 -0
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +4 -0
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +8 -0
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +15 -0
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +4 -0
- package/dist/src/constants/ChartColors.d.ts +1 -0
- package/dist/src/constants/ChartConfig.d.ts +8 -0
- package/dist/src/constants/Icons.d.ts +920 -0
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +14 -0
- package/dist/src/hooks/useInitData.d.ts +1 -0
- package/dist/src/hooks/useMount.d.ts +1 -0
- package/dist/src/hooks/useUnMount.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +9 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.spec.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/index.d.ts +1 -0
- package/dist/src/services/user-preferences/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/definitions/index.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +5 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-scope-type.d.ts +6 -0
- package/dist/src/services/user-preferences/models/storage-models/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/storage-models/user-preference-scope.d.ts +8 -0
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +19 -0
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +26 -0
- package/dist/src/shared/Operation.d.ts +171 -0
- package/dist/src/shared/Paths.d.ts +146 -0
- package/dist/src/shared/Suite.d.ts +9 -0
- package/dist/src/shared/UserPreferences.d.ts +12 -0
- package/dist/src/shared/Utils.d.ts +4 -0
- package/dist/src/shared/services/AudiencePermissionsService.d.ts +9 -0
- package/dist/src/shared/services/AuthorizationsService.d.ts +6 -0
- package/dist/src/shared/services/FeatureFlagsService.d.ts +53 -0
- package/dist/src/shared/services/InitializationService.d.ts +4 -0
- package/dist/src/shared/services/NavigationItemsService.d.ts +56 -0
- package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +12 -0
- package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +6 -0
- package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +7 -0
- package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +11 -0
- package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +22 -0
- package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +10 -0
- package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +13 -0
- package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +11 -0
- package/dist/src/shared/services/routeAuthorizations/segmentation-authorizations.d.ts +10 -0
- package/dist/src/styles/style.d.ts +425 -0
- package/dist/src/types/icons.d.ts +10 -0
- package/dist/src/utils/Cookies.d.ts +15 -0
- package/dist/src/utils/ExampleStory.d.ts +8 -0
- package/dist/src/utils/GetGlobalToken.d.ts +2 -0
- package/dist/src/utils/debounce.d.ts +1 -0
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +1 -0
- package/dist/src/utils/utils.d.ts +16 -0
- package/dist/src/utils/utils.spec.d.ts +1 -0
- 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,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 {};
|
package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts
ADDED
|
@@ -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 {};
|
package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts
ADDED
|
@@ -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 {};
|
package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WorkspaceNoResults: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts
ADDED
|
@@ -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,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,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 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 @@
|
|
|
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;
|