@omnia/workplace 8.0.3-vnext → 8.0.4-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 (97) hide show
  1. package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/loc/localize.d.ts +2 -2
  4. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +4 -4
  6. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.d.ts +5 -0
  8. package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.js +11 -0
  9. package/internal-do-not-import-from-here/models/Constants.d.ts +13 -2
  10. package/internal-do-not-import-from-here/models/Constants.js +24 -13
  11. package/internal-do-not-import-from-here/models/DallESettingsPrompts.d.ts +5 -0
  12. package/internal-do-not-import-from-here/models/DallESettingsPrompts.js +7 -0
  13. package/internal-do-not-import-from-here/models/Enums.d.ts +3 -3
  14. package/internal-do-not-import-from-here/models/Enums.js +1 -1
  15. package/internal-do-not-import-from-here/models/FooterSettings.js +2 -2
  16. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +38 -2
  17. package/internal-do-not-import-from-here/models/ManifestIds.js +38 -2
  18. package/internal-do-not-import-from-here/models/NotificationPanel.js +4 -4
  19. package/internal-do-not-import-from-here/models/Search.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -1
  21. package/internal-do-not-import-from-here/models/SearchCategory.js +1 -1
  22. package/internal-do-not-import-from-here/models/Workspace.js +1 -1
  23. package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.d.ts +24 -0
  24. package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.js +8 -0
  25. package/internal-do-not-import-from-here/models/analytics/analyticsfiltersettings.d.ts +10 -0
  26. package/internal-do-not-import-from-here/models/analytics/analyticssettings.d.ts +9 -0
  27. package/internal-do-not-import-from-here/models/analytics/analyticssettings.js +2 -0
  28. package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.d.ts +8 -0
  29. package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.js +14 -0
  30. package/internal-do-not-import-from-here/models/analytics/index.d.ts +5 -0
  31. package/internal-do-not-import-from-here/models/analytics/index.js +8 -0
  32. package/internal-do-not-import-from-here/models/analytics/widgetmetadata.d.ts +19 -0
  33. package/internal-do-not-import-from-here/models/analytics/widgetmetadata.js +2 -0
  34. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +1 -1
  35. package/internal-do-not-import-from-here/models/apps/Enums.js +1 -1
  36. package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +1 -1
  37. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +1 -1
  38. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
  39. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +2 -2
  40. package/internal-do-not-import-from-here/models/forms/Form.d.ts +3 -3
  41. package/internal-do-not-import-from-here/models/forms/Form.js +5 -5
  42. package/internal-do-not-import-from-here/models/forms/Statistic.js +1 -1
  43. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +1 -1
  44. package/internal-do-not-import-from-here/models/index.d.ts +3 -2
  45. package/internal-do-not-import-from-here/models/index.js +3 -2
  46. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +1 -1
  47. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +1 -1
  48. package/internal-do-not-import-from-here/models/qrcode.js +1 -1
  49. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +3 -3
  50. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +1 -1
  51. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +1 -1
  52. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +1 -1
  53. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +1 -1
  54. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +4 -1
  55. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
  56. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +5 -4
  57. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +8 -2
  58. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +2 -2
  59. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +1 -1
  60. package/internal-do-not-import-from-here/models/sites/Enums.d.ts +1 -1
  61. package/internal-do-not-import-from-here/models/sites/Enums.js +1 -1
  62. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +1 -0
  63. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
  64. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +3 -3
  66. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +1 -1
  67. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +1 -2
  68. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +5 -7
  69. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +2 -2
  70. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +2 -1
  71. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +1 -1
  72. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +1 -0
  73. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +1 -1
  74. package/internal-do-not-import-from-here/services/AnalyticsService.d.ts +20 -0
  75. package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +17 -0
  76. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  77. package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +11 -0
  78. package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +38 -0
  79. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +5 -5
  80. package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
  81. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  82. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +9 -4
  83. package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +36 -0
  85. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  86. package/internal-do-not-import-from-here/wctypings.d.ts +566 -176
  87. package/package.json +1 -1
  88. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -52
  89. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -79
  90. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +0 -1
  91. package/internal-do-not-import-from-here/models/mediapicker/index.js +0 -4
  92. package/internal-do-not-import-from-here/models/statuscodelayout/StatusCodeDisplaySettings.d.ts +0 -14
  93. package/internal-do-not-import-from-here/models/statuscodelayout/StatusCodeLayoutProvider.d.ts +0 -8
  94. package/internal-do-not-import-from-here/models/statuscodelayout/StatusCodeLayoutProvider.js +0 -6
  95. package/internal-do-not-import-from-here/models/statuscodelayout/index.d.ts +0 -2
  96. package/internal-do-not-import-from-here/models/statuscodelayout/index.js +0 -5
  97. /package/internal-do-not-import-from-here/models/{statuscodelayout/StatusCodeDisplaySettings.js → analytics/analyticsfiltersettings.js} +0 -0
@@ -1,7 +1,8 @@
1
1
  import * as WorkplaceStore from "../stores";
2
2
  import * as WorkplaceCore from "../core";
3
3
  import * as WorkplaceModels from "../models";
