@omnia/management-system 6.6.4 → 7.0.1-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/manifests/omnia.ms.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.js +7 -4
- package/internal-do-not-import-from-here/models/Enums.js +60 -57
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +131 -577
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +6 -3
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/index.js +8 -5
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.js +2 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/index.js +16 -13
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.js +2 -1
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/index.js +11 -8
- package/internal-do-not-import-from-here/models/components/pointpicker/Point.js +2 -1
- package/internal-do-not-import-from-here/models/components/pointpicker/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.js +2 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/index.js +7 -4
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.js +2 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.js +2 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +7 -4
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/index.js +14 -11
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +5 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.js +5 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.js +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.js +4 -1
- package/internal-do-not-import-from-here/models/contexts/OPMContext.js +2 -1
- package/internal-do-not-import-from-here/models/contexts/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/appendices/Appendix.js +2 -1
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.js +2 -1
- package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/appendices/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/archives/Archive.js +6 -3
- package/internal-do-not-import-from-here/models/data/archives/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +14 -11
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.js +12 -9
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.js +2 -1
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.js +8 -5
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.js +6 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +8 -5
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.js +7 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +8 -5
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +6 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +12 -9
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +5 -2
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.js +10 -8
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.js +8 -5
- package/internal-do-not-import-from-here/models/data/documenttype/index.js +11 -8
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.js +2 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +10 -8
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.js +2 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +5 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.js +2 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.js +2 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.js +8 -5
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +21 -18
- package/internal-do-not-import-from-here/models/data/enums/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.js +2 -1
- package/internal-do-not-import-from-here/models/data/feedback/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/index.js +38 -35
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.js +2 -1
- package/internal-do-not-import-from-here/models/data/newdocument/index.js +9 -6
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.js +2 -1
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.js +2 -1
- package/internal-do-not-import-from-here/models/data/onedrive/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.js +2 -1
- package/internal-do-not-import-from-here/models/data/processactions/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/Link.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/Process.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/Task.js +2 -1
- package/internal-do-not-import-from-here/models/data/processes/index.js +14 -11
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.js +2 -1
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.js +2 -1
- package/internal-do-not-import-from-here/models/data/processfeedback/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/processreviewreminders/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.js +2 -1
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.js +2 -1
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.js +2 -1
- package/internal-do-not-import-from-here/models/data/processrollup/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.js +6 -3
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/processtemplates/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.js +10 -8
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.js +2 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +4 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +8 -5
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +5 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.js +8 -5
- package/internal-do-not-import-from-here/models/data/processtypes/index.js +10 -7
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/index.js +9 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.js +13 -10
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +8 -5
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.js +9 -6
- package/internal-do-not-import-from-here/models/data/retention/Retention.js +2 -1
- package/internal-do-not-import-from-here/models/data/retention/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.js +2 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +10 -7
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.js +2 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.js +6 -3
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.js +2 -1
- package/internal-do-not-import-from-here/models/data/security/index.js +4 -1
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +14 -15
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.js +10 -11
- package/internal-do-not-import-from-here/models/data/settings/Setting.js +12 -13
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.js +12 -13
- package/internal-do-not-import-from-here/models/data/settings/index.js +7 -4
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +17 -14
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.js +11 -8
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +10 -7
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.js +2 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.js +9 -6
- package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.js +2 -1
- package/internal-do-not-import-from-here/models/data/shared/PagingRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/shared/index.js +5 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.js +12 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/index.js +12 -9
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.js +7 -4
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.js +2 -1
- package/internal-do-not-import-from-here/models/data/tasks/index.js +11 -8
- package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.js +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/index.js +10 -7
- package/internal-do-not-import-from-here/models/index.js +19 -16
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +22 -26
- package/internal-do-not-import-from-here/models/mediapicker/index.js +4 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/messaging/index.js +6 -3
- package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.js +2 -1
- package/internal-do-not-import-from-here/models/paging/PagingServerQuery.js +25 -24
- package/internal-do-not-import-from-here/models/paging/index.js +5 -2
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReference.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.js +2 -1
- package/internal-do-not-import-from-here/models/processes/index.js +13 -10
- package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.js +2 -1
- package/internal-do-not-import-from-here/models/richtexteditorextensions/index.js +4 -1
- package/internal-do-not-import-from-here/models/route/OPMRoute.js +2 -1
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.js +2 -1
- package/internal-do-not-import-from-here/models/route/index.js +5 -2
- package/internal-do-not-import-from-here/models/shared/IdDict.js +2 -1
- package/internal-do-not-import-from-here/models/shared/Version.js +2 -1
- package/internal-do-not-import-from-here/models/shared/index.js +5 -2
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/DialogStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/IColor.js +2 -1
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +5 -2
- package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/index.js +21 -18
- package/internal-do-not-import-from-here/processshape/shapes/Shape.d.ts +1 -1
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -166
- package/package.json +1 -1
- package/task.js +11 -8
- package/task.ts +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/messaging/InternalOPMTopics.js":{"id":"./node_modules/@omnia/management-system/messaging/internalopmtopics.js","buildMeta":{"exportsType":"namespace"},"
|
1
|
+
{"name":"omniaWebpackJsonp['b3d13ef7-5ff8-4496-a283-81a742080aef']['54a125ba-c2f8-4c4c-b549-ce0c3861026b']","content":{"./node_modules/@omnia/management-system/messaging/InternalOPMTopics.js":{"id":"./node_modules/@omnia/management-system/messaging/internalopmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalOPMTopics"]},"./node_modules/@omnia/management-system/services/index.js":{"id":"./node_modules/@omnia/management-system/services/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageService","MoveProcessService","PermissionService","ProcessFeedbackService","ProcessRollupService","ProcessService","ProcessTemplateService","ProcessTypeService","QueryablePropertiesService","SettingsService","ShapeTemplateService","SharePointTaskService","TeamAppPropertyService"]},"./node_modules/@omnia/management-system/models/index.js":{"id":"711e87d2-a76a-42d5-8658-eb2d0f74135a","buildMeta":{"exportsType":"namespace"},"expo.js":["AddShapePanelStyles","ArchiveFactory","CenterConfigurableHeightDialogStyles","CenterScrollableDialogStyles","DateTimeMode","DocumentApproverId","DocumentAuthorsType","DocumentConversions","DocumentTemplateCategoryFactory","DocumentTemplateContentFactory","DocumentTemplateContentTypes","DocumentTemplateFactory","DocumentTemplateSettingsFactory","DocumentTemplateSettingsTypes","DocumentTypeFactory","DocumentTypeSettingsTypes","DocumentTypeTermSynchronizationStatusStatuses","DrawingCanvasSettingsStyles","DrawingShapeTypes","DynamicKeySetting","Enums","FreeformPickerStyles","GlobalSettings","MSService","MediaPickerStyles","NavigationNodeStyles","ODMResourceManifests","ODMWebComponentManifests","OPMEnterprisePropertyInternalNames","OPMProcessProperty","OPMResourceManifests","OPMWebComponentManifests","PagingServerQuery","ProcessApproverId","ProcessDesignerStyles","ProcessFieldDisplayStyles","ProcessGlobalSettings","ProcessMediaPickerProviderContext","ProcessPickerStyles","ProcessReviewReminderFactory","ProcessStepDrawingStyles","ProcessStepPickerStyles","ProcessStepType","ProcessTemplateFactory","ProcessTypeFactory","ProcessTypeSettingsTypes","ProcessTypeTermSynchronizationStatusStatuses","ProcessVersionType","ProcessWorkflowType","ProcessWorkingStatus","PublishingApprovalSettingsFactory","PublishingApprovalSettingsTypes","RetentionFactory","RetentionTypes","ReviewReminderFactory","ReviewReminderScheduleFactory","ReviewReminderScheduleTypes","ReviewReminderTaskFactory","ReviewReminderTaskSettingsFactory","Security","Setting","ShapeDefinitionFactory","ShapeDefinitionTypes","ShapeGalleryDefaultSettingStyles","ShapeSelectionStyles","ShapeSettingsStyles","ShapeTemplateFactory","ShapeTemplateMediaPickerProviderContext","ShapeTemplateType","ShapeTypeStyles","SiteGroupIdSettings","TaskOutcome","TextAlignment","TextPosition","TitleBlockStyles","UnpublishProcessDialogStyles","VDialogScrollableDialogStyles","WorkflowCompletedType"]},"./node_modules/@omnia/management-system/index.js":{"id":"c91869c1-7bd3-46b4-9e71-21d5b16a5460","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInActionButtonHandlers","ContentBlockConfigurationFactory","CurrentProcessStore","DefaultDateFormat","DocumentRollupSettingsProvider","DocumentsBlockDataSettingsKey","DrawingBlockConfigurationFactory","FabricShapeDataTypes","ImageFolders","ImageService","InternalOPMTopics","LinksBlockConfigurationFactory","MoveProcessService","ODMDocumentRollupDisplayFields","ODMFeatureIds","OPMFeatureIds","OPMPublicTopics","OPMRouter","OPMSpecialRouteVersion","OPMUtils","OdmPublicTopics","PageRollupSettingsProvider","PagesBlockDataSettingsKey","PermissionService","ProcessDefaultData","ProcessFeedbackService","ProcessNavigationConfigurationFactory","ProcessRendererOptions","ProcessRollupConstants","ProcessRollupService","ProcessService","ProcessStore","ProcessTableColumnsConstants","ProcessTemplateService","ProcessTemplateStore","ProcessTypeService","ProcessTypeStore","PropertiesBlockConfigurationFactory","QueryablePropertiesService","RootProcessStepDesignerItemIds","SettingsService","SettingsStore","ShapeFactory","ShapeHighlightProperties","ShapeTemplateService","ShapeTemplateStore","ShapeTemplatesConstants","SharePointFieldsConstants","SharePointTaskService","SystemProcessProperties","TasksBlockConfigurationFactory","TeamAppPropertyService","TextSpacingWithShape","TitleBlockConfigurationFactory","WebEmojiIcons"]}}}
|
@@ -1,4 +1,7 @@
|
|
1
|
-
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Security = exports.OPMProcessProperty = exports.OPMEnterprisePropertyInternalNames = void 0;
|
4
|
+
exports.OPMEnterprisePropertyInternalNames = {
|
2
5
|
get OPMEdition() { return "OPMEdition"; },
|
3
6
|
get OPMRevision() { return "OPMRevision"; },
|
4
7
|
get OPMProcessType() { return "OPMProcessType"; },
|
@@ -8,10 +11,10 @@ export var OPMEnterprisePropertyInternalNames = {
|
|
8
11
|
get OPMIsArchived() { return "OPMIsArchived"; },
|
9
12
|
get OPMIsPublished() { return "OPMIsPublished"; }
|
10
13
|
};
|
11
|
-
|
14
|
+
exports.OPMProcessProperty = {
|
12
15
|
get Id() { return "7491ec1a-9cf5-4c49-b102-2f84f89795eb"; }
|
13
16
|
};
|
14
|
-
|
17
|
+
var Security;
|
15
18
|
(function (Security) {
|
16
19
|
Security.OPMRoleDefinitions = {
|
17
20
|
get Author() { return "f412d0be-16e8-4fc2-80cf-dca39a265a08"; },
|
@@ -27,4 +30,4 @@ export var Security;
|
|
27
30
|
get OPMProcessId() { return "opmProcessId"; },
|
28
31
|
get SecurityResourceId() { return "opmSecurityResourceId"; }
|
29
32
|
};
|
30
|
-
})(Security || (Security = {}));
|
33
|
+
})(Security = exports.Security || (exports.Security = {}));
|
@@ -1,58 +1,61 @@
|
|
1
|
-
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Enums = void 0;
|
4
|
+
var Enums;
|
2
5
|
(function (Enums) {
|
3
|
-
|
6
|
+
let DocumentViewEnums;
|
4
7
|
(function (DocumentViewEnums) {
|
5
|
-
|
8
|
+
let PagingType;
|
6
9
|
(function (PagingType) {
|
7
10
|
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
8
11
|
PagingType[PagingType["Classic"] = 2] = "Classic";
|
9
12
|
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
10
13
|
})(PagingType = DocumentViewEnums.PagingType || (DocumentViewEnums.PagingType = {}));
|
11
|
-
|
14
|
+
let BooleamFilterOption;
|
12
15
|
(function (BooleamFilterOption) {
|
13
16
|
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
14
17
|
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
15
18
|
})(BooleamFilterOption = DocumentViewEnums.BooleamFilterOption || (DocumentViewEnums.BooleamFilterOption = {}));
|
16
|
-
|
19
|
+
let RefinerOrderBy;
|
17
20
|
(function (RefinerOrderBy) {
|
18
21
|
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
19
22
|
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
20
23
|
})(RefinerOrderBy = DocumentViewEnums.RefinerOrderBy || (DocumentViewEnums.RefinerOrderBy = {}));
|
21
|
-
|
24
|
+
let Positions;
|
22
25
|
(function (Positions) {
|
23
26
|
Positions[Positions["Top"] = 1] = "Top";
|
24
27
|
Positions[Positions["Left"] = 2] = "Left";
|
25
28
|
Positions[Positions["Right"] = 3] = "Right";
|
26
29
|
})(Positions = DocumentViewEnums.Positions || (DocumentViewEnums.Positions = {}));
|
27
|
-
|
30
|
+
let DateTimeMode;
|
28
31
|
(function (DateTimeMode) {
|
29
32
|
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
30
33
|
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
31
34
|
})(DateTimeMode = DocumentViewEnums.DateTimeMode || (DocumentViewEnums.DateTimeMode = {}));
|
32
|
-
|
35
|
+
let ManagedPropertyOption;
|
33
36
|
(function (ManagedPropertyOption) {
|
34
37
|
ManagedPropertyOption[ManagedPropertyOption["Refinable"] = 1] = "Refinable";
|
35
38
|
ManagedPropertyOption[ManagedPropertyOption["Retrievable"] = 2] = "Retrievable";
|
36
39
|
ManagedPropertyOption[ManagedPropertyOption["Sortable"] = 3] = "Sortable";
|
37
40
|
ManagedPropertyOption[ManagedPropertyOption["Queryable"] = 4] = "Queryable";
|
38
41
|
})(ManagedPropertyOption = DocumentViewEnums.ManagedPropertyOption || (DocumentViewEnums.ManagedPropertyOption = {}));
|
39
|
-
|
42
|
+
let DatePeriods;
|
40
43
|
(function (DatePeriods) {
|
41
44
|
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
42
45
|
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
43
46
|
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
44
47
|
})(DatePeriods = DocumentViewEnums.DatePeriods || (DocumentViewEnums.DatePeriods = {}));
|
45
|
-
|
48
|
+
let OrderDirection;
|
46
49
|
(function (OrderDirection) {
|
47
50
|
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
48
51
|
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
49
52
|
})(OrderDirection = DocumentViewEnums.OrderDirection || (DocumentViewEnums.OrderDirection = {}));
|
50
|
-
|
53
|
+
let VersionPublishingTypes;
|
51
54
|
(function (VersionPublishingTypes) {
|
52
55
|
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
53
56
|
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
54
57
|
})(VersionPublishingTypes = DocumentViewEnums.VersionPublishingTypes || (DocumentViewEnums.VersionPublishingTypes = {}));
|
55
|
-
|
58
|
+
let ProcessingStatus;
|
56
59
|
(function (ProcessingStatus) {
|
57
60
|
ProcessingStatus[ProcessingStatus["None"] = 0] = "None";
|
58
61
|
ProcessingStatus[ProcessingStatus["Done"] = 1] = "Done";
|
@@ -60,7 +63,7 @@ export var Enums;
|
|
60
63
|
ProcessingStatus[ProcessingStatus["FileIsLocked"] = 3] = "FileIsLocked";
|
61
64
|
ProcessingStatus[ProcessingStatus["FailedUpdatingProperties"] = 4] = "FailedUpdatingProperties";
|
62
65
|
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
63
|
-
|
66
|
+
let LibraryDocumentStatus;
|
64
67
|
(function (LibraryDocumentStatus) {
|
65
68
|
LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
|
66
69
|
LibraryDocumentStatus[LibraryDocumentStatus["Published"] = 1] = "Published";
|
@@ -96,45 +99,45 @@ export var Enums;
|
|
96
99
|
LibraryDocumentStatus[LibraryDocumentStatus["RequiredFieldUpdateError"] = 31] = "RequiredFieldUpdateError";
|
97
100
|
LibraryDocumentStatus[LibraryDocumentStatus["NoDocumentTypeError"] = 32] = "NoDocumentTypeError";
|
98
101
|
})(LibraryDocumentStatus = DocumentViewEnums.LibraryDocumentStatus || (DocumentViewEnums.LibraryDocumentStatus = {}));
|
99
|
-
|
102
|
+
let TaskContentType;
|
100
103
|
(function (TaskContentType) {
|
101
104
|
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
102
105
|
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
103
106
|
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
104
107
|
TaskContentType[TaskContentType["ReviewTask"] = 3] = "ReviewTask";
|
105
108
|
})(TaskContentType = DocumentViewEnums.TaskContentType || (DocumentViewEnums.TaskContentType = {}));
|
106
|
-
|
109
|
+
let TaskViewType;
|
107
110
|
(function (TaskViewType) {
|
108
111
|
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
109
112
|
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
110
113
|
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
111
114
|
})(TaskViewType = DocumentViewEnums.TaskViewType || (DocumentViewEnums.TaskViewType = {}));
|
112
|
-
|
115
|
+
let StartPageTab;
|
113
116
|
(function (StartPageTab) {
|
114
117
|
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
115
118
|
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
116
119
|
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
117
120
|
})(StartPageTab = DocumentViewEnums.StartPageTab || (DocumentViewEnums.StartPageTab = {}));
|
118
|
-
|
121
|
+
let DocumentAccessTypes;
|
119
122
|
(function (DocumentAccessTypes) {
|
120
123
|
DocumentAccessTypes[DocumentAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
121
124
|
DocumentAccessTypes[DocumentAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
122
125
|
})(DocumentAccessTypes = DocumentViewEnums.DocumentAccessTypes || (DocumentViewEnums.DocumentAccessTypes = {}));
|
123
|
-
|
126
|
+
let WorkflowCompletedType;
|
124
127
|
(function (WorkflowCompletedType) {
|
125
128
|
WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
|
126
129
|
WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
|
127
130
|
WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
|
128
131
|
WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
|
129
132
|
})(WorkflowCompletedType = DocumentViewEnums.WorkflowCompletedType || (DocumentViewEnums.WorkflowCompletedType = {}));
|
130
|
-
|
133
|
+
let DocumentRoles;
|
131
134
|
(function (DocumentRoles) {
|
132
135
|
DocumentRoles[DocumentRoles["View"] = 1] = "View";
|
133
136
|
DocumentRoles[DocumentRoles["Edit"] = 2] = "Edit";
|
134
137
|
DocumentRoles[DocumentRoles["Delete"] = 3] = "Delete";
|
135
138
|
DocumentRoles[DocumentRoles["Approve"] = 4] = "Approve";
|
136
139
|
})(DocumentRoles = DocumentViewEnums.DocumentRoles || (DocumentViewEnums.DocumentRoles = {}));
|
137
|
-
|
140
|
+
let DocumentActions;
|
138
141
|
(function (DocumentActions) {
|
139
142
|
DocumentActions[DocumentActions["View"] = 0] = "View";
|
140
143
|
DocumentActions[DocumentActions["Edit"] = 1] = "Edit";
|
@@ -151,7 +154,7 @@ export var Enums;
|
|
151
154
|
DocumentActions[DocumentActions["RelatedProcesses"] = 12] = "RelatedProcesses";
|
152
155
|
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
153
156
|
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
154
|
-
|
157
|
+
let WorkflowType;
|
155
158
|
(function (WorkflowType) {
|
156
159
|
WorkflowType[WorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
|
157
160
|
WorkflowType[WorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
|
@@ -159,51 +162,51 @@ export var Enums;
|
|
159
162
|
WorkflowType[WorkflowType["MovedDocument"] = 4] = "MovedDocument";
|
160
163
|
WorkflowType[WorkflowType["PublishWithoutApproval"] = 5] = "PublishWithoutApproval";
|
161
164
|
})(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
|
162
|
-
|
165
|
+
let ReviewReminderTaskOutcome;
|
163
166
|
(function (ReviewReminderTaskOutcome) {
|
164
167
|
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Undefined"] = 0] = "Undefined";
|
165
168
|
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["CreateDraft"] = 1] = "CreateDraft";
|
166
169
|
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Unpublish"] = 2] = "Unpublish";
|
167
170
|
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["SetNewReviewDate"] = 3] = "SetNewReviewDate";
|
168
171
|
})(ReviewReminderTaskOutcome = DocumentViewEnums.ReviewReminderTaskOutcome || (DocumentViewEnums.ReviewReminderTaskOutcome = {}));
|
169
|
-
|
172
|
+
let ApprovalTaskOutcome;
|
170
173
|
(function (ApprovalTaskOutcome) {
|
171
174
|
ApprovalTaskOutcome[ApprovalTaskOutcome["Approved"] = 1] = "Approved";
|
172
175
|
ApprovalTaskOutcome[ApprovalTaskOutcome["Rejected"] = 2] = "Rejected";
|
173
176
|
})(ApprovalTaskOutcome = DocumentViewEnums.ApprovalTaskOutcome || (DocumentViewEnums.ApprovalTaskOutcome = {}));
|
174
|
-
|
177
|
+
let CreateDraftType;
|
175
178
|
(function (CreateDraftType) {
|
176
179
|
CreateDraftType[CreateDraftType["CurrentEdition"] = 1] = "CurrentEdition";
|
177
180
|
CreateDraftType[CreateDraftType["PreviousEdition"] = 2] = "PreviousEdition";
|
178
181
|
CreateDraftType[CreateDraftType["UploadNewFile"] = 3] = "UploadNewFile";
|
179
182
|
})(CreateDraftType = DocumentViewEnums.CreateDraftType || (DocumentViewEnums.CreateDraftType = {}));
|
180
|
-
|
183
|
+
let CreateDraftFromTemplateType;
|
181
184
|
(function (CreateDraftFromTemplateType) {
|
182
185
|
CreateDraftFromTemplateType[CreateDraftFromTemplateType["JustCreateDraft"] = 1] = "JustCreateDraft";
|
183
186
|
CreateDraftFromTemplateType[CreateDraftFromTemplateType["Merge"] = 2] = "Merge";
|
184
187
|
})(CreateDraftFromTemplateType = DocumentViewEnums.CreateDraftFromTemplateType || (DocumentViewEnums.CreateDraftFromTemplateType = {}));
|
185
|
-
|
188
|
+
let ViewDocumentPropertyMode;
|
186
189
|
(function (ViewDocumentPropertyMode) {
|
187
190
|
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Draft"] = 0] = "Draft";
|
188
191
|
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Publish"] = 1] = "Publish";
|
189
192
|
ViewDocumentPropertyMode[ViewDocumentPropertyMode["ControlledDocument"] = 2] = "ControlledDocument";
|
190
193
|
ViewDocumentPropertyMode[ViewDocumentPropertyMode["SearchResult"] = 3] = "SearchResult";
|
191
194
|
})(ViewDocumentPropertyMode = DocumentViewEnums.ViewDocumentPropertyMode || (DocumentViewEnums.ViewDocumentPropertyMode = {}));
|
192
|
-
|
195
|
+
let QueryScope;
|
193
196
|
(function (QueryScope) {
|
194
197
|
QueryScope[QueryScope["AllDocuments"] = 0] = "AllDocuments";
|
195
198
|
QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
|
196
199
|
QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
197
200
|
})(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
|
198
|
-
|
201
|
+
let QueryConfigurationType;
|
199
202
|
(function (QueryConfigurationType) {
|
200
203
|
QueryConfigurationType[QueryConfigurationType["QueryBuilder"] = 0] = "QueryBuilder";
|
201
204
|
QueryConfigurationType[QueryConfigurationType["PickDocuments"] = 1] = "PickDocuments";
|
202
205
|
})(QueryConfigurationType = DocumentViewEnums.QueryConfigurationType || (DocumentViewEnums.QueryConfigurationType = {}));
|
203
206
|
})(DocumentViewEnums = Enums.DocumentViewEnums || (Enums.DocumentViewEnums = {}));
|
204
|
-
|
207
|
+
let DocumentStatisticsEnums;
|
205
208
|
(function (DocumentStatisticsEnums) {
|
206
|
-
|
209
|
+
let StatisticsType;
|
207
210
|
(function (StatisticsType) {
|
208
211
|
StatisticsType[StatisticsType["DraftDocuments"] = 0] = "DraftDocuments";
|
209
212
|
StatisticsType[StatisticsType["PublishedDocuments"] = 1] = "PublishedDocuments";
|
@@ -213,19 +216,19 @@ export var Enums;
|
|
213
216
|
StatisticsType[StatisticsType["WaitingForApproval"] = 5] = "WaitingForApproval";
|
214
217
|
})(StatisticsType = DocumentStatisticsEnums.StatisticsType || (DocumentStatisticsEnums.StatisticsType = {}));
|
215
218
|
})(DocumentStatisticsEnums = Enums.DocumentStatisticsEnums || (Enums.DocumentStatisticsEnums = {}));
|
216
|
-
|
219
|
+
let DocumentPicker;
|
217
220
|
(function (DocumentPicker) {
|
218
|
-
|
221
|
+
let CategoryType;
|
219
222
|
(function (CategoryType) {
|
220
223
|
CategoryType[CategoryType["SharePointLibrary"] = 0] = "SharePointLibrary";
|
221
224
|
CategoryType[CategoryType["SearchProvider"] = 1] = "SearchProvider";
|
222
225
|
})(CategoryType = DocumentPicker.CategoryType || (DocumentPicker.CategoryType = {}));
|
223
|
-
|
226
|
+
let ListItemResultType;
|
224
227
|
(function (ListItemResultType) {
|
225
228
|
ListItemResultType[ListItemResultType["Document"] = 0] = "Document";
|
226
229
|
ListItemResultType[ListItemResultType["Folder"] = 1] = "Folder";
|
227
230
|
})(ListItemResultType = DocumentPicker.ListItemResultType || (DocumentPicker.ListItemResultType = {}));
|
228
|
-
|
231
|
+
let UploadingFileStatus;
|
229
232
|
(function (UploadingFileStatus) {
|
230
233
|
UploadingFileStatus[UploadingFileStatus["checking"] = 0] = "checking";
|
231
234
|
UploadingFileStatus[UploadingFileStatus["invalid"] = 1] = "invalid";
|
@@ -233,20 +236,20 @@ export var Enums;
|
|
233
236
|
UploadingFileStatus[UploadingFileStatus["finish"] = 3] = "finish";
|
234
237
|
UploadingFileStatus[UploadingFileStatus["fail"] = 4] = "fail";
|
235
238
|
})(UploadingFileStatus = DocumentPicker.UploadingFileStatus || (DocumentPicker.UploadingFileStatus = {}));
|
236
|
-
|
239
|
+
let PickerMode;
|
237
240
|
(function (PickerMode) {
|
238
241
|
PickerMode[PickerMode["listingResult"] = 0] = "listingResult";
|
239
242
|
PickerMode[PickerMode["pickOnly"] = 1] = "pickOnly";
|
240
243
|
})(PickerMode = DocumentPicker.PickerMode || (DocumentPicker.PickerMode = {}));
|
241
244
|
})(DocumentPicker = Enums.DocumentPicker || (Enums.DocumentPicker = {}));
|
242
|
-
|
245
|
+
let ProcessViewEnums;
|
243
246
|
(function (ProcessViewEnums) {
|
244
|
-
|
247
|
+
let QueryScope;
|
245
248
|
(function (QueryScope) {
|
246
249
|
QueryScope[QueryScope["PublishedProcesses"] = 1] = "PublishedProcesses";
|
247
250
|
QueryScope[QueryScope["ArchivedProcesses"] = 2] = "ArchivedProcesses";
|
248
251
|
})(QueryScope = ProcessViewEnums.QueryScope || (ProcessViewEnums.QueryScope = {}));
|
249
|
-
|
252
|
+
let BuildInProcessTitleTextStyleFormatting;
|
250
253
|
(function (BuildInProcessTitleTextStyleFormatting) {
|
251
254
|
BuildInProcessTitleTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
|
252
255
|
BuildInProcessTitleTextStyleFormatting["Heading1"] = "d0f88100-d170-4416-90b3-d20eacb25d60";
|
@@ -257,47 +260,47 @@ export var Enums;
|
|
257
260
|
BuildInProcessTitleTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
|
258
261
|
BuildInProcessTitleTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
|
259
262
|
})(BuildInProcessTitleTextStyleFormatting = ProcessViewEnums.BuildInProcessTitleTextStyleFormatting || (ProcessViewEnums.BuildInProcessTitleTextStyleFormatting = {}));
|
260
|
-
|
263
|
+
let TaxonomyFilterType;
|
261
264
|
(function (TaxonomyFilterType) {
|
262
265
|
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
263
266
|
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
264
267
|
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
265
268
|
})(TaxonomyFilterType = ProcessViewEnums.TaxonomyFilterType || (ProcessViewEnums.TaxonomyFilterType = {}));
|
266
|
-
|
269
|
+
let OrderDirection;
|
267
270
|
(function (OrderDirection) {
|
268
271
|
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
269
272
|
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
270
273
|
})(OrderDirection = ProcessViewEnums.OrderDirection || (ProcessViewEnums.OrderDirection = {}));
|
271
|
-
|
274
|
+
let PagingType;
|
272
275
|
(function (PagingType) {
|
273
276
|
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
274
277
|
PagingType[PagingType["Classic"] = 2] = "Classic";
|
275
278
|
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
276
279
|
})(PagingType = ProcessViewEnums.PagingType || (ProcessViewEnums.PagingType = {}));
|
277
|
-
|
280
|
+
let StartPageTab;
|
278
281
|
(function (StartPageTab) {
|
279
282
|
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
280
283
|
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
281
284
|
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
282
285
|
})(StartPageTab = ProcessViewEnums.StartPageTab || (ProcessViewEnums.StartPageTab = {}));
|
283
|
-
|
286
|
+
let PropertyType;
|
284
287
|
(function (PropertyType) {
|
285
288
|
PropertyType[PropertyType["None"] = 0] = "None";
|
286
289
|
PropertyType[PropertyType["Text"] = 1] = "Text";
|
287
290
|
PropertyType[PropertyType["Number"] = 2] = "Number";
|
288
291
|
})(PropertyType = ProcessViewEnums.PropertyType || (ProcessViewEnums.PropertyType = {}));
|
289
|
-
|
292
|
+
let ProcessAccessTypes;
|
290
293
|
(function (ProcessAccessTypes) {
|
291
294
|
ProcessAccessTypes[ProcessAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
292
295
|
ProcessAccessTypes[ProcessAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
293
296
|
})(ProcessAccessTypes = ProcessViewEnums.ProcessAccessTypes || (ProcessViewEnums.ProcessAccessTypes = {}));
|
294
|
-
|
297
|
+
let Positions;
|
295
298
|
(function (Positions) {
|
296
299
|
Positions[Positions["Top"] = 1] = "Top";
|
297
300
|
Positions[Positions["Left"] = 2] = "Left";
|
298
301
|
Positions[Positions["Right"] = 3] = "Right";
|
299
302
|
})(Positions = ProcessViewEnums.Positions || (ProcessViewEnums.Positions = {}));
|
300
|
-
|
303
|
+
let DatePeriods;
|
301
304
|
(function (DatePeriods) {
|
302
305
|
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
303
306
|
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
@@ -305,22 +308,22 @@ export var Enums;
|
|
305
308
|
DatePeriods[DatePeriods["LaterThanNow"] = 4] = "LaterThanNow";
|
306
309
|
DatePeriods[DatePeriods["EarlierThanNow"] = 5] = "EarlierThanNow";
|
307
310
|
})(DatePeriods = ProcessViewEnums.DatePeriods || (ProcessViewEnums.DatePeriods = {}));
|
308
|
-
|
311
|
+
let RefinerOrderBy;
|
309
312
|
(function (RefinerOrderBy) {
|
310
313
|
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
311
314
|
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
312
315
|
})(RefinerOrderBy = ProcessViewEnums.RefinerOrderBy || (ProcessViewEnums.RefinerOrderBy = {}));
|
313
|
-
|
316
|
+
let BooleamFilterOption;
|
314
317
|
(function (BooleamFilterOption) {
|
315
318
|
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
316
319
|
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
317
320
|
})(BooleamFilterOption = ProcessViewEnums.BooleamFilterOption || (ProcessViewEnums.BooleamFilterOption = {}));
|
318
|
-
|
321
|
+
let DateTimeMode;
|
319
322
|
(function (DateTimeMode) {
|
320
323
|
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
321
324
|
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
322
325
|
})(DateTimeMode = ProcessViewEnums.DateTimeMode || (ProcessViewEnums.DateTimeMode = {}));
|
323
|
-
|
326
|
+
let HeadingFormatting;
|
324
327
|
(function (HeadingFormatting) {
|
325
328
|
HeadingFormatting[HeadingFormatting["Normal"] = 0] = "Normal";
|
326
329
|
HeadingFormatting[HeadingFormatting["Heading1"] = 1] = "Heading1";
|
@@ -328,35 +331,35 @@ export var Enums;
|
|
328
331
|
HeadingFormatting[HeadingFormatting["Heading3"] = 3] = "Heading3";
|
329
332
|
})(HeadingFormatting = ProcessViewEnums.HeadingFormatting || (ProcessViewEnums.HeadingFormatting = {}));
|
330
333
|
})(ProcessViewEnums = Enums.ProcessViewEnums || (Enums.ProcessViewEnums = {}));
|
331
|
-
|
334
|
+
let ShapeTypes;
|
332
335
|
(function (ShapeTypes) {
|
333
336
|
ShapeTypes[ShapeTypes["None"] = 0] = "None";
|
334
337
|
ShapeTypes[ShapeTypes["ProcessStep"] = 1] = "ProcessStep";
|
335
338
|
ShapeTypes[ShapeTypes["Link"] = 2] = "Link";
|
336
339
|
})(ShapeTypes = Enums.ShapeTypes || (Enums.ShapeTypes = {}));
|
337
|
-
|
340
|
+
let WorkflowEnums;
|
338
341
|
(function (WorkflowEnums) {
|
339
|
-
|
342
|
+
let VersionPublishingTypes;
|
340
343
|
(function (VersionPublishingTypes) {
|
341
344
|
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
342
345
|
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
343
346
|
})(VersionPublishingTypes = WorkflowEnums.VersionPublishingTypes || (WorkflowEnums.VersionPublishingTypes = {}));
|
344
347
|
})(WorkflowEnums = Enums.WorkflowEnums || (Enums.WorkflowEnums = {}));
|
345
|
-
|
348
|
+
let LinkType;
|
346
349
|
(function (LinkType) {
|
347
350
|
LinkType[LinkType["CustomLink"] = 0] = "CustomLink";
|
348
351
|
LinkType[LinkType["Heading"] = 1] = "Heading";
|
349
352
|
})(LinkType = Enums.LinkType || (Enums.LinkType = {}));
|
350
|
-
|
353
|
+
let TaskContentType;
|
351
354
|
(function (TaskContentType) {
|
352
355
|
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
353
356
|
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
354
357
|
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
355
358
|
})(TaskContentType = Enums.TaskContentType || (Enums.TaskContentType = {}));
|
356
|
-
|
359
|
+
let TaskViewType;
|
357
360
|
(function (TaskViewType) {
|
358
361
|
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
359
362
|
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
360
363
|
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
361
364
|
})(TaskViewType = Enums.TaskViewType || (Enums.TaskViewType = {}));
|
362
|
-
})(Enums || (Enums = {}));
|
365
|
+
})(Enums = exports.Enums || (exports.Enums = {}));
|
@@ -13,6 +13,8 @@ export declare class ODMWebComponentManifests {
|
|
13
13
|
static get DocumentRollupCardViewSettings(): Guid;
|
14
14
|
static get DocumentRollupCardGroupBySiteView(): Guid;
|
15
15
|
static get DocumentRollupCardGroupBySiteViewSettings(): Guid;
|
16
|
+
static get DocumentRollupSharePointCardView(): Guid;
|
17
|
+
static get DocumentRollupSharePointCardViewSettings(): Guid;
|
16
18
|
static get DocumentSearchTemplate(): Guid;
|
17
19
|
static get DocumentLibrary(): Guid;
|
18
20
|
static get DocumentLibrarySettings(): Guid;
|