@omnia/wcm 7.9.36 → 7.9.37
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.
|
@@ -1,4 +1,4 @@
|
|
|
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";
|
|
@@ -16,6 +16,7 @@ export declare class OmniaSearchCategoryQueryHelper {
|
|
|
16
16
|
private pagesStore;
|
|
17
17
|
omniaSearchService: OmniaSearchService;
|
|
18
18
|
termStore: TermStore;
|
|
19
|
+
multilingualStore: MultilingualStore;
|
|
19
20
|
private enterpriseProperties;
|
|
20
21
|
private querableProperties;
|
|
21
22
|
private appInfos;
|
|
@@ -31,6 +32,8 @@ export declare class OmniaSearchCategoryQueryHelper {
|
|
|
31
32
|
private resolveTermData;
|
|
32
33
|
private processTermPropertyData;
|
|
33
34
|
private isArrayString;
|
|
35
|
+
private hasPublishingAppTitleMapping;
|
|
36
|
+
private resolvePublishingAppTitleData;
|
|
34
37
|
private ensureBuiltInPropertyValue;
|
|
35
38
|
private mappingRefinerResult;
|
|
36
39
|
private generateScopeFilterBuilders;
|