@omnia/workplace 8.0.8-dev → 8.0.10-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +5 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/models/Constants.d.ts +81 -74
  4. package/internal-do-not-import-from-here/models/Constants.js +95 -88
  5. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +4 -4
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +14 -0
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +571 -0
  8. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +10 -10
  9. package/internal-do-not-import-from-here/models/GovernanceDashboards.js +1 -1
  10. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +3 -3
  11. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +575 -553
  12. package/internal-do-not-import-from-here/models/ManifestIds.js +575 -553
  13. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +7 -7
  14. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +3 -3
  15. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +2 -2
  16. package/internal-do-not-import-from-here/models/Search.d.ts +6 -6
  17. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +5 -5
  18. package/internal-do-not-import-from-here/models/SearchProvider.d.ts +4 -4
  19. package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/SharedLink.d.ts +2 -2
  21. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/Workspace.d.ts +4 -4
  23. package/internal-do-not-import-from-here/models/Workspace.js +4 -4
  24. package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +2 -2
  25. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +2 -2
  26. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -3
  27. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
  28. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  29. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +4 -4
  30. package/internal-do-not-import-from-here/models/forms/Form.d.ts +18 -14
  31. package/internal-do-not-import-from-here/models/forms/Form.js +8 -2
  32. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +3 -3
  33. package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +3 -3
  34. package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +2 -2
  35. package/internal-do-not-import-from-here/models/forms/FormType.d.ts +3 -3
  36. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +18 -9
  37. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +4 -4
  38. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +3 -2
  39. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +3 -2
  40. package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +2 -21
  41. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +2 -2
  42. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +2 -2
  44. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +5 -5
  45. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +2 -2
  46. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +14 -14
  47. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +5 -5
  48. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +2 -2
  49. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +2 -2
  50. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +2 -2
  51. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +6 -6
  52. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +3 -3
  53. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +2 -2
  54. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +3 -3
  55. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +4 -4
  56. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -2
  57. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +4 -4
  58. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +7 -7
  59. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +2 -2
  60. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +3 -3
  61. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +5 -5
  62. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +4 -4
  63. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +3 -3
  64. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +5 -5
  66. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +2 -2
  68. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +3 -3
  69. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +2 -2
  70. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +7 -7
  71. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
  72. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -3
  73. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +4 -4
  74. package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +7 -7
  75. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +3 -3
  76. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +3 -3
  77. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  78. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +7 -7
  79. package/internal-do-not-import-from-here/services/form/FormService.d.ts +4 -4
  80. package/internal-do-not-import-from-here/services/form/FormTemplateService.d.ts +3 -3
  81. package/internal-do-not-import-from-here/services/form/FormTypeService.d.ts +3 -3
  82. package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +40 -0
  83. package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +168 -6
  84. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +3 -3
  85. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -3
  86. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +2 -2
  87. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +5 -6
  88. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +5 -5
  89. package/internal-do-not-import-from-here/stores/form/FormStore.d.ts +3 -3
  90. package/internal-do-not-import-from-here/stores/form/FormTemplateStore.d.ts +6 -6
  91. package/internal-do-not-import-from-here/stores/form/FormTypeStore.d.ts +6 -6
  92. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  93. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +30 -30
  95. package/internal-do-not-import-from-here/wctypings.d.ts +92 -7
  96. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +2 -2
  97. package/package.json +1 -1
  98. package/task.js +3 -2
  99. package/task.ts +3 -2
@@ -1,4 +1,4 @@
1
- import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func, GuidValue, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
1
+ import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func, guid, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
2
2
  import { EnterpriseGlossaryInformation, EnterpriseGlossaryInformationSlot } from "./EnterpriseGlossaryInformation";
3
3
  import { VNodeChild } from "vue";
