@mparticle/aquarium 1.46.0 → 1.48.0-chore-data-models-nav-item.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/README.md +3 -1
- package/dist/aquarium.js +3123 -3102
- package/dist/aquarium.umd.cjs +34 -34
- package/dist/src/components/icons/index.d.ts +3 -1
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/components/layout/Splitter/Splitter.d.ts +22 -0
- package/dist/src/shared/Paths.d.ts +1 -0
- package/dist/src/shared/services/NavigationItemsService.d.ts +1 -0
- package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +3 -2
- package/dist/src/types/icons.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import AddIcon from '../../../../../../../../src/assets/svg/add.svg?react';
|
|
2
2
|
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
3
|
+
import RateDownIcon from '../../../../../../../../src/assets/svg/rate_down.svg?react';
|
|
4
|
+
import RateUpIcon from '../../../../../../../../src/assets/svg/rate_up.svg?react';
|
|
3
5
|
import AnalyticsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_analytcis.svg?react';
|
|
4
6
|
import AnalyticsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_analytics.svg?react';
|
|
5
7
|
import C360Icon from '../../../../../../../../src/assets/svg/mp_pm_lt_c360.svg?react';
|
|
@@ -109,4 +111,4 @@ import SubmitFeedback from '../../../../../../../../src/assets/svg/mp_act_lt_sub
|
|
|
109
111
|
import Boost from '../../../../../../../../src/assets/svg/mp_info_lt_boost.svg?react';
|
|
110
112
|
import Clone from '../../../../../../../../src/assets/svg/mp_act_lt_clone.svg?react';
|
|
111
113
|
import Reorder from '../../../../../../../../src/assets/svg/mp_act_lt_reorder.svg?react';
|
|
112
|
-
export { AbSplit, Account, ActiveIcon, AddIcon, AlicornIcon, 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, 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, };
|
|
114
|
+
export { AbSplit, Account, ActiveIcon, AddIcon, AlicornIcon, RateDownIcon, RateUpIcon, 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, 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, };
|
|
@@ -71,6 +71,7 @@ export { Pagination, type IPaginationProps } from './navigation/Pagination/Pagin
|
|
|
71
71
|
export { Menu, type IMenuProps, type MenuItemType, type SubMenuType, type MenuItemGroupType, type MenuDividerType, type IMenuInfo, } from './navigation/Menu/Menu';
|
|
72
72
|
export { ConfigProvider, type IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
73
73
|
export { Affix, type IAffixProps } from './not-prod-ready/Affix/Affix';
|
|
74
|
+
export { Splitter, type ISplitterProps, type ISplitterPanelProps } from './layout/Splitter/Splitter';
|
|
74
75
|
export { GlobalNavigation, GlobalNavWidth, type IGlobalNavigationProps, } from './navigation/GlobalNavigation/GlobalNavigation';
|
|
75
76
|
export type { IBaseGlobalNavigationItem, IGlobalNavigationItem, IGlobalNavigationLogo, } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
76
77
|
export type { INavigationCreateProps, INavigationCreateGroup, INavigationCreateItem, } from './navigation/GlobalNavigation/NavigationCreate';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SplitterProps as AntSplitterProps } from 'antd/es/splitter';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import { type PanelProps as AntPanelProps } from 'antd/es/splitter/interface';
|
|
4
|
+
export interface ISplitterProps extends AntSplitterProps {
|
|
5
|
+
children?: ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export interface ISplitterPanelProps extends AntPanelProps {
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
defaultSize?: string | number;
|
|
10
|
+
size?: string | number;
|
|
11
|
+
min?: string | number;
|
|
12
|
+
max?: string | number;
|
|
13
|
+
collapsible?: boolean | {
|
|
14
|
+
start?: boolean;
|
|
15
|
+
end?: boolean;
|
|
16
|
+
};
|
|
17
|
+
resizable?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const Splitter: {
|
|
20
|
+
(props: ISplitterProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
Panel: (props: ISplitterPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
};
|
|
@@ -83,6 +83,7 @@ export declare const Paths: {
|
|
|
83
83
|
};
|
|
84
84
|
readonly Livestream: "/data-platform/livestream";
|
|
85
85
|
readonly DataCatalog: "/data-platform/data-catalog";
|
|
86
|
+
readonly DataModels: "/data-platform/data-models";
|
|
86
87
|
readonly Transformations: {
|
|
87
88
|
readonly Root: "/data-platform/transformations";
|
|
88
89
|
readonly Rules: "/data-platform/transformations/rules";
|
|
@@ -25,6 +25,7 @@ export declare enum NavigationItemId {
|
|
|
25
25
|
DataPlatform_Setup_Directory = "dataPlatform_setup_directory",
|
|
26
26
|
DataPlatform_LiveStream = "dataPlatform_liveStream",
|
|
27
27
|
DataPlatform_DataCatalog = "dataPlatform_dataCatalog",
|
|
28
|
+
DataPlatform_DataModels = "dataPlatform_dataModels",
|
|
28
29
|
DataPlatform_Transformations_Rules = "dataPlatform_transformations_rules",
|
|
29
30
|
DataPlatform_Transformations_Plans = "dataPlatform_transformations_plans",
|
|
30
31
|
DataPlatform_Transformations_Filters = "dataPlatform_transformations_filters",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BaseRoutesAuthorizations } from
|
|
2
|
-
import { Suite } from
|
|
1
|
+
import { BaseRoutesAuthorizations } from './base-routes-authorizations';
|
|
2
|
+
import { Suite } from '../../Suite';
|
|
3
3
|
export declare class DataPlatformAuthorizations extends BaseRoutesAuthorizations {
|
|
4
4
|
protected suite: Suite;
|
|
5
5
|
protected getAuthorizations(): Record<string, boolean>;
|
|
@@ -16,6 +16,7 @@ export declare class DataPlatformAuthorizations extends BaseRoutesAuthorizations
|
|
|
16
16
|
canViewCrm(): boolean;
|
|
17
17
|
private canViewDirectory;
|
|
18
18
|
private canViewDataCatalog;
|
|
19
|
+
private canViewDataModels;
|
|
19
20
|
private canViewRules;
|
|
20
21
|
private canViewPlans;
|
|
21
22
|
private canViewFilters;
|
|
@@ -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' | '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' | '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' | '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';
|
|
10
|
+
export type IconNames = 'abSplit' | 'account' | 'active' | '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' | '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' | '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';
|