@omnia/management-system 8.0.1-vnext → 8.0.3-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 +112 -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 +32 -18
- package/internal-do-not-import-from-here/models/Enums.js +26 -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 +157 -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 +22 -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 +4 -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 +9 -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 +5 -2
- 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 +3 -2
- 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/models/styles/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/styles/index.js +0 -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 +17 -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 +12 -88
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +13 -90
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +17 -97
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +18 -99
- 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 +461 -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/styles/UnpublishProcessDialogStyles.d.ts +0 -5
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
- /package/internal-do-not-import-from-here/models/components/{processrollup/ProcessRollupDatePeriodsPropFilterValue.js → approvaltask/ApprovalTaskCustomView.js} +0 -0
@@ -1,55 +1,486 @@
|
|
1
1
|
import { VueComponentBaseProps } from "@omnia/fx/ux";
|
2
2
|
|
3
|
+
import wc1dabca7534314854ad189a93e1867b28 from '../../../../client/documentpicker/components/DocumentPicker';
|
4
|
+
import wc8c220ecc31714549a3a3051a7ef76d87 from '../../../../client/processdesigner/ProcessDesigner';
|
5
|
+
import wcaee8713fa0e44a53a97a9f7e9b148a84 from '../../../../client/processdesigner/navigations/navigationtree/NavigationNode';
|
6
|
+
import wcb3a24b0a5b93409b8d6ba0c6b8372f38 from '../../../../client/admin/documentmanagment/AdminJourney';
|
7
|
+
import wc19d0af12e1da48b58ed4f779a17c505e from '../../../../client/admin/processmanagement/AdminJourney';
|
8
|
+
import wc8dbacaea64824c6dba4feb66b69b77fd from '../../../../client/components/copyfrompublisheddocument/CopyFromPublishedDocumentDialog';
|
9
|
+
import wcf76ddbbb2ec745e482f9ff8ec87d8750 from '../../../../client/components/createdraftdocumentdialog/CreateDraftDialog';
|
10
|
+
import wc3720ece562b24f4ab779d1cc20dc2485 from '../../../../client/components/documentaddmovedialog/DocumentAddMoveDialog';
|
11
|
+
import wc5ac48a35747d4e0a85ee0de9016189ab from '../../../../client/components/documentappendixdialog/DocumentAppendixDialog';
|
12
|
+
import wc4924242e8e7e40c2a3c80df272ab2bbb from '../../../../client/components/documentcomparisondialog/DocumentComparisonDialog';
|
13
|
+
import wc63ef94f69a9c4d3f964e9210db7044e0 from '../../../../client/components/documenthistorydialog/DocumentHistoryDialog';
|
14
|
+
import wc07d708b7982041d7b7ca7f4803f0fede from '../../../../client/components/documentinfo/DocumentInfo';
|
15
|
+
import wc5e20b802424c41a5929239ce804ff31d from '../../../../client/components/documentmetadatadialog/DocumentMetaDataDialog';
|
16
|
+
import wc0b0aba242055440fab9bc695ea21cae5 from '../../../../client/components/documentmultipropertiesdialog/DocumentMultiPropertiesDialog';
|
17
|
+
import wc41925543194a437094236d3847fc01c4 from '../../../../client/components/documentsignedcopydialog/DocumentSignedCopyDialog';
|
18
|
+
import wcbe4d363efe814ae1bfab27a6274906e1 from '../../../../client/components/documenttemplatepickers/DocumentTemplatePicker';
|
19
|
+
import wce41399e1b62c4e42848dfef310cf5636 from '../../../../client/components/documentuploaderdialog/DocumentUploaderDialog';
|
20
|
+
import wc544b9ae03fa7440db62bd2cbc36d6fe3 from '../../../../client/components/freeformpicker/FreeformPicker';
|
21
|
+
import wc30545bac44c44bbbacbc39140275c96c from '../../../../client/components/locationpicker/LocationPicker';
|
22
|
+
import wc7bb3613dbaac408a8adac195632a6be1 from '../../../../client/components/mediapicker/MediaPicker';
|
23
|
+
import wcde74a9b4b52c42239f43fbc8c7624aa1 from '../../../../client/components/movepublisheddocumentdialog/MovePublishedDocumentDialog';
|
24
|
+
import wce92b610ec5ac405b9d2d0a4283d716d3 from '../../../../client/components/newdocumentdialog/NewDocumentDialog';
|
25
|
+
import wc808cacbc7a7a433c9d1b22b819fd29ea from '../../../../client/components/paging/Paging';
|
26
|
+
import wc2b6a93b446194d91a58d6f06785720ac from '../../../../client/components/permissiondialog/PermissionDialog';
|
27
|
+
import wc601b298e7d644faf91fd1daac7b80267 from '../../../../client/components/pointpicker/PointPicker';
|
28
|
+
import wc5b7169cd70034cf6a86e4a7a38250ec3 from '../../../../client/components/processpermissiondialog/PermissionDialog';
|
3
29
|
import wc3f6b5cf1f6194782981825f813577f06 from '../../../../client/components/processpicker/ProcessPickerDialog';
|
4
30
|
import wc6d22fe7c1f9847a194922681d09b49ac from '../../../../client/components/processpicker/ProcessPickerField';
|
31
|
+
import wc8baefcc1bf914dd4b1bbb277b3ffc97b from '../../../../client/components/publisheddocumentpicker/PublishedDocumentPicker';
|
32
|
+
import wc7b3fd166e35c45f4aca09bcab64971a4 from '../../../../client/components/readreceiptsignoff/ReadReceiptSignOff';
|
33
|
+
import wcf2841e5ce9274a2980bd5a6f8dd32487 from '../../../../client/components/relateddocumentsdialog/RelatedDocumentsDialog';
|
34
|
+
import wc5fced747d6d2409584b2fc4c239f2097 from '../../../../client/components/relatedprocessesdialog/RelatedProcessesDialog';
|
35
|
+
import wce5c50617fb3c418a8ef094d21940931f from '../../../../client/components/signoffrequest/ReadSignOffRequestComponent';
|
36
|
+
import wcabe886ba61034347b52638a767955748 from '../../../../client/components/unpublishdocumentdialog/UnpublishDocumentDialog';
|
37
|
+
import wc350726cfae39438fbc34ffe1a173a49a from '../../../../client/components/unpublishprocessdialog/UnpublishProcessDialog';
|
38
|
+
import wcf901d747a168498cb09e8cfb91d1d3d6 from '../../../../client/documentlibrary/components/DocumentLibrary';
|
39
|
+
import wc1ac43d52c1054f37869d0f54983875f2 from '../../../../client/documentlibrary/components/DocumentLibrarySettings';
|
40
|
+
import wcae9b0150d5124ad6983f7efa5de08c10 from '../../../../client/documentpicker/admin/blades/CategoryListingBlade';
|
5
41
|
import wc2e35ce1e09e54a3eb376ab4dc9b3aef0 from '../../../../client/documentrollup/components/DocumentRollup';
|
42
|
+
import wcab63a305aab54e6cb840f4e0fa21320e from '../../../../client/documentrollup/components/DocumentRollupSettings';
|
43
|
+
import wcb8f104b0045843cabdc76c70ccb59443 from '../../../../client/processlibrary/components/ProcessLibrary';
|
44
|
+
import wc0eae69fb381a445a959369ad5176e1ca from '../../../../client/processlibrary/components/ProcessLibrarySettings';
|
6
45
|
import wcf9f26f4b6c1c40a1b10e781f0062bfd3 from '../../../../client/processrollup/components/ProcessRollup';
|
7
46
|
import wc71a8cb21423140bf8c4d67a0bf0bcce3 from '../../../../client/properties/process/ProcessDisplay';
|
8
47
|
import wc8de8829ca03e4f1394eba3521ab6330d from '../../../../client/properties/process/ProcessEditor';
|
9
48
|
import wc6ee6ce37e3714b9094e6395b0db7bbe4 from '../../../../client/admin/processmanagement/queryableproperties/QueryablePropertiesJourney';
|
49
|
+
import wc00ef32061ba04247b3c47a5fdc0af28c from '../../../../client/components/documenttypepickers/explorer_single/DocumentTypeExplorerPicker';
|
50
|
+
import wcd91bfa89b7a64e659d692644b47de4c9 from '../../../../client/components/documenttypepickers/tree_multiple/DocumentTypeTreePicker';
|
10
51
|
import wc15d9975816ca4c56b19d44c02a7f0864 from './ux/filterengine/components/renderer/process/ProcessPropertyRenderer';
|
11
52
|
import wc124917e0957e49efa535efa10f9f9052 from './ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer';
|
12
53
|
import wc7b831a74f787414ea18b532274a2df5c from './ux/filterengine/components/settings/process/ProcessPropertySettings';
|
13
54
|
import wcdfa488b4060c4bc8b53e7fc28cc58389 from './ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput';
|
55
|
+
import wc3ac979b1e87246439eb11dd18ce67b0c from '../../../../client/processlibrary/components/createdraftprocessdialog/CreateDraftProcessDialog';
|
56
|
+
import wcbcd5ab8270c9486b9dd981daead4fc96 from '../../../../client/processlibrary/components/moveprocessdialog/MoveProcessDialog';
|
57
|
+
import wcb466768fc8b74bfdab564b16ca9b9fcd from '../../../../client/processlibrary/components/newprocessdialog/NewProcessDialog';
|
58
|
+
import wc6f8ded014c6546a0bd9bca3275ffde3a from '../../../../client/processlibrary/components/processfeedbackdialog/ProcessFeedbackDialog';
|
59
|
+
import wceda1224ed1414937bd05c67318598c37 from '../../../../client/processlibrary/components/processhistorydialog/ProcessHistoryDialog';
|
60
|
+
import wcb507c023ddd440e2bffc2ed4c80c9557 from '../../../../client/processlibrary/components/views/ListView';
|
61
|
+
import wcfd88af01203440958931e6843be6fe21 from '../../../../client/processlibrary/components/workflowhistorydialog/ProcessWorkflowHistoryDialog';
|
14
62
|
import wc6a2aa9d349fb4a6d935b327592c58721 from '../../../../client/admin/documentmanagment/draftablesecret/blades/DraftableAccount';
|
63
|
+
import wc796edfa59aa745df826c65ab43ad7ab3 from '../../../../client/admin/documentmanagment/settings/documentbulkupdate/BulkUpdateJourney';
|
64
|
+
import wc6b3bf46620bc4e8e91a02b2534085869 from '../../../../client/admin/documentmanagment/settings/documentstatistics/DocumentStatisticsJourney';
|
65
|
+
import wc182a06fbe24a4caab725f8f568da07d1 from '../../../../client/admin/documentmanagment/settings/documenttaskbulkupdate/DocumentTaskBulkUpdateJourney';
|
66
|
+
import wce510c2b577b64244ba149ef86c79cf20 from '../../../../client/admin/documentmanagment/settings/documenttemplates/DocumentTemplatesJourney';
|
67
|
+
import wc65af4f6e563141bc8d3dc92862bd4cf3 from '../../../../client/admin/documentmanagment/settings/documenttemplates/blades/tabs/DocumentTemplateCategoryTab';
|
68
|
+
import wcfd85e65fa6924ed582d007f86f49ffdb from '../../../../client/admin/documentmanagment/settings/documenttemplates/blades/tabs/DocumentTemplateTab';
|
69
|
+
import wc4fa929fdb5d64987926cdd23df5fe546 from '../../../../client/admin/documentmanagment/settings/documenttermination/DocumentTermination';
|
70
|
+
import wc96b72a15536c4935b2ad4c9c08ac4b65 from '../../../../client/admin/documentmanagment/settings/documenttypes/DocumentTypesJourney';
|
71
|
+
import wcdb89c9e8b5fe4b1fa3b52ade87e1f384 from '../../../../client/admin/documentmanagment/settings/expiredreviews/ExpiredReviewsJourney';
|
72
|
+
import wca6040f29c4f14b92a5813732a1d4ea03 from '../../../../client/admin/documentmanagment/settings/globalsettings/GlobalSettings';
|
73
|
+
import wca8ef9684254b4aa79a1df9ba4a2d6e93 from '../../../../client/admin/processmanagement/settings/globalsettings/GlobalSettingsJourney';
|
74
|
+
import wcaece6d81684d4f3388acf6aca0cd51c8 from '../../../../client/admin/processmanagement/settings/globalsettings/blades/General';
|
75
|
+
import wce0ecab4e1d6d45e6a8e510757030eb1d from '../../../../client/admin/processmanagement/settings/globalsettings/blades/MediaPicker';
|
76
|
+
import wcbfc5cfc95842480d928a9c6e7241dc60 from '../../../../client/admin/processmanagement/settings/globalsettings/blades/Print';
|
77
|
+
import wcde4542d3fc2845deb364456ab9bfbeec from '../../../../client/admin/processmanagement/settings/processtemplates/ProcessTemplateLayoutsJourney';
|
78
|
+
import wc8109e5e633b6441b961a61381ab729cf from '../../../../client/admin/processmanagement/settings/processtypes/ProcessTypesJourney';
|
79
|
+
import wc9274eaca6dcf44c993aba28974310c80 from '../../../../client/admin/processmanagement/settings/shapegallery/ShapeGalleryJourney';
|
80
|
+
import wc21d1b179d290483984b8ad3e9d929fbf from '../../../../client/components/documentmetadatadialog/tabs/documenttemplate/TemplateMergeSettings';
|
81
|
+
import wcb104210fc5c0479ca9f8bfbf7e4e7360 from '../../../../client/components/documentmetadatadialog/tabs/feedback/DocumentFeedbackTab';
|
82
|
+
import wcd0c17d7aad754bbbb334deb91d19818f from '../../../../client/components/documentmetadatadialog/tabs/properties/DocumentMetaDataDialogPropertiesTab';
|
83
|
+
import wc2b4e7052db9e41e3b84bcfa6357aa0ce from '../../../../client/components/documentmetadatadialog/tabs/publishedproperties/DocumentMetaDataDialogPublishedPropertiesTab';
|
84
|
+
import wcd20c8d0bf9114f4585dcd72eefea23dd from '../../../../client/components/documentmetadatadialog/tabs/receiptstatus/DocumentReceiptStatusTab';
|
85
|
+
import wc05e850cde8cf45efb336e32505bd847f from '../../../../client/components/documentmetadatadialog/tabs/workflow/DocumentMetaDataDialogWorkflowTab';
|
86
|
+
import wca7a02fa05a5a428faca78ea4f4ddc248 from '../../../../client/documentlibrary/components/views/List/ListView';
|
87
|
+
import wc238482cfafda419893a9d95278bbcdd3 from '../../../../client/documentrollup/components/views/List/ListSettings';
|
88
|
+
import wcf156d2ce654b47f489539e574e2bae8e from '../../../../client/documentrollup/components/views/List/ListView';
|
89
|
+
import wc71c6682746b04fc1b30f593b7c88f7e3 from '../../../../client/processlibrary/components/views/drafts/DraftsActionButtons';
|
90
|
+
import wc1682ae90f19f4440adc0134746eee6c1 from '../../../../client/processlibrary/components/views/drafts/DraftsMenuActions';
|
91
|
+
import wccde5a81e7ca74a309d2d9084499ec68e from '../../../../client/processlibrary/components/views/drafts/DraftsProcessingStatus';
|
92
|
+
import wc54023b5d2ce54e6889cfdefc4ff6a327 from '../../../../client/processlibrary/components/views/published/PublishedMenuActions';
|
93
|
+
import wcbdfb6a67ca86481ca7a0a3caaf9f685e from '../../../../client/processlibrary/components/views/published/PublishedProcessingStatus';
|
94
|
+
import wc70a8623725d147d7a1b56d2ceba8f64c from '../../../../client/documentlibrary/components/views/List/DocumentLibraryCommandBar/DocumentLibraryCommandBar';
|
95
|
+
import wc1c5e8399c37346249e40ab131d9b7a20 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsJourney';
|
96
|
+
import wcf6dc63d29b314161a47a186569aa47da from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/GeneralBlade';
|
97
|
+
import wcc85d056809cb454b801e25efc7fb70e1 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/ArchiveBlade';
|
98
|
+
import wca8a51ca326f440c4936c8fd523d1abc5 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/PublishingBlade';
|
99
|
+
import wc9b2cb9196e7b4e1c9b634a2a9138dfb0 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/RetentionBlade';
|
100
|
+
import wce80234b86b0c46e6a02081337b1cb989 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/ItemSettingsBlades/ReviewBlade';
|
101
|
+
import wc174f744028f44011ac3de53bc5337cd0 from '../../../../client/admin/documentmanagment/settings/documenttypes/blades/ItemSettingsJourney/blades/PropertySetSettingsBlade';
|
15
102
|
//{{importWC}}
|
103
|
+
|
104
|
+
type ExtractJsxProps<T> = {
|
105
|
+
[K in keyof (T extends { propsDefinition: any } ? T["propsDefinition"] : T)]: T extends {
|
106
|
+
propsDefinition: any;
|
107
|
+
}
|
108
|
+
? T["propsDefinition"][K]
|
109
|
+
: never;
|
110
|
+
} & { $children?: any; };
|
111
|
+
|
16
112
|
declare global {
|
17
113
|
namespace JSX {
|
18
114
|
interface Element { }
|
19
115
|
interface ElementClass { }
|
20
116
|
|
21
117
|
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}}
|
118
|
+
//{{elementName}}
|
35
119
|
}
|
36
120
|
}
|
37
121
|
}
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
122
|
+
declare global {
|
123
|
+
|
124
|
+
let oms: {
|
125
|
+
"odm": {
|
126
|
+
"document": {
|
127
|
+
"picker": typeof wc1dabca7534314854ad189a93e1867b28 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1dabca7534314854ad189a93e1867b28,
|
128
|
+
"library": {
|
129
|
+
"settings": typeof wc1ac43d52c1054f37869d0f54983875f2 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1ac43d52c1054f37869d0f54983875f2,
|
130
|
+
"list": {
|
131
|
+
"view": typeof wca7a02fa05a5a428faca78ea4f4ddc248 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca7a02fa05a5a428faca78ea4f4ddc248
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"library$": typeof wcf901d747a168498cb09e8cfb91d1d3d6 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf901d747a168498cb09e8cfb91d1d3d6,
|
135
|
+
"metadata": {
|
136
|
+
"dialog": {
|
137
|
+
"published": {
|
138
|
+
"properties": {
|
139
|
+
"tab": typeof wc2b4e7052db9e41e3b84bcfa6357aa0ce extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b4e7052db9e41e3b84bcfa6357aa0ce
|
140
|
+
}
|
141
|
+
},
|
142
|
+
"receipt": {
|
143
|
+
"status": {
|
144
|
+
"tab": typeof wcd20c8d0bf9114f4585dcd72eefea23dd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd20c8d0bf9114f4585dcd72eefea23dd
|
145
|
+
}
|
146
|
+
},
|
147
|
+
"workflow": {
|
148
|
+
"tab": typeof wc05e850cde8cf45efb336e32505bd847f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc05e850cde8cf45efb336e32505bd847f
|
149
|
+
}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
"rollup": {
|
153
|
+
"list": {
|
154
|
+
"settings": typeof wc238482cfafda419893a9d95278bbcdd3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc238482cfafda419893a9d95278bbcdd3,
|
155
|
+
"view": typeof wcf156d2ce654b47f489539e574e2bae8e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf156d2ce654b47f489539e574e2bae8e
|
156
|
+
}
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"admin": {
|
160
|
+
"journey": typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb3a24b0a5b93409b8d6ba0c6b8372f38,
|
161
|
+
"settings": {
|
162
|
+
"bulkupdate": {
|
163
|
+
"journey": typeof wc796edfa59aa745df826c65ab43ad7ab3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc796edfa59aa745df826c65ab43ad7ab3
|
164
|
+
},
|
165
|
+
"doctasks": {
|
166
|
+
"bulkupdate": {
|
167
|
+
"journey": typeof wc182a06fbe24a4caab725f8f568da07d1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc182a06fbe24a4caab725f8f568da07d1
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"documenttemplates": {
|
171
|
+
"journey": typeof wce510c2b577b64244ba149ef86c79cf20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce510c2b577b64244ba149ef86c79cf20
|
172
|
+
},
|
173
|
+
"documenttypes": {
|
174
|
+
"journey": typeof wc96b72a15536c4935b2ad4c9c08ac4b65 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc96b72a15536c4935b2ad4c9c08ac4b65
|
175
|
+
},
|
176
|
+
"expiredreviews": {
|
177
|
+
"journey": typeof wcdb89c9e8b5fe4b1fa3b52ade87e1f384 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb89c9e8b5fe4b1fa3b52ade87e1f384
|
178
|
+
},
|
179
|
+
"globalsettings": typeof wca6040f29c4f14b92a5813732a1d4ea03 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca6040f29c4f14b92a5813732a1d4ea03,
|
180
|
+
"documenttype": {
|
181
|
+
"itemsettings": {
|
182
|
+
"journey": typeof wc1c5e8399c37346249e40ab131d9b7a20 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1c5e8399c37346249e40ab131d9b7a20,
|
183
|
+
"generalblade": typeof wcf6dc63d29b314161a47a186569aa47da extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf6dc63d29b314161a47a186569aa47da,
|
184
|
+
"archiveblade": typeof wcc85d056809cb454b801e25efc7fb70e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc85d056809cb454b801e25efc7fb70e1,
|
185
|
+
"publishingblade": typeof wca8a51ca326f440c4936c8fd523d1abc5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca8a51ca326f440c4936c8fd523d1abc5,
|
186
|
+
"retentionblade": typeof wc9b2cb9196e7b4e1c9b634a2a9138dfb0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9b2cb9196e7b4e1c9b634a2a9138dfb0,
|
187
|
+
"reviewblade": typeof wce80234b86b0c46e6a02081337b1cb989 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce80234b86b0c46e6a02081337b1cb989,
|
188
|
+
"propertysetsettingsblade": typeof wc174f744028f44011ac3de53bc5337cd0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc174f744028f44011ac3de53bc5337cd0
|
189
|
+
}
|
190
|
+
}
|
191
|
+
},
|
192
|
+
"documentstatistics": {
|
193
|
+
"journey": typeof wc6b3bf46620bc4e8e91a02b2534085869 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b3bf46620bc4e8e91a02b2534085869
|
194
|
+
}
|
195
|
+
},
|
196
|
+
"documentpicker": {
|
197
|
+
"admin": {
|
198
|
+
"category": {
|
199
|
+
"listing": typeof wcae9b0150d5124ad6983f7efa5de08c10 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcae9b0150d5124ad6983f7efa5de08c10
|
200
|
+
}
|
201
|
+
}
|
202
|
+
}
|
203
|
+
},
|
204
|
+
"opm": {
|
205
|
+
"processdesigner": typeof wc8c220ecc31714549a3a3051a7ef76d87 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8c220ecc31714549a3a3051a7ef76d87,
|
206
|
+
"admin": {
|
207
|
+
"journey": typeof wc19d0af12e1da48b58ed4f779a17c505e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc19d0af12e1da48b58ed4f779a17c505e,
|
208
|
+
"queryproperties": {
|
209
|
+
"journey": typeof wc6ee6ce37e3714b9094e6395b0db7bbe4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6ee6ce37e3714b9094e6395b0db7bbe4
|
210
|
+
},
|
211
|
+
"settings": {
|
212
|
+
"process": {
|
213
|
+
"template": {
|
214
|
+
"layouts": {
|
215
|
+
"journey": typeof wcde4542d3fc2845deb364456ab9bfbeec extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde4542d3fc2845deb364456ab9bfbeec
|
216
|
+
}
|
217
|
+
},
|
218
|
+
"types": {
|
219
|
+
"journey": typeof wc8109e5e633b6441b961a61381ab729cf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8109e5e633b6441b961a61381ab729cf
|
220
|
+
}
|
221
|
+
}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"process": {
|
225
|
+
"library": {
|
226
|
+
"settings": typeof wc0eae69fb381a445a959369ad5176e1ca extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0eae69fb381a445a959369ad5176e1ca
|
227
|
+
},
|
228
|
+
"library$": typeof wcb8f104b0045843cabdc76c70ccb59443 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb8f104b0045843cabdc76c70ccb59443,
|
229
|
+
"rollup": typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf9f26f4b6c1c40a1b10e781f0062bfd3,
|
230
|
+
"filterengine": {
|
231
|
+
"renderer": typeof wc15d9975816ca4c56b19d44c02a7f0864 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc15d9975816ca4c56b19d44c02a7f0864,
|
232
|
+
"propertysettings": typeof wc7b831a74f787414ea18b532274a2df5c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b831a74f787414ea18b532274a2df5c,
|
233
|
+
"defaultvalue": {
|
234
|
+
"input": typeof wcdfa488b4060c4bc8b53e7fc28cc58389 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdfa488b4060c4bc8b53e7fc28cc58389
|
235
|
+
}
|
236
|
+
}
|
237
|
+
},
|
238
|
+
"filterengine": {
|
239
|
+
"selectionsarea": {
|
240
|
+
"processproperty": typeof wc124917e0957e49efa535efa10f9f9052 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc124917e0957e49efa535efa10f9f9052
|
241
|
+
}
|
242
|
+
}
|
243
|
+
},
|
244
|
+
"process": {
|
245
|
+
"designer": {
|
246
|
+
"navigation": {
|
247
|
+
"node": typeof wcaee8713fa0e44a53a97a9f7e9b148a84 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaee8713fa0e44a53a97a9f7e9b148a84
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"permission": {
|
251
|
+
"dialog": typeof wc5b7169cd70034cf6a86e4a7a38250ec3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5b7169cd70034cf6a86e4a7a38250ec3
|
252
|
+
},
|
253
|
+
"picker": {
|
254
|
+
"dialog": typeof wc3f6b5cf1f6194782981825f813577f06 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3f6b5cf1f6194782981825f813577f06,
|
255
|
+
"field": typeof wc6d22fe7c1f9847a194922681d09b49ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6d22fe7c1f9847a194922681d09b49ac
|
256
|
+
},
|
257
|
+
"feedback": {
|
258
|
+
"dialog": typeof wc6f8ded014c6546a0bd9bca3275ffde3a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6f8ded014c6546a0bd9bca3275ffde3a
|
259
|
+
},
|
260
|
+
"history": {
|
261
|
+
"dialog": typeof wceda1224ed1414937bd05c67318598c37 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wceda1224ed1414937bd05c67318598c37
|
262
|
+
},
|
263
|
+
"library": {
|
264
|
+
"list": {
|
265
|
+
"view": typeof wcb507c023ddd440e2bffc2ed4c80c9557 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb507c023ddd440e2bffc2ed4c80c9557
|
266
|
+
},
|
267
|
+
"drafts": {
|
268
|
+
"buttons": typeof wc71c6682746b04fc1b30f593b7c88f7e3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc71c6682746b04fc1b30f593b7c88f7e3,
|
269
|
+
"menu": typeof wc1682ae90f19f4440adc0134746eee6c1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1682ae90f19f4440adc0134746eee6c1,
|
270
|
+
"processingstatus": typeof wccde5a81e7ca74a309d2d9084499ec68e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccde5a81e7ca74a309d2d9084499ec68e
|
271
|
+
},
|
272
|
+
"published": {
|
273
|
+
"menu": typeof wc54023b5d2ce54e6889cfdefc4ff6a327 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc54023b5d2ce54e6889cfdefc4ff6a327,
|
274
|
+
"processingstatus": typeof wcbdfb6a67ca86481ca7a0a3caaf9f685e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbdfb6a67ca86481ca7a0a3caaf9f685e
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"workflow": {
|
278
|
+
"history": {
|
279
|
+
"dialog": typeof wcfd88af01203440958931e6843be6fe21 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd88af01203440958931e6843be6fe21
|
280
|
+
}
|
281
|
+
}
|
282
|
+
},
|
283
|
+
"copy": {
|
284
|
+
"from": {
|
285
|
+
"published": {
|
286
|
+
"document": {
|
287
|
+
"dialog": typeof wc8dbacaea64824c6dba4feb66b69b77fd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8dbacaea64824c6dba4feb66b69b77fd
|
288
|
+
}
|
289
|
+
}
|
290
|
+
}
|
291
|
+
},
|
292
|
+
"create": {
|
293
|
+
"draft": {
|
294
|
+
"dialog": typeof wcf76ddbbb2ec745e482f9ff8ec87d8750 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf76ddbbb2ec745e482f9ff8ec87d8750,
|
295
|
+
"process": {
|
296
|
+
"dialog": typeof wc3ac979b1e87246439eb11dd18ce67b0c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3ac979b1e87246439eb11dd18ce67b0c
|
297
|
+
}
|
298
|
+
}
|
299
|
+
},
|
300
|
+
"document": {
|
301
|
+
"add": {
|
302
|
+
"move": {
|
303
|
+
"dialog": typeof wc3720ece562b24f4ab779d1cc20dc2485 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3720ece562b24f4ab779d1cc20dc2485
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"appendix": {
|
307
|
+
"dialog": typeof wc5ac48a35747d4e0a85ee0de9016189ab extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5ac48a35747d4e0a85ee0de9016189ab
|
308
|
+
},
|
309
|
+
"comparison": {
|
310
|
+
"dialog": typeof wc4924242e8e7e40c2a3c80df272ab2bbb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4924242e8e7e40c2a3c80df272ab2bbb
|
311
|
+
},
|
312
|
+
"history": typeof wc63ef94f69a9c4d3f964e9210db7044e0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc63ef94f69a9c4d3f964e9210db7044e0,
|
313
|
+
"info": typeof wc07d708b7982041d7b7ca7f4803f0fede extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc07d708b7982041d7b7ca7f4803f0fede,
|
314
|
+
"metadata": {
|
315
|
+
"dialog": {
|
316
|
+
"feedback": {
|
317
|
+
"tab": typeof wcb104210fc5c0479ca9f8bfbf7e4e7360 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb104210fc5c0479ca9f8bfbf7e4e7360
|
318
|
+
},
|
319
|
+
"properties": {
|
320
|
+
"tab": typeof wcd0c17d7aad754bbbb334deb91d19818f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd0c17d7aad754bbbb334deb91d19818f
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"dialog$": typeof wc5e20b802424c41a5929239ce804ff31d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5e20b802424c41a5929239ce804ff31d
|
324
|
+
},
|
325
|
+
"multi": {
|
326
|
+
"properties": {
|
327
|
+
"dialog": typeof wc0b0aba242055440fab9bc695ea21cae5 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0b0aba242055440fab9bc695ea21cae5
|
328
|
+
}
|
329
|
+
},
|
330
|
+
"template": {
|
331
|
+
"picker": typeof wcbe4d363efe814ae1bfab27a6274906e1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbe4d363efe814ae1bfab27a6274906e1
|
332
|
+
},
|
333
|
+
"uploader": {
|
334
|
+
"dialog": typeof wce41399e1b62c4e42848dfef310cf5636 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce41399e1b62c4e42848dfef310cf5636
|
335
|
+
},
|
336
|
+
"rollup": {
|
337
|
+
"settings": typeof wcab63a305aab54e6cb840f4e0fa21320e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcab63a305aab54e6cb840f4e0fa21320e
|
338
|
+
},
|
339
|
+
"rollup$": typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2e35ce1e09e54a3eb376ab4dc9b3aef0,
|
340
|
+
"type": {
|
341
|
+
"explorer": {
|
342
|
+
"picker": typeof wc00ef32061ba04247b3c47a5fdc0af28c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc00ef32061ba04247b3c47a5fdc0af28c
|
343
|
+
},
|
344
|
+
"tree": {
|
345
|
+
"picker": typeof wcd91bfa89b7a64e659d692644b47de4c9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd91bfa89b7a64e659d692644b47de4c9
|
346
|
+
}
|
347
|
+
}
|
348
|
+
},
|
349
|
+
"signed": {
|
350
|
+
"copy": {
|
351
|
+
"dialog": typeof wc41925543194a437094236d3847fc01c4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc41925543194a437094236d3847fc01c4
|
352
|
+
}
|
353
|
+
},
|
354
|
+
"freeform": {
|
355
|
+
"picker": typeof wc544b9ae03fa7440db62bd2cbc36d6fe3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc544b9ae03fa7440db62bd2cbc36d6fe3
|
356
|
+
},
|
357
|
+
"location": {
|
358
|
+
"picker": typeof wc30545bac44c44bbbacbc39140275c96c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc30545bac44c44bbbacbc39140275c96c
|
359
|
+
},
|
360
|
+
"media": {
|
361
|
+
"picker": typeof wc7bb3613dbaac408a8adac195632a6be1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7bb3613dbaac408a8adac195632a6be1
|
362
|
+
},
|
363
|
+
"move": {
|
364
|
+
"published": {
|
365
|
+
"document": {
|
366
|
+
"dialog": typeof wcde74a9b4b52c42239f43fbc8c7624aa1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcde74a9b4b52c42239f43fbc8c7624aa1
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"process": {
|
370
|
+
"dialog": typeof wcbcd5ab8270c9486b9dd981daead4fc96 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbcd5ab8270c9486b9dd981daead4fc96
|
371
|
+
}
|
372
|
+
},
|
373
|
+
"new": {
|
374
|
+
"document": {
|
375
|
+
"dialog": typeof wce92b610ec5ac405b9d2d0a4283d716d3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce92b610ec5ac405b9d2d0a4283d716d3
|
376
|
+
},
|
377
|
+
"process": {
|
378
|
+
"dialog": typeof wcb466768fc8b74bfdab564b16ca9b9fcd extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb466768fc8b74bfdab564b16ca9b9fcd
|
379
|
+
}
|
380
|
+
},
|
381
|
+
"paging": typeof wc808cacbc7a7a433c9d1b22b819fd29ea extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc808cacbc7a7a433c9d1b22b819fd29ea,
|
382
|
+
"permission": {
|
383
|
+
"dialog": typeof wc2b6a93b446194d91a58d6f06785720ac extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2b6a93b446194d91a58d6f06785720ac
|
384
|
+
},
|
385
|
+
"point": {
|
386
|
+
"picker": typeof wc601b298e7d644faf91fd1daac7b80267 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc601b298e7d644faf91fd1daac7b80267
|
387
|
+
},
|
388
|
+
"published": {
|
389
|
+
"document": {
|
390
|
+
"picker": typeof wc8baefcc1bf914dd4b1bbb277b3ffc97b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8baefcc1bf914dd4b1bbb277b3ffc97b
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"read": {
|
394
|
+
"receipt": {
|
395
|
+
"sign": {
|
396
|
+
"off": typeof wc7b3fd166e35c45f4aca09bcab64971a4 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7b3fd166e35c45f4aca09bcab64971a4
|
397
|
+
}
|
398
|
+
},
|
399
|
+
"signoff": {
|
400
|
+
"request": typeof wce5c50617fb3c418a8ef094d21940931f extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce5c50617fb3c418a8ef094d21940931f
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"related": {
|
404
|
+
"documents": {
|
405
|
+
"dialog": typeof wcf2841e5ce9274a2980bd5a6f8dd32487 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf2841e5ce9274a2980bd5a6f8dd32487
|
406
|
+
},
|
407
|
+
"processes": {
|
408
|
+
"dialog": typeof wc5fced747d6d2409584b2fc4c239f2097 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5fced747d6d2409584b2fc4c239f2097
|
409
|
+
}
|
410
|
+
},
|
411
|
+
"unpublish": {
|
412
|
+
"document": {
|
413
|
+
"dialog": typeof wcabe886ba61034347b52638a767955748 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcabe886ba61034347b52638a767955748
|
414
|
+
},
|
415
|
+
"process": {
|
416
|
+
"dialog": typeof wc350726cfae39438fbc34ffe1a173a49a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc350726cfae39438fbc34ffe1a173a49a
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"omfx": {
|
420
|
+
"properties": {
|
421
|
+
"process": {
|
422
|
+
"display": typeof wc71a8cb21423140bf8c4d67a0bf0bcce3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc71a8cb21423140bf8c4d67a0bf0bcce3,
|
423
|
+
"editor": typeof wc8de8829ca03e4f1394eba3521ab6330d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc8de8829ca03e4f1394eba3521ab6330d
|
424
|
+
}
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"omnia": {
|
428
|
+
"ms": {
|
429
|
+
"draftable": {
|
430
|
+
"account": typeof wc6a2aa9d349fb4a6d935b327592c58721 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6a2aa9d349fb4a6d935b327592c58721
|
431
|
+
}
|
432
|
+
}
|
433
|
+
},
|
434
|
+
"settings": {
|
435
|
+
"documenttemplate": {
|
436
|
+
"category": {
|
437
|
+
"tab": typeof wc65af4f6e563141bc8d3dc92862bd4cf3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc65af4f6e563141bc8d3dc92862bd4cf3
|
438
|
+
},
|
439
|
+
"tab": typeof wcfd85e65fa6924ed582d007f86f49ffdb extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcfd85e65fa6924ed582d007f86f49ffdb
|
440
|
+
}
|
441
|
+
},
|
442
|
+
"admin": {
|
443
|
+
"settings": {
|
444
|
+
"document": {
|
445
|
+
"termination": typeof wc4fa929fdb5d64987926cdd23df5fe546 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4fa929fdb5d64987926cdd23df5fe546
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"global": {
|
449
|
+
"settings": {
|
450
|
+
"journey": typeof wca8ef9684254b4aa79a1df9ba4a2d6e93 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wca8ef9684254b4aa79a1df9ba4a2d6e93
|
451
|
+
}
|
452
|
+
},
|
453
|
+
"shape": {
|
454
|
+
"gallery": {
|
455
|
+
"journey": typeof wc9274eaca6dcf44c993aba28974310c80 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9274eaca6dcf44c993aba28974310c80
|
456
|
+
}
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"global": {
|
460
|
+
"settings": {
|
461
|
+
"general": typeof wcaece6d81684d4f3388acf6aca0cd51c8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcaece6d81684d4f3388acf6aca0cd51c8,
|
462
|
+
"mediapicker": typeof wce0ecab4e1d6d45e6a8e510757030eb1d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wce0ecab4e1d6d45e6a8e510757030eb1d,
|
463
|
+
"print": typeof wcbfc5cfc95842480d928a9c6e7241dc60 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcbfc5cfc95842480d928a9c6e7241dc60
|
464
|
+
}
|
465
|
+
},
|
466
|
+
"doc": {
|
467
|
+
"meta": {
|
468
|
+
"data": {
|
469
|
+
"template": {
|
470
|
+
"merge": {
|
471
|
+
"settings": typeof wc21d1b179d290483984b8ad3e9d929fbf extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc21d1b179d290483984b8ad3e9d929fbf
|
472
|
+
}
|
473
|
+
}
|
474
|
+
}
|
475
|
+
}
|
476
|
+
},
|
477
|
+
"command": {
|
478
|
+
"button": {
|
479
|
+
"bar": typeof wc70a8623725d147d7a1b56d2ceba8f64c extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc70a8623725d147d7a1b56d2ceba8f64c
|
480
|
+
}
|
481
|
+
}
|
55
482
|
}
|
483
|
+
//{{namespace}}
|
484
|
+
|
485
|
+
}
|
486
|
+
|
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
|
-
}
|