@omnia/workplace 6.6.119-preview → 6.7.1

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.
Files changed (75) hide show
  1. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +24 -0
  2. package/internal-do-not-import-from-here/core/loc/powerappLocalize.manifest.d.ts +1 -0
  3. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +3 -0
  4. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +4 -0
  5. package/internal-do-not-import-from-here/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/models/Constants.d.ts +23 -4
  8. package/internal-do-not-import-from-here/models/Constants.js +33 -7
  9. package/internal-do-not-import-from-here/models/Enums.d.ts +5 -0
  10. package/internal-do-not-import-from-here/models/Enums.js +6 -0
  11. package/internal-do-not-import-from-here/models/IAdminComponent.d.ts +5 -0
  12. package/internal-do-not-import-from-here/models/IAdminComponent.js +1 -0
  13. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +17 -3
  14. package/internal-do-not-import-from-here/models/ManifestIds.js +85 -15
  15. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +14 -1
  16. package/internal-do-not-import-from-here/models/Search.d.ts +1 -0
  17. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +3 -0
  18. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +5 -0
  19. package/internal-do-not-import-from-here/models/apps/Enums.js +6 -0
  20. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +1 -0
  21. package/internal-do-not-import-from-here/models/index.d.ts +4 -0
  22. package/internal-do-not-import-from-here/models/index.js +4 -0
  23. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +19 -0
  24. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +37 -0
  25. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +18 -0
  26. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +1 -0
  27. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.d.ts +0 -0
  28. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.js +0 -0
  29. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.d.ts +3 -0
  30. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +1 -0
  31. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -0
  32. package/internal-do-not-import-from-here/models/powerapp/index.js +2 -0
  33. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +21 -0
  34. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +6 -0
  35. package/internal-do-not-import-from-here/models/promotedsearchresults/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +1 -0
  37. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +39 -0
  38. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +1 -0
  39. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +11 -0
  40. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +1 -0
  41. package/internal-do-not-import-from-here/models/searchfeedbacks/index.d.ts +2 -0
  42. package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +2 -0
  43. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +4 -2
  44. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +3 -3
  45. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +3 -1
  46. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +2 -0
  47. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +5 -5
  48. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +16 -10
  49. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +4 -4
  50. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +2 -2
  51. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +2 -2
  52. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +2 -2
  53. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +2 -2
  54. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -1
  55. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +4 -0
  56. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +1 -0
  57. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +1 -0
  58. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +1 -2
  59. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -0
  60. package/internal-do-not-import-from-here/models/styles/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/models/styles/index.js +1 -0
  62. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +2 -0
  63. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +1 -1
  64. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +10 -0
  65. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +9 -0
  66. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +12 -6
  67. package/internal-do-not-import-from-here/services/index.d.ts +2 -0
  68. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +2 -2
  69. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +30 -0
  70. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +8 -6
  71. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +7 -0
  73. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  74. package/internal-do-not-import-from-here/wcdefinitions.json +1 -53
  75. 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
+ }
@@ -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,10 +16,14 @@ 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>;
22
25
  static get registerTenantAdminHeaderSettings(): IMessageBusTopicPublishSubscriber<TenantAdminHeaderSettingSection>;
23
26
  static get registerSecretsForm(): IMessageBusTopicPublishSubscriber<SecretRegistrationMsg>;
24
27
  static get registerRichTextEditorExtension(): IMessageBusTopicPublishSubscriber<RichTextEditorExtensionMessage>;
28
+ static get closeWorkspaceMegaMenu(): IMessageBusTopicPublishSubscriber<void>;
25
29
  }
@@ -4,3 +4,4 @@ export * from "./stores";
4
4
  export * from "./services";
5
5
  export * from "./webcomponents";
6
6
  export * from "./shared";
