@mparticle/aquarium 1.54.1 → 1.54.2-fix-sqdui-3981-icontype.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 (155) hide show
  1. package/dist/aquarium.js +1978 -1966
  2. package/dist/aquarium.umd.cjs +34 -34
  3. package/dist/index.d.ts +1323 -1
  4. package/package.json +1 -1
  5. package/dist/src/components/data-display/Avatar/Avatar.d.ts +0 -8
  6. package/dist/src/components/data-display/Badge/Badge.d.ts +0 -8
  7. package/dist/src/components/data-display/Card/Card.d.ts +0 -9
  8. package/dist/src/components/data-display/Collapse/Collapse.d.ts +0 -8
  9. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +0 -8
  10. package/dist/src/components/data-display/Empty/Empty.d.ts +0 -35
  11. package/dist/src/components/data-display/Image/Image.d.ts +0 -8
  12. package/dist/src/components/data-display/List/List.d.ts +0 -7
  13. package/dist/src/components/data-display/Popover/Popover.d.ts +0 -4
  14. package/dist/src/components/data-display/Segmented/Segmented.d.ts +0 -6
  15. package/dist/src/components/data-display/Table/Table.d.ts +0 -18
  16. package/dist/src/components/data-display/Tabs/Tabs.d.ts +0 -8
  17. package/dist/src/components/data-display/Tag/Tag.d.ts +0 -12
  18. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +0 -4
  19. package/dist/src/components/data-display/Tour/Tour.d.ts +0 -4
  20. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +0 -4
  21. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +0 -9
  22. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +0 -8
  23. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +0 -69
  24. package/dist/src/components/data-entry/Form/Form.d.ts +0 -22
  25. package/dist/src/components/data-entry/Input/Input.d.ts +0 -14
  26. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +0 -4
  27. package/dist/src/components/data-entry/QueryItem/Action.d.ts +0 -9
  28. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +0 -26
  29. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +0 -15
  30. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +0 -11
  31. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +0 -12
  32. package/dist/src/components/data-entry/QueryItem/Text.d.ts +0 -6
  33. package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +0 -9
  34. package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +0 -7
  35. package/dist/src/components/data-entry/Radio/Radio.d.ts +0 -8
  36. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +0 -4
  37. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +0 -4
  38. package/dist/src/components/data-entry/Select/Select.d.ts +0 -11
  39. package/dist/src/components/data-entry/Switch/Switch.d.ts +0 -4
  40. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +0 -8
  41. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +0 -11
  42. package/dist/src/components/data-entry/Upload/Upload.d.ts +0 -13
  43. package/dist/src/components/feedback/Alert/Alert.d.ts +0 -7
  44. package/dist/src/components/feedback/Drawer/Drawer.d.ts +0 -4
  45. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +0 -7
  46. package/dist/src/components/feedback/Message/Message.d.ts +0 -19
  47. package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +0 -13
  48. package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +0 -9
  49. package/dist/src/components/feedback/Modal/Modal.d.ts +0 -13
  50. package/dist/src/components/feedback/Notification/Notification.d.ts +0 -18
  51. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +0 -4
  52. package/dist/src/components/feedback/Progress/Progress.d.ts +0 -4
  53. package/dist/src/components/feedback/Result/Result.d.ts +0 -15
  54. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +0 -12
  55. package/dist/src/components/feedback/Spin/Spin.d.ts +0 -8
  56. package/dist/src/components/general/Button/Button.d.ts +0 -16
  57. package/dist/src/components/general/FloatButton/FloatButton.d.ts +0 -9
  58. package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +0 -9
  59. package/dist/src/components/general/Icon/Icon.d.ts +0 -12
  60. package/dist/src/components/general/Typography/Typography.d.ts +0 -34
  61. package/dist/src/components/general/Typography/colors.d.ts +0 -3
  62. package/dist/src/components/icons/index.d.ts +0 -132
  63. package/dist/src/components/index.d.ts +0 -95
  64. package/dist/src/components/layout/Center/Center.d.ts +0 -2
  65. package/dist/src/components/layout/Divider/Divider.d.ts +0 -4
  66. package/dist/src/components/layout/Flex/Flex.d.ts +0 -4
  67. package/dist/src/components/layout/Grid/Grid.d.ts +0 -6
  68. package/dist/src/components/layout/Layout/Layout.d.ts +0 -11
  69. package/dist/src/components/layout/Space/Space.d.ts +0 -8
  70. package/dist/src/components/layout/Splitter/Splitter.d.ts +0 -22
  71. package/dist/src/components/navigation/Anchor/Anchor.d.ts +0 -8
  72. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +0 -10
  73. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +0 -8
  74. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +0 -45
  75. package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +0 -5
  76. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +0 -9
  77. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +0 -19
  78. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +0 -10
  79. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +0 -14
  80. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +0 -5
  81. package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +0 -5
  82. package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +0 -5
  83. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +0 -8
  84. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +0 -6
  85. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +0 -10
  86. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +0 -4
  87. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +0 -9
  88. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +0 -1
  89. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +0 -11
  90. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +0 -17
  91. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +0 -6
  92. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +0 -2
  93. package/dist/src/components/navigation/Menu/Menu.d.ts +0 -20
  94. package/dist/src/components/navigation/Pagination/Pagination.d.ts +0 -4
  95. package/dist/src/components/navigation/Steps/Steps.d.ts +0 -4
  96. package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +0 -4
  97. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +0 -9
  98. package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +0 -4
  99. package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +0 -4
  100. package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +0 -4
  101. package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +0 -4
  102. package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +0 -4
  103. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +0 -13
  104. package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +0 -8
  105. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +0 -13
  106. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +0 -15
  107. package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +0 -4
  108. package/dist/src/constants/ChartColors.d.ts +0 -1
  109. package/dist/src/constants/ChartConfig.d.ts +0 -8
  110. package/dist/src/constants/Icons.d.ts +0 -2
  111. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +0 -14
  112. package/dist/src/hooks/useInitData.d.ts +0 -1
  113. package/dist/src/hooks/useMount.d.ts +0 -1
  114. package/dist/src/hooks/useUnMount.d.ts +0 -1
  115. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +0 -9
  116. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.spec.d.ts +0 -1
  117. package/dist/src/services/user-preferences/composite-user-preferences-service/index.d.ts +0 -1
  118. package/dist/src/services/user-preferences/index.d.ts +0 -1
  119. package/dist/src/services/user-preferences/models/definitions/index.d.ts +0 -4
  120. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +0 -5
  121. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +0 -4
  122. package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +0 -4
  123. package/dist/src/services/user-preferences/models/definitions/user-preference-scope-type.d.ts +0 -6
  124. package/dist/src/services/user-preferences/models/storage-models/index.d.ts +0 -1
  125. package/dist/src/services/user-preferences/models/storage-models/user-preference-scope.d.ts +0 -8
  126. package/dist/src/services/user-preferences/user-preferences-service.d.ts +0 -19
  127. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +0 -26
  128. package/dist/src/shared/Operation.d.ts +0 -171
  129. package/dist/src/shared/Paths.d.ts +0 -146
  130. package/dist/src/shared/Suite.d.ts +0 -9
  131. package/dist/src/shared/UserPreferences.d.ts +0 -12
  132. package/dist/src/shared/Utils.d.ts +0 -4
  133. package/dist/src/shared/services/AudiencePermissionsService.d.ts +0 -9
  134. package/dist/src/shared/services/AuthorizationsService.d.ts +0 -6
  135. package/dist/src/shared/services/FeatureFlagsService.d.ts +0 -53
  136. package/dist/src/shared/services/InitializationService.d.ts +0 -4
  137. package/dist/src/shared/services/NavigationItemsService.d.ts +0 -56
  138. package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +0 -12
  139. package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +0 -6
  140. package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +0 -7
  141. package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +0 -11
  142. package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +0 -22
  143. package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +0 -10
  144. package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +0 -13
  145. package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +0 -11
  146. package/dist/src/shared/services/routeAuthorizations/segmentation-authorizations.d.ts +0 -10
  147. package/dist/src/styles/style.d.ts +0 -425
  148. package/dist/src/types/icons.d.ts +0 -10
  149. package/dist/src/utils/Cookies.d.ts +0 -15
  150. package/dist/src/utils/ExampleStory.d.ts +0 -8
  151. package/dist/src/utils/GetGlobalToken.d.ts +0 -2
  152. package/dist/src/utils/debounce.d.ts +0 -1
  153. package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +0 -1
  154. package/dist/src/utils/utils.d.ts +0 -16
  155. package/dist/src/utils/utils.spec.d.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -1 +1,1323 @@
