@omnia/management-system 8.0.0-dev → 8.0.0-dev.562

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.
Files changed (101) hide show
  1. package/README.md +2 -2
  2. package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.d.ts +1 -0
  3. package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts +1 -0
  4. package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts +1 -0
  5. package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.manifest.d.ts +1 -0
  6. package/internal-do-not-import-from-here/constants.d.ts +38 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/models/Enums.d.ts +27 -7
  9. package/internal-do-not-import-from-here/models/Enums.js +21 -0
  10. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
  11. package/internal-do-not-import-from-here/models/Enums.tooling.js +9 -1
  12. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +0 -149
  13. package/internal-do-not-import-from-here/models/ManifestIds.js +1 -155
  14. package/internal-do-not-import-from-here/models/Properties.d.ts +1 -0
  15. package/internal-do-not-import-from-here/models/Properties.js +3 -0
  16. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +14 -0
  17. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.js +2 -0
  18. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.d.ts +19 -0
  19. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.js +2 -0
  20. package/internal-do-not-import-from-here/models/components/approvaltask/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/models/components/approvaltask/index.js +5 -0
  22. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.d.ts +4 -0
  23. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockProperty.js +2 -0
  24. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +15 -0
  25. package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/models/components/documentrollup/index.js +1 -0
  27. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.d.ts +19 -0
  28. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.js +2 -0
  29. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +22 -0
  30. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
  31. package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
  32. package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
  33. package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
  34. package/internal-do-not-import-from-here/models/components/index.js +2 -0
  35. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +3 -2
  36. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  37. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.js +2 -0
  38. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  39. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  40. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +3 -3
  41. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +3 -2
  42. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -0
  44. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +1 -0
  45. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +2 -0
  46. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +9 -1
  47. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +4 -1
  48. package/internal-do-not-import-from-here/models/data/index.d.ts +1 -0
  49. package/internal-do-not-import-from-here/models/data/index.js +1 -0
  50. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +1 -0
  51. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.d.ts +8 -0
  52. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.js +15 -0
  53. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/index.js +4 -0
  55. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +1 -0
  56. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +10 -10
  57. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +0 -8
  58. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +1 -33
  59. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +1 -0
  60. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +1 -0
  61. package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +1 -0
  62. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +1 -0
  63. package/internal-do-not-import-from-here/models/index.d.ts +1 -1
  64. package/internal-do-not-import-from-here/models/index.js +1 -1
  65. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  66. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +16 -0
  67. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.js +2 -0
  68. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.d.ts +9 -0
  69. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.js +2 -0
  70. package/internal-do-not-import-from-here/models/readreceiptsignoff/index.d.ts +2 -0
  71. package/internal-do-not-import-from-here/models/readreceiptsignoff/index.js +5 -0
  72. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +2 -2
  73. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
  74. package/internal-do-not-import-from-here/models/styles/index.js +0 -2
  75. package/internal-do-not-import-from-here/processshape/index.d.ts +1 -0
  76. package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +9 -0
  77. package/internal-do-not-import-from-here/processshape/shapedefinitions/index.d.ts +1 -0
  78. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +1 -0
  79. package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +1 -1
  80. package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
  81. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +5 -2
  82. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +1 -0
  83. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +2 -4
  84. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +32 -3
  85. package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
  86. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +1 -0
  87. package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +6 -6
  88. package/internal-do-not-import-from-here/utils.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +28 -6
  90. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +28 -7
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +28 -12
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -13
  93. package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +1 -1
  94. package/internal-do-not-import-from-here/wctypings.d.ts +531 -85
  95. package/models/package.json +6 -7
  96. package/package.json +6 -7
  97. package/task.js +1 -2
  98. package/internal-do-not-import-from-here/models/Constants.d.ts +0 -34
  99. package/internal-do-not-import-from-here/models/Constants.js +0 -38
  100. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
  101. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Omnia Management System
2
2
 
3
- Omnia Management System is a product from Precio Fishbone.
3
+ Omnia Management System is a product from Omnia Digital Workplace AB.
4
4
 
5
5
  ### Documentation
6
- https://github.com/preciofishbone/Omnia-Foundation-Docs
6
+ https://github.com/omniaintranet/Omnia-Foundation-Docs
@@ -12,6 +12,7 @@ export declare class ODMFeatureIds {
12
12
  static get MSTeamsTabProvider(): guid;
13
13
  static get DraftableDocumentComparison(): guid;
14
14
  static get ControlledDocumentArchive(): guid;
15
+ static get SignOffRequestDocument(): guid;
15
16
  }
