@omnia/workplace 7.0.11-dev → 7.0.11

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 (135) hide show
  1. package/internal-do-not-import-from-here/apis/Fx.d.ts +1 -1
  2. package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +1 -1
  3. package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
  4. package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
  5. package/internal-do-not-import-from-here/apis/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
  7. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +1 -6
  8. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -10
  9. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +5 -1
  10. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  11. package/internal-do-not-import-from-here/models/Constants.d.ts +62 -8
  12. package/internal-do-not-import-from-here/models/Constants.js +67 -11
  13. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +1 -1
  14. package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
  15. package/internal-do-not-import-from-here/models/Enums.js +7 -0
  16. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
  17. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
  18. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +116 -11
  19. package/internal-do-not-import-from-here/models/ManifestIds.js +119 -12
  20. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +2 -2
  21. package/internal-do-not-import-from-here/models/Search.d.ts +4 -21
  22. package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
  23. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -23
  24. package/internal-do-not-import-from-here/models/Secrets.d.ts +2 -1
  25. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +1 -1
  26. package/internal-do-not-import-from-here/models/Workspace.d.ts +3 -3
  27. package/internal-do-not-import-from-here/models/Workspace.js +2 -2
  28. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +9 -22
  29. package/internal-do-not-import-from-here/models/apps/Enums.js +18 -23
  30. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
  31. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +6 -2
  32. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +0 -9
  33. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +2 -1
  34. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
  35. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  36. package/internal-do-not-import-from-here/models/apps/index.d.ts +0 -1
  37. package/internal-do-not-import-from-here/models/apps/index.js +0 -1
  38. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +2 -1
  39. package/internal-do-not-import-from-here/models/index.d.ts +5 -1
  40. package/internal-do-not-import-from-here/models/index.js +5 -1
  41. package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
  42. package/internal-do-not-import-from-here/models/qrcode.js +8 -0
  43. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
  44. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
  45. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
  46. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  47. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  48. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
  49. package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
  50. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
  51. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  52. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  53. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  54. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  55. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
  56. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  57. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  58. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  59. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  60. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  61. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
  62. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +14 -2
  63. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
  64. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
  65. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
  66. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
  67. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
  68. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
  69. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
  70. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
  71. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
  72. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
  73. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
  74. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
  75. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
  76. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
  77. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
  78. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
  79. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
  80. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
  81. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
  82. package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
  83. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
  84. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
  85. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
  86. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
  87. package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
  89. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +2 -0
  90. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
  91. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
  92. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +1 -1
  93. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -0
  94. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +4 -3
  95. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
  96. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
  97. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +21 -5
  98. package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
  99. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
  100. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -1
  101. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +1 -0
  102. package/internal-do-not-import-from-here/models/styles/index.d.ts +2 -0
  103. package/internal-do-not-import-from-here/models/styles/index.js +2 -0
  104. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +16 -10
  105. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
  106. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
  107. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
  108. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +1 -0
  109. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
  110. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
  111. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
  112. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
  113. package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
  114. package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
  115. package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
  116. package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
  117. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
  118. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +3 -2
  119. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
  120. package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
  121. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +6 -3
  122. package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
  123. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +15 -7
  124. package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -0
  125. package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
  126. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
  127. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +2 -2
  128. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  129. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  130. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +1 -1
  131. package/package.json +1 -1
  132. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
  133. package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
  134. /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
  135. /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
