@omnia/management-system 7.7.10-preview → 7.7.11
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/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 +25 -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 +15 -2
- package/internal-do-not-import-from-here/models/Enums.js +14 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +4 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +4 -0
- package/internal-do-not-import-from-here/models/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 +13 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/index.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +1 -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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.js +2 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.js +2 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.js +2 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/relateddocuments/index.js +6 -0
- package/internal-do-not-import-from-here/services/document/DocumentRollupService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/document/index.d.ts +1 -0
- 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 +3 -1
- package/internal-do-not-import-from-here/services/documentlibrary/RelatedDocumentsService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/documentlibrary/index.d.ts +1 -0
- package/internal-do-not-import-from-here/utils.d.ts +3 -1
- package/models/package.json +6 -7
- package/package.json +7 -8
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
|
@@ -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 {};
|
@@ -6,6 +6,7 @@ import { ContentBlockSettings, LinksBlockSettings, TitleBlockSettings, TasksBloc
|
|
6
6
|
import { ActionHandlerRegistrationId } from "@omnia/fx/models";
|
7
7
|
export declare const ODMRecentDocumentTypesLocalStorageKey = "odm_recentdocumenttypes_key";
|
8
8
|
export declare const OWA_QUERY_PARAMETER = "?Web=1";
|
9
|
+
export declare const SharePointSiteLayoutsUrl = "_layouts/15";
|
9
10
|
export declare class ODMFeatureIds {
|
10
11
|
static get ControlledDocument(): Guid;
|
11
12
|
static get CreateNewDocumentInLibrary(): Guid;
|
@@ -13,6 +14,7 @@ export declare class ODMFeatureIds {
|
|
13
14
|
static get MSTeamsTabProvider(): Guid;
|
14
15
|
static get DraftableDocumentComparison(): Guid;
|
15
16
|
static get ControlledDocumentArchive(): Guid;
|
17
|
+
static get SignOffRequestDocument(): Guid;
|
16
18
|
}
|
17
19
|
export declare class ODMDocumentRollupDisplayFields {
|
18
20
|
static get IconTitleLink(): Guid;
|
@@ -73,6 +75,8 @@ export declare const ShapeTemplatesConstants: {
|
|
73
75
|
readonly RoundedRect: ShapeTemplate;
|
74
76
|
};
|
75
77
|
export declare const SharePointFieldsConstants: {
|
78
|
+
readonly Created: string;
|
79
|
+
readonly CreatedBy: string;
|
76
80
|
readonly Modified: string;
|
77
81
|
readonly ModifiedBy: string;
|
78
82
|
readonly Title: string;
|
@@ -105,6 +109,22 @@ export declare const ShapeHighlightProperties: {
|
|
105
109
|
strokeDashArray: number[];
|
106
110
|
};
|
107
111
|
};
|
112
|
+
export declare const DefaultManagedPropertyConstants: {
|
113
|
+
readonly ODMDocIdOWSTEXT: string;
|
114
|
+
readonly ODMIsPublishedOWSBOOL: string;
|
115
|
+
readonly ODMIsRecordOWSBOOL: string;
|
116
|
+
readonly ODMIsArchivedOWSBOOL: string;
|
117
|
+
readonly ODMRelatedDocumentsOWSMTXT: string;
|
118
|
+
readonly ODMSignedDocumentsOWSMTXT: string;
|
119
|
+
readonly ODMDocIdNumberOWSNMBR: string;
|
120
|
+
readonly ODMDocumentTypeIdOWSTEXT: string;
|
121
|
+
readonly ODMAppendicesOWSMTXT: string;
|
122
|
+
readonly ODMPropertiesOWSMTXT: string;
|
123
|
+
readonly ODMTemplateDocumentIdNumberOWSNMBR: string;
|
124
|
+
readonly ODMTemplateDocumentEditionNumberOWSNMBR: string;
|
125
|
+
readonly ODMEditionOWSNMBR: string;
|
126
|
+
readonly ODMRevisionOWSNMBR: string;
|
127
|
+
};
|
108
128
|
export declare const ODMFieldNameConstants: {
|
109
129
|
readonly ODMDocId: string;
|
110
130
|
readonly ODMDocIdNumber: string;
|
@@ -229,3 +249,8 @@ export declare module Security {
|
|
229
249
|
readonly AppInstanceReader: string;
|
230
250
|
};
|
231
251
|
}
|
252
|
+
export declare const SignOffRequest: {
|
253
|
+
documentProvider: {
|
254
|
+
id: string;
|
255
|
+
};
|
256
|
+
};
|
@@ -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","ODMResourceManifests","ODMWebComponentManifests","OPMResourceManifests","OPMWebComponentManifests","PagingServerQuery","ProcessApproverId","ProcessButtonType","ProcessDefaultControlSettings","ProcessDesignerStyles","ProcessFieldDisplayStyles","ProcessGlobalSettings","ProcessLayoutProvider","ProcessMediaPickerProviderContext","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","ShapeTemplateMediaPickerProviderContext","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"]}}}
|
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","DefaultManagedPropertyConstants","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","SharePointSiteLayoutsUrl","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","DocumentRollupService","DocumentService","DocumentTemplateService","DocumentTypeService","ImageService","MoveProcessService","PermissionService","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessRollupService","ProcessService","ProcessTaskService","ProcessTemplateService","ProcessTypeService","PublishDocumentService","QueryablePropertiesService","RelatedDocumentsService","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","ODMResourceManifests","ODMWebComponentManifests","OPMResourceManifests","OPMWebComponentManifests","PagingServerQuery","ProcessApproverId","ProcessButtonType","ProcessDefaultControlSettings","ProcessDesignerStyles","ProcessFieldDisplayStyles","ProcessGlobalSettings","ProcessLayoutProvider","ProcessMediaPickerProviderContext","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","ShapeTemplateMediaPickerProviderContext","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","DefaultManagedPropertyConstants","DocumentConversionStore","DocumentLibrariesUrl","DocumentLibraryService","DocumentPropetiesStore","DocumentRollupService","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","RelatedDocumentsService","ReviewReminderTaskService","ReviewTaskService","RootProcessStepDesignerItemIds","Security","SettingsService","SettingsStore","ShapeDefinitionFactory","ShapeFactory","ShapeHighlightProperties","ShapeTemplateService","ShapeTemplateStore","ShapeTemplatesConstants","SharePointFieldsConstants","SharePointSiteLayoutsUrl","SharePointTaskService","SignOffRequest","SystemProcessProperties","TaskService","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","UserService","WebEmojiIcons"]}}}
|
@@ -52,7 +52,19 @@ export declare module Enums {
|
|
52
52
|
InRecyleBin = 7,
|
53
53
|
Restoring = 8,
|
54
54
|
Restored = 9,
|
55
|
-
RecycleBinDeleting = 10
|
55
|
+
RecycleBinDeleting = 10,
|
56
|
+
FailedBeforePublishingDocument = 100,
|
57
|
+
FailedEnsureColumnsAndFolderWhenPublishingDocument = 101,
|
58
|
+
FailedConvertPdfFileWhenPublishingDocument = 102,
|
59
|
+
FailedCopyDocumentWhenPublishingDocument = 103,
|
60
|
+
FailedEnsurePermissionWhenPublishingDocument = 104,
|
61
|
+
FailedFinishingWhenPublishingDocument = 105
|
62
|
+
}
|
63
|
+
enum DocumentVersionType {
|
64
|
+
Draft = 0,
|
65
|
+
Published = 1,
|
66
|
+
Unprocessed = 2,
|
67
|
+
Appendix = 3
|
56
68
|
}
|
57
69
|
enum LibraryDocumentStatus {
|
58
70
|
Draft = 0,
|
@@ -140,7 +152,8 @@ export declare module Enums {
|
|
140
152
|
RelatedProcesses = 12,
|
141
153
|
CopyLink = 13,
|
142
154
|
SignedCopy = 14,
|
143
|
-
ChangeComment = 15
|
155
|
+
ChangeComment = 15,
|
156
|
+
CreateSignOffRequest = 16
|
144
157
|
}
|
145
158
|
enum WorkflowType {
|
146
159
|
ReviewWorkflow = 1,
|
@@ -68,7 +68,20 @@ var Enums;
|
|
68
68
|
ProcessingStatus[ProcessingStatus["Restoring"] = 8] = "Restoring";
|
69
69
|
ProcessingStatus[ProcessingStatus["Restored"] = 9] = "Restored";
|
70
70
|
ProcessingStatus[ProcessingStatus["RecycleBinDeleting"] = 10] = "RecycleBinDeleting";
|
71
|
+
ProcessingStatus[ProcessingStatus["FailedBeforePublishingDocument"] = 100] = "FailedBeforePublishingDocument";
|
72
|
+
ProcessingStatus[ProcessingStatus["FailedEnsureColumnsAndFolderWhenPublishingDocument"] = 101] = "FailedEnsureColumnsAndFolderWhenPublishingDocument";
|
73
|
+
ProcessingStatus[ProcessingStatus["FailedConvertPdfFileWhenPublishingDocument"] = 102] = "FailedConvertPdfFileWhenPublishingDocument";
|
74
|
+
ProcessingStatus[ProcessingStatus["FailedCopyDocumentWhenPublishingDocument"] = 103] = "FailedCopyDocumentWhenPublishingDocument";
|
75
|
+
ProcessingStatus[ProcessingStatus["FailedEnsurePermissionWhenPublishingDocument"] = 104] = "FailedEnsurePermissionWhenPublishingDocument";
|
76
|
+
ProcessingStatus[ProcessingStatus["FailedFinishingWhenPublishingDocument"] = 105] = "FailedFinishingWhenPublishingDocument";
|
71
77
|
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
78
|
+
let DocumentVersionType;
|
79
|
+
(function (DocumentVersionType) {
|
80
|
+
DocumentVersionType[DocumentVersionType["Draft"] = 0] = "Draft";
|
81
|
+
DocumentVersionType[DocumentVersionType["Published"] = 1] = "Published";
|
82
|
+
DocumentVersionType[DocumentVersionType["Unprocessed"] = 2] = "Unprocessed";
|
83
|
+
DocumentVersionType[DocumentVersionType["Appendix"] = 3] = "Appendix";
|
84
|
+
})(DocumentVersionType = DocumentViewEnums.DocumentVersionType || (DocumentViewEnums.DocumentVersionType = {}));
|
72
85
|
let LibraryDocumentStatus;
|
73
86
|
(function (LibraryDocumentStatus) {
|
74
87
|
LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
|
@@ -164,6 +177,7 @@ var Enums;
|
|
164
177
|
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
165
178
|
DocumentActions[DocumentActions["SignedCopy"] = 14] = "SignedCopy";
|
166
179
|
DocumentActions[DocumentActions["ChangeComment"] = 15] = "ChangeComment";
|
180
|
+
DocumentActions[DocumentActions["CreateSignOffRequest"] = 16] = "CreateSignOffRequest";
|
167
181
|
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
168
182
|
let WorkflowType;
|
169
183
|
(function (WorkflowType) {
|
@@ -26,9 +26,12 @@ export declare class ODMWebComponentManifests {
|
|
26
26
|
static get DocumentPickerPickDocDialog(): Guid;
|
27
27
|
static get DocumentLinkPicker(): Guid;
|
28
28
|
static get DocumentTemplateMergeSettings(): Guid;
|
29
|
+
static get DocumenTypeSettingTabApiRegistration(): Guid;
|
30
|
+
static get ApprovalTaskCustomViewApiRegistration(): Guid;
|
29
31
|
}
|
30
32
|
export declare class ODMResourceManifests {
|
31
33
|
static get FxCore(): Guid;
|
34
|
+
static get Feature(): Guid;
|
32
35
|
static get DocumentLibraryCore(): Guid;
|
33
36
|
static get DocumentRollupSettingsTabsResources(): Guid;
|
34
37
|
static get DocumentPickerCore(): Guid;
|
@@ -39,6 +42,7 @@ export declare class ODMResourceManifests {
|
|
39
42
|
static get NewDocumentButtonSubscribeHandler(): Guid;
|
40
43
|
static get WCMIntegrationHandler(): Guid;
|
41
44
|
static get WCMLinkPickerHandler(): Guid;
|
45
|
+
static get SignOffRequestDocumentProvider(): Guid;
|
42
46
|
}
|
43
47
|
export declare class OPMResourceManifests {
|
44
48
|
static get Core(): Guid;
|
@@ -31,10 +31,13 @@ class ODMWebComponentManifests {
|
|
31
31
|
static get DocumentPickerPickDocDialog() { return new fx_models_1.Guid("bf9d6e03-78e1-4601-9917-b70133359944"); }
|
32
32
|
static get DocumentLinkPicker() { return new fx_models_1.Guid("81ffacf7-ccde-4ced-954e-382b34bd0d9a"); }
|
33
33
|
static get DocumentTemplateMergeSettings() { return new fx_models_1.Guid("21d1b179-d290-4839-84b8-ad3e9d929fbf"); }
|
34
|
+
static get DocumenTypeSettingTabApiRegistration() { return new fx_models_1.Guid("78b1fb76-7785-4fdd-8509-e47a57d27a0d"); }
|
35
|
+
static get ApprovalTaskCustomViewApiRegistration() { return new fx_models_1.Guid("c0b778b9-86fb-4d96-ac88-c6314a268f78"); }
|
34
36
|
}
|
35
37
|
exports.ODMWebComponentManifests = ODMWebComponentManifests;
|
36
38
|
class ODMResourceManifests {
|
37
39
|
static get FxCore() { return new fx_models_1.Guid("54a125ba-c2f8-4c4c-b549-ce0c3861026b"); }
|
40
|
+
static get Feature() { return new fx_models_1.Guid("974bf99e-ab9b-4774-9199-715d0a6096f3"); }
|
38
41
|
static get DocumentLibraryCore() { return new fx_models_1.Guid("ec9a51e6-d7fb-4bc5-9c94-de112d40f15e"); }
|
39
42
|
static get DocumentRollupSettingsTabsResources() { return new fx_models_1.Guid("99ec4a1f-0ffe-40f1-8a37-34b35fffc549"); }
|
40
43
|
static get DocumentPickerCore() { return new fx_models_1.Guid("e5c00825-e233-4589-97b5-a48bf954e1cb"); }
|
@@ -45,6 +48,7 @@ class ODMResourceManifests {
|
|
45
48
|
static get NewDocumentButtonSubscribeHandler() { return new fx_models_1.Guid("93ebcadb-e8a6-4223-83b8-72f6fe455f92"); }
|
46
49
|
static get WCMIntegrationHandler() { return new fx_models_1.Guid("449717c1-88ac-409c-b0db-92fb95f389ce"); }
|
47
50
|
static get WCMLinkPickerHandler() { return new fx_models_1.Guid("ad008fe9-7124-4482-ab44-a3fd734eb197"); }
|
51
|
+
static get SignOffRequestDocumentProvider() { return new fx_models_1.Guid("93d0496d-522e-4f1a-9cf2-f60a4cf89a92"); }
|
48
52
|
}
|
49
53
|
exports.ODMResourceManifests = ODMResourceManifests;
|
50
54
|
class OPMResourceManifests {
|
package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
export interface IApprovalTaskCustomViewRenderer {
|
3
|
+
/**
|
4
|
+
* @param order need to larger than 4
|
5
|
+
*/
|
6
|
+
order: number;
|
7
|
+
modelContentManifestId?: GuidValue;
|
8
|
+
title: string;
|
9
|
+
}
|
10
|
+
export interface IApprovalTaskSetting {
|
11
|
+
openInClientApp: boolean;
|
12
|
+
closeCallback: () => void;
|
13
|
+
taskId: number;
|
14
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IApprovalTaskCustomViewRenderer } from "./ApprovalTaskCustomView";
|
3
|
+
export interface IApprovalTaskConfigurationApi {
|
4
|
+
addCustomView: (items: IApprovalTaskCustomViewRenderer) => void;
|
5
|
+
getView: () => IApprovalTaskCustomViewRenderer;
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
approvalTaskCustomView: {
|
10
|
+
registration: Promise<IApprovalTaskConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
approvalTaskCustomView: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ApiPath } from "@omnia/fx/models";
|
2
|
+
import { IDocumentTypeSettingCustomTabRenderer } from "./DocumentTypeSettingCustomTab";
|
3
|
+
export interface IDocumentTypeSettingConfigurationApi {
|
4
|
+
addCustomTab: (items: IDocumentTypeSettingCustomTabRenderer | IDocumentTypeSettingCustomTabRenderer[]) => void;
|
5
|
+
getAllTabs: () => IDocumentTypeSettingCustomTabRenderer[];
|
6
|
+
}
|
7
|
+
declare module "../../../apis/index" {
|
8
|
+
interface IMSApi {
|
9
|
+
documentTypeSettingCustomTab: {
|
10
|
+
registration: Promise<IDocumentTypeSettingConfigurationApi>;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
interface IMSExtendApiManifest {
|
14
|
+
documentTypeSettingCustomTab: {
|
15
|
+
use: ApiPath;
|
16
|
+
registration: ApiPath;
|
17
|
+
};
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { DocumentType } from "../../../../fx/models";
|
3
|
+
export interface IDocumentTypeSettingCustomTabRenderer {
|
4
|
+
/**
|
5
|
+
* @param order need to larger than 4
|
6
|
+
*/
|
7
|
+
order: number;
|
8
|
+
modelContentManifestId?: GuidValue;
|
9
|
+
title: string;
|
10
|
+
}
|
11
|
+
export interface IDocumentTypeTabSetting {
|
12
|
+
documentType: DocumentType;
|
13
|
+
}
|
@@ -9,3 +9,5 @@ tslib_1.__exportStar(require("./viewprocess"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./processrollup"), exports);
|
10
10
|
tslib_1.__exportStar(require("./pointpicker"), exports);
|
11
11
|
tslib_1.__exportStar(require("./feedbackbutton"), exports);
|
12
|
+
tslib_1.__exportStar(require("./documenttype"), exports);
|
13
|
+
tslib_1.__exportStar(require("./approvaltask"), exports);
|
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: GuidValue;
|
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<GuidValue>;
|
29
31
|
defaultDocumentTemplateId?: GuidValue;
|
32
|
+
signOffRequestEnabled: boolean;
|
33
|
+
signOffRequestTypeIds: Array<GuidValue>;
|
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;
|
@@ -14,6 +14,7 @@ export * from "./feedback";
|
|
14
14
|
export * from "./documentstatistics";
|
15
15
|
export * from "./retention";
|
16
16
|
export * from "./documentbulkupdate";
|
17
|
+
export * from "./relateddocuments";
|
17
18
|
export * from "./processtemplates";
|
18
19
|
export * from "./shapedefinitions";
|
19
20
|
export * from "./processes";
|
@@ -17,6 +17,7 @@ tslib_1.__exportStar(require("./feedback"), exports);
|
|
17
17
|
tslib_1.__exportStar(require("./documentstatistics"), exports);
|
18
18
|
tslib_1.__exportStar(require("./retention"), exports);
|
19
19
|
tslib_1.__exportStar(require("./documentbulkupdate"), exports);
|
20
|
+
tslib_1.__exportStar(require("./relateddocuments"), exports);
|
20
21
|
tslib_1.__exportStar(require("./processtemplates"), exports);
|
21
22
|
tslib_1.__exportStar(require("./shapedefinitions"), exports);
|
22
23
|
tslib_1.__exportStar(require("./processes"), exports);
|
package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.d.ts
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SharePointField, ControlledDocument } from "..";
|
2
|
+
import { RelatedDocumentProperty } from ".";
|
3
|
+
export interface RelatedDocumentResult {
|
4
|
+
property: RelatedDocumentProperty;
|
5
|
+
relatedDocuments: Array<ControlledDocument>;
|
6
|
+
notifyFields: Array<SharePointField>;
|
7
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tslib_1 = require("tslib");
|
4
|
+
tslib_1.__exportStar(require("./RelatedDocumentProperty"), exports);
|
5
|
+
tslib_1.__exportStar(require("./RelatedDocumentResult"), exports);
|
6
|
+
tslib_1.__exportStar(require("./RelatedDocumentUpdate"), exports);
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
2
|
+
import { EnterprisePropertyDefinition } from "@omnia/fx/models";
|
3
|
+
import { DocumentRollupRequest, ExportDocumentRollupRequest, DocumentQueryResult, RollupDocument, ExportDocumentRollupResult } from "../../models";
|
4
|
+
export declare class DocumentRollupService {
|
5
|
+
private httpClient;
|
6
|
+
omniaContext: OmniaContext;
|
7
|
+
constructor();
|
8
|
+
queryDocuments: (query: DocumentRollupRequest, openInClientApp: boolean) => Promise<DocumentQueryResult>;
|
9
|
+
exportToExcel: (query: ExportDocumentRollupRequest) => Promise<ExportDocumentRollupResult>;
|
10
|
+
getExportedFile: (exportingFileName: string, exportingFileToken: string) => Promise<void>;
|
11
|
+
getControlledDocumentsByDocId: (managedProperties: EnterprisePropertyDefinition[], odmDocIds: Array<string>) => Promise<Array<RollupDocument>>;
|
12
|
+
}
|
package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GuidValue } 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?: GuidValue, 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,10 +1,11 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx/models";
|
2
|
-
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest } from "../../models";
|
2
|
+
import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest, ControlledDocument } from "../../models";
|
3
3
|
export declare class PublishDocumentService {
|
4
4
|
private httpClient;
|
5
5
|
constructor();
|
6
6
|
fixPublishingFailedDocument: (webUrl: string, odmDocumentId: string, sqlId: GuidValue) => Promise<void>;
|
7
7
|
checkPrePublishCondition: (webUrl: string, spDocumentId: number, sqlId: GuidValue, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
|
8
|
+
validateUnacceptedChange: (webUrl: string, spDocumentId: number, sqlId: GuidValue, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
|
8
9
|
publishDocumentWithoutApproval: (request: PublishDocumentWithoutApprovalRequest) => Promise<void>;
|
9
10
|
previewPublishedDocument: (request: PreviewPublishedDocumentRequest) => Promise<void>;
|
10
11
|
getReadReceiptSignOffByOdmDocId: (odmDocId: string, webUrl: string) => Promise<DocumentNotifiedPerson>;
|
@@ -12,4 +13,5 @@ export declare class PublishDocumentService {
|
|
12
13
|
setReadReceiptSignOffStatus: (id: GuidValue, isReadAndUnderstood: boolean) => Promise<void>;
|
13
14
|
setMovingToTargetSiteDocumentStatus: (sqlDocumentId: string, odmDocumentId: string, currentSiteUrl: string, targetSiteUrl: string) => Promise<Enums.DocumentViewEnums.LibraryDocumentStatus>;
|
14
15
|
movePageToTargetSite: (moveDocumentRequest: MoveDocumentToTargetSiteRequest) => Promise<void>;
|
16
|
+
getPublishedDocumentByOdmDocId: (odmDocId: string, webUrl: string) => Promise<ControlledDocument>;
|
15
17
|
}
|
package/internal-do-not-import-from-here/services/documentlibrary/RelatedDocumentsService.d.ts
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { PagingRequest, GetControlledDocumentsResponse, RelatedDocumentResult, RelatedDocumentUpdate } from "../../models";
|
3
|
+
export declare class RelatedDocumentsService {
|
4
|
+
private httpClient;
|
5
|
+
constructor();
|
6
|
+
getRelatedDocuments: (isIncomingRelation: boolean, spDocumentId: number, odmDocIdNumber: number, webUrl: string, documentTypeId: GuidValue) => Promise<RelatedDocumentResult>;
|
7
|
+
updateRelatedDocumentsOnPublishedDocument: (webUrl: string, odmDocIdNumber: number, spDocumentId: number, relatedODMDocIds: Array<number>) => Promise<void>;
|
8
|
+
searchPublishedDocuments: (request: PagingRequest) => Promise<GetControlledDocumentsResponse>;
|
9
|
+
updateRelatedDocuments: (relatedResult: RelatedDocumentUpdate, webUrl: string) => Promise<void>;
|
10
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ProcessStep, Process, ProcessReference, RootProcessStep, InternalProcessStep, DrawingShapeDefinition } from "./models";
|
2
2
|
import { GuidValue } from "@omnia/fx-models";
|
3
3
|
import { MultilingualStore } from "@omnia/fx/stores";
|
4
|
-
import { MultilingualString } from "@omnia/fx/models";
|
4
|
+
import { MultilingualString, EnterprisePropertyDefinition } from "@omnia/fx/models";
|
5
5
|
import { RecentDocumentType } from "../models";
|
6
6
|
export declare module OPMUtils {
|
7
7
|
function generateProcessStepExpandState(processStep: RootProcessStep, processStepId: GuidValue): {
|
@@ -32,8 +32,10 @@ export declare module OPMUtils {
|
|
32
32
|
export declare module ODMUtils {
|
33
33
|
function orderBy(input: any, [config]: [string?]): any;
|
34
34
|
function getOfficeClientPrefix(extension: string): string;
|
35
|
+
function addOfficeClientPrefix(url: string): string;
|
35
36
|
function saveRecentDocumentType(documentTypeId: GuidValue): void;
|
36
37
|
function getRecentDocumentTypes(): Array<RecentDocumentType>;
|
38
|
+
function getManagedProperty(managedProperties: EnterprisePropertyDefinition[], defaultManagedProperty: string, field: string): string;
|
37
39
|
function isSupportedByOfficeWebApp(fileExtension: string): boolean;
|
38
40
|
function isSupportedByOfficeWebAppWithMsTeams(fileExtension: string): boolean;
|
39
41
|
function correctDateOnlyValue(dateValue: any): Date;
|
package/models/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
11
|
+
"url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"omnia",
|
@@ -17,12 +17,11 @@
|
|
17
17
|
"office365",
|
18
18
|
"sharepoint"
|
19
19
|
],
|
20
|
-
"author": "
|
21
|
-
"dependencies": {
|
22
|
-
},
|
20
|
+
"author": "Omnia Digital Workplace AB",
|
21
|
+
"dependencies": {},
|
23
22
|
"typings": "./index.d.ts",
|
24
23
|
"bugs": {
|
25
|
-
"url": "https://github.com/
|
24
|
+
"url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
|
26
25
|
},
|
27
|
-
"homepage": "https://github.com/
|
28
|
-
}
|
26
|
+
"homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
|
27
|
+
}
|
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/management-system",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "7.7.
|
4
|
+
"version": "7.7.11",
|
5
5
|
"description": "Omnia Management System.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/
|
11
|
+
"url": "git+https://github.com/omniaintranet/OmniaDocumentManagement.git"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"omnia",
|
@@ -17,12 +17,11 @@
|
|
17
17
|
"office365",
|
18
18
|
"sharepoint"
|
19
19
|
],
|
20
|
-
"author": "
|
21
|
-
"dependencies": {
|
22
|
-
},
|
20
|
+
"author": "Omnia Digital Workplace AB",
|
21
|
+
"dependencies": {},
|
23
22
|
"typings": "./index.d.ts",
|
24
23
|
"bugs": {
|
25
|
-
"url": "https://github.com/
|
24
|
+
"url": "https://github.com/omniaintranet/OmniaDocumentManagement/issues"
|
26
25
|
},
|
27
|
-
"homepage": "https://github.com/
|
28
|
-
}
|
26
|
+
"homepage": "https://github.com/omniaintranet/OmniaDocumentManagement#readme"
|
27
|
+
}
|