4
- type WorkplaceFxApi = typeof WorkplaceStore & typeof WorkplaceCore;
4
+ import * as AnalyticsService from "../services/AnalyticsService";
5
+ type WorkplaceFxApi = typeof WorkplaceStore & typeof WorkplaceCore & typeof AnalyticsService;
5
6
  declare module "../models/WorkplaceApi" {
6
7
  interface IWorkplaceApi {
7
8
  fx: Promise<WorkplaceFxApi>;
@@ -1,4 +1,4 @@
1
- export declare module FormsLocalization {
1
+ export declare namespace FormsLocalization {
2
2
  const namespace = "OmniaWorkplace.Forms";
3
3
  interface locInterface {
4
4
  Form: string;
@@ -1,4 +1,4 @@
1
- export declare module TeamCoreLocalization {
1
+ export declare namespace TeamCoreLocalization {
2
2
  const namespace = "OmniaTeamCollaboration.Core";
3
3
  interface locInterface {
4
4
  SiteProperties: {
@@ -28,7 +28,7 @@ export declare module TeamCoreLocalization {
28
28
  Description: string;
29
29
  Title: string;
30
30
  };
31
- TeamProvisioningTemplates: {
31
+ New7TeamProvisioningTemplates: {
32
32
  Category: string;
33
33
  Description: string;
34
34
  Title: string;
@@ -1,4 +1,4 @@
1
- export declare module PowerAppLocalization {
1
+ export declare namespace PowerAppLocalization {
2
2
  const namespace = "OmniaWorkplace.PowerApp";
3
3
  interface locInterface {
4
4
  PowerApp: string;
@@ -10,10 +10,10 @@ export declare class WorkPlaceUtils {
10
10
  static cloneObj: <T>(obj: T) => T;
11
11
  static sortBy: <T>(items: T[], attr: string, isRevert?: boolean, isDeep?: boolean) => T[];
12
12
  static deepFind(obj: any, paths: string[]): any;
13
- static compareDeepFn(attrs: string[]): (a: any, b: any) => 0 | 1 | -1;
14
- static compareDeepRevertFn(attrs: string[]): (a: any, b: any) => 0 | 1 | -1;
15
- static compareFn(attr: string): (a: any, b: any) => 0 | 1 | -1;
16
- static compareRevertFn(attr: string): (a: any, b: any) => 0 | 1 | -1;
13
+ static compareDeepFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
14
+ static compareDeepRevertFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
15
+ static compareFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
16
+ static compareRevertFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
17
17
  static isValidGuid(id: string): boolean;
18
18
  static executeMSTeamsDeepLinkIfPossible(microsoftTeams: MicrosoftTeams, url: string, e?: Event): boolean;
19
19
  static formatKQLDateTimeString(input: Date | string): 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":["AppAuthenticationOptionsService","FormService","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"}}}}
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","HomeService","NotificationPanelHistoryService","PromotedSearchResultService","SearchCategoryService","SearchFeedbackService","SignOffRequestService","TeamCollaborationService"]},"./node_modules/@omnia/workplace/index.js":{"id":"8bf93338-8e70-4104-a75d-ae11485eec04","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/workplace/models/index.js":{"id":"c778308f-5fbb-4a3d-8691-ad7408ffbd56","buildMeta":{"exportsType":"namespace"}}}}
@@ -0,0 +1,5 @@
1
+ import { AiSettings, BusinessProfileProperty } from "@omnia/fx-models";
2
+ export declare class BusinessProfileDallEPromptDefaultSettings extends BusinessProfileProperty {
3
+ defaultPromptSettings: AiSettings;
4
+ constructor();
5
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BusinessProfileDallEPromptDefaultSettings = void 0;
4
+ const fx_models_1 = require("@omnia/fx-models");
5
+ const ManifestIds_1 = require("./ManifestIds");
6
+ class BusinessProfileDallEPromptDefaultSettings extends fx_models_1.BusinessProfileProperty {
7
+ constructor() {
8
+ super(ManifestIds_1.ServiceDefinition.Id, "dallepromptsettings");
9
+ }
10
+ }
11
+ exports.BusinessProfileDallEPromptDefaultSettings = BusinessProfileDallEPromptDefaultSettings;
@@ -5,7 +5,6 @@ export declare const Constants: {
5
5
  showNavigationBar: string;
6
6
  mobilelogin: string;
7
7
  rulesLinkHandler: string;
8
- documentLinkHandler: string;
9
8
  teamworkCore: string;
10
9
  teamworkAutomaticGovernance: string;
11
10
  teamsSingleSignOn: string;
@@ -19,6 +18,13 @@ export declare const Constants: {
19
18
  oneDriveDocumentCreationWizard: string;
20
19
  scheduledSPTeamSiteSync: string;
21
20
  createTeams: string;
21
+ customEmail: string;
22
+ yammerIntegration: string;
23
+ facebookWorkplace: string;
24
+ sharepointUserProfilesSync: string;
25
+ analyticsCore: string;
26
+ analyticsBusinessProfile: string;
27
+ msTeamsPushNotification: string;
22
28
  };
23
29
  themingNavigationNodeKey: string;
24
30
  themeIds: {
@@ -141,7 +147,6 @@ export declare const GovernanceDashboard: {
141
147
  };
142
148
  };
143
149
  export declare const StatusCodeDisplay: {
144
- DefaultSettingKey: string;
145
150
  ActionButtonIds: {
146
151
  edit: string;
147
152
  save: string;
@@ -240,3 +245,9 @@ export declare const TableNames: {
240
245
  SignOffRequests: string;
241
246
  };
242
247
  export declare const SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
248
+ export declare const reCaptchaSecretKey = "omnia-recaptcha-secret";
249
+ export declare const ReCaptChaSecretFormNames: {
250
+ readonly enabled: "enabled";
251
+ readonly sitekey: "sitekey";
252
+ readonly secretkey: "secretkey";
253
+ };
@@ -1,15 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- 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.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",
8
+ ShowBusinessProfileHeader: "fd86ca16-e6fd-42ed-b11e-5e8267cda628", //deprecated, remove this in next major version
9
9
  showNavigationBar: "fd86ca16-e6fd-42ed-b11e-5e8267cda628",
10
10
  mobilelogin: "36a8ce49-a2a4-4905-88cd-694cc8e0bfad",
11
11
  rulesLinkHandler: "ddca589b-9478-4267-b5bf-d557b4494dae",
12
- documentLinkHandler: "a6caf455-033e-4a04-82f3-83b925313145",
13
12
  teamworkCore: "0d16845b-5497-4616-afeb-edc50a09f6a2",
14
13
  teamworkAutomaticGovernance: "eb392913-bfe9-435b-874b-47d8d15f157c",
15
14
  teamsSingleSignOn: "4e0c0908-f60f-4a48-b3ac-ea092e31786c",
@@ -22,7 +21,14 @@ exports.Constants = {
22
21
  sensitivityLabelsCore: "31297203-d465-4db8-8cf5-f6f6e9097671",
23
22
  oneDriveDocumentCreationWizard: "7ee17fdd-a26b-4f0d-899b-b85e713a45cd",
24
23
  scheduledSPTeamSiteSync: "8deddbc9-4142-4da9-aa09-d4ca57b0de98",
25
- createTeams: "47caa101-2e7d-498b-b1cd-61eab0292785"
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"
26
32
  },
27
33
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
28
34
  themeIds: {
@@ -71,7 +77,7 @@ exports.Constants = {
71
77
  teamworkRollup: {
72
78
  filterEngineContextUniqueId: "3afa11c3-ed91-4da3-9afa-bf08489b28c0"
73
79
  },
74
- }
80
+ },
75
81
  };
76
82
  exports.BuiltInActionButtonHandlers = {
77
83
  AddFavoriteButton: fx_models_1.ActionHandlerRegistrationId.create(new fx_models_1.Guid("ad1a3e19-4f08-4ebd-b05e-40a37e1ad4c3")),
@@ -91,6 +97,7 @@ exports.AppInstanceDescriptionProperties = {
91
97
  };
92
98
  class TeamCollaborationAppEnterpriseProperties {
93
99
  }
100
+ exports.TeamCollaborationAppEnterpriseProperties = TeamCollaborationAppEnterpriseProperties;
94
101
  TeamCollaborationAppEnterpriseProperties.LastVisited = {
95
102
  internalName: "LastVisited25a11219-15f2-435f-9007-4ce746c83726"
96
103
  };
@@ -109,11 +116,10 @@ TeamCollaborationAppEnterpriseProperties.Facebook = {
109
116
  id: new fx_models_1.Guid("85a80bf9-7d51-47da-a574-24ea9b6b7034"),
110
117
  internalName: "otc_facebook_url"
111
118
  };
112
- exports.TeamCollaborationAppEnterpriseProperties = TeamCollaborationAppEnterpriseProperties;
113
119
  class TeamCollaborationAppDefinitionInfo {
114
120
  }
115
- TeamCollaborationAppDefinitionInfo.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac");
116
121
  exports.TeamCollaborationAppDefinitionInfo = TeamCollaborationAppDefinitionInfo;
122
+ TeamCollaborationAppDefinitionInfo.id = new fx_models_1.Guid("d2240d7b-af3c-428c-bae8-5b8bfc08e3ac");
117
123
  exports.WorkplaceAppRoutePrefix = {
118
124
  teamwork: "_t",
119
125
  workspace: "_wp"
@@ -133,7 +139,7 @@ var WorkspaceApp;
133
139
  }
134
140
  ux.navBarVListColorClass = "wp-navbar-v-list";
135
141
  WorkspaceApp.ux = ux;
136
- })(WorkspaceApp = exports.WorkspaceApp || (exports.WorkspaceApp = {}));
142
+ })(WorkspaceApp || (exports.WorkspaceApp = WorkspaceApp = {}));
137
143
  exports.GovernanceDashboard = {
138
144
  scopeTeamworkId: new fx_models_1.Guid("967c36df-84b6-4d01-bf8f-75956fef65a9"),
139
145
  Filters: {
@@ -160,7 +166,6 @@ exports.GovernanceDashboard = {
160
166
  }
161
167
  };
162
168
  exports.StatusCodeDisplay = {
163
- DefaultSettingKey: "omnia.workplace.httpstatuscode.layout",
164
169
  ActionButtonIds: {
165
170
  edit: "edithttpcodelayout",
166
171
  save: "savehttpcodelayout",
@@ -169,22 +174,22 @@ exports.StatusCodeDisplay = {
169
174
  };
170
175
  class TeamWorkInfo {
171
176
  }
172
- TeamWorkInfo.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b");
173
177
  exports.TeamWorkInfo = TeamWorkInfo;
178
+ TeamWorkInfo.createTeamworkProfileSettings = new fx_models_1.Guid("43354ac8-ca0f-498d-83f6-0d61d5ea788b");
174
179
  class MembersStep {
175
180
  }
176
- MembersStep.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408");
177
181
  exports.MembersStep = MembersStep;
182
+ MembersStep.id = new fx_models_1.Guid("829eab83-b85b-4635-839e-485b16ad2408");
178
183
  class MSTeamTemplateStep {
179
184
  }
180
- MSTeamTemplateStep.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782");
181
185
  exports.MSTeamTemplateStep = MSTeamTemplateStep;
186
+ MSTeamTemplateStep.id = new fx_models_1.Guid("157aded3-dd6f-44c2-8aaf-b7c4b5913782");
182
187
  var HeaderSettingsMode;
183
188
  (function (HeaderSettingsMode) {
184
189
  HeaderSettingsMode[HeaderSettingsMode["Tenant"] = 0] = "Tenant";
185
190
  HeaderSettingsMode[HeaderSettingsMode["ClassicProfileOverride"] = 1] = "ClassicProfileOverride";
186
191
  HeaderSettingsMode[HeaderSettingsMode["ModernProfileOverride"] = 2] = "ModernProfileOverride";
187
- })(HeaderSettingsMode = exports.HeaderSettingsMode || (exports.HeaderSettingsMode = {}));
192
+ })(HeaderSettingsMode || (exports.HeaderSettingsMode = HeaderSettingsMode = {}));
188
193
  exports.SettingsKeys = {
189
194
  workspaceFullKey: (workspaceAppId, partialKey) => `workspace_${workspaceAppId}_${partialKey}`.toLowerCase(),
190
195
  header: {
@@ -263,3 +268,9 @@ exports.TableNames = {
263
268
  SignOffRequests: "SignOffRequests"
264
269
  };
265
270
  exports.SignOffRequestInfoPersistentDialogId = "omnia-workplace-signoffrequest-info-persistentdialog";
271
+ exports.reCaptchaSecretKey = "omnia-recaptcha-secret";
272
+ exports.ReCaptChaSecretFormNames = {
273
+ enabled: "enabled",
274
+ sitekey: "sitekey",
275
+ secretkey: "secretkey",
276
+ };
@@ -0,0 +1,5 @@
1
+ import { PromptSettings } from "@omnia/fx-models";
2
+ export declare class DallESettingsPrompts extends PromptSettings {
3
+ type: string;
4
+ isDeaultPrompt?: boolean;
5
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DallESettingsPrompts = void 0;
4
+ const fx_models_1 = require("@omnia/fx-models");
5
+ class DallESettingsPrompts extends fx_models_1.PromptSettings {
6
+ }
7
+ exports.DallESettingsPrompts = DallESettingsPrompts;
@@ -1,4 +1,4 @@
1
- export declare module Enums {
1
+ export declare namespace Enums {
2
2
  enum DocumentTypes {
3
3
  None = 0,
4
4
  Folder = 1,
@@ -37,7 +37,7 @@ export declare module Enums {
37
37
  MicrosoftSearch = 1,
38
38
  SharedLink = 2
39
39
  }
40
- module UserProfileCompletionEnums {
40
+ namespace UserProfileCompletionEnums {
41
41
  enum PropertySourceEnum {
42
42
  SPUserProfile = 1,
43
43
  AzureAD = 2,
@@ -65,7 +65,7 @@ export declare module Enums {
65
65
  Text = 1
66
66
  }
67
67
  }
68
- module PeopleRollupEnums {
68
+ namespace PeopleRollupEnums {
69
69
  enum PagingType {
70
70
  NoPaging = 1,
71
71
  Classic = 2,
@@ -156,4 +156,4 @@ var Enums;
156
156
  Alignment[Alignment["Center"] = 2] = "Center";
157
157
  Alignment[Alignment["Right"] = 3] = "Right";
158
158
  })(Alignment = Enums.Alignment || (Enums.Alignment = {}));
159
- })(Enums = exports.Enums || (exports.Enums = {}));
159
+ })(Enums || (exports.Enums = Enums = {}));
@@ -5,9 +5,9 @@ var EditModes;
5
5
  (function (EditModes) {
6
6
  EditModes[EditModes["Script"] = 0] = "Script";
7
7
  EditModes[EditModes["RTF"] = 1] = "RTF";
8
- })(EditModes = exports.EditModes || (exports.EditModes = {}));
8
+ })(EditModes || (exports.EditModes = EditModes = {}));
9
9
  var FooterPositions;
10
10
  (function (FooterPositions) {
11
11
  FooterPositions[FooterPositions["Fixed"] = 0] = "Fixed";
12
12
  FooterPositions[FooterPositions["Absolute"] = 1] = "Absolute";
13
- })(FooterPositions = exports.FooterPositions || (exports.FooterPositions = {}));
13
+ })(FooterPositions || (exports.FooterPositions = FooterPositions = {}));
@@ -16,6 +16,7 @@ export declare class WPRoleDefinition {
16
16
  static get AnnouncementsBPAdmin(): Guid;
17
17
  static get SearchBPAdmin(): Guid;
18
18
  static get GlobalSignOffRequestAdmin(): Guid;
19
+ static get AnalyticsBpReader(): Guid;
19
20
  }
20
21
  export declare class WizardSetupConstant {
21
22
  static get LocationPropertyTaxonomy(): Guid;
@@ -143,6 +144,7 @@ export declare class WebComponentManifests {
143
144
  static get SharedLinkSimpleListingSearchTemplate(): Guid;
144
145
  static get SharedLinkAppIconSearchTemplate(): Guid;
145
146
  static get SearchConfig(): Guid;
147
+ static get SearchConfigAddOrEditBlade(): Guid;
146
148
  static get PromotedSearchResultJourney(): Guid;
147
149
  static get SearchFeedbackJourney(): Guid;
148
150
  static get SearchStatisticsJourney(): Guid;
@@ -373,6 +375,8 @@ export declare class WebComponentManifests {
373
375
  static get TeamCollaborationListViewSettings(): Guid;
374
376
  static get TeamCollaborationNavigationView(): Guid;
375
377
  static get TeamCollaborationNavigationViewSettings(): Guid;
378
+ static get TeamCollaborationRollupRenderer(): Guid;
379
+ static get TeamCollaborationRollupMetricDetailsDialog(): Guid;
376
380
  static get CreateTeamworkBlock(): Guid;
377
381
  static get CreateTeamworkComponent(): Guid;
378
382
  static get CreateTeamworkBlockSettings(): Guid;
@@ -429,12 +433,20 @@ export declare class WebComponentManifests {
429
433
  static get WorkspaceHomeChrome(): Guid;
430
434
  static get WorkspaceHomeStatistic(): Guid;
431
435
  static get WorkspaceJourney(): Guid;
436
+ static get WorkspaceHeader(): Guid;
437
+ static get WorkspaceChromeBlade(): Guid;
432
438
  static get AdminSystemJourney(): Guid;
439
+ static get DesignerJourney(): Guid;
433
440
  static get PropertiesBlockGroup(): Guid;
434
441
  static get PropertiesBlockCore(): Guid;
435
442
  static get PropertiesBlockSettings(): Guid;
436
443
  static get PropertiesBlockSettingConfiguration(): Guid;
437
444
  static get PropertiesBlock(): Guid;
445
+ static get AnalyticsBlocksCore(): Guid;
446
+ static get AnalyticsWidgetBlockSettings(): Guid;
447
+ static get AnalyticsWidgetBlock(): Guid;
448
+ static get AnalyticsFilterBlockSettings(): Guid;
449
+ static get AnalyticsFilterBlock(): Guid;
438
450
  static get PowerAppBlock(): Guid;
439
451
  static get PowerAppBlockSettings(): Guid;
440
452
  static get PowerAppSettingAdminJourney(): Guid;
@@ -445,7 +457,8 @@ export declare class WebComponentManifests {
445
457
  static get MsTeamTabLayoutConfiguration(): Guid;
446
458
  static get PostsFeed(): Guid;
447
459
  static get PostsFeedSettings(): Guid;
448
- static get UserManagementJourney(): Guid;
460
+ static get TenantUserManagementJourney(): Guid;
461
+ static get BusinessProfileUserManagementJourney(): Guid;
449
462
  static get UserManagementCore(): Guid;
450
463
  static get UserManagementUserTypeListingBlade(): Guid;
451
464
  static get UserManagementUserTypeCreateDialog(): Guid;
@@ -454,15 +467,29 @@ export declare class WebComponentManifests {
454
467
  static get UserManagementSyncProviderSettingsBlade(): Guid;
455
468
  static get UserManagementSyncProviderLogsBlade(): Guid;
456
469
  static get UserManagementUserListingBlade(): Guid;
470
+ static get UserManagementActiveUserListing(): Guid;
471
+ static get UserManagementDeletedUserListing(): Guid;
457
472
  static get UserManagementUserDetailBlade(): Guid;
458
473
  static get UserManagementUserAuthenticationBlade(): Guid;
459
474
  static get UserManagementGroupListingBlade(): Guid;
475
+ static get UserManagementActiveGroupListing(): Guid;
476
+ static get UserManagementDeletedGroupListing(): Guid;
460
477
  static get UserManagementGroupDetailBlade(): Guid;
461
478
  static get UserManagementAuthenticationSettingsBlade(): Guid;
462
479
  static get UserManagementDynamicGroupListingBlade(): Guid;
463
480
  static get UserManagementDynamicGroupDetailBlade(): Guid;
464
481
  static get UserManagementUserPropertyListingBlade(): Guid;
465
482
  static get UserManagementUserPropertyDetailBlade(): Guid;
483
+ static get UserManagementUserDetailBladeAuthenticationTab(): Guid;
484
+ static get UserManagementUserDetailBladePropertiesTab(): Guid;
485
+ static get UserManagementBulkImportBlade(): Guid;
486
+ static get BusinessProfileAuthenticationBlade(): Guid;
487
+ static get TenantAnalyticsJourney(): Guid;
488
+ static get TenantAnalyticsSetupBlade(): Guid;
489
+ static get TenantAnalyticsConfigurationBlade(): Guid;
490
+ static get TenantAnalyticsAddDimensionBlade(): Guid;
491
+ static get UserManagementIdentityCreationRequestSettingsBlade(): Guid;
492
+ static get UserManagementIdentityCreationRequestPendingApprovalListing(): Guid;
466
493
  static get SetupWizardViewCore(): Guid;
467
494
  static get SetupWizardGeneralStep(): Guid;
468
495
  static get SetupWizardBrandingStep(): Guid;
@@ -477,7 +504,6 @@ export declare class WebComponentManifests {
477
504
  static get SetupWizardNewsManagementLocalNewsStep(): Guid;
478
505
  static get SetupWizardNewsManagementPropertiesStep(): Guid;
479
506
  static get AttachSiteButton(): Guid;
480
- static get SyncLastActivityButton(): Guid;
481
507
  static get AppEditing(): Guid;
482
508
  static get SensitivityLabel(): Guid;
483
509
  static get SetupTeamwork(): Guid;
@@ -504,8 +530,18 @@ export declare class WebComponentManifests {
504
530
  static get SignOffRequestsRollupFilter_Type_Settings(): Guid;
505
531
  static get SignOffRequestsRollupFilter_Type_Selection(): Guid;
506
532
  static get SignOffRequestsRollupFilter_Type_DefaultValueInput(): Guid;
533
+ static get SignOffRequestsRollupFilter_RequestedBy_Renderer(): Guid;
534
+ static get SignOffRequestsRollupFilter_RequestedBy_Settings(): Guid;
535
+ static get SignOffRequestsRollupFilter_RequestedBy_Selection(): Guid;
536
+ static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput(): Guid;
537
+ static get UserInformationBlockGroup(): Guid;
538
+ static get UserInformationBlockCore(): Guid;
539
+ static get UserInformationBlockSettings(): Guid;
540
+ static get UserInformationBlockSettingConfiguration(): Guid;
541
+ static get UserInformationBlock(): Guid;
507
542
  static get HttpCodeLayoutTenantJourney(): Guid;
508
543
  static get HttpCodeLayoutBusinessProfileJourney(): Guid;
544
+ static get LoginScreenBlade(): Guid;
509
545
  }
510
546
  export declare class WebComponentElements {
511
547
  static get AppProvisioningStepMember(): string;
@@ -21,6 +21,7 @@ class WPRoleDefinition {
21
21
  static get AnnouncementsBPAdmin() { return new fx_models_1.Guid("5FA0CED5-F7AB-4C7A-99D9-1F291CB08CC1"); }
22
22
  static get SearchBPAdmin() { return new fx_models_1.Guid("affe1bd8-b534-459b-bdd5-f11e5a2d1d73"); }
23
23
  static get GlobalSignOffRequestAdmin() { return new fx_models_1.Guid("d20507d0-41c0-43a2-8ffc-13e923362f9d"); }
24
+ static get AnalyticsBpReader() { return new fx_models_1.Guid("ab0d9a26-a89a-4117-bfee-0e3013e456e1"); }
24
25
  }
25
26
  exports.WPRoleDefinition = WPRoleDefinition;
26
27
  class WizardSetupConstant {
@@ -152,6 +153,7 @@ class WebComponentManifests {
152
153
  static get SharedLinkSimpleListingSearchTemplate() { return new fx_models_1.Guid("14a49fd1-2712-4e65-a300-3ae78feb7326"); }
153
154
  static get SharedLinkAppIconSearchTemplate() { return new fx_models_1.Guid("86909328-1987-45b3-bf20-01680c6ff884"); }
154
155
  static get SearchConfig() { return new fx_models_1.Guid("64fb9421-2dba-4861-a949-4fafa2599b4e"); }
156
+ static get SearchConfigAddOrEditBlade() { return new fx_models_1.Guid("6d218ec0-bf28-47e2-ab6d-1ebdf759c80f"); }
155
157
  static get PromotedSearchResultJourney() { return new fx_models_1.Guid("14bd1089-d501-412f-a569-ca915308e541"); }
156
158
  static get SearchFeedbackJourney() { return new fx_models_1.Guid("b4672f4f-76c5-4ec8-b0d8-5142e4698446"); }
157
159
  static get SearchStatisticsJourney() { return new fx_models_1.Guid("6b0a110e-478a-4c3d-875b-d89da7296c43"); }
@@ -382,6 +384,8 @@ class WebComponentManifests {
382
384
  static get TeamCollaborationListViewSettings() { return new fx_models_1.Guid("D6F547EC-CF89-486F-8B59-C999553869E1"); }
383
385
  static get TeamCollaborationNavigationView() { return new fx_models_1.Guid("1d7374e8-24bf-4e0e-b4d3-752fa89c7a38"); }
384
386
  static get TeamCollaborationNavigationViewSettings() { return new fx_models_1.Guid("a1fd35eb-760a-45c7-b812-148a519ef500"); }
387
+ static get TeamCollaborationRollupRenderer() { return new fx_models_1.Guid("D22B2917-BE60-43D4-B989-49EBA88DCAC3"); }
388
+ static get TeamCollaborationRollupMetricDetailsDialog() { return new fx_models_1.Guid("75CCD5E7-F7B5-4D4F-AA6E-5391C1946B4B"); }
385
389
  static get CreateTeamworkBlock() { return new fx_models_1.Guid("0f1da23c-05a0-4ff3-a3e6-83e1252db696"); }
386
390
  static get CreateTeamworkComponent() { return new fx_models_1.Guid("466c0ccc-ed0e-41d9-b8c2-1200fb7ec59c"); }
387
391
  static get CreateTeamworkBlockSettings() { return new fx_models_1.Guid("c5b867ec-4613-4b57-b75a-83461e1928ec"); }
@@ -438,12 +442,20 @@ class WebComponentManifests {
438
442
  static get WorkspaceHomeChrome() { return new fx_models_1.Guid("76d4d02a-f920-4e79-93ab-f92ee938b103"); }
439
443
  static get WorkspaceHomeStatistic() { return new fx_models_1.Guid("c2bfdf01-6dcb-461b-82ac-678550b6abb7"); }
440
444
  static get WorkspaceJourney() { return new fx_models_1.Guid("4f54f8c5-ab26-4bff-8b9f-eb27b4f08221"); }
445
+ static get WorkspaceHeader() { return new fx_models_1.Guid("08d22274-4320-4e34-a477-3c3497392e13"); }
446
+ static get WorkspaceChromeBlade() { return new fx_models_1.Guid("c184e6e9-7a14-457b-b2ec-658b0889db74"); }
441
447
  static get AdminSystemJourney() { return new fx_models_1.Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
448
+ static get DesignerJourney() { return new fx_models_1.Guid("b8a88ec9-091d-44f6-b5b7-ee8562525d42"); }
442
449
  static get PropertiesBlockGroup() { return new fx_models_1.Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
443
450
  static get PropertiesBlockCore() { return new fx_models_1.Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
444
451
  static get PropertiesBlockSettings() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
445
452
  static get PropertiesBlockSettingConfiguration() { return new fx_models_1.Guid("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
446
453
  static get PropertiesBlock() { return new fx_models_1.Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
454
+ static get AnalyticsBlocksCore() { return new fx_models_1.Guid("1b9cc09e-9e67-4c7c-87ea-9854a345403b"); }
455
+ static get AnalyticsWidgetBlockSettings() { return new fx_models_1.Guid("a8d46ae3-9f87-457b-8f95-e4b4aea5df6c"); }
456
+ static get AnalyticsWidgetBlock() { return new fx_models_1.Guid("56dd7c8f-3c3f-4ec3-8e41-e398c79f945a"); }
457
+ static get AnalyticsFilterBlockSettings() { return new fx_models_1.Guid("287d6801-5fdb-4649-a057-b52adc1c278a"); }
458
+ static get AnalyticsFilterBlock() { return new fx_models_1.Guid("aebb9b0b-32ae-4b14-b0f1-3515b62f329f"); }
447
459
  static get PowerAppBlock() { return new fx_models_1.Guid("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
448
460
  static get PowerAppBlockSettings() { return new fx_models_1.Guid("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
449
461
  static get PowerAppSettingAdminJourney() { return new fx_models_1.Guid("b643dd40-d26c-4c73-9f23-d5fa4b436064"); }
@@ -454,7 +466,8 @@ class WebComponentManifests {
454
466
  static get MsTeamTabLayoutConfiguration() { return new fx_models_1.Guid("104760a6-6754-4bbb-8325-4e42bef75b8a"); }
455
467
  static get PostsFeed() { return new fx_models_1.Guid("74c4e208-e37f-41a5-ba96-c4bf64464523"); }
456
468
  static get PostsFeedSettings() { return new fx_models_1.Guid("7f049298-9bb4-4f32-a2d4-2e8b8ffa6c1b"); }
457
- static get UserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
469
+ static get TenantUserManagementJourney() { return new fx_models_1.Guid("1d19aeb7-22e4-4b9e-9d26-17035854dd2a"); }
470
+ static get BusinessProfileUserManagementJourney() { return new fx_models_1.Guid("9539268b-7419-44dd-9707-96a5ff9d0b0d"); }
458
471
  static get UserManagementCore() { return new fx_models_1.Guid("2b3fc3f2-bc60-44a0-8688-764f3b2d62c8"); }
459
472
  static get UserManagementUserTypeListingBlade() { return new fx_models_1.Guid("ebd9788a-b217-4868-8f4e-594ecf568806"); }
460
473
  static get UserManagementUserTypeCreateDialog() { return new fx_models_1.Guid("b4acc93e-c207-4b9c-b65d-d74e0058f416"); }
@@ -463,15 +476,29 @@ class WebComponentManifests {
463
476
  static get UserManagementSyncProviderSettingsBlade() { return new fx_models_1.Guid("0ab38b6f-9852-40ec-83c4-37db8a27d7c6"); }
464
477
  static get UserManagementSyncProviderLogsBlade() { return new fx_models_1.Guid("6a15d7ed-ea3d-4b54-8b71-d8a7f3e50295"); }
465
478
  static get UserManagementUserListingBlade() { return new fx_models_1.Guid("6f1fc259-6ddb-411a-bf17-41ed422947e3"); }
479
+ static get UserManagementActiveUserListing() { return new fx_models_1.Guid("1972b656-c68c-4c50-afa7-c76c8959b88d"); }
480
+ static get UserManagementDeletedUserListing() { return new fx_models_1.Guid("a7dfb3df-024c-49ac-a5f0-6dfd46c2ab65"); }
466
481
  static get UserManagementUserDetailBlade() { return new fx_models_1.Guid("fb9aa542-fd41-4c5f-8468-aa0ad67d11f7"); }
467
482
  static get UserManagementUserAuthenticationBlade() { return new fx_models_1.Guid("2de8ec5f-9d03-4828-b192-8ba37e48b322"); }
468
483
  static get UserManagementGroupListingBlade() { return new fx_models_1.Guid("0a208072-d45f-4f49-8d59-ab7b9da9a10d"); }
484
+ static get UserManagementActiveGroupListing() { return new fx_models_1.Guid("f333ebaa-d009-4169-a2ff-868e8b751bf9"); }
485
+ static get UserManagementDeletedGroupListing() { return new fx_models_1.Guid("3620baa9-5501-45fa-955e-79d176a72a51"); }
469
486
  static get UserManagementGroupDetailBlade() { return new fx_models_1.Guid("836c198b-2a2c-418f-89a0-cf47ed44092d"); }
470
487
  static get UserManagementAuthenticationSettingsBlade() { return new fx_models_1.Guid("a95a8b4a-7e94-4190-9240-87b361950843"); }
471
488
  static get UserManagementDynamicGroupListingBlade() { return new fx_models_1.Guid("9c3a9218-af53-4e48-b95b-a122eb43db64"); }
472
489
  static get UserManagementDynamicGroupDetailBlade() { return new fx_models_1.Guid("f43ef789-418d-4f56-bd27-88420f3d9823"); }
473
490
  static get UserManagementUserPropertyListingBlade() { return new fx_models_1.Guid("77fa3438-c920-4b32-bddc-1b8361e530c2"); }
474
491
  static get UserManagementUserPropertyDetailBlade() { return new fx_models_1.Guid("3967363b-80cd-4b12-900f-7a9c7975bf6a"); }
492
+ static get UserManagementUserDetailBladeAuthenticationTab() { return new fx_models_1.Guid("95A66C49-40C7-442C-B815-359C5D299365"); }
493
+ static get UserManagementUserDetailBladePropertiesTab() { return new fx_models_1.Guid("9C7C9267-6BAE-4157-A588-98EECB88663D"); }
494
+ static get UserManagementBulkImportBlade() { return new fx_models_1.Guid("8DF3CBAB-53D4-4091-8FE0-A44F88E92018"); }
495
+ static get BusinessProfileAuthenticationBlade() { return new fx_models_1.Guid("4C9410C5-86FF-49A6-A493-F8A35BB3F990"); }
496
+ static get TenantAnalyticsJourney() { return new fx_models_1.Guid("d64bc647-0d37-49de-bd60-eb0d39cbb4a9"); }
497
+ static get TenantAnalyticsSetupBlade() { return new fx_models_1.Guid("3e80d831-f02b-4c0b-bfbd-a1354896f98b"); }
498
+ static get TenantAnalyticsConfigurationBlade() { return new fx_models_1.Guid("4027e639-92ed-4064-95c8-f715f02cacac"); }
499
+ static get TenantAnalyticsAddDimensionBlade() { return new fx_models_1.Guid("752607aa-4b6e-4865-90cc-c867fa1e0d91"); }
500
+ static get UserManagementIdentityCreationRequestSettingsBlade() { return new fx_models_1.Guid("36D0078C-1C79-486B-B4E3-92A97F03BDB5"); }
501
+ static get UserManagementIdentityCreationRequestPendingApprovalListing() { return new fx_models_1.Guid("6F3F70CA-AFC5-4724-B3F8-405986A21717"); }
475
502
  static get SetupWizardViewCore() { return new fx_models_1.Guid("758d200f-91f3-4446-8662-07592f89eeba"); }
476
503
  static get SetupWizardGeneralStep() { return new fx_models_1.Guid("c5f83b2f-a21f-4210-b4f4-13ffda4ac129"); }
477
504
  static get SetupWizardBrandingStep() { return new fx_models_1.Guid("084f1e3e-f0f5-4f2b-a75d-67f629308bf8"); }
@@ -486,7 +513,6 @@ class WebComponentManifests {
486
513
  static get SetupWizardNewsManagementLocalNewsStep() { return new fx_models_1.Guid("e2b2cc13-18ff-4277-8463-e3708c2c54a4"); }
487
514
  static get SetupWizardNewsManagementPropertiesStep() { return new fx_models_1.Guid("18a77776-3832-4776-a045-58e296dc8b01"); }
488
515
  static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
489
- static get SyncLastActivityButton() { return new fx_models_1.Guid("31470e4c-6f9d-4176-9d35-d31d1f8446fc"); }
490
516
  static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
491
517
  static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
492
518
  static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
@@ -513,8 +539,18 @@ class WebComponentManifests {
513
539
  static get SignOffRequestsRollupFilter_Type_Settings() { return new fx_models_1.Guid("688e5482-ec4b-45d1-ba0a-f20e783c0ce3"); }
514
540
  static get SignOffRequestsRollupFilter_Type_Selection() { return new fx_models_1.Guid("aa32f8b8-df04-4934-be45-fd7394e9cc8d"); }
515
541
  static get SignOffRequestsRollupFilter_Type_DefaultValueInput() { return new fx_models_1.Guid("b22476a7-e734-4e59-9525-e8547fa85d32"); }
542
+ static get SignOffRequestsRollupFilter_RequestedBy_Renderer() { return new fx_models_1.Guid("7bee6655-ec92-4c5c-b780-a332fd8342be"); }
543
+ static get SignOffRequestsRollupFilter_RequestedBy_Settings() { return new fx_models_1.Guid("f5a8c7a1-5be7-44b0-bd5a-d6f85cfd70e4"); }
544
+ static get SignOffRequestsRollupFilter_RequestedBy_Selection() { return new fx_models_1.Guid("28b644c7-fc09-4325-a361-8f6968c1c5f9"); }
545
+ static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput() { return new fx_models_1.Guid("71418548-f409-42f4-b372-1d95d9ef5acf"); }
546
+ static get UserInformationBlockGroup() { return new fx_models_1.Guid("87ddfac4-0435-4da4-92f5-5173a4c86f19"); }
547
+ static get UserInformationBlockCore() { return new fx_models_1.Guid("f2067424-b6a9-4f40-b34b-cf71e7c93db8"); }
548
+ static get UserInformationBlockSettings() { return new fx_models_1.Guid("5f4d84f5-6d78-4be5-94b6-3f299d79b2aa"); }
549
+ static get UserInformationBlockSettingConfiguration() { return new fx_models_1.Guid("3fcfef27-9d19-435a-9745-f3006c5d3c7f"); }
550
+ static get UserInformationBlock() { return new fx_models_1.Guid("29f1772f-545e-4017-b9fa-d356c8192b66"); }
516
551
  static get HttpCodeLayoutTenantJourney() { return new fx_models_1.Guid("a2b3a1be-68a8-49c2-8d60-5069174de7be"); }
517
552
  static get HttpCodeLayoutBusinessProfileJourney() { return new fx_models_1.Guid("9b3a0a46-6267-48f3-b711-68bd16f62a66"); }
553
+ static get LoginScreenBlade() { return new fx_models_1.Guid("ecdcbe77-649d-423b-9f45-a2b3a4369a83"); }
518
554
  }
519
555
  exports.WebComponentManifests = WebComponentManifests;
520
556
  class WebComponentElements {
@@ -6,22 +6,22 @@ var NotificationPanelDisplayModes;
6
6
  NotificationPanelDisplayModes[NotificationPanelDisplayModes["Responsive"] = 0] = "Responsive";
7
7
  NotificationPanelDisplayModes[NotificationPanelDisplayModes["Horizontal"] = 1] = "Horizontal";
8
8
  NotificationPanelDisplayModes[NotificationPanelDisplayModes["Vertical"] = 2] = "Vertical";
9
- })(NotificationPanelDisplayModes = exports.NotificationPanelDisplayModes || (exports.NotificationPanelDisplayModes = {}));
9
+ })(NotificationPanelDisplayModes || (exports.NotificationPanelDisplayModes = NotificationPanelDisplayModes = {}));
10
10
  var NotificationPanelTabAligments;
11
11
  (function (NotificationPanelTabAligments) {
12
12
  NotificationPanelTabAligments[NotificationPanelTabAligments["Left"] = 0] = "Left";
13
13
  NotificationPanelTabAligments[NotificationPanelTabAligments["Center"] = 1] = "Center";
14
14
  NotificationPanelTabAligments[NotificationPanelTabAligments["Right"] = 2] = "Right";
15
- })(NotificationPanelTabAligments = exports.NotificationPanelTabAligments || (exports.NotificationPanelTabAligments = {}));
15
+ })(NotificationPanelTabAligments || (exports.NotificationPanelTabAligments = NotificationPanelTabAligments = {}));
16
16
  var NotificationPanelIconPosition;
17
17
  (function (NotificationPanelIconPosition) {
18
18
  NotificationPanelIconPosition[NotificationPanelIconPosition["Left"] = 0] = "Left";
19
19
  NotificationPanelIconPosition[NotificationPanelIconPosition["Top"] = 1] = "Top";
20
20
  NotificationPanelIconPosition[NotificationPanelIconPosition["Right"] = 2] = "Right";
21
- })(NotificationPanelIconPosition = exports.NotificationPanelIconPosition || (exports.NotificationPanelIconPosition = {}));
21
+ })(NotificationPanelIconPosition || (exports.NotificationPanelIconPosition = NotificationPanelIconPosition = {}));
22
22
  var NotificationTypes;
23
23
  (function (NotificationTypes) {
24
24
  NotificationTypes[NotificationTypes["Automatic"] = 0] = "Automatic";
25
25
  NotificationTypes[NotificationTypes["Custom"] = 1] = "Custom";
26
- })(NotificationTypes = exports.NotificationTypes || (exports.NotificationTypes = {}));
26
+ })(NotificationTypes || (exports.NotificationTypes = NotificationTypes = {}));
27
27
  exports.notificationPanelLayoutProvider = "notificationpanel";
@@ -34,12 +34,12 @@ export interface SharePointSearchResultItem extends SearchResultItem {
34
34
  modifiedById: string;
35
35
  editorOWSUSER: string;
36
36
  webTemplate: string;
37
- customPropertiesResult: {
38
- [key: string]: string;
39
- };
40
37
  title: string;
41
38
  path: string;
42
39
  serverRedirectedUrl?: string;
40
+ customPropertiesResult: {
41
+ [key: string]: string;
42
+ };
43
43
  }
44
44
  export interface MicrosoftSearchResultItem extends SearchResultItem {
45
45
  title: string;
@@ -23,7 +23,7 @@ export interface SharePointSearchCategory extends SearchCategoryBase {
23
23
  }
24
24
  export interface MicrosoftSearchCategory extends SearchCategoryBase {
25
25
  resultSource: string;
26
- contentSources?: Array<string>;
26
+ contentSources?: string | Array<string>;
27
27
  sortBy?: string;
28
28
  sortDirection?: Enums.SortDirection;
29
29
  listTemplatePropertiesMapping?: {
@@ -5,4 +5,4 @@ var SharedLinkSortByTypes;
5
5
  (function (SharedLinkSortByTypes) {
6
6
  SharedLinkSortByTypes[SharedLinkSortByTypes["AlphabeticByTitle"] = 1] = "AlphabeticByTitle";
7
7
  SharedLinkSortByTypes[SharedLinkSortByTypes["LastVisited"] = 2] = "LastVisited";
8
- })(SharedLinkSortByTypes = exports.SharedLinkSortByTypes || (exports.SharedLinkSortByTypes = {}));
8
+ })(SharedLinkSortByTypes || (exports.SharedLinkSortByTypes = SharedLinkSortByTypes = {}));
@@ -45,7 +45,7 @@ var WorkspaceMegaMenuItemTypes;
45
45
  (function (WorkspaceMegaMenuItemTypes) {
46
46
  WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Link"] = 0] = "Link";
47
47
  WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Layout"] = 1] = "Layout";
48
- })(WorkspaceMegaMenuItemTypes = exports.WorkspaceMegaMenuItemTypes || (exports.WorkspaceMegaMenuItemTypes = {}));
48
+ })(WorkspaceMegaMenuItemTypes || (exports.WorkspaceMegaMenuItemTypes = WorkspaceMegaMenuItemTypes = {}));
49
49
  class WorkspaceMegaMenuMapping extends fx_models_1.AppRoutePropertyBagModel {
50
50
  constructor() {
51
51
  super(ManifestIds_1.ServiceDefinition.Id, "workspacemegamenumapping");