@mparticle/aquarium 1.63.0-aquarium-2-upgrade.2 → 1.63.0-new-fonts.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/aquarium.js +24811 -3264
- package/dist/aquarium.umd.cjs +252 -1
- package/dist/index.d.ts +0 -1
- package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +2 -2
- package/dist/src/components/UXPatterns/PermissionsRestrictions/UnauthorizedTooltip.d.ts +3 -3
- package/dist/src/components/UXPatterns/StatisticsCard/StatisticsCard.d.ts +2 -1
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +7 -4
- package/dist/src/components/data-display/Badge/Badge.d.ts +5 -3
- package/dist/src/components/data-display/Card/Card.d.ts +5 -3
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +5 -3
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +6 -4
- package/dist/src/components/data-display/Empty/Empty.d.ts +4 -3
- package/dist/src/components/data-display/Image/Image.d.ts +6 -4
- package/dist/src/components/data-display/List/List.d.ts +5 -3
- package/dist/src/components/data-display/Popover/Popover.d.ts +3 -2
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +4 -2
- package/dist/src/components/data-display/Table/Table.d.ts +10 -15
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +4 -2
- package/dist/src/components/data-display/Tag/Tag.d.ts +6 -4
- package/dist/src/components/data-display/Tooltip/IconWithTooltip.d.ts +6 -5
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -3
- package/dist/src/components/data-display/Tour/Tour.d.ts +3 -2
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +3 -2
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +6 -5
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +9 -6
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +55 -59
- package/dist/src/components/data-entry/Form/Form.d.ts +15 -15
- package/dist/src/components/data-entry/Input/Input.d.ts +4 -2
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +3 -2
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +3 -2
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +7 -6
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +3 -2
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +3 -2
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +12 -11
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +2 -1
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +7 -6
- package/dist/src/components/data-entry/Radio/Radio.d.ts +6 -5
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +3 -2
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +3 -2
- package/dist/src/components/data-entry/RadioCard/RadioCard.d.ts +3 -2
- package/dist/src/components/data-entry/Select/Select.d.ts +6 -5
- package/dist/src/components/data-entry/Switch/Switch.d.ts +3 -2
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +6 -4
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +5 -3
- package/dist/src/components/data-entry/Upload/Upload.d.ts +6 -4
- package/dist/src/components/feedback/Alert/Alert.d.ts +6 -5
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +3 -2
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +4 -2
- package/dist/src/components/feedback/Message/Message.d.ts +9 -5
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +4 -3
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +2 -2
- package/dist/src/components/feedback/Modal/Modal.d.ts +6 -5
- package/dist/src/components/feedback/Notification/Notification.d.ts +9 -5
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +3 -2
- package/dist/src/components/feedback/Progress/Progress.d.ts +3 -2
- package/dist/src/components/feedback/Result/Result.d.ts +4 -2
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +9 -8
- package/dist/src/components/feedback/Spin/Spin.d.ts +6 -3
- package/dist/src/components/general/Button/Button.d.ts +6 -4
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +7 -5
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/Icon.d.ts +2 -2
- package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +1 -1
- package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +1 -1
- package/dist/src/components/general/Typography/Typography.d.ts +12 -11
- package/dist/src/components/icons/index.d.ts +140 -140
- package/dist/src/components/layout/Center/Center.d.ts +3 -2
- package/dist/src/components/layout/Divider/Divider.d.ts +3 -2
- package/dist/src/components/layout/Flex/Flex.d.ts +3 -2
- package/dist/src/components/layout/Grid/Grid.d.ts +5 -1
- package/dist/src/components/layout/Layout/Layout.d.ts +5 -3
- package/dist/src/components/layout/Space/Space.d.ts +5 -3
- package/dist/src/components/layout/Splitter/Splitter.d.ts +6 -5
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +4 -2
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +7 -3
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +5 -3
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +5 -4
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +5 -4
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +5 -4
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -1
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +5 -4
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +3 -2
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
- package/dist/src/components/navigation/Menu/Menu.d.ts +10 -7
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +3 -2
- package/dist/src/components/navigation/Steps/Steps.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +8 -5
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +3 -2
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +3 -2
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +3 -2
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +4 -2
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +6 -3
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +4 -2
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +6 -4
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +13 -7
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +3 -2
- package/dist/src/constants/ChartConfig.d.ts +2 -2
- package/dist/src/constants/Icons.d.ts +1 -1
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +1 -1
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +3 -3
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
- package/dist/src/styles/style.d.ts +54 -42
- package/dist/src/types/icons.d.ts +2 -1
- package/dist/src/utils/Cookies.d.ts +1 -1
- package/dist/src/utils/ExampleStory.d.ts +3 -1
- package/dist/src/utils/GetGlobalToken.d.ts +1 -0
- package/dist/src/utils/debounce.d.ts +1 -1
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -1
- package/dist/src/utils/utils.d.ts +2 -2
- package/dist/style.css +427 -1
- package/dist/style.ts +56 -42
- package/package.json +70 -61
- package/dist/src/components/other/ConfigProvider/ConfigProvider.d.ts +0 -11
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
114
|
-
import
|
|
115
|
-
import
|
|
116
|
-
import
|
|
117
|
-
import
|
|
118
|
-
import
|
|
119
|
-
import
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import
|
|
127
|
-
import
|
|
128
|
-
import
|
|
129
|
-
import
|
|
130
|
-
import
|
|
131
|
-
import
|
|
132
|
-
import
|
|
133
|
-
import
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
import
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import
|
|
140
|
-
import
|
|
1
|
+
import AcceptIcon from '../../assets/svg/mp_act_lt_accept.svg?react';
|
|
2
|
+
import AddIcon from '../../assets/svg/add.svg?react';
|
|
3
|
+
import AlicornIcon from '../../assets/svg/alicorn.svg?react';
|
|
4
|
+
import RateDownIcon from '../../assets/svg/rate_down.svg?react';
|
|
5
|
+
import RateDownIconDt from '../../assets/svg/mp_act_dt_rate-down.svg?react';
|
|
6
|
+
import RateStarIcon from '../../assets/svg/mp_act_lt_rate-star.svg?react';
|
|
7
|
+
import RateStarIconDt from '../../assets/svg/mp_act_dt_rate-star.svg?react';
|
|
8
|
+
import RateUpIcon from '../../assets/svg/rate_up.svg?react';
|
|
9
|
+
import RateUpIconDt from '../../assets/svg/mp_act_dt_rate-up.svg?react';
|
|
10
|
+
import RunIcon from '../../assets/svg/mp_act_lt_run.svg?react';
|
|
11
|
+
import AnalyticsIcon from '../../assets/svg/mp_pm_lt_analytcis.svg?react';
|
|
12
|
+
import AnalyticsIconDt from '../../assets/svg/mp_pm_dt_analytics.svg?react';
|
|
13
|
+
import C360Icon from '../../assets/svg/mp_pm_lt_c360.svg?react';
|
|
14
|
+
import C360IconDt from '../../assets/svg/mp_pm_dt_c360.svg?react';
|
|
15
|
+
import CalculatedAttributeIcon from '../../assets/svg/mp_info_lt_calculated-attribute.svg?react';
|
|
16
|
+
import CriteriaGroupIcon from '../../assets/svg/mp_info_lt_criteria-group.svg?react';
|
|
17
|
+
import CatalogIcon from '../../assets/svg/mp_pm_lt_catalog.svg?react';
|
|
18
|
+
import ChartColumnIcon from '../../assets/svg/chart-column.svg?react';
|
|
19
|
+
import ChartLineIcon from '../../assets/svg/chart-line.svg?react';
|
|
20
|
+
import CheckIcon from '../../assets/svg/check.svg?react';
|
|
21
|
+
import CircleNodesIcon from '../../assets/svg/circle-nodes.svg?react';
|
|
22
|
+
import CloudIcon from '../../assets/svg/cloud.svg?react';
|
|
23
|
+
import ConnectionsIcon from '../../assets/svg/connections.svg?react';
|
|
24
|
+
import DataPlatformIcon from '../../assets/svg/mp_pm_lt_data-paltform.svg?react';
|
|
25
|
+
import DataPlatformIconDt from '../../assets/svg/mp_pm_dt_data-platform.svg?react';
|
|
26
|
+
import DatabaseIcon from '../../assets/svg/database.svg?react';
|
|
27
|
+
import DateIcon from '../../assets/svg/mp_pm_lt_date.svg?react';
|
|
28
|
+
import DevicesIcon from '../../assets/svg/mp_pm_lt_devices.svg?react';
|
|
29
|
+
import DragAndDropIcon from '../../assets/svg/mp_act_lt_dragandrop.svg?react';
|
|
30
|
+
import DsrIcon from '../../assets/svg/mp_pm_lt_dsr.svg?react';
|
|
31
|
+
import EmptyIcon from '../../assets/svg/empty.svg?react';
|
|
32
|
+
import StateError from '../../assets/svg/mp_info_lt_empty-error.svg?react';
|
|
33
|
+
import EnrichmentIcon from '../../assets/svg/mp_pm_lt_enrichment.svg?react';
|
|
34
|
+
import EventAttributeIcon from '../../assets/svg/event-attribute.svg?react';
|
|
35
|
+
import EventIcon from '../../assets/svg/event.svg?react';
|
|
36
|
+
import FitToScreen from '../../assets/svg/mp_act_lt_fit-to-screen.svg?react';
|
|
37
|
+
import FolderClosedIcon from '../../assets/svg/folder-closed.svg?react';
|
|
38
|
+
import ForwardingIcon from '../../assets/svg/mp_pm_lt_forwarding.svg?react';
|
|
39
|
+
import GearIcon from '../../assets/svg/gear.svg?react';
|
|
40
|
+
import GridIcon from '../../assets/svg/grid.svg?react';
|
|
41
|
+
import GroupIcon from '../../assets/svg/mp_info_lt_group.svg?react';
|
|
42
|
+
import HeartIcon from '../../assets/svg/heart.svg?react';
|
|
43
|
+
import HelpIcon from '../../assets/svg/help.svg?react';
|
|
44
|
+
import HistoryIcon from '../../assets/svg/mp_info_lt_history.svg?react';
|
|
45
|
+
import HybridIcon from '../../assets/svg/mp_info_lt_hybrid.svg?react';
|
|
46
|
+
import IdentityIcon from '../../assets/svg/mp_pm_lt_identity.svg?react';
|
|
47
|
+
import JumpToIcon from '../../assets/svg/mp_act_lt_jump-to.svg?react';
|
|
48
|
+
import LightBulbIcon from '../../assets/svg/lightbulb.svg?react';
|
|
49
|
+
import LiveStreamIcon from '../../assets/svg/mp_pm_lt_live-stream.svg?react';
|
|
50
|
+
import MessageQuestionIcon from '../../assets/svg/message-question.svg?react';
|
|
51
|
+
import MpLogoIcon from '../../assets/svg/mpLogo.svg?react';
|
|
52
|
+
import ObservabilityIcon from '../../assets/svg/mp_pm_lt_observability.svg?react';
|
|
53
|
+
import OversightIcon from '../../assets/svg/mp_pm_lt_oversight.svg?react';
|
|
54
|
+
import OversightIconDt from '../../assets/svg/mp_pm_dt_oversight.svg?react';
|
|
55
|
+
import PrecisionIcon from '../../assets/svg/precision.svg?react';
|
|
56
|
+
import PredictionsIcon from '../../assets/svg/mp_pm_lt_predictions.svg?react';
|
|
57
|
+
import PredictionsIconDt from '../../assets/svg/mp_pm_dt_predictions.svg?react';
|
|
58
|
+
import RemoveIcon from '../../assets/svg/remove.svg?react';
|
|
59
|
+
import SearchIcon from '../../assets/svg/search.svg?react';
|
|
60
|
+
import SegmentationIconDt from '../../assets/svg/mp_pm_dt_segmentation.svg?react';
|
|
61
|
+
import ShieldKeyholeIcon from '../../assets/svg/shield-keyhole.svg?react';
|
|
62
|
+
import SignoutIcon from '../../assets/svg/signout.svg?react';
|
|
63
|
+
import SplitIcon from '../../assets/svg/split.svg?react';
|
|
64
|
+
import SystemAlertsIcon from '../../assets/svg/mp_pm_lt_system-alerts.svg?react';
|
|
65
|
+
import TransformationsIcon from '../../assets/svg/mp_pm_lt_transformations.svg?react';
|
|
66
|
+
import UploadIcon from '../../assets/svg/mp_act_it_upload.svg?react';
|
|
67
|
+
import UserAttributeIcon from '../../assets/svg/user-attribute.svg?react';
|
|
68
|
+
import UserIcon from '../../assets/svg/mp_info_lt_user.svg?react';
|
|
69
|
+
import UserProfilesIcon from '../../assets/svg/mp_pm_lt_userprofiles.svg?react';
|
|
70
|
+
import ViewOnlyIcon from '../../assets/svg/mp_info_lt_view-only.svg?react';
|
|
71
|
+
import UsersIcon from '../../assets/svg/mp_info_lt_users.svg?react';
|
|
72
|
+
import WrenchIcon from '../../assets/svg/wrench.svg?react';
|
|
73
|
+
import ZoomIn from '../../assets/svg/mp_act_lt_zoom-in.svg?react';
|
|
74
|
+
import ZoomOut from '../../assets/svg/mp_act_lt_zoom-out.svg?react';
|
|
75
|
+
import PremiumIcon from '../../assets/svg/mp_info_lt_premium.svg?react';
|
|
76
|
+
import PaywallIcon from '../../assets/svg/mp_info_lt_paywall.svg?react';
|
|
77
|
+
import ConversionIcon from '../../assets/svg/mp_info_lt_conversion.svg?react';
|
|
78
|
+
import HelpVideoIcon from '../../assets/svg/mp_info_lt_help-video.svg?react';
|
|
79
|
+
import NextIcon from '../../assets/svg/mp_act_lt_next.svg?react';
|
|
80
|
+
import NumberIcon from '../../assets/svg/mp_data_lt_number.svg?react';
|
|
81
|
+
import OpenTabIcon from '../../assets/svg/mp_act_lt_open-tab.svg?react';
|
|
82
|
+
import PauseIcon from '../../assets/svg/mp_act_lt_pause.svg?react';
|
|
83
|
+
import PlayIcon from '../../assets/svg/mp_act_lt_play.svg?react';
|
|
84
|
+
import PreviousIcon from '../../assets/svg/mp_act_lt_previous.svg?react';
|
|
85
|
+
import DirectoryIcon from '../../assets/svg/mp_pm_lt_directory.svg?react';
|
|
86
|
+
import LockIcon from '../../assets/svg/mp_act_lt_lock.svg?react';
|
|
87
|
+
import UnlockIcon from '../../assets/svg/mp_act_lt_unlock.svg?react';
|
|
88
|
+
import NotificationIcon from '../../assets/svg/mp_pm_lt_notification.svg?react';
|
|
89
|
+
import NotificationSubscribedIcon from '../../assets/svg/mp_pm_lt_notification_subscribed.svg?react';
|
|
90
|
+
import NotificationSubscribeIcon from '../../assets/svg/mp_pm_lt_notification_subscribe.svg?react';
|
|
91
|
+
import PremiumIconDt from '../../assets/svg/mp_info_dt_premium.svg?react';
|
|
92
|
+
import OverviewIcon from '../../assets/svg/mp_pm_lt_overview.svg?react';
|
|
93
|
+
import OverviewIconDt from '../../assets/svg/mp_pm_dt_overview.svg?react';
|
|
94
|
+
import FilterIcon from '../../assets/svg/mp_act_lt_filter.svg?react';
|
|
95
|
+
import ActiveIcon from '../../assets/svg/mp_info_lt_active.svg?react';
|
|
96
|
+
import AgentCopilotIcon from '../../assets/svg/mp_info_dt_agent-copilot.svg?react';
|
|
97
|
+
import AudienceGroupIcon from '../../assets/svg/mp_info_lt_audience-group.svg?react';
|
|
98
|
+
import LinkIcon from '../../assets/svg/mp_info_link.svg?react';
|
|
99
|
+
import InfoIcon from '../../assets/svg/mp_info_lt_info.svg?react';
|
|
100
|
+
import Placeholder from '../../assets/svg/mp_info_lt_placeholder.svg?react';
|
|
101
|
+
import Organization from '../../assets/svg/mp_pm_lt_organization.svg?react';
|
|
102
|
+
import JourneyAnalysis from '../../assets/svg/mp_pm_lt_journey-analysis.svg?react';
|
|
103
|
+
import Dashboard from '../../assets/svg/mp_pm_lt_dashboard.svg?react';
|
|
104
|
+
import Account from '../../assets/svg/mp_pm_lt_account.svg?react';
|
|
105
|
+
import TextWidget from '../../assets/svg/mp_info_lt_text-widget.svg?react';
|
|
106
|
+
import RefreshFrequency from '../../assets/svg/mp_info_lt_refresh-frequency.svg?react';
|
|
107
|
+
import Privileges from '../../assets/svg/mp_info_lt_privileges.svg?react';
|
|
108
|
+
import Funnel from '../../assets/svg/mp_info_lt_funnel.svg?react';
|
|
109
|
+
import Cohort from '../../assets/svg/mp_info_lt_cohort.svg?react';
|
|
110
|
+
import Annotation from '../../assets/svg/mp_info_lt_annotation.svg?react';
|
|
111
|
+
import Delete from '../../assets/svg/mp_act_lt_delete.svg?react';
|
|
112
|
+
import DropdownClose from '../../assets/svg/mp_act_lt_dropdown-close.svg?react';
|
|
113
|
+
import DropdownOpen from '../../assets/svg/mp_act_lt_dropdown-open.svg?react';
|
|
114
|
+
import SegmentationAnalysis from '../../assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
|
|
115
|
+
import ScheduledReport from '../../assets/svg/mp_pm_lt_scheduled-report.svg?react';
|
|
116
|
+
import FullScreen from '../../assets/svg/mp_act_lt_full-screen.svg?react';
|
|
117
|
+
import Edit from '../../assets/svg/mp_act_lt_edit.svg?react';
|
|
118
|
+
import Copy from '../../assets/svg/mp_act_lt_copy.svg?react';
|
|
119
|
+
import MoreActions from '../../assets/svg/mp_act_lt_more-actions.svg?react';
|
|
120
|
+
import AbSplit from '../../assets/svg/mp_info_lt_ab-split.svg?react';
|
|
121
|
+
import ArrayIcon from '../../assets/svg/mp_data_dt_array.svg?react';
|
|
122
|
+
import BannerFreemium from '../../assets/svg/mp_info_dt_sampled.svg?react';
|
|
123
|
+
import BooleanIcon from '../../assets/svg/mp_data_lt_boolean.svg?react';
|
|
124
|
+
import StateEmpty from '../../assets/svg/mp_info_lt_state-empty.svg?react';
|
|
125
|
+
import StateNoResults from '../../assets/svg/mp_info_lt_state-no-results.svg?react';
|
|
126
|
+
import Back from '../../assets/svg/mp_act_lt_back.svg?react';
|
|
127
|
+
import Flag from '../../assets/svg/flag.svg?react';
|
|
128
|
+
import SubmitFeedback from '../../assets/svg/mp_act_lt_submit-feedback.svg?react';
|
|
129
|
+
import Boost from '../../assets/svg/mp_info_lt_boost.svg?react';
|
|
130
|
+
import Clone from '../../assets/svg/mp_act_lt_clone.svg?react';
|
|
131
|
+
import Reorder from '../../assets/svg/mp_act_lt_reorder.svg?react';
|
|
132
|
+
import GenericIcon from '../../assets/svg/mp_info_lt_generic.svg?react';
|
|
133
|
+
import ListIcon from '../../assets/svg/mp_data_dt_list.svg?react';
|
|
134
|
+
import OtherIcon from '../../assets/svg/mp_info_lt_other.svg?react';
|
|
135
|
+
import OtherDataIcon from '../../assets/svg/mp_data_dt_other.svg?react';
|
|
136
|
+
import RefreshIcon from '../../assets/svg/refresh.svg?react';
|
|
137
|
+
import StringIcon from '../../assets/svg/mp_data_dt_string.svg?react';
|
|
138
|
+
import TimestampIcon from '../../assets/svg/mp_data_dt_timestamp.svg?react';
|
|
139
|
+
import ToggleLogicBlocks from '../../assets/svg/mp_act_lt_toggle-logic-blocks.svg?react';
|
|
140
|
+
import MoveToTop from '../../assets/svg/mp_act_lt_move-to-top.svg?react';
|
|
141
141
|
export { AbSplit, AcceptIcon, Account, ActiveIcon, AgentCopilotIcon, AddIcon, AlicornIcon, ArrayIcon, AudienceGroupIcon, RateDownIcon, RateDownIconDt, RateStarIcon, RateStarIconDt, RateUpIcon, RateUpIconDt, RunIcon, AnalyticsIcon, AnalyticsIconDt, Annotation, C360Icon, C360IconDt, CalculatedAttributeIcon, CriteriaGroupIcon, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIcon, DataPlatformIconDt, DateIcon, Delete, DevicesIcon, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, StateError, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, Flag, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GenericIcon, GridIcon, GroupIcon, HeartIcon, HelpIcon, HelpVideoIcon, HistoryIcon, HybridIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OtherIcon, OversightIcon, OversightIconDt, OverviewIcon, OverviewIconDt, PauseIcon, Placeholder, PlayIcon, PrecisionIcon, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, Reorder, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SubmitFeedback, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserIcon, UserProfilesIcon, UsersIcon, ViewOnlyIcon, WrenchIcon, ZoomIn, ZoomOut, BannerFreemium, PaywallIcon, StateEmpty, StateNoResults, Back, BooleanIcon, Boost, Clone, ListIcon, NumberIcon, OtherDataIcon, RefreshIcon, StringIcon, TimestampIcon, ToggleLogicBlocks, MoveToTop, };
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type IFlexProps } from '../Flex/Flex';
|
|
3
|
+
export declare const Center: (props: Omit<IFlexProps, 'justify' | 'align'>) => JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type DividerProps as AntDividerProps } from 'antd';
|
|
2
3
|
export interface IDividerProps extends AntDividerProps {
|
|
3
4
|
}
|
|
4
|
-
export declare const Divider: (props: IDividerProps) =>
|
|
5
|
+
export declare const Divider: (props: IDividerProps) => JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type FlexProps as AntFlexProps } from 'antd';
|
|
2
3
|
export interface IFlexProps extends AntFlexProps {
|
|
3
4
|
}
|
|
4
|
-
export declare const Flex: (props: IFlexProps) =>
|
|
5
|
+
export declare const Flex: (props: IFlexProps) => JSX.Element;
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
import { Grid as AntGrid
|
|
1
|
+
import { Grid as AntGrid } from 'antd';
|
|
2
|
+
import { Col as AntCol } from 'antd';
|
|
3
|
+
import { Row as AntRow } from 'antd';
|
|
4
|
+
import { type RowProps as AntRowProps } from 'antd';
|
|
5
|
+
import { type ColProps as AntColProps } from 'antd';
|
|
2
6
|
export { AntGrid as Grid, AntCol as Col, type AntColProps as IColProps, AntRow as Row, type AntRowProps as IRowProps };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { LayoutProps as AntLayoutProps, SiderProps } from 'antd';
|
|
2
1
|
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { SiderProps, type LayoutProps as AntLayoutProps } from 'antd';
|
|
3
5
|
export interface ILayoutProps extends AntLayoutProps {
|
|
4
6
|
}
|
|
5
7
|
export declare const Layout: {
|
|
6
|
-
(props: ILayoutProps):
|
|
7
|
-
Sider: ForwardRefExoticComponent<
|
|
8
|
+
(props: ILayoutProps): JSX.Element;
|
|
9
|
+
Sider: ForwardRefExoticComponent<SiderProps & RefAttributes<HTMLDivElement>>;
|
|
8
10
|
Footer: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
9
11
|
Content: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
10
12
|
Header: ForwardRefExoticComponent<AntLayoutProps & RefAttributes<HTMLElement>>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { SpaceProps as AntSpaceProps } from 'antd';
|
|
2
|
-
import { FC } from 'react';
|
|
3
1
|
import { SpaceCompactProps } from 'antd/es/space/Compact';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
import { JSX } from 'react/jsx-runtime';
|
|
4
|
+
/// <reference types="react" />
|
|
5
|
+
import { type SpaceProps as AntSpaceProps } from 'antd';
|
|
4
6
|
export interface ISpaceProps extends AntSpaceProps {
|
|
5
7
|
}
|
|
6
8
|
export declare const Space: {
|
|
7
|
-
(props: ISpaceProps):
|
|
9
|
+
(props: ISpaceProps): JSX.Element;
|
|
8
10
|
Compact: FC<SpaceCompactProps>;
|
|
9
11
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import type { SplitterProps as AntSplitterProps } from 'antd/es/splitter';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
import { type PanelProps as AntPanelProps } from 'antd/es/splitter/interface';
|
|
4
5
|
export interface ISplitterProps extends AntSplitterProps {
|
|
5
6
|
children?: ReactNode;
|
|
6
7
|
}
|
|
@@ -17,6 +18,6 @@ export interface ISplitterPanelProps extends AntPanelProps {
|
|
|
17
18
|
resizable?: boolean;
|
|
18
19
|
}
|
|
19
20
|
export declare const Splitter: {
|
|
20
|
-
(props: ISplitterProps):
|
|
21
|
-
Panel: (props: ISplitterPanelProps) =>
|
|
21
|
+
(props: ISplitterProps): JSX.Element;
|
|
22
|
+
Panel: (props: ISplitterPanelProps) => JSX.Element;
|
|
22
23
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { AnchorProps as AntAnchorProps, AnchorLinkProps } from 'antd';
|
|
2
1
|
import { FC } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { AnchorLinkProps, type AnchorProps as AntAnchorProps } from 'antd';
|
|
3
5
|
export interface IAnchorProps extends AntAnchorProps {
|
|
4
6
|
}
|
|
5
7
|
export declare const Anchor: {
|
|
6
|
-
(props: IAnchorProps):
|
|
8
|
+
(props: IAnchorProps): JSX.Element;
|
|
7
9
|
Link: FC<AnchorLinkProps>;
|
|
8
10
|
};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import { BreadcrumbProps as AntBreadcrumbProps, BreadcrumbItemProps } from 'antd';
|
|
2
1
|
import { FC } from 'react';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
/// <reference types="react" />
|
|
4
|
+
import { BreadcrumbItemProps, type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
|
|
3
5
|
export interface IBreadcrumbProps extends AntBreadcrumbProps {
|
|
4
6
|
}
|
|
5
7
|
export declare const Breadcrumb: {
|
|
6
|
-
(props: IBreadcrumbProps):
|
|
7
|
-
Item: FC<BreadcrumbItemProps
|
|
8
|
+
(props: IBreadcrumbProps): JSX.Element;
|
|
9
|
+
Item: FC<BreadcrumbItemProps> & {
|
|
10
|
+
__ANT_BREADCRUMB_ITEM: boolean;
|
|
11
|
+
};
|
|
8
12
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { DropdownProps as AntDropdownProps } from 'antd';
|
|
2
|
-
import { FC } from 'react';
|
|
3
1
|
import { DropdownButtonProps } from 'antd/es/dropdown';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
import { JSX } from 'react/jsx-runtime';
|
|
4
|
+
/// <reference types="react" />
|
|
5
|
+
import { type DropdownProps as AntDropdownProps } from 'antd';
|
|
4
6
|
export interface IDropdownProps extends AntDropdownProps {
|
|
5
7
|
}
|
|
6
8
|
export declare const Dropdown: {
|
|
7
|
-
(props: IDropdownProps):
|
|
9
|
+
(props: IDropdownProps): JSX.Element;
|
|
8
10
|
Button: FC<DropdownButtonProps>;
|
|
9
11
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { INewExperienceReminderOptions, NewExperienceReminderHook, type IGlobalNavigationLogo, type INavigationOrg, type INavigationCreateProps, type IAvatarProps } from '../..';
|
|
3
|
+
import { type IGlobalNavigationItem, type ISuiteSelectorOptions } from './GlobalNavigationItems';
|
|
4
|
+
import { type INotificationCenterProps } from './NotificationCenter';
|
|
4
5
|
export interface NotificationActions {
|
|
5
6
|
onClose?: () => void;
|
|
6
7
|
onPreferencesClick?: () => void;
|
|
@@ -40,6 +41,6 @@ export interface IGlobalNavigationProps {
|
|
|
40
41
|
}
|
|
41
42
|
export declare const GlobalNavWidth: 90;
|
|
42
43
|
export declare const GlobalNavigation: {
|
|
43
|
-
({ showSuiteLogo, showUnifiedNavigation, ...props }: IGlobalNavigationProps):
|
|
44
|
+
({ showSuiteLogo, showUnifiedNavigation, ...props }: IGlobalNavigationProps): JSX.Element;
|
|
44
45
|
useNewExperienceReminder: (options: INewExperienceReminderOptions) => NewExperienceReminderHook;
|
|
45
46
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
1
2
|
interface HomeButtonProps {
|
|
2
3
|
onMpHomeClick: () => void;
|
|
3
4
|
}
|
|
4
|
-
export declare function HomeButton(props: HomeButtonProps):
|
|
5
|
+
export declare function HomeButton(props: HomeButtonProps): JSX.Element;
|
|
5
6
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type MenuItemGroupType, type MenuItemType } from '../..';
|
|
2
3
|
export interface INavigationCreateProps {
|
|
3
4
|
createItems: Array<INavigationCreateItem | INavigationCreateGroup>;
|
|
4
5
|
}
|
|
@@ -16,4 +17,4 @@ export interface INavigationCreateItem extends Omit<MenuItemType, 'key'> {
|
|
|
16
17
|
tooltip?: string;
|
|
17
18
|
onClick?: () => void;
|
|
18
19
|
}
|
|
19
|
-
export declare function NavigationCreate(props: INavigationCreateProps):
|
|
20
|
+
export declare function NavigationCreate(props: INavigationCreateProps): JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
2
3
|
interface INavigationIconProps {
|
|
3
4
|
className?: string;
|
|
4
5
|
icon: ReactNode;
|
|
@@ -6,5 +7,5 @@ interface INavigationIconProps {
|
|
|
6
7
|
hideLabel?: boolean;
|
|
7
8
|
onClick?: (e: React.MouseEvent) => void;
|
|
8
9
|
}
|
|
9
|
-
export declare function NavigationIcon(props: INavigationIconProps):
|
|
10
|
+
export declare function NavigationIcon(props: INavigationIconProps): JSX.Element;
|
|
10
11
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type MouseEvent, type ReactNode } from 'react';
|
|
3
|
+
import { type IGlobalNavigationItem } from '../..';
|
|
4
|
+
import { type HrefOptions } from '../../../utils/utils';
|
|
4
5
|
export interface INavigationItemProps {
|
|
5
6
|
type: 'link' | 'menu';
|
|
6
7
|
icon?: ReactNode;
|
|
@@ -11,4 +12,4 @@ export interface INavigationItemProps {
|
|
|
11
12
|
onClick?: (e: MouseEvent) => void;
|
|
12
13
|
hrefOptions?: HrefOptions;
|
|
13
14
|
}
|
|
14
|
-
export declare function NavigationItem(props: INavigationItemProps): string | number |
|
|
15
|
+
export declare function NavigationItem(props: INavigationItemProps): string | number | boolean | JSX.Element | Iterable<ReactNode> | null | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type IGlobalNavigationItem } from './GlobalNavigationItems';
|
|
2
3
|
export interface INavigationListProps {
|
|
3
4
|
items: IGlobalNavigationItem[];
|
|
4
5
|
}
|
|
5
|
-
export declare function NavigationList(props: INavigationListProps):
|
|
6
|
+
export declare function NavigationList(props: INavigationListProps): JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type IGlobalNavigationItem } from './GlobalNavigationItems';
|
|
2
3
|
export interface INavigationMenuProps {
|
|
3
4
|
items: IGlobalNavigationItem[];
|
|
4
5
|
}
|
|
5
|
-
export declare function NavigationMenu(props: INavigationMenuProps):
|
|
6
|
+
export declare function NavigationMenu(props: INavigationMenuProps): JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
1
2
|
interface INavigationSearchProps {
|
|
2
3
|
onClick: () => void;
|
|
3
4
|
}
|
|
4
|
-
export declare function NavigationSearch(props: INavigationSearchProps):
|
|
5
|
+
export declare function NavigationSearch(props: INavigationSearchProps): JSX.Element;
|
|
5
6
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type IButtonProps, type IPopoverProps } from '../..';
|
|
2
3
|
export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
|
|
3
4
|
unreadMessages?: number;
|
|
4
5
|
onClose?: IButtonProps['onClick'];
|
|
5
6
|
onPreferencesClick?: IButtonProps['onClick'];
|
|
6
7
|
}
|
|
7
8
|
export declare const NotificationCenterZIndex = 9999;
|
|
8
|
-
export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps):
|
|
9
|
+
export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type IGlobalNavigationLogo, type ISuiteSelectorOptions } from './GlobalNavigationItems';
|
|
2
3
|
interface SuiteLogoProps extends IGlobalNavigationLogo {
|
|
3
4
|
suiteSelectorOptions?: ISuiteSelectorOptions;
|
|
4
5
|
}
|
|
5
|
-
export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps):
|
|
6
|
+
export declare function SuiteLogo({ icon, label, type, onSuiteLogoClick, navSwitcherTourOptions, suiteSelectorOptions, }: SuiteLogoProps): JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
3
|
+
import { type IPopoverProps } from '../../..';
|
|
4
|
+
import { type ISuiteSelectorOptions, type SuiteLink } from '../GlobalNavigationItems';
|
|
4
5
|
interface ISuiteSelectorProps extends IPopoverProps {
|
|
5
6
|
suiteSelectorOptions: ISuiteSelectorOptions;
|
|
6
7
|
onLinkClick: (link: SuiteLink) => void;
|
|
7
8
|
children: ReactNode;
|
|
8
9
|
}
|
|
9
|
-
export declare function SuiteSelector(props: ISuiteSelectorProps):
|
|
10
|
+
export declare function SuiteSelector(props: ISuiteSelectorProps): JSX.Element;
|
|
10
11
|
export {};
|