@omnia/workplace 8.0.8-dev → 8.0.10-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 (99) hide show
  1. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +5 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/models/Constants.d.ts +81 -74
  4. package/internal-do-not-import-from-here/models/Constants.js +95 -88
  5. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +4 -4
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +14 -0
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +571 -0
  8. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +10 -10
  9. package/internal-do-not-import-from-here/models/GovernanceDashboards.js +1 -1
  10. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +3 -3
  11. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +575 -553
  12. package/internal-do-not-import-from-here/models/ManifestIds.js +575 -553
  13. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +7 -7
  14. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +3 -3
  15. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +2 -2
  16. package/internal-do-not-import-from-here/models/Search.d.ts +6 -6
  17. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +5 -5
  18. package/internal-do-not-import-from-here/models/SearchProvider.d.ts +4 -4
  19. package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/SharedLink.d.ts +2 -2
  21. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/Workspace.d.ts +4 -4
  23. package/internal-do-not-import-from-here/models/Workspace.js +4 -4
  24. package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +2 -2
  25. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +2 -2
  26. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -3
  27. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
  28. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  29. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +4 -4
  30. package/internal-do-not-import-from-here/models/forms/Form.d.ts +18 -14
  31. package/internal-do-not-import-from-here/models/forms/Form.js +8 -2
  32. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +3 -3
  33. package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +3 -3
  34. package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +2 -2
  35. package/internal-do-not-import-from-here/models/forms/FormType.d.ts +3 -3
  36. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +18 -9
  37. package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +4 -4
  38. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +3 -2
  39. package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +3 -2
  40. package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +2 -21
  41. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +2 -2
  42. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +2 -2
  44. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +5 -5
  45. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +2 -2
  46. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +14 -14
  47. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +5 -5
  48. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +2 -2
  49. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +2 -2
  50. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +2 -2
  51. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +6 -6
  52. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +3 -3
  53. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +2 -2
  54. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +3 -3
  55. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +4 -4
  56. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -2
  57. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +4 -4
  58. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +7 -7
  59. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +2 -2
  60. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +3 -3
  61. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +5 -5
  62. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +4 -4
  63. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +3 -3
  64. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +5 -5
  66. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +2 -2
  68. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +3 -3
  69. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +2 -2
  70. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +7 -7
  71. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
  72. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -3
  73. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +4 -4
  74. package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +7 -7
  75. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +3 -3
  76. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +3 -3
  77. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  78. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +7 -7
  79. package/internal-do-not-import-from-here/services/form/FormService.d.ts +4 -4
  80. package/internal-do-not-import-from-here/services/form/FormTemplateService.d.ts +3 -3
  81. package/internal-do-not-import-from-here/services/form/FormTypeService.d.ts +3 -3
  82. package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +40 -0
  83. package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +168 -6
  84. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +3 -3
  85. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -3
  86. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +2 -2
  87. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +5 -6
  88. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +5 -5
  89. package/internal-do-not-import-from-here/stores/form/FormStore.d.ts +3 -3
  90. package/internal-do-not-import-from-here/stores/form/FormTemplateStore.d.ts +6 -6
  91. package/internal-do-not-import-from-here/stores/form/FormTypeStore.d.ts +6 -6
  92. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  93. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +30 -30
  95. package/internal-do-not-import-from-here/wctypings.d.ts +92 -7
  96. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +2 -2
  97. package/package.json +1 -1
  98. package/task.js +3 -2
  99. package/task.ts +3 -2
@@ -1,11 +1,11 @@
1
- import { Guid, IIcon, MultilingualString, Spacing } from "@omnia/fx-models";
1
+ import { guid, IIcon, MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export interface DashboardScopeMessage {
3
- id: Guid;
3
+ id: guid;
4
4
  title: string;
5
5
  }
6
6
  export interface DashboardScope extends DashboardScopeMessage {
7
7
  scopeQuery?: {
8
- [filterId: string]: FilterValue;
8
+ [filterId: guid]: FilterValue;
9
9
  };
10
10
  filters: DashboardFilter[];
11
11
  metrics: DashboardMetricBlock[];
@@ -15,8 +15,8 @@ export interface DashboardViewConfig {
15
15
  filterCols: number;
16
16
  }
17
17
  export interface DashboardMetric {
18
- scopeId: Guid;
19
- id: Guid;
18
+ scopeId: guid;
19
+ id: guid;
20
20
  title: string;
21
21
  indicatorElementToRender: string;
22
22
  detailElementToRender: string;
@@ -41,16 +41,16 @@ export interface GovernanceDashboardsBlockSettings {
41
41
  height: number;
42
42
  }
43
43
  export interface DashboardFilter extends FilterDefinitionIdentity {
44
- scopeId: Guid;
45
- filterId: Guid;
44
+ scopeId: guid;
45
+ filterId: guid;
46
46
  title: string;
47
47
  elementToRender: string;
48
48
  scopeQuery?: boolean;
49
- supportedFilterIds?: Guid[];
49
+ supportedFilterIds?: guid[];
50
50
  }
51
51
  export interface FilterDefinitionIdentity {
52
- readonly filterId: Guid;
52
+ readonly filterId: guid;
53
53
  }
54
54
  export declare abstract class FilterValue implements FilterDefinitionIdentity {
55
- abstract readonly filterId: Guid;
55
+ abstract readonly filterId: guid;
56
56
  }
@@ -14,6 +14,6 @@ exports.FilterValue = FilterValue;
14
14
  // -------------------------------------------------------------------------
15
15
  //export interface DashboardFilterValue<T extends any = any>
16
16
  //{
17
- // filterId: Guid;
17
+ // filterId: guid;
18
18
  // value: T;
19
19
  //}
@@ -1,5 +1,5 @@
1
1
  import { SharePointSearchResultItem } from "./Search";
2
- import { GuidValue } from "@omnia/fx/models";
2
+ import { guid } from "@omnia/fx/models";
3
3
  export interface SearchItemClickedOptions {
4
4
  /**
5
5
  * The custom action always runs before close search dialog or clear the search result
@@ -19,6 +19,6 @@ export interface ISearchTemplate {
19
19
  /**
20
20
  * Capture viewed search result item if collect statistics is enabled and handle to close search dialog
21
21
  * */
22
- onItemClicked?: (searchCategoryId?: GuidValue, itemUrl?: string, itemClickedOptions?: SearchItemClickedOptions) => void;
23
- searchCategoryId?: GuidValue;
22
+ onItemClicked?: (searchCategoryId?: guid, itemUrl?: string, itemClickedOptions?: SearchItemClickedOptions) => void;
23
+ searchCategoryId?: guid;
24
24
  }