@@ -5,6 +5,7 @@ export declare class TeamCollaborationStore extends Store {
5
5
  private subscriptionHandler;
6
6
  private appStore;
7
7
  private omniaContext;
8
+ private multilingualStore;
8
9
  private followedSitesLocalStorageKey;
9
10
  private loadMemberOfGroupsPromise;
10
11
  private loadFollowingSitesPromise;
@@ -8,3 +8,5 @@ export * from "./CurrentFormStore";
8
8
  export * from "./FormStore";
9
9
  export * from "./SignOffRequestStore";
10
10
  export * from "./PromotedSearchResultStore";
11
+ export * from "./LinkHandlerDialogStore";
12
+ export * from "./SearchTokenStore";
@@ -0,0 +1,17 @@
1
+ import { GuidValue, IRouteContext } from "@omnia/fx-models";
2
+ interface BootstrapInfo {
3
+ elemToRender?: string;
4
+ urlToRedirect?: string;
5
+ }
6
+ export declare class AppRendererBootstrapper {
7
+ private trackingAppId;
8
+ private renderingElementName;
9
+ private appDefinitionIds;
10
+ private getBootstrapInfo;
11
+ private relevantElementsToCleanup;
12
+ constructor(appDefinitionIds: GuidValue[], getBootstrapInfo: (routeContext: IRouteContext) => BootstrapInfo, relevantElementsToCleanup: string[]);
13
+ private cleanup;
14
+ private handler;
15
+ run(): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  import { OmniaContext } from "@omnia/fx";
2
- import { IMessageBusTopicSubscription } from "@omnia/fx-models";
2
+ import { Future, IMessageBusTopicSubscription } from "@omnia/fx-models";
3
3
  import { microsoftTeams } from "@omnia/fx-msteams/internal-do-not-import-from-here/MicrosoftTeams";
4
4
  import { SharePointEnvironmentContext, SharePointPageContext } from "@omnia/fx-sp";
5
5
  interface MSTeamsTabContext {
@@ -21,7 +21,7 @@ export declare class TeamworkContext {
21
21
  msTeamsTabContext: MSTeamsTabContext;
22
22
  omniaContext: OmniaContext;
23
23
  };
24
- get onReady(): Promise<void>;
24
+ get onReady(): Future<void>;
25
25
  get onChanged(): IMessageBusTopicSubscription<TeamworkContext>;
26
26
  private _instance;
27
27
  private static getMsTeamsTabContextPromise;
@@ -1,2 +1,3 @@
1
1
  export * from "./DialogHelper";
2
2
  export * from "./TeamworkContext";
3
+ export * from "./AppRendererBootstrapper";
@@ -1 +1 @@
1
- {"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
1
+ {"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings","autoFocus"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
@@ -27,7 +27,7 @@ export interface IAppAuthenticationOptionsComponent {
27
27
  getApi?: (api: AppAuthenticationOptionsApi) => void;
28
28
  }
29
29
  declare global {
30
- namespace JSX {
30
+ namespace VueTsxSupport.JSX {
31
31
  interface Element {
32
32
  }
33
33
  interface ElementClass {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.11-dev",
4
+ "version": "7.0.11",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,28 +0,0 @@
1
- import { IIcon } from "@omnia/fx-models";
2
- import { BladeSizes } from "@omnia/fx/models";
3
- /**
4
- * @deprecated The model and relevant function should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
5
- */
6
- export interface SearchAdminSettingsSection {
7
- /**
8
- * The title of the navigation node
9
- */
10
- title: string;
11
- /**
12
- * The icon to use
13
- * */
14
- icon: IIcon;
15
- /**
16
- * The element that will be rendered when selected
17
- */
18
- elementToRender: string;
19
- /**
20
- * This influence the order of the navigation nodes, be nice, use ordering with gap -100, 0, 100, 200
21
- So other extensions etc can inject between
22
- */
23
- weight: number;
24
- /**
25
- * The size of blade
26
- * */
27
- bladeSize?: BladeSizes;
28
- }
@@ -1,28 +0,0 @@
1
- /**
2
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
3
- * */
4
- export interface OfficeNamingPolicyValidationResult {
5
- alias: AliasValidationResult;
6
- siteName: SiteNameValidationResult;
7
- isValid: boolean;
8
- }
9
- /**
10
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
11
- * */
12
- export interface AliasValidationResult {
13
- blockedWord: string;
14
- isExist: boolean;
15
- isInvalid: boolean;
16
- suggestedAlias: string;
17
- prefix: string;
18
- suffix: string;
19
- }
20
- /**
21
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
22
- * */
23
- export interface SiteNameValidationResult {
24
- blockedWord: string;
25
- isInvalid: boolean;
26
- prefix: string;
27
- suffix: string;
28
- }