@omnia/management-system 7.11.0-preview.3 → 8.0.0-dev.561

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 (233) hide show
  1. package/internal-do-not-import-from-here/constants.d.ts +32 -55
  2. package/internal-do-not-import-from-here/index.d.ts +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/models/Enums.d.ts +20 -30
  5. package/internal-do-not-import-from-here/models/Enums.js +13 -25
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +12 -0
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +158 -0
  8. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -155
  9. package/internal-do-not-import-from-here/models/ManifestIds.js +3 -161
  10. package/internal-do-not-import-from-here/models/Properties.d.ts +5 -5
  11. package/internal-do-not-import-from-here/models/Properties.js +4 -4
  12. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +3 -3
  13. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.d.ts +3 -3
  14. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.js +1 -1
  15. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +2 -2
  16. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +2 -2
  17. package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +0 -2
  18. package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +0 -2
  19. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +3 -3
  21. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +2 -2
  23. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +4 -6
  24. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +2 -2
  25. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +11 -2
  26. package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +3 -3
  27. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +2 -2
  28. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +4 -3
  29. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  30. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  31. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  32. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +2 -2
  33. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +2 -2
  34. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +4 -4
  35. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +2 -2
  36. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +2 -2
  37. package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.d.ts +2 -2
  38. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +4 -3
  39. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +1 -1
  40. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +2 -2
  41. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +3 -3
  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/contexts/OPMContext.d.ts +2 -2
  44. package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +3 -3
  45. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +2 -2
  46. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +2 -2
  47. package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +2 -2
  48. package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +2 -2
  49. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +2 -2
  50. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +3 -3
  51. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +2 -2
  52. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.d.ts +2 -2
  53. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.js +1 -1
  54. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +2 -2
  55. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +2 -2
  56. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +3 -4
  57. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +2 -2
  58. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +2 -2
  59. package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +1 -1
  60. package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +2 -2
  61. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +1 -1
  62. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +2 -2
  63. package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +3 -3
  64. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +7 -14
  66. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +4 -10
  67. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +4 -4
  68. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +1 -2
  69. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +1 -1
  70. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +2 -2
  71. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +2 -2
  72. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +2 -2
  73. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +1 -1
  74. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +2 -2
  75. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +2 -2
  76. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +1 -1
  77. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +2 -2
  78. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +2 -2
  79. package/internal-do-not-import-from-here/models/data/enums/Enums.js +10 -10
  80. package/internal-do-not-import-from-here/models/data/index.d.ts +0 -1
  81. package/internal-do-not-import-from-here/models/data/index.js +0 -1
  82. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +2 -2
  83. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +2 -2
  84. package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +4 -4
  85. package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +2 -2
  86. package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +3 -2
  87. package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +5 -6
  88. package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.d.ts +4 -4
  89. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +3 -2
  90. package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +2 -2
  91. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +4 -4
  92. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +2 -2
  93. package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +2 -2
  94. package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +3 -3
  95. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +2 -2
  96. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +4 -5
  97. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +2 -1
  98. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +3 -3
  99. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +1 -1
  100. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +1 -1
  101. package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +2 -2
  102. package/internal-do-not-import-from-here/models/data/processworkflows/CreateDraftProcessRequest.d.ts +2 -2
  103. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +3 -3
  104. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +4 -4
  105. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +2 -2
  106. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +2 -2
  107. package/internal-do-not-import-from-here/models/data/processworkflows/SetProcessCommentRequest.d.ts +2 -2
  108. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +2 -2
  109. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +2 -2
  110. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +2 -2
  111. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +2 -2
  112. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +1 -1
  113. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +2 -2
  114. package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +3 -3
  115. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +2 -2
  116. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +1 -1
  117. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.d.ts +2 -2
  118. package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +2 -2
  119. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +4 -4
  120. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +1 -1
  121. package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +1 -1
  122. package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +2 -2
  123. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +3 -2
  124. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +2 -2
  125. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +2 -2
  126. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +2 -2
  127. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +1 -1
  128. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +4 -4
  129. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +3 -3
  130. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +3 -3
  131. package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +2 -2
  132. package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +2 -2
  133. package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +2 -2
  134. package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +3 -3
  135. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +2 -2
  136. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +3 -3
  137. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +2 -2
  138. package/internal-do-not-import-from-here/models/filterengine/Shared.d.ts +4 -4
  139. package/internal-do-not-import-from-here/models/filterengine/Shared.js +1 -1
  140. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.d.ts +2 -2
  141. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.js +1 -1
  142. package/internal-do-not-import-from-here/models/index.d.ts +0 -1
  143. package/internal-do-not-import-from-here/models/index.js +0 -1
  144. package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +2 -2
  145. package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +2 -2
  146. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +4 -4
  147. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.d.ts +2 -2
  148. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.js +2 -2
  149. package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +2 -1
  150. package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +2 -2
  151. package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +5 -5
  152. package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.d.ts +3 -3
  153. package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +3 -3
  154. package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.js +1 -1
  155. package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.js +1 -1
  156. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.d.ts +5 -5
  157. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.js +1 -1
  158. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +4 -4
  159. package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +3 -3
  160. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +1 -1
  161. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +1 -1
  162. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +3 -3
  163. package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +1 -1
  164. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
  165. package/internal-do-not-import-from-here/models/styles/index.js +0 -2
  166. package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +2 -2
  167. package/internal-do-not-import-from-here/services/ImageService.d.ts +2 -2
  168. package/internal-do-not-import-from-here/services/PermissionService.d.ts +2 -2
  169. package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +3 -3
  170. package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +3 -3
  171. package/internal-do-not-import-from-here/services/ProcessService.d.ts +31 -31
  172. package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +2 -2
  173. package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +3 -3
  174. package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +5 -5
  175. package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +3 -3
  176. package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +7 -7
  177. package/internal-do-not-import-from-here/services/document/DocumentTypeService.d.ts +8 -8
  178. package/internal-do-not-import-from-here/services/document/index.d.ts +0 -2
  179. package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
  180. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +7 -7
  181. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +4 -4
  182. package/internal-do-not-import-from-here/services/documentlibrary/index.d.ts +0 -1
  183. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +8 -9
  184. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +52 -23
  185. package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +2 -2
  186. package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +5 -5
  187. package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
  188. package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +3 -3
  189. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentPropetiesStore.d.ts +2 -4
  190. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentSharePointFieldStore.d.ts +2 -2
  191. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTemplateStore.d.ts +0 -1
  192. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +10 -9
  193. package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +15 -17
  194. package/internal-do-not-import-from-here/stores/documentlibrary/NewDocumentStore.d.ts +3 -3
  195. package/internal-do-not-import-from-here/utils.d.ts +12 -13
  196. package/internal-do-not-import-from-here/ux/MSMediaPickerStorageProviderContext.d.ts +12 -0
  197. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +47 -13
  198. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +51 -17
  199. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +65 -25
  200. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +69 -29
  201. package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +3 -3
  202. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  203. package/internal-do-not-import-from-here/wctypings.d.ts +681 -0
  204. package/models/package.json +2 -3
  205. package/package.json +2 -3
  206. package/task.js +7 -7
  207. package/task.ts +7 -6
  208. package/internal-do-not-import-from-here/apis/documents/DocumentItemCustomRenderFieldApi.d.ts +0 -1
  209. package/internal-do-not-import-from-here/apis/documents/DocumentItemCustomRenderFieldApi.manifest.d.ts +0 -1
  210. package/internal-do-not-import-from-here/apis/documents/DocumentLibraryContextMenuButtonApi.d.ts +0 -1
  211. package/internal-do-not-import-from-here/apis/documents/DocumentLibraryContextMenuButtonApi.manifest.d.ts +0 -1
  212. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentItemCustomRenderFieldApi.d.ts +0 -31
  213. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryContextMenuButtonApi.d.ts +0 -25
  214. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryContextMenuButtonApi.js +0 -2
  215. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.d.ts +0 -7
  216. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.js +0 -2
  217. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.d.ts +0 -7
  218. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.js +0 -2
  219. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.d.ts +0 -7
  220. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.js +0 -2
  221. package/internal-do-not-import-from-here/models/data/relateddocuments/index.d.ts +0 -3
  222. package/internal-do-not-import-from-here/models/data/relateddocuments/index.js +0 -6
  223. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -15
  224. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -24
  225. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +0 -1
  226. package/internal-do-not-import-from-here/models/mediapicker/index.js +0 -4
  227. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
  228. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
  229. package/internal-do-not-import-from-here/services/document/DocumentLinkHandler.d.ts +0 -9
  230. package/internal-do-not-import-from-here/services/document/DocumentRollupService.d.ts +0 -22
  231. package/internal-do-not-import-from-here/services/documentlibrary/RelatedDocumentsService.d.ts +0 -10
  232. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  233. /package/internal-do-not-import-from-here/models/components/{documentlibrary/DocumentItemCustomRenderFieldApi.js → processrollup/ProcessRollupProvider.js} +0 -0
