@omnia/wcm 7.11.27 → 7.11.28
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.
|
@@ -13,6 +13,7 @@ export declare class PageSearchHelper {
|
|
|
13
13
|
featureStore: FeatureStore;
|
|
14
14
|
pageRollupStore: PageRollupStore;
|
|
15
15
|
omniaCtx: OmniaContext;
|
|
16
|
+
private richTextPropertyInternalNames;
|
|
16
17
|
private static outOfScopeOmniaSearchProperties;
|
|
17
18
|
queryBatchPages(queries: BatchQueryPages[], cancelRequest?: (cancelToken: any) => void): Promise<BatchQueryPagesResult>;
|
|
18
19
|
private getOutOfScopeOmniaSearchQueries;
|
|
@@ -22,4 +23,7 @@ export declare class PageSearchHelper {
|
|
|
22
23
|
private processPagesDetailData;
|
|
23
24
|
private getUniquePageDetails;
|
|
24
25
|
private mapProperties;
|
|
26
|
+
private replaceTokenWithDnsForRichTextProperties;
|
|
27
|
+
private getRichTextPropertyInternalNames;
|
|
28
|
+
private replaceTokenWithDns;
|
|
25
29
|
}
|
package/package.json
CHANGED