7
+ export * from "./ux";
@@ -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","WorkspaceHomeSettings","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","DialogHelper","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","SignOffRequestResourceProvider","SignOffResource","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","WorkspaceHomeSettings","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: {
@@ -147,4 +165,5 @@ export declare const AppProvisioningSteps: {
147
165
  };
148
166
  export declare const NotificationConstants: {
149
167
  NewItem: string;
168
+ NewChipIcon: string;
150
169
  };
@@ -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: {
@@ -177,5 +202,6 @@ export var AppProvisioningSteps = {
177
202
  }
178
203
  };
179
204
  export var NotificationConstants = {
180
- NewItem: "wp-notificationNewItem"
205
+ NewItem: "wp-notificationNewItem",
206
+ NewChipIcon: "wp-notificationNewChipIcon"
181
207
  };
@@ -115,4 +115,9 @@ export declare module Enums {
115
115
  Top = 0,
116
116
  Left = 1
117
117
  }
118
+ enum Alignment {
119
+ Left = 1,
120
+ Center = 2,
121
+ Right = 3
122
+ }
118
123
  }
@@ -140,4 +140,10 @@ export var Enums;
140
140
  NavigationBarPosition[NavigationBarPosition["Top"] = 0] = "Top";
141
141
  NavigationBarPosition[NavigationBarPosition["Left"] = 1] = "Left";
142
142
  })(NavigationBarPosition = Enums.NavigationBarPosition || (Enums.NavigationBarPosition = {}));
143
+ var Alignment;
144
+ (function (Alignment) {
145
+ Alignment[Alignment["Left"] = 1] = "Left";
146
+ Alignment[Alignment["Center"] = 2] = "Center";
147
+ Alignment[Alignment["Right"] = 3] = "Right";
148
+ })(Alignment = Enums.Alignment || (Enums.Alignment = {}));
143
149
  })(Enums || (Enums = {}));
@@ -0,0 +1,5 @@
1
+ import { AdminNavigationBuiltInCategory, JourneyInstance } from "@omnia/fx/models";
2
+ export interface IAdminComponent {
3
+ category: AdminNavigationBuiltInCategory;
4
+ getJourney: () => JourneyInstance;
5
+ }
@@ -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,19 @@ 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;
113
+ static get FaviconJourney(): Guid;
112
114
  static get ActionButtonSignOffRequestSettings(): Guid;
113
115
  static get DefaultSearchTemplate(): Guid;
114
116
  static get SharedLinkSimpleListingSearchTemplate(): Guid;
115
117
  static get SharedLinkAppIconSearchTemplate(): Guid;
116
118
  static get SearchConfig(): Guid;
119
+ static get PromotedSearchResultJourney(): Guid;
120
+ static get SearchFeedbackJourney(): Guid;
117
121
  static get QuickSearchConfig(): Guid;
118
122
  static get QuickSearchCategoriesConfig(): Guid;
119
123
  static get AdvenceSearchConfig(): Guid;
