@omnia/management-system 7.8.12-preview → 7.8.15-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.
@@ -193,7 +193,8 @@ export declare module Enums {
193
193
  AllDocuments = 0,
194
194
  PublishedDocuments = 1,
195
195
  ArchivedDocuments = 2,
196
- ProcessDocuments = 3
196
+ ProcessDocuments = 3,
197
+ SharePointLibrary = 4
197
198
  }
198
199
  enum QueryConfigurationType {
199
200
  QueryBuilder = 0,
@@ -225,6 +225,7 @@ var Enums;
225
225
  QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
226
226
  QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
227
227
  QueryScope[QueryScope["ProcessDocuments"] = 3] = "ProcessDocuments";
228
+ QueryScope[QueryScope["SharePointLibrary"] = 4] = "SharePointLibrary";
228
229
  })(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
229
230
  let QueryConfigurationType;
230
231
  (function (QueryConfigurationType) {
@@ -18,6 +18,8 @@ export interface DocumentRollupBlockSettings {
18
18
  queryConfigurationType: Enums.DocumentViewEnums.QueryConfigurationType;
19
19
  query?: string;
20
20
  searchScope?: Enums.DocumentViewEnums.QueryScope;
21
+ spSiteUrl?: string;
22
+ spFolderUrl?: string;
21
23
  pickedDocuments?: Array<DocumentIdentifier>;
22
24
  selectedViewId: string;
23
25
  viewSettings: DocumentRollupViewSettings;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.8.12-preview",
4
+ "version": "7.8.15-preview",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"