@@ -1,29 +1,27 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  import { CanvasDefinition } from "./models/data/drawingdefinitions";
3
2
  import { ShapeTemplate } from "./models/data/shapetemplates/ShapeTemplate";
4
3
  import { Version } from "./models/shared/Version";
5
4
  import { ContentBlockSettings, LinksBlockSettings, TitleBlockSettings, TasksBlockSettings, PropertiesBlockSettings, ProcessNavigationBlockSettings, DrawingBlockSettings, ProcessLayoutBlockSettings } from "./models";
6
- import { ActionHandlerRegistrationId } from "@omnia/fx/models";
5
+ import { ActionHandlerRegistrationId, guid } from "@omnia/fx/models";
7
6
  export declare const ODMRecentDocumentTypesLocalStorageKey = "odm_recentdocumenttypes_key";
8
7
  export declare const OWA_QUERY_PARAMETER = "?Web=1";
9
- export declare const SharePointSiteLayoutsUrl = "_layouts/15";
10
8
  export declare class ODMFeatureIds {
11
- static get ControlledDocument(): Guid;
12
- static get CreateNewDocumentInLibrary(): Guid;
13
- static get ControlledDocumentLibrary(): Guid;
14
- static get MSTeamsTabProvider(): Guid;
15
- static get DraftableDocumentComparison(): Guid;
16
- static get ControlledDocumentArchive(): Guid;
17
- static get SignOffRequestDocument(): Guid;
9
+ static get ControlledDocument(): guid;
10
+ static get CreateNewDocumentInLibrary(): guid;
11
+ static get ControlledDocumentLibrary(): guid;
12
+ static get MSTeamsTabProvider(): guid;
13
+ static get DraftableDocumentComparison(): guid;
14
+ static get ControlledDocumentArchive(): guid;
15
+ static get SignOffRequestDocument(): guid;
18
16
  }
19
17
  export declare class ODMDocumentRollupDisplayFields {
20
- static get IconTitleLink(): Guid;
21
- static get IconNameLink(): Guid;
22
- static get InfoIcon(): Guid;
23
- static get RelatedControlledDocumentsIcon(): Guid;
24
- static get FeedbackIcon(): Guid;
25
- static get AppendiceIcon(): Guid;
26
- static get CreateNewDocumentIcon(): Guid;
18
+ static get IconTitleLink(): guid;
19
+ static get IconNameLink(): guid;
20
+ static get InfoIcon(): guid;
21
+ static get RelatedControlledDocumentsIcon(): guid;
22
+ static get FeedbackIcon(): guid;
23
+ static get AppendiceIcon(): guid;
24
+ static get CreateNewDocumentIcon(): guid;
27
25
  }
28
26
  export declare const TextSpacingWithShape = 5;
