@omnia/workplace 6.12.90-preview → 6.12.92-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.
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +6 -4
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +3 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from '@omnia/fx-models';
|
|
1
|
+
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage } from '@omnia/fx-models';
|
|
2
2
|
import { TeamCollaborationRollupScopeTypes } from '.';
|
|
3
3
|
import { AppEnums } from '../apps';
|
|
4
4
|
export declare const TeamCollaborationConstants: {
|
|
5
|
-
readonly
|
|
5
|
+
readonly teamTitleAndLinkToTeamwork: string;
|
|
6
|
+
readonly teamTitleAndLinkToPublicInfo: string;
|
|
6
7
|
readonly searchBoxInternalName: string;
|
|
7
8
|
readonly OPMProcessPropertyId: string;
|
|
8
9
|
readonly appInstanceDescription: string;
|
|
@@ -18,6 +19,7 @@ export interface TeamCollaborationRollupResultItem {
|
|
|
18
19
|
followError?: boolean;
|
|
19
20
|
unfollowError?: boolean;
|
|
20
21
|
templateIcon?: any;
|
|
22
|
+
image?: MediaPickerImage;
|
|
21
23
|
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
22
24
|
}
|
|
23
25
|
export interface MSTeamResponseResult {
|
|
@@ -103,7 +105,6 @@ export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationR
|
|
|
103
105
|
searchBoxFilled?: boolean;
|
|
104
106
|
showSearchBox?: boolean;
|
|
105
107
|
hideFilterByDefault?: boolean;
|
|
106
|
-
linkBehavior?: TeamCollaborationRollupLinkBehavior;
|
|
107
108
|
showFollowStatus?: boolean;
|
|
108
109
|
runQueryOnLoad?: boolean;
|
|
109
110
|
currentBusinessProfile?: boolean;
|
|
@@ -125,6 +126,7 @@ export declare module TeamCollaborationRollupEnums {
|
|
|
125
126
|
}
|
|
126
127
|
enum IconModes {
|
|
127
128
|
LetterAvatar = 0,
|
|
128
|
-
TemplateIcon = 1
|
|
129
|
+
TemplateIcon = 1,
|
|
130
|
+
AppImage = 2
|
|
129
131
|
}
|
|
130
132
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export var TeamCollaborationConstants = {
|
|
2
|
-
get
|
|
2
|
+
get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
|
|
3
|
+
get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
|
|
3
4
|
get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
|
|
4
5
|
//Temp solution to remove OPM reference
|
|
5
6
|
//This should be removed when we properly fix the enterprise property
|
|
@@ -30,5 +31,6 @@ export var TeamCollaborationRollupEnums;
|
|
|
30
31
|
(function (IconModes) {
|
|
31
32
|
IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
|
|
32
33
|
IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
|
|
34
|
+
IconModes[IconModes["AppImage"] = 2] = "AppImage";
|
|
33
35
|
})(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
|
|
34
36
|
})(TeamCollaborationRollupEnums || (TeamCollaborationRollupEnums = {}));
|
|
@@ -26,6 +26,7 @@ export declare const TeamCollaborationRollupBlockListViewStyles: {
|
|
|
26
26
|
customOmfxPeoplePicker?: types.NestedCSSProperties;
|
|
27
27
|
titleLink?: types.NestedCSSProperties;
|
|
28
28
|
clickableLink?: types.NestedCSSProperties;
|
|
29
|
+
nonClickableLink?: types.NestedCSSProperties;
|
|
29
30
|
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
30
31
|
top?: boolean;
|
|
31
32
|
right?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, EnterprisePropertyDefinition
|
|
2
|
-
import { TeamCollaborationRollupViewSettings,
|
|
1
|
+
import { GuidValue, EnterprisePropertyDefinition } from '@omnia/fx-models';
|
|
2
|
+
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from './TeamCollaborationRollupBlock';
|
|
3
3
|
export interface MyTeamCollaborationDialog {
|
|
4
4
|
open: boolean;
|
|
5
5
|
isCreateMode: boolean;
|
|
@@ -23,20 +23,6 @@ export interface ITeamCollaborationRollupViewSettingsInterface<T extends TeamCol
|
|
|
23
23
|
onUpdatedViewSettings: (viewSettings: T) => void;
|
|
24
24
|
styles: any;
|
|
25
25
|
}
|
|
26
|
-
export interface TeamCollaborationListViewColumn {
|
|
27
|
-
internalName: string;
|
|
28
|
-
type: PropertyIndexedType;
|
|
29
|
-
width?: string;
|
|
30
|
-
showHeading?: boolean;
|
|
31
|
-
}
|
|
32
|
-
export interface TeamCollaborationListViewDateTimeColumn extends TeamCollaborationListViewColumn {
|
|
33
|
-
type: PropertyIndexedType.DateTime;
|
|
34
|
-
mode: TeamCollaborationRollupEnums.DateTimeMode;
|
|
35
|
-
format: string;
|
|
36
|
-
}
|
|
37
|
-
export interface TeamCollaborationRollupListViewSettings extends TeamCollaborationRollupViewSettings {
|
|
38
|
-
columns: Array<TeamCollaborationListViewColumn>;
|
|
39
|
-
}
|
|
40
26
|
export declare enum TeamCollaborationRollupScopeTypes {
|
|
41
27
|
All = 0,
|
|
42
28
|
Following = 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AppInstance, IHttpApiOperationResult, RollupSetting } from '@omnia/fx-models';
|
|
2
|
+
import { InformationProtectionLabel, MSTeamResponseResult, MSTeamsApps, MSTeamsChannel, MSTeamsInfo, TeamCollaborationResult } from '../../fx/models';
|
|
3
3
|
export declare class TeamCollaborationService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store } from '@omnia/fx/stores';
|
|
2
|
-
import {
|
|
2
|
+
import { TeamCollaborationResult, TeamCollaborationRollupQuery, TeamCollaborationRollupResultItem, TeamCollaborationRollupScopeTypes } from '../../fx/models';
|
|
3
3
|
export declare class TeamCollaborationStore extends Store {
|
|
4
4
|
private teamCollaborationService;
|
|
5
5
|
private subscriptionHandler;
|