16
17
  export declare class ODMDocumentRollupDisplayFields {
17
18
  static get IconTitleLink(): guid;
@@ -175,7 +176,7 @@ export declare const DocumentsBlockDataSettingsKey: {
175
176
  readonly ShortcutProcess: string;
176
177
  };
177
178
  export declare const PagesBlockDataSettingsKey: {
178
- readonly CurrentProcess: string;
179
+ readonly CurrentProcess: guid;
179
180
  readonly ShortcutProcess: string;
180
181
  };
181
182
  export declare const RootProcessStepDesignerItemIds: {
@@ -195,3 +196,39 @@ export declare const ImageFolders: {
195
196
  readonly legacy: string;
196
197
  };
197
198
  export declare const WebEmojiIcons: Array<string>;
199
+ export declare const OPMEnterprisePropertyInternalNames: {
200
+ readonly OPMEdition: string;
201
+ readonly OPMRevision: string;
202
+ readonly OPMProcessType: string;
203
+ readonly OPMProcessIdNumber: string;
204
+ readonly OPMPublished: string;
205
+ readonly OPMApprovedBy: string;
206
+ readonly OPMIsArchived: string;
207
+ readonly OPMIsPublished: string;
208
+ };
209
+ export declare const OPMProcessProperty: {
210
+ readonly Id: string;
211
+ };
212
+ export declare namespace Security {
213
+ const OPMRoleDefinitions: {
214
+ readonly Author: guid;
215
+ readonly Reader: guid;
216
+ readonly Approver: guid;
217
+ readonly Reviewer: guid;
218
+ };
219
+ const OPMResourceEvaluators: {
220
+ readonly SecurityResourceIdResource: string;
221
+ readonly OPMProcessIdResource: string;
222
+ };
223
+ const Parameters: {
224
+ readonly OPMProcessId: string;
225
+ readonly SecurityResourceId: string;
226
+ };
227
+ const ODMRoleDefinitions: {
228
+ readonly AppInstanceAuthor: guid;
229
+ readonly AppInstanceReader: guid;
230
+ };
231
+ }
232
+ export declare const SignOffRequest: {
233
+ documentProvider: guid;
234
+ };
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/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","ODMResourceManifests","ODMWebComponentManifests","OPMEnterprisePropertyInternalNames","OPMProcessProperty","OPMResourceManifests","OPMWebComponentManifests","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","Security","Setting","ShapeDefinitionFactory","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","OPMFeatureIds","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","SettingsService","SettingsStore","ShapeFactory","ShapeHighlightProperties","ShapeTemplateService","ShapeTemplateStore","ShapeTemplatesConstants","SharePointFieldsConstants","SharePointTaskService","SystemProcessProperties","TaskService","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","UserService","WebEmojiIcons","processMediaPickerProviderContext","shapeTemplateMediaPickerProviderContext"]}}}
1
+ {"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/constants.js":{"id":"./node_modules/@omnia/management-system/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","DefaultDateFormat","DocumentLibrariesUrl","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","ImageFolders","LinksBlockConfigurationFactory","ODMDocumentRollupDisplayFields","ODMFeatureIds","ODMFieldNameConstants","ODMRecentDocumentTypesLocalStorageKey","OPMEnterprisePropertyInternalNames","OPMFeatureIds","OPMProcessProperty","OPMSpecialRouteVersion","OWA_QUERY_PARAMETER","PagesBlockDataSettingsKey","ProcessDefaultData","ProcessLayoutBlockConfigurationFactory","ProcessNavigationConfigurationFactory","ProcessRollupConstants","ProcessTableColumnsConstants","ProcessTaskProviderIds","PropertiesBlockConfigurationFactory","RootProcessStepDesignerItemIds","Security","ShapeHighlightProperties","ShapeTemplatesConstants","SharePointFieldsConstants","SignOffRequest","SystemProcessProperties","TasksBlockConfigurationFactory","TextSpacingWithShape","TitleBlockConfigurationFactory","WebEmojiIcons"]},"./node_modules/@omnia/management-system/messaging/InternalOPMTopics.js":{"id":"./node_modules/@omnia/management-system/messaging/internalopmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalOPMTopics"]},"./node_modules/@omnia/management-system/processshape/fabricshape/FabricShapeData.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/fabricshapedata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/fabricshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/fabricshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes"]},"./node_modules/@omnia/management-system/processshape/index.js":{"id":"./node_modules/@omnia/management-system/processshape/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FabricShapeDataTypes","ShapeDefinitionFactory","ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapedefinitions/ShapeDefinitionData.js":{"id":"./node_modules/@omnia/management-system/processshape/shapedefinitions/shapedefinitiondata.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeDefinitionFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/index.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/Shape.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shape.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ShapeFactory"]},"./node_modules/@omnia/management-system/processshape/shapes/ShapeObject.js":{"id":"./node_modules/@omnia/management-system/processshape/shapes/shapeobject.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/management-system/services/index.js":{"id":"./node_modules/@omnia/management-system/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ApprovalTaskService","DocumentLibraryService","DocumentService","DocumentTemplateService","DocumentTypeService","ImageService","MoveProcessService","PermissionService","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessRollupService","ProcessService","ProcessTaskService","ProcessTemplateService","ProcessTypeService","PublishDocumentService","QueryablePropertiesService","ReviewReminderTaskService","ReviewTaskService","SettingsService","ShapeTemplateService","SharePointTaskService","TaskService","TeamAppPropertyService","UserService"]},"./node_modules/@omnia/management-system/models/index.js":{"id":"711e87d2-a76a-42d5-8658-eb2d0f74135a","buildMeta":{"exportsType":"namespace"},"expo.js":["AddShapePanelStyles","ArchiveFactory","CenterConfigurableHeightDialogStyles","CenterScrollableDialogStyles","DateTimeMode","DefaultControlSettings","DisplayProcessButtonType","DocumentApproverId","DocumentAuthorsType","DocumentConversions","DocumentLibraryViewType","DocumentTaskBulkUpdateTrackingStatusEnum","DocumentTemplateCategoryFactory","DocumentTemplateContentFactory","DocumentTemplateContentTypes","DocumentTemplateFactory","DocumentTemplateSettingsFactory","DocumentTemplateSettingsTypes","DocumentTypeFactory","DocumentTypeSettingsTypes","DocumentTypeTermSynchronizationStatusStatuses","DrawingCanvasSettingsStyles","DrawingShapeTypes","DynamicKeySetting","Enums","FreeformPickerStyles","GlobalSettings","GraphApiPlannerTaskProgress","MSService","MediaPickerStyles","NavigationNodeStyles","PagingServerQuery","ProcessApproverId","ProcessButtonType","ProcessDefaultControlSettings","ProcessDesignerStyles","ProcessGlobalSettings","ProcessLayoutProvider","ProcessNavigationBlockStyles","ProcessPickerStyles","ProcessReviewReminderFactory","ProcessStepDrawingStyles","ProcessStepPickerStyles","ProcessStepStatusType","ProcessStepType","ProcessTaskAssignmentDataType","ProcessTaskProvider","ProcessTemplateFactory","ProcessTemplateLayoutDefinition","ProcessTypeFactory","ProcessTypeSettingsTypes","ProcessTypeTermSynchronizationStatusStatuses","ProcessVersionType","ProcessWorkflowType","ProcessWorkingStatus","PropertySelectionListType","PublishingApprovalSettingsFactory","PublishingApprovalSettingsTypes","RetentionFactory","RetentionTypes","ReviewReminderFactory","ReviewReminderScheduleFactory","ReviewReminderScheduleTypes","ReviewReminderTaskFactory","ReviewReminderTaskSettingsFactory","ScheduledPublishingSettingsFactory","Setting","ShapeDefinitionTypes","ShapeGalleryDefaultSettingStyles","ShapeMovingDirection","ShapeSelectionStyles","ShapeSettingsStyles","ShapeTemplateFactory","ShapeTemplateType","ShapeTypeStyles","SiteGroupIdSettings","TargetControlIdentifierType","TaskOutcome","TextAlignment","TextPosition","TitleBlockStyles","VDialogScrollableDialogStyles","WorkflowCompletedType"]},"./node_modules/@omnia/management-system/index.js":{"id":"c91869c1-7bd3-46b4-9e71-21d5b16a5460","buildMeta":{"exportsType":"namespace"},"expo.js":["ApprovalTaskService","BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","CurrentProcessStore","DefaultDateFormat","DocumentConversionStore","DocumentLibrariesUrl","DocumentLibraryService","DocumentPropetiesStore","DocumentRollupSettingsProvider","DocumentService","DocumentSharePointFieldStore","DocumentTemplateService","DocumentTemplateStore","DocumentTypeService","DocumentTypeStore","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","FabricShapeDataTypes","ImageFolders","ImageService","InternalOPMTopics","LibraryStore","LinksBlockConfigurationFactory","MoveProcessService","NewDocumentStore","ODMDocumentRollupDisplayFields","ODMFeatureIds","ODMFieldNameConstants","ODMRecentDocumentTypesLocalStorageKey","ODMUtils","OPMEnterprisePropertyInternalNames","OPMFeatureIds","OPMProcessProperty","OPMPublicTopics","OPMRouter","OPMSpecialRouteVersion","OPMUtils","OWA_QUERY_PARAMETER","OdmPublicTopics","PageRollupSettingsProvider","PagesBlockDataSettingsKey","PermissionService","ProcessDefaultData","ProcessDocumentRelationshipService","ProcessFeedbackService","ProcessLayoutBlockConfigurationFactory","ProcessNavigationConfigurationFactory","ProcessRendererOptions","ProcessRollupConstants","ProcessRollupService","ProcessService","ProcessStore","ProcessTableColumnsConstants","ProcessTaskProviderIds","ProcessTaskService","ProcessTemplateLayoutStore","ProcessTemplateService","ProcessTemplateStore","ProcessTypeService","ProcessTypeStore","PropertiesBlockConfigurationFactory","PublishDocumentService","QueryablePropertiesService","ReviewReminderTaskService","ReviewTaskService","RootProcessStepDesignerItemIds","Security","SettingsService","SettingsStore","ShapeDefinitionFactory","ShapeFactory","ShapeHighlightProperties","ShapeTemplateService","ShapeTemplateStore","ShapeTemplatesConstants","SharePointFieldsConstants","SharePointTaskService","SignOffRequest","SystemProcessProperties","TaskService","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","UserService","WebEmojiIcons","processMediaPickerProviderContext","shapeTemplateMediaPickerProviderContext"]}}}
@@ -53,7 +53,19 @@ export declare namespace Enums {
53
53
  InRecyleBin = 7,
54
54
  Restoring = 8,
55
55
  Restored = 9,
56
- RecycleBinDeleting = 10
56
+ RecycleBinDeleting = 10,
57
+ FailedBeforePublishingDocument = 100,
58
+ FailedEnsureColumnsAndFolderWhenPublishingDocument = 101,
59
+ FailedConvertPdfFileWhenPublishingDocument = 102,
60
+ FailedCopyDocumentWhenPublishingDocument = 103,
61
+ FailedEnsurePermissionWhenPublishingDocument = 104,
62
+ FailedFinishingWhenPublishingDocument = 105
63
+ }
64
+ enum DocumentVersionType {
65
+ Draft = 0,
66
+ Published = 1,
67
+ Unprocessed = 2,
68
+ Appendix = 3
57
69
  }