@@ -189,6 +193,9 @@ export declare class WebComponentManifests {
189
193
  static get AccessibilityStyle(): Guid;
190
194
  static get OmniaSystemLanguageSetting(): Guid;
191
195
  static get OmniaLanguagesComponent(): Guid;
196
+ static get DocumentDirectionSetting(): Guid;
197
+ static get DocumentDirectioJumpToContent(): Guid;
198
+ static get DocumentDirectionStyle(): Guid;
192
199
  static get MyLinksNavigation(): Guid;
193
200
  static get QuickLinksViewComponent(): Guid;
194
201
  static get QuickLinksEditComponent(): Guid;
@@ -262,6 +269,7 @@ export declare class WebComponentManifests {
262
269
  static get TenantLogoSettings(): Guid;
263
270
  static get ErrorInformation(): Guid;
264
271
  static get SystemAccountForm(): Guid;
272
+ static get YammerAppForm(): Guid;
265
273
  static get GovernanceDashboard(): Guid;
266
274
  static get GovernanceDashboardSettings(): Guid;
267
275
  static get GovernanceDashboardEditor(): Guid;
@@ -381,6 +389,12 @@ export declare class WebComponentManifests {
381
389
  static get PropertiesBlockCore(): Guid;
382
390
  static get PropertiesBlockSetting(): Guid;
383
391
  static get PropertiesBlock(): Guid;
392
+ static get PowerAppBlock(): Guid;
393
+ static get PowerAppBlockSettings(): Guid;
394
+ static get PowerAppSettingAdminJourney(): Guid;
395
+ static get OrganizationTreeBlockCore(): Guid;
396
+ static get OrganizationTreeBlock(): Guid;
397
+ static get OrganizationTreeBlockSettings(): Guid;
384
398
  }
385
399
  export declare class WebComponentElements {
386
400
  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,16 @@ 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
+ });
544
+ Object.defineProperty(WebComponentManifests, "FaviconJourney", {
545
+ get: function () { return new Guid("57e5bf35-ed12-4815-bcc5-925f6415ab01"); },
546
+ enumerable: false,
547
+ configurable: true
548
+ });
539
549
  Object.defineProperty(WebComponentManifests, "ActionButtonSignOffRequestSettings", {
540
550
  get: function () { return new Guid("58e5a275-426e-4834-889f-baf1e4a3a5b0"); },
541
551
  enumerable: false,
@@ -561,6 +571,16 @@ var WebComponentManifests = /** @class */ (function () {
561
571
  enumerable: false,
562
572
  configurable: true
563
573
  });
574
+ Object.defineProperty(WebComponentManifests, "PromotedSearchResultJourney", {
575
+ get: function () { return new Guid("14bd1089-d501-412f-a569-ca915308e541"); },
576
+ enumerable: false,
577
+ configurable: true
578
+ });
579
+ Object.defineProperty(WebComponentManifests, "SearchFeedbackJourney", {
580
+ get: function () { return new Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); },
581
+ enumerable: false,
582
+ configurable: true
583
+ });
564
584
  Object.defineProperty(WebComponentManifests, "QuickSearchConfig", {
565
585
  get: function () { return new Guid("f537b6a0-79ec-4019-9da6-62a51e3c5ff3"); },
566
586
  enumerable: false,
@@ -936,6 +956,21 @@ var WebComponentManifests = /** @class */ (function () {
936
956
  enumerable: false,
937
957
  configurable: true
938
958
  });
959
+ Object.defineProperty(WebComponentManifests, "DocumentDirectionSetting", {
960
+ get: function () { return new Guid("8a35b5ee-118f-4be8-b12b-cef340d8bbbc"); },
961
+ enumerable: false,
962
+ configurable: true
963
+ });
964
+ Object.defineProperty(WebComponentManifests, "DocumentDirectioJumpToContent", {
965
+ get: function () { return new Guid("16c1a389-77d2-467c-acc7-57b9f499f4ed"); },
966
+ enumerable: false,
967
+ configurable: true
968
+ });
969
+ Object.defineProperty(WebComponentManifests, "DocumentDirectionStyle", {
970
+ get: function () { return new Guid("a65e0a65-8ae8-4434-9cff-5fa72ba3d1ca"); },
971
+ enumerable: false,
972
+ configurable: true
973
+ });
939
974
  Object.defineProperty(WebComponentManifests, "MyLinksNavigation", {
940
975
  get: function () { return new Guid("fe39c5e9-95cb-43cf-ab3f-7422dcf29030"); },
941
976
  enumerable: false,
@@ -1301,6 +1336,11 @@ var WebComponentManifests = /** @class */ (function () {
1301
1336
  enumerable: false,
1302
1337
  configurable: true
1303
1338
  });
1339
+ Object.defineProperty(WebComponentManifests, "YammerAppForm", {
1340
+ get: function () { return new Guid("352e23d3-9a20-40f7-8699-1b9796032e3a"); },
1341
+ enumerable: false,
1342
+ configurable: true
1343
+ });
1304
1344
  Object.defineProperty(WebComponentManifests, "GovernanceDashboard", {
1305
1345
  get: function () { return new Guid("8b58ab03-7af5-47f1-a82d-290964567cc9"); },
1306
1346
  enumerable: false,
@@ -1899,6 +1939,36 @@ var WebComponentManifests = /** @class */ (function () {
1899
1939
  enumerable: false,
1900
1940
  configurable: true
1901
1941
  });
1942
+ Object.defineProperty(WebComponentManifests, "PowerAppBlock", {
1943
+ get: function () { return new Guid('8905b50b-3b48-4053-b667-d3abf5d7c4ef'); },
1944
+ enumerable: false,
1945
+ configurable: true
1946
+ });
1947
+ Object.defineProperty(WebComponentManifests, "PowerAppBlockSettings", {
1948
+ get: function () { return new Guid('faa90898-9cc3-4db8-ab24-e36fa6d96ea3'); },
1949
+ enumerable: false,
1950
+ configurable: true
1951
+ });
1952
+ Object.defineProperty(WebComponentManifests, "PowerAppSettingAdminJourney", {
1953
+ get: function () { return new Guid('b643dd40-d26c-4c73-9f23-d5fa4b436064'); },
1954
+ enumerable: false,
1955
+ configurable: true
1956
+ });
1957
+ Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockCore", {
1958
+ get: function () { return new Guid("b59eb584-f59f-4caf-a9a7-4697e49aafca"); },
1959
+ enumerable: false,
1960
+ configurable: true
1961
+ });
1962
+ Object.defineProperty(WebComponentManifests, "OrganizationTreeBlock", {
1963
+ get: function () { return new Guid("38345507-17ee-410c-8583-f7eb587e5903"); },
1964
+ enumerable: false,
1965
+ configurable: true
1966
+ });
1967
+ Object.defineProperty(WebComponentManifests, "OrganizationTreeBlockSettings", {
1968
+ get: function () { return new Guid("8680e45c-a948-4321-b5c1-e09b80eb20d9"); },
1969
+ enumerable: false,
1970
+ configurable: true
1971
+ });
1902
1972
  return WebComponentManifests;
1903
1973
  }());
1904
1974
  export { WebComponentManifests };
@@ -1,4 +1,5 @@
1
- import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue } from '@omnia/fx-models';
1
+ import { SpacingSettings, Guid, MultilingualString, IconPickerModel, GuidValue, IMessageBusTopicSubscription } from '@omnia/fx-models';
2
+ import { NotificationPanelHistoryEntry } from './NotificationPanelHistoryEntry';
2
3
  export interface CategoryIconDisplaySettings {
3
4
  showIcon: boolean;
4
5
  showLabel: boolean;
@@ -96,3 +97,15 @@ export interface NotificationPanelComponentModel {
96
97
  settingsValue?: any;
97
98
  id: Guid;
98
99
  }
100
+ export interface INotificationPanelBlockInstance {
101
+ readonly visibled: boolean;
102
+ readonly viewedNewItems: string[];
103
+ registerNewItems(ids: string[]): void;
104
+ getHistory(ids: string[]): Promise<Array<NotificationPanelHistoryEntry>>;
105
+ onChanged: IMessageBusTopicSubscription<void>;
106
+ }
107
+ declare module '@omnia/fx-models/Layout' {
108
+ interface IBlockInstance<TSettings = void> {
109
+ notificationPanel: INotificationPanelBlockInstance;
110
+ }
111
+ }
@@ -20,6 +20,7 @@ export interface SearchResultItem extends BaseSearchResult {
20
20
  */
21
21
  itemType: Enums.SearchResultItemTypes;
22
22
  imageIconSize?: string;
23
+ imageRatioUniqueId?: GuidValue;
23
24
  }
24
25
  export interface SearchResult<T> {
25
26
  pageNumber?: number;
@@ -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
@@ -34,4 +34,9 @@ export declare module AppEnums {
34
34
  BuiltIn = 1,
35
35
  Organization = 2
36
36
  }
37
+ enum ResourceUrlType {
38
+ SharepointSite = 1,
39
+ MSTeams = 2,
40
+ YammerGroup = 3
41
+ }
37
42
  }
@@ -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 = {}));
@@ -16,4 +16,5 @@ export interface TeamCollaborationAppTemplateProperties extends AppTemplatePrope
16
16
  lcid: number;
17
17
  timezoneId: string;
18
18
  siteDesignId?: GuidValue;
19
+ defaultResourceUrlType?: AppEnums.ResourceUrlType;
19
20
  }
@@ -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 {};