@omnia/wcm 7.10.0-preview.9 → 7.11.0-preview.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/internal-do-not-import-from-here/core/Utils.d.ts +5 -1
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +14 -1
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +37 -1
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +54 -2
- package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +6 -1
- package/internal-do-not-import-from-here/fx/models/Enums.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/Enums.js +10 -1
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +21 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.js +8 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPickerExtension.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/document/DocumentDurableInfo.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/document/DocumentDurableInfo.js +2 -0
- package/internal-do-not-import-from-here/fx/models/document/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/document/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/ActionButtonSignUpHandlerSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/navigation/LinkNavigationData.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +2 -0
- package/internal-do-not-import-from-here/fx/models/navigation/TextNavigationData.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/navigation/TextNavigationData.js +2 -0
- package/internal-do-not-import-from-here/fx/models/navigation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/navigation/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PagePermissionInfo.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +4 -3
- package/internal-do-not-import-from-here/fx/models/pages/PendingApprovalPage.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pages/RestorePageMessage.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovalRuleResolver.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovalRuleResolver.js +40 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +27 -0
- package/internal-do-not-import-from-here/fx/models/query/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/query/index.js +1 -0
- package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/services/DocumentService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +1 -2
- package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +7 -1
- package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +14 -0
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +4 -4
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveDependency.d.ts +1 -0
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +19 -5
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +7 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +8 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/Messages.d.ts +4 -2
- package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.d.ts +2 -1
- package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.js +1 -0
- package/internal-do-not-import-from-here/models/security/Security.js +3 -0
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Refinement, Refiner } from "@omnia/fx-models";
|
|
1
2
|
import { Store } from "@omnia/fx/stores";
|
|
2
3
|
import { ExportQueryPagesRequest, ExportQueryPagesResult, PageDetailQueryResult, PageDialogData, PageDialogPropertiesMapping, PageNavigationData, PageNavigationNode, PageRollupQuery, PageTypeTitle } from "@omnia/wcm/models";
|
|
3
4
|
export interface PageRollupQueryResult extends PageRollupQuery {
|
|
@@ -22,6 +23,7 @@ export declare class PageRollupStore extends Store {
|
|
|
22
23
|
private wcmRouter;
|
|
23
24
|
private pagesStore;
|
|
24
25
|
private pageService;
|
|
26
|
+
private enterprisePropertyService;
|
|
25
27
|
private appsLoc;
|
|
26
28
|
/**
|
|
27
29
|
* State
|
|
@@ -29,6 +31,12 @@ export declare class PageRollupStore extends Store {
|
|
|
29
31
|
pages: import("@omnia/fx/stores").StoreState<{
|
|
30
32
|
[uniqueKey: string]: PageDetailQueryResult[];
|
|
31
33
|
}>;
|
|
34
|
+
pageRefiners: import("@omnia/fx/stores").StoreState<{
|
|
35
|
+
[uniqueKey: string]: Refiner<Refinement>;
|
|
36
|
+
}>;
|
|
37
|
+
selectedAZFilteringValue: import("@omnia/fx/stores").StoreState<{
|
|
38
|
+
[uniqueKey: string]: Refinement[];
|
|
39
|
+
}>;
|
|
32
40
|
pagesLoadingStatus: import("@omnia/fx/stores").StoreState<{
|
|
33
41
|
[uniqueKey: string]: boolean;
|
|
34
42
|
}>;
|
|
@@ -62,6 +70,7 @@ export declare class PageRollupStore extends Store {
|
|
|
62
70
|
*/
|
|
63
71
|
getters: {
|
|
64
72
|
pages: (uniqueKey: string, excludeVariationUrl: boolean) => PageDetailQueryResult[];
|
|
73
|
+
pageRefiners: (uniqueKey: string) => Refiner<Refinement>;
|
|
65
74
|
pagesIndexedDB: (uniqueKey: string) => Promise<Array<PageDetailQueryResult>>;
|
|
66
75
|
total: (uniqueKey: string, showMetric: boolean) => number;
|
|
67
76
|
errorMsg: (uniqueKey: string) => string;
|
|
@@ -77,6 +86,7 @@ export declare class PageRollupStore extends Store {
|
|
|
77
86
|
id: string;
|
|
78
87
|
title: string;
|
|
79
88
|
}[];
|
|
89
|
+
selectedAZFilteringValue: (uniqueKey: string) => Refinement[];
|
|
80
90
|
};
|
|
81
91
|
private generatePageSocialCountingAndPageStatisticsColumn;
|
|
82
92
|
private getPageRollupDataFromIndexedDB;
|
|
@@ -86,6 +96,10 @@ export declare class PageRollupStore extends Store {
|
|
|
86
96
|
*/
|
|
87
97
|
mutations: {
|
|
88
98
|
addOrUpdateBatchedPages: import("@omnia/fx/stores").StoreMutation<(data: BatchPageRollupQueryResult, clientCaching: boolean) => void, (data: BatchPageRollupQueryResult, clientCaching: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
99
|
+
addOrUpdatePageRefiners: import("@omnia/fx/stores").StoreMutation<(refiner: Refiner<Refinement>, queryId: string) => void, (refiner: Refiner<Refinement>, queryId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
100
|
+
clearPageRefiners: import("@omnia/fx/stores").StoreMutation<(queryId: string) => void, (queryId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
101
|
+
addOrUpdateSelectedAZFilteringValue: import("@omnia/fx/stores").StoreMutation<(selectedAZFilteringValue: Array<Refinement>, queryId: string) => void, (selectedAZFilteringValue: Refinement[], queryId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
102
|
+
clearSelectedAZFilteringValue: import("@omnia/fx/stores").StoreMutation<(queryId: string) => void, (queryId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
89
103
|
addOrUpdateIndexedDBPages: import("@omnia/fx/stores").StoreMutation<(uniqueKey: string, pages: Array<PageDetailQueryResult>) => void, (uniqueKey: string, pages: PageDetailQueryResult[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
90
104
|
updatePageTypes: import("@omnia/fx/stores").StoreMutation<(uniqueKey: string, pageTypes: Array<PageTypeTitle>) => void, (uniqueKey: string, pageTypes: PageTypeTitle[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
91
105
|
updatePublishingChannelSettings: import("@omnia/fx/stores").StoreMutation<(uniqueKey: string, channelsId: Array<string>) => void, (uniqueKey: string, channelsId: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NotificationMessage } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { ApprovalRequest, ApprovalRuleData } from "../../models";
|
|
4
|
-
import { ApprovePageInfo, PageId, PublishingRule, PublishingRuleData, SendBackPageInfo } from "../models";
|
|
4
|
+
import { ApprovePageInfo, PageId, PublishingRule, PublishingRuleData, ApprovalRuleResolver, SendBackPageInfo } from "../models";
|
|
5
5
|
import { ApprovalData } from "internal/fx/models";
|
|
6
6
|
import { RejectPageInfo } from "../models/publishingrule/RejectPageInfo";
|
|
7
7
|
export declare class PublishingRuleStore extends Store {
|
|
@@ -35,8 +35,8 @@ export declare class PublishingRuleStore extends Store {
|
|
|
35
35
|
[pageId: number]: PublishingRule<PublishingRuleData>[];
|
|
36
36
|
}>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
37
37
|
isPublishingRuleExisted: (pageId: PageId) => boolean;
|
|
38
|
-
canCancelApproval: (pageId: PageId, approvalData: ApprovalData) => boolean;
|
|
39
|
-
canApproveOrReject: (pageId: PageId, defaultPageCollectionApprovalData: ApprovalData) => boolean;
|
|
38
|
+
canCancelApproval: (pageId: PageId, approvalData: ApprovalData, resolver?: ApprovalRuleResolver) => boolean;
|
|
39
|
+
canApproveOrReject: (pageId: PageId, defaultPageCollectionApprovalData: ApprovalData, resolver?: ApprovalRuleResolver) => boolean;
|
|
40
40
|
isEditableApprovalStep: (pageId: PageId) => boolean;
|
|
41
41
|
};
|
|
42
42
|
mutations: {
|
|
@@ -47,7 +47,7 @@ export declare class PublishingRuleStore extends Store {
|
|
|
47
47
|
ensurePageRules: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, forceRefresh?: boolean) => void, (result: void, pageId: PageId, forceRefresh?: boolean) => void, (failureReason: any, pageId: PageId, forceRefresh?: boolean) => void, (pageId: PageId, forceRefresh?: boolean) => Promise<void>>;
|
|
48
48
|
getAllPageRules: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: unknown, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<unknown>>;
|
|
49
49
|
sendApprovalRequest: import("@omnia/fx/stores").StoreAction<unknown, (request: ApprovalRequest) => void, (result: PublishingRule<ApprovalRuleData>[], request: ApprovalRequest) => void, (failureReason: any, request: ApprovalRequest) => void, (request: ApprovalRequest) => Promise<PublishingRule<ApprovalRuleData>[]>>;
|
|
50
|
-
cancelApproval: import("@omnia/fx/stores").StoreAction<unknown, (ruleData: PublishingRule<
|
|
50
|
+
cancelApproval: import("@omnia/fx/stores").StoreAction<unknown, (ruleData: PublishingRule<PublishingRuleData>) => void, (result: PublishingRule<PublishingRuleData>[], ruleData: PublishingRule<PublishingRuleData>) => void, (failureReason: any, ruleData: PublishingRule<PublishingRuleData>) => void, (ruleData: PublishingRule) => Promise<Array<PublishingRule>>>;
|
|
51
51
|
approve: import("@omnia/fx/stores").StoreAction<unknown, (approvePageInfo: ApprovePageInfo) => void, (result: PublishingRule<ApprovalRuleData>[], approvePageInfo: ApprovePageInfo) => void, (failureReason: any, approvePageInfo: ApprovePageInfo) => void, (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData>[]>>;
|
|
52
52
|
reject: import("@omnia/fx/stores").StoreAction<unknown, (rejectPageInfo: RejectPageInfo) => void, (result: PublishingRule<PublishingRuleData>[], rejectPageInfo: RejectPageInfo) => void, (failureReason: any, rejectPageInfo: RejectPageInfo) => void, (rejectPageInfo: RejectPageInfo) => Promise<Array<PublishingRule>>>;
|
|
53
53
|
addRule: import("@omnia/fx/stores").StoreAction<unknown, (ruleData: PublishingRuleData, pageId: PageId) => void, (result: PublishingRule<PublishingRuleData>, ruleData: PublishingRuleData, pageId: PageId) => void, (failureReason: any, ruleData: PublishingRuleData, pageId: PageId) => void, (ruleData: PublishingRuleData, pageId: PageId) => Promise<PublishingRule>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnalyticsReportColumnConstants","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","AvatarPosition","AvatarSize","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DatePeriods","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageManifests","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","FilterKey","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenManifests","InfoScreenViewIdConstants","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","ListView","MediaBlockStyles","MediaPickerStorageProviderPageContext","MediaPickerStorageProviderPageCreationContext","MediaPickerStorageProviderPageReadContext","MediaPickerStorageProviderWCMChannelAdminContext","MediaRollupConstants","MediaRollupStyles","MediaRollupThumbnailSize","MediaRollupType","MegaMenuStyles","MessageType","MicrosoftSearch","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MovePageStatus","MsSearchFieldsConstants","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OpenDocumentOptions","Operator","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageMoveTypes","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PhotowallView","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","QueryScope","QueryValueOptions","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharePointLibrary","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","SpsSearch","StatisticsPerPageDataSourcesEnum","TableView","TagTopic","TaxonomyFilterType","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TimePeriod","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionComparisonType","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmGroupManifests","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmResourceManifests","WcmService","WcmWebComponentManifests","WebBrowserDigitalSigningScreenStepType","WebsiteQueryType","WeekOfMonthEnums","WelcomeBlockStyles","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnalyticsReportColumnConstants","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalRequestType","ApprovalRuleResolver","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","AvatarPosition","AvatarSize","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DatePeriods","DeletedPageDialogStyles","DeletionApprovalRuleResolver","DigitalSignageConstants","DigitalSignageManifests","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","FilterKey","GetRoleDefinitions","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenManifests","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","ListView","MediaBlockStyles","MediaPickerStorageProviderPageContext","MediaPickerStorageProviderPageCreationContext","MediaPickerStorageProviderPageReadContext","MediaPickerStorageProviderWCMChannelAdminContext","MediaRollupConstants","MediaRollupStyles","MediaRollupThumbnailSize","MediaRollupType","MegaMenuStyles","MessageType","MicrosoftSearch","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MovePageStatus","MsSearchFieldsConstants","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OpenDocumentOptions","Operator","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageMoveTypes","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PhotowallView","PublishApprovalRuleResolver","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","QueryScope","QueryValueOptions","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharePointLibrary","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","SpsSearch","StatisticsPerPageDataSourcesEnum","TableView","TagTopic","TaxonomyFilterType","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TimePeriod","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionComparisonType","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmGroupManifests","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmResourceManifests","WcmService","WcmWebComponentManifests","WebBrowserDigitalSigningScreenStepType","WebsiteQueryType","WeekOfMonthEnums","WelcomeBlockStyles","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","SyncOmniaSearchType","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchCategoryQueryHelper","OmniaSearchQueryHelper","OmniaSearchQueryUtils","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper","PickedPageHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviderMsg","LinkPickerProviders","LinkPickerStore","MaxIntNumber","MediaRollupService","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OmniaWCMPageBody","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageSocialService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","SocialService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","SyncOmniaSearchType","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchCategoryQueryHelper","OmniaSearchQueryHelper","OmniaSearchQueryUtils","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper","PickedPageHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviderMsg","LinkPickerProviders","LinkPickerStore","MaxIntNumber","MediaRollupService","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OmniaWCMPageBody","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageSocialService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","SocialService","TargetingStore","ThemingRules","TimeFormat","TimeFormat12Hours","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService"]}}}
|
package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveDependency.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PageNavigationNode, PageNavigationData, NavigationNode, NavigationData } from "../../fx/models";
|
|
2
2
|
export interface NavigationArchiveDependency {
|
|
3
|
+
parentNavigationNode: NavigationNode<NavigationData>;
|
|
3
4
|
parentPageNavigationNode?: PageNavigationNode<PageNavigationData>;
|
|
4
5
|
currentPageNavigationNode: PageNavigationNode<PageNavigationData>;
|
|
5
6
|
archivedNavigationNodes: Array<NavigationNode<NavigationData>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Identity, GuidValue } from "@omnia/fx-models";
|
|
2
|
-
import { PublishingRuleData, RuleTypes } from "@omnia/wcm/models";
|
|
2
|
+
import { ApprovalRequestType, PublishingRuleData, RuleTypes } from "@omnia/wcm/models";
|
|
3
3
|
import { PublishMode } from "../publish";
|
|
4
4
|
export declare enum ApprovalAction {
|
|
5
5
|
Undefined = 0,
|
|
@@ -8,8 +8,7 @@ export declare enum ApprovalAction {
|
|
|
8
8
|
Cancel = 3,
|
|
9
9
|
SendBack = 4
|
|
10
10
|
}
|
|
11
|
-
export interface
|
|
12
|
-
type: RuleTypes.Approval;
|
|
11
|
+
export interface SingleStepApprovalRuleData extends PublishingRuleData {
|
|
13
12
|
approver: Identity;
|
|
14
13
|
requester: Identity;
|
|
15
14
|
approvalAction: ApprovalAction;
|
|
@@ -18,13 +17,26 @@ export interface ApprovalRuleData extends PublishingRuleData {
|
|
|
18
17
|
recipients?: string[];
|
|
19
18
|
events: Array<ApprovalEvent>;
|
|
20
19
|
}
|
|
21
|
-
export interface
|
|
22
|
-
type: RuleTypes.MultipleApproval;
|
|
20
|
+
export interface MultipleStepApprovalRuleData extends PublishingRuleData {
|
|
23
21
|
events: Array<ApprovalEvent>;
|
|
24
22
|
isSendMail: boolean;
|
|
25
23
|
recipients: Array<string>;
|
|
26
24
|
scheduleDate: string;
|
|
27
25
|
}
|
|
26
|
+
export interface ApprovalRuleData extends SingleStepApprovalRuleData {
|
|
27
|
+
type: RuleTypes.Approval;
|
|
28
|
+
}
|
|
29
|
+
export interface MultipleApprovalRuleData extends MultipleStepApprovalRuleData {
|
|
30
|
+
type: RuleTypes.MultipleApproval;
|
|
31
|
+
}
|
|
32
|
+
export interface DeletionSingleStepApprovalRuleData extends SingleStepApprovalRuleData {
|
|
33
|
+
type: RuleTypes.DeletionApproval;
|
|
34
|
+
isCreateCopy?: boolean;
|
|
35
|
+
}
|
|
36
|
+
export interface DeletionMultipleStepApprovalRuleData extends MultipleStepApprovalRuleData {
|
|
37
|
+
type: RuleTypes.DeletionMultipleApproval;
|
|
38
|
+
isCreateCopy?: boolean;
|
|
39
|
+
}
|
|
28
40
|
export interface ApprovalStepAction extends ApprovalEvent {
|
|
29
41
|
}
|
|
30
42
|
export interface ApprovalEvent {
|
|
@@ -40,5 +52,7 @@ export interface ApprovalRequest {
|
|
|
40
52
|
approver: Identity;
|
|
41
53
|
message: string;
|
|
42
54
|
publishMode: PublishMode;
|
|
55
|
+
approvalRequestType: ApprovalRequestType;
|
|
56
|
+
isCreateCopy?: boolean;
|
|
43
57
|
stepId?: GuidValue;
|
|
44
58
|
}
|
|
@@ -20,10 +20,13 @@ export declare const CreateDialogType: {
|
|
|
20
20
|
};
|
|
21
21
|
export declare const PageApprovalDialogType: {
|
|
22
22
|
sendApprovalRequest: string;
|
|
23
|
+
sendDeletionApprovalRequest: string;
|
|
23
24
|
approvePage: string;
|
|
24
25
|
rejectPage: string;
|
|
25
26
|
};
|
|
26
27
|
export declare const ActionButtonIds: {
|
|
28
|
+
next: string;
|
|
29
|
+
prev: string;
|
|
27
30
|
takeControl: string;
|
|
28
31
|
discardChanges: string;
|
|
29
32
|
reuseContent: string;
|
|
@@ -36,10 +39,14 @@ export declare const ActionButtonIds: {
|
|
|
36
39
|
approve: string;
|
|
37
40
|
reject: string;
|
|
38
41
|
cancelApproval: string;
|
|
42
|
+
cancelDeletionApproval: string;
|
|
39
43
|
variationSelector: string;
|
|
40
44
|
publishChannels: string;
|
|
41
45
|
delete: string;
|
|
42
46
|
save: string;
|
|
47
|
+
changeLinkType: string;
|
|
48
|
+
groupButtonDelete: string;
|
|
49
|
+
groupButtonPublish: string;
|
|
43
50
|
};
|
|
44
51
|
export declare const AppEditorActionButtonIds: {
|
|
45
52
|
saveSettings: string;
|
|
@@ -23,10 +23,13 @@ exports.CreateDialogType = {
|
|
|
23
23
|
};
|
|
24
24
|
exports.PageApprovalDialogType = {
|
|
25
25
|
sendApprovalRequest: "sendapprovalrequest",
|
|
26
|
+
sendDeletionApprovalRequest: "senddeletionapprovalrequest",
|
|
26
27
|
approvePage: "approvepage",
|
|
27
28
|
rejectPage: "rejectpage"
|
|
28
29
|
};
|
|
29
30
|
exports.ActionButtonIds = {
|
|
31
|
+
next: "Next",
|
|
32
|
+
prev: "Prev",
|
|
30
33
|
takeControl: "TakeControl",
|
|
31
34
|
discardChanges: "DiscardChanges",
|
|
32
35
|
reuseContent: "ReuseContent",
|
|
@@ -39,10 +42,14 @@ exports.ActionButtonIds = {
|
|
|
39
42
|
approve: "Approve",
|
|
40
43
|
reject: "Reject",
|
|
41
44
|
cancelApproval: "CancelApproval",
|
|
45
|
+
cancelDeletionApproval: "CancelDeletionApproval",
|
|
42
46
|
variationSelector: "VariationSelector",
|
|
43
47
|
publishChannels: "PublishChannels",
|
|
44
48
|
delete: "Delete",
|
|
45
|
-
save: "Save"
|
|
49
|
+
save: "Save",
|
|
50
|
+
changeLinkType: "ChangeLinkType",
|
|
51
|
+
groupButtonDelete: "GroupButtonDelete",
|
|
52
|
+
groupButtonPublish: "GroupButtonPublish"
|
|
46
53
|
};
|
|
47
54
|
exports.AppEditorActionButtonIds = {
|
|
48
55
|
saveSettings: "saveSettings"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { LayoutItem } from "@omnia/fx-models";
|
|
2
2
|
import { DialogAction } from "./ApprovalDialogAction";
|
|
3
|
+
import { LinkItem } from "@omnia/wcm/models";
|
|
3
4
|
export interface CreateLayoutItemSettingsMessage {
|
|
4
5
|
creationType: string;
|
|
5
6
|
context?: any;
|
|
@@ -17,6 +18,7 @@ export interface PageScheduleMessage {
|
|
|
17
18
|
export interface ShowApprovalDialogMessage {
|
|
18
19
|
dialogAction: DialogAction;
|
|
19
20
|
}
|
|
20
|
-
export interface
|
|
21
|
-
|
|
21
|
+
export interface LinkPickerDialogMessage {
|
|
22
|
+
link?: LinkItem;
|
|
23
|
+
actionSave?: Function;
|
|
22
24
|
}
|
|
@@ -5,4 +5,5 @@ var PublishMode;
|
|
|
5
5
|
(function (PublishMode) {
|
|
6
6
|
PublishMode[PublishMode["Publish"] = 0] = "Publish";
|
|
7
7
|
PublishMode[PublishMode["PublishAndSendEmail"] = 1] = "PublishAndSendEmail";
|
|
8
|
+
PublishMode[PublishMode["Deletion"] = 2] = "Deletion";
|
|
8
9
|
})(PublishMode = exports.PublishMode || (exports.PublishMode = {}));
|
|
@@ -103,6 +103,9 @@ class VariationSecurityResourceEvaluator {
|
|
|
103
103
|
if (pageId) {
|
|
104
104
|
yield this.pagesStore.actions.ensurePages.dispatch([pageId]);
|
|
105
105
|
const page = this.pagesStore.getters.getPage(pageId);
|
|
106
|
+
if (!page) {
|
|
107
|
+
return "";
|
|
108
|
+
}
|
|
106
109
|
return this.getResourceName(page.securityResourceId.toString(), variationId.toString());
|
|
107
110
|
}
|
|
108
111
|
return "";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wcm-buttonlink-settings":["settingsKey"],"wcm-banner-block-settings":["settingsKey"],"wcm-banner-block-edit":["content","settings","onSave","onClose"],"wcm-breadcrumb-settings":["settingsKey"],"owcm-calendar-rollup-settings":["settingsKey"],"owcm-calendar-rollup-dialog":["close"],"owcm-channel-rollup-settings":["settingsKey"],"omx-em-colleague-dialog-content":["onSave","participant","onClose","onSelectStepPassed"],"wcm-content-block-settings-breakpoint":["settingsKey","breakPointId"],"wcm-content-block-settings":["settingsKey"],"wcm-content-block-translation-comparer":["settingsKey","onShowScrollChange","onUpdateText"],"owcm-digitalsignage-screen-renderer":["data"],"omx-em-event-clone-dialog-content":["onSave","eventDetail","onClose"],"wcm-html-script-block-content-editor":["content","close"],"info-screen-button":["data"],"info-screen-renderer":["data"],"wcm-link-picker":["label","onClosed","onSaved","styles","providerFilter","selectedItem"],"wcm-media-block-settings":["settingsKey"],"wcm-page-properties-settings":["settingsKey"],"owcm-page-rollup-settings-breakpoint":["breakPointId"],"owcm-channel-filter":["valueBind"],"owcm-page-rollup-settings":["settingsKey"],"owcm-pagetype-filter":["valueBind"],"owcm-picked-pages-dialog":["dialogModel","onSaved","close","allowToSelectPageCollectionNode","allowOtherOptionInPageCollection","showUnPublishedNodes"],"wcm-backgroundselector":["settings"],"wcm-invite-coauthors":["styles","close"],"wcm-mega-menu-default-navigation":["currentSettings"],"wcm-block-mega-menu-settings":["settingsKey"],"wcm-mega-menu-settings":["settingsKey","currentSettings","onUpdateSettings"],"wcm-move-node":["node","onClosed","onSaved","currentPageCollection"],"wcm-sp-sync-settings":["settings","onChange"],"wcm-sp-sync-tenant-settings":["settings","onChange"],"wcm-sp-sync-error":["onClosed","content"],"wcm-sp-sync-warning":["onClosed"],"wcm-related-link-settings":["settingsKey"],"wcm-link-heading":["linkData"],"wcm-rssreader-block-settings":["settingsKey"],"owcm-activity-feed":["styles"],"owcm-activity-feed-settings":["settingsKey"],"owcm-page-feedbacks":["feedbacks","columns"],"owcm-page-feedbacks-dialog":["pageId","closeCallback"],"wcm-page-feedback":["settingsKey"],"owcm-page-comment-like-settings":["settingsKey"],"owcm-page-comment-like-view":["settings","topicId"],"wcm-variation-input":["valueBind","requiredWithValidator","onValueChanged"],"wcm-variation-picker":["items","valueBind","onValueChanged"],"wcm-variation-selector-settings":["settingsKey"]}
|
|
1
|
+
{"wcm-buttonlink-settings":["settingsKey"],"wcm-banner-block-settings":["settingsKey"],"wcm-banner-block-edit":["content","settings","onSave","onClose"],"wcm-breadcrumb-settings":["settingsKey"],"owcm-calendar-rollup-settings":["settingsKey"],"owcm-calendar-rollup-dialog":["close"],"owcm-channel-rollup-settings":["settingsKey"],"omx-em-colleague-dialog-content":["onSave","participant","onClose","onSelectStepPassed"],"wcm-content-block-settings-breakpoint":["settingsKey","breakPointId"],"wcm-content-block-settings":["settingsKey"],"wcm-content-block-translation-comparer":["settingsKey","onShowScrollChange","onUpdateText"],"owcm-digitalsignage-screen-renderer":["data"],"omx-em-event-clone-dialog-content":["onSave","eventDetail","onClose"],"wcm-html-script-block-content-editor":["content","close"],"info-screen-button":["data"],"info-screen-renderer":["data"],"wcm-link-picker":["label","onClosed","onSaved","styles","providerFilter","selectedItem","showIconPicker"],"wcm-media-block-settings":["settingsKey"],"wcm-page-properties-settings":["settingsKey"],"owcm-page-rollup-settings-breakpoint":["breakPointId"],"owcm-channel-filter":["valueBind"],"owcm-page-rollup-settings":["settingsKey"],"owcm-pagetype-filter":["valueBind"],"owcm-picked-pages-dialog":["dialogModel","onSaved","close","allowToSelectPageCollectionNode","allowOtherOptionInPageCollection","showUnPublishedNodes"],"wcm-backgroundselector":["settings"],"wcm-invite-coauthors":["styles","close"],"wcm-mega-menu-default-navigation":["currentSettings"],"wcm-block-mega-menu-settings":["settingsKey"],"wcm-mega-menu-settings":["settingsKey","currentSettings","onUpdateSettings"],"wcm-move-node":["node","onClosed","onSaved","currentPageCollection"],"wcm-sp-sync-settings":["settings","onChange"],"wcm-sp-sync-tenant-settings":["settings","onChange"],"wcm-sp-sync-error":["onClosed","content"],"wcm-sp-sync-warning":["onClosed"],"wcm-related-link-settings":["settingsKey"],"wcm-link-heading":["linkData"],"wcm-rssreader-block-settings":["settingsKey"],"owcm-activity-feed":["styles"],"owcm-activity-feed-settings":["settingsKey"],"owcm-page-feedbacks":["feedbacks","columns"],"owcm-page-feedbacks-dialog":["pageId","closeCallback"],"wcm-page-feedback":["settingsKey"],"owcm-page-comment-like-settings":["settingsKey"],"owcm-page-comment-like-view":["settings","topicId"],"wcm-variation-input":["valueBind","requiredWithValidator","onValueChanged"],"wcm-variation-picker":["items","valueBind","onValueChanged"],"wcm-variation-selector-settings":["settingsKey"]}
|