@omnia/workplace 6.6.103-preview → 6.7.5-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/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +24 -0
- package/internal-do-not-import-from-here/core/loc/powerappLocalize.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +3 -0
- 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 +22 -4
- package/internal-do-not-import-from-here/models/Constants.js +31 -6
- package/internal-do-not-import-from-here/models/IAdminComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/models/IAdminComponent.js +1 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +16 -3
- package/internal-do-not-import-from-here/models/ManifestIds.js +80 -15
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +12 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +1 -0
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +3 -0
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +5 -0
- package/internal-do-not-import-from-here/models/apps/Enums.js +6 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +1 -0
- package/internal-do-not-import-from-here/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/index.js +4 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +19 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +37 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +18 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +1 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.d.ts +0 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.js +0 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.d.ts +3 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +1 -0
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/powerapp/index.js +2 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +21 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +6 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +1 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +39 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +1 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +1 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +2 -0
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +1 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +1 -2
- package/internal-do-not-import-from-here/models/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/index.js +1 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +1 -1
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/index.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +30 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare module PowerAppLocalization {
|
|
2
|
+
const namespace = "OmniaWorkplace.PowerApp";
|
|
3
|
+
interface locInterface {
|
|
4
|
+
PowerApp: string;
|
|
5
|
+
Admin: {
|
|
6
|
+
AppFinderUrl: string;
|
|
7
|
+
};
|
|
8
|
+
PowerAppBlock: {
|
|
9
|
+
BlockTitle: string;
|
|
10
|
+
BlockDescription: string;
|
|
11
|
+
Settings: {
|
|
12
|
+
App: string;
|
|
13
|
+
ThemeParameterKeys: string;
|
|
14
|
+
Display: string;
|
|
15
|
+
DisplaySettings: {
|
|
16
|
+
Auto: string;
|
|
17
|
+
CustomRatio: string;
|
|
18
|
+
Height: string;
|
|
19
|
+
};
|
|
20
|
+
FindApp: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -17,6 +17,9 @@ export declare class InternalWorkplaceTopics {
|
|
|
17
17
|
static controlStatusInNotificationPanel(settingsKey: string): IMessageBusTopicPublishSubscriber<ControlStatusInNotificationMsg>;
|
|
18
18
|
static controlInNotification(controlId: string): IMessageBusTopicPublishSubscriber<ControlInNotificationMsg>;
|
|
19
19
|
static get registerTutorialProvider(): MessageBusTopicMediator<TutorialProvider>;
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated The method should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
|
|
22
|
+
*/
|
|
20
23
|
static get registerSearchAdminSettings(): IMessageBusTopicPublishSubscriber<SearchAdminSettingsSection>;
|
|
21
24
|
static get enableMSTeamsDeepLinkExecution(): IMessageBusTopicPublishSubscriber<boolean>;
|
|
22
25
|
static get registerPeopleRollupView(): IMessageBusTopicPublishSubscriber<PeopleRollupViewRegistration>;
|
|
@@ -16,6 +16,9 @@ export declare class Topics {
|
|
|
16
16
|
static get registerHeaderSettings(): IMessageBusTopicPublishSubscriber<HeaderSettingsSection>;
|
|
17
17
|
static get registerMyTaskItemProcessor(): IMessageBusTopicPublishSubscriber<MyTaskItemProcessor>;
|
|
18
18
|
static get registerTutorialProvider(): IMessageBusTopicPublishSubscriber<TutorialProvider>;
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated The method should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
|
|
21
|
+
*/
|
|
19
22
|
static get registerSearchAdminSettings(): MessageBusExposeOnlyPublication<SearchAdminSettingsSection>;
|
|
20
23
|
static get registerBusinessProfileSettings(): IMessageBusTopicPublishSubscriber<BusinessProfileSettingsSection>;
|
|
21
24
|
static get registerTenantAdminSettings(): IMessageBusTopicPublishSubscriber<TenantAdminSettingsSection>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","SearchCategoryService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","CurrentFormStore","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","SearchCategoryService","SearchCategoryStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","QuestionTypes","QuickSearchStyles","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","ServiceDefinition","SettingsKeys","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestProvider","SignOffRequestResourceBase","SignOffRequestResourceProvider","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/permissions/loc/localize.js":{"id":"./client/admin/permissions/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["PermissionLocalization"]},"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"exports":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"exports":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"exports":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"exports":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"exports":["AdminNamespace","AppAuthenticationOptionsService","CurrentFormStore","EditingThemeStore","FilterValueProvider","FormService","FormStore","GovernanceDashboardStore","HomeService","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","settingsTabContainer"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"exports":["ActionMenuStyles","AdvancedSearchStyles","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAppProvisioning","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormGenericSetting","FormLayoutProvider","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MediaPickerStorageProviderWorkplaceFaviconContext","MediaPickerStorageProviderWorkplaceFormContext","MediaPickerStorageProviderWorkplaceLogoContext","MediaPickerStorageProviderWorkplacePromotedSearchResultContext","MediaPickerStorageProviderWorkplaceSearchFeedbackContext","MediaPickerStorageProviderWorkplaceTutorialContext","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PromotedSearchResultStatus","QuestionTypes","QuickSearchStyles","ResourceManifests","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","ServiceDefinition","SettingsKeys","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestProvider","SignOffRequestResourceBase","SignOffRequestResourceProvider","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles"]}}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
1
|
+
import { ActionHandlerRegistrationId, Guid, NavigationNode } from '@omnia/fx-models';
|
|
2
2
|
export declare const Constants: {
|
|
3
3
|
featureIds: {
|
|
4
4
|
ShowBusinessProfileHeader: string;
|
|
@@ -20,6 +20,21 @@ export declare const Constants: {
|
|
|
20
20
|
paleNight: Guid;
|
|
21
21
|
nightDrive: Guid;
|
|
22
22
|
};
|
|
23
|
+
workplace: {
|
|
24
|
+
admin: {
|
|
25
|
+
workplaceNavigationNodeKey: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
ux: {
|
|
29
|
+
admin: {
|
|
30
|
+
/**
|
|
31
|
+
* Its able to register sub-menu node under these navigation node by using api hub
|
|
32
|
+
*/
|
|
33
|
+
navigationNodes: {
|
|
34
|
+
search: NavigationNode;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
23
38
|
};
|
|
24
39
|
export declare const BuiltInActionButtonHandlers: {
|
|
25
40
|
AddFavoriteButton: ActionHandlerRegistrationId;
|
|
@@ -34,6 +49,9 @@ export declare const BuiltInActionButtonHandlers: {
|
|
|
34
49
|
SignOffRequest: ActionHandlerRegistrationId;
|
|
35
50
|
CreateApp: ActionHandlerRegistrationId;
|
|
36
51
|
};
|
|
52
|
+
export declare const AppInstanceDescriptionProperties: {
|
|
53
|
+
InternalName: string;
|
|
54
|
+
};
|
|
37
55
|
export declare class TeamCollaborationAppEnterpriseProperties {
|
|
38
56
|
static LastVisited: {
|
|
39
57
|
internalName: string;
|
|
@@ -53,9 +71,6 @@ export declare class TeamCollaborationAppEnterpriseProperties {
|
|
|
53
71
|
id: Guid;
|
|
54
72
|
internalName: string;
|
|
55
73
|
};
|
|
56
|
-
static Description: {
|
|
57
|
-
internalName: string;
|
|
58
|
-
};
|
|
59
74
|
}
|
|
60
75
|
export declare class TeamCollaborationAppDefinitionInfo {
|
|
61
76
|
static id: Guid;
|
|
@@ -139,6 +154,9 @@ export declare const SettingsKeys: {
|
|
|
139
154
|
workspacePartialKey: string;
|
|
140
155
|
};
|
|
141
156
|
notificationPanel: (profileId: string) => string;
|
|
157
|
+
powerApp: {
|
|
158
|
+
tenantSettings: string;
|
|
159
|
+
};
|
|
142
160
|
};
|
|
143
161
|
export declare const AppProvisioningSteps: {
|
|
144
162
|
Member: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
1
|
+
import { ActionHandlerRegistrationId, AdminNavigationBuiltInCategory, FontAwesomeIcon, Guid } from '@omnia/fx-models';
|
|
2
2
|
export var Constants = {
|
|
3
3
|
featureIds: {
|
|
4
4
|
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
@@ -20,6 +20,28 @@ export var Constants = {
|
|
|
20
20
|
neptune: new Guid("9ef85823-e0aa-4597-8fba-a48fd49c71f9"),
|
|
21
21
|
paleNight: new Guid("dde2efe4-fbf1-49d3-b09e-f0b3ba7a66d0"),
|
|
22
22
|
nightDrive: new Guid("8042dc9c-820b-48b2-8887-14e728af3714"),
|
|
23
|
+
},
|
|
24
|
+
workplace: {
|
|
25
|
+
admin: {
|
|
26
|
+
workplaceNavigationNodeKey: "a3ecb769-40df-4c8c-bc32-87a1f8c203b9"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
ux: {
|
|
30
|
+
admin: {
|
|
31
|
+
/**
|
|
32
|
+
* Its able to register sub-menu node under these navigation node by using api hub
|
|
33
|
+
*/
|
|
34
|
+
navigationNodes: {
|
|
35
|
+
search: {
|
|
36
|
+
key: '5fcf9879-6ca9-4c8b-9364-7cbfe2446913',
|
|
37
|
+
title: "$Localize:OmniaWorkplace.Search.Admin.AdminNavigationLabel;",
|
|
38
|
+
category: AdminNavigationBuiltInCategory.BusinessProfile,
|
|
39
|
+
elementToRender: "omnia-workplace-search-admin-journey",
|
|
40
|
+
icon: new FontAwesomeIcon("fal fa-search"),
|
|
41
|
+
weight: 400
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
23
45
|
}
|
|
24
46
|
};
|
|
25
47
|
export var BuiltInActionButtonHandlers = {
|
|
@@ -35,6 +57,9 @@ export var BuiltInActionButtonHandlers = {
|
|
|
35
57
|
SignOffRequest: ActionHandlerRegistrationId.create(new Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
|
|
36
58
|
CreateApp: ActionHandlerRegistrationId.create(new Guid("d59b856b-7589-49bb-869f-8978f117569f"))
|
|
37
59
|
};
|
|
60
|
+
export var AppInstanceDescriptionProperties = {
|
|
61
|
+
InternalName: "appinstance_description"
|
|
62
|
+
};
|
|
38
63
|
var TeamCollaborationAppEnterpriseProperties = /** @class */ (function () {
|
|
39
64
|
function TeamCollaborationAppEnterpriseProperties() {
|
|
40
65
|
}
|
|
@@ -56,9 +81,6 @@ var TeamCollaborationAppEnterpriseProperties = /** @class */ (function () {
|
|
|
56
81
|
id: new Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
|
57
82
|
internalName: "otc_facebook_url"
|
|
58
83
|
};
|
|
59
|
-
TeamCollaborationAppEnterpriseProperties.Description = {
|
|
60
|
-
internalName: "946d3604-c98d-426b-acd4-7ff907e6cf94"
|
|
61
|
-
};
|
|
62
84
|
return TeamCollaborationAppEnterpriseProperties;
|
|
63
85
|
}());
|
|
64
86
|
export { TeamCollaborationAppEnterpriseProperties };
|
|
@@ -137,7 +159,7 @@ export var SettingsKeys = {
|
|
|
137
159
|
style: "tenant_header_style",
|
|
138
160
|
search: "tenant_header_search",
|
|
139
161
|
appLaunch: "tenant_header_applaunch",
|
|
140
|
-
logo: "tenant_header_logo"
|
|
162
|
+
logo: "tenant_header_logo"
|
|
141
163
|
},
|
|
142
164
|
classicProfile: {
|
|
143
165
|
overrideStyle: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_style").toLowerCase(); },
|
|
@@ -169,7 +191,10 @@ export var SettingsKeys = {
|
|
|
169
191
|
classicProfile: function (profileId) { return ("classicprofile_" + profileId + "_footer").toLowerCase(); },
|
|
170
192
|
workspacePartialKey: "footer"
|
|
171
193
|
},
|
|
172
|
-
notificationPanel: function (profileId) { return (profileId + "_omnia.workplace.notificationpanel").toLowerCase(); }
|
|
194
|
+
notificationPanel: function (profileId) { return (profileId + "_omnia.workplace.notificationpanel").toLowerCase(); },
|
|
195
|
+
powerApp: {
|
|
196
|
+
tenantSettings: "powerapp_tenant_settings"
|
|
197
|
+
}
|
|
173
198
|
};
|
|
174
199
|
export var AppProvisioningSteps = {
|
|
175
200
|
Member: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -46,21 +46,20 @@ export declare class ResourceManifests {
|
|
|
46
46
|
static get TutorialActionMenuRegistration(): Guid;
|
|
47
47
|
static get TrelloCore(): Guid;
|
|
48
48
|
static get TrelloCardNotificationPanelRegistration(): Guid;
|
|
49
|
-
static get SearchConfigRegistration(): Guid;
|
|
50
|
-
static get QuickSearchConfigRegistration(): Guid;
|
|
51
|
-
static get AdvanceSearchConfigRegistration(): Guid;
|
|
52
49
|
static get SearchAdminCore(): Guid;
|
|
53
50
|
static get SearchTemplateApi(): Guid;
|
|
54
51
|
static get ScopedPermissionApi(): Guid;
|
|
55
52
|
static get SearchCategoryProviderApi(): Guid;
|
|
56
53
|
static get EnableMSTeamsDeepLinkExecution(): Guid;
|
|
57
54
|
static get TenantPeopleInfoJourney(): Guid;
|
|
55
|
+
static get Favicon(): Guid;
|
|
58
56
|
static get Core(): Guid;
|
|
59
57
|
static get AdminRegistrations(): Guid;
|
|
60
58
|
static get WorkplaceRegistrations(): Guid;
|
|
61
59
|
static get BusinessProfileAdminRegistrations(): Guid;
|
|
62
60
|
static get BusinessProfileMediaPickerRegistrations(): Guid;
|
|
63
61
|
static get TenantAdminMediaPickerRegistrations(): Guid;
|
|
62
|
+
static get TenantAdminFaviconRegistrations(): Guid;
|
|
64
63
|
static get BusinessProfileAdminLanguage(): Guid;
|
|
65
64
|
static get TenantRegionalRegistrations(): Guid;
|
|
66
65
|
static get TenantHeaderRegistrations(): Guid;
|
|
@@ -106,14 +105,18 @@ export declare class ResourceManifests {
|
|
|
106
105
|
static get EnterprisePropertiesStore(): Guid;
|
|
107
106
|
static get TargetingPropertiesResources(): Guid;
|
|
108
107
|
static get AdminSystemCore(): Guid;
|
|
108
|
+
static get PowerAppCore(): Guid;
|
|
109
109
|
static get WorkspaceCommon(): Guid;
|
|
110
110
|
}
|
|
111
111
|
export declare class WebComponentManifests {
|
|
112
|
+
static get FaviconSettings(): Guid;
|
|
112
113
|
static get ActionButtonSignOffRequestSettings(): Guid;
|
|
113
114
|
static get DefaultSearchTemplate(): Guid;
|
|
114
115
|
static get SharedLinkSimpleListingSearchTemplate(): Guid;
|
|
115
116
|
static get SharedLinkAppIconSearchTemplate(): Guid;
|
|
116
117
|
static get SearchConfig(): Guid;
|
|
118
|
+
static get PromotedSearchResultJourney(): Guid;
|
|
119
|
+
static get SearchFeedbackJourney(): Guid;
|
|
117
120
|
static get QuickSearchConfig(): Guid;
|
|
118
121
|
static get QuickSearchCategoriesConfig(): Guid;
|
|
119
122
|
static get AdvenceSearchConfig(): Guid;
|
|
@@ -189,6 +192,9 @@ export declare class WebComponentManifests {
|
|
|
189
192
|
static get AccessibilityStyle(): Guid;
|
|
190
193
|
static get OmniaSystemLanguageSetting(): Guid;
|
|
191
194
|
static get OmniaLanguagesComponent(): Guid;
|
|
195
|
+
static get DocumentDirectionSetting(): Guid;
|
|
196
|
+
static get DocumentDirectioJumpToContent(): Guid;
|
|
197
|
+
static get DocumentDirectionStyle(): Guid;
|
|
192
198
|
static get MyLinksNavigation(): Guid;
|
|
193
199
|
static get QuickLinksViewComponent(): Guid;
|
|
194
200
|
static get QuickLinksEditComponent(): Guid;
|
|
@@ -262,6 +268,7 @@ export declare class WebComponentManifests {
|
|
|
262
268
|
static get TenantLogoSettings(): Guid;
|
|
263
269
|
static get ErrorInformation(): Guid;
|
|
264
270
|
static get SystemAccountForm(): Guid;
|
|
271
|
+
static get YammerAppForm(): Guid;
|
|
265
272
|
static get GovernanceDashboard(): Guid;
|
|
266
273
|
static get GovernanceDashboardSettings(): Guid;
|
|
267
274
|
static get GovernanceDashboardEditor(): Guid;
|
|
@@ -378,6 +385,12 @@ export declare class WebComponentManifests {
|
|
|
378
385
|
static get PropertiesBlockCore(): Guid;
|
|
379
386
|
static get PropertiesBlockSetting(): Guid;
|
|
380
387
|
static get PropertiesBlock(): Guid;
|
|
388
|
+
static get PowerAppBlock(): Guid;
|
|
389
|
+
static get PowerAppBlockSettings(): Guid;
|
|
390
|
+
static get PowerAppSettingAdminJourney(): Guid;
|
|
391
|
+
static get OrganizationTreeBlockCore(): Guid;
|
|
392
|
+
static get OrganizationTreeBlock(): Guid;
|
|
393
|
+
static get OrganizationTreeBlockSettings(): Guid;
|
|
381
394
|
}
|
|
382
395
|
export declare class WebComponentElements {
|
|
383
396
|
static get AppProvisioningStepMember(): string;
|
|
@@ -221,21 +221,6 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
223
223
|
});
|
|
224
|
-
Object.defineProperty(ResourceManifests, "SearchConfigRegistration", {
|
|
225
|
-
get: function () { return new Guid("0c3124ca-6edf-4d94-a93c-ff41ae558bcb"); },
|
|
226
|
-
enumerable: false,
|
|
227
|
-
configurable: true
|
|
228
|
-
});
|
|
229
|
-
Object.defineProperty(ResourceManifests, "QuickSearchConfigRegistration", {
|
|
230
|
-
get: function () { return new Guid("c74589e5-99dd-4ac4-872f-adb30dfce9d1"); },
|
|
231
|
-
enumerable: false,
|
|
232
|
-
configurable: true
|
|
233
|
-
});
|
|
234
|
-
Object.defineProperty(ResourceManifests, "AdvanceSearchConfigRegistration", {
|
|
235
|
-
get: function () { return new Guid("180476d0-4f5f-409e-b820-765d920650f4"); },
|
|
236
|
-
enumerable: false,
|
|
237
|
-
configurable: true
|
|
238
|
-
});
|
|
239
224
|
Object.defineProperty(ResourceManifests, "SearchAdminCore", {
|
|
240
225
|
get: function () { return new Guid("e4bebac2-d027-4363-8892-bb37f82b3329"); },
|
|
241
226
|
enumerable: false,
|
|
@@ -266,6 +251,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
266
251
|
enumerable: false,
|
|
267
252
|
configurable: true
|
|
268
253
|
});
|
|
254
|
+
Object.defineProperty(ResourceManifests, "Favicon", {
|
|
255
|
+
get: function () { return new Guid('a976468f-4aeb-47e6-afdd-18fc42f9a7c6'); },
|
|
256
|
+
enumerable: false,
|
|
257
|
+
configurable: true
|
|
258
|
+
});
|
|
269
259
|
Object.defineProperty(ResourceManifests, "Core", {
|
|
270
260
|
get: function () { return new Guid('fda0b5ed-e28c-46db-9b56-ec3afd0639cf'); },
|
|
271
261
|
enumerable: false,
|
|
@@ -296,6 +286,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
296
286
|
enumerable: false,
|
|
297
287
|
configurable: true
|
|
298
288
|
});
|
|
289
|
+
Object.defineProperty(ResourceManifests, "TenantAdminFaviconRegistrations", {
|
|
290
|
+
get: function () { return new Guid("c38db08d-5e6c-4057-bc4f-c5800ea05c4b"); },
|
|
291
|
+
enumerable: false,
|
|
292
|
+
configurable: true
|
|
293
|
+
});
|
|
299
294
|
Object.defineProperty(ResourceManifests, "BusinessProfileAdminLanguage", {
|
|
300
295
|
get: function () { return new Guid("0EFCF37C-6BEA-4F94-BD7D-07AEB9F9DC6C"); },
|
|
301
296
|
enumerable: false,
|
|
@@ -525,6 +520,11 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
525
520
|
configurable: true
|
|
526
521
|
});
|
|
527
522
|
;
|
|
523
|
+
Object.defineProperty(ResourceManifests, "PowerAppCore", {
|
|
524
|
+
get: function () { return new Guid("96784918-b535-47db-955a-677d1b9138ef"); },
|
|
525
|
+
enumerable: false,
|
|
526
|
+
configurable: true
|
|
527
|
+
});
|
|
528
528
|
Object.defineProperty(ResourceManifests, "WorkspaceCommon", {
|
|
529
529
|
get: function () { return new Guid("fa639f63-380e-4cc5-8ed1-f8f5b6ea7d5e"); },
|
|
530
530
|
enumerable: false,
|
|
@@ -536,6 +536,11 @@ export { ResourceManifests };
|
|
|
536
536
|
var WebComponentManifests = /** @class */ (function () {
|
|
537
537
|
function WebComponentManifests() {
|
|
538
538
|
}
|
|
539
|
+
Object.defineProperty(WebComponentManifests, "FaviconSettings", {
|
|
540
|
+
get: function () { return new Guid("88932da6-b22f-4bc0-9351-c700308edfcc"); },
|
|
541
|
+
enumerable: false,
|
|
542
|
+
configurable: true
|
|
543
|
+
});
|
|
539
544
|
Object.defineProperty(WebComponentManifests, "ActionButtonSignOffRequestSettings", {
|
|
540
545
|
get: function () { return new Guid("58e5a275-426e-4834-889f-baf1e4a3a5b0"); },
|
|
541
546
|
enumerable: false,
|
|
@@ -561,6 +566,16 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
561
566
|
enumerable: false,
|
|
562
567
|
configurable: true
|
|
563
568
|
});
|
|
569
|
+
Object.defineProperty(WebComponentManifests, "PromotedSearchResultJourney", {
|
|
570
|
+
get: function () { return new Guid("14bd1089-d501-412f-a569-ca915308e541"); },
|
|
571
|
+
enumerable: false,
|
|
572
|
+
configurable: true
|
|
573
|
+
});
|
|
574
|
+
Object.defineProperty(WebComponentManifests, "SearchFeedbackJourney", {
|
|
575
|
+
get: function () { return new Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); },
|
|
576
|
+
enumerable: false,
|
|
577
|
+
configurable: true
|
|
578
|
+
});
|
|
564
579
|
Object.defineProperty(WebComponentManifests, "QuickSearchConfig", {
|
|
565
580
|
get: function () { return new Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); },
|
|
566
581
|
enumerable: false,
|
|
@@ -936,6 +951,21 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
936
951
|
enumerable: false,
|
|
937
952
|
configurable: true
|
|
938
953
|
});
|
|
954
|
+
Object.defineProperty(WebComponentManifests, "DocumentDirectionSetting", {
|
|
955
|
+
get: function () { return new Guid("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); },
|
|
956
|
+
enumerable: false,
|
|
957
|
+
configurable: true
|
|
958
|
+
});
|
|
959
|
+
Object.defineProperty(WebComponentManifests, "DocumentDirectioJumpToContent", {
|
|
960
|
+
get: function () { return new Guid("16c1a389-77d2-467c-acc7-57b9f499f4ed"); },
|
|
961
|
+
enumerable: false,
|
|
962
|
+
configurable: true
|
|
963
|
+
});
|
|
964
|
+
Object.defineProperty(WebComponentManifests, "DocumentDirectionStyle", {
|
|
965
|
+
get: function () { return new Guid("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); },
|
|
966
|
+
enumerable: false,
|
|
967
|
+
configurable: true
|
|
968
|
+
});
|
|
939
969
|
Object.defineProperty(WebComponentManifests, "MyLinksNavigation", {
|
|
940
970
|
get: function () { return new Guid("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); },
|
|
941
971
|
enumerable: false,
|
|
@@ -1301,6 +1331,11 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1301
1331
|
enumerable: false,
|
|
1302
1332
|
configurable: true
|
|
1303
1333
|
});
|
|
1334
|
+
Object.defineProperty(WebComponentManifests, "YammerAppForm", {
|
|
1335
|
+
get: function () { return new Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); },
|
|
1336
|
+
enumerable: false,
|
|
1337
|
+
configurable: true
|
|
1338
|
+
});
|
|
1304
1339
|
Object.defineProperty(WebComponentManifests, "GovernanceDashboard", {
|
|
1305
1340
|
get: function () { return new Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); },
|
|
1306
1341
|
enumerable: false,
|
|
@@ -1884,6 +1919,36 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
1884
1919
|
enumerable: false,
|
|
1885
1920
|
configurable: true
|
|
1886
1921
|
});
|
|
1922
|
+
Object.defineProperty(WebComponentManifests, "PowerAppBlock", {
|
|
1923
|
+
get: function () { return new Guid('8905b50b-3b48-4053-b667-d3abf5d7c4ef'); },
|
|
1924
|
+
enumerable: false,
|
|
1925
|
+
configurable: true
|
|
1926
|
+
});
|
|
1927
|
+
Object.defineProperty(WebComponentManifests, "PowerAppBlockSettings", {
|
|
1928
|
+
get: function () { return new Guid('faa90898-9cc3-4db8-ab24-e36fa6d96ea3'); },
|
|
1929
|
+
enumerable: false,
|
|
1930
|
+
configurable: true
|
|
1931
|
+
});
|
|
1932
|
+
Object.defineProperty(WebComponentManifests, "PowerAppSettingAdminJourney", {
|
|
1933
|
+
get: function () { return new Guid('b643dd40-d26c-4c73-9f23-d5fa4b436064'); },
|
|
1934
|
+
enumerable: false,
|
|
1935
|
+
configurable: true
|
|
1936
|
+
});
|
|
1937
|
+
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockCore", {
|
|
1938
|
+
get: function () { return new Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); },
|
|
1939
|
+
enumerable: false,
|
|
1940
|
+
configurable: true
|
|
1941
|
+
});
|
|
1942
|
+
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlock", {
|
|
1943
|
+
get: function () { return new Guid("38345507-17ee-410c-8583-f7eb587e5903"); },
|
|
1944
|
+
enumerable: false,
|
|
1945
|
+
configurable: true
|
|
1946
|
+
});
|
|
1947
|
+
Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockSettings", {
|
|
1948
|
+
get: function () { return new Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); },
|
|
1949
|
+
enumerable: false,
|
|
1950
|
+
configurable: true
|
|
1951
|
+
});
|
|
1887
1952
|
return WebComponentManifests;
|
|
1888
1953
|
}());
|
|
1889
1954
|
export { WebComponentManifests };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue } from '@omnia/fx-models';
|
|
1
|
+
import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from '@omnia/fx-models';
|
|
2
2
|
export interface CategoryIconDisplaySettings {
|
|
3
3
|
showIcon: boolean;
|
|
4
4
|
showLabel: boolean;
|
|
@@ -95,3 +95,14 @@ export interface NotificationPanelComponentModel {
|
|
|
95
95
|
settingsValue?: any;
|
|
96
96
|
id: Guid;
|
|
97
97
|
}
|
|
98
|
+
export interface INotificationPanelBlockInstance {
|
|
99
|
+
isVisible: boolean;
|
|
100
|
+
viewedNewItems: string[];
|
|
101
|
+
registerNewItemsIds(ids: string[]): void;
|
|
102
|
+
onChanged: IMessageBusTopicSubscription<void>;
|
|
103
|
+
}
|
|
104
|
+
declare module '@omnia/fx-models/Layout' {
|
|
105
|
+
interface IBlockInstance<TSettings = void> {
|
|
106
|
+
notificationPanel: INotificationPanelBlockInstance;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { IIcon } from '@omnia/fx-models';
|
|
2
2
|
import { BladeSizes } from '@omnia/fx/models';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated The model and relevant function should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
|
|
5
|
+
*/
|
|
3
6
|
export interface SearchAdminSettingsSection {
|
|
4
7
|
/**
|
|
5
8
|
* The title of the navigation node
|
|
@@ -40,4 +40,10 @@ export var AppEnums;
|
|
|
40
40
|
TeamAppsType[TeamAppsType["BuiltIn"] = 1] = "BuiltIn";
|
|
41
41
|
TeamAppsType[TeamAppsType["Organization"] = 2] = "Organization";
|
|
42
42
|
})(TeamAppsType = AppEnums.TeamAppsType || (AppEnums.TeamAppsType = {}));
|
|
43
|
+
var ResourceUrlType;
|
|
44
|
+
(function (ResourceUrlType) {
|
|
45
|
+
ResourceUrlType[ResourceUrlType["SharepointSite"] = 1] = "SharepointSite";
|
|
46
|
+
ResourceUrlType[ResourceUrlType["MSTeams"] = 2] = "MSTeams";
|
|
47
|
+
ResourceUrlType[ResourceUrlType["YammerGroup"] = 3] = "YammerGroup";
|
|
48
|
+
})(ResourceUrlType = AppEnums.ResourceUrlType || (AppEnums.ResourceUrlType = {}));
|
|
43
49
|
})(AppEnums || (AppEnums = {}));
|
|
@@ -57,4 +57,8 @@ export * from "./TaxonomyNavigation";
|
|
|
57
57
|
export * from "./yammer";
|
|
58
58
|
export * from "./SharedLink";
|
|
59
59
|
export * from "./SearchProvider";
|
|
60
|
+
export * from "./powerapp";
|
|
61
|
+
export * from "./IAdminComponent";
|
|
62
|
+
export * from "./promotedsearchresults";
|
|
63
|
+
export * from "./searchfeedbacks";
|
|
60
64
|
export * from "./ScopedPermissionRegistraion";
|
|
@@ -58,4 +58,8 @@ export * from "./TaxonomyNavigation";
|
|
|
58
58
|
export * from "./yammer";
|
|
59
59
|
export * from "./SharedLink";
|
|
60
60
|
export * from "./SearchProvider";
|
|
61
|
+
export * from "./powerapp";
|
|
62
|
+
export * from "./IAdminComponent";
|
|
63
|
+
export * from "./promotedsearchresults";
|
|
64
|
+
export * from "./searchfeedbacks";
|
|
61
65
|
export * from "./ScopedPermissionRegistraion";
|
|
@@ -2,6 +2,15 @@ import { MediaPickerStorageProviderContext, GuidValue } from '@omnia/fx-models';
|
|
|
2
2
|
declare abstract class MediaPickerProviderStorageWorkplaceContext extends MediaPickerStorageProviderContext {
|
|
3
3
|
readonly omniaServiceId: GuidValue;
|
|
4
4
|
}
|
|
5
|
+
export declare class MediaPickerStorageProviderWorkplaceFaviconContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
6
|
+
businessProfileId?: GuidValue;
|
|
7
|
+
readonly storageProviderContextId: GuidValue;
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @param businessProfileId Null for tenant level
|
|
11
|
+
*/
|
|
12
|
+
constructor(businessProfileId?: GuidValue);
|
|
13
|
+
}
|
|
5
14
|
export declare class MediaPickerStorageProviderWorkplaceLogoContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
6
15
|
readonly storageProviderContextId: GuidValue;
|
|
7
16
|
readonly businessProfileId?: GuidValue;
|
|
@@ -21,4 +30,14 @@ export declare class MediaPickerStorageProviderWorkplaceFormContext extends Medi
|
|
|
21
30
|
readonly formId: number;
|
|
22
31
|
constructor(formId: number);
|
|
23
32
|
}
|
|
33
|
+
export declare class MediaPickerStorageProviderWorkplacePromotedSearchResultContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
34
|
+
readonly storageProviderContextId: GuidValue;
|
|
35
|
+
readonly businessProfileId: GuidValue;
|
|
36
|
+
constructor(businessProfileId: GuidValue);
|
|
37
|
+
}
|
|
38
|
+
export declare class MediaPickerStorageProviderWorkplaceSearchFeedbackContext extends MediaPickerProviderStorageWorkplaceContext {
|
|
39
|
+
readonly storageProviderContextId: GuidValue;
|
|
40
|
+
readonly businessProfileId: GuidValue;
|
|
41
|
+
constructor(businessProfileId: GuidValue);
|
|
42
|
+
}
|
|
24
43
|
export {};
|
|
@@ -10,6 +10,21 @@ var MediaPickerProviderStorageWorkplaceContext = /** @class */ (function (_super
|
|
|
10
10
|
}
|
|
11
11
|
return MediaPickerProviderStorageWorkplaceContext;
|
|
12
12
|
}(MediaPickerStorageProviderContext));
|
|
13
|
+
var MediaPickerStorageProviderWorkplaceFaviconContext = /** @class */ (function (_super) {
|
|
14
|
+
__extends(MediaPickerStorageProviderWorkplaceFaviconContext, _super);
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @param businessProfileId Null for tenant level
|
|
18
|
+
*/
|
|
19
|
+
function MediaPickerStorageProviderWorkplaceFaviconContext(businessProfileId) {
|
|
20
|
+
var _this = _super.call(this) || this;
|
|
21
|
+
_this.businessProfileId = businessProfileId;
|
|
22
|
+
_this.storageProviderContextId = new Guid("800babf8-d070-4b76-92bd-f5db6c5894b3");
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
return MediaPickerStorageProviderWorkplaceFaviconContext;
|
|
26
|
+
}(MediaPickerProviderStorageWorkplaceContext));
|
|
27
|
+
export { MediaPickerStorageProviderWorkplaceFaviconContext };
|
|
13
28
|
var MediaPickerStorageProviderWorkplaceLogoContext = /** @class */ (function (_super) {
|
|
14
29
|
__extends(MediaPickerStorageProviderWorkplaceLogoContext, _super);
|
|
15
30
|
/**
|
|
@@ -47,3 +62,25 @@ var MediaPickerStorageProviderWorkplaceFormContext = /** @class */ (function (_s
|
|
|
47
62
|
return MediaPickerStorageProviderWorkplaceFormContext;
|
|
48
63
|
}(MediaPickerProviderStorageWorkplaceContext));
|
|
49
64
|
export { MediaPickerStorageProviderWorkplaceFormContext };
|
|
65
|
+
var MediaPickerStorageProviderWorkplacePromotedSearchResultContext = /** @class */ (function (_super) {
|
|
66
|
+
__extends(MediaPickerStorageProviderWorkplacePromotedSearchResultContext, _super);
|
|
67
|
+
function MediaPickerStorageProviderWorkplacePromotedSearchResultContext(businessProfileId) {
|
|
68
|
+
var _this = _super.call(this) || this;
|
|
69
|
+
_this.storageProviderContextId = new Guid("97baf05e-0d3e-4248-84c7-fe949261f7db");
|
|
70
|
+
_this.businessProfileId = businessProfileId;
|
|
71
|
+
return _this;
|
|
72
|
+
}
|
|
73
|
+
return MediaPickerStorageProviderWorkplacePromotedSearchResultContext;
|
|
74
|
+
}(MediaPickerProviderStorageWorkplaceContext));
|
|
75
|
+
export { MediaPickerStorageProviderWorkplacePromotedSearchResultContext };
|
|
76
|
+
var MediaPickerStorageProviderWorkplaceSearchFeedbackContext = /** @class */ (function (_super) {
|
|
77
|
+
__extends(MediaPickerStorageProviderWorkplaceSearchFeedbackContext, _super);
|
|
78
|
+
function MediaPickerStorageProviderWorkplaceSearchFeedbackContext(businessProfileId) {
|
|
79
|
+
var _this = _super.call(this) || this;
|
|
80
|
+
_this.storageProviderContextId = new Guid("a2eef7d4-35a0-4e4d-b676-ba1668a6c633");
|
|
81
|
+
_this.businessProfileId = businessProfileId;
|
|
82
|
+
return _this;
|
|
83
|
+
}
|
|
84
|
+
return MediaPickerStorageProviderWorkplaceSearchFeedbackContext;
|
|
85
|
+
}(MediaPickerProviderStorageWorkplaceContext));
|
|
86
|
+
export { MediaPickerStorageProviderWorkplaceSearchFeedbackContext };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
export interface PowerAppBlockSettings {
|
|
3
|
+
title: MultilingualString;
|
|
4
|
+
powerAppUrl: string;
|
|
5
|
+
sizeSettings: PowerAppBlockSizeSettings;
|
|
6
|
+
themeParamKeys: PowerAppBlockThemeParamKeys;
|
|
7
|
+
}
|
|
8
|
+
export interface PowerAppBlockSizeSettings {
|
|
9
|
+
auto: boolean;
|
|
10
|
+
height: number;
|
|
11
|
+
x: number;
|
|
12
|
+
y: number;
|
|
13
|
+
}
|
|
14
|
+
export interface PowerAppBlockThemeParamKeys {
|
|
15
|
+
backgroundColor: string;
|
|
16
|
+
foregroundColor: string;
|
|
17
|
+
textColor: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx/models";
|
|
2
|
+
export declare enum PromotedSearchResultStatus {
|
|
3
|
+
OnHold = 0,
|
|
4
|
+
Active = 1
|
|
5
|
+
}
|
|
6
|
+
export interface PromotedSearchResult {
|
|
7
|
+
id: number;
|
|
8
|
+
businessProfileId: GuidValue;
|
|
9
|
+
data: PromotedSearchResultData;
|
|
10
|
+
}
|
|
11
|
+
export interface PromotedSearchResultData {
|
|
12
|
+
start?: string;
|
|
13
|
+
end?: string;
|
|
14
|
+
title: MultilingualString;
|
|
15
|
+
description: MultilingualString;
|
|
16
|
+
image: MediaPickerImage;
|
|
17
|
+
url: string;
|
|
18
|
+
keywords: string[];
|
|
19
|
+
targeting: TargetingFilterData;
|
|
20
|
+
status: PromotedSearchResultStatus;
|
|
21
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var PromotedSearchResultStatus;
|
|
2
|
+
(function (PromotedSearchResultStatus) {
|
|
3
|
+
PromotedSearchResultStatus[PromotedSearchResultStatus["OnHold"] = 0] = "OnHold";
|
|
4
|
+
PromotedSearchResultStatus[PromotedSearchResultStatus["Active"] = 1] = "Active";
|
|
5
|
+
//Pending - This may be used in future for suggestion item
|
|
6
|
+
})(PromotedSearchResultStatus || (PromotedSearchResultStatus = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./PromotedSearchResult";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./PromotedSearchResult";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { GuidValue, Identity } from "@omnia/fx/models";
|
|
2
|
+
import { CategorySearchResult, SearchCategoryOption, SearchResultItem } from "../Search";
|
|
3
|
+
export interface SearchFeedback {
|
|
4
|
+
id: number;
|
|
5
|
+
data: SearchFeedbackData;
|
|
6
|
+
businessProfileId: GuidValue;
|
|
7
|
+
createdBy: Identity;
|
|
8
|
+
createdAt: string;
|
|
9
|
+
}
|
|
10
|
+
export interface SearchFeedbackData {
|
|
11
|
+
/**
|
|
12
|
+
* user message for this feedback. this is a richtext message that could contains images (screenshots)
|
|
13
|
+
* */
|
|
14
|
+
message: string;
|
|
15
|
+
/**
|
|
16
|
+
* search category id
|
|
17
|
+
* */
|
|
18
|
+
searchCategoryId: GuidValue;
|
|
19
|
+
/**
|
|
20
|
+
* the search text
|
|
21
|
+
* */
|
|
22
|
+
searchText: string;
|
|
23
|
+
/**
|
|
24
|
+
* the search query
|
|
25
|
+
* */
|
|
26
|
+
searchQuery: SearchCategoryOption;
|
|
27
|
+
/**
|
|
28
|
+
* the search result
|
|
29
|
+
* */
|
|
30
|
+
searchResult: CategorySearchResult;
|
|
31
|
+
/**
|
|
32
|
+
* The search items that already populates client-side value base on the settings at the moment and shows on UI to the user.
|
|
33
|
+
* */
|
|
34
|
+
renderingResultItems: RenderingSearchFeedbackResultItem[];
|
|
35
|
+
}
|
|
36
|
+
export interface RenderingSearchFeedbackResultItem extends SearchResultItem {
|
|
37
|
+
webElementManifestId: GuidValue;
|
|
38
|
+
imageRatio: GuidValue;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
+
import { SearchFeedback } from "./SearchFeedback";
|
|
3
|
+
export interface SearchFeedbackQueryRequest {
|
|
4
|
+
skip: number;
|
|
5
|
+
take: number;
|
|
6
|
+
businessProfileId: GuidValue;
|
|
7
|
+
}
|
|
8
|
+
export interface SearchFeedbackQueryResult {
|
|
9
|
+
total: number;
|
|
10
|
+
feedbacks: SearchFeedback[];
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -25,8 +25,9 @@ export declare const HighPriorityAnnouncementStyle: {
|
|
|
25
25
|
container?: types.NestedCSSProperties;
|
|
26
26
|
content?: types.NestedCSSProperties;
|
|
27
27
|
contentTitle?: types.NestedCSSProperties;
|
|
28
|
+
contentDescription?: types.NestedCSSProperties;
|
|
28
29
|
comments?: types.NestedCSSProperties;
|
|
29
|
-
|
|
30
|
+
buttons?: types.NestedCSSProperties;
|
|
30
31
|
commentCountWrapper?: (textColor: string) => types.NestedCSSProperties;
|
|
31
32
|
};
|
|
32
33
|
export declare const AnnouncementJourneyStyle: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export var DocumentDirectionSettingsStyles = {};
|
|
@@ -16,7 +16,7 @@ declare type SearchRule = {
|
|
|
16
16
|
linkSeeMore?: types.NestedCSSProperties;
|
|
17
17
|
headerTitle?: types.NestedCSSProperties;
|
|
18
18
|
textboxDialogMode?: types.NestedCSSProperties;
|
|
19
|
-
noResult?: types.NestedCSSProperties;
|
|
19
|
+
noResult?: (showOnHeader: boolean) => types.NestedCSSProperties;
|
|
20
20
|
searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
|
|
21
21
|
dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
|
|
22
22
|
};
|
|
@@ -52,7 +52,6 @@ export declare const AdvancedSearchStyles: {
|
|
|
52
52
|
refinementText?: (isSelected: boolean, isClearOption: boolean, isShowMoreOption: boolean) => types.NestedCSSProperties;
|
|
53
53
|
searchHeader?: (theme: OmniaTheming, dialogMode: boolean, showTabs: boolean) => types.NestedCSSProperties;
|
|
54
54
|
searchCategories?: types.NestedCSSProperties;
|
|
55
|
-
searchBody?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
56
55
|
searchTitleWapper?: types.NestedCSSProperties;
|
|
57
56
|
searchTitle?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
58
57
|
searchResultWapper?: types.NestedCSSProperties;
|
|
@@ -23,4 +23,5 @@ export * from "./TaxonomyNavigationStyles";
|
|
|
23
23
|
export * from "./MegaMenuStyles";
|
|
24
24
|
export * from "./WorkplaceActionMenuStyles";
|
|
25
25
|
export * from "./WorkplaceHomeStyles";
|
|
26
|
+
export * from "./DocumentDirectionSettingsStyles";
|
|
26
27
|
export * from "./WorkplaceSharedStyles";
|
|
@@ -23,4 +23,5 @@ export * from "./TaxonomyNavigationStyles";
|
|
|
23
23
|
export * from "./MegaMenuStyles";
|
|
24
24
|
export * from "./WorkplaceActionMenuStyles";
|
|
25
25
|
export * from "./WorkplaceHomeStyles";
|
|
26
|
+
export * from "./DocumentDirectionSettingsStyles";
|
|
26
27
|
export * from "./WorkplaceSharedStyles";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from '@omnia/fx-models';
|
|
2
2
|
import { TeamCollaborationRollupScopeTypes } from '.';
|
|
3
|
+
import { AppEnums } from '../apps';
|
|
3
4
|
export declare const TeamCollaborationConstants: {
|
|
4
5
|
readonly teamTitleAndLink: string;
|
|
5
6
|
readonly searchBoxInternalName: string;
|
|
@@ -17,6 +18,7 @@ export interface TeamCollaborationRollupResultItem {
|
|
|
17
18
|
followError?: boolean;
|
|
18
19
|
unfollowError?: boolean;
|
|
19
20
|
templateIcon?: any;
|
|
21
|
+
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
20
22
|
}
|
|
21
23
|
export interface TeamCollaborationResult {
|
|
22
24
|
total: number;
|
|
@@ -6,7 +6,7 @@ export var TeamCollaborationConstants = {
|
|
|
6
6
|
get OPMProcessPropertyId() {
|
|
7
7
|
return "7491ec1a-9cf5-4c49-b102-2f84f89795eb";
|
|
8
8
|
},
|
|
9
|
-
get appInstanceDescription() { return "
|
|
9
|
+
get appInstanceDescription() { return "appinstance_description"; }
|
|
10
10
|
};
|
|
11
11
|
export var TeamCollaborationRollupEnums;
|
|
12
12
|
(function (TeamCollaborationRollupEnums) {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GuidValue } from '@omnia/fx-models';
|
|
2
|
+
import { PromotedSearchResult, PromotedSearchResultData } from '../../fx/models';
|
|
3
|
+
export declare class PromotedSearchResultService {
|
|
4
|
+
private httpClient;
|
|
5
|
+
private readonly baseUrl;
|
|
6
|
+
add: (profileId: GuidValue, data: PromotedSearchResultData) => Promise<PromotedSearchResult>;
|
|
7
|
+
update: (item: PromotedSearchResult) => Promise<PromotedSearchResult>;
|
|
8
|
+
getAll: (profileId: GuidValue, filterActiveOnly?: boolean) => Promise<PromotedSearchResult[]>;
|
|
9
|
+
delete: (item: PromotedSearchResult) => Promise<void>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { GuidValue } from '@omnia/fx-models';
|
|
2
|
+
import { SearchFeedback, SearchFeedbackData, SearchFeedbackQueryRequest, SearchFeedbackQueryResult } from '../../fx/models';
|
|
3
|
+
export declare class SearchFeedbackService {
|
|
4
|
+
private httpClient;
|
|
5
|
+
private readonly baseUrl;
|
|
6
|
+
add: (profileId: GuidValue, data: SearchFeedbackData) => Promise<SearchFeedback>;
|
|
7
|
+
query: (request: SearchFeedbackQueryRequest) => Promise<SearchFeedbackQueryResult>;
|
|
8
|
+
delete: (feedback: SearchFeedback) => Promise<void>;
|
|
9
|
+
}
|
|
@@ -17,7 +17,8 @@ export declare class SignOffRequestService {
|
|
|
17
17
|
sendCloseEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
18
18
|
sendReopenEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
19
19
|
sendCompletedEmail: (unconfirmedSignOffRequestResource: UnconfirmedSignOffRequestResource) => void;
|
|
20
|
-
|
|
20
|
+
closeRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
|
|
21
|
+
downloadReport: (request: SignOffRequest, showUserNameInReport: boolean) => Promise<void>;
|
|
21
22
|
resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
|
|
22
23
|
[groupId: string]: Identity[];
|
|
23
24
|
}>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GuidValue } from '@omnia/fx-models';
|
|
2
|
+
import { Store } from '@omnia/fx/stores';
|
|
3
|
+
import { PromotedSearchResult, PromotedSearchResultData } from '../models';
|
|
4
|
+
export declare class PromotedSearchResultStore extends Store {
|
|
5
|
+
private internal;
|
|
6
|
+
private promotedSearchResultService;
|
|
7
|
+
private userTargetingStore;
|
|
8
|
+
private multilingualStore;
|
|
9
|
+
getters: {
|
|
10
|
+
all: (profileId: GuidValue) => PromotedSearchResult[];
|
|
11
|
+
search: (text: string, profileId: GuidValue) => PromotedSearchResult[];
|
|
12
|
+
};
|
|
13
|
+
mutations: {
|
|
14
|
+
addOrUpdate: import("@omnia/fx/stores").StoreMutation<(...items: PromotedSearchResult[]) => void, (...args: PromotedSearchResult[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
15
|
+
remove: import("@omnia/fx/stores").StoreMutation<(item: PromotedSearchResult) => void, (item: PromotedSearchResult) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
16
|
+
};
|
|
17
|
+
actions: {
|
|
18
|
+
ensureLoad: import("@omnia/fx/stores").StoreAction<unknown, (profileId: GuidValue, filterOnlyActive?: boolean) => void, (result: void, profileId: GuidValue, filterOnlyActive?: boolean) => void, (failureReason: any, profileId: GuidValue, filterOnlyActive?: boolean) => void, (profileId: GuidValue, filterOnlyActive?: boolean) => Promise<void>>;
|
|
19
|
+
add: import("@omnia/fx/stores").StoreAction<unknown, (profileId: GuidValue, data: PromotedSearchResultData) => void, (result: PromotedSearchResult, profileId: GuidValue, data: PromotedSearchResultData) => void, (failureReason: any, profileId: GuidValue, data: PromotedSearchResultData) => void, (profileId: GuidValue, data: PromotedSearchResultData) => Promise<PromotedSearchResult>>;
|
|
20
|
+
update: import("@omnia/fx/stores").StoreAction<unknown, (item: PromotedSearchResult) => void, (result: PromotedSearchResult, item: PromotedSearchResult) => void, (failureReason: any, item: PromotedSearchResult) => void, (item: PromotedSearchResult) => Promise<PromotedSearchResult>>;
|
|
21
|
+
delete: import("@omnia/fx/stores").StoreAction<unknown, (item: PromotedSearchResult) => void, (result: void, item: PromotedSearchResult) => void, (failureReason: any, item: PromotedSearchResult) => void, (item: PromotedSearchResult) => Promise<void>>;
|
|
22
|
+
};
|
|
23
|
+
private getProfileIdStr;
|
|
24
|
+
private searchByTitle;
|
|
25
|
+
private filterActiveItems;
|
|
26
|
+
private checkSearchMatching;
|
|
27
|
+
private checkTargetingValue;
|
|
28
|
+
protected onActivated(): void;
|
|
29
|
+
protected onDisposing(): void;
|
|
30
|
+
}
|