@omnia/workplace 8.0.2-dev → 8.0.3-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +1 -1
  4. package/internal-do-not-import-from-here/models/Constants.d.ts +1 -0
  5. package/internal-do-not-import-from-here/models/Constants.js +10 -9
  6. package/internal-do-not-import-from-here/models/Enums.d.ts +3 -3
  7. package/internal-do-not-import-from-here/models/Enums.js +1 -1
  8. package/internal-do-not-import-from-here/models/FooterSettings.js +2 -2
  9. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +4 -0
  10. package/internal-do-not-import-from-here/models/ManifestIds.js +4 -0
  11. package/internal-do-not-import-from-here/models/NotificationPanel.js +4 -4
  12. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -1
  13. package/internal-do-not-import-from-here/models/SearchCategory.js +1 -1
  14. package/internal-do-not-import-from-here/models/Workspace.js +1 -1
  15. package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.js +1 -1
  16. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +1 -1
  17. package/internal-do-not-import-from-here/models/apps/Enums.js +1 -1
  18. package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +1 -1
  19. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +1 -1
  20. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
  21. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +2 -2
  22. package/internal-do-not-import-from-here/models/forms/Form.d.ts +3 -3
  23. package/internal-do-not-import-from-here/models/forms/Form.js +5 -5
  24. package/internal-do-not-import-from-here/models/forms/Statistic.js +1 -1
  25. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +1 -1
  26. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +1 -1
  27. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +1 -1
  28. package/internal-do-not-import-from-here/models/qrcode.js +1 -1
  29. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +3 -3
  30. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +1 -1
  31. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +1 -1
  32. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +1 -1
  33. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +1 -1
  34. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +2 -2
  35. package/internal-do-not-import-from-here/models/sites/Enums.d.ts +1 -1
  36. package/internal-do-not-import-from-here/models/sites/Enums.js +1 -1
  37. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
  38. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +2 -2
  39. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +3 -3
  40. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +1 -1
  41. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +1 -2
  42. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +3 -6
  43. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +2 -2
  44. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -1
  45. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +1 -1
  46. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +1 -0
  47. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +1 -1
  48. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +5 -5
  49. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  50. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +9 -4
  51. package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +1 -1
  52. package/internal-do-not-import-from-here/wctypings.d.ts +266 -8
  53. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "8.0.2-dev",
4
+ "version": "8.0.3-dev",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"