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