@omnia/workplace 7.8.53-preview → 7.8.55-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.
@@ -27,6 +27,7 @@ export declare const Constants: {
27
27
  msTeamsPushNotification: string;
28
28
  teamworkProperties: string;
29
29
  signOffRequest: string;
30
+ showFooter: string;
30
31
  };
31
32
  themingNavigationNodeKey: string;
32
33
  themeIds: {
@@ -31,6 +31,7 @@ exports.Constants = {
31
31
  msTeamsPushNotification: "d2542bf4-942f-4732-b9fc-0bfc6472180b",
32
32
  teamworkProperties: "af763ba5-c028-48ff-abf2-c272920170d8",
33
33
  signOffRequest: "51318721-4c03-43c6-950f-ccad11dbc9e0",
34
+ showFooter: "9c451cac-6fdd-4cd3-abd8-f2f10d1ac824"
34
35
  },
35
36
  themingNavigationNodeKey: "50c83e32-8a25-4c48-8f94-ef250236f755",
36
37
  themeIds: {
@@ -1,6 +1,4 @@
1
1
  import { GuidValue } from "@omnia/fx-models";
2
2
  export interface AnalyticsSettingsRequest {
3
- idSite: number;
4
- businessProfileId?: GuidValue;
5
3
  connectedBusinessProfileId: GuidValue;
6
4
  }
@@ -12,4 +12,5 @@ export declare const TeamNewsBlockStyles: {
12
12
  socialWrapper?: types.NestedCSSProperties;
13
13
  groupViewWrapper?: types.NestedCSSProperties;
14
14
  userWrapper: types.NestedCSSProperties;
15
+ imageContainer?: types.NestedCSSProperties;
15
16
  };
@@ -12,15 +12,15 @@ export declare class AnalyticsService {
12
12
  analyticsStore: AnalyticsStore;
13
13
  readonly dsSourcesAllowed: string[];
14
14
  tracker: any;
15
+ private currentIdSite;
16
+ private activatedFeatureIds;
15
17
  settings: BusinessProfileAnalyticsSettings;
16
18
  connectedAnalyticsSettings: AnalyticsSettings;
17
19
  constructor();
18
- private getConnectedAnalyticsSettings;
20
+ private ensureIdSite;
19
21
  private getMappings;
20
22
  registerPageVisit(resetDimensions?: boolean, url?: string): Promise<void>;
21
23
  registerAction(category: string, action: string, name: string, value?: number): Promise<void>;
22
- private shouldCollectInAnalyticsSettings;
23
- private shouldCollect;
24
24
  private getDataSources;
25
25
  private getActiveProperties;
26
26
  private getPropertyValueAndConverterFromSelection;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.8.53-preview",
4
+ "version": "7.8.55-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"