@omnia/management-system 8.0.1-dev → 8.0.2-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/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/constants.d.ts +33 -0
- 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 +6 -0
- package/internal-do-not-import-from-here/models/Enums.js +7 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.tooling.js +2 -0
- package/internal-do-not-import-from-here/models/Properties.d.ts +1 -0
- package/internal-do-not-import-from-here/models/Properties.js +3 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.js +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/index.js +2 -0
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +0 -8
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +1 -33
- package/internal-do-not-import-from-here/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/index.js +1 -1
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +16 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.js +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.d.ts +9 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.js +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/index.js +5 -0
- package/internal-do-not-import-from-here/processshape/index.d.ts +1 -0
- package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +9 -0
- package/internal-do-not-import-from-here/processshape/shapedefinitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +2 -4
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +6 -6
- package/internal-do-not-import-from-here/utils.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +182 -57
- package/package.json +1 -1
- package/task.js +1 -2
- package/internal-do-not-import-from-here/models/Constants.d.ts +0 -34
- package/internal-do-not-import-from-here/models/Constants.js +0 -38
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -195,3 +195,36 @@ export declare const ImageFolders: {
|
|
195
195
|
readonly legacy: string;
|
196
196
|
};
|
197
197
|
export declare const WebEmojiIcons: Array<string>;
|
198
|
+
export declare const OPMEnterprisePropertyInternalNames: {
|
199
|
+
readonly OPMEdition: string;
|
200
|
+
readonly OPMRevision: string;
|
201
|
+
readonly OPMProcessType: string;
|
202
|
+
readonly OPMProcessIdNumber: string;
|
203
|
+
readonly OPMPublished: string;
|
204
|
+
readonly OPMApprovedBy: string;
|
205
|
+
readonly OPMIsArchived: string;
|
206
|
+
readonly OPMIsPublished: string;
|
207
|
+
};
|
208
|
+
export declare const OPMProcessProperty: {
|
209
|
+
readonly Id: string;
|
210
|
+
};
|
211
|
+
export declare namespace Security {
|
212
|
+
const OPMRoleDefinitions: {
|
213
|
+
readonly Author: guid;
|
214
|
+
readonly Reader: guid;
|
215
|
+
readonly Approver: guid;
|
216
|
+
readonly Reviewer: guid;
|
217
|
+
};
|
218
|
+
const OPMResourceEvaluators: {
|
219
|
+
readonly SecurityResourceIdResource: string;
|
220
|
+
readonly OPMProcessIdResource: string;
|
221
|
+
};
|
222
|
+
const Parameters: {
|
223
|
+
readonly OPMProcessId: string;
|
224
|
+
readonly SecurityResourceId: string;
|
225
|
+
};
|
226
|
+
const ODMRoleDefinitions: {
|
227
|
+
readonly AppInstanceAuthor: guid;
|
228
|
+
readonly AppInstanceReader: guid;
|
229
|
+
};
|
230
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./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/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","
|
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","ProcessFieldDisplayStyles","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","UnpublishProcessDialogStyles","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","SystemProcessProperties","TaskService","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","UserService","WebEmojiIcons","processMediaPickerProviderContext","shapeTemplateMediaPickerProviderContext"]}}}
|
@@ -70,6 +70,13 @@ var Enums;
|
|
70
70
|
ProcessingStatus[ProcessingStatus["Restored"] = 9] = "Restored";
|
71
71
|
ProcessingStatus[ProcessingStatus["RecycleBinDeleting"] = 10] = "RecycleBinDeleting";
|
72
72
|
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
73
|
+
let DocumentVersionType;
|
74
|
+
(function (DocumentVersionType) {
|
75
|
+
DocumentVersionType[DocumentVersionType["Draft"] = 0] = "Draft";
|
76
|
+
DocumentVersionType[DocumentVersionType["Published"] = 1] = "Published";
|
77
|
+
DocumentVersionType[DocumentVersionType["Unprocessed"] = 2] = "Unprocessed";
|
78
|
+
DocumentVersionType[DocumentVersionType["Appendix"] = 3] = "Appendix";
|
79
|
+
})(DocumentVersionType = DocumentViewEnums.DocumentVersionType || (DocumentViewEnums.DocumentVersionType = {}));
|
73
80
|
let LibraryDocumentStatus;
|
74
81
|
(function (LibraryDocumentStatus) {
|
75
82
|
LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
|
@@ -1,5 +1,5 @@
|
|
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" | "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>;
|
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
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>;
|
4
4
|
declare module "@omnia/fx-models/Tooling" {
|
5
5
|
interface IEnums$ {
|
@@ -27,6 +27,8 @@ const webComponentManifests = enum$("ms.webComponentManifests").value({
|
|
27
27
|
DocumentPickerPickDocDialog: (0, fx_models_1.guid)("bf9d6e03-78e1-4601-9917-b70133359944"),
|
28
28
|
DocumentLinkPicker: (0, fx_models_1.guid)("81ffacf7-ccde-4ced-954e-382b34bd0d9a"),
|
29
29
|
DocumentTemplateMergeSettings: (0, fx_models_1.guid)("21d1b179-d290-4839-84b8-ad3e9d929fbf"),
|
30
|
+
DocumenTypeSettingTabApiRegistration: (0, fx_models_1.guid)("78b1fb76-7785-4fdd-8509-e47a57d27a0d"),
|
31
|
+
ApprovalTaskCustomViewApiRegistration: (0, fx_models_1.guid)("c0b778b9-86fb-4d96-ac88-c6314a268f78"),
|
30
32
|
MicrosoftPlannerProviderRenderer: (0, fx_models_1.guid)("28eb7986-b16f-4f81-a884-4b9a1c443707"),
|
31
33
|
ProcessDesigner: (0, fx_models_1.guid)("8c220ecc-3171-4549-a3a3-051a7ef76d87"),
|
32
34
|
ProcessDesignerDrawingCanvasSettings: (0, fx_models_1.guid)("55f7b908-73e1-4e0c-8c8f-caae6f58b34f"),
|
@@ -3,6 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.processPropertyDefinitionId = exports.ProcessPropertyValue = void 0;
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
5
5
|
class ProcessPropertyValue extends models_1.PropertyValue {
|
6
|
+
isEmpty() {
|
7
|
+
//Todo
|
8
|
+
}
|
6
9
|
constructor(opmProcessIds) {
|
7
10
|
super();
|
8
11
|
this.opmProcessIds = opmProcessIds;
|
package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
2
|
+
export interface IApprovalTaskCustomViewRenderer {
|
3
|
+
/**
|
4
|
+
* @param order need to larger than 4
|
5
|
+
*/
|
6
|
+
order: number;
|
7
|
+
modelContentManifestId?: guid;
|
8
|
+
title: string;
|
9
|
+
}
|
10
|
+
export interface IApprovalTaskSetting {
|
11
|
+
openInClientApp: boolean;
|
12
|
+
closeCallback?: () => void;
|
13
|
+
taskId: number;
|
14
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IApprovalTaskCustomViewRenderer } from "./ApprovalTaskCustomView";
|
3
|
+
export interface IApprovalTaskConfigurationApi {
|
4
|
+
addCustomView: (items: IApprovalTaskCustomViewRenderer) => void;
|
5
|
+
getView: () => IApprovalTaskCustomViewRenderer;
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
approvalTaskCustomView: {
|
10
|
+
registration: Promise<IApprovalTaskConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
approvalTaskCustomView: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IDocumentTypeSettingCustomTabRenderer } from "./DocumentTypeSettingCustomTab";
|
3
|
+
export interface IDocumentTypeSettingConfigurationApi {
|
4
|
+
addCustomTab: (items: IDocumentTypeSettingCustomTabRenderer | IDocumentTypeSettingCustomTabRenderer[]) => void;
|
5
|
+
getAllTabs: () => IDocumentTypeSettingCustomTabRenderer[];
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
documentTypeSettingCustomTab: {
|
10
|
+
registration: Promise<IDocumentTypeSettingConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
documentTypeSettingCustomTab: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
2
|
+
import { DocumentType } from "../../../../fx/models";
|
3
|
+
export interface IDocumentTypeSettingCustomTabRenderer {
|
4
|
+
/**
|
5
|
+
* @param order need to larger than 4
|
6
|
+
*/
|
7
|
+
order: number;
|
8
|
+
modelContentManifestId?: guid;
|
9
|
+
title: string;
|
10
|
+
itemSettingsBladesId: guid;
|
11
|
+
}
|
12
|
+
export interface IDocumentTypeTabSetting {
|
13
|
+
documentType: DocumentType;
|
14
|
+
}
|
@@ -9,3 +9,5 @@ tslib_1.__exportStar(require("./viewprocess"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./processrollup"), exports);
|
10
10
|
tslib_1.__exportStar(require("./pointpicker"), exports);
|
11
11
|
tslib_1.__exportStar(require("./feedbackbutton"), exports);
|
12
|
+
tslib_1.__exportStar(require("./documenttype"), exports);
|
13
|
+
tslib_1.__exportStar(require("./approvaltask"), exports);
|
@@ -6,6 +6,7 @@ export interface MSTeamsAppTabTargetControlIdentifier extends TargetControlIdent
|
|
6
6
|
channelId: string;
|
7
7
|
threadId: string;
|
8
8
|
tabId: string;
|
9
|
+
tabEntityId: string;
|
9
10
|
appId: guid;
|
10
11
|
}
|
11
12
|
export interface AppLayoutTargetControlIdentifier extends TargetControlIdentifier {
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { MultilingualString, guid } from "@omnia/fx-models";
|
2
|
-
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
2
|
import { FabricShapeData } from "../../../processshape";
|
4
3
|
export declare enum ShapeDefinitionTypes {
|
5
4
|
Heading = 1,
|
@@ -19,10 +18,3 @@ export interface ShapeDefinition {
|
|
19
18
|
multilingualTitle?: string;
|
20
19
|
clonedNodes?: FabricShapeData[];
|
21
20
|
}
|
22
|
-
/**
|
23
|
-
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
24
|
-
* To ensure it fully react on view
|
25
|
-
* */
|
26
|
-
export declare const ShapeDefinitionFactory: {
|
27
|
-
createDefaultProcessTemplate(colors: ReturnType<typeof useColorSchemaStore>, type?: ShapeDefinitionTypes): ShapeDefinition;
|
28
|
-
};
|
@@ -1,9 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
const fx_models_1 = require("@omnia/fx-models");
|
5
|
-
const constants_1 = require("../../../constants");
|
6
|
-
const enums_1 = require("../enums");
|
3
|
+
exports.ShapeMovingDirection = exports.ShapeDefinitionTypes = void 0;
|
7
4
|
var ShapeDefinitionTypes;
|
8
5
|
(function (ShapeDefinitionTypes) {
|
9
6
|
ShapeDefinitionTypes[ShapeDefinitionTypes["Heading"] = 1] = "Heading";
|
@@ -17,32 +14,3 @@ var ShapeMovingDirection;
|
|
17
14
|
ShapeMovingDirection[ShapeMovingDirection["Left"] = 2] = "Left";
|
18
15
|
ShapeMovingDirection[ShapeMovingDirection["Right"] = 3] = "Right";
|
19
16
|
})(ShapeMovingDirection || (exports.ShapeMovingDirection = ShapeMovingDirection = {}));
|
20
|
-
/**
|
21
|
-
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
22
|
-
* To ensure it fully react on view
|
23
|
-
* */
|
24
|
-
exports.ShapeDefinitionFactory = {
|
25
|
-
createDefaultProcessTemplate(colors, type) {
|
26
|
-
const shapeDefinition = {
|
27
|
-
type: type ? type : ShapeDefinitionTypes.Drawing,
|
28
|
-
title: { isMultilingualString: true },
|
29
|
-
id: (0, fx_models_1.guid)()
|
30
|
-
};
|
31
|
-
if (shapeDefinition.type == ShapeDefinitionTypes.Drawing) {
|
32
|
-
const drawingShapeDefinition = shapeDefinition;
|
33
|
-
drawingShapeDefinition.shapeTemplateId = constants_1.ShapeTemplatesConstants.Diamond.id;
|
34
|
-
drawingShapeDefinition.shapeTemplateType = constants_1.ShapeTemplatesConstants.Diamond.settings.type;
|
35
|
-
drawingShapeDefinition.title = constants_1.ShapeTemplatesConstants.Diamond.title;
|
36
|
-
drawingShapeDefinition.fontSize = 20;
|
37
|
-
drawingShapeDefinition.backgroundColor = colors.get.colorValue(colors.get.onBase.color);
|
38
|
-
drawingShapeDefinition.textColor = colors.get.colorValue(colors.get.base.color);
|
39
|
-
drawingShapeDefinition.width = 100;
|
40
|
-
drawingShapeDefinition.height = 100;
|
41
|
-
drawingShapeDefinition.textPosition = enums_1.TextPosition.On;
|
42
|
-
drawingShapeDefinition.textAlignment = enums_1.TextAlignment.Center;
|
43
|
-
drawingShapeDefinition.textHorizontalAdjustment = 0;
|
44
|
-
drawingShapeDefinition.textVerticalAdjustment = 0;
|
45
|
-
}
|
46
|
-
return shapeDefinition;
|
47
|
-
}
|
48
|
-
};
|
@@ -9,9 +9,9 @@ export * from "./components";
|
|
9
9
|
export * from "./styles";
|
10
10
|
export * from "./shared";
|
11
11
|
export * from "./contexts";
|
12
|
-
export * from "./Constants";
|
13
12
|
export * from "./paging";
|
14
13
|
export * from "./richtexteditorextensions";
|
15
14
|
export * from "./graph";
|
16
15
|
export * from "./processtaskassignments";
|
17
16
|
export * from "./processstepstatuses";
|
17
|
+
export * from "./readreceiptsignoff";
|
@@ -13,9 +13,9 @@ tslib_1.__exportStar(require("./components"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./styles"), exports);
|
14
14
|
tslib_1.__exportStar(require("./shared"), exports);
|
15
15
|
tslib_1.__exportStar(require("./contexts"), exports);
|
16
|
-
tslib_1.__exportStar(require("./Constants"), exports);
|
17
16
|
tslib_1.__exportStar(require("./paging"), exports);
|
18
17
|
tslib_1.__exportStar(require("./richtexteditorextensions"), exports);
|
19
18
|
tslib_1.__exportStar(require("./graph"), exports);
|
20
19
|
tslib_1.__exportStar(require("./processtaskassignments"), exports);
|
21
20
|
tslib_1.__exportStar(require("./processstepstatuses"), exports);
|
21
|
+
tslib_1.__exportStar(require("./readreceiptsignoff"), exports);
|
package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
import { guid, Identity } from "@omnia/fx-models";
|
2
|
+
import { ControlledDocument } from "../../../fx/models";
|
3
|
+
export interface DocumentNotifiedPerson {
|
4
|
+
id: guid;
|
5
|
+
documentId: guid;
|
6
|
+
identity: Identity;
|
7
|
+
isReadReceiptRequired: boolean;
|
8
|
+
oDMDocId: string;
|
9
|
+
edition: number;
|
10
|
+
isReadAndUnderstood: boolean;
|
11
|
+
publishedDocument: ControlledDocument;
|
12
|
+
}
|
13
|
+
export interface DocumentNotifiedPersonUI extends DocumentNotifiedPerson {
|
14
|
+
displayName: string;
|
15
|
+
userEmail: string;
|
16
|
+
}
|
package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { DocumentNotifiedPerson } from "./DocumentNotifiedPerson";
|
2
|
+
export interface DocumentReadReceiptsHistory {
|
3
|
+
edition: number;
|
4
|
+
published: Date;
|
5
|
+
isRequireReadReceipt: boolean;
|
6
|
+
notifiedUsers: Array<DocumentNotifiedPerson>;
|
7
|
+
numberOfSignedOffUsers: number;
|
8
|
+
title?: string;
|
9
|
+
}
|
package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
|
+
import { ShapeDefinition, ShapeDefinitionTypes } from "../../models";
|
3
|
+
/**
|
4
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
5
|
+
* To ensure it fully react on view
|
6
|
+
* */
|
7
|
+
export declare const ShapeDefinitionFactory: {
|
8
|
+
createDefaultProcessTemplate(colors: ReturnType<typeof useColorSchemaStore>, type?: ShapeDefinitionTypes): ShapeDefinition;
|
9
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ShapeDefinitionData";
|
@@ -23,7 +23,7 @@ export declare class DocumentService {
|
|
23
23
|
getExistingDraftDocument: (odmDocId: string, webUrl: string) => Promise<ControlledDocument>;
|
24
24
|
getLatestPublishedDocument: (documentId: string, webUrl: string) => Promise<SqlDocument>;
|
25
25
|
getDocumentByDocIdNumber: (docIdNumber: number, webUrl: string) => Promise<ControlledDocument>;
|
26
|
-
deletePublishDocument: (odmDocId: string, odmDocIdNumber: number, webUrl: string, documentTypeId: string) => Promise<boolean>;
|
26
|
+
deletePublishDocument: (odmDocId: string, odmDocIdNumber: number, webUrl: string, documentTypeId: string, comment: string) => Promise<boolean>;
|
27
27
|
getCurrentUserRolesOfListItems(request: DocumentRequest, library: string): Promise<{
|
28
28
|
[key: number]: Enums.DocumentViewEnums.DocumentRoles[];
|
29
29
|
}[]>;
|
package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx/models";
|
2
|
-
import { MergeMetadataRequest, DocumentRequest, SharePointField, SPList, GetControlledDocumentsResponse, WorkflowHistory, SPSite } from "../../models";
|
2
|
+
import { MergeMetadataRequest, DocumentRequest, SharePointField, SPList, GetControlledDocumentsResponse, WorkflowHistory, SPSite, Enums } from "../../models";
|
3
3
|
export declare class DocumentLibraryService {
|
4
4
|
private httpClient;
|
5
5
|
private emptyHttpClient;
|
@@ -15,7 +15,7 @@ export declare class DocumentLibraryService {
|
|
15
15
|
getTestFile: () => Promise<void>;
|
16
16
|
mergeMetadataToDocument: (mergeRequest: MergeMetadataRequest, fileData: ArrayBuffer) => Promise<void>;
|
17
17
|
testConvertToPDF: () => Promise<void>;
|
18
|
-
getWorkflowHistories: (sqlId
|
18
|
+
getWorkflowHistories: (sqlId?: guid, documentId?: string, webUrl?: string, documentVersionType?: Enums.DocumentViewEnums.DocumentVersionType) => Promise<WorkflowHistory[]>;
|
19
19
|
isExistingDraftDocument: (webUrl: string, odmDocId: string) => Promise<boolean>;
|
20
20
|
resolveAuthoringSite: (webUrl: string) => Promise<SPSite>;
|
21
21
|
}
|
package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { guid } from "@omnia/fx/models";
|
2
|
-
import { Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest } from "../../../fx/models";
|
3
|
-
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory } from "internal/models";
|
2
|
+
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest } from "../../../fx/models";
|
4
3
|
export declare class PublishDocumentService {
|
5
4
|
private httpClient;
|
6
5
|
constructor();
|
7
6
|
fixPublishingFailedDocument: (webUrl: string, odmDocumentId: string, sqlId: guid) => Promise<void>;
|
8
7
|
checkPrePublishCondition: (webUrl: string, spDocumentId: number, sqlId: guid, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
|
8
|
+
validateUnacceptedChange: (webUrl: string, spDocumentId: number, sqlId: guid, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
|
9
9
|
publishDocumentWithoutApproval: (request: PublishDocumentWithoutApprovalRequest) => Promise<void>;
|
10
10
|
previewPublishedDocument: (request: PreviewPublishedDocumentRequest) => Promise<void>;
|
11
11
|
getReadReceiptSignOffByOdmDocId: (odmDocId: string, webUrl: string) => Promise<DocumentNotifiedPerson>;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
|
-
/// <reference types="node" />
|
3
1
|
import { Store } from "@omnia/fx/stores";
|
4
2
|
import { PermissionService } from "@omnia/fx/services";
|
5
3
|
import { guid, MultilingualString } from "@omnia/fx-models";
|
@@ -22,8 +20,8 @@ export declare class CurrentProcessStore extends Store {
|
|
22
20
|
getters: {
|
23
21
|
processReference: () => ProcessReference;
|
24
22
|
referenceData: () => ProcessReferenceData;
|
25
|
-
onCurrentProcessReferenceDataMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReferenceData>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
onCurrentProcessReferenceMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReference>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
onCurrentProcessReferenceDataMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReferenceData>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
onCurrentProcessReferenceMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReference>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
25
|
relevantProcess: (processStepId: guid) => {
|
28
26
|
process: Process;
|
29
27
|
processStepIdDict: IdDict<boolean>;
|
@@ -39,7 +39,7 @@ export declare class ProcessStore extends Store {
|
|
39
39
|
getProcessReferenceData: (processReference: ProcessReference) => ProcessReferenceData;
|
40
40
|
processCheckoutInfo: (opmProcessId: guid) => ProcessCheckoutInfo;
|
41
41
|
process: (processId: guid) => Process;
|
42
|
-
processMoveSiteInfoDictOnMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessMoveInfoDict>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
processMoveSiteInfoDictOnMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessMoveInfoDict>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
43
|
processMoveSiteInfo: (opmProcessId: guid) => ProcessMoveInfo;
|
44
44
|
processMoveSiteInfoDict: () => ProcessMoveInfoDict;
|
45
45
|
getImageUrl: (image: MediaPickerImage, imageUrl?: string) => string;
|
@@ -6,15 +6,15 @@ export declare class SettingsStore extends Store {
|
|
6
6
|
private settings;
|
7
7
|
getters: {
|
8
8
|
getByModel: <T extends Setting>(model: new () => T) => T;
|
9
|
-
getByDynamicKeyModel: <
|
9
|
+
getByDynamicKeyModel: <T extends DynamicKeySetting>(model: new (dynamicKey: string) => T, dynamicKey: string) => T;
|
10
10
|
};
|
11
11
|
private mutations;
|
12
12
|
actions: {
|
13
13
|
ensureSettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new () => Setting) => void, (result: null, model: new () => Setting) => void, (failureReason: any, model: new () => Setting) => void, <T extends Setting>(model: new () => T) => Promise<null>>;
|
14
|
-
ensureDynamicKeySettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (result: null, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (failureReason: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, <
|
15
|
-
addOrUpdateSettings: import("@omnia/fx/stores").StoreAction<unknown, (settings: Setting) => void, (result: any, settings: Setting) => void, (failureReason: any, settings: Setting) => void, <
|
16
|
-
removeSettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new () => Setting) => void, (result: any, model: new () => Setting) => void, (failureReason: any, model: new () => Setting) => void, <
|
17
|
-
removeDynamicKeySettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (result: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (failureReason: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, <
|
14
|
+
ensureDynamicKeySettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (result: null, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (failureReason: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, <T extends DynamicKeySetting>(model: new (dynamicKey: string) => T, dynamicKey: string) => Promise<null>>;
|
15
|
+
addOrUpdateSettings: import("@omnia/fx/stores").StoreAction<unknown, (settings: Setting) => void, (result: any, settings: Setting) => void, (failureReason: any, settings: Setting) => void, <T extends Setting>(settings: T) => Promise<any>>;
|
16
|
+
removeSettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new () => Setting) => void, (result: any, model: new () => Setting) => void, (failureReason: any, model: new () => Setting) => void, <T extends Setting>(model: new () => T) => Promise<any>>;
|
17
|
+
removeDynamicKeySettings: import("@omnia/fx/stores").StoreAction<unknown, (model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (result: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, (failureReason: any, model: new (dynamicKey: string) => DynamicKeySetting, dynamicKey: string) => void, <T extends DynamicKeySetting>(model: new (dynamicKey: string) => T, dynamicKey: string) => Promise<any>>;
|
18
18
|
};
|
19
19
|
protected onActivated(): void;
|
20
20
|
protected onDisposing(): void;
|
@@ -34,6 +34,7 @@ export declare class DocumentTypeStore extends Store {
|
|
34
34
|
ensureDocumentTypes: import("@omnia/fx/stores").StoreAction<unknown, (documentTypeIds: guid[]) => void, (result: any, documentTypeIds: guid[]) => void, (failureReason: any, documentTypeIds: guid[]) => void, (documentTypeIds: Array<guid>) => Promise<any>>;
|
35
35
|
refreshCache: import("@omnia/fx/stores").StoreAction<unknown, (trackingNumber: number) => void, (result: null, trackingNumber: number) => void, (failureReason: any, trackingNumber: number) => void, (trackingNumber: number) => Promise<null>>;
|
36
36
|
ensureDocumentTypeByDocumentTemplate: import("@omnia/fx/stores").StoreAction<unknown, (documentTemplateId: guid) => void, (result: DocumentType[], documentTemplateId: guid) => void, (failureReason: any, documentTemplateId: guid) => void, (documentTemplateId: guid) => Promise<DocumentType[]>>;
|
37
|
+
getSpecificDocumentTypeById: import("@omnia/fx/stores").StoreAction<unknown, (documentTypeId: guid) => void, (result: unknown, documentTypeId: guid) => void, (failureReason: any, documentTypeId: guid) => void, (documentTypeId: guid) => Promise<unknown>>;
|
37
38
|
};
|
38
39
|
private isRootParentId;
|
39
40
|
private getParentId;
|