@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
@@ -12,6 +12,7 @@ export declare namespace FormsLocalization {
12
12
  Template: string;
13
13
  Question: string;
14
14
  AddQuestion: string;
15
+ DeleteQuestion: string;
15
16
  Option: string;
16
17
  CreateForm: string;
17
18
  LimitResponseTime: {
@@ -95,7 +96,7 @@ export declare namespace FormsLocalization {
95
96
  DeleteFormMessage: string;
96
97
  };
97
98
  Validation: {
98
- EndDateMustBeSmallerThanStartDate: string;
99
+ EndDateMustBeGreaterThanStartDate: string;
99
100
  };
100
101
  CustomChartColors: string;
101
102
  Templates: string;
@@ -186,6 +187,9 @@ export declare namespace FormsLocalization {
186
187
  FilterEngine: {
187
188
  ContextProperties: {
188
189
  Scope: string;
190
+ StartDate: string;
191
+ EndDate: string;
192
+ Status: string;
189
193
  };
190
194
  };
191
195
  Status: string;
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticsService","AppAuthenticationOptionsService","FormService","FormTemplateService","FormTypeService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","FormTemplateService","FormTemplateStore","FormTypeService","FormTypeStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","mediaPickerStorageProviderWorkplaceFaviconContext","mediaPickerStorageProviderWorkplaceFormContext","mediaPickerStorageProviderWorkplaceLogoContext","mediaPickerStorageProviderWorkplacePromotedSearchResultContext","mediaPickerStorageProviderWorkplaceSearchFeedbackContext","mediaPickerStorageProviderWorkplaceTutorialContext","settingsTabContainer","statusCodeStorageProviderWorkplaceContext"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnalyticsDimensionScopes","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAnalyticsSettings","BusinessProfileAppProvisioning","BusinessProfileDallEPromptDefaultSettings","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DallESettingsPrompts","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormDialogStyles","FormGenericSetting","FormLayoutProvider","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupMainRendererStyles","FormScopeTypes","FormStatus","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","ReCaptChaSecretFormNames","RecurringRequestProgressStatus","ResourceManifests","ScopeCurrentId","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestInfoPersistentDialogId","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffRequestRollupConstants","SignOffRequestScopedQueryTypes","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","StatusCodeDisplay","TabCustomUrlType","TableNames","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupLinkBehavior","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkAppLayoutDefinition","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TenantReusableContentManifests","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","formDialogFooterHeight","formDialogHeaderHeight","notificationPanelLayoutProvider","reCaptchaSecretKey"]}}}
1
+ {"name":"omniaWebpackJsonp['39df27aa-95f1-4a23-b3f6-8b231afcda82']['491a5b75-e3d6-472a-8958-216be85b092a']","content":{"./client/admin/settings/blades/tenantheader/loc/localize.js":{"id":"./client/admin/settings/blades/tenantheader/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TenantHeaderLocalization"]},"./node_modules/@omnia/workplace/core/loc/formLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/formlocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FormsLocalization"]},"./node_modules/@omnia/workplace/core/loc/localize.js":{"id":"./node_modules/@omnia/workplace/core/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TeamCoreLocalization"]},"./node_modules/@omnia/workplace/core/loc/powerappLocalize.js":{"id":"./node_modules/@omnia/workplace/core/loc/powerapplocalize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PowerAppLocalization"]},"./node_modules/@omnia/workplace/core/messaging/InternalWorkplaceTopics.js":{"id":"./node_modules/@omnia/workplace/core/messaging/internalworkplacetopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWorkplaceTopics"]},"./node_modules/@omnia/workplace/services/index.js":{"id":"./node_modules/@omnia/workplace/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnalyticsService","AppAuthenticationOptionsService","FormService","FormTemplateService","FormTypeService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminNamespace","AnalyticsFilterStore","AnalyticsService","AnalyticsStore","AppAuthenticationOptionsService","AppRendererBootstrapper","CurrentFormStore","DialogHelper","EditingThemeStore","FilterValueProvider","FormService","FormStore","FormTemplateService","FormTemplateStore","FormTypeService","FormTypeStore","GovernanceDashboardStore","HomeService","LinkHandlerDialogStore","NotificationPanelHistoryService","NotificationPanelStore","NotificationPanelStorePluginProvider","PromotedSearchResultService","PromotedSearchResultStore","SearchCategoryService","SearchCategoryStore","SearchFeedbackService","SearchTokenStore","SignOffRequestService","SignOffRequestStore","SignOffRequestUtils","Styles","TeamCollaborationService","TeamCollaborationStore","TeamworkContext","TeamworkTopics","Topics","WorkPlaceUtils","dialogStyle","mediaPickerStorageProviderWorkplaceFaviconContext","mediaPickerStorageProviderWorkplaceFormContext","mediaPickerStorageProviderWorkplaceLogoContext","mediaPickerStorageProviderWorkplacePromotedSearchResultContext","mediaPickerStorageProviderWorkplaceSearchFeedbackContext","mediaPickerStorageProviderWorkplaceTutorialContext","settingsTabContainer","statusCodeStorageProviderWorkplaceContext","useAnalyticsFilterStore","useAnalyticsStore"]},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"},"expo.js":["ActionMenuStyles","AdvancedSearchSettingsStyles","AdvancedSearchStyles","AnalyticsDimensionScopes","AnnouncementCommentLikeStyle","AnnouncementJourneyStyle","AnnouncementStyles","AppEnums","AppIconSearchTemplateStyles","AppIconStyles","AppInstanceDescriptionProperties","AppLaunchStyles","AppLaunchViewStyles","AppProvisioningSteps","BuiltInActionButtonHandlers","BusinessProfileAnalyticsSettings","BusinessProfileAppProvisioning","BusinessProfileDallEPromptDefaultSettings","CentralImageLocationsStyles","ChartColor","CompactHeaderStyles","Constants","CreateTeamworkSettingsStyles","DallESettingsPrompts","DefaultSearchTemplateStyles","DocumentDirectionSettingsStyles","EditModes","EnterpriseGlossaryAdminProvider","EnterpriseGlossaryInformationSettingsProvider","EnterpriseGlossaryInformationSourceSettingsProvider","EnterpriseGlossaryTaxonomyNavigationDisplayProvider","EnterpriseGlossaryTaxonomyNavigationSettingsProvider","EnterprisePropertyCategoriesDefaultBladeStyles","Enums","FeedType","FilterValue","FollowedsitesUpdatedAtUserPropertyBag","FooterPositions","FooterSettingStyles","FormDialogStyles","FormDisplayStatus","FormGenericSetting","FormLayoutProvider","FormQueryScopes","FormRollupBlockGeneralTabStyles","FormRollupConstants","FormRollupFilterEngineContextPropertyTypes","FormRollupMainRendererStyles","FormScopeTypes","FormStatus","FormTypes","GovernanceDashboard","GovernanceDashboardSettingsStyles","GovernanceDashboardStyles","GroupManifests","GroupMembershipMappingBladeStyles","HeaderSettingsMode","HeaderStyles","HighPriorityAnnouncementStyle","HomeLayoutDefinition","HorizontalActionMenuStyles","HorizontalMegaMenuStyles","ItemQueryResult","JumpToContentStyles","LegendAlignment","LegendPosition","LinkHandlerSettingsStyles","LinkUrlTypeOption","LocalizationAdminStyles","LocalizationInputStyles","LogoStyles","MSTeamChannelFeedSorting","MSTeamTemplateStep","MegaMenuLayoutDefinition","MembersStep","MobileMegaMenuStyles","MyLinksStyles","MySitesEnums","MySitesStyles","MyTeamCollaborationCategoryStyles","MyTeamCollaborationStyles","NewTeamworksTimeType","NotificationConstants","NotificationPanelDisplayModes","NotificationPanelHeaderStyles","NotificationPanelIconPosition","NotificationPanelSettingsStyles","NotificationPanelStyles","NotificationPanelTabAligments","NotificationTypes","OmniaSystemLanguageSettingsStyles","OptionTypes","PostsFeedScopeOption","PostsFeedSortMode","PromotedSearchResultStatus","QRCodeStyles","QuestionTypes","QuickSearchStyles","ReCaptChaSecretFormNames","RecurringRequestProgressStatus","ResourceManifests","ScopeCurrentId","SearchAdminStyles","SearchBlockStyles","SearchHeaderStyles","SearchProvider","SearchStatistics","SearchStatisticsMetricScopeFilterValue","SearchTokenProvider","ServiceDefinition","SettingsKeys","SetupWizard","SetupWizardScope","SetupWizardTemplateFeatureHandler","SetupWizardTemplateProvider","SharedLinkSortByTypes","ShowMoreStyles","SignOffRequestEnums","SignOffRequestInfoPersistentDialogId","SignOffRequestProvider","SignOffRequestResourceProvider","SignOffRequestRollupConstants","SignOffRequestScopedQueryTypes","SignOffResource","SimpleListStyles","SimpleListingSearchTemplateStyles","SlideRendererStyles","StatisticViewMode","StatusCodeDisplay","TabCustomUrlType","TableNames","TargetingPropertyStyles","TaxonomyNavigationDisplayProviderBase","TaxonomyNavigationStyles","TeamCollaborationAppDefinitionInfo","TeamCollaborationAppEnterpriseProperties","TeamCollaborationConstants","TeamCollaborationRollupBlockListViewSettingsStyles","TeamCollaborationRollupBlockListViewStyles","TeamCollaborationRollupBlockSettingsStyles","TeamCollaborationRollupBlockStyles","TeamCollaborationRollupEnums","TeamCollaborationRollupLinkBehavior","TeamCollaborationRollupScopeTypes","TeamCollabrationApp","TeamCollabrationAppResource","TeamCollabrationQuery","TeamCollabrationTypes","TeamNewsBlockStyles","TeamNewsRollupSettingElementName","TeamSiteEditPropertiesStyles","TeamWorkInfo","TeamworkAppLayoutDefinition","TeamworkNavigationActionHandlerSettingStyles","TeamworkNavigationSettingStyles","TeamworkNavigationStyles","TeamworkTemplateFilterValue","TenantRegionalStyles","TenantReusableContentManifests","TermNodeStyles","UserAccessibilitySettingsStyles","UserMenuStyles","VerticalActionMenuStyles","VerticalMegaMenuStyles","WPRoleDefinition","WebComponentElements","WebComponentManifests","WizardSetupConstant","WorkplaceAppRoutePrefix","WorkplaceHomeStyles","WorkplaceSharedStyles","WorkspaceActionMenuMapping","WorkspaceActionMenuSettings","WorkspaceApp","WorkspaceFactory","WorkspaceHomeMapping","WorkspaceHomeSettings","WorkspaceInfo","WorkspaceMegaMenuItemTypes","WorkspaceMegaMenuMapping","WorkspaceMegaMenuSettings","WorkspaceVerticalNavWidth","WowrkplaceHeadingStyles","formDialogFooterHeight","formDialogHeaderHeight","notificationPanelLayoutProvider","reCaptchaSecretKey"]}}}
@@ -1,51 +1,51 @@
1
- import { ActionHandlerRegistrationId, Guid, MultilingualString, NavigationNode } from "@omnia/fx-models";
1
+ import { ActionHandlerRegistrationId, MultilingualString, NavigationNode, guid } from "@omnia/fx-models";
2
2
  export declare const Constants: {
3
3
  featureIds: {
4
- ShowBusinessProfileHeader: string;
5
- showNavigationBar: string;
6
- mobilelogin: string;
7
- rulesLinkHandler: string;
8
- teamworkCore: string;
9
- teamworkAutomaticGovernance: string;
10
- teamsSingleSignOn: string;
11
- teamsChannelFeed: string;
12
- msSearchExternal: string;
13
- userSyncAd: string;
14
- userSyncGraph: string;
15
- userSyncSps: string;
16
- userProfileSelfService: string;
17
- sensitivityLabelsCore: string;
18
- oneDriveDocumentCreationWizard: string;
19
- scheduledSPTeamSiteSync: string;
20
- createTeams: string;
21
- customEmail: string;
22
- yammerIntegration: string;
23
- facebookWorkplace: string;
24
- sharepointUserProfilesSync: string;
25
- analyticsCore: string;
26
- analyticsBusinessProfile: string;
27
- msTeamsPushNotification: string;
28
- teamworkProperties: string;
29
- signOffRequest: string;
4
+ showBusinessProfileHeader: guid;
5
+ showNavigationBar: guid;
6
+ mobilelogin: guid;
7
+ rulesLinkHandler: guid;
8
+ teamworkCore: guid;
9
+ teamworkAutomaticGovernance: guid;
10
+ teamsSingleSignOn: guid;
11
+ teamsChannelFeed: guid;
12
+ msSearchExternal: guid;
13
+ userSyncAd: guid;
14
+ userSyncGraph: guid;
15
+ userSyncSps: guid;
16
+ userProfileSelfService: guid;
17
+ sensitivityLabelsCore: guid;
18
+ oneDriveDocumentCreationWizard: guid;
19
+ scheduledSPTeamSiteSync: guid;
20
+ createTeams: guid;
21
+ customEmail: guid;
22
+ yammerIntegration: guid;
23
+ facebookWorkplace: guid;
24
+ sharepointUserProfilesSync: guid;
25
+ analyticsCore: guid;
26
+ analyticsBusinessProfile: guid;
27
+ msTeamsPushNotification: guid;
28
+ teamworkProperties: guid;
29
+ signOffRequest: guid;
30
30
  };
31
- themingNavigationNodeKey: string;
31
+ themingNavigationNodeKey: guid;
32
32
  themeIds: {
33
- light: Guid;
34
- dark: Guid;
35
- lightWithColor: Guid;
36
- color: Guid;
37
- accesssibility: Guid;
38
- grey: Guid;
39
- transparent: Guid;
40
- teamsLight: Guid;
41
- teamsDark: Guid;
42
- neptune: Guid;
43
- paleNight: Guid;
44
- nightDrive: Guid;
33
+ light: guid;
34
+ dark: guid;
35
+ lightWithColor: guid;
36
+ color: guid;
37
+ accesssibility: guid;
38
+ grey: guid;
39
+ transparent: guid;
40
+ teamsLight: guid;
41
+ teamsDark: guid;
42
+ neptune: guid;
43
+ paleNight: guid;
44
+ nightDrive: guid;
45
45
  };
46
46
  workplace: {
47
47
  admin: {
48
- workplaceNavigationNodeKey: string;
48
+ workplaceNavigationNodeKey: guid;
49
49
  };
50
50
  };
51
51
  ux: {
@@ -58,16 +58,16 @@ export declare const Constants: {
58
58
  };
59
59
  };
60
60
  signOffRequest: {
61
- filterEngineContextUniqueId: string;
61
+ filterEngineContextUniqueId: guid;
62
62
  };
63
63
  peopleRollup: {
64
- filterEngineContextUniqueId: string;
64
+ filterEngineContextUniqueId: guid;
65
65
  };
66
66
  teamworkRollup: {
67
- filterEngineContextUniqueId: string;
67
+ filterEngineContextUniqueId: guid;
68
68
  };
69
69
  formRollup: {
70
- filterEngineContextUniqueId: string;
70
+ filterEngineContextUniqueId: guid;
71
71
  };
72
72
  localizationToken: {
73
73
  date: string;
@@ -100,20 +100,20 @@ export declare class TeamCollaborationAppEnterpriseProperties {
100
100
  internalName: string;
101
101
  };
102
102
  static MSTeams: {
103
- id: Guid;
103
+ id: guid;
104
104
  internalName: string;
105
105
  };
106
106
  static Yammer: {
107
- id: Guid;
107
+ id: guid;
108
108
  internalName: string;
109
109
  };
110
110
  static Facebook: {
111
- id: Guid;
111
+ id: guid;
112
112
  internalName: string;
113
113
  };
114
114
  }
115
115
  export declare class TeamCollaborationAppDefinitionInfo {
116
- static id: Guid;
116
+ static id: guid;
117
117
  }
118
118
  export declare const WorkplaceAppRoutePrefix: {
119
119
  teamwork: string;
@@ -121,33 +121,33 @@ export declare const WorkplaceAppRoutePrefix: {
121
121
  };
122
122
  export declare namespace WorkspaceApp {
123
123
  class AppDefinitionInfo {
124
- static id: Guid;
125
- static resourceTypeId: Guid;
124
+ static id: guid;
125
+ static resourceTypeId: guid;
126
126
  }
127
127
  class AppTemplateInfo {
128
- static id: Guid;
128
+ static id: guid;
129
129
  }
130
130
  class ux {
131
131
  static navBarVListColorClass: string;
132
132
  }
133
133
  }
134
134
  export declare const GovernanceDashboard: {
135
- scopeTeamworkId: Guid;
135
+ scopeTeamworkId: guid;
136
136
  Filters: {
137
- TeamworkTemplate: Guid;
137
+ TeamworkTemplate: guid;
138
138
  };
139
139
  Metrics: {
140
- NewTeamworks: Guid;
141
- Total: Guid;
142
- ActiveLastActivity: Guid;
143
- InactiveLastActivity: Guid;
144
- ReachId: Guid;
145
- UnderuserdId: Guid;
146
- ActiveUserReader: Guid;
147
- ActiveUserContributor: Guid;
148
- NoOfQuery: Guid;
149
- AbandonedQuery: Guid;
150
- NoResultQuery: Guid;
140
+ NewTeamworks: guid;
141
+ Total: guid;
142
+ ActiveLastActivity: guid;
143
+ InactiveLastActivity: guid;
144
+ ReachId: guid;
145
+ UnderuserdId: guid;
146
+ ActiveUserReader: guid;
147
+ ActiveUserContributor: guid;
148
+ NoOfQuery: guid;
149
+ AbandonedQuery: guid;
150
+ NoResultQuery: guid;
151
151
  };
152
152
  DashboardLayoutSettingsKey: string;
153
153
  ActionButtonIds: {
@@ -164,13 +164,13 @@ export declare const StatusCodeDisplay: {
164
164
  };
165
165
  };
166
166
  export declare class TeamWorkInfo {
167
- static createTeamworkProfileSettings: Guid;
167
+ static createTeamworkProfileSettings: guid;
168
168
  }
169
169
  export declare class MembersStep {
170
- static id: Guid;
170
+ static id: guid;
171
171
  }
172
172
  export declare class MSTeamTemplateStep {
173
- static id: Guid;
173
+ static id: guid;
174
174
  }
175
175
  export declare enum HeaderSettingsMode {
176
176
  Tenant = 0,
@@ -235,12 +235,12 @@ export declare const NotificationConstants: {
235
235
  };
236
236
  export declare const SetupWizard: {
237
237
  SettingsKey: string;
238
- TenantIntranetEssentialsTemplateId: string;
239
- TenantBasicIntranetTemplateId: string;
240
- KnowledgeSharingTemplateId: string;
241
- NewsManagementTemplateId: string;
242
- LearningCenterTemplateId: string;
243
- EnterpriseSearchTemplateId: string;
238
+ TenantIntranetEssentialsTemplateId: guid;
239
+ TenantBasicIntranetTemplateId: guid;
240
+ KnowledgeSharingTemplateId: guid;
241
+ NewsManagementTemplateId: guid;
242
+ LearningCenterTemplateId: guid;
243
+ EnterpriseSearchTemplateId: guid;
244
244
  GeneralSettingsKey: string;
245
245
  BrandingSettingsKey: string;
246
246
  SharedLinkSettingsKey: string;
@@ -253,6 +253,7 @@ export declare const SetupWizard: {
253
253
  };
254
254
  export declare const TableNames: {
255
255
  SignOffRequests: string;
256
+ Forms: string;
256
257
  };
257
258
  export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
258
259
  export declare const reCaptchaSecretKey = "omnia-recaptcha-secret";
@@ -261,3 +262,9 @@ export declare const ReCaptChaSecretFormNames: {
261
262
  readonly sitekey: "sitekey";
262
263
  readonly secretkey: "secretkey";
263
264
  };
265
+ export declare const FormRollupFilterEngineContextPropertyTypes: {
266
+ formScope: guid;
267
+ startDate: guid;
268
+ endDate: guid;
269
+ status: guid;
270
+ };
@@ -1,56 +1,56 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReCaptChaSecretFormNames = exports.reCaptchaSecretKey = exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.StatusCodeDisplay = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
3
+ exports.FormRollupFilterEngineContextPropertyTypes = exports.ReCaptChaSecretFormNames = exports.reCaptchaSecretKey = exports.SignOffRequestInfoPersistentDialogId = exports.TableNames = exports.SetupWizard = exports.NotificationConstants = exports.AppProvisioningSteps = exports.SettingsKeys = exports.HeaderSettingsMode = exports.MSTeamTemplateStep = exports.MembersStep = exports.TeamWorkInfo = exports.StatusCodeDisplay = exports.GovernanceDashboard = exports.WorkspaceApp = exports.WorkplaceAppRoutePrefix = exports.TeamCollaborationAppDefinitionInfo = exports.TeamCollaborationAppEnterpriseProperties = exports.AppInstanceDescriptionProperties = exports.BuiltInActionButtonHandlers = exports.Constants = void 0;
4
4
  const fx_models_1 = require("@omnia/fx-models");
5
5
  const ManifestIds_1 = require("./ManifestIds");
6
6
  exports.Constants = {
7
7
  featureIds: {
8
- ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628", //deprecated, remove this in next major version
9
- showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
10
- mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
11
- rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
12
- teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
13
- teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
14
- teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
15
- teamsChannelFeed: "443d2240-e361-4c15-b11e-06719d3bb681",
16
- msSearchExternal: "ed099832-6221-473a-9d31-a4d7f8d82920",
17
- userSyncAd: "e033381a-f1dc-4fec-8337-c10af9cd349d",
18
- userSyncGraph: "90930daa-ad38-4a40-9fd4-e595b4f86ca0",
19
- userSyncSps: "c0ff6ca4-ccc9-4a14-a475-a356db534450",
20
- userProfileSelfService: "c230fbe8-0584-4d76-b5c0-dc610da74391",
21
- sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
22
- oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd",
23
- scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
24
- createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785",
25
- customEmail: "2091fad0-6b95-4724-bd35-f5c8de52b443",
26
- yammerIntegration: "b8b09c2b-b7a4-447b-b6b9-fdd8a16bab0c",
27
- facebookWorkplace: "8D243613-9966-4D10-AE7D-CD3938DA47AF",
28
- sharepointUserProfilesSync: "cfd49770-2275-4f72-a164-355f51e5dcb4",
29
- analyticsCore: "29ce6dcb-da60-44d7-a6ec-5da9fb5bc658",
30
- analyticsBusinessProfile: "9c76c51c-e3a7-44b3-9c10-c12914834b2c",
31
- msTeamsPushNotification: "d2542bf4-942f-4732-b9fc-0bfc6472180b",
32
- teamworkProperties: "af763ba5-c028-48ff-abf2-c272920170d8",
33
- signOffRequest: "51318721-4c03-43c6-950f-ccad11dbc9e0",
8
+ showBusinessProfileHeader: (0, fx_models_1.guid)("fd86ca16-e6fd-42ed-b11e-5e8267cda628"), //deprecated, remove this in next major version
9
+ showNavigationBar: (0, fx_models_1.guid)("fd86ca16-e6fd-42ed-b11e-5e8267cda628"),
10
+ mobilelogin: (0, fx_models_1.guid)("36a8ce49-a2a4-4905-88cd-694cc8e0bfad"),
11
+ rulesLinkHandler: (0, fx_models_1.guid)("ddca589b-9478-4267-b5bf-d557b4494dae"),
12
+ teamworkCore: (0, fx_models_1.guid)("0d16845b-5497-4616-afeb-edc50a09f6a2"),
13
+ teamworkAutomaticGovernance: (0, fx_models_1.guid)("eb392913-bfe9-435b-874b-47d8d15f157c"),
14
+ teamsSingleSignOn: (0, fx_models_1.guid)("4e0c0908-f60f-4a48-b3ac-ea092e31786c"),
15
+ teamsChannelFeed: (0, fx_models_1.guid)("443d2240-e361-4c15-b11e-06719d3bb681"),
16
+ msSearchExternal: (0, fx_models_1.guid)("ed099832-6221-473a-9d31-a4d7f8d82920"),
17
+ userSyncAd: (0, fx_models_1.guid)("e033381a-f1dc-4fec-8337-c10af9cd349d"),
18
+ userSyncGraph: (0, fx_models_1.guid)("90930daa-ad38-4a40-9fd4-e595b4f86ca0"),
19
+ userSyncSps: (0, fx_models_1.guid)("c0ff6ca4-ccc9-4a14-a475-a356db534450"),
20
+ userProfileSelfService: (0, fx_models_1.guid)("c230fbe8-0584-4d76-b5c0-dc610da74391"),
21
+ sensitivityLabelsCore: (0, fx_models_1.guid)("31297203-d465-4db8-8cf5-f6f6e9097671"),
22
+ oneDriveDocumentCreationWizard: (0, fx_models_1.guid)("7ee17fdd-a26b-4f0d-899b-b85e713a45cd"),
23
+ scheduledSPTeamSiteSync: (0, fx_models_1.guid)("8deddbc9-4142-4da9-aa09-d4ca57b0de98"),
24
+ createTeams: (0, fx_models_1.guid)("47caa101-2e7d-498b-b1cd-61eab0292785"),
25
+ customEmail: (0, fx_models_1.guid)("2091fad0-6b95-4724-bd35-f5c8de52b443"),
26
+ yammerIntegration: (0, fx_models_1.guid)("b8b09c2b-b7a4-447b-b6b9-fdd8a16bab0c"),
27
+ facebookWorkplace: (0, fx_models_1.guid)("8d243613-9966-4d10-ae7d-cd3938da47af"),
28
+ sharepointUserProfilesSync: (0, fx_models_1.guid)("cfd49770-2275-4f72-a164-355f51e5dcb4"),
29
+ analyticsCore: (0, fx_models_1.guid)("29ce6dcb-da60-44d7-a6ec-5da9fb5bc658"),
30
+ analyticsBusinessProfile: (0, fx_models_1.guid)("9c76c51c-e3a7-44b3-9c10-c12914834b2c"),
31
+ msTeamsPushNotification: (0, fx_models_1.guid)("d2542bf4-942f-4732-b9fc-0bfc6472180b"),
32
+ teamworkProperties: (0, fx_models_1.guid)("af763ba5-c028-48ff-abf2-c272920170d8"),
33
+ signOffRequest: (0, fx_models_1.guid)("51318721-4c03-43c6-950f-ccad11dbc9e0"),
34
34
  },
35
- themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
35
+ themingNavigationNodeKey: (0, fx_models_1.guid)("50c83e32-8a25-4c48-8f94-ef250236f755"),
36
36
  themeIds: {
37
- light: new fx_models_1.Guid("22d4dde4-9af0-4da8-9be3-2ae67125aff0"),
38
- dark: new fx_models_1.Guid("e1dca2bb-36a6-441c-8445-7779cdb98dc6"),
39
- lightWithColor: new fx_models_1.Guid("edaaa7fb-4246-4b77-9ee4-01bcda3c0a17"),
40
- color: new fx_models_1.Guid("bd59a70c-7e80-4f5f-bf46-2bd4e46f3623"),
41
- accesssibility: new fx_models_1.Guid("37eca146-f342-44ae-a934-e9fecd00f906"),
42
- grey: new fx_models_1.Guid("5ecda4fb-b696-4318-b314-b17257a73783"),
43
- transparent: new fx_models_1.Guid("38deeb29-5236-4ea7-859c-e34e592dd8a1"),
44
- teamsLight: new fx_models_1.Guid("c9d5b317-05cb-4eab-9b69-fb2c1316c3e4"),
45
- teamsDark: new fx_models_1.Guid("e3404e25-9e62-4ef4-8bb4-3f59ed6ccc61"),
46
- //omniaWebPagesTheme: new Guid("f1e1b7c6-767f-44e7-b72e-6e87445161d7"),
47
- neptune: new fx_models_1.Guid("9ef85823-e0aa-4597-8fba-a48fd49c71f9"),
48
- paleNight: new fx_models_1.Guid("dde2efe4-fbf1-49d3-b09e-f0b3ba7a66d0"),
49
- nightDrive: new fx_models_1.Guid("8042dc9c-820b-48b2-8887-14e728af3714"),
37
+ light: (0, fx_models_1.guid)("22d4dde4-9af0-4da8-9be3-2ae67125aff0"),
38
+ dark: (0, fx_models_1.guid)("e1dca2bb-36a6-441c-8445-7779cdb98dc6"),
39
+ lightWithColor: (0, fx_models_1.guid)("edaaa7fb-4246-4b77-9ee4-01bcda3c0a17"),
40
+ color: (0, fx_models_1.guid)("bd59a70c-7e80-4f5f-bf46-2bd4e46f3623"),
41
+ accesssibility: (0, fx_models_1.guid)("37eca146-f342-44ae-a934-e9fecd00f906"),
42
+ grey: (0, fx_models_1.guid)("5ecda4fb-b696-4318-b314-b17257a73783"),
43
+ transparent: (0, fx_models_1.guid)("38deeb29-5236-4ea7-859c-e34e592dd8a1"),
44
+ teamsLight: (0, fx_models_1.guid)("c9d5b317-05cb-4eab-9b69-fb2c1316c3e4"),
45
+ teamsDark: (0, fx_models_1.guid)("e3404e25-9e62-4ef4-8bb4-3f59ed6ccc61"),
46
+ //omniaWebPagesTheme: guid("f1e1b7c6-767f-44e7-b72e-6e87445161d7"),
47
+ neptune: (0, fx_models_1.guid)("9ef85823-e0aa-4597-8fba-a48fd49c71f9"),
48
+ paleNight: (0, fx_models_1.guid)("dde2efe4-fbf1-49d3-b09e-f0b3ba7a66d0"),
49
+ nightDrive: (0, fx_models_1.guid)("8042dc9c-820b-48b2-8887-14e728af3714"),
50
50
  },
51
51
  workplace: {
52
52
  admin: {
53
- workplaceNavigationNodeKey: "a3ecb769-40df-4c8c-bc32-87a1f8c203b9"
53
+ workplaceNavigationNodeKey: (0, fx_models_1.guid)("a3ecb769-40df-4c8c-bc32-87a1f8c203b9")
54
54
  }
55
55
  },
56
56
  ux: {
@@ -71,16 +71,16 @@ exports.Constants = {
71
71
  }
72
72
  },
73
73
  signOffRequest: {
74
- filterEngineContextUniqueId: "a9171c0f-0e36-45ec-bd5e-a7f854f62664"
74
+ filterEngineContextUniqueId: (0, fx_models_1.guid)("a9171c0f-0e36-45ec-bd5e-a7f854f62664")
75
75
  },
76
76
  peopleRollup: {
77
- filterEngineContextUniqueId: "9709e49c-e55e-494e-84ef-5def44dceb5d"
77
+ filterEngineContextUniqueId: (0, fx_models_1.guid)("9709e49c-e55e-494e-84ef-5def44dceb5d")
78
78
  },
79
79
  teamworkRollup: {
80
- filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
80
+ filterEngineContextUniqueId: (0, fx_models_1.guid)("3afa11c3-ed91-4da3-9afa-bf08489b28c0")
81
81
  },
82
82
  formRollup: {
83
- filterEngineContextUniqueId: "80a58c81-a014-41ef-b677-23ae77a7988a"
83
+ filterEngineContextUniqueId: (0, fx_models_1.guid)("80a58c81-a014-41ef-b677-23ae77a7988a")
84
84
  },
85
85
  localizationToken: {
86
86
  date: "[Date]",
@@ -89,18 +89,18 @@ exports.Constants = {
89
89
  },
90
90
  };
91
91
  exports.BuiltInActionButtonHandlers = {
92
- AddFavoriteButton: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("ad1a3e19-4f08-4ebd-b05e-40a37e1ad4c3")),
93
- ShareButton: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("6ed438c0-36db-4c1a-8eef-c3a52c70bb40")),
94
- AdminShortcut: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("f86d7218-98da-43aa-9dbf-fe89c6ed633a")),
95
- MyLinks: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("bd3163c4-f356-46a4-b760-d1836ff55d21")),
96
- Tutorial: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c1f9c9c1-0371-4970-959f-36e4ea200f83")),
97
- QuickSearch: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("7bd5a4cf-f025-4375-9e78-563cb8cb3f5e")),
98
- TeamworkNavigation: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c690af83-7abb-4862-b0c5-b181771357db")),
99
- StrengthenProfile: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
100
- NotificationPanel: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
101
- SignOffRequest: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
102
- CreateApp: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("d59b856b-7589-49bb-869f-8978f117569f")),
103
- CreateForm: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("e64c1899-c8b7-4db6-9f45-f080292f50a2"))
92
+ AddFavoriteButton: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("ad1a3e19-4f08-4ebd-b05e-40a37e1ad4c3")),
93
+ ShareButton: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("6ed438c0-36db-4c1a-8eef-c3a52c70bb40")),
94
+ AdminShortcut: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("f86d7218-98da-43aa-9dbf-fe89c6ed633a")),
95
+ MyLinks: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("bd3163c4-f356-46a4-b760-d1836ff55d21")),
96
+ Tutorial: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("c1f9c9c1-0371-4970-959f-36e4ea200f83")),
97
+ QuickSearch: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("7bd5a4cf-f025-4375-9e78-563cb8cb3f5e")),
98
+ TeamworkNavigation: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("c690af83-7abb-4862-b0c5-b181771357db")),
99
+ StrengthenProfile: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("83171eea-c820-4b0b-a7c3-9cac858e7c68")),
100
+ NotificationPanel: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("0ce50725-d05e-45f0-a619-8fc863a45c7b")),
101
+ SignOffRequest: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("c5bc6a5b-9a13-4c89-ab33-d2501a608917")),
102
+ CreateApp: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("d59b856b-7589-49bb-869f-8978f117569f")),
103
+ CreateForm: fx_models_1.ActionHandlerRegistrationId.create((0, fx_models_1.guid)("e64c1899-c8b7-4db6-9f45-f080292f50a2"))
104
104
  };
