@omnia/wcm 7.11.0-preview.4 → 7.11.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/LICENSE.txt +14 -0
- package/internal-do-not-import-from-here/core/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +16 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +14 -23
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/apis/ValidationRule.d.ts +24 -0
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/messaging/PublicWcmTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +4 -1
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +5 -0
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +1 -0
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +2 -5
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/exportToFile/ExportFileInQueueResult.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/exportToFile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/exportToFile/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.d.ts +8 -3
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/RestoreNavigationMessage.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.d.ts → RestoreNavigationResult.d.ts} +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/index.js +2 -2
- package/internal-do-not-import-from-here/fx/models/reusablecontent/ReusableContentTargetPageTrigger.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/reusablecontent/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/reusablecontent/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsLink.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.d.ts +25 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.js +12 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/tableofcontents/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/ValidationRuleProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/validationrule/index.js +4 -0
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/services/DurableLinkService.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +7 -3
- package/internal-do-not-import-from-here/fx/services/ReusablePageService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/EnterpriseGlossaryHelper.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchCategoryQueryHelper.d.ts +9 -1
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -3
- package/internal-do-not-import-from-here/fx/stores/PageBlockPropertyStore.d.ts +5 -3
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +3 -0
- 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 +2 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfo.d.ts +24 -0
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoDependency.d.ts +13 -0
- package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationQueryRequest.d.ts → NavigationArchiveInfoQueryRequest.d.ts} +3 -3
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoQueryResult.d.ts +5 -0
- package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.d.ts → NavigationArchiveInfoRef.d.ts} +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.d.ts +8 -0
- package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoType.js +12 -0
- package/internal-do-not-import-from-here/models/pagearchive/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/pagearchive/index.js +6 -6
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.d.ts +6 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationErrorNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.d.ts +11 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/NavigationArchiveInfoStatus.js +12 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.d.ts +7 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.d.ts +4 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringNavigationArchiveInfoStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/pagearchive/statuses/index.js +5 -5
- package/package.json +3 -4
- package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.d.ts +0 -10
- package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.js +0 -4
- package/internal-do-not-import-from-here/fx/models/pages/RestorePageMessage.d.ts +0 -7
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +0 -19
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationDependency.d.ts +0 -14
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryResult.d.ts +0 -5
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.d.ts +0 -6
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +0 -10
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivedPageArchiveInformationStatus.d.ts +0 -4
- package/internal-do-not-import-from-here/models/pagearchive/statuses/ArchivingPageArchiveInformationStatus.d.ts +0 -4
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +0 -6
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +0 -11
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +0 -12
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoredPageArchiveInformationStatus.d.ts +0 -7
- package/internal-do-not-import-from-here/models/pagearchive/statuses/RestoringPageArchiveInformationStatus.d.ts +0 -4
- /package/internal-do-not-import-from-here/fx/models/{pages/RestorePageMessage.js → exportToFile/ExportFileInQueueResult.js} +0 -0
- /package/internal-do-not-import-from-here/fx/models/pages/{RestorePageResult.js → RestoreNavigationMessage.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformation.js → fx/models/pages/RestoreNavigationResult.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationDependency.js → fx/models/reusablecontent/ReusableContentTargetPageTrigger.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryRequest.js → fx/models/tableofcontents/TableOfContentsLink.js} +0 -0
- /package/internal-do-not-import-from-here/{models/pagearchive/PageArchiveInformationQueryResult.js → fx/models/validationrule/ValidationRuleProvider.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{PageArchiveInformationReference.js → NavigationArchiveInfo.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivedPageArchiveInformationStatus.js → NavigationArchiveInfoDependency.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/ArchivingPageArchiveInformationStatus.js → NavigationArchiveInfoQueryRequest.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/MigrationPageArchiveInformationStatus.js → NavigationArchiveInfoQueryResult.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/{statuses/RestoredPageArchiveInformationStatus.js → NavigationArchiveInfoRef.js} +0 -0
- /package/internal-do-not-import-from-here/models/pagearchive/statuses/{RestoringPageArchiveInformationStatus.js → ArchivedNavigationArchiveInfoStatus.js} +0 -0
package/internal-do-not-import-from-here/fx/models/tableofcontents/TableOfContentsSettings.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { BlockSettingsWithDefaultProperty, MultilingualString, SpacingSettings } from "@omnia/fx-models";
|
|
2
|
+
import { PageNavigationDirection } from "../pagenavigation";
|
|
3
|
+
import { TableOfContentsLink } from "./TableOfContentsLink";
|
|
4
|
+
export declare enum TableOfContentsHeadingLevel {
|
|
5
|
+
h1 = "h1",
|
|
6
|
+
h2 = "h2",
|
|
7
|
+
h3 = "h3",
|
|
8
|
+
h4 = "h4",
|
|
9
|
+
h5 = "h5",
|
|
10
|
+
h6 = "h6"
|
|
11
|
+
}
|
|
12
|
+
export interface TableOfContentsProperty {
|
|
13
|
+
navigationNodes: Array<TableOfContentsLink>;
|
|
14
|
+
}
|
|
15
|
+
export interface TableOfContentsBlockSettings extends BlockSettingsWithDefaultProperty<TableOfContentsProperty> {
|
|
16
|
+
title: MultilingualString;
|
|
17
|
+
direction: PageNavigationDirection;
|
|
18
|
+
sticky: boolean;
|
|
19
|
+
spacing: SpacingSettings;
|
|
20
|
+
size: number;
|
|
21
|
+
border: boolean;
|
|
22
|
+
readFromProperty: boolean;
|
|
23
|
+
sourceProperty?: string;
|
|
24
|
+
headingLevels: Array<TableOfContentsHeadingLevel>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TableOfContentsHeadingLevel = void 0;
|
|
4
|
+
var TableOfContentsHeadingLevel;
|
|
5
|
+
(function (TableOfContentsHeadingLevel) {
|
|
6
|
+
TableOfContentsHeadingLevel["h1"] = "h1";
|
|
7
|
+
TableOfContentsHeadingLevel["h2"] = "h2";
|
|
8
|
+
TableOfContentsHeadingLevel["h3"] = "h3";
|
|
9
|
+
TableOfContentsHeadingLevel["h4"] = "h4";
|
|
10
|
+
TableOfContentsHeadingLevel["h5"] = "h5";
|
|
11
|
+
TableOfContentsHeadingLevel["h6"] = "h6";
|
|
12
|
+
})(TableOfContentsHeadingLevel = exports.TableOfContentsHeadingLevel || (exports.TableOfContentsHeadingLevel = {}));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { NavigationData, NavigationNode } from "../navigation";
|
|
3
|
+
export interface ValidationRuleProvider {
|
|
4
|
+
providerId: GuidValue;
|
|
5
|
+
}
|
|
6
|
+
export interface MoveNodeValidationRuleProvider extends ValidationRuleProvider {
|
|
7
|
+
validate: (node: NavigationNode<NavigationData>, moveAsSibling: boolean) => Promise<boolean>;
|
|
8
|
+
renderValidationMessage: (node: NavigationNode<NavigationData>) => JSX.Element;
|
|
9
|
+
}
|
|
10
|
+
export interface ArchiveNodeValidationRuleProvider extends ValidationRuleProvider {
|
|
11
|
+
validate: (node: NavigationNode<NavigationData>) => Promise<boolean>;
|
|
12
|
+
renderValidationMessage: (node: NavigationNode<NavigationData>) => JSX.Element;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ValidationRuleProvider";
|
|
@@ -18,6 +18,9 @@ export declare class WcmRouter {
|
|
|
18
18
|
private isInWcmContext;
|
|
19
19
|
private handleNotFoundNavigationNode;
|
|
20
20
|
private removeAnchorWhenPageNavigating;
|
|
21
|
+
private isVariationDebugEnabled;
|
|
22
|
+
private logVariationDebug;
|
|
23
|
+
private getReplayTargetVariationId;
|
|
21
24
|
private getDefaultRoute;
|
|
22
25
|
private loadTreeForPath;
|
|
23
26
|
navigate<T extends NavigationNode<NavigationData>>(to: T, targetVariationId?: any, forceToNewNavigationState?: boolean): Promise<T>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { DocumentService } from "./DocumentService";
|
|
3
|
+
import { DurableInfo, LinkItem } from "../models";
|
|
4
|
+
export declare class DurableLinkService {
|
|
5
|
+
documentService: DocumentService;
|
|
6
|
+
omniaCtx: OmniaContext;
|
|
7
|
+
isDurableLinkEnabled(): boolean;
|
|
8
|
+
processDurableLink(selectedItem: LinkItem): Promise<void>;
|
|
9
|
+
getDurableInfo(fileUrl: string, docId?: string, siteId?: string): Promise<DurableInfo>;
|
|
10
|
+
}
|
|
@@ -56,7 +56,5 @@ export declare class NavigationService {
|
|
|
56
56
|
getNodesByPageIds: (...args: Array<PageId>) => Promise<{
|
|
57
57
|
[pageId: number]: PageNavigationNode<PageNavigationData>[];
|
|
58
58
|
}>;
|
|
59
|
-
deleteLinkNodeById: (id: NodeId) => Promise<void>;
|
|
60
|
-
deleteTextNodeById: (id: NodeId) => Promise<void>;
|
|
61
59
|
checkUrlSegmentExists: (appInstanceId: GuidValue, parentNavigationNode: NavigationNode<NavigationData>, urlSegment: string) => Promise<boolean>;
|
|
62
60
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MultilingualStore } from "@omnia/fx/stores";
|
|
2
2
|
import { WcmContext } from "../contexts";
|
|
3
|
-
import { BatchQueryPages, BatchQueryPagesResult,
|
|
3
|
+
import { BatchQueryPages, BatchQueryPagesResult, ExportFileInQueueResult, ExportQueryPagesRequest, PageCollectionSelection, PageContentsQueryResult, PageId, PendingApprovalPage, ResolveReusablePageResult, SimplePageQuery } from "../models";
|
|
4
4
|
export declare class PageQueryService {
|
|
5
5
|
private httpClient;
|
|
6
6
|
private omniaHttpClient;
|
|
@@ -16,7 +16,7 @@ export declare class PageQueryService {
|
|
|
16
16
|
queryBatchPages: (queries: BatchQueryPages[], cancelRequest?: (cancelToken: any) => void) => Promise<BatchQueryPagesResult>;
|
|
17
17
|
getPagesContents: (queryDetails: SimplePageQuery) => Promise<PageContentsQueryResult[]>;
|
|
18
18
|
getDefaultPageImageSrc: () => string;
|
|
19
|
-
exportToExcel: (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<
|
|
19
|
+
exportToExcel: (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportFileInQueueResult>;
|
|
20
20
|
getExportedFile: (exportingFileName: string, exportingFileToken: string) => Promise<void>;
|
|
21
21
|
checkMigrationOmniaSearchStatus: (migrationId: string) => Promise<boolean>;
|
|
22
22
|
private processPagesDetailData;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Page, PageData, CheckedOutVersionPageData, VersionedPageData, PublishedVersionPageData, PageIdToPageMap, PageId, VariationPage, PageCollectionSelection, NavigationData, NavigationNode, MovePagesResult, VersionInformation,
|
|
1
|
+
import { Page, PageData, CheckedOutVersionPageData, VersionedPageData, PublishedVersionPageData, PageIdToPageMap, PageId, VariationPage, PageCollectionSelection, NavigationData, NavigationNode, MovePagesResult, VersionInformation, PageNavigationNodeArchiveResult, RestoreNavigationMessage, RestoreNavigationResult, VariationId, PageWithNavigationCreationRequest, PageNavigationNode, PageNavigationData, ReadNews, PagePermissionResponse, ValidationArchivePageResult, PageTypeTitle, VersionId, ApprovalMetaData, MovePageTracking, VersionInformationDetail, NodeId, NavigationNodeArchiveResult } from "../models";
|
|
2
2
|
import { MergedPageVersionLayout } from "../models/layout/MergedPageVersionLayout";
|
|
3
3
|
import { ApiResponse, GuidValue } from "@omnia/fx-models";
|
|
4
4
|
import { VersionReference } from "../models";
|
|
@@ -23,7 +23,11 @@ export declare class PageService {
|
|
|
23
23
|
/**
|
|
24
24
|
* Archive the page with the given id, and also all navigation nodes related to the page
|
|
25
25
|
* */
|
|
26
|
-
|
|
26
|
+
archivePage: (pageId: PageId, comment: string) => Promise<PageNavigationNodeArchiveResult>;
|
|
27
|
+
/**
|
|
28
|
+
* Archive non-page navigation node with the given id, and also all navigation nodes related to the node
|
|
29
|
+
* */
|
|
30
|
+
archiveNode: (nodeId: NodeId, comment: string) => Promise<NavigationNodeArchiveResult>;
|
|
27
31
|
/**
|
|
28
32
|
* Validate an archive the page with the given id
|
|
29
33
|
* */
|
|
@@ -35,7 +39,7 @@ export declare class PageService {
|
|
|
35
39
|
/**
|
|
36
40
|
* Restore the page with page archive information
|
|
37
41
|
* */
|
|
38
|
-
restore: (message:
|
|
42
|
+
restore: (message: RestoreNavigationMessage) => Promise<RestoreNavigationResult>;
|
|
39
43
|
getAllPages: (typesToGet?: number, targetPublishingAppId?: string, tenantScopeOnly?: boolean, excludeUnavailable?: boolean) => Promise<Array<Page>>;
|
|
40
44
|
getPageDataPageTypes: (publishingAppIds?: string[], all?: boolean, tenantScope?: boolean) => Promise<Array<PageTypeTitle>>;
|
|
41
45
|
getPageTypesTitle: (pageTypeIds: number[]) => Promise<Array<PageTypeTitle>>;
|
|
@@ -8,6 +8,6 @@ export declare class ReusablePageService {
|
|
|
8
8
|
* @deprecated Removed in 7.0
|
|
9
9
|
*/
|
|
10
10
|
publishAll: (sourcePageId: PageId) => Promise<Array<ReusablePages>>;
|
|
11
|
-
retryToPublish: (targetPageId: PageId, targetPubappId: string) => Promise<ReusablePages>;
|
|
11
|
+
retryToPublish: (targetPageId: PageId, targetPubappId: string, withoutNotification?: boolean) => Promise<ReusablePages>;
|
|
12
12
|
getPageInfo: (targetPageId: PageId) => Promise<ReusablePages>;
|
|
13
13
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { GuidValue, TermUISettings } from "@omnia/fx-models";
|
|
3
|
+
import { EnterpriseGlossaryStore } from "@omnia/fx/stores";
|
|
4
|
+
import { WCMGlossary, WCMGlossaryType } from "../models";
|
|
5
|
+
export declare class EnterpriseGlossaryHelper {
|
|
6
|
+
enterpriseGlossaryStore: EnterpriseGlossaryStore;
|
|
7
|
+
omniaCtx: OmniaContext;
|
|
8
|
+
ensureLoadTermGlossary(glossaryType: GuidValue, glossaryDataType: WCMGlossaryType): Promise<WCMGlossary>;
|
|
9
|
+
getItemStyle(mappedId: number, wcmGlossaryData: WCMGlossary): TermUISettings;
|
|
10
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { EnterprisePropertyStore, TargetingPropertyStore } from "@omnia/fx/stores";
|
|
1
|
+
import { EnterprisePropertyStore, MultilingualStore, TargetingPropertyStore } from "@omnia/fx/stores";
|
|
2
2
|
import { OmniaCategorySearchResult, SearchCategoryOption } from "@omnia/workplace/models";
|
|
3
3
|
import { AppInfoStore, ChannelManagementStore, CurrentNavigationStore, PageRollupStore } from "../stores";
|
|
4
4
|
import { OmniaSearchService } from "@omnia/fx/services";
|
|
5
|
+
import { TermStore } from "@omnia/fx/sp";
|
|
5
6
|
export declare class OmniaSearchCategoryQueryHelper {
|
|
6
7
|
enterprisePropertyStore: EnterprisePropertyStore;
|
|
7
8
|
appInfoStore: AppInfoStore;
|
|
@@ -14,6 +15,8 @@ export declare class OmniaSearchCategoryQueryHelper {
|
|
|
14
15
|
private targetingStore;
|
|
15
16
|
private pagesStore;
|
|
16
17
|
omniaSearchService: OmniaSearchService;
|
|
18
|
+
termStore: TermStore;
|
|
19
|
+
multilingualStore: MultilingualStore;
|
|
17
20
|
private enterpriseProperties;
|
|
18
21
|
private querableProperties;
|
|
19
22
|
private appInfos;
|
|
@@ -26,6 +29,11 @@ export declare class OmniaSearchCategoryQueryHelper {
|
|
|
26
29
|
private getFilters;
|
|
27
30
|
private getDictionaryPropertiesMapping;
|
|
28
31
|
private mappingSearchResutItems;
|
|
32
|
+
private resolveTermData;
|
|
33
|
+
private processTermPropertyData;
|
|
34
|
+
private isArrayString;
|
|
35
|
+
private hasPublishingAppTitleMapping;
|
|
36
|
+
private resolvePublishingAppTitleData;
|
|
29
37
|
private ensureBuiltInPropertyValue;
|
|
30
38
|
private mappingRefinerResult;
|
|
31
39
|
private generateScopeFilterBuilders;
|
|
@@ -160,7 +160,6 @@ export declare class CurrentPageStore extends Store {
|
|
|
160
160
|
private isCurrentVersion;
|
|
161
161
|
private createVersionRefForVersion;
|
|
162
162
|
private getPageFromStore;
|
|
163
|
-
private checkPermission;
|
|
164
163
|
private getPageVersionByRules;
|
|
165
164
|
private ensureCalculatedProperties;
|
|
166
165
|
private resetState;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
|
-
import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, MovePageCollectionResult,
|
|
2
|
+
import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, MovePageCollectionResult, VariationId, PageCollectionNavigationNode, PageCollectionNavigationData } from "../models";
|
|
3
3
|
export declare class NavigationStore extends Store {
|
|
4
4
|
private navigationService;
|
|
5
5
|
private variationsStore;
|
|
@@ -60,8 +60,6 @@ export declare class NavigationStore extends Store {
|
|
|
60
60
|
refreshRoot: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
61
61
|
refresh: import("@omnia/fx/stores").StoreAction<unknown, (nodes: NavigationNode<NavigationData>[]) => void, (result: void, nodes: NavigationNode<NavigationData>[]) => void, (failureReason: any, nodes: NavigationNode<NavigationData>[]) => void, (nodes: Array<NavigationNode<NavigationData>>) => Promise<void>>;
|
|
62
62
|
handleDeletedNodes: import("@omnia/fx/stores").StoreAction<unknown, (deletedNodes: NavigationNode<NavigationData>[]) => void, (result: void, deletedNodes: NavigationNode<NavigationData>[]) => void, (failureReason: any, deletedNodes: NavigationNode<NavigationData>[]) => void, (deletedNodes: Array<NavigationNode<NavigationData>>) => Promise<void>>;
|
|
63
|
-
deleteLinkNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeToDelete: NavigationNode<LinkNavigationData>) => void, (result: void, nodeToDelete: NavigationNode<LinkNavigationData>) => void, (failureReason: any, nodeToDelete: NavigationNode<LinkNavigationData>) => void, (nodeToDelete: NavigationNode<LinkNavigationData>) => Promise<void>>;
|
|
64
|
-
deleteTextNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeToDelete: NavigationNode<TextNavigationData>) => void, (result: void, nodeToDelete: NavigationNode<TextNavigationData>) => void, (failureReason: any, nodeToDelete: NavigationNode<TextNavigationData>) => void, (nodeToDelete: NavigationNode<TextNavigationData>) => Promise<void>>;
|
|
65
63
|
ensureParents: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: void, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<void>>;
|
|
66
64
|
getAbsoluteUrlAndTitle: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number) => void, (result: {
|
|
67
65
|
url: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IBlockInstance } from "@omnia/fx-models";
|
|
1
|
+
import { IBlockInstance, LayoutItem } from "@omnia/fx-models";
|
|
2
2
|
import { BlockConfiguration, IPageBlockPropertyStore, PropertyMapping, ReactivePageBlockProperty, VersionId } from "../models";
|
|
3
|
+
import type { PageLayoutItemDelegator } from "internal/publishingapp";
|
|
3
4
|
export declare class PageBlockPropertyStore implements IPageBlockPropertyStore {
|
|
4
5
|
private _propertyBagState;
|
|
5
6
|
private _enterprisePropertiesState;
|
|
@@ -9,7 +10,8 @@ export declare class PageBlockPropertyStore implements IPageBlockPropertyStore {
|
|
|
9
10
|
private _vm;
|
|
10
11
|
private _currentVersionPageId;
|
|
11
12
|
private _pageType;
|
|
12
|
-
|
|
13
|
+
private _layoutItemDelegator;
|
|
14
|
+
constructor(layoutItemDelegator?: PageLayoutItemDelegator);
|
|
13
15
|
onPropertyUpdated(state: {
|
|
14
16
|
[key: string]: ReactivePageBlockProperty<unknown>;
|
|
15
17
|
}, key: string, value: unknown): void;
|
|
@@ -20,7 +22,7 @@ export declare class PageBlockPropertyStore implements IPageBlockPropertyStore {
|
|
|
20
22
|
allowOverrideInWriteMode<BlockSettings>(blockInstance: IBlockInstance<BlockSettings>, blockSettings: BlockSettings): boolean;
|
|
21
23
|
updateBlockProperty<T>(reactivePageProperty: ReactivePageBlockProperty<T>): void;
|
|
22
24
|
getBlockProperty<BlockSettings, BlockProperty>(blockInstance: IBlockInstance<BlockSettings>, blockSettings: BlockSettings, defaultBlockProperty: BlockProperty, nullOrUndefinedValueCustomHandler?: (missingPropertyName: string, parent: object, defaultValue: object) => object, emptyStringValueCustomHandler?: (missingPropertyName: string, parent: object, defaultValue: object) => object, emptyArrayValueCustomHandler?: (missingPropertyName: string, parent: object, defaultValue: object) => object): ReactivePageBlockProperty<BlockProperty>;
|
|
23
|
-
ensureRemoveDeletedBlockProperty(): void;
|
|
25
|
+
ensureRemoveDeletedBlockProperty(verifyDelegatedSection: (item: LayoutItem) => LayoutItem): void;
|
|
24
26
|
get CurrentVersionPageId(): VersionId;
|
|
25
27
|
destroy(): void;
|
|
26
28
|
private createReactiveProperty;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Refinement, Refiner } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
|
-
import {
|
|
3
|
+
import { ExportFileInQueueResult, ExportQueryPagesRequest, PageDetailQueryResult, PageDialogData, PageDialogPropertiesMapping, PageNavigationData, PageNavigationNode, PageRollupQuery, PageTypeTitle } from "@omnia/wcm/models";
|
|
4
4
|
export interface PageRollupQueryResult extends PageRollupQuery {
|
|
5
5
|
selectProperties: Array<string>;
|
|
6
6
|
disableDistinct: boolean;
|
|
@@ -127,7 +127,7 @@ export declare class PageRollupStore extends Store {
|
|
|
127
127
|
id: string;
|
|
128
128
|
title: string;
|
|
129
129
|
}>>>;
|
|
130
|
-
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result:
|
|
130
|
+
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result: ExportFileInQueueResult, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (failureReason: any, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportFileInQueueResult>>;
|
|
131
131
|
getExportedFile: import("@omnia/fx/stores").StoreAction<unknown, (exportingFileName: string, exportingFileToken: string) => void, (result: void, exportingFileName: string, exportingFileToken: string) => void, (failureReason: any, exportingFileName: string, exportingFileToken: string) => void, (exportingFileName: string, exportingFileToken: string) => Promise<void>>;
|
|
132
132
|
ensureOmniaSearchMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
133
133
|
};
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
|
-
import { NavigationNode, WCMPageTypes, Page, VersionedPageData, PageData, VersionReference, PageId, NavigationPosition, PageNavigationNode, PageNavigationData, MergedPageVersionLayout, NavigationData, VersionId, VariationPage, Variation, PageCollectionSelection, CheckedOutVersionPageData, MovePagesResult,
|
|
2
|
+
import { NavigationNode, WCMPageTypes, Page, VersionedPageData, PageData, VersionReference, PageId, NavigationPosition, PageNavigationNode, PageNavigationData, MergedPageVersionLayout, NavigationData, VersionId, VariationPage, Variation, PageCollectionSelection, CheckedOutVersionPageData, MovePagesResult, PageNavigationNodeArchiveResult, PageWithNavigationCreationRequest, ReadNews, ApprovalMetaData, NodeId, NavigationNodeArchiveResult } from "../models";
|
|
3
3
|
import { GuidValue, Guid, IMessageBusSubscriptionHandler, IOmniaContext } from "@omnia/fx-models";
|
|
4
|
+
import { VariationStore } from "./VariationStore";
|
|
5
|
+
import { PermissionService } from "@omnia/fx/services";
|
|
4
6
|
export declare class PagesStore extends Store {
|
|
5
7
|
private pageService;
|
|
6
8
|
private navigationStore;
|
|
7
9
|
private wcmContext;
|
|
8
10
|
private versionedLayoutStore;
|
|
9
11
|
protected omniaContext: IOmniaContext;
|
|
12
|
+
protected variationStore: VariationStore;
|
|
13
|
+
protected permissionService: PermissionService;
|
|
10
14
|
private pages;
|
|
11
15
|
private versionData;
|
|
12
16
|
private versionLoadPromise;
|
|
@@ -59,12 +63,15 @@ export declare class PagesStore extends Store {
|
|
|
59
63
|
ensurePageCollectionSelections: import("@omnia/fx/stores").StoreAction<unknown, (fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (result: PageCollectionSelection[], fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (failureReason: any, fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (fromPublishingAppId: string, fromPageCollectionIds?: Array<string>) => Promise<PageCollectionSelection[]>>;
|
|
60
64
|
takeOverCheckOutPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: CheckedOutVersionPageData<PageData>, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<CheckedOutVersionPageData<PageData>>>;
|
|
61
65
|
getPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, forceFromPublishingAppId?: string) => void, (result: Page, pageId: PageId, forceFromPublishingAppId?: string) => void, (failureReason: any, pageId: PageId, forceFromPublishingAppId?: string) => void, (pageId: PageId, forceFromPublishingAppId?: string) => Promise<Page>>;
|
|
62
|
-
archive: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, comment: string) => void, (result:
|
|
66
|
+
archive: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, comment: string) => void, (result: PageNavigationNodeArchiveResult, pageId: PageId, comment: string) => void, (failureReason: any, pageId: PageId, comment: string) => void, (pageId: PageId, comment: string) => Promise<PageNavigationNodeArchiveResult>>;
|
|
67
|
+
archivePage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, comment: string) => void, (result: PageNavigationNodeArchiveResult, pageId: PageId, comment: string) => void, (failureReason: any, pageId: PageId, comment: string) => void, (pageId: PageId, comment: string) => Promise<PageNavigationNodeArchiveResult>>;
|
|
68
|
+
archiveNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeId: NodeId, comment: string) => void, (result: NavigationNodeArchiveResult, nodeId: NodeId, comment: string) => void, (failureReason: any, nodeId: NodeId, comment: string) => void, (nodeId: NodeId, comment: string) => Promise<NavigationNodeArchiveResult>>;
|
|
63
69
|
copy: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, targetParentPageId?: PageId) => void, (result: PageNavigationNode<PageNavigationData>, pageId: PageId, targetParentPageId?: PageId) => void, (failureReason: any, pageId: PageId, targetParentPageId?: PageId) => void, (pageId: PageId, targetParentPageId?: PageId) => Promise<PageNavigationNode<PageNavigationData>>>;
|
|
64
70
|
attachVariationPage: import("@omnia/fx/stores").StoreAction<unknown, (originalPageId: PageId, variationPageId: PageId) => void, (result: PageNavigationNode<PageNavigationData>, originalPageId: PageId, variationPageId: PageId) => void, (failureReason: any, originalPageId: PageId, variationPageId: PageId) => void, (originalPageId: PageId, variationPageId: PageId) => Promise<PageNavigationNode<PageNavigationData>>>;
|
|
65
71
|
visitedpage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: ReadNews, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<ReadNews>>;
|
|
66
72
|
getSitePagesFolderFullUrl: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: string, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<string>>;
|
|
67
73
|
getPageVersionMetaData: import("@omnia/fx/stores").StoreAction<unknown, (versionId: VersionId) => void, (result: ApprovalMetaData, versionId: VersionId) => void, (failureReason: any, versionId: VersionId) => void, (versionId: VersionId) => Promise<ApprovalMetaData>>;
|
|
74
|
+
checkPermission: import("@omnia/fx/stores").StoreAction<unknown, (page: Page) => void, (result: boolean, page: Page) => void, (failureReason: any, page: Page) => void, (page: Page) => Promise<boolean>>;
|
|
68
75
|
};
|
|
69
76
|
private updatePageCollectionSelectionsPromise;
|
|
70
77
|
private handleNewPageAndNode;
|
|
@@ -74,4 +81,5 @@ export declare class PagesStore extends Store {
|
|
|
74
81
|
private updatePageHiddenAndSoftDeleted;
|
|
75
82
|
private updateMovePageTrackingIdForPages;
|
|
76
83
|
private onMergeLayoutCompleted;
|
|
84
|
+
private getPermissionContextParams;
|
|
77
85
|
}
|
|
@@ -22,6 +22,7 @@ export declare class PublishingRuleStore extends Store {
|
|
|
22
22
|
private isHaveSupportedLanguage;
|
|
23
23
|
private isMachineTranslated;
|
|
24
24
|
private isHaveAppAdminPermission;
|
|
25
|
+
private isHavePageCollectionAdminPermission;
|
|
25
26
|
onActivated(): void;
|
|
26
27
|
onDisposing(): void;
|
|
27
28
|
getters: {
|
|
@@ -38,6 +39,7 @@ export declare class PublishingRuleStore extends Store {
|
|
|
38
39
|
canCancelApproval: (pageId: PageId, approvalData: ApprovalData, resolver?: ApprovalRuleResolver) => boolean;
|
|
39
40
|
canApproveOrReject: (pageId: PageId, defaultPageCollectionApprovalData: ApprovalData, resolver?: ApprovalRuleResolver) => boolean;
|
|
40
41
|
isEditableApprovalStep: (pageId: PageId) => boolean;
|
|
42
|
+
canCancelApprovalInCheckoutMode: (pageId: PageId, approvalData: ApprovalData, resolver?: ApprovalRuleResolver) => boolean;
|
|
41
43
|
};
|
|
42
44
|
mutations: {
|
|
43
45
|
updateApprovalData: import("@omnia/fx/stores").StoreMutation<(ruleData: PublishingRule<ApprovalRuleData>) => void, (ruleData: PublishingRule<ApprovalRuleData>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
@@ -56,4 +58,5 @@ export declare class PublishingRuleStore extends Store {
|
|
|
56
58
|
sendBackRules: import("@omnia/fx/stores").StoreAction<unknown, (sendBackPageInfo: SendBackPageInfo) => void, (result: PublishingRule<PublishingRuleData>, sendBackPageInfo: SendBackPageInfo) => void, (failureReason: any, sendBackPageInfo: SendBackPageInfo) => void, (sendBackPageInfo: SendBackPageInfo) => Promise<PublishingRule>>;
|
|
57
59
|
};
|
|
58
60
|
private checkPageRules;
|
|
61
|
+
private hasAdminRolePermission;
|
|
59
62
|
}
|
|
@@ -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","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","
|
|
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","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","SpsSearch","StatisticsPerPageDataSourcesEnum","TableOfContentsHeadingLevel","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","TimeFormat12Hours","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","EnterpriseGlossaryHelper","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","DurableLinkService","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,7 +1,8 @@
|
|
|
1
1
|
import { PageNavigationNode, PageNavigationData, NavigationNode, NavigationData } from "../../fx/models";
|
|
2
2
|
export interface NavigationArchiveDependency {
|
|
3
3
|
parentNavigationNode: NavigationNode<NavigationData>;
|
|
4
|
+
currentNavigationNode: NavigationNode<NavigationData>;
|
|
4
5
|
parentPageNavigationNode?: PageNavigationNode<PageNavigationData>;
|
|
5
|
-
currentPageNavigationNode
|
|
6
|
+
currentPageNavigationNode?: PageNavigationNode<PageNavigationData>;
|
|
6
7
|
archivedNavigationNodes: Array<NavigationNode<NavigationData>>;
|
|
7
8
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { NavigationArchiveInfoType } from "./NavigationArchiveInfoType";
|
|
2
|
+
import { PageId } from "../../fx/models";
|
|
3
|
+
import { GuidValue, Identity, ResolvedUserIdentity } from "@omnia/fx-models";
|
|
4
|
+
import { NavigationArchiveInfoStatus } from "./statuses";
|
|
5
|
+
import { PageArchiveDependency, NavigationArchiveDependency } from ".";
|
|
6
|
+
export interface NavigationArchiveInfo {
|
|
7
|
+
spItemId: number;
|
|
8
|
+
publishingAppId: GuidValue;
|
|
9
|
+
title: string;
|
|
10
|
+
comment: string;
|
|
11
|
+
archivedAt: string;
|
|
12
|
+
archivedBy: Identity;
|
|
13
|
+
type: NavigationArchiveInfoType;
|
|
14
|
+
status: NavigationArchiveInfoStatus;
|
|
15
|
+
pageDependency: PageArchiveDependency;
|
|
16
|
+
navigationDependency: NavigationArchiveDependency;
|
|
17
|
+
archivedByUser?: ResolvedUserIdentity;
|
|
18
|
+
}
|
|
19
|
+
export interface PageNavigationNodeArchiveInfo extends NavigationArchiveInfo {
|
|
20
|
+
pageId: PageId;
|
|
21
|
+
}
|
|
22
|
+
export interface NavigationNodeArchiveInfo extends NavigationArchiveInfo {
|
|
23
|
+
nodeId: number;
|
|
24
|
+
}
|
package/internal-do-not-import-from-here/models/pagearchive/NavigationArchiveInfoDependency.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PageId, VariationId } from "../../fx/models";
|
|
2
|
+
import { NavigationArchiveInfo, PageNavigationNodeArchiveInfo } from "./NavigationArchiveInfo";
|
|
3
|
+
export interface NavigationArchiveInfoDependency {
|
|
4
|
+
dependentParentNode: NavigationArchiveInfo;
|
|
5
|
+
dependentPageTypes: Array<PageNavigationNodeArchiveInfo>;
|
|
6
|
+
dependentOriginalPage: PageNavigationNodeArchiveInfo;
|
|
7
|
+
dependentPageCollection: PageNavigationNodeArchiveInfo;
|
|
8
|
+
requiredPageTypeIds: Array<PageId>;
|
|
9
|
+
requiredOriginalPageId: PageId;
|
|
10
|
+
requiredPageCollectionId: PageId;
|
|
11
|
+
notFoundVaritaionIds: Array<VariationId>;
|
|
12
|
+
alreadyExistPageForVariation: VariationId;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UserIdentity } from "@omnia/fx-models";
|
|
2
|
-
import {
|
|
3
|
-
export interface
|
|
2
|
+
import { NavigationArchiveInfoType } from ".";
|
|
3
|
+
export interface NavigationArchiveInfoQueryRequest {
|
|
4
4
|
searchText: string;
|
|
5
5
|
archivedBy?: UserIdentity;
|
|
6
|
-
types: Array<
|
|
6
|
+
types: Array<NavigationArchiveInfoType>;
|
|
7
7
|
nextPage?: string;
|
|
8
8
|
rowLimit?: number;
|
|
9
9
|
from?: Date;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NavigationArchiveInfoType = void 0;
|
|
4
|
+
var NavigationArchiveInfoType;
|
|
5
|
+
(function (NavigationArchiveInfoType) {
|
|
6
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["Page"] = 1] = "Page";
|
|
7
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["PageCollection"] = 2] = "PageCollection";
|
|
8
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["PageType"] = 3] = "PageType";
|
|
9
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["PageVariation"] = 4] = "PageVariation";
|
|
10
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["Link"] = 5] = "Link";
|
|
11
|
+
NavigationArchiveInfoType[NavigationArchiveInfoType["Text"] = 6] = "Text";
|
|
12
|
+
})(NavigationArchiveInfoType = exports.NavigationArchiveInfoType || (exports.NavigationArchiveInfoType = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
1
|
+
export * from "./NavigationArchiveInfo";
|
|
2
|
+
export * from "./NavigationArchiveInfoRef";
|
|
3
|
+
export * from "./NavigationArchiveInfoQueryRequest";
|
|
4
|
+
export * from "./NavigationArchiveInfoQueryResult";
|
|
5
|
+
export * from "./NavigationArchiveInfoType";
|
|
6
6
|
export * from "./NavigationArchiveDependency";
|
|
7
7
|
export * from "./PageArchiveDependency";
|
|
8
|
-
export * from "./
|
|
8
|
+
export * from "./NavigationArchiveInfoDependency";
|
|
9
9
|
export * from "./statuses";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./
|
|
5
|
-
tslib_1.__exportStar(require("./
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
4
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfo"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfoRef"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfoQueryRequest"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfoQueryResult"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfoType"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./NavigationArchiveDependency"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./PageArchiveDependency"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./
|
|
11
|
+
tslib_1.__exportStar(require("./NavigationArchiveInfoDependency"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./statuses"), exports);
|