@omnia/management-system 8.0.1-vnext → 8.0.2-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/approvaltask/ApprovalTaskCustomViewApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documents/DocumentLibraryCommandButtonApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documents/DocumentLibraryCommandButtonApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/documenttype/DocumentTypeSettingCustomTabApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/constants.d.ts +108 -23
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +23 -16
- package/internal-do-not-import-from-here/models/Enums.js +19 -12
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +12 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.js +152 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -149
- package/internal-do-not-import-from-here/models/ManifestIds.js +3 -155
- package/internal-do-not-import-from-here/models/Properties.d.ts +5 -4
- package/internal-do-not-import-from-here/models/Properties.js +4 -1
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomViewProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/approvaltask/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.d.ts +38 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.js +7 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +1 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomProvider.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.js +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/documenttype/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/index.js +2 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +0 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.d.ts +21 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.js +13 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/TaskBulkUpdateSearchResult.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/TaskBulkUpdateSearchResult.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/TaskItem.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/TaskItem.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/index.js +7 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +3 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +10 -10
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +3 -2
- package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +5 -6
- package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +4 -5
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processworkflows/CreateDraftProcessRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/CreateDraftProcessRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processworkflows/SetProcessCommentRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/SetProcessCommentRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/index.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +1 -1
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +4 -3
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +12 -11
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +2 -10
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +3 -34
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +2 -2
- package/internal-do-not-import-from-here/models/filterengine/Shared.d.ts +4 -4
- package/internal-do-not-import-from-here/models/filterengine/Shared.js +1 -1
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.d.ts +2 -2
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.js +1 -1
- package/internal-do-not-import-from-here/models/index.d.ts +1 -2
- package/internal-do-not-import-from-here/models/index.js +1 -2
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.js +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +5 -5
- package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.d.ts +3 -3
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +3 -3
- package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.js +1 -1
- package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.d.ts +5 -5
- package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.js +1 -1
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +16 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.js +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.d.ts +9 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentReadReceiptHistory.js +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/readreceiptsignoff/index.js +5 -0
- package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/processshape/index.d.ts +1 -0
- package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +9 -0
- package/internal-do-not-import-from-here/processshape/shapedefinitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/ImageService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/PermissionService.d.ts +2 -0
- package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ProcessService.d.ts +31 -31
- package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +3 -3
- package/internal-do-not-import-from-here/services/UserService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +56 -0
- package/internal-do-not-import-from-here/services/document/DocumentTemplateService.d.ts +18 -0
- package/internal-do-not-import-from-here/services/document/DocumentTypeService.d.ts +15 -0
- package/internal-do-not-import-from-here/services/document/index.d.ts +3 -0
- package/internal-do-not-import-from-here/services/documentlibrary/ApprovalTaskService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +21 -0
- package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +16 -0
- package/internal-do-not-import-from-here/services/documentlibrary/ReviewReminderTaskService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/documentlibrary/ReviewTaskService.d.ts +17 -0
- package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/documentlibrary/index.d.ts +6 -0
- package/internal-do-not-import-from-here/services/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +8 -10
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
- package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentConversionStore.d.ts +14 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentPropetiesStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentSharePointFieldStore.d.ts +22 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTemplateStore.d.ts +37 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +43 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +85 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/NewDocumentStore.d.ts +36 -0
- package/internal-do-not-import-from-here/stores/documentlibrary/index.d.ts +7 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/utils.d.ts +20 -7
- package/internal-do-not-import-from-here/ux/MSMediaPickerStorageProviderContext.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +14 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +16 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +25 -97
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +28 -100
- package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +335 -30
- package/package.json +1 -1
- package/task.js +4 -4
- package/task.ts +3 -2
- package/internal-do-not-import-from-here/models/Constants.d.ts +0 -29
- package/internal-do-not-import-from-here/models/Constants.js +0 -33
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.d.ts +0 -4
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -15
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -24
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.js +0 -4
- /package/internal-do-not-import-from-here/models/components/{processrollup/ProcessRollupDatePeriodsPropFilterValue.js → approvaltask/ApprovalTaskCustomView.js} +0 -0
@@ -1,55 +1,360 @@
|
|
1
1
|
import { VueComponentBaseProps } from "@omnia/fx/ux";
|
2
2
|
|
3
|
+
import wcb3a24b0a5b93409b8d6ba0c6b8372f38 from '../../../../client/admin/documentmanagment/AdminJourney';
|
4
|
+
import wc19d0af12e1da48b58ed4f779a17c505e from '../../../../client/admin/processmanagement/AdminJourney';
|
5
|
+
import wc8dbacaea64824c6dba4feb66b69b77fd from '../../../../client/components/copyfrompublisheddocument/CopyFromPublishedDocumentDialog';
|
6
|
+
import wcf76ddbbb2ec745e482f9ff8ec87d8750 from '../../../../client/components/createdraftdocumentdialog/CreateDraftDialog';
|
7
|
+
import wc3720ece562b24f4ab779d1cc20dc2485 from '../../../../client/components/documentaddmovedialog/DocumentAddMoveDialog';
|
8
|
+
import wc5ac48a35747d4e0a85ee0de9016189ab from '../../../../client/components/documentappendixdialog/DocumentAppendixDialog';
|
9
|
+
import wc63ef94f69a9c4d3f964e9210db7044e0 from '../../../../client/components/documenthistorydialog/DocumentHistoryDialog';
|
10
|
+
import wc07d708b7982041d7b7ca7f4803f0fede from '../../../../client/components/documentinfo/DocumentInfo';
|
11
|
+
import wc5e20b802424c41a5929239ce804ff31d from '../../../../client/components/documentmetadatadialog/DocumentMetaDataDialog';
|
12
|
+
import wc0b0aba242055440fab9bc695ea21cae5 from '../../../../client/components/documentmultipropertiesdialog/DocumentMultiPropertiesDialog';
|
13
|
+
import wc41925543194a437094236d3847fc01c4 from '../../../../client/components/documentsignedcopydialog/DocumentSignedCopyDialog';
|
14
|
+
import wcbe4d363efe814ae1bfab27a6274906e1 from '../../../../client/components/documenttemplatepickers/DocumentTemplatePicker';
|
15
|
+
import wce41399e1b62c4e42848dfef310cf5636 from '../../../../client/components/documentuploaderdialog/DocumentUploaderDialog';
|
16
|
+
import wc544b9ae03fa7440db62bd2cbc36d6fe3 from '../../../../client/components/freeformpicker/FreeformPicker';
|
17
|
+
import wc7bb3613dbaac408a8adac195632a6be1 from '../../../../client/components/mediapicker/MediaPicker';
|
18
|
+
import wcde74a9b4b52c42239f43fbc8c7624aa1 from '../../../../client/components/movepublisheddocumentdialog/MovePublishedDocumentDialog';
|
19
|
+
import wc808cacbc7a7a433c9d1b22b819fd29ea from '../../../../client/components/paging/Paging';
|
20
|
+
import wc2b6a93b446194d91a58d6f06785720ac from '../../../../client/components/permissiondialog/PermissionDialog';
|
21
|
+
import wc601b298e7d644faf91fd1daac7b80267 from '../../../../client/components/pointpicker/PointPicker';
|
3
22
|
import wc3f6b5cf1f6194782981825f813577f06 from '../../../../client/components/processpicker/ProcessPickerDialog';
|
4
23
|
import wc6d22fe7c1f9847a194922681d09b49ac from '../../../../client/components/processpicker/ProcessPickerField';
|
24
|
+
import wcf2841e5ce9274a2980bd5a6f8dd32487 from '../../../../client/components/relateddocumentsdialog/RelatedDocumentsDialog';
|
25
|
+
import wc5fced747d6d2409584b2fc4c239f2097 from '../../../../client/components/relatedprocessesdialog/RelatedProcessesDialog';
|
26
|
+
import wcabe886ba61034347b52638a767955748 from '../../../../client/components/unpublishdocumentdialog/UnpublishDocumentDialog';
|
27
|
+
import wcf901d747a168498cb09e8cfb91d1d3d6 from '../../../../client/documentlibrary/components/DocumentLibrary';
|
28
|
+
import wc1ac43d52c1054f37869d0f54983875f2 from '../../../../client/documentlibrary/components/DocumentLibrarySettings';
|
29
|
+
import wcae9b0150d5124ad6983f7efa5de08c10 from '../../../../client/documentpicker/admin/blades/CategoryListingBlade';
|
5
30
|
import wc2e35ce1e09e54a3eb376ab4dc9b3aef0 from '../../../../client/documentrollup/components/DocumentRollup';
|
6
31
|
import wcf9f26f4b6c1c40a1b10e781f0062bfd3 from '../../../../client/processrollup/components/ProcessRollup';
|
7
32
|
import wc71a8cb21423140bf8c4d67a0bf0bcce3 from '../../../../client/properties/process/ProcessDisplay';
|
8
33
|
import wc8de8829ca03e4f1394eba3521ab6330d from '../../../../client/properties/process/ProcessEditor';
|
9
34
|
import wc6ee6ce37e3714b9094e6395b0db7bbe4 from '../../../../client/admin/processmanagement/queryableproperties/QueryablePropertiesJourney';
|
35
|
+
import wc00ef32061ba04247b3c47a5fdc0af28c from '../../../../client/components/documenttypepickers/explorer_single/DocumentTypeExplorerPicker';
|
36
|
+
import wcd91bfa89b7a64e659d692644b47de4c9 from '../../../../client/components/documenttypepickers/tree_multiple/DocumentTypeTreePicker';
|
10
37
|
import wc15d9975816ca4c56b19d44c02a7f0864 from './ux/filterengine/components/renderer/process/ProcessPropertyRenderer';
|
11
38
|
import wc124917e0957e49efa535efa10f9f9052 from './ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer';
|
12
39
|
import wc7b831a74f787414ea18b532274a2df5c from './ux/filterengine/components/settings/process/ProcessPropertySettings';
|
13
40
|
import wcdfa488b4060c4bc8b53e7fc28cc58389 from './ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput';
|
14
41
|
import wc6a2aa9d349fb4a6d935b327592c58721 from '../../../../client/admin/documentmanagment/draftablesecret/blades/DraftableAccount';
|
42
|
+
import wc796edfa59aa745df826c65ab43ad7ab3 from '../../../../client/admin/documentmanagment/settings/documentbulkupdate/BulkUpdateJourney';
|
43
|
+
import wc6b3bf46620bc4e8e91a02b2534085869 from '../../../../client/admin/documentmanagment/settings/documentstatistics/DocumentStatisticsJourney';
|
44
|
+
import wc182a06fbe24a4caab725f8f568da07d1 from '../../../../client/admin/documentmanagment/settings/documenttaskbulkupdate/DocumentTaskBulkUpdateJourney';
|
45
|
+
import wce510c2b577b64244ba149ef86c79cf20 from '../../../../client/admin/documentmanagment/settings/documenttemplates/DocumentTemplatesJourney';
|
46
|
+
import wc65af4f6e563141bc8d3dc92862bd4cf3 from '../../../../client/admin/documentmanagment/settings/documenttemplates/blades/tabs/DocumentTemplateCategoryTab';
|
47
|
+
import wcfd85e65fa6924ed582d007f86f49ffdb from '../../../../client/admin/documentmanagment/settings/documenttemplates/blades/tabs/DocumentTemplateTab';
|
48
|
+
import wc4fa929fdb5d64987926cdd23df5fe546 from '../../../../client/admin/documentmanagment/settings/documenttermination/DocumentTermination';
|
49
|
+
import wc96b72a15536c4935b2ad4c9c08ac4b65 from '../../../../client/admin/documentmanagment/settings/documenttypes/DocumentTypesJourney';
|
50
|
+
import wcdb89c9e8b5fe4b1fa3b52ade87e1f384 from '../../../../client/admin/documentmanagment/settings/expiredreviews/ExpiredReviewsJourney';
|
51
|
+
import wca6040f29c4f14b92a5813732a1d4ea03 from '../../../../client/admin/documentmanagment/settings/globalsettings/GlobalSettings';
|
52
|
+
import wca8ef9684254b4aa79a1df9ba4a2d6e93 from '../../../../client/admin/processmanagement/settings/globalsettings/GlobalSettingsJourney';
|
53
|
+
import wcaece6d81684d4f3388acf6aca0cd51c8 from '../../../../client/admin/processmanagement/settings/globalsettings/blades/General';
|
54
|
+
import wce0ecab4e1d6d45e6a8e510757030eb1d from '../../../../client/admin/processmanagement/settings/globalsettings/blades/MediaPicker';
|
55
|
+
import wcbfc5cfc95842480d928a9c6e7241dc60 from '../../../../client/admin/processmanagement/settings/globalsettings/blades/Print';
|
56
|
+
import wcde4542d3fc2845deb364456ab9bfbeec from '../../../../client/admin/processmanagement/settings/processtemplates/ProcessTemplateLayoutsJourney';
|
57
|
+
import wc8109e5e633b6441b961a61381ab729cf from '../../../../client/admin/processmanagement/settings/processtypes/ProcessTypesJourney';
|
58
|
+
import wc9274eaca6dcf44c993aba28974310c80 from '../../../../client/admin/processmanagement/settings/shapegallery/ShapeGalleryJourney';
|
59
|
+
import wc21d1b179d290483984b8ad3e9d929fbf from '../../../../client/components/documentmetadatadialog/tabs/documenttemplate/TemplateMergeSettings';
|
60
|
+
import wcb104210fc5c0479ca9f8bfbf7e4e7360 from '../../../../client/components/documentmetadatadialog/tabs/feedback/DocumentFeedbackTab';
|
61
|
+
import wcd0c17d7aad754bbbb334deb91d19818f from '../../../../client/components/documentmetadatadialog/tabs/properties/DocumentMetaDataDialogPropertiesTab';
|
62
|
+
import wc2b4e7052db9e41e3b84bcfa6357aa0ce from '../../../../client/components/documentmetadatadialog/tabs/publishedproperties/DocumentMetaDataDialogPublishedPropertiesTab';
|
63
|
+
import wcd20c8d0bf9114f4585dcd72eefea23dd from '../../../../client/components/documentmetadatadialog/tabs/receiptstatus/DocumentReceiptStatusTab';
|
64
|
+
import wc05e850cde8cf45efb336e32505bd847f from '../../../../client/components/documentmetadatadialog/tabs/workflow/DocumentMetaDataDialogWorkflowTab';
|
65
|
+
import wca7a02fa05a5a428faca78ea4f4ddc248 from '../../../../client/documentlibrary/components/views/List/ListView';
|
66
|
+
import wc70a8623725d147d7a1b56d2ceba8f64c from '../../../../client/documentlibrary/components/views/List/DocumentLibraryCommandBar/DocumentLibraryCommandBar';
|
67
|
+
import wc1c5e8399c37346249e40ab131d9b7a20 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsJourney';
|
15
68
|
//{{importWC}}
|
69
|
+
|
70
|
+
type ExtractJsxProps<T> = {
|
71
|
+
[K in keyof (T extends { propsDefinition: any } ? T["propsDefinition"] : T)]: T extends {
|
72
|
+
propsDefinition: any;
|
73
|
+
}
|
74
|
+
? T["propsDefinition"][K]
|
75
|
+
: never;
|
76
|
+
} & { $children?: any; };
|
77
|
+
|
16
78
|
declare global {
|
17
79
|
namespace JSX {
|
18
80
|
interface Element { }
|
19
81
|
interface ElementClass { }
|
20
82
|
|
21
83
|
interface IntrinsicElements {
|
22
|
-
|
23
|
-
"opm-process-picker-field": typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d22fe7c1f9847a194922681d09b49ac.propsDefinition>
|
24
|
-
"odm-document-rollup": typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0.propsDefinition>
|
25
|
-
"opm-process-rollup": typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3.propsDefinition>
|
26
|
-
"omfx-properties-process-display": typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc71a8cb21423140bf8c4d67a0bf0bcce3.propsDefinition>
|
27
|
-
"omfx-properties-process-editor": typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8de8829ca03e4f1394eba3521ab6330d.propsDefinition>
|
28
|
-
"opm-admin-queryproperties-journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6ee6ce37e3714b9094e6395b0db7bbe4.propsDefinition>
|
29
|
-
"opm-process-filterengine-renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc15d9975816ca4c56b19d44c02a7f0864.propsDefinition>
|
30
|
-
"opm-filterengine-selectionsarea-processproperty": typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc124917e0957e49efa535efa10f9f9052.propsDefinition>
|
31
|
-
"opm-process-filterengine-propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b831a74f787414ea18b532274a2df5c.propsDefinition>
|
32
|
-
"opm-process-filterengine-defaultvalue-input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfa488b4060c4bc8b53e7fc28cc58389.propsDefinition>
|
33
|
-
"omnia-ms-draftable-account": typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6a2aa9d349fb4a6d935b327592c58721.propsDefinition>
|
34
|
-
//{{elementName}}
|
84
|
+
//{{elementName}}
|
35
85
|
}
|
36
86
|
}
|
37
87
|
}
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
"
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
88
|
+
declare global {
|
89
|
+
|
90
|
+
let oms: {
|
91
|
+
"odm": {
|
92
|
+
"admin": {
|
93
|
+
"journey": typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38,
|
94
|
+
"settings": {
|
95
|
+
"bulkupdate": {
|
96
|
+
"journey": typeof wc796edfa59aa745df826c65ab43ad7ab3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc796edfa59aa745df826c65ab43ad7ab3
|
97
|
+
},
|
98
|
+
"doctasks": {
|
99
|
+
"bulkupdate": {
|
100
|
+
"journey": typeof wc182a06fbe24a4caab725f8f568da07d1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc182a06fbe24a4caab725f8f568da07d1
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"documenttemplates": {
|
104
|
+
"journey": typeof wce510c2b577b64244ba149ef86c79cf20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce510c2b577b64244ba149ef86c79cf20
|
105
|
+
},
|
106
|
+
"documenttypes": {
|
107
|
+
"journey": typeof wc96b72a15536c4935b2ad4c9c08ac4b65 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc96b72a15536c4935b2ad4c9c08ac4b65
|
108
|
+
},
|
109
|
+
"expiredreviews": {
|
110
|
+
"journey": typeof wcdb89c9e8b5fe4b1fa3b52ade87e1f384 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb89c9e8b5fe4b1fa3b52ade87e1f384
|
111
|
+
},
|
112
|
+
"globalsettings": typeof wca6040f29c4f14b92a5813732a1d4ea03 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca6040f29c4f14b92a5813732a1d4ea03,
|
113
|
+
"documenttype": {
|
114
|
+
"itemsettings": {
|
115
|
+
"journey": typeof wc1c5e8399c37346249e40ab131d9b7a20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1c5e8399c37346249e40ab131d9b7a20
|
116
|
+
}
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"documentstatistics": {
|
120
|
+
"journey": typeof wc6b3bf46620bc4e8e91a02b2534085869 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b3bf46620bc4e8e91a02b2534085869
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"paging": typeof wc808cacbc7a7a433c9d1b22b819fd29ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc808cacbc7a7a433c9d1b22b819fd29ea,
|
124
|
+
"document": {
|
125
|
+
"library": {
|
126
|
+
"settings": typeof wc1ac43d52c1054f37869d0f54983875f2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1ac43d52c1054f37869d0f54983875f2,
|
127
|
+
"list": {
|
128
|
+
"view": typeof wca7a02fa05a5a428faca78ea4f4ddc248 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca7a02fa05a5a428faca78ea4f4ddc248
|
129
|
+
}
|
130
|
+
},
|
131
|
+
"library$": typeof wcf901d747a168498cb09e8cfb91d1d3d6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf901d747a168498cb09e8cfb91d1d3d6,
|
132
|
+
"rollup": typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0,
|
133
|
+
"metadata": {
|
134
|
+
"dialog": {
|
135
|
+
"published": {
|
136
|
+
"properties": {
|
137
|
+
"tab": typeof wc2b4e7052db9e41e3b84bcfa6357aa0ce extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b4e7052db9e41e3b84bcfa6357aa0ce
|
138
|
+
}
|
139
|
+
},
|
140
|
+
"receipt": {
|
141
|
+
"status": {
|
142
|
+
"tab": typeof wcd20c8d0bf9114f4585dcd72eefea23dd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd20c8d0bf9114f4585dcd72eefea23dd
|
143
|
+
}
|
144
|
+
},
|
145
|
+
"workflow": {
|
146
|
+
"tab": typeof wc05e850cde8cf45efb336e32505bd847f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc05e850cde8cf45efb336e32505bd847f
|
147
|
+
}
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"documentpicker": {
|
152
|
+
"admin": {
|
153
|
+
"category": {
|
154
|
+
"listing": typeof wcae9b0150d5124ad6983f7efa5de08c10 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcae9b0150d5124ad6983f7efa5de08c10
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"opm": {
|
160
|
+
"admin": {
|
161
|
+
"journey": typeof wc19d0af12e1da48b58ed4f779a17c505e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc19d0af12e1da48b58ed4f779a17c505e,
|
162
|
+
"queryproperties": {
|
163
|
+
"journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6ee6ce37e3714b9094e6395b0db7bbe4
|
164
|
+
},
|
165
|
+
"settings": {
|
166
|
+
"process": {
|
167
|
+
"template": {
|
168
|
+
"layouts": {
|
169
|
+
"journey": typeof wcde4542d3fc2845deb364456ab9bfbeec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde4542d3fc2845deb364456ab9bfbeec
|
170
|
+
}
|
171
|
+
},
|
172
|
+
"types": {
|
173
|
+
"journey": typeof wc8109e5e633b6441b961a61381ab729cf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8109e5e633b6441b961a61381ab729cf
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"process": {
|
179
|
+
"rollup": typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3,
|
180
|
+
"filterengine": {
|
181
|
+
"renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc15d9975816ca4c56b19d44c02a7f0864,
|
182
|
+
"propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b831a74f787414ea18b532274a2df5c,
|
183
|
+
"defaultvalue": {
|
184
|
+
"input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdfa488b4060c4bc8b53e7fc28cc58389
|
185
|
+
}
|
186
|
+
}
|
187
|
+
},
|
188
|
+
"filterengine": {
|
189
|
+
"selectionsarea": {
|
190
|
+
"processproperty": typeof wc124917e0957e49efa535efa10f9f9052 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc124917e0957e49efa535efa10f9f9052
|
191
|
+
}
|
192
|
+
}
|
193
|
+
},
|
194
|
+
"copy": {
|
195
|
+
"from": {
|
196
|
+
"published": {
|
197
|
+
"document": {
|
198
|
+
"dialog": typeof wc8dbacaea64824c6dba4feb66b69b77fd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8dbacaea64824c6dba4feb66b69b77fd
|
199
|
+
}
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"create": {
|
204
|
+
"draft": {
|
205
|
+
"dialog": typeof wcf76ddbbb2ec745e482f9ff8ec87d8750 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf76ddbbb2ec745e482f9ff8ec87d8750
|
206
|
+
}
|
207
|
+
},
|
208
|
+
"document": {
|
209
|
+
"add": {
|
210
|
+
"move": {
|
211
|
+
"dialog": typeof wc3720ece562b24f4ab779d1cc20dc2485 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3720ece562b24f4ab779d1cc20dc2485
|
212
|
+
}
|
213
|
+
},
|
214
|
+
"appendix": {
|
215
|
+
"dialog": typeof wc5ac48a35747d4e0a85ee0de9016189ab extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5ac48a35747d4e0a85ee0de9016189ab
|
216
|
+
},
|
217
|
+
"history": typeof wc63ef94f69a9c4d3f964e9210db7044e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc63ef94f69a9c4d3f964e9210db7044e0,
|
218
|
+
"info": typeof wc07d708b7982041d7b7ca7f4803f0fede extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07d708b7982041d7b7ca7f4803f0fede,
|
219
|
+
"metadata": {
|
220
|
+
"dialog": {
|
221
|
+
"feedback": {
|
222
|
+
"tab": typeof wcb104210fc5c0479ca9f8bfbf7e4e7360 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb104210fc5c0479ca9f8bfbf7e4e7360
|
223
|
+
},
|
224
|
+
"properties": {
|
225
|
+
"tab": typeof wcd0c17d7aad754bbbb334deb91d19818f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0c17d7aad754bbbb334deb91d19818f
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"dialog$": typeof wc5e20b802424c41a5929239ce804ff31d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e20b802424c41a5929239ce804ff31d
|
229
|
+
},
|
230
|
+
"multi": {
|
231
|
+
"properties": {
|
232
|
+
"dialog": typeof wc0b0aba242055440fab9bc695ea21cae5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b0aba242055440fab9bc695ea21cae5
|
233
|
+
}
|
234
|
+
},
|
235
|
+
"template": {
|
236
|
+
"picker": typeof wcbe4d363efe814ae1bfab27a6274906e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbe4d363efe814ae1bfab27a6274906e1
|
237
|
+
},
|
238
|
+
"uploader": {
|
239
|
+
"dialog": typeof wce41399e1b62c4e42848dfef310cf5636 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce41399e1b62c4e42848dfef310cf5636
|
240
|
+
},
|
241
|
+
"type": {
|
242
|
+
"explorer": {
|
243
|
+
"picker": typeof wc00ef32061ba04247b3c47a5fdc0af28c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc00ef32061ba04247b3c47a5fdc0af28c
|
244
|
+
},
|
245
|
+
"tree": {
|
246
|
+
"picker": typeof wcd91bfa89b7a64e659d692644b47de4c9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd91bfa89b7a64e659d692644b47de4c9
|
247
|
+
}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"signed": {
|
251
|
+
"copy": {
|
252
|
+
"dialog": typeof wc41925543194a437094236d3847fc01c4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc41925543194a437094236d3847fc01c4
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"freeform": {
|
256
|
+
"picker": typeof wc544b9ae03fa7440db62bd2cbc36d6fe3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc544b9ae03fa7440db62bd2cbc36d6fe3
|
257
|
+
},
|
258
|
+
"media": {
|
259
|
+
"picker": typeof wc7bb3613dbaac408a8adac195632a6be1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7bb3613dbaac408a8adac195632a6be1
|
260
|
+
},
|
261
|
+
"move": {
|
262
|
+
"published": {
|
263
|
+
"document": {
|
264
|
+
"dialog": typeof wcde74a9b4b52c42239f43fbc8c7624aa1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde74a9b4b52c42239f43fbc8c7624aa1
|
265
|
+
}
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"permission": {
|
269
|
+
"dialog": typeof wc2b6a93b446194d91a58d6f06785720ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b6a93b446194d91a58d6f06785720ac
|
270
|
+
},
|
271
|
+
"point": {
|
272
|
+
"picker": typeof wc601b298e7d644faf91fd1daac7b80267 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc601b298e7d644faf91fd1daac7b80267
|
273
|
+
},
|
274
|
+
"process": {
|
275
|
+
"picker": {
|
276
|
+
"dialog": typeof wc3f6b5cf1f6194782981825f813577f06 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f6b5cf1f6194782981825f813577f06,
|
277
|
+
"field": typeof wc6d22fe7c1f9847a194922681d09b49ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6d22fe7c1f9847a194922681d09b49ac
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"related": {
|
281
|
+
"documents": {
|
282
|
+
"dialog": typeof wcf2841e5ce9274a2980bd5a6f8dd32487 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2841e5ce9274a2980bd5a6f8dd32487
|
283
|
+
},
|
284
|
+
"processes": {
|
285
|
+
"dialog": typeof wc5fced747d6d2409584b2fc4c239f2097 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5fced747d6d2409584b2fc4c239f2097
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"unpublish": {
|
289
|
+
"document": {
|
290
|
+
"dialog": typeof wcabe886ba61034347b52638a767955748 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcabe886ba61034347b52638a767955748
|
291
|
+
}
|
292
|
+
},
|
293
|
+
"omfx": {
|
294
|
+
"properties": {
|
295
|
+
"process": {
|
296
|
+
"display": typeof wc71a8cb21423140bf8c4d67a0bf0bcce3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc71a8cb21423140bf8c4d67a0bf0bcce3,
|
297
|
+
"editor": typeof wc8de8829ca03e4f1394eba3521ab6330d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8de8829ca03e4f1394eba3521ab6330d
|
298
|
+
}
|
299
|
+
}
|
300
|
+
},
|
301
|
+
"omnia": {
|
302
|
+
"ms": {
|
303
|
+
"draftable": {
|
304
|
+
"account": typeof wc6a2aa9d349fb4a6d935b327592c58721 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6a2aa9d349fb4a6d935b327592c58721
|
305
|
+
}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"settings": {
|
309
|
+
"documenttemplate": {
|
310
|
+
"category": {
|
311
|
+
"tab": typeof wc65af4f6e563141bc8d3dc92862bd4cf3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc65af4f6e563141bc8d3dc92862bd4cf3
|
312
|
+
},
|
313
|
+
"tab": typeof wcfd85e65fa6924ed582d007f86f49ffdb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd85e65fa6924ed582d007f86f49ffdb
|
314
|
+
}
|
315
|
+
},
|
316
|
+
"admin": {
|
317
|
+
"settings": {
|
318
|
+
"document": {
|
319
|
+
"termination": typeof wc4fa929fdb5d64987926cdd23df5fe546 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4fa929fdb5d64987926cdd23df5fe546
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"global": {
|
323
|
+
"settings": {
|
324
|
+
"journey": typeof wca8ef9684254b4aa79a1df9ba4a2d6e93 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca8ef9684254b4aa79a1df9ba4a2d6e93
|
325
|
+
}
|
326
|
+
},
|
327
|
+
"shape": {
|
328
|
+
"gallery": {
|
329
|
+
"journey": typeof wc9274eaca6dcf44c993aba28974310c80 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9274eaca6dcf44c993aba28974310c80
|
330
|
+
}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"global": {
|
334
|
+
"settings": {
|
335
|
+
"general": typeof wcaece6d81684d4f3388acf6aca0cd51c8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaece6d81684d4f3388acf6aca0cd51c8,
|
336
|
+
"mediapicker": typeof wce0ecab4e1d6d45e6a8e510757030eb1d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce0ecab4e1d6d45e6a8e510757030eb1d,
|
337
|
+
"print": typeof wcbfc5cfc95842480d928a9c6e7241dc60 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbfc5cfc95842480d928a9c6e7241dc60
|
338
|
+
}
|
339
|
+
},
|
340
|
+
"doc": {
|
341
|
+
"meta": {
|
342
|
+
"data": {
|
343
|
+
"template": {
|
344
|
+
"merge": {
|
345
|
+
"settings": typeof wc21d1b179d290483984b8ad3e9d929fbf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc21d1b179d290483984b8ad3e9d929fbf
|
346
|
+
}
|
347
|
+
}
|
348
|
+
}
|
349
|
+
}
|
350
|
+
},
|
351
|
+
"command": {
|
352
|
+
"button": {
|
353
|
+
"bar": typeof wc70a8623725d147d7a1b56d2ceba8f64c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc70a8623725d147d7a1b56d2ceba8f64c
|
354
|
+
}
|
355
|
+
}
|
55
356
|
}
|
357
|
+
//{{namespace}}
|
358
|
+
|
359
|
+
}
|
360
|
+
|
package/package.json
CHANGED
package/task.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.init =
|
3
|
+
exports.init = init;
|
4
|
+
const models_1 = require("@omnia/fx/models");
|
4
5
|
const tooling_vue_1 = require("@omnia/tooling-vue");
|
5
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
7
|
const path = require("path");
|
@@ -10,8 +11,8 @@ function init() {
|
|
10
11
|
(0, tooling_vue_1.registerManifestsReference)([
|
11
12
|
{
|
12
13
|
path: "node_modules/@omnia/management-system/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json",
|
13
|
-
serviceId: "b3d13ef7-5ff8-4496-a283-81a742080aef",
|
14
|
-
resourceId: "54a125ba-c2f8-4c4c-b549-ce0c3861026b"
|
14
|
+
serviceId: (0, models_1.guid)("b3d13ef7-5ff8-4496-a283-81a742080aef"),
|
15
|
+
resourceId: (0, models_1.guid)("54a125ba-c2f8-4c4c-b549-ce0c3861026b")
|
15
16
|
}
|
16
17
|
]);
|
17
18
|
const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
|
@@ -19,4 +20,3 @@ function init() {
|
|
19
20
|
(0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
|
20
21
|
}
|
21
22
|
}
|
22
|
-
exports.init = init;
|
package/task.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
+
import { guid } from "@omnia/fx/models";
|
2
3
|
import { registerManifestsReference, registerOutputInfo } from "@omnia/tooling-vue";
|
3
4
|
|
4
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
@@ -12,8 +13,8 @@ export function init() {
|
|
12
13
|
registerManifestsReference([
|
13
14
|
{
|
14
15
|
path: "node_modules/@omnia/management-system/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json",
|
15
|
-
serviceId: "b3d13ef7-5ff8-4496-a283-81a742080aef",
|
16
|
-
resourceId: "54a125ba-c2f8-4c4c-b549-ce0c3861026b"
|
16
|
+
serviceId: guid("b3d13ef7-5ff8-4496-a283-81a742080aef"),
|
17
|
+
resourceId: guid("54a125ba-c2f8-4c4c-b549-ce0c3861026b")
|
17
18
|
}
|
18
19
|
]);
|
19
20
|
|
@@ -1,29 +0,0 @@
|
|
1
|
-
export declare const OPMEnterprisePropertyInternalNames: {
|
2
|
-
readonly OPMEdition: string;
|
3
|
-
readonly OPMRevision: string;
|
4
|
-
readonly OPMProcessType: string;
|
5
|
-
readonly OPMProcessIdNumber: string;
|
6
|
-
readonly OPMPublished: string;
|
7
|
-
readonly OPMApprovedBy: string;
|
8
|
-
readonly OPMIsArchived: string;
|
9
|
-
readonly OPMIsPublished: string;
|
10
|
-
};
|
11
|
-
export declare const OPMProcessProperty: {
|
12
|
-
readonly Id: string;
|
13
|
-
};
|
14
|
-
export declare module Security {
|
15
|
-
const OPMRoleDefinitions: {
|
16
|
-
readonly Author: string;
|
17
|
-
readonly Reader: string;
|
18
|
-
readonly Approver: string;
|
19
|
-
readonly Reviewer: string;
|
20
|
-
};
|
21
|
-
const OPMResourceEvaluators: {
|
22
|
-
readonly SecurityResourceIdResource: string;
|
23
|
-
readonly OPMProcessIdResource: string;
|
24
|
-
};
|
25
|
-
const Parameters: {
|
26
|
-
readonly OPMProcessId: string;
|
27
|
-
readonly SecurityResourceId: string;
|
28
|
-
};
|
29
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Security = exports.OPMProcessProperty = exports.OPMEnterprisePropertyInternalNames = void 0;
|
4
|
-
exports.OPMEnterprisePropertyInternalNames = {
|
5
|
-
get OPMEdition() { return "OPMEdition"; },
|
6
|
-
get OPMRevision() { return "OPMRevision"; },
|
7
|
-
get OPMProcessType() { return "OPMProcessType"; },
|
8
|
-
get OPMProcessIdNumber() { return "OPMProcessIdNumber"; },
|
9
|
-
get OPMPublished() { return "OPMPublished"; },
|
10
|
-
get OPMApprovedBy() { return "OPMApprovedBy"; },
|
11
|
-
get OPMIsArchived() { return "OPMIsArchived"; },
|
12
|
-
get OPMIsPublished() { return "OPMIsPublished"; }
|
13
|
-
};
|
14
|
-
exports.OPMProcessProperty = {
|
15
|
-
get Id() { return "7491ec1a-9cf5-4c49-b102-2f84f89795eb"; }
|
16
|
-
};
|
17
|
-
var Security;
|
18
|
-
(function (Security) {
|
19
|
-
Security.OPMRoleDefinitions = {
|
20
|
-
get Author() { return "f412d0be-16e8-4fc2-80cf-dca39a265a08"; },
|
21
|
-
get Reader() { return "38c86dbf-44a2-45c4-b370-2c1cabea954c"; },
|
22
|
-
get Approver() { return "22672fb9-e62f-470c-a68d-77ae03a5115d"; },
|
23
|
-
get Reviewer() { return "89e89b72-a75c-41d2-8303-b83800980faa"; }
|
24
|
-
};
|
25
|
-
Security.OPMResourceEvaluators = {
|
26
|
-
get SecurityResourceIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.ISecurityResourceIdResourceEvaluator"; },
|
27
|
-
get OPMProcessIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.IOPMProcessIdResourceEvaluator"; }
|
28
|
-
};
|
29
|
-
Security.Parameters = {
|
30
|
-
get OPMProcessId() { return "opmProcessId"; },
|
31
|
-
get SecurityResourceId() { return "opmSecurityResourceId"; }
|
32
|
-
};
|
33
|
-
})(Security = exports.Security || (exports.Security = {}));
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
import { MediaPickerStorageProviderContext } from "@omnia/fx/models";
|
3
|
-
export declare class ProcessMediaPickerProviderContext extends MediaPickerStorageProviderContext {
|
4
|
-
readonly omniaServiceId: GuidValue;
|
5
|
-
readonly storageProviderContextId: GuidValue;
|
6
|
-
readonly processId: GuidValue;
|
7
|
-
readonly isProcessFeedback: boolean;
|
8
|
-
constructor(processId: GuidValue, isProcessFeedback: boolean);
|
9
|
-
}
|
10
|
-
export declare class ShapeTemplateMediaPickerProviderContext extends MediaPickerStorageProviderContext {
|
11
|
-
readonly omniaServiceId: GuidValue;
|
12
|
-
readonly storageProviderContextId: GuidValue;
|
13
|
-
readonly shapeTemplateId: GuidValue;
|
14
|
-
constructor(shapeTemplateId: GuidValue);
|
15
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ShapeTemplateMediaPickerProviderContext = exports.ProcessMediaPickerProviderContext = void 0;
|
4
|
-
const models_1 = require("@omnia/fx/models");
|
5
|
-
const ManifestIds_1 = require("../ManifestIds");
|
6
|
-
class ProcessMediaPickerProviderContext extends models_1.MediaPickerStorageProviderContext {
|
7
|
-
constructor(processId, isProcessFeedback) {
|
8
|
-
super();
|
9
|
-
this.omniaServiceId = ManifestIds_1.MSService.Id;
|
10
|
-
this.storageProviderContextId = new models_1.Guid("ccb7d7c2-4bb4-4251-85db-c5f1bc420b02");
|
11
|
-
this.processId = processId;
|
12
|
-
this.isProcessFeedback = isProcessFeedback;
|
13
|
-
}
|
14
|
-
}
|
15
|
-
exports.ProcessMediaPickerProviderContext = ProcessMediaPickerProviderContext;
|
16
|
-
class ShapeTemplateMediaPickerProviderContext extends models_1.MediaPickerStorageProviderContext {
|
17
|
-
constructor(shapeTemplateId) {
|
18
|
-
super();
|
19
|
-
this.omniaServiceId = ManifestIds_1.MSService.Id;
|
20
|
-
this.storageProviderContextId = new models_1.Guid("6d2fc37e-35ce-4365-a430-26f6ecc658ac");
|
21
|
-
this.shapeTemplateId = shapeTemplateId;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
exports.ShapeTemplateMediaPickerProviderContext = ShapeTemplateMediaPickerProviderContext;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./MediaPickerProviderContext";
|