105
105
  exports.AppInstanceDescriptionProperties = {
106
106
  InternalName: "appinstance_description"
@@ -113,21 +113,21 @@ class TeamCollaborationAppEnterpriseProperties {
113
113
  internalName: "Title"
114
114
  }; }
115
115
  static { this.MSTeams = {
116
- id: new fx_models_1.Guid("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
116
+ id: (0, fx_models_1.guid)("31f4b4fc-9094-4d11-bcf4-bf312036fea8"),
117
117
  internalName: "otc_msteams_url"
118
118
  }; }
119
119
  static { this.Yammer = {
120
- id: new fx_models_1.Guid("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
120
+ id: (0, fx_models_1.guid)("deb9943d-a545-4f2e-8e77-cd10c70b9198"),
121
121
  internalName: "otc_yammer_url"
122
122
  }; }
123
123
  static { this.Facebook = {
124
- id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
124
+ id: (0, fx_models_1.guid)("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
125
125
  internalName: "otc_facebook_url"
126
126
  }; }
127
127
  }
128
128
  exports.TeamCollaborationAppEnterpriseProperties = TeamCollaborationAppEnterpriseProperties;
129
129
  class TeamCollaborationAppDefinitionInfo {
130
- static { this.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac"); }
130
+ static { this.id = (0, fx_models_1.guid)("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac"); }
131
131
  }
132
132
  exports.TeamCollaborationAppDefinitionInfo = TeamCollaborationAppDefinitionInfo;
133
133
  exports.WorkplaceAppRoutePrefix = {
@@ -137,12 +137,12 @@ exports.WorkplaceAppRoutePrefix = {
137
137
  var WorkspaceApp;
138
138
  (function (WorkspaceApp) {
139
139
  class AppDefinitionInfo {
140
- static { this.id = new fx_models_1.Guid("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4"); }
141
- static { this.resourceTypeId = new fx_models_1.Guid("4ab5c242-a2d4-4d25-92d3-bdba04c7f810"); }
140
+ static { this.id = (0, fx_models_1.guid)("c05e7f15-0f1c-479e-9fd9-93d6a5c7c3b4"); }
141
+ static { this.resourceTypeId = (0, fx_models_1.guid)("4ab5c242-a2d4-4d25-92d3-bdba04c7f810"); }
142
142
  }
143
143
  WorkspaceApp.AppDefinitionInfo = AppDefinitionInfo;
144
144
  class AppTemplateInfo {
145
- static { this.id = new fx_models_1.Guid("1ff049ac-bf98-4533-913a-450bcd0d7550"); }
145
+ static { this.id = (0, fx_models_1.guid)("1ff049ac-bf98-4533-913a-450bcd0d7550"); }
146
146
  }
147
147
  WorkspaceApp.AppTemplateInfo = AppTemplateInfo;
148
148
  class ux {
@@ -151,22 +151,22 @@ var WorkspaceApp;
151
151
  WorkspaceApp.ux = ux;
152
152
  })(WorkspaceApp || (exports.WorkspaceApp = WorkspaceApp = {}));
153
153
  exports.GovernanceDashboard = {
154
- scopeTeamworkId: new fx_models_1.Guid("967c36df-84b6-4d01-bf8f-75956fef65a9"),
154
+ scopeTeamworkId: (0, fx_models_1.guid)("967c36df-84b6-4d01-bf8f-75956fef65a9"),
155
155
  Filters: {
156
- TeamworkTemplate: new fx_models_1.Guid("f4ebd4bb-e19c-4aca-af08-f942bc790948")
156
+ TeamworkTemplate: (0, fx_models_1.guid)("f4ebd4bb-e19c-4aca-af08-f942bc790948")
157
157
  },
158
158
  Metrics: {
159
- NewTeamworks: new fx_models_1.Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
160
- Total: new fx_models_1.Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
161
- ActiveLastActivity: new fx_models_1.Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
162
- InactiveLastActivity: new fx_models_1.Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
163
- ReachId: new fx_models_1.Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
164
- UnderuserdId: new fx_models_1.Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
165
- ActiveUserReader: new fx_models_1.Guid("ba54386a-c448-4556-a001-f8e71150616b"),
166
- ActiveUserContributor: new fx_models_1.Guid("994cce95-dd68-431b-9119-7afff8c68465"),
167
- NoOfQuery: new fx_models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
168
- AbandonedQuery: new fx_models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
169
- NoResultQuery: new fx_models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
159
+ NewTeamworks: (0, fx_models_1.guid)("47370cca-5518-44c2-91da-a083e78ec36a"),
160
+ Total: (0, fx_models_1.guid)("e259e6da-2e8b-49e1-afd1-061d6582246e"),
161
+ ActiveLastActivity: (0, fx_models_1.guid)("c42a3947-de82-4470-b5fd-9183872e181a"),
162
+ InactiveLastActivity: (0, fx_models_1.guid)("2f2ce11d-f013-4a9d-b701-21469147187e"),
163
+ ReachId: (0, fx_models_1.guid)("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
164
+ UnderuserdId: (0, fx_models_1.guid)("f6b384b6-c764-420a-b8b3-192bcbe160de"),
165
+ ActiveUserReader: (0, fx_models_1.guid)("ba54386a-c448-4556-a001-f8e71150616b"),
166
+ ActiveUserContributor: (0, fx_models_1.guid)("994cce95-dd68-431b-9119-7afff8c68465"),
167
+ NoOfQuery: (0, fx_models_1.guid)("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
168
+ AbandonedQuery: (0, fx_models_1.guid)("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
169
+ NoResultQuery: (0, fx_models_1.guid)("13786d92-6d16-402f-a961-d99ea4341601")
170
170
  },
171
171
  DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
172
172
  ActionButtonIds: {
@@ -183,15 +183,15 @@ exports.StatusCodeDisplay = {
183
183
  }
184
184
  };
185
185
  class TeamWorkInfo {
186
- static { this.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b"); }
186
+ static { this.createTeamworkProfileSettings = (0, fx_models_1.guid)("43354ac8-ca0f-498d-83f6-0d61d5ea788b"); }
187
187
  }
188
188
  exports.TeamWorkInfo = TeamWorkInfo;
189
189
  class MembersStep {
190
- static { this.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408"); }
190
+ static { this.id = (0, fx_models_1.guid)("829eab83-b85b-4635-839e-485b16ad2408"); }
191
191
  }
192
192
  exports.MembersStep = MembersStep;
193
193
  class MSTeamTemplateStep {
194
- static { this.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782"); }
194
+ static { this.id = (0, fx_models_1.guid)("157aded3-dd6f-44c2-8aaf-b7c4b5913782"); }
195
195
  }
196
196
  exports.MSTeamTemplateStep = MSTeamTemplateStep;
197
197
  var HeaderSettingsMode;
@@ -258,12 +258,12 @@ exports.NotificationConstants = {
258
258
  };
259
259
  exports.SetupWizard = {
260
260
  SettingsKey: "owp_setupwizard_",
261
- TenantIntranetEssentialsTemplateId: "5470C05D-7115-4F86-BF6D-70FC51F3A1AD",
262
- TenantBasicIntranetTemplateId: "87D71902-22F0-4DC3-9346-314CC5700C84",
263
- KnowledgeSharingTemplateId: "1FE61B2C-9D54-45A6-A284-E0252B133DD7",
264
- NewsManagementTemplateId: "DD3B1FBD-2383-4147-BF0E-ECDB018989CE",
265
- LearningCenterTemplateId: "904492DA-24BC-40DB-BB3A-0B22EFEFEF12",
266
- EnterpriseSearchTemplateId: "6812E7FB-9AB0-4D9B-990C-FE082BC6F876",
261
+ TenantIntranetEssentialsTemplateId: (0, fx_models_1.guid)("5470c05d-7115-4f86-bf6d-70fc51f3a1ad"),
262
+ TenantBasicIntranetTemplateId: (0, fx_models_1.guid)("87d71902-22f0-4dc3-9346-314cc5700c84"),
263
+ KnowledgeSharingTemplateId: (0, fx_models_1.guid)("1fe61b2c-9d54-45a6-a284-e0252b133dd7"),
264
+ NewsManagementTemplateId: (0, fx_models_1.guid)("dd3b1fbd-2383-4147-bf0e-ecdb018989ce"),
265
+ LearningCenterTemplateId: (0, fx_models_1.guid)("904492da-24bc-40db-bb3a-0b22efefef12"),
266
+ EnterpriseSearchTemplateId: (0, fx_models_1.guid)("6812e7fb-9ab0-4d9b-990c-fe082bc6f876"),
267
267
  GeneralSettingsKey: "SetupWizardGeneralSettings",
268
268
  BrandingSettingsKey: "SetupWizardBrandingSettings",
269
269
  SharedLinkSettingsKey: "SetupWizardSharedLinksSettings",
@@ -275,7 +275,8 @@ exports.SetupWizard = {
275
275
  LearningCenterPropertiesSettingsKey: "SetupWizardLearningCenterPropertiesSettings"
276
276
  };
277
277
  exports.TableNames = {
278
- SignOffRequests: "SignOffRequests"
278
+ SignOffRequests: "SignOffRequests",
279
+ Forms: "Forms"
279
280
  };
280
281
  exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
281
282
  exports.reCaptchaSecretKey = "omnia-recaptcha-secret";
@@ -284,3 +285,9 @@ exports.ReCaptChaSecretFormNames = {
284
285
  sitekey: "sitekey",
285
286
  secretkey: "secretkey",
286
287
  };
288
+ exports.FormRollupFilterEngineContextPropertyTypes = {
289
+ formScope: (0, fx_models_1.guid)("6661706c-4cdf-40f2-80cb-591e040f666e"),
290
+ startDate: (0, fx_models_1.guid)("ec38c16c-ee3e-4a1a-8c5c-8b9784c18672"),
291
+ endDate: (0, fx_models_1.guid)("0d757e39-478c-4eeb-830b-7edb970b92d9"),
292
+ status: (0, fx_models_1.guid)("2740dbe0-cd74-4d73-b2bb-0c6ad20fc0a8")
293
+ };