1
- export * from './src/components/index'
1
+ import { AffixProps } from 'antd';
2
+ import { AlertProps } from 'antd';
3
+ import { AnchorLinkProps } from 'antd';
4
+ import { AnchorProps } from 'antd';
5
+ import { AnyObject } from 'antd/es/_util/type';
6
+ import { AutoCompleteProps } from 'antd';
7
+ import { AvatarGroupProps } from 'antd/es/avatar/AvatarGroup';
8
+ import { AvatarProps } from 'antd';
9
+ import { AvatarProps as AvatarProps_2 } from 'antd/es/skeleton/Avatar';
10
+ import { BackTopProps } from 'antd/es/float-button/interface';
11
+ import { BadgeProps } from 'antd';
12
+ import { BaseOptionType } from 'antd/es/select';
13
+ import { BasicDataNode } from 'antd/es/tree';
14
+ import { BreadcrumbItemProps } from 'antd';
15
+ import { BreadcrumbProps } from 'antd';
16
+ import { ButtonGroupProps } from 'antd/es/button';
17
+ import { ButtonProps } from 'antd';
18
+ import { ButtonSize } from 'antd/es/button';
19
+ import { CalendarProps } from 'antd';
20
+ import { CardGridProps } from 'antd/es/card';
21
+ import { CardMetaProps } from 'antd/es/card';
22
+ import { CardProps } from 'antd';
23
+ import { CarouselProps } from 'antd';
24
+ import { CascaderProps } from 'antd';
25
+ import type { CheckableTagProps as CheckableTagProps_2 } from 'antd/es/tag';
26
+ import { CheckboxGroupProps } from 'antd/es/checkbox';
27
+ import { CheckboxProps } from 'antd';
28
+ import { Col } from 'antd';
29
+ import { CollapsePanelProps } from 'antd';
30
+ import { CollapseProps } from 'antd';
31
+ import type { ColorPickerProps } from 'antd';
32
+ import { ColumnGroupProps } from 'antd/es/table/ColumnGroup';
33
+ import { ColumnsType } from 'antd/es/table';
34
+ import { ColumnType } from 'antd/es/table/interface';
35
+ import { ConfigOptions } from 'antd/es/message/interface';
36
+ import { ConfigProvider } from './other/ConfigProvider/ConfigProvider';
37
+ import { CookieOptions } from '../../../../../../../../src/utils/Cookies';
38
+ import { CountdownProps } from 'antd';
39
+ import { CSSProperties } from 'react';
40
+ import { DataNode } from 'antd/es/tree';
41
+ import { DatePickerProps } from 'antd';
42
+ import { Dayjs } from 'dayjs';
43
+ import { default as default_10 } from 'antd/es/message/useMessage';
44
+ import { default as default_2 } from 'rc-field-form/es/useWatch';
45
+ import { default as default_3 } from 'antd/es/form/hooks/useFormInstance';
46
+ import { default as default_4 } from 'antd/es/cascader/Panel';
47
+ import { default as default_5 } from 'rc-tree/lib/Tree';
48
+ import { default as default_6 } from 'rc-table/lib/Footer/Summary';
49
+ import { default as default_7 } from 'antd/es/modal/useModal';
50
+ import { default as default_8 } from 'antd/es/notification/useNotification';
51
+ import { default as default_9 } from 'antd/es/alert/ErrorBoundary';
52
+ import { DefaultOptionType } from 'antd/es/select';
53
+ import { DeleteConfirmModal } from '../../../../../../../src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal';
54
+ import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
55
+ import { DescriptionsProps } from 'antd';
56
+ import { DirectoryTreeProps } from 'antd/es/tree';
57
+ import { DividerProps } from 'antd';
58
+ import { DrawerProps } from 'antd';
59
+ import { DropdownButtonProps } from 'antd/es/dropdown';
60
+ import { DropdownProps } from 'antd';
61
+ import { EmptyProps } from 'antd';
62
+ import { ErrorListProps } from 'antd/es/form';
63
+ import { ErrorModal } from '../../../../../../../src/components/feedback/Modal/ErrorModal/ErrorModal';
64
+ import { ExpandableConfig } from 'antd/es/table/interface';
65
+ import { FC } from 'react';
66
+ import { FlexProps } from 'antd';
67
+ import { FloatButtonGroupProps } from 'antd';
68
+ import { FloatButtonProps } from 'antd';
69
+ import { FloatButtonRef } from 'antd';
70
+ import { FormInstance } from 'antd';
71
+ import { FormItemProps } from 'antd';
72
+ import { FormListProps } from 'antd/es/form';
73
+ import { FormProps } from 'antd';
74
+ import { FormProviderProps } from 'antd/es/form/context';
75
+ import { ForwardRefExoticComponent } from 'react';
76
+ import { FunctionComponent } from 'react';
77
+ import { GenerateConfig } from 'rc-picker/lib/generate';
78
+ import { GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
79
+ import { GlobalConfigProps } from 'antd/es/notification/interface';
80
+ import { Grid } from 'antd';
81
+ import { GroupConsumerProps } from 'rc-image/lib/PreviewGroup';
82
+ import { IActionProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Action';
83
+ import { IAvatarProps as IAvatarProps_2 } from '../../../../../../../../../src/components';
84
+ import { IBaseGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
85
+ import { IButtonProps as IButtonProps_2 } from '../../../../../../../../../src/components';
86
+ import { ICascaderProps as ICascaderProps_2 } from '../../../../../../../../../src/components';
87
+ import { ColProps as IColProps } from 'antd';
88
+ import { IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
89
+ import { Icons } from '../../../../../../../../../src/constants/Icons';
90
+ import type { IconVariant } from '../../../../../../../../../src/types/icons';
91
+ import { IDeleteConfirmModalProps } from '../../../../../../../src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal';
92
+ import { IErrorModalProps } from '../../../../../../../src/components/feedback/Modal/ErrorModal/ErrorModal';
93
+ import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
94
+ import { IGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
95
+ import { IGlobalNavigationItem as IGlobalNavigationItem_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
96
+ import { IGlobalNavigationItem as IGlobalNavigationItem_3 } from '../../../../../../../../src/components';
97
+ import { IGlobalNavigationLogo } from './navigation/GlobalNavigation/GlobalNavigationItems';
98
+ import { IGlobalNavigationLogo as IGlobalNavigationLogo_2 } from '../../../../../../../../../src/components';
99
+ import { IGlobalNavigationLogo as IGlobalNavigationLogo_3 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
100
+ import { ImageProps } from 'antd';
101
+ import { IMentionsProps } from './not-prod-ready/Mentions/Mentions';
102
+ import { IModalProps as IModalProps_2 } from '../../../../../../../../../src/components/feedback/Modal/Modal';
103
+ import { INavigationAccount } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
104
+ import { INavigationCreateProps as INavigationCreateProps_2 } from '../../../../../../../../../src/components';
105
+ import { INavigationOrg } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
106
+ import { INavigationOrg as INavigationOrg_2 } from '../../../../../../../../../src/components';
107
+ import { INavigationWorkspace } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
108
+ import { INewExperienceReminderOptions as INewExperienceReminderOptions_2 } from '../../../../../../../../../src/components';
109
+ import { INotificationCenterProps as INotificationCenterProps_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
110
+ import { Input as Input_2 } from 'antd';
111
+ import { InputNumberProps } from 'antd';
112
+ import { InputProps } from 'antd';
113
+ import { InputRef } from 'antd';
114
+ import { INumberInputProps as INumberInputProps_2 } from '../../../../../../../../../src/components';
115
+ import { IPopoverProps as IPopoverProps_2 } from '../../../../../../../../../src/components';
116
+ import { IQueryItemCascaderProps as IQueryItemCascaderProps_2 } from '../../../../../../../../../src/components';
117
+ import { IQueryItemQualifierProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Qualifier';
118
+ import { RowProps as IRowProps } from 'antd';
119
+ import { ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
120
+ import { ITextInputProps as ITextInputProps_2 } from '../../../../../../../../../src/components';
121
+ import { ITextProps } from '../../../../../../../../../src/components/data-entry/QueryItem/Text';
122
+ import { IWorkspaceSelectorDisplayItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
123
+ import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
124
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
125
+ import { JSX as JSX_3 } from 'react';
126
+ import { JSXElementConstructor } from 'react';
127
+ import { Key } from 'react';
128
+ import { KeyWiseTransferItem } from 'antd/es/transfer';
129
+ import { LayoutProps } from 'antd';
130
+ import type { LinkProps } from 'antd/es/typography/Link';
131
+ import { ListItemTypeProps } from 'antd/es/list/Item';
132
+ import { ListProps } from 'antd';
133
+ import { Mentions } from './not-prod-ready/Mentions/Mentions';
134
+ import { MenuDividerProps } from 'antd/es/menu';
135
+ import { MenuInfo } from 'rc-menu/lib/interface';
136
+ import { MenuItemGroupProps } from 'rc-menu';
137
+ import { MenuItemGroupType as MenuItemGroupType_2 } from '../../../../../../../../../src/components';
138
+ import { MenuItemProps } from 'antd';
139
+ import { MenuItemType as MenuItemType_2 } from '../../../../../../../../../src/components';
140
+ import { MenuProps } from 'antd';
141
+ import { message } from 'antd';
142
+ import { MessageArgsProps } from 'antd';
143
+ import { MessageType } from 'antd/es/message/interface';
144
+ import { ModalFunc } from 'antd/es/modal/confirm';
145
+ import { modalGlobalConfig } from 'antd/es/modal/confirm';
146
+ import { ModalProps } from 'antd';
147
+ import { NamedExoticComponent } from 'react';
148
+ import { NewExperienceReminderHook as NewExperienceReminderHook_2 } from '../../../../../../../../../src/components';
149
+ import { notification } from 'antd';
150
+ import { NotificationArgsProps } from 'antd';
151
+ import { OptionFC } from 'rc-select/lib/Option';
152
+ import { OptionGroupFC } from 'rc-select/lib/OptGroup';
153
+ import { Options } from 'highcharts';
154
+ import { PaginationProps } from 'antd';
155
+ import { PanelProps } from 'antd/es/splitter/interface';
156
+ import type { ParagraphProps } from 'antd/es/typography/Paragraph';
157
+ import { PickerLocale } from 'antd/es/date-picker/generatePicker';
158
+ import { PickerProps } from 'antd/es/date-picker/generatePicker';
159
+ import { PickerPropsWithMultiple } from 'antd/es/date-picker/generatePicker/interface';
160
+ import { PickerRef } from 'rc-picker';
161
+ import { PopconfirmProps } from 'antd';
162
+ import { PopoverProps } from 'antd';
163
+ import { ProgressProps } from 'antd';
164
+ import { QRCodeProps } from 'antd';
165
+ import { RadioButtonProps } from 'antd/es/radio/radioButton';
166
+ import { RadioGroupProps } from 'antd';
167
+ import { RadioProps } from 'antd';
168
+ import { RangePickerProps } from 'rc-picker';
169
+ import type { RateProps } from 'antd';
170
+ import { default as React_2 } from 'react';
171
+ import { ReactElement } from 'react';
172
+ import { ReactNode } from 'react';
173
+ import { RefAttributes } from 'react';
174
+ import { ResultProps } from 'antd';
175
+ import { RibbonProps } from 'antd/es/badge/Ribbon';
176
+ import { Row } from 'antd';
177
+ import { SegmentedProps } from 'antd';
178
+ import type { SelectProps } from 'antd';
179
+ import { SiderProps } from 'antd';
180
+ import { SkeletonButtonProps } from 'antd/es/skeleton/Button';
181
+ import { SkeletonImageProps } from 'antd/es/skeleton/Image';
182
+ import { SkeletonInputProps } from 'antd/es/skeleton/Input';
183
+ import { SkeletonNodeProps } from 'antd/es/skeleton/Node';
184
+ import { SkeletonProps } from 'antd';
185
+ import { SliderRangeProps } from 'antd/es/slider';
186
+ import { SliderSingleProps } from 'antd/es/slider';
187
+ import { SpaceCompactProps } from 'antd/es/space/Compact';
188
+ import { SpaceProps } from 'antd';
189
+ import { SpinProps } from 'antd';
190
+ import type { SplitterProps } from 'antd/es/splitter';
191
+ import { StatisticProps } from 'antd';
192
+ import { StepsProps } from 'antd';
193
+ import { SubMenuProps } from 'antd';
194
+ import { SwitchProps } from 'antd';
195
+ import { TableColumnProps } from 'antd';
196
+ import { TableProps } from 'antd/es/table';
197
+ import { TableProps as TableProps_2 } from 'antd';
198
+ import { TabPaneProps } from 'antd';
199
+ import { TabsProps } from 'antd';
200
+ import type { TagProps } from 'antd';
201
+ import type { TextProps } from 'antd/es/typography/Text';
202
+ import { TimelineItemProps } from 'antd';
203
+ import { TimelineProps } from 'antd';
204
+ import { TimePickerProps } from 'antd';
205
+ import { TimeRangePickerProps } from 'antd';
206
+ import type { TitleProps } from 'antd/es/typography/Title';
207
+ import { TooltipPropsWithTitle } from 'antd/es/tooltip';
208
+ import { TourProps } from 'antd';
209
+ import { TransferListProps } from 'antd/es/transfer';
210
+ import { TransferOperationProps } from 'antd/es/transfer';
211
+ import { TransferProps } from 'antd';
212
+ import { TransferSearchProps } from 'antd/es/transfer';
213
+ import { TreeDataNode } from 'antd';
214
+ import { TreeNodeProps } from 'rc-tree-select/lib/TreeNode';
215
+ import { TreeNodeProps as TreeNodeProps_2 } from 'rc-tree';
216
+ import { TreeProps } from 'antd';
217
+ import { TreeSelectProps } from 'antd';
218
+ import { TypeOpen } from 'antd/es/message/interface';
219
+ import { UploadFile } from 'antd';
220
+ import { UploadProps } from 'antd';
221
+ import { UploadRef } from 'antd/es/upload/Upload';
222
+ import { useForm } from 'antd/es/form/Form';
223
+ import { UserPreferenceDefinitions as UserPreferenceDefinitions_2 } from '../../../../../../../../src/components';
224
+ import { UserPreferenceDefinitions as UserPreferenceDefinitions_3 } from '../../../../../../../../../src/services/user-preferences/models/definitions';
225
+ import { UserPreferenceScope as UserPreferenceScope_2 } from '../../../../../../../../src/services/user-preferences/models/storage-models';
226
+ import { UserPreferenceScope as UserPreferenceScope_3 } from '../../../../../../../../../src/services/user-preferences/models/storage-models';
227
+ import { UserPreferenceScopeType as UserPreferenceScopeType_2 } from '../../../../../../../../../src/services/user-preferences/models/definitions';
228
+ import type { WatermarkProps } from 'antd';
229
+
230
+ export declare const Affix: (props: IAffixProps) => JSX_2.Element;
231
+
232
+ export declare const Alert: {
233
+ (props: IAlertProps): JSX_2.Element;
234
+ ErrorBoundary: typeof default_9;
235
+ };
236
+
237
+ export declare const Anchor: {
238
+ (props: IAnchorProps): JSX_2.Element;
239
+ Link: FC<AnchorLinkProps>;
240
+ };
241
+
242
+ export declare const AutoComplete: (props: IAutoCompleteProps) => JSX_2.Element;
243
+
244
+ export declare const Avatar: {
245
+ (props: IAvatarProps): JSX_2.Element;
246
+ Group: FC<AvatarGroupProps>;
247
+ };
248
+
249
+ export declare const Badge: {
250
+ (props: IBadgeProps): JSX_2.Element;
251
+ Ribbon: FC<RibbonProps>;
252
+ };
253
+
254
+ export declare const Breadcrumb: {
255
+ (props: IBreadcrumbProps): JSX_2.Element;
256
+ Item: FC<BreadcrumbItemProps> & {
257
+ __ANT_BREADCRUMB_ITEM: boolean;
258
+ };
259
+ };
260
+
261
+ export declare const Button: {
262
+ (props: IButtonProps): JSX_2.Element;
263
+ Group: React_2.FC<ButtonGroupProps>;
264
+ };
265
+
266
+ export declare const Calendar: {
267
+ (props: ICalendarProps): JSX_2.Element;
268
+ generateCalendar: <DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>) => FC<Readonly<CalendarProps<DateType>>>;
269
+ };
270
+
271
+ export declare const Card: {
272
+ (props: ICardProps): JSX_2.Element;
273
+ Meta: FC<CardMetaProps>;
274
+ Grid: FC<CardGridProps>;
275
+ };
276
+
277
+ export declare const Carousel: (props: ICarouselProps) => JSX_2.Element;
278
+
279
+ export declare const Cascader: {
280
+ (props: ICascaderProps): JSX_2.Element;
281
+ Panel: typeof default_4;
282
+ SHOW_PARENT: "SHOW_PARENT";
283
+ SHOW_CHILD: "SHOW_CHILD";
284
+ };
285
+
286
+ export declare const Center: (props: Omit<IFlexProps_2, 'justify' | 'align'>) => JSX_2.Element;
287
+
288
+ export declare const ChartAxisStyle: {
289
+ readonly 'font-family': "'GT America', Helvetica, Arial, sans-serif";
290
+ readonly 'font-size': ".9em";
291
+ readonly 'font-weight': "initial";
292
+ readonly color: "rgba(56, 60, 67, 0.7)";
293
+ };
294
+
295
+ export declare const ChartColors: string[];
296
+
297
+ export declare const ChartConfig: Options;
298
+
299
+ declare type CheckableTagProps = CheckableTagProps_2 & ITagProps;
300
+
301
+ export declare const Checkbox: {
302
+ (props: ICheckboxProps): JSX_2.Element;
303
+ Group: <T = any>(props: CheckboxGroupProps<T> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>>;
304
+ };
305
+
306
+ export { Col }
307
+
308
+ export declare const Collapse: {
309
+ (props: ICollapseProps): JSX_2.Element;
310
+ Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
311
+ };
312
+
313
+ export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
314
+
315
+ export { ColumnsType }
316
+
317
+ export { ColumnType }
318
+
319
+ export declare class CompositeUserPreferencesService<T extends Record<string, unknown>> {
320
+ getScopedUserPreferences(userPreferencesPerScope: UserPreferencesPerScope<T>, currentScope: UserPreferenceScope_3, definitions: UserPreferenceDefinitions_3<T>): T;
321
+ getUpdatedUserPreferenceStorageObject<TKey extends keyof T>(userPreferenceKey: TKey, value: T[TKey], currentScope: UserPreferenceScope_3, currentPreferences: UserPreferencesPerScope<T>, allowedScope: UserPreferenceScopeType_2): UserPreferencesPerScope<T>;
322
+ private createUserPreferenceEntryFromDefinition;
323
+ private getEffectiveScope;
324
+ }
325
+
326
+ declare type CompoundedComponent = ForwardRefExoticComponent<IInputProps & RefAttributes<InputRef>> & {
327
+ Group: typeof Input_2.Group;
328
+ Search: typeof Input_2.Search;
329
+ TextArea: typeof Input_2.TextArea;
330
+ Password: typeof Input_2.Password;
331
+ };
332
+
333
+ export { ConfigProvider }
334
+
335
+ declare type ContextHolder = ReactNode;
336
+
337
+ export declare const DatePicker: {
338
+ (props: IDatePickerProps): JSX_2.Element;
339
+ generatePicker: <DateType extends AnyObject = AnyObject>(generateConfig: GenerateConfig<DateType>) => (<ValueType = DateType>(props: PickerPropsWithMultiple<DateType, PickerProps<DateType>, ValueType>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
340
+ displayName?: string | undefined;
341
+ } & {
342
+ displayName?: string | undefined;
343
+ WeekPicker: (<ValueType_1 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
344
+ displayName?: string | undefined;
345
+ };
346
+ MonthPicker: (<ValueType_2 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
347
+ displayName?: string | undefined;
348
+ };
349
+ YearPicker: (<ValueType_3 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_3>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
350
+ displayName?: string | undefined;
351
+ };
352
+ RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<DateType>, "locale" | "generateConfig" | "hideHeader"> & {
353
+ locale?: PickerLocale | undefined;
354
+ size?: ButtonSize;
355
+ placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
356
+ bordered?: boolean | undefined;
357
+ status?: "" | "warning" | "error" | undefined;
358
+ variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
359
+ dropdownClassName?: string | undefined;
360
+ popupClassName?: string | undefined;
361
+ rootClassName?: string | undefined;
362
+ popupStyle?: CSSProperties | undefined;
363
+ } & RefAttributes<PickerRef>>;
364
+ TimePicker: (<ValueType_4 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<GenericTimePickerProps<DateType>, "picker">, ValueType_4>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
365
+ displayName?: string | undefined;
366
+ };
367
+ QuarterPicker: (<ValueType_5 = DateType>(props: PickerPropsWithMultiple<DateType, Omit<PickerProps<DateType>, "picker">, ValueType_5>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
368
+ displayName?: string | undefined;
369
+ };
370
+ };
371
+ QuarterPicker: (<ValueType_6 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_6>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
372
+ displayName?: string | undefined;
373
+ };
374
+ MonthPicker: (<ValueType_7 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_7>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
375
+ displayName?: string | undefined;
376
+ };
377
+ RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
378
+ locale?: PickerLocale | undefined;
379
+ size?: ButtonSize;
380
+ placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
381
+ bordered?: boolean | undefined;
382
+ status?: "" | "warning" | "error" | undefined;
383
+ variant?: "filled" | "outlined" | "borderless" | "underlined" | undefined;
384
+ dropdownClassName?: string | undefined;
385
+ popupClassName?: string | undefined;
386
+ rootClassName?: string | undefined;
387
+ popupStyle?: CSSProperties | undefined;
388
+ } & RefAttributes<PickerRef>>;
389
+ TimePicker: (<ValueType_8 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<GenericTimePickerProps<Dayjs>, "picker">, ValueType_8>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
390
+ displayName?: string | undefined;
391
+ };
392
+ WeekPicker: (<ValueType_9 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_9>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
393
+ displayName?: string | undefined;
394
+ };
395
+ YearPicker: (<ValueType_10 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_10>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
396
+ displayName?: string | undefined;
397
+ };
398
+ };
399
+
400
+ export { DeleteConfirmModal }
401
+
402
+ export declare const Descriptions: {
403
+ (props: IDescriptionsProps): JSX_2.Element;
404
+ Item: FC<DescriptionsItemProps>;
405
+ };
406
+
407
+ export declare const Divider: (props: IDividerProps) => JSX_2.Element;
408
+
409
+ export declare const Drawer: (props: IDrawerProps) => JSX_2.Element;
410
+
411
+ export declare const Dropdown: {
412
+ (props: IDropdownProps): JSX_2.Element;
413
+ Button: FC<DropdownButtonProps>;
414
+ };
415
+
416
+ export declare const Empty: {
417
+ (props: IEmptyProps): JSX_2.Element;
418
+ PRESENTED_IMAGE_DEFAULT: React_2.ReactNode;
419
+ PRESENTED_IMAGE_SIMPLE: React_2.ReactNode;
420
+ };
421
+
422
+ export declare type EmptyState = 'empty' | 'error';
423
+
424
+ export { ErrorModal }
425
+
426
+ export declare const ErrorStateIcon: React_2.FC<IErrorStateIconProps>;
427
+
428
+ export { ExpandableConfig }
429
+
430
+ export declare const Flex: (props: IFlexProps) => JSX_2.Element;
431
+
432
+ export declare const FloatButton: {
433
+ (props: IFloatButtonProps): JSX_2.Element;
434
+ BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
435
+ Group: FC<Readonly<FloatButtonGroupProps>>;
436
+ };
437
+
438
+ export declare const Form: {
439
+ <Values = any>(props: IFormProps<Values>): JSX_2.Element;
440
+ useForm: typeof useForm;
441
+ useWatch: typeof default_2;
442
+ useFormInstance: typeof default_3;
443
+ Item: (<Values_1 = any>(props: FormItemProps<Values_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
444
+ useStatus: () => {
445
+ status?: "" | "success" | "warning" | "error" | "validating" | undefined;
446
+ errors: ReactNode[];
447
+ warnings: ReactNode[];
448
+ };
449
+ };
450
+ List: FC<FormListProps>;
451
+ Provider: FC<FormProviderProps>;
452
+ ErrorList: FC<ErrorListProps>;
453
+ };
454
+
455
+ export { FormInstance }
456
+
457
+ export declare const GlobalNavigation: {
458
+ ({ showSuiteLogo, showUnifiedNavigation, ...props }: IGlobalNavigationProps): JSX_2.Element;
459
+ useNewExperienceReminder: (options: INewExperienceReminderOptions_2) => NewExperienceReminderHook_2;
460
+ };
461
+
462
+ export declare const GlobalNavWidth: 90;
463
+
464
+ export { Grid }
465
+
466
+ export declare interface IAffixProps extends AffixProps {
467
+ }
468
+
469
+ export declare interface IAlertProps extends AlertProps {
470
+ }
471
+
472
+ export declare interface IAnchorProps extends AnchorProps {
473
+ }
474
+
475
+ export declare interface IAutoCompleteProps extends AutoCompleteProps {
476
+ }
477
+
478
+ export declare interface IAvatarProps extends AvatarProps {
479
+ }
480
+
481
+ export declare interface IBadgeProps extends BadgeProps {
482
+ }
483
+
484
+ export { IBaseGlobalNavigationItem }
485
+
486
+ export declare interface IBreadcrumbProps extends BreadcrumbProps {
487
+ }
488
+
489
+ export declare interface IButtonProps extends Omit<ButtonProps, 'variant'> {
490
+ /**
491
+ * @deprecated This variant is a temporary fix for new icons.
492
+ * Use this variant only with new icons to align the icon and text centered.
493
+ * This will be removed once all icons are updated.
494
+ */
495
+ variant?: 'with-new-icon';
496
+ icon?: ReactNode;
497
+ }
498
+
499
+ export declare interface ICalendarProps extends CalendarProps<Dayjs> {
500
+ }
501
+
502
+ export declare interface ICardProps extends CardProps {
503
+ }
504
+
505
+ export declare interface ICarouselProps extends CarouselProps {
506
+ }
507
+
508
+ declare interface ICascaderOption extends DefaultOptionType {
509
+ value: string;
510
+ label: ReactNode;
511
+ searchLabel?: string;
512
+ children?: ICascaderOption[];
513
+ disabled?: boolean;
514
+ }
515
+
516
+ export declare type ICascaderProps<DataNodeType extends BaseOptionType = any> = CascaderProps<DataNodeType>;
517
+
518
+ export declare interface ICheckboxProps extends CheckboxProps {
519
+ }
520
+
521
+ export declare interface ICollapseProps extends CollapseProps {
522
+ }
523
+
524
+ export declare interface IColorPickerProps extends ColorPickerProps {
525
+ }
526
+
527
+ export { IColProps }
528
+
529
+ export declare const Icon: React_2.FC<IIconProps>;
530
+
531
+ declare type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'white' | 'black' | 'text' | 'strong' | 'brand' | 'inherit';
532
+
533
+ export { IConfigProviderProps }
534
+
535
+ export declare type IconNames = keyof typeof Icons;
536
+
537
+ declare type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
538
+
539
+ declare type IconSize_2 = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
540
+
541
+ export declare interface IDatePickerProps extends DatePickerProps {
542
+ }
543
+
544
+ export { IDeleteConfirmModalProps }
545
+
546
+ export declare interface IDescriptionsProps extends DescriptionsProps {
547
+ }
548
+
549
+ export declare interface IDividerProps extends DividerProps {
550
+ }
551
+
552
+ export declare interface IDrawerProps extends DrawerProps {
553
+ }
554
+
555
+ export declare interface IDropdownProps extends DropdownProps {
556
+ }
557
+
558
+ export declare interface IEmptyProps extends Omit<EmptyProps, 'description'> {
559
+ /** The state of the empty component - determines the icon and styling */
560
+ state?: EmptyState;
561
+ /** Title text - will be rendered with proper Typography */
562
+ title?: string;
563
+ /** Description text - will be rendered with proper Typography, or JSX for custom content (legacy) */
564
+ description?: string | React_2.ReactNode;
565
+ /** Button configuration - legacy single button support */
566
+ button?: {
567
+ text: string;
568
+ onClick: () => void;
569
+ type?: 'primary' | 'default';
570
+ icon?: React_2.ReactNode;
571
+ };
572
+ /** Primary button configuration */
573
+ primaryButton?: {
574
+ text: string;
575
+ onClick: () => void;
576
+ icon?: React_2.ReactNode;
577
+ };
578
+ /** Default button configuration */
579
+ defaultButton?: {
580
+ text: string;
581
+ onClick: () => void;
582
+ icon?: React_2.ReactNode;
583
+ };
584
+ }
585
+
586
+ export { IErrorModalProps }
587
+
588
+ export declare interface IErrorStateIconProps {
589
+ size?: IconSize_2;
590
+ className?: string;
591
+ style?: React_2.CSSProperties;
592
+ }
593
+
594
+ export declare interface IFlexProps extends FlexProps {
595
+ }
596
+
597
+ export declare interface IFloatButtonProps extends FloatButtonProps {
598
+ }
599
+
600
+ export declare interface IFormProps<Values = any> extends FormProps<Values> {
601
+ children: ReactNode;
602
+ }
603
+
604
+ export { IGlobalNavigationItem }
605
+
606
+ export { IGlobalNavigationLogo }
607
+
608
+ export declare interface IGlobalNavigationProps {
609
+ logo: IGlobalNavigationLogo_2;
610
+ tools: IGlobalNavigationItem_2[];
611
+ management: IGlobalNavigationItem_2[];
612
+ orgs?: INavigationOrg_2[];
613
+ createItems?: INavigationCreateProps_2['createItems'];
614
+ onSearchClick?: () => void;
615
+ /**
616
+ * @deprecated
617
+ * This will be removed once all the apps updated with unified nav.
618
+ */
619
+ onSuiteLogoClick?: () => void;
620
+ onMpHomeClick: () => void;
621
+ hideMpHome?: boolean;
622
+ /**
623
+ * @deprecated
624
+ * This will be removed once all the apps updated with unified nav.
625
+ */
626
+ showSuiteLogo?: boolean;
627
+ avatarOptions?: IAvatarProps_2;
628
+ navigationButtonItemOptions?: {
629
+ label: string;
630
+ onClick: () => void;
631
+ withoutContainer?: boolean;
632
+ };
633
+ /**
634
+ * @deprecated
635
+ * This will be removed once all the apps updated with unified nav.
636
+ */
637
+ suiteSelectorOptions?: ISuiteSelectorOptions;
638
+ notificationCenter?: INotificationCenterProps_2;
639
+ showUnifiedNavigation?: boolean;
640
+ }
641
+
642
+ export declare interface IIconProps {
643
+ name: IconNames;
644
+ color?: IconColor;
645
+ size?: IconSize;
646
+ variant?: IconVariant;
647
+ }
648
+
649
+ export declare interface IImageProps extends ImageProps {
650
+ }
651
+
652
+ export declare interface IInputNumberProps extends InputNumberProps {
653
+ }
654
+
655
+ export declare interface IInputProps extends InputProps {
656
+ }
657
+
658
+ export declare interface ILayoutProps extends LayoutProps {
659
+ }
660
+
661
+ declare interface ILinkProps extends InternalLinkProps {
662
+ tooltip?: boolean;
663
+ }
664
+
665
+ export declare interface IListProps<T> extends ListProps<T> {
666
+ }
667
+
668
+ export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'children'> {
669
+ fetchData: () => Promise<Data>;
670
+ children: (initData: Data) => React.ReactNode;
671
+ }
672
+
673
+ declare const Image_2: {
674
+ (props: IImageProps): JSX_2.Element;
675
+ PreviewGroup: FC<GroupConsumerProps>;
676
+ };
677
+ export { Image_2 as Image }
678
+
679
+ export { IMentionsProps }
680
+
681
+ export declare interface IMenuInfo extends MenuInfo {
682
+ }
683
+
684
+ export declare interface IMenuProps extends MenuProps {
685
+ }
686
+
687
+ export declare interface IMessageProps extends MessageArgsProps {
688
+ children: React.ReactNode;
689
+ }
690
+
691
+ export declare interface IModalProps extends ModalProps {
692
+ }
693
+
694
+ export { INavigationAccount }
695
+
696
+ export declare interface INavigationCreateGroup extends Omit<MenuItemGroupType_2, 'key'> {
697
+ label: string;
698
+ type: 'group';
699
+ }
700
+
701
+ export declare interface INavigationCreateItem extends Omit<MenuItemType_2, 'key'> {
702
+ disabled?: boolean;
703
+ title: string;
704
+ description: string;
705
+ type?: undefined;
706
+ isLoading?: boolean;
707
+ isLocked?: boolean;
708
+ tooltip?: string;
709
+ onClick?: () => void;
710
+ }
711
+
712
+ export declare interface INavigationCreateProps {
713
+ createItems: Array<INavigationCreateItem | INavigationCreateGroup>;
714
+ }
715
+
716
+ export { INavigationOrg }
717
+
718
+ export { INavigationWorkspace }
719
+
720
+ export declare interface INewExperienceReminderOptions {
721
+ onClose: () => void;
722
+ onRemindMeLater: () => void;
723
+ onTakeMeThere: () => void;
724
+ duration?: number;
725
+ title?: string;
726
+ message?: string;
727
+ }
728
+
729
+ export declare class InitializationService {
730
+ static loadMParticleConfig(baseUrl?: string): Promise<void>;
731
+ static initialize(baseUrl?: string): Promise<void>;
732
+ }
733
+
734
+ export declare interface INotificationCenterProps extends Omit<IPopoverProps_2, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
735
+ unreadMessages?: number;
736
+ onClose?: IButtonProps_2['onClick'];
737
+ onPreferencesClick?: IButtonProps_2['onClick'];
738
+ }
739
+
740
+ export declare interface INotificationProps extends NotificationArgsProps {
741
+ children: React.ReactNode;
742
+ }
743
+
744
+ export declare const Input: CompoundedComponent;
745
+
746
+ export declare const InputNumber: (props: IInputNumberProps) => JSX_2.Element;
747
+
748
+ export { InputRef }
749
+
750
+ declare type InternalLinkProps = InternalTypographyProps & LinkProps;
751
+
752
+ declare type InternalParagraphProps = InternalTypographyProps & ParagraphProps;
753
+
754
+ declare type InternalTextProps = InternalTypographyProps & TextProps;
755
+
756
+ declare type InternalTitleProps = InternalTypographyProps & TitleProps;
757
+
758
+ declare interface InternalTypographyProps {
759
+ size?: TypographySize;
760
+ color?: TypographyColor;
761
+ children: ReactNode;
762
+ }
763
+
764
+ export declare interface INumberInputProps {
765
+ value?: number | undefined;
766
+ disabled?: boolean;
767
+ errorMessage?: ReactNode;
768
+ autoFocus: boolean;
769
+ placeholder?: string;
770
+ min?: number;
771
+ max?: number;
772
+ step?: number;
773
+ onChange?: (value: number | undefined) => void;
774
+ onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
775
+ }
776
+
777
+ export declare interface IPaginationProps extends PaginationProps {
778
+ }
779
+
780
+ declare interface IParagraphProps extends InternalParagraphProps {
781
+ }
782
+
783
+ export declare interface IPopconfirmProps extends PopconfirmProps {
784
+ }
785
+
786
+ export declare interface IPopoverProps extends PopoverProps {
787
+ }
788
+
789
+ export declare interface IProgressProps extends ProgressProps {
790
+ }
791
+
792
+ export declare interface IQRCodeProps extends QRCodeProps {
793
+ }
794
+
795
+ export declare interface IQueryItemCascaderProps {
796
+ options: ICascaderOption[];
797
+ icon?: keyof Pick<typeof Icons, 'empty' | 'event' | 'userAttribute' | 'eventAttribute'>;
798
+ errorMessage?: string;
799
+ placeholder?: string;
800
+ onChange?: (values: Array<number | string>, selectedOptions: any) => Promise<void>;
801
+ loadData?: (value: string) => Promise<void>;
802
+ value?: Array<number | string>;
803
+ disabled?: boolean;
804
+ placement?: ICascaderProps_2['placement'];
805
+ defaultOpen?: ICascaderProps_2['defaultOpen'];
806
+ suffixIcon?: ICascaderProps_2['suffixIcon'];
807
+ }
808
+
809
+ export declare type IQueryItemQualifierOption = DefaultOptionType;
810
+
811
+ declare interface IRadioButtonProps extends RadioButtonProps {
812
+ }
813
+
814
+ declare interface IRadioGroupProps extends RadioGroupProps {
815
+ }
816
+
817
+ export declare interface IRadioProps extends RadioProps {
818
+ }
819
+
820
+ export declare interface IRateProps extends RateProps {
821
+ }
822
+
823
+ export declare interface IResultProps extends ResultProps {
824
+ }
825
+
826
+ export { IRowProps }
827
+
828
+ export declare interface ISegmentedProps extends SegmentedProps {
829
+ ref?: React.RefObject<HTMLDivElement>;
830
+ }
831
+
832
+ export declare interface ISelectProps<SelectValueType = unknown, SelectOptionType extends SelectBaseOptionType | SelectDefaultOptionType = SelectDefaultOptionType> extends SelectProps<SelectValueType, SelectOptionType> {
833
+ }
834
+
835
+ export declare interface ISkeletonProps extends Omit<SkeletonProps, 'active'> {
836
+ }
837
+
838
+ export declare type ISliderProps = SliderSingleProps | SliderRangeProps;
839
+
840
+ export declare interface ISpaceProps extends SpaceProps {
841
+ }
842
+
843
+ export declare interface ISpinProps extends SpinProps {
844
+ }
845
+
846
+ export declare interface ISplitterPanelProps extends PanelProps {
847
+ children?: ReactNode;
848
+ defaultSize?: string | number;
849
+ size?: string | number;
850
+ min?: string | number;
851
+ max?: string | number;
852
+ collapsible?: boolean | {
853
+ start?: boolean;
854
+ end?: boolean;
855
+ };
856
+ resizable?: boolean;
857
+ }
858
+
859
+ export declare interface ISplitterProps extends SplitterProps {
860
+ children?: ReactNode;
861
+ }
862
+
863
+ export declare interface IStatisticProps extends StatisticProps {
864
+ }
865
+
866
+ export declare interface IStepsProps extends StepsProps {
867
+ }
868
+
869
+ export declare interface ISwitchProps extends SwitchProps {
870
+ }
871
+
872
+ export declare interface ITableProps<RecordType extends AnyObject = AnyObject> extends TableProps_2<RecordType> {
873
+ }
874
+
875
+ export declare interface ITabsProps extends TabsProps {
876
+ }
877
+
878
+ export declare interface ITagProps extends TagProps {
879
+ children: React.ReactNode;
880
+ }
881
+
882
+ export declare interface ITextInputProps {
883
+ value?: string;
884
+ disabled?: boolean;
885
+ errorMessage?: string;
886
+ placeholder?: string;
887
+ onChange?: (value: string) => void;
888
+ }
889
+
890
+ declare interface ITextProps_2 extends InternalTextProps {
891
+ tooltip?: boolean;
892
+ }
893
+
894
+ export declare interface ITimelineProps extends TimelineProps {
895
+ }
896
+
897
+ export declare interface ITimePickerProps extends TimePickerProps {
898
+ }
899
+
900
+ declare interface ITitleProps extends InternalTitleProps {
901
+ }
902
+
903
+ export declare interface ITooltipProps extends TooltipPropsWithTitle {
904
+ }
905
+
906
+ export declare interface ITourProps extends TourProps {
907
+ }
908
+
909
+ export declare interface ITransferProps extends TransferProps {
910
+ }
911
+
912
+ export declare interface ITreeData extends TreeDataNode {
913
+ }
914
+
915
+ export declare interface ITreeProps<T extends BasicDataNode = DataNode> extends TreeProps<T> {
916
+ }
917
+
918
+ export declare interface ITreeSelectProps extends TreeSelectProps {
919
+ }
920
+
921
+ export declare interface IUploadFileProps extends UploadFile {
922
+ }
923
+
924
+ export declare interface IUploadProps extends UploadProps {
925
+ }
926
+
927
+ export declare interface IWatermarkProps extends WatermarkProps {
928
+ }
929
+
930
+ export { IWorkspaceSelectorDisplayItem }
931
+
932
+ export { IWorkspaceSelectorItem }
933
+
934
+ export declare const Layout: {
935
+ (props: ILayoutProps): JSX_2.Element;
936
+ Sider: ForwardRefExoticComponent<SiderProps & RefAttributes<HTMLDivElement>>;
937
+ Footer: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
938
+ Content: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
939
+ Header: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
940
+ };
941
+
942
+ export declare function List<T>(props: IListProps<T>): JSX_2.Element;
943
+
944
+ export declare namespace List {
945
+ var Item: ListItemTypeProps;
946
+ }
947
+
948
+ export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX_2.Element;
949
+
950
+ export { Mentions }
951
+
952
+ export declare const Menu: {
953
+ (props: IMenuProps): JSX_2.Element;
954
+ SubMenu: FC<SubMenuProps>;
955
+ Item: Omit<FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps, deprecatedLegacyContext?: any) => ReactNode);
956
+ ItemGroup: ForwardRefExoticComponent<Omit<MenuItemGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
957
+ Divider: FC<MenuDividerProps>;
958
+ };
959
+
960
+ export declare type MenuDividerType = Required<MenuProps>['items'][number];
961
+
962
+ export declare type MenuItemGroupType = Required<MenuProps>['items'][number];
963
+
964
+ export declare type MenuItemType = Required<MenuProps>['items'][number];
965
+
966
+ export declare const Message: {
967
+ (props: IMessageProps): JSX_2.Element;
968
+ useMessage: typeof default_10;
969
+ info: TypeOpen;
970
+ error: TypeOpen;
971
+ destroy: (key?: Key | undefined) => void;
972
+ config: (config: ConfigOptions) => void;
973
+ success: TypeOpen;
974
+ open: (config: MessageArgsProps) => MessageType;
975
+ loading: TypeOpen;
976
+ warning: TypeOpen;
977
+ };
978
+
979
+ export { message }
980
+
981
+ export declare const Modal: {
982
+ (props: IModalProps): JSX_2.Element;
983
+ info: ModalFunc;
984
+ success: ModalFunc;
985
+ confirm: ModalFunc;
986
+ warning: ModalFunc;
987
+ config: typeof modalGlobalConfig;
988
+ destroyAll: () => void;
989
+ useModal: typeof default_7;
990
+ };
991
+
992
+ export declare enum NavigationItemId {
993
+ Overview = "overview",
994
+ Oversight = "oversight",
995
+ Oversight_SystemAlerts = "oversight_systemAlerts",
996
+ Oversight_Observability = "oversight_observability",
997
+ Oversight_Observability_TraceActivity = "oversight_observability_traceActivity",
998
+ Oversight_Observability_TraceConfigurations = "oversight_observability_traceConfigurations",
999
+ Oversight_Privacy = "oversight_privacy",
1000
+ Oversight_Privacy_DSRs = "oversight_privacy_dsrs",
1001
+ Oversight_Privacy_PrivacySettings = "oversight_privacy_privacySettings",
1002
+ Predictions = "predictions",
1003
+ Customer360 = "customer360",
1004
+ Customer360_UserProfiles = "customer360_userProfiles",
1005
+ Customer360_GroupIdentity = "customer360_groupIdentity",
1006
+ Customer360_Enrichment = "customer360_enrichment",
1007
+ Customer360_Enrichment_CalculatedAttributes = "customer360_enrichment_calculatedAttributes",
1008
+ Customer360_Enrichment_PredictiveAttributes = "customer360_enrichment_predictiveAttributes",
1009
+ DataPlatform = "dataPlatform",
1010
+ DataPlatform_Trends = "dataPlatform_trends",
1011
+ DataPlatform_Setup = "dataPlatform_setup",
1012
+ DataPlatform_Setup_Connections = "dataPlatform_setup_connections",
1013
+ DataPlatform_Setup_Inputs = "dataPlatform_setup_inputs",
1014
+ DataPlatform_Setup_Outputs = "dataPlatform_setup_outputs",
1015
+ DataPlatform_Setup_Directory = "dataPlatform_setup_directory",
1016
+ DataPlatform_LiveStream = "dataPlatform_liveStream",
1017
+ DataPlatform_DataCatalog = "dataPlatform_dataCatalog",
1018
+ DataPlatform_Transformations_Rules = "dataPlatform_transformations_rules",
1019
+ DataPlatform_Transformations_Plans = "dataPlatform_transformations_plans",
1020
+ DataPlatform_Transformations_Filters = "dataPlatform_transformations_filters",
1021
+ DataPlatform_Transformations_Filters_PlatformFilters = "dataPlatform_transformations_filters_platformFilters",
1022
+ DataPlatform_Transformations_Filters_FeedFilters = "dataPlatform_transformations_filters_feedFilters",
1023
+ DataPlatform_EventForwarding = "dataPlatform_eventForwarding",
1024
+ DataWarehouse = "dataWarehouse",
1025
+ DataWarehouse_Connections = "dataWarehouse_connections",
1026
+ DataWarehouse_DataModels = "dataWarehouse_dataModels",
1027
+ DataWarehouse_Pipelines = "dataWarehouse_pipelines",
1028
+ Segmentation = "segmentation",
1029
+ Segmentation_Journeys = "segmentation_journeys",
1030
+ Segmentation_Audiences = "segmentation_audiences",
1031
+ Segmentation_Audiences_Standard = "segmentation_audiences_standard",
1032
+ Segmentation_Audiences_RealTime = "segmentation_audiences_realTime",
1033
+ Segmentation_Audiences_SharedByAccount = "segmentation_audiences_sharedByAccount",
1034
+ Analytics = "analytics",
1035
+ Analytics_MyHub = "analytics_myHub",
1036
+ Analytics_Saved = "analytics_saved",
1037
+ Analytics_Data = "analytics_data",
1038
+ Analytics_Favorites = "analytics_favorites"
1039
+ }
1040
+
1041
+ export declare class NavigationItemsService {
1042
+ static get navigationItems(): IGlobalNavigationItem_3[];
1043
+ static initialize(): void;
1044
+ static findItemById(id: NavigationItemId): IGlobalNavigationItem_3 | undefined;
1045
+ private static traverseItems;
1046
+ static traverseAllItems(callback: (item: IGlobalNavigationItem_3) => void): void;
1047
+ }
1048
+
1049
+ export declare type NewExperienceReminderHook = [OpenNotificationFn, ContextHolder];
1050
+
1051
+ export { notification }
1052
+
1053
+ declare const Notification_2: {
1054
+ (props: INotificationProps): JSX_2.Element;
1055
+ useNotification: typeof default_8;
1056
+ warning: (config: NotificationArgsProps) => void;
1057
+ open: (config: NotificationArgsProps) => void;
1058
+ info: (config: NotificationArgsProps) => void;
1059
+ config: (config: GlobalConfigProps) => void;
1060
+ destroy: (key?: Key | undefined) => void;
1061
+ error: (config: NotificationArgsProps) => void;
1062
+ success: (config: NotificationArgsProps) => void;
1063
+ };
1064
+ export { Notification_2 as Notification }
1065
+
1066
+ export declare const NotificationCenterZIndex = 9999;
1067
+
1068
+ declare type OpenNotificationFn = () => void;
1069
+
1070
+ export declare const Pagination: (props: IPaginationProps) => JSX_2.Element;
1071
+
1072
+ export declare const Popconfirm: (props: IPopconfirmProps) => JSX_2.Element;
1073
+
1074
+ export declare const Popover: (props: IPopoverProps) => JSX_2.Element;
1075
+
1076
+ export declare const Progress: (props: IProgressProps) => JSX_2.Element;
1077
+
1078
+ export declare const QRCode: (props: IQRCodeProps) => JSX_2.Element;
1079
+
1080
+ export declare const QueryItem: {
1081
+ (): JSX_2.Element;
1082
+ Action: (props: IActionProps) => JSX_2.Element;
1083
+ Qualifier: (props: IQueryItemQualifierProps) => JSX_2.Element;
1084
+ ValueSelector: {
1085
+ (): JSX_2.Element;
1086
+ TextInput: (props: ITextInputProps_2) => JSX_2.Element;
1087
+ NumberInput: (props: INumberInputProps_2) => JSX_2.Element;
1088
+ Cascader: (props: IQueryItemCascaderProps_2) => JSX_2.Element;
1089
+ };
1090
+ Text: ({ disabled, text }: ITextProps) => JSX_2.Element;
1091
+ };
1092
+
1093
+ export declare const Radio: {
1094
+ (props: IRadioProps): JSX_2.Element;
1095
+ Group: (props: IRadioGroupProps) => JSX_2.Element;
1096
+ Button: (props: IRadioButtonProps) => JSX_2.Element;
1097
+ };
1098
+
1099
+ export declare const Rate: (props: IRateProps) => JSX_2.Element;
1100
+
1101
+ /**
1102
+ * @deprecated The Result component should not be used without design team permission.
1103
+ * Please refer to the Empty component documentation for approved empty/error states.
1104
+ * See: Components/Data Display/Empty
1105
+ */
1106
+ export declare const Result: {
1107
+ (props: IResultProps): JSX_2.Element;
1108
+ PRESENTED_IMAGE_403: FC<{}>;
1109
+ PRESENTED_IMAGE_404: FC<{}>;
1110
+ PRESENTED_IMAGE_500: FC<{}>;
1111
+ };
1112
+
1113
+ export declare class RoutesAuthorizationsService {
1114
+ private static routesAuthorizations;
1115
+ static initialize(): void;
1116
+ static isRouteAuthorized(route: string): boolean;
1117
+ private static routeMatches;
1118
+ }
1119
+
1120
+ export { Row }
1121
+
1122
+ export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
1123
+
1124
+ export declare const Select: {
1125
+ <SelectValueType, SelectOptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType>(props: ISelectProps<SelectValueType, SelectOptionType>): JSX_2.Element;
1126
+ Option: OptionFC;
1127
+ OptGroup: OptionGroupFC;
1128
+ };
1129
+
1130
+ export declare type SelectBaseOptionType = BaseOptionType;
1131
+
1132
+ export declare type SelectDefaultOptionType = DefaultOptionType;
1133
+
1134
+ export declare const Skeleton: {
1135
+ (props: ISkeletonProps): JSX_2.Element;
1136
+ Avatar: FC<AvatarProps_2>;
1137
+ Button: FC<SkeletonButtonProps>;
1138
+ Node: FC<SkeletonNodeProps>;
1139
+ Image: FC<SkeletonImageProps>;
1140
+ Input: FC<SkeletonInputProps>;
1141
+ };
1142
+
1143
+ export declare const Slider: (props: ISliderProps) => JSX_2.Element;
1144
+
1145
+ export declare const Space: {
1146
+ (props: ISpaceProps): JSX_2.Element;
1147
+ Compact: FC<SpaceCompactProps>;
1148
+ };
1149
+
1150
+ export declare const Spin: {
1151
+ (props: ISpinProps): JSX_2.Element;
1152
+ setDefaultIndicator: (indicator: ReactNode) => void;
1153
+ };
1154
+
1155
+ export declare const Splitter: {
1156
+ (props: ISplitterProps): JSX_2.Element;
1157
+ Panel: (props: ISplitterPanelProps) => JSX_2.Element;
1158
+ };
1159
+
1160
+ export declare const Statistic: {
1161
+ (props: IStatisticProps): JSX_2.Element;
1162
+ Countdown: NamedExoticComponent<CountdownProps>;
1163
+ };
1164
+
1165
+ export declare const Steps: (props: IStepsProps) => JSX_2.Element;
1166
+
1167
+ export declare type SubMenuType = Required<MenuProps>['items'][number];
1168
+
1169
+ export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps): JSX_2.Element;
1170
+
1171
+ declare interface SuiteLogoProps extends IGlobalNavigationLogo_3 {
1172
+ suiteSelectorOptions?: ISuiteSelectorOptions;
1173
+ }
1174
+
1175
+ export declare const Switch: (props: ISwitchProps) => JSX_2.Element;
1176
+
1177
+ export declare const Table: {
1178
+ <RecordType extends AnyObject = AnyObject>({ className, ...props }: ITableProps<RecordType>): JSX_2.Element;
1179
+ Column: <RecordType_1 extends AnyObject>(_: TableColumnProps<RecordType_1>) => null;
1180
+ ColumnGroup: <RecordType_2 extends AnyObject>(_: ColumnGroupProps<RecordType_2>) => null;
1181
+ Summary: typeof default_6;
1182
+ EXPAND_COLUMN: {};
1183
+ SELECTION_NONE: "SELECT_NONE";
1184
+ SELECTION_ALL: "SELECT_ALL";
1185
+ SELECTION_INVERT: "SELECT_INVERT";
1186
+ SELECTION_COLUMN: {};
1187
+ };
1188
+
1189
+ export { TableProps }
1190
+
1191
+ export declare const Tabs: {
1192
+ (props: ITabsProps): JSX_2.Element;
1193
+ TabPane: FC<TabPaneProps>;
1194
+ };
1195
+
1196
+ export declare const Tag: {
1197
+ (props: ITagProps): JSX_2.Element;
1198
+ CheckableTag: (props: CheckableTagProps) => JSX_2.Element;
1199
+ };
1200
+
1201
+ export declare const Timeline: {
1202
+ (props: ITimelineProps): JSX_2.Element;
1203
+ Item: FC<TimelineItemProps>;
1204
+ };
1205
+
1206
+ export declare const TimePicker: {
1207
+ (props: ITimePickerProps): JSX_2.Element;
1208
+ RangePicker: ForwardRefExoticComponent<TimeRangePickerProps & RefAttributes<PickerRef>>;
1209
+ };
1210
+
1211
+ export declare const Tooltip: (props: ITooltipProps) => JSX_2.Element;
1212
+
1213
+ export declare const Tour: (props: ITourProps) => JSX_2.Element;
1214
+
1215
+ export declare const Transfer: {
1216
+ (props: ITransferProps): JSX_3.Element;
1217
+ List: {
1218
+ <RecordType extends KeyWiseTransferItem>(props: TransferListProps<RecordType>): JSX_3.Element;
1219
+ displayName: string;
1220
+ };
1221
+ Search: FC<TransferSearchProps>;
1222
+ Operation: FC<TransferOperationProps>;
1223
+ };
1224
+
1225
+ export declare const Tree: {
1226
+ <T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): JSX_2.Element;
1227
+ DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: DirectoryTreeProps<T_1> & {
1228
+ children?: ReactNode;
1229
+ } & RefAttributes<default_5<TreeDataNode>>) => ReactElement<any, string | JSXElementConstructor<any>>) & Pick<FC<{}>, "displayName">;
1230
+ TreeNode: FC<Readonly<TreeNodeProps_2<TreeDataNode>>>;
1231
+ };
1232
+
1233
+ export declare const TreeSelect: {
1234
+ (props: ITreeSelectProps): JSX_2.Element;
1235
+ TreeNode: FC<TreeNodeProps>;
1236
+ SHOW_ALL: "SHOW_ALL";
1237
+ SHOW_CHILD: "SHOW_CHILD";
1238
+ SHOW_PARENT: "SHOW_PARENT";
1239
+ };
1240
+
1241
+ export declare const Typography: {
1242
+ (): JSX_2.Element;
1243
+ Text: (props: ITextProps_2) => JSX_2.Element;
1244
+ Title: (props: ITitleProps) => JSX_2.Element;
1245
+ Link: (props: ILinkProps) => JSX_2.Element;
1246
+ Paragraph: (props: IParagraphProps) => JSX_2.Element;
1247
+ };
1248
+
1249
+ declare type TypographyColor = (typeof TypographyColors)[number];
1250
+
1251
+ declare const TypographyColors: readonly ["ColorText", "ColorTextSecondary", "ColorTextTertiary", "ColorTextQuaternary", "ColorInfoText", "ColorInfoTextActive", "ColorPrimaryTextHover", "ColorPrimaryText", "ColorPrimaryTextActive", "ColorSuccessTextHover", "ColorSuccessText", "ColorSuccessTextActive", "ColorErrorTextHover", "ColorErrorText", "ColorErrorTextActive", "ColorWarningTextHover", "ColorWarningText", "ColorWarningTextActive", "ColorLink", "ColorLinkHover", "ColorLinkActive", "ColorTextPlaceholder", "ColorTextDisabled", "ColorTextHeading", "ColorTextLabel", "ColorTextDescription", "ColorTextLightSolid"];
1252
+
1253
+ declare type TypographySize = 'base' | 'sm' | 'lg' | 'xl' | number;
1254
+
1255
+ export declare const Upload: {
1256
+ (props: IUploadProps): JSX_2.Element;
1257
+ Dragger: ForwardRefExoticComponent<UploadProps<any> & {
1258
+ height?: number | undefined;
1259
+ } & RefAttributes<UploadRef<any>>>;
1260
+ LIST_IGNORE: string;
1261
+ };
1262
+
1263
+ export declare const useNewExperienceReminder: (options: INewExperienceReminderOptions) => NewExperienceReminderHook;
1264
+
1265
+ export declare const USER_PREFERENCE_SCOPE_SEPARATOR = "-";
1266
+
1267
+ export declare type UserPreferenceDefinition<T> = {
1268
+ allowedScope: UserPreferenceScopeType;
1269
+ defaultValue: T;
1270
+ };
1271
+
1272
+ export declare type UserPreferenceDefinitions<T> = {
1273
+ [P in keyof T]: UserPreferenceDefinition<T[P]>;
1274
+ };
1275
+
1276
+ export declare const UserPreferenceGlobalScope: "global";
1277
+
1278
+ declare type UserPreferenceGlobalScopeType = `global`;
1279
+
1280
+ declare type UserPreferenceLevelOneScopeType = `${number}`;
1281
+
1282
+ declare type UserPreferenceLevelThreeScopeType = `${number}-${number}-${number}`;
1283
+
1284
+ declare type UserPreferenceLevelTwoScopeType = `${number}-${number}`;
1285
+
1286
+ export declare type UserPreferenceScope = UserPreferenceLevelOneScopeType | UserPreferenceLevelTwoScopeType | UserPreferenceLevelThreeScopeType | UserPreferenceGlobalScopeType;
1287
+
1288
+ export declare enum UserPreferenceScopeType {
1289
+ Global = 0,
1290
+ LevelOneScope = 1,
1291
+ LevelTwoScope = 2,
1292
+ LevelThreeScope = 3
1293
+ }
1294
+
1295
+ export declare type UserPreferencesPerScope<T> = {
1296
+ [K in UserPreferenceScope]?: T;
1297
+ };
1298
+
1299
+ export declare class UserPreferencesService<T extends Record<string, unknown>> {
1300
+ private readonly definitions;
1301
+ private readonly currentScope;
1302
+ private readonly cookieOptions;
1303
+ private readonly onUpdate?;
1304
+ private preferences;
1305
+ private readonly compositeUserPreferencesService;
1306
+ constructor(definitions: UserPreferenceDefinitions_2<T>, currentScope: UserPreferenceScope_2, cookieOptions: CookieOptions & {
1307
+ key: string;
1308
+ }, onUpdate?: ((resolvedPreferences: T) => void) | undefined);
1309
+ getPreference<TKey extends keyof T, TValue extends T[TKey]>(key: TKey): Promise<TValue>;
1310
+ setPreference<TKey extends keyof T, TValue extends T[TKey]>(key: TKey, value: TValue): Promise<void>;
1311
+ init(): Promise<void>;
1312
+ private getStoredPreferences;
1313
+ private setStoredPreferences;
1314
+ }
1315
+
1316
+ export declare class Utils {
1317
+ static generateUniversalHash(value: string, caseSensitive?: boolean): string;
1318
+ static isMobile(): boolean;
1319
+ }
1320
+
1321
+ export declare const Watermark: (props: IWatermarkProps) => JSX_2.Element;
1322
+
1323
+ export { }