@omnia/wcm 7.1.91-preview → 8.0.0-dev
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/index.d.ts +2 -1
- package/internal-do-not-import-from-here/core/Constants.d.ts +2 -0
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +4 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +0 -1
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +9 -0
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
- package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +42 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +107 -3
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +6 -2
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +7 -3
- package/internal-do-not-import-from-here/fx/models/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/index.js +3 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +2 -2
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +9 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +15 -7
- package/internal-do-not-import-from-here/fx/models/pages/PageData.js +1 -1
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.js +2 -0
- package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/search/index.js +4 -0
- package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/{stores → shared}/PageRollupStoreHelper.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/stores/BreakpointStore.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +3 -11
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +2 -2
- 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/TypedNamedProperties.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +1 -2
- package/internal-do-not-import-from-here/tooling.output.json +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -0
- package/package.json +1 -1
- package/task.js +3 -3
- package/task.ts +4 -4
- package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Guid, PropertyDisplaySettingsBase, PropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
import { PageTypePropertyValue } from "../values";
|
|
3
|
+
export declare class PageTypeDisplaySettings extends PropertyDisplaySettingsBase {
|
|
4
|
+
inline?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export type PageTypeEditorSettings = {
|
|
7
|
+
required?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const PageTypePropertyDefinitionId: Guid;
|
|
10
|
+
export declare class PageTypePropertyDefinition extends PropertyDefinition<PageTypePropertyValue, PageTypeDisplaySettings, PageTypeEditorSettings> {
|
|
11
|
+
id: Guid;
|
|
12
|
+
typeName: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PageTypePropertyDefinition = exports.PageTypePropertyDefinitionId = exports.PageTypeDisplaySettings = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class PageTypeDisplaySettings extends fx_models_1.PropertyDisplaySettingsBase {
|
|
6
|
+
}
|
|
7
|
+
exports.PageTypeDisplaySettings = PageTypeDisplaySettings;
|
|
8
|
+
exports.PageTypePropertyDefinitionId = new fx_models_1.Guid("a6698c59-ee52-4654-85c0-9cbef94657f8");
|
|
9
|
+
class PageTypePropertyDefinition extends fx_models_1.PropertyDefinition {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.id = exports.PageTypePropertyDefinitionId;
|
|
13
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.PageType;";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.PageTypePropertyDefinition = PageTypePropertyDefinition;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Guid, PropertyDisplaySettingsBase, PropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
import { PublishingAppPropertyValue } from "../values";
|
|
3
|
+
export declare class PublishingAppDisplaySettings extends PropertyDisplaySettingsBase {
|
|
4
|
+
inline?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export type PublishingAppEditorSettings = {
|
|
7
|
+
required?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const PublishingAppPropertyDefinitionId: Guid;
|
|
10
|
+
export declare class PublishingAppPropertyDefinition extends PropertyDefinition<PublishingAppPropertyValue, PublishingAppDisplaySettings, PublishingAppEditorSettings> {
|
|
11
|
+
id: Guid;
|
|
12
|
+
typeName: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublishingAppPropertyDefinition = exports.PublishingAppPropertyDefinitionId = exports.PublishingAppDisplaySettings = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class PublishingAppDisplaySettings extends fx_models_1.PropertyDisplaySettingsBase {
|
|
6
|
+
}
|
|
7
|
+
exports.PublishingAppDisplaySettings = PublishingAppDisplaySettings;
|
|
8
|
+
exports.PublishingAppPropertyDefinitionId = new fx_models_1.Guid("339e8360-b431-46c7-8758-0dfbcba60926");
|
|
9
|
+
class PublishingAppPropertyDefinition extends fx_models_1.PropertyDefinition {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.id = exports.PublishingAppPropertyDefinitionId;
|
|
13
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.PublishingApp;";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.PublishingAppPropertyDefinition = PublishingAppPropertyDefinition;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./PageCollectionPropertyDefinition"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PageTypePropertyDefinition"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./PublishingAppPropertyDefinition"), exports);
|
package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PageCollectionPropertyValue = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class PageCollectionPropertyValue extends fx_models_1.PropertyValue {
|
|
6
|
+
constructor(id) {
|
|
7
|
+
super();
|
|
8
|
+
this.id = id;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.PageCollectionPropertyValue = PageCollectionPropertyValue;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PageTypePropertyValue = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class PageTypePropertyValue extends fx_models_1.PropertyValue {
|
|
6
|
+
constructor(id) {
|
|
7
|
+
super();
|
|
8
|
+
this.id = id;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.PageTypePropertyValue = PageTypePropertyValue;
|
package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PublishingAppPropertyValue = void 0;
|
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
|
5
|
+
class PublishingAppPropertyValue extends fx_models_1.PropertyValue {
|
|
6
|
+
constructor(id) {
|
|
7
|
+
super();
|
|
8
|
+
this.id = id;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.PublishingAppPropertyValue = PublishingAppPropertyValue;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./PageCollectionPropertyValue"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PageTypePropertyValue"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./PublishAppPropertyValue"), exports);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { GuidValue, IndexedDocument } from "@omnia/fx-models";
|
|
2
|
+
import { PublishingChannelId } from "../channels";
|
|
3
|
+
import { VariationId } from "../variations";
|
|
4
|
+
export interface PageDocument extends IndexedDocument {
|
|
5
|
+
pageId: number;
|
|
6
|
+
createdBy: string;
|
|
7
|
+
createdAt: Date;
|
|
8
|
+
modifiedBy: string;
|
|
9
|
+
modifiedAt: Date;
|
|
10
|
+
pageCollectionId: number;
|
|
11
|
+
publishingAppId?: GuidValue;
|
|
12
|
+
layoutDataParentPageId?: number;
|
|
13
|
+
commentsAndLikesSettings: string;
|
|
14
|
+
defaultChannel?: PublishingChannelId;
|
|
15
|
+
channels?: Array<PublishingChannelId>;
|
|
16
|
+
variationId?: VariationId;
|
|
17
|
+
variationOfPageId?: number;
|
|
18
|
+
notCreatedVariationIds?: Array<VariationId>;
|
|
19
|
+
pUrlSegment?: string;
|
|
20
|
+
commentCount: number;
|
|
21
|
+
reactionCount: number;
|
|
22
|
+
pageHitsTotal: number;
|
|
23
|
+
pageHitsLastWeek: number;
|
|
24
|
+
pageHitsLastMonth: number;
|
|
25
|
+
uniqueVisitorsTotal: number;
|
|
26
|
+
uniqueVisitorsLastWeek: number;
|
|
27
|
+
uniqueVisitorsLastMonth: number;
|
|
28
|
+
commentCountLastWeek: number;
|
|
29
|
+
commentCountLastMonth: number;
|
|
30
|
+
reactionCountLastWeek: number;
|
|
31
|
+
reactionCountLastMonth: number;
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./PageDocument";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PagedBatchSearchRequest, IPagedSearchResult } from "@omnia/fx-models";
|
|
2
|
+
import { ExtendedInformationPageQueryData, PageDocument, PageId } from "../models";
|
|
3
|
+
import { ReindexContentOmniaSearch } from "../internal";
|
|
4
|
+
import { OmniaSearchService } from "@omnia/fx/services";
|
|
5
|
+
export declare class OmniaSearchPageService {
|
|
6
|
+
private httpClient;
|
|
7
|
+
omniaSearchService: OmniaSearchService;
|
|
8
|
+
constructor();
|
|
9
|
+
queryBatchPages: (searchQueryRequest: PagedBatchSearchRequest, cancelRequest?: (cancelToken: any) => void) => Promise<IPagedSearchResult<PageDocument>[]>;
|
|
10
|
+
getExtendedInformationPageQueryData: (pageIds: Array<PageId>) => Promise<ExtendedInformationPageQueryData>;
|
|
11
|
+
triggerReindexContentOmniaSearchPublishingApp: () => Promise<string>;
|
|
12
|
+
triggerReindexContentOmniaSearchTenant: () => Promise<string>;
|
|
13
|
+
getReindexContentOmniaSearchStatus: (resourceId: string) => Promise<ReindexContentOmniaSearch>;
|
|
14
|
+
getReindexContentLogs: (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => Promise<{
|
|
15
|
+
total: number;
|
|
16
|
+
value: ReindexContentOmniaSearch[];
|
|
17
|
+
}>;
|
|
18
|
+
}
|
|
@@ -3,6 +3,7 @@ import { WcmContext } from "../contexts";
|
|
|
3
3
|
import { MultilingualStore } from "@omnia/fx/stores";
|
|
4
4
|
export declare class PageQueryService {
|
|
5
5
|
private httpClient;
|
|
6
|
+
private omniaHttpClient;
|
|
6
7
|
private omniaContext;
|
|
7
8
|
wcmContext: WcmContext;
|
|
8
9
|
multilingualStore: MultilingualStore;
|
|
@@ -17,6 +18,7 @@ export declare class PageQueryService {
|
|
|
17
18
|
getDefaultPageImageSrc: () => string;
|
|
18
19
|
exportToExcel: (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>;
|
|
19
20
|
getExportedFile: (exportingFileName: string, exportingFileToken: string) => Promise<void>;
|
|
21
|
+
checkMigrationOmniaSearchStatus: () => Promise<boolean>;
|
|
20
22
|
private processPagesDetailData;
|
|
21
23
|
private getPageVisited;
|
|
22
24
|
private findPageInNode;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedBatchSearchRequest } from "@omnia/fx-models";
|
|
2
|
+
import { EnterprisePropertyStore } from "@omnia/fx/stores";
|
|
3
|
+
import { BatchQueryPages } from "../models";
|
|
4
|
+
import { PublishingAppInfoStore } from "../stores";
|
|
5
|
+
export declare class OmniaSearchQueryHelper {
|
|
6
|
+
enterprisePropertyStore: EnterprisePropertyStore;
|
|
7
|
+
publishingAppInfoStore: PublishingAppInfoStore;
|
|
8
|
+
private enterpriseProperties;
|
|
9
|
+
private querableProperties;
|
|
10
|
+
private publishingAppInfos;
|
|
11
|
+
generatePagedBatchSearchRequest(queries: BatchQueryPages[]): Promise<{
|
|
12
|
+
searchQueryRequest: PagedBatchSearchRequest;
|
|
13
|
+
batchQueryPagesError: BatchQueryPages[];
|
|
14
|
+
}>;
|
|
15
|
+
static camelize(str: string): string;
|
|
16
|
+
private hasBusinessProfileScopeQuery;
|
|
17
|
+
private getSearchBoxKeywords;
|
|
18
|
+
private getFilterExpressionString;
|
|
19
|
+
private getSingleValueOperatorString;
|
|
20
|
+
private getContainsOperatorString;
|
|
21
|
+
private getFiltersExpressionString;
|
|
22
|
+
private getFieldValuesString;
|
|
23
|
+
private getOperatorString;
|
|
24
|
+
private getPropertyName;
|
|
25
|
+
private getPropertyValue;
|
|
26
|
+
private getLogicalOperatorString;
|
|
27
|
+
private removeConditionExpressionFilter;
|
|
28
|
+
private getRetrieveProperties;
|
|
29
|
+
private isDateTimeStampProperty;
|
|
30
|
+
private getSortList;
|
|
31
|
+
private parseBatchQueryPagesToOmniaSearch;
|
|
32
|
+
}
|
|
@@ -19,6 +19,7 @@ interface BatchQueryPagesExtends extends BatchQueryPages {
|
|
|
19
19
|
}
|
|
20
20
|
declare class InternalPageRollupStoreHelper {
|
|
21
21
|
private pageQueryService;
|
|
22
|
+
private pageSearchHelper;
|
|
22
23
|
private pageRollupStore;
|
|
23
24
|
private propertyStore;
|
|
24
25
|
private targetingPropertyStore;
|
|
@@ -46,7 +47,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
46
47
|
private initialDataResolvable;
|
|
47
48
|
private _pageBlockPropertyStore;
|
|
48
49
|
private currentIdentity;
|
|
49
|
-
private
|
|
50
|
+
private cancelBatchQueryTokens;
|
|
50
51
|
private executingBatchQuery;
|
|
51
52
|
private hasNewBatchQueryNeedToExecute;
|
|
52
53
|
private pagerollupOutsideWCMLayout;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ChannelManagementStore, PageRollupStore } from "..";
|
|
2
|
+
import { BatchQueryPages, BatchQueryPagesResult } from "../models";
|
|
3
|
+
import { OmniaSearchQueryHelper } from "./OmniaSearchQueryHelper";
|
|
4
|
+
import { EnterprisePropertyStore, FeatureStore, MultilingualStore } from "@omnia/fx/stores";
|
|
5
|
+
export declare class PageSearchHelper {
|
|
6
|
+
private pageQueryService;
|
|
7
|
+
private omniaSearchPageService;
|
|
8
|
+
channelManagementStore: ChannelManagementStore;
|
|
9
|
+
multilingualStore: MultilingualStore;
|
|
10
|
+
enterprisePropertyStore: EnterprisePropertyStore;
|
|
11
|
+
omniaSearchQueryHelper: OmniaSearchQueryHelper;
|
|
12
|
+
featureStore: FeatureStore;
|
|
13
|
+
pageRollupStore: PageRollupStore;
|
|
14
|
+
private static outOfScopeOmniaSearchProperties;
|
|
15
|
+
queryBatchPages(queries: BatchQueryPages[], cancelRequest?: (cancelToken: any) => void): Promise<BatchQueryPagesResult>;
|
|
16
|
+
private getOutOfScopeOmniaSearchQueries;
|
|
17
|
+
private hasOutOfScopeOmniaSearchPropertiesInFilter;
|
|
18
|
+
private ensureQueryPageRollupInOmniaSearch;
|
|
19
|
+
private trimDuplicateBatchResults;
|
|
20
|
+
private processPagesDetailData;
|
|
21
|
+
private getUniquePageDetails;
|
|
22
|
+
private mapProperties;
|
|
23
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
|
-
import {
|
|
2
|
+
import { useBreakPoints } from "@omnia/fx/ux";
|
|
3
3
|
export declare class BreakpointStore extends Store {
|
|
4
4
|
private breakpoint;
|
|
5
5
|
protected onActivated(): void;
|
|
6
6
|
protected onDisposing(): void;
|
|
7
7
|
getters: {
|
|
8
|
-
currentBreakpoint: () =>
|
|
8
|
+
currentBreakpoint: () => ReturnType<typeof useBreakPoints>;
|
|
9
9
|
};
|
|
10
10
|
mutations: {
|
|
11
|
-
updateBreakpoint: import("@omnia/fx/stores").StoreMutation<(breakpoint:
|
|
11
|
+
updateBreakpoint: import("@omnia/fx/stores").StoreMutation<(breakpoint: ReturnType<typeof useBreakPoints>) => void, (breakpoint: import("@omnia/fx-models").Breakpoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
12
12
|
};
|
|
13
13
|
}
|
|
@@ -54,9 +54,10 @@ export declare class PageRollupStore extends Store {
|
|
|
54
54
|
private loadIndexedDBPromise;
|
|
55
55
|
private metricUniqueKey;
|
|
56
56
|
private tenantPublishingAppIdKey;
|
|
57
|
+
private omniaSearchMigrationStatusPromise;
|
|
57
58
|
/**
|
|
58
|
-
|
|
59
|
-
|
|
59
|
+
* Private properties
|
|
60
|
+
*/
|
|
60
61
|
private itemQueryResult;
|
|
61
62
|
onActivated(): void;
|
|
62
63
|
onDisposing(): void;
|
|
@@ -117,6 +118,7 @@ export declare class PageRollupStore extends Store {
|
|
|
117
118
|
}>>>;
|
|
118
119
|
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result: ExportQueryPagesResult, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (failureReason: any, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>>;
|
|
119
120
|
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>>;
|
|
121
|
+
ensureOmniaSearchMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
120
122
|
};
|
|
121
123
|
/**
|
|
122
124
|
* Find page and page variation in specific node
|
|
@@ -42,6 +42,6 @@ export default class LinkPickerMenu extends ToolbarExtension implements ToolbarP
|
|
|
42
42
|
private onAddLinkClicked;
|
|
43
43
|
private onRemoveLink;
|
|
44
44
|
private onConfigureProviders;
|
|
45
|
-
render():
|
|
46
|
-
renderCreateLinkDialog():
|
|
45
|
+
render(): JSX.Element;
|
|
46
|
+
renderCreateLinkDialog(): JSX.Element;
|
|
47
47
|
}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
get schema(): any;
|
|
5
|
-
keys(): {
|
|
6
|
-
Space: (state: any, dispatch: any, view: any) => boolean;
|
|
7
|
-
};
|
|
8
|
-
commands({ type }: {
|
|
9
|
-
type: any;
|
|
10
|
-
}): (attrs: any) => (state: any, dispatch: any) => void;
|
|
11
|
-
}
|
|
1
|
+
import { Node } from "@tiptap/core";
|
|
2
|
+
declare const _default: Node<any, any>;
|
|
3
|
+
export default _default;
|
|
@@ -30,7 +30,7 @@ export default class LinkPickerToolbar extends ToolbarExtension implements Toolb
|
|
|
30
30
|
private dispatchHandler;
|
|
31
31
|
private onCloseLinkPicker;
|
|
32
32
|
private getSelectionText;
|
|
33
|
-
render():
|
|
33
|
+
render(): JSX.Element;
|
|
34
34
|
private onConfigureProviders;
|
|
35
|
-
renderCreateLinkDialog():
|
|
35
|
+
renderCreateLinkDialog(): JSX.Element;
|
|
36
36
|
}
|
|
@@ -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"}
|
|
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"}}}}
|
|
@@ -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"}
|
|
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"}},"./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","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"}}}}
|
|
@@ -4,7 +4,6 @@ exports.TypedProperties = void 0;
|
|
|
4
4
|
const models_1 = require("@omnia/wcm/models");
|
|
5
5
|
class TypedProperties {
|
|
6
6
|
}
|
|
7
|
-
exports.TypedProperties = TypedProperties;
|
|
8
7
|
TypedProperties.RouteProperties = class {
|
|
9
8
|
static get publishingAppId() {
|
|
10
9
|
return {
|
|
@@ -13,3 +12,4 @@ TypedProperties.RouteProperties = class {
|
|
|
13
12
|
};
|
|
14
13
|
}
|
|
15
14
|
};
|
|
15
|
+
exports.TypedProperties = TypedProperties;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"wc":{"namespace":"owcm","mappings":{"WcmDashboardMetric-401Detail":"wcm-dashboard-metric-401-detail","WcmDashboardMetric-401Indicator":"wcm-dashboard-metric-401-indicator","WcmDashboardMetric-404Detail":"wcm-dashboard-metric-404-detail","WcmDashboardMetric-404Indicator":"wcm-dashboard-metric-404-indicator","OwcmOmniaSearchLogging":"owcm-omnia-search-logging","WcmPageNavigation":"wcm-page-navigation","WcmPageNavigationSettings":"wcm-page-navigation-settings","WcmGovernanceAdminDashboardMenuJourney":"wcm-governance-admin-dashboard-menu-journey","WcmGovernanceAdminDashboardUnderusedcontentJourney":"wcm-governance-admin-dashboard-underusedcontent-journey","WcmGovernanceAdminDashboardActiveuserJourney":"wcm-governance-admin-dashboard-activeuser-journey","WcmGovernanceAdminDashboardUserpropertyJourney":"wcm-governance-admin-dashboard-userproperty-journey","WcmAdminQueryproperties":"wcm-admin-queryproperties","OwcmPageRollup":"owcm-page-rollup","OwcmPublishingappFilterengineRenderer":"owcm-publishingapp-filterengine-renderer","OwcmFilterengineSelectionsareaPublishingapp":"owcm-filterengine-selectionsarea-publishingapp","OwcmPublishingappFilterenginePropertysettings":"owcm-publishingapp-filterengine-propertysettings","OwcmPublishingappFilterengineDefaultvalueInput":"owcm-publishingapp-filterengine-defaultvalue-input","OwcmPagetypeFilterengineRenderer":"owcm-pagetype-filterengine-renderer","OwcmFilterengineSelectionsareaPagetype":"owcm-filterengine-selectionsarea-pagetype","OwcmPagetypeFilterenginePropertysettings":"owcm-pagetype-filterengine-propertysettings","OwcmPagetypeFilterengineDefaultvalueInput":"owcm-pagetype-filterengine-defaultvalue-input","OwcmChannelFilterengineRenderer":"owcm-channel-filterengine-renderer","OwcmFilterengineSelectionsareaChannel":"owcm-filterengine-selectionsarea-channel","OwcmChannelFilterenginePropertysettings":"owcm-channel-filterengine-propertysettings","OwcmChannelFilterengineDefaultvalueInput":"owcm-channel-filterengine-defaultvalue-input","WcmAdminReindexcontentOmniasearchBlade":"wcm-admin-reindexcontent-omniasearch-blade","OwcmPageRollupMetricDetail":"owcm-page-rollup-metric-detail","OwcmPageRollupRenderer":"owcm-page-rollup-renderer","WcmPropertiesPagecollectionDisplay":"wcm-properties-pagecollection-display","WcmPropertiesPagecollectionEditor":"wcm-properties-pagecollection-editor","WcmPropertiesPagetypeDisplay":"wcm-properties-pagetype-display","WcmPropertiesPagetypeEditor":"wcm-properties-pagetype-editor","WcmPropertiesPublishingappDisplay":"wcm-properties-publishingapp-display","WcmPropertiesPublishingappEditor":"wcm-properties-publishingapp-editor","OwcmEditor":"owcm-editor","WcmLinkNavigationForm":"wcm-link-navigation-form","OwcmPagerenderer":"owcm-pagerenderer","OwcmAppmanagementSetup":"owcm-appmanagement-setup","OwcmAttachSiteButton":"owcm-attach-site-button","OwcmAppEditing":"owcm-app-editing","OmxEmSystemAccount":"omx-em-system-account"}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
utf8
|
package/package.json
CHANGED
package/task.js
CHANGED
|
@@ -25,9 +25,9 @@ function init() {
|
|
|
25
25
|
resourceId: "673c8e89-b2a1-40de-89aa-47c8e443a173"
|
|
26
26
|
}
|
|
27
27
|
]);
|
|
28
|
-
const
|
|
29
|
-
if (fsExtra.existsSync(
|
|
30
|
-
(0, tooling_vue_1.
|
|
28
|
+
const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
|
|
29
|
+
if (fsExtra.existsSync(outputPath)) {
|
|
30
|
+
(0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
package/task.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
import { registerManifestsReference,
|
|
2
|
+
import { registerManifestsReference, registerOutputInfo } from "@omnia/tooling-vue";
|
|
3
3
|
|
|
4
4
|
const path = require("path");
|
|
5
5
|
const fs = require("fs");
|
|
@@ -27,9 +27,9 @@ export function init() {
|
|
|
27
27
|
}
|
|
28
28
|
]);
|
|
29
29
|
|
|
30
|
-
const
|
|
31
|
-
if (fsExtra.existsSync(
|
|
32
|
-
|
|
30
|
+
const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
|
|
31
|
+
if (fsExtra.existsSync(outputPath)) {
|
|
32
|
+
registerOutputInfo(fsExtra.readJSONSync(outputPath));
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1 +0,0 @@
|
|
|
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":["title","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"]}
|