@omnia/workplace 7.0.24-dev → 7.0.24-preview

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 (120) 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/manifests/omnia.workplace.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/models/Constants.d.ts +46 -3
  8. package/internal-do-not-import-from-here/models/Constants.js +49 -6
  9. package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
  10. package/internal-do-not-import-from-here/models/Enums.js +7 -0
  11. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +18 -1
  12. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +86 -10
  13. package/internal-do-not-import-from-here/models/ManifestIds.js +89 -11
  14. package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
  15. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -2
  16. package/internal-do-not-import-from-here/models/Secrets.d.ts +2 -1
  17. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +1 -1
  18. package/internal-do-not-import-from-here/models/Workspace.d.ts +3 -3
  19. package/internal-do-not-import-from-here/models/Workspace.js +2 -2
  20. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +6 -7
  21. package/internal-do-not-import-from-here/models/apps/Enums.js +16 -9
  22. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +1 -0
  23. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -2
  24. package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +2 -1
  25. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +0 -1
  26. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
  27. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  28. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +2 -1
  29. package/internal-do-not-import-from-here/models/index.d.ts +4 -1
  30. package/internal-do-not-import-from-here/models/index.js +4 -1
  31. package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
  32. package/internal-do-not-import-from-here/models/qrcode.js +8 -0
  33. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +7 -0
  34. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +8 -0
  35. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  36. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  37. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +1 -0
  38. package/internal-do-not-import-from-here/models/searchstatistics/index.js +1 -0
  39. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
  40. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  41. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  43. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  44. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
  45. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  46. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  47. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  48. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  49. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  50. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
  51. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +13 -2
  52. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
  53. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
  54. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
  55. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +5 -4
  56. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +11 -1
  57. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
  58. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
  59. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +81 -0
  60. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
  61. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
  62. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
  63. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
  64. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
  65. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +1 -0
  66. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
  67. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
  68. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
  69. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
  70. package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
  71. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
  72. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
  73. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
  74. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
  75. package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
  76. package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
  77. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
  78. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
  79. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +1 -1
  80. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +1 -0
  81. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +4 -3
  82. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
  83. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
  84. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +9 -4
  85. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
  86. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +1 -1
  87. package/internal-do-not-import-from-here/models/styles/index.d.ts +2 -0
  88. package/internal-do-not-import-from-here/models/styles/index.js +2 -0
  89. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +15 -10
  90. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
  91. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
  92. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
  93. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +1 -0
  94. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
  95. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
  96. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
  97. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
  98. package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
  99. package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
  100. package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
  101. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
  102. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +2 -2
  103. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
  104. package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
  105. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +3 -0
  106. package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
  107. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +15 -7
  108. package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +5 -4
  110. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  111. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +1 -1
  112. package/package.json +1 -1
  113. package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.d.ts +0 -28
  114. package/internal-do-not-import-from-here/models/quicksetup/QuickSetupSettings.js +0 -8
  115. package/internal-do-not-import-from-here/models/quicksetup/QuickSetupStepProviderApi.d.ts +0 -25
  116. package/internal-do-not-import-from-here/models/quicksetup/StepProvider.d.ts +0 -7
  117. package/internal-do-not-import-from-here/models/quicksetup/StepProvider.js +0 -6
  118. package/internal-do-not-import-from-here/models/quicksetup/index.d.ts +0 -3
  119. package/internal-do-not-import-from-here/models/quicksetup/index.js +0 -6
  120. /package/internal-do-not-import-from-here/models/{quicksetup/QuickSetupStepProviderApi.js → setupwizard/SetupWizardProviderApi.js} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.24-dev",
4
+ "version": "7.0.24-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,28 +0,0 @@
1
- import { GuidValue, TargetResolverTypes } from "@omnia/fx-models";
2
- export declare enum QuickSetupScope {
3
- Tenant = 1,
4
- BusinessProfile = 2
5
- }
6
- export interface QuickSetupContent {
7
- id: GuidValue;
8
- title: string;
9
- description: string;
10
- order?: number;
11
- scopes: QuickSetupScope[];
12
- uncheckedByDefault?: boolean;
13
- onCheckedChange?: (checked: boolean) => void;
14
- }
15
- export interface QuickSetupStep {
16
- title: string;
17
- feature: {
18
- id: GuidValue;
19
- scope: TargetResolverTypes;
20
- };
21
- order?: number;
22
- scopes: QuickSetupRender[];
23
- stopOnFailed?: boolean;
24
- }
25
- export interface QuickSetupRender {
26
- scope: QuickSetupScope;
27
- hidden: boolean;
28
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QuickSetupScope = void 0;
4
- var QuickSetupScope;
5
- (function (QuickSetupScope) {
6
- QuickSetupScope[QuickSetupScope["Tenant"] = 1] = "Tenant";
7
- QuickSetupScope[QuickSetupScope["BusinessProfile"] = 2] = "BusinessProfile";
8
- })(QuickSetupScope = exports.QuickSetupScope || (exports.QuickSetupScope = {}));
@@ -1,25 +0,0 @@
1
- import { ApiPath } from "@omnia/fx-models";
2
- import { StepProvider } from ".";
3
- import { QuickSetupWizardView } from "../../../models";
4
- export interface IQuickSetupWizardRegistrationApi {
5
- registerViews: (providers: QuickSetupWizardView | QuickSetupWizardView[]) => void;
6
- getAllViews: () => QuickSetupWizardView[];
7
- }
8
- export interface IStepProviderRegistrationApi {
9
- registerStepProvider: (providers: StepProvider | StepProvider[]) => void;
10
- getAllStepProviders: () => StepProvider[];
11
- }
12
- declare module "../WorkplaceApi" {
13
- interface IWorkplaceApi {
14
- wizard: {
15
- registration: Promise<IQuickSetupWizardRegistrationApi>;
16
- stepproviders: Promise<IStepProviderRegistrationApi>;
17
- };
18
- }
19
- interface IWorkplaceExtendApiManifest {
20
- wizard: {
21
- registration: ApiPath;
22
- stepproviders: ApiPath;
23
- };
24
- }
25
- }
@@ -1,7 +0,0 @@
1
- import { GuidValue } from "@omnia/fx/models";
2
- import { QuickSetupContent, QuickSetupStep } from "./QuickSetupSettings";
3
- export declare abstract class StepProvider {
4
- abstract readonly omniaServiceId: GuidValue;
5
- abstract steps: QuickSetupStep[];
6
- abstract contents: QuickSetupContent[];
7
- }
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StepProvider = void 0;
4
- class StepProvider {
5
- }
6
- exports.StepProvider = StepProvider;
@@ -1,3 +0,0 @@
1
- export * from "./QuickSetupStepProviderApi";
2
- export * from "./StepProvider";
3
- export * from "./QuickSetupSettings";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./QuickSetupStepProviderApi"), exports);
5
- tslib_1.__exportStar(require("./StepProvider"), exports);
6
- tslib_1.__exportStar(require("./QuickSetupSettings"), exports);