@omnia/workplace 7.0.8-dev → 7.0.11-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 (148) hide show
  1. package/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/apis/Fx.d.ts +1 -1
  3. package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
  4. package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +2 -2
  5. package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
  6. package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
  7. package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
  8. package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
  9. package/internal-do-not-import-from-here/apis/index.d.ts +2 -2
  10. package/internal-do-not-import-from-here/core/index.d.ts +3 -3
  11. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -9
  12. package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
  13. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +3 -7
  14. package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
  15. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  16. package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
  17. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  18. package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
  19. package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
  20. package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
  21. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
  22. package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
  23. package/internal-do-not-import-from-here/models/Constants.d.ts +1 -1
  24. package/internal-do-not-import-from-here/models/Constants.js +3 -3
  25. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +1 -1
  26. package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
  27. package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
  28. package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
  29. package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
  30. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +1 -1
  31. package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
  32. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -1
  33. package/internal-do-not-import-from-here/models/ManifestIds.js +28 -34
  34. package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
  35. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +4 -3
  36. package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
  37. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
  38. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
  39. package/internal-do-not-import-from-here/models/Search.d.ts +3 -3
  40. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +2 -2
  41. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +3 -3
  42. package/internal-do-not-import-from-here/models/Secrets.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
  44. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +2 -2
  45. package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
  46. package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
  47. package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
  48. package/internal-do-not-import-from-here/models/Workspace.d.ts +3 -3
  49. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +1 -0
  50. package/internal-do-not-import-from-here/models/apps/Enums.js +1 -0
  51. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
  52. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +5 -4
  53. package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
  54. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
  55. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
  56. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -2
  57. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +2 -2
  58. package/internal-do-not-import-from-here/models/apps/index.d.ts +4 -4
  59. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
  60. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
  61. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
  62. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
  63. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
  64. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +1 -1
  65. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
  66. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
  68. package/internal-do-not-import-from-here/models/components/index.d.ts +1 -1
  69. package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
  70. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
  71. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
  72. package/internal-do-not-import-from-here/models/index.d.ts +33 -33
  73. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
  74. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
  75. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
  76. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
  77. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
  78. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
  79. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
  80. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +1 -1
  81. package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
  82. package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
  83. package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
  84. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
  85. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
  86. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
  87. package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
  88. package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
  89. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +1 -1
  90. package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
  91. package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
  92. package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
  93. package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
  94. package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
  95. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +1 -1
  96. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -3
  97. package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
  98. package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
  99. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +3 -3
  100. package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
  101. package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
  102. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +5 -4
  103. package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
  104. package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
  105. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
  106. package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
  107. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +2 -2
  108. package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
  109. package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
  110. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +1 -1
  111. package/internal-do-not-import-from-here/models/styles/index.d.ts +11 -11
  112. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
  113. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
  114. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +3 -3
  115. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +2 -2
  116. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
  117. package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
  118. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
  119. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
  120. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
  121. package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
  122. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
  123. package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
  124. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
  125. package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
  126. package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
  127. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
  128. package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +1 -1
  129. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  130. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +4 -2
  131. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
  132. package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
  133. package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
  134. package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
  135. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
  136. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
  137. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
  138. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +3 -4
  139. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +3 -4
  140. package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +2 -3
  141. package/internal-do-not-import-from-here/stores/index.d.ts +0 -1
  142. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +3 -3
  143. package/internal-do-not-import-from-here/ux/index.d.ts +1 -1
  144. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +3 -3
  145. package/models/index.d.ts +1 -1
  146. package/package.json +1 -1
  147. package/task.js +8 -8
  148. package/task.ts +9 -9
package/task.ts CHANGED
@@ -1,24 +1,24 @@
1
- 'use strict';
1
+ "use strict";
2
2
  import { registerManifestsReference, registerWebComponentDefinitions } from "@omnia/tooling-vue";
3
3
 
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
 
6
- const path = require('path');
7
- const fs = require('fs');
8
- const fsExtra = require('fs-extra');
6
+ const path = require("path");
7
+ const fs = require("fs");
8
+ const fsExtra = require("fs-extra");
9
9
  //require("./internal-do-not-import-from-here/tooling");
10
10
 
11
11
 
12
12
  export function init() {
13
13
  registerManifestsReference([
14
14
  {
15
- path: 'node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json',
16
- serviceId: '39df27aa-95f1-4a23-b3f6-8b231afcda82',
17
- resourceId: '491a5b75-e3d6-472a-8958-216be85b092a'
15
+ path: "node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json",
16
+ serviceId: "39df27aa-95f1-4a23-b3f6-8b231afcda82",
17
+ resourceId: "491a5b75-e3d6-472a-8958-216be85b092a"
18
18
  }
19
- ])
19
+ ]);
20
20
 
21
- let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
21
+ const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
22
22
  if (fsExtra.existsSync(wcdefinitionsPath)) {
23
23
  registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
24
24
  }