@omnia/workplace 7.0.9-dev → 7.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/Fx.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +1 -6
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -10
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +5 -1
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +62 -8
- package/internal-do-not-import-from-here/models/Constants.js +67 -11
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
- package/internal-do-not-import-from-here/models/Enums.js +7 -0
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +116 -11
- package/internal-do-not-import-from-here/models/ManifestIds.js +119 -12
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +3 -2
- package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +4 -21
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -23
- package/internal-do-not-import-from-here/models/Secrets.d.ts +2 -1
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +3 -3
- package/internal-do-not-import-from-here/models/Workspace.js +2 -2
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
- package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +6 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +0 -9
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/apps/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/apps/index.js +0 -1
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/models/index.js +5 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +8 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +14 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +4 -3
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +21 -5
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +16 -10
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
- package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +5 -2
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +6 -4
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +15 -8
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +1 -1
- package/package.json +1 -1
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
- /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
|
@@ -4,6 +4,8 @@ export declare const GovernanceDashboardStyles: {
|
|
|
4
4
|
container?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
5
5
|
breadcrumbItem?: types.NestedCSSProperties;
|
|
6
6
|
breadcrumbDisable?: types.NestedCSSProperties;
|
|
7
|
+
headerContainer?: types.NestedCSSProperties;
|
|
8
|
+
closeButton?: types.NestedCSSProperties;
|
|
7
9
|
};
|
|
8
10
|
export declare const GovernanceDashboardSettingsStyles: {
|
|
9
11
|
container?: types.NestedCSSProperties;
|
|
@@ -17,7 +17,7 @@ export declare const VerticalMegaMenuStyles: {
|
|
|
17
17
|
listItem: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
18
18
|
menu: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
19
19
|
menuDropDownSize: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
20
|
-
menuDropDown:
|
|
20
|
+
menuDropDown: types.NestedCSSProperties;
|
|
21
21
|
dynamicMenuScrollable: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties;
|
|
22
22
|
closeButton: types.NestedCSSProperties;
|
|
23
23
|
accessibilityLink: types.NestedCSSProperties;
|
|
@@ -70,10 +70,13 @@ export declare const AppLaunchStyles: {
|
|
|
70
70
|
export declare const SimpleListingSearchTemplateStyles: {
|
|
71
71
|
itemWrapper?: types.NestedCSSProperties;
|
|
72
72
|
linkAvatar?: types.NestedCSSProperties;
|
|
73
|
+
noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties;
|
|
74
|
+
title?: types.NestedCSSProperties;
|
|
73
75
|
};
|
|
74
76
|
export declare const AppIconSearchTemplateStyles: {
|
|
75
77
|
itemWrapper?: types.NestedCSSProperties;
|
|
76
78
|
itemInner?: types.NestedCSSProperties;
|
|
77
79
|
linkAvatar?: types.NestedCSSProperties;
|
|
80
|
+
noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties;
|
|
78
81
|
link?: types.NestedCSSProperties;
|
|
79
82
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import { SpacingSettings
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
|
+
import { Theming } from "@omnia/fx/ux";
|
|
3
4
|
import { NotificationPanelCustomColorModel, NoficationPanelDisplaySettings } from "../NotificationPanel";
|
|
4
5
|
export declare const NotificationPanelStyles: {
|
|
5
6
|
component?: types.NestedCSSProperties;
|
|
6
7
|
getblockheaderstyle?: (showtitle: boolean, color: string, bgcolor: string, padding: SpacingSettings, margin: SpacingSettings) => types.NestedCSSProperties;
|
|
7
|
-
setColor?: types.NestedCSSProperties;
|
|
8
|
+
setColor?: (color: any) => types.NestedCSSProperties;
|
|
8
9
|
setTabIconColor?: (color: string) => types.NestedCSSProperties;
|
|
9
10
|
setCustomColor?: (customColors: NotificationPanelCustomColorModel) => types.NestedCSSProperties;
|
|
10
11
|
setBackgroundColor?: (color: string) => types.NestedCSSProperties;
|
|
@@ -14,7 +15,7 @@ export declare const NotificationPanelStyles: {
|
|
|
14
15
|
setCategoryTabWidth?: (categoriesPerRow: number) => types.NestedCSSProperties;
|
|
15
16
|
buttonOutline?: types.NestedCSSProperties;
|
|
16
17
|
createColorSchemaForTabs: (customColors: NotificationPanelCustomColorModel, theming: Theming) => types.NestedCSSProperties;
|
|
17
|
-
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number) => types.NestedCSSProperties;
|
|
18
|
+
createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number, isAccessibilityMode: boolean) => types.NestedCSSProperties;
|
|
18
19
|
createTabItemMediaQuery?: () => types.MediaQuery;
|
|
19
20
|
centerText?: types.NestedCSSProperties;
|
|
20
21
|
verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SpacingSettings } from "@omnia/fx/models";
|
|
2
|
+
import { types } from "typestyle";
|
|
3
|
+
/**
|
|
4
|
+
* Styles for the QRCode component
|
|
5
|
+
*/
|
|
6
|
+
export declare const QRCodeStyles: {
|
|
7
|
+
container: types.NestedCSSProperties;
|
|
8
|
+
qrImage: types.NestedCSSProperties;
|
|
9
|
+
setBlockPadding?: (val: SpacingSettings) => types.NestedCSSProperties;
|
|
10
|
+
};
|
|
@@ -2,11 +2,11 @@ import { types } from "typestyle";
|
|
|
2
2
|
import { OmniaTheming, ITheming } from "@omnia/fx/ux";
|
|
3
3
|
import { SpacingSettings } from "@omnia/fx-models";
|
|
4
4
|
import { SearchBoxStyling } from "../SearchBoxStyling";
|
|
5
|
-
|
|
5
|
+
type SearchRule = {
|
|
6
6
|
container?: (showInHeader: boolean, compactChrome: boolean) => types.NestedCSSProperties;
|
|
7
7
|
searchCategory?: types.NestedCSSProperties;
|
|
8
8
|
searchCategoryHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
9
|
-
searchCategoryContent?: types.NestedCSSProperties;
|
|
9
|
+
searchCategoryContent?: (paddingBottom: boolean) => types.NestedCSSProperties;
|
|
10
10
|
resultRow?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
11
11
|
dialogContainer?: types.NestedCSSProperties;
|
|
12
12
|
dialogHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
@@ -16,10 +16,12 @@ declare type SearchRule = {
|
|
|
16
16
|
linkSeeMore?: types.NestedCSSProperties;
|
|
17
17
|
headerTitle?: types.NestedCSSProperties;
|
|
18
18
|
textboxDialogMode?: types.NestedCSSProperties;
|
|
19
|
-
noResult?:
|
|
19
|
+
noResult?: types.NestedCSSProperties;
|
|
20
|
+
contentTop?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
|
|
20
21
|
searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
|
|
21
22
|
dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
|
|
22
23
|
dropdownOverride?: types.NestedCSSProperties;
|
|
24
|
+
spellingSuggestionLink?: types.NestedCSSProperties;
|
|
23
25
|
};
|
|
24
26
|
export declare const SearchAdminStyles: {
|
|
25
27
|
container?: types.NestedCSSProperties;
|
|
@@ -38,6 +40,7 @@ export declare const SearchAdminStyles: {
|
|
|
38
40
|
refinersTableActionsHeader?: types.NestedCSSProperties;
|
|
39
41
|
inputLabel?: types.NestedCSSProperties;
|
|
40
42
|
enterprisePropertyPosition?: types.NestedCSSProperties;
|
|
43
|
+
expansionHeaderWrapper?: types.NestedCSSProperties;
|
|
41
44
|
};
|
|
42
45
|
export declare const QuickSearchStyles: SearchRule;
|
|
43
46
|
export declare const AdvancedSearchStyles: {
|
|
@@ -56,7 +59,7 @@ export declare const AdvancedSearchStyles: {
|
|
|
56
59
|
searchTitleWapper?: types.NestedCSSProperties;
|
|
57
60
|
searchTitle?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
58
61
|
searchResultWapper?: types.NestedCSSProperties;
|
|
59
|
-
searchResultBlock?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
62
|
+
searchResultBlock?: (dialogMode: boolean, containerMaxHeight: number) => types.NestedCSSProperties;
|
|
60
63
|
searchResultContainer?: types.NestedCSSProperties;
|
|
61
64
|
searchResultItems?: types.NestedCSSProperties;
|
|
62
65
|
resultRow?: (theme: OmniaTheming, smallLayout: boolean) => types.NestedCSSProperties;
|
|
@@ -64,10 +67,23 @@ export declare const AdvancedSearchStyles: {
|
|
|
64
67
|
positionSearchBlock?: types.NestedCSSProperties;
|
|
65
68
|
linkSeeLess?: types.NestedCSSProperties;
|
|
66
69
|
dropdownResultTabs?: types.NestedCSSProperties;
|
|
67
|
-
dropdownResult?: (height: number, width: number, showOnHeader: boolean, xsOnly: boolean) => types.NestedCSSProperties;
|
|
70
|
+
dropdownResult?: (height: number, width: number, showOnHeader: boolean, xsOnly: boolean, containerLeftPosition?: number) => types.NestedCSSProperties;
|
|
68
71
|
searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
|
|
69
72
|
footerContainer?: types.NestedCSSProperties;
|
|
70
73
|
textAlignLeft?: types.NestedCSSProperties;
|
|
74
|
+
promotedResultHeader?: types.NestedCSSProperties;
|
|
75
|
+
promotedResultDivider?: types.NestedCSSProperties;
|
|
76
|
+
refinerPanelHeader?: types.NestedCSSProperties;
|
|
77
|
+
refinerPanelContent?: types.NestedCSSProperties;
|
|
78
|
+
spellingSusstionWrapper?: types.NestedCSSProperties;
|
|
79
|
+
spellingSuggestionLink?: types.NestedCSSProperties;
|
|
80
|
+
};
|
|
81
|
+
export declare const AdvancedSearchSettingsStyles: {
|
|
82
|
+
container?: types.NestedCSSProperties;
|
|
83
|
+
settingsHeaderContainer?: types.NestedCSSProperties;
|
|
84
|
+
settingsHeaderDragButton?: types.NestedCSSProperties;
|
|
85
|
+
settingsHeaderButton?: types.NestedCSSProperties;
|
|
86
|
+
settingsPanel?: types.NestedCSSProperties;
|
|
71
87
|
};
|
|
72
88
|
export declare const SearchBlockStyles: {
|
|
73
89
|
blockSpacing: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
|
|
3
|
+
exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchSettingsStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
|
|
4
4
|
exports.SearchAdminStyles = {};
|
|
5
5
|
exports.QuickSearchStyles = {};
|
|
6
6
|
exports.AdvancedSearchStyles = {};
|
|
7
|
+
exports.AdvancedSearchSettingsStyles = {};
|
|
7
8
|
exports.SearchBlockStyles = {};
|
|
8
9
|
exports.SearchHeaderStyles = {};
|
|
9
10
|
exports.ShowMoreStyles = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { NestedCSSPropertiesExtends, SpacingSettings } from "@omnia/fx/models";
|
|
2
2
|
import { OmniaTheming } from "@omnia/fx/ux";
|
|
3
3
|
export declare const TaxonomyNavigationStyles: {
|
|
4
|
-
childrensBox?: (
|
|
5
|
-
dividerRight?: (
|
|
6
|
-
dividerLeft?: (
|
|
4
|
+
childrensBox?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
5
|
+
dividerRight?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
6
|
+
dividerLeft?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
7
7
|
cardWrapper?: (largeImage: boolean, highlight: boolean, omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
|
|
8
8
|
setColumnWidth: (cols: number) => NestedCSSPropertiesExtends;
|
|
9
9
|
getMargin: (spacing: SpacingSettings) => NestedCSSPropertiesExtends;
|
|
@@ -8,9 +8,9 @@ export declare const UserMenuStyles: {
|
|
|
8
8
|
dialogWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
|
|
9
9
|
dialogClose?: types.NestedCSSProperties;
|
|
10
10
|
dialogUserWrapper?: types.NestedCSSProperties;
|
|
11
|
-
dialogUserInfoWrapper?: types.NestedCSSProperties;
|
|
12
11
|
dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
|
|
13
12
|
navigationDrawer?: types.NestedCSSProperties;
|
|
14
13
|
titleWrapper?: types.NestedCSSProperties;
|
|
15
14
|
buttonProfileMenuItem?: types.NestedCSSProperties;
|
|
15
|
+
userProfileWrapper?: types.NestedCSSProperties;
|
|
16
16
|
};
|
|
@@ -2,4 +2,5 @@ import { types } from "typestyle";
|
|
|
2
2
|
export declare const WorkplaceSharedStyles: {
|
|
3
3
|
staticLink: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
4
4
|
staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
5
|
+
activeOutline?: types.NestedCSSProperties;
|
|
5
6
|
};
|
|
@@ -28,3 +28,5 @@ tslib_1.__exportStar(require("./WorkplaceActionMenuStyles"), exports);
|
|
|
28
28
|
tslib_1.__exportStar(require("./WorkplaceHomeStyles"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./DocumentDirectionSettingsStyles"), exports);
|
|
30
30
|
tslib_1.__exportStar(require("./WorkplaceSharedStyles"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./QrCodeStyles"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./LinkHandlerSettingsStyles"), exports);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from "@omnia/fx-models";
|
|
1
|
+
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings } from "@omnia/fx-models";
|
|
2
2
|
import { TeamCollaborationRollupScopeTypes } from ".";
|
|
3
3
|
import { AppEnums } from "../apps";
|
|
4
4
|
export declare const TeamCollaborationConstants: {
|
|
5
|
-
readonly
|
|
5
|
+
readonly teamTitleAndLinkToTeamwork: string;
|
|
6
|
+
readonly teamTitleAndLinkToPublicInfo: string;
|
|
6
7
|
readonly searchBoxInternalName: string;
|
|
7
8
|
readonly OPMProcessPropertyId: string;
|
|
8
9
|
readonly appInstanceDescription: string;
|
|
@@ -18,7 +19,9 @@ export interface TeamCollaborationRollupResultItem {
|
|
|
18
19
|
followError?: boolean;
|
|
19
20
|
unfollowError?: boolean;
|
|
20
21
|
templateIcon?: any;
|
|
22
|
+
image?: MediaPickerImage;
|
|
21
23
|
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
24
|
+
businessProfileId?: GuidValue;
|
|
22
25
|
}
|
|
23
26
|
export interface MSTeamResponseResult {
|
|
24
27
|
createdDateTime?: string;
|
|
@@ -71,6 +74,7 @@ export interface UITaxonomyPropFilterValue extends TaxonomyPropFilterValue {
|
|
|
71
74
|
}
|
|
72
75
|
export interface UISearchboxFilterValue extends TexSearchestPropFilterValue {
|
|
73
76
|
properties: Array<string>;
|
|
77
|
+
/** Default search text value from settings */
|
|
74
78
|
searchValue: string;
|
|
75
79
|
}
|
|
76
80
|
export interface TeamCollaborationRollupQuery extends RollupSetting {
|
|
@@ -80,9 +84,14 @@ export interface TeamCollaborationRollupQuery extends RollupSetting {
|
|
|
80
84
|
excludePersonalSite?: boolean;
|
|
81
85
|
enableWildcardSearch?: boolean;
|
|
82
86
|
currentBusinessProfile?: boolean;
|
|
87
|
+
trimByRoleId?: GuidValue;
|
|
88
|
+
searchProperties?: Array<string>;
|
|
89
|
+
}
|
|
90
|
+
export declare enum TeamCollaborationRollupLinkBehavior {
|
|
91
|
+
OpenTeamwork = 0,
|
|
92
|
+
OpenLayout = 1
|
|
83
93
|
}
|
|
84
94
|
export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
|
|
85
|
-
uiFilters: Array<UIFilter>;
|
|
86
95
|
selectedViewId: string;
|
|
87
96
|
viewSettings: TeamCollaborationRollupViewSettings;
|
|
88
97
|
title: MultilingualString;
|
|
@@ -93,18 +102,14 @@ export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationR
|
|
|
93
102
|
linkUrl?: string;
|
|
94
103
|
openInNewTab?: boolean;
|
|
95
104
|
spacing?: SpacingSettings;
|
|
96
|
-
searchBoxOutlined?: boolean;
|
|
97
|
-
searchBoxRounded?: boolean;
|
|
98
|
-
searchBoxFilled?: boolean;
|
|
99
|
-
showSearchBox?: boolean;
|
|
100
|
-
hideFilterByDefault?: boolean;
|
|
101
105
|
showFollowStatus?: boolean;
|
|
102
|
-
runQueryOnLoad?: boolean;
|
|
103
106
|
currentBusinessProfile?: boolean;
|
|
104
107
|
selectedBusinessProfiles?: Array<GuidValue>;
|
|
105
108
|
excludePersonalSite?: boolean;
|
|
106
109
|
dialogMode?: boolean;
|
|
107
110
|
tabMode?: boolean;
|
|
111
|
+
noResultText?: MultilingualString;
|
|
112
|
+
filterEngine: FilterEngineSettings;
|
|
108
113
|
}
|
|
109
114
|
export declare module TeamCollaborationRollupEnums {
|
|
110
115
|
enum PagingType {
|
|
@@ -118,6 +123,7 @@ export declare module TeamCollaborationRollupEnums {
|
|
|
118
123
|
}
|
|
119
124
|
enum IconModes {
|
|
120
125
|
LetterAvatar = 0,
|
|
121
|
-
TemplateIcon = 1
|
|
126
|
+
TemplateIcon = 1,
|
|
127
|
+
AppImage = 2
|
|
122
128
|
}
|
|
123
129
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TeamCollaborationRollupEnums = exports.TeamCollaborationConstants = void 0;
|
|
3
|
+
exports.TeamCollaborationRollupEnums = exports.TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationConstants = void 0;
|
|
4
4
|
exports.TeamCollaborationConstants = {
|
|
5
|
-
get
|
|
5
|
+
get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
|
|
6
|
+
get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
|
|
6
7
|
get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
|
|
7
8
|
//Temp solution to remove OPM reference
|
|
8
9
|
//This should be removed when we properly fix the enterprise property
|
|
@@ -11,6 +12,11 @@ exports.TeamCollaborationConstants = {
|
|
|
11
12
|
},
|
|
12
13
|
get appInstanceDescription() { return "appinstance_description"; }
|
|
13
14
|
};
|
|
15
|
+
var TeamCollaborationRollupLinkBehavior;
|
|
16
|
+
(function (TeamCollaborationRollupLinkBehavior) {
|
|
17
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenTeamwork"] = 0] = "OpenTeamwork";
|
|
18
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenLayout"] = 1] = "OpenLayout";
|
|
19
|
+
})(TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationRollupLinkBehavior || (exports.TeamCollaborationRollupLinkBehavior = {}));
|
|
14
20
|
var TeamCollaborationRollupEnums;
|
|
15
21
|
(function (TeamCollaborationRollupEnums) {
|
|
16
22
|
let PagingType;
|
|
@@ -28,5 +34,6 @@ var TeamCollaborationRollupEnums;
|
|
|
28
34
|
(function (IconModes) {
|
|
29
35
|
IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
|
|
30
36
|
IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
|
|
37
|
+
IconModes[IconModes["AppImage"] = 2] = "AppImage";
|
|
31
38
|
})(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
|
|
32
39
|
})(TeamCollaborationRollupEnums = exports.TeamCollaborationRollupEnums || (exports.TeamCollaborationRollupEnums = {}));
|
|
@@ -26,6 +26,7 @@ export declare const TeamCollaborationRollupBlockListViewStyles: {
|
|
|
26
26
|
customOmfxPeoplePicker?: types.NestedCSSProperties;
|
|
27
27
|
titleLink?: types.NestedCSSProperties;
|
|
28
28
|
clickableLink?: types.NestedCSSProperties;
|
|
29
|
+
nonClickableLink?: types.NestedCSSProperties;
|
|
29
30
|
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
30
31
|
top?: boolean;
|
|
31
32
|
right?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, EnterprisePropertyDefinition
|
|
2
|
-
import { TeamCollaborationRollupViewSettings,
|
|
1
|
+
import { GuidValue, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from "./TeamCollaborationRollupBlock";
|
|
3
3
|
export interface MyTeamCollaborationDialog {
|
|
4
4
|
open: boolean;
|
|
5
5
|
isCreateMode: boolean;
|
|
@@ -23,20 +23,6 @@ export interface ITeamCollaborationRollupViewSettingsInterface<T extends TeamCol
|
|
|
23
23
|
onUpdatedViewSettings: (viewSettings: T) => void;
|
|
24
24
|
styles: any;
|
|
25
25
|
}
|
|
26
|
-
export interface TeamCollaborationListViewColumn {
|
|
27
|
-
internalName: string;
|
|
28
|
-
type: PropertyIndexedType;
|
|
29
|
-
width?: string;
|
|
30
|
-
showHeading?: boolean;
|
|
31
|
-
}
|
|
32
|
-
export interface TeamCollaborationListViewDateTimeColumn extends TeamCollaborationListViewColumn {
|
|
33
|
-
type: PropertyIndexedType.DateTime;
|
|
34
|
-
mode: TeamCollaborationRollupEnums.DateTimeMode;
|
|
35
|
-
format: string;
|
|
36
|
-
}
|
|
37
|
-
export interface TeamCollaborationRollupListViewSettings extends TeamCollaborationRollupViewSettings {
|
|
38
|
-
columns: Array<TeamCollaborationListViewColumn>;
|
|
39
|
-
}
|
|
40
26
|
export declare enum TeamCollaborationRollupScopeTypes {
|
|
41
27
|
All = 0,
|
|
42
28
|
Following = 1,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SearchCategoryBase } from "@omnia/workplace/models";
|
|
2
2
|
export declare class SearchCategoryService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
private omniaContext;
|
|
5
5
|
constructor();
|
|
6
|
-
getSeachCategories: (applyTargeting: boolean) => Promise<
|
|
6
|
+
getSeachCategories: (applyTargeting: boolean) => Promise<SearchCategoryBase[]>;
|
|
7
7
|
}
|
|
@@ -9,7 +9,7 @@ export declare class SignOffRequestService {
|
|
|
9
9
|
getRequestDetails: (id: GuidValue) => Promise<SignOffRequestDetails>;
|
|
10
10
|
addRequest: (request: SignOffRequestCreateModel) => Promise<SignOffRequest>;
|
|
11
11
|
updateRequest: (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => Promise<SignOffRequest>;
|
|
12
|
-
|
|
12
|
+
processRequestUsers: (requestId: GuidValue) => Promise<boolean>;
|
|
13
13
|
removeRequest: (request: SignOffRequest) => Promise<void>;
|
|
14
14
|
getUnconfirmedRequestsForCurrentUserAsync: () => Promise<UserSignOffRequests>;
|
|
15
15
|
confirmResourceRequests: (requestResponses: Array<SignOffRequestResource>) => Promise<void>;
|
|
@@ -20,7 +20,8 @@ export declare class SignOffRequestService {
|
|
|
20
20
|
sendReopenEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
21
21
|
sendCompletedEmail: (request: SignOffRequest) => void;
|
|
22
22
|
closeRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
|
|
23
|
-
|
|
23
|
+
reopenRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
|
|
24
|
+
downloadReport: (request: SignOffRequest, showUserNameInReport: boolean, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
24
25
|
resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
|
|
25
26
|
[groupId: string]: Identity[];
|
|
26
27
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MSTeamsInfo, MSTeamsChannel, MSTeamsApps, TeamCollaborationResult, MSTeamResponseResult, InformationProtectionLabel } from "../../fx/models";
|
|
2
|
-
import {
|
|
2
|
+
import { ApiResponse, RollupSetting, AppInstance } from "@omnia/fx-models";
|
|
3
3
|
export declare class TeamCollaborationService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor();
|
|
@@ -13,7 +13,10 @@ export declare class TeamCollaborationService {
|
|
|
13
13
|
getMSTeamsInfo: (groupId: string) => Promise<MSTeamsInfo>;
|
|
14
14
|
getMSTeamsPrimaryChannel: (groupId: string) => Promise<MSTeamsChannel>;
|
|
15
15
|
getMSTeamsApps: (distributionMethod: string) => Promise<MSTeamsApps[]>;
|
|
16
|
-
changeTemplate: (app: AppInstance) => Promise<
|
|
16
|
+
changeTemplate: (app: AppInstance) => Promise<ApiResponse<AppInstance>>;
|
|
17
17
|
getCurrentUserJoinedTeams: () => Promise<MSTeamResponseResult[]>;
|
|
18
18
|
getCurrentUserSensitivityLabels: () => Promise<InformationProtectionLabel[]>;
|
|
19
|
+
triggerSharepointSynchronization: () => Promise<any>;
|
|
20
|
+
private static ensureCurrentUserPermissionsToSyncPromise;
|
|
21
|
+
ensureCurrentUserPermissionsToSync: () => Promise<boolean>;
|
|
19
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SignOffRequestProvider, ISignOffRequestResource, SignOffRequestResourceDetail } from "../models";
|
|
2
2
|
export declare class SignOffRequestUtils {
|
|
3
|
-
static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Array<SignOffRequestResourceDetail
|
|
3
|
+
static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Promise<Array<SignOffRequestResourceDetail>>;
|
|
4
4
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UserAgentPlatform } from "@omnia/fx/models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
export interface LinkHandlerDialogAction {
|
|
4
|
+
callback: (e: Event) => void;
|
|
5
|
+
title: string;
|
|
6
|
+
closeDialogAfterRunAction?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class LinkHandlerDialogStore extends Store {
|
|
9
|
+
dialogVisible: import("@omnia/fx/stores").StoreState<boolean>;
|
|
10
|
+
showPrompt: import("@omnia/fx/stores").StoreState<boolean>;
|
|
11
|
+
isRememberChoiceStorageKey: string;
|
|
12
|
+
rememberAction: string;
|
|
13
|
+
customActions: import("@omnia/fx/stores").StoreState<Record<string, LinkHandlerDialogAction>>;
|
|
14
|
+
protected onActivated(): void;
|
|
15
|
+
constructor();
|
|
16
|
+
get: {
|
|
17
|
+
getRememberActionId: () => string;
|
|
18
|
+
};
|
|
19
|
+
mutations: {
|
|
20
|
+
toggleDialog: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
21
|
+
toggleShowPrompt: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
22
|
+
registerCustomAction: import("@omnia/fx/stores").StoreMutation<(actionId: string, action: LinkHandlerDialogAction) => void, (actionId: string, action: LinkHandlerDialogAction) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
23
|
+
rememberActionId: import("@omnia/fx/stores").StoreMutation<(action: string) => void, (action: string) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
24
|
+
};
|
|
25
|
+
actions: {
|
|
26
|
+
openDeepLink: import("@omnia/fx/stores").StoreAction<unknown, (platform: UserAgentPlatform, url: string, waitTime?: number) => void, (result: boolean, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (failureReason: any, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (platform: UserAgentPlatform, url: string, waitTime?: number) => Promise<boolean>>;
|
|
27
|
+
};
|
|
28
|
+
private verifyNavigateDeepLink;
|
|
29
|
+
private createWaitingDialogTimeout;
|
|
30
|
+
private getWaitTime;
|
|
31
|
+
private registerVisibilityCallback;
|
|
32
|
+
private unregisterVisibilityCallback;
|
|
33
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
2
|
import { SearchCategoryService } from "../services";
|
|
3
|
-
import {
|
|
3
|
+
import { SearchCategoryBase } from "../models";
|
|
4
|
+
import { SearchTokenStore } from "./SearchTokenStore";
|
|
4
5
|
export declare class SearchCategoryStore extends Store {
|
|
5
6
|
searchCategoryService: SearchCategoryService;
|
|
6
7
|
private omniaContext;
|
|
8
|
+
searchTokenStore: SearchTokenStore;
|
|
7
9
|
/**
|
|
8
10
|
* State
|
|
9
11
|
*/
|
|
@@ -11,15 +13,14 @@ export declare class SearchCategoryStore extends Store {
|
|
|
11
13
|
private targetedSearchCategories;
|
|
12
14
|
private ensuredLoadSearchCategoriesPromise;
|
|
13
15
|
private ensuredLoadTargetedSearchCategoriesPromise;
|
|
14
|
-
constructor();
|
|
15
16
|
onActivated(): void;
|
|
16
17
|
onDisposing(): void;
|
|
17
18
|
/**
|
|
18
19
|
* Implementation of getters
|
|
19
20
|
*/
|
|
20
21
|
getters: {
|
|
21
|
-
searchCategories: () => Array<
|
|
22
|
-
targetedSearchCategories: () => Array<
|
|
22
|
+
searchCategories: () => Array<SearchCategoryBase>;
|
|
23
|
+
targetedSearchCategories: () => Array<SearchCategoryBase>;
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Implementation of mutations
|
|
@@ -30,5 +31,6 @@ export declare class SearchCategoryStore extends Store {
|
|
|
30
31
|
actions: {
|
|
31
32
|
ensureSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
32
33
|
ensureTargetedSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
34
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchCategories: SearchCategoryBase[]) => void, (result: SearchCategoryBase[], searchCategories: SearchCategoryBase[]) => void, (failureReason: any, searchCategories: SearchCategoryBase[]) => void, (searchCategories: SearchCategoryBase[]) => Promise<SearchCategoryBase[]>>;
|
|
33
35
|
};
|
|
34
36
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
export declare class SearchTokenStore extends Store {
|
|
3
|
+
/**
|
|
4
|
+
* State
|
|
5
|
+
*/
|
|
6
|
+
onActivated(): void;
|
|
7
|
+
onDisposing(): void;
|
|
8
|
+
/**
|
|
9
|
+
* Implementation of getters
|
|
10
|
+
*/
|
|
11
|
+
getters: {};
|
|
12
|
+
/**
|
|
13
|
+
* Implementation of mutations
|
|
14
|
+
*/
|
|
15
|
+
mutations: {};
|
|
16
|
+
actions: {
|
|
17
|
+
ensureTokenReplacementMultiQueryText: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryTexts: {
|
|
18
|
+
[id: string]: string;
|
|
19
|
+
}) => void, (result: {
|
|
20
|
+
[id: string]: string;
|
|
21
|
+
}, searchQueryTexts: {
|
|
22
|
+
[id: string]: string;
|
|
23
|
+
}) => void, (failureReason: any, searchQueryTexts: {
|
|
24
|
+
[id: string]: string;
|
|
25
|
+
}) => void, (searchQueryTexts: {
|
|
26
|
+
[id: string]: string;
|
|
27
|
+
}) => Promise<{
|
|
28
|
+
[id: string]: string;
|
|
29
|
+
}>>;
|
|
30
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryText: string) => void, (result: string, searchQueryText: string) => void, (failureReason: any, searchQueryText: string) => void, (searchQueryText: string) => Promise<string>>;
|
|
31
|
+
};
|
|
32
|
+
}
|