29
27
  export declare const BuiltInActionButtonHandlers: {
@@ -32,15 +30,15 @@ export declare const BuiltInActionButtonHandlers: {
32
30
  ExportProcess: ActionHandlerRegistrationId;
33
31
  };
34
32
  export declare class OPMFeatureIds {
35
- static get ProcessManagement(): Guid;
36
- static get MSTeamsTabProvider(): Guid;
37
- static get ProcessLibrary(): Guid;
38
- static get ProcessesAndDocumentsIntegration(): Guid;
39
- static get ProcessTaskPlannerProvider(): Guid;
40
- static get ProcessArchive(): Guid;
33
+ static get ProcessManagement(): guid;
34
+ static get MSTeamsTabProvider(): guid;
35
+ static get ProcessLibrary(): guid;
36
+ static get ProcessesAndDocumentsIntegration(): guid;
37
+ static get ProcessTaskPlannerProvider(): guid;
38
+ static get ProcessArchive(): guid;
41
39
  }
42
40
  export declare class ProcessTaskProviderIds {
43
- static get MicrosoftPlannerProvider(): Guid;
41
+ static get MicrosoftPlannerProvider(): guid;
44
42
  }
45
43
  export declare const ContentBlockConfigurationFactory: {
46
44
  defaultSettings(): ContentBlockSettings;
@@ -75,8 +73,6 @@ export declare const ShapeTemplatesConstants: {
75
73
  readonly RoundedRect: ShapeTemplate;
76
74
  };
77
75
  export declare const SharePointFieldsConstants: {
78
- readonly Created: string;
79
- readonly CreatedBy: string;
80
76
  readonly Modified: string;
81
77
  readonly ModifiedBy: string;
82
78
  readonly Title: string;
@@ -93,7 +89,7 @@ export declare const ProcessRollupConstants: {
93
89
  readonly processTitleAndLinkInternalName: string;
94
90
  readonly processTitleAndImage: string;
95
91
  readonly processTitle: string;
96
- readonly filterEngineContextUniqueId: string;
92
+ readonly filterEngineContextUniqueId: guid;
97
93
  };
98
94
  export declare const DefaultDateFormat = "YYYY-MM-DD";
99
95
  export declare const ProcessTableColumnsConstants: {
@@ -109,22 +105,6 @@ export declare const ShapeHighlightProperties: {
109
105
  strokeDashArray: number[];
110
106
  };
111
107
  };
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
- };
128
108
  export declare const ODMFieldNameConstants: {
129
109
  readonly ODMDocId: string;
130
110
  readonly ODMDocIdNumber: string;
@@ -159,7 +139,6 @@ export declare const ODMFieldNameConstants: {
159
139
  readonly ODMIsNotifiedUsers: string;
160
140
  readonly ODMListNotifiedUsers: string;
161
141
  readonly ODMIsRequireReadReceipt: string;
162
- readonly ODMIsIncludedInSemanticSearch: string;
163
142
  readonly ODMTemplateId: string;
164
143
  readonly ODMReviewReminderDate: string;
165
144
  readonly ODMIsPreview: string;
@@ -197,7 +176,7 @@ export declare const DocumentsBlockDataSettingsKey: {
197
176
  readonly ShortcutProcess: string;
198
177
  };
199
178
  export declare const PagesBlockDataSettingsKey: {
200
- readonly CurrentProcess: string;
179
+ readonly CurrentProcess: guid;
201
180
  readonly ShortcutProcess: string;
202
181
  };
203
182
  export declare const RootProcessStepDesignerItemIds: {
@@ -230,12 +209,12 @@ export declare const OPMEnterprisePropertyInternalNames: {
230
209
  export declare const OPMProcessProperty: {
231
210
  readonly Id: string;
232
211
  };
233
- export declare module Security {
212
+ export declare namespace Security {
234
213
  const OPMRoleDefinitions: {
235
- readonly Author: string;
236
- readonly Reader: string;
237
- readonly Approver: string;
238
- readonly Reviewer: string;
214
+ readonly Author: guid;
215
+ readonly Reader: guid;
216
+ readonly Approver: guid;
217
+ readonly Reviewer: guid;
239
218
  };
240
219
  const OPMResourceEvaluators: {
241
220
  readonly SecurityResourceIdResource: string;
@@ -246,12 +225,10 @@ export declare module Security {
246
225
  readonly SecurityResourceId: string;
247
226
  };
248
227
  const ODMRoleDefinitions: {
249
- readonly AppInstanceAuthor: string;
250
- readonly AppInstanceReader: string;
228
+ readonly AppInstanceAuthor: guid;
229
+ readonly AppInstanceReader: guid;
251
230
  };
252
231
  }
253
232
  export declare const SignOffRequest: {
254
- documentProvider: {
255
- id: string;
256
- };
233
+ documentProvider: guid;
257
234
  };
@@ -7,4 +7,4 @@ export * from "./routing";
7
7
  export * from "./settingsprovider";
8
8
  export * from "./apis";
9
9
  export * from "./messaging";
10
- export * from "./processshape";
10
+ export * from "./ux";
@@ -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","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","useDocumentLinkHandler"]},"./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","DocumentSemanticSearchSettingOptions","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","ScheduledPublishingSettingsFactory","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","useDocumentLinkHandler"]}}}
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"]}}}
@@ -1,5 +1,6 @@
1
- export declare module Enums {
2
- module DocumentViewEnums {
1
+ import { guid } from "@omnia/fx/models";
2
+ export declare namespace Enums {
3
+ namespace DocumentViewEnums {
3
4
  enum PagingType {
4
5
  NoPaging = 1,
5
6
  Classic = 2,
@@ -211,9 +212,8 @@ export declare module Enums {
211
212
  Archived = 2,
212
213
  Suggested = 3
213
214
  }
214
- const ManualSortInternalName = "b1ddcf1c-4b9b-4e94-8427-edb67c0e3a9a";
215
215
  }
216
- module DocumentStatisticsEnums {
216
+ namespace DocumentStatisticsEnums {
217
217
  enum StatisticsType {
218
218
  DraftDocuments = 0,
219
219
  PublishedDocuments = 1,
@@ -223,7 +223,7 @@ export declare module Enums {
223
223
  WaitingForApproval = 5
224
224
  }
225
225
  }
226
- module DocumentPicker {
226
+ namespace DocumentPicker {
227
227
  enum CategoryType {
228
228
  SharePointLibrary = 0,
229
229
  SearchProvider = 1,
@@ -243,34 +243,30 @@ export declare module Enums {
243
243
  }
244
244
  enum PickerMode {
245
245
  listingResult = 0,
246
- pickOnly = 1
246
+ pickOnly = 1,
247
+ journey = 2
247
248
  }
248
249
  }
249
- module ProcessViewEnums {
250
+ namespace ProcessViewEnums {
250
251
  enum QueryScope {
251
252
  PublishedProcesses = 1,
252
253
  ArchivedProcesses = 2
253
254
  }
254
- enum BuildInProcessTitleTextStyleFormatting {
255
- Normal = "afc69d06-73d4-4021-a692-8e0f3c80ba1f",
256
- Heading1 = "d0f88100-d170-4416-90b3-d20eacb25d60",
257
- Heading2 = "834d394c-6517-4134-8488-52b47ee2e32e",
258
- Heading3 = "3abb88f8-a937-49df-a346-f0465b265656",
259
- Heading4 = "9f717035-c3ce-45f6-9f66-76df59faf7fa",
260
- Heading5 = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3",
261
- Heading6 = "f0b42e88-47e3-4b69-8d11-393683214810",
262
- Custom = "00000000-0000-0000-0000-000000000000"
263
- }
264
- /**
265
- * Only used in process rollup
266
- */
255
+ const BuildInProcessTitleTextStyleFormatting: {
256
+ Normal: guid;
257
+ Heading1: guid;
258
+ Heading2: guid;
259
+ Heading3: guid;
260
+ Heading4: guid;
261
+ Heading5: guid;
262
+ Heading6: guid;
263
+ Custom: guid;
264
+ };
267
265
  enum TaxonomyFilterType {
268
266
  FixedValue = 1,
269
267
  CurrentPage = 2,
270
268
  User = 3,
271
- CurrentProcess = 4,
272
- CurrentUser = 5,
273
- SelectedUser = 6
269
+ CurrentProcess = 4
274
270
  }
275
271
  enum OrderDirection {
276
272
  Ascending = 1,
@@ -331,7 +327,7 @@ export declare module Enums {
331
327
  ProcessStep = 1,
332
328
  Link = 2
333
329
  }
334
- module WorkflowEnums {
330
+ namespace WorkflowEnums {
335
331
  enum VersionPublishingTypes {
336
332
  NewEdition = 1,
337
333
  NewRevision = 2
@@ -351,10 +347,4 @@ export declare module Enums {
351
347
  AssignedByMe = 2,
352
348
  CompletedTasks = 3
353
349
  }
354
- enum OpenDocumentOptions {
355
- OpenInWeb = "OpenInWeb",
356
- OpenInWebNewTab = "OpenInWebNewTab",
357
- OpenInApp = "OpenInApp",
358
- Download = "Download"
359
- }
360
350
  }
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Enums = void 0;
4
+ const models_1 = require("@omnia/fx/models");
4
5
  var Enums;
5
6
  (function (Enums) {
6
7
  let DocumentViewEnums;
@@ -244,7 +245,6 @@ var Enums;
244
245
  ProcessDocumentRelationStatus[ProcessDocumentRelationStatus["Archived"] = 2] = "Archived";
245
246
  ProcessDocumentRelationStatus[ProcessDocumentRelationStatus["Suggested"] = 3] = "Suggested";
246
247
  })(ProcessDocumentRelationStatus = DocumentViewEnums.ProcessDocumentRelationStatus || (DocumentViewEnums.ProcessDocumentRelationStatus = {}));
247
- DocumentViewEnums.ManualSortInternalName = "b1ddcf1c-4b9b-4e94-8427-edb67c0e3a9a";
248
248
  })(DocumentViewEnums = Enums.DocumentViewEnums || (Enums.DocumentViewEnums = {}));
249
249
  let DocumentStatisticsEnums;
250
250
  (function (DocumentStatisticsEnums) {
@@ -284,6 +284,7 @@ var Enums;
284
284
  (function (PickerMode) {
285
285
  PickerMode[PickerMode["listingResult"] = 0] = "listingResult";
286
286
  PickerMode[PickerMode["pickOnly"] = 1] = "pickOnly";
287
+ PickerMode[PickerMode["journey"] = 2] = "journey";
287
288
  })(PickerMode = DocumentPicker.PickerMode || (DocumentPicker.PickerMode = {}));
288
289
  })(DocumentPicker = Enums.DocumentPicker || (Enums.DocumentPicker = {}));
289
290
  let ProcessViewEnums;
@@ -293,28 +294,22 @@ var Enums;
293
294
  QueryScope[QueryScope["PublishedProcesses"] = 1] = "PublishedProcesses";
294
295
  QueryScope[QueryScope["ArchivedProcesses"] = 2] = "ArchivedProcesses";
295
296
  })(QueryScope = ProcessViewEnums.QueryScope || (ProcessViewEnums.QueryScope = {}));
296
- let BuildInProcessTitleTextStyleFormatting;
297
- (function (BuildInProcessTitleTextStyleFormatting) {
298
- BuildInProcessTitleTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
299
- BuildInProcessTitleTextStyleFormatting["Heading1"] = "d0f88100-d170-4416-90b3-d20eacb25d60";
300
- BuildInProcessTitleTextStyleFormatting["Heading2"] = "834d394c-6517-4134-8488-52b47ee2e32e";
301
- BuildInProcessTitleTextStyleFormatting["Heading3"] = "3abb88f8-a937-49df-a346-f0465b265656";
302
- BuildInProcessTitleTextStyleFormatting["Heading4"] = "9f717035-c3ce-45f6-9f66-76df59faf7fa";
303
- BuildInProcessTitleTextStyleFormatting["Heading5"] = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3";
304
- BuildInProcessTitleTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
305
- BuildInProcessTitleTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
306
- })(BuildInProcessTitleTextStyleFormatting = ProcessViewEnums.BuildInProcessTitleTextStyleFormatting || (ProcessViewEnums.BuildInProcessTitleTextStyleFormatting = {}));
307
- /**
308
- * Only used in process rollup
309
- */
297
+ ProcessViewEnums.BuildInProcessTitleTextStyleFormatting = {
298
+ Normal: (0, models_1.guid)("afc69d06-73d4-4021-a692-8e0f3c80ba1f"),
299
+ Heading1: (0, models_1.guid)("d0f88100-d170-4416-90b3-d20eacb25d60"),
300
+ Heading2: (0, models_1.guid)("834d394c-6517-4134-8488-52b47ee2e32e"),
301
+ Heading3: (0, models_1.guid)("3abb88f8-a937-49df-a346-f0465b265656"),
302
+ Heading4: (0, models_1.guid)("9f717035-c3ce-45f6-9f66-76df59faf7fa"),
303
+ Heading5: (0, models_1.guid)("2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3"),
304
+ Heading6: (0, models_1.guid)("f0b42e88-47e3-4b69-8d11-393683214810"),
305
+ Custom: (0, models_1.guid)("00000000-0000-0000-0000-000000000000")
306
+ };
310
307
  let TaxonomyFilterType;
311
308
  (function (TaxonomyFilterType) {
312
309
  TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
313
310
  TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
314
311
  TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
315
312
  TaxonomyFilterType[TaxonomyFilterType["CurrentProcess"] = 4] = "CurrentProcess";
316
- TaxonomyFilterType[TaxonomyFilterType["CurrentUser"] = 5] = "CurrentUser";
317
- TaxonomyFilterType[TaxonomyFilterType["SelectedUser"] = 6] = "SelectedUser";
318
313
  })(TaxonomyFilterType = ProcessViewEnums.TaxonomyFilterType || (ProcessViewEnums.TaxonomyFilterType = {}));
319
314
  let OrderDirection;
320
315
  (function (OrderDirection) {
@@ -412,11 +407,4 @@ var Enums;
412
407
  TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
413
408
  TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
414
409
  })(TaskViewType = Enums.TaskViewType || (Enums.TaskViewType = {}));
415
- let OpenDocumentOptions;
416
- (function (OpenDocumentOptions) {
417
- OpenDocumentOptions["OpenInWeb"] = "OpenInWeb";
418
- OpenDocumentOptions["OpenInWebNewTab"] = "OpenInWebNewTab";
419
- OpenDocumentOptions["OpenInApp"] = "OpenInApp";
420
- OpenDocumentOptions["Download"] = "Download";
421
- })(OpenDocumentOptions = Enums.OpenDocumentOptions || (Enums.OpenDocumentOptions = {}));
422
- })(Enums = exports.Enums || (exports.Enums = {}));
410
+ })(Enums || (exports.Enums = Enums = {}));
@@ -0,0 +1,12 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const webComponentManifests: Record<"DocumentRollup" | "DocumentLibrary" | "ProcessRollup" | "Core" | "DocumentRollupSettings" | "DocumentRollupBreakPointSettings" | "DocumentRollupListView" | "DocumentRollupListViewSettings" | "DocumentRollupCardView" | "DocumentRollupCardViewSettings" | "DocumentRollupCardGroupBySiteView" | "DocumentRollupCardGroupBySiteViewSettings" | "DocumentRollupSharePointCardView" | "DocumentRollupSharePointCardViewSettings" | "DocumentSearchTemplate" | "DocumentLibrarySettings" | "DocumentLibraryListView" | "DocumentHistory" | "DocumentPickerCategoryListingBlade" | "DocumentPickerCreateEditCategoryBlade" | "DocumentPicker" | "DocumentPickerPickDocDialog" | "DocumentLinkPicker" | "DocumentTemplateMergeSettings" | "DocumenTypeSettingTabApiRegistration" | "ApprovalTaskCustomViewApiRegistration" | "MicrosoftPlannerProviderRenderer" | "ProcessDesigner" | "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
+ declare module "@omnia/fx-models/Tooling" {
5
+ interface IEnums$ {
6
+ ms: {
7
+ resourceManifests: typeof resourceManifests;
8
+ webComponentManifests: typeof webComponentManifests;
9
+ };
10
+ }
11
+ }
12
+ export {};
@@ -0,0 +1,158 @@
1
+ "use strict";
2
+ // this file use for client side tooling execute to get enums value.
3
+ // so DO NOT import or reference to this file in your code.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ const fx_models_1 = require("@omnia/fx-models");
6
+ const webComponentManifests = enum$("ms.webComponentManifests").value({
7
+ Core: (0, fx_models_1.guid)("7fc4ef0a-e729-4716-8a3c-fa47e3ac074a"),
8
+ DocumentRollup: (0, fx_models_1.guid)("2e35ce1e-09e5-4a3e-b376-ab4dc9b3aef0"),
9
+ DocumentRollupSettings: (0, fx_models_1.guid)("ab63a305-aab5-4e6c-b840-f4e0fa21320e"),
10
+ DocumentRollupBreakPointSettings: (0, fx_models_1.guid)("7c5110c5-6fe6-497f-9dbd-3437c4b394dd"),
11
+ DocumentRollupListView: (0, fx_models_1.guid)("f156d2ce-654b-47f4-8953-9e574e2bae8e"),
12
+ DocumentRollupListViewSettings: (0, fx_models_1.guid)("238482cf-afda-4198-93a9-d95278bbcdd3"),
13
+ DocumentRollupCardView: (0, fx_models_1.guid)("f23b5959-782e-4a0b-9850-71c66849cc9a"),
14
+ DocumentRollupCardViewSettings: (0, fx_models_1.guid)("a877cdb2-7abf-4dcd-ad03-66190a1971a7"),
15
+ DocumentRollupCardGroupBySiteView: (0, fx_models_1.guid)("9c050403-28ce-4f2b-b7b1-41766c6b8f62"),
16
+ DocumentRollupCardGroupBySiteViewSettings: (0, fx_models_1.guid)("33ed5554-c141-4626-99a3-c6d963fda907"),
17
+ DocumentRollupSharePointCardView: (0, fx_models_1.guid)("19fe5427-d096-42d6-b843-20acf52d1d7a"),
18
+ DocumentRollupSharePointCardViewSettings: (0, fx_models_1.guid)("e6141191-63af-4967-a349-64d6129d4c8a"),
19
+ DocumentSearchTemplate: (0, fx_models_1.guid)("e36c3d39-08f4-4c10-9bb7-942d305261dd"),
20
+ DocumentLibrary: (0, fx_models_1.guid)("f901d747-a168-498c-b09e-8cfb91d1d3d6"),
21
+ DocumentLibrarySettings: (0, fx_models_1.guid)("1ac43d52-c105-4f37-869d-0f54983875f2"),
22
+ DocumentLibraryListView: (0, fx_models_1.guid)("a7a02fa0-5a5a-428f-aca7-8ea4f4ddc248"),
23
+ DocumentHistory: (0, fx_models_1.guid)("63ef94f6-9a9c-4d3f-964e-9210db7044e0"),
24
+ DocumentPickerCategoryListingBlade: (0, fx_models_1.guid)("ae9b0150-d512-4ad6-983f-7efa5de08c10"),
25
+ DocumentPickerCreateEditCategoryBlade: (0, fx_models_1.guid)("3da22d8a-fbb2-475b-aea2-5a29e0584182"),
26
+ DocumentPicker: (0, fx_models_1.guid)("1dabca75-3431-4854-ad18-9a93e1867b28"),
27
+ DocumentPickerPickDocDialog: (0, fx_models_1.guid)("bf9d6e03-78e1-4601-9917-b70133359944"),
28
+ DocumentLinkPicker: (0, fx_models_1.guid)("81ffacf7-ccde-4ced-954e-382b34bd0d9a"),
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"),
32
+ MicrosoftPlannerProviderRenderer: (0, fx_models_1.guid)("28eb7986-b16f-4f81-a884-4b9a1c443707"),
33
+ ProcessDesigner: (0, fx_models_1.guid)("8c220ecc-3171-4549-a3a3-051a7ef76d87"),
34
+ ProcessDesignerNavigationNode: (0, fx_models_1.guid)("aee8713f-a0e4-4a53-a97a-9f7e9b148a84"),
35
+ ProcessDesignerDrawingCanvasSettings: (0, fx_models_1.guid)("55f7b908-73e1-4e0c-8c8f-caae6f58b34f"),
36
+ ProcessDesignerAddShapeWizard: (0, fx_models_1.guid)("727d945c-5bb9-42bc-ae80-3f3f9d9251a4"),
37
+ ProcessDesignerShapeSelectionStep: (0, fx_models_1.guid)("337862cc-491e-40a6-8515-f01eb256aea8"),
38
+ ProcessDesignerShapeTypeStep: (0, fx_models_1.guid)("a675ce84-2608-45e7-b05d-a0dc99f1e203"),
39
+ ProcessDesignerCreateLinkPanel: (0, fx_models_1.guid)("f9781b8a-0791-4c8e-8e5a-e527b0a70ec5"),
40
+ ProcessDesignerShapeSettingsPanel: (0, fx_models_1.guid)("686ddca5-8634-43fb-bd09-9f00fae47a39"),
41
+ ProcessDesignerCreateTask: (0, fx_models_1.guid)("292697b2-1b4b-472d-bf18-460212cd7ea8"),
42
+ ProcessLibraryCore: (0, fx_models_1.guid)("e082fb71-3058-4e28-8630-a649aeebc4ad"),
43
+ ProcessLibrary: (0, fx_models_1.guid)("b8f104b0-0458-43ca-bdc7-6c70ccb59443"),
44
+ ProcessLibrarySettings: (0, fx_models_1.guid)("0eae69fb-381a-445a-9593-69ad5176e1ca"),
45
+ ProcessLibraryListView: (0, fx_models_1.guid)("b507c023-ddd4-40e2-bffc-2ed4c80c9557"),
46
+ NewProcessDialog: (0, fx_models_1.guid)("b466768f-c8b7-4bfd-ab56-4b16ca9b9fcd"),
47
+ DraftActionButtons: (0, fx_models_1.guid)("71c66827-46b0-4fc1-b30f-593b7c88f7e3"),
48
+ DraftMenuActions: (0, fx_models_1.guid)("1682ae90-f19f-4440-adc0-134746eee6c1"),
49
+ DraftProcessingStatus: (0, fx_models_1.guid)("cde5a81e-7ca7-4a30-9d2d-9084499ec68e"),
50
+ PublishedMenuActions: (0, fx_models_1.guid)("54023b5d-2ce5-4e68-89cf-defc4ff6a327"),
51
+ PublishedProcessingStatus: (0, fx_models_1.guid)("bdfb6a67-ca86-481c-a7a0-a3caaf9f685e"),
52
+ ProcessHistoryDialog: (0, fx_models_1.guid)("eda1224e-d141-4937-bd05-c67318598c37"),
53
+ ProcessTooltip: (0, fx_models_1.guid)("d7ea273a-db4d-424d-a258-22d99a1929e0"),
54
+ MoveProcessDialog: (0, fx_models_1.guid)("bcd5ab82-70c9-486b-9dd9-81daead4fc96"),
55
+ CreateDraftProcessDialog: (0, fx_models_1.guid)("3ac979b1-e872-4643-9eb1-1dd18ce67b0c"),
56
+ ProcessSearchTemplate: (0, fx_models_1.guid)("caa4f687-e72e-4f69-bb09-4d360f3a6608"),
57
+ MediaPicker: (0, fx_models_1.guid)("7bb3613d-baac-408a-8ada-c195632a6be1"),
58
+ FreeformPicker: (0, fx_models_1.guid)("544b9ae0-3fa7-440d-b62b-d2cbc36d6fe3"),
59
+ GlobalProcessRenderer: (0, fx_models_1.guid)("a7b2e5ed-a754-41ca-afae-f32325abb91e"),
60
+ PointPicker: (0, fx_models_1.guid)("601b298e-7d64-4faf-91fd-1daac7b80267"),
61
+ UnpublishProcessDialog: (0, fx_models_1.guid)("350726cf-ae39-438f-bc34-ffe1a173a49a"),
62
+ PermissionDialog: (0, fx_models_1.guid)("5b7169cd-7003-4cf6-a86e-4a7a38250ec3"),
63
+ ProcessStepPicker: (0, fx_models_1.guid)("5a0c11c9-9691-47a1-9f7d-2aedfc8dbce7"),
64
+ ContentBlock: (0, fx_models_1.guid)("dbb39473-aea9-445d-a032-701bda353439"),
65
+ ContentBlockSettings: (0, fx_models_1.guid)("ba9c1472-bcf7-4925-8cc8-900993b43caa"),
66
+ ProcessContextBlock: (0, fx_models_1.guid)("284968f1-a1d7-4094-9e71-75bd71421360"),
67
+ ProcessContextBlockSettings: (0, fx_models_1.guid)("78923ecf-2edc-4ff4-a4f6-7346ffda6369"),
68
+ DrawingBlock: (0, fx_models_1.guid)("7f8445de-8499-4e4e-80d6-8e3c852af367"),
69
+ DrawingBlockSettings: (0, fx_models_1.guid)("c1dacea1-10f7-4543-b01b-cb85525ef3a2"),
70
+ ProcessDrawing: (0, fx_models_1.guid)("ec58c908-8b05-47d9-9fa3-111a530685a2"),
71
+ ProcessDrawingCore: (0, fx_models_1.guid)("3b7fc121-6da7-46da-a5cc-1efad6525739"),
72
+ TasksBlock: (0, fx_models_1.guid)("47614dde-ea27-47e1-8cb5-29971d4f7516"),
73
+ TasksBlockSettings: (0, fx_models_1.guid)("3c40a1a1-4ee9-46ef-85cf-93aa11a3771a"),
74
+ TasksBlockCore: (0, fx_models_1.guid)("4af6e67a-47ab-4d54-bbde-c92f0b84efd4"),
75
+ ProcessStepStatusBlock: (0, fx_models_1.guid)("022aae1a-0547-4f46-9fc7-bbed3c86fa14"),
76
+ LinksBlock: (0, fx_models_1.guid)("7227e805-61f8-4ffc-9ed9-657a4ce21bb1"),
77
+ LinksBlockSettings: (0, fx_models_1.guid)("8f058d05-1a9b-4ea1-a6cc-87fae540bd91"),
78
+ ProcessNavigationBlock: (0, fx_models_1.guid)("82677598-496e-48aa-99ae-96b23aa6f4a9"),
79
+ ProcessNavigationBlockSettings: (0, fx_models_1.guid)("321378ba-2fc3-449b-b321-95368b987590"),
80
+ BreadcrumbBlock: (0, fx_models_1.guid)("2368673d-bd45-404c-9c26-1fa348777979"),
81
+ BreadcrumbBlockSettings: (0, fx_models_1.guid)("af778544-870c-4c2e-9aaa-ea6d87d8d257"),
82
+ ProcessRollup: (0, fx_models_1.guid)("f9f26f4b-6c1c-40a1-b10e-781f0062bfd3"),
83
+ ProcessRollupSettings: (0, fx_models_1.guid)("0aec18e0-41d3-4148-b08a-0c123d83b4cb"),
84
+ ProcessRollupListView: (0, fx_models_1.guid)("6fa93477-75b3-4dd0-a626-62a484905ecd"),
85
+ ProcessRollupListViewSettings: (0, fx_models_1.guid)("d5ea454b-d65b-45c3-9c77-9e01f684c1e2"),
86
+ PropertiesBlock: (0, fx_models_1.guid)("6fbb96f3-40e7-45ee-b99e-68533a993bd4"),
87
+ PropertiesBlockSettings: (0, fx_models_1.guid)("bdab3f12-f9b8-4891-847f-a7a84ff8e27e"),
88
+ TitleBlock: (0, fx_models_1.guid)("3d5e86a2-8f75-4928-85a0-8a7d1e7414b4"),
89
+ TitleBlockSettings: (0, fx_models_1.guid)("87c0e638-1418-4388-acff-91747fb81f00"),
90
+ DocumentsBlock: (0, fx_models_1.guid)("1bbb910b-55f9-4fca-8df3-378dc247421a"),
91
+ DocumentsBlockSettings: (0, fx_models_1.guid)("440bce2f-7c07-431b-8e0d-344e166f26d2"),
92
+ ChangeProcessType: (0, fx_models_1.guid)("620a862b-bc33-46c0-b5c8-2896be4d902f"),
93
+ ChangeProcessTemplate: (0, fx_models_1.guid)("d87938cd-7aad-429e-9ae9-f7fe1a7554ba"),
94
+ ProcessFieldValueDefinition: (0, fx_models_1.guid)("4b112115-10db-4fc9-b142-d416bf9a5a2b"),
95
+ ProcessFieldEdit: (0, fx_models_1.guid)("1b9a01a1-578f-4738-88c8-429b2254a4c2"),
96
+ ProcessFieldDisplay: (0, fx_models_1.guid)("8ce56269-a586-4d61-840b-dc00c6abc0e7"),
97
+ ProcessPicker: (0, fx_models_1.guid)("008cccc5-c6f5-474a-86fa-9dfb2232fef7"),
98
+ ProcessPickerDialog: (0, fx_models_1.guid)("3f6b5cf1-f619-4782-9818-25f813577f06"),
99
+ ProcessPickerField: (0, fx_models_1.guid)("6d22fe7c-1f98-47a1-9492-2681d09b49ac"),
100
+ ActionButtonProcessFeedbackHandlerSettings: (0, fx_models_1.guid)("f5528ac4-81c3-4237-bfad-536e20642913"),
101
+ ActionButtonProcessFeedbackHandlerRegistration: (0, fx_models_1.guid)("6f50b5ad-9dce-4a53-8158-9774121b3987"),
102
+ ActionButtonProcessFeedHandlerSubscription: (0, fx_models_1.guid)("65b38bb1-b5cf-4870-b8a4-9cfa72fe63fe"),
103
+ AddProcessFeedbackDialog: (0, fx_models_1.guid)("5b62e851-4df5-4258-b4db-8c76961cf370"),
104
+ ActionButtonExportProcessHandlerSettings: (0, fx_models_1.guid)("8edb55e2-ab1d-4271-a4c9-6b619b226d30"),
105
+ ActionButtonExportProcessHandlerRegistration: (0, fx_models_1.guid)("1a4496f0-19fc-45cb-a428-57d9741d69f1"),
106
+ ActionButtonExportProcessHandlerSubscription: (0, fx_models_1.guid)("c3993a4a-232b-4534-b6eb-6998e8f507d7"),
107
+ AddExportProcessDialog: (0, fx_models_1.guid)("a1795a44-d92a-407e-9519-0e35f9869b01"),
108
+ ProcessFeedbackDialog: (0, fx_models_1.guid)("6f8ded01-4c65-46a0-bd9b-ca3275ffde3a"),
109
+ ExportProcessDialog: (0, fx_models_1.guid)("41147e12-bf8e-4c5f-9360-522343b8ef49"),
110
+ QueryableProperties: (0, fx_models_1.guid)("6ee6ce37-e371-4b90-94e6-395b0db7bbe4"),
111
+ PagesBlock: (0, fx_models_1.guid)("16967380-dc55-4464-b96e-e9a7e7665b51"),
112
+ PagesBlockSettings: (0, fx_models_1.guid)("68fc73e1-5cdc-4e3d-b40d-da20cd86a1a6"),
113
+ ProcessLayoutBlock: (0, fx_models_1.guid)("ffba4410-d4e8-4346-b47b-6de18b289d75"),
114
+ ProcessLayoutBlockSettings: (0, fx_models_1.guid)("70666d36-a941-49a2-a462-bb9bdf1d24f6"),
115
+ AdminProcessTemplatesJourney: (0, fx_models_1.guid)("de4542d3-fc28-45de-b364-456ab9bfbeec"),
116
+ ProcessWorkflowHistoryDialog: (0, fx_models_1.guid)("fd88af01-2034-4095-8931-e6843be6fe21"),
117
+ UxFilterEngineProcessRenderer: (0, fx_models_1.guid)("15d99758-16ca-4c56-b19d-44c02a7f0864"),
118
+ UxFilterEngineProcessSelectionsAreaProperty: (0, fx_models_1.guid)("124917e0-957e-49ef-a535-efa10f9f9052"),
119
+ UxFilterEngineProcessPropertySettings: (0, fx_models_1.guid)("7b831a74-f787-414e-a18b-532274a2df5c"),
120
+ UxFilterEngineProcessPropertyDefaultValueInput: (0, fx_models_1.guid)("dfa488b4-060c-4bc8-b53e-7fc28cc58389"),
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")
124
+ });
125
+ const resourceManifests = enum$("ms.resourceManifests").value({
126
+ Core: (0, fx_models_1.guid)("d5544e6c-494d-4e8a-9284-b0e64d3d19d7"),
127
+ Contexts: (0, fx_models_1.guid)("c80546fb-f27d-4307-82aa-0fc5ffb44b33"),
128
+ DialogCoreStyles: (0, fx_models_1.guid)("d2a8b65a-94e3-4231-a0e4-f5b86512ac09"),
129
+ ProcessDesignerCore: (0, fx_models_1.guid)("62107b6e-02ca-4df9-a3f4-273cc5a61fb1"),
130
+ ProcessDesignerItem: (0, fx_models_1.guid)("9b9a5055-d871-42a8-aba6-59bb66cce039"),
131
+ ProcessDesignerShapePickerCore: (0, fx_models_1.guid)("a7258ae7-67fb-4dec-a487-de66102ae3aa"),
132
+ ProcessShapeCore: (0, fx_models_1.guid)("c0c58d85-81f1-4473-b71d-84621d5cf0b8"),
133
+ ProcessRollupCore: (0, fx_models_1.guid)("ac33e4e6-3c32-491e-93ca-e41906a75b3c"),
134
+ ProcessRollupViewRegistration: (0, fx_models_1.guid)("92fde160-9517-40a7-8d70-60628dad42f0"),
135
+ MovedProcessMessage: (0, fx_models_1.guid)("b30c280b-714a-412e-815c-46f215b0597c"),
136
+ OPMMSTeamsTabProviderRegistration: (0, fx_models_1.guid)("d9ba8edd-2fc4-411c-b382-0724c15b30a4"),
137
+ RTFExtensionsCore: (0, fx_models_1.guid)("e727437e-0b80-411c-ac4e-a1a88382ee74"),
138
+ AdminProcessTemplatesCore: (0, fx_models_1.guid)("f2ff8202-8058-488e-bc66-b3c3b6065ab0"),
139
+ ProcessTaskApiRegistration: (0, fx_models_1.guid)("c05cec0b-9960-48dc-b1e0-31f3b58c14a7"),
140
+ ProcessFilterEngineRegistrationApi: (0, fx_models_1.guid)("78d7e2d3-c142-44f7-8626-b545fa238eac"),
141
+ ProcessFilterEngineCore: (0, fx_models_1.guid)("a2bd73a4-3309-4b2a-8afd-78925396b98a"),
142
+ ProcessButtonApiRegistration: (0, fx_models_1.guid)("09b64832-a79b-4efd-b4c3-5915ff9dc117"),
143
+ DocumentTaskBulkUpdateCore: (0, fx_models_1.guid)("28311829-e52a-4634-81bb-9fe95fa22098"),
144
+ FxCore: (0, fx_models_1.guid)("54a125ba-c2f8-4c4c-b549-ce0c3861026b"),
145
+ DocumentLibraryCore: (0, fx_models_1.guid)("ec9a51e6-d7fb-4bc5-9c94-de112d40f15e"),
146
+ DocumentRollupSettingsTabsResources: (0, fx_models_1.guid)("99ec4a1f-0ffe-40f1-8a37-34b35fffc549"),
147
+ DocumentPickerCore: (0, fx_models_1.guid)("e5c00825-e233-4589-97b5-a48bf954e1cb"),
148
+ DocumentPickerAdminCore: (0, fx_models_1.guid)("da865a37-b562-4bc2-b6f3-67d0fb35d2f0"),
149
+ DocumentPickerAdminSettingsRegistration: (0, fx_models_1.guid)("2ab37372-8cf7-4d13-89e3-a0809e50c03f"),
150
+ ODMMSTeamsTabProviderRegistration: (0, fx_models_1.guid)("e3a2848a-93a4-4472-8f42-0ee002d48916"),
151
+ NewDocumentButtonRegistrationHandler: (0, fx_models_1.guid)("e2369443-0b0c-42cd-ba50-46485c9b668f"),
152
+ NewDocumentButtonSubscribeHandler: (0, fx_models_1.guid)("93ebcadb-e8a6-4223-83b8-72f6fe455f92"),
153
+ WCMIntegrationHandler: (0, fx_models_1.guid)("449717c1-88ac-409c-b0db-92fb95f389ce"),
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")
158
+ });