@mparticle/aquarium 1.50.1 → 1.52.0-data-warehouse-nav-change.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.
- package/dist/aquarium.js +7877 -7859
- package/dist/aquarium.umd.cjs +47 -47
- package/dist/src/components/data-display/Empty/Empty.d.ts +27 -4
- package/dist/src/components/feedback/Result/Result.d.ts +5 -0
- package/dist/src/components/icons/index.d.ts +4 -1
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/shared/Paths.d.ts +3 -6
- package/dist/src/shared/services/NavigationItemsService.d.ts +3 -5
- package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +1 -2
- package/dist/src/types/icons.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type EmptyProps as AntEmptyProps } from 'antd';
|
|
3
|
-
export
|
|
3
|
+
export type EmptyState = 'empty' | 'error';
|
|
4
|
+
export interface IEmptyProps extends Omit<AntEmptyProps, 'description'> {
|
|
5
|
+
/** The state of the empty component - determines the icon and styling */
|
|
6
|
+
state?: EmptyState;
|
|
7
|
+
/** Title text - will be rendered with proper Typography */
|
|
8
|
+
title?: string;
|
|
9
|
+
/** Description text - will be rendered with proper Typography, or JSX for custom content (legacy) */
|
|
10
|
+
description?: string | React.ReactNode;
|
|
11
|
+
/** Button configuration - legacy single button support */
|
|
12
|
+
button?: {
|
|
13
|
+
text: string;
|
|
14
|
+
onClick: () => void;
|
|
15
|
+
type?: 'primary' | 'default';
|
|
16
|
+
};
|
|
17
|
+
/** Primary button configuration */
|
|
18
|
+
primaryButton?: {
|
|
19
|
+
text: string;
|
|
20
|
+
onClick: () => void;
|
|
21
|
+
};
|
|
22
|
+
/** Default button configuration */
|
|
23
|
+
defaultButton?: {
|
|
24
|
+
text: string;
|
|
25
|
+
onClick: () => void;
|
|
26
|
+
};
|
|
4
27
|
}
|
|
5
28
|
export declare const Empty: {
|
|
6
29
|
(props: IEmptyProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
PRESENTED_IMAGE_DEFAULT:
|
|
8
|
-
PRESENTED_IMAGE_SIMPLE:
|
|
30
|
+
PRESENTED_IMAGE_DEFAULT: React.ReactNode;
|
|
31
|
+
PRESENTED_IMAGE_SIMPLE: React.ReactNode;
|
|
9
32
|
};
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
import { type ResultProps as AntResultProps } from 'antd';
|
|
3
3
|
export interface IResultProps extends AntResultProps {
|
|
4
4
|
}
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated The Result component should not be used without design team permission.
|
|
7
|
+
* Please refer to the Empty component documentation for approved empty/error states.
|
|
8
|
+
* See: Components/Data Display/Empty
|
|
9
|
+
*/
|
|
5
10
|
export declare const Result: {
|
|
6
11
|
(props: IResultProps): import("react/jsx-runtime").JSX.Element;
|
|
7
12
|
PRESENTED_IMAGE_403: import("react").FC<{}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import AcceptIcon from '../../../../../../../../src/assets/svg/mp_act_lt_accept.svg?react';
|
|
1
2
|
import AddIcon from '../../../../../../../../src/assets/svg/add.svg?react';
|
|
2
3
|
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
3
4
|
import RateDownIcon from '../../../../../../../../src/assets/svg/rate_down.svg?react';
|
|
@@ -83,6 +84,7 @@ import OverviewIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_over
|
|
|
83
84
|
import FilterIcon from '../../../../../../../../src/assets/svg/mp_act_lt_filter.svg?react';
|
|
84
85
|
import ActiveIcon from '../../../../../../../../src/assets/svg/mp_info_lt_active.svg?react';
|
|
85
86
|
import AgentCopilotIcon from '../../../../../../../../src/assets/svg/mp_info_dt_agent-copilot.svg?react';
|
|
87
|
+
import AudienceGroupIcon from '../../../../../../../../src/assets/svg/mp_info_lt_audience-group.svg?react';
|
|
86
88
|
import LinkIcon from '../../../../../../../../src/assets/svg/mp_info_link.svg?react';
|
|
87
89
|
import InfoIcon from '../../../../../../../../src/assets/svg/mp_info_lt_info.svg?react';
|
|
88
90
|
import Placeholder from '../../../../../../../../src/assets/svg/mp_info_lt_placeholder.svg?react';
|
|
@@ -117,5 +119,6 @@ import Boost from '../../../../../../../../src/assets/svg/mp_info_lt_boost.svg?r
|
|
|
117
119
|
import Clone from '../../../../../../../../src/assets/svg/mp_act_lt_clone.svg?react';
|
|
118
120
|
import Reorder from '../../../../../../../../src/assets/svg/mp_act_lt_reorder.svg?react';
|
|
119
121
|
import GenericIcon from '../../../../../../../../src/assets/svg/mp_info_lt_generic.svg?react';
|
|
122
|
+
import OtherIcon from '../../../../../../../../src/assets/svg/mp_info_lt_other.svg?react';
|
|
120
123
|
import RefreshIcon from '../../../../../../../../src/assets/svg/refresh.svg?react';
|
|
121
|
-
export { AbSplit, Account, ActiveIcon, AgentCopilotIcon, AddIcon, AlicornIcon, RateDownIcon, RateDownIconDt, RateStarIcon, RateStarIconDt, RateUpIcon, RateUpIconDt, AnalyticsIcon, AnalyticsIconDt, Annotation, C360Icon, C360IconDt, CalculatedAttributeIcon, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIcon, DataPlatformIconDt, DateIcon, Delete, DevicesIcon, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, Flag, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GenericIcon, GridIcon, GroupIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OversightIcon, OversightIconDt, OverviewIcon, OverviewIconDt, PaywallIcon, Placeholder, PrecisionIcon, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, Reorder, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SubmitFeedback, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, BannerFreemium, StateEmpty, StateError, StateNoResults, Back, Boost, Clone, RefreshIcon, };
|
|
124
|
+
export { AbSplit, AcceptIcon, Account, ActiveIcon, AgentCopilotIcon, AddIcon, AudienceGroupIcon, AlicornIcon, RateDownIcon, RateDownIconDt, RateStarIcon, RateStarIconDt, RateUpIcon, RateUpIconDt, AnalyticsIcon, AnalyticsIconDt, Annotation, C360Icon, C360IconDt, CalculatedAttributeIcon, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, Cohort, ConnectionsIcon, ConversionIcon, Copy, Dashboard, DatabaseIcon, DataPlatformIcon, DataPlatformIconDt, DateIcon, Delete, DevicesIcon, DirectoryIcon, DragAndDropIcon, DropdownClose, DropdownOpen, DsrIcon, Edit, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FilterIcon, FitToScreen, Flag, FolderClosedIcon, ForwardingIcon, FullScreen, Funnel, GearIcon, GenericIcon, GridIcon, GroupIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, InfoIcon, JourneyAnalysis, JumpToIcon, LightBulbIcon, LinkIcon, LiveStreamIcon, LockIcon, MessageQuestionIcon, MoreActions, MpLogoIcon, NextIcon, NotificationIcon, NotificationSubscribedIcon, NotificationSubscribeIcon, ObservabilityIcon, OpenTabIcon, Organization, OtherIcon, OversightIcon, OversightIconDt, OverviewIcon, OverviewIconDt, PaywallIcon, Placeholder, PrecisionIcon, PredictionsIcon, PredictionsIconDt, PremiumIcon, PremiumIconDt, PreviousIcon, Privileges, RefreshFrequency, Reorder, RemoveIcon, ScheduledReport, SearchIcon, SegmentationAnalysis, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SubmitFeedback, SystemAlertsIcon, TextWidget, TransformationsIcon, UnlockIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, BannerFreemium, StateEmpty, StateError, StateNoResults, Back, Boost, Clone, RefreshIcon, };
|
|
@@ -42,7 +42,7 @@ export { Card, type ICardProps } from './data-display/Card/Card';
|
|
|
42
42
|
export { Avatar, type IAvatarProps } from './data-display/Avatar/Avatar';
|
|
43
43
|
export { Descriptions, type IDescriptionsProps } from './data-display/Descriptions/Descriptions';
|
|
44
44
|
export { Table, type ITableProps, type ColumnsType, type ExpandableConfig, type ColumnType, type TableProps, } from './data-display/Table/Table';
|
|
45
|
-
export { Empty, type IEmptyProps } from './data-display/Empty/Empty';
|
|
45
|
+
export { Empty, type IEmptyProps, type EmptyState } from './data-display/Empty/Empty';
|
|
46
46
|
export { Popover, type IPopoverProps } from './data-display/Popover/Popover';
|
|
47
47
|
export { List, type IListProps } from './data-display/List/List';
|
|
48
48
|
export { Progress, type IProgressProps } from './feedback/Progress/Progress';
|
|
@@ -97,12 +97,9 @@ export declare const Paths: {
|
|
|
97
97
|
};
|
|
98
98
|
readonly DataWarehouse: {
|
|
99
99
|
readonly Root: "/data-warehouse";
|
|
100
|
-
readonly
|
|
101
|
-
readonly
|
|
102
|
-
|
|
103
|
-
readonly DataModels: "/data-warehouse/activation/data-models";
|
|
104
|
-
};
|
|
105
|
-
readonly WarehouseOutput: "/data-warehouse/warehouse-output";
|
|
100
|
+
readonly Connections: "/data-warehouse/activation/connections";
|
|
101
|
+
readonly DataModels: "/data-warehouse/activation/data-models";
|
|
102
|
+
readonly Pipelines: "/data-warehouse/activation/pipelines";
|
|
106
103
|
};
|
|
107
104
|
readonly Customer360: {
|
|
108
105
|
readonly Identity: {
|
|
@@ -32,11 +32,9 @@ export declare enum NavigationItemId {
|
|
|
32
32
|
DataPlatform_Transformations_Filters_FeedFilters = "dataPlatform_transformations_filters_feedFilters",
|
|
33
33
|
DataPlatform_EventForwarding = "dataPlatform_eventForwarding",
|
|
34
34
|
DataWarehouse = "dataWarehouse",
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
DataWarehouse_Activation_DataModels = "dataWarehouse_activation_dataModels",
|
|
39
|
-
DataWarehouse_WarehouseOutput = "dataWarehouse_warehouseOutput",
|
|
35
|
+
DataWarehouse_Connections = "dataWarehouse_connections",
|
|
36
|
+
DataWarehouse_DataModels = "dataWarehouse_dataModels",
|
|
37
|
+
DataWarehouse_Pipelines = "dataWarehouse_pipelines",
|
|
40
38
|
Segmentation = "segmentation",
|
|
41
39
|
Segmentation_Journeys = "segmentation_journeys",
|
|
42
40
|
Segmentation_Audiences = "segmentation_audiences",
|
|
@@ -4,8 +4,7 @@ export declare class DataWarehouseAuthorizations extends BaseRoutesAuthorization
|
|
|
4
4
|
protected suite: Suite;
|
|
5
5
|
protected getAuthorizations(): Record<string, boolean>;
|
|
6
6
|
canViewDataWarehouse(): boolean;
|
|
7
|
-
private canViewWarehouseIngest;
|
|
8
7
|
private canViewConnections;
|
|
9
8
|
private canViewDataModels;
|
|
10
|
-
private
|
|
9
|
+
private canViewPipelines;
|
|
11
10
|
}
|
|
@@ -7,4 +7,4 @@ export type IconOptions = RequireAtLeastOne<{
|
|
|
7
7
|
default: IconVariant;
|
|
8
8
|
deprecated?: string;
|
|
9
9
|
}, IconVariant>;
|
|
10
|
-
export type IconNames = 'abSplit' | 'account' | 'active' | 'agentCopilot' | 'add' | 'alicorn' | 'analytics' | 'annotation' | 'api' | 'audiences' | 'C360' | 'calculatedAttribute' | 'catalog' | 'chartColumn' | 'chartLine' | 'check' | 'circleNodes' | 'close' | 'cloud' | 'cohort' | 'connections' | 'conversion' | 'copy' | 'dashboard' | 'database' | 'dataPlatform' | 'date' | 'delete' | 'devices' | 'directory' | 'dragAndDrop' | 'dropdownClose' | 'dropdownOpen' | 'dsr' | 'edit' | 'empty' | 'enrichment' | 'event' | 'eventAttribute' | 'favorite' | 'filter' | 'fitToScreen' | 'flag' | 'folderClosed' | 'forwarding' | 'fullScreen' | 'funnel' | 'gear' | 'generic' | 'grid' | 'group' | 'heart' | 'help' | 'helpVideo' | 'identity' | 'info' | 'insights' | 'journeyAnalysis' | 'journeys' | 'jumpTo' | 'lightBulb' | 'link' | 'liveStream' | 'lock' | 'logout' | 'messageQuestion' | 'moreActions' | 'mpLogo' | 'myHub' | 'next' | 'notification' | 'notificationSubscribed' | 'notificationSubscribe' | 'observability' | 'openTab' | 'organization' | 'oversight' | 'overview' | 'paywall' | 'pipelines' | 'placeholder' | 'precision' | 'predictions' | 'premium' | 'premiumDt' | 'previous' | 'privacy' | 'privileges' | 'refreshFrequency' | 'rateDown' | 'rateStar' | 'rateUp' | 'remove' | 'savedProjects' | 'scheduledReport' | 'search' | 'segmentation' | 'segmentationAnalysis' | 'selected' | 'settings' | 'setup' | 'shieldKeyhole' | 'signout' | 'siteMap' | 'sparkles' | 'split' | 'support' | 'systemAlerts' | 'textWidget' | 'transformation' | 'trends' | 'unlock' | 'upload' | 'userAttribute' | 'userProfiles' | 'users' | 'wrench' | 'zoomIn' | 'zoomOut' | 'bannerFreemium' | 'stateEmpty' | 'stateError' | 'stateNoResults' | 'back' | 'submitFeedback' | 'boost' | 'clone' | 'reorder' | 'refresh';
|
|
10
|
+
export type IconNames = 'abSplit' | 'accept' | 'account' | 'active' | 'agentCopilot' | 'add' | 'alicorn' | 'audienceGroup' | 'analytics' | 'annotation' | 'api' | 'audiences' | 'C360' | 'calculatedAttribute' | 'catalog' | 'chartColumn' | 'chartLine' | 'check' | 'circleNodes' | 'close' | 'cloud' | 'cohort' | 'connections' | 'conversion' | 'copy' | 'dashboard' | 'database' | 'dataPlatform' | 'date' | 'delete' | 'devices' | 'directory' | 'dragAndDrop' | 'dropdownClose' | 'dropdownOpen' | 'dsr' | 'edit' | 'empty' | 'enrichment' | 'event' | 'eventAttribute' | 'favorite' | 'filter' | 'fitToScreen' | 'flag' | 'folderClosed' | 'forwarding' | 'fullScreen' | 'funnel' | 'gear' | 'generic' | 'grid' | 'group' | 'heart' | 'help' | 'helpVideo' | 'identity' | 'info' | 'insights' | 'journeyAnalysis' | 'journeys' | 'jumpTo' | 'lightBulb' | 'link' | 'liveStream' | 'lock' | 'logout' | 'messageQuestion' | 'moreActions' | 'mpLogo' | 'myHub' | 'next' | 'notification' | 'notificationSubscribed' | 'notificationSubscribe' | 'observability' | 'openTab' | 'organization' | 'other' | 'oversight' | 'overview' | 'paywall' | 'pipelines' | 'placeholder' | 'precision' | 'predictions' | 'premium' | 'premiumDt' | 'previous' | 'privacy' | 'privileges' | 'refreshFrequency' | 'rateDown' | 'rateStar' | 'rateUp' | 'remove' | 'savedProjects' | 'scheduledReport' | 'search' | 'segmentation' | 'segmentationAnalysis' | 'selected' | 'settings' | 'setup' | 'shieldKeyhole' | 'signout' | 'siteMap' | 'sparkles' | 'split' | 'support' | 'systemAlerts' | 'textWidget' | 'transformation' | 'trends' | 'unlock' | 'upload' | 'userAttribute' | 'userProfiles' | 'users' | 'wrench' | 'zoomIn' | 'zoomOut' | 'bannerFreemium' | 'stateEmpty' | 'stateError' | 'stateNoResults' | 'back' | 'submitFeedback' | 'boost' | 'clone' | 'reorder' | 'refresh';
|