@omnia/workplace 8.0.8-dev → 8.0.9-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.
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +5 -1
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +81 -74
- package/internal-do-not-import-from-here/models/Constants.js +95 -88
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +4 -4
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +10 -10
- package/internal-do-not-import-from-here/models/GovernanceDashboards.js +1 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +575 -553
- package/internal-do-not-import-from-here/models/ManifestIds.js +575 -553
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +7 -7
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +3 -3
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Search.d.ts +6 -6
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +5 -5
- package/internal-do-not-import-from-here/models/SearchProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -3
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +2 -2
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Workspace.d.ts +4 -4
- package/internal-do-not-import-from-here/models/Workspace.js +4 -4
- package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +3 -3
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +18 -14
- package/internal-do-not-import-from-here/models/forms/Form.js +8 -2
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +3 -3
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +3 -3
- package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/forms/FormType.d.ts +3 -3
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +18 -9
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +3 -2
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +3 -2
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +2 -21
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +2 -2
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +2 -2
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +5 -5
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +2 -2
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +14 -14
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +5 -5
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +2 -2
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +2 -2
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +3 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +4 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +4 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +7 -7
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +3 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +5 -5
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +2 -2
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +7 -7
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +4 -4
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/form/FormService.d.ts +4 -4
- package/internal-do-not-import-from-here/services/form/FormTemplateService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/form/FormTypeService.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +40 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +168 -6
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +5 -6
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/form/FormStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/form/FormTemplateStore.d.ts +6 -6
- package/internal-do-not-import-from-here/stores/form/FormTypeStore.d.ts +6 -6
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/MediaPickerProviderStorageWorkplaceContext.d.ts +30 -30
- package/internal-do-not-import-from-here/wctypings.d.ts +81 -5
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +2 -2
- package/package.json +1 -1
- package/task.js +3 -2
- package/task.ts +3 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func,
|
1
|
+
import { ApiPath, Blade, EnterpriseGlossary, EnterpriseGlossaryInformationProvider, EnterpriseGlossaryInformationSourceSettings, EnterpriseGlossaryInstance, EnterpriseGlossaryProvider, Func, guid, IEnterpriseGlossaryInformationSource, IIcon, JourneyInstance } from "@omnia/fx-models";
|
2
2
|
import { EnterpriseGlossaryInformation, EnterpriseGlossaryInformationSlot } from "./EnterpriseGlossaryInformation";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export interface IEnterpriseGlossarySourceInformationComponent {
|
@@ -11,7 +11,7 @@ export interface EnterpriseGlossaryUIIcon {
|
|
11
11
|
onClick: any;
|
12
12
|
}
|
13
13
|
export interface ContentEnterpriseGlossaryBlade {
|
14
|
-
componentManifestId:
|
14
|
+
componentManifestId: guid;
|
15
15
|
domProps?: {
|
16
16
|
[key: string]: any;
|
17
17
|
};
|
@@ -22,13 +22,13 @@ export interface ContentEnterpriseGlossaryBlade {
|
|
22
22
|
export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
|
23
23
|
content?: () => JSX.Element;
|
24
24
|
createContent?: () => {
|
25
|
-
componentManifestId:
|
25
|
+
componentManifestId: guid;
|
26
26
|
domProps?: EnterpriseGlossaryInformation;
|
27
27
|
children?: EnterpriseGlossaryInformationSlot;
|
28
28
|
};
|
29
29
|
}
|
30
30
|
export interface EnterpriseGlossarySourceInformationBlade extends Omit<Blade, "content"> {
|
31
|
-
componentManifestId:
|
31
|
+
componentManifestId: guid;
|
32
32
|
}
|
33
33
|
export interface IEnterpriseGlossaryInformationSourceSettingsComponent {
|
34
34
|
settings: EnterpriseGlossaryInformationSourceSettings;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, IIcon, MultilingualString, Spacing } from "@omnia/fx-models";
|
2
2
|
export interface DashboardScopeMessage {
|
3
|
-
id:
|
3
|
+
id: guid;
|
4
4
|
title: string;
|
5
5
|
}
|
6
6
|
export interface DashboardScope extends DashboardScopeMessage {
|
7
7
|
scopeQuery?: {
|
8
|
-
[filterId:
|
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:
|
19
|
-
id:
|
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:
|
45
|
-
filterId:
|
44
|
+
scopeId: guid;
|
45
|
+
filterId: guid;
|
46
46
|
title: string;
|
47
47
|
elementToRender: string;
|
48
48
|
scopeQuery?: boolean;
|
49
|
-
supportedFilterIds?:
|
49
|
+
supportedFilterIds?: guid[];
|
50
50
|
}
|
51
51
|
export interface FilterDefinitionIdentity {
|
52
|
-
readonly filterId:
|
52
|
+
readonly filterId: guid;
|
53
53
|
}
|
54
54
|
export declare abstract class FilterValue implements FilterDefinitionIdentity {
|
55
|
-
abstract readonly filterId:
|
55
|
+
abstract readonly filterId: guid;
|
56
56
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { SharePointSearchResultItem } from "./Search";
|
2
|
-
import {
|
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?:
|
23
|
-
searchCategoryId?:
|
22
|
+
onItemClicked?: (searchCategoryId?: guid, itemUrl?: string, itemClickedOptions?: SearchItemClickedOptions) => void;
|
23
|
+
searchCategoryId?: guid;
|
24
24
|
}
|