@docsvision/webclient 6.1.0 → 6.1.2-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/App.d.ts +8 -8
- package/Application.d.ts +3 -3
- package/Approval/$AgreementHistoryStageRenderer.d.ts +2 -2
- package/Approval/$AgreementOptions.d.ts +3 -3
- package/Approval/AcquaintanceManagement.d.ts +3 -3
- package/Approval/AcquaintanceManagementImpl.d.ts +6 -6
- package/Approval/AgreementHistory.d.ts +15 -9
- package/Approval/AgreementHistoryImpl.d.ts +7 -7
- package/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListImpl.d.ts +7 -7
- package/Approval/AgreementManagement.d.ts +5 -5
- package/Approval/AgreementManagementImpl.d.ts +23 -13
- package/Approval/AgreementStage.d.ts +2 -2
- package/Approval/AgreementStageEmployeesLoader.d.ts +13 -13
- package/Approval/AgreementStageProps.d.ts +2 -2
- package/Approval/AgreementStageState.d.ts +1 -1
- package/Approval/ApprovalCycleInfo.d.ts +15 -4
- package/Approval/ApprovalCycleList.d.ts +6 -3
- package/Approval/ApprovalCycleListProps.d.ts +2 -2
- package/Approval/ApprovalHistoryFullStageInfo.d.ts +22 -1
- package/Approval/ApprovalStageInfo.d.ts +31 -2
- package/Approval/ApprovalStageItemComment.d.ts +7 -4
- package/Approval/ApprovalStageItemRow.d.ts +4 -1
- package/Approval/CardApprovalCycle.d.ts +3 -3
- package/Approval/CardApprovalCycleImpl.d.ts +7 -7
- package/Approval/CardApprovalStage.d.ts +4 -4
- package/Approval/CardApprovalStageImpl.d.ts +7 -7
- package/Approval/IAgreementListTableColumn.d.ts +2 -1
- package/Approval/IApprovalHistoryTableProps.d.ts +11 -3
- package/Approval/IApprovalStageItemRowProps.d.ts +6 -5
- package/Approval/TemplateComboVariant.d.ts +1 -1
- package/BackOffice/$CloudSignature.d.ts +5 -5
- package/BackOffice/$CryptoPro.d.ts +1 -1
- package/BackOffice/$DigitalSignature.d.ts +25 -15
- package/BackOffice/$LinksSearchCardsService.d.ts +3 -3
- package/BackOffice/$OperationParametersPanel.d.ts +4 -4
- package/BackOffice/$SelectionRow.d.ts +1 -1
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +2 -2
- package/BackOffice/AcknowledgementList.d.ts +10 -10
- package/BackOffice/AcknowledgementListButton.d.ts +1 -1
- package/BackOffice/AcknowledgementListContainer.d.ts +2 -2
- package/BackOffice/ActionButton.d.ts +3 -3
- package/BackOffice/ActionMenu.d.ts +3 -3
- package/BackOffice/AddComment.d.ts +2 -2
- package/BackOffice/AddUrlDialog.d.ts +1 -1
- package/BackOffice/Address.d.ts +4 -4
- package/BackOffice/AddressImpl.d.ts +12 -11
- package/BackOffice/ApprovalTaskComplete.d.ts +5 -5
- package/BackOffice/AuthenticationKindsView.d.ts +2 -2
- package/BackOffice/BackOfficeChildTask.d.ts +2 -2
- package/BackOffice/BackOfficeCreateLink.d.ts +9 -9
- package/BackOffice/CardKind.d.ts +5 -5
- package/BackOffice/CardKindImpl.d.ts +7 -7
- package/BackOffice/CardKindTree.d.ts +3 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +3 -3
- package/BackOffice/ChangeSectionValues.d.ts +3 -3
- package/BackOffice/CheckPerformer.d.ts +1 -1
- package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +7 -7
- package/BackOffice/CollapseAllTaskTableRows.d.ts +1 -1
- package/BackOffice/CollapseTaskTableRow.d.ts +1 -1
- package/BackOffice/ColumnSettingsDialog.d.ts +9 -9
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/CommentBodyContents.d.ts +2 -2
- package/BackOffice/CommentDeleteIcon.d.ts +1 -1
- package/BackOffice/CommentEditIcon.d.ts +1 -1
- package/BackOffice/CommentEditor.d.ts +5 -5
- package/BackOffice/CommentHeader.d.ts +1 -1
- package/BackOffice/CommentInputTextArea.d.ts +3 -3
- package/BackOffice/CommentModel.d.ts +1 -1
- package/BackOffice/CommentUserIcon.d.ts +1 -1
- package/BackOffice/Comments.d.ts +12 -12
- package/BackOffice/CommentsImpl.d.ts +8 -8
- package/BackOffice/CompareTasks.d.ts +1 -1
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +3 -3
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +3 -3
- package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +3 -3
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +7 -0
- package/BackOffice/ConvertResponseToTree.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +1 -1
- package/BackOffice/CreateRelatedCardButton.d.ts +10 -10
- package/BackOffice/CreateRelatedCardButtonImpl.d.ts +7 -7
- package/BackOffice/CreateWindow.d.ts +4 -4
- package/BackOffice/CryptoProDssService.d.ts +15 -15
- package/BackOffice/CryptoProService.d.ts +2 -2
- package/BackOffice/DebugUtils.d.ts +2 -0
- package/BackOffice/DelegateBatchOperation.d.ts +14 -14
- package/BackOffice/DelegateBatchOperationImpl.d.ts +5 -5
- package/BackOffice/DelegationParameters.d.ts +2 -2
- package/BackOffice/DelegationParamsPanel.d.ts +9 -9
- package/BackOffice/DeleteLogic.d.ts +2 -2
- package/BackOffice/DeleteSection.d.ts +2 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -2
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +3 -3
- package/BackOffice/DeleteTaskRow.d.ts +2 -2
- package/BackOffice/Department.d.ts +3 -3
- package/BackOffice/DepartmentFilter.d.ts +1 -1
- package/BackOffice/DepartmentFilterView.d.ts +2 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +12 -7
- package/BackOffice/DepartmentImpl.d.ts +9 -8
- package/BackOffice/DepartmentSelectDialog.d.ts +5 -5
- package/BackOffice/DepartmentSelectDialogFlat.d.ts +14 -10
- package/BackOffice/DigitalSignatureService.d.ts +25 -23
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +9 -6
- package/BackOffice/DirectoryDesignerActionButton.d.ts +2 -2
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +3 -3
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +3 -3
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +3 -3
- package/BackOffice/DirectoryDesignerRow.d.ts +9 -9
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +12 -10
- package/BackOffice/DirectoryDesignerRowSelectDialog.d.ts +3 -3
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryEntryModal.d.ts +4 -4
- package/BackOffice/DirectoryEntryModalLogic.d.ts +24 -13
- package/BackOffice/DirectoryFrame.d.ts +2 -2
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +3 -3
- package/BackOffice/DirectorySearchContainer.d.ts +1 -1
- package/BackOffice/DirectorySearchContent.d.ts +3 -3
- package/BackOffice/DirectorySearchCounter.d.ts +1 -1
- package/BackOffice/DirectorySearchInfo.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +9 -9
- package/BackOffice/DirectorySearchResultList.d.ts +4 -4
- package/BackOffice/DirectorySearchResultLogic.d.ts +5 -2
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DirectorySplitter.d.ts +1 -1
- package/BackOffice/DirectoryTabContents.d.ts +1 -1
- package/BackOffice/DirectoryTabInfo.d.ts +1 -1
- package/BackOffice/DirectoryTabItem.d.ts +1 -1
- package/BackOffice/DirectoryTabPanel.d.ts +1 -1
- package/BackOffice/DirectoryTabs.d.ts +7 -7
- package/BackOffice/DirectoryTabs.stories.d.ts +2 -2
- package/BackOffice/DirectoryTabsLogic.d.ts +6 -6
- package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
- package/BackOffice/DirectoryTree.d.ts +5 -4
- package/BackOffice/DirectoryTree.stories.d.ts +2 -2
- package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeIcon.d.ts +3 -3
- package/BackOffice/DirectoryTreeList.d.ts +5 -5
- package/BackOffice/DirectoryTreeLogic.d.ts +21 -21
- package/BackOffice/DirectoryTreeRow.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
- package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
- package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
- package/BackOffice/DirectoryValues.d.ts +3 -3
- package/BackOffice/DirectoryValues.stories.d.ts +2 -2
- package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
- package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
- package/BackOffice/DirectoryValuesIcon.d.ts +3 -3
- package/BackOffice/DirectoryValuesLogic.d.ts +3 -3
- package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
- package/BackOffice/DisplayInitiator.d.ts +9 -9
- package/BackOffice/DisplayInitiatorImpl.d.ts +4 -4
- package/BackOffice/DisplayPerformers.d.ts +5 -5
- package/BackOffice/DisplayPerformersImpl.d.ts +4 -4
- package/BackOffice/Document.d.ts +1 -1
- package/BackOffice/DssAuthorizationModels.d.ts +3 -1
- package/BackOffice/DssCertificateModels.d.ts +14 -10
- package/BackOffice/DssPolicyModels.d.ts +5 -3
- package/BackOffice/DssSignRequestModels.d.ts +27 -14
- package/BackOffice/EditComment.d.ts +2 -2
- package/BackOffice/EditTaskDescription.d.ts +7 -7
- package/BackOffice/EditTaskDescriptionDialog.d.ts +3 -3
- package/BackOffice/EditTaskDuration.d.ts +10 -10
- package/BackOffice/EditTaskDurationDialog.d.ts +4 -4
- package/BackOffice/EditWindow.d.ts +4 -4
- package/BackOffice/EmailButton.d.ts +10 -8
- package/BackOffice/EmailButtonContainer.d.ts +4 -4
- package/BackOffice/EmailButtonFiles.d.ts +5 -3
- package/BackOffice/EmailButtonItem.d.ts +6 -4
- package/BackOffice/EmailButtonLogic.d.ts +2 -2
- package/BackOffice/EmailButtonOptions.d.ts +11 -11
- package/BackOffice/EmailButtonSelectedSize.d.ts +5 -3
- package/BackOffice/EmailButtonView.d.ts +9 -9
- package/BackOffice/Employee.d.ts +3 -3
- package/BackOffice/EmployeeImpl.d.ts +17 -9
- package/BackOffice/EmployeesTabFrame.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +11 -11
- package/BackOffice/ExpandTaskTableRow.d.ts +1 -1
- package/BackOffice/ExtraFileIcon.d.ts +1 -1
- package/BackOffice/FavoriteEmployeesStorage.d.ts +2 -2
- package/BackOffice/FileListAttachElements.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +4 -0
- package/BackOffice/FileListControl.d.ts +20 -15
- package/BackOffice/FileListControlImpl.d.ts +16 -16
- package/BackOffice/FileListControlLogic.d.ts +17 -16
- package/BackOffice/FileListItemComponent.d.ts +5 -2
- package/BackOffice/FileListItemPlaceholderComponent.d.ts +2 -2
- package/BackOffice/FileListItemProps.d.ts +10 -9
- package/BackOffice/FileListVersionPlaceholder.d.ts +1 -1
- package/BackOffice/FileRenamingDialog.d.ts +13 -13
- package/BackOffice/FileSign.d.ts +4 -4
- package/BackOffice/FileSignListDialog.d.ts +10 -2
- package/BackOffice/FileSignListDialog.stories.d.ts +13 -0
- package/BackOffice/FindMaxLevelIdent.d.ts +1 -1
- package/BackOffice/FindSection.d.ts +9 -0
- package/BackOffice/FindTaskRow.d.ts +1 -1
- package/BackOffice/FlatternRows.d.ts +1 -1
- package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -2
- package/BackOffice/GetCalendarType.d.ts +1 -1
- package/BackOffice/GetDirectoryTreeRowModel.d.ts +1 -1
- package/BackOffice/GetEmlUrl.d.ts +1 -1
- package/BackOffice/GetHelpBoxRowInfo.d.ts +2 -2
- package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -3
- package/BackOffice/GetPowersIconClassName.d.ts +7 -0
- package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +2 -2
- package/BackOffice/GroupTaskCardSelectPerformers.d.ts +36 -36
- package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +40 -40
- package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +3 -3
- package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +21 -21
- package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +1 -1
- package/BackOffice/GzPerformersOverlay.d.ts +3 -3
- package/BackOffice/History.d.ts +4 -4
- package/BackOffice/HistoryImpl.d.ts +6 -6
- package/BackOffice/HistoryRecordView.d.ts +2 -2
- package/BackOffice/HistoryView.d.ts +7 -7
- package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +2 -2
- package/BackOffice/IChangeResponsibleEventArgs.d.ts +3 -3
- package/BackOffice/IChangingTaskOrderEventArgs.d.ts +3 -3
- package/BackOffice/ICommentProps.d.ts +2 -2
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +5 -5
- package/BackOffice/IDirectoryTreeRow.d.ts +1 -1
- package/BackOffice/IExtraFileAdded.d.ts +3 -0
- package/BackOffice/IFileListOperation.d.ts +1 -1
- package/BackOffice/IFileListWrapper.d.ts +1 -1
- package/BackOffice/IFileMenuItem.d.ts +1 -1
- package/BackOffice/IFileSignInteractionModel.d.ts +3 -3
- package/BackOffice/IFileTypeChangeArgs.d.ts +4 -0
- package/BackOffice/IGetCertificateResult.d.ts +3 -3
- package/BackOffice/IMainFileAdded.d.ts +3 -0
- package/BackOffice/INewCardLinkDialogProps.d.ts +3 -3
- package/BackOffice/INewFileList.d.ts +3 -0
- package/BackOffice/IParametersRequestEventArgs.d.ts +2 -2
- package/BackOffice/IPerformerEventArgs.d.ts +4 -4
- package/BackOffice/IPerformersEventArgs.d.ts +2 -2
- package/BackOffice/IPowerModel.d.ts +10 -0
- package/BackOffice/IPowersDataLoadingEventArgs.d.ts +11 -0
- package/BackOffice/IPowersDialog.d.ts +5 -0
- package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
- package/BackOffice/IPowersTreeRow.d.ts +6 -0
- package/BackOffice/ISignRequest.d.ts +2 -2
- package/BackOffice/IStaffDirectoryItemsDialog.d.ts +2 -2
- package/BackOffice/ITaskDescriptionDialogManagement.d.ts +1 -1
- package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +3 -3
- package/BackOffice/ITaskDescriptionEventArgs.d.ts +3 -3
- package/BackOffice/ITaskDurationDialogManagement.d.ts +2 -2
- package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +3 -3
- package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +3 -3
- package/BackOffice/ITaskIntervalEventArgs.d.ts +3 -3
- package/BackOffice/ITaskListProps.d.ts +1 -1
- package/BackOffice/ITasksDistributionEventArgs.d.ts +4 -4
- package/BackOffice/ITasksTableModel.d.ts +1 -1
- package/BackOffice/ITasksTableRow.d.ts +1 -1
- package/BackOffice/ITasksTreeContainerProps.d.ts +2 -1
- package/BackOffice/ITasksTreeNodeResolver.d.ts +2 -2
- package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +1 -1
- package/BackOffice/InfoPopover.d.ts +10 -10
- package/BackOffice/InitialCheckboxes.d.ts +3 -3
- package/BackOffice/InitializeDefaultGroupsAndColors.d.ts +2 -2
- package/BackOffice/InnerWindow.d.ts +1 -1
- package/BackOffice/InsertLoadedChildrenRows.d.ts +2 -2
- package/BackOffice/InsertLoadedTaskTableRows.d.ts +2 -2
- package/BackOffice/LinkInfoPopover.d.ts +2 -2
- package/BackOffice/LinkInfoPopoverProps.d.ts +1 -1
- package/BackOffice/LinkSelectionItem.d.ts +2 -2
- package/BackOffice/LinkTypeComboBoxVariant.d.ts +2 -1
- package/BackOffice/Links.d.ts +15 -15
- package/BackOffice/LinksImpl.d.ts +20 -20
- package/BackOffice/LinksSearchCardsService.d.ts +3 -3
- package/BackOffice/LoadCloudCertificates.d.ts +3 -3
- package/BackOffice/LoadEmployeeLayoutFunctions.d.ts +6 -4
- package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/LoadSectionLayoutFunctions.d.ts +4 -3
- package/BackOffice/LoadSystemCertificates.d.ts +3 -3
- package/BackOffice/MainFileIcon.d.ts +1 -1
- package/BackOffice/MultipleEmployees.d.ts +4 -4
- package/BackOffice/MultipleEmployeesImpl.d.ts +9 -8
- package/BackOffice/NewCardLinkDialog.d.ts +14 -8
- package/BackOffice/NewCardLinkDialogArgs.d.ts +1 -1
- package/BackOffice/Numerator.d.ts +6 -6
- package/BackOffice/NumeratorImpl.d.ts +13 -12
- package/BackOffice/OpenTaskInNewWindow.d.ts +2 -2
- package/BackOffice/OperationExecutingEventArgs.d.ts +5 -5
- package/BackOffice/OperationParametersPanelEventArgs.d.ts +5 -5
- package/BackOffice/Partner.d.ts +6 -6
- package/BackOffice/PartnerBase.d.ts +8 -8
- package/BackOffice/PartnerBaseImpl.d.ts +4 -4
- package/BackOffice/PartnerDepartment.d.ts +8 -6
- package/BackOffice/PartnerDepartmentImpl.d.ts +6 -6
- package/BackOffice/PartnerDirectoryBase.d.ts +7 -7
- package/BackOffice/PartnerDirectoryBaseImpl.d.ts +8 -7
- package/BackOffice/PartnerDirectorySelectDialog.d.ts +4 -4
- package/BackOffice/PartnerImpl.d.ts +7 -7
- package/BackOffice/PartnerSelectDialog.d.ts +13 -12
- package/BackOffice/PartnerTypeaheadVariant.d.ts +4 -4
- package/BackOffice/PartnersDirectory.d.ts +3 -3
- package/BackOffice/PerformersTable.d.ts +16 -16
- package/BackOffice/PerformingHistoryView.d.ts +4 -4
- package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
- package/BackOffice/PowerOfAttorneyInfo.d.ts +11 -0
- package/BackOffice/Powers.d.ts +72 -0
- package/BackOffice/Powers.stories.d.ts +20 -0
- package/BackOffice/PowersDialogLocations.d.ts +3 -0
- package/BackOffice/PowersDirectory.d.ts +49 -0
- package/BackOffice/PowersDirectory.stories.d.ts +20 -0
- package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
- package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
- package/BackOffice/PowersDirectoryHead.d.ts +7 -0
- package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
- package/BackOffice/PowersDirectoryLogic.d.ts +172 -0
- package/BackOffice/PowersDirectorySaveExpandedState.d.ts +5 -0
- package/BackOffice/PowersDirectoryTreeAddButton.d.ts +17 -0
- package/BackOffice/PowersDirectoryView.d.ts +60 -0
- package/BackOffice/PowersImpl.d.ts +73 -0
- package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
- package/BackOffice/PowersSelectDialog.d.ts +74 -0
- package/BackOffice/PrepareTasksTableModel.d.ts +3 -3
- package/BackOffice/PrintButton.d.ts +2 -2
- package/BackOffice/PrintButtonContainer.d.ts +4 -4
- package/BackOffice/PrintButtonLogic.d.ts +3 -3
- package/BackOffice/PrintButtonView.d.ts +2 -3
- package/BackOffice/ProcessIndication.d.ts +2 -2
- package/BackOffice/ProcessSettingsChanged.d.ts +2 -2
- package/BackOffice/SearchIcon.d.ts +1 -1
- package/BackOffice/SelectNextRow.d.ts +1 -1
- package/BackOffice/SelectionRowService.d.ts +5 -4
- package/BackOffice/SequentialParallelToggle.d.ts +3 -3
- package/BackOffice/SetManager.d.ts +2 -2
- package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
- package/BackOffice/ShowPreviousComments.d.ts +1 -1
- package/BackOffice/SignatureButton.d.ts +12 -10
- package/BackOffice/SignatureButtonComponent.d.ts +1 -1
- package/BackOffice/SignatureButtonContainer.d.ts +2 -2
- package/BackOffice/SignatureButtonLogic.d.ts +1 -1
- package/BackOffice/SignatureButtonMenu.d.ts +1 -1
- package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
- package/BackOffice/SignatureDialog.d.ts +7 -2
- package/BackOffice/SignatureDialog.stories.d.ts +4 -0
- package/BackOffice/SignatureDialogFrame.d.ts +2 -0
- package/BackOffice/SignatureDialogLabels.d.ts +3 -2
- package/BackOffice/SignatureDialogLogic.d.ts +27 -7
- package/BackOffice/SignatureDialogMethods.d.ts +3 -2
- package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
- package/BackOffice/SignatureDialogSettings.d.ts +3 -2
- package/BackOffice/SignatureMethodsSetup.d.ts +20 -20
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +4 -4
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +5 -5
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +3 -3
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +9 -9
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
- package/BackOffice/SimpleItemViewContent.d.ts +3 -3
- package/BackOffice/StaffDirectory.d.ts +2 -2
- package/BackOffice/StaffDirectoryAreas.d.ts +8 -8
- package/BackOffice/StaffDirectoryContainer.d.ts +2 -2
- package/BackOffice/StaffDirectoryHead.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfo.d.ts +2 -2
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +13 -10
- package/BackOffice/StaffDirectoryItems.d.ts +18 -18
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +29 -27
- package/BackOffice/StaffDirectoryLogic.d.ts +10 -9
- package/BackOffice/StaffDirectorySelectDialog.d.ts +14 -13
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/StaffDirectoryView.d.ts +13 -14
- package/BackOffice/StaffTypeaheadVariant.d.ts +2 -2
- package/BackOffice/State.d.ts +4 -4
- package/BackOffice/StateButtons.d.ts +8 -8
- package/BackOffice/StateButtonsImpl.d.ts +7 -7
- package/BackOffice/StateImpl.d.ts +5 -5
- package/BackOffice/SvsVerifyModels.d.ts +12 -6
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +2 -2
- package/BackOffice/TaskChangeExecutionDates.d.ts +2 -2
- package/BackOffice/TaskCommon.d.ts +1 -1
- package/BackOffice/TaskComplete.d.ts +2 -2
- package/BackOffice/TaskDelegate.d.ts +2 -2
- package/BackOffice/TaskDelegationInfo.d.ts +3 -3
- package/BackOffice/TaskGroup.d.ts +4 -4
- package/BackOffice/TaskGroupIntervalModel.d.ts +4 -4
- package/BackOffice/TaskListComponent.d.ts +1 -1
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/TaskReject.d.ts +1 -1
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/TaskToRework.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +1 -1
- package/BackOffice/TasksImpl.d.ts +2 -2
- package/BackOffice/TasksTable.d.ts +24 -24
- package/BackOffice/TasksTableBody.d.ts +2 -2
- package/BackOffice/TasksTableCell.d.ts +4 -4
- package/BackOffice/TasksTableContainer.d.ts +2 -2
- package/BackOffice/TasksTableControlWrapper.d.ts +2 -2
- package/BackOffice/TasksTableCurrentPerformerView.d.ts +1 -1
- package/BackOffice/TasksTableFilterButton.d.ts +1 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -3
- package/BackOffice/TasksTableHeaderRow.d.ts +1 -1
- package/BackOffice/TasksTableHelpBox.d.ts +3 -3
- package/BackOffice/TasksTableIcon.d.ts +5 -5
- package/BackOffice/TasksTableIconButton.d.ts +1 -1
- package/BackOffice/TasksTableLink.d.ts +3 -3
- package/BackOffice/TasksTableLogic.d.ts +6 -6
- package/BackOffice/TasksTableRibbon.d.ts +1 -1
- package/BackOffice/TasksTableRibbonButton.d.ts +1 -1
- package/BackOffice/TasksTableRibbonContainer.d.ts +1 -1
- package/BackOffice/TasksTableRow.d.ts +2 -2
- package/BackOffice/TasksTableTable.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +24 -25
- package/BackOffice/TasksTreeImpl.d.ts +3 -3
- package/BackOffice/TasksUtils.d.ts +1 -1
- package/BackOffice/TimeOfPerformance.d.ts +3 -3
- package/BackOffice/TimeOfPerformanceImpl.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/BackOffice/UniquenessCheck.d.ts +8 -8
- package/BackOffice/UniquenessCheckImpl.d.ts +12 -10
- package/BackOffice/UseDialog.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +3 -3
- package/BackOffice/Utils.d.ts +6 -29
- package/BackOffice/UtilsOfSign.d.ts +31 -0
- package/BackOffice/ViewComment.d.ts +2 -2
- package/Generated/DocsVision.WebClient.Controllers.d.ts +218 -30
- package/Generated/DocsVision.WebClient.Models.d.ts +750 -296
- package/Helpers/Adaptive/DevicesVisibility.d.ts +1 -1
- package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +1 -1
- package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +1 -1
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +6 -6
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +5 -5
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +2 -2
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +2 -2
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +1 -1
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +1 -1
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +1 -1
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +2 -2
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +6 -6
- package/Helpers/BodyContainerProvider.d.ts +2 -2
- package/Helpers/BoxWithButtons.d.ts +1 -1
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +2 -2
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -1
- package/Helpers/Breadcrumbs/BreadcrumbsViewComponents.d.ts +11 -6
- package/Helpers/Breadcrumbs/ButtonItem.d.ts +1 -1
- package/Helpers/Breadcrumbs/LinkView/LinkItemView.d.ts +3 -1
- package/Helpers/Breadcrumbs/SimpleView/SimpleItemViewWithSeparator.d.ts +1 -1
- package/Helpers/Button.d.ts +6 -4
- package/Helpers/Button.stories.d.ts +2 -2
- package/Helpers/ComandBarButton.d.ts +3 -1
- package/Helpers/ComboBox/ComboBoxElement.d.ts +6 -4
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -4
- package/Helpers/ComboBox/CommonComboBox.d.ts +3 -1
- package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +2 -0
- package/Helpers/CommandBar/ComandBar.d.ts +4 -2
- package/Helpers/CommandBar/ComandBarItem.d.ts +2 -2
- package/Helpers/ControlSelector/ControlSelector.d.ts +8 -7
- package/Helpers/ControlSelector/IControlContainer.d.ts +2 -2
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +5 -5
- package/Helpers/Disclosure/DisclosureBody/DisclosureBody.d.ts +2 -1
- package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyProps.d.ts +3 -3
- package/Helpers/Disclosure/DisclosureHeader.d.ts +3 -3
- package/Helpers/DropdownButton/DropdownButton.d.ts +10 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +2 -2
- package/Helpers/DropdownButton/DropdownButtonView.d.ts +7 -7
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +5 -3
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +5 -3
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +6 -4
- package/Helpers/DynamicModel/DynamicFieldNameAccessor.d.ts +1 -1
- package/Helpers/DynamicModel/FieldNameAccessor.d.ts +1 -1
- package/Helpers/EmployeeName.d.ts +1 -1
- package/Helpers/FileComments/FileComment.d.ts +1 -1
- package/Helpers/FileComments/FileComments.d.ts +10 -8
- package/Helpers/FileComments/FileCommentsModal.d.ts +1 -1
- package/Helpers/FilePreview/FilePreview.d.ts +10 -9
- package/Helpers/HighlightedSearchResult.d.ts +3 -3
- package/Helpers/HighlightedSimpleSearchResult.d.ts +1 -1
- package/Helpers/IconButton.d.ts +10 -8
- package/Helpers/InputMask/IInputMaskProps.d.ts +3 -3
- package/Helpers/InputMask/InputMask.d.ts +1 -1
- package/Helpers/InputMask/InputMaskView.d.ts +4 -4
- package/Helpers/InputMask/components/InputMaskContainer.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +3 -3
- package/Helpers/InputMask/components/InputMaskLabel.d.ts +1 -1
- package/Helpers/LabeledText.d.ts +5 -5
- package/Helpers/MainMenu/AnimatedItemHide.d.ts +3 -2
- package/Helpers/MainMenu/BigItemBox.d.ts +3 -3
- package/Helpers/MainMenu/BigSpaceGap.d.ts +3 -3
- package/Helpers/MainMenu/ItemContent.d.ts +3 -3
- package/Helpers/MainMenu/ItemHideToggle.d.ts +3 -3
- package/Helpers/MainMenu/ItemIcon.d.ts +3 -3
- package/Helpers/MainMenu/ItemLevelIdent.d.ts +3 -3
- package/Helpers/MainMenu/ItemSeparator.d.ts +1 -1
- package/Helpers/MainMenu/ItemText.d.ts +3 -3
- package/Helpers/MainMenu/NavigationLink.d.ts +3 -3
- package/Helpers/MainMenu/OverlapRightPanel.d.ts +3 -3
- package/Helpers/MainMenu/SmallItemBox.d.ts +3 -3
- package/Helpers/MainMenu/SpaceGap.d.ts +3 -3
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -2
- package/Helpers/Menu/AdaptiveMenuItem.d.ts +1 -1
- package/Helpers/Menu/Content/AdaptiveMenuContent.d.ts +1 -1
- package/Helpers/Menu/Content/DesktopMenuContent.d.ts +1 -1
- package/Helpers/Menu/Content/MobileMenuContent.d.ts +1 -1
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -1
- package/Helpers/Menu/DesktopMenuItem.d.ts +1 -1
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -1
- package/Helpers/MessageBox/MessageBox.d.ts +5 -5
- package/Helpers/ModalBackdrop.d.ts +9 -7
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +7 -5
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +9 -9
- package/Helpers/ModalDialog/EscHandler.d.ts +6 -4
- package/Helpers/ModalDialog/KeyHandler.d.ts +1 -1
- package/Helpers/ModalDialog/ModalDialog.d.ts +20 -17
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +19 -17
- package/Helpers/ModalDialog/ModalDialogButtonPanel.d.ts +1 -1
- package/Helpers/ModalDialog/ModalDialogCloseButton.d.ts +2 -2
- package/Helpers/ModalDialog/ModalDialogContent.d.ts +1 -1
- package/Helpers/ModalDialog/ModalDialogHeader.d.ts +1 -1
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +2 -2
- package/Helpers/ModalDialog/ModalDialogTopBorder.d.ts +1 -1
- package/Helpers/ModalDialog/ScrollableModal.d.ts +1 -1
- package/Helpers/ModalHost.d.ts +14 -12
- package/Helpers/ModalSidebar/ModalSidebar.d.ts +1 -1
- package/Helpers/ModalSidebar/ModalSidebarCloseButton.d.ts +2 -2
- package/Helpers/ModalSidebar/ModalSidebarHeader.d.ts +1 -1
- package/Helpers/PopoverHelpers/ClosePopoverListener.d.ts +2 -0
- package/Helpers/PopoverHelpers/CommonPopover.d.ts +5 -3
- package/Helpers/PopoverHelpers/Popover.d.ts +14 -4
- package/Helpers/PopoverHelpers/PopoverAcceptButton.d.ts +2 -2
- package/Helpers/PopoverHelpers/PopoverBox.d.ts +1 -1
- package/Helpers/PopoverHelpers/PopoverCancelButton.d.ts +2 -2
- package/Helpers/PopoverHelpers/PopoverCloseButton.d.ts +2 -2
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -1
- package/Helpers/PopoverHelpers/PopoverHead.d.ts +1 -1
- package/Helpers/PopoverHelpers/PopoverOverflowContent.d.ts +1 -1
- package/Helpers/PopoverHelpers/PopoverTitle.d.ts +1 -1
- package/Helpers/ReactList/ReactList.d.ts +5 -4
- package/Helpers/ReactList/ReactListDynamic.d.ts +5 -4
- package/Helpers/ReactList/ReactListInfiniteScroll.d.ts +11 -11
- package/Helpers/RerenderHost.d.ts +3 -3
- package/Helpers/Ribbon/RibbonButton.d.ts +1 -1
- package/Helpers/SearchBar.d.ts +1 -1
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +9 -5
- package/Helpers/SoftHyphenized.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +16 -15
- package/Helpers/Sortable/SortableItems.d.ts +8 -8
- package/Helpers/SvgIcons/LinksLoaderImage.d.ts +4 -2
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +3 -3
- package/Helpers/SvgIcons/SvgWrapper.d.ts +3 -3
- package/Helpers/SvgIcons/TasksDigestLoaderImage.d.ts +4 -2
- package/Helpers/SvgIcons/TasksFullLoaderImage.d.ts +4 -2
- package/Helpers/Table/TableHelper.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -2
- package/Helpers/Table/TableHelperRow.d.ts +2 -1
- package/Helpers/TabsNavPanel.d.ts +3 -3
- package/Helpers/TextInput.d.ts +1 -1
- package/Helpers/Tree/TreeBase.d.ts +6 -5
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +2 -2
- package/Helpers/Typeahead/ITypeaheadState.d.ts +5 -4
- package/Helpers/Typeahead/Typeahead.d.ts +5 -4
- package/Helpers/UnreadCountIndicator.d.ts +3 -3
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BaseRazorControl.d.ts +2 -2
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/DocumentPanel.d.ts +2 -0
- package/Legacy/GridLoaderHelper.d.ts +1 -0
- package/Legacy/GridRowSelectionService.d.ts +2 -2
- package/Legacy/GridRowsSelectionLogic.d.ts +3 -3
- package/Legacy/ISignatureListItemDataModel.d.ts +1 -0
- package/Legacy/ModalWindow.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -1
- package/Legacy/TaskReportPanelRazorControl.d.ts +2 -2
- package/Legacy/Utils.d.ts +17 -6
- package/MainBundle.d.ts +9 -9
- package/Platform/$BatchOperations.d.ts +3 -3
- package/Platform/$BatchOperationsPerformer.d.ts +5 -5
- package/Platform/$BatchOperationsProgressDialog.d.ts +10 -6
- package/Platform/$CommandBarManagement.d.ts +7 -7
- package/Platform/$CompanyLogo.d.ts +3 -3
- package/Platform/$ContextMenuOptions.d.ts +3 -3
- package/Platform/$CurrentFolder.d.ts +1 -1
- package/Platform/$EmployeeStatus.d.ts +3 -3
- package/Platform/$FileDownload.d.ts +1 -1
- package/Platform/$FilePreview.d.ts +2 -2
- package/Platform/$FileScan.d.ts +3 -3
- package/Platform/$FolderDataLoading.d.ts +11 -11
- package/Platform/$FolderGrid.d.ts +3 -3
- package/Platform/$FolderHelp.d.ts +1 -1
- package/Platform/$FolderInfo.d.ts +1 -1
- package/Platform/$FolderPluginProvider.d.ts +6 -6
- package/Platform/$GridOptions.d.ts +5 -4
- package/Platform/$HoverPanel.d.ts +1 -1
- package/Platform/$LastSearchParameters.d.ts +1 -1
- package/Platform/$RefreshUnreadCounters.d.ts +1 -1
- package/Platform/$ScanDialog.d.ts +18 -12
- package/Platform/$SearchParametersFolder.d.ts +2 -2
- package/Platform/$TableMode.d.ts +1 -1
- package/Platform/$TableRowSelection.d.ts +4 -4
- package/Platform/$ToolbarActionButtons.d.ts +2 -2
- package/Platform/$ToolbarDaughterControls.d.ts +3 -3
- package/Platform/$UnreadBar.d.ts +2 -2
- package/Platform/$WebFrameContext.d.ts +1 -1
- package/Platform/$WebFrameSearchPanel.d.ts +2 -2
- package/Platform/AccessListEntryRow.d.ts +10 -8
- package/Platform/AccessListEntryRowFlag.d.ts +8 -6
- package/Platform/AccessListEntryRowRemove.d.ts +7 -5
- package/Platform/AccessListEntryTrustee.d.ts +6 -4
- package/Platform/AccessListRow.d.ts +4 -2
- package/Platform/AccessListTableHead.d.ts +7 -5
- package/Platform/AddAndFillTableRows.d.ts +1 -1
- package/Platform/AddFileToTable.d.ts +7 -7
- package/Platform/AddFileToTableImpl.d.ts +6 -6
- package/Platform/AddNewTrusteeRow.d.ts +1 -1
- package/Platform/AggregateItemCheckbox.d.ts +3 -3
- package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
- package/Platform/AggregatesCheckbox.d.ts +5 -5
- package/Platform/AggregatesCheckboxService.d.ts +1 -1
- package/Platform/AggregatesGroup.d.ts +4 -4
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +1 -1
- package/Platform/ApprovalVisualization.d.ts +4 -3
- package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
- package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
- package/Platform/ApprovalVisualizationDescription.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
- package/Platform/ArchivedCardsIcon.d.ts +1 -1
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/AutoConsolidation.d.ts +11 -11
- package/Platform/AutoConsolidationImpl.d.ts +6 -6
- package/Platform/BarcodeRouteTypeMapper.d.ts +1 -1
- package/Platform/BarcodeSearchButton.d.ts +6 -6
- package/Platform/BarcodeSearchButtonImpl.d.ts +5 -5
- package/Platform/BaseMainMenuItem.d.ts +3 -3
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationErrorInfo.d.ts +4 -2
- package/Platform/BatchOperationsPerformer.d.ts +6 -6
- package/Platform/BatchOperationsProgressDialogService.d.ts +4 -4
- package/Platform/BatchSelectionState.d.ts +4 -4
- package/Platform/BatchSelectionStateImpl.d.ts +4 -4
- package/Platform/BlockImpl.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +5 -5
- package/Platform/BottomEdgePlugin.d.ts +1 -1
- package/Platform/ButtonPositionsSelection.d.ts +8 -8
- package/Platform/CacheManagementService.d.ts +2 -2
- package/Platform/CalendarInput.d.ts +2 -2
- package/Platform/CardLink.d.ts +13 -12
- package/Platform/CardLinkImpl.d.ts +10 -12
- package/Platform/CardManagement.d.ts +1 -1
- package/Platform/CardManagementImpl.d.ts +2 -2
- package/Platform/CardShowRouteTypeMapper.d.ts +3 -3
- package/Platform/CertificateSettingsLogic.d.ts +2 -2
- package/Platform/CertificateSettingsView.d.ts +2 -3
- package/Platform/CheckBox.d.ts +2 -2
- package/Platform/CheckBoxImpl.d.ts +2 -2
- package/Platform/CheckFilesAllowed.d.ts +1 -1
- package/Platform/CleanEmptyAccessListEntries.d.ts +1 -1
- package/Platform/ClearButton.d.ts +1 -1
- package/Platform/ColumnWidthOptions.d.ts +3 -1
- package/Platform/ComboBoxImpl.d.ts +2 -2
- package/Platform/CommentFile.d.ts +4 -4
- package/Platform/CommentFileImpl.d.ts +3 -3
- package/Platform/CompanyLogoService.d.ts +4 -4
- package/Platform/CompleteTaskCondition.d.ts +5 -5
- package/Platform/CompleteTaskConditionImpl.d.ts +2 -2
- package/Platform/CompleteTaskConditionsTable.d.ts +1 -1
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +4 -3
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +4 -4
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +2 -2
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -4
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +3 -3
- package/Platform/ContentElementProviderService.d.ts +1 -1
- package/Platform/ContextMenu.d.ts +4 -4
- package/Platform/ContextMenuCustomPlugins.d.ts +3 -3
- package/Platform/ContextMenuOptionsService.d.ts +5 -5
- package/Platform/ConvertFolderNodeToFolderInfo.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -4
- package/Platform/CryptoProInfo.d.ts +2 -2
- package/Platform/CustomButtonImpl.d.ts +2 -2
- package/Platform/CustomHtmlPageRouteHandler.d.ts +1 -1
- package/Platform/DVWebToolInfo.d.ts +2 -2
- package/Platform/DashboardContainer.d.ts +3 -2
- package/Platform/DateFormatParsingResponseResolver.d.ts +5 -5
- package/Platform/DateInput.d.ts +1 -1
- package/Platform/DateTimePicker.d.ts +3 -3
- package/Platform/DateTimePickerImpl.d.ts +12 -12
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +4 -4
- package/Platform/DefaultFolderResponseResolver.d.ts +4 -4
- package/Platform/DefaultFolderRouteHandler.d.ts +5 -5
- package/Platform/DeleteBatchOperation.d.ts +14 -14
- package/Platform/DeleteBatchOperationImpl.d.ts +4 -4
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -1
- package/Platform/DepartmentRowRouteHandler.d.ts +2 -2
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -1
- package/Platform/Diagram.d.ts +3 -3
- package/Platform/DiagramChart.d.ts +1 -1
- package/Platform/DiagramLoader.d.ts +2 -2
- package/Platform/DiagramLogic.d.ts +6 -6
- package/Platform/DiagramQueryParams.d.ts +3 -3
- package/Platform/DisableInheritanceModeSelectDialog.d.ts +1 -1
- package/Platform/DisplayStaffUnit.d.ts +7 -7
- package/Platform/DisplayStaffUnitImpl.d.ts +5 -5
- package/Platform/DownloadAllTableFiles.d.ts +7 -7
- package/Platform/DownloadAllTableFilesImpl.d.ts +5 -5
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +3 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +17 -17
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +6 -6
- package/Platform/DownloadTableFiles.d.ts +2 -2
- package/Platform/Dropdown.d.ts +2 -2
- package/Platform/DropdownImpl.d.ts +3 -5
- package/Platform/EmployeeStatusService.d.ts +6 -6
- package/Platform/EmptyControlStub.d.ts +2 -2
- package/Platform/EventArgs.d.ts +1 -1
- package/Platform/ExistingBarcodeCardRouteHandler.d.ts +2 -2
- package/Platform/ExistingCardRouteHandler.d.ts +1 -1
- package/Platform/ExistingRowRouteHandler.d.ts +2 -2
- package/Platform/ExportESignButton.d.ts +8 -6
- package/Platform/ExportESignButtonImpl.d.ts +6 -6
- package/Platform/Favorite.d.ts +5 -5
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FileDownloadService.d.ts +3 -3
- package/Platform/FileDropzone.d.ts +2 -2
- package/Platform/FileInput.d.ts +2 -2
- package/Platform/FilePicker.d.ts +20 -19
- package/Platform/FilePickerImpl.d.ts +25 -25
- package/Platform/FilePickerMenu.d.ts +3 -3
- package/Platform/FilePickerMenuItemsView.d.ts +1 -1
- package/Platform/FilePickerOperations.d.ts +13 -13
- package/Platform/FilePickerOperationsAvailability.d.ts +4 -4
- package/Platform/FilePickerUploadService.d.ts +3 -3
- package/Platform/FilePickerValueView.d.ts +3 -3
- package/Platform/FilePreview.d.ts +28 -28
- package/Platform/FilePreviewImpl.d.ts +11 -11
- package/Platform/FileScanService.d.ts +7 -7
- package/Platform/FileUploadService.d.ts +1 -1
- package/Platform/FileVersionDialog.d.ts +13 -13
- package/Platform/FileVersionsLoaded.d.ts +1 -1
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FileViewer.d.ts +3 -3
- package/Platform/FilterBoolean.d.ts +2 -2
- package/Platform/FilterDate.d.ts +2 -2
- package/Platform/FilterDateRangePicker.d.ts +1 -1
- package/Platform/FilterDateTextListInput.d.ts +1 -1
- package/Platform/FocusableTextInput.d.ts +2 -2
- package/Platform/Folder.d.ts +1 -1
- package/Platform/FolderAsWebPageRouteHandler.d.ts +1 -1
- package/Platform/FolderCardsDashboardWidget.d.ts +12 -9
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +8 -8
- package/Platform/FolderCountersRouteHandler.d.ts +4 -4
- package/Platform/FolderDashboardWidget.d.ts +3 -3
- package/Platform/FolderDataContext.d.ts +9 -9
- package/Platform/FolderDataContextImpl.d.ts +11 -10
- package/Platform/FolderGrid.d.ts +22 -22
- package/Platform/FolderGridBatchOperationsNode.d.ts +13 -13
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +2 -2
- package/Platform/FolderGridImpl.d.ts +7 -7
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
- package/Platform/FolderHelpButton.d.ts +2 -2
- package/Platform/FolderHelpDialog.d.ts +1 -1
- package/Platform/FolderHelpPlugins.d.ts +5 -5
- package/Platform/FolderHelpService.d.ts +5 -5
- package/Platform/FolderHelpTimeCodes.d.ts +1 -1
- package/Platform/FolderImpl.d.ts +2 -2
- package/Platform/FolderMainMenuItem.d.ts +5 -5
- package/Platform/FolderMainMenuItemRouteHandler.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/FolderManagementDialog.d.ts +7 -7
- package/Platform/FolderName.d.ts +2 -2
- package/Platform/FolderNameImpl.d.ts +3 -3
- package/Platform/FolderPageRouteHandler.d.ts +4 -4
- package/Platform/FolderPageRouteHelpers.d.ts +1 -1
- package/Platform/FolderPluginProvider.d.ts +6 -6
- package/Platform/FolderSizeResponseResolver.d.ts +4 -4
- package/Platform/FolderTypeDialog.d.ts +3 -3
- package/Platform/FolderTypeItems.d.ts +7 -7
- package/Platform/FolderTypeItemsImpl.d.ts +9 -9
- package/Platform/FolderViewItems.d.ts +6 -6
- package/Platform/FolderViewItemsImpl.d.ts +16 -16
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/FormatFileVersion.d.ts +1 -1
- package/Platform/GetFlagEntry.d.ts +2 -2
- package/Platform/GetFlagState.d.ts +2 -2
- package/Platform/GetPreloadedLayoutModel.d.ts +3 -0
- package/Platform/GetSortByRequest.d.ts +2 -2
- package/Platform/GridFilterItemImpl.d.ts +2 -2
- package/Platform/GridFilterResetButton.d.ts +2 -2
- package/Platform/GridManagement.d.ts +3 -3
- package/Platform/GridOperationsPanel.d.ts +6 -6
- package/Platform/GridOperationsPanelImpl.d.ts +6 -6
- package/Platform/GridOperationsService.d.ts +4 -4
- package/Platform/GridRowModel.d.ts +3 -3
- package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -3
- package/Platform/GroupFoldersMainMenuItem.d.ts +1 -1
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +1 -1
- package/Platform/GroupMainMenuItem.d.ts +3 -3
- package/Platform/HtmlTag.d.ts +1 -0
- package/Platform/HtmlView.d.ts +2 -2
- package/Platform/IComboBoxVariant.d.ts +2 -1
- package/Platform/IDateFormatColumnData.d.ts +1 -1
- package/Platform/IFileDownloadEventArgs.d.ts +2 -2
- package/Platform/IFileEventArgs.d.ts +2 -2
- package/Platform/IFilePicker.d.ts +2 -2
- package/Platform/IFilePickerUploadService.d.ts +3 -3
- package/Platform/IFilePickerValue.d.ts +1 -1
- package/Platform/IFileUploadService.d.ts +1 -1
- package/Platform/IFolderDataLoader.d.ts +1 -1
- package/Platform/IFolderDataLoadingPlugin.d.ts +7 -7
- package/Platform/IFolderLoadRequest.d.ts +1 -1
- package/Platform/IFolderPluginFactory.d.ts +5 -5
- package/Platform/IServerDefinedRouteData.d.ts +3 -3
- package/Platform/ISimpleRouteData.d.ts +1 -1
- package/Platform/ITableOperation.d.ts +1 -1
- package/Platform/ITableWrapper.d.ts +1 -1
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/Image.d.ts +5 -5
- package/Platform/ImageImpl.d.ts +4 -4
- package/Platform/InputWithMask.d.ts +4 -4
- package/Platform/LabelImpl.d.ts +2 -2
- package/Platform/LastSearchParametersService.d.ts +3 -3
- package/Platform/LayoutIconButtonImpl.d.ts +2 -2
- package/Platform/LayoutPageMainMenuItem.d.ts +1 -1
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +1 -1
- package/Platform/LayoutPageRouteHandler.d.ts +1 -1
- package/Platform/LayoutPageRouteHelpers.d.ts +1 -1
- package/Platform/LinkMainMenuItem.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +3 -3
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +2 -2
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +2 -2
- package/Platform/ListViewResponseResolver.d.ts +7 -7
- package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
- package/Platform/LoaderDialog.d.ts +12 -6
- package/Platform/LoadingMorePlaceholder.d.ts +2 -2
- package/Platform/MainMenu.d.ts +3 -3
- package/Platform/MainMenuPinButton.d.ts +5 -5
- package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -4
- package/Platform/NavigationRoute.d.ts +3 -1
- package/Platform/NewAccessListEntryRow.d.ts +8 -6
- package/Platform/NewAccessListEntryTrusteeSelect.d.ts +6 -4
- package/Platform/NewDepartmentRowRouteHandler.d.ts +1 -1
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -1
- package/Platform/NewOrganizationRowRouteHandler.d.ts +1 -1
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -1
- package/Platform/NewRowRouteHandler.d.ts +1 -1
- package/Platform/NewRowRouteTypeMapper.d.ts +1 -1
- package/Platform/NoBatchOperationsMessage.d.ts +4 -4
- package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -4
- package/Platform/Number.d.ts +1 -1
- package/Platform/NumberImpl.d.ts +5 -4
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -1
- package/Platform/OrganizationRowRouteHandler.d.ts +2 -2
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -1
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +3 -3
- package/Platform/Panel.d.ts +3 -3
- package/Platform/PanelImpl.d.ts +3 -3
- package/Platform/ParseModel.d.ts +2 -2
- package/Platform/PdfjsViewer.d.ts +1 -1
- package/Platform/PlatformConstants.d.ts +1 -1
- package/Platform/PrepareGridOptions.d.ts +2 -2
- package/Platform/PrepareGridViewModel.d.ts +2 -2
- package/Platform/QueryCondition.d.ts +4 -4
- package/Platform/QueryConditionsTableImpl.d.ts +3 -2
- package/Platform/Quotes.d.ts +9 -9
- package/Platform/QuotesInner.d.ts +1 -1
- package/Platform/QuotesItem.d.ts +2 -2
- package/Platform/QuotesModal.d.ts +4 -4
- package/Platform/QuotesModalQuote.d.ts +2 -2
- package/Platform/R7Viewer.d.ts +1 -1
- package/Platform/RadioGroupImpl.d.ts +2 -2
- package/Platform/ReadAllResponseResolver.d.ts +4 -4
- package/Platform/ReadBatchOperation.d.ts +16 -16
- package/Platform/ReadBatchOperationImpl.d.ts +4 -4
- package/Platform/RecentCardsDashboardWidget.d.ts +12 -9
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +2 -2
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +6 -6
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/RedirectRouteTypeMapper.d.ts +1 -1
- package/Platform/RefreshFoldersTreeButton.d.ts +4 -4
- package/Platform/RefreshUnreadCountersService.d.ts +4 -4
- package/Platform/{registerSimpleRoute.d.ts → RegisterSimpleRoute.d.ts} +8 -4
- package/Platform/RemoveTrusteeRow.d.ts +3 -3
- package/Platform/ResetSettings.d.ts +4 -4
- package/Platform/RowEditRouteTypeMapper.d.ts +1 -1
- package/Platform/RowViewRouteTypeMapper.d.ts +1 -1
- package/Platform/SafariAddressBarFixRouteHandler.d.ts +3 -3
- package/Platform/SaveColumnsRequestResolver.d.ts +7 -7
- package/Platform/SaveColumnsResponseResolver.d.ts +4 -4
- package/Platform/SavingButtons.d.ts +5 -5
- package/Platform/SavingButtonsImpl.d.ts +2 -2
- package/Platform/ScanButton.d.ts +9 -9
- package/Platform/ScanButtonImpl.d.ts +6 -5
- package/Platform/ScanDialogService.d.ts +23 -18
- package/Platform/ScanOptions.d.ts +6 -4
- package/Platform/ScanRequest.d.ts +5 -3
- package/Platform/ScanRequestResult.d.ts +3 -1
- package/Platform/ScrollTopBottom.d.ts +6 -6
- package/Platform/ScrollTopBottomButtons.d.ts +1 -1
- package/Platform/ScrollTopBottomLogic.d.ts +5 -5
- package/Platform/ScrollTopBottomPlugin.d.ts +1 -1
- package/Platform/SearchParametersFolderRequestResolver.d.ts +6 -6
- package/Platform/SearchParametersFolderResponseResolver.d.ts +8 -8
- package/Platform/SearchRequestResolver.d.ts +6 -6
- package/Platform/SearchResponseResolver.d.ts +5 -5
- package/Platform/SearchResultPageRouteHandler.d.ts +8 -8
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +4 -4
- package/Platform/SearchResultsItem.d.ts +2 -2
- package/Platform/SearchResultsRequestResolver.d.ts +7 -7
- package/Platform/SearchResultsResponseResolver.d.ts +6 -6
- package/Platform/SearchRouteHandler.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +3 -3
- package/Platform/SearchingResults.d.ts +7 -7
- package/Platform/SearchingResultsImpl.d.ts +7 -7
- package/Platform/SecurityDescriptorDialog.d.ts +42 -40
- package/Platform/SecurityDescriptorDialog.stories.d.ts +2 -2
- package/Platform/SecurityDescriptorDialogLogic.d.ts +25 -19
- package/Platform/SecurityDialogFrame.d.ts +7 -5
- package/Platform/SecurityDialogMessage.d.ts +4 -2
- package/Platform/ServerDefinedRouteHandler.d.ts +1 -1
- package/Platform/ServerDefinedRouteTypeMapper.d.ts +2 -2
- package/Platform/SessionExpiredHandler.d.ts +1 -1
- package/Platform/SettingsPopup.d.ts +8 -8
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +4 -4
- package/Platform/SettingsPopupRequestResolver.d.ts +6 -6
- package/Platform/SettingsPopupResponseResolver.d.ts +4 -4
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/SettingsPopupView.d.ts +9 -9
- package/Platform/ShowAllButton.d.ts +9 -9
- package/Platform/ShowAllPlugins.d.ts +1 -1
- package/Platform/SimpleRouteHandler.d.ts +1 -1
- package/Platform/SimpleRouteTypeMapper.d.ts +1 -1
- package/Platform/SkipSavingCursorRequestResolver.d.ts +12 -0
- package/Platform/SortingRequestResolver.d.ts +5 -5
- package/Platform/SortingResponseResolver.d.ts +4 -4
- package/Platform/StaffStatusActivateDialog.d.ts +4 -4
- package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +7 -7
- package/Platform/Tab.d.ts +1 -1
- package/Platform/Table.d.ts +7 -7
- package/Platform/TableBackgroundOpacityPlugin.d.ts +1 -1
- package/Platform/TableCellDateFormattedPlugin.d.ts +2 -2
- package/Platform/TableCellNumberFormattedPlugin.d.ts +3 -3
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
- package/Platform/TableCellOpacityPlugin.d.ts +1 -1
- package/Platform/TableCreateRowWindow.d.ts +3 -3
- package/Platform/TableDataRequestOptions.d.ts +5 -3
- package/Platform/TableEditRowWindow.d.ts +3 -3
- package/Platform/TableFileDropzone.d.ts +3 -3
- package/Platform/TableFileInput.d.ts +2 -2
- package/Platform/TableImpl.d.ts +4 -4
- package/Platform/TablePresentationTogglePlugins.d.ts +6 -6
- package/Platform/TablePresentationToggleService.d.ts +5 -5
- package/Platform/TableRowColorPlugin.d.ts +1 -1
- package/Platform/TableRowColorResponseResolver.d.ts +4 -4
- package/Platform/TableRowsSelectionModel.d.ts +4 -2
- package/Platform/TextArea.d.ts +6 -6
- package/Platform/TextAreaImpl.d.ts +2 -2
- package/Platform/TextControlBaseImpl.d.ts +3 -3
- package/Platform/TextListInput.d.ts +3 -3
- package/Platform/TextListInputView.d.ts +2 -2
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToggleRowAccess.d.ts +3 -3
- package/Platform/ToolbarActionButtonsService.d.ts +3 -3
- package/Platform/ToolbarDaughterControlImpl.d.ts +5 -4
- package/Platform/ToolbarDaughterControlsService.d.ts +4 -4
- package/Platform/TrusteeEquals.d.ts +1 -1
- package/Platform/UnlockCards.d.ts +6 -6
- package/Platform/UnreadBarService.d.ts +9 -9
- package/Platform/UnreadBarTablePlugins.d.ts +8 -8
- package/Platform/UnreadCounter.d.ts +4 -2
- package/Platform/UnreadCounterNotificationService.d.ts +2 -2
- package/Platform/UnreadCounterRouteHandler.d.ts +2 -2
- package/Platform/UnreadResponseResolver.d.ts +4 -4
- package/Platform/UpdateTrusteeOrder.d.ts +1 -1
- package/Platform/Url.d.ts +5 -5
- package/Platform/UserCulture.d.ts +2 -2
- package/Platform/UserFoldersMainMenuItem.d.ts +2 -2
- package/Platform/UserInfo.d.ts +2 -2
- package/Platform/UserProfileDialog.d.ts +8 -6
- package/Platform/WebFrameBodyContainer.d.ts +3 -3
- package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
- package/Platform/WebFrameCompanyLogo.d.ts +5 -5
- package/Platform/WebFrameContent.d.ts +9 -9
- package/Platform/WebFrameContentContainer.d.ts +4 -4
- package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
- package/Platform/WebFrameContentImpl.d.ts +3 -3
- package/Platform/WebFrameCurrentPageName.d.ts +3 -3
- package/Platform/WebFrameHeaderContainer.d.ts +8 -8
- package/Platform/WebFrameHeaderContainerImpl.d.ts +4 -4
- package/Platform/WebFrameHelpButton.d.ts +5 -5
- package/Platform/WebFrameMainMenuButton.d.ts +5 -5
- package/Platform/WebFrameMainMenuContainer.d.ts +7 -7
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -3
- package/Platform/WebFrameNavigationBar.d.ts +7 -7
- package/Platform/WebFrameNavigationBarBackButton.d.ts +5 -5
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +4 -4
- package/Platform/WebFrameNavigationBarImpl.d.ts +4 -4
- package/Platform/WebFrameSearchPanel.d.ts +16 -16
- package/Platform/WebFrameSearchPanelService.d.ts +4 -4
- package/Platform/WebFrameUserPanel.d.ts +12 -12
- package/Platform/WindowLocationService.d.ts +1 -1
- package/README.md +1 -1
- package/StandardServices.d.ts +27 -27
- package/StartUp.d.ts +6 -1
- package/System/$FileService.d.ts +6 -5
- package/System/$FolderColors.d.ts +1 -1
- package/System/$LastSearchResponse.d.ts +4 -4
- package/System/$Layout.d.ts +17 -13
- package/System/$LayoutBackground.d.ts +2 -2
- package/System/$LayoutControlFactory.d.ts +3 -3
- package/System/$LayoutManager.d.ts +3 -3
- package/System/$MessageBox.d.ts +1 -1
- package/System/$ParentOwnerLayout.d.ts +1 -1
- package/System/$RealtimeCommunicationService.d.ts +2 -2
- package/System/$RequestManager.d.ts +4 -4
- package/System/$Router.d.ts +7 -7
- package/System/$UrlStore.d.ts +2 -2
- package/System/$WebFrameContentHeight.d.ts +1 -1
- package/System/ApiEvent.d.ts +5 -5
- package/System/ArrayUtils.d.ts +3 -3
- package/System/BaseControl.d.ts +30 -28
- package/System/BaseControlImpl.d.ts +11 -11
- package/System/BasicEvent.d.ts +6 -6
- package/System/BindSimpleApiEvent.d.ts +2 -2
- package/System/BindingMetadataConstants.d.ts +2 -2
- package/System/BooleanState.d.ts +4 -4
- package/System/Bubbling.d.ts +2 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +3 -3
- package/System/CancelableEvent.d.ts +10 -9
- package/System/CardTypeResolver.d.ts +3 -1
- package/System/ChangedPropertyInfo.d.ts +5 -3
- package/System/ControlConstructor.d.ts +4 -2
- package/System/ControlContext.d.ts +2 -2
- package/System/ControlImpl.d.ts +1 -1
- package/System/ControlStore.d.ts +4 -4
- package/System/ControllerBase.d.ts +3 -3
- package/System/DataGridControl.d.ts +7 -7
- package/System/DataLoadEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -2
- package/System/Decorators.d.ts +5 -3
- package/System/DecoratorsCommon.d.ts +5 -3
- package/System/DefineParameterAlias.d.ts +2 -2
- package/System/DefineProperty.d.ts +1 -1
- package/System/DefinePropertyAlias.d.ts +1 -1
- package/System/DelayUntilApiEvent.d.ts +2 -2
- package/System/DirectoryBase.d.ts +5 -4
- package/System/DirectoryBaseImpl.d.ts +17 -14
- package/System/DirectorySelectDialog.d.ts +16 -15
- package/System/DirectoryServerModels.d.ts +5 -3
- package/System/Event.d.ts +2 -2
- package/System/EventEmitter.d.ts +6 -6
- package/System/EventHandlersMap.d.ts +2 -2
- package/System/ExperimentalFeatureService.d.ts +1 -1
- package/System/ExtensionManager.d.ts +3 -3
- package/System/FileService.d.ts +11 -7
- package/System/FilterLogic.d.ts +1 -1
- package/System/FindControlByNameOrType.d.ts +1 -1
- package/System/FolderColorsService.d.ts +3 -3
- package/System/GetBindingResult.d.ts +2 -2
- package/System/GetFunctionByName.d.ts +1 -1
- package/System/HandleTabSelection.d.ts +3 -3
- package/System/Handler.d.ts +5 -4
- package/System/{helpers.d.ts → Helpers.d.ts} +1 -1
- package/System/IApiPropertyDescriptor.d.ts +2 -2
- package/System/IBasicEvent.d.ts +6 -4
- package/System/IBindingsWriteRequest.d.ts +1 -1
- package/System/IBlurEventArgs.d.ts +1 -1
- package/System/ICardStateChangingEventArgs.d.ts +1 -1
- package/System/IClickEventArgs.d.ts +1 -1
- package/System/ICommonResponse.d.ts +1 -1
- package/System/IControlContext.d.ts +3 -2
- package/System/IControlDescription.d.ts +1 -1
- package/System/IControlMap.d.ts +2 -2
- package/System/IControlStoreManager.d.ts +3 -3
- package/System/IExtension.d.ts +2 -2
- package/System/IFocusEventArgs.d.ts +1 -1
- package/System/IKeyboardEventArgs.d.ts +1 -1
- package/System/ILayoutContainer.d.ts +1 -1
- package/System/ILayoutContainerMap.d.ts +2 -1
- package/System/ILayoutContainerParams.d.ts +1 -1
- package/System/ILayoutParams.d.ts +4 -4
- package/System/IMouseOutEventArgs.d.ts +1 -1
- package/System/IMouseOverEventArgs.d.ts +1 -1
- package/System/IRouteHandler.d.ts +4 -4
- package/System/IRouteInfo.d.ts +1 -1
- package/System/IWebServicesConnection.d.ts +1 -1
- package/System/IWebServicesService.d.ts +4 -4
- package/System/IncomingLocalStorageCommunicationChannel.d.ts +5 -3
- package/System/InputBasedControl.d.ts +11 -9
- package/System/InputBasedControlImpl.d.ts +19 -16
- package/System/LabelWidthService.d.ts +1 -1
- package/System/LastSearchResponseService.d.ts +3 -3
- package/System/Layout.d.ts +20 -20
- package/System/LayoutBackgroundService.d.ts +3 -3
- package/System/LayoutContainer.d.ts +10 -5
- package/System/LayoutControlFactory.d.ts +4 -4
- package/System/LayoutControlType.d.ts +5 -3
- package/System/LayoutControlsAccessor.d.ts +1 -1
- package/System/LayoutImpl.d.ts +9 -5
- package/System/LayoutManager.d.ts +10 -10
- package/System/LayoutScript.d.ts +6 -4
- package/System/LoadingViewWithText.d.ts +3 -3
- package/System/LocalStorage.d.ts +2 -2
- package/System/LocationContainerControl.d.ts +11 -9
- package/System/MessageBoxService.d.ts +2 -2
- package/System/NewValueIfUndefined.d.ts +1 -1
- package/System/NotificationRealtimeMessage.d.ts +1 -1
- package/System/NotificationTypeConverter.d.ts +2 -2
- package/System/OperationUtils.d.ts +2 -2
- package/System/OutcomingLocalStorageCommunicationChannel.d.ts +2 -2
- package/System/Poll.d.ts +6 -4
- package/System/PopupNotification.d.ts +17 -13
- package/System/PromiseUtils.d.ts +2 -2
- package/System/Readonly.d.ts +3 -2
- package/System/Readwrite.d.ts +3 -2
- package/System/RealtimeCommunicationService.d.ts +8 -8
- package/System/RealtimeServerSender.d.ts +1 -0
- package/System/RenderModalContent.d.ts +1 -1
- package/System/RequestHelper.d.ts +2 -2
- package/System/RequestManager.d.ts +13 -5
- package/System/RequestMethods.d.ts +1 -1
- package/System/ResourcesStub.d.ts +358 -71
- package/System/RouteHelpers.d.ts +3 -3
- package/System/RouteRequest.d.ts +1 -1
- package/System/RouteSemantics.d.ts +1 -1
- package/System/Router.d.ts +23 -22
- package/System/SearchIcon.d.ts +1 -1
- package/System/ServerController.d.ts +3 -3
- package/System/ServiceActionMetaData.d.ts +1 -1
- package/System/ShowLayoutParams.d.ts +3 -1
- package/System/SimpleEvent.d.ts +5 -5
- package/System/StateAccessor.d.ts +4 -4
- package/System/StatusPointUtils.d.ts +1 -1
- package/System/StringUtils.d.ts +1 -1
- package/System/Summernote.d.ts +5 -1
- package/System/{summernote-paste-without-formating.d.ts → SummernotePasteWithoutFormating.d.ts} +1 -1
- package/System/TimeoutService.d.ts +1 -1
- package/System/TooltipUtils.d.ts +4 -3
- package/System/TryGetCardId.d.ts +2 -2
- package/System/{updateFolderStyle.d.ts → UpdateFolderStyles.d.ts} +5 -0
- package/System/Utils.d.ts +2 -2
- package/System/WebFrameContentHeightService.d.ts +3 -3
- package/System/WebFrameUtils.d.ts +1 -1
- package/System/WebServicesConnection.d.ts +2 -2
- package/System/WebServicesService.d.ts +9 -9
- package/package.json +1 -1
- package/Account/AddBackgroundMovementEffect.d.ts +0 -2
- package/Platform/getPreloadedLayoutModel.d.ts +0 -2
- /package/Platform/{loadServerDefinedRoutes.d.ts → LoadServerDefinedRoutes.d.ts} +0 -0
- /package/System/{convertWebDavLinkToAbsolute.d.ts → ConvertWebDavLinkToAbsolute.d.ts} +0 -0
- /package/System/{mixins.d.ts → Mixins.d.ts} +0 -0
package/System/BaseControl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GenModels } from
|
|
2
|
-
import { IControlContainer } from
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { IControlContainer } from "@docsvision/webclient/Helpers/ControlSelector/IControlContainer";
|
|
3
3
|
import { BaseControlImpl, BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
4
4
|
import { IBlurEventArgs } from "@docsvision/webclient/System/IBlurEventArgs";
|
|
5
5
|
import { IFocusEventArgs } from "@docsvision/webclient/System/IFocusEventArgs";
|
|
@@ -8,18 +8,18 @@ import { IMouseOverEventArgs } from "@docsvision/webclient/System/IMouseOverEven
|
|
|
8
8
|
import { Layout } from "@docsvision/webclient/System/Layout";
|
|
9
9
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
10
10
|
import { IBindingsWriteRequest } from "@docsvision/webclient/System/IBindingsWriteRequest";
|
|
11
|
-
import { IControlContext } from
|
|
11
|
+
import { IControlContext } from "@docsvision/webclient/System/IControlContext";
|
|
12
12
|
import { BubblingEventCallback, IBubblingEventInfo, ISupportEventBubbling } from "@docsvision/webclient/System/ISupportEventBubling";
|
|
13
13
|
import { IApiPropertyDescriptor } from "@docsvision/webclient/System/IApiPropertyDescriptor";
|
|
14
|
-
import { FieldSpec } from
|
|
14
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
15
15
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
16
|
-
import {
|
|
16
|
+
import { IBasicEvent, IBasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
|
|
17
17
|
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
18
18
|
import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
|
|
19
19
|
import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
|
|
20
20
|
import React from "react";
|
|
21
|
-
import { IValidateEventArgs } from
|
|
22
|
-
export declare
|
|
21
|
+
import { IValidateEventArgs } from "@docsvision/webclient/System/IValidateEventArgs";
|
|
22
|
+
export declare const DEFAULT_CONTROL_NAME: string;
|
|
23
23
|
export declare const BASE_CONTROL_SYSTEM_HANDLER = "BASE_CONTROL_SYSTEM_HANDLER";
|
|
24
24
|
/**
|
|
25
25
|
* Базовый класс для описания публичных свойств контрола.
|
|
@@ -43,7 +43,7 @@ export declare const BASE_CONTROL_SYSTEM_HANDLER = "BASE_CONTROL_SYSTEM_HANDLER"
|
|
|
43
43
|
*/
|
|
44
44
|
export declare class BaseControlParams {
|
|
45
45
|
/** Возвращает ссылку на родительский элемент управления. @see {@link BaseControl.parent} */
|
|
46
|
-
parent?: BaseControl<BaseControlParams,
|
|
46
|
+
parent?: BaseControl<BaseControlParams, IBaseControlState>;
|
|
47
47
|
/** Возвращает имя класса элемента управления. */
|
|
48
48
|
controlTypeName?: string;
|
|
49
49
|
/** Возвращает наименование класса TypeScript, реализующего компонент */
|
|
@@ -95,7 +95,7 @@ export declare class BaseControlParams {
|
|
|
95
95
|
/** Временная метка изменения карточки, к которой привязан контрол. */
|
|
96
96
|
dataSourceCardTimestamp?: number;
|
|
97
97
|
/** Событие, возникающее при щелчке мышью в области элемента управления. */
|
|
98
|
-
click?: BasicApiEvent<
|
|
98
|
+
click?: BasicApiEvent<IEventArgs>;
|
|
99
99
|
/** Событие, возникающее при попадании мыши в область элемента управления. */
|
|
100
100
|
mouseOver?: BasicApiEvent<IMouseOverEventArgs>;
|
|
101
101
|
/** Событие, возникающее при выведении мыши из области элемента управления. */
|
|
@@ -111,16 +111,16 @@ export declare class BaseControlParams {
|
|
|
111
111
|
/** Событие, возникающее при валидации контрола. */
|
|
112
112
|
validation?: BasicApiEvent<IValidateEventArgs>;
|
|
113
113
|
/** Интерфейсный компонент контрола (см. описание класса {@link BaseControl}). */
|
|
114
|
-
wrapper?: BaseControl<BaseControlParams,
|
|
114
|
+
wrapper?: BaseControl<BaseControlParams, IBaseControlState>;
|
|
115
115
|
}
|
|
116
116
|
/** Базовый интерфейс для описания состояния интерфейсного компонента элемента управления. */
|
|
117
|
-
export interface
|
|
117
|
+
export interface IBaseControlState extends BaseControlParams {
|
|
118
118
|
/** Инициализирован ли компонент. */
|
|
119
119
|
initialized: boolean;
|
|
120
120
|
passedValidation?: boolean;
|
|
121
121
|
}
|
|
122
122
|
/** Синоним `BaseControl<any, any>` */
|
|
123
|
-
export declare type LayoutControl = BaseControl<BaseControlParams,
|
|
123
|
+
export declare type LayoutControl = BaseControl<BaseControlParams, IBaseControlState>;
|
|
124
124
|
/**
|
|
125
125
|
* Базовый класс элементов управления модуля Web-клиент.
|
|
126
126
|
*
|
|
@@ -133,9 +133,9 @@ export declare type LayoutControl = BaseControl<BaseControlParams, any>;
|
|
|
133
133
|
* доступны через объект {@link BaseControl.params}. Публичные методы контрола объявляются в классе с использованием декоратора {@link api}.
|
|
134
134
|
*
|
|
135
135
|
* @param P Класс, наследующийся от {@link BaseControlParams} и описывающий публичные свойства компонента.
|
|
136
|
-
* @param S Интерфейс, расширяющий {@link
|
|
136
|
+
* @param S Интерфейс, расширяющий {@link IBaseControlState} и описывающий внутренние переменные инетрфейсного компонента.
|
|
137
137
|
*/
|
|
138
|
-
export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
138
|
+
export declare abstract class BaseControl<P extends BaseControlParams, S extends IBaseControlState> extends React.Component<P, S> implements ISupportEventBubbling {
|
|
139
139
|
/**
|
|
140
140
|
* Если значение данного поля `false`, то вызов метода {@link forceUpdate} не инициирует перерисовку компонента.
|
|
141
141
|
* Используется методом {@link batchUpdate}.
|
|
@@ -196,10 +196,10 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
196
196
|
*/
|
|
197
197
|
deinit(): void;
|
|
198
198
|
/** @internal */
|
|
199
|
-
protected registerChild(child: BaseControl<BaseControlParams,
|
|
199
|
+
protected registerChild(child: BaseControl<BaseControlParams, IBaseControlState>): void;
|
|
200
200
|
protected set visibilityEditOperation(editOperation: string);
|
|
201
201
|
/** @internal */
|
|
202
|
-
protected unregisterChild(child: BaseControl<BaseControlParams,
|
|
202
|
+
protected unregisterChild(child: BaseControl<BaseControlParams, IBaseControlState>): void;
|
|
203
203
|
/**
|
|
204
204
|
* Компонент реализации (см. описание класса {@link BaseControl})
|
|
205
205
|
* @see {@link getParamValue}, {@link setParamValue}, {@link attachControl},
|
|
@@ -210,7 +210,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
210
210
|
/**
|
|
211
211
|
* Получает значения через метод {@link getBindingsWriteRequests} и сохраняет их на сервере.
|
|
212
212
|
*/
|
|
213
|
-
save(): Promise<
|
|
213
|
+
save(): Promise<void>;
|
|
214
214
|
reloadFromServer(): Promise<this>;
|
|
215
215
|
loadControlModelFromServer(): Promise<GenModels.LayoutViewModel>;
|
|
216
216
|
/**
|
|
@@ -248,18 +248,18 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
248
248
|
* Внимание! Отношение родитель-потомок может отличаться от логической вложенности компонентов (например, дочерние компоненты, вложенные один в другой
|
|
249
249
|
* могут иметь общего родителя).
|
|
250
250
|
*/
|
|
251
|
-
get parent(): BaseControl<BaseControlParams,
|
|
251
|
+
get parent(): BaseControl<BaseControlParams, IBaseControlState>;
|
|
252
252
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
253
253
|
componentWillUnmount(): void;
|
|
254
254
|
internalInit(): void;
|
|
255
255
|
internalDispose(): void;
|
|
256
256
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
257
|
-
UNSAFE_componentWillReceiveProps(nextProps: P, nextContext:
|
|
257
|
+
UNSAFE_componentWillReceiveProps(nextProps: P, nextContext: IControlContext): void;
|
|
258
258
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
259
|
-
UNSAFE_componentWillUpdate(nextProps: Readonly<P>, nextState: Readonly<S>, nextContext:
|
|
259
|
+
UNSAFE_componentWillUpdate(nextProps: Readonly<P>, nextState: Readonly<S>, nextContext: IControlContext): void;
|
|
260
260
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
261
|
-
componentDidUpdate(prevProps: Readonly<P>, prevState: Readonly<S>, prevContext:
|
|
262
|
-
shouldComponentUpdate(nextProps: Readonly<P>, nextState: Readonly<S>, nextContext:
|
|
261
|
+
componentDidUpdate(prevProps: Readonly<P>, prevState: Readonly<S>, prevContext: IControlContext): void;
|
|
262
|
+
shouldComponentUpdate(nextProps: Readonly<P>, nextState: Readonly<S>, nextContext: IControlContext): boolean;
|
|
263
263
|
/**
|
|
264
264
|
* Вызывает перерисовку компонента.
|
|
265
265
|
* Присваивание параметрам новых значений автоматически вызывает перерисовку, и в таких случаях вызывать метод не следует.
|
|
@@ -275,7 +275,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
275
275
|
* @param updateLogic Функция, который выполняет изменение параметров
|
|
276
276
|
* @param callback Функция, которая вызывается после обновления компонента (передается параметром в forceUpdate)
|
|
277
277
|
*/
|
|
278
|
-
batchUpdate(updateLogic: Function, callback?: () =>
|
|
278
|
+
batchUpdate(updateLogic: Function, callback?: () => void): void;
|
|
279
279
|
/** Возвращает сервисы, используемые текущим контролом. */
|
|
280
280
|
getControlServices(): any;
|
|
281
281
|
/** @internal */
|
|
@@ -286,12 +286,12 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
286
286
|
* Вызывается перед сохранением карточки.
|
|
287
287
|
* @returns Сохранение будет продолжено только после того, как данный объект перейдет в состояние "resolved".
|
|
288
288
|
*/
|
|
289
|
-
onSaving(): Promise<
|
|
289
|
+
onSaving(): Promise<void>;
|
|
290
290
|
/**
|
|
291
291
|
* Вызывается после сохранения карточки.
|
|
292
292
|
* @returns Логика после сохранения карточки продолжит выполняться только после того, как данный объект перейдет в состояние "resolved".
|
|
293
293
|
*/
|
|
294
|
-
onSaved(): Promise<
|
|
294
|
+
onSaved(): Promise<void>;
|
|
295
295
|
hasContent: () => boolean;
|
|
296
296
|
/**
|
|
297
297
|
* Подготавливает собственные значения и значения всех дочерних контролов для отправки на сервер.
|
|
@@ -311,7 +311,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
311
311
|
* валидация не будет пройдена (см. {@link InputBasedControl}). При этом можно показать предупреждающее сообщение.
|
|
312
312
|
* @param params Параметры выполнения валидации. Например, показывать ли сообщение о неудаче в UI или нет.
|
|
313
313
|
*/
|
|
314
|
-
validate(params:
|
|
314
|
+
validate(params: IValidationParams): IValidationResult[];
|
|
315
315
|
createValidationResult(params: IValidationParams, results: IValidationResult[]): IValidationResult[];
|
|
316
316
|
/**
|
|
317
317
|
* Производится обнаружение и регистрация всех свойств, объявленных с декоратором {@link handler}.
|
|
@@ -361,7 +361,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
361
361
|
* ",", ";", "|" или "&" с произвольным количеством пробелов между ними.
|
|
362
362
|
* @param initial Значение истино, если метод вызывается при инициализации компонента (из componentWillMount).
|
|
363
363
|
*/
|
|
364
|
-
protected setEventValue(paramName: string, val:
|
|
364
|
+
protected setEventValue(paramName: string, val: IBasicEventHandler<IEventArgs> | IBasicEventHandler<IEventArgs>[] | string, initial: boolean): Promise<void>;
|
|
365
365
|
protected callEventHandlers(sender: any, args: any, handlersName: string, paramName: string): Promise<void>;
|
|
366
366
|
/**
|
|
367
367
|
* Инициализирует объект {@link params}.
|
|
@@ -371,9 +371,11 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
371
371
|
*/
|
|
372
372
|
protected setupParamsAccessors(): void;
|
|
373
373
|
get supportEventBubbling(): boolean;
|
|
374
|
-
getEventInfo<T>(event:
|
|
374
|
+
getEventInfo<T>(event: IBasicEvent<T> | BasicApiEvent<unknown> | unknown): IBubblingEventInfo;
|
|
375
375
|
triggerBubblingEvent<T>(eventName: string, actualSender: ISupportEventBubbling, args: T): void;
|
|
376
376
|
subscribeToBubblingEvent(eventNameSpec: string | FieldSpec<any, any>, callback: BubblingEventCallback): void;
|
|
377
377
|
unsubscribeFromBubblingEvent(eventNameSpec: string | FieldSpec<any, any>, callback: BubblingEventCallback): void;
|
|
378
378
|
render(): React.ReactNode;
|
|
379
379
|
}
|
|
380
|
+
export interface BaseControlState extends IBaseControlState {
|
|
381
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseControlParams,
|
|
1
|
+
import { BaseControlParams, IBaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
2
2
|
import React from "react";
|
|
3
3
|
/** Базовый интерфейс, для описания состояния контролов, наследующихся от {@link BaseControlImpl} */
|
|
4
|
-
export declare type BaseControlImplState =
|
|
4
|
+
export declare type BaseControlImplState = IBaseControlState;
|
|
5
5
|
/**
|
|
6
6
|
* Базовый класс для реализации контролов Web-клиента.
|
|
7
7
|
* Реализация контрола содержит логику, без привязки к окружению (взаимодействие с сервером, с разметкой и т.д.).
|
|
@@ -12,7 +12,7 @@ export declare type BaseControlImplState = BaseControlState;
|
|
|
12
12
|
* @param S Интерфейс, расширяющий {@link BaseControlImplState} и описывающий внутренние переменные компонента реализации.
|
|
13
13
|
*/
|
|
14
14
|
export declare abstract class BaseControlImpl<P extends BaseControlParams, S extends BaseControlImplState> extends React.Component<P, S> {
|
|
15
|
-
private
|
|
15
|
+
private componentDOMNodeInternal;
|
|
16
16
|
private propertyHandlers;
|
|
17
17
|
private propertyGetHandlers;
|
|
18
18
|
private propertySetHandlers;
|
|
@@ -39,7 +39,7 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
|
|
|
39
39
|
constructor(props: P, state?: S);
|
|
40
40
|
attachContainer: (elem: HTMLElement) => void;
|
|
41
41
|
getContainerElem: () => HTMLElement;
|
|
42
|
-
protected onFocusedKeyDown(event: React.KeyboardEvent
|
|
42
|
+
protected onFocusedKeyDown(event: React.KeyboardEvent, handler: () => void): void;
|
|
43
43
|
/**
|
|
44
44
|
* Производится обнаружение и регистрация всех свойств, объявленных с декоратором {@link handler}.
|
|
45
45
|
*/
|
|
@@ -65,7 +65,7 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
|
|
|
65
65
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
66
66
|
UNSAFE_componentWillMount(): void;
|
|
67
67
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
68
|
-
UNSAFE_componentWillReceiveProps(nextProps: P, nextContext:
|
|
68
|
+
UNSAFE_componentWillReceiveProps(nextProps: P, nextContext: unknown): void;
|
|
69
69
|
/**
|
|
70
70
|
* Данный метод вызывается из {@link BaseControl.getParamValue}.
|
|
71
71
|
*
|
|
@@ -92,15 +92,15 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
|
|
|
92
92
|
*/
|
|
93
93
|
setParamValue(propName: string, newVal: any, initial: boolean): void;
|
|
94
94
|
/** Обработчик события `click` по области контрола. Генерирует событие {@link BaseControlParams.click}. */
|
|
95
|
-
protected handleClick(event: React.MouseEvent
|
|
95
|
+
protected handleClick(event: React.MouseEvent): void;
|
|
96
96
|
/** Обработчик события `mouseover` в области контрола. Генерирует событие {@link BaseControlParams.mouseOver}. */
|
|
97
|
-
protected handleMouseOver(event: React.MouseEvent
|
|
97
|
+
protected handleMouseOver(event: React.MouseEvent): void;
|
|
98
98
|
/** Обработчик события `mouseout` в области контрола. Генерирует событие {@link BaseControlParams.mouseOut}. */
|
|
99
|
-
protected handleMouseOut(event: React.MouseEvent
|
|
99
|
+
protected handleMouseOut(event: React.MouseEvent): void;
|
|
100
100
|
/** Обработчик события `focus`. Генерирует событие {@link BaseControlParams.focus}. */
|
|
101
|
-
protected handleFocus(event: React.FocusEvent
|
|
101
|
+
protected handleFocus(event: React.FocusEvent): void;
|
|
102
102
|
/** Обработчик события `blur`. Генерирует событие {@link BaseControlParams.blur}. */
|
|
103
|
-
protected handleBlur(event: React.FocusEvent
|
|
103
|
+
protected handleBlur(event: React.FocusEvent): void;
|
|
104
104
|
/** Формирует список классов для основного html-тэга контрола. */
|
|
105
105
|
protected getCssClass(): string;
|
|
106
106
|
/**
|
|
@@ -120,7 +120,7 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
|
|
|
120
120
|
* Возвращает 0 если {@link BaseControlParams.tabStop} == true, и -1 в противном случае. По умолчанию данный метод не используется,
|
|
121
121
|
* он может быть использован производным классом при отрисовке интерактивных элементов.
|
|
122
122
|
*/
|
|
123
|
-
getTabIndex():
|
|
123
|
+
getTabIndex(): 0 | -1;
|
|
124
124
|
/**
|
|
125
125
|
* Возвращает полное наименование внутреннего контрола, которое следует передать
|
|
126
126
|
* при его отрисовке в функции Render.
|
package/System/BasicEvent.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
2
2
|
import { IBubblingEventInfo } from "@docsvision/webclient/System/ISupportEventBubling";
|
|
3
|
-
import { ExecutionOrder } from
|
|
3
|
+
import { ExecutionOrder } from "@docsvision/webclient/System/ExecutionOrder";
|
|
4
4
|
import { BasicEventHandler, IBasicEvent } from "@docsvision/webclient/System/IBasicEvent";
|
|
5
5
|
/** @internal */
|
|
6
6
|
export declare abstract class BasicEvent<T> implements IBasicEvent<T> {
|
|
7
7
|
protected handlers: BasicEventHandler<T>[];
|
|
8
8
|
protected mDefaultSender: () => LayoutControl;
|
|
9
9
|
protected mEventInfo: IBubblingEventInfo;
|
|
10
|
-
constructor(sender:
|
|
10
|
+
constructor(sender: LayoutControl, subscribers?: BasicEventHandler<T>[]);
|
|
11
11
|
subscribe(handler: BasicEventHandler<T>, executionOrder?: ExecutionOrder): void;
|
|
12
12
|
unsubscribe(handler: BasicEventHandler<T>): void;
|
|
13
13
|
get defaultSender(): () => LayoutControl;
|
|
14
14
|
set defaultSender(val: () => LayoutControl);
|
|
15
|
-
protected triggerAll(sender?:
|
|
16
|
-
protected triggerBubblingEvent(sender?:
|
|
17
|
-
static isEvent(object:
|
|
15
|
+
protected triggerAll(sender?: unknown, data?: T): void;
|
|
16
|
+
protected triggerBubblingEvent(sender?: unknown, data?: T): void;
|
|
17
|
+
static isEvent(object: unknown): boolean;
|
|
18
18
|
}
|
|
19
|
-
export declare function callBasicEventHandlers<T>(handlers: BasicEventHandler<T>[], data: T, actualSender:
|
|
19
|
+
export declare function callBasicEventHandlers<T>(handlers: BasicEventHandler<T>[], data: T, actualSender: unknown): void;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BasicApiEvent } from
|
|
2
|
-
import { Event } from
|
|
1
|
+
import { BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
2
|
+
import { Event } from "effector";
|
|
3
3
|
export declare function bindSimpleApiEvent<T>(event: Event<T>, apiEvent: BasicApiEvent<T>): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IBindingMetadata } from
|
|
2
|
-
import { IBindingResult } from
|
|
1
|
+
import { IBindingMetadata } from "@docsvision/webclient/System/IBindingMetadata";
|
|
2
|
+
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
3
3
|
export declare const SAVED_VALUE_DISPLAY_NAME = "SAVED_VALUE_DISPLAY_NAME";
|
|
4
4
|
export declare const NEW_VALUE_DISPLAY_NAME = "NEW_VALUE_DISPLAY_NAME";
|
|
5
5
|
export declare const BINDING_RESOLVER = "BINDING_RESOLVER";
|
package/System/BooleanState.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { FieldSpec } from
|
|
3
|
-
import { IEventArgs } from
|
|
4
|
-
import { SimpleEvent } from
|
|
2
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
3
|
+
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
4
|
+
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
5
5
|
export declare class BooleanState {
|
|
6
6
|
private component;
|
|
7
7
|
fieldName: string;
|
|
@@ -9,7 +9,7 @@ export declare class BooleanState {
|
|
|
9
9
|
postEventTrue: SimpleEvent<IEventArgs>;
|
|
10
10
|
postEventFalse: SimpleEvent<IEventArgs>;
|
|
11
11
|
onChange: (newValue: boolean) => void;
|
|
12
|
-
constructor(component: React.Component, fieldName: FieldSpec<
|
|
12
|
+
constructor(component: React.Component, fieldName: FieldSpec<unknown, boolean>);
|
|
13
13
|
get(): any;
|
|
14
14
|
set(val: boolean): void;
|
|
15
15
|
get value(): any;
|
package/System/Bubbling.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
1
2
|
/** @internal */
|
|
2
3
|
export declare function bubbling(target: object, propertyKey: string | symbol): void;
|
|
3
4
|
/** @internal */
|
|
4
|
-
export declare function isBubblingEvent(control:
|
|
5
|
+
export declare function isBubblingEvent(control: LayoutControl | unknown, propertyKey: string): boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ILocalStorage } from
|
|
3
|
-
import { GenModels } from
|
|
4
|
-
import { Button } from
|
|
2
|
+
import { ILocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
3
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
|
+
import { Button } from "noty";
|
|
5
5
|
export declare const getButtonsOrderKey: () => string;
|
|
6
6
|
export declare const getButtonsOrderFromLocalStorage: (localStorage: ILocalStorage) => unknown;
|
|
7
7
|
export declare const setButtonsOrderToLocalStorage: (localStorage: ILocalStorage, value: GenModels.ButtonPositions) => boolean;
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
2
2
|
import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
|
|
3
3
|
import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEventArgs";
|
|
4
|
-
import {
|
|
4
|
+
import { IBasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
|
|
5
5
|
import { ICancelableEvent } from "@docsvision/webclient/System/ICancelableEvent";
|
|
6
6
|
import { ICancelableEventArgs } from "@docsvision/webclient/System/ICancelableEventArgs";
|
|
7
|
+
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
7
8
|
/** Отменяемое событие. */
|
|
8
9
|
export declare class CancelableEvent<T> extends BasicEvent<ICancelableEventArgs<T>> {
|
|
9
10
|
private deferred;
|
|
10
|
-
constructor(sender?:
|
|
11
|
-
(sender:
|
|
11
|
+
constructor(sender?: unknown, subscribers?: {
|
|
12
|
+
(sender: unknown, args?: ICancelableEventArgs<T>): void;
|
|
12
13
|
}[]);
|
|
13
14
|
/** @internal */
|
|
14
|
-
protected triggerAll(sender?:
|
|
15
|
+
protected triggerAll(sender?: LayoutControl, data?: ICancelableEventArgs<T>): void;
|
|
15
16
|
/** Уведомляет подписчиков о событии с передачей объекта {@link ICancelableEventArgs}. */
|
|
16
|
-
triggerWithArgs(sender:
|
|
17
|
+
triggerWithArgs(sender: LayoutControl, argsP: ICancelableEventArgs<T>): void;
|
|
17
18
|
/** Уведомляет подписчиков о событии с передачей данных и отправителя. */
|
|
18
|
-
triggerWith(sender:
|
|
19
|
+
triggerWith(sender: LayoutControl, data?: T): CancelableEventArgs<T>;
|
|
19
20
|
/** Уведомляет подписчиков о событии с передачей данных и отправителя, указанного при создании события. */
|
|
20
21
|
trigger(data?: T): CancelableEventArgs<T>;
|
|
21
22
|
/** Конструирует объект параметров. */
|
|
22
23
|
createArgs(data?: T): CancelableEventArgs<T>;
|
|
23
24
|
/** Преобразует тип события к {@link CancelableEvent}. */
|
|
24
|
-
static cast<T>(event: ICancelableEvent<T> | CancelableApiEvent<T> | string): CancelableEvent<T> &
|
|
25
|
+
static cast<T>(event: ICancelableEvent<T> | CancelableApiEvent<T> | string): CancelableEvent<T> & IBasicEventHandler<T>;
|
|
25
26
|
/** Создает экземпляр {@link CancelableEvent}. */
|
|
26
|
-
static Create<T>(sender:
|
|
27
|
+
static Create<T>(sender: unknown, subscriberFunc?: CancelableApiEvent<T> | string): CancelableEvent<T> & IBasicEventHandler<T>;
|
|
27
28
|
}
|
|
28
|
-
export declare function callCancelableEventHandlers<T>(handlers:
|
|
29
|
+
export declare function callCancelableEventHandlers<T>(handlers: IBasicEventHandler<ICancelableEventArgs<T>>[], data: ICancelableEventArgs<T>, actualSender: LayoutControl, paramName: string, createArgs?: (data: any) => CancelableEventArgs<T>): void;
|
|
@@ -9,9 +9,11 @@ export declare class CardTypeResolver {
|
|
|
9
9
|
cssClass: string;
|
|
10
10
|
caption: string;
|
|
11
11
|
};
|
|
12
|
+
protected get cardTypeMap(): ICardTypeMap;
|
|
13
|
+
protected set cardTypeMap(v: ICardTypeMap);
|
|
12
14
|
/** Регистрирует новый тип карточки. */
|
|
13
15
|
registerCardType(cardTypeInfo: ICardTypeInfo): void;
|
|
14
16
|
/** Возвращает информацию об определенном типе карточки. */
|
|
15
17
|
getCardTypeInfo(cardTypeId: string): ICardTypeInfo;
|
|
16
18
|
}
|
|
17
|
-
export declare
|
|
19
|
+
export declare const cardTypeResolver: CardTypeResolver;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LayoutControl } from
|
|
1
|
+
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
2
2
|
/**
|
|
3
3
|
* Конструктор класса контрола.
|
|
4
4
|
*
|
|
@@ -6,6 +6,8 @@ import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
|
6
6
|
*
|
|
7
7
|
* let textBox: ControlConstructor = TextBox;
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface IControlConstructor {
|
|
10
10
|
new (props: any): LayoutControl;
|
|
11
11
|
}
|
|
12
|
+
export interface ControlConstructor extends IControlConstructor {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IControlContext } from
|
|
2
|
-
import React from
|
|
1
|
+
import { IControlContext } from "@docsvision/webclient/System/IControlContext";
|
|
2
|
+
import React from "react";
|
|
3
3
|
export declare const ControlContext: React.Context<IControlContext>;
|
package/System/ControlImpl.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
2
2
|
import { BaseControlImpl, BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
3
|
-
import React from
|
|
3
|
+
import React from "react";
|
|
4
4
|
export interface ICreateControlParameters {
|
|
5
5
|
props: BaseControlParams;
|
|
6
6
|
state: BaseControlImplState;
|
package/System/ControlStore.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
2
2
|
import { ControlWrapperMap } from "@docsvision/webclient/System/ControlWrapperMap";
|
|
3
|
-
import { IControlStoreManager } from
|
|
3
|
+
import { IControlStoreManager } from "@docsvision/webclient/System/IControlStoreManager";
|
|
4
4
|
/** Хранилище контролов разметки, обеспечивающее доступ по имени. */
|
|
5
5
|
export declare class ControlStore implements IControlStoreManager {
|
|
6
6
|
protected controlCollection: ControlWrapperMap;
|
|
@@ -14,11 +14,11 @@ export declare class ControlStore implements IControlStoreManager {
|
|
|
14
14
|
/** Удаляет контрол из словаря. */
|
|
15
15
|
removeControl(control: LayoutControl): void;
|
|
16
16
|
/** Вызывает методы onSaving в контролах. */
|
|
17
|
-
onSaving(control?: LayoutControl): Promise<
|
|
17
|
+
onSaving(control?: LayoutControl): Promise<void>;
|
|
18
18
|
/** Вызывает методы onSaved в контролах. */
|
|
19
|
-
onSaved(control?: LayoutControl): Promise<
|
|
19
|
+
onSaved(control?: LayoutControl): Promise<void>;
|
|
20
20
|
/** @internal */
|
|
21
21
|
protected collectControlData(func: (control: LayoutControl) => void): void;
|
|
22
22
|
/** @internal */
|
|
23
|
-
protected callSaveCallbacks(beforeSave: boolean, control?: LayoutControl): Promise<
|
|
23
|
+
protected callSaveCallbacks(beforeSave: boolean, control?: LayoutControl): Promise<void>;
|
|
24
24
|
}
|
|
@@ -9,14 +9,14 @@ export declare enum HttpMethods {
|
|
|
9
9
|
export declare class ControllerBase {
|
|
10
10
|
protected services: $RequestManager;
|
|
11
11
|
constructor(services?: $RequestManager);
|
|
12
|
-
protected basePostRequest(url: string, data:
|
|
12
|
+
protected basePostRequest(url: string, data: object, options?: RequestOptions): Promise<any>;
|
|
13
13
|
protected baseGetRequest(url: string, options?: RequestOptions): Promise<any>;
|
|
14
14
|
protected doRequest({ controller, action, isApi, method, data, options, relativePath }: {
|
|
15
15
|
controller: string;
|
|
16
16
|
action: string;
|
|
17
17
|
isApi: boolean;
|
|
18
18
|
method: HttpMethods;
|
|
19
|
-
data?:
|
|
19
|
+
data?: object;
|
|
20
20
|
options?: RequestOptions;
|
|
21
21
|
relativePath?: boolean;
|
|
22
22
|
}): Promise<any>;
|
|
@@ -25,7 +25,7 @@ export declare class ControllerBase {
|
|
|
25
25
|
action: string;
|
|
26
26
|
isApi: boolean;
|
|
27
27
|
method: HttpMethods;
|
|
28
|
-
data:
|
|
28
|
+
data: object;
|
|
29
29
|
relativePath: boolean;
|
|
30
30
|
}): string;
|
|
31
31
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { $DataGridControlController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
|
-
import { BaseControl, BaseControlParams,
|
|
4
|
+
import { BaseControl, BaseControlParams, IBaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
5
5
|
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
6
6
|
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
7
7
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
8
|
-
import { $CardId } from
|
|
9
|
-
import { CancelableEvent } from
|
|
10
|
-
import { IEventArgs } from
|
|
11
|
-
import { SimpleEvent } from
|
|
12
|
-
import { ITableData, ITablePlugins } from
|
|
8
|
+
import { $CardId } from "@docsvision/webclient/System/LayoutServices";
|
|
9
|
+
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
10
|
+
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
11
|
+
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
12
|
+
import { ITableData, ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Содержит публичные свойства элемента управления [ReadOnlyTable]{@link ReadOnlyTable}.
|
|
@@ -36,7 +36,7 @@ export declare class DataGridControlParams extends BaseControlParams {
|
|
|
36
36
|
services?: $DataGridControlController & $CardId;
|
|
37
37
|
}
|
|
38
38
|
/** @internal */
|
|
39
|
-
export interface IDataGridControlState extends
|
|
39
|
+
export interface IDataGridControlState extends IBaseControlState, DataGridControlParams {
|
|
40
40
|
loadingHelper: RequestHelper;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
@@ -4,4 +4,4 @@ export interface IDataLoadArgs<QueryT, ResponseT> {
|
|
|
4
4
|
response?: ResponseT;
|
|
5
5
|
}
|
|
6
6
|
export declare type CancelableApiDataEvent<QueryT, ResponseT> = CancelableApiEvent<IDataLoadArgs<QueryT, ResponseT>>;
|
|
7
|
-
export declare function loadDataWithEvents<QueryT, ResponseT>(query: QueryT, loadFunc: (query: QueryT) => Promise<ResponseT> | Promise<ResponseT>, beforeEvent: CancelableApiDataEvent<QueryT, ResponseT>, afterEvent: CancelableApiDataEvent<QueryT, ResponseT> | BasicApiEvent<
|
|
7
|
+
export declare function loadDataWithEvents<QueryT, ResponseT>(query: QueryT, loadFunc: (query: QueryT) => Promise<ResponseT> | Promise<ResponseT>, beforeEvent: CancelableApiDataEvent<QueryT, ResponseT>, afterEvent: CancelableApiDataEvent<QueryT, ResponseT> | BasicApiEvent<unknown>): Promise<ResponseT>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DateFormats } from "@docsvision/webclient/System/DateFormats";
|
|
2
2
|
import moment from "moment";
|
|
3
|
-
import { $ApplicationSettings } from
|
|
3
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
4
4
|
/**
|
|
5
5
|
* Возвращает порядковый номер дня в году для указанной даты.
|
|
6
6
|
*
|
|
@@ -44,4 +44,4 @@ export declare function dateTimeToString(dateTime: Date | string, format?: DateF
|
|
|
44
44
|
/** Количество часов в одном дне */
|
|
45
45
|
export declare const HOURS_IN_DAY = 24;
|
|
46
46
|
/** Возвращает функцию, которую можно передать в JSON.strinfiy вторым параметром для фомрматирования дат для сервера. */
|
|
47
|
-
export declare function getDateTimeStringifyServerFormatter(services: $ApplicationSettings): (key: string, value:
|
|
47
|
+
export declare function getDateTimeStringifyServerFormatter(services: $ApplicationSettings): (key: string, value: unknown) => unknown;
|
package/System/Decorators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @deprecated Используйте ControllerBase */
|
|
2
|
-
export declare function action(target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): TypedPropertyDescriptor<any>;
|
|
2
|
+
export declare function action(target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): void | TypedPropertyDescriptor<any>;
|
|
3
3
|
/** @deprecated Используйте ControllerBase */
|
|
4
4
|
export declare function apiAction(target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): TypedPropertyDescriptor<any>;
|
|
5
5
|
/** @deprecated Используйте ControllerBase */
|
|
@@ -9,6 +9,8 @@ export declare function arg(name: string): (target: object, propertyKey: string,
|
|
|
9
9
|
/** @deprecated Используйте ControllerBase */
|
|
10
10
|
export declare function postData(target: object, propertyKey: string, parameterIndex: number): void;
|
|
11
11
|
/** @deprecated Используйте ControllerBase */
|
|
12
|
-
export declare
|
|
12
|
+
export declare const ServiceActionPostDataArgumentName = "ServiceActionPostDataArgumentName";
|
|
13
13
|
/** @deprecated Используйте ControllerBase */
|
|
14
|
-
export declare function controller(name: string): (target: object
|
|
14
|
+
export declare function controller(name: string): (target: object & {
|
|
15
|
+
controllerName?: string;
|
|
16
|
+
}) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** Возвращает описатель собственного свойства, или свойства одного из родительских классов. */
|
|
2
2
|
export declare function getPropertyDescriptor(control: object, propertyKey: string): PropertyDescriptor;
|
|
3
3
|
/** Информация о свойстве класса, включающая данные о том, где именно оно было объявлено в цепочке наследования. */
|
|
4
|
-
export interface
|
|
4
|
+
export interface IHandlerPropertyInfo {
|
|
5
5
|
/** Описание свойства */
|
|
6
6
|
descriptor: PropertyDescriptor;
|
|
7
7
|
/** Прототип, в котором обнаружено свойство. */
|
|
@@ -13,8 +13,10 @@ export interface HandlerPropertyInfo {
|
|
|
13
13
|
* Возвращает описатель собственного свойства, или свойства одного из родительских классов с
|
|
14
14
|
* дополнительной информации о том, в каком классе объявлено свойство.
|
|
15
15
|
*/
|
|
16
|
-
export declare function getHandlerPropertyInfo(control: object, propertyKey: string):
|
|
16
|
+
export declare function getHandlerPropertyInfo(control: object, propertyKey: string): IHandlerPropertyInfo;
|
|
17
17
|
/** Возвращает метаданные, ассоциированные при помощи Reflect.metadata с собственным свойством, или свойством базового класса. */
|
|
18
|
-
export declare function getMetadataValue(obj:
|
|
18
|
+
export declare function getMetadataValue(obj: object | unknown, propertyKey: string, metadataKee: string): any;
|
|
19
19
|
/** Добавляет в объект свойство со значением undefined. */
|
|
20
20
|
export declare function declareSimpleProperty(target: object, propertyKey: string): void;
|
|
21
|
+
export interface HandlerPropertyInfo extends IHandlerPropertyInfo {
|
|
22
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FieldSpec } from
|
|
2
|
-
export declare function defineParameterAlias<ParamsT extends object, ControlT extends object>(paramsPrototype: ParamsT, controlPrototype: ControlT, paramName: FieldSpec<ParamsT,
|
|
1
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
2
|
+
export declare function defineParameterAlias<ParamsT extends object, ControlT extends object>(paramsPrototype: ParamsT, controlPrototype: ControlT, paramName: FieldSpec<ParamsT, unknown>, alias: string, decoratorKey?: string): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FieldSpec } from
|
|
1
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
2
2
|
export declare function defineProperty<T, ValueT = any>(object: T, propertyName: string | FieldSpec<T, ValueT>, get: (this: T) => ValueT, set?: (this: T, val: ValueT) => void): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FieldSpec } from
|
|
1
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
2
2
|
export declare function definePropertyAlias<T>(object: T, propertyName: string | FieldSpec<T, any>, alias: string | FieldSpec<any, any>): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CancelableApiEvent } from
|
|
2
|
-
import { Domain, Event } from
|
|
1
|
+
import { CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
2
|
+
import { Domain, Event } from "effector";
|
|
3
3
|
export declare function delayUntilApiEvent<T>(domain: Domain, event: Event<T>, getApiEvent: () => CancelableApiEvent<T>): Event<T>;
|
|
4
4
|
export declare function delayUntilApiEventEx<T1, T2>(domain: Domain, event: Event<T1>, convert: (arg: T1) => T2, getApiEvent: () => CancelableApiEvent<T2>): Event<T1>;
|