@omnia/management-system 7.10.0-preview.25 → 7.10.0-preview.27

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.
@@ -11,6 +11,7 @@ export declare class DocumentPropetiesStore extends Store {
11
11
  private documentTypeStore;
12
12
  documentSharePointFieldStore: DocumentSharePointFieldStore;
13
13
  private teamworkContext;
14
+ private omniaContext;
14
15
  private loadDocumentFieldsPromise;
15
16
  private documentTypeField;
16
17
  private documentTypeIdField;
@@ -27,6 +28,7 @@ export declare class DocumentPropetiesStore extends Store {
27
28
  private ensureLoadDocumentFields;
28
29
  private processDocumentFields;
29
30
  private getDocumentFieldsInSet;
31
+ private getCurrentSPSiteUrl;
30
32
  protected onActivated(): void;
31
33
  protected onDisposing(): void;
32
34
  }
@@ -7,6 +7,7 @@ import { DocumentService } from "../../services";
7
7
  export declare class LibraryStore extends Store {
8
8
  documentService: DocumentService;
9
9
  private teamworkContext;
10
+ private omniaContext;
10
11
  newDocumentStore: NewDocumentStore;
11
12
  documentPropetiesStore: DocumentPropetiesStore;
12
13
  private isLoadingDraft;
@@ -80,6 +81,7 @@ export declare class LibraryStore extends Store {
80
81
  ensureRetoreDraftDocuments: import("@omnia/fx/stores").StoreAction<unknown, (documentIds: string[]) => void, (result: void, documentIds: string[]) => void, (failureReason: any, documentIds: string[]) => void, (documentIds: string[]) => Promise<void>>;
81
82
  };
82
83
  private getUserRolesKey;
84
+ private getCurrentSPSiteUrl;
83
85
  protected onActivated(): void;
84
86
  protected onDisposing(): void;
85
87
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.25",
4
+ "version": "7.10.0-preview.27",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"