58
70
  enum LibraryDocumentStatus {
59
71
  Draft = 0,
@@ -91,7 +103,9 @@ export declare namespace Enums {
91
103
  NoDocumentTypeError = 32,
92
104
  FailedMergeWithTemplate = 33,
93
105
  Deleted = 34,
94
- Archiving = 35
106
+ Archiving = 35,
107
+ ScheduledForPublishing = 36,
108
+ FailedScheduleForPublishing = 37
95
109
  }
96
110
  enum TaskContentType {
97
111
  Undefined = 0,
@@ -117,7 +131,8 @@ export declare namespace Enums {
117
131
  None = 0,
118
132
  AllTasksDone = 1,
119
133
  MeetDueDate = 2,
120
- Cancelled = 3
134
+ Cancelled = 3,
135
+ Failed = 4
121
136
  }
122
137
  enum DocumentRoles {
123
138
  View = 1,
@@ -141,7 +156,8 @@ export declare namespace Enums {
141
156
  RelatedProcesses = 12,
142
157
  CopyLink = 13,
143
158
  SignedCopy = 14,
144
- ChangeComment = 15
159
+ ChangeComment = 15,
160
+ CreateSignOffRequest = 16
145
161
  }
146
162
  enum WorkflowType {
147
163
  ReviewWorkflow = 1,
@@ -151,7 +167,9 @@ export declare namespace Enums {
151
167
  PublishWithoutApproval = 5,
152
168
  ReviewReminderWorkflow = 6,
153
169
  DeletePublishedDocument = 7,
154
- RestoreDocument = 8
170
+ RestoreDocument = 8,
171
+ ChangeDraftComment = 9,
172
+ ScheduledPublishing = 10
155
173
  }
156
174
  enum ReviewReminderTaskOutcome {
157
175
  Undefined = 0,
@@ -181,7 +199,8 @@ export declare namespace Enums {
181
199
  AllDocuments = 0,
182
200
  PublishedDocuments = 1,
183
201
  ArchivedDocuments = 2,
184
- ProcessDocuments = 3
202
+ ProcessDocuments = 3,
203
+ SharePointLibrary = 4
185
204
  }
186
205
  enum QueryConfigurationType {
187
206
  QueryBuilder = 0,
@@ -224,7 +243,8 @@ export declare namespace Enums {
224
243
  }
225
244
  enum PickerMode {
226
245
  listingResult = 0,
227
- pickOnly = 1
246
+ pickOnly = 1,
247
+ journey = 2
228
248
  }
229
249
  }
230
250
  namespace ProcessViewEnums {
@@ -69,7 +69,20 @@ var Enums;
69
69
  ProcessingStatus[ProcessingStatus["Restoring"] = 8] = "Restoring";
70
70
  ProcessingStatus[ProcessingStatus["Restored"] = 9] = "Restored";
71
71
  ProcessingStatus[ProcessingStatus["RecycleBinDeleting"] = 10] = "RecycleBinDeleting";
72
+ ProcessingStatus[ProcessingStatus["FailedBeforePublishingDocument"] = 100] = "FailedBeforePublishingDocument";
73
+ ProcessingStatus[ProcessingStatus["FailedEnsureColumnsAndFolderWhenPublishingDocument"] = 101] = "FailedEnsureColumnsAndFolderWhenPublishingDocument";
74
+ ProcessingStatus[ProcessingStatus["FailedConvertPdfFileWhenPublishingDocument"] = 102] = "FailedConvertPdfFileWhenPublishingDocument";
75
+ ProcessingStatus[ProcessingStatus["FailedCopyDocumentWhenPublishingDocument"] = 103] = "FailedCopyDocumentWhenPublishingDocument";
76
+ ProcessingStatus[ProcessingStatus["FailedEnsurePermissionWhenPublishingDocument"] = 104] = "FailedEnsurePermissionWhenPublishingDocument";
77
+ ProcessingStatus[ProcessingStatus["FailedFinishingWhenPublishingDocument"] = 105] = "FailedFinishingWhenPublishingDocument";
72
78
  })(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
79
+ let DocumentVersionType;
80
+ (function (DocumentVersionType) {
81
+ DocumentVersionType[DocumentVersionType["Draft"] = 0] = "Draft";
82
+ DocumentVersionType[DocumentVersionType["Published"] = 1] = "Published";
83
+ DocumentVersionType[DocumentVersionType["Unprocessed"] = 2] = "Unprocessed";
84
+ DocumentVersionType[DocumentVersionType["Appendix"] = 3] = "Appendix";
85
+ })(DocumentVersionType = DocumentViewEnums.DocumentVersionType || (DocumentViewEnums.DocumentVersionType = {}));
73
86
  let LibraryDocumentStatus;
74
87
  (function (LibraryDocumentStatus) {
75
88
  LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
@@ -108,6 +121,8 @@ var Enums;
108
121
  LibraryDocumentStatus[LibraryDocumentStatus["FailedMergeWithTemplate"] = 33] = "FailedMergeWithTemplate";
109
122
  LibraryDocumentStatus[LibraryDocumentStatus["Deleted"] = 34] = "Deleted";
110
123
  LibraryDocumentStatus[LibraryDocumentStatus["Archiving"] = 35] = "Archiving";
124
+ LibraryDocumentStatus[LibraryDocumentStatus["ScheduledForPublishing"] = 36] = "ScheduledForPublishing";
125
+ LibraryDocumentStatus[LibraryDocumentStatus["FailedScheduleForPublishing"] = 37] = "FailedScheduleForPublishing";
111
126
  })(LibraryDocumentStatus = DocumentViewEnums.LibraryDocumentStatus || (DocumentViewEnums.LibraryDocumentStatus = {}));
112
127
  let TaskContentType;
113
128
  (function (TaskContentType) {
@@ -139,6 +154,7 @@ var Enums;
139
154
  WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
140
155
  WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
141
156
  WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
157
+ WorkflowCompletedType[WorkflowCompletedType["Failed"] = 4] = "Failed";
142
158
  })(WorkflowCompletedType = DocumentViewEnums.WorkflowCompletedType || (DocumentViewEnums.WorkflowCompletedType = {}));
143
159
  let DocumentRoles;
144
160
  (function (DocumentRoles) {
@@ -165,6 +181,7 @@ var Enums;
165
181
  DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
166
182
  DocumentActions[DocumentActions["SignedCopy"] = 14] = "SignedCopy";
167
183
  DocumentActions[DocumentActions["ChangeComment"] = 15] = "ChangeComment";
184
+ DocumentActions[DocumentActions["CreateSignOffRequest"] = 16] = "CreateSignOffRequest";
168
185
  })(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
169
186
  let WorkflowType;
170
187
  (function (WorkflowType) {
@@ -176,6 +193,8 @@ var Enums;
176
193
  WorkflowType[WorkflowType["ReviewReminderWorkflow"] = 6] = "ReviewReminderWorkflow";
177
194
  WorkflowType[WorkflowType["DeletePublishedDocument"] = 7] = "DeletePublishedDocument";
178
195
  WorkflowType[WorkflowType["RestoreDocument"] = 8] = "RestoreDocument";
196
+ WorkflowType[WorkflowType["ChangeDraftComment"] = 9] = "ChangeDraftComment";
197
+ WorkflowType[WorkflowType["ScheduledPublishing"] = 10] = "ScheduledPublishing";
179
198
  })(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
180
199
  let ReviewReminderTaskOutcome;
181
200
  (function (ReviewReminderTaskOutcome) {
@@ -212,6 +231,7 @@ var Enums;
212
231
  QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
213
232
  QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
214
233
  QueryScope[QueryScope["ProcessDocuments"] = 3] = "ProcessDocuments";
234
+ QueryScope[QueryScope["SharePointLibrary"] = 4] = "SharePointLibrary";
215
235
  })(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
216
236
  let QueryConfigurationType;
217
237
  (function (QueryConfigurationType) {
@@ -264,6 +284,7 @@ var Enums;
264
284
  (function (PickerMode) {
265
285
  PickerMode[PickerMode["listingResult"] = 0] = "listingResult";
266
286
  PickerMode[PickerMode["pickOnly"] = 1] = "pickOnly";
287
+ PickerMode[PickerMode["journey"] = 2] = "journey";
267
288
  })(PickerMode = DocumentPicker.PickerMode || (DocumentPicker.PickerMode = {}));
268
289
  })(DocumentPicker = Enums.DocumentPicker || (Enums.DocumentPicker = {}));
269
290
  let ProcessViewEnums;
@@ -1,6 +1,6 @@
1
1
  import { guid } from "@omnia/fx-models";
2
- declare const webComponentManifests: Record<"DocumentRollup" | "DocumentLibrary" | "ProcessRollup" | "Core" | "DocumentRollupSettings" | "DocumentRollupBreakPointSettings" | "DocumentRollupListView" | "DocumentRollupListViewSettings" | "DocumentRollupCardView" | "DocumentRollupCardViewSettings" | "DocumentRollupCardGroupBySiteView" | "DocumentRollupCardGroupBySiteViewSettings" | "DocumentRollupSharePointCardView" | "DocumentRollupSharePointCardViewSettings" | "DocumentSearchTemplate" | "DocumentLibrarySettings" | "DocumentLibraryListView" | "DocumentHistory" | "DocumentPickerCategoryListingBlade" | "DocumentPickerCreateEditCategoryBlade" | "DocumentPicker" | "DocumentPickerPickDocDialog" | "DocumentLinkPicker" | "DocumentTemplateMergeSettings" | "MicrosoftPlannerProviderRenderer" | "ProcessDesigner" | "ProcessDesignerDrawingCanvasSettings" | "ProcessDesignerAddShapeWizard" | "ProcessDesignerShapeSelectionStep" | "ProcessDesignerShapeTypeStep" | "ProcessDesignerCreateLinkPanel" | "ProcessDesignerShapeSettingsPanel" | "ProcessDesignerCreateTask" | "ProcessLibraryCore" | "ProcessLibrary" | "ProcessLibrarySettings" | "ProcessLibraryListView" | "NewProcessDialog" | "DraftActionButtons" | "DraftMenuActions" | "DraftProcessingStatus" | "PublishedMenuActions" | "PublishedProcessingStatus" | "ProcessHistoryDialog" | "ProcessTooltip" | "MoveProcessDialog" | "CreateDraftProcessDialog" | "ProcessSearchTemplate" | "MediaPicker" | "FreeformPicker" | "GlobalProcessRenderer" | "PointPicker" | "UnpublishProcessDialog" | "PermissionDialog" | "ProcessStepPicker" | "ContentBlock" | "ContentBlockSettings" | "ProcessContextBlock" | "ProcessContextBlockSettings" | "DrawingBlock" | "DrawingBlockSettings" | "ProcessDrawing" | "ProcessDrawingCore" | "TasksBlock" | "TasksBlockSettings" | "TasksBlockCore" | "ProcessStepStatusBlock" | "LinksBlock" | "LinksBlockSettings" | "ProcessNavigationBlock" | "ProcessNavigationBlockSettings" | "BreadcrumbBlock" | "BreadcrumbBlockSettings" | "ProcessRollupSettings" | "ProcessRollupListView" | "ProcessRollupListViewSettings" | "PropertiesBlock" | "PropertiesBlockSettings" | "TitleBlock" | "TitleBlockSettings" | "DocumentsBlock" | "DocumentsBlockSettings" | "ChangeProcessType" | "ChangeProcessTemplate" | "ProcessFieldValueDefinition" | "ProcessFieldEdit" | "ProcessFieldDisplay" | "ProcessPicker" | "ProcessPickerDialog" | "ProcessPickerField" | "ActionButtonProcessFeedbackHandlerSettings" | "ActionButtonProcessFeedbackHandlerRegistration" | "ActionButtonProcessFeedHandlerSubscription" | "AddProcessFeedbackDialog" | "ActionButtonExportProcessHandlerSettings" | "ActionButtonExportProcessHandlerRegistration" | "ActionButtonExportProcessHandlerSubscription" | "AddExportProcessDialog" | "ProcessFeedbackDialog" | "ExportProcessDialog" | "QueryableProperties" | "PagesBlock" | "PagesBlockSettings" | "ProcessLayoutBlock" | "ProcessLayoutBlockSettings" | "AdminProcessTemplatesJourney" | "ProcessWorkflowHistoryDialog" | "UxFilterEngineProcessRenderer" | "UxFilterEngineProcessSelectionsAreaProperty" | "UxFilterEngineProcessPropertySettings" | "UxFilterEngineProcessPropertyDefaultValueInput" | "DocumentTaskBulkUpdateJourney", guid>;
3
- declare const resourceManifests: Record<"Core" | "Contexts" | "DialogCoreStyles" | "ProcessDesignerCore" | "ProcessDesignerItem" | "ProcessDesignerShapePickerCore" | "ProcessShapeCore" | "ProcessRollupCore" | "ProcessRollupViewRegistration" | "MovedProcessMessage" | "OPMMSTeamsTabProviderRegistration" | "RTFExtensionsCore" | "AdminProcessTemplatesCore" | "ProcessTaskApiRegistration" | "ProcessFilterEngineRegistrationApi" | "ProcessFilterEngineCore" | "ProcessButtonApiRegistration" | "DocumentTaskBulkUpdateCore" | "FxCore" | "DocumentLibraryCore" | "DocumentRollupSettingsTabsResources" | "DocumentPickerCore" | "DocumentPickerAdminCore" | "DocumentPickerAdminSettingsRegistration" | "ODMMSTeamsTabProviderRegistration" | "NewDocumentButtonRegistrationHandler" | "NewDocumentButtonSubscribeHandler" | "WCMIntegrationHandler" | "WCMLinkPickerHandler", guid>;
2
+ declare const webComponentManifests: Record<"DocumentRollup" | "DocumentLibrary" | "ProcessRollup" | "Core" | "DocumentRollupSettings" | "DocumentRollupBreakPointSettings" | "DocumentRollupListView" | "DocumentRollupListViewSettings" | "DocumentRollupCardView" | "DocumentRollupCardViewSettings" | "DocumentRollupCardGroupBySiteView" | "DocumentRollupCardGroupBySiteViewSettings" | "DocumentRollupSharePointCardView" | "DocumentRollupSharePointCardViewSettings" | "DocumentSearchTemplate" | "DocumentLibrarySettings" | "DocumentLibraryListView" | "DocumentHistory" | "DocumentPickerCategoryListingBlade" | "DocumentPickerCreateEditCategoryBlade" | "DocumentPicker" | "DocumentPickerPickDocDialog" | "DocumentLinkPicker" | "DocumentTemplateMergeSettings" | "DocumenTypeSettingTabApiRegistration" | "ApprovalTaskCustomViewApiRegistration" | "MicrosoftPlannerProviderRenderer" | "ProcessDesigner" | "ProcessDesignerNavigationNode" | "ProcessDesignerDrawingCanvasSettings" | "ProcessDesignerAddShapeWizard" | "ProcessDesignerShapeSelectionStep" | "ProcessDesignerShapeTypeStep" | "ProcessDesignerCreateLinkPanel" | "ProcessDesignerShapeSettingsPanel" | "ProcessDesignerCreateTask" | "ProcessLibraryCore" | "ProcessLibrary" | "ProcessLibrarySettings" | "ProcessLibraryListView" | "NewProcessDialog" | "DraftActionButtons" | "DraftMenuActions" | "DraftProcessingStatus" | "PublishedMenuActions" | "PublishedProcessingStatus" | "ProcessHistoryDialog" | "ProcessTooltip" | "MoveProcessDialog" | "CreateDraftProcessDialog" | "ProcessSearchTemplate" | "MediaPicker" | "FreeformPicker" | "GlobalProcessRenderer" | "PointPicker" | "UnpublishProcessDialog" | "PermissionDialog" | "ProcessStepPicker" | "ContentBlock" | "ContentBlockSettings" | "ProcessContextBlock" | "ProcessContextBlockSettings" | "DrawingBlock" | "DrawingBlockSettings" | "ProcessDrawing" | "ProcessDrawingCore" | "TasksBlock" | "TasksBlockSettings" | "TasksBlockCore" | "ProcessStepStatusBlock" | "LinksBlock" | "LinksBlockSettings" | "ProcessNavigationBlock" | "ProcessNavigationBlockSettings" | "BreadcrumbBlock" | "BreadcrumbBlockSettings" | "ProcessRollupSettings" | "ProcessRollupListView" | "ProcessRollupListViewSettings" | "PropertiesBlock" | "PropertiesBlockSettings" | "TitleBlock" | "TitleBlockSettings" | "DocumentsBlock" | "DocumentsBlockSettings" | "ChangeProcessType" | "ChangeProcessTemplate" | "ProcessFieldValueDefinition" | "ProcessFieldEdit" | "ProcessFieldDisplay" | "ProcessPicker" | "ProcessPickerDialog" | "ProcessPickerField" | "ActionButtonProcessFeedbackHandlerSettings" | "ActionButtonProcessFeedbackHandlerRegistration" | "ActionButtonProcessFeedHandlerSubscription" | "AddProcessFeedbackDialog" | "ActionButtonExportProcessHandlerSettings" | "ActionButtonExportProcessHandlerRegistration" | "ActionButtonExportProcessHandlerSubscription" | "AddExportProcessDialog" | "ProcessFeedbackDialog" | "ExportProcessDialog" | "QueryableProperties" | "PagesBlock" | "PagesBlockSettings" | "ProcessLayoutBlock" | "ProcessLayoutBlockSettings" | "AdminProcessTemplatesJourney" | "ProcessWorkflowHistoryDialog" | "UxFilterEngineProcessRenderer" | "UxFilterEngineProcessSelectionsAreaProperty" | "UxFilterEngineProcessPropertySettings" | "UxFilterEngineProcessPropertyDefaultValueInput" | "DocumentTaskBulkUpdateJourney" | "PublishedDocumentPicker" | "ReadSignOffRequest", guid>;
3
+ declare const resourceManifests: Record<"Core" | "Contexts" | "DialogCoreStyles" | "ProcessDesignerCore" | "ProcessDesignerItem" | "ProcessDesignerShapePickerCore" | "ProcessShapeCore" | "ProcessRollupCore" | "ProcessRollupViewRegistration" | "MovedProcessMessage" | "OPMMSTeamsTabProviderRegistration" | "RTFExtensionsCore" | "AdminProcessTemplatesCore" | "ProcessTaskApiRegistration" | "ProcessFilterEngineRegistrationApi" | "ProcessFilterEngineCore" | "ProcessButtonApiRegistration" | "DocumentTaskBulkUpdateCore" | "FxCore" | "DocumentLibraryCore" | "DocumentRollupSettingsTabsResources" | "DocumentPickerCore" | "DocumentPickerAdminCore" | "DocumentPickerAdminSettingsRegistration" | "ODMMSTeamsTabProviderRegistration" | "NewDocumentButtonRegistrationHandler" | "NewDocumentButtonSubscribeHandler" | "WCMIntegrationHandler" | "WCMLinkPickerHandler" | "SignOffRequestDocumentProvider" | "SignOffRequestCore" | "ProcessRollupRegistrationApi", guid>;
4
4
  declare module "@omnia/fx-models/Tooling" {
5
5
  interface IEnums$ {
6
6
  ms: {
@@ -27,8 +27,11 @@ 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"),
34
+ ProcessDesignerNavigationNode: (0, fx_models_1.guid)("aee8713f-a0e4-4a53-a97a-9f7e9b148a84"),
32
35
  ProcessDesignerDrawingCanvasSettings: (0, fx_models_1.guid)("55f7b908-73e1-4e0c-8c8f-caae6f58b34f"),
33
36
  ProcessDesignerAddShapeWizard: (0, fx_models_1.guid)("727d945c-5bb9-42bc-ae80-3f3f9d9251a4"),
34
37
  ProcessDesignerShapeSelectionStep: (0, fx_models_1.guid)("337862cc-491e-40a6-8515-f01eb256aea8"),
@@ -115,7 +118,9 @@ const webComponentManifests = enum$("ms.webComponentManifests").value({
115
118
  UxFilterEngineProcessSelectionsAreaProperty: (0, fx_models_1.guid)("124917e0-957e-49ef-a535-efa10f9f9052"),
116
119
  UxFilterEngineProcessPropertySettings: (0, fx_models_1.guid)("7b831a74-f787-414e-a18b-532274a2df5c"),
117
120
  UxFilterEngineProcessPropertyDefaultValueInput: (0, fx_models_1.guid)("dfa488b4-060c-4bc8-b53e-7fc28cc58389"),
118
- DocumentTaskBulkUpdateJourney: (0, fx_models_1.guid)("182a06fb-e24a-4caa-b725-f8f568da07d1")
121
+ DocumentTaskBulkUpdateJourney: (0, fx_models_1.guid)("182a06fb-e24a-4caa-b725-f8f568da07d1"),
122
+ PublishedDocumentPicker: (0, fx_models_1.guid)("8baefcc1-bf91-4dd4-b1bb-b277b3ffc97b"),
123
+ ReadSignOffRequest: (0, fx_models_1.guid)("e5c50617-fb3c-418a-8ef0-94d21940931f")
119
124
  });
120
125
  const resourceManifests = enum$("ms.resourceManifests").value({
121
126
  Core: (0, fx_models_1.guid)("d5544e6c-494d-4e8a-9284-b0e64d3d19d7"),
@@ -147,4 +152,7 @@ const resourceManifests = enum$("ms.resourceManifests").value({
147
152
  NewDocumentButtonSubscribeHandler: (0, fx_models_1.guid)("93ebcadb-e8a6-4223-83b8-72f6fe455f92"),
148
153
  WCMIntegrationHandler: (0, fx_models_1.guid)("449717c1-88ac-409c-b0db-92fb95f389ce"),
149
154
  WCMLinkPickerHandler: (0, fx_models_1.guid)("ad008fe9-7124-4482-ab44-a3fd734eb197"),
155
+ SignOffRequestDocumentProvider: (0, fx_models_1.guid)("93d0496d-522e-4f1a-9cf2-f60a4cf89a92"),
156
+ SignOffRequestCore: (0, fx_models_1.guid)("d17598a9-563c-44bf-a826-40533552b402"),
157
+ ProcessRollupRegistrationApi: (0, fx_models_1.guid)("656f7836-6350-431d-bd53-456d15d9882e")
150
158
  });
@@ -2,152 +2,3 @@ import { guid } from "@omnia/fx/models";
2
2
  export declare class MSService {
3
3
  static get Id(): guid;
4
4
  }
5
- export declare class ODMWebComponentManifests {
6
- static get Core(): guid;
7
- static get DocumentRollup(): guid;
8
- static get DocumentRollupSettings(): guid;
9
- static get DocumentRollupBreakPointSettings(): guid;
10
- static get DocumentRollupListView(): guid;
11
- static get DocumentRollupListViewSettings(): guid;
12
- static get DocumentRollupCardView(): guid;
13
- static get DocumentRollupCardViewSettings(): guid;
14
- static get DocumentRollupCardGroupBySiteView(): guid;
15
- static get DocumentRollupCardGroupBySiteViewSettings(): guid;
16
- static get DocumentRollupSharePointCardView(): guid;
17
- static get DocumentRollupSharePointCardViewSettings(): guid;
18
- static get DocumentSearchTemplate(): guid;
19
- static get DocumentLibrary(): guid;
20
- static get DocumentLibrarySettings(): guid;
21
- static get DocumentLibraryListView(): guid;
22
- static get DocumentHistory(): guid;
23
- static get DocumentPickerCategoryListingBlade(): guid;
24
- static get DocumentPickerCreateEditCategoryBlade(): guid;
25
- static get DocumentPicker(): guid;
26
- static get DocumentPickerPickDocDialog(): guid;
27
- static get DocumentLinkPicker(): guid;
28
- static get DocumentTemplateMergeSettings(): guid;
29
- }
30
- export declare class ODMResourceManifests {
31
- static get FxCore(): guid;
32
- static get DocumentLibraryCore(): guid;
33
- static get DocumentRollupSettingsTabsResources(): guid;
34
- static get DocumentPickerCore(): guid;
35
- static get DocumentPickerAdminCore(): guid;
36
- static get DocumentPickerAdminSettingsRegistration(): guid;
37
- static get MSTeamsTabProviderRegistration(): guid;
38
- static get NewDocumentButtonRegistrationHandler(): guid;
39
- static get NewDocumentButtonSubscribeHandler(): guid;
40
- static get WCMIntegrationHandler(): guid;
41
- static get WCMLinkPickerHandler(): guid;
42
- }
43
- export declare class OPMResourceManifests {
44
- static get Core(): guid;
45
- static get Contexts(): guid;
46
- static get DialogCoreStyles(): guid;
47
- static get ProcessDesignerCore(): guid;
48
- static get ProcessDesignerItem(): guid;
49
- static get ProcessDesignerShapePickerCore(): guid;
50
- static get ProcessShapeCore(): guid;
51
- static get ProcessRollupCore(): guid;
52
- static get ProcessRollupViewRegistration(): guid;
53
- static get MovedProcessMessage(): guid;
54
- static get MSTeamsTabProviderRegistration(): guid;
55
- static get RTFExtensionsCore(): guid;
56
- static get AdminProcessTemplatesCore(): guid;
57
- static get ProcessTaskApiRegistration(): guid;
58
- static get ProcessFilterEngineRegistrationApi(): guid;
59
- static get ProcessFilterEngineCore(): guid;
60
- static get ProcessButtonApiRegistration(): guid;
61
- static get DocumentTaskBulkUpdateCore(): guid;
62
- }
63
- export declare class OPMWebComponentManifests {
64
- static get MicrosoftPlannerProviderRenderer(): guid;
65
- static get ProcessDesigner(): guid;
66
- static get ProcessDesignerDrawingCanvasSettings(): guid;
67
- static get ProcessDesignerAddShapeWizard(): guid;
68
- static get ProcessDesignerShapeSelectionStep(): guid;
69
- static get ProcessDesignerShapeTypeStep(): guid;
70
- static get ProcessDesignerCreateLinkPanel(): guid;
71
- static get ProcessDesignerShapeSettingsPanel(): guid;
72
- static get ProcessDesignerCreateTask(): guid;
73
- static get ProcessLibraryCore(): guid;
74
- static get ProcessLibrary(): guid;
75
- static get ProcessLibrarySettings(): guid;
76
- static get ProcessLibraryListView(): guid;
77
- static get NewProcessDialog(): guid;
78
- static get DraftActionButtons(): guid;
79
- static get DraftMenuActions(): guid;
80
- static get DraftProcessingStatus(): guid;
81
- static get PublishedMenuActions(): guid;
82
- static get PublishedProcessingStatus(): guid;
83
- static get ProcessHistoryDialog(): guid;
84
- static get ProcessTooltip(): guid;
85
- static get MoveProcessDialog(): guid;
86
- static get CreateDraftProcessDialog(): guid;
87
- static get ProcessSearchTemplate(): guid;
88
- static get MediaPicker(): guid;
89
- static get FreeformPicker(): guid;
90
- static get GlobalProcessRenderer(): guid;
91
- static get PointPicker(): guid;
92
- static get UnpublishProcessDialog(): guid;
93
- static get PermissionDialog(): guid;
94
- static get ProcessStepPicker(): guid;
95
- static get ContentBlock(): guid;
96
- static get ContentBlockSettings(): guid;
97
- static get ProcessContextBlock(): guid;
98
- static get ProcessContextBlockSettings(): guid;
99
- static get DrawingBlock(): guid;
100
- static get DrawingBlockSettings(): guid;
101
- static get ProcessDrawing(): guid;
102
- static get ProcessDrawingCore(): guid;
103
- static get TasksBlock(): guid;
104
- static get TasksBlockSettings(): guid;
105
- static get TasksBlockCore(): guid;
106
- static get ProcessStepStatusBlock(): guid;
107
- static get LinksBlock(): guid;
108
- static get LinksBlockSettings(): guid;
109
- static get ProcessNavigationBlock(): guid;
110
- static get ProcessNavigationBlockSettings(): guid;
111
- static get BreadcrumbBlock(): guid;
112
- static get BreadcrumbBlockSettings(): guid;
113
- static get ProcessRollup(): guid;
114
- static get ProcessRollupSettings(): guid;
115
- static get ProcessRollupListView(): guid;
116
- static get ProcessRollupListViewSettings(): guid;
117
- static get PropertiesBlock(): guid;
118
- static get PropertiesBlockSettings(): guid;
119
- static get TitleBlock(): guid;
120
- static get TitleBlockSettings(): guid;
121
- static get DocumentsBlock(): guid;
122
- static get DocumentsBlockSettings(): guid;
123
- static get ChangeProcessType(): guid;
124
- static get ChangeProcessTemplate(): guid;
125
- static get ProcessFieldValueDefinition(): guid;
126
- static get ProcessFieldEdit(): guid;
127
- static get ProcessFieldDisplay(): guid;
128
- static get ProcessPicker(): guid;
129
- static get ProcessPickerDialog(): guid;
130
- static get ProcessPickerField(): guid;
131
- static get ActionButtonProcessFeedbackHandlerSettings(): guid;
132
- static get ActionButtonProcessFeedbackHandlerRegistration(): guid;
133
- static get ActionButtonProcessFeedHandlerSubscription(): guid;
134
- static get AddProcessFeedbackDialog(): guid;
135
- static get ActionButtonExportProcessHandlerSettings(): guid;
136
- static get ActionButtonExportProcessHandlerRegistration(): guid;
137
- static get ActionButtonExportProcessHandlerSubscription(): guid;
138
- static get AddExportProcessDialog(): guid;
139
- static get ProcessFeedbackDialog(): guid;
140
- static get ExportProcessDialog(): guid;
141
- static get QueryableProperties(): guid;
142
- static get PagesBlock(): guid;
143
- static get PagesBlockSettings(): guid;
144
- static get ProcessLayoutBlock(): guid;
145
- static get ProcessLayoutBlockSettings(): guid;
146
- static get AdminProcessTemplatesJourney(): guid;
147
- static get ProcessWorkflowHistoryDialog(): guid;
148
- static get UxFilterEngineProcessRenderer(): guid;
149
- static get UxFilterEngineProcessSelectionsAreaProperty(): guid;
150
- static get UxFilterEngineProcessPropertySettings(): guid;
151
- static get UxFilterEngineProcessPropertyDefaultValueInput(): guid;
152
- static get DocumentTaskBulkUpdateJourney(): guid;
153
- }