@omnia/workplace 6.6.5-dev → 6.6.5
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/README.md +6 -6
- package/index.d.ts +4 -4
- package/internal-do-not-import-from-here/apis/Fx.d.ts +11 -11
- package/internal-do-not-import-from-here/apis/Header.d.ts +17 -17
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +24 -24
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +20 -0
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +20 -20
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +17 -17
- package/internal-do-not-import-from-here/apis/index.d.ts +8 -6
- package/internal-do-not-import-from-here/core/Styles.d.ts +5 -5
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +115 -115
- package/internal-do-not-import-from-here/core/loc/formLocalize.manifest.d.ts +1 -1
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +45 -34
- package/internal-do-not-import-from-here/core/loc/localize.manifest.d.ts +1 -1
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +24 -24
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +12 -12
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +25 -29
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +21 -19
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +6 -5
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.d.ts +14 -14
- package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.js +1 -1
- package/internal-do-not-import-from-here/models/ActionRouteInfo.d.ts +4 -4
- package/internal-do-not-import-from-here/models/ActionRouteInfo.js +1 -1
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.d.ts +4 -4
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.js +1 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +25 -25
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.js +1 -1
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +4 -4
- package/internal-do-not-import-from-here/models/AppTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +4 -4
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.js +11 -11
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +28 -28
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.js +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.d.ts +4 -4
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +150 -131
- package/internal-do-not-import-from-here/models/Constants.js +181 -158
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +56 -54
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.js +26 -18
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +4 -4
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.js +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +4 -4
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.js +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +5 -5
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +118 -118
- package/internal-do-not-import-from-here/models/Enums.js +143 -143
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +5 -5
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.js +12 -12
- package/internal-do-not-import-from-here/models/FooterSettings.d.ts +16 -16
- package/internal-do-not-import-from-here/models/FooterSettings.js +10 -10
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +53 -53
- package/internal-do-not-import-from-here/models/GovernanceDashboards.js +19 -19
- package/internal-do-not-import-from-here/models/HeaderSetting.d.ts +25 -25
- package/internal-do-not-import-from-here/models/HeaderSetting.js +1 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +5 -5
- package/internal-do-not-import-from-here/models/ISearchTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +9 -6
- package/internal-do-not-import-from-here/models/LogoSettings.js +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +387 -370
- package/internal-do-not-import-from-here/models/ManifestIds.js +1915 -1832
- package/internal-do-not-import-from-here/models/MyTaskItem.d.ts +18 -18
- package/internal-do-not-import-from-here/models/MyTaskItem.js +1 -1
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +5 -5
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.js +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +98 -97
- package/internal-do-not-import-from-here/models/NotificationPanel.js +23 -23
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.d.ts +5 -5
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.js +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +58 -58
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.js +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +32 -32
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.js +1 -1
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +5 -0
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +1 -0
- package/internal-do-not-import-from-here/models/Search.d.ts +103 -85
- package/internal-do-not-import-from-here/models/Search.js +1 -1
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +25 -25
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.js +1 -1
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +10 -10
- package/internal-do-not-import-from-here/models/SearchBoxStyling.js +1 -1
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +67 -66
- package/internal-do-not-import-from-here/models/SearchCategory.js +5 -5
- package/internal-do-not-import-from-here/models/SearchProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/models/SearchProvider.js +6 -0
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.d.ts +22 -22
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.js +1 -1
- package/internal-do-not-import-from-here/models/Secrets.d.ts +13 -13
- package/internal-do-not-import-from-here/models/Secrets.js +1 -1
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +31 -31
- package/internal-do-not-import-from-here/models/SharedLink.js +1 -1
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +73 -72
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.js +24 -18
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.d.ts +15 -15
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.js +1 -1
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +24 -24
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.js +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/models/TutorialProvider.js +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +12 -12
- package/internal-do-not-import-from-here/models/WorkplaceApi.js +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +129 -0
- package/internal-do-not-import-from-here/models/Workspace.js +185 -0
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +37 -37
- package/internal-do-not-import-from-here/models/apps/Enums.js +43 -43
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.js +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.d.ts +10 -10
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +5 -5
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.js +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +64 -64
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +1 -1
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +6 -6
- package/internal-do-not-import-from-here/models/apps/Membership.js +1 -1
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +19 -19
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.js +1 -1
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +8 -8
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.js +1 -1
- package/internal-do-not-import-from-here/models/apps/SiteDesign.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/SiteDesign.js +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +26 -26
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.js +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +13 -13
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.js +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +10 -10
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +19 -19
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.js +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.d.ts +8 -8
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.js +1 -1
- package/internal-do-not-import-from-here/models/apps/index.d.ts +13 -13
- package/internal-do-not-import-from-here/models/apps/index.js +13 -13
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +10 -10
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.js +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.js +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +4 -6
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.js +1 -1
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +16 -16
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +5 -5
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +18 -18
- package/internal-do-not-import-from-here/models/components/MySitesStyles.js +1 -1
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +21 -21
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.js +2 -2
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +14 -14
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.js +1 -1
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.js +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/index.js +6 -6
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.d.ts +15 -15
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.js +1 -1
- package/internal-do-not-import-from-here/models/facebookworkplace/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +1 -1
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.js +1 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +1 -1
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +161 -153
- package/internal-do-not-import-from-here/models/forms/Form.js +47 -30
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +34 -34
- package/internal-do-not-import-from-here/models/forms/FormLayout.js +3 -3
- package/internal-do-not-import-from-here/models/forms/Statistic.d.ts +11 -11
- package/internal-do-not-import-from-here/models/forms/Statistic.js +5 -5
- package/internal-do-not-import-from-here/models/forms/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/forms/index.js +3 -3
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +49 -49
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +25 -25
- package/internal-do-not-import-from-here/models/governancedashboard/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +1 -1
- package/internal-do-not-import-from-here/models/index.d.ts +60 -58
- package/internal-do-not-import-from-here/models/index.js +61 -59
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +24 -24
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +49 -49
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.js +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.js +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyTeamCollaborationCategory.js +27 -27
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyteamcollaborationSettings.js +30 -30
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +33 -33
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +36 -36
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +3 -3
- package/internal-do-not-import-from-here/models/search_temp/SearchCategory.js +30 -30
- package/internal-do-not-import-from-here/models/search_temp/SearchProviderSettingProps.js +4 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +21 -21
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +34 -33
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +14 -14
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +20 -24
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +25 -29
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +15 -15
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +27 -31
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +14 -14
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +13 -13
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +12 -12
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +12 -12
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +9 -9
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +3 -3
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/siteproperties/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/siteproperties/index.js +1 -1
- package/internal-do-not-import-from-here/models/sites/Enums.d.ts +17 -17
- package/internal-do-not-import-from-here/models/sites/Enums.js +21 -21
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +19 -19
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.js +1 -1
- package/internal-do-not-import-from-here/models/sites/Sites.d.ts +11 -11
- package/internal-do-not-import-from-here/models/sites/Sites.js +1 -1
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/sites/index.js +3 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +13 -13
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +49 -49
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.js +4 -4
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +9 -9
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +9 -9
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/FooterStyle.js +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +12 -12
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.js +2 -2
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +26 -27
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.js +3 -3
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +15 -15
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +14 -14
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +10 -10
- package/internal-do-not-import-from-here/models/styles/LogoStyle.js +1 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +24 -24
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.js +3 -3
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +78 -78
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.js +7 -7
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +13 -13
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +10 -10
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +22 -21
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +79 -76
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +6 -6
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +6 -6
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +23 -23
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.js +4 -4
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +10 -10
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +15 -14
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +9 -10
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.js +2 -2
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.js +1 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +26 -25
- package/internal-do-not-import-from-here/models/styles/index.js +26 -25
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +24 -20
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.js +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +19 -17
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.js +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +112 -112
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +29 -29
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +58 -58
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.js +4 -4
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +51 -51
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +9 -9
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.js +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.d.ts +13 -13
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.js +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.d.ts +9 -9
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.js +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +31 -31
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +4 -4
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +9 -9
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.js +4 -4
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.d.ts +20 -10
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +8 -2
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/yammer/index.js +1 -1
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +10 -10
- package/internal-do-not-import-from-here/services/FormService.d.ts +17 -17
- package/internal-do-not-import-from-here/services/HomeService.d.ts +18 -0
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +24 -21
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +17 -17
- package/internal-do-not-import-from-here/services/index.d.ts +7 -6
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +30 -30
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +19 -19
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +27 -27
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +31 -31
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +28 -28
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +56 -56
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +34 -34
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +61 -60
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +41 -41
- package/internal-do-not-import-from-here/stores/index.d.ts +9 -9
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +39 -17
- package/internal-do-not-import-from-here/webcomponents/index.d.ts +1 -1
- package/models/index.d.ts +3 -3
- package/models/index.js +6 -6
- package/models/package.json +28 -28
- package/package.json +28 -28
- package/task.d.ts +1 -1
- package/task.js +20 -20
- package/task.ts +27 -27
- package/internal-do-not-import-from-here/models/ProfileWorkplace.d.ts +0 -128
- package/internal-do-not-import-from-here/models/ProfileWorkplace.js +0 -143
|
@@ -1,131 +1,150 @@
|
|
|
1
|
-
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
2
|
-
export declare const Constants: {
|
|
3
|
-
featureIds: {
|
|
4
|
-
ShowBusinessProfileHeader: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
export declare
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
1
|
+
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
2
|
+
export declare const Constants: {
|
|
3
|
+
featureIds: {
|
|
4
|
+
ShowBusinessProfileHeader: string;
|
|
5
|
+
showNavigationBar: string;
|
|
6
|
+
mobilelogin: string;
|
|
7
|
+
};
|
|
8
|
+
themingNavigationNodeKey: string;
|
|
9
|
+
themeIds: {
|
|
10
|
+
light: Guid;
|
|
11
|
+
dark: Guid;
|
|
12
|
+
lightWithColor: Guid;
|
|
13
|
+
color: Guid;
|
|
14
|
+
accesssibility: Guid;
|
|
15
|
+
grey: Guid;
|
|
16
|
+
transparent: Guid;
|
|
17
|
+
teamsLight: Guid;
|
|
18
|
+
teamsDark: Guid;
|
|
19
|
+
neptune: Guid;
|
|
20
|
+
paleNight: Guid;
|
|
21
|
+
nightDrive: Guid;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export declare const BuiltInActionButtonHandlers: {
|
|
25
|
+
AddFavoriteButton: ActionHandlerRegistrationId;
|
|
26
|
+
ShareButton: ActionHandlerRegistrationId;
|
|
27
|
+
AdminShortcut: ActionHandlerRegistrationId;
|
|
28
|
+
MyLinks: ActionHandlerRegistrationId;
|
|
29
|
+
Tutorial: ActionHandlerRegistrationId;
|
|
30
|
+
QuickSearch: ActionHandlerRegistrationId;
|
|
31
|
+
TeamworkNavigation: ActionHandlerRegistrationId;
|
|
32
|
+
StrengthenProfile: ActionHandlerRegistrationId;
|
|
33
|
+
NotificationPanel: ActionHandlerRegistrationId;
|
|
34
|
+
SignOffRequest: ActionHandlerRegistrationId;
|
|
35
|
+
CreateApp: ActionHandlerRegistrationId;
|
|
36
|
+
};
|
|
37
|
+
export declare class TeamCollaborationAppEnterpriseProperties {
|
|
38
|
+
static LastVisited: {
|
|
39
|
+
internalName: string;
|
|
40
|
+
};
|
|
41
|
+
static Title: {
|
|
42
|
+
internalName: string;
|
|
43
|
+
};
|
|
44
|
+
static MSTeams: {
|
|
45
|
+
id: Guid;
|
|
46
|
+
internalName: string;
|
|
47
|
+
};
|
|
48
|
+
static Yammer: {
|
|
49
|
+
id: Guid;
|
|
50
|
+
internalName: string;
|
|
51
|
+
};
|
|
52
|
+
static Facebook: {
|
|
53
|
+
id: Guid;
|
|
54
|
+
internalName: string;
|
|
55
|
+
};
|
|
56
|
+
static Description: {
|
|
57
|
+
internalName: string;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
export declare class TeamCollaborationAppDefinitionInfo {
|
|
61
|
+
static id: Guid;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace WorkspaceApp {
|
|
64
|
+
class AppDefinitionInfo {
|
|
65
|
+
static id: Guid;
|
|
66
|
+
}
|
|
67
|
+
class AppTemplateInfo {
|
|
68
|
+
static id: Guid;
|
|
69
|
+
}
|
|
70
|
+
const appRoutePrefix = "_wp";
|
|
71
|
+
class ux {
|
|
72
|
+
static navBarVListColorClass: string;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export declare const GovernanceDashboard: {
|
|
76
|
+
scopeTeamworkId: Guid;
|
|
77
|
+
Filters: {
|
|
78
|
+
TeamworkTemplate: Guid;
|
|
79
|
+
};
|
|
80
|
+
Metrics: {
|
|
81
|
+
NewTeamworks: Guid;
|
|
82
|
+
Active: Guid;
|
|
83
|
+
};
|
|
84
|
+
DashboardLayoutSettingsKey: string;
|
|
85
|
+
ActionButtonIds: {
|
|
86
|
+
edit: string;
|
|
87
|
+
save: string;
|
|
88
|
+
cancel: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
export declare class TeamWorkInfo {
|
|
92
|
+
static createTeamworkProfileSettings: Guid;
|
|
93
|
+
}
|
|
94
|
+
export declare class MembersStep {
|
|
95
|
+
static id: Guid;
|
|
96
|
+
}
|
|
97
|
+
export declare enum HeaderSettingsMode {
|
|
98
|
+
Tenant = 0,
|
|
99
|
+
ClassicProfileOverride = 1,
|
|
100
|
+
ModernProfileOverride = 2
|
|
101
|
+
}
|
|
102
|
+
export declare const SettingsKeys: {
|
|
103
|
+
workspaceFullKey: (workspaceAppId: string, partialKey: string) => string;
|
|
104
|
+
header: {
|
|
105
|
+
tenant: {
|
|
106
|
+
style: string;
|
|
107
|
+
search: string;
|
|
108
|
+
appLaunch: string;
|
|
109
|
+
logo: string;
|
|
110
|
+
};
|
|
111
|
+
classicProfile: {
|
|
112
|
+
overrideStyle: (profileId: string) => string;
|
|
113
|
+
overrideSearch: (profileId: string) => string;
|
|
114
|
+
overrideAppLauch: (profileId: string) => string;
|
|
115
|
+
overrideLogo: (profileId: string) => string;
|
|
116
|
+
};
|
|
117
|
+
workspace: {
|
|
118
|
+
partialKeys: {
|
|
119
|
+
overrideStyle: string;
|
|
120
|
+
overrideSearch: string;
|
|
121
|
+
overrideAppLauch: string;
|
|
122
|
+
overrideLogo: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
navigationBar: {
|
|
127
|
+
classicProfile: {
|
|
128
|
+
logo: (profileId: string) => string;
|
|
129
|
+
style: (profileId: string) => string;
|
|
130
|
+
};
|
|
131
|
+
workspace: {
|
|
132
|
+
partialKeys: {
|
|
133
|
+
genericSettings: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
footer: {
|
|
138
|
+
classicProfile: (profileId: string) => string;
|
|
139
|
+
workspacePartialKey: string;
|
|
140
|
+
};
|
|
141
|
+
notificationPanel: (profileId: string) => string;
|
|
142
|
+
};
|
|
143
|
+
export declare const AppProvisioningSteps: {
|
|
144
|
+
Member: {
|
|
145
|
+
Title: string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
export declare const NotificationConstants: {
|
|
149
|
+
NewItem: string;
|
|
150
|
+
};
|
|
@@ -1,158 +1,181 @@
|
|
|
1
|
-
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
2
|
-
export var Constants = {
|
|
3
|
-
featureIds: {
|
|
4
|
-
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
TeamCollaborationAppDefinitionInfo
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
AppDefinitionInfo
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
AppTemplateInfo
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
1
|
+
import { ActionHandlerRegistrationId, Guid } from '@omnia/fx-models';
|
|
2
|
+
export var Constants = {
|
|
3
|
+
featureIds: {
|
|
4
|
+
ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
5
|
+
showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
|
|
6
|
+
mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad"
|
|
7
|
+
},
|
|
8
|
+
themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
|
|
9
|
+
themeIds: {
|
|
10
|
+
light: new Guid("22d4dde4-9af0-4da8-9be3-2ae67125aff0"),
|
|
11
|
+
dark: new Guid("e1dca2bb-36a6-441c-8445-7779cdb98dc6"),
|
|
12
|
+
lightWithColor: new Guid("edaaa7fb-4246-4b77-9ee4-01bcda3c0a17"),
|
|
13
|
+
color: new Guid("bd59a70c-7e80-4f5f-bf46-2bd4e46f3623"),
|
|
14
|
+
accesssibility: new Guid("37eca146-f342-44ae-a934-e9fecd00f906"),
|
|
15
|
+
grey: new Guid("5ecda4fb-b696-4318-b314-b17257a73783"),
|
|
16
|
+
transparent: new Guid("38deeb29-5236-4ea7-859c-e34e592dd8a1"),
|
|
17
|
+
teamsLight: new Guid("c9d5b317-05cb-4eab-9b69-fb2c1316c3e4"),
|
|
18
|
+
teamsDark: new Guid("e3404e25-9e62-4ef4-8bb4-3f59ed6ccc61"),
|
|
19
|
+
//omniaWebPagesTheme: new Guid("f1e1b7c6-767f-44e7-b72e-6e87445161d7"),
|
|
20
|
+
neptune: new Guid("9ef85823-e0aa-4597-8fba-a48fd49c71f9"),
|
|
21
|
+
paleNight: new Guid("dde2efe4-fbf1-49d3-b09e-f0b3ba7a66d0"),
|
|
22
|
+
nightDrive: new Guid("8042dc9c-820b-48b2-8887-14e728af3714"),
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export var BuiltInActionButtonHandlers = {
|
|
26
|
+
AddFavoriteButton: ActionHandlerRegistrationId.create(new Guid("ad1a3e19-4f08-4ebd-b05e-40a37e1ad4c3")),
|
|
27
|
+
ShareButton: ActionHandlerRegistrationId.create(new Guid("6ed438c0-36db-4c1a-8eef-c3a52c70bb40")),
|
|
28
|
+
AdminShortcut: ActionHandlerRegistrationId.create(new Guid("f86d7218-98da-43aa-9dbf-fe89c6ed633a")),
|
|
29
|
+
MyLinks: ActionHandlerRegistrationId.create(new Guid("bd3163c4-f356-46a4-b760-d1836ff55d21")),
|
|
30
|
+
Tutorial: ActionHandlerRegistrationId.create(new Guid("c1f9c9c1-0371-4970-959f-36e4ea200f83")),
|
|
31
|
+
QuickSearch: ActionHandlerRegistrationId.create(new Guid("7bd5a4cf-f025-4375-9e78-563cb8cb3f5e")),
|
|
32
|
+
TeamworkNavigation: ActionHandlerRegistrationId.create(new Guid("c690af83-7abb-4862-b0c5-b181771357db")),
|
|
33
|
+
StrengthenProfile: ActionHandlerRegistrationId.create(new Guid("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
|
|
34
|
+
NotificationPanel: ActionHandlerRegistrationId.create(new Guid("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
|
|
35
|
+
SignOffRequest: ActionHandlerRegistrationId.create(new Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
|
|
36
|
+
CreateApp: ActionHandlerRegistrationId.create(new Guid("d59b856b-7589-49bb-869f-8978f117569f"))
|
|
37
|
+
};
|
|
38
|
+
var TeamCollaborationAppEnterpriseProperties = /** @class */ (function () {
|
|
39
|
+
function TeamCollaborationAppEnterpriseProperties() {
|
|
40
|
+
}
|
|
41
|
+
TeamCollaborationAppEnterpriseProperties.LastVisited = {
|
|
42
|
+
internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
|
|
43
|
+
};
|
|
44
|
+
TeamCollaborationAppEnterpriseProperties.Title = {
|
|
45
|
+
internalName: "Title"
|
|
46
|
+
};
|
|
47
|
+
TeamCollaborationAppEnterpriseProperties.MSTeams = {
|
|
48
|
+
id: new Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
|
|
49
|
+
internalName: "otc_msteams_url"
|
|
50
|
+
};
|
|
51
|
+
TeamCollaborationAppEnterpriseProperties.Yammer = {
|
|
52
|
+
id: new Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
|
|
53
|
+
internalName: "otc_yammer_url"
|
|
54
|
+
};
|
|
55
|
+
TeamCollaborationAppEnterpriseProperties.Facebook = {
|
|
56
|
+
id: new Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
|
|
57
|
+
internalName: "otc_facebook_url"
|
|
58
|
+
};
|
|
59
|
+
TeamCollaborationAppEnterpriseProperties.Description = {
|
|
60
|
+
internalName: "946d3604-c98d-426b-acd4-7ff907e6cf94"
|
|
61
|
+
};
|
|
62
|
+
return TeamCollaborationAppEnterpriseProperties;
|
|
63
|
+
}());
|
|
64
|
+
export { TeamCollaborationAppEnterpriseProperties };
|
|
65
|
+
var TeamCollaborationAppDefinitionInfo = /** @class */ (function () {
|
|
66
|
+
function TeamCollaborationAppDefinitionInfo() {
|
|
67
|
+
}
|
|
68
|
+
TeamCollaborationAppDefinitionInfo.id = new Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac");
|
|
69
|
+
return TeamCollaborationAppDefinitionInfo;
|
|
70
|
+
}());
|
|
71
|
+
export { TeamCollaborationAppDefinitionInfo };
|
|
72
|
+
export var WorkspaceApp;
|
|
73
|
+
(function (WorkspaceApp) {
|
|
74
|
+
var AppDefinitionInfo = /** @class */ (function () {
|
|
75
|
+
function AppDefinitionInfo() {
|
|
76
|
+
}
|
|
77
|
+
AppDefinitionInfo.id = new Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4");
|
|
78
|
+
return AppDefinitionInfo;
|
|
79
|
+
}());
|
|
80
|
+
WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
|
|
81
|
+
var AppTemplateInfo = /** @class */ (function () {
|
|
82
|
+
function AppTemplateInfo() {
|
|
83
|
+
}
|
|
84
|
+
AppTemplateInfo.id = new Guid("1ff049ac-bf98-4533-913a-450bcd0d7550");
|
|
85
|
+
return AppTemplateInfo;
|
|
86
|
+
}());
|
|
87
|
+
WorkspaceApp.AppTemplateInfo = AppTemplateInfo;
|
|
88
|
+
WorkspaceApp.appRoutePrefix = "_wp";
|
|
89
|
+
var ux = /** @class */ (function () {
|
|
90
|
+
function ux() {
|
|
91
|
+
}
|
|
92
|
+
ux.navBarVListColorClass = "wp-navbar-v-list";
|
|
93
|
+
return ux;
|
|
94
|
+
}());
|
|
95
|
+
WorkspaceApp.ux = ux;
|
|
96
|
+
})(WorkspaceApp || (WorkspaceApp = {}));
|
|
97
|
+
export var GovernanceDashboard = {
|
|
98
|
+
scopeTeamworkId: new Guid("967c36df-84b6-4d01-bf8f-75956fef65a9"),
|
|
99
|
+
Filters: {
|
|
100
|
+
TeamworkTemplate: new Guid("f4ebd4bb-e19c-4aca-af08-f942bc790948")
|
|
101
|
+
},
|
|
102
|
+
Metrics: {
|
|
103
|
+
NewTeamworks: new Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
104
|
+
Active: new Guid("e259e6da-2e8b-49e1-afd1-061d6582246e")
|
|
105
|
+
},
|
|
106
|
+
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
107
|
+
ActionButtonIds: {
|
|
108
|
+
edit: "editdashboardlayout",
|
|
109
|
+
save: "savedashboardlayout",
|
|
110
|
+
cancel: "canceldashboardlayout"
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
var TeamWorkInfo = /** @class */ (function () {
|
|
114
|
+
function TeamWorkInfo() {
|
|
115
|
+
}
|
|
116
|
+
TeamWorkInfo.createTeamworkProfileSettings = new Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b");
|
|
117
|
+
return TeamWorkInfo;
|
|
118
|
+
}());
|
|
119
|
+
export { TeamWorkInfo };
|
|
120
|
+
var MembersStep = /** @class */ (function () {
|
|
121
|
+
function MembersStep() {
|
|
122
|
+
}
|
|
123
|
+
MembersStep.id = new Guid("829eab83-b85b-4635-839e-485b16ad2408");
|
|
124
|
+
return MembersStep;
|
|
125
|
+
}());
|
|
126
|
+
export { MembersStep };
|
|
127
|
+
export var HeaderSettingsMode;
|
|
128
|
+
(function (HeaderSettingsMode) {
|
|
129
|
+
HeaderSettingsMode[HeaderSettingsMode["Tenant"] = 0] = "Tenant";
|
|
130
|
+
HeaderSettingsMode[HeaderSettingsMode["ClassicProfileOverride"] = 1] = "ClassicProfileOverride";
|
|
131
|
+
HeaderSettingsMode[HeaderSettingsMode["ModernProfileOverride"] = 2] = "ModernProfileOverride";
|
|
132
|
+
})(HeaderSettingsMode || (HeaderSettingsMode = {}));
|
|
133
|
+
export var SettingsKeys = {
|
|
134
|
+
workspaceFullKey: function (workspaceAppId, partialKey) { return ("workspace_" + workspaceAppId + "_" + partialKey).toLowerCase(); },
|
|
135
|
+
header: {
|
|
136
|
+
tenant: {
|
|
137
|
+
style: "tenant_header_style",
|
|
138
|
+
search: "tenant_header_search",
|
|
139
|
+
appLaunch: "tenant_header_applaunch",
|
|
140
|
+
logo: "tenant_header_logo",
|
|
141
|
+
},
|
|
142
|
+
classicProfile: {
|
|
143
|
+
overrideStyle: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_style").toLowerCase(); },
|
|
144
|
+
overrideSearch: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_search").toLowerCase(); },
|
|
145
|
+
overrideAppLauch: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_applaunch").toLowerCase(); },
|
|
146
|
+
overrideLogo: function (profileId) { return ("classicprofile_" + profileId + "_override_tenant_header_logo").toLowerCase(); }
|
|
147
|
+
},
|
|
148
|
+
workspace: {
|
|
149
|
+
partialKeys: {
|
|
150
|
+
overrideStyle: "override_tenant_header_style",
|
|
151
|
+
overrideSearch: "override_tenant_header_search",
|
|
152
|
+
overrideAppLauch: "override_tenant_header_applaunch",
|
|
153
|
+
overrideLogo: "override_tenant_header_logo"
|
|
154
|
+
},
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
navigationBar: {
|
|
158
|
+
classicProfile: {
|
|
159
|
+
logo: function (profileId) { return ("classicprofile_" + profileId + "_logo").toLowerCase(); },
|
|
160
|
+
style: function (profileId) { return ("classicprofile_" + profileId + "_style").toLowerCase(); }
|
|
161
|
+
},
|
|
162
|
+
workspace: {
|
|
163
|
+
partialKeys: {
|
|
164
|
+
genericSettings: "genericsettings"
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
footer: {
|
|
169
|
+
classicProfile: function (profileId) { return ("classicprofile_" + profileId + "_footer").toLowerCase(); },
|
|
170
|
+
workspacePartialKey: "footer"
|
|
171
|
+
},
|
|
172
|
+
notificationPanel: function (profileId) { return (profileId + "_omnia.workplace.notificationpanel").toLowerCase(); }
|
|
173
|
+
};
|
|
174
|
+
export var AppProvisioningSteps = {
|
|
175
|
+
Member: {
|
|
176
|
+
Title: "$Localize:OTAD.Apps.Steps.MemberStep.Title;"
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
export var NotificationConstants = {
|
|
180
|
+
NewItem: "wp-notificationNewItem"
|
|
181
|
+
};
|