4
4
  export interface IEnterpriseGlossarySourceInformationComponent {
@@ -11,7 +11,7 @@ export interface EnterpriseGlossaryUIIcon {
11
11
  onClick: any;
12
12
  }
13
13
  export interface ContentEnterpriseGlossaryBlade {
14
- componentManifestId: GuidValue;
14
+ componentManifestId: guid;
15
15
  domProps?: {
16
16
  [key: string]: any;
17
17
  };
@@ -22,13 +22,13 @@ export interface ContentEnterpriseGlossaryBlade {
22
22
  export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
23
23
  content?: () => JSX.Element;
24
24
  createContent?: () => {
25
- componentManifestId: GuidValue;
25
+ componentManifestId: guid;
26
26
  domProps?: EnterpriseGlossaryInformation;
27
27
  children?: EnterpriseGlossaryInformationSlot;
28
28
  };
29
29
  }
30
30
  export interface EnterpriseGlossarySourceInformationBlade extends Omit<Blade, "content"> {
31
- componentManifestId: GuidValue;
31
+ componentManifestId: guid;
32
32
  }
33
33
  export interface IEnterpriseGlossaryInformationSourceSettingsComponent {
34
34
  settings: EnterpriseGlossaryInformationSourceSettings;
@@ -0,0 +1,14 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const resourceManifests: Record<"Fx" | "CommonChunk" | "AnnouncementsCore" | "SearchGeneral" | "SearchCore" | "SearchRegistration" | "MyTasksCore" | "MyTaskNotificationPanelRegistration" | "CustomSearchRegistration" | "CompactHeaderApi" | "HeaderRegistration" | "HeaderCore" | "FooterRegistration" | "ActionMenuRegistration" | "AppLaunchRegistration" | "QuickLinksCore" | "SharedLinksAdminCore" | "MyLinksRegistration" | "AnnoucementRegistration" | "AnnouncementSettingsCore" | "AnnoucementNotificationPanelRegistration" | "NotificationPanelRegistration" | "NotificationPanelRegistrationApi" | "SetupWizardRegistrationApi" | "NotificationPanelCore" | "AdminShortcutRegistration" | "ActionMenuCore" | "TutorialCore" | "TutorialRegistration" | "TutorialActionMenuRegistration" | "TrelloCore" | "TrelloCardNotificationPanelRegistration" | "SearchAdminCore" | "SearchTemplateApi" | "ScopedPermissionApi" | "SearchCategoryProviderApi" | "SearchTokenProviderApi" | "DefaultSearchTokenProviderRegistration" | "EnableMSTeamsDeepLinkExecution" | "TenantPeopleInfoJourney" | "Favicon" | "Core" | "AdminRegistrations" | "WorkplaceRegistrations" | "BusinessProfileAdminRegistrations" | "BusinessProfileMediaPickerRegistrations" | "TenantAdminMediaPickerRegistrations" | "TenantAdminFaviconRegistrations" | "BusinessProfileAdminLanguage" | "TenantRegionalRegistrations" | "TenantHeaderRegistrations" | "TenantErrorInformationRegistrations" | "RichTextEditorSettingsRegistrations" | "BusinessProfilesCore" | "SecretsCore" | "TenantAdminSettingsCore" | "GovernanceDashboardCore" | "TenantAdminTextStyleRegistration" | "TenantGeneralSettingsRegistration" | "EnableInputMSTeamsUrl" | "PeopleRollupCore" | "UserProfileCompletionCore" | "SitePropertiesActionRegistration" | "SitePropertiesActionMenuRegistration" | "TeamNewsApi" | "TeamCollabAppTrackVisited" | "TeamCollabAppCore" | "TeamNewsCore" | "TeamCollaborationRollupCore" | "TeamCollaborationRollupViewRegistrations" | "TeamCollaborationFacebookWorkplaceRegistration" | "TeamCollabAppSettingsCore" | "MySitesRegistration" | "TeamworkNavigationRegistration" | "TeamworkNavigationCore" | "TaxonomyNavigationShareds" | "MetricsRegistrations" | "TaxonomyNavigationApis" | "EnterpriseGlossaryCore" | "NavigationBarJourneyResources" | "Yammerfeed" | "SignOffRequestCore" | "SignOffRequestRegistration" | "UserProfileCardEditingHandlerRegistration" | "ActionButtonSignOffRequestHandler" | "ActionButtonSignOffRequestHandlerRegistration" | "SetupWizardCommon" | "TeamworkAppTemplateWizardStore" | "SearchConfigStore" | "OmniaLanguagesComponentStore" | "EnterprisePropertiesStore" | "TargetingPropertiesResources" | "AdminSystemCore" | "PowerAppCore" | "WorkspaceCommon" | "PostsFeedBlockCore" | "SearchStatisticsMetricShared" | "SearchStatisticsMetricGroup" | "LinkHandlerSettingsRegistration" | "TranslatorProviderRegistration" | "QrCodeCore" | "TenantSetupWizardRegistration" | "BusinessProfileSetupWizardRegistration" | "SignOffRequestFilterCore" | "SignOffRequestFilterEngineContextProperties" | "SignOffRequestFilterEngineRequestedBy" | "SignOffRequestFilterEngineProgressStatus" | "SignOffRequestFilterEngineStatus" | "SignOffRequestFilterEngineType" | "HttpCodeLayoutResource" | "HttpCodeLayoutBPRegistration" | "HttpCodeLayoutTenantRegistration" | "AuthenticationScreenResources" | "SystemLayoutResource" | "SystemLayoutRegistration" | "FormSharedComponentCore" | "FormRollupCore" | "FormRollupFilterEngineFormScope" | "FormRollupFilterEngineContextProperties", guid>;
3
+ declare const webComponentManifests: Record<"PeopleRollup" | "UserProfileCompletion" | "AppLaunchRegistration" | "Yammerfeed" | "FaviconSettings" | "FaviconJourney" | "ActionButtonSignOffRequestSettings" | "DefaultSearchTemplate" | "SharedLinkSimpleListingSearchTemplate" | "SharedLinkAppIconSearchTemplate" | "SearchConfig" | "SearchConfigAddOrEditBlade" | "PromotedSearchResultJourney" | "SearchFeedbackJourney" | "SearchStatisticsJourney" | "QuickSearchConfig" | "QuickSearchCategoriesConfig" | "AdvenceSearchConfig" | "AdvancedSearchCategoriesConfig" | "DateTimeRefinerComponent" | "CustomSearch" | "ActionMenu" | "ActionMenuAdmin" | "TrelloCards" | "TrelloCardsSettings" | "Announcements" | "HighPrioAnnouncements" | "HighPrioAnnouncementsSettings" | "AnnouncementsSettings" | "AnnouncementsBusinessProfileJourney" | "AnnouncementsTenantAdminJourney" | "AnnouncementsAdminListingBlade" | "AnnouncementsAdminAddOrEditBlade" | "AnnouncementsAdminTypeAndStatusBlade" | "FavoriteButtonLinkHandlerSettings" | "FavoriteButtonLinkHandlerRegistration" | "FavoriteButtonLinkHandlerSubscription" | "AdminShortcutActionRegistration" | "AdminShortcutActionHandler" | "TeamworkNavigationActionRegistration" | "TeamworkNavigationActionHandler" | "NotificationPanelActionRegistration" | "NotificationPanelActionHandler" | "TutorialActionRegistration" | "TutorialActionHandler" | "MyLinkActionRegistration" | "MyLinkActionHandler" | "StrengthenProfileActionRegistration" | "StrengthenProfileActionHandler" | "QuickSearchActionRegistration" | "QuickSearchActionHandler" | "ShareActionSettings" | "ShareActionRegistration" | "ShareActionHandler" | "CreateAppActionHandler" | "YammerfeedSettings" | "SearchHeader" | "Search" | "SearchBlock" | "SearchBlockSettings" | "QuickSearch" | "AdvancedSearch" | "SearchAdmin" | "SearchAdminRegistration" | "SharePointSearchProviderSettings" | "MicrosoftSearchProviderSettings" | "SharedLinksSearchProviderSettings" | "QuickSearchActionHandlerSettings" | "SearchSettings" | "SearchStatisticsMetricIndicator" | "SearchStatisticsNoOfQueryMetricIndicator" | "SearchStatisticsAbandonedQueryMetricIndicator" | "SearchStatisticsNoResultQueryMetricIndicator" | "SearchStatisticsNoOfQueryMetricDetail" | "SearchStatisticsAbandonedQueryMetricDetail" | "SearchStatisticsNoResultQueryMetricDetail" | "SearchStatisticsMetricScopeFilter" | "MyTasks" | "MyTasksSettings" | "MyTasksSiteGroupView" | "TasksSimpleListingView" | "Logo" | "LogoSettings" | "Header" | "FullHeader" | "CompactHeader" | "HeaderSettings" | "FooterComponent" | "FooterCore" | "FooterSettings" | "UserMenu" | "UserMenuCore" | "CompactUserMenu" | "UserAccessibilitySetting" | "UserAccessibilityJumpToContent" | "AccessibilityStyle" | "OmniaSystemLanguageSetting" | "OmniaLanguagesComponent" | "DocumentDirectionSetting" | "DocumentDirectioJumpToContent" | "DocumentDirectionStyle" | "MyLinksNavigation" | "QuickLinksViewComponent" | "QuickLinksEditComponent" | "QuickLinksCreateComponent" | "QuickLinksComponent" | "AppLaunchComponent" | "CompactAppLaunchComponent" | "SharedLinkListingsBlade" | "SharedLinkAddOrEditBlade" | "BusinessProfileAdminSharedLinksJourney" | "TenantAdminSharedLinksJourney" | "QuickLinkSetting" | "MyLinkSetting" | "TrelloCardView" | "QuickLinkSimpleList" | "QuickLinkAppIconList" | "QuickLinksAppLaunchView" | "ImportantAnnouncementView" | "HighPriorityAnnouncementView" | "AnnouncementLikeComment" | "NotificationPanelHeader" | "NotificationPanelHeaderSettings" | "NotificationPanel" | "NotificationPanelSettings" | "NotificationPanelsAdmin" | "NotificationPanelBlockSettings" | "AdminShortcut" | "TutorialAdmin" | "TutorialAdminTenant" | "TutorialPageSetting" | "Tutorial" | "ProfileMenu" | "TeamworkAppAppendInformationInput" | "M365GroupAppInformationInput" | "BusinessProfileJourney" | "BusinessProfileSettings" | "BusinessProfileTheme" | "TenantMediaPicker" | "TenantMediaPickerCore" | "BusinessProfileMediaPicker" | "BusinessProfileMediaPickerCore" | "CentralImageLocations" | "MediaPickerGeneral" | "MediaPickerScalingSettingsListing" | "MediaPickerFileSizeLimitSettings" | "MediaPickerCropRatios" | "BusinessProfileLanguage" | "AppTemplatesCustomStepMember" | "EnterprisePropertiesJourney" | "TenantSecretsJourney" | "BusinessProfileSecretsJourney" | "TargetingPropertiesJourney" | "EnterprisePropertyCategoriesJourney" | "AppProvisioningStepMemberStep" | "AppTemplateStepComponentBase" | "NavigationBar" | "NavigationBarChrome" | "WorkplaceWarning" | "WorkplacePreviewDisclaimer" | "AdminHeaderSettings" | "AdminHeaderSettingsCore" | "PropertySetsJourney" | "PropertiesJourney" | "PropertyArchiveJourney" | "QueryablePropertiesJourney" | "AppPropertiesJourney" | "RichTextEditorSettings" | "TenantHeader" | "TenantRegional" | "TenantAdminSetting" | "TenantLocalizationAdmin" | "TenantAdministratorPermissionJourney" | "BusinessProfileAdministratorPermissionJourney" | "TenantLogoSettings" | "ErrorInformation" | "SystemAccountForm" | "YammerAppForm" | "GovernanceDashboard" | "GovernanceDashboardSettings" | "GovernanceDashboardEditor" | "TextStyles" | "TenantGeneralSettings" | "PeopleRollupSettings" | "PeopleRollupBreakpointSettings" | "PeopleRollupCardView" | "PeopleRollupCardViewSettings" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PersonSearchTemplate" | "UserProfilePropertiesWizard" | "UserProfileCompletionAppJourney" | "UserProfileStrippedCard" | "UserProfileCompletionBlockSettings" | "UserProfileSendPropertyFeedback" | "UserProfileActionMenu" | "TeamCollabAppSiteDesign" | "MySitesWizard" | "MyTeamCollaboration" | "MyTeamCollaborationDialog" | "MyTeamCollaborationSettingsForm" | "MyTeamCollaborationEditorSettings" | "MyTeamCollaborationCategoryFollowed" | "MyTeamCollaborationCategoryRecently" | "MyTeamCollaborationCategoryGroup" | "MyTeamCollaborationCategorySearch" | "TeamworkNavigationActionHandlerSettings" | "TeamworkNavigationSettingsWrapper" | "TeamworkNavigationSettings" | "TeamworkNavigationTabSettings" | "TeamworkNavigationDialog" | "AppCreationActionHandlerSettings" | "CreateAppDialog" | "TeamNewsListView" | "TeamNewsListViewSettings" | "TeamNewsGroupView" | "TeamNewsGroupViewSettings" | "TeamNewsRollup" | "TeamNewsRollupSettings" | "TeamCollaborationAppWizard" | "TeamCollaborationAppJourney" | "TeamCollaborationSettingsJourney" | "TeamCollaborationSettingsSwitchingTemplateBlade" | "TeamCollaborationSettingsEditAppInstanceBlade" | "TeamCollaborationSettingsSwitchingTemplateBladeRegistration" | "TeamCollaborationSettingsEditAppInstanceBladeRegistration" | "TeamCollaborationSettingsSwitchingTemplateJourney" | "TeamCollaborationSettingsSwitchingTemplateJourneyRegistration" | "TeamCollaborationSettingsEditBlade" | "EditSitePropertiesListener" | "EditSiteProperties" | "TeamEndUserSettings" | "TeamCollaborationFacebookWorkplace" | "TeamCollaborationRollup" | "TeamCollaborationRollupSettings" | "TeamCollaborationRollupSettingsComponent" | "TeamCollaborationListView" | "TeamCollaborationListViewSettings" | "TeamCollaborationNavigationView" | "TeamCollaborationNavigationViewSettings" | "TeamCollaborationRollupRenderer" | "TeamCollaborationRollupMetricDetailsDialog" | "CreateTeamworkBlock" | "CreateTeamworkComponent" | "CreateTeamworkBlockSettings" | "CreateTeamworkComponentSettings" | "CreateTeamworkCores" | "AppAuthenticationOptions" | "WorkspaceActionMenuRenderer" | "WorkspaceActionMenuHorizontalRenderer" | "WorkspaceActionMenuVerticalRenderer" | "WorkspaceMegaMenuRenderer" | "WorkspaceMegaMenuRendererCore" | "WorkspaceMegaMenuHorizontalRenderer" | "WorkspaceMegaMenuVerticalRenderer" | "WorkspaceMegaMenuCompactRenderer" | "WorkspaceHomeRenderer" | "WorkspaceHomeNodeRenderer" | "WorkspaceVerticalNavigationBar" | "WorkspaceHorizontalNavigationBar" | "GovernanceAdmin" | "GovernanceAdminSettings" | "MicrosoftSearchTemplate" | "EnterpriseGlossaryJourney" | "EnterpriseGlossaryHomeBlade" | "EnterpriseGlossaryTaxonomyBlade" | "SharePointTermMappingsBlade" | "SharePointTermTreeUISettingsBlade" | "TermTreeUISettingsBlade" | "SharePointTermUISettingsBlade" | "TaxonomyNavigation" | "TaxonomyNavigationSettings" | "SignOffRequestJourney" | "SignOffRequestHeaderRequestedByMeList" | "SignOffRequestHeaderCreateNewRequest" | "SignOffRequestRollup" | "SignOffRequestRollupSettings" | "SignOffRequestRollupListView" | "SignOffRequestRollupListViewSettings" | "SignOffRequestRollupSummaryView" | "SignOffRequestRollupSummaryViewSettings" | "SignOffRequestCreation" | "SignOffRequestInfo" | "SignOffRequestReminder" | "SignOffRequestResourceList" | "SignOffRequestResourceProvider" | "SignOffRequestInfoPersistentDialog" | "SignOffRequestUpdateStatusDialog" | "SignOffRequestQueryableProperties" | "MicrosoftTeamChannelFeedCore" | "MicrosoftTeamChannelFeedBlockSettings" | "MicrosoftTeamChannelFeedBlock" | "CustomEmailJourney" | "WorkspaceSettings" | "WorkspaceHomeChrome" | "WorkspaceHomeStatistic" | "WorkspaceJourney" | "WorkspaceHeader" | "WorkspaceChromeBlade" | "AdminSystemJourney" | "DesignerJourney" | "PropertiesBlockGroup" | "PropertiesBlockCore" | "PropertiesBlockSettings" | "PropertiesBlockSettingConfiguration" | "PropertiesBlock" | "AnalyticsBlocksCore" | "AnalyticsWidgetBlockSettings" | "AnalyticsWidgetBlock" | "AnalyticsFilterBlockSettings" | "AnalyticsFilterBlock" | "PowerAppBlock" | "PowerAppBlockSettings" | "PowerAppSettingAdminJourney" | "OrganizationTreeBlockCore" | "OrganizationTreeBlock" | "OrganizationTreeBlockSettings" | "AppRenderer" | "MsTeamTabLayoutConfiguration" | "PostsFeed" | "PostsFeedSettings" | "TenantUserManagementJourney" | "BusinessProfileUserManagementJourney" | "UserManagementCore" | "UserManagementUserTypeListingBlade" | "UserManagementUserTypeCreateDialog" | "UserManagementUserTypeDetailBlade" | "UserManagementSyncProviderListingBlade" | "UserManagementSyncProviderSettingsBlade" | "UserManagementSyncProviderLogsBlade" | "UserManagementUserJourney" | "UserManagementUserActiveJourney" | "UserManagementActiveUserListing" | "UserManagementDeletedUserListing" | "UserManagementUserDetailBlade" | "UserManagementUserAuthenticationBlade" | "UserManagementGroupListingBlade" | "UserManagementActiveGroupListing" | "UserManagementDeletedGroupListing" | "UserManagementGroupDetailBlade" | "UserManagementAuthenticationSettingsBlade" | "UserManagementDynamicGroupListingBlade" | "UserManagementDynamicGroupDetailBlade" | "UserManagementUserPropertyListingBlade" | "UserManagementUserPropertyDetailBlade" | "UserManagementUserDetailBladeAuthenticationTab" | "UserManagementUserDetailBladePropertiesTab" | "UserManagementBulkImportBlade" | "UserManagementLoginLogBlade" | "BusinessProfileAuthenticationBlade" | "TenantAnalyticsJourney" | "TenantAnalyticsSetupBlade" | "TenantAnalyticsConfigurationBlade" | "TenantAnalyticsAddDimensionBlade" | "UserManagementSelfService" | "UserManagementIdentityCreationRequestPendingApprovalListing" | "SetupWizardViewCore" | "SetupWizardGeneralStep" | "SetupWizardBrandingStep" | "SetupWizardSharelinksStep" | "SetupWizardContentStep" | "SetupWizardReviewStep" | "SetupWizardKnowledgeSharingPrerequisiteStep" | "SetupWizardDashboard" | "SetupWizardLearningCenterGeneralStep" | "SetupWizardLearningCenterPropertiesStep" | "SetupWizardNewsManagementGlobalNewsStep" | "SetupWizardNewsManagementLocalNewsStep" | "SetupWizardNewsManagementPropertiesStep" | "AttachSiteButton" | "AppEditing" | "SensitivityLabel" | "SetupTeamwork" | "TeamworkActiveLastActivityMetricIndicator" | "TeamworkActiveLastActivityMetricDetail" | "TeamworkInactiveLastActivityMetricIndicator" | "TeamworkInactiveLastActivityMetricDetail" | "LinkHandlerJourney" | "AzureCognitiveProviderComponent" | "QRCode" | "QRCodeSettings" | "TenantSetupWizardNode" | "BusinessProfileSetupWizardNode" | "TeamworkPermissionInput" | "SignOffRequestsRollupFilter_ProgressStatus_Renderer" | "SignOffRequestsRollupFilter_ProgressStatus_Settings" | "SignOffRequestsRollupFilter_ProgressStatus_Selection" | "SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput" | "SignOffRequestsRollupFilter_Status_Renderer" | "SignOffRequestsRollupFilter_Status_Settings" | "SignOffRequestsRollupFilter_Status_Selection" | "SignOffRequestsRollupFilter_Status_DefaultValueInput" | "SignOffRequestsRollupFilter_Type_Renderer" | "SignOffRequestsRollupFilter_Type_Settings" | "SignOffRequestsRollupFilter_Type_Selection" | "SignOffRequestsRollupFilter_Type_DefaultValueInput" | "SignOffRequestsRollupFilter_RequestedBy_Renderer" | "SignOffRequestsRollupFilter_RequestedBy_Settings" | "SignOffRequestsRollupFilter_RequestedBy_Selection" | "SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput" | "UserInformationBlockGroup" | "UserInformationBlockCore" | "UserInformationBlockSettings" | "UserInformationBlockSettingConfiguration" | "UserInformationBlock" | "HttpCodeLayoutTenantJourney" | "HttpCodeLayoutBusinessProfileJourney" | "AuthenticationScreenBlade" | "AuthenticationScreenChrome" | "SystemLayoutJourney" | "RecurrenceSetting" | "FormTemplatesBlade" | "FormTypesBlade" | "CreateFormActionHandler" | "FormCreationActionHandlerSettings" | "CreateFormDialog" | "FormDialogBuilder" | "FormQueryableProperties" | "FormRollupSettings" | "FormRollup" | "FormRollupListView" | "FormRollupListViewSettings" | "FormRollupFormView" | "FormRollupFormViewSettings" | "FormViewItem" | "FormQuestionRenderer" | "FormScopeTypeFilterEngineRenderer" | "FormScopeFilterEngineRenderer" | "FormScopeFilterEngineSettings" | "FormScopeFilterEngineDefaultValueInput" | "FormScopeFilterEngineSelectionsArea" | "FormStatusFilterEngineRenderer" | "FormStatusFilterEngineSettings" | "FormStatusFilterEngineSelectionsArea" | "FormStatusFilterEngineDefaultValueInput" | "FormRendererSettings", guid>;
4
+ declare const groupManifests: Record<"WorkplaceCommon" | "WorkplaceBusinessProfileHeaderActionMenuRegistrationCommon" | "WorkplaceHeader" | "TeamCollabAppInSpfx" | "PostsFeedBlockGroup", guid>;
5
+ declare module "@omnia/fx-models/Tooling" {
6
+ interface IEnums$ {
7
+ workplace: {
8
+ resourceManifests: typeof resourceManifests;
9
+ webComponentManifests: typeof webComponentManifests;
10
+ groupManifests: typeof groupManifests;
11
+ };
12
+ }
13
+ }
14
+ export {};