@omnia/management-system 7.8.1-preview → 7.8.2-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/apis/approvaltask/ApprovalTaskCustomViewApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +3 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +3 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.js +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +13 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/index.js +2 -0
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -26,9 +26,12 @@ export declare class ODMWebComponentManifests {
|
|
26
26
|
static get DocumentPickerPickDocDialog(): Guid;
|
27
27
|
static get DocumentLinkPicker(): Guid;
|
28
28
|
static get DocumentTemplateMergeSettings(): Guid;
|
29
|
+
static get DocumenTypeSettingTabApiRegistration(): Guid;
|
30
|
+
static get ApprovalTaskCustomViewApiRegistration(): Guid;
|
29
31
|
}
|
30
32
|
export declare class ODMResourceManifests {
|
31
33
|
static get FxCore(): Guid;
|
34
|
+
static get Feature(): Guid;
|
32
35
|
static get DocumentLibraryCore(): Guid;
|
33
36
|
static get DocumentRollupSettingsTabsResources(): Guid;
|
34
37
|
static get DocumentPickerCore(): Guid;
|
@@ -31,10 +31,13 @@ class ODMWebComponentManifests {
|
|
31
31
|
static get DocumentPickerPickDocDialog() { return new fx_models_1.Guid("bf9d6e03-78e1-4601-9917-b70133359944"); }
|
32
32
|
static get DocumentLinkPicker() { return new fx_models_1.Guid("81ffacf7-ccde-4ced-954e-382b34bd0d9a"); }
|
33
33
|
static get DocumentTemplateMergeSettings() { return new fx_models_1.Guid("21d1b179-d290-4839-84b8-ad3e9d929fbf"); }
|
34
|
+
static get DocumenTypeSettingTabApiRegistration() { return new fx_models_1.Guid("78b1fb76-7785-4fdd-8509-e47a57d27a0d"); }
|
35
|
+
static get ApprovalTaskCustomViewApiRegistration() { return new fx_models_1.Guid("c0b778b9-86fb-4d96-ac88-c6314a268f78"); }
|
34
36
|
}
|
35
37
|
exports.ODMWebComponentManifests = ODMWebComponentManifests;
|
36
38
|
class ODMResourceManifests {
|
37
39
|
static get FxCore() { return new fx_models_1.Guid("54a125ba-c2f8-4c4c-b549-ce0c3861026b"); }
|
40
|
+
static get Feature() { return new fx_models_1.Guid("974bf99e-ab9b-4774-9199-715d0a6096f3"); }
|
38
41
|
static get DocumentLibraryCore() { return new fx_models_1.Guid("ec9a51e6-d7fb-4bc5-9c94-de112d40f15e"); }
|
39
42
|
static get DocumentRollupSettingsTabsResources() { return new fx_models_1.Guid("99ec4a1f-0ffe-40f1-8a37-34b35fffc549"); }
|
40
43
|
static get DocumentPickerCore() { return new fx_models_1.Guid("e5c00825-e233-4589-97b5-a48bf954e1cb"); }
|
package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
export interface IApprovalTaskCustomViewRenderer {
|
3
|
+
/**
|
4
|
+
* @param order need to larger than 4
|
5
|
+
*/
|
6
|
+
order: number;
|
7
|
+
modelContentManifestId?: GuidValue;
|
8
|
+
title: string;
|
9
|
+
}
|
10
|
+
export interface IApprovalTaskSetting {
|
11
|
+
openInClientApp: boolean;
|
12
|
+
closeCallback: () => void;
|
13
|
+
taskId: number;
|
14
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IApprovalTaskCustomViewRenderer } from "./ApprovalTaskCustomView";
|
3
|
+
export interface IApprovalTaskConfigurationApi {
|
4
|
+
addCustomView: (items: IApprovalTaskCustomViewRenderer) => void;
|
5
|
+
getView: () => IApprovalTaskCustomViewRenderer;
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
approvalTaskCustomView: {
|
10
|
+
registration: Promise<IApprovalTaskConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
approvalTaskCustomView: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DocumentRollupViewSettings } from "..";
|
2
2
|
import { ListViewColumn } from "../../../../models";
|
3
|
-
import { SpacingSettings, MultilingualString } from "@omnia/fx-models";
|
3
|
+
import { SpacingSettings, MultilingualString, AnalyticsSettings } from "@omnia/fx-models";
|
4
4
|
import { DocumentRollupBlockBreakPointSettings } from "./DocumentRollupBlockBreakPointSettings";
|
5
5
|
import { DocumentIdentifier } from "../documentpicker";
|
6
6
|
import { Enums } from "../../Enums";
|
@@ -32,4 +32,5 @@ export interface DocumentRollupBlockSettings {
|
|
32
32
|
defaultExpandedSectionIndex?: number;
|
33
33
|
excelExportColumns?: Array<ListViewColumn>;
|
34
34
|
noResultText?: MultilingualString;
|
35
|
+
analyticsSettings?: AnalyticsSettings;
|
35
36
|
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IDocumentTypeSettingCustomTabRenderer } from "./DocumentTypeSettingCustomTab";
|
3
|
+
export interface IDocumentTypeSettingConfigurationApi {
|
4
|
+
addCustomTab: (items: IDocumentTypeSettingCustomTabRenderer | IDocumentTypeSettingCustomTabRenderer[]) => void;
|
5
|
+
getAllTabs: () => IDocumentTypeSettingCustomTabRenderer[];
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
documentTypeSettingCustomTab: {
|
10
|
+
registration: Promise<IDocumentTypeSettingConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
documentTypeSettingCustomTab: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { DocumentType } from "../../../../fx/models";
|
3
|
+
export interface IDocumentTypeSettingCustomTabRenderer {
|
4
|
+
/**
|
5
|
+
* @param order need to larger than 4
|
6
|
+
*/
|
7
|
+
order: number;
|
8
|
+
modelContentManifestId?: GuidValue;
|
9
|
+
title: string;
|
10
|
+
}
|
11
|
+
export interface IDocumentTypeTabSetting {
|
12
|
+
documentType: DocumentType;
|
13
|
+
}
|
@@ -9,3 +9,5 @@ tslib_1.__exportStar(require("./viewprocess"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./processrollup"), exports);
|
10
10
|
tslib_1.__exportStar(require("./pointpicker"), exports);
|
11
11
|
tslib_1.__exportStar(require("./feedbackbutton"), exports);
|
12
|
+
tslib_1.__exportStar(require("./documenttype"), exports);
|
13
|
+
tslib_1.__exportStar(require("./approvaltask"), exports);
|