@omnia/management-system 8.0.2-dev → 8.0.5-dev
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/README.md +2 -2
- package/internal-do-not-import-from-here/constants.d.ts +5 -1
- package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +13 -4
- package/internal-do-not-import-from-here/models/Enums.js +9 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Enums.tooling.js +7 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +4 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +10 -10
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
- package/internal-do-not-import-from-here/models/styles/index.js +0 -2
- package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +31 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +27 -5
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +27 -11
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -13
- package/internal-do-not-import-from-here/wctypings.d.ts +392 -90
- package/models/package.json +6 -7
- package/package.json +7 -8
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Omnia Management System
|
2
2
|
|
3
|
-
Omnia Management System is a product from
|
3
|
+
Omnia Management System is a product from Omnia Digital Workplace AB.
|
4
4
|
|
5
5
|
### Documentation
|
6
|
-
https://github.com/
|
6
|
+
https://github.com/omniaintranet/Omnia-Foundation-Docs
|
@@ -12,6 +12,7 @@ export declare class ODMFeatureIds {
|
|
12
12
|
static get MSTeamsTabProvider(): guid;
|
13
13
|
static get DraftableDocumentComparison(): guid;
|
14
14
|
static get ControlledDocumentArchive(): guid;
|
15
|
+
static get SignOffRequestDocument(): guid;
|
15
16
|
}
|
16
17
|
export declare class ODMDocumentRollupDisplayFields {
|
17
18
|
static get IconTitleLink(): guid;
|
@@ -175,7 +176,7 @@ export declare const DocumentsBlockDataSettingsKey: {
|
|
175
176
|
readonly ShortcutProcess: string;
|
176
177
|
};
|
177
178
|
export declare const PagesBlockDataSettingsKey: {
|
178
|
-
readonly CurrentProcess:
|
179
|
+
readonly CurrentProcess: guid;
|
179
180
|
readonly ShortcutProcess: string;
|
180
181
|
};
|
181
182
|
export declare const RootProcessStepDesignerItemIds: {
|
@@ -228,3 +229,6 @@ export declare namespace Security {
|
|
228
229
|
readonly AppInstanceReader: guid;
|
229
230
|
};
|
230
231
|
}
|
232
|
+
export declare const SignOffRequest: {
|
233
|
+
documentProvider: guid;
|
234
|
+
};
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/constants.js":{"id":"./node_modules/@omnia/management-system/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","DefaultDateFormat","DocumentLibrariesUrl","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","ImageFolders","LinksBlockConfigurationFactory","ODMDocumentRollupDisplayFields","ODMFeatureIds","ODMFieldNameConstants","ODMRecentDocumentTypesLocalStorageKey","OPMEnterprisePropertyInternalNames","OPMFeatureIds","OPMProcessProperty","OPMSpecialRouteVersion","OWA_QUERY_PARAMETER","PagesBlockDataSettingsKey","ProcessDefaultData","ProcessLayoutBlockConfigurationFactory","ProcessNavigationConfigurationFactory","ProcessRollupConstants","ProcessTableColumnsConstants","ProcessTaskProviderIds","PropertiesBlockConfigurationFactory","RootProcessStepDesignerItemIds","Security","ShapeHighlightProperties","ShapeTemplatesConstants","SharePointFieldsConstants","SystemProcessProperties","TasksBlockConfigurationFactory","TextSpacingWithShape","TitleBlockConfigurationFactory","WebEmojiIcons"]},"./node_modules/@omnia/management-system/messaging/InternalOPMTopics.js":{"id":"./node_modules/@omnia/management-system/messaging/internalopmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalOPMTopics"]},"./node_modules/@omnia/management-system/processshape/fabricshape/FabricShapeData.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/fabricshapedata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/fabricshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes","ShapeDefinitionFactory","ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/ShapeDefinitionData.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/shapedefinitiondata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/Shape.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shape.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/ShapeObject.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shapeobject.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/management-system/services/index.js":{"id":"./node_modules/@omnia/management-system/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ApprovalTaskService","DocumentLibraryService","DocumentService","DocumentTemplateService","DocumentTypeService","ImageService","MoveProcessService","PermissionService","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessRollupService","ProcessService","ProcessTaskService","ProcessTemplateService","ProcessTypeService","PublishDocumentService","QueryablePropertiesService","ReviewReminderTaskService","ReviewTaskService","SettingsService","ShapeTemplateService","SharePointTaskService","TaskService","TeamAppPropertyService","UserService"]},"./node_modules/@omnia/management-system/models/index.js":{"id":"711e87d2-a76a-42d5-8658-eb2d0f74135a","buildMeta":{"exportsType":"namespace"},"expo.js":["AddShapePanelStyles","ArchiveFactory","CenterConfigurableHeightDialogStyles","CenterScrollableDialogStyles","DateTimeMode","DefaultControlSettings","DisplayProcessButtonType","DocumentApproverId","DocumentAuthorsType","DocumentConversions","DocumentLibraryViewType","DocumentTaskBulkUpdateTrackingStatusEnum","DocumentTemplateCategoryFactory","DocumentTemplateContentFactory","DocumentTemplateContentTypes","DocumentTemplateFactory","DocumentTemplateSettingsFactory","DocumentTemplateSettingsTypes","DocumentTypeFactory","DocumentTypeSettingsTypes","DocumentTypeTermSynchronizationStatusStatuses","DrawingCanvasSettingsStyles","DrawingShapeTypes","DynamicKeySetting","Enums","FreeformPickerStyles","GlobalSettings","GraphApiPlannerTaskProgress","MSService","MediaPickerStyles","NavigationNodeStyles","PagingServerQuery","ProcessApproverId","ProcessButtonType","ProcessDefaultControlSettings","ProcessDesignerStyles","
|
1
|
+
{"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/constants.js":{"id":"./node_modules/@omnia/management-system/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","DefaultDateFormat","DocumentLibrariesUrl","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","ImageFolders","LinksBlockConfigurationFactory","ODMDocumentRollupDisplayFields","ODMFeatureIds","ODMFieldNameConstants","ODMRecentDocumentTypesLocalStorageKey","OPMEnterprisePropertyInternalNames","OPMFeatureIds","OPMProcessProperty","OPMSpecialRouteVersion","OWA_QUERY_PARAMETER","PagesBlockDataSettingsKey","ProcessDefaultData","ProcessLayoutBlockConfigurationFactory","ProcessNavigationConfigurationFactory","ProcessRollupConstants","ProcessTableColumnsConstants","ProcessTaskProviderIds","PropertiesBlockConfigurationFactory","RootProcessStepDesignerItemIds","Security","ShapeHighlightProperties","ShapeTemplatesConstants","SharePointFieldsConstants","SignOffRequest","SystemProcessProperties","TasksBlockConfigurationFactory","TextSpacingWithShape","TitleBlockConfigurationFactory","WebEmojiIcons"]},"./node_modules/@omnia/management-system/messaging/InternalOPMTopics.js":{"id":"./node_modules/@omnia/management-system/messaging/internalopmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalOPMTopics"]},"./node_modules/@omnia/management-system/processshape/fabricshape/FabricShapeData.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/fabricshapedata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/fabricshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes","ShapeDefinitionFactory","ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/ShapeDefinitionData.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/shapedefinitiondata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/Shape.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shape.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/ShapeObject.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shapeobject.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/management-system/services/index.js":{"id":"./node_modules/@omnia/management-system/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ApprovalTaskService","DocumentLibraryService","DocumentService","DocumentTemplateService","DocumentTypeService","ImageService","MoveProcessService","PermissionService","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessRollupService","ProcessService","ProcessTaskService","ProcessTemplateService","ProcessTypeService","PublishDocumentService","QueryablePropertiesService","ReviewReminderTaskService","ReviewTaskService","SettingsService","ShapeTemplateService","SharePointTaskService","TaskService","TeamAppPropertyService","UserService"]},"./node_modules/@omnia/management-system/models/index.js":{"id":"711e87d2-a76a-42d5-8658-eb2d0f74135a","buildMeta":{"exportsType":"namespace"},"expo.js":["AddShapePanelStyles","ArchiveFactory","CenterConfigurableHeightDialogStyles","CenterScrollableDialogStyles","DateTimeMode","DefaultControlSettings","DisplayProcessButtonType","DocumentApproverId","DocumentAuthorsType","DocumentConversions","DocumentLibraryViewType","DocumentTaskBulkUpdateTrackingStatusEnum","DocumentTemplateCategoryFactory","DocumentTemplateContentFactory","DocumentTemplateContentTypes","DocumentTemplateFactory","DocumentTemplateSettingsFactory","DocumentTemplateSettingsTypes","DocumentTypeFactory","DocumentTypeSettingsTypes","DocumentTypeTermSynchronizationStatusStatuses","DrawingCanvasSettingsStyles","DrawingShapeTypes","DynamicKeySetting","Enums","FreeformPickerStyles","GlobalSettings","GraphApiPlannerTaskProgress","MSService","MediaPickerStyles","NavigationNodeStyles","PagingServerQuery","ProcessApproverId","ProcessButtonType","ProcessDefaultControlSettings","ProcessDesignerStyles","ProcessGlobalSettings","ProcessLayoutProvider","ProcessNavigationBlockStyles","ProcessPickerStyles","ProcessReviewReminderFactory","ProcessStepDrawingStyles","ProcessStepPickerStyles","ProcessStepStatusType","ProcessStepType","ProcessTaskAssignmentDataType","ProcessTaskProvider","ProcessTemplateFactory","ProcessTemplateLayoutDefinition","ProcessTypeFactory","ProcessTypeSettingsTypes","ProcessTypeTermSynchronizationStatusStatuses","ProcessVersionType","ProcessWorkflowType","ProcessWorkingStatus","PropertySelectionListType","PublishingApprovalSettingsFactory","PublishingApprovalSettingsTypes","RetentionFactory","RetentionTypes","ReviewReminderFactory","ReviewReminderScheduleFactory","ReviewReminderScheduleTypes","ReviewReminderTaskFactory","ReviewReminderTaskSettingsFactory","Setting","ShapeDefinitionTypes","ShapeGalleryDefaultSettingStyles","ShapeMovingDirection","ShapeSelectionStyles","ShapeSettingsStyles","ShapeTemplateFactory","ShapeTemplateType","ShapeTypeStyles","SiteGroupIdSettings","TargetControlIdentifierType","TaskOutcome","TextAlignment","TextPosition","TitleBlockStyles","VDialogScrollableDialogStyles","WorkflowCompletedType"]},"./node_modules/@omnia/management-system/index.js":{"id":"c91869c1-7bd3-46b4-9e71-21d5b16a5460","buildMeta":{"exportsType":"namespace"},"expo.js":["ApprovalTaskService","BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","CurrentProcessStore","DefaultDateFormat","DocumentConversionStore","DocumentLibrariesUrl","DocumentLibraryService","DocumentPropetiesStore","DocumentRollupSettingsProvider","DocumentService","DocumentSharePointFieldStore","DocumentTemplateService","DocumentTemplateStore","DocumentTypeService","DocumentTypeStore","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","FabricShapeDataTypes","ImageFolders","ImageService","InternalOPMTopics","LibraryStore","LinksBlockConfigurationFactory","MoveProcessService","NewDocumentStore","ODMDocumentRollupDisplayFields","ODMFeatureIds","ODMFieldNameConstants","ODMRecentDocumentTypesLocalStorageKey","ODMUtils","OPMEnterprisePropertyInternalNames","OPMFeatureIds","OPMProcessProperty","OPMPublicTopics","OPMRouter","OPMSpecialRouteVersion","OPMUtils","OWA_QUERY_PARAMETER","OdmPublicTopics","PageRollupSettingsProvider","PagesBlockDataSettingsKey","PermissionService","ProcessDefaultData","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessLayoutBlockConfigurationFactory","ProcessNavigationConfigurationFactory","ProcessRendererOptions","ProcessRollupConstants","ProcessRollupService","ProcessService","ProcessStore","ProcessTableColumnsConstants","ProcessTaskProviderIds","ProcessTaskService","ProcessTemplateLayoutStore","ProcessTemplateService","ProcessTemplateStore","ProcessTypeService","ProcessTypeStore","PropertiesBlockConfigurationFactory","PublishDocumentService","QueryablePropertiesService","ReviewReminderTaskService","ReviewTaskService","RootProcessStepDesignerItemIds","Security","SettingsService","SettingsStore","ShapeDefinitionFactory","ShapeFactory","ShapeHighlightProperties","ShapeTemplateService","ShapeTemplateStore","ShapeTemplatesConstants","SharePointFieldsConstants","SharePointTaskService","SignOffRequest","SystemProcessProperties","TaskService","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","UserService","WebEmojiIcons","processMediaPickerProviderContext","shapeTemplateMediaPickerProviderContext"]}}}
|
@@ -53,7 +53,13 @@ export declare namespace Enums {
|
|
53
53
|
InRecyleBin = 7,
|
54
54
|
Restoring = 8,
|
55
55
|
Restored = 9,
|
56
|
-
RecycleBinDeleting = 10
|
56
|
+
RecycleBinDeleting = 10,
|
57
|
+
FailedBeforePublishingDocument = 100,
|
58
|
+
FailedEnsureColumnsAndFolderWhenPublishingDocument = 101,
|
59
|
+
FailedConvertPdfFileWhenPublishingDocument = 102,
|
60
|
+
FailedCopyDocumentWhenPublishingDocument = 103,
|
61
|
+
FailedEnsurePermissionWhenPublishingDocument = 104,
|
62
|
+
FailedFinishingWhenPublishingDocument = 105
|
57
63
|
}
|
58
64
|
enum DocumentVersionType {
|
59
65
|
Draft = 0,
|
@@ -147,7 +153,8 @@ export declare namespace Enums {
|
|
147
153
|
RelatedProcesses = 12,
|
148
154
|
CopyLink = 13,
|
149
155
|
SignedCopy = 14,
|
150
|
-
ChangeComment = 15
|
156
|
+
ChangeComment = 15,
|
157
|
+
CreateSignOffRequest = 16
|
151
158
|
}
|
152
159
|
enum WorkflowType {
|
153
160
|
ReviewWorkflow = 1,
|
@@ -157,7 +164,8 @@ export declare namespace Enums {
|
|
157
164
|
PublishWithoutApproval = 5,
|
158
165
|
ReviewReminderWorkflow = 6,
|
159
166
|
DeletePublishedDocument = 7,
|
160
|
-
RestoreDocument = 8
|
167
|
+
RestoreDocument = 8,
|
168
|
+
ChangeDraftComment = 9
|
161
169
|
}
|
162
170
|
enum ReviewReminderTaskOutcome {
|
163
171
|
Undefined = 0,
|
@@ -187,7 +195,8 @@ export declare namespace Enums {
|
|
187
195
|
AllDocuments = 0,
|
188
196
|
PublishedDocuments = 1,
|
189
197
|
ArchivedDocuments = 2,
|
190
|
-
ProcessDocuments = 3
|
198
|
+
ProcessDocuments = 3,
|
199
|
+
SharePointLibrary = 4
|
191
200
|
}
|
192
201
|
enum QueryConfigurationType {
|
193
202
|
QueryBuilder = 0,
|
@@ -69,6 +69,12 @@ var Enums;
|
|
69
69
|
ProcessingStatus[ProcessingStatus["Restoring"] = 8] = "Restoring";
|
70
70
|
ProcessingStatus[ProcessingStatus["Restored"] = 9] = "Restored";
|
71
71
|
ProcessingStatus[ProcessingStatus["RecycleBinDeleting"] = 10] = "RecycleBinDeleting";
|
72
|
+
ProcessingStatus[ProcessingStatus["FailedBeforePublishingDocument"] = 100] = "FailedBeforePublishingDocument";
|
73
|
+
ProcessingStatus[ProcessingStatus["FailedEnsureColumnsAndFolderWhenPublishingDocument"] = 101] = "FailedEnsureColumnsAndFolderWhenPublishingDocument";
|
74
|
+
ProcessingStatus[ProcessingStatus["FailedConvertPdfFileWhenPublishingDocument"] = 102] = "FailedConvertPdfFileWhenPublishingDocument";
|
75
|
+
ProcessingStatus[ProcessingStatus["FailedCopyDocumentWhenPublishingDocument"] = 103] = "FailedCopyDocumentWhenPublishingDocument";
|
76
|
+
ProcessingStatus[ProcessingStatus["FailedEnsurePermissionWhenPublishingDocument"] = 104] = "FailedEnsurePermissionWhenPublishingDocument";
|
77
|
+
ProcessingStatus[ProcessingStatus["FailedFinishingWhenPublishingDocument"] = 105] = "FailedFinishingWhenPublishingDocument";
|
72
78
|
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
73
79
|
let DocumentVersionType;
|
74
80
|
(function (DocumentVersionType) {
|
@@ -172,6 +178,7 @@ var Enums;
|
|
172
178
|
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
173
179
|
DocumentActions[DocumentActions["SignedCopy"] = 14] = "SignedCopy";
|
174
180
|
DocumentActions[DocumentActions["ChangeComment"] = 15] = "ChangeComment";
|
181
|
+
DocumentActions[DocumentActions["CreateSignOffRequest"] = 16] = "CreateSignOffRequest";
|
175
182
|
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
176
183
|
let WorkflowType;
|
177
184
|
(function (WorkflowType) {
|
@@ -183,6 +190,7 @@ var Enums;
|
|
183
190
|
WorkflowType[WorkflowType["ReviewReminderWorkflow"] = 6] = "ReviewReminderWorkflow";
|
184
191
|
WorkflowType[WorkflowType["DeletePublishedDocument"] = 7] = "DeletePublishedDocument";
|
185
192
|
WorkflowType[WorkflowType["RestoreDocument"] = 8] = "RestoreDocument";
|
193
|
+
WorkflowType[WorkflowType["ChangeDraftComment"] = 9] = "ChangeDraftComment";
|
186
194
|
})(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
|
187
195
|
let ReviewReminderTaskOutcome;
|
188
196
|
(function (ReviewReminderTaskOutcome) {
|
@@ -219,6 +227,7 @@ var Enums;
|
|
219
227
|
QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
|
220
228
|
QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
221
229
|
QueryScope[QueryScope["ProcessDocuments"] = 3] = "ProcessDocuments";
|
230
|
+
QueryScope[QueryScope["SharePointLibrary"] = 4] = "SharePointLibrary";
|
222
231
|
})(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
|
223
232
|
let QueryConfigurationType;
|
224
233
|
(function (QueryConfigurationType) {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
|
-
declare const webComponentManifests: Record<"DocumentRollup" | "DocumentLibrary" | "ProcessRollup" | "Core" | "DocumentRollupSettings" | "DocumentRollupBreakPointSettings" | "DocumentRollupListView" | "DocumentRollupListViewSettings" | "DocumentRollupCardView" | "DocumentRollupCardViewSettings" | "DocumentRollupCardGroupBySiteView" | "DocumentRollupCardGroupBySiteViewSettings" | "DocumentRollupSharePointCardView" | "DocumentRollupSharePointCardViewSettings" | "DocumentSearchTemplate" | "DocumentLibrarySettings" | "DocumentLibraryListView" | "DocumentHistory" | "DocumentPickerCategoryListingBlade" | "DocumentPickerCreateEditCategoryBlade" | "DocumentPicker" | "DocumentPickerPickDocDialog" | "DocumentLinkPicker" | "DocumentTemplateMergeSettings" | "DocumenTypeSettingTabApiRegistration" | "ApprovalTaskCustomViewApiRegistration" | "MicrosoftPlannerProviderRenderer" | "ProcessDesigner" | "ProcessDesignerDrawingCanvasSettings" | "ProcessDesignerAddShapeWizard" | "ProcessDesignerShapeSelectionStep" | "ProcessDesignerShapeTypeStep" | "ProcessDesignerCreateLinkPanel" | "ProcessDesignerShapeSettingsPanel" | "ProcessDesignerCreateTask" | "ProcessLibraryCore" | "ProcessLibrary" | "ProcessLibrarySettings" | "ProcessLibraryListView" | "NewProcessDialog" | "DraftActionButtons" | "DraftMenuActions" | "DraftProcessingStatus" | "PublishedMenuActions" | "PublishedProcessingStatus" | "ProcessHistoryDialog" | "ProcessTooltip" | "MoveProcessDialog" | "CreateDraftProcessDialog" | "ProcessSearchTemplate" | "MediaPicker" | "FreeformPicker" | "GlobalProcessRenderer" | "PointPicker" | "UnpublishProcessDialog" | "PermissionDialog" | "ProcessStepPicker" | "ContentBlock" | "ContentBlockSettings" | "ProcessContextBlock" | "ProcessContextBlockSettings" | "DrawingBlock" | "DrawingBlockSettings" | "ProcessDrawing" | "ProcessDrawingCore" | "TasksBlock" | "TasksBlockSettings" | "TasksBlockCore" | "ProcessStepStatusBlock" | "LinksBlock" | "LinksBlockSettings" | "ProcessNavigationBlock" | "ProcessNavigationBlockSettings" | "BreadcrumbBlock" | "BreadcrumbBlockSettings" | "ProcessRollupSettings" | "ProcessRollupListView" | "ProcessRollupListViewSettings" | "PropertiesBlock" | "PropertiesBlockSettings" | "TitleBlock" | "TitleBlockSettings" | "DocumentsBlock" | "DocumentsBlockSettings" | "ChangeProcessType" | "ChangeProcessTemplate" | "ProcessFieldValueDefinition" | "ProcessFieldEdit" | "ProcessFieldDisplay" | "ProcessPicker" | "ProcessPickerDialog" | "ProcessPickerField" | "ActionButtonProcessFeedbackHandlerSettings" | "ActionButtonProcessFeedbackHandlerRegistration" | "ActionButtonProcessFeedHandlerSubscription" | "AddProcessFeedbackDialog" | "ActionButtonExportProcessHandlerSettings" | "ActionButtonExportProcessHandlerRegistration" | "ActionButtonExportProcessHandlerSubscription" | "AddExportProcessDialog" | "ProcessFeedbackDialog" | "ExportProcessDialog" | "QueryableProperties" | "PagesBlock" | "PagesBlockSettings" | "ProcessLayoutBlock" | "ProcessLayoutBlockSettings" | "AdminProcessTemplatesJourney" | "ProcessWorkflowHistoryDialog" | "UxFilterEngineProcessRenderer" | "UxFilterEngineProcessSelectionsAreaProperty" | "UxFilterEngineProcessPropertySettings" | "UxFilterEngineProcessPropertyDefaultValueInput" | "DocumentTaskBulkUpdateJourney", guid>;
|
3
|
-
declare const resourceManifests: Record<"Core" | "Contexts" | "DialogCoreStyles" | "ProcessDesignerCore" | "ProcessDesignerItem" | "ProcessDesignerShapePickerCore" | "ProcessShapeCore" | "ProcessRollupCore" | "ProcessRollupViewRegistration" | "MovedProcessMessage" | "OPMMSTeamsTabProviderRegistration" | "RTFExtensionsCore" | "AdminProcessTemplatesCore" | "ProcessTaskApiRegistration" | "ProcessFilterEngineRegistrationApi" | "ProcessFilterEngineCore" | "ProcessButtonApiRegistration" | "DocumentTaskBulkUpdateCore" | "FxCore" | "DocumentLibraryCore" | "DocumentRollupSettingsTabsResources" | "DocumentPickerCore" | "DocumentPickerAdminCore" | "DocumentPickerAdminSettingsRegistration" | "ODMMSTeamsTabProviderRegistration" | "NewDocumentButtonRegistrationHandler" | "NewDocumentButtonSubscribeHandler" | "WCMIntegrationHandler" | "WCMLinkPickerHandler", guid>;
|
2
|
+
declare const webComponentManifests: Record<"DocumentRollup" | "DocumentLibrary" | "ProcessRollup" | "Core" | "DocumentRollupSettings" | "DocumentRollupBreakPointSettings" | "DocumentRollupListView" | "DocumentRollupListViewSettings" | "DocumentRollupCardView" | "DocumentRollupCardViewSettings" | "DocumentRollupCardGroupBySiteView" | "DocumentRollupCardGroupBySiteViewSettings" | "DocumentRollupSharePointCardView" | "DocumentRollupSharePointCardViewSettings" | "DocumentSearchTemplate" | "DocumentLibrarySettings" | "DocumentLibraryListView" | "DocumentHistory" | "DocumentPickerCategoryListingBlade" | "DocumentPickerCreateEditCategoryBlade" | "DocumentPicker" | "DocumentPickerPickDocDialog" | "DocumentLinkPicker" | "DocumentTemplateMergeSettings" | "DocumenTypeSettingTabApiRegistration" | "ApprovalTaskCustomViewApiRegistration" | "MicrosoftPlannerProviderRenderer" | "ProcessDesigner" | "ProcessDesignerNavigationNode" | "ProcessDesignerDrawingCanvasSettings" | "ProcessDesignerAddShapeWizard" | "ProcessDesignerShapeSelectionStep" | "ProcessDesignerShapeTypeStep" | "ProcessDesignerCreateLinkPanel" | "ProcessDesignerShapeSettingsPanel" | "ProcessDesignerCreateTask" | "ProcessLibraryCore" | "ProcessLibrary" | "ProcessLibrarySettings" | "ProcessLibraryListView" | "NewProcessDialog" | "DraftActionButtons" | "DraftMenuActions" | "DraftProcessingStatus" | "PublishedMenuActions" | "PublishedProcessingStatus" | "ProcessHistoryDialog" | "ProcessTooltip" | "MoveProcessDialog" | "CreateDraftProcessDialog" | "ProcessSearchTemplate" | "MediaPicker" | "FreeformPicker" | "GlobalProcessRenderer" | "PointPicker" | "UnpublishProcessDialog" | "PermissionDialog" | "ProcessStepPicker" | "ContentBlock" | "ContentBlockSettings" | "ProcessContextBlock" | "ProcessContextBlockSettings" | "DrawingBlock" | "DrawingBlockSettings" | "ProcessDrawing" | "ProcessDrawingCore" | "TasksBlock" | "TasksBlockSettings" | "TasksBlockCore" | "ProcessStepStatusBlock" | "LinksBlock" | "LinksBlockSettings" | "ProcessNavigationBlock" | "ProcessNavigationBlockSettings" | "BreadcrumbBlock" | "BreadcrumbBlockSettings" | "ProcessRollupSettings" | "ProcessRollupListView" | "ProcessRollupListViewSettings" | "PropertiesBlock" | "PropertiesBlockSettings" | "TitleBlock" | "TitleBlockSettings" | "DocumentsBlock" | "DocumentsBlockSettings" | "ChangeProcessType" | "ChangeProcessTemplate" | "ProcessFieldValueDefinition" | "ProcessFieldEdit" | "ProcessFieldDisplay" | "ProcessPicker" | "ProcessPickerDialog" | "ProcessPickerField" | "ActionButtonProcessFeedbackHandlerSettings" | "ActionButtonProcessFeedbackHandlerRegistration" | "ActionButtonProcessFeedHandlerSubscription" | "AddProcessFeedbackDialog" | "ActionButtonExportProcessHandlerSettings" | "ActionButtonExportProcessHandlerRegistration" | "ActionButtonExportProcessHandlerSubscription" | "AddExportProcessDialog" | "ProcessFeedbackDialog" | "ExportProcessDialog" | "QueryableProperties" | "PagesBlock" | "PagesBlockSettings" | "ProcessLayoutBlock" | "ProcessLayoutBlockSettings" | "AdminProcessTemplatesJourney" | "ProcessWorkflowHistoryDialog" | "UxFilterEngineProcessRenderer" | "UxFilterEngineProcessSelectionsAreaProperty" | "UxFilterEngineProcessPropertySettings" | "UxFilterEngineProcessPropertyDefaultValueInput" | "DocumentTaskBulkUpdateJourney" | "PublishedDocumentPicker" | "ReadSignOffRequest", guid>;
|
3
|
+
declare const resourceManifests: Record<"Core" | "Contexts" | "DialogCoreStyles" | "ProcessDesignerCore" | "ProcessDesignerItem" | "ProcessDesignerShapePickerCore" | "ProcessShapeCore" | "ProcessRollupCore" | "ProcessRollupViewRegistration" | "MovedProcessMessage" | "OPMMSTeamsTabProviderRegistration" | "RTFExtensionsCore" | "AdminProcessTemplatesCore" | "ProcessTaskApiRegistration" | "ProcessFilterEngineRegistrationApi" | "ProcessFilterEngineCore" | "ProcessButtonApiRegistration" | "DocumentTaskBulkUpdateCore" | "FxCore" | "DocumentLibraryCore" | "DocumentRollupSettingsTabsResources" | "DocumentPickerCore" | "DocumentPickerAdminCore" | "DocumentPickerAdminSettingsRegistration" | "ODMMSTeamsTabProviderRegistration" | "NewDocumentButtonRegistrationHandler" | "NewDocumentButtonSubscribeHandler" | "WCMIntegrationHandler" | "WCMLinkPickerHandler" | "SignOffRequestDocumentProvider" | "SignOffRequestCore" | "ProcessRollupRegistrationApi", guid>;
|
4
4
|
declare module "@omnia/fx-models/Tooling" {
|
5
5
|
interface IEnums$ {
|
6
6
|
ms: {
|
@@ -31,6 +31,7 @@ const webComponentManifests = enum$("ms.webComponentManifests").value({
|
|
31
31
|
ApprovalTaskCustomViewApiRegistration: (0, fx_models_1.guid)("c0b778b9-86fb-4d96-ac88-c6314a268f78"),
|
32
32
|
MicrosoftPlannerProviderRenderer: (0, fx_models_1.guid)("28eb7986-b16f-4f81-a884-4b9a1c443707"),
|
33
33
|
ProcessDesigner: (0, fx_models_1.guid)("8c220ecc-3171-4549-a3a3-051a7ef76d87"),
|
34
|
+
ProcessDesignerNavigationNode: (0, fx_models_1.guid)("aee8713f-a0e4-4a53-a97a-9f7e9b148a84"),
|
34
35
|
ProcessDesignerDrawingCanvasSettings: (0, fx_models_1.guid)("55f7b908-73e1-4e0c-8c8f-caae6f58b34f"),
|
35
36
|
ProcessDesignerAddShapeWizard: (0, fx_models_1.guid)("727d945c-5bb9-42bc-ae80-3f3f9d9251a4"),
|
36
37
|
ProcessDesignerShapeSelectionStep: (0, fx_models_1.guid)("337862cc-491e-40a6-8515-f01eb256aea8"),
|
@@ -117,7 +118,9 @@ const webComponentManifests = enum$("ms.webComponentManifests").value({
|
|
117
118
|
UxFilterEngineProcessSelectionsAreaProperty: (0, fx_models_1.guid)("124917e0-957e-49ef-a535-efa10f9f9052"),
|
118
119
|
UxFilterEngineProcessPropertySettings: (0, fx_models_1.guid)("7b831a74-f787-414e-a18b-532274a2df5c"),
|
119
120
|
UxFilterEngineProcessPropertyDefaultValueInput: (0, fx_models_1.guid)("dfa488b4-060c-4bc8-b53e-7fc28cc58389"),
|
120
|
-
DocumentTaskBulkUpdateJourney: (0, fx_models_1.guid)("182a06fb-e24a-4caa-b725-f8f568da07d1")
|
121
|
+
DocumentTaskBulkUpdateJourney: (0, fx_models_1.guid)("182a06fb-e24a-4caa-b725-f8f568da07d1"),
|
122
|
+
PublishedDocumentPicker: (0, fx_models_1.guid)("8baefcc1-bf91-4dd4-b1bb-b277b3ffc97b"),
|
123
|
+
ReadSignOffRequest: (0, fx_models_1.guid)("e5c50617-fb3c-418a-8ef0-94d21940931f")
|
121
124
|
});
|
122
125
|
const resourceManifests = enum$("ms.resourceManifests").value({
|
123
126
|
Core: (0, fx_models_1.guid)("d5544e6c-494d-4e8a-9284-b0e64d3d19d7"),
|
@@ -149,4 +152,7 @@ const resourceManifests = enum$("ms.resourceManifests").value({
|
|
149
152
|
NewDocumentButtonSubscribeHandler: (0, fx_models_1.guid)("93ebcadb-e8a6-4223-83b8-72f6fe455f92"),
|
150
153
|
WCMIntegrationHandler: (0, fx_models_1.guid)("449717c1-88ac-409c-b0db-92fb95f389ce"),
|
151
154
|
WCMLinkPickerHandler: (0, fx_models_1.guid)("ad008fe9-7124-4482-ab44-a3fd734eb197"),
|
155
|
+
SignOffRequestDocumentProvider: (0, fx_models_1.guid)("93d0496d-522e-4f1a-9cf2-f60a4cf89a92"),
|
156
|
+
SignOffRequestCore: (0, fx_models_1.guid)("d17598a9-563c-44bf-a826-40533552b402"),
|
157
|
+
ProcessRollupRegistrationApi: (0, fx_models_1.guid)("656f7836-6350-431d-bd53-456d15d9882e")
|
152
158
|
});
|
@@ -31,5 +31,19 @@ export interface DocumentRollupBlockSettings {
|
|
31
31
|
};
|
32
32
|
defaultExpandedSectionIndex?: number;
|
33
33
|
excelExportColumns?: Array<ListViewColumn>;
|
34
|
+
excelExportSortBy?: string;
|
35
|
+
excelExportSortDescending?: boolean;
|
34
36
|
noResultText?: MultilingualString;
|
37
|
+
processDocumentQuerySettings?: ProcessDocumentQuerySettings;
|
38
|
+
sharePointLibraryQuerySettings?: SharePointLibraryQuerySettings;
|
39
|
+
}
|
40
|
+
export interface ProcessDocumentQuerySettings {
|
41
|
+
dayLimitProperty?: string;
|
42
|
+
dayLimitPeriod?: Enums.DocumentViewEnums.DatePeriods;
|
43
|
+
lastModifiedByCurrentUser: boolean;
|
44
|
+
}
|
45
|
+
export interface SharePointLibraryQuerySettings {
|
46
|
+
spLibraryQuery?: string;
|
47
|
+
spSiteUrl?: string;
|
48
|
+
spFolderUrl?: string;
|
35
49
|
}
|
@@ -12,3 +12,11 @@ export interface IDocumentTypeSettingCustomTabRenderer {
|
|
12
12
|
export interface IDocumentTypeTabSetting {
|
13
13
|
documentType: DocumentType;
|
14
14
|
}
|
15
|
+
export interface IDocumentTypeItem {
|
16
|
+
title: string;
|
17
|
+
id: guid;
|
18
|
+
}
|
19
|
+
export interface IDocumentTypeBlade {
|
20
|
+
modelContentManifestId: guid;
|
21
|
+
props: any;
|
22
|
+
}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { FilterEngineSettings, MultilingualString, RollupSetting, Spacing } from "@omnia/fx-models";
|
1
|
+
import { FilterEngineSettings, guid, MultilingualString, RollupSetting, Spacing } from "@omnia/fx-models";
|
2
2
|
import { ProcessRollupViewSettings } from "..";
|
3
3
|
import { Enums } from "../..";
|
4
4
|
export interface ProcessRollupBlockSettings extends RollupSetting {
|
5
5
|
title: MultilingualString;
|
6
6
|
pagingType: Enums.ProcessViewEnums.PagingType;
|
7
|
-
selectedViewId: string;
|
8
7
|
viewSettings: ProcessRollupViewSettings;
|
9
8
|
spacing?: Spacing;
|
10
9
|
searchScope: Enums.ProcessViewEnums.QueryScope;
|
@@ -15,4 +14,6 @@ export interface ProcessRollupBlockSettings extends RollupSetting {
|
|
15
14
|
searchBoxFilled?: boolean;
|
16
15
|
noResultText?: MultilingualString;
|
17
16
|
filterEngine?: FilterEngineSettings;
|
17
|
+
selectedViewManifestId: guid;
|
18
|
+
selectedSettingsViewManifestId?: guid;
|
18
19
|
}
|
package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { ProcessRollupBlockStyles } from "internal/models";
|
3
|
+
import { ProcessRollupViewRegistration } from "../..";
|
4
|
+
export interface IProcessRollupRegistrationApi {
|
5
|
+
registerViews: (views: ProcessRollupViewRegistration | ProcessRollupViewRegistration[]) => void;
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
processRollup: {
|
10
|
+
styles: Promise<typeof ProcessRollupBlockStyles>;
|
11
|
+
registration: Promise<IProcessRollupRegistrationApi>;
|
12
|
+
};
|
13
|
+
}
|
14
|
+
interface IMSExtendApiManifest {
|
15
|
+
processRollup: {
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -4,3 +4,4 @@ const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./ProcessRollupBlockSettings"), exports);
|
5
5
|
tslib_1.__exportStar(require("./ProcessRollupFilter"), exports);
|
6
6
|
tslib_1.__exportStar(require("./ProcessRollupViewSettings"), exports);
|
7
|
+
tslib_1.__exportStar(require("./ProcessRollupProvider"), exports);
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { MultilingualString, Spacing } from "@omnia/fx-models";
|
1
|
+
import { ColorValue, MultilingualString, Spacing } from "@omnia/fx-models";
|
2
2
|
import { Point } from "../../pointpicker";
|
3
3
|
export interface DrawingBlockSettings {
|
4
4
|
title: MultilingualString;
|
5
5
|
spacing?: Spacing;
|
6
6
|
stackProcess: boolean;
|
7
|
-
stackDialogBackgroundColor?:
|
8
|
-
stackDialogBorderColor?:
|
7
|
+
stackDialogBackgroundColor?: ColorValue;
|
8
|
+
stackDialogBorderColor?: ColorValue;
|
9
9
|
stackDialogCloseButtonPosition?: Point;
|
10
10
|
enableProcessStatusColors?: boolean;
|
11
11
|
}
|
@@ -1,6 +1,7 @@
|
|
1
|
-
import {
|
1
|
+
import { Spacing, SpacingValue } from "@omnia/fx-models";
|
2
|
+
import { MultilingualString } from "@omnia/fx-models";
|
2
3
|
export interface ProcessNavigationBlockSettings {
|
3
4
|
title: MultilingualString;
|
4
5
|
spacing?: Spacing;
|
5
|
-
levelIndentation:
|
6
|
+
levelIndentation: SpacingValue;
|
6
7
|
}
|
@@ -2,6 +2,7 @@ import { guid } from "@omnia/fx/models";
|
|
2
2
|
export interface RollupDocument {
|
3
3
|
sqlId: guid;
|
4
4
|
fileUrl: string;
|
5
|
+
fileInternalUrl?: string;
|
5
6
|
fileExtension: string;
|
6
7
|
siteTitle: string;
|
7
8
|
siteUrl: string;
|
@@ -13,4 +14,5 @@ export interface RollupDocument {
|
|
13
14
|
openFileUrl: string;
|
14
15
|
isNew: boolean;
|
15
16
|
unsearchable?: boolean;
|
17
|
+
isLocalDocument?: boolean;
|
16
18
|
}
|
package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts
CHANGED
@@ -13,6 +13,7 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
|
|
13
13
|
enterprisePropertySetId: guid;
|
14
14
|
allowAppendices: boolean;
|
15
15
|
allowSignedCopy: boolean;
|
16
|
+
enableReadReceipt: boolean;
|
16
17
|
isRecord: boolean;
|
17
18
|
isDisableCreateDraft: boolean;
|
18
19
|
isDisableMoveDocument: boolean;
|
@@ -22,11 +23,14 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
|
|
22
23
|
enableShowChangeButtonInRollup: boolean;
|
23
24
|
replaceTokenOnPublishing: boolean;
|
24
25
|
allowRevisions: boolean;
|
26
|
+
allowValidateUnacceptedChange: boolean;
|
25
27
|
allowBypassApprovalForRevisions: boolean;
|
26
28
|
showCreateDocumentIconInRollup: boolean;
|
27
29
|
conversions: DocumentConversions;
|
28
30
|
documentTemplateIds: Array<guid>;
|
29
31
|
defaultDocumentTemplateId?: guid;
|
32
|
+
signOffRequestEnabled: boolean;
|
33
|
+
signOffRequestTypeIds: Array<guid>;
|
30
34
|
/**
|
31
35
|
* There is a spacial value for defining approver : ApproverId - 3d2cbf30-181a-4bf8-afc9-b7a9744bf760
|
32
36
|
* */
|
@@ -52,6 +52,7 @@ exports.DocumentTypeFactory = {
|
|
52
52
|
isDisableMoveDocument: true,
|
53
53
|
isDisableUnpublish: true,
|
54
54
|
trackChangesSendForComments: true,
|
55
|
+
enableReadReceipt: false,
|
55
56
|
enableShowChangeButtonToAuthor: true,
|
56
57
|
enableShowChangeButtonInRollup: true,
|
57
58
|
allowBypassApprovalForRevisions: false,
|
@@ -69,7 +70,9 @@ exports.DocumentTypeFactory = {
|
|
69
70
|
termSetId: termSetId,
|
70
71
|
defaultDocumentTemplateId: null,
|
71
72
|
documentTemplateIds: [],
|
72
|
-
type: DocumentTypeSettingsTypes.Item
|
73
|
+
type: DocumentTypeSettingsTypes.Item,
|
74
|
+
signOffRequestEnabled: false,
|
75
|
+
signOffRequestTypeIds: [],
|
73
76
|
}
|
74
77
|
};
|
75
78
|
return documentTypeGroup;
|
@@ -1,18 +1,18 @@
|
|
1
1
|
import { MultilingualString } from "@omnia/fx-models";
|
2
2
|
import { ShapeTemplateType, TextAlignment, TextPosition } from "../enums/Enums";
|
3
|
-
import {
|
3
|
+
import { guid } from "@omnia/fx/models";
|
4
4
|
export interface DrawingShapeDefinitionProperties {
|
5
5
|
shapeTemplateId: guid;
|
6
6
|
shapeTemplateType: ShapeTemplateType;
|
7
|
-
backgroundColor:
|
8
|
-
borderColor:
|
9
|
-
textColor:
|
10
|
-
hoverBackgroundColor:
|
11
|
-
hoverBorderColor:
|
12
|
-
hoverTextColor:
|
13
|
-
selectedBackgroundColor:
|
14
|
-
selectedBorderColor:
|
15
|
-
selectedTextColor:
|
7
|
+
backgroundColor: string;
|
8
|
+
borderColor: string;
|
9
|
+
textColor: string;
|
10
|
+
hoverBackgroundColor: string;
|
11
|
+
hoverBorderColor: string;
|
12
|
+
hoverTextColor: string;
|
13
|
+
selectedBackgroundColor: string;
|
14
|
+
selectedBorderColor: string;
|
15
|
+
selectedTextColor: string;
|
16
16
|
width: number;
|
17
17
|
height: number;
|
18
18
|
textPosition: TextPosition;
|
package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts
CHANGED
@@ -2,8 +2,8 @@ import { guid } from "@omnia/fx-models";
|
|
2
2
|
export interface ProcessRollupViewRegistration {
|
3
3
|
id: guid;
|
4
4
|
title: string;
|
5
|
-
|
6
|
-
|
5
|
+
componentManifestId: guid;
|
6
|
+
settingsComponentManifestId?: guid;
|
7
7
|
supportScrollPaging?: boolean;
|
8
8
|
supportClassicPaging?: boolean;
|
9
9
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { types } from "typestyle";
|
2
|
-
import {
|
2
|
+
import { LegacyTheming, Spacing } from "@omnia/fx-models";
|
3
3
|
export declare const ProcessNavigationBlockStyles: {
|
4
4
|
blockPadding?: (spacing: Spacing) => types.NestedCSSProperties;
|
5
5
|
levelIndentationIconWrapper?: types.NestedCSSProperties;
|
6
6
|
wrapper: types.NestedCSSProperties;
|
7
|
-
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming:
|
7
|
+
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: LegacyTheming, padding: Spacing, isRightToLeft: boolean) => types.NestedCSSProperties;
|
8
8
|
rightIcon: types.NestedCSSProperties;
|
9
9
|
arrowBtnCollapsedDefault: types.NestedCSSProperties;
|
10
10
|
arrowBtnExpanded: types.NestedCSSProperties;
|
@@ -11,9 +11,7 @@ export * from "./MediaPickerStyles";
|
|
11
11
|
export * from "./ShapeGalleryDefaultSettingStyles";
|
12
12
|
export * from "./FreeformPickerStyles";
|
13
13
|
export * from "./TitleBlockStyles";
|
14
|
-
export * from "./UnpublishProcessDialogStyles";
|
15
14
|
export * from "./ProcessPickerStyles";
|
16
|
-
export * from "./ProcessFieldDisplayStyles";
|
17
15
|
export * from "./ProcessDesignerStyles";
|
18
16
|
export * from "./ShapeSettingsStyles";
|
19
17
|
export * from "./ProcessNavigationBlockStyles";
|
@@ -14,9 +14,7 @@ tslib_1.__exportStar(require("./MediaPickerStyles"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./ShapeGalleryDefaultSettingStyles"), exports);
|
15
15
|
tslib_1.__exportStar(require("./FreeformPickerStyles"), exports);
|
16
16
|
tslib_1.__exportStar(require("./TitleBlockStyles"), exports);
|
17
|
-
tslib_1.__exportStar(require("./UnpublishProcessDialogStyles"), exports);
|
18
17
|
tslib_1.__exportStar(require("./ProcessPickerStyles"), exports);
|
19
|
-
tslib_1.__exportStar(require("./ProcessFieldDisplayStyles"), exports);
|
20
18
|
tslib_1.__exportStar(require("./ProcessDesignerStyles"), exports);
|
21
19
|
tslib_1.__exportStar(require("./ShapeSettingsStyles"), exports);
|
22
20
|
tslib_1.__exportStar(require("./ProcessNavigationBlockStyles"), exports);
|
@@ -8,6 +8,7 @@ export declare enum ProcessRendererOptions {
|
|
8
8
|
declare class InternalOPMRouter extends TokenBasedRouter<OPMRoute, OPMRouteStateData> {
|
9
9
|
private currentProcessStore;
|
10
10
|
private multilingualStore;
|
11
|
+
private omniaCtx;
|
11
12
|
private currentTitle;
|
12
13
|
private currentProcessId;
|
13
14
|
private currentProcessStepId;
|
package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx/models";
|
2
|
-
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest } from "../../../fx/models";
|
2
|
+
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest, ControlledDocument } from "../../../fx/models";
|
3
3
|
export declare class PublishDocumentService {
|
4
4
|
private httpClient;
|
5
5
|
constructor();
|
@@ -13,4 +13,5 @@ export declare class PublishDocumentService {
|
|
13
13
|
setReadReceiptSignOffStatus: (id: guid, isReadAndUnderstood: boolean) => Promise<void>;
|
14
14
|
setMovingToTargetSiteDocumentStatus: (sqlDocumentId: string, odmDocumentId: string, currentSiteUrl: string, targetSiteUrl: string) => Promise<Enums.DocumentViewEnums.LibraryDocumentStatus>;
|
15
15
|
movePageToTargetSite: (moveDocumentRequest: MoveDocumentToTargetSiteRequest) => Promise<void>;
|
16
|
+
getPublishedDocumentByOdmDocId: (odmDocId: string, webUrl: string) => Promise<ControlledDocument>;
|
16
17
|
}
|
@@ -7,5 +7,6 @@ export declare class TaskService {
|
|
7
7
|
getFilterTasks: (request: TaskRequest) => Promise<TaskItemResponse>;
|
8
8
|
getTaskById: (webUrl: string, taskId: number) => Promise<DocumentTaskDetail>;
|
9
9
|
getDocumentWorkflow: (spDocumentId: number, sqlId: guid, webUrl: string, workflowType?: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
|
10
|
+
getDocumentWorkflowByType: (sqlId: guid, workflowType: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
|
10
11
|
deleteTask: (webUrl: string, spId: number) => Promise<void>;
|
11
12
|
}
|
@@ -3,7 +3,6 @@ import { guid, MediaPickerImage } from "@omnia/fx-models";
|
|
3
3
|
import { MoveProcessService } from "../services";
|
4
4
|
import { ProcessActionModel, Process, ProcessReference, ProcessReferenceData, ProcessCheckoutInfo, ProcessWithCheckoutInfo, Version, ProcessMoveInfo, ProcessDataLayoutMergeResult, ProcessStep } from "../models";
|
5
5
|
import { ProcessSite } from "../../models";
|
6
|
-
import { MediaPickerService } from "@omnia/fx/services";
|
7
6
|
import { ProcessTemplateLayoutStore } from "./ProcessTemplateLayoutStore";
|
8
7
|
interface ProcessMoveInfoDict {
|
9
8
|
[opmProcessId: string]: ProcessMoveInfo;
|
@@ -17,7 +16,37 @@ interface NotificationMessage {
|
|
17
16
|
export declare class ProcessStore extends Store {
|
18
17
|
private processService;
|
19
18
|
moveProcessService: MoveProcessService;
|
20
|
-
|
19
|
+
mediaPickerStore: {
|
20
|
+
get: {
|
21
|
+
readonly imageRatios: Array<MediaPickerImageRatio>;
|
22
|
+
imageRatioByUniqueId(uniqueId: guid): MediaPickerImageRatio;
|
23
|
+
readonly rollupRatios: Array<MediaPickerRollupImageRatio>;
|
24
|
+
readonly imageScalings: Array<MediaPickerImageScaling>;
|
25
|
+
imageScalingByUniqueId(uniqueId: guid): MediaPickerImageScaling;
|
26
|
+
readonly providers: Array<MediaPickerProvider>;
|
27
|
+
url: (media: MediaPickerImage | MediaPickerVideo, ratioId?: guid) => string;
|
28
|
+
imageUrl: (mediapickerImage: MediaPickerImage, imageRatioId?: number, scalingId?: number, useWithToken?: boolean) => string;
|
29
|
+
};
|
30
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
31
|
+
registerMediaPickerProvider(provider: MediaPickerProvider | Array<MediaPickerProvider>): void;
|
32
|
+
registerMediaPickerConfigurationHook(filterFunc: (current: Array<MediaPickerProvider>) => Array<MediaPickerProvider>): void;
|
33
|
+
ensureImageScalings(): Promise<void>;
|
34
|
+
addImageScaling(imageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
|
35
|
+
updateImageScaling(imageScalingToUpdate: MediaPickerImageScaling, newImageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
|
36
|
+
deleteImageScaling(imageScalingToDelete: MediaPickerImageScaling): Promise<void>;
|
37
|
+
ensureImageRatios(): Promise<void>;
|
38
|
+
addImageRatio(ratioDefinition: MediaPickerImageRatioDefinition): Promise<void>;
|
39
|
+
updateImageRatio(ratioToUpdate: MediaPickerImageRatio, newTitle: import("@omnia/fx-models").MultilingualString, enableInRollup: boolean): Promise<void>;
|
40
|
+
deleteImageRatio(ratioToDelete: MediaPickerImageRatio): Promise<void>;
|
41
|
+
}>;
|
42
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
43
|
+
imageRatios: MediaPickerImageRatio[];
|
44
|
+
imageScalings: MediaPickerImageScaling[];
|
45
|
+
providers: MediaPickerProvider[];
|
46
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
47
|
+
} & {
|
48
|
+
dispose?: () => void;
|
49
|
+
};
|
21
50
|
processTemplateLayoutStore: ProcessTemplateLayoutStore;
|
22
51
|
private processDict;
|
23
52
|
private processCheckoutInfoDict;
|