@omnia/fx 7.10.0-preview.4 → 7.10.0-preview.6

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.
@@ -1,4 +1,4 @@
1
- import { CookieOptions } from "../models";
1
+ import { CookieOptions, CookieExpiresInDays, CookieExpiresInSeconds } from "../models";
2
2
  export declare class Cookies {
3
3
  /**
4
4
  * Gets content of cookie by name
@@ -6,6 +6,7 @@ export declare class Cookies {
6
6
  static get(name: string): string;
7
7
  private static isDayExpiry;
8
8
  private static isSecondsExpiry;
9
+ static getCookieExpiryUtcString(expires: CookieExpiresInDays | CookieExpiresInSeconds): string;
9
10
  /**
10
11
  * Creates a cookie
11
12
  */
@@ -115,6 +115,7 @@ export declare class HttpClient {
115
115
  private writeHeadersToCookie;
116
116
  private removeHeadersCookie;
117
117
  private requestCtxKey;
118
+ private expiresAt;
118
119
  private setupCtxAwareClient;
119
120
  private ensureRemoveHeadersCookie;
120
121
  private setupCtxAwareClientMSService;
@@ -32,6 +32,7 @@ export default class TableSubToolbar extends ToolbarExtension implements TableTo
32
32
  isViewGridlline: boolean;
33
33
  backgroundColorModel: string;
34
34
  borderColorModel: string;
35
+ defaultBorderThickness: number;
35
36
  borderThicknessModel: number;
36
37
  showMenu: boolean;
37
38
  disableViewGridline: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.4",
4
+ "version": "7.10.0-preview.6",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.10.0-preview.4",
23
+ "@omnia/fx-models": "7.10.0-preview.6",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",