@docsvision/webclient 5.17.0-beta.9 → 5.17.1-beta.1
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/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +11 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +16 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +47 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +3 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +78 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ParseQueryString.d.ts +1 -0
- package/Account/ProviderButton.d.ts +11 -0
- package/Account/Providers.d.ts +8 -0
- package/Account/index.d.ts +94 -0
- package/App.d.ts +55 -0
- package/Application.d.ts +96 -0
- package/Approval/$AgreementHistoryStageRenderer.d.ts +16 -0
- package/Approval/$AgreementOptions.d.ts +11 -0
- package/Approval/AcquaintanceManagement.d.ts +42 -0
- package/Approval/AcquaintanceManagementImpl.d.ts +35 -0
- package/Approval/AgreementHistory.d.ts +89 -0
- package/Approval/AgreementHistoryImpl.d.ts +56 -0
- package/Approval/AgreementList.d.ts +73 -0
- package/Approval/AgreementListContent.d.ts +26 -0
- package/Approval/AgreementListImpl.d.ts +30 -0
- package/Approval/AgreementManagement.d.ts +182 -0
- package/Approval/AgreementManagementImpl.d.ts +66 -0
- package/Approval/AgreementStage.d.ts +47 -0
- package/Approval/AgreementStageEmployeesLoader.d.ts +24 -0
- package/Approval/AgreementStageProps.d.ts +34 -0
- package/Approval/AgreementStageState.d.ts +11 -0
- package/Approval/ApprovalCycleInfo.d.ts +19 -0
- package/Approval/ApprovalCycleList.d.ts +8 -0
- package/Approval/ApprovalCycleListProps.d.ts +8 -0
- package/Approval/ApprovalHistoryFullStageInfo.d.ts +16 -0
- package/Approval/ApprovalHistoryTable.d.ts +18 -0
- package/Approval/ApprovalStageInfo.d.ts +11 -0
- package/Approval/ApprovalStageItemComment.d.ts +21 -0
- package/Approval/ApprovalStageItemRow.d.ts +27 -0
- package/Approval/CardApprovalCycle.d.ts +26 -0
- package/Approval/CardApprovalCycleImpl.d.ts +17 -0
- package/Approval/CardApprovalStage.d.ts +27 -0
- package/Approval/CardApprovalStageImpl.d.ts +17 -0
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +9 -0
- package/Approval/IAgreementListContentProps.d.ts +10 -0
- package/Approval/IAgreementListContentState.d.ts +9 -0
- package/Approval/IAgreementListRenderEventArgs.d.ts +6 -0
- package/Approval/IAgreementListReportOpenedEventArgs.d.ts +6 -0
- package/Approval/IAgreementListReportOpeningEventArgs.d.ts +4 -0
- package/Approval/IAgreementListTableColumn.d.ts +10 -0
- package/Approval/IApprovalHistoryTableProps.d.ts +22 -0
- package/Approval/IApprovalHistoryTableState.d.ts +6 -0
- package/Approval/IApprovalStageItemRowProps.d.ts +18 -0
- package/Approval/IApproverDeletionEventArgs.d.ts +5 -0
- package/Approval/IApproverEventArgs.d.ts +6 -0
- package/Approval/IApprovingPathEventArgs.d.ts +5 -0
- package/Approval/IApprovingReportOpenedEventArgs.d.ts +4 -0
- package/Approval/IApprovingReportOpeningEventArgs.d.ts +3 -0
- package/Approval/IApprovingReportRefreshedEventArgs.d.ts +6 -0
- package/Approval/IApprovingReportRefreshingEventArgs.d.ts +4 -0
- package/Approval/ReconcileDurationType.d.ts +4 -0
- package/Approval/StageModelWithChange.d.ts +3 -0
- package/Approval/TemplateComboVariant.d.ts +9 -0
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CreateApprovalTask.d.ts +9 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +103 -0
- package/BackOffice/$LinksSearchCardsService.d.ts +37 -0
- package/BackOffice/$OperationParametersPanel.d.ts +13 -0
- package/BackOffice/$SelectionRow.d.ts +11 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +29 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +26 -0
- package/BackOffice/AcknowledgementList.d.ts +57 -0
- package/BackOffice/AcknowledgementListButton.d.ts +5 -0
- package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
- package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
- package/BackOffice/AcknowledgementListView.d.ts +4 -0
- package/BackOffice/ActionButton.d.ts +6 -0
- package/BackOffice/ActionMenu.d.ts +12 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/AddComment.d.ts +4 -0
- package/BackOffice/AddEmployeeIconColumn.d.ts +3 -0
- package/BackOffice/AddUrlDialog.d.ts +41 -0
- package/BackOffice/AddingGroups.d.ts +3 -0
- package/BackOffice/Address.d.ts +29 -0
- package/BackOffice/AddressImpl.d.ts +28 -0
- package/BackOffice/ApprovalTaskComplete.d.ts +11 -0
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFormatLogin.d.ts +7 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetMaskOptions.d.ts +8 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +60 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +10 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsValidRegExps.d.ts +3 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/BackOfficeChildTask.d.ts +7 -0
- package/BackOffice/BackOfficeCreateLink.d.ts +17 -0
- package/BackOffice/BackOfficeLayoutContextConstants.d.ts +8 -0
- package/BackOffice/BackOfficeModeConditionTypes.d.ts +4 -0
- package/BackOffice/BooleanValueGridPlugin.d.ts +4 -0
- package/BackOffice/CardKind.d.ts +37 -0
- package/BackOffice/CardKindImpl.d.ts +102 -0
- package/BackOffice/CardKindTree.d.ts +36 -0
- package/BackOffice/CardKindTreeNode.d.ts +15 -0
- package/BackOffice/CardKindTreeNodeBranchIcon.d.ts +9 -0
- package/BackOffice/CardKindTreeNodeChildren.d.ts +5 -0
- package/BackOffice/CardKindTreeNodeLeafIcon.d.ts +6 -0
- package/BackOffice/CardKindTreeNodeModel.d.ts +21 -0
- package/BackOffice/CardKindTreeNodeTitle.d.ts +10 -0
- package/BackOffice/CardKindTreeNodeWrapper.d.ts +5 -0
- package/BackOffice/CardKindTypeaheadVariant.d.ts +11 -0
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/CheckAbsenceDates.d.ts +6 -0
- package/BackOffice/CheckPerformer.d.ts +2 -0
- package/BackOffice/CheckStaffDirectoryData.d.ts +5 -0
- package/BackOffice/CheckStaffSectionAcccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerforming.d.ts +102 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +74 -0
- package/BackOffice/CollapseAllTaskTableRows.d.ts +2 -0
- package/BackOffice/CollapseTaskTableRow.d.ts +2 -0
- package/BackOffice/CollapsedText.d.ts +21 -0
- package/BackOffice/ColorText.d.ts +13 -0
- package/BackOffice/ColumnSettingsDialog.d.ts +28 -0
- package/BackOffice/CommandMenuComponent.d.ts +20 -0
- package/BackOffice/CommentActionsPanelStyle.d.ts +4 -0
- package/BackOffice/CommentBodyContents.d.ts +3 -0
- package/BackOffice/CommentBodyStyle.d.ts +9 -0
- package/BackOffice/CommentBodyTriangleStyle.d.ts +6 -0
- package/BackOffice/CommentButtonStyle.d.ts +4 -0
- package/BackOffice/CommentButtonsContainerStyle.d.ts +4 -0
- package/BackOffice/CommentDateStyle.d.ts +4 -0
- package/BackOffice/CommentDeleteIcon.d.ts +2 -0
- package/BackOffice/CommentEditIcon.d.ts +2 -0
- package/BackOffice/CommentEditor.d.ts +32 -0
- package/BackOffice/CommentHeader.d.ts +3 -0
- package/BackOffice/CommentHeaderDateStyle.d.ts +4 -0
- package/BackOffice/CommentIconContainerStyle.d.ts +4 -0
- package/BackOffice/CommentInfoStyle.d.ts +5 -0
- package/BackOffice/CommentInputTextArea.d.ts +14 -0
- package/BackOffice/CommentLinkStyle.d.ts +4 -0
- package/BackOffice/CommentModel.d.ts +25 -0
- package/BackOffice/CommentStyle.d.ts +8 -0
- package/BackOffice/CommentTextStyle.d.ts +7 -0
- package/BackOffice/CommentTimeStyle.d.ts +4 -0
- package/BackOffice/CommentUserContainer.d.ts +5 -0
- package/BackOffice/CommentUserDisplayNameStyle.d.ts +4 -0
- package/BackOffice/CommentUserIcon.d.ts +6 -0
- package/BackOffice/Comments.d.ts +96 -0
- package/BackOffice/CommentsImpl.d.ts +53 -0
- package/BackOffice/CompareTasks.d.ts +3 -0
- package/BackOffice/Constants.d.ts +32 -0
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertEmployeeToRow.d.ts +3 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertPerformersTypeSettings.d.ts +5 -0
- package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CopyAddress.d.ts +3 -0
- package/BackOffice/CovertResponseToTree.d.ts +4 -0
- package/BackOffice/CreateRelatedCardButton.d.ts +54 -0
- package/BackOffice/CreateRelatedCardButtonImpl.d.ts +25 -0
- package/BackOffice/CreateWindow.d.ts +5 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/DefaultTasksTreeNodeResolver.d.ts +12 -0
- package/BackOffice/DelegateBatchOperation.d.ts +32 -0
- package/BackOffice/DelegateBatchOperationImpl.d.ts +27 -0
- package/BackOffice/DelegationParameters.d.ts +7 -0
- package/BackOffice/DelegationParamsPanel.d.ts +26 -0
- package/BackOffice/DeleteLogic.d.ts +3 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +25 -0
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +20 -0
- package/BackOffice/DeleteStaffSection.d.ts +2 -0
- package/BackOffice/DeleteTaskRow.d.ts +3 -0
- package/BackOffice/Department.d.ts +56 -0
- package/BackOffice/DepartmentFilter.d.ts +20 -0
- package/BackOffice/DepartmentFilterView.d.ts +18 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +11 -0
- package/BackOffice/DepartmentImpl.d.ts +51 -0
- package/BackOffice/DepartmentSelectDialog.d.ts +85 -0
- package/BackOffice/DepartmentSelectDialogFlat.d.ts +124 -0
- package/BackOffice/DepartmentSelectMode.d.ts +5 -0
- package/BackOffice/DepartmentTreeNode.d.ts +43 -0
- package/BackOffice/DepartmentTypeaheadVariant.d.ts +11 -0
- package/BackOffice/DialogLocations.d.ts +6 -0
- package/BackOffice/DigitalSignatureService.d.ts +47 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +85 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +88 -0
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +71 -0
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerRowSelectDialog.d.ts +58 -0
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +25 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +15 -0
- package/BackOffice/DirectoryEntryModal.d.ts +26 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +21 -0
- package/BackOffice/DirectoryFrame.d.ts +13 -0
- package/BackOffice/DirectoryRowCutSelection.d.ts +11 -0
- package/BackOffice/DirectoryRowIcon.d.ts +18 -0
- package/BackOffice/DirectoryRowSelection.d.ts +25 -0
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +10 -0
- package/BackOffice/DirectorySearchContainer.d.ts +6 -0
- package/BackOffice/DirectorySearchContent.d.ts +10 -0
- package/BackOffice/DirectorySearchCounter.d.ts +8 -0
- package/BackOffice/DirectorySearchFilters.d.ts +6 -0
- package/BackOffice/DirectorySearchInfo.d.ts +10 -0
- package/BackOffice/DirectorySearchResult.d.ts +30 -0
- package/BackOffice/DirectorySearchResultList.d.ts +14 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +24 -0
- package/BackOffice/DirectorySearchResultView.d.ts +22 -0
- package/BackOffice/DirectorySplitter.d.ts +10 -0
- package/BackOffice/DirectoryTabContents.d.ts +6 -0
- package/BackOffice/DirectoryTabInfo.d.ts +4 -0
- package/BackOffice/DirectoryTabItem.d.ts +6 -0
- package/BackOffice/DirectoryTabPanel.d.ts +6 -0
- package/BackOffice/DirectoryTabs.d.ts +27 -0
- package/BackOffice/DirectoryTabs.stories.d.ts +8 -0
- package/BackOffice/DirectoryTabsLogic.d.ts +12 -0
- package/BackOffice/DirectoryTabsRoot.d.ts +6 -0
- package/BackOffice/DirectoryTree.d.ts +56 -0
- package/BackOffice/DirectoryTree.stories.d.ts +9 -0
- package/BackOffice/DirectoryTreeAddButton.d.ts +8 -0
- package/BackOffice/DirectoryTreeContainer.d.ts +6 -0
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +6 -0
- package/BackOffice/DirectoryTreeIcon.d.ts +11 -0
- package/BackOffice/DirectoryTreeList.d.ts +13 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +74 -0
- package/BackOffice/DirectoryTreeRow.d.ts +13 -0
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +8 -0
- package/BackOffice/DirectoryTreeRowIdent.d.ts +4 -0
- package/BackOffice/DirectoryTreeRowName.d.ts +7 -0
- package/BackOffice/DirectoryTreeToggle.d.ts +11 -0
- package/BackOffice/DirectoryTreeWrapper.d.ts +6 -0
- package/BackOffice/DirectoryValues.d.ts +45 -0
- package/BackOffice/DirectoryValues.stories.d.ts +8 -0
- package/BackOffice/DirectoryValuesAddButton.d.ts +9 -0
- package/BackOffice/DirectoryValuesContainer.d.ts +6 -0
- package/BackOffice/DirectoryValuesIcon.d.ts +15 -0
- package/BackOffice/DirectoryValuesLoading.d.ts +6 -0
- package/BackOffice/DirectoryValuesLogic.d.ts +8 -0
- package/BackOffice/DirectoryValuesWrapper.d.ts +6 -0
- package/BackOffice/DisplayInitiator.d.ts +49 -0
- package/BackOffice/DisplayInitiatorImpl.d.ts +13 -0
- package/BackOffice/DisplayPerformers.d.ts +58 -0
- package/BackOffice/DisplayPerformersImpl.d.ts +61 -0
- package/BackOffice/Document.d.ts +18 -0
- package/BackOffice/DocumentTasksTreeNodeResolver.d.ts +12 -0
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +146 -0
- package/BackOffice/EditComment.d.ts +5 -0
- package/BackOffice/EditTaskDescription.d.ts +11 -0
- package/BackOffice/EditTaskDescriptionDialog.d.ts +12 -0
- package/BackOffice/EditTaskDuration.d.ts +18 -0
- package/BackOffice/EditTaskDurationDialog.d.ts +21 -0
- package/BackOffice/EditWindow.d.ts +5 -0
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/Employee.d.ts +67 -0
- package/BackOffice/EmployeeColumns.d.ts +6 -0
- package/BackOffice/EmployeeImpl.d.ts +50 -0
- package/BackOffice/EmployeeInfo.d.ts +13 -0
- package/BackOffice/EmployeeLoader.d.ts +21 -0
- package/BackOffice/EmployeeRowModelExtendedData.d.ts +5 -0
- package/BackOffice/EmployeeTypeaheadVariant.d.ts +14 -0
- package/BackOffice/EmployeeVisualizer.d.ts +9 -0
- package/BackOffice/EmployeesTabFrame.d.ts +10 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +49 -0
- package/BackOffice/ExpandTaskTableRow.d.ts +2 -0
- package/BackOffice/ExtraFileIcon.d.ts +2 -0
- package/BackOffice/FavoriteEmployeesStorage.d.ts +16 -0
- package/BackOffice/FileListAttachElements.d.ts +20 -0
- package/BackOffice/FileListBuiltInOperations.d.ts +16 -0
- package/BackOffice/FileListConstants.d.ts +9 -0
- package/BackOffice/FileListControl.d.ts +328 -0
- package/BackOffice/FileListControlImpl.d.ts +135 -0
- package/BackOffice/FileListControlLogic.d.ts +72 -0
- package/BackOffice/FileListFormType.d.ts +6 -0
- package/BackOffice/FileListItem.d.ts +23 -0
- package/BackOffice/FileListItemComponent.d.ts +57 -0
- package/BackOffice/FileListItemPlaceholderComponent.d.ts +15 -0
- package/BackOffice/FileListItemProps.d.ts +28 -0
- package/BackOffice/FileListItemState.d.ts +9 -0
- package/BackOffice/FileListVersionPlaceholder.d.ts +16 -0
- package/BackOffice/FileRenamingDialog.d.ts +25 -0
- package/BackOffice/FileSign.d.ts +32 -0
- package/BackOffice/FileSignInfoPopover.d.ts +27 -0
- package/BackOffice/FileSignListDialog.d.ts +65 -0
- package/BackOffice/FindMaxLevelIdent.d.ts +2 -0
- package/BackOffice/FindStaffSection.d.ts +9 -0
- package/BackOffice/FindTaskRow.d.ts +2 -0
- package/BackOffice/FlatternRows.d.ts +2 -0
- package/BackOffice/FlatternTree.d.ts +2 -0
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GetContextMenuNames.d.ts +2 -0
- package/BackOffice/GetDirectoryTreeRowModel.d.ts +3 -0
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeColumns.d.ts +4 -0
- package/BackOffice/GetEmployeeGroups.d.ts +9 -0
- package/BackOffice/GetHelpBoxRowInfo.d.ts +9 -0
- package/BackOffice/GetIconClassName.d.ts +11 -0
- package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -0
- package/BackOffice/GetRootSectionId.d.ts +7 -0
- package/BackOffice/GetSearchItemTab.d.ts +2 -0
- package/BackOffice/GetSelectedSearchItemEmployeeId.d.ts +4 -0
- package/BackOffice/GetSelectedSearchItemSection.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GoToSection.d.ts +2 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +11 -0
- package/BackOffice/GroupTaskCardSelectPerformers.d.ts +149 -0
- package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +86 -0
- package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +6 -0
- package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +45 -0
- package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +6 -0
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +20 -0
- package/BackOffice/GzPerformersOverlay.d.ts +7 -0
- package/BackOffice/History.d.ts +109 -0
- package/BackOffice/HistoryExternalRelations.d.ts +9 -0
- package/BackOffice/HistoryImpl.d.ts +59 -0
- package/BackOffice/HistoryRecordView.d.ts +13 -0
- package/BackOffice/HistoryView.d.ts +74 -0
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +5 -0
- package/BackOffice/IChangeResponsibleEventArgs.d.ts +5 -0
- package/BackOffice/IChangingTaskOrderEventArgs.d.ts +5 -0
- package/BackOffice/ICommandMenuProps.d.ts +8 -0
- package/BackOffice/ICommandMenuState.d.ts +9 -0
- package/BackOffice/ICommentEventArgs.d.ts +4 -0
- package/BackOffice/ICommentProps.d.ts +17 -0
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IDirectoryTreeRow.d.ts +10 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IEmployeeResponseParser.d.ts +6 -0
- package/BackOffice/IExtraFileAddedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileAddingArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileListItem.d.ts +7 -0
- package/BackOffice/IFileListOperation.d.ts +5 -0
- package/BackOffice/IFileListWrapper.d.ts +6 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/IFileOpenedArgs.d.ts +4 -0
- package/BackOffice/IFileOpeningArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewedArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewingArgs.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +23 -0
- package/BackOffice/IFileSignUploadedArgs.d.ts +4 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +4 -0
- package/BackOffice/IFileVersionDownloadingArgs.d.ts +6 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionUploadedArgs.d.ts +6 -0
- package/BackOffice/IFileVersionUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVisualizedArgs.d.ts +4 -0
- package/BackOffice/IFileVisualizingArgs.d.ts +4 -0
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/IHiddenNode.d.ts +5 -0
- package/BackOffice/ILinkEventArgs.d.ts +5 -0
- package/BackOffice/ILinkItem.d.ts +8 -0
- package/BackOffice/IMainFileAddedArgs.d.ts +4 -0
- package/BackOffice/IMainFileAddingArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatedArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatingArgs.d.ts +4 -0
- package/BackOffice/INewCardLinkDialogProps.d.ts +10 -0
- package/BackOffice/INewCardLinkDialogState.d.ts +10 -0
- package/BackOffice/INumberInfo.d.ts +6 -0
- package/BackOffice/IParametersRequestEventArgs.d.ts +5 -0
- package/BackOffice/IPartnerDataLoadingEventArgs.d.ts +28 -0
- package/BackOffice/IPartnerDirectoryTreeItem.d.ts +12 -0
- package/BackOffice/IPartnerFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IPerformerEventArgs.d.ts +7 -0
- package/BackOffice/IPerformersEventArgs.d.ts +5 -0
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -0
- package/BackOffice/ISelectionEventArgs.d.ts +5 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureCreatedArgs.d.ts +2 -0
- package/BackOffice/ISignatureCreatingArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewedArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewingArgs.d.ts +2 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/IStaffDataLoadingEventArgs.d.ts +16 -0
- package/BackOffice/IStaffDirectoryItemsDialog.d.ts +5 -0
- package/BackOffice/IStaffDirectoryOptions.d.ts +12 -0
- package/BackOffice/IStaffFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IStaffTreeRow.d.ts +4 -0
- package/BackOffice/ITaskCreatingEventArgs.d.ts +5 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskDescriptionDialogManagement.d.ts +6 -0
- package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDescriptionEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDurationDialogManagement.d.ts +9 -0
- package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +5 -0
- package/BackOffice/ITaskIntervalEventArgs.d.ts +8 -0
- package/BackOffice/ITaskListItemProps.d.ts +11 -0
- package/BackOffice/ITaskListItemState.d.ts +4 -0
- package/BackOffice/ITaskListProps.d.ts +16 -0
- package/BackOffice/ITaskListState.d.ts +5 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/ITasksDistributionEventArgs.d.ts +7 -0
- package/BackOffice/ITasksTableModel.d.ts +5 -0
- package/BackOffice/ITasksTableRow.d.ts +11 -0
- package/BackOffice/ITasksTreeColor.d.ts +6 -0
- package/BackOffice/ITasksTreeColorMap.d.ts +5 -0
- package/BackOffice/ITasksTreeContainerProps.d.ts +6 -0
- package/BackOffice/ITasksTreeContainerState.d.ts +23 -0
- package/BackOffice/ITasksTreeEdgeContainer.d.ts +3 -0
- package/BackOffice/ITasksTreeGroup.d.ts +4 -0
- package/BackOffice/ITasksTreeGroupMap.d.ts +5 -0
- package/BackOffice/ITasksTreeNodeContainer.d.ts +13 -0
- package/BackOffice/ITasksTreeNodeResolver.d.ts +28 -0
- package/BackOffice/ITasksTreeNodeResolverMap.d.ts +5 -0
- package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +6 -0
- package/BackOffice/IVisClickParams.d.ts +6 -0
- package/BackOffice/IWebFrameDirectorySearchPanelOptions.d.ts +12 -0
- package/BackOffice/ImageWithDescription.d.ts +11 -0
- package/BackOffice/Index.d.ts +4 -0
- package/BackOffice/IndicatorType.d.ts +12 -0
- package/BackOffice/InfoPopover.d.ts +28 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/InitializeDefaultGroupsAndColors.d.ts +4 -0
- package/BackOffice/InnerWindow.d.ts +15 -0
- package/BackOffice/InsertLoadedChildrenRows.d.ts +5 -0
- package/BackOffice/InsertLoadedTaskTableRows.d.ts +3 -0
- package/BackOffice/KindTreeNodeData.d.ts +14 -0
- package/BackOffice/LineSpacer.d.ts +5 -0
- package/BackOffice/LinkInfoPopover.d.ts +15 -0
- package/BackOffice/LinkInfoPopoverProps.d.ts +24 -0
- package/BackOffice/LinkInfoPopoverState.d.ts +9 -0
- package/BackOffice/LinkItem.d.ts +10 -0
- package/BackOffice/LinkItemState.d.ts +7 -0
- package/BackOffice/LinkSelectionItem.d.ts +13 -0
- package/BackOffice/LinkTypeComboBoxVariant.d.ts +9 -0
- package/BackOffice/Links.d.ts +230 -0
- package/BackOffice/LinksImpl.d.ts +150 -0
- package/BackOffice/LinksSearchCardsService.d.ts +20 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadEmployeeLayoutFunctions.d.ts +6 -0
- package/BackOffice/LoadEmployees.d.ts +20 -0
- package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
- package/BackOffice/LoadSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/LoadingLinkItem.d.ts +3 -0
- package/BackOffice/MainFileIcon.d.ts +2 -0
- package/BackOffice/MarkPartnersAsDepartment.d.ts +2 -0
- package/BackOffice/MultipleEmployees.d.ts +90 -0
- package/BackOffice/MultipleEmployeesImpl.d.ts +58 -0
- package/BackOffice/NewCardLinkDialog.d.ts +29 -0
- package/BackOffice/NewCardLinkDialogArgs.d.ts +5 -0
- package/BackOffice/Numerator.d.ts +60 -0
- package/BackOffice/Numerator.stories.d.ts +8 -0
- package/BackOffice/NumeratorImpl.d.ts +57 -0
- package/BackOffice/OpenTaskInNewWindow.d.ts +3 -0
- package/BackOffice/OperationExecutingEventArgs.d.ts +9 -0
- package/BackOffice/OperationParametersPanelEventArgs.d.ts +9 -0
- package/BackOffice/Partner.d.ts +16 -0
- package/BackOffice/PartnerBase.d.ts +129 -0
- package/BackOffice/PartnerBaseImpl.d.ts +104 -0
- package/BackOffice/PartnerDepartment.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +15 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +53 -0
- package/BackOffice/PartnerDirectoryBaseImpl.d.ts +46 -0
- package/BackOffice/PartnerDirectoryConstants.d.ts +3 -0
- package/BackOffice/PartnerDirectoryItemVisualiser.d.ts +10 -0
- package/BackOffice/PartnerDirectorySelectDialog.d.ts +71 -0
- package/BackOffice/PartnerImpl.d.ts +37 -0
- package/BackOffice/PartnerSelectDialog.d.ts +167 -0
- package/BackOffice/PartnerTypeaheadVariant.d.ts +32 -0
- package/BackOffice/PartnersDirectory.d.ts +4 -0
- package/BackOffice/PerformersTable.d.ts +36 -0
- package/BackOffice/PerformingHistoryView.d.ts +37 -0
- package/BackOffice/PreloadHelpBox.d.ts +2 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrepareTasksTableModel.d.ts +4 -0
- package/BackOffice/PrintButton.d.ts +48 -0
- package/BackOffice/PrintButtonContainer.d.ts +8 -0
- package/BackOffice/PrintButtonLogic.d.ts +25 -0
- package/BackOffice/PrintButtonView.d.ts +5 -0
- package/BackOffice/ProcessEmployeeIdInViewRows.d.ts +3 -0
- package/BackOffice/ProcessIndication.d.ts +9 -0
- package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
- package/BackOffice/RecordsChangedEventArgs.d.ts +5 -0
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +15 -0
- package/BackOffice/RootSectionConstants.d.ts +15 -0
- package/BackOffice/SearchBar.d.ts +18 -0
- package/BackOffice/SearchButton.d.ts +3 -0
- package/BackOffice/SearchEmployees.d.ts +4 -0
- package/BackOffice/SearchIcon.d.ts +3 -0
- package/BackOffice/SelectNextRow.d.ts +2 -0
- package/BackOffice/SelectionRowService.d.ts +11 -0
- package/BackOffice/SequentialParallelToggle.d.ts +9 -0
- package/BackOffice/SetCharacterLimits.d.ts +2 -0
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
- package/BackOffice/SetManager.d.ts +4 -0
- package/BackOffice/ShowPreviousComments.d.ts +14 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +28 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +52 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +70 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +23 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +65 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +21 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +90 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/SimpleItemViewContent.d.ts +41 -0
- package/BackOffice/SkipDraggingElement.d.ts +6 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +48 -0
- package/BackOffice/StaffDirectory.stories.d.ts +24 -0
- package/BackOffice/StaffDirectoryAreas.d.ts +12 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +34 -0
- package/BackOffice/StaffDirectoryContainer.d.ts +7 -0
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +12 -0
- package/BackOffice/StaffDirectoryHead.d.ts +7 -0
- package/BackOffice/StaffDirectoryInfo.d.ts +16 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +108 -0
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +106 -0
- package/BackOffice/StaffDirectoryLogic.d.ts +349 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +99 -0
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +17 -0
- package/BackOffice/StaffDirectoryView.d.ts +98 -0
- package/BackOffice/StaffTypeaheadVariant.d.ts +17 -0
- package/BackOffice/State.d.ts +31 -0
- package/BackOffice/StateButtons.d.ts +77 -0
- package/BackOffice/StateButtonsImpl.d.ts +58 -0
- package/BackOffice/StateImpl.d.ts +14 -0
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TableDataServiceProvider.d.ts +3 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +29 -0
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +16 -0
- package/BackOffice/TaskChangeExecutionDates.d.ts +4 -0
- package/BackOffice/TaskCommon.d.ts +2 -0
- package/BackOffice/TaskComplete.d.ts +4 -0
- package/BackOffice/TaskDelegate.d.ts +4 -0
- package/BackOffice/TaskDelegationInfo.d.ts +35 -0
- package/BackOffice/TaskGroup.d.ts +6 -0
- package/BackOffice/TaskGroupIntervalModel.d.ts +45 -0
- package/BackOffice/TaskListComponent.d.ts +19 -0
- package/BackOffice/TaskListItemComponent.d.ts +20 -0
- package/BackOffice/TaskReject.d.ts +2 -0
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +34 -0
- package/BackOffice/TaskToRework.d.ts +2 -0
- package/BackOffice/Tasks.d.ts +90 -0
- package/BackOffice/TasksImpl.d.ts +35 -0
- package/BackOffice/TasksTable.d.ts +155 -0
- package/BackOffice/TasksTable.stories.d.ts +21 -0
- package/BackOffice/TasksTableBody.d.ts +5 -0
- package/BackOffice/TasksTableCell.d.ts +27 -0
- package/BackOffice/TasksTableContainer.d.ts +8 -0
- package/BackOffice/TasksTableControlWrapper.d.ts +7 -0
- package/BackOffice/TasksTableCurrentPerformerView.d.ts +8 -0
- package/BackOffice/TasksTableFilterButton.d.ts +8 -0
- package/BackOffice/TasksTableHeaderCell.d.ts +17 -0
- package/BackOffice/TasksTableHeaderRow.d.ts +4 -0
- package/BackOffice/TasksTableHelpBox.d.ts +15 -0
- package/BackOffice/TasksTableIcon.d.ts +21 -0
- package/BackOffice/TasksTableIconButton.d.ts +9 -0
- package/BackOffice/TasksTableLink.d.ts +13 -0
- package/BackOffice/TasksTableLoader.d.ts +2 -0
- package/BackOffice/TasksTableLogic.d.ts +194 -0
- package/BackOffice/TasksTableMessage.d.ts +5 -0
- package/BackOffice/TasksTableRibbon.d.ts +5 -0
- package/BackOffice/TasksTableRibbonButton.d.ts +8 -0
- package/BackOffice/TasksTableRibbonContainer.d.ts +6 -0
- package/BackOffice/TasksTableRow.d.ts +13 -0
- package/BackOffice/TasksTableTable.d.ts +5 -0
- package/BackOffice/TasksTableView.d.ts +89 -0
- package/BackOffice/TasksTree.d.ts +62 -0
- package/BackOffice/TasksTreeContainer.d.ts +53 -0
- package/BackOffice/TasksTreeContainerStyles.d.ts +3 -0
- package/BackOffice/TasksTreeImpl.d.ts +54 -0
- package/BackOffice/TasksTreeNodeResolveService.d.ts +9 -0
- package/BackOffice/TasksTreeRibbon.d.ts +17 -0
- package/BackOffice/TasksTreeUtils.d.ts +9 -0
- package/BackOffice/TasksUtils.d.ts +2 -0
- package/BackOffice/TimeOfPerformance.d.ts +82 -0
- package/BackOffice/TimeOfPerformanceImpl.d.ts +43 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UniquenessCheck.d.ts +26 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +56 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UseDialog.d.ts +3 -0
- package/BackOffice/UserProfile.d.ts +16 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/Utils.d.ts +29 -0
- package/BackOffice/ValidateDeputyUniqueness.d.ts +2 -0
- package/BackOffice/ValueWithDescription.d.ts +11 -0
- package/BackOffice/ViewComment.d.ts +3 -0
- package/BackOffice/ViewDisplayMode.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +50 -0
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +8 -0
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +53 -0
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +13 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +14 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +6 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +2955 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +13328 -0
- package/Helpers/$RootCssClass.d.ts +9 -0
- package/Helpers/Adaptive/DevicesVisibility.d.ts +18 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialog.d.ts +18 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +15 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +14 -0
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BodyContainerProvider.d.ts +37 -0
- package/Helpers/BoxWithButtons.d.ts +55 -0
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +19 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +17 -0
- package/Helpers/Breadcrumbs/BreadcrumbsViewComponents.d.ts +15 -0
- package/Helpers/Breadcrumbs/ButtonItem.d.ts +54 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemView.d.ts +5 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +15 -0
- package/Helpers/Breadcrumbs/LinkView/LinkSeparator.d.ts +5 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleItemView.d.ts +5 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleItemViewWithSeparator.d.ts +14 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleSeparator.d.ts +5 -0
- package/Helpers/Button.d.ts +84 -0
- package/Helpers/Button.stories.d.ts +8 -0
- package/Helpers/ComandBarButton.d.ts +29 -0
- package/Helpers/ComboBox/ComboBoxBody.d.ts +22 -0
- package/Helpers/ComboBox/ComboBoxElement.d.ts +52 -0
- package/Helpers/ComboBox/ComboBoxHelper.d.ts +31 -0
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +38 -0
- package/Helpers/ComboBox/ComboBoxWrapper.d.ts +107 -0
- package/Helpers/ComboBox/CommonComboBox.d.ts +122 -0
- package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +10 -0
- package/Helpers/ComboBox/Helpers/AdaptiveComboBoxBodyContent.d.ts +4 -0
- package/Helpers/ComboBox/Helpers/ComboBoxBodyContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxElementContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxTitleContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxWrapperContent.d.ts +14 -0
- package/Helpers/ComboBox/Helpers/PopoverComboBoxBodyContent.d.ts +4 -0
- package/Helpers/CommandBar/ComandBar.d.ts +34 -0
- package/Helpers/CommandBar/ComandBarItem.d.ts +18 -0
- package/Helpers/CommandBar/IComandBarProps.d.ts +14 -0
- package/Helpers/CommandBar/IComandBarState.d.ts +4 -0
- package/Helpers/ControlSelector/ControlSelector.d.ts +48 -0
- package/Helpers/ControlSelector/IControlContainer.d.ts +9 -0
- package/Helpers/ControlSelector/IControlSelectorProps.d.ts +6 -0
- package/Helpers/ControlSelector/IExtendedControlSelectorProps.d.ts +6 -0
- package/Helpers/ControlsRecursiveVisitor.d.ts +5 -0
- package/Helpers/CustomTree/CustomTreeLevelIndent.d.ts +15 -0
- package/Helpers/CustomTree/CustomTreeNode.d.ts +25 -0
- package/Helpers/CustomTree/RecursiveVisitor.d.ts +46 -0
- package/Helpers/CustomTree/Theme/CustomTreeNodeButton.d.ts +14 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeDefault.d.ts +31 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentCompact.d.ts +4 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +18 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeIconDefault.d.ts +3 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeLoadingIconDefault.d.ts +10 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTextDefault.d.ts +11 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTogglerDefault.d.ts +28 -0
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +16 -0
- package/Helpers/Debouncer.d.ts +23 -0
- package/Helpers/DirectorySearchInput.d.ts +5 -0
- package/Helpers/Disclosure/DisclosureBody/DisclosureBody.d.ts +11 -0
- package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyProps.d.ts +37 -0
- package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyState.d.ts +5 -0
- package/Helpers/Disclosure/DisclosureHeader.d.ts +15 -0
- package/Helpers/DragAndDrop/Draggable.d.ts +21 -0
- package/Helpers/DragAndDrop/DraggableMobilePolyfill.d.ts +2 -0
- package/Helpers/DragAndDrop/Droppable.d.ts +21 -0
- package/Helpers/DropdownButton/DropdownButton.d.ts +34 -0
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +10 -0
- package/Helpers/DropdownButton/DropdownButtonView.d.ts +14 -0
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +7 -0
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +7 -0
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +9 -0
- package/Helpers/DropdownButton/index.d.ts +8 -0
- package/Helpers/DynamicModel/DynamicFieldNameAccessor.d.ts +28 -0
- package/Helpers/DynamicModel/FieldNameAccessor.d.ts +27 -0
- package/Helpers/DynamicModel/FuncAccessor.d.ts +24 -0
- package/Helpers/DynamicModel/IAccessor.d.ts +26 -0
- package/Helpers/DynamicModel/IReadonlyAccessor.d.ts +8 -0
- package/Helpers/DynamicModel/MapMetaStore.d.ts +24 -0
- package/Helpers/DynamicTree/DynamicTree.d.ts +31 -0
- package/Helpers/DynamicTree/DynamicTreeNode.d.ts +12 -0
- package/Helpers/DynamicTree/IDynamicTreeNodeData.d.ts +5 -0
- package/Helpers/DynamicTree/ILoadNodesResult.d.ts +7 -0
- package/Helpers/EmployeeName.d.ts +19 -0
- package/Helpers/EmployeeName.stories.d.ts +8 -0
- package/Helpers/FileComments/FileComment.d.ts +24 -0
- package/Helpers/FileComments/FileComments.d.ts +129 -0
- package/Helpers/FileComments/FileCommentsModal.d.ts +30 -0
- package/Helpers/FilePreview/FilePreview.d.ts +167 -0
- package/Helpers/HighlightedSearchResult.d.ts +26 -0
- package/Helpers/HighlightedSimpleSearchResult.d.ts +20 -0
- package/Helpers/IconButton.d.ts +49 -0
- package/Helpers/InputMask/IInputMaskProps.d.ts +71 -0
- package/Helpers/InputMask/InputMask.d.ts +8 -0
- package/Helpers/InputMask/InputMask.stories.d.ts +11 -0
- package/Helpers/InputMask/InputMaskView.d.ts +14 -0
- package/Helpers/InputMask/components/InputMaskContainer.d.ts +7 -0
- package/Helpers/InputMask/components/InputMaskField.d.ts +7 -0
- package/Helpers/InputMask/components/InputMaskLabel.d.ts +18 -0
- package/Helpers/InputMask/index.d.ts +5 -0
- package/Helpers/LabeledText.d.ts +87 -0
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +52 -0
- package/Helpers/LocationContainer/LocationSourceMode.d.ts +4 -0
- package/Helpers/MainMenu/AnimatedItemHide.d.ts +21 -0
- package/Helpers/MainMenu/BigItemBox.d.ts +7 -0
- package/Helpers/MainMenu/BigSpaceGap.d.ts +7 -0
- package/Helpers/MainMenu/ItemContent.d.ts +8 -0
- package/Helpers/MainMenu/ItemHideToggle.d.ts +9 -0
- package/Helpers/MainMenu/ItemIcon.d.ts +8 -0
- package/Helpers/MainMenu/ItemLevelIdent.d.ts +8 -0
- package/Helpers/MainMenu/ItemSeparator.d.ts +6 -0
- package/Helpers/MainMenu/ItemText.d.ts +10 -0
- package/Helpers/MainMenu/MainMenuItem.d.ts +15 -0
- package/Helpers/MainMenu/NavigationLink.d.ts +35 -0
- package/Helpers/MainMenu/OverlapRightPanel.d.ts +25 -0
- package/Helpers/MainMenu/SmallItemBox.d.ts +7 -0
- package/Helpers/MainMenu/SpaceGap.d.ts +7 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +43 -0
- package/Helpers/Menu/AdaptiveMenuItem.d.ts +24 -0
- package/Helpers/Menu/Content/AdaptiveMenuContent.d.ts +11 -0
- package/Helpers/Menu/Content/DesktopMenuContent.d.ts +9 -0
- package/Helpers/Menu/Content/MobileMenuContent.d.ts +9 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +10 -0
- package/Helpers/Menu/DesktopMenuItem.d.ts +15 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +15 -0
- package/Helpers/Menu/MobileMenuItem.d.ts +14 -0
- package/Helpers/MessageBox/MessageBox.d.ts +98 -0
- package/Helpers/ModalBackdrop.d.ts +31 -0
- package/Helpers/ModalDialog/$DialogManagement.d.ts +11 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +42 -0
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +30 -0
- package/Helpers/ModalDialog/EscHandler.d.ts +18 -0
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ModalDialog/ModalDialog.d.ts +38 -0
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +41 -0
- package/Helpers/ModalDialog/ModalDialogButtonPanel.d.ts +28 -0
- package/Helpers/ModalDialog/ModalDialogCloseButton.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogContent.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogHeader.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
- package/Helpers/ModalDialog/ModalDialogTopBorder.d.ts +17 -0
- package/Helpers/ModalDialog/ScrollableModal.d.ts +44 -0
- package/Helpers/ModalDialog/ScrollableModalArea.d.ts +9 -0
- package/Helpers/ModalHost.d.ts +63 -0
- package/Helpers/ModalSidebar/ModalSidebar.d.ts +49 -0
- package/Helpers/ModalSidebar/ModalSidebarCloseButton.d.ts +18 -0
- package/Helpers/ModalSidebar/ModalSidebarHeader.d.ts +18 -0
- package/Helpers/PopoverHelpers/ClosePopoverListener.d.ts +24 -0
- package/Helpers/PopoverHelpers/CommonPopover.d.ts +25 -0
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +107 -0
- package/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps.d.ts +60 -0
- package/Helpers/PopoverHelpers/EditPopover/IEditPopoverState.d.ts +36 -0
- package/Helpers/PopoverHelpers/InlineDropdownPopover.d.ts +42 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +190 -0
- package/Helpers/PopoverHelpers/PopoverAcceptButton.d.ts +35 -0
- package/Helpers/PopoverHelpers/PopoverBox.d.ts +22 -0
- package/Helpers/PopoverHelpers/PopoverCancelButton.d.ts +35 -0
- package/Helpers/PopoverHelpers/PopoverCloseButton.d.ts +32 -0
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +28 -0
- package/Helpers/PopoverHelpers/PopoverHead.d.ts +28 -0
- package/Helpers/PopoverHelpers/PopoverOverflowContent.d.ts +27 -0
- package/Helpers/PopoverHelpers/PopoverProcess.d.ts +11 -0
- package/Helpers/PopoverHelpers/PopoverTitle.d.ts +28 -0
- package/Helpers/Proclamation.d.ts +6 -0
- package/Helpers/QuickSearchLogic.d.ts +17 -0
- package/Helpers/ReactList/ReactList.d.ts +182 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +134 -0
- package/Helpers/ReactList/ReactListInfiniteScroll.d.ts +97 -0
- package/Helpers/RerenderHost.d.ts +14 -0
- package/Helpers/Ribbon/Ribbon.d.ts +13 -0
- package/Helpers/Ribbon/RibbonButton.d.ts +15 -0
- package/Helpers/Ribbon/RibbonGroup.d.ts +14 -0
- package/Helpers/SearchBar.d.ts +49 -0
- package/Helpers/SearchBar.stories.d.ts +8 -0
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +37 -0
- package/Helpers/SoftHyphenized.d.ts +21 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +18 -0
- package/Helpers/Sortable/Sortable.d.ts +177 -0
- package/Helpers/Sortable/SortableItems.d.ts +54 -0
- package/Helpers/StackingModal.d.ts +25 -0
- package/Helpers/StopEventPropagation.d.ts +3 -0
- package/Helpers/SvgIcons/LinksLoaderImage.d.ts +15 -0
- package/Helpers/SvgIcons/LoaderGradient.d.ts +2 -0
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +19 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +33 -0
- package/Helpers/SvgIcons/TasksDigestLoaderImage.d.ts +14 -0
- package/Helpers/SvgIcons/TasksFullLoaderImage.d.ts +13 -0
- package/Helpers/Table/TableHelper.d.ts +25 -0
- package/Helpers/Table/TableHelperHeaderRow.d.ts +31 -0
- package/Helpers/Table/TableHelperRow.d.ts +37 -0
- package/Helpers/TabsNavPanel.d.ts +51 -0
- package/Helpers/TextInput.d.ts +24 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Tree/Data/ClientModels/ITreeNodeData.d.ts +12 -0
- package/Helpers/Tree/Data/ClientModels/TreeNode.d.ts +20 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +39 -0
- package/Helpers/Tree/ITreeBaseState.d.ts +8 -0
- package/Helpers/Tree/Tree.d.ts +8 -0
- package/Helpers/Tree/TreeBase.d.ts +64 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +89 -0
- package/Helpers/Typeahead/ITypeaheadState.d.ts +27 -0
- package/Helpers/Typeahead/Models/ITypeaheadSearchQuery.d.ts +9 -0
- package/Helpers/Typeahead/Models/ITypeaheadSearchResult.d.ts +6 -0
- package/Helpers/Typeahead/Models/ITypeaheadVariant.d.ts +12 -0
- package/Helpers/Typeahead/Models/TypeaheadItem.d.ts +15 -0
- package/Helpers/Typeahead/Typeahead.d.ts +58 -0
- package/Helpers/UnreadCountIndicator.d.ts +22 -0
- package/Helpers/UseDelay.d.ts +2 -0
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/$FolderViews.d.ts +8 -0
- package/Legacy/$Folders.d.ts +12 -0
- package/Legacy/$NavBar.d.ts +17 -0
- package/Legacy/$SearchPanel.d.ts +26 -0
- package/Legacy/$Sidebar.d.ts +18 -0
- package/Legacy/$UserMenu.d.ts +16 -0
- package/Legacy/ApplicationInfo.d.ts +3 -0
- package/Legacy/ApprovalFilePanel.d.ts +53 -0
- package/Legacy/ApprovalPanel.d.ts +6 -0
- package/Legacy/ApprovalTaskCardCompletionButtonsRazorControl.d.ts +16 -0
- package/Legacy/ApprovalTaskCardOperationsRazorControl.d.ts +5 -0
- package/Legacy/AutoCompleteItem.d.ts +9 -0
- package/Legacy/BaseRazorControl.d.ts +23 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +133 -0
- package/Legacy/CardInfoModel.d.ts +5 -0
- package/Legacy/ColumnType.d.ts +10 -0
- package/Legacy/CommentVersionDialog.d.ts +11 -0
- package/Legacy/Constants.d.ts +47 -0
- package/Legacy/Control.d.ts +10 -0
- package/Legacy/ControlBoolean.d.ts +8 -0
- package/Legacy/ControlFactory.d.ts +21 -0
- package/Legacy/ControlType.d.ts +18 -0
- package/Legacy/Dashboard.d.ts +6 -0
- package/Legacy/DateTimeFormat.d.ts +7 -0
- package/Legacy/DateTimePickerMvcProxy.d.ts +17 -0
- package/Legacy/DesktopGridHtmlBuilder.d.ts +30 -0
- package/Legacy/DisclosureHeader.d.ts +13 -0
- package/Legacy/DocumentCard.d.ts +15 -0
- package/Legacy/DocumentPanel.d.ts +38 -0
- package/Legacy/DropdownControl.d.ts +28 -0
- package/Legacy/EmployeeAutoComplete.d.ts +63 -0
- package/Legacy/EmployeesController.d.ts +11 -0
- package/Legacy/EncryptedInfo.d.ts +22 -0
- package/Legacy/ErrorNotificationType.d.ts +6 -0
- package/Legacy/FileController.d.ts +12 -0
- package/Legacy/FilePanel.d.ts +43 -0
- package/Legacy/FileSign.d.ts +22 -0
- package/Legacy/FilterSidePanel.d.ts +4 -0
- package/Legacy/FolderTree.d.ts +22 -0
- package/Legacy/FolderViewHandler.d.ts +9 -0
- package/Legacy/FolderViewRequest.d.ts +44 -0
- package/Legacy/FolderViews.d.ts +26 -0
- package/Legacy/Folders.d.ts +25 -0
- package/Legacy/FormFactor.d.ts +5 -0
- package/Legacy/GlobalResourcesFallback.d.ts +165 -0
- package/Legacy/Grid.d.ts +50 -0
- package/Legacy/GridLoaderHelper.d.ts +15 -0
- package/Legacy/GridModeService.d.ts +10 -0
- package/Legacy/GridOptions.d.ts +29 -0
- package/Legacy/GridRowSelectionService.d.ts +12 -0
- package/Legacy/GridRowsSelectionLogic.d.ts +30 -0
- package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +32 -0
- package/Legacy/GroupTaskCardUpdateModel.d.ts +36 -0
- package/Legacy/GroupTaskPerformersUpdateModel.d.ts +8 -0
- package/Legacy/HeaderRouteHandler.d.ts +8 -0
- package/Legacy/HiddenControl.d.ts +8 -0
- package/Legacy/IAgreementParams.d.ts +6 -0
- package/Legacy/IAgreementSidebarCallbacks.d.ts +16 -0
- package/Legacy/IAgreementStage.d.ts +6 -0
- package/Legacy/IControl.d.ts +8 -0
- package/Legacy/IEmployeeItemData.d.ts +12 -0
- package/Legacy/IFileCommentCallbacks.d.ts +7 -0
- package/Legacy/IFileInfo.d.ts +13 -0
- package/Legacy/IFileModel.d.ts +11 -0
- package/Legacy/IFilePreviewModel.d.ts +14 -0
- package/Legacy/IFileSignInteractionModel.d.ts +14 -0
- package/Legacy/IFileSingInfo.d.ts +10 -0
- package/Legacy/IFindEmployeeResult.d.ts +5 -0
- package/Legacy/IGetFilePreviewModelParams.d.ts +14 -0
- package/Legacy/IGridHtmlBuilder.d.ts +25 -0
- package/Legacy/IImageInfo.d.ts +8 -0
- package/Legacy/ILabelControl.d.ts +6 -0
- package/Legacy/ILabelTextControl.d.ts +8 -0
- package/Legacy/ILabelTextareaControl.d.ts +8 -0
- package/Legacy/ILegacyRouter.d.ts +23 -0
- package/Legacy/ISearchDropdown.d.ts +7 -0
- package/Legacy/ISignatureDataModel.d.ts +11 -0
- package/Legacy/ISignatureLabel.d.ts +8 -0
- package/Legacy/ISignatureListDataModel.d.ts +4 -0
- package/Legacy/ISignatureListItemAuthorDataModel.d.ts +13 -0
- package/Legacy/ISignatureListItemDataModel.d.ts +10 -0
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +10 -0
- package/Legacy/ISignatureVerificationDataModel.d.ts +8 -0
- package/Legacy/ISortingColumn.d.ts +5 -0
- package/Legacy/ITextControl.d.ts +7 -0
- package/Legacy/ITextareaControl.d.ts +8 -0
- package/Legacy/LabelControl.d.ts +8 -0
- package/Legacy/LabelTextControl.d.ts +11 -0
- package/Legacy/LabelTextareaControl.d.ts +12 -0
- package/Legacy/LegacyControllers.d.ts +1 -0
- package/Legacy/LinkControl.d.ts +43 -0
- package/Legacy/MobileGridHtmlBuilder.d.ts +31 -0
- package/Legacy/ModalWindow.d.ts +55 -0
- package/Legacy/ModalWindowParams.d.ts +56 -0
- package/Legacy/ModalWindowType.d.ts +7 -0
- package/Legacy/NativeFunctions.d.ts +1 -0
- package/Legacy/NavBar.d.ts +18 -0
- package/Legacy/NavBarMode.d.ts +11 -0
- package/Legacy/NavBarRouteHandler.d.ts +9 -0
- package/Legacy/NavigatorFolderRequest.d.ts +9 -0
- package/Legacy/NavigatorFolderType.d.ts +5 -0
- package/Legacy/NewCardDialog.d.ts +8 -0
- package/Legacy/NoBusinessCalendarCalculation.d.ts +10 -0
- package/Legacy/NotFoundPage.d.ts +8 -0
- package/Legacy/NumericControl.d.ts +9 -0
- package/Legacy/RadioListControl.d.ts +9 -0
- package/Legacy/RequestReadyStateType.d.ts +8 -0
- package/Legacy/RightSidebar.d.ts +28 -0
- package/Legacy/SearchDropdown.d.ts +29 -0
- package/Legacy/SearchPanel.d.ts +38 -0
- package/Legacy/SearchPanelRouteHandler.d.ts +20 -0
- package/Legacy/SelectCardLinkDialog.d.ts +42 -0
- package/Legacy/SelectCertificateDialog.d.ts +36 -0
- package/Legacy/SelectControl.d.ts +9 -0
- package/Legacy/SelectFolderModalDialog.d.ts +14 -0
- package/Legacy/SelectNewDocumentKind.d.ts +17 -0
- package/Legacy/SelectUserFolderModalDialog.d.ts +18 -0
- package/Legacy/ServerErrorPage.d.ts +13 -0
- package/Legacy/ServerTaskInterval.d.ts +34 -0
- package/Legacy/ServerTaskIntervalManager.d.ts +36 -0
- package/Legacy/Sidebar.d.ts +44 -0
- package/Legacy/SidebarRouteHandler.d.ts +12 -0
- package/Legacy/SignatureVerificationStatus.d.ts +10 -0
- package/Legacy/StandardControllers.d.ts +5 -0
- package/Legacy/StorageSetting.d.ts +5 -0
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +68 -0
- package/Legacy/TaskCardParentGroupRazorControl.d.ts +5 -0
- package/Legacy/TaskCardView.d.ts +28 -0
- package/Legacy/TaskGroupCardCreatePerformers.d.ts +53 -0
- package/Legacy/TaskGroupWorkStatusRazorControl.d.ts +5 -0
- package/Legacy/TaskReportPanelRazorControl.d.ts +44 -0
- package/Legacy/TextControl.d.ts +10 -0
- package/Legacy/TextareaControl.d.ts +11 -0
- package/Legacy/TraceProvider.d.ts +9 -0
- package/Legacy/TrackCardChanges.d.ts +10 -0
- package/Legacy/UserMenu.d.ts +24 -0
- package/Legacy/Utils.d.ts +299 -0
- package/Legacy/ValidationState.d.ts +6 -0
- package/Legacy/VendorFallback.d.ts +1 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +18 -0
- package/Legacy/WebFrameSearchPanel_Razor.d.ts +7 -0
- package/Legacy/legacy.d.ts +21 -0
- package/Legacy/legacyRouterLoadData.d.ts +1 -0
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +26 -0
- package/Platform/$AggregatesCheckbox.d.ts +25 -0
- package/Platform/$BatchOperations.d.ts +30 -0
- package/Platform/$BatchOperationsPerformer.d.ts +11 -0
- package/Platform/$BatchOperationsProgressDialog.d.ts +23 -0
- package/Platform/$CacheManagement.d.ts +15 -0
- package/Platform/$CommandBarManagement.d.ts +19 -0
- package/Platform/$CompanyLogo.d.ts +25 -0
- package/Platform/$ContentElementProvider.d.ts +10 -0
- package/Platform/$ContextMenuOptions.d.ts +101 -0
- package/Platform/$CurrentFolder.d.ts +23 -0
- package/Platform/$EmployeeStatus.d.ts +33 -0
- package/Platform/$FileDownload.d.ts +17 -0
- package/Platform/$FilePreview.d.ts +10 -0
- package/Platform/$FileScan.d.ts +16 -0
- package/Platform/$FolderDataLoading.d.ts +35 -0
- package/Platform/$FolderGrid.d.ts +37 -0
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/$FolderInfo.d.ts +8 -0
- package/Platform/$FolderPluginProvider.d.ts +19 -0
- package/Platform/$GridOptions.d.ts +32 -0
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$InsideMainMenu.d.ts +4 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -0
- package/Platform/$ScanDialog.d.ts +45 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$TableManagement.d.ts +7 -0
- package/Platform/$TableMode.d.ts +9 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$TableRowSelection.d.ts +12 -0
- package/Platform/$ToolbarActionButtons.d.ts +16 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/$UnreadBar.d.ts +12 -0
- package/Platform/$UnreadCounter.d.ts +19 -0
- package/Platform/$UnreadCounterNotification.d.ts +12 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/$WebFrameContext.d.ts +12 -0
- package/Platform/$WebFrameSearchPanel.d.ts +30 -0
- package/Platform/$WindowLocation.d.ts +9 -0
- package/Platform/AccessInheritanceButtons.d.ts +11 -0
- package/Platform/AccessListEntryRow.d.ts +14 -0
- package/Platform/AccessListEntryRowFlag.d.ts +12 -0
- package/Platform/AccessListEntryRowRemove.d.ts +9 -0
- package/Platform/AccessListEntryTrustee.d.ts +8 -0
- package/Platform/AccessListRow.d.ts +7 -0
- package/Platform/AccessListTableHead.d.ts +8 -0
- package/Platform/AddAndFillTableRows.d.ts +2 -0
- package/Platform/AddFileToTable.d.ts +44 -0
- package/Platform/AddFileToTableImpl.d.ts +34 -0
- package/Platform/AddNewTrusteeRow.d.ts +9 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +14 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +12 -0
- package/Platform/AggregatesCheckboxService.d.ts +52 -0
- package/Platform/AggregatesExtendedData.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +9 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ApplyCurrentSettings.d.ts +8 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +7 -0
- package/Platform/ArchivedCardsPlugin.d.ts +4 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +23 -0
- package/Platform/AutoConsolidation.d.ts +39 -0
- package/Platform/AutoConsolidationImpl.d.ts +33 -0
- package/Platform/BarcodeRouteTypeMapper.d.ts +10 -0
- package/Platform/BarcodeSearchButton.d.ts +18 -0
- package/Platform/BarcodeSearchButtonImpl.d.ts +46 -0
- package/Platform/BaseMainMenuItem.d.ts +78 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +37 -0
- package/Platform/BaseNavigationMainMenuItem.d.ts +20 -0
- package/Platform/BaseNavigationMainMenuItemImpl.d.ts +18 -0
- package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +16 -0
- package/Platform/BatchOperationErrorInfo.d.ts +6 -0
- package/Platform/BatchOperationsPerformer.d.ts +10 -0
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/BatchOperationsProgressDialogService.d.ts +19 -0
- package/Platform/BatchSelectionState.d.ts +20 -0
- package/Platform/BatchSelectionStateImpl.d.ts +16 -0
- package/Platform/Block.d.ts +51 -0
- package/Platform/BlockImpl.d.ts +26 -0
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelection.d.ts +44 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +14 -0
- package/Platform/CacheManagementService.d.ts +10 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +10 -0
- package/Platform/CanUseCssVariables.d.ts +1 -0
- package/Platform/CardEditRouteTypeMapper.d.ts +11 -0
- package/Platform/CardLink.d.ts +116 -0
- package/Platform/CardLinkImpl.d.ts +109 -0
- package/Platform/CardManagement.d.ts +54 -0
- package/Platform/CardManagementImpl.d.ts +26 -0
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CardShowRouteTypeMapper.d.ts +11 -0
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CardViewRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +42 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CheckBox.d.ts +54 -0
- package/Platform/CheckBoxImpl.d.ts +33 -0
- package/Platform/CheckFileAllowed.d.ts +5 -0
- package/Platform/CheckFilesAllowed.d.ts +2 -0
- package/Platform/CheckboxHideMode.d.ts +6 -0
- package/Platform/CleanEmptyAccessListEntries.d.ts +2 -0
- package/Platform/ClearButton.d.ts +11 -0
- package/Platform/ColorModeHandle.d.ts +5 -0
- package/Platform/ColumnWidthOptions.d.ts +4 -0
- package/Platform/ComboBox.d.ts +26 -0
- package/Platform/ComboBoxImpl.d.ts +31 -0
- package/Platform/CommentFile.d.ts +93 -0
- package/Platform/CommentFileImpl.d.ts +76 -0
- package/Platform/CompanyLogoService.d.ts +24 -0
- package/Platform/CompleteTaskCondition.d.ts +38 -0
- package/Platform/CompleteTaskConditionImpl.d.ts +15 -0
- package/Platform/CompleteTaskConditionsTable.d.ts +36 -0
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +19 -0
- package/Platform/ConfigurableMainMenuContainer.d.ts +68 -0
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +52 -0
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +27 -0
- package/Platform/ConfigurableMainMenuContainerImpl.d.ts +22 -0
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +43 -0
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +33 -0
- package/Platform/ContentElementProviderService.d.ts +7 -0
- package/Platform/ContextMenu.d.ts +54 -0
- package/Platform/ContextMenuCustomPlugins.d.ts +9 -0
- package/Platform/ContextMenuOptionsService.d.ts +48 -0
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/ConvertFolderNodeToFolderInfo.d.ts +3 -0
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +27 -0
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +34 -0
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDateTimePickerTheme.d.ts +2 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/CryptoProInfo.d.ts +29 -0
- package/Platform/CustomButton.d.ts +63 -0
- package/Platform/CustomButtonImpl.d.ts +25 -0
- package/Platform/CustomHtmlPageMainMenuItem.d.ts +25 -0
- package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +14 -0
- package/Platform/CustomHtmlPageRouteConstants.d.ts +7 -0
- package/Platform/CustomHtmlPageRouteHandler.d.ts +10 -0
- package/Platform/CustomHtmlPageRouteHelpers.d.ts +5 -0
- package/Platform/CustomHtmlPageRouteTypeMapper.d.ts +11 -0
- package/Platform/DVWebToolInfo.d.ts +28 -0
- package/Platform/DashboardContainer.d.ts +18 -0
- package/Platform/DashboardContainerImpl.d.ts +15 -0
- package/Platform/DashboardRouteHelpers.d.ts +5 -0
- package/Platform/DashboardRouteTypeMapper.d.ts +12 -0
- package/Platform/DateFormatParsingResponseResolver.d.ts +13 -0
- package/Platform/DateInput.d.ts +18 -0
- package/Platform/DateTimePicker.d.ts +94 -0
- package/Platform/DateTimePickerImpl.d.ts +101 -0
- package/Platform/DefaultFolderDataLoader.d.ts +10 -0
- package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/DefaultFolderResponseResolver.d.ts +10 -0
- package/Platform/DefaultFolderRouteHandler.d.ts +28 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +21 -0
- package/Platform/DeleteBatchOperation.d.ts +32 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +25 -0
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/DepartmentRowRouteHandler.d.ts +16 -0
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DirectoryViewRouteHandler.d.ts +16 -0
- package/Platform/DirectoryViewRouteHelpers.d.ts +1 -0
- package/Platform/DirectoryViewRouteName.d.ts +1 -0
- package/Platform/DirectoryViewRouteTypeMapper.d.ts +12 -0
- package/Platform/DisableInheritanceModeSelectDialog.d.ts +2 -0
- package/Platform/DisplayStaffUnit.d.ts +31 -0
- package/Platform/DisplayStaffUnitImpl.d.ts +22 -0
- package/Platform/DownloadAllTableFiles.d.ts +39 -0
- package/Platform/DownloadAllTableFilesImpl.d.ts +26 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +39 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +28 -0
- package/Platform/DownloadTableFiles.d.ts +3 -0
- package/Platform/Dropdown.d.ts +57 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +94 -0
- package/Platform/EmployeeStatusService.d.ts +36 -0
- package/Platform/EmptyControlStub.d.ts +26 -0
- package/Platform/EventArgs.d.ts +15 -0
- package/Platform/ExistingBarcodeCardRouteHandler.d.ts +16 -0
- package/Platform/ExistingCardRouteHandler.d.ts +17 -0
- package/Platform/ExistingCardRouteHelpers.d.ts +4 -0
- package/Platform/ExistingCardRouteNames.d.ts +3 -0
- package/Platform/ExistingRowRouteHandler.d.ts +16 -0
- package/Platform/ExistingRowRouteHelpers.d.ts +4 -0
- package/Platform/ExistingRowRouteNames.d.ts +2 -0
- package/Platform/ExportESignButton.d.ts +22 -0
- package/Platform/ExportESignButtonImpl.d.ts +18 -0
- package/Platform/ExportPlugin.d.ts +5 -0
- package/Platform/Favorite.d.ts +25 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +11 -0
- package/Platform/FileDropzone.d.ts +16 -0
- package/Platform/FileExtensions.d.ts +20 -0
- package/Platform/FileInput.d.ts +13 -0
- package/Platform/FilePicker.d.ts +172 -0
- package/Platform/FilePickerImpl.d.ts +126 -0
- package/Platform/FilePickerMenu.d.ts +18 -0
- package/Platform/FilePickerMenuItemsView.d.ts +25 -0
- package/Platform/FilePickerOperations.d.ts +22 -0
- package/Platform/FilePickerOperationsAvailability.d.ts +19 -0
- package/Platform/FilePickerUploadService.d.ts +10 -0
- package/Platform/FilePickerValueView.d.ts +15 -0
- package/Platform/FilePreview.d.ts +127 -0
- package/Platform/FilePreviewImpl.d.ts +113 -0
- package/Platform/FileScanService.d.ts +17 -0
- package/Platform/FileUploadService.d.ts +6 -0
- package/Platform/FileVersionDialog.d.ts +38 -0
- package/Platform/FileVersionsLoaded.d.ts +2 -0
- package/Platform/FileVersionsTable.d.ts +9 -0
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FilterDate.d.ts +13 -0
- package/Platform/FilterDateRangePicker.d.ts +8 -0
- package/Platform/FilterDateTextListInput.d.ts +7 -0
- package/Platform/FilterViews.d.ts +3 -0
- package/Platform/FilteringExtendedData.d.ts +5 -0
- package/Platform/FilteringRequestResolver.d.ts +15 -0
- package/Platform/FilteringResponseResolver.d.ts +14 -0
- package/Platform/FocusableTextInput.d.ts +8 -0
- package/Platform/Folder.d.ts +77 -0
- package/Platform/FolderAsWebPageRouteHandler.d.ts +10 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +40 -0
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +40 -0
- package/Platform/FolderContent.d.ts +53 -0
- package/Platform/FolderCountersRouteHandler.d.ts +29 -0
- package/Platform/FolderDashboardWidget.d.ts +40 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +21 -0
- package/Platform/FolderDataContext.d.ts +47 -0
- package/Platform/FolderDataContextImpl.d.ts +39 -0
- package/Platform/FolderDataLoadingService.d.ts +53 -0
- package/Platform/FolderGrid.d.ts +73 -0
- package/Platform/FolderGrid.stories.d.ts +17 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +16 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +40 -0
- package/Platform/FolderGridService.d.ts +56 -0
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +42 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +25 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +10 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderImpl.d.ts +53 -0
- package/Platform/FolderMainMenuItem.d.ts +145 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +59 -0
- package/Platform/FolderMainMenuItemRouteHandler.d.ts +27 -0
- package/Platform/FolderManagementAdaptiveMenu.d.ts +9 -0
- package/Platform/FolderManagementData.d.ts +46 -0
- package/Platform/FolderManagementDialog.d.ts +24 -0
- package/Platform/FolderName.d.ts +23 -0
- package/Platform/FolderNameImpl.d.ts +16 -0
- package/Platform/FolderOperationManager.d.ts +54 -0
- package/Platform/FolderPageRouteHandler.d.ts +17 -0
- package/Platform/FolderPageRouteHelpers.d.ts +8 -0
- package/Platform/FolderPluginProvider.d.ts +16 -0
- package/Platform/FolderRouteHelpers.d.ts +15 -0
- package/Platform/FolderRouteParameters.d.ts +5 -0
- package/Platform/FolderRouteTypeMapper.d.ts +17 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +14 -0
- package/Platform/FolderTypeItems.d.ts +25 -0
- package/Platform/FolderTypeItems.stories.d.ts +9 -0
- package/Platform/FolderTypeItemsImpl.d.ts +52 -0
- package/Platform/FolderViewItems.d.ts +26 -0
- package/Platform/FolderViewItems.stories.d.ts +9 -0
- package/Platform/FolderViewItemsImpl.d.ts +338 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +21 -0
- package/Platform/FormatFileVersion.d.ts +3 -0
- package/Platform/FormatNumberToCulture.d.ts +8 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetArrayWidth.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/GetFileExtension.d.ts +1 -0
- package/Platform/GetFlagEntry.d.ts +3 -0
- package/Platform/GetFlagState.d.ts +3 -0
- package/Platform/GetInheritanceMode.d.ts +4 -0
- package/Platform/GetSortByRequest.d.ts +3 -0
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/GridFilterItem.d.ts +54 -0
- package/Platform/GridFilterItemImpl.d.ts +21 -0
- package/Platform/GridFilterItems.d.ts +24 -0
- package/Platform/GridFilterItemsImpl.d.ts +10 -0
- package/Platform/GridFilterResetButton.d.ts +31 -0
- package/Platform/GridManagement.d.ts +8 -0
- package/Platform/GridOperationsPanel.d.ts +26 -0
- package/Platform/GridOperationsPanelImpl.d.ts +28 -0
- package/Platform/GridOperationsService.d.ts +13 -0
- package/Platform/GridRowModel.d.ts +31 -0
- package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +25 -0
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +12 -0
- package/Platform/GroupMainMenuItem.d.ts +43 -0
- package/Platform/GroupMainMenuItemImpl.d.ts +21 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/HtmlTag.d.ts +36 -0
- package/Platform/HtmlView.d.ts +73 -0
- package/Platform/IActiveTabChangeEventArgs.d.ts +4 -0
- package/Platform/IAggregates.d.ts +44 -0
- package/Platform/IBarcodeRouteData.d.ts +8 -0
- package/Platform/IComboBoxItem.d.ts +5 -0
- package/Platform/IComboBoxVariant.d.ts +4 -0
- package/Platform/ICommonFolderInfo.d.ts +17 -0
- package/Platform/ICompleteTaskCondition.d.ts +13 -0
- package/Platform/ICustomHtmlPageRouteData.d.ts +6 -0
- package/Platform/IDateFormatColumnData.d.ts +12 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/IDirectoryViewRouteData.d.ts +7 -0
- package/Platform/IExistingCardRouteData.d.ts +10 -0
- package/Platform/IExistingRowRouteData.d.ts +10 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileDownloadEventArgs.d.ts +6 -0
- package/Platform/IFileEventArgs.d.ts +6 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilePicker.d.ts +12 -0
- package/Platform/IFilePickerUploadService.d.ts +18 -0
- package/Platform/IFilePickerValue.d.ts +5 -0
- package/Platform/IFileUploadService.d.ts +16 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderContentState.d.ts +12 -0
- package/Platform/IFolderDataLoader.d.ts +7 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +17 -0
- package/Platform/IFolderLoadRequest.d.ts +11 -0
- package/Platform/IFolderPageRouteData.d.ts +8 -0
- package/Platform/IFolderPluginFactory.d.ts +12 -0
- package/Platform/IFolderRouteData.d.ts +15 -0
- package/Platform/IFolderToCountOptions.d.ts +5 -0
- package/Platform/IFoldersToCountData.d.ts +16 -0
- package/Platform/IGridFilterItemControl.d.ts +17 -0
- package/Platform/ILayoutPageRouteData.d.ts +10 -0
- package/Platform/ILocalCounter.d.ts +10 -0
- package/Platform/INewCardRouteData.d.ts +7 -0
- package/Platform/INewRowRouteData.d.ts +6 -0
- package/Platform/IQueryConditionControl.d.ts +16 -0
- package/Platform/IRecentCardsPageRouteData.d.ts +6 -0
- package/Platform/IRecentCardsRouteData.d.ts +8 -0
- package/Platform/IRowEventArgs.d.ts +3 -0
- package/Platform/IRowInfo.d.ts +8 -0
- package/Platform/ISavingButtonClickEventArgs.d.ts +4 -0
- package/Platform/ISearchResultPageRouteData.d.ts +6 -0
- package/Platform/ISearchRouteData.d.ts +10 -0
- package/Platform/IServerDefinedRouteData.d.ts +12 -0
- package/Platform/ISimpleRouteData.d.ts +12 -0
- package/Platform/ITableOperation.d.ts +5 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/ITableRowModel.d.ts +9 -0
- package/Platform/ITableWrapper.d.ts +6 -0
- package/Platform/IUnreadCountersData.d.ts +10 -0
- package/Platform/IUnreadRowData.d.ts +19 -0
- package/Platform/Image.d.ts +59 -0
- package/Platform/ImageFormat.d.ts +7 -0
- package/Platform/ImageImpl.d.ts +45 -0
- package/Platform/ImageModel.d.ts +6 -0
- package/Platform/ImageSize.d.ts +51 -0
- package/Platform/ImageType.d.ts +7 -0
- package/Platform/ImageUtils.d.ts +1 -0
- package/Platform/InputWithMask.d.ts +18 -0
- package/Platform/Label.d.ts +24 -0
- package/Platform/LabelImpl.d.ts +17 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +33 -0
- package/Platform/LayoutIconButtonImpl.d.ts +21 -0
- package/Platform/LayoutPageMainMenuItem.d.ts +35 -0
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +14 -0
- package/Platform/LayoutPageRouteConstants.d.ts +10 -0
- package/Platform/LayoutPageRouteHandler.d.ts +14 -0
- package/Platform/LayoutPageRouteHelpers.d.ts +6 -0
- package/Platform/LayoutPageRouteTypeMapper.d.ts +11 -0
- package/Platform/LayoutParameters.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +21 -0
- package/Platform/LinkMainMenuItem.d.ts +36 -0
- package/Platform/LinkMainMenuItemImpl.d.ts +20 -0
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +8 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/LoadExistingFolderDataLoader.d.ts +9 -0
- package/Platform/LoaderDialog.d.ts +20 -0
- package/Platform/LoadingMorePlaceholder.d.ts +5 -0
- package/Platform/MainMenu.d.ts +38 -0
- package/Platform/MainMenuImpl.d.ts +18 -0
- package/Platform/MainMenuPinButton.d.ts +52 -0
- package/Platform/MainMenuRouteHandler.d.ts +11 -0
- package/Platform/MasterGroupMainMenuItem.d.ts +46 -0
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +18 -0
- package/Platform/MoveShortcutBatchOperation.d.ts +28 -0
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +34 -0
- package/Platform/NavigationRoute.d.ts +8 -0
- package/Platform/NewAccessListEntryRow.d.ts +9 -0
- package/Platform/NewAccessListEntryTrusteeSelect.d.ts +9 -0
- package/Platform/NewCardRouteHandler.d.ts +14 -0
- package/Platform/NewCardRouteHelpers.d.ts +3 -0
- package/Platform/NewCardRouteName.d.ts +5 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +15 -0
- package/Platform/NewDepartmentRowRouteHandler.d.ts +14 -0
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewOrganizationRowRouteHandler.d.ts +14 -0
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewRowRouteHandler.d.ts +14 -0
- package/Platform/NewRowRouteHelpers.d.ts +2 -0
- package/Platform/NewRowRouteName.d.ts +1 -0
- package/Platform/NewRowRouteTypeMapper.d.ts +15 -0
- package/Platform/NoBatchOperationsMessage.d.ts +22 -0
- package/Platform/NoBatchOperationsMessageImpl.d.ts +18 -0
- package/Platform/Number.d.ts +39 -0
- package/Platform/NumberImpl.d.ts +54 -0
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/OrganizationRowRouteHandler.d.ts +16 -0
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +8 -0
- package/Platform/Panel.d.ts +58 -0
- package/Platform/PanelImpl.d.ts +31 -0
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/PlatformConstants.d.ts +15 -0
- package/Platform/PlatformExtension.d.ts +15 -0
- package/Platform/PlatformModeConditionTypes.d.ts +5 -0
- package/Platform/PrepareGridOptions.d.ts +3 -0
- package/Platform/PrepareGridViewModel.d.ts +19 -0
- package/Platform/QueryCondition.d.ts +65 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/QueryConditionImpl.d.ts +17 -0
- package/Platform/QueryConditionsTable.d.ts +18 -0
- package/Platform/QueryConditionsTableImpl.d.ts +14 -0
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +10 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +47 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +8 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/RadioGroup.d.ts +42 -0
- package/Platform/RadioGroupImpl.d.ts +27 -0
- package/Platform/ReadAllPlugin.d.ts +10 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +34 -0
- package/Platform/ReadBatchOperationImpl.d.ts +22 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +30 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +18 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +39 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +18 -0
- package/Platform/RecentCardsRouteHandler.d.ts +20 -0
- package/Platform/RedirectRouteTypeMapper.d.ts +10 -0
- package/Platform/RefreshFoldersTreeButton.d.ts +41 -0
- package/Platform/RefreshPlugin.d.ts +5 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/RemoveTrusteeRow.d.ts +10 -0
- package/Platform/ResetSettings.d.ts +35 -0
- package/Platform/RightMainMenuItemPanel.d.ts +21 -0
- package/Platform/RightMainMenuItemPanelImpl.d.ts +15 -0
- package/Platform/RotateDirection.d.ts +22 -0
- package/Platform/RouteUtils.d.ts +1 -0
- package/Platform/RowContainer.d.ts +23 -0
- package/Platform/RowContainerImpl.d.ts +14 -0
- package/Platform/RowEditRouteTypeMapper.d.ts +14 -0
- package/Platform/RowViewRouteTypeMapper.d.ts +10 -0
- package/Platform/SafariAddressBarFixRouteHandler.d.ts +9 -0
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +9 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +7 -0
- package/Platform/SavingButton.d.ts +4 -0
- package/Platform/SavingButtons.d.ts +56 -0
- package/Platform/SavingButtonsImpl.d.ts +27 -0
- package/Platform/ScanButton.d.ts +28 -0
- package/Platform/ScanButtonImpl.d.ts +26 -0
- package/Platform/ScanDialogService.d.ts +63 -0
- package/Platform/ScanOptions.d.ts +15 -0
- package/Platform/ScanRequest.d.ts +7 -0
- package/Platform/ScanRequestResult.d.ts +5 -0
- package/Platform/ScrollTopBottom.d.ts +11 -0
- package/Platform/ScrollTopBottomButtons.d.ts +10 -0
- package/Platform/ScrollTopBottomLogic.d.ts +32 -0
- package/Platform/ScrollTopBottomPlugin.d.ts +4 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +21 -0
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsItem.d.ts +14 -0
- package/Platform/SearchResultsLoader.d.ts +2 -0
- package/Platform/SearchResultsMainMenuItem.d.ts +24 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +20 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchingResults.d.ts +52 -0
- package/Platform/SearchingResultsImpl.d.ts +33 -0
- package/Platform/SecurityDescriptorDialog.d.ts +66 -0
- package/Platform/SecurityDescriptorDialog.stories.d.ts +10 -0
- package/Platform/SecurityDescriptorDialogLogic.d.ts +65 -0
- package/Platform/SecurityDialogFrame.d.ts +19 -0
- package/Platform/SecurityDialogMessage.d.ts +5 -0
- package/Platform/ServerDefinedRouteHandler.d.ts +21 -0
- package/Platform/ServerDefinedRouteTypeMapper.d.ts +13 -0
- package/Platform/SessionExpiredHandler.d.ts +27 -0
- package/Platform/SetColumnsSettings.d.ts +6 -0
- package/Platform/SettingsPlugin.d.ts +18 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +7 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +75 -0
- package/Platform/SettingsPopupRequestResolver.d.ts +12 -0
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +25 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SimpleRouteHandler.d.ts +14 -0
- package/Platform/SimpleRouteTypeMapper.d.ts +13 -0
- package/Platform/SortingRequestResolver.d.ts +11 -0
- package/Platform/SortingResponseResolver.d.ts +12 -0
- package/Platform/StaffDirectoryCardViewRouteHandler.d.ts +12 -0
- package/Platform/StaffStatusActivateDialog.d.ts +7 -0
- package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +16 -0
- package/Platform/StandardMainMenuContainer.d.ts +15 -0
- package/Platform/StandardMainMenuContainerImpl.d.ts +15 -0
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/Tab.d.ts +72 -0
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TabImpl.d.ts +45 -0
- package/Platform/TabPage.d.ts +21 -0
- package/Platform/TabPageImpl.d.ts +15 -0
- package/Platform/TabPageInfo.d.ts +11 -0
- package/Platform/Table.d.ts +157 -0
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellDateFormattedPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableColumn.d.ts +19 -0
- package/Platform/TableColumnImpl.d.ts +21 -0
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TableColumnWrapper.d.ts +22 -0
- package/Platform/TableCreateRowWindow.d.ts +4 -0
- package/Platform/TableDataRequestOptions.d.ts +5 -0
- package/Platform/TableEditRowWindow.d.ts +4 -0
- package/Platform/TableFileDropzone.d.ts +15 -0
- package/Platform/TableFileInput.d.ts +11 -0
- package/Platform/TableImpl.d.ts +86 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +8 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/TableRowColorResponseResolver.d.ts +10 -0
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableRowsSelectionModel.d.ts +4 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +29 -0
- package/Platform/TextArea.d.ts +43 -0
- package/Platform/TextAreaAutosize.d.ts +6 -0
- package/Platform/TextAreaImpl.d.ts +56 -0
- package/Platform/TextBox.d.ts +22 -0
- package/Platform/TextBox.stories.d.ts +10 -0
- package/Platform/TextBoxImpl.d.ts +21 -0
- package/Platform/TextControlBase.d.ts +20 -0
- package/Platform/TextControlBaseImpl.d.ts +23 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputCultureWiseParseFloat.d.ts +3 -0
- package/Platform/TextListInputLogic.d.ts +59 -0
- package/Platform/TextListInputView.d.ts +39 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToggleRowAccess.d.ts +10 -0
- package/Platform/Toolbar.stories.d.ts +12 -0
- package/Platform/ToolbarActionButtonsService.d.ts +11 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +16 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/TrusteeEquals.d.ts +2 -0
- package/Platform/UnknownCardView.d.ts +1 -0
- package/Platform/UnlockCards.d.ts +30 -0
- package/Platform/UnreadBarService.d.ts +17 -0
- package/Platform/UnreadBarTablePlugins.d.ts +18 -0
- package/Platform/UnreadCounter.d.ts +72 -0
- package/Platform/UnreadCounterNotificationService.d.ts +9 -0
- package/Platform/UnreadCounterRouteHandler.d.ts +17 -0
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/UnreadResponseResolver.d.ts +13 -0
- package/Platform/UpdateColumnsVisible.d.ts +2 -0
- package/Platform/UpdateTrusteeOrder.d.ts +2 -0
- package/Platform/UpdateValueCheckedColumn.d.ts +6 -0
- package/Platform/Url.d.ts +34 -0
- package/Platform/UserCulture.d.ts +36 -0
- package/Platform/UserFolderItemWrapper.d.ts +10 -0
- package/Platform/UserFoldersMainMenuItem.d.ts +65 -0
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +29 -0
- package/Platform/UserInfo.d.ts +37 -0
- package/Platform/UserProfileDialog.d.ts +33 -0
- package/Platform/Utils.d.ts +3 -0
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameBodyContainer.d.ts +20 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameBodyContainerImpl.d.ts +10 -0
- package/Platform/WebFrameCompanyLogo.d.ts +49 -0
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +33 -0
- package/Platform/WebFrameContentContainer.d.ts +22 -0
- package/Platform/WebFrameContentContainerImpl.d.ts +9 -0
- package/Platform/WebFrameContentImpl.d.ts +19 -0
- package/Platform/WebFrameCurrentPageName.d.ts +26 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +27 -0
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +17 -0
- package/Platform/WebFrameHelpButton.d.ts +25 -0
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.d.ts +34 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +45 -0
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +35 -0
- package/Platform/WebFrameNavigationBar.d.ts +36 -0
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarBackButton.d.ts +31 -0
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +26 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +18 -0
- package/Platform/WebFrameSearchPanel.d.ts +89 -0
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +74 -0
- package/Platform/WebFrameUserPanel.stories.d.ts +12 -0
- package/Platform/WindowLocationService.d.ts +7 -0
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/getPreloadedLayoutModel.d.ts +2 -0
- package/Platform/index.d.ts +3 -0
- package/Platform/loadServerDefinedRoutes.d.ts +2 -0
- package/Platform/registerSimpleRoute.d.ts +28 -0
- package/RegisterControls.d.ts +1 -0
- package/RegisterRouteHandlers.d.ts +1 -0
- package/RegisterServices.d.ts +1 -0
- package/StandardServices.d.ts +153 -0
- package/StartUp.d.ts +4 -0
- package/System/$CurrentDialog.d.ts +7 -0
- package/System/$ExperimentalFeature.d.ts +9 -0
- package/System/$FileService.d.ts +26 -0
- package/System/$FolderColors.d.ts +25 -0
- package/System/$LabelWidth.d.ts +9 -0
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +94 -0
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$LayoutCheckService.d.ts +11 -0
- package/System/$LayoutControlFactory.d.ts +9 -0
- package/System/$LayoutManager.d.ts +27 -0
- package/System/$LocalStorage.d.ts +50 -0
- package/System/$MessageBox.d.ts +27 -0
- package/System/$ParentOwnerLayout.d.ts +5 -0
- package/System/$PollService.d.ts +7 -0
- package/System/$RealtimeCommunicationService.d.ts +23 -0
- package/System/$RequestManager.d.ts +17 -0
- package/System/$Router.d.ts +48 -0
- package/System/$Timeout.d.ts +13 -0
- package/System/$UrlResolver.d.ts +5 -0
- package/System/$UrlStore.d.ts +12 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/$WebSockets.d.ts +7 -0
- package/System/ApiEvent.d.ts +9 -0
- package/System/ApplicationSettings.d.ts +3 -0
- package/System/ArrayUtils.d.ts +8 -0
- package/System/BaseControl.d.ts +379 -0
- package/System/BaseControlImpl.d.ts +146 -0
- package/System/BaseController.d.ts +31 -0
- package/System/BasicEvent.d.ts +19 -0
- package/System/BasicExtension.d.ts +15 -0
- package/System/BindSimpleApiEvent.d.ts +3 -0
- package/System/BindingMetadataConstants.d.ts +11 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/BooleanState.d.ts +20 -0
- package/System/Bubbling.d.ts +4 -0
- package/System/ButtonPositionsSelectionUtils.d.ts +11 -0
- package/System/CancelableEvent.d.ts +28 -0
- package/System/CancelableEventArgs.d.ts +71 -0
- package/System/CancelableEventState.d.ts +9 -0
- package/System/CardTypeResolver.d.ts +17 -0
- package/System/ChangedPropertyInfo.d.ts +5 -0
- package/System/CloneObject.d.ts +2 -0
- package/System/ColorUtils.d.ts +9 -0
- package/System/CommonBuiltInOperations.d.ts +5 -0
- package/System/ControlConstructor.d.ts +11 -0
- package/System/ControlContext.d.ts +3 -0
- package/System/ControlImpl.d.ts +25 -0
- package/System/ControlStore.d.ts +24 -0
- package/System/ControlWrapperMap.d.ts +10 -0
- package/System/CreateServiceStub.d.ts +2 -0
- package/System/DataGridControl.d.ts +63 -0
- package/System/DataLoadEvent.d.ts +7 -0
- package/System/DateFormats.d.ts +13 -0
- package/System/DateTimeUtils.d.ts +47 -0
- package/System/Decorators.d.ts +14 -0
- package/System/DecoratorsCommon.d.ts +20 -0
- package/System/DefineParameterAlias.d.ts +2 -0
- package/System/DefineProperty.d.ts +2 -0
- package/System/DefinePropertyAlias.d.ts +2 -0
- package/System/DelayUntilApiEvent.d.ts +4 -0
- package/System/DirectoryBase.d.ts +70 -0
- package/System/DirectoryBaseImpl.d.ts +93 -0
- package/System/DirectorySelectDialog.d.ts +202 -0
- package/System/DirectorySelectingMode.d.ts +5 -0
- package/System/DirectoryServerModels.d.ts +57 -0
- package/System/EditMode.d.ts +11 -0
- package/System/EditOperationStore.d.ts +18 -0
- package/System/Event.d.ts +5 -0
- package/System/EventEmitter.d.ts +15 -0
- package/System/EventHandlersMap.d.ts +7 -0
- package/System/ExecutionOrder.d.ts +6 -0
- package/System/ExperimentalFeatureService.d.ts +4 -0
- package/System/ExtensionManager.d.ts +17 -0
- package/System/FileService.d.ts +23 -0
- package/System/FilterLogic.d.ts +30 -0
- package/System/FindControlByNameOrType.d.ts +3 -0
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/GetBindingResult.d.ts +11 -0
- package/System/GetDeviceName.d.ts +3 -0
- package/System/GetError.d.ts +1 -0
- package/System/GetFieldName.d.ts +15 -0
- package/System/GetFunctionByName.d.ts +3 -0
- package/System/GetInnerSize.d.ts +2 -0
- package/System/GetRequiredLabel.d.ts +2 -0
- package/System/GetViewCardUrl.d.ts +2 -0
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/GridModelStub.d.ts +105 -0
- package/System/GuidUtils.d.ts +11 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/Handler.d.ts +20 -0
- package/System/IApiPropertyDescriptor.d.ts +6 -0
- package/System/IAsyncControlInfo.d.ts +4 -0
- package/System/IBasicEvent.d.ts +11 -0
- package/System/IBindingMetadata.d.ts +5 -0
- package/System/IBindingResult.d.ts +14 -0
- package/System/IBindingsWriteRequest.d.ts +12 -0
- package/System/IBlurEventArgs.d.ts +3 -0
- package/System/ICancelableEvent.d.ts +4 -0
- package/System/ICancelableEventArgs.d.ts +13 -0
- package/System/ICardSavingEventArgs.d.ts +5 -0
- package/System/ICardStateChangingEventArgs.d.ts +4 -0
- package/System/ICardTypeInfo.d.ts +11 -0
- package/System/ICardTypeMap.d.ts +5 -0
- package/System/ICardTypeRaw.d.ts +4 -0
- package/System/ICardTypeRawMap.d.ts +5 -0
- package/System/IClickEventArgs.d.ts +3 -0
- package/System/ICommonResponse.d.ts +43 -0
- package/System/IControlContext.d.ts +5 -0
- package/System/IControlDescription.d.ts +26 -0
- package/System/IControlMap.d.ts +5 -0
- package/System/IControlOptions.d.ts +5 -0
- package/System/IControlStoreManager.d.ts +14 -0
- package/System/IControlWrapperMap.d.ts +5 -0
- package/System/IDataChangedEventArgs.d.ts +10 -0
- package/System/IDirectoryFilterChangeEventArgs.d.ts +4 -0
- package/System/IDirectorySelectDialog.d.ts +4 -0
- package/System/IEditOperation.d.ts +15 -0
- package/System/IEditOperationMap.d.ts +5 -0
- package/System/IEditOperationStore.d.ts +29 -0
- package/System/IEventArgs.d.ts +3 -0
- package/System/IExtension.d.ts +29 -0
- package/System/IExtensionManager.d.ts +11 -0
- package/System/IFocusEventArgs.d.ts +3 -0
- package/System/IKeyboardEventArgs.d.ts +3 -0
- package/System/ILayoutBootstrapperParams.d.ts +4 -0
- package/System/ILayoutContainer.d.ts +48 -0
- package/System/ILayoutContainerInfo.d.ts +21 -0
- package/System/ILayoutContainerMap.d.ts +5 -0
- package/System/ILayoutContainerParams.d.ts +25 -0
- package/System/ILayoutManagerParams.d.ts +6 -0
- package/System/ILayoutParams.d.ts +48 -0
- package/System/ILocalizationsMap.d.ts +5 -0
- package/System/IMouseOutEventArgs.d.ts +3 -0
- package/System/IMouseOverEventArgs.d.ts +3 -0
- package/System/INotificationModel.d.ts +6 -0
- package/System/IProxyControl.d.ts +6 -0
- package/System/IRealTimeCommunicationMessage.d.ts +17 -0
- package/System/IRealtimeCommunicationHub.d.ts +15 -0
- package/System/IRequestInfo.d.ts +5 -0
- package/System/IResourcesMap.d.ts +4 -0
- package/System/IRouteFamily.d.ts +6 -0
- package/System/IRouteHandler.d.ts +60 -0
- package/System/IRouteInfo.d.ts +23 -0
- package/System/IRouteTypeMapper.d.ts +27 -0
- package/System/IServiceActionParameterInfo.d.ts +5 -0
- package/System/ISupportEventBubling.d.ts +22 -0
- package/System/IUrlCollection.d.ts +5 -0
- package/System/IUrlMap.d.ts +3 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationParams.d.ts +5 -0
- package/System/IValidationResult.d.ts +11 -0
- package/System/IWebServicesConnection.d.ts +14 -0
- package/System/IWebServicesInfo.d.ts +3 -0
- package/System/IWebServicesRequest.d.ts +10 -0
- package/System/IWebServicesResponse.d.ts +8 -0
- package/System/IWebServicesService.d.ts +35 -0
- package/System/IncomingLocalStorageCommunicationChannel.d.ts +43 -0
- package/System/InputBasedControl.d.ts +186 -0
- package/System/InputBasedControlImpl.d.ts +123 -0
- package/System/IsAbsoluteOrFixedPositioned.d.ts +1 -0
- package/System/KeyCodes.d.ts +11 -0
- package/System/LabelWidthService.d.ts +5 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +172 -0
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutBootstrapper.d.ts +9 -0
- package/System/LayoutCardControllerStub.d.ts +21 -0
- package/System/LayoutContainer.d.ts +100 -0
- package/System/LayoutContextConstants.d.ts +3 -0
- package/System/LayoutControlFactory.d.ts +19 -0
- package/System/LayoutControlType.d.ts +6 -0
- package/System/LayoutControlsAccessor.d.ts +22 -0
- package/System/LayoutImpl.d.ts +37 -0
- package/System/LayoutManager.d.ts +91 -0
- package/System/LayoutRowControllerStub.d.ts +14 -0
- package/System/LayoutScript.d.ts +22 -0
- package/System/LayoutServiceMeta.d.ts +8 -0
- package/System/LayoutServices.d.ts +59 -0
- package/System/LayoutUtils.d.ts +4 -0
- package/System/LinksSearchCardsServiceStub.d.ts +20 -0
- package/System/LoadingState.d.ts +33 -0
- package/System/LoadingViewWithText.d.ts +7 -0
- package/System/LocalStorage.d.ts +21 -0
- package/System/LocationContainerControl.d.ts +87 -0
- package/System/LogErrorOnServer.d.ts +1 -0
- package/System/MemoizeController.d.ts +1 -0
- package/System/MessageBoxService.d.ts +17 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/NewValueIfUndefined.d.ts +4 -0
- package/System/NotificationRealtimeMessage.d.ts +5 -0
- package/System/NotificationType.d.ts +7 -0
- package/System/NotificationTypeConverter.d.ts +3 -0
- package/System/NumberCultureFormatting.d.ts +9 -0
- package/System/Omit.d.ts +1 -0
- package/System/OperationUtils.d.ts +9 -0
- package/System/OutcomingLocalStorageCommunicationChannel.d.ts +23 -0
- package/System/PageLeaveConfirmation.d.ts +11 -0
- package/System/ParseModuleExportsString.d.ts +7 -0
- package/System/ParseUtils.d.ts +4 -0
- package/System/PluginOrder.d.ts +12 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +28 -0
- package/System/PopupNotification.d.ts +113 -0
- package/System/PreventPropagation.d.ts +2 -0
- package/System/PrintContent.d.ts +2 -0
- package/System/PromiseUtils.d.ts +6 -0
- package/System/PublishAsGlobal.d.ts +1 -0
- package/System/Readonly.d.ts +5 -0
- package/System/Readwrite.d.ts +5 -0
- package/System/RealtimeCommunicationService.d.ts +146 -0
- package/System/RealtimeServerSender.d.ts +3 -0
- package/System/RealtimeSubscriber.d.ts +2 -0
- package/System/RenderModalContent.d.ts +8 -0
- package/System/RequestHelper.d.ts +42 -0
- package/System/RequestManager.d.ts +71 -0
- package/System/RequestMethods.d.ts +7 -0
- package/System/Resources.d.ts +4 -0
- package/System/ResourcesStub.d.ts +1509 -0
- package/System/RootLocationLayoutModel.d.ts +2 -0
- package/System/RouteFamilySubtype.d.ts +5 -0
- package/System/RouteHandleResult.d.ts +11 -0
- package/System/RouteHelpers.d.ts +39 -0
- package/System/RouteParameters.d.ts +3 -0
- package/System/RouteRequest.d.ts +6 -0
- package/System/RouteSemantics.d.ts +3 -0
- package/System/RouteType.d.ts +9 -0
- package/System/Router.d.ts +153 -0
- package/System/Safe.d.ts +14 -0
- package/System/SearchIcon.d.ts +3 -0
- package/System/ServerController.d.ts +20 -0
- package/System/ServerError.d.ts +17 -0
- package/System/ServiceActionMetaData.d.ts +9 -0
- package/System/SetupStoreWithOperation.d.ts +2 -0
- package/System/ShowLayoutParams.d.ts +20 -0
- package/System/SimpleEvent.d.ts +18 -0
- package/System/SlideAnimation.d.ts +4 -0
- package/System/StandardRouteSemantics.d.ts +13 -0
- package/System/StandardRoutes.d.ts +56 -0
- package/System/StateAccessor.d.ts +17 -0
- package/System/StatusPointUtils.d.ts +43 -0
- package/System/StorybookStory.d.ts +10 -0
- package/System/StringMap.d.ts +3 -0
- package/System/StringUtils.d.ts +27 -0
- package/System/Summernote.d.ts +30 -0
- package/System/TabStub.d.ts +13 -0
- package/System/Throttle.d.ts +2 -0
- package/System/TimeoutService.d.ts +6 -0
- package/System/TooltipUtils.d.ts +14 -0
- package/System/TryGetCardId.d.ts +4 -0
- package/System/UnmountComponentAtNode.d.ts +1 -0
- package/System/UrlResolver.d.ts +5 -0
- package/System/UrlStore.d.ts +16 -0
- package/System/Utils.d.ts +8 -0
- package/System/WaitTimeout.d.ts +1 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/System/WebFrameUtils.d.ts +3 -0
- package/System/WebServicesConnection.d.ts +12 -0
- package/System/WebServicesService.d.ts +28 -0
- package/System/convertWebDavLinkToAbsolute.d.ts +1 -0
- package/System/helpers.d.ts +22 -0
- package/System/mixins.d.ts +11 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/System/updateFolderStyle.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2955 @@
|
|
|
1
|
+
import { BaseController } from '@docsvision/webclient/System/BaseController';
|
|
2
|
+
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
export declare namespace GenControllers {
|
|
5
|
+
interface IExtGridController {
|
|
6
|
+
/**
|
|
7
|
+
* HTTP: /ExtGrid/GetExcelReport
|
|
8
|
+
*/
|
|
9
|
+
getExcelReport(requestModel: GenModels.ExcelReportRequest, options?: RequestOptions): Promise<string>;
|
|
10
|
+
}
|
|
11
|
+
class ExtGridController extends BaseController implements IExtGridController {
|
|
12
|
+
getExcelReport(requestModel: GenModels.ExcelReportRequest, options?: RequestOptions): Promise<string>;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare type $ExtGridController = {
|
|
16
|
+
extGridController: GenControllers.IExtGridController;
|
|
17
|
+
};
|
|
18
|
+
export declare const $ExtGridController: string | ((model?: $ExtGridController) => GenControllers.IExtGridController);
|
|
19
|
+
export declare namespace GenControllers {
|
|
20
|
+
/**
|
|
21
|
+
* Defines FilePreviewController
|
|
22
|
+
*/
|
|
23
|
+
interface IFilePreviewController {
|
|
24
|
+
/**
|
|
25
|
+
* HTTP: /File/DownloadPdf
|
|
26
|
+
*
|
|
27
|
+
* @returns file stream
|
|
28
|
+
*/
|
|
29
|
+
downloadPdf(fileId: string, cardId?: string, options?: RequestOptions): Promise<string>;
|
|
30
|
+
}
|
|
31
|
+
class FilePreviewController extends BaseController implements IFilePreviewController {
|
|
32
|
+
downloadPdf(fileId: string, cardId?: string, options?: RequestOptions): Promise<string>;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
export declare type $FilePreviewController = {
|
|
36
|
+
filePreviewController: GenControllers.IFilePreviewController;
|
|
37
|
+
};
|
|
38
|
+
export declare const $FilePreviewController: string | ((model?: $FilePreviewController) => GenControllers.IFilePreviewController);
|
|
39
|
+
export declare namespace GenControllers {
|
|
40
|
+
/**
|
|
41
|
+
* File controller
|
|
42
|
+
*/
|
|
43
|
+
interface IRazorControlController {
|
|
44
|
+
/**
|
|
45
|
+
* Render razor control
|
|
46
|
+
*
|
|
47
|
+
* @param viewName View name
|
|
48
|
+
* @param model Model
|
|
49
|
+
* @param viewPath View path
|
|
50
|
+
* @param viewData Additional data
|
|
51
|
+
*
|
|
52
|
+
* @returns Rendered control
|
|
53
|
+
*/
|
|
54
|
+
render<T>(viewName: string, model: T, viewPath: string, viewData?: Array<any>, options?: RequestOptions): Promise<string>;
|
|
55
|
+
}
|
|
56
|
+
class RazorControlController extends BaseController implements IRazorControlController {
|
|
57
|
+
render<T>(viewName: string, model: T, viewPath: string, viewData?: Array<any>, options?: RequestOptions): Promise<string>;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
export declare type $RazorControlController = {
|
|
61
|
+
razorControlController: GenControllers.IRazorControlController;
|
|
62
|
+
};
|
|
63
|
+
export declare const $RazorControlController: string | ((model?: $RazorControlController) => GenControllers.IRazorControlController);
|
|
64
|
+
export declare namespace GenControllers {
|
|
65
|
+
/**
|
|
66
|
+
* Layout links controller
|
|
67
|
+
*/
|
|
68
|
+
interface ILayoutLinksMvcController {
|
|
69
|
+
/**
|
|
70
|
+
* POST: /LayoutLinks/GetLinksResult
|
|
71
|
+
*/
|
|
72
|
+
getLinksResult(queryViewRequest: GenModels.QueryViewRequest, allowedCardTypes?: Array<string>, options?: RequestOptions): Promise<string>;
|
|
73
|
+
}
|
|
74
|
+
class LayoutLinksMvcController extends BaseController implements ILayoutLinksMvcController {
|
|
75
|
+
getLinksResult(queryViewRequest: GenModels.QueryViewRequest, allowedCardTypes?: Array<string>, options?: RequestOptions): Promise<string>;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export declare type $LayoutLinksMvcController = {
|
|
79
|
+
layoutLinksMvcController: GenControllers.ILayoutLinksMvcController;
|
|
80
|
+
};
|
|
81
|
+
export declare const $LayoutLinksMvcController: string | ((model?: $LayoutLinksMvcController) => GenControllers.ILayoutLinksMvcController);
|
|
82
|
+
export declare namespace GenControllers {
|
|
83
|
+
/**
|
|
84
|
+
* Cards controller
|
|
85
|
+
*/
|
|
86
|
+
interface ICardController {
|
|
87
|
+
/**
|
|
88
|
+
* HTTP: /Card/SetWasRead
|
|
89
|
+
*/
|
|
90
|
+
setWasRead(cardIds: Array<string>, setRead?: boolean, options?: RequestOptions): Promise<string>;
|
|
91
|
+
/**
|
|
92
|
+
* HTTP: /Card/CheckLock
|
|
93
|
+
*/
|
|
94
|
+
checkLock(cardId: string, options?: RequestOptions): Promise<string>;
|
|
95
|
+
/**
|
|
96
|
+
* HTTP: /Card/CheckModified
|
|
97
|
+
*/
|
|
98
|
+
checkModified(cardId: string, timestamp: number, options?: RequestOptions): Promise<string>;
|
|
99
|
+
/**
|
|
100
|
+
* HTTP: /Navigator/KindAvailable
|
|
101
|
+
*/
|
|
102
|
+
checkKindCreatable(cardTypeId: string, cardKindId: string, options?: RequestOptions): Promise<string>;
|
|
103
|
+
/**
|
|
104
|
+
* HTTP: /Card/GetViewRoute
|
|
105
|
+
*/
|
|
106
|
+
getViewRoute(cardId: string, options?: RequestOptions): Promise<string>;
|
|
107
|
+
/**
|
|
108
|
+
* HTTP: /Card/GetViewList
|
|
109
|
+
*/
|
|
110
|
+
getViewList(folderId: string, options?: RequestOptions): Promise<string>;
|
|
111
|
+
/**
|
|
112
|
+
* HTTP: /Card/GetFolderTypeViewList
|
|
113
|
+
*/
|
|
114
|
+
getFolderTypeViewList(folderTypeId: string, options?: RequestOptions): Promise<string>;
|
|
115
|
+
/**
|
|
116
|
+
* HTTP: /Card/IsViewInList
|
|
117
|
+
*/
|
|
118
|
+
isViewInList(folderId: string, viewId: string, options?: RequestOptions): Promise<string>;
|
|
119
|
+
/**
|
|
120
|
+
* HTTP: /Card/Show/id
|
|
121
|
+
*/
|
|
122
|
+
show(id: string, options?: RequestOptions): Promise<string>;
|
|
123
|
+
/**
|
|
124
|
+
* HTTP: /Card/UnknownCardView/cardId
|
|
125
|
+
*/
|
|
126
|
+
unknownCardView(cardId: string, options?: RequestOptions): Promise<string>;
|
|
127
|
+
/**
|
|
128
|
+
* HTTP: /Card/GetReferenceList
|
|
129
|
+
*
|
|
130
|
+
* @param cardId card id
|
|
131
|
+
*
|
|
132
|
+
* @returns reference list model
|
|
133
|
+
*/
|
|
134
|
+
getReferenceList(cardId: string, options?: RequestOptions): Promise<string>;
|
|
135
|
+
/**
|
|
136
|
+
* HTTP: /Card/GetReferenceListContent
|
|
137
|
+
*
|
|
138
|
+
* @param cardId card id
|
|
139
|
+
*
|
|
140
|
+
* @returns reference list model content
|
|
141
|
+
*/
|
|
142
|
+
getReferenceListContent(cardId: string, options?: RequestOptions): Promise<string>;
|
|
143
|
+
/**
|
|
144
|
+
* HTTP: /Navigator/DeleteLink
|
|
145
|
+
*
|
|
146
|
+
* @param cardId card id
|
|
147
|
+
* @param timestamp card timestamp
|
|
148
|
+
* @param linkId link id
|
|
149
|
+
*/
|
|
150
|
+
deleteLink(cardId: string, timestamp: number, linkId: string, options?: RequestOptions): Promise<string>;
|
|
151
|
+
}
|
|
152
|
+
class CardController extends BaseController implements ICardController {
|
|
153
|
+
setWasRead(cardIds: Array<string>, setRead?: boolean, options?: RequestOptions): Promise<string>;
|
|
154
|
+
checkLock(cardId: string, options?: RequestOptions): Promise<string>;
|
|
155
|
+
checkModified(cardId: string, timestamp: number, options?: RequestOptions): Promise<string>;
|
|
156
|
+
checkKindCreatable(cardTypeId: string, cardKindId: string, options?: RequestOptions): Promise<string>;
|
|
157
|
+
getViewRoute(cardId: string, options?: RequestOptions): Promise<string>;
|
|
158
|
+
getViewList(folderId: string, options?: RequestOptions): Promise<string>;
|
|
159
|
+
getFolderTypeViewList(folderTypeId: string, options?: RequestOptions): Promise<string>;
|
|
160
|
+
isViewInList(folderId: string, viewId: string, options?: RequestOptions): Promise<string>;
|
|
161
|
+
show(id: string, options?: RequestOptions): Promise<string>;
|
|
162
|
+
unknownCardView(cardId: string, options?: RequestOptions): Promise<string>;
|
|
163
|
+
getReferenceList(cardId: string, options?: RequestOptions): Promise<string>;
|
|
164
|
+
getReferenceListContent(cardId: string, options?: RequestOptions): Promise<string>;
|
|
165
|
+
deleteLink(cardId: string, timestamp: number, linkId: string, options?: RequestOptions): Promise<string>;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
export declare type $CardController = {
|
|
169
|
+
cardController: GenControllers.ICardController;
|
|
170
|
+
};
|
|
171
|
+
export declare const $CardController: string | ((model?: $CardController) => GenControllers.ICardController);
|
|
172
|
+
export declare namespace GenControllers {
|
|
173
|
+
/**
|
|
174
|
+
* Error controller
|
|
175
|
+
*/
|
|
176
|
+
interface IErrorController {
|
|
177
|
+
/**
|
|
178
|
+
* HTTP: /Error/Index
|
|
179
|
+
*/
|
|
180
|
+
index(statusCode: number, exception: any, options?: RequestOptions): Promise<string>;
|
|
181
|
+
/**
|
|
182
|
+
* HTTP: /Error/AccessDenied
|
|
183
|
+
*/
|
|
184
|
+
accessDenied(options?: RequestOptions): Promise<string>;
|
|
185
|
+
}
|
|
186
|
+
class ErrorController extends BaseController implements IErrorController {
|
|
187
|
+
index(statusCode: number, exception: any, options?: RequestOptions): Promise<string>;
|
|
188
|
+
accessDenied(options?: RequestOptions): Promise<string>;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
export declare type $ErrorController = {
|
|
192
|
+
errorController: GenControllers.IErrorController;
|
|
193
|
+
};
|
|
194
|
+
export declare const $ErrorController: string | ((model?: $ErrorController) => GenControllers.IErrorController);
|
|
195
|
+
export declare namespace GenControllers {
|
|
196
|
+
/**
|
|
197
|
+
* Navigator controller
|
|
198
|
+
*/
|
|
199
|
+
interface INavigatorController {
|
|
200
|
+
/**
|
|
201
|
+
* HTTP: /Navigator/GetFolderTree
|
|
202
|
+
*/
|
|
203
|
+
getNavigatorFolders(id?: string, excludeSearchParamFolder?: boolean, options?: RequestOptions): Promise<string>;
|
|
204
|
+
/**
|
|
205
|
+
* HTTP: /Navigator/AddUserFolder
|
|
206
|
+
*/
|
|
207
|
+
attachUserFolders(folderIds: Array<string>, options?: RequestOptions): Promise<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Index
|
|
210
|
+
*/
|
|
211
|
+
index(options?: RequestOptions): Promise<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Awake
|
|
214
|
+
*/
|
|
215
|
+
awake(options?: RequestOptions): Promise<string>;
|
|
216
|
+
/**
|
|
217
|
+
* HTTP: /Navigator/About
|
|
218
|
+
*/
|
|
219
|
+
about(options?: RequestOptions): Promise<string>;
|
|
220
|
+
/**
|
|
221
|
+
* HTTP: /Navigator/SwitchView
|
|
222
|
+
*/
|
|
223
|
+
switchView(options?: RequestOptions): Promise<string>;
|
|
224
|
+
/**
|
|
225
|
+
* HTTP: /Navigator/GetCardCreateLinks
|
|
226
|
+
*/
|
|
227
|
+
getCardCreateLinks(folderId: string, options?: RequestOptions): Promise<string>;
|
|
228
|
+
/**
|
|
229
|
+
* HTTP: /Navigator/GetCardCreateTemplates
|
|
230
|
+
*/
|
|
231
|
+
getCardCreateTemplates(folderId: string, options?: RequestOptions): Promise<string>;
|
|
232
|
+
/**
|
|
233
|
+
* HTTP: /Navigator/GetCardKinds
|
|
234
|
+
*/
|
|
235
|
+
getCardKinds(cardTypeId: string, folderId: string, options?: RequestOptions): Promise<string>;
|
|
236
|
+
/**
|
|
237
|
+
* HTTP: /Navigator/SendFoldersAndUnreadCounters
|
|
238
|
+
*/
|
|
239
|
+
sendFoldersAndUnreadCounters(unreadCountersRequest: GenModels.UnreadCountersRequest, options?: RequestOptions): Promise<string>;
|
|
240
|
+
/**
|
|
241
|
+
* HTTP: /Navigator/ResetClientCache
|
|
242
|
+
*/
|
|
243
|
+
resetClientCache(options?: RequestOptions): Promise<string>;
|
|
244
|
+
/**
|
|
245
|
+
* HTTP: /Navigator/ShowSelectExistingCard
|
|
246
|
+
*/
|
|
247
|
+
showSelectExistingCard(cardId: string, isReport?: boolean, allowedLinkTypes?: Array<string>, options?: RequestOptions): Promise<string>;
|
|
248
|
+
/**
|
|
249
|
+
* HTTP: /Navigator/ShowSelectNewDocumentKind
|
|
250
|
+
*/
|
|
251
|
+
showSelectNewDocumentKind(isReport?: boolean, options?: RequestOptions): Promise<string>;
|
|
252
|
+
/**
|
|
253
|
+
* HTTP: /Navigator/AttachLink
|
|
254
|
+
*/
|
|
255
|
+
attachLink(model: GenModels.LinkAddModel, options?: RequestOptions): Promise<string>;
|
|
256
|
+
/**
|
|
257
|
+
* HTTP: /Navigator/HealthCheck
|
|
258
|
+
*/
|
|
259
|
+
healthCheck(checkPoolSession?: boolean, options?: RequestOptions): Promise<string>;
|
|
260
|
+
}
|
|
261
|
+
class NavigatorController extends BaseController implements INavigatorController {
|
|
262
|
+
getNavigatorFolders(id?: string, excludeSearchParamFolder?: boolean, options?: RequestOptions): Promise<string>;
|
|
263
|
+
attachUserFolders(folderIds: Array<string>, options?: RequestOptions): Promise<string>;
|
|
264
|
+
index(options?: RequestOptions): Promise<string>;
|
|
265
|
+
awake(options?: RequestOptions): Promise<string>;
|
|
266
|
+
about(options?: RequestOptions): Promise<string>;
|
|
267
|
+
switchView(options?: RequestOptions): Promise<string>;
|
|
268
|
+
getCardCreateLinks(folderId: string, options?: RequestOptions): Promise<string>;
|
|
269
|
+
getCardCreateTemplates(folderId: string, options?: RequestOptions): Promise<string>;
|
|
270
|
+
getCardKinds(cardTypeId: string, folderId: string, options?: RequestOptions): Promise<string>;
|
|
271
|
+
sendFoldersAndUnreadCounters(unreadCountersRequest: GenModels.UnreadCountersRequest, options?: RequestOptions): Promise<string>;
|
|
272
|
+
resetClientCache(options?: RequestOptions): Promise<string>;
|
|
273
|
+
showSelectExistingCard(cardId: string, isReport?: boolean, allowedLinkTypes?: Array<string>, options?: RequestOptions): Promise<string>;
|
|
274
|
+
showSelectNewDocumentKind(isReport?: boolean, options?: RequestOptions): Promise<string>;
|
|
275
|
+
attachLink(model: GenModels.LinkAddModel, options?: RequestOptions): Promise<string>;
|
|
276
|
+
healthCheck(checkPoolSession?: boolean, options?: RequestOptions): Promise<string>;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
export declare type $NavigatorController = {
|
|
280
|
+
navigatorController: GenControllers.INavigatorController;
|
|
281
|
+
};
|
|
282
|
+
export declare const $NavigatorController: string | ((model?: $NavigatorController) => GenControllers.INavigatorController);
|
|
283
|
+
export declare namespace GenControllers {
|
|
284
|
+
/**
|
|
285
|
+
* Employee controller
|
|
286
|
+
*/
|
|
287
|
+
interface IContractsController {
|
|
288
|
+
/**
|
|
289
|
+
* Get contract info
|
|
290
|
+
*
|
|
291
|
+
* @param contractCardId Contract card identifier
|
|
292
|
+
*/
|
|
293
|
+
getContractInfo(contractCardId: string, options?: RequestOptions): Promise<GenModels.ContractInfoModel>;
|
|
294
|
+
/**
|
|
295
|
+
* Get contract dates
|
|
296
|
+
*
|
|
297
|
+
* @param contractCardId Contract card identifier
|
|
298
|
+
*/
|
|
299
|
+
getContractDates(contractCardId: string, options?: RequestOptions): Promise<GenModels.ContractDatesModel>;
|
|
300
|
+
/**
|
|
301
|
+
* Attach supplement to contract
|
|
302
|
+
*/
|
|
303
|
+
prolongateContract(request: GenModels.ProlongateContractRequestModel, options?: RequestOptions): Promise<void>;
|
|
304
|
+
/**
|
|
305
|
+
* Fill agreement fields on contract decision.
|
|
306
|
+
*/
|
|
307
|
+
fillContractAgreementDates(request: GenModels.ContractAgreementFillDatesModel, options?: RequestOptions): Promise<void>;
|
|
308
|
+
/**
|
|
309
|
+
* Fill contract sum in rub field.
|
|
310
|
+
*/
|
|
311
|
+
fillContractDate(request: GenModels.ContractFillDateModel, options?: RequestOptions): Promise<void>;
|
|
312
|
+
/**
|
|
313
|
+
* Fill agreement fields on contract decision.
|
|
314
|
+
*/
|
|
315
|
+
fillContractSumInRub(request: GenModels.ContractFillSumInRubModel, options?: RequestOptions): Promise<void>;
|
|
316
|
+
}
|
|
317
|
+
class ContractsController extends BaseController implements IContractsController {
|
|
318
|
+
getContractInfo(contractCardId: string, options?: RequestOptions): Promise<GenModels.ContractInfoModel>;
|
|
319
|
+
getContractDates(contractCardId: string, options?: RequestOptions): Promise<GenModels.ContractDatesModel>;
|
|
320
|
+
prolongateContract(request: GenModels.ProlongateContractRequestModel, options?: RequestOptions): Promise<void>;
|
|
321
|
+
fillContractAgreementDates(request: GenModels.ContractAgreementFillDatesModel, options?: RequestOptions): Promise<void>;
|
|
322
|
+
fillContractDate(request: GenModels.ContractFillDateModel, options?: RequestOptions): Promise<void>;
|
|
323
|
+
fillContractSumInRub(request: GenModels.ContractFillSumInRubModel, options?: RequestOptions): Promise<void>;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
export declare type $ContractsController = {
|
|
327
|
+
contractsController: GenControllers.IContractsController;
|
|
328
|
+
};
|
|
329
|
+
export declare const $ContractsController: string | ((model?: $ContractsController) => GenControllers.IContractsController);
|
|
330
|
+
export declare namespace GenControllers {
|
|
331
|
+
/**
|
|
332
|
+
* AuthenticationKindsController
|
|
333
|
+
*/
|
|
334
|
+
interface IAuthenticationKindsController {
|
|
335
|
+
/**
|
|
336
|
+
* Get card html by xslt id
|
|
337
|
+
*/
|
|
338
|
+
checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
|
|
339
|
+
}
|
|
340
|
+
class AuthenticationKindsController extends BaseController implements IAuthenticationKindsController {
|
|
341
|
+
checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
export declare type $AuthenticationKindsController = {
|
|
345
|
+
authenticationKindsController: GenControllers.IAuthenticationKindsController;
|
|
346
|
+
};
|
|
347
|
+
export declare const $AuthenticationKindsController: string | ((model?: $AuthenticationKindsController) => GenControllers.IAuthenticationKindsController);
|
|
348
|
+
export declare namespace GenControllers {
|
|
349
|
+
/**
|
|
350
|
+
* Represents
|
|
351
|
+
*/
|
|
352
|
+
interface IApprovalPathVisualizationController {
|
|
353
|
+
/**
|
|
354
|
+
* Gets settings graph
|
|
355
|
+
*/
|
|
356
|
+
getSettingsGraph(reconcileCardId: string, options?: RequestOptions): Promise<GenModels.SettingsGraph>;
|
|
357
|
+
}
|
|
358
|
+
class ApprovalPathVisualizationController extends BaseController implements IApprovalPathVisualizationController {
|
|
359
|
+
getSettingsGraph(reconcileCardId: string, options?: RequestOptions): Promise<GenModels.SettingsGraph>;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
export declare type $ApprovalPathVisualizationController = {
|
|
363
|
+
approvalPathVisualizationController: GenControllers.IApprovalPathVisualizationController;
|
|
364
|
+
};
|
|
365
|
+
export declare const $ApprovalPathVisualizationController: string | ((model?: $ApprovalPathVisualizationController) => GenControllers.IApprovalPathVisualizationController);
|
|
366
|
+
export declare namespace GenControllers {
|
|
367
|
+
/**
|
|
368
|
+
* Represents available templates control controller
|
|
369
|
+
*/
|
|
370
|
+
interface IAvailableTemplatesController {
|
|
371
|
+
/**
|
|
372
|
+
* Get card html by xslt id
|
|
373
|
+
*/
|
|
374
|
+
getHtmlByXsltId(cardId: string, xsltId: string, options?: RequestOptions): Promise<string>;
|
|
375
|
+
/**
|
|
376
|
+
* Get card html by xslt alias
|
|
377
|
+
*/
|
|
378
|
+
getHtmlByXsltAlias(cardId: string, alias: string, options?: RequestOptions): Promise<string>;
|
|
379
|
+
/**
|
|
380
|
+
* Get card xml
|
|
381
|
+
*/
|
|
382
|
+
getXml(cardId: string, options?: RequestOptions): Promise<string>;
|
|
383
|
+
}
|
|
384
|
+
class AvailableTemplatesController extends BaseController implements IAvailableTemplatesController {
|
|
385
|
+
getHtmlByXsltId(cardId: string, xsltId: string, options?: RequestOptions): Promise<string>;
|
|
386
|
+
getHtmlByXsltAlias(cardId: string, alias: string, options?: RequestOptions): Promise<string>;
|
|
387
|
+
getXml(cardId: string, options?: RequestOptions): Promise<string>;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
export declare type $AvailableTemplatesController = {
|
|
391
|
+
availableTemplatesController: GenControllers.IAvailableTemplatesController;
|
|
392
|
+
};
|
|
393
|
+
export declare const $AvailableTemplatesController: string | ((model?: $AvailableTemplatesController) => GenControllers.IAvailableTemplatesController);
|
|
394
|
+
export declare namespace GenControllers {
|
|
395
|
+
/**
|
|
396
|
+
* Access signature methods configuration
|
|
397
|
+
*/
|
|
398
|
+
interface ISignatureMethodsController {
|
|
399
|
+
/**
|
|
400
|
+
* Load saved methods.
|
|
401
|
+
*/
|
|
402
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
403
|
+
/**
|
|
404
|
+
* Load value of cloud storage flag.
|
|
405
|
+
*/
|
|
406
|
+
getUserCertificateCloudIsAvailable(options?: RequestOptions): Promise<boolean>;
|
|
407
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
408
|
+
/**
|
|
409
|
+
* Save settings.
|
|
410
|
+
*/
|
|
411
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
412
|
+
}
|
|
413
|
+
class SignatureMethodsController extends BaseController implements ISignatureMethodsController {
|
|
414
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
415
|
+
getUserCertificateCloudIsAvailable(options?: RequestOptions): Promise<boolean>;
|
|
416
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
417
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
export declare type $SignatureMethodsController = {
|
|
421
|
+
signatureMethodsController: GenControllers.ISignatureMethodsController;
|
|
422
|
+
};
|
|
423
|
+
export declare const $SignatureMethodsController: string | ((model?: $SignatureMethodsController) => GenControllers.ISignatureMethodsController);
|
|
424
|
+
export declare namespace GenControllers {
|
|
425
|
+
/**
|
|
426
|
+
* Controller for loading cards and its presentation.
|
|
427
|
+
*/
|
|
428
|
+
interface ICardsPresentationController {
|
|
429
|
+
/**
|
|
430
|
+
* Execute search query with Digest view.
|
|
431
|
+
*/
|
|
432
|
+
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
433
|
+
/**
|
|
434
|
+
* Execute search query with Digest view columns
|
|
435
|
+
*/
|
|
436
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
437
|
+
/**
|
|
438
|
+
* POST: /SearchQuery/GetFolderCards
|
|
439
|
+
*/
|
|
440
|
+
getFolderCards(request: GenModels.GetFolderCardsRequest, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
441
|
+
/**
|
|
442
|
+
* Get cards presentation from card list, retrieved by {@link GenModels}
|
|
443
|
+
*/
|
|
444
|
+
getSearchResultsPresentation(request: GenModels.SearchPresentationRequestModel, options?: RequestOptions): Promise<Array<GenModels.CardPresentation>>;
|
|
445
|
+
}
|
|
446
|
+
class CardsPresentationController extends BaseController implements ICardsPresentationController {
|
|
447
|
+
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
448
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
449
|
+
getFolderCards(request: GenModels.GetFolderCardsRequest, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
450
|
+
getSearchResultsPresentation(request: GenModels.SearchPresentationRequestModel, options?: RequestOptions): Promise<Array<GenModels.CardPresentation>>;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
export declare type $CardsPresentationController = {
|
|
454
|
+
cardsPresentationController: GenControllers.ICardsPresentationController;
|
|
455
|
+
};
|
|
456
|
+
export declare const $CardsPresentationController: string | ((model?: $CardsPresentationController) => GenControllers.ICardsPresentationController);
|
|
457
|
+
export declare namespace GenControllers {
|
|
458
|
+
/**
|
|
459
|
+
* Extensions controller
|
|
460
|
+
*/
|
|
461
|
+
interface IExtensionsController {
|
|
462
|
+
/**
|
|
463
|
+
* /Api/Extensions/Get
|
|
464
|
+
*/
|
|
465
|
+
get(options?: RequestOptions): Promise<any>;
|
|
466
|
+
}
|
|
467
|
+
class ExtensionsController extends BaseController implements IExtensionsController {
|
|
468
|
+
get(options?: RequestOptions): Promise<any>;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
export declare type $ExtensionsController = {
|
|
472
|
+
extensionsController: GenControllers.IExtensionsController;
|
|
473
|
+
};
|
|
474
|
+
export declare const $ExtensionsController: string | ((model?: $ExtensionsController) => GenControllers.IExtensionsController);
|
|
475
|
+
export declare namespace GenControllers {
|
|
476
|
+
interface IFavoritesController {
|
|
477
|
+
checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
478
|
+
addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
479
|
+
removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
480
|
+
}
|
|
481
|
+
class FavoritesController extends BaseController implements IFavoritesController {
|
|
482
|
+
checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
483
|
+
addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
484
|
+
removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
export declare type $FavoritesController = {
|
|
488
|
+
favoritesController: GenControllers.IFavoritesController;
|
|
489
|
+
};
|
|
490
|
+
export declare const $FavoritesController: string | ((model?: $FavoritesController) => GenControllers.IFavoritesController);
|
|
491
|
+
export declare namespace GenControllers {
|
|
492
|
+
/**
|
|
493
|
+
* Represents folder type controller
|
|
494
|
+
*/
|
|
495
|
+
interface IFolderTypesController {
|
|
496
|
+
/**
|
|
497
|
+
* HTTP: /FolderTypes/GetFolderTypes
|
|
498
|
+
*/
|
|
499
|
+
getFolderTypes(options?: RequestOptions): Promise<Array<GenModels.FolderTypeInfo>>;
|
|
500
|
+
}
|
|
501
|
+
class FolderTypesController extends BaseController implements IFolderTypesController {
|
|
502
|
+
getFolderTypes(options?: RequestOptions): Promise<Array<GenModels.FolderTypeInfo>>;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
export declare type $FolderTypesController = {
|
|
506
|
+
folderTypesController: GenControllers.IFolderTypesController;
|
|
507
|
+
};
|
|
508
|
+
export declare const $FolderTypesController: string | ((model?: $FolderTypesController) => GenControllers.IFolderTypesController);
|
|
509
|
+
export declare namespace GenControllers {
|
|
510
|
+
/**
|
|
511
|
+
* Controller for interaction with CryptoPro DSS service
|
|
512
|
+
*/
|
|
513
|
+
interface ICryptoProDssController {
|
|
514
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
515
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
516
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
517
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
518
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
519
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
520
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
521
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
522
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
523
|
+
}
|
|
524
|
+
class CryptoProDssController extends BaseController implements ICryptoProDssController {
|
|
525
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
526
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
527
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
528
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
529
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
530
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
531
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
532
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
533
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
export declare type $CryptoProDssController = {
|
|
537
|
+
cryptoProDssController: GenControllers.ICryptoProDssController;
|
|
538
|
+
};
|
|
539
|
+
export declare const $CryptoProDssController: string | ((model?: $CryptoProDssController) => GenControllers.ICryptoProDssController);
|
|
540
|
+
export declare namespace GenControllers {
|
|
541
|
+
/**
|
|
542
|
+
* Controller for interaction with logging
|
|
543
|
+
*/
|
|
544
|
+
interface ILogController {
|
|
545
|
+
/**
|
|
546
|
+
* Sets minimum log level
|
|
547
|
+
*
|
|
548
|
+
* @param minLevel Minimum log level
|
|
549
|
+
*/
|
|
550
|
+
setLogLevel(minLevel: number, options?: RequestOptions): Promise<boolean>;
|
|
551
|
+
}
|
|
552
|
+
class LogController extends BaseController implements ILogController {
|
|
553
|
+
setLogLevel(minLevel: number, options?: RequestOptions): Promise<boolean>;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
export declare type $LogController = {
|
|
557
|
+
logController: GenControllers.ILogController;
|
|
558
|
+
};
|
|
559
|
+
export declare const $LogController: string | ((model?: $LogController) => GenControllers.ILogController);
|
|
560
|
+
export declare namespace GenControllers {
|
|
561
|
+
/**
|
|
562
|
+
* R7Office controller
|
|
563
|
+
*/
|
|
564
|
+
interface IR7OfficeController {
|
|
565
|
+
/**
|
|
566
|
+
* Получение файла с поддержкой AllowAnonymous
|
|
567
|
+
*/
|
|
568
|
+
getFile(id: string, accountName: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
569
|
+
}
|
|
570
|
+
class R7OfficeController extends BaseController implements IR7OfficeController {
|
|
571
|
+
getFile(id: string, accountName: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
export declare type $R7OfficeController = {
|
|
575
|
+
R7OfficeController: GenControllers.IR7OfficeController;
|
|
576
|
+
};
|
|
577
|
+
export declare const $R7OfficeController: string | ((model?: $R7OfficeController) => GenControllers.IR7OfficeController);
|
|
578
|
+
export declare namespace GenControllers {
|
|
579
|
+
/**
|
|
580
|
+
* DataGridControl controller
|
|
581
|
+
*/
|
|
582
|
+
interface IDataGridControlController {
|
|
583
|
+
/**
|
|
584
|
+
* Getting the table model
|
|
585
|
+
*
|
|
586
|
+
* @param parameters Parameters
|
|
587
|
+
*
|
|
588
|
+
* @returns Table model
|
|
589
|
+
*/
|
|
590
|
+
getTableData(parameters: GenModels.DataGridControlParams, options?: RequestOptions): Promise<GenModels.TableModel>;
|
|
591
|
+
}
|
|
592
|
+
class DataGridControlController extends BaseController implements IDataGridControlController {
|
|
593
|
+
getTableData(parameters: GenModels.DataGridControlParams, options?: RequestOptions): Promise<GenModels.TableModel>;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
export declare type $DataGridControlController = {
|
|
597
|
+
dataGridControlController: GenControllers.IDataGridControlController;
|
|
598
|
+
};
|
|
599
|
+
export declare const $DataGridControlController: string | ((model?: $DataGridControlController) => GenControllers.IDataGridControlController);
|
|
600
|
+
export declare namespace GenControllers {
|
|
601
|
+
/**
|
|
602
|
+
* Security descriptor controller
|
|
603
|
+
*/
|
|
604
|
+
interface ISecurityController {
|
|
605
|
+
getDescriptor(target: GenModels.SecurityTarget, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
606
|
+
/**
|
|
607
|
+
* Update security descriptor
|
|
608
|
+
*/
|
|
609
|
+
updateDescriptor(descriptor: GenModels.SecurityDescriptor, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
610
|
+
/**
|
|
611
|
+
* Update security descriptor
|
|
612
|
+
*/
|
|
613
|
+
enableInheritance(request: GenModels.EnableInheritanceOptions, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
614
|
+
/**
|
|
615
|
+
* Returns true whether current user has access rights to the passed object
|
|
616
|
+
*/
|
|
617
|
+
checkAccessRights(checkAccessRightsRequestModel: GenModels.CheckAccessRightsRequestModel, options?: RequestOptions): Promise<boolean>;
|
|
618
|
+
}
|
|
619
|
+
class SecurityController extends BaseController implements ISecurityController {
|
|
620
|
+
getDescriptor(target: GenModels.SecurityTarget, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
621
|
+
updateDescriptor(descriptor: GenModels.SecurityDescriptor, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
622
|
+
enableInheritance(request: GenModels.EnableInheritanceOptions, options?: RequestOptions): Promise<GenModels.SecurityDescriptor>;
|
|
623
|
+
checkAccessRights(checkAccessRightsRequestModel: GenModels.CheckAccessRightsRequestModel, options?: RequestOptions): Promise<boolean>;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
export declare type $SecurityController = {
|
|
627
|
+
securityController: GenControllers.ISecurityController;
|
|
628
|
+
};
|
|
629
|
+
export declare const $SecurityController: string | ((model?: $SecurityController) => GenControllers.ISecurityController);
|
|
630
|
+
export declare namespace GenControllers {
|
|
631
|
+
/**
|
|
632
|
+
* Represents send email control controller
|
|
633
|
+
*/
|
|
634
|
+
interface IEmailController {
|
|
635
|
+
/**
|
|
636
|
+
* Generates and downloads EML file from {@link GenModels}.
|
|
637
|
+
*
|
|
638
|
+
* @param documentId Document identifier.
|
|
639
|
+
* @param cardLink Url for open card.
|
|
640
|
+
* @param templateAlias Whether or not to include link to card
|
|
641
|
+
* @param fileAttachmentsMode File attachments mode
|
|
642
|
+
* @param fileIds List of files identifiers
|
|
643
|
+
*/
|
|
644
|
+
getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
|
|
645
|
+
}
|
|
646
|
+
class EmailController extends BaseController implements IEmailController {
|
|
647
|
+
getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
export declare type $EmailController = {
|
|
651
|
+
emailController: GenControllers.IEmailController;
|
|
652
|
+
};
|
|
653
|
+
export declare const $EmailController: string | ((model?: $EmailController) => GenControllers.IEmailController);
|
|
654
|
+
export declare namespace GenControllers {
|
|
655
|
+
interface IStateButtonsController {
|
|
656
|
+
/**
|
|
657
|
+
* @param operation
|
|
658
|
+
*/
|
|
659
|
+
getOperationParameter(operation: GenModels.OperationRequestModel, options?: RequestOptions): Promise<string>;
|
|
660
|
+
}
|
|
661
|
+
class StateButtonsController extends BaseController implements IStateButtonsController {
|
|
662
|
+
getOperationParameter(operation: GenModels.OperationRequestModel, options?: RequestOptions): Promise<string>;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
export declare type $StateButtonsController = {
|
|
666
|
+
stateButtonsController: GenControllers.IStateButtonsController;
|
|
667
|
+
};
|
|
668
|
+
export declare const $StateButtonsController: string | ((model?: $StateButtonsController) => GenControllers.IStateButtonsController);
|
|
669
|
+
export declare namespace GenControllers {
|
|
670
|
+
/**
|
|
671
|
+
* Scan button controller
|
|
672
|
+
*/
|
|
673
|
+
interface IScanButtonController {
|
|
674
|
+
/**
|
|
675
|
+
* @param scanedFilesRequestModel
|
|
676
|
+
*/
|
|
677
|
+
saveScanedFiles(scanedFilesRequestModel: GenModels.ScanedFilesRequestModel, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
678
|
+
}
|
|
679
|
+
class ScanButtonController extends BaseController implements IScanButtonController {
|
|
680
|
+
saveScanedFiles(scanedFilesRequestModel: GenModels.ScanedFilesRequestModel, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
export declare type $ScanButtonController = {
|
|
684
|
+
scanButtonController: GenControllers.IScanButtonController;
|
|
685
|
+
};
|
|
686
|
+
export declare const $ScanButtonController: string | ((model?: $ScanButtonController) => GenControllers.IScanButtonController);
|
|
687
|
+
export declare namespace GenControllers {
|
|
688
|
+
/**
|
|
689
|
+
* Defines DataVisualizationController
|
|
690
|
+
*/
|
|
691
|
+
interface IDataVisualizationController {
|
|
692
|
+
/**
|
|
693
|
+
* generate new file with data visualization
|
|
694
|
+
*/
|
|
695
|
+
generate(generatorType: GenModels.ImageGeneratorType, cardId: string, fileCardId: string, fileVersionId: string, options?: RequestOptions): Promise<any>;
|
|
696
|
+
}
|
|
697
|
+
class DataVisualizationController extends BaseController implements IDataVisualizationController {
|
|
698
|
+
generate(generatorType: GenModels.ImageGeneratorType, cardId: string, fileCardId: string, fileVersionId: string, options?: RequestOptions): Promise<any>;
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
export declare type $DataVisualizationController = {
|
|
702
|
+
dataVisualizationController: GenControllers.IDataVisualizationController;
|
|
703
|
+
};
|
|
704
|
+
export declare const $DataVisualizationController: string | ((model?: $DataVisualizationController) => GenControllers.IDataVisualizationController);
|
|
705
|
+
export declare namespace GenControllers {
|
|
706
|
+
/**
|
|
707
|
+
* Business calendar controller
|
|
708
|
+
*/
|
|
709
|
+
interface ITaskGroupPerformersController {
|
|
710
|
+
/**
|
|
711
|
+
* Calculate start/end dates of task group intervals, based on the specified durations.
|
|
712
|
+
*
|
|
713
|
+
* @param requestModel Request model
|
|
714
|
+
*/
|
|
715
|
+
calculatePerformanceIntervalsDates(requestModel: GenModels.TaskGroupIntervalsCalculationRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskGroupIntervalInfo>>;
|
|
716
|
+
}
|
|
717
|
+
class TaskGroupPerformersController extends BaseController implements ITaskGroupPerformersController {
|
|
718
|
+
calculatePerformanceIntervalsDates(requestModel: GenModels.TaskGroupIntervalsCalculationRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskGroupIntervalInfo>>;
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
export declare type $TaskGroupPerformersController = {
|
|
722
|
+
taskGroupPerformersController: GenControllers.ITaskGroupPerformersController;
|
|
723
|
+
};
|
|
724
|
+
export declare const $TaskGroupPerformersController: string | ((model?: $TaskGroupPerformersController) => GenControllers.ITaskGroupPerformersController);
|
|
725
|
+
export declare namespace GenControllers {
|
|
726
|
+
/**
|
|
727
|
+
* CardKind controller
|
|
728
|
+
*/
|
|
729
|
+
interface ICardKindController {
|
|
730
|
+
/**
|
|
731
|
+
* Get card kind by id.
|
|
732
|
+
*
|
|
733
|
+
* @param cardKindId Card kind identifier
|
|
734
|
+
*/
|
|
735
|
+
getCardKind(cardKindId: string, options?: RequestOptions): Promise<GenModels.CardKindModel>;
|
|
736
|
+
/**
|
|
737
|
+
* Get card kinds by list of ids.
|
|
738
|
+
*
|
|
739
|
+
* @param cardKinds
|
|
740
|
+
*
|
|
741
|
+
* @returns Collection of kinds
|
|
742
|
+
*/
|
|
743
|
+
getCardKinds(cardKinds: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.CardKindModel>>;
|
|
744
|
+
}
|
|
745
|
+
class CardKindController extends BaseController implements ICardKindController {
|
|
746
|
+
getCardKind(cardKindId: string, options?: RequestOptions): Promise<GenModels.CardKindModel>;
|
|
747
|
+
getCardKinds(cardKinds: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.CardKindModel>>;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
export declare type $CardKindController = {
|
|
751
|
+
cardKindController: GenControllers.ICardKindController;
|
|
752
|
+
};
|
|
753
|
+
export declare const $CardKindController: string | ((model?: $CardKindController) => GenControllers.ICardKindController);
|
|
754
|
+
export declare namespace GenControllers {
|
|
755
|
+
/**
|
|
756
|
+
* Barcode search button controller
|
|
757
|
+
*/
|
|
758
|
+
interface IBarcodeSearchButtonController {
|
|
759
|
+
/**
|
|
760
|
+
* Search
|
|
761
|
+
*
|
|
762
|
+
* @param barcodeSearchRequestModel Request model
|
|
763
|
+
*/
|
|
764
|
+
search(barcodeSearchRequestModel: GenModels.BarcodeSearchRequestModel, options?: RequestOptions): Promise<GenModels.BarcodeSearchResponseModel>;
|
|
765
|
+
}
|
|
766
|
+
class BarcodeSearchButtonController extends BaseController implements IBarcodeSearchButtonController {
|
|
767
|
+
search(barcodeSearchRequestModel: GenModels.BarcodeSearchRequestModel, options?: RequestOptions): Promise<GenModels.BarcodeSearchResponseModel>;
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
export declare type $BarcodeSearchButtonController = {
|
|
771
|
+
barcodeSearchButtonController: GenControllers.IBarcodeSearchButtonController;
|
|
772
|
+
};
|
|
773
|
+
export declare const $BarcodeSearchButtonController: string | ((model?: $BarcodeSearchButtonController) => GenControllers.IBarcodeSearchButtonController);
|
|
774
|
+
export declare namespace GenControllers {
|
|
775
|
+
/**
|
|
776
|
+
* Access card data controller
|
|
777
|
+
*/
|
|
778
|
+
interface ICardDataController {
|
|
779
|
+
/**
|
|
780
|
+
* Get value of the field
|
|
781
|
+
*/
|
|
782
|
+
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
783
|
+
/**
|
|
784
|
+
* Gets card digest.
|
|
785
|
+
*/
|
|
786
|
+
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
787
|
+
/**
|
|
788
|
+
* Gets card digest without showing error if something goes wrong
|
|
789
|
+
*/
|
|
790
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
791
|
+
}
|
|
792
|
+
class CardDataController extends BaseController implements ICardDataController {
|
|
793
|
+
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
794
|
+
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
795
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
export declare type $CardDataController = {
|
|
799
|
+
cardDataController: GenControllers.ICardDataController;
|
|
800
|
+
};
|
|
801
|
+
export declare const $CardDataController: string | ((model?: $CardDataController) => GenControllers.ICardDataController);
|
|
802
|
+
export declare namespace GenControllers {
|
|
803
|
+
/**
|
|
804
|
+
* Defines card lock controller
|
|
805
|
+
*/
|
|
806
|
+
interface IDisableCardController {
|
|
807
|
+
/**
|
|
808
|
+
* /api/LayoutCard/DisableCard
|
|
809
|
+
*/
|
|
810
|
+
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
811
|
+
/**
|
|
812
|
+
* /api/LayoutCard/EnableCard
|
|
813
|
+
*/
|
|
814
|
+
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
815
|
+
/**
|
|
816
|
+
* /api/LayoutCard/RemoveAllCardLocks
|
|
817
|
+
*/
|
|
818
|
+
removeAllCardLocks(options?: RequestOptions): Promise<void>;
|
|
819
|
+
}
|
|
820
|
+
class DisableCardController extends BaseController implements IDisableCardController {
|
|
821
|
+
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
822
|
+
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
823
|
+
removeAllCardLocks(options?: RequestOptions): Promise<void>;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
export declare type $DisableCardController = {
|
|
827
|
+
disableCardController: GenControllers.IDisableCardController;
|
|
828
|
+
};
|
|
829
|
+
export declare const $DisableCardController: string | ((model?: $DisableCardController) => GenControllers.IDisableCardController);
|
|
830
|
+
export declare namespace GenControllers {
|
|
831
|
+
/**
|
|
832
|
+
* Department controller
|
|
833
|
+
*/
|
|
834
|
+
interface IDepartmentController {
|
|
835
|
+
/**
|
|
836
|
+
* Get staff department by id.
|
|
837
|
+
*
|
|
838
|
+
* @param departmentId Department's identifier
|
|
839
|
+
*/
|
|
840
|
+
getStaffDepartment(departmentId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
841
|
+
/**
|
|
842
|
+
* Get partner department by id.
|
|
843
|
+
*
|
|
844
|
+
* @param departmentId Department's identifier
|
|
845
|
+
*/
|
|
846
|
+
getPartnerDepartment(departmentId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
847
|
+
/**
|
|
848
|
+
* Get departments by list of ids.
|
|
849
|
+
*
|
|
850
|
+
* @param departments Collection of staff departments
|
|
851
|
+
*/
|
|
852
|
+
getStaffDepartments(departments: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
853
|
+
/**
|
|
854
|
+
* Get departments by list of ids.
|
|
855
|
+
*
|
|
856
|
+
* @param departments Collection of partner departments
|
|
857
|
+
*/
|
|
858
|
+
getPartnerDepartments(departments: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
859
|
+
/**
|
|
860
|
+
* /api/Department/MarkPartnersCompanyTypeAsDepartment?partnerCompanyId=GUID
|
|
861
|
+
*/
|
|
862
|
+
markPartnersCompanyTypeAsDepartment(partnerCompanyId: string, options?: RequestOptions): Promise<void>;
|
|
863
|
+
/**
|
|
864
|
+
* /api/Department/MarkStaffCompanyTypeAsDepartment?staffCompanyId=GUID
|
|
865
|
+
*/
|
|
866
|
+
markStaffCompanyTypeAsDepartment(staffCompanyId: string, options?: RequestOptions): Promise<void>;
|
|
867
|
+
/**
|
|
868
|
+
* Returns parent departments
|
|
869
|
+
*/
|
|
870
|
+
getParentDepartments(departmentId: string, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
871
|
+
/**
|
|
872
|
+
* Returns staff employee's department
|
|
873
|
+
*
|
|
874
|
+
* @param employeeId
|
|
875
|
+
*/
|
|
876
|
+
getStaffEmployeeDepartment(employeeId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
877
|
+
}
|
|
878
|
+
class DepartmentController extends BaseController implements IDepartmentController {
|
|
879
|
+
getStaffDepartment(departmentId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
880
|
+
getPartnerDepartment(departmentId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
881
|
+
getStaffDepartments(departments: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
882
|
+
getPartnerDepartments(departments: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
883
|
+
markPartnersCompanyTypeAsDepartment(partnerCompanyId: string, options?: RequestOptions): Promise<void>;
|
|
884
|
+
markStaffCompanyTypeAsDepartment(staffCompanyId: string, options?: RequestOptions): Promise<void>;
|
|
885
|
+
getParentDepartments(departmentId: string, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
886
|
+
getStaffEmployeeDepartment(employeeId: string, options?: RequestOptions): Promise<GenModels.DepartmentModel>;
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
export declare type $DepartmentController = {
|
|
890
|
+
departmentController: GenControllers.IDepartmentController;
|
|
891
|
+
};
|
|
892
|
+
export declare const $DepartmentController: string | ((model?: $DepartmentController) => GenControllers.IDepartmentController);
|
|
893
|
+
export declare namespace GenControllers {
|
|
894
|
+
/**
|
|
895
|
+
* Directory designer row controller
|
|
896
|
+
*/
|
|
897
|
+
interface IDirectoryDesignerRowController {
|
|
898
|
+
/**
|
|
899
|
+
* Get directory designer row by id
|
|
900
|
+
*
|
|
901
|
+
* @param rowId Directory designer row identifier
|
|
902
|
+
*/
|
|
903
|
+
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
904
|
+
/**
|
|
905
|
+
* Get directory designer row by id
|
|
906
|
+
*
|
|
907
|
+
* @param nodeId Directory designer row identifier
|
|
908
|
+
*/
|
|
909
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
910
|
+
/**
|
|
911
|
+
* Get directory designer rows by list of ids.
|
|
912
|
+
*
|
|
913
|
+
* @param rows
|
|
914
|
+
*
|
|
915
|
+
* @returns Collection of directory designer rows
|
|
916
|
+
*/
|
|
917
|
+
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
918
|
+
/**
|
|
919
|
+
* Find items / item types by name
|
|
920
|
+
*/
|
|
921
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
922
|
+
}
|
|
923
|
+
class DirectoryDesignerRowController extends BaseController implements IDirectoryDesignerRowController {
|
|
924
|
+
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
925
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
926
|
+
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
927
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
export declare type $DirectoryDesignerRowController = {
|
|
931
|
+
directoryDesignerRowController: GenControllers.IDirectoryDesignerRowController;
|
|
932
|
+
};
|
|
933
|
+
export declare const $DirectoryDesignerRowController: string | ((model?: $DirectoryDesignerRowController) => GenControllers.IDirectoryDesignerRowController);
|
|
934
|
+
export declare namespace GenControllers {
|
|
935
|
+
/**
|
|
936
|
+
* Employee controller
|
|
937
|
+
*/
|
|
938
|
+
interface IEmployeeController {
|
|
939
|
+
/**
|
|
940
|
+
* Get staff employee by id
|
|
941
|
+
*
|
|
942
|
+
* @param employeeId Employee identifier
|
|
943
|
+
*
|
|
944
|
+
* @returns Staff employee
|
|
945
|
+
*/
|
|
946
|
+
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
947
|
+
/**
|
|
948
|
+
* Get staff employee by id with extra status information
|
|
949
|
+
*
|
|
950
|
+
* @param employeeId Employee identifier
|
|
951
|
+
*
|
|
952
|
+
* @returns Staff employee
|
|
953
|
+
*/
|
|
954
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
955
|
+
/**
|
|
956
|
+
* Get employees by list of ids.
|
|
957
|
+
*
|
|
958
|
+
* @param employees
|
|
959
|
+
*
|
|
960
|
+
* @returns Collection of employees
|
|
961
|
+
*/
|
|
962
|
+
getEmployees(employees: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
963
|
+
}
|
|
964
|
+
class EmployeeController extends BaseController implements IEmployeeController {
|
|
965
|
+
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
966
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
967
|
+
getEmployees(employees: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
export declare type $EmployeeController = {
|
|
971
|
+
employeeController: GenControllers.IEmployeeController;
|
|
972
|
+
};
|
|
973
|
+
export declare const $EmployeeController: string | ((model?: $EmployeeController) => GenControllers.IEmployeeController);
|
|
974
|
+
export declare namespace GenControllers {
|
|
975
|
+
/**
|
|
976
|
+
* Business calendar controller
|
|
977
|
+
*/
|
|
978
|
+
interface IBusinessCalendarController {
|
|
979
|
+
/**
|
|
980
|
+
* Get work-time settings
|
|
981
|
+
*
|
|
982
|
+
* @param requestModel Request model
|
|
983
|
+
*/
|
|
984
|
+
getWorkTimeSettings(requestModel: GenModels.CalendarRequestModel, options?: RequestOptions): Promise<Array<GenModels.CalendarYearSettings>>;
|
|
985
|
+
/**
|
|
986
|
+
* Get duration
|
|
987
|
+
*
|
|
988
|
+
* @param requestModel Request model
|
|
989
|
+
*/
|
|
990
|
+
getDuration(requestModel: GenModels.CalendarDurationRequestModel, options?: RequestOptions): Promise<number>;
|
|
991
|
+
/**
|
|
992
|
+
* Get start date
|
|
993
|
+
*
|
|
994
|
+
* @param requestModel Request model
|
|
995
|
+
*/
|
|
996
|
+
getStartDate(requestModel: GenModels.CalendarStartDateRequestModel, options?: RequestOptions): Promise<string>;
|
|
997
|
+
/**
|
|
998
|
+
* Get end date
|
|
999
|
+
*
|
|
1000
|
+
* @param requestModel Request model
|
|
1001
|
+
*/
|
|
1002
|
+
getEndDate(requestModel: GenModels.CalendarEndDateRequestModel, options?: RequestOptions): Promise<string>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Calculate start/end dates of task group intervals, based on the specified durations.
|
|
1005
|
+
*
|
|
1006
|
+
* @param requestModel Request model
|
|
1007
|
+
*/
|
|
1008
|
+
calculateIntervalsDates(requestModel: GenModels.IntervalsCalculationRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskGroupInterval>>;
|
|
1009
|
+
}
|
|
1010
|
+
class BusinessCalendarController extends BaseController implements IBusinessCalendarController {
|
|
1011
|
+
getWorkTimeSettings(requestModel: GenModels.CalendarRequestModel, options?: RequestOptions): Promise<Array<GenModels.CalendarYearSettings>>;
|
|
1012
|
+
getDuration(requestModel: GenModels.CalendarDurationRequestModel, options?: RequestOptions): Promise<number>;
|
|
1013
|
+
getStartDate(requestModel: GenModels.CalendarStartDateRequestModel, options?: RequestOptions): Promise<string>;
|
|
1014
|
+
getEndDate(requestModel: GenModels.CalendarEndDateRequestModel, options?: RequestOptions): Promise<string>;
|
|
1015
|
+
calculateIntervalsDates(requestModel: GenModels.IntervalsCalculationRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskGroupInterval>>;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
export declare type $BusinessCalendarController = {
|
|
1019
|
+
businessCalendarController: GenControllers.IBusinessCalendarController;
|
|
1020
|
+
};
|
|
1021
|
+
export declare const $BusinessCalendarController: string | ((model?: $BusinessCalendarController) => GenControllers.IBusinessCalendarController);
|
|
1022
|
+
export declare namespace GenControllers {
|
|
1023
|
+
/**
|
|
1024
|
+
* Comments controller
|
|
1025
|
+
*/
|
|
1026
|
+
interface ICommentsController {
|
|
1027
|
+
/**
|
|
1028
|
+
* Get comments
|
|
1029
|
+
*
|
|
1030
|
+
* @param requestModel Request model
|
|
1031
|
+
*/
|
|
1032
|
+
getComments(requestModel: GenModels.CommentsRequestModel, options?: RequestOptions): Promise<GenModels.CommentsModel>;
|
|
1033
|
+
/**
|
|
1034
|
+
* Add comment
|
|
1035
|
+
*
|
|
1036
|
+
* @param requestModel Request model
|
|
1037
|
+
*/
|
|
1038
|
+
addComment(requestModel: GenModels.AddCommentRequestModel, options?: RequestOptions): Promise<void>;
|
|
1039
|
+
/**
|
|
1040
|
+
* Restore comment
|
|
1041
|
+
*
|
|
1042
|
+
* @param requestModel Request model
|
|
1043
|
+
*/
|
|
1044
|
+
restoreComment(requestModel: GenModels.RestoreCommentModel, options?: RequestOptions): Promise<void>;
|
|
1045
|
+
/**
|
|
1046
|
+
* Update comment
|
|
1047
|
+
*
|
|
1048
|
+
* @param requestModel Request model
|
|
1049
|
+
*/
|
|
1050
|
+
updateComment(requestModel: GenModels.UpdateCommentRequestModel, options?: RequestOptions): Promise<void>;
|
|
1051
|
+
/**
|
|
1052
|
+
* Delete comment
|
|
1053
|
+
*
|
|
1054
|
+
* @param requestModel Request model
|
|
1055
|
+
*/
|
|
1056
|
+
deleteComment(requestModel: GenModels.DeleteCommentRequestModel, options?: RequestOptions): Promise<GenModels.RestoreCommentModel>;
|
|
1057
|
+
}
|
|
1058
|
+
class CommentsController extends BaseController implements ICommentsController {
|
|
1059
|
+
getComments(requestModel: GenModels.CommentsRequestModel, options?: RequestOptions): Promise<GenModels.CommentsModel>;
|
|
1060
|
+
addComment(requestModel: GenModels.AddCommentRequestModel, options?: RequestOptions): Promise<void>;
|
|
1061
|
+
restoreComment(requestModel: GenModels.RestoreCommentModel, options?: RequestOptions): Promise<void>;
|
|
1062
|
+
updateComment(requestModel: GenModels.UpdateCommentRequestModel, options?: RequestOptions): Promise<void>;
|
|
1063
|
+
deleteComment(requestModel: GenModels.DeleteCommentRequestModel, options?: RequestOptions): Promise<GenModels.RestoreCommentModel>;
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
export declare type $CommentsController = {
|
|
1067
|
+
commentsController: GenControllers.ICommentsController;
|
|
1068
|
+
};
|
|
1069
|
+
export declare const $CommentsController: string | ((model?: $CommentsController) => GenControllers.ICommentsController);
|
|
1070
|
+
export declare namespace GenControllers {
|
|
1071
|
+
/**
|
|
1072
|
+
* Partner employee controller
|
|
1073
|
+
*/
|
|
1074
|
+
interface IPartnerEmployeeController {
|
|
1075
|
+
/**
|
|
1076
|
+
* Get partner employee by id
|
|
1077
|
+
*
|
|
1078
|
+
* @param employeeId
|
|
1079
|
+
*
|
|
1080
|
+
* @returns Partner employee
|
|
1081
|
+
*/
|
|
1082
|
+
getPartnerEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
1083
|
+
/**
|
|
1084
|
+
* Get employees by list of ids.
|
|
1085
|
+
*
|
|
1086
|
+
* @param employees
|
|
1087
|
+
*
|
|
1088
|
+
* @returns Collection of employees
|
|
1089
|
+
*/
|
|
1090
|
+
getPartnerEmployees(employees: GenModels.CollectionRequestModel, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
1091
|
+
}
|
|
1092
|
+
class PartnerEmployeeController extends BaseController implements IPartnerEmployeeController {
|
|
1093
|
+
getPartnerEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
1094
|
+
getPartnerEmployees(employees: GenModels.CollectionRequestModel, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
export declare type $PartnerEmployeeController = {
|
|
1098
|
+
partnerEmployeeController: GenControllers.IPartnerEmployeeController;
|
|
1099
|
+
};
|
|
1100
|
+
export declare const $PartnerEmployeeController: string | ((model?: $PartnerEmployeeController) => GenControllers.IPartnerEmployeeController);
|
|
1101
|
+
export declare namespace GenControllers {
|
|
1102
|
+
/**
|
|
1103
|
+
* Signature controller
|
|
1104
|
+
*/
|
|
1105
|
+
interface ISignatureController {
|
|
1106
|
+
/**
|
|
1107
|
+
* Gets available signature kind depends on certificate, settings, etc
|
|
1108
|
+
*
|
|
1109
|
+
* @param certEncoded certificate
|
|
1110
|
+
*
|
|
1111
|
+
* @returns JSON representation of {@link GenModels}
|
|
1112
|
+
*/
|
|
1113
|
+
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Gets thumberprints of certificates
|
|
1116
|
+
*/
|
|
1117
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
1118
|
+
/**
|
|
1119
|
+
* Check if document has valid signature
|
|
1120
|
+
*
|
|
1121
|
+
* @param cardId document id
|
|
1122
|
+
*
|
|
1123
|
+
* @returns JSON representation of {@link GenModels}
|
|
1124
|
+
*/
|
|
1125
|
+
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1126
|
+
/**
|
|
1127
|
+
* HTTP: /Signature/AttachSignature
|
|
1128
|
+
*/
|
|
1129
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<GenModels.AttachSignatureResponse>;
|
|
1130
|
+
/**
|
|
1131
|
+
* HTTP: /Signature/GetSignature
|
|
1132
|
+
*/
|
|
1133
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1134
|
+
/**
|
|
1135
|
+
* HTTP: /DocumentCard/GetSignatures
|
|
1136
|
+
*/
|
|
1137
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1138
|
+
/**
|
|
1139
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1140
|
+
*/
|
|
1141
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1142
|
+
/**
|
|
1143
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1144
|
+
*/
|
|
1145
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
1146
|
+
/**
|
|
1147
|
+
* Checks if document can be signed
|
|
1148
|
+
*/
|
|
1149
|
+
canAddSignature(documentId: string, options?: RequestOptions): Promise<boolean>;
|
|
1150
|
+
}
|
|
1151
|
+
class SignatureController extends BaseController implements ISignatureController {
|
|
1152
|
+
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1153
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
1154
|
+
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1155
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<GenModels.AttachSignatureResponse>;
|
|
1156
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1157
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1158
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1159
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
1160
|
+
canAddSignature(documentId: string, options?: RequestOptions): Promise<boolean>;
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
export declare type $SignatureController = {
|
|
1164
|
+
signatureController: GenControllers.ISignatureController;
|
|
1165
|
+
};
|
|
1166
|
+
export declare const $SignatureController: string | ((model?: $SignatureController) => GenControllers.ISignatureController);
|
|
1167
|
+
export declare namespace GenControllers {
|
|
1168
|
+
/**
|
|
1169
|
+
* Application settings controller
|
|
1170
|
+
*/
|
|
1171
|
+
interface IApplicationSettingsController {
|
|
1172
|
+
/**
|
|
1173
|
+
* /Api/System/GetApplicationSettings
|
|
1174
|
+
*/
|
|
1175
|
+
get(options?: RequestOptions): Promise<any>;
|
|
1176
|
+
}
|
|
1177
|
+
class ApplicationSettingsController extends BaseController implements IApplicationSettingsController {
|
|
1178
|
+
get(options?: RequestOptions): Promise<any>;
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
export declare type $ApplicationSettingsController = {
|
|
1182
|
+
applicationSettingsController: GenControllers.IApplicationSettingsController;
|
|
1183
|
+
};
|
|
1184
|
+
export declare const $ApplicationSettingsController: string | ((model?: $ApplicationSettingsController) => GenControllers.IApplicationSettingsController);
|
|
1185
|
+
export declare namespace GenControllers {
|
|
1186
|
+
/**
|
|
1187
|
+
* Defines abstract class for file upload web api controllers
|
|
1188
|
+
*/
|
|
1189
|
+
interface IFileUploadApiControllerBase {
|
|
1190
|
+
}
|
|
1191
|
+
abstract class FileUploadApiControllerBase extends BaseController implements IFileUploadApiControllerBase {
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
export declare type $FileUploadApiControllerBase = {
|
|
1195
|
+
fileUploadApiControllerBase: GenControllers.IFileUploadApiControllerBase;
|
|
1196
|
+
};
|
|
1197
|
+
export declare const $FileUploadApiControllerBase: string | ((model?: $FileUploadApiControllerBase) => GenControllers.IFileUploadApiControllerBase);
|
|
1198
|
+
export declare namespace GenControllers {
|
|
1199
|
+
/**
|
|
1200
|
+
* Defines abstract class for file upload web api controllers
|
|
1201
|
+
*/
|
|
1202
|
+
interface IFileUploadApiController {
|
|
1203
|
+
}
|
|
1204
|
+
abstract class FileUploadApiController extends GenControllers.FileUploadApiControllerBase implements IFileUploadApiController {
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
export declare type $FileUploadApiController = {
|
|
1208
|
+
fileUploadApiController: GenControllers.IFileUploadApiController;
|
|
1209
|
+
};
|
|
1210
|
+
export declare const $FileUploadApiController: string | ((model?: $FileUploadApiController) => GenControllers.IFileUploadApiController);
|
|
1211
|
+
export declare namespace GenControllers {
|
|
1212
|
+
/**
|
|
1213
|
+
* Task card controller
|
|
1214
|
+
*/
|
|
1215
|
+
interface ITaskCardController {
|
|
1216
|
+
/**
|
|
1217
|
+
* /api/TaskCard/GetMergeGroupModels
|
|
1218
|
+
*/
|
|
1219
|
+
getMergeGroupModels(cardId: string, options?: RequestOptions): Promise<Array<GenModels.MergeGroupModel>>;
|
|
1220
|
+
/**
|
|
1221
|
+
* /api/TaskCard/SetMergedFileAsync
|
|
1222
|
+
*/
|
|
1223
|
+
setMergedFileAsync(options?: RequestOptions): Promise<any>;
|
|
1224
|
+
/**
|
|
1225
|
+
* /api/TaskCard/MergeDone
|
|
1226
|
+
*/
|
|
1227
|
+
mergeDone(cardId: string, options?: RequestOptions): Promise<any>;
|
|
1228
|
+
}
|
|
1229
|
+
class TaskCardController extends GenControllers.FileUploadApiController implements ITaskCardController {
|
|
1230
|
+
getMergeGroupModels(cardId: string, options?: RequestOptions): Promise<Array<GenModels.MergeGroupModel>>;
|
|
1231
|
+
setMergedFileAsync(options?: RequestOptions): Promise<any>;
|
|
1232
|
+
mergeDone(cardId: string, options?: RequestOptions): Promise<any>;
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
export declare type $TaskCardController = {
|
|
1236
|
+
taskCardController: GenControllers.ITaskCardController;
|
|
1237
|
+
};
|
|
1238
|
+
export declare const $TaskCardController: string | ((model?: $TaskCardController) => GenControllers.ITaskCardController);
|
|
1239
|
+
export declare namespace GenControllers {
|
|
1240
|
+
/**
|
|
1241
|
+
* Task group controller
|
|
1242
|
+
*/
|
|
1243
|
+
interface ITaskGroupController {
|
|
1244
|
+
/**
|
|
1245
|
+
* Return {@link GenModels} of a parent card for Tasks control placed in TaskGroup card
|
|
1246
|
+
* /api/TaskGroup/GetParentCardTasksDataModel
|
|
1247
|
+
*/
|
|
1248
|
+
getParentCardTasksDataModel(groupTaskId: string, options?: RequestOptions): Promise<GenModels.TasksDataModel>;
|
|
1249
|
+
}
|
|
1250
|
+
class TaskGroupController extends BaseController implements ITaskGroupController {
|
|
1251
|
+
getParentCardTasksDataModel(groupTaskId: string, options?: RequestOptions): Promise<GenModels.TasksDataModel>;
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
export declare type $TaskGroupController = {
|
|
1255
|
+
taskGroupController: GenControllers.ITaskGroupController;
|
|
1256
|
+
};
|
|
1257
|
+
export declare const $TaskGroupController: string | ((model?: $TaskGroupController) => GenControllers.ITaskGroupController);
|
|
1258
|
+
export declare namespace GenControllers {
|
|
1259
|
+
/**
|
|
1260
|
+
* Tasks tree controller
|
|
1261
|
+
*/
|
|
1262
|
+
interface ITasksTreeController {
|
|
1263
|
+
/**
|
|
1264
|
+
* Get tasks tree
|
|
1265
|
+
*
|
|
1266
|
+
* @param requestModel Request model
|
|
1267
|
+
*
|
|
1268
|
+
* @returns Tasks tree
|
|
1269
|
+
*/
|
|
1270
|
+
get(requestModel: GenModels.TasksTreeRequestModel, options?: RequestOptions): Promise<GenModels.TasksTreeModel>;
|
|
1271
|
+
/**
|
|
1272
|
+
* Get tasks tree
|
|
1273
|
+
*
|
|
1274
|
+
* @param requestModel Request model
|
|
1275
|
+
*
|
|
1276
|
+
* @returns Tasks tree
|
|
1277
|
+
*/
|
|
1278
|
+
getTasksTable(requestModel: GenModels.TasksTableLoadOptions, options?: RequestOptions): Promise<GenModels.TasksTableModel>;
|
|
1279
|
+
/**
|
|
1280
|
+
* Get help model for node
|
|
1281
|
+
*
|
|
1282
|
+
* @param requestModel Request model
|
|
1283
|
+
*
|
|
1284
|
+
* @returns Help model for node
|
|
1285
|
+
*/
|
|
1286
|
+
getNodeHelpModel(requestModel: GenModels.TasksTreeNodeHelpRequestModel, options?: RequestOptions): Promise<GenModels.TreeNodeHelpModel>;
|
|
1287
|
+
}
|
|
1288
|
+
class TasksTreeController extends BaseController implements ITasksTreeController {
|
|
1289
|
+
get(requestModel: GenModels.TasksTreeRequestModel, options?: RequestOptions): Promise<GenModels.TasksTreeModel>;
|
|
1290
|
+
getTasksTable(requestModel: GenModels.TasksTableLoadOptions, options?: RequestOptions): Promise<GenModels.TasksTableModel>;
|
|
1291
|
+
getNodeHelpModel(requestModel: GenModels.TasksTreeNodeHelpRequestModel, options?: RequestOptions): Promise<GenModels.TreeNodeHelpModel>;
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
export declare type $TasksTreeController = {
|
|
1295
|
+
tasksTreeController: GenControllers.ITasksTreeController;
|
|
1296
|
+
};
|
|
1297
|
+
export declare const $TasksTreeController: string | ((model?: $TasksTreeController) => GenControllers.ITasksTreeController);
|
|
1298
|
+
export declare namespace GenControllers {
|
|
1299
|
+
/**
|
|
1300
|
+
* Layout partner controller
|
|
1301
|
+
*/
|
|
1302
|
+
interface ILayoutPartnerController {
|
|
1303
|
+
/**
|
|
1304
|
+
* find department by name
|
|
1305
|
+
*
|
|
1306
|
+
* @param query search string
|
|
1307
|
+
*/
|
|
1308
|
+
quickSearch(query: GenModels.PartnerQuickSearchQuery, options?: RequestOptions): Promise<GenModels.PartnerQuickSearchResponse>;
|
|
1309
|
+
/**
|
|
1310
|
+
* find department by name
|
|
1311
|
+
*
|
|
1312
|
+
* @param query search string
|
|
1313
|
+
*/
|
|
1314
|
+
loadTree(query: GenModels.PartnerLoadQuery, options?: RequestOptions): Promise<GenModels.PartnerTreeLoadResponse>;
|
|
1315
|
+
/**
|
|
1316
|
+
* find department by name
|
|
1317
|
+
*
|
|
1318
|
+
* @param query search string
|
|
1319
|
+
*/
|
|
1320
|
+
directorySearch(query: GenModels.PartnerQuickSearchQuery, options?: RequestOptions): Promise<GenModels.PartnerSearchResponse>;
|
|
1321
|
+
}
|
|
1322
|
+
class LayoutPartnerController extends BaseController implements ILayoutPartnerController {
|
|
1323
|
+
quickSearch(query: GenModels.PartnerQuickSearchQuery, options?: RequestOptions): Promise<GenModels.PartnerQuickSearchResponse>;
|
|
1324
|
+
loadTree(query: GenModels.PartnerLoadQuery, options?: RequestOptions): Promise<GenModels.PartnerTreeLoadResponse>;
|
|
1325
|
+
directorySearch(query: GenModels.PartnerQuickSearchQuery, options?: RequestOptions): Promise<GenModels.PartnerSearchResponse>;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
export declare type $LayoutPartnerController = {
|
|
1329
|
+
layoutPartnerController: GenControllers.ILayoutPartnerController;
|
|
1330
|
+
};
|
|
1331
|
+
export declare const $LayoutPartnerController: string | ((model?: $LayoutPartnerController) => GenControllers.ILayoutPartnerController);
|
|
1332
|
+
export declare namespace GenControllers {
|
|
1333
|
+
/**
|
|
1334
|
+
* Controller for user settings of layout
|
|
1335
|
+
*/
|
|
1336
|
+
interface ILayoutUserSettingsController {
|
|
1337
|
+
/**
|
|
1338
|
+
* Get settings for main menu
|
|
1339
|
+
*/
|
|
1340
|
+
getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
|
|
1341
|
+
/**
|
|
1342
|
+
* Save settings for main menu
|
|
1343
|
+
*
|
|
1344
|
+
* @param settings Request model
|
|
1345
|
+
*/
|
|
1346
|
+
saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Get Show Archived Cards setting
|
|
1349
|
+
*/
|
|
1350
|
+
getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
|
|
1351
|
+
/**
|
|
1352
|
+
* Set Show Archived Cards setting
|
|
1353
|
+
*/
|
|
1354
|
+
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1355
|
+
/**
|
|
1356
|
+
* Get Show Help Button setting
|
|
1357
|
+
*/
|
|
1358
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Set Show Help Button setting
|
|
1361
|
+
*/
|
|
1362
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Poll has done
|
|
1365
|
+
*/
|
|
1366
|
+
pollIsDone(url: string, options?: RequestOptions): Promise<string>;
|
|
1367
|
+
/**
|
|
1368
|
+
* Refuse poll
|
|
1369
|
+
*/
|
|
1370
|
+
refusePollSetting(options?: RequestOptions): Promise<string>;
|
|
1371
|
+
/**
|
|
1372
|
+
* Get poll date
|
|
1373
|
+
*/
|
|
1374
|
+
getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
|
|
1375
|
+
/**
|
|
1376
|
+
* Set certificate
|
|
1377
|
+
*/
|
|
1378
|
+
setCertificate(request: GenModels.SetCertificateRequest, options?: RequestOptions): Promise<any>;
|
|
1379
|
+
/**
|
|
1380
|
+
* Get certificate
|
|
1381
|
+
*/
|
|
1382
|
+
getCertificate(options?: RequestOptions): Promise<GenModels.FileCardModel>;
|
|
1383
|
+
}
|
|
1384
|
+
class LayoutUserSettingsController extends BaseController implements ILayoutUserSettingsController {
|
|
1385
|
+
getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
|
|
1386
|
+
saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
|
|
1387
|
+
getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
|
|
1388
|
+
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1389
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1390
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1391
|
+
pollIsDone(url: string, options?: RequestOptions): Promise<string>;
|
|
1392
|
+
refusePollSetting(options?: RequestOptions): Promise<string>;
|
|
1393
|
+
getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
|
|
1394
|
+
setCertificate(request: GenModels.SetCertificateRequest, options?: RequestOptions): Promise<any>;
|
|
1395
|
+
getCertificate(options?: RequestOptions): Promise<GenModels.FileCardModel>;
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
export declare type $LayoutUserSettingsController = {
|
|
1399
|
+
layoutUserSettingsController: GenControllers.ILayoutUserSettingsController;
|
|
1400
|
+
};
|
|
1401
|
+
export declare const $LayoutUserSettingsController: string | ((model?: $LayoutUserSettingsController) => GenControllers.ILayoutUserSettingsController);
|
|
1402
|
+
export declare namespace GenControllers {
|
|
1403
|
+
/**
|
|
1404
|
+
* Pages controller
|
|
1405
|
+
*/
|
|
1406
|
+
interface IPagesController {
|
|
1407
|
+
/**
|
|
1408
|
+
* Get recent cards
|
|
1409
|
+
*
|
|
1410
|
+
* @param requestModel Request model
|
|
1411
|
+
*
|
|
1412
|
+
* @returns Model with list of recent cards
|
|
1413
|
+
*/
|
|
1414
|
+
recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1415
|
+
/**
|
|
1416
|
+
* Get recent cards
|
|
1417
|
+
*
|
|
1418
|
+
* @param request Request model
|
|
1419
|
+
*
|
|
1420
|
+
* @returns Model with list of recent cards
|
|
1421
|
+
*/
|
|
1422
|
+
recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1423
|
+
/**
|
|
1424
|
+
* Get recent cards
|
|
1425
|
+
*/
|
|
1426
|
+
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1427
|
+
/**
|
|
1428
|
+
* Get favorites cards
|
|
1429
|
+
*/
|
|
1430
|
+
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1431
|
+
/**
|
|
1432
|
+
* Get favorites cards
|
|
1433
|
+
*/
|
|
1434
|
+
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1435
|
+
}
|
|
1436
|
+
class PagesController extends BaseController implements IPagesController {
|
|
1437
|
+
recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1438
|
+
recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1439
|
+
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1440
|
+
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1441
|
+
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
export declare type $PagesController = {
|
|
1445
|
+
pagesController: GenControllers.IPagesController;
|
|
1446
|
+
};
|
|
1447
|
+
export declare const $PagesController: string | ((model?: $PagesController) => GenControllers.IPagesController);
|
|
1448
|
+
export declare namespace GenControllers {
|
|
1449
|
+
/**
|
|
1450
|
+
* Grid controller
|
|
1451
|
+
*/
|
|
1452
|
+
interface IGridController {
|
|
1453
|
+
/**
|
|
1454
|
+
* Get card list
|
|
1455
|
+
*
|
|
1456
|
+
* TODO: make http get
|
|
1457
|
+
*
|
|
1458
|
+
* @param requestModel Request model
|
|
1459
|
+
*/
|
|
1460
|
+
getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1461
|
+
/**
|
|
1462
|
+
* Get View List
|
|
1463
|
+
*/
|
|
1464
|
+
getViewList(folderInfo: GenModels.FolderIdentityModel, options?: RequestOptions): Promise<GenModels.FolderViewInfosModel>;
|
|
1465
|
+
/**
|
|
1466
|
+
* Get Grid User Settings Data
|
|
1467
|
+
*/
|
|
1468
|
+
getGridUserSettingsData(folderId: string, viewId: string, options?: RequestOptions): Promise<GenModels.GridUserSettingsData>;
|
|
1469
|
+
/**
|
|
1470
|
+
* Get Ordered Columns
|
|
1471
|
+
*/
|
|
1472
|
+
getColumns(viewId: string, options?: RequestOptions): Promise<Array<GenModels.ViewColumnModel>>;
|
|
1473
|
+
/**
|
|
1474
|
+
* Get grid filter layout model
|
|
1475
|
+
*
|
|
1476
|
+
* @param requestModel Request model
|
|
1477
|
+
*/
|
|
1478
|
+
getFilter(requestModel: GenModels.GridFilterRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1479
|
+
/**
|
|
1480
|
+
* Get grid data
|
|
1481
|
+
*
|
|
1482
|
+
* @param requestModel Request model
|
|
1483
|
+
*
|
|
1484
|
+
* @returns Grid data
|
|
1485
|
+
*/
|
|
1486
|
+
getGridData(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1487
|
+
/**
|
|
1488
|
+
* Get grid data
|
|
1489
|
+
*
|
|
1490
|
+
* @param requestModel Request model
|
|
1491
|
+
*
|
|
1492
|
+
* @returns Grid data
|
|
1493
|
+
*/
|
|
1494
|
+
getGridDataEx(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModelEx>;
|
|
1495
|
+
/**
|
|
1496
|
+
* Get grid data silently
|
|
1497
|
+
*
|
|
1498
|
+
* @param requestModel Request model
|
|
1499
|
+
*
|
|
1500
|
+
* @returns Grid data
|
|
1501
|
+
*/
|
|
1502
|
+
getGridDataSilent(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1503
|
+
/**
|
|
1504
|
+
* Saves grid user settings data
|
|
1505
|
+
*
|
|
1506
|
+
* @param requestModel Request model
|
|
1507
|
+
*
|
|
1508
|
+
* @returns Returns CommonResponse
|
|
1509
|
+
*/
|
|
1510
|
+
saveGridUserSettingsData(requestModel: GenModels.SaveGridUserSettingsDataRequestModel, options?: RequestOptions): Promise<void>;
|
|
1511
|
+
/**
|
|
1512
|
+
* Saves grid user settings data
|
|
1513
|
+
*
|
|
1514
|
+
* @param requestModel Request model
|
|
1515
|
+
*
|
|
1516
|
+
* @returns Returns CommonResponse
|
|
1517
|
+
*/
|
|
1518
|
+
saveGridUserSettingsFolderData(requestModel: GenModels.SaveGridUserSettingsFolderDataRequestModel, options?: RequestOptions): Promise<void>;
|
|
1519
|
+
/**
|
|
1520
|
+
* Seat all cards read status
|
|
1521
|
+
*
|
|
1522
|
+
* @param saveAllCardsReadStatusModel Request model
|
|
1523
|
+
*/
|
|
1524
|
+
setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
|
|
1525
|
+
/**
|
|
1526
|
+
* Get list of {@link GenModels} for usage in grouping
|
|
1527
|
+
*/
|
|
1528
|
+
getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1529
|
+
/**
|
|
1530
|
+
* Get list of {@link GenModels} for usage in filtration
|
|
1531
|
+
*/
|
|
1532
|
+
getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1533
|
+
/**
|
|
1534
|
+
* load all pages
|
|
1535
|
+
*/
|
|
1536
|
+
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1537
|
+
/**
|
|
1538
|
+
* Get grid aggregates model
|
|
1539
|
+
*/
|
|
1540
|
+
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1541
|
+
/**
|
|
1542
|
+
* @param diagramRequestModel
|
|
1543
|
+
*/
|
|
1544
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1545
|
+
/**
|
|
1546
|
+
* Force unread counter recalculation.
|
|
1547
|
+
*
|
|
1548
|
+
* @param requestModel
|
|
1549
|
+
*/
|
|
1550
|
+
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Force unread counter recalculation.
|
|
1553
|
+
*
|
|
1554
|
+
* @param requestModel
|
|
1555
|
+
*/
|
|
1556
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1557
|
+
}
|
|
1558
|
+
class GridController extends BaseController implements IGridController {
|
|
1559
|
+
getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1560
|
+
getViewList(folderInfo: GenModels.FolderIdentityModel, options?: RequestOptions): Promise<GenModels.FolderViewInfosModel>;
|
|
1561
|
+
getGridUserSettingsData(folderId: string, viewId: string, options?: RequestOptions): Promise<GenModels.GridUserSettingsData>;
|
|
1562
|
+
getColumns(viewId: string, options?: RequestOptions): Promise<Array<GenModels.ViewColumnModel>>;
|
|
1563
|
+
getFilter(requestModel: GenModels.GridFilterRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1564
|
+
getGridData(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1565
|
+
getGridDataEx(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModelEx>;
|
|
1566
|
+
getGridDataSilent(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1567
|
+
saveGridUserSettingsData(requestModel: GenModels.SaveGridUserSettingsDataRequestModel, options?: RequestOptions): Promise<void>;
|
|
1568
|
+
saveGridUserSettingsFolderData(requestModel: GenModels.SaveGridUserSettingsFolderDataRequestModel, options?: RequestOptions): Promise<void>;
|
|
1569
|
+
setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
|
|
1570
|
+
getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1571
|
+
getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1572
|
+
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1573
|
+
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1574
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1575
|
+
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1576
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
export declare type $GridController = {
|
|
1580
|
+
gridController: GenControllers.IGridController;
|
|
1581
|
+
};
|
|
1582
|
+
export declare const $GridController: string | ((model?: $GridController) => GenControllers.IGridController);
|
|
1583
|
+
export declare namespace GenControllers {
|
|
1584
|
+
/**
|
|
1585
|
+
* Layout controller
|
|
1586
|
+
*/
|
|
1587
|
+
interface ILayoutController {
|
|
1588
|
+
/**
|
|
1589
|
+
* Get layout
|
|
1590
|
+
*
|
|
1591
|
+
* @param locationName Position name
|
|
1592
|
+
* @param cardId Card id
|
|
1593
|
+
*
|
|
1594
|
+
* @returns Layout model
|
|
1595
|
+
*/
|
|
1596
|
+
get(locationName: string, cardId?: string, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Get layout
|
|
1599
|
+
*/
|
|
1600
|
+
getWithParams(request: GenModels.GetRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1601
|
+
/**
|
|
1602
|
+
* Get specified control info from whole layout
|
|
1603
|
+
*
|
|
1604
|
+
* @param locationName Position name
|
|
1605
|
+
* @param controlName Control name
|
|
1606
|
+
* @param cardId Card id
|
|
1607
|
+
*
|
|
1608
|
+
* @returns Layout model with control info
|
|
1609
|
+
*/
|
|
1610
|
+
getPart(locationName: string, controlName: string, cardId?: string, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1611
|
+
/**
|
|
1612
|
+
* Get specified control info from whole layout
|
|
1613
|
+
*
|
|
1614
|
+
* @returns Layout model with control info
|
|
1615
|
+
*/
|
|
1616
|
+
getPartWithParams(request: GenModels.GetPartRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1617
|
+
/**
|
|
1618
|
+
* Get specified control info from whole layout
|
|
1619
|
+
*
|
|
1620
|
+
* @returns Layout model with control info
|
|
1621
|
+
*/
|
|
1622
|
+
getPartWithParamsEx(request: GenModels.GetPartRequestModelEx, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1623
|
+
/**
|
|
1624
|
+
* Gets root layout
|
|
1625
|
+
*/
|
|
1626
|
+
getRootLayout(location: string, cacheVary?: string, options?: RequestOptions): Promise<any>;
|
|
1627
|
+
/**
|
|
1628
|
+
* HTTP: /Layout/Save
|
|
1629
|
+
*/
|
|
1630
|
+
save(model: GenModels.SaveRequestModel, options?: RequestOptions): Promise<void>;
|
|
1631
|
+
}
|
|
1632
|
+
class LayoutController extends BaseController implements ILayoutController {
|
|
1633
|
+
get(locationName: string, cardId?: string, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1634
|
+
getWithParams(request: GenModels.GetRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1635
|
+
getPart(locationName: string, controlName: string, cardId?: string, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1636
|
+
getPartWithParams(request: GenModels.GetPartRequestModel, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1637
|
+
getPartWithParamsEx(request: GenModels.GetPartRequestModelEx, options?: RequestOptions): Promise<GenModels.LayoutViewModel>;
|
|
1638
|
+
getRootLayout(location: string, cacheVary?: string, options?: RequestOptions): Promise<any>;
|
|
1639
|
+
save(model: GenModels.SaveRequestModel, options?: RequestOptions): Promise<void>;
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
export declare type $LayoutController = {
|
|
1643
|
+
layoutController: GenControllers.ILayoutController;
|
|
1644
|
+
};
|
|
1645
|
+
export declare const $LayoutController: string | ((model?: $LayoutController) => GenControllers.ILayoutController);
|
|
1646
|
+
export declare namespace GenControllers {
|
|
1647
|
+
/**
|
|
1648
|
+
* Layout history controller
|
|
1649
|
+
*/
|
|
1650
|
+
interface ILayoutHistoryController {
|
|
1651
|
+
/**
|
|
1652
|
+
* Get history records
|
|
1653
|
+
*
|
|
1654
|
+
* @param query search string
|
|
1655
|
+
*/
|
|
1656
|
+
getHistoryRecords(query: GenModels.HistorySearchQuery, options?: RequestOptions): Promise<GenModels.HistorySearchResult>;
|
|
1657
|
+
}
|
|
1658
|
+
class LayoutHistoryController extends BaseController implements ILayoutHistoryController {
|
|
1659
|
+
getHistoryRecords(query: GenModels.HistorySearchQuery, options?: RequestOptions): Promise<GenModels.HistorySearchResult>;
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
export declare type $LayoutHistoryController = {
|
|
1663
|
+
layoutHistoryController: GenControllers.ILayoutHistoryController;
|
|
1664
|
+
};
|
|
1665
|
+
export declare const $LayoutHistoryController: string | ((model?: $LayoutHistoryController) => GenControllers.ILayoutHistoryController);
|
|
1666
|
+
export declare namespace GenControllers {
|
|
1667
|
+
/**
|
|
1668
|
+
* CardOperations controller
|
|
1669
|
+
*/
|
|
1670
|
+
interface ICardOperationsController {
|
|
1671
|
+
/**
|
|
1672
|
+
* HTTP: CardOperations/CheckOperationAvailable
|
|
1673
|
+
*
|
|
1674
|
+
* @param cardId card id
|
|
1675
|
+
* @param builtInOperationId builtIn operation id
|
|
1676
|
+
*
|
|
1677
|
+
* @returns Boolean
|
|
1678
|
+
*/
|
|
1679
|
+
checkOperationAvailable(cardId: string, builtInOperationId: string, options?: RequestOptions): Promise<boolean>;
|
|
1680
|
+
}
|
|
1681
|
+
class CardOperationsController extends BaseController implements ICardOperationsController {
|
|
1682
|
+
checkOperationAvailable(cardId: string, builtInOperationId: string, options?: RequestOptions): Promise<boolean>;
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
export declare type $CardOperationsController = {
|
|
1686
|
+
cardOperationsController: GenControllers.ICardOperationsController;
|
|
1687
|
+
};
|
|
1688
|
+
export declare const $CardOperationsController: string | ((model?: $CardOperationsController) => GenControllers.ICardOperationsController);
|
|
1689
|
+
export declare namespace GenControllers {
|
|
1690
|
+
/**
|
|
1691
|
+
* Download files batch operation controller
|
|
1692
|
+
*/
|
|
1693
|
+
interface IDownloadFilesBatchOperationController {
|
|
1694
|
+
/**
|
|
1695
|
+
* GET: /IsHasFileCertificateSignature/
|
|
1696
|
+
*
|
|
1697
|
+
* @param documentId Document ID
|
|
1698
|
+
*
|
|
1699
|
+
* @returns Is the document has a certificate signature
|
|
1700
|
+
*/
|
|
1701
|
+
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1702
|
+
/**
|
|
1703
|
+
* GET: /DownloadFilesBatchOperation/
|
|
1704
|
+
*
|
|
1705
|
+
* @param documentId Document ID
|
|
1706
|
+
* @param includeMainFiles Include main files to list?
|
|
1707
|
+
* @param includeAdditionalFiles Include additional files to list?
|
|
1708
|
+
*/
|
|
1709
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1710
|
+
/**
|
|
1711
|
+
* GET: /GetZipFiles/
|
|
1712
|
+
*
|
|
1713
|
+
* @param cardId
|
|
1714
|
+
* @param includeAdditionalFiles
|
|
1715
|
+
* @param includeMainFiles
|
|
1716
|
+
*/
|
|
1717
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1718
|
+
/**
|
|
1719
|
+
* GET: /GetZipFiles/
|
|
1720
|
+
*
|
|
1721
|
+
* @param cardIds
|
|
1722
|
+
* @param includeAdditionalFiles
|
|
1723
|
+
* @param includeMainFiles
|
|
1724
|
+
*/
|
|
1725
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1726
|
+
}
|
|
1727
|
+
class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
|
|
1728
|
+
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1729
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1730
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1731
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
export declare type $DownloadFilesBatchOperationController = {
|
|
1735
|
+
downloadFilesBatchOperationController: GenControllers.IDownloadFilesBatchOperationController;
|
|
1736
|
+
};
|
|
1737
|
+
export declare const $DownloadFilesBatchOperationController: string | ((model?: $DownloadFilesBatchOperationController) => GenControllers.IDownloadFilesBatchOperationController);
|
|
1738
|
+
export declare namespace GenControllers {
|
|
1739
|
+
/**
|
|
1740
|
+
* Layout card controller
|
|
1741
|
+
*/
|
|
1742
|
+
interface IBaseCardController {
|
|
1743
|
+
/**
|
|
1744
|
+
* HTTP: /Card/SetWasRead
|
|
1745
|
+
*/
|
|
1746
|
+
setWasRead(request: GenModels.WasReadRequest, options?: RequestOptions): Promise<string>;
|
|
1747
|
+
}
|
|
1748
|
+
class BaseCardController extends BaseController implements IBaseCardController {
|
|
1749
|
+
setWasRead(request: GenModels.WasReadRequest, options?: RequestOptions): Promise<string>;
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
export declare type $BaseCardController = {
|
|
1753
|
+
baseCardController: GenControllers.IBaseCardController;
|
|
1754
|
+
};
|
|
1755
|
+
export declare const $BaseCardController: string | ((model?: $BaseCardController) => GenControllers.IBaseCardController);
|
|
1756
|
+
export declare namespace GenControllers {
|
|
1757
|
+
/**
|
|
1758
|
+
* Layout file controller
|
|
1759
|
+
*/
|
|
1760
|
+
interface IFilePickerController {
|
|
1761
|
+
/**
|
|
1762
|
+
* POST: /FilePicker/AddFiles
|
|
1763
|
+
*/
|
|
1764
|
+
createFile(options?: RequestOptions): Promise<any>;
|
|
1765
|
+
/**
|
|
1766
|
+
* POST: /FilePicker/AddFileVersion
|
|
1767
|
+
*/
|
|
1768
|
+
addFileVersion(options?: RequestOptions): Promise<any>;
|
|
1769
|
+
/**
|
|
1770
|
+
* POST: /FilePicker/ReplaceFile
|
|
1771
|
+
*/
|
|
1772
|
+
replaceFile(options?: RequestOptions): Promise<any>;
|
|
1773
|
+
/**
|
|
1774
|
+
* POST: /FilePicker/GetFile
|
|
1775
|
+
*/
|
|
1776
|
+
getFile(request: GenModels.FilePickerGetFileRequestModel, options?: RequestOptions): Promise<GenModels.FileCardModel>;
|
|
1777
|
+
/**
|
|
1778
|
+
* POST: /FilePicker/GetFile
|
|
1779
|
+
*/
|
|
1780
|
+
prepareFileDownload(request: GenModels.FilePickerRequestModel, options?: RequestOptions): Promise<void>;
|
|
1781
|
+
}
|
|
1782
|
+
class FilePickerController extends GenControllers.FileUploadApiControllerBase implements IFilePickerController {
|
|
1783
|
+
createFile(options?: RequestOptions): Promise<any>;
|
|
1784
|
+
addFileVersion(options?: RequestOptions): Promise<any>;
|
|
1785
|
+
replaceFile(options?: RequestOptions): Promise<any>;
|
|
1786
|
+
getFile(request: GenModels.FilePickerGetFileRequestModel, options?: RequestOptions): Promise<GenModels.FileCardModel>;
|
|
1787
|
+
prepareFileDownload(request: GenModels.FilePickerRequestModel, options?: RequestOptions): Promise<void>;
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
export declare type $FilePickerController = {
|
|
1791
|
+
filePickerController: GenControllers.IFilePickerController;
|
|
1792
|
+
};
|
|
1793
|
+
export declare const $FilePickerController: string | ((model?: $FilePickerController) => GenControllers.IFilePickerController);
|
|
1794
|
+
export declare namespace GenControllers {
|
|
1795
|
+
/**
|
|
1796
|
+
* Layout row controller
|
|
1797
|
+
*/
|
|
1798
|
+
interface ILayoutRowController {
|
|
1799
|
+
/**
|
|
1800
|
+
* HTTP: /LayoutRow/NewRow
|
|
1801
|
+
*/
|
|
1802
|
+
newRow(createParams: GenModels.LayoutRowCreateParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1803
|
+
/**
|
|
1804
|
+
* HTTP: /LayoutRow/View
|
|
1805
|
+
*/
|
|
1806
|
+
view(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1807
|
+
/**
|
|
1808
|
+
* HTTP: /LayoutRow/Edit
|
|
1809
|
+
*/
|
|
1810
|
+
edit(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1811
|
+
/**
|
|
1812
|
+
* HTTP: /LayoutRow/Delete
|
|
1813
|
+
*/
|
|
1814
|
+
delete(row: GenModels.DeleteRowModel, options?: RequestOptions): Promise<void>;
|
|
1815
|
+
/**
|
|
1816
|
+
* HTTP: /LayoutRow/Exist
|
|
1817
|
+
*/
|
|
1818
|
+
exist(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<boolean>;
|
|
1819
|
+
/**
|
|
1820
|
+
* Gets layout part
|
|
1821
|
+
*/
|
|
1822
|
+
getLayoutPart(layoutPartParams: GenModels.RowLayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
1823
|
+
/**
|
|
1824
|
+
* HTTP: /LayoutRow/Save
|
|
1825
|
+
*/
|
|
1826
|
+
save(model: GenModels.SaveRowControlDataModel, options?: RequestOptions): Promise<void>;
|
|
1827
|
+
/**
|
|
1828
|
+
* HTTP: /LayoutRow/CheckModifiedAndLocked
|
|
1829
|
+
*/
|
|
1830
|
+
checkModifiedAndLocked(cardId: string, sectionId: string, rowId: string, timestamp: number, options?: RequestOptions): Promise<void>;
|
|
1831
|
+
/**
|
|
1832
|
+
* HTTP: /LayoutRow/CheckAccess
|
|
1833
|
+
*/
|
|
1834
|
+
checkAccess(cardId: string, sectionId: string, rowId: string, options?: RequestOptions): Promise<boolean>;
|
|
1835
|
+
}
|
|
1836
|
+
class LayoutRowController extends BaseController implements ILayoutRowController {
|
|
1837
|
+
newRow(createParams: GenModels.LayoutRowCreateParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1838
|
+
view(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1839
|
+
edit(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1840
|
+
delete(row: GenModels.DeleteRowModel, options?: RequestOptions): Promise<void>;
|
|
1841
|
+
exist(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<boolean>;
|
|
1842
|
+
getLayoutPart(layoutPartParams: GenModels.RowLayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
1843
|
+
save(model: GenModels.SaveRowControlDataModel, options?: RequestOptions): Promise<void>;
|
|
1844
|
+
checkModifiedAndLocked(cardId: string, sectionId: string, rowId: string, timestamp: number, options?: RequestOptions): Promise<void>;
|
|
1845
|
+
checkAccess(cardId: string, sectionId: string, rowId: string, options?: RequestOptions): Promise<boolean>;
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
export declare type $LayoutRowController = {
|
|
1849
|
+
layoutRowController: GenControllers.ILayoutRowController;
|
|
1850
|
+
};
|
|
1851
|
+
export declare const $LayoutRowController: string | ((model?: $LayoutRowController) => GenControllers.ILayoutRowController);
|
|
1852
|
+
export declare namespace GenControllers {
|
|
1853
|
+
/**
|
|
1854
|
+
* Layout card kind controller
|
|
1855
|
+
*/
|
|
1856
|
+
interface ILayoutCardKindController {
|
|
1857
|
+
/**
|
|
1858
|
+
* Load kinds tree
|
|
1859
|
+
*/
|
|
1860
|
+
loadTree(options?: RequestOptions): Promise<Array<GenModels.CardKindInfoModel>>;
|
|
1861
|
+
}
|
|
1862
|
+
class LayoutCardKindController extends BaseController implements ILayoutCardKindController {
|
|
1863
|
+
loadTree(options?: RequestOptions): Promise<Array<GenModels.CardKindInfoModel>>;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
export declare type $LayoutCardKindController = {
|
|
1867
|
+
layoutCardKindController: GenControllers.ILayoutCardKindController;
|
|
1868
|
+
};
|
|
1869
|
+
export declare const $LayoutCardKindController: string | ((model?: $LayoutCardKindController) => GenControllers.ILayoutCardKindController);
|
|
1870
|
+
export declare namespace GenControllers {
|
|
1871
|
+
/**
|
|
1872
|
+
* Processing JavaScript errors, warnings and information messages and writing them to server logs.
|
|
1873
|
+
*/
|
|
1874
|
+
interface IClientLogController {
|
|
1875
|
+
/**
|
|
1876
|
+
* Add message to server log.
|
|
1877
|
+
*/
|
|
1878
|
+
logMessage(message: GenModels.ClientLogMessage, options?: RequestOptions): Promise<void>;
|
|
1879
|
+
}
|
|
1880
|
+
class ClientLogController extends BaseController implements IClientLogController {
|
|
1881
|
+
logMessage(message: GenModels.ClientLogMessage, options?: RequestOptions): Promise<void>;
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
export declare type $ClientLogController = {
|
|
1885
|
+
clientLogController: GenControllers.IClientLogController;
|
|
1886
|
+
};
|
|
1887
|
+
export declare const $ClientLogController: string | ((model?: $ClientLogController) => GenControllers.IClientLogController);
|
|
1888
|
+
export declare namespace GenControllers {
|
|
1889
|
+
/**
|
|
1890
|
+
* Card types controller
|
|
1891
|
+
*/
|
|
1892
|
+
interface ICardTypesController {
|
|
1893
|
+
/**
|
|
1894
|
+
* Gets card types
|
|
1895
|
+
*/
|
|
1896
|
+
get(options?: RequestOptions): Promise<any>;
|
|
1897
|
+
}
|
|
1898
|
+
class CardTypesController extends BaseController implements ICardTypesController {
|
|
1899
|
+
get(options?: RequestOptions): Promise<any>;
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
export declare type $CardTypesController = {
|
|
1903
|
+
cardTypesController: GenControllers.ICardTypesController;
|
|
1904
|
+
};
|
|
1905
|
+
export declare const $CardTypesController: string | ((model?: $CardTypesController) => GenControllers.ICardTypesController);
|
|
1906
|
+
export declare namespace GenControllers {
|
|
1907
|
+
/**
|
|
1908
|
+
* Layout controller for staff directory
|
|
1909
|
+
*/
|
|
1910
|
+
interface IStaffDirectoryItemsController {
|
|
1911
|
+
/**
|
|
1912
|
+
* Find department by name
|
|
1913
|
+
*
|
|
1914
|
+
* @param query Search string
|
|
1915
|
+
*/
|
|
1916
|
+
loadStaffData(query: GenModels.StaffQuery, options?: RequestOptions): Promise<GenModels.StaffLoadResponse>;
|
|
1917
|
+
/**
|
|
1918
|
+
* Save favorites
|
|
1919
|
+
*/
|
|
1920
|
+
addToFavorites(query: GenModels.AddToFavoritesQuery, options?: RequestOptions): Promise<void>;
|
|
1921
|
+
/**
|
|
1922
|
+
* Checks account name
|
|
1923
|
+
*/
|
|
1924
|
+
checkAccountName(accountName: string, options?: RequestOptions): Promise<GenModels.AccountCheckResult>;
|
|
1925
|
+
/**
|
|
1926
|
+
* Gets employee groups
|
|
1927
|
+
*/
|
|
1928
|
+
getEmployeeGroups(employeeId: string, options?: RequestOptions): Promise<Array<GenModels.StaffGroupDataModel>>;
|
|
1929
|
+
/**
|
|
1930
|
+
* Sets employee groups
|
|
1931
|
+
*/
|
|
1932
|
+
setEmployeeGroups(employeeGroupsQuery: GenModels.SetEmployeeGroupsQuery, options?: RequestOptions): Promise<GenModels.SetEmployeeGroupsResult>;
|
|
1933
|
+
/**
|
|
1934
|
+
* Set groups for all employees in {@link GenModels}.
|
|
1935
|
+
* Groups taken from {@link GenModels}
|
|
1936
|
+
*/
|
|
1937
|
+
takeGroupsAndSetGroups(request: GenModels.TakeAndSetGroupsRequest, options?: RequestOptions): Promise<GenModels.TakeAndSetGroupsResult>;
|
|
1938
|
+
/**
|
|
1939
|
+
* Removes staff employee from group
|
|
1940
|
+
*
|
|
1941
|
+
* @param groupId
|
|
1942
|
+
* @param employeeId
|
|
1943
|
+
*/
|
|
1944
|
+
removeEmployeeFromGroup(groupId: string, employeeId: string, options?: RequestOptions): Promise<void>;
|
|
1945
|
+
/**
|
|
1946
|
+
* Adds employees and departments to group
|
|
1947
|
+
*
|
|
1948
|
+
* @param model Instance od the {@link GenModels}
|
|
1949
|
+
*/
|
|
1950
|
+
addToGroup(model: GenModels.AddToGroupRequestModel, options?: RequestOptions): Promise<void>;
|
|
1951
|
+
/**
|
|
1952
|
+
* Gets first manager for unit hierarchy
|
|
1953
|
+
*/
|
|
1954
|
+
getUnitManagerForEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
1955
|
+
/**
|
|
1956
|
+
* POST: /StaffDirectoryItems/GetStaffData
|
|
1957
|
+
*/
|
|
1958
|
+
getStaffData(requestModel: GenModels.EmployeeListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1959
|
+
/**
|
|
1960
|
+
* Move unit to another parent
|
|
1961
|
+
*/
|
|
1962
|
+
moveUnit(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1963
|
+
/**
|
|
1964
|
+
* Copy unit
|
|
1965
|
+
*/
|
|
1966
|
+
copyUnit(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1967
|
+
/**
|
|
1968
|
+
* Move group to another parent
|
|
1969
|
+
*/
|
|
1970
|
+
moveGroup(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1971
|
+
/**
|
|
1972
|
+
* Copy group
|
|
1973
|
+
*/
|
|
1974
|
+
copyGroup(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1975
|
+
/**
|
|
1976
|
+
* Move employee to another unit
|
|
1977
|
+
*/
|
|
1978
|
+
moveEmployee(model: GenModels.EmployeeMoveModel, options?: RequestOptions): Promise<void>;
|
|
1979
|
+
}
|
|
1980
|
+
class StaffDirectoryItemsController extends BaseController implements IStaffDirectoryItemsController {
|
|
1981
|
+
loadStaffData(query: GenModels.StaffQuery, options?: RequestOptions): Promise<GenModels.StaffLoadResponse>;
|
|
1982
|
+
addToFavorites(query: GenModels.AddToFavoritesQuery, options?: RequestOptions): Promise<void>;
|
|
1983
|
+
checkAccountName(accountName: string, options?: RequestOptions): Promise<GenModels.AccountCheckResult>;
|
|
1984
|
+
getEmployeeGroups(employeeId: string, options?: RequestOptions): Promise<Array<GenModels.StaffGroupDataModel>>;
|
|
1985
|
+
setEmployeeGroups(employeeGroupsQuery: GenModels.SetEmployeeGroupsQuery, options?: RequestOptions): Promise<GenModels.SetEmployeeGroupsResult>;
|
|
1986
|
+
takeGroupsAndSetGroups(request: GenModels.TakeAndSetGroupsRequest, options?: RequestOptions): Promise<GenModels.TakeAndSetGroupsResult>;
|
|
1987
|
+
removeEmployeeFromGroup(groupId: string, employeeId: string, options?: RequestOptions): Promise<void>;
|
|
1988
|
+
addToGroup(model: GenModels.AddToGroupRequestModel, options?: RequestOptions): Promise<void>;
|
|
1989
|
+
getUnitManagerForEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
1990
|
+
getStaffData(requestModel: GenModels.EmployeeListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1991
|
+
moveUnit(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1992
|
+
copyUnit(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1993
|
+
moveGroup(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1994
|
+
copyGroup(model: GenModels.StaffDirectoryItemsMoveModel, options?: RequestOptions): Promise<void>;
|
|
1995
|
+
moveEmployee(model: GenModels.EmployeeMoveModel, options?: RequestOptions): Promise<void>;
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
export declare type $StaffDirectoryItemsController = {
|
|
1999
|
+
staffDirectoryItemsController: GenControllers.IStaffDirectoryItemsController;
|
|
2000
|
+
};
|
|
2001
|
+
export declare const $StaffDirectoryItemsController: string | ((model?: $StaffDirectoryItemsController) => GenControllers.IStaffDirectoryItemsController);
|
|
2002
|
+
export declare namespace GenControllers {
|
|
2003
|
+
/**
|
|
2004
|
+
* Layout tasks controller
|
|
2005
|
+
*/
|
|
2006
|
+
interface ILayoutTasksController {
|
|
2007
|
+
/**
|
|
2008
|
+
* GET: /LayoutTasks/GetTasks
|
|
2009
|
+
*/
|
|
2010
|
+
getTaskList(request: GenModels.GetTasksListRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskDataModel>>;
|
|
2011
|
+
/**
|
|
2012
|
+
* Get tasks by specified card id
|
|
2013
|
+
*
|
|
2014
|
+
* @param cardId Card id
|
|
2015
|
+
* @param availableKinds List of available kinds ids
|
|
2016
|
+
*/
|
|
2017
|
+
getTasks(cardId: string, availableKinds: Array<string>, options?: RequestOptions): Promise<Array<GenModels.TaskDataModel>>;
|
|
2018
|
+
/**
|
|
2019
|
+
* GET: /LayoutTasks/GetChildTasksComments
|
|
2020
|
+
*/
|
|
2021
|
+
getChildTasksComments(request: GenModels.GetChildTasksCommentsRequestModel, options?: RequestOptions): Promise<GenModels.GetChildTasksCommentsResponseModel>;
|
|
2022
|
+
/**
|
|
2023
|
+
* GET: /LayoutTasks/GetChildTasksComments
|
|
2024
|
+
*/
|
|
2025
|
+
addTaskComments(request: GenModels.AddTaskCommentsRequestModel, options?: RequestOptions): Promise<void>;
|
|
2026
|
+
/**
|
|
2027
|
+
* POST: /LayoutTasks/CreateChildTasks
|
|
2028
|
+
*/
|
|
2029
|
+
createChildTasks(request: GenModels.CreateChildTasksRequestModel, options?: RequestOptions): Promise<void>;
|
|
2030
|
+
/**
|
|
2031
|
+
* GET: /LayoutTasks/GetChildTasksDefaultValues
|
|
2032
|
+
*/
|
|
2033
|
+
getChildTasksDefaultValues(parentTaskId: string, options?: RequestOptions): Promise<GenModels.ChildTaskCreateDefaultValues>;
|
|
2034
|
+
/**
|
|
2035
|
+
* POST: /LayoutTasks/GetDelegateRecords
|
|
2036
|
+
*
|
|
2037
|
+
* @param request Request model
|
|
2038
|
+
*/
|
|
2039
|
+
getDelegationRecords(request: GenModels.GetDelegationRecordsRequestModel, options?: RequestOptions): Promise<GenModels.DelegateRecordsResponse>;
|
|
2040
|
+
/**
|
|
2041
|
+
* HTTP: /TaskCard/Delegate
|
|
2042
|
+
*
|
|
2043
|
+
* @returns Task digest
|
|
2044
|
+
*/
|
|
2045
|
+
delegate(model: GenModels.TaskCardDelegateRequestModel, options?: RequestOptions): Promise<string>;
|
|
2046
|
+
/**
|
|
2047
|
+
* HTTP: /TaskCard/Complete
|
|
2048
|
+
*/
|
|
2049
|
+
complete(model: GenModels.TaskCardCompleteRequestModel, options?: RequestOptions): Promise<void>;
|
|
2050
|
+
/**
|
|
2051
|
+
* HTTP: /TaskCard/MakeDecision
|
|
2052
|
+
*/
|
|
2053
|
+
makeDecision(model: GenModels.TaskCardMakeDecisionRequestModel, options?: RequestOptions): Promise<void>;
|
|
2054
|
+
/**
|
|
2055
|
+
* HTTP: /TaskCard/GetDecisionInfo
|
|
2056
|
+
*/
|
|
2057
|
+
getDecisionInfo(request: GenModels.GetApprovalTaskDecisionInfoOptions, options?: RequestOptions): Promise<GenModels.ApprovalTaskDecisionInfo>;
|
|
2058
|
+
/**
|
|
2059
|
+
* HTTP: /TaskCard/DelegateTask
|
|
2060
|
+
*/
|
|
2061
|
+
delegateTask(model: GenModels.TaskCardDelegateRequestModel, options?: RequestOptions): Promise<void>;
|
|
2062
|
+
/**
|
|
2063
|
+
* HTTP: /TaskCard/Reject
|
|
2064
|
+
*/
|
|
2065
|
+
reject(model: GenModels.TaskCardRejectRequestModel, options?: RequestOptions): Promise<void>;
|
|
2066
|
+
/**
|
|
2067
|
+
* HTTP: /TaskCard/TakeToRework
|
|
2068
|
+
*/
|
|
2069
|
+
takeToRework(model: GenModels.TaskCardTakeToReworkRequestModel, options?: RequestOptions): Promise<void>;
|
|
2070
|
+
/**
|
|
2071
|
+
* HTTP: /TaskCard/ChangeExecutionDates
|
|
2072
|
+
*/
|
|
2073
|
+
changeExecutionDates(model: GenModels.TaskCardChangeExecutionDatesModel, options?: RequestOptions): Promise<void>;
|
|
2074
|
+
/**
|
|
2075
|
+
* HTTP: /TaskCard/GetExecutionDates
|
|
2076
|
+
*/
|
|
2077
|
+
getExecutionDates(taskId: string, options?: RequestOptions): Promise<GenModels.TaskCardChangeExecutionDatesModel>;
|
|
2078
|
+
}
|
|
2079
|
+
class LayoutTasksController extends BaseController implements ILayoutTasksController {
|
|
2080
|
+
getTaskList(request: GenModels.GetTasksListRequestModel, options?: RequestOptions): Promise<Array<GenModels.TaskDataModel>>;
|
|
2081
|
+
getTasks(cardId: string, availableKinds: Array<string>, options?: RequestOptions): Promise<Array<GenModels.TaskDataModel>>;
|
|
2082
|
+
getChildTasksComments(request: GenModels.GetChildTasksCommentsRequestModel, options?: RequestOptions): Promise<GenModels.GetChildTasksCommentsResponseModel>;
|
|
2083
|
+
addTaskComments(request: GenModels.AddTaskCommentsRequestModel, options?: RequestOptions): Promise<void>;
|
|
2084
|
+
createChildTasks(request: GenModels.CreateChildTasksRequestModel, options?: RequestOptions): Promise<void>;
|
|
2085
|
+
getChildTasksDefaultValues(parentTaskId: string, options?: RequestOptions): Promise<GenModels.ChildTaskCreateDefaultValues>;
|
|
2086
|
+
getDelegationRecords(request: GenModels.GetDelegationRecordsRequestModel, options?: RequestOptions): Promise<GenModels.DelegateRecordsResponse>;
|
|
2087
|
+
delegate(model: GenModels.TaskCardDelegateRequestModel, options?: RequestOptions): Promise<string>;
|
|
2088
|
+
complete(model: GenModels.TaskCardCompleteRequestModel, options?: RequestOptions): Promise<void>;
|
|
2089
|
+
makeDecision(model: GenModels.TaskCardMakeDecisionRequestModel, options?: RequestOptions): Promise<void>;
|
|
2090
|
+
getDecisionInfo(request: GenModels.GetApprovalTaskDecisionInfoOptions, options?: RequestOptions): Promise<GenModels.ApprovalTaskDecisionInfo>;
|
|
2091
|
+
delegateTask(model: GenModels.TaskCardDelegateRequestModel, options?: RequestOptions): Promise<void>;
|
|
2092
|
+
reject(model: GenModels.TaskCardRejectRequestModel, options?: RequestOptions): Promise<void>;
|
|
2093
|
+
takeToRework(model: GenModels.TaskCardTakeToReworkRequestModel, options?: RequestOptions): Promise<void>;
|
|
2094
|
+
changeExecutionDates(model: GenModels.TaskCardChangeExecutionDatesModel, options?: RequestOptions): Promise<void>;
|
|
2095
|
+
getExecutionDates(taskId: string, options?: RequestOptions): Promise<GenModels.TaskCardChangeExecutionDatesModel>;
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
export declare type $LayoutTasksController = {
|
|
2099
|
+
layoutTasksController: GenControllers.ILayoutTasksController;
|
|
2100
|
+
};
|
|
2101
|
+
export declare const $LayoutTasksController: string | ((model?: $LayoutTasksController) => GenControllers.ILayoutTasksController);
|
|
2102
|
+
export declare namespace GenControllers {
|
|
2103
|
+
/**
|
|
2104
|
+
* Layout file controller
|
|
2105
|
+
*/
|
|
2106
|
+
interface ILayoutAgreementController {
|
|
2107
|
+
/**
|
|
2108
|
+
* Get agreement list
|
|
2109
|
+
*
|
|
2110
|
+
* @param cardId Card id
|
|
2111
|
+
*
|
|
2112
|
+
* @returns JSON representation of {@link GenModels}
|
|
2113
|
+
*/
|
|
2114
|
+
getAgreementList(cardId: string, options?: RequestOptions): Promise<GenModels.AgreementListModel>;
|
|
2115
|
+
/**
|
|
2116
|
+
* Gets model for the start agreement in AgreementManagementControl
|
|
2117
|
+
*
|
|
2118
|
+
* @param documentCardId Document card id
|
|
2119
|
+
*
|
|
2120
|
+
* @returns JSON representation of {@link GenModels}
|
|
2121
|
+
*/
|
|
2122
|
+
getAgreementManagementStartModel(documentCardId: string, options?: RequestOptions): Promise<GenModels.AgreementManagementStartModel>;
|
|
2123
|
+
/**
|
|
2124
|
+
* Gets model for the edit agreement in AgreementManagementControl
|
|
2125
|
+
*
|
|
2126
|
+
* @param documentCardId Document card id
|
|
2127
|
+
* @param reconcileCardId Reconcile card id
|
|
2128
|
+
*
|
|
2129
|
+
* @returns JSON representation of {@link GenModels}
|
|
2130
|
+
*/
|
|
2131
|
+
getAgreementManagementEditModel(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<GenModels.AgreementManagementEditModel>;
|
|
2132
|
+
/**
|
|
2133
|
+
* Gets template stages AgreementManagementControl
|
|
2134
|
+
*
|
|
2135
|
+
* @param documentId Document id
|
|
2136
|
+
* @param templateId Template id
|
|
2137
|
+
*
|
|
2138
|
+
* @returns JSON representation of {@link GenModels}
|
|
2139
|
+
*/
|
|
2140
|
+
getAgreementTemplateStages(documentId: string, templateId: string, options?: RequestOptions): Promise<Array<GenModels.StageModel>>;
|
|
2141
|
+
/**
|
|
2142
|
+
* Create Reconciliation
|
|
2143
|
+
*
|
|
2144
|
+
* @param model Reconcilation creation model
|
|
2145
|
+
*
|
|
2146
|
+
* @returns JSON representation of {@link GenModels}
|
|
2147
|
+
*/
|
|
2148
|
+
createReconciliation(model: GenModels.ReconcilationCreationModel, options?: RequestOptions): Promise<string>;
|
|
2149
|
+
/**
|
|
2150
|
+
* Create Reconciliation
|
|
2151
|
+
*
|
|
2152
|
+
* @param model Reconcilation edit model
|
|
2153
|
+
*
|
|
2154
|
+
* @returns JSON representation of {@link GenModels}
|
|
2155
|
+
*/
|
|
2156
|
+
changeStages(model: GenModels.ReconcilationEditModel, options?: RequestOptions): Promise<void>;
|
|
2157
|
+
/**
|
|
2158
|
+
* Interrupt current stages
|
|
2159
|
+
*
|
|
2160
|
+
* @param documentCardId Document card id
|
|
2161
|
+
* @param reconcileCardId Reconcile card id
|
|
2162
|
+
*
|
|
2163
|
+
* @returns JSON representation of {@link GenModels}
|
|
2164
|
+
*/
|
|
2165
|
+
interruptCurrentStages(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2166
|
+
/**
|
|
2167
|
+
* Stop agreement
|
|
2168
|
+
*
|
|
2169
|
+
* @param documentCardId Document card id
|
|
2170
|
+
* @param reconcileCardId Reconcile card id
|
|
2171
|
+
*
|
|
2172
|
+
* @returns JSON representation of {@link GenModels}
|
|
2173
|
+
*/
|
|
2174
|
+
agreementStop(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2175
|
+
/**
|
|
2176
|
+
* Finish agreement
|
|
2177
|
+
*
|
|
2178
|
+
* @param documentCardId Document card id
|
|
2179
|
+
* @param reconcileCardId Reconcile card id
|
|
2180
|
+
*
|
|
2181
|
+
* @returns JSON representation of {@link GenModels}
|
|
2182
|
+
*/
|
|
2183
|
+
agreementFinish(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2184
|
+
/**
|
|
2185
|
+
* Pause agreement
|
|
2186
|
+
*
|
|
2187
|
+
* @param documentCardId Document card id
|
|
2188
|
+
* @param reconcileCardId Reconcile card id
|
|
2189
|
+
*
|
|
2190
|
+
* @returns JSON representation of {@link GenModels}
|
|
2191
|
+
*/
|
|
2192
|
+
agreementPause(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2193
|
+
/**
|
|
2194
|
+
* Resume agreement
|
|
2195
|
+
*
|
|
2196
|
+
* @param documentCardId Document card id
|
|
2197
|
+
* @param reconcileCardId Reconcile card id
|
|
2198
|
+
*
|
|
2199
|
+
* @returns JSON representation of {@link GenModels}
|
|
2200
|
+
*/
|
|
2201
|
+
agreementResume(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2202
|
+
/**
|
|
2203
|
+
* Get agreement history
|
|
2204
|
+
*
|
|
2205
|
+
* @param reconcileCardId Reconcile card id
|
|
2206
|
+
*
|
|
2207
|
+
* @returns JSON representation of {@link GenModels}
|
|
2208
|
+
*/
|
|
2209
|
+
getAgreementHistory(reconcileCardId: string, options?: RequestOptions): Promise<GenModels.ApprovalHistoryViewModel>;
|
|
2210
|
+
}
|
|
2211
|
+
class LayoutAgreementController extends BaseController implements ILayoutAgreementController {
|
|
2212
|
+
getAgreementList(cardId: string, options?: RequestOptions): Promise<GenModels.AgreementListModel>;
|
|
2213
|
+
getAgreementManagementStartModel(documentCardId: string, options?: RequestOptions): Promise<GenModels.AgreementManagementStartModel>;
|
|
2214
|
+
getAgreementManagementEditModel(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<GenModels.AgreementManagementEditModel>;
|
|
2215
|
+
getAgreementTemplateStages(documentId: string, templateId: string, options?: RequestOptions): Promise<Array<GenModels.StageModel>>;
|
|
2216
|
+
createReconciliation(model: GenModels.ReconcilationCreationModel, options?: RequestOptions): Promise<string>;
|
|
2217
|
+
changeStages(model: GenModels.ReconcilationEditModel, options?: RequestOptions): Promise<void>;
|
|
2218
|
+
interruptCurrentStages(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2219
|
+
agreementStop(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2220
|
+
agreementFinish(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2221
|
+
agreementPause(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2222
|
+
agreementResume(documentCardId: string, reconcileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2223
|
+
getAgreementHistory(reconcileCardId: string, options?: RequestOptions): Promise<GenModels.ApprovalHistoryViewModel>;
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
export declare type $LayoutAgreementController = {
|
|
2227
|
+
layoutAgreementController: GenControllers.ILayoutAgreementController;
|
|
2228
|
+
};
|
|
2229
|
+
export declare const $LayoutAgreementController: string | ((model?: $LayoutAgreementController) => GenControllers.ILayoutAgreementController);
|
|
2230
|
+
export declare namespace GenControllers {
|
|
2231
|
+
/**
|
|
2232
|
+
* Layout card controller
|
|
2233
|
+
*/
|
|
2234
|
+
interface ILayoutCardController {
|
|
2235
|
+
/**
|
|
2236
|
+
* HTTP: /LayoutCard/NewCard
|
|
2237
|
+
*/
|
|
2238
|
+
newCard(createParams: GenModels.LayoutCardCreateParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2239
|
+
/**
|
|
2240
|
+
* HTTP: /LayoutCard/View
|
|
2241
|
+
*/
|
|
2242
|
+
view(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2243
|
+
/**
|
|
2244
|
+
* HTTP: /LayoutCard/ViewEx
|
|
2245
|
+
*/
|
|
2246
|
+
viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2247
|
+
/**
|
|
2248
|
+
* HTTP: /LayoutCard/Edit
|
|
2249
|
+
*/
|
|
2250
|
+
edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2251
|
+
/**
|
|
2252
|
+
* HTTP: /LayoutCard/EditEx
|
|
2253
|
+
*/
|
|
2254
|
+
editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2255
|
+
/**
|
|
2256
|
+
* HTTP: /LayoutCard/Delete
|
|
2257
|
+
*/
|
|
2258
|
+
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
2259
|
+
/**
|
|
2260
|
+
* Gets layout part
|
|
2261
|
+
*/
|
|
2262
|
+
getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2263
|
+
/**
|
|
2264
|
+
* Gets layout part
|
|
2265
|
+
*
|
|
2266
|
+
* @param layoutPartParams layout part params
|
|
2267
|
+
*/
|
|
2268
|
+
getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
2269
|
+
/**
|
|
2270
|
+
* HTTP: /LayoutCard/Save
|
|
2271
|
+
*/
|
|
2272
|
+
save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
|
|
2273
|
+
/**
|
|
2274
|
+
* HTTP: /LayoutCard/MoveShortcutsToFolder
|
|
2275
|
+
*/
|
|
2276
|
+
moveShortcutsToFolder(request: GenModels.MoveOrCopyShortcutsToFolderRequest, options?: RequestOptions): Promise<string>;
|
|
2277
|
+
/**
|
|
2278
|
+
* HTTP: /LayoutCard/CopyShortcutsToFolder
|
|
2279
|
+
*/
|
|
2280
|
+
copyShortcutsToFolder(request: GenModels.MoveOrCopyShortcutsToFolderRequest, options?: RequestOptions): Promise<string>;
|
|
2281
|
+
/**
|
|
2282
|
+
* HTTP: /LayoutCard/RemoveShortcutsFromFolder
|
|
2283
|
+
*/
|
|
2284
|
+
removeShortcutsFromFolder(folderId: string, cardId: string, options?: RequestOptions): Promise<string>;
|
|
2285
|
+
/**
|
|
2286
|
+
* HTTP: /LayoutCard/CheckModifiedAndLocked
|
|
2287
|
+
*/
|
|
2288
|
+
checkModifiedAndLocked(cardId: string, timestamp: number, options?: RequestOptions): Promise<void>;
|
|
2289
|
+
/**
|
|
2290
|
+
* HTTP: /LayoutCard/ChangeState
|
|
2291
|
+
*/
|
|
2292
|
+
changeState(changeStateDataModel: GenModels.ChangeStateDataModelWithParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2293
|
+
/**
|
|
2294
|
+
* HTTP: /LayoutCard/ChangeStateEx
|
|
2295
|
+
*/
|
|
2296
|
+
changeStateEx(changeStateDataModel: GenModels.ChangeStateDataModel, options?: RequestOptions): Promise<void>;
|
|
2297
|
+
/**
|
|
2298
|
+
* HTTP: /LayoutCard/CheckAccess
|
|
2299
|
+
*/
|
|
2300
|
+
checkAccess(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
2301
|
+
}
|
|
2302
|
+
class LayoutCardController extends BaseController implements ILayoutCardController {
|
|
2303
|
+
newCard(createParams: GenModels.LayoutCardCreateParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2304
|
+
view(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2305
|
+
viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2306
|
+
edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2307
|
+
editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2308
|
+
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
2309
|
+
getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2310
|
+
getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
2311
|
+
save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
|
|
2312
|
+
moveShortcutsToFolder(request: GenModels.MoveOrCopyShortcutsToFolderRequest, options?: RequestOptions): Promise<string>;
|
|
2313
|
+
copyShortcutsToFolder(request: GenModels.MoveOrCopyShortcutsToFolderRequest, options?: RequestOptions): Promise<string>;
|
|
2314
|
+
removeShortcutsFromFolder(folderId: string, cardId: string, options?: RequestOptions): Promise<string>;
|
|
2315
|
+
checkModifiedAndLocked(cardId: string, timestamp: number, options?: RequestOptions): Promise<void>;
|
|
2316
|
+
changeState(changeStateDataModel: GenModels.ChangeStateDataModelWithParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2317
|
+
changeStateEx(changeStateDataModel: GenModels.ChangeStateDataModel, options?: RequestOptions): Promise<void>;
|
|
2318
|
+
checkAccess(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
export declare type $LayoutCardController = {
|
|
2322
|
+
layoutCardController: GenControllers.ILayoutCardController;
|
|
2323
|
+
};
|
|
2324
|
+
export declare const $LayoutCardController: string | ((model?: $LayoutCardController) => GenControllers.ILayoutCardController);
|
|
2325
|
+
export declare namespace GenControllers {
|
|
2326
|
+
/**
|
|
2327
|
+
* Layout directory designer controller
|
|
2328
|
+
*/
|
|
2329
|
+
interface ILayoutDirectoryDesignerController {
|
|
2330
|
+
/**
|
|
2331
|
+
* Find department by name
|
|
2332
|
+
*
|
|
2333
|
+
* @param query Search string
|
|
2334
|
+
*/
|
|
2335
|
+
findRows(query: GenModels.DirectoryDesignerSearchQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerSearchResult>;
|
|
2336
|
+
/**
|
|
2337
|
+
* Load directory tree nodes
|
|
2338
|
+
*
|
|
2339
|
+
* @param query Search query params
|
|
2340
|
+
*/
|
|
2341
|
+
loadTree(query: GenModels.DirectoryDesignerLoadTreeQuery, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerTreeNode>>;
|
|
2342
|
+
/**
|
|
2343
|
+
* Find in tree
|
|
2344
|
+
*
|
|
2345
|
+
* @param query Search query params
|
|
2346
|
+
*/
|
|
2347
|
+
findInTree(query: GenModels.DirectoryDesignerSearchTreeQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerSearchTreeResult>;
|
|
2348
|
+
}
|
|
2349
|
+
class LayoutDirectoryDesignerController extends BaseController implements ILayoutDirectoryDesignerController {
|
|
2350
|
+
findRows(query: GenModels.DirectoryDesignerSearchQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerSearchResult>;
|
|
2351
|
+
loadTree(query: GenModels.DirectoryDesignerLoadTreeQuery, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerTreeNode>>;
|
|
2352
|
+
findInTree(query: GenModels.DirectoryDesignerSearchTreeQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerSearchTreeResult>;
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
export declare type $LayoutDirectoryDesignerController = {
|
|
2356
|
+
layoutDirectoryDesignerController: GenControllers.ILayoutDirectoryDesignerController;
|
|
2357
|
+
};
|
|
2358
|
+
export declare const $LayoutDirectoryDesignerController: string | ((model?: $LayoutDirectoryDesignerController) => GenControllers.ILayoutDirectoryDesignerController);
|
|
2359
|
+
export declare namespace GenControllers {
|
|
2360
|
+
/**
|
|
2361
|
+
* Layout document card controller
|
|
2362
|
+
*/
|
|
2363
|
+
interface ILayoutDocumentController {
|
|
2364
|
+
/**
|
|
2365
|
+
* Generate number and optionally save it to the card
|
|
2366
|
+
*
|
|
2367
|
+
* @param request Number generation request
|
|
2368
|
+
*/
|
|
2369
|
+
generateNumber(request: GenModels.GenerateNumberRequest, options?: RequestOptions): Promise<GenModels.NumberInfo>;
|
|
2370
|
+
/**
|
|
2371
|
+
* Release document number
|
|
2372
|
+
*/
|
|
2373
|
+
releaseNumber(request: GenModels.ReleaseNumberRequest, options?: RequestOptions): Promise<void>;
|
|
2374
|
+
/**
|
|
2375
|
+
* Runs acquaintance business process for specified employees
|
|
2376
|
+
*/
|
|
2377
|
+
sendForAcquaintance(request: GenModels.SendForAcquaintanceRequest, options?: RequestOptions): Promise<void>;
|
|
2378
|
+
/**
|
|
2379
|
+
* @param documentId
|
|
2380
|
+
*/
|
|
2381
|
+
getCheckUniqueAttributes(documentId: string, options?: RequestOptions): Promise<Array<GenModels.UniqueAttribute>>;
|
|
2382
|
+
/**
|
|
2383
|
+
* @param uniqueAttributeValues
|
|
2384
|
+
*/
|
|
2385
|
+
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2386
|
+
/**
|
|
2387
|
+
* Exports zip-archive with electronic signature files
|
|
2388
|
+
*
|
|
2389
|
+
* @param cardId Document card identifier
|
|
2390
|
+
* @param signatureFormat Signature export format
|
|
2391
|
+
*/
|
|
2392
|
+
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2393
|
+
/**
|
|
2394
|
+
* Downloads signature byte array
|
|
2395
|
+
*/
|
|
2396
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2397
|
+
/**
|
|
2398
|
+
* Get signature information
|
|
2399
|
+
*/
|
|
2400
|
+
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2401
|
+
/**
|
|
2402
|
+
* Get signature information
|
|
2403
|
+
*/
|
|
2404
|
+
getAcknowledgemenList(request: GenModels.GetAcknowledgemenListRequest, options?: RequestOptions): Promise<string>;
|
|
2405
|
+
}
|
|
2406
|
+
class LayoutDocumentController extends BaseController implements ILayoutDocumentController {
|
|
2407
|
+
generateNumber(request: GenModels.GenerateNumberRequest, options?: RequestOptions): Promise<GenModels.NumberInfo>;
|
|
2408
|
+
releaseNumber(request: GenModels.ReleaseNumberRequest, options?: RequestOptions): Promise<void>;
|
|
2409
|
+
sendForAcquaintance(request: GenModels.SendForAcquaintanceRequest, options?: RequestOptions): Promise<void>;
|
|
2410
|
+
getCheckUniqueAttributes(documentId: string, options?: RequestOptions): Promise<Array<GenModels.UniqueAttribute>>;
|
|
2411
|
+
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2412
|
+
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2413
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2414
|
+
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2415
|
+
getAcknowledgemenList(request: GenModels.GetAcknowledgemenListRequest, options?: RequestOptions): Promise<string>;
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
export declare type $LayoutDocumentController = {
|
|
2419
|
+
layoutDocumentController: GenControllers.ILayoutDocumentController;
|
|
2420
|
+
};
|
|
2421
|
+
export declare const $LayoutDocumentController: string | ((model?: $LayoutDocumentController) => GenControllers.ILayoutDocumentController);
|
|
2422
|
+
export declare namespace GenControllers {
|
|
2423
|
+
/**
|
|
2424
|
+
* Layout file api controller
|
|
2425
|
+
*/
|
|
2426
|
+
interface ILayoutFileApiController {
|
|
2427
|
+
/**
|
|
2428
|
+
* POST: /LayoutFileApi/AddFiles
|
|
2429
|
+
*/
|
|
2430
|
+
addFiles(options?: RequestOptions): Promise<any>;
|
|
2431
|
+
importESign(options?: RequestOptions): Promise<any>;
|
|
2432
|
+
/**
|
|
2433
|
+
* POST: /DocumentCardApi/AddNewMainFileVersion
|
|
2434
|
+
*/
|
|
2435
|
+
addNewMainFileVersion(options?: RequestOptions): Promise<any>;
|
|
2436
|
+
/**
|
|
2437
|
+
* POST: /LayoutFileApi/AddFiles
|
|
2438
|
+
*/
|
|
2439
|
+
uploadFiles(ownerCardId?: string, options?: RequestOptions): Promise<any>;
|
|
2440
|
+
/**
|
|
2441
|
+
* POST: /LayoutFileApi/AddScannedImages
|
|
2442
|
+
*/
|
|
2443
|
+
addScannedImages(options?: RequestOptions): Promise<any>;
|
|
2444
|
+
/**
|
|
2445
|
+
* GET: /LayoutFileApi/DeleteFiles
|
|
2446
|
+
*/
|
|
2447
|
+
deleteFiles(fileIdList: Array<string>, options?: RequestOptions): Promise<void>;
|
|
2448
|
+
/**
|
|
2449
|
+
* POST: /LayoutFileApi/GetSoonExpireCertificatesByIDs
|
|
2450
|
+
*/
|
|
2451
|
+
getSoonExpireCertificatesByIDs(fileIdList: Array<string>, options?: RequestOptions): Promise<{
|
|
2452
|
+
[name: string]: string;
|
|
2453
|
+
}>;
|
|
2454
|
+
/**
|
|
2455
|
+
* POST: /LayoutFileApi/GetSoonExpireCertificates
|
|
2456
|
+
*/
|
|
2457
|
+
getSoonExpireCertificatesFromFiles(options?: RequestOptions): Promise<any>;
|
|
2458
|
+
}
|
|
2459
|
+
class LayoutFileApiController extends GenControllers.FileUploadApiController implements ILayoutFileApiController {
|
|
2460
|
+
addFiles(options?: RequestOptions): Promise<any>;
|
|
2461
|
+
importESign(options?: RequestOptions): Promise<any>;
|
|
2462
|
+
addNewMainFileVersion(options?: RequestOptions): Promise<any>;
|
|
2463
|
+
uploadFiles(ownerCardId?: string, options?: RequestOptions): Promise<any>;
|
|
2464
|
+
addScannedImages(options?: RequestOptions): Promise<any>;
|
|
2465
|
+
deleteFiles(fileIdList: Array<string>, options?: RequestOptions): Promise<void>;
|
|
2466
|
+
getSoonExpireCertificatesByIDs(fileIdList: Array<string>, options?: RequestOptions): Promise<{
|
|
2467
|
+
[name: string]: string;
|
|
2468
|
+
}>;
|
|
2469
|
+
getSoonExpireCertificatesFromFiles(options?: RequestOptions): Promise<any>;
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
export declare type $LayoutFileApiController = {
|
|
2473
|
+
layoutFileApiController: GenControllers.ILayoutFileApiController;
|
|
2474
|
+
};
|
|
2475
|
+
export declare const $LayoutFileApiController: string | ((model?: $LayoutFileApiController) => GenControllers.ILayoutFileApiController);
|
|
2476
|
+
export declare namespace GenControllers {
|
|
2477
|
+
/**
|
|
2478
|
+
* Layout file controller
|
|
2479
|
+
*/
|
|
2480
|
+
interface ILayoutFileController {
|
|
2481
|
+
/**
|
|
2482
|
+
* POST: /LayoutFile/GetFiles
|
|
2483
|
+
*/
|
|
2484
|
+
getFiles(request: GenModels.GetFilesRequest, options?: RequestOptions): Promise<GenModels.FileListDataModelBase>;
|
|
2485
|
+
/**
|
|
2486
|
+
* POST: /LayoutFile/GetVersions
|
|
2487
|
+
*/
|
|
2488
|
+
getVersions(request: GenModels.GetVersionsRequest, options?: RequestOptions): Promise<GenModels.FileListVersionsDataModel>;
|
|
2489
|
+
/**
|
|
2490
|
+
* POST: /LayoutFile/GetComments
|
|
2491
|
+
*/
|
|
2492
|
+
getComments(request: GenModels.GetCommentsRequest, options?: RequestOptions): Promise<GenModels.VersionedFileCommentListModel>;
|
|
2493
|
+
/**
|
|
2494
|
+
* POST: /LayoutFile/AddOrUpdateComment
|
|
2495
|
+
*/
|
|
2496
|
+
addOrUpdateComment(versionedFileCommentCreateModel: GenModels.VersionedFileCommentCreateModel, options?: RequestOptions): Promise<void>;
|
|
2497
|
+
/**
|
|
2498
|
+
* GET: /LayoutFile/DeleteComment
|
|
2499
|
+
*/
|
|
2500
|
+
deleteComment(versionedFileCommentDeleteModel: GenModels.VersionedFileCommentDeleteModel, options?: RequestOptions): Promise<void>;
|
|
2501
|
+
/**
|
|
2502
|
+
* GET: /LayoutFile/LockFile
|
|
2503
|
+
*/
|
|
2504
|
+
lockFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2505
|
+
/**
|
|
2506
|
+
* Will be remake after task with layout
|
|
2507
|
+
*
|
|
2508
|
+
* @param ownerCardId Owner card id
|
|
2509
|
+
* @param fileCardId File card id
|
|
2510
|
+
*/
|
|
2511
|
+
lockTaskFile(ownerCardId: string, fileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2512
|
+
/**
|
|
2513
|
+
* GET: /LayoutFile/UnlockFile
|
|
2514
|
+
*/
|
|
2515
|
+
unlockFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2516
|
+
/**
|
|
2517
|
+
* Will be remake after task with layout
|
|
2518
|
+
*
|
|
2519
|
+
* @param ownerCardId Owner card id
|
|
2520
|
+
* @param fileCardId File card id
|
|
2521
|
+
*/
|
|
2522
|
+
unlockTaskFile(ownerCardId: string, fileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2523
|
+
/**
|
|
2524
|
+
* GET: /LayoutFile/DeleteFile
|
|
2525
|
+
*/
|
|
2526
|
+
deleteFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2527
|
+
/**
|
|
2528
|
+
* GET: /LayoutFile/ChangeFileType
|
|
2529
|
+
*/
|
|
2530
|
+
changeFileType(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2531
|
+
/**
|
|
2532
|
+
* POST: /LayoutFile/RenameFile
|
|
2533
|
+
*/
|
|
2534
|
+
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2535
|
+
/**
|
|
2536
|
+
* POST: /LayoutFile/GetFileQuotes
|
|
2537
|
+
* Get quotes for file
|
|
2538
|
+
*/
|
|
2539
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2540
|
+
/**
|
|
2541
|
+
* POST: /LayoutFile/GetCardQuotes
|
|
2542
|
+
* Get quotes for card
|
|
2543
|
+
*/
|
|
2544
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2545
|
+
}
|
|
2546
|
+
class LayoutFileController extends BaseController implements ILayoutFileController {
|
|
2547
|
+
getFiles(request: GenModels.GetFilesRequest, options?: RequestOptions): Promise<GenModels.FileListDataModelBase>;
|
|
2548
|
+
getVersions(request: GenModels.GetVersionsRequest, options?: RequestOptions): Promise<GenModels.FileListVersionsDataModel>;
|
|
2549
|
+
getComments(request: GenModels.GetCommentsRequest, options?: RequestOptions): Promise<GenModels.VersionedFileCommentListModel>;
|
|
2550
|
+
addOrUpdateComment(versionedFileCommentCreateModel: GenModels.VersionedFileCommentCreateModel, options?: RequestOptions): Promise<void>;
|
|
2551
|
+
deleteComment(versionedFileCommentDeleteModel: GenModels.VersionedFileCommentDeleteModel, options?: RequestOptions): Promise<void>;
|
|
2552
|
+
lockFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2553
|
+
lockTaskFile(ownerCardId: string, fileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2554
|
+
unlockFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2555
|
+
unlockTaskFile(ownerCardId: string, fileCardId: string, options?: RequestOptions): Promise<void>;
|
|
2556
|
+
deleteFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2557
|
+
changeFileType(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2558
|
+
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2559
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2560
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2561
|
+
}
|
|
2562
|
+
}
|
|
2563
|
+
export declare type $LayoutFileController = {
|
|
2564
|
+
layoutFileController: GenControllers.ILayoutFileController;
|
|
2565
|
+
};
|
|
2566
|
+
export declare const $LayoutFileController: string | ((model?: $LayoutFileController) => GenControllers.ILayoutFileController);
|
|
2567
|
+
export declare namespace GenControllers {
|
|
2568
|
+
/**
|
|
2569
|
+
* Layout file controller
|
|
2570
|
+
*/
|
|
2571
|
+
interface ILayoutFolderController {
|
|
2572
|
+
/**
|
|
2573
|
+
* Get user folders partial tree (only two levels deep).
|
|
2574
|
+
*
|
|
2575
|
+
* @param request Request model
|
|
2576
|
+
*/
|
|
2577
|
+
getUserFoldersTreeData(request: GenModels.GetUserFoldersTreeDataRequest, options?: RequestOptions): Promise<Array<GenModels.FolderNode>>;
|
|
2578
|
+
/**
|
|
2579
|
+
* Get user folders partial tree (only two levels deep).
|
|
2580
|
+
*
|
|
2581
|
+
* @param request request model
|
|
2582
|
+
*/
|
|
2583
|
+
getFolders(request: GenModels.GetFoldersRequest, options?: RequestOptions): Promise<Array<GenModels.FolderNode>>;
|
|
2584
|
+
/**
|
|
2585
|
+
* Check folder settings, to determine if specified card can be created in this folder
|
|
2586
|
+
*
|
|
2587
|
+
* @param request Request model
|
|
2588
|
+
*
|
|
2589
|
+
* @returns JSON representation of {@link GenModels} value, indicating result of the check.
|
|
2590
|
+
*/
|
|
2591
|
+
checkFolderForAvailableCardKind(request: GenModels.CheckFolderForAvailableCardKindRequest, options?: RequestOptions): Promise<GenModels.CheckResult>;
|
|
2592
|
+
/**
|
|
2593
|
+
* Returns common information about folder.
|
|
2594
|
+
*
|
|
2595
|
+
* @param request Request model
|
|
2596
|
+
*
|
|
2597
|
+
* @returns Info about folder, see {@link GenModels}
|
|
2598
|
+
*/
|
|
2599
|
+
getFolderInfo(request: GenModels.GetFolderInfoRequest, options?: RequestOptions): Promise<GenModels.FolderNode>;
|
|
2600
|
+
/**
|
|
2601
|
+
* Returns information about folder.
|
|
2602
|
+
*
|
|
2603
|
+
* @param folderId Folder identifier
|
|
2604
|
+
*/
|
|
2605
|
+
getFolderInfoModel(folderId: string, options?: RequestOptions): Promise<GenModels.FolderInfoModel>;
|
|
2606
|
+
/**
|
|
2607
|
+
* Sets folder settings
|
|
2608
|
+
*
|
|
2609
|
+
* @param request The {@link GenModels} instance
|
|
2610
|
+
*/
|
|
2611
|
+
setFolderSettings(request: GenModels.SetFolderSettingsRequest, options?: RequestOptions): Promise<GenModels.FolderDataModel>;
|
|
2612
|
+
/**
|
|
2613
|
+
* Deletes folder
|
|
2614
|
+
*
|
|
2615
|
+
* @param folderId Folder identifier
|
|
2616
|
+
*/
|
|
2617
|
+
deleteFolder(folderId: string, options?: RequestOptions): Promise<void>;
|
|
2618
|
+
/**
|
|
2619
|
+
* Restores folder
|
|
2620
|
+
*
|
|
2621
|
+
* @param folderId Folder identifier
|
|
2622
|
+
*/
|
|
2623
|
+
restoreFolder(folderId: string, options?: RequestOptions): Promise<void>;
|
|
2624
|
+
/**
|
|
2625
|
+
* Checks if a folder can be deleted
|
|
2626
|
+
*
|
|
2627
|
+
* @param folderId Folder identifier
|
|
2628
|
+
*/
|
|
2629
|
+
canDeleteFolder(folderId: string, options?: RequestOptions): Promise<boolean>;
|
|
2630
|
+
/**
|
|
2631
|
+
* Creates subfolder and returns new folder identifier
|
|
2632
|
+
*
|
|
2633
|
+
* @param request The {@link GenModels} instance
|
|
2634
|
+
*/
|
|
2635
|
+
createSubfolder(request: GenModels.CreateSubfolderRequestModel, options?: RequestOptions): Promise<GenModels.FolderNode>;
|
|
2636
|
+
/**
|
|
2637
|
+
* Returns common information about folder.
|
|
2638
|
+
*
|
|
2639
|
+
* @param request Request model
|
|
2640
|
+
*
|
|
2641
|
+
* @returns Folder node with parents
|
|
2642
|
+
*/
|
|
2643
|
+
getFolderInfoWithParents(request: GenModels.GetFolderInfoWithParentsRequest, options?: RequestOptions): Promise<GenModels.FolderNodeWithParents>;
|
|
2644
|
+
/**
|
|
2645
|
+
* Detach user folder.
|
|
2646
|
+
*
|
|
2647
|
+
* @param request Request model
|
|
2648
|
+
*
|
|
2649
|
+
* @returns JSON representation of {@link GenModels} value, indicating result of the detach.
|
|
2650
|
+
*/
|
|
2651
|
+
detachUserFolders(request: GenModels.DetachUserFoldersRequest, options?: RequestOptions): Promise<void>;
|
|
2652
|
+
/**
|
|
2653
|
+
* Refresh folders settings cache
|
|
2654
|
+
*/
|
|
2655
|
+
refreshFolders(options?: RequestOptions): Promise<void>;
|
|
2656
|
+
}
|
|
2657
|
+
class LayoutFolderController extends BaseController implements ILayoutFolderController {
|
|
2658
|
+
getUserFoldersTreeData(request: GenModels.GetUserFoldersTreeDataRequest, options?: RequestOptions): Promise<Array<GenModels.FolderNode>>;
|
|
2659
|
+
getFolders(request: GenModels.GetFoldersRequest, options?: RequestOptions): Promise<Array<GenModels.FolderNode>>;
|
|
2660
|
+
checkFolderForAvailableCardKind(request: GenModels.CheckFolderForAvailableCardKindRequest, options?: RequestOptions): Promise<GenModels.CheckResult>;
|
|
2661
|
+
getFolderInfo(request: GenModels.GetFolderInfoRequest, options?: RequestOptions): Promise<GenModels.FolderNode>;
|
|
2662
|
+
getFolderInfoModel(folderId: string, options?: RequestOptions): Promise<GenModels.FolderInfoModel>;
|
|
2663
|
+
setFolderSettings(request: GenModels.SetFolderSettingsRequest, options?: RequestOptions): Promise<GenModels.FolderDataModel>;
|
|
2664
|
+
deleteFolder(folderId: string, options?: RequestOptions): Promise<void>;
|
|
2665
|
+
restoreFolder(folderId: string, options?: RequestOptions): Promise<void>;
|
|
2666
|
+
canDeleteFolder(folderId: string, options?: RequestOptions): Promise<boolean>;
|
|
2667
|
+
createSubfolder(request: GenModels.CreateSubfolderRequestModel, options?: RequestOptions): Promise<GenModels.FolderNode>;
|
|
2668
|
+
getFolderInfoWithParents(request: GenModels.GetFolderInfoWithParentsRequest, options?: RequestOptions): Promise<GenModels.FolderNodeWithParents>;
|
|
2669
|
+
detachUserFolders(request: GenModels.DetachUserFoldersRequest, options?: RequestOptions): Promise<void>;
|
|
2670
|
+
refreshFolders(options?: RequestOptions): Promise<void>;
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
export declare type $LayoutFolderController = {
|
|
2674
|
+
layoutFolderController: GenControllers.ILayoutFolderController;
|
|
2675
|
+
};
|
|
2676
|
+
export declare const $LayoutFolderController: string | ((model?: $LayoutFolderController) => GenControllers.ILayoutFolderController);
|
|
2677
|
+
export declare namespace GenControllers {
|
|
2678
|
+
/**
|
|
2679
|
+
* Layout links controller
|
|
2680
|
+
*/
|
|
2681
|
+
interface ILayoutLinksController {
|
|
2682
|
+
/**
|
|
2683
|
+
* GET: /LayoutLinks/DeleteLink
|
|
2684
|
+
*/
|
|
2685
|
+
deleteLink(request: GenModels.DeleteLinkRequest, options?: RequestOptions): Promise<void>;
|
|
2686
|
+
/**
|
|
2687
|
+
* GET: /LayoutLinks/DeleteFileLink
|
|
2688
|
+
*/
|
|
2689
|
+
deleteFile(request: GenModels.DeleteFileRequest, options?: RequestOptions): Promise<void>;
|
|
2690
|
+
/**
|
|
2691
|
+
* GET: /LayoutLinks/GetLinkTypes
|
|
2692
|
+
*/
|
|
2693
|
+
getLinkTypes(options?: RequestOptions): Promise<Array<GenModels.LinkType>>;
|
|
2694
|
+
/**
|
|
2695
|
+
* Returns setting MainLinkTypePresets/LinkType
|
|
2696
|
+
*/
|
|
2697
|
+
getMainLinkTypes(taskId: string, options?: RequestOptions): Promise<Array<GenModels.LinkType>>;
|
|
2698
|
+
/**
|
|
2699
|
+
* POST: /LayoutLinks/CardCreateLinks
|
|
2700
|
+
*/
|
|
2701
|
+
cardCreateLinks(allowedKinds: Array<GenModels.AllowedCardKind>, options?: RequestOptions): Promise<Array<GenModels.LayoutKindModel>>;
|
|
2702
|
+
/**
|
|
2703
|
+
* POST: /LayoutLinks/AddExistingCardLink
|
|
2704
|
+
*/
|
|
2705
|
+
addExistingCardLink(linkParams: GenModels.LayoutLinkCreateParams, options?: RequestOptions): Promise<void>;
|
|
2706
|
+
/**
|
|
2707
|
+
* POST: /LayoutLinks/AddUrlLink
|
|
2708
|
+
*
|
|
2709
|
+
* @param addUrlLinkParams
|
|
2710
|
+
*/
|
|
2711
|
+
addUrlLink(addUrlLinkParams: GenModels.AddUrlLinkParams, options?: RequestOptions): Promise<void>;
|
|
2712
|
+
/**
|
|
2713
|
+
* POST: /LayoutLinks/AddFilesLinks
|
|
2714
|
+
*/
|
|
2715
|
+
addFilesLinks(options?: RequestOptions): Promise<any>;
|
|
2716
|
+
/**
|
|
2717
|
+
* POST: /LayoutLinks/SetLinkDescription
|
|
2718
|
+
*/
|
|
2719
|
+
setLinkDescription(data: GenModels.LayoutSetLinkDescriptionParams, options?: RequestOptions): Promise<void>;
|
|
2720
|
+
/**
|
|
2721
|
+
* POST: /LayoutLinks/GetLinks
|
|
2722
|
+
*/
|
|
2723
|
+
getLinks(request: GenModels.GetLinksRequest, options?: RequestOptions): Promise<GenModels.LinksDataModel>;
|
|
2724
|
+
/**
|
|
2725
|
+
* POST: /LayoutLinks/CheckReadMainFileAvailable
|
|
2726
|
+
*/
|
|
2727
|
+
checkReadMainFileAvailable(request: GenModels.CheckReadMainFileAvailableRequest, options?: RequestOptions): Promise<boolean>;
|
|
2728
|
+
}
|
|
2729
|
+
class LayoutLinksController extends BaseController implements ILayoutLinksController {
|
|
2730
|
+
deleteLink(request: GenModels.DeleteLinkRequest, options?: RequestOptions): Promise<void>;
|
|
2731
|
+
deleteFile(request: GenModels.DeleteFileRequest, options?: RequestOptions): Promise<void>;
|
|
2732
|
+
getLinkTypes(options?: RequestOptions): Promise<Array<GenModels.LinkType>>;
|
|
2733
|
+
getMainLinkTypes(taskId: string, options?: RequestOptions): Promise<Array<GenModels.LinkType>>;
|
|
2734
|
+
cardCreateLinks(allowedKinds: Array<GenModels.AllowedCardKind>, options?: RequestOptions): Promise<Array<GenModels.LayoutKindModel>>;
|
|
2735
|
+
addExistingCardLink(linkParams: GenModels.LayoutLinkCreateParams, options?: RequestOptions): Promise<void>;
|
|
2736
|
+
addUrlLink(addUrlLinkParams: GenModels.AddUrlLinkParams, options?: RequestOptions): Promise<void>;
|
|
2737
|
+
addFilesLinks(options?: RequestOptions): Promise<any>;
|
|
2738
|
+
setLinkDescription(data: GenModels.LayoutSetLinkDescriptionParams, options?: RequestOptions): Promise<void>;
|
|
2739
|
+
getLinks(request: GenModels.GetLinksRequest, options?: RequestOptions): Promise<GenModels.LinksDataModel>;
|
|
2740
|
+
checkReadMainFileAvailable(request: GenModels.CheckReadMainFileAvailableRequest, options?: RequestOptions): Promise<boolean>;
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
export declare type $LayoutLinksController = {
|
|
2744
|
+
layoutLinksController: GenControllers.ILayoutLinksController;
|
|
2745
|
+
};
|
|
2746
|
+
export declare const $LayoutLinksController: string | ((model?: $LayoutLinksController) => GenControllers.ILayoutLinksController);
|
|
2747
|
+
export declare namespace GenControllers {
|
|
2748
|
+
/**
|
|
2749
|
+
* Layout controller for staff directory
|
|
2750
|
+
*/
|
|
2751
|
+
interface ILayoutStaffController {
|
|
2752
|
+
/**
|
|
2753
|
+
* Find department by name
|
|
2754
|
+
*
|
|
2755
|
+
* @param query Search string
|
|
2756
|
+
*/
|
|
2757
|
+
findDepartments(query: GenModels.DepartmentSearchQuery, options?: RequestOptions): Promise<GenModels.FindDepartmentsResponse>;
|
|
2758
|
+
/**
|
|
2759
|
+
* Find departments tree by search query
|
|
2760
|
+
*
|
|
2761
|
+
* @param query Search query
|
|
2762
|
+
*/
|
|
2763
|
+
loadDepartmentsTree(query: GenModels.DepartmentLoadTreeQuery, options?: RequestOptions): Promise<Array<GenModels.DepartmentTreeNode>>;
|
|
2764
|
+
/**
|
|
2765
|
+
* Find in departments tree
|
|
2766
|
+
*/
|
|
2767
|
+
findInDepartmentsTree(query: GenModels.DepartmentFindInTreeQuery, options?: RequestOptions): Promise<GenModels.DepartmentFindInTreeResult>;
|
|
2768
|
+
/**
|
|
2769
|
+
* Get departments info
|
|
2770
|
+
*/
|
|
2771
|
+
getDepartmentsInfo(requestModel: GenModels.GetDepartmentsInfoRequestModel, options?: RequestOptions): Promise<Array<GenModels.DepartmentExtendedModel>>;
|
|
2772
|
+
/**
|
|
2773
|
+
* Get employees and departments info
|
|
2774
|
+
*/
|
|
2775
|
+
getStaffInfo(request: GenModels.StaffInfoRequestModel, options?: RequestOptions): Promise<GenModels.StaffInfoResponseModel>;
|
|
2776
|
+
/**
|
|
2777
|
+
* Get departments and all its parents info
|
|
2778
|
+
*/
|
|
2779
|
+
getDepartmentPath(model: GenModels.GetDepartmentPathRequestModel, options?: RequestOptions): Promise<Array<GenModels.DepartmentExtendedModel>>;
|
|
2780
|
+
/**
|
|
2781
|
+
* Load department by parent
|
|
2782
|
+
*
|
|
2783
|
+
* @param query search query
|
|
2784
|
+
*/
|
|
2785
|
+
loadDepartmentsFlat(query: GenModels.DepartmentLoadFlatQuery, options?: RequestOptions): Promise<GenModels.DepartmentLoadFlatResponse>;
|
|
2786
|
+
/**
|
|
2787
|
+
* Find department by name
|
|
2788
|
+
*
|
|
2789
|
+
* @param query search string
|
|
2790
|
+
*/
|
|
2791
|
+
findInDepartmentsFlat(query: GenModels.DepartmentSearchFlatQuery, options?: RequestOptions): Promise<GenModels.DepartmentSearchFlatResponse>;
|
|
2792
|
+
/**
|
|
2793
|
+
* Find department by name
|
|
2794
|
+
*
|
|
2795
|
+
* @param query search string
|
|
2796
|
+
*/
|
|
2797
|
+
getParentDepartments(query: GenModels.GetParentDepartmentsRequest, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
2798
|
+
/**
|
|
2799
|
+
* Get employee image by employee id
|
|
2800
|
+
*/
|
|
2801
|
+
getEmployeeImage(employeeId: string, imageHash?: string, options?: RequestOptions): Promise<any>;
|
|
2802
|
+
/**
|
|
2803
|
+
* Get employee default icon by employee id
|
|
2804
|
+
*/
|
|
2805
|
+
getEmployeeImageDefault(employeeId: string, height?: number, options?: RequestOptions): Promise<any>;
|
|
2806
|
+
/**
|
|
2807
|
+
* HTTP: /Employees/Find
|
|
2808
|
+
*/
|
|
2809
|
+
findEmployees(request: GenModels.FindEmployeesRequest, options?: RequestOptions): Promise<GenModels.FindEmployeesResponse>;
|
|
2810
|
+
/**
|
|
2811
|
+
* HTTP: /Employees/SetActive
|
|
2812
|
+
*/
|
|
2813
|
+
setActive(options?: RequestOptions): Promise<void>;
|
|
2814
|
+
/**
|
|
2815
|
+
* HTTP: /Employees/SetStatusInfo
|
|
2816
|
+
*/
|
|
2817
|
+
setStatusInfo(status: GenModels.UpdateEmployeeStatusModel, options?: RequestOptions): Promise<void>;
|
|
2818
|
+
/**
|
|
2819
|
+
* HTTP: /Employees/SetLastRefuseDateTime
|
|
2820
|
+
*/
|
|
2821
|
+
setLastRefuseDateTime(options?: RequestOptions): Promise<void>;
|
|
2822
|
+
/**
|
|
2823
|
+
* Set certificate
|
|
2824
|
+
*/
|
|
2825
|
+
setCertificate(request: GenModels.SetCertificateRequest, options?: RequestOptions): Promise<any>;
|
|
2826
|
+
/**
|
|
2827
|
+
* Get certificate
|
|
2828
|
+
*/
|
|
2829
|
+
getCertificate(employeeId: string, options?: RequestOptions): Promise<GenModels.FileCardModelWithCertificateInfo>;
|
|
2830
|
+
}
|
|
2831
|
+
class LayoutStaffController extends BaseController implements ILayoutStaffController {
|
|
2832
|
+
findDepartments(query: GenModels.DepartmentSearchQuery, options?: RequestOptions): Promise<GenModels.FindDepartmentsResponse>;
|
|
2833
|
+
loadDepartmentsTree(query: GenModels.DepartmentLoadTreeQuery, options?: RequestOptions): Promise<Array<GenModels.DepartmentTreeNode>>;
|
|
2834
|
+
findInDepartmentsTree(query: GenModels.DepartmentFindInTreeQuery, options?: RequestOptions): Promise<GenModels.DepartmentFindInTreeResult>;
|
|
2835
|
+
getDepartmentsInfo(requestModel: GenModels.GetDepartmentsInfoRequestModel, options?: RequestOptions): Promise<Array<GenModels.DepartmentExtendedModel>>;
|
|
2836
|
+
getStaffInfo(request: GenModels.StaffInfoRequestModel, options?: RequestOptions): Promise<GenModels.StaffInfoResponseModel>;
|
|
2837
|
+
getDepartmentPath(model: GenModels.GetDepartmentPathRequestModel, options?: RequestOptions): Promise<Array<GenModels.DepartmentExtendedModel>>;
|
|
2838
|
+
loadDepartmentsFlat(query: GenModels.DepartmentLoadFlatQuery, options?: RequestOptions): Promise<GenModels.DepartmentLoadFlatResponse>;
|
|
2839
|
+
findInDepartmentsFlat(query: GenModels.DepartmentSearchFlatQuery, options?: RequestOptions): Promise<GenModels.DepartmentSearchFlatResponse>;
|
|
2840
|
+
getParentDepartments(query: GenModels.GetParentDepartmentsRequest, options?: RequestOptions): Promise<Array<GenModels.DepartmentModel>>;
|
|
2841
|
+
getEmployeeImage(employeeId: string, imageHash?: string, options?: RequestOptions): Promise<any>;
|
|
2842
|
+
getEmployeeImageDefault(employeeId: string, height?: number, options?: RequestOptions): Promise<any>;
|
|
2843
|
+
findEmployees(request: GenModels.FindEmployeesRequest, options?: RequestOptions): Promise<GenModels.FindEmployeesResponse>;
|
|
2844
|
+
setActive(options?: RequestOptions): Promise<void>;
|
|
2845
|
+
setStatusInfo(status: GenModels.UpdateEmployeeStatusModel, options?: RequestOptions): Promise<void>;
|
|
2846
|
+
setLastRefuseDateTime(options?: RequestOptions): Promise<void>;
|
|
2847
|
+
setCertificate(request: GenModels.SetCertificateRequest, options?: RequestOptions): Promise<any>;
|
|
2848
|
+
getCertificate(employeeId: string, options?: RequestOptions): Promise<GenModels.FileCardModelWithCertificateInfo>;
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
export declare type $LayoutStaffController = {
|
|
2852
|
+
layoutStaffController: GenControllers.ILayoutStaffController;
|
|
2853
|
+
};
|
|
2854
|
+
export declare const $LayoutStaffController: string | ((model?: $LayoutStaffController) => GenControllers.ILayoutStaffController);
|
|
2855
|
+
export declare namespace GenControllers {
|
|
2856
|
+
/**
|
|
2857
|
+
* Resources controller
|
|
2858
|
+
*/
|
|
2859
|
+
interface ILocalizationController {
|
|
2860
|
+
/**
|
|
2861
|
+
* Updates localization
|
|
2862
|
+
*/
|
|
2863
|
+
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2864
|
+
/**
|
|
2865
|
+
* Reset localization
|
|
2866
|
+
*/
|
|
2867
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2868
|
+
}
|
|
2869
|
+
class LocalizationController extends BaseController implements ILocalizationController {
|
|
2870
|
+
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2871
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
export declare type $LocalizationController = {
|
|
2875
|
+
localizationController: GenControllers.ILocalizationController;
|
|
2876
|
+
};
|
|
2877
|
+
export declare const $LocalizationController: string | ((model?: $LocalizationController) => GenControllers.ILocalizationController);
|
|
2878
|
+
export declare namespace GenControllers {
|
|
2879
|
+
/**
|
|
2880
|
+
* WebDAV controller
|
|
2881
|
+
*/
|
|
2882
|
+
interface IWebDavController {
|
|
2883
|
+
/**
|
|
2884
|
+
* Getting file
|
|
2885
|
+
*
|
|
2886
|
+
* @param id File card identifier
|
|
2887
|
+
* @param idext File name
|
|
2888
|
+
*/
|
|
2889
|
+
get(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2890
|
+
/**
|
|
2891
|
+
* Request for resource existence
|
|
2892
|
+
*
|
|
2893
|
+
* @param id File card identifier
|
|
2894
|
+
* @param idext File name
|
|
2895
|
+
*/
|
|
2896
|
+
head(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2897
|
+
/**
|
|
2898
|
+
* Request for resource locking
|
|
2899
|
+
*
|
|
2900
|
+
* @param id File card identifier
|
|
2901
|
+
* @param idext File name
|
|
2902
|
+
*/
|
|
2903
|
+
lock(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2904
|
+
/**
|
|
2905
|
+
* Request for root resource
|
|
2906
|
+
*
|
|
2907
|
+
* @param id File card identifier
|
|
2908
|
+
*
|
|
2909
|
+
* @returns Returns supported Http methods list
|
|
2910
|
+
*/
|
|
2911
|
+
options(id: string, options?: RequestOptions): Promise<any>;
|
|
2912
|
+
/**
|
|
2913
|
+
* Get resource properties
|
|
2914
|
+
*
|
|
2915
|
+
* @param id File card identifier
|
|
2916
|
+
* @param idext File name
|
|
2917
|
+
*/
|
|
2918
|
+
propfind(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2919
|
+
/**
|
|
2920
|
+
* Changing resource properties
|
|
2921
|
+
*
|
|
2922
|
+
* @param id File card identifier
|
|
2923
|
+
* @param idext File name
|
|
2924
|
+
*/
|
|
2925
|
+
proppatch(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2926
|
+
/**
|
|
2927
|
+
* Changing file card content (adding file version)
|
|
2928
|
+
*
|
|
2929
|
+
* @param id File card identifier
|
|
2930
|
+
* @param idext File name
|
|
2931
|
+
*/
|
|
2932
|
+
put(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2933
|
+
/**
|
|
2934
|
+
* Request for unlocking resource
|
|
2935
|
+
*
|
|
2936
|
+
* @param id File card identifier
|
|
2937
|
+
* @param idext File name
|
|
2938
|
+
*/
|
|
2939
|
+
unlock(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2940
|
+
}
|
|
2941
|
+
class WebDavController extends BaseController implements IWebDavController {
|
|
2942
|
+
get(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2943
|
+
head(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2944
|
+
lock(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2945
|
+
options(id: string, options?: RequestOptions): Promise<any>;
|
|
2946
|
+
propfind(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2947
|
+
proppatch(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2948
|
+
put(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2949
|
+
unlock(id: string, idext: string, options?: RequestOptions): Promise<any>;
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
export declare type $WebDavController = {
|
|
2953
|
+
webDavController: GenControllers.IWebDavController;
|
|
2954
|
+
};
|
|
2955
|
+
export declare const $WebDavController: string | ((model?: $WebDavController) => GenControllers.IWebDavController);
|