@omnia/management-system 8.0.0-vnext → 8.0.1-vnext
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/processes/ProcessCustomButtonApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/processes/ProcessCustomButtonApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/constants.d.ts +3 -0
- package/internal-do-not-import-from-here/models/Enums.d.ts +4 -2
- package/internal-do-not-import-from-here/models/Enums.js +2 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +4 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +4 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/enums/Enums.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +6 -1
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetMediaItemSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetMediaItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.d.ts +5 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +13 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterApprovingSchedule.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterApprovingSchedule.js +2 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/settings/Setting.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/tasks/SetNewChangeCommentRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/tasks/SetNewChangeCommentRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/tasks/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +1 -0
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.d.ts +35 -0
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.js +13 -0
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButtonProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButtonProvider.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessMediaPropertyInfo.d.ts +7 -0
- package/internal-do-not-import-from-here/models/processes/ProcessMediaPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/processes/index.js +3 -0
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +16 -0
- package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +9 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/index.js +1 -0
- package/internal-do-not-import-from-here/services/ProcessService.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -18
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -10,6 +10,7 @@ export declare class ODMFeatureIds {
|
|
10
10
|
static get ControlledDocumentLibrary(): Guid;
|
11
11
|
static get MSTeamsTabProvider(): Guid;
|
12
12
|
static get DraftableDocumentComparison(): Guid;
|
13
|
+
static get ControlledDocumentArchive(): Guid;
|
13
14
|
}
|
14
15
|
export declare class ODMDocumentRollupDisplayFields {
|
15
16
|
static get IconTitleLink(): Guid;
|
@@ -32,6 +33,7 @@ export declare class OPMFeatureIds {
|
|
32
33
|
static get ProcessLibrary(): Guid;
|
33
34
|
static get ProcessesAndDocumentsIntegration(): Guid;
|
34
35
|
static get ProcessTaskPlannerProvider(): Guid;
|
36
|
+
static get ProcessArchive(): Guid;
|
35
37
|
}
|
36
38
|
export declare class ProcessTaskProviderIds {
|
37
39
|
static get MicrosoftPlannerProvider(): Guid;
|
@@ -83,6 +85,7 @@ export declare const ProcessRollupConstants: {
|
|
83
85
|
readonly searchBoxInternalName: string;
|
84
86
|
readonly fulltextInternalName: string;
|
85
87
|
readonly processTitleAndLinkInternalName: string;
|
88
|
+
readonly processTitleAndImage: string;
|
86
89
|
readonly processTitle: string;
|
87
90
|
readonly filterEngineContextUniqueId: string;
|
88
91
|
};
|
@@ -139,7 +139,8 @@ export declare module Enums {
|
|
139
139
|
ViewReadReceiptStatus = 11,
|
140
140
|
RelatedProcesses = 12,
|
141
141
|
CopyLink = 13,
|
142
|
-
SignedCopy = 14
|
142
|
+
SignedCopy = 14,
|
143
|
+
ChangeComment = 15
|
143
144
|
}
|
144
145
|
enum WorkflowType {
|
145
146
|
ReviewWorkflow = 1,
|
@@ -243,7 +244,8 @@ export declare module Enums {
|
|
243
244
|
enum TaxonomyFilterType {
|
244
245
|
FixedValue = 1,
|
245
246
|
CurrentPage = 2,
|
246
|
-
User = 3
|
247
|
+
User = 3,
|
248
|
+
CurrentProcess = 4
|
247
249
|
}
|
248
250
|
enum OrderDirection {
|
249
251
|
Ascending = 1,
|
@@ -163,6 +163,7 @@ var Enums;
|
|
163
163
|
DocumentActions[DocumentActions["RelatedProcesses"] = 12] = "RelatedProcesses";
|
164
164
|
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
165
165
|
DocumentActions[DocumentActions["SignedCopy"] = 14] = "SignedCopy";
|
166
|
+
DocumentActions[DocumentActions["ChangeComment"] = 15] = "ChangeComment";
|
166
167
|
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
167
168
|
let WorkflowType;
|
168
169
|
(function (WorkflowType) {
|
@@ -287,6 +288,7 @@ var Enums;
|
|
287
288
|
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
288
289
|
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
289
290
|
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
291
|
+
TaxonomyFilterType[TaxonomyFilterType["CurrentProcess"] = 4] = "CurrentProcess";
|
290
292
|
})(TaxonomyFilterType = ProcessViewEnums.TaxonomyFilterType || (ProcessViewEnums.TaxonomyFilterType = {}));
|
291
293
|
let OrderDirection;
|
292
294
|
(function (OrderDirection) {
|
@@ -57,6 +57,7 @@ export declare class OPMResourceManifests {
|
|
57
57
|
static get ProcessTaskApiRegistration(): Guid;
|
58
58
|
static get ProcessFilterEngineRegistrationApi(): Guid;
|
59
59
|
static get ProcessFilterEngineCore(): Guid;
|
60
|
+
static get ProcessButtonApiRegistration(): Guid;
|
60
61
|
}
|
61
62
|
export declare class OPMWebComponentManifests {
|
62
63
|
static get MicrosoftPlannerProviderRenderer(): Guid;
|
@@ -81,6 +82,7 @@ export declare class OPMWebComponentManifests {
|
|
81
82
|
static get ProcessHistoryDialog(): Guid;
|
82
83
|
static get ProcessTooltip(): Guid;
|
83
84
|
static get MoveProcessDialog(): Guid;
|
85
|
+
static get CreateDraftProcessDialog(): Guid;
|
84
86
|
static get ProcessSearchTemplate(): Guid;
|
85
87
|
static get MediaPicker(): Guid;
|
86
88
|
static get FreeformPicker(): Guid;
|
@@ -123,6 +125,8 @@ export declare class OPMWebComponentManifests {
|
|
123
125
|
static get ProcessFieldEdit(): Guid;
|
124
126
|
static get ProcessFieldDisplay(): Guid;
|
125
127
|
static get ProcessPicker(): Guid;
|
128
|
+
static get ProcessPickerDialog(): Guid;
|
129
|
+
static get ProcessPickerField(): Guid;
|
126
130
|
static get ActionButtonProcessFeedbackHandlerSettings(): Guid;
|
127
131
|
static get ActionButtonProcessFeedbackHandlerRegistration(): Guid;
|
128
132
|
static get ActionButtonProcessFeedHandlerSubscription(): Guid;
|
@@ -64,6 +64,7 @@ class OPMResourceManifests {
|
|
64
64
|
static get ProcessTaskApiRegistration() { return new fx_models_1.Guid("c05cec0b-9960-48dc-b1e0-31f3b58c14a7"); }
|
65
65
|
static get ProcessFilterEngineRegistrationApi() { return new fx_models_1.Guid("78D7E2D3-C142-44F7-8626-B545FA238EAC"); }
|
66
66
|
static get ProcessFilterEngineCore() { return new fx_models_1.Guid("A2BD73A4-3309-4B2A-8AFD-78925396B98A"); }
|
67
|
+
static get ProcessButtonApiRegistration() { return new fx_models_1.Guid("09b64832-a79b-4efd-b4c3-5915ff9dc117"); }
|
67
68
|
}
|
68
69
|
exports.OPMResourceManifests = OPMResourceManifests;
|
69
70
|
class OPMWebComponentManifests {
|
@@ -89,6 +90,7 @@ class OPMWebComponentManifests {
|
|
89
90
|
static get ProcessHistoryDialog() { return new fx_models_1.Guid("eda1224e-d141-4937-bd05-c67318598c37"); }
|
90
91
|
static get ProcessTooltip() { return new fx_models_1.Guid("d7ea273a-db4d-424d-a258-22d99a1929e0"); }
|
91
92
|
static get MoveProcessDialog() { return new fx_models_1.Guid("bcd5ab82-70c9-486b-9dd9-81daead4fc96"); }
|
93
|
+
static get CreateDraftProcessDialog() { return new fx_models_1.Guid("3AC979B1-E872-4643-9EB1-1DD18CE67B0C"); }
|
92
94
|
static get ProcessSearchTemplate() { return new fx_models_1.Guid("caa4f687-e72e-4f69-bb09-4d360f3a6608"); }
|
93
95
|
static get MediaPicker() { return new fx_models_1.Guid("7bb3613d-baac-408a-8ada-c195632a6be1"); }
|
94
96
|
static get FreeformPicker() { return new fx_models_1.Guid("544b9ae0-3fa7-440d-b62b-d2cbc36d6fe3"); }
|
@@ -131,6 +133,8 @@ class OPMWebComponentManifests {
|
|
131
133
|
static get ProcessFieldEdit() { return new fx_models_1.Guid("1b9a01a1-578f-4738-88c8-429b2254a4c2"); }
|
132
134
|
static get ProcessFieldDisplay() { return new fx_models_1.Guid("8ce56269-a586-4d61-840b-dc00c6abc0e7"); }
|
133
135
|
static get ProcessPicker() { return new fx_models_1.Guid("008cccc5-c6f5-474a-86fa-9dfb2232fef7"); }
|
136
|
+
static get ProcessPickerDialog() { return new fx_models_1.Guid("3f6b5cf1-f619-4782-9818-25f813577f06"); }
|
137
|
+
static get ProcessPickerField() { return new fx_models_1.Guid("6d22fe7c-1f98-47a1-9492-2681d09b49ac"); }
|
134
138
|
static get ActionButtonProcessFeedbackHandlerSettings() { return new fx_models_1.Guid("f5528ac4-81c3-4237-bfad-536e20642913"); }
|
135
139
|
static get ActionButtonProcessFeedbackHandlerRegistration() { return new fx_models_1.Guid("6f50b5ad-9dce-4a53-8158-9774121b3987"); }
|
136
140
|
static get ActionButtonProcessFeedHandlerSubscription() { return new fx_models_1.Guid("65b38bb1-b5cf-4870-b8a4-9cfa72fe63fe"); }
|
package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts
CHANGED
@@ -18,7 +18,8 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
|
|
18
18
|
isDisableMoveDocument: boolean;
|
19
19
|
isDisableUnpublish: boolean;
|
20
20
|
trackChangesSendForComments: boolean;
|
21
|
-
|
21
|
+
enableShowChangeButtonToAuthor: boolean;
|
22
|
+
enableShowChangeButtonInRollup: boolean;
|
22
23
|
replaceTokenOnPublishing: boolean;
|
23
24
|
allowRevisions: boolean;
|
24
25
|
allowBypassApprovalForRevisions: boolean;
|
@@ -52,7 +52,8 @@ exports.DocumentTypeFactory = {
|
|
52
52
|
isDisableMoveDocument: true,
|
53
53
|
isDisableUnpublish: true,
|
54
54
|
trackChangesSendForComments: true,
|
55
|
-
|
55
|
+
enableShowChangeButtonToAuthor: true,
|
56
|
+
enableShowChangeButtonInRollup: true,
|
56
57
|
allowBypassApprovalForRevisions: false,
|
57
58
|
allowRevisions: false,
|
58
59
|
showCreateDocumentIconInRollup: false,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ShapeTemplateType = exports.TaskOutcome = exports.WorkflowCompletedType = exports.ProcessWorkflowType = exports.ProcessWorkingStatus = exports.ProcessStepType = exports.ProcessVersionType = exports.TextAlignment = exports.TextPosition = void 0;
|
3
|
+
exports.PropertySelectionListType = exports.ShapeTemplateType = exports.TaskOutcome = exports.WorkflowCompletedType = exports.ProcessWorkflowType = exports.ProcessWorkingStatus = exports.ProcessStepType = exports.ProcessVersionType = exports.TextAlignment = exports.TextPosition = void 0;
|
4
4
|
var TextPosition;
|
5
5
|
(function (TextPosition) {
|
6
6
|
TextPosition[TextPosition["Above"] = 1] = "Above";
|
@@ -82,3 +82,8 @@ var ShapeTemplateType;
|
|
82
82
|
ShapeTemplateType[ShapeTemplateType["MediaShape"] = 5] = "MediaShape";
|
83
83
|
ShapeTemplateType[ShapeTemplateType["RectShape"] = 6] = "RectShape";
|
84
84
|
})(ShapeTemplateType = exports.ShapeTemplateType || (exports.ShapeTemplateType = {}));
|
85
|
+
var PropertySelectionListType;
|
86
|
+
(function (PropertySelectionListType) {
|
87
|
+
PropertySelectionListType[PropertySelectionListType["AllUsers"] = 0] = "AllUsers";
|
88
|
+
PropertySelectionListType[PropertySelectionListType["Authors"] = 1] = "Authors";
|
89
|
+
})(PropertySelectionListType = exports.PropertySelectionListType || (exports.PropertySelectionListType = {}));
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models";
|
1
|
+
import { GuidValue, UserIdentity } from "@omnia/fx-models";
|
2
2
|
export interface ProcessDocumentRelationship {
|
3
3
|
processStepId: GuidValue;
|
4
4
|
processId: GuidValue;
|
5
5
|
opmProcessId?: GuidValue;
|
6
6
|
documentIdNumber: number;
|
7
7
|
status?: number;
|
8
|
-
createdBy?:
|
9
|
-
modifiedBy?:
|
8
|
+
createdBy?: UserIdentity;
|
9
|
+
modifiedBy?: UserIdentity;
|
10
10
|
createdAt?: Date;
|
11
11
|
modifiedAt?: Date;
|
12
12
|
isExisted?: boolean;
|
@@ -9,7 +9,7 @@ export interface ProcessWorkflow {
|
|
9
9
|
dueDate: Date;
|
10
10
|
completedType: WorkflowCompletedType;
|
11
11
|
workflowTasks: Array<ProcessWorkflowTask>;
|
12
|
-
|
12
|
+
isOriginator: boolean;
|
13
13
|
workflowData: ProcessWorkflowData;
|
14
14
|
createdAt: Date;
|
15
15
|
createdBy: UserIdentity;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
|
2
|
+
import { PropertySelectionListType } from "../enums/Enums";
|
2
3
|
export interface PropertySetItemSettings {
|
3
4
|
/**
|
4
5
|
* Note: there are three types Data, Media, EnterpriseKeyworkds are not supported, it will throw exception in validation
|
@@ -6,4 +7,5 @@ export interface PropertySetItemSettings {
|
|
6
7
|
type: PropertyIndexedType;
|
7
8
|
alternativeInternalName?: string;
|
8
9
|
defaultValueFromAppPropertyDefinitionId?: GuidValue;
|
10
|
+
propertySelectionListType?: PropertySelectionListType;
|
9
11
|
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
|
+
import { MediaPickerImage } from "@omnia/fx/models";
|
4
|
+
export interface PropertySetMediaItemSettings extends PropertySetItemSettings {
|
5
|
+
type: PropertyIndexedType.Media;
|
6
|
+
fixedDefaultValue: MediaPickerImage;
|
7
|
+
}
|
@@ -11,3 +11,4 @@ tslib_1.__exportStar(require("./PropertySetTaxonomyItemSettings"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./PropertySetTextItemSettings"), exports);
|
12
12
|
tslib_1.__exportStar(require("./PropertySetEnterpriseKeywordsItemSettings"), exports);
|
13
13
|
tslib_1.__exportStar(require("./PropertySetTagsItemSettings"), exports);
|
14
|
+
tslib_1.__exportStar(require("./PropertySetMediaItemSettings"), exports);
|
@@ -6,7 +6,11 @@ export declare enum ReviewReminderScheduleTypes {
|
|
6
6
|
/**
|
7
7
|
* Document's date time enterprise property definition
|
8
8
|
* */
|
9
|
-
Property = 1
|
9
|
+
Property = 1,
|
10
|
+
/**
|
11
|
+
* Specific time after approving document
|
12
|
+
* */
|
13
|
+
TimeAfterApproving = 2
|
10
14
|
}
|
11
15
|
export interface ReviewReminderSchedule {
|
12
16
|
type: ReviewReminderScheduleTypes;
|
@@ -12,6 +12,10 @@ var ReviewReminderScheduleTypes;
|
|
12
12
|
* Document's date time enterprise property definition
|
13
13
|
* */
|
14
14
|
ReviewReminderScheduleTypes[ReviewReminderScheduleTypes["Property"] = 1] = "Property";
|
15
|
+
/**
|
16
|
+
* Specific time after approving document
|
17
|
+
* */
|
18
|
+
ReviewReminderScheduleTypes[ReviewReminderScheduleTypes["TimeAfterApproving"] = 2] = "TimeAfterApproving";
|
15
19
|
})(ReviewReminderScheduleTypes = exports.ReviewReminderScheduleTypes || (exports.ReviewReminderScheduleTypes = {}));
|
16
20
|
/**
|
17
21
|
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
@@ -36,6 +40,15 @@ exports.ReviewReminderScheduleFactory = {
|
|
36
40
|
}
|
37
41
|
};
|
38
42
|
break;
|
43
|
+
case ReviewReminderScheduleTypes.TimeAfterApproving:
|
44
|
+
settings = {
|
45
|
+
type: ReviewReminderScheduleTypes.TimeAfterApproving,
|
46
|
+
settings: {
|
47
|
+
type: fx_models_1.TimePeriodTypes.Months,
|
48
|
+
value: 1
|
49
|
+
}
|
50
|
+
};
|
51
|
+
break;
|
39
52
|
}
|
40
53
|
return settings;
|
41
54
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "./ReviewReminderSchedule";
|
2
|
+
import { TimePeriodSettings } from "@omnia/fx-models";
|
3
|
+
export interface TimeAfterApprovingSchedule extends ReviewReminderSchedule {
|
4
|
+
type: ReviewReminderScheduleTypes.TimeAfterApproving;
|
5
|
+
settings: TimePeriodSettings;
|
6
|
+
}
|
@@ -4,3 +4,4 @@ const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./PropertySchedule"), exports);
|
5
5
|
tslib_1.__exportStar(require("./ReviewReminderSchedule"), exports);
|
6
6
|
tslib_1.__exportStar(require("./TimeAfterPublishingSchedule"), exports);
|
7
|
+
tslib_1.__exportStar(require("./TimeAfterApprovingSchedule"), exports);
|
@@ -9,7 +9,7 @@ class Setting {
|
|
9
9
|
exports.Setting = Setting;
|
10
10
|
class DynamicKeySetting extends Setting {
|
11
11
|
constructor(dynamicKey, key) {
|
12
|
-
super(`${key}_$$dyanmic$$_${dynamicKey}`);
|
12
|
+
super(`${key}_$$dyanmic$$_${dynamicKey.toLowerCase()}`);
|
13
13
|
}
|
14
14
|
}
|
15
15
|
exports.DynamicKeySetting = DynamicKeySetting;
|
@@ -9,3 +9,4 @@ tslib_1.__exportStar(require("./ReviewTaskParams"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./CompleteReviewReminderTaskRequest"), exports);
|
10
10
|
tslib_1.__exportStar(require("./TaskItemResponse"), exports);
|
11
11
|
tslib_1.__exportStar(require("./SetNewReviewDateRequest"), exports);
|
12
|
+
tslib_1.__exportStar(require("./SetNewChangeCommentRequest"), exports);
|
@@ -10,6 +10,7 @@ export interface Workflow extends AuditingInformation {
|
|
10
10
|
type: Enums.DocumentViewEnums.WorkflowType;
|
11
11
|
completedType: Enums.DocumentViewEnums.WorkflowCompletedType;
|
12
12
|
workflowTasks: Array<WorkflowTask>;
|
13
|
-
|
13
|
+
isOriginator: boolean;
|
14
14
|
jsonValue: string;
|
15
|
+
messageToApprover: string;
|
15
16
|
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { GuidValue, MultilingualString } from "@omnia/fx/models";
|
2
|
+
import { DrawingShapeDefinition } from "../data";
|
3
|
+
import { ProcessDesignerStore } from "internal/processdesigner/stores";
|
4
|
+
export declare enum ProcessButtonType {
|
5
|
+
ShapeButton = 0,
|
6
|
+
ProcessButton = 1
|
7
|
+
}
|
8
|
+
export declare enum DisplayProcessButtonType {
|
9
|
+
SingleButton = 0,
|
10
|
+
GroupButton = 1
|
11
|
+
}
|
12
|
+
export interface IProcessButtonRenderer {
|
13
|
+
id: string;
|
14
|
+
title: MultilingualString;
|
15
|
+
order: number;
|
16
|
+
type: ProcessButtonType;
|
17
|
+
displayType: DisplayProcessButtonType;
|
18
|
+
tooltip?: string;
|
19
|
+
icon?: string;
|
20
|
+
/**
|
21
|
+
* If you set this value the modelContentManifest will be opened in a dialog
|
22
|
+
*/
|
23
|
+
modelContentManifestId?: GuidValue;
|
24
|
+
/**
|
25
|
+
* @param currentStore From this you can get the current state of the process and shapes when the button is clicked
|
26
|
+
*/
|
27
|
+
onTriggered?: (currentStore?: ProcessDesignerStore) => void;
|
28
|
+
}
|
29
|
+
export interface IProcessButtonGroupRenderer extends IProcessButtonRenderer {
|
30
|
+
buttons: Array<IProcessButtonRenderer>;
|
31
|
+
}
|
32
|
+
export interface IProcessSetting {
|
33
|
+
shapeSelectedDefinition: DrawingShapeDefinition;
|
34
|
+
onClose: () => void;
|
35
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.DisplayProcessButtonType = exports.ProcessButtonType = void 0;
|
4
|
+
var ProcessButtonType;
|
5
|
+
(function (ProcessButtonType) {
|
6
|
+
ProcessButtonType[ProcessButtonType["ShapeButton"] = 0] = "ShapeButton";
|
7
|
+
ProcessButtonType[ProcessButtonType["ProcessButton"] = 1] = "ProcessButton";
|
8
|
+
})(ProcessButtonType = exports.ProcessButtonType || (exports.ProcessButtonType = {}));
|
9
|
+
var DisplayProcessButtonType;
|
10
|
+
(function (DisplayProcessButtonType) {
|
11
|
+
DisplayProcessButtonType[DisplayProcessButtonType["SingleButton"] = 0] = "SingleButton";
|
12
|
+
DisplayProcessButtonType[DisplayProcessButtonType["GroupButton"] = 1] = "GroupButton";
|
13
|
+
})(DisplayProcessButtonType = exports.DisplayProcessButtonType || (exports.DisplayProcessButtonType = {}));
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IProcessButtonRenderer } from "./ProcessCustomButton";
|
3
|
+
export interface IProcessCustomButtonConfigurationApi {
|
4
|
+
addCustomButton: (items: IProcessButtonRenderer | IProcessButtonRenderer[]) => void;
|
5
|
+
getAllButtons: () => IProcessButtonRenderer[];
|
6
|
+
}
|
7
|
+
declare module "../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
processCustomButton: {
|
10
|
+
registration: Promise<IProcessCustomButtonConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
processCustomButton: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
2
|
+
import { MediaPickerImage } from "@omnia/fx/models";
|
3
|
+
import { ProcessPropertyInfo } from "./ProcessPropertyInfo";
|
4
|
+
export interface ProcessMediaPropertyInfo extends ProcessPropertyInfo {
|
5
|
+
type: PropertyIndexedType.Media;
|
6
|
+
value: MediaPickerImage;
|
7
|
+
}
|
@@ -7,7 +7,10 @@ export * from "./ProcessPropertyInfo";
|
|
7
7
|
export * from "./ProcessTaxonomyPropertyInfo";
|
8
8
|
export * from "./ProcessTextPropertyInfo";
|
9
9
|
export * from "./ProcessNumberPropertyInfo";
|
10
|
+
export * from "./ProcessMediaPropertyInfo";
|
10
11
|
export * from "./ProcessMoveInfo";
|
11
12
|
export * from "./ProcessTaskProvider";
|
12
13
|
export * from "./ProcessTemplateLayoutDefinition";
|
13
14
|
export * from "./layout";
|
15
|
+
export * from "./ProcessCustomButtonProvider";
|
16
|
+
export * from "./ProcessCustomButton";
|
@@ -10,7 +10,10 @@ tslib_1.__exportStar(require("./ProcessPropertyInfo"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./ProcessTaxonomyPropertyInfo"), exports);
|
11
11
|
tslib_1.__exportStar(require("./ProcessTextPropertyInfo"), exports);
|
12
12
|
tslib_1.__exportStar(require("./ProcessNumberPropertyInfo"), exports);
|
13
|
+
tslib_1.__exportStar(require("./ProcessMediaPropertyInfo"), exports);
|
13
14
|
tslib_1.__exportStar(require("./ProcessMoveInfo"), exports);
|
14
15
|
tslib_1.__exportStar(require("./ProcessTaskProvider"), exports);
|
15
16
|
tslib_1.__exportStar(require("./ProcessTemplateLayoutDefinition"), exports);
|
16
17
|
tslib_1.__exportStar(require("./layout"), exports);
|
18
|
+
tslib_1.__exportStar(require("./ProcessCustomButtonProvider"), exports);
|
19
|
+
tslib_1.__exportStar(require("./ProcessCustomButton"), exports);
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { Theming, SpacingSettings } from "@omnia/fx-models";
|
3
|
+
export declare const ProcessNavigationBlockStyles: {
|
4
|
+
blockPadding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
5
|
+
levelIndentationIconWrapper?: types.NestedCSSProperties;
|
6
|
+
wrapper: types.NestedCSSProperties;
|
7
|
+
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, isRightToLeft: boolean) => types.NestedCSSProperties;
|
8
|
+
rightIcon: types.NestedCSSProperties;
|
9
|
+
arrowBtnCollapsedDefault: types.NestedCSSProperties;
|
10
|
+
arrowBtnExpanded: types.NestedCSSProperties;
|
11
|
+
title: types.NestedCSSProperties;
|
12
|
+
textOverflow: types.NestedCSSProperties;
|
13
|
+
content: types.NestedCSSProperties;
|
14
|
+
contentHide: types.NestedCSSProperties;
|
15
|
+
clickProtectionOverlay: types.NestedCSSProperties;
|
16
|
+
};
|
@@ -6,4 +6,6 @@ export declare const ProcessPickerStyles: {
|
|
6
6
|
avatarStyle: types.NestedCSSProperties;
|
7
7
|
inputLabel?: types.NestedCSSProperties;
|
8
8
|
chipAvatarStyle?: types.NestedCSSProperties;
|
9
|
+
borderTop?: (isFirst: boolean) => types.NestedCSSProperties;
|
10
|
+
scrollContainer?: types.NestedCSSProperties;
|
9
11
|
};
|
@@ -7,4 +7,5 @@ export declare const ProcessStepDrawingStyles: {
|
|
7
7
|
canvasToolbarWrapper?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
8
8
|
canvasToolbar?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
9
9
|
canvasOverflowWrapper?: types.NestedCSSProperties;
|
10
|
+
dialogWrapper?: types.NestedCSSProperties;
|
10
11
|
};
|
@@ -4,9 +4,17 @@ export declare const ShapeSelectionStyles: {
|
|
4
4
|
shapesWrapper?: types.NestedCSSProperties;
|
5
5
|
shapeDefinitionItem?: (size: number) => types.NestedCSSProperties;
|
6
6
|
canvasWrapper?: (theme: OmniaTheming, size: number) => types.NestedCSSProperties;
|
7
|
-
iconWrapper?: types.NestedCSSProperties;
|
7
|
+
iconWrapper?: (size: number) => types.NestedCSSProperties;
|
8
|
+
selectionShapeWrapper?: (height: number) => types.NestedCSSProperties;
|
9
|
+
canvasStyle?: types.NestedCSSProperties;
|
8
10
|
wrapper: types.NestedCSSProperties;
|
9
11
|
dialogFooter: types.NestedCSSProperties;
|
10
12
|
centerDialogBody: types.NestedCSSProperties;
|
11
13
|
expandWrapper?: types.NestedCSSProperties;
|
14
|
+
container?: types.NestedCSSProperties;
|
15
|
+
wrapperContent?: types.NestedCSSProperties;
|
16
|
+
expansionPanelContentWrapper?: types.NestedCSSProperties;
|
17
|
+
expansionPanelHeader?: types.NestedCSSProperties;
|
18
|
+
tabWrapper?: types.NestedCSSProperties;
|
19
|
+
wrapperShapeInfo?: types.NestedCSSProperties;
|
12
20
|
};
|
@@ -19,3 +19,4 @@ tslib_1.__exportStar(require("./ProcessPickerStyles"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./ProcessFieldDisplayStyles"), exports);
|
20
20
|
tslib_1.__exportStar(require("./ProcessDesignerStyles"), exports);
|
21
21
|
tslib_1.__exportStar(require("./ShapeSettingsStyles"), exports);
|
22
|
+
tslib_1.__exportStar(require("./ProcessNavigationBlockStyles"), exports);
|
@@ -9,7 +9,7 @@ export declare class ProcessService {
|
|
9
9
|
constructor();
|
10
10
|
checkIfDraftExists: (opmProcessId: string) => Promise<boolean>;
|
11
11
|
createDraftProcess: (processActionModel: ProcessActionModel) => Promise<Process>;
|
12
|
-
createDraftProcessFromPublished: (opmProcessId: GuidValue) => Promise<Process>;
|
12
|
+
createDraftProcessFromPublished: (opmProcessId: GuidValue, comment?: string) => Promise<Process>;
|
13
13
|
restoreProcess: (processId: GuidValue) => Promise<Process>;
|
14
14
|
checkinProcess: (opmProcessId: GuidValue) => Promise<Process>;
|
15
15
|
saveCheckedOutProcess: (processActionModel: ProcessActionModel) => Promise<Process>;
|
@@ -41,6 +41,8 @@ export declare class ProcessService {
|
|
41
41
|
getProcessHistory: (opmProcessId: GuidValue) => Promise<Process[]>;
|
42
42
|
resolveAuthoringSite: (targetUrl: string) => Promise<ProcessSite>;
|
43
43
|
filterDeletedProcesses: (teamAppId: GuidValue) => Promise<Process[]>;
|
44
|
+
getPublishedProcessesAllSystem: () => Promise<Process[]>;
|
44
45
|
private generateClientSideData;
|
45
46
|
private setProcessStepMultilingualTitle;
|
47
|
+
setNewChangeCommentDraftProcess: (opmProcessId: GuidValue, comment: any) => Promise<void>;
|
46
48
|
}
|
@@ -16,7 +16,6 @@ interface NotificationMessage {
|
|
16
16
|
}
|
17
17
|
export declare class ProcessStore extends Store {
|
18
18
|
private processService;
|
19
|
-
private omniaContext;
|
20
19
|
moveProcessService: MoveProcessService;
|
21
20
|
mediaPickerService: MediaPickerService;
|
22
21
|
processTemplateLayoutStore: ProcessTemplateLayoutStore;
|
@@ -27,10 +26,12 @@ export declare class ProcessStore extends Store {
|
|
27
26
|
private processMoveSiteInfoDict;
|
28
27
|
private processDataLayoutMergeResultDict;
|
29
28
|
private processTemplateLayoutDict;
|
29
|
+
private processes;
|
30
|
+
private publishedProcesses;
|
31
|
+
private draftProcesses;
|
30
32
|
private processLoadPromises;
|
31
33
|
private processDataLoadPromises;
|
32
34
|
private processSiteLoadPromises;
|
33
|
-
private processDataLayoutMergeResultPromises;
|
34
35
|
private processStepIdAndProcessIdDict;
|
35
36
|
notificationMessage: import("@omnia/fx/stores").StoreState<NotificationMessage>;
|
36
37
|
readonly moveMessageTimeout = 10000;
|
@@ -42,13 +43,16 @@ export declare class ProcessStore extends Store {
|
|
42
43
|
processMoveSiteInfo: (opmProcessId: GuidValue) => ProcessMoveInfo;
|
43
44
|
processMoveSiteInfoDict: () => ProcessMoveInfoDict;
|
44
45
|
getImageUrl: (image: MediaPickerImage, imageUrl?: string) => string;
|
46
|
+
getAllDraftPublishedProcesses: () => Array<Process>;
|
47
|
+
getDraftProcesses: (teamAppId: GuidValue) => Process[];
|
48
|
+
getPublishedProcesses: () => Process[];
|
45
49
|
};
|
46
50
|
mutations: {
|
47
51
|
removeProcessMoveSiteInfoDict: import("@omnia/fx/stores").StoreMutation<(removeDict: ProcessMoveInfoDict) => void, (removeDict: ProcessMoveInfoDict) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
48
52
|
};
|
49
53
|
actions: {
|
50
54
|
createDraft: import("@omnia/fx/stores").StoreAction<unknown, (actionModel: ProcessActionModel) => void, (result: Process, actionModel: ProcessActionModel) => void, (failureReason: any, actionModel: ProcessActionModel) => void, (actionModel: ProcessActionModel) => Promise<Process>>;
|
51
|
-
createDraftFromPublished: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue) => void, (result: Process, opmProcessId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue) => void, (opmProcessId: GuidValue) => Promise<Process>>;
|
55
|
+
createDraftFromPublished: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, comment?: string) => void, (result: Process, opmProcessId: GuidValue, comment?: string) => void, (failureReason: any, opmProcessId: GuidValue, comment?: string) => void, (opmProcessId: GuidValue, comment?: string) => Promise<Process>>;
|
52
56
|
restoreProcess: import("@omnia/fx/stores").StoreAction<unknown, (processId: GuidValue) => void, (result: Process, processId: GuidValue) => void, (failureReason: any, processId: GuidValue) => void, (processId: GuidValue) => Promise<Process>>;
|
53
57
|
checkoutProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, takeControl?: boolean) => void, (result: ProcessWithCheckoutInfo, opmProcessId: GuidValue, takeControl?: boolean) => void, (failureReason: any, opmProcessId: GuidValue, takeControl?: boolean) => void, (opmProcessId: GuidValue, takeControl?: boolean) => Promise<ProcessWithCheckoutInfo>>;
|
54
58
|
checkInProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue) => void, (result: Process, opmProcessId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue) => void, (opmProcessId: GuidValue) => Promise<Process>>;
|
@@ -64,7 +68,11 @@ export declare class ProcessStore extends Store {
|
|
64
68
|
deleteDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (process: Process) => void, (result: null, process: Process) => void, (failureReason: any, process: Process) => void, (process: Process) => Promise<null>>;
|
65
69
|
copyToNewProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, processStepId: GuidValue) => void, (result: Process, opmProcessId: GuidValue, processStepId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue, processStepId: GuidValue) => void, (opmProcessId: GuidValue, processStepId: GuidValue) => Promise<Process>>;
|
66
70
|
moveProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (result: boolean, opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (failureReason: any, opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => Promise<boolean>>;
|
71
|
+
ensureLoadDraftProcesses: import("@omnia/fx/stores").StoreAction<unknown, (teamAppId: GuidValue) => void, (result: Process[], teamAppId: GuidValue) => void, (failureReason: any, teamAppId: GuidValue) => void, (teamAppId: GuidValue) => Promise<Process[]>>;
|
72
|
+
ensureLoadPublishedProcesses: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: Process[]) => void, (failureReason: any) => void, () => Promise<Process[]>>;
|
73
|
+
setNewChangeCommentDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, comment: string) => void, (result: void, opmProcessId: GuidValue, comment: string) => void, (failureReason: any, opmProcessId: GuidValue, comment: string) => void, (opmProcessId: GuidValue, comment: string) => Promise<void>>;
|
67
74
|
};
|
75
|
+
private updateProcessState;
|
68
76
|
private internalMutations;
|
69
77
|
private ensureProcess;
|
70
78
|
private ensureProcessSite;
|
@@ -5,7 +5,6 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
style?: unknown;
|
8
|
-
class?: unknown;
|
9
8
|
key?: string | number | symbol;
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
@@ -48,6 +47,7 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
50
|
+
class?: unknown;
|
51
51
|
readonly typedHandler?: ProcessFilterEngineHandler;
|
52
52
|
};
|
53
53
|
$attrs: {
|
@@ -5,7 +5,6 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
style?: unknown;
|
8
|
-
class?: unknown;
|
9
8
|
key?: string | number | symbol;
|
10
9
|
ref?: import("vue").VNodeRef;
|
11
10
|
ref_for?: boolean;
|
@@ -48,6 +47,7 @@ declare const _default: {
|
|
48
47
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
48
|
[key: string]: any;
|
50
49
|
}>) => void)[];
|
50
|
+
class?: unknown;
|
51
51
|
readonly typedHandler?: ProcessFilterEngineHandler;
|
52
52
|
readonly visibleSelectionsCount?: number;
|
53
53
|
};
|
@@ -6,9 +6,7 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
style?: unknown;
|
9
|
-
class?: unknown;
|
10
9
|
key?: string | number | symbol;
|
11
|
-
readonly property?: ProcessFilterEngineProperty;
|
12
10
|
ref?: import("vue").VNodeRef;
|
13
11
|
ref_for?: boolean;
|
14
12
|
ref_key?: string;
|
@@ -50,6 +48,8 @@ declare const _default: {
|
|
50
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
49
|
[key: string]: any;
|
52
50
|
}>) => void)[];
|
51
|
+
class?: unknown;
|
52
|
+
readonly property?: ProcessFilterEngineProperty;
|
53
53
|
readonly updateData?: () => void;
|
54
54
|
readonly propertyDefinitionAsHash?: {
|
55
55
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -6,9 +6,7 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
style?: unknown;
|
9
|
-
class?: unknown;
|
10
9
|
key?: string | number | symbol;
|
11
|
-
readonly property?: ProcessFilterEngineProperty;
|
12
10
|
ref?: import("vue").VNodeRef;
|
13
11
|
ref_for?: boolean;
|
14
12
|
ref_key?: string;
|
@@ -50,6 +48,8 @@ declare const _default: {
|
|
50
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
49
|
[key: string]: any;
|
52
50
|
}>) => void)[];
|
51
|
+
class?: unknown;
|
52
|
+
readonly property?: ProcessFilterEngineProperty;
|
53
53
|
readonly context?: FilterEngineContext;
|
54
54
|
readonly updateData?: () => void;
|
55
55
|
readonly propertyDefinitionAsHash?: {
|
package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts
CHANGED
@@ -2,15 +2,14 @@ import { BaseFilterEnginePropertyOutput, EnterprisePropertyDefinition, GuidValue
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
3
3
|
import { ProcessFilterEngineProperty } from "../../../models/filterengine/Shared";
|
4
4
|
export default class ProcessFilterEngineHandler extends Store implements ITypedFilterEngineHandler {
|
5
|
-
private enterprisePropertyStore;
|
6
5
|
readonly propertyDefinition: EnterprisePropertyDefinition;
|
7
6
|
readonly property: ProcessFilterEngineProperty;
|
8
|
-
|
7
|
+
showContentOnly: boolean;
|
9
8
|
private mediator;
|
10
9
|
/**
|
11
10
|
*
|
12
11
|
*/
|
13
|
-
constructor(property: ProcessFilterEngineProperty, propertyOutput: QueryFilterEnginePropertyOutput, hasFilterState: boolean);
|
12
|
+
constructor(property: ProcessFilterEngineProperty, propertyOutput: QueryFilterEnginePropertyOutput, isRefinable: boolean, hasFilterState: boolean, enterpriseProperty: EnterprisePropertyDefinition);
|
14
13
|
generateTypedPropertyOutput: () => TextFilterEnginePropertyOutput;
|
15
14
|
generatePropertyOutput: () => BaseFilterEnginePropertyOutput;
|
16
15
|
clearAllSelections: () => void;
|
@@ -1,9 +1,12 @@
|
|
1
1
|
import { VueComponentBaseProps } from "@omnia/fx/ux";
|
2
2
|
|
3
|
+
import wc3f6b5cf1f6194782981825f813577f06 from '../../../../client/components/processpicker/ProcessPickerDialog';
|
4
|
+
import wc6d22fe7c1f9847a194922681d09b49ac from '../../../../client/components/processpicker/ProcessPickerField';
|
3
5
|
import wc2e35ce1e09e54a3eb376ab4dc9b3aef0 from '../../../../client/documentrollup/components/DocumentRollup';
|
4
6
|
import wcf9f26f4b6c1c40a1b10e781f0062bfd3 from '../../../../client/processrollup/components/ProcessRollup';
|
5
7
|
import wc71a8cb21423140bf8c4d67a0bf0bcce3 from '../../../../client/properties/process/ProcessDisplay';
|
6
8
|
import wc8de8829ca03e4f1394eba3521ab6330d from '../../../../client/properties/process/ProcessEditor';
|
9
|
+
import wc6ee6ce37e3714b9094e6395b0db7bbe4 from '../../../../client/admin/processmanagement/queryableproperties/QueryablePropertiesJourney';
|
7
10
|
import wc15d9975816ca4c56b19d44c02a7f0864 from './ux/filterengine/components/renderer/process/ProcessPropertyRenderer';
|
8
11
|
import wc124917e0957e49efa535efa10f9f9052 from './ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer';
|
9
12
|
import wc7b831a74f787414ea18b532274a2df5c from './ux/filterengine/components/settings/process/ProcessPropertySettings';
|
@@ -16,15 +19,18 @@ declare global {
|
|
16
19
|
interface ElementClass { }
|
17
20
|
|
18
21
|
interface IntrinsicElements {
|
19
|
-
"
|
20
|
-
"opm-process-
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"opm-
|
26
|
-
"opm-process-filterengine-
|
27
|
-
"
|
22
|
+
"opm-process-picker-dialog": typeof wc3f6b5cf1f6194782981825f813577f06.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3f6b5cf1f6194782981825f813577f06.propsDefinition>
|
23
|
+
"opm-process-picker-field": typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition>
|
24
|
+
"odm-document-rollup": typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition>
|
25
|
+
"opm-process-rollup": typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition>
|
26
|
+
"omfx-properties-process-display": typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition>
|
27
|
+
"omfx-properties-process-editor": typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition>
|
28
|
+
"opm-admin-queryproperties-journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition>
|
29
|
+
"opm-process-filterengine-renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition>
|
30
|
+
"opm-filterengine-selectionsarea-processproperty": typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition>
|
31
|
+
"opm-process-filterengine-propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition>
|
32
|
+
"opm-process-filterengine-defaultvalue-input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition>
|
33
|
+
"omnia-ms-draftable-account": typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition>
|
28
34
|
//{{elementName}}
|
29
35
|
}
|
30
36
|
}
|
@@ -32,15 +38,18 @@ declare global {
|
|
32
38
|
|
33
39
|
declare global {
|
34
40
|
let oms: {
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
41
|
+
"OpmProcessPickerDialog": { new(...args: any[]): { $props: typeof wc3f6b5cf1f6194782981825f813577f06.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3f6b5cf1f6194782981825f813577f06.propsDefinition> } }
|
42
|
+
"OpmProcessPickerField": { new(...args: any[]): { $props: typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition> } }
|
43
|
+
"OdmDocumentRollup": { new(...args: any[]): { $props: typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition> } }
|
44
|
+
"OpmProcessRollup": { new(...args: any[]): { $props: typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition> } }
|
45
|
+
"PropertiesProcessDisplay": { new(...args: any[]): { $props: typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition> } }
|
46
|
+
"PropertiesProcessEditor": { new(...args: any[]): { $props: typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition> } }
|
47
|
+
"OpmAdminQuerypropertiesJourney": { new(...args: any[]): { $props: typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition> } }
|
48
|
+
"OpmProcessFilterengineRenderer": { new(...args: any[]): { $props: typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition> } }
|
49
|
+
"OpmFilterengineSelectionsareaProcessproperty": { new(...args: any[]): { $props: typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition> } }
|
50
|
+
"OpmProcessFilterenginePropertysettings": { new(...args: any[]): { $props: typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition> } }
|
51
|
+
"OpmProcessFilterengineDefaultvalueInput": { new(...args: any[]): { $props: typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition> } }
|
52
|
+
"OmniaMsDraftableAccount": { new(...args: any[]): { $props: typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition> } }
|
44
53
|
//{{nselementName}}
|
45
54
|
};
|
46
55
|
}
|