@docsvision/webclient 5.17.0-beta.9 → 5.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +11 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +16 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +3 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +65 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ParseQueryString.d.ts +1 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Account/index.d.ts +92 -0
- package/App.d.ts +55 -0
- package/Application.d.ts +96 -0
- package/Approval/$AgreementHistoryStageRenderer.d.ts +16 -0
- package/Approval/$AgreementOptions.d.ts +11 -0
- package/Approval/AcquaintanceManagement.d.ts +42 -0
- package/Approval/AcquaintanceManagementImpl.d.ts +35 -0
- package/Approval/AgreementHistory.d.ts +89 -0
- package/Approval/AgreementHistoryImpl.d.ts +56 -0
- package/Approval/AgreementList.d.ts +73 -0
- package/Approval/AgreementListContent.d.ts +26 -0
- package/Approval/AgreementListImpl.d.ts +30 -0
- package/Approval/AgreementManagement.d.ts +182 -0
- package/Approval/AgreementManagementImpl.d.ts +66 -0
- package/Approval/AgreementStage.d.ts +47 -0
- package/Approval/AgreementStageEmployeesLoader.d.ts +24 -0
- package/Approval/AgreementStageProps.d.ts +34 -0
- package/Approval/AgreementStageState.d.ts +11 -0
- package/Approval/ApprovalCycleInfo.d.ts +19 -0
- package/Approval/ApprovalCycleList.d.ts +8 -0
- package/Approval/ApprovalCycleListProps.d.ts +8 -0
- package/Approval/ApprovalHistoryFullStageInfo.d.ts +16 -0
- package/Approval/ApprovalHistoryTable.d.ts +18 -0
- package/Approval/ApprovalStageInfo.d.ts +11 -0
- package/Approval/ApprovalStageItemComment.d.ts +21 -0
- package/Approval/ApprovalStageItemRow.d.ts +27 -0
- package/Approval/CardApprovalCycle.d.ts +26 -0
- package/Approval/CardApprovalCycleImpl.d.ts +17 -0
- package/Approval/CardApprovalStage.d.ts +27 -0
- package/Approval/CardApprovalStageImpl.d.ts +17 -0
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +9 -0
- package/Approval/IAgreementListContentProps.d.ts +10 -0
- package/Approval/IAgreementListContentState.d.ts +9 -0
- package/Approval/IAgreementListRenderEventArgs.d.ts +6 -0
- package/Approval/IAgreementListReportOpenedEventArgs.d.ts +6 -0
- package/Approval/IAgreementListReportOpeningEventArgs.d.ts +4 -0
- package/Approval/IAgreementListTableColumn.d.ts +10 -0
- package/Approval/IApprovalHistoryTableProps.d.ts +22 -0
- package/Approval/IApprovalHistoryTableState.d.ts +6 -0
- package/Approval/IApprovalStageItemRowProps.d.ts +18 -0
- package/Approval/IApproverDeletionEventArgs.d.ts +5 -0
- package/Approval/IApproverEventArgs.d.ts +6 -0
- package/Approval/IApprovingPathEventArgs.d.ts +5 -0
- package/Approval/IApprovingReportOpenedEventArgs.d.ts +4 -0
- package/Approval/IApprovingReportOpeningEventArgs.d.ts +3 -0
- package/Approval/IApprovingReportRefreshedEventArgs.d.ts +6 -0
- package/Approval/IApprovingReportRefreshingEventArgs.d.ts +4 -0
- package/Approval/ReconcileDurationType.d.ts +4 -0
- package/Approval/StageModelWithChange.d.ts +3 -0
- package/Approval/TemplateComboVariant.d.ts +9 -0
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CreateApprovalTask.d.ts +9 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +103 -0
- package/BackOffice/$LinksSearchCardsService.d.ts +37 -0
- package/BackOffice/$OperationParametersPanel.d.ts +13 -0
- package/BackOffice/$SelectionRow.d.ts +11 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +28 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +26 -0
- package/BackOffice/AcknowledgementList.d.ts +57 -0
- package/BackOffice/AcknowledgementListButton.d.ts +5 -0
- package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
- package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
- package/BackOffice/AcknowledgementListView.d.ts +4 -0
- package/BackOffice/ActionButton.d.ts +6 -0
- package/BackOffice/ActionMenu.d.ts +12 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/AddComment.d.ts +4 -0
- package/BackOffice/AddEmployeeIconColumn.d.ts +3 -0
- package/BackOffice/AddUrlDialog.d.ts +41 -0
- package/BackOffice/AddingGroups.d.ts +3 -0
- package/BackOffice/Address.d.ts +29 -0
- package/BackOffice/AddressImpl.d.ts +28 -0
- package/BackOffice/ApprovalTaskComplete.d.ts +11 -0
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/BackOfficeChildTask.d.ts +7 -0
- package/BackOffice/BackOfficeCreateLink.d.ts +17 -0
- package/BackOffice/BackOfficeLayoutContextConstants.d.ts +8 -0
- package/BackOffice/BackOfficeModeConditionTypes.d.ts +4 -0
- package/BackOffice/BooleanValueGridPlugin.d.ts +4 -0
- package/BackOffice/CardKind.d.ts +37 -0
- package/BackOffice/CardKindImpl.d.ts +101 -0
- package/BackOffice/CardKindTree.d.ts +36 -0
- package/BackOffice/CardKindTreeNode.d.ts +15 -0
- package/BackOffice/CardKindTreeNodeBranchIcon.d.ts +9 -0
- package/BackOffice/CardKindTreeNodeChildren.d.ts +5 -0
- package/BackOffice/CardKindTreeNodeLeafIcon.d.ts +6 -0
- package/BackOffice/CardKindTreeNodeModel.d.ts +21 -0
- package/BackOffice/CardKindTreeNodeTitle.d.ts +10 -0
- package/BackOffice/CardKindTreeNodeWrapper.d.ts +5 -0
- package/BackOffice/CardKindTypeaheadVariant.d.ts +11 -0
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/CheckAbsenceDates.d.ts +6 -0
- package/BackOffice/CheckEmployeeAccount.d.ts +4 -0
- package/BackOffice/CheckPerformer.d.ts +2 -0
- package/BackOffice/CheckStaffSectionAcccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerforming.d.ts +102 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +74 -0
- package/BackOffice/CollapseAllTaskTableRows.d.ts +2 -0
- package/BackOffice/CollapseTaskTableRow.d.ts +2 -0
- package/BackOffice/CollapsedText.d.ts +21 -0
- package/BackOffice/ColorText.d.ts +13 -0
- package/BackOffice/ColumnSettingsDialog.d.ts +28 -0
- package/BackOffice/CommandMenuComponent.d.ts +20 -0
- package/BackOffice/CommentActionsPanelStyle.d.ts +4 -0
- package/BackOffice/CommentBodyContents.d.ts +3 -0
- package/BackOffice/CommentBodyStyle.d.ts +9 -0
- package/BackOffice/CommentBodyTriangleStyle.d.ts +6 -0
- package/BackOffice/CommentButtonStyle.d.ts +4 -0
- package/BackOffice/CommentButtonsContainerStyle.d.ts +4 -0
- package/BackOffice/CommentDateStyle.d.ts +4 -0
- package/BackOffice/CommentDeleteIcon.d.ts +2 -0
- package/BackOffice/CommentEditIcon.d.ts +2 -0
- package/BackOffice/CommentEditor.d.ts +32 -0
- package/BackOffice/CommentHeader.d.ts +3 -0
- package/BackOffice/CommentHeaderDateStyle.d.ts +4 -0
- package/BackOffice/CommentIconContainerStyle.d.ts +4 -0
- package/BackOffice/CommentInfoStyle.d.ts +5 -0
- package/BackOffice/CommentInputTextArea.d.ts +14 -0
- package/BackOffice/CommentLinkStyle.d.ts +4 -0
- package/BackOffice/CommentModel.d.ts +25 -0
- package/BackOffice/CommentStyle.d.ts +8 -0
- package/BackOffice/CommentTextStyle.d.ts +7 -0
- package/BackOffice/CommentTimeStyle.d.ts +4 -0
- package/BackOffice/CommentUserContainer.d.ts +5 -0
- package/BackOffice/CommentUserDisplayNameStyle.d.ts +4 -0
- package/BackOffice/CommentUserIcon.d.ts +6 -0
- package/BackOffice/Comments.d.ts +96 -0
- package/BackOffice/CommentsImpl.d.ts +53 -0
- package/BackOffice/CompareTasks.d.ts +3 -0
- package/BackOffice/Constants.d.ts +32 -0
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertEmployeeToRow.d.ts +3 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertPerformersTypeSettings.d.ts +5 -0
- package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/CopyAddress.d.ts +3 -0
- package/BackOffice/CovertResponseToTree.d.ts +4 -0
- package/BackOffice/CreateRelatedCardButton.d.ts +54 -0
- package/BackOffice/CreateRelatedCardButtonImpl.d.ts +25 -0
- package/BackOffice/CreateWindow.d.ts +5 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/DefaultTasksTreeNodeResolver.d.ts +12 -0
- package/BackOffice/DelegateBatchOperation.d.ts +32 -0
- package/BackOffice/DelegateBatchOperationImpl.d.ts +27 -0
- package/BackOffice/DelegationParameters.d.ts +7 -0
- package/BackOffice/DelegationParamsPanel.d.ts +26 -0
- package/BackOffice/DeleteLogic.d.ts +3 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +25 -0
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +20 -0
- package/BackOffice/DeleteStaffSection.d.ts +2 -0
- package/BackOffice/DeleteTaskRow.d.ts +3 -0
- package/BackOffice/Department.d.ts +56 -0
- package/BackOffice/DepartmentFilter.d.ts +20 -0
- package/BackOffice/DepartmentFilterView.d.ts +18 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +11 -0
- package/BackOffice/DepartmentImpl.d.ts +51 -0
- package/BackOffice/DepartmentSelectDialog.d.ts +85 -0
- package/BackOffice/DepartmentSelectDialogFlat.d.ts +124 -0
- package/BackOffice/DepartmentSelectMode.d.ts +5 -0
- package/BackOffice/DepartmentTreeNode.d.ts +43 -0
- package/BackOffice/DepartmentTypeaheadVariant.d.ts +11 -0
- package/BackOffice/DialogLocations.d.ts +6 -0
- package/BackOffice/DigitalSignatureService.d.ts +47 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +83 -0
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +71 -0
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerRowSelectDialog.d.ts +58 -0
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +25 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +15 -0
- package/BackOffice/DirectoryEntryModal.d.ts +26 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +21 -0
- package/BackOffice/DirectoryFrame.d.ts +13 -0
- package/BackOffice/DirectoryRowCutSelection.d.ts +11 -0
- package/BackOffice/DirectoryRowIcon.d.ts +18 -0
- package/BackOffice/DirectoryRowSelection.d.ts +25 -0
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +10 -0
- package/BackOffice/DirectorySearchContainer.d.ts +6 -0
- package/BackOffice/DirectorySearchContent.d.ts +10 -0
- package/BackOffice/DirectorySearchCounter.d.ts +8 -0
- package/BackOffice/DirectorySearchInfo.d.ts +10 -0
- package/BackOffice/DirectorySearchResult.d.ts +30 -0
- package/BackOffice/DirectorySearchResultList.d.ts +14 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +24 -0
- package/BackOffice/DirectorySearchResultView.d.ts +22 -0
- package/BackOffice/DirectorySplitter.d.ts +10 -0
- package/BackOffice/DirectoryTabContents.d.ts +6 -0
- package/BackOffice/DirectoryTabInfo.d.ts +4 -0
- package/BackOffice/DirectoryTabItem.d.ts +6 -0
- package/BackOffice/DirectoryTabPanel.d.ts +6 -0
- package/BackOffice/DirectoryTabs.d.ts +27 -0
- package/BackOffice/DirectoryTabs.stories.d.ts +8 -0
- package/BackOffice/DirectoryTabsLogic.d.ts +12 -0
- package/BackOffice/DirectoryTabsRoot.d.ts +6 -0
- package/BackOffice/DirectoryTree.d.ts +56 -0
- package/BackOffice/DirectoryTree.stories.d.ts +9 -0
- package/BackOffice/DirectoryTreeAddButton.d.ts +8 -0
- package/BackOffice/DirectoryTreeContainer.d.ts +6 -0
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +6 -0
- package/BackOffice/DirectoryTreeIcon.d.ts +11 -0
- package/BackOffice/DirectoryTreeList.d.ts +13 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +74 -0
- package/BackOffice/DirectoryTreeRow.d.ts +13 -0
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +8 -0
- package/BackOffice/DirectoryTreeRowIdent.d.ts +4 -0
- package/BackOffice/DirectoryTreeRowName.d.ts +7 -0
- package/BackOffice/DirectoryTreeToggle.d.ts +11 -0
- package/BackOffice/DirectoryTreeWrapper.d.ts +6 -0
- package/BackOffice/DirectoryValues.d.ts +45 -0
- package/BackOffice/DirectoryValues.stories.d.ts +8 -0
- package/BackOffice/DirectoryValuesAddButton.d.ts +9 -0
- package/BackOffice/DirectoryValuesContainer.d.ts +6 -0
- package/BackOffice/DirectoryValuesIcon.d.ts +15 -0
- package/BackOffice/DirectoryValuesLoading.d.ts +6 -0
- package/BackOffice/DirectoryValuesLogic.d.ts +8 -0
- package/BackOffice/DirectoryValuesWrapper.d.ts +6 -0
- package/BackOffice/DisplayInitiator.d.ts +49 -0
- package/BackOffice/DisplayInitiatorImpl.d.ts +13 -0
- package/BackOffice/DisplayPerformers.d.ts +58 -0
- package/BackOffice/DisplayPerformersImpl.d.ts +61 -0
- package/BackOffice/Document.d.ts +18 -0
- package/BackOffice/DocumentTasksTreeNodeResolver.d.ts +12 -0
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +145 -0
- package/BackOffice/EditComment.d.ts +5 -0
- package/BackOffice/EditTaskDescription.d.ts +11 -0
- package/BackOffice/EditTaskDescriptionDialog.d.ts +12 -0
- package/BackOffice/EditTaskDuration.d.ts +18 -0
- package/BackOffice/EditTaskDurationDialog.d.ts +21 -0
- package/BackOffice/EditWindow.d.ts +5 -0
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/Employee.d.ts +67 -0
- package/BackOffice/EmployeeColumns.d.ts +6 -0
- package/BackOffice/EmployeeImpl.d.ts +50 -0
- package/BackOffice/EmployeeInfo.d.ts +13 -0
- package/BackOffice/EmployeeLoader.d.ts +21 -0
- package/BackOffice/EmployeeRowModelExtendedData.d.ts +5 -0
- package/BackOffice/EmployeeTypeaheadVariant.d.ts +14 -0
- package/BackOffice/EmployeeVisualizer.d.ts +9 -0
- package/BackOffice/EmployeesTabFrame.d.ts +10 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +46 -0
- package/BackOffice/ExpandTaskTableRow.d.ts +2 -0
- package/BackOffice/ExtraFileIcon.d.ts +2 -0
- package/BackOffice/FavoriteEmployeesStorage.d.ts +16 -0
- package/BackOffice/FileListAttachElements.d.ts +20 -0
- package/BackOffice/FileListBuiltInOperations.d.ts +16 -0
- package/BackOffice/FileListConstants.d.ts +9 -0
- package/BackOffice/FileListControl.d.ts +328 -0
- package/BackOffice/FileListControlImpl.d.ts +135 -0
- package/BackOffice/FileListControlLogic.d.ts +71 -0
- package/BackOffice/FileListFormType.d.ts +6 -0
- package/BackOffice/FileListItem.d.ts +23 -0
- package/BackOffice/FileListItemComponent.d.ts +57 -0
- package/BackOffice/FileListItemPlaceholderComponent.d.ts +15 -0
- package/BackOffice/FileListItemProps.d.ts +28 -0
- package/BackOffice/FileListItemState.d.ts +9 -0
- package/BackOffice/FileListVersionPlaceholder.d.ts +16 -0
- package/BackOffice/FileRenamingDialog.d.ts +25 -0
- package/BackOffice/FileSign.d.ts +32 -0
- package/BackOffice/FileSignInfoPopover.d.ts +27 -0
- package/BackOffice/FileSignListDialog.d.ts +65 -0
- package/BackOffice/FindMaxLevelIdent.d.ts +2 -0
- package/BackOffice/FindStaffSection.d.ts +9 -0
- package/BackOffice/FindTaskRow.d.ts +2 -0
- package/BackOffice/FlatternRows.d.ts +2 -0
- package/BackOffice/FlatternTree.d.ts +2 -0
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GetContextMenuNames.d.ts +2 -0
- package/BackOffice/GetDirectoryTreeRowModel.d.ts +3 -0
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeColumns.d.ts +4 -0
- package/BackOffice/GetEmployeeGroups.d.ts +9 -0
- package/BackOffice/GetHelpBoxRowInfo.d.ts +9 -0
- package/BackOffice/GetIconClassName.d.ts +11 -0
- package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -0
- package/BackOffice/GetRootSectionId.d.ts +7 -0
- package/BackOffice/GetSearchItemTab.d.ts +2 -0
- package/BackOffice/GetSelectedSearchItemEmployeeId.d.ts +4 -0
- package/BackOffice/GetSelectedSearchItemSection.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GoToSection.d.ts +2 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +11 -0
- package/BackOffice/GroupTaskCardSelectPerformers.d.ts +149 -0
- package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +86 -0
- package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +6 -0
- package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +45 -0
- package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +6 -0
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +20 -0
- package/BackOffice/GzPerformersOverlay.d.ts +7 -0
- package/BackOffice/History.d.ts +109 -0
- package/BackOffice/HistoryExternalRelations.d.ts +9 -0
- package/BackOffice/HistoryImpl.d.ts +59 -0
- package/BackOffice/HistoryRecordView.d.ts +13 -0
- package/BackOffice/HistoryView.d.ts +74 -0
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +5 -0
- package/BackOffice/IChangeResponsibleEventArgs.d.ts +5 -0
- package/BackOffice/IChangingTaskOrderEventArgs.d.ts +5 -0
- package/BackOffice/ICommandMenuProps.d.ts +8 -0
- package/BackOffice/ICommandMenuState.d.ts +9 -0
- package/BackOffice/ICommentEventArgs.d.ts +4 -0
- package/BackOffice/ICommentProps.d.ts +17 -0
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IDirectoryTreeRow.d.ts +10 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IEmployeeResponseParser.d.ts +6 -0
- package/BackOffice/IExtraFileAddedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileAddingArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileListItem.d.ts +7 -0
- package/BackOffice/IFileListOperation.d.ts +5 -0
- package/BackOffice/IFileListWrapper.d.ts +6 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/IFileOpenedArgs.d.ts +4 -0
- package/BackOffice/IFileOpeningArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewedArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewingArgs.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +23 -0
- package/BackOffice/IFileSignUploadedArgs.d.ts +4 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +4 -0
- package/BackOffice/IFileVersionDownloadingArgs.d.ts +6 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionUploadedArgs.d.ts +6 -0
- package/BackOffice/IFileVersionUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVisualizedArgs.d.ts +4 -0
- package/BackOffice/IFileVisualizingArgs.d.ts +4 -0
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/IHiddenNode.d.ts +5 -0
- package/BackOffice/ILinkEventArgs.d.ts +5 -0
- package/BackOffice/ILinkItem.d.ts +8 -0
- package/BackOffice/IMainFileAddedArgs.d.ts +4 -0
- package/BackOffice/IMainFileAddingArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatedArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatingArgs.d.ts +4 -0
- package/BackOffice/INewCardLinkDialogProps.d.ts +10 -0
- package/BackOffice/INewCardLinkDialogState.d.ts +10 -0
- package/BackOffice/INumberInfo.d.ts +6 -0
- package/BackOffice/IParametersRequestEventArgs.d.ts +5 -0
- package/BackOffice/IPartnerDataLoadingEventArgs.d.ts +28 -0
- package/BackOffice/IPartnerDirectoryTreeItem.d.ts +12 -0
- package/BackOffice/IPartnerFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IPerformerEventArgs.d.ts +7 -0
- package/BackOffice/IPerformersEventArgs.d.ts +5 -0
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -0
- package/BackOffice/ISelectionEventArgs.d.ts +5 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureCreatedArgs.d.ts +2 -0
- package/BackOffice/ISignatureCreatingArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewedArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewingArgs.d.ts +2 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/IStaffDataLoadingEventArgs.d.ts +16 -0
- package/BackOffice/IStaffDirectoryItemsDialog.d.ts +5 -0
- package/BackOffice/IStaffDirectoryOptions.d.ts +12 -0
- package/BackOffice/IStaffFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IStaffTreeRow.d.ts +4 -0
- package/BackOffice/ITaskCreatingEventArgs.d.ts +5 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskDescriptionDialogManagement.d.ts +6 -0
- package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDescriptionEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDurationDialogManagement.d.ts +9 -0
- package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +5 -0
- package/BackOffice/ITaskIntervalEventArgs.d.ts +8 -0
- package/BackOffice/ITaskListItemProps.d.ts +11 -0
- package/BackOffice/ITaskListItemState.d.ts +4 -0
- package/BackOffice/ITaskListProps.d.ts +16 -0
- package/BackOffice/ITaskListState.d.ts +5 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/ITasksDistributionEventArgs.d.ts +7 -0
- package/BackOffice/ITasksTableModel.d.ts +5 -0
- package/BackOffice/ITasksTableRow.d.ts +11 -0
- package/BackOffice/ITasksTreeColor.d.ts +6 -0
- package/BackOffice/ITasksTreeColorMap.d.ts +5 -0
- package/BackOffice/ITasksTreeContainerProps.d.ts +6 -0
- package/BackOffice/ITasksTreeContainerState.d.ts +23 -0
- package/BackOffice/ITasksTreeEdgeContainer.d.ts +3 -0
- package/BackOffice/ITasksTreeGroup.d.ts +4 -0
- package/BackOffice/ITasksTreeGroupMap.d.ts +5 -0
- package/BackOffice/ITasksTreeNodeContainer.d.ts +13 -0
- package/BackOffice/ITasksTreeNodeResolver.d.ts +28 -0
- package/BackOffice/ITasksTreeNodeResolverMap.d.ts +5 -0
- package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +6 -0
- package/BackOffice/IVisClickParams.d.ts +6 -0
- package/BackOffice/IWebFrameDirectorySearchPanelOptions.d.ts +12 -0
- package/BackOffice/ImageWithDescription.d.ts +11 -0
- package/BackOffice/Index.d.ts +10 -0
- package/BackOffice/IndicatorType.d.ts +12 -0
- package/BackOffice/InfoPopover.d.ts +28 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/InitializeDefaultGroupsAndColors.d.ts +4 -0
- package/BackOffice/InnerWindow.d.ts +15 -0
- package/BackOffice/InsertLoadedChildrenRows.d.ts +5 -0
- package/BackOffice/InsertLoadedTaskTableRows.d.ts +3 -0
- package/BackOffice/KindTreeNodeData.d.ts +14 -0
- package/BackOffice/LineSpacer.d.ts +5 -0
- package/BackOffice/LinkInfoPopover.d.ts +15 -0
- package/BackOffice/LinkInfoPopoverProps.d.ts +24 -0
- package/BackOffice/LinkInfoPopoverState.d.ts +9 -0
- package/BackOffice/LinkItem.d.ts +10 -0
- package/BackOffice/LinkItemState.d.ts +7 -0
- package/BackOffice/LinkSelectionItem.d.ts +13 -0
- package/BackOffice/LinkTypeComboBoxVariant.d.ts +9 -0
- package/BackOffice/Links.d.ts +230 -0
- package/BackOffice/LinksImpl.d.ts +148 -0
- package/BackOffice/LinksSearchCardsService.d.ts +20 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadEmployeeLayoutFunctions.d.ts +6 -0
- package/BackOffice/LoadEmployees.d.ts +20 -0
- package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
- package/BackOffice/LoadSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/LoadingLinkItem.d.ts +3 -0
- package/BackOffice/MainFileIcon.d.ts +2 -0
- package/BackOffice/MultipleEmployees.d.ts +90 -0
- package/BackOffice/MultipleEmployeesImpl.d.ts +58 -0
- package/BackOffice/NewCardLinkDialog.d.ts +29 -0
- package/BackOffice/NewCardLinkDialogArgs.d.ts +5 -0
- package/BackOffice/Numerator.d.ts +60 -0
- package/BackOffice/Numerator.stories.d.ts +8 -0
- package/BackOffice/NumeratorImpl.d.ts +56 -0
- package/BackOffice/OpenTaskInNewWindow.d.ts +3 -0
- package/BackOffice/OperationExecutingEventArgs.d.ts +9 -0
- package/BackOffice/OperationParametersPanelEventArgs.d.ts +9 -0
- package/BackOffice/Partner.d.ts +16 -0
- package/BackOffice/PartnerBase.d.ts +129 -0
- package/BackOffice/PartnerBaseImpl.d.ts +103 -0
- package/BackOffice/PartnerDepartment.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +15 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +53 -0
- package/BackOffice/PartnerDirectoryBaseImpl.d.ts +46 -0
- package/BackOffice/PartnerDirectoryConstants.d.ts +3 -0
- package/BackOffice/PartnerDirectoryItemVisualiser.d.ts +10 -0
- package/BackOffice/PartnerDirectorySelectDialog.d.ts +71 -0
- package/BackOffice/PartnerImpl.d.ts +37 -0
- package/BackOffice/PartnerSelectDialog.d.ts +167 -0
- package/BackOffice/PartnerTypeaheadVariant.d.ts +32 -0
- package/BackOffice/PartnersDirectory.d.ts +4 -0
- package/BackOffice/PerformersTable.d.ts +36 -0
- package/BackOffice/PerformingHistoryView.d.ts +37 -0
- package/BackOffice/PreloadHelpBox.d.ts +2 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrepareTasksTableModel.d.ts +4 -0
- package/BackOffice/PrintButton.d.ts +48 -0
- package/BackOffice/PrintButtonContainer.d.ts +8 -0
- package/BackOffice/PrintButtonLogic.d.ts +25 -0
- package/BackOffice/PrintButtonView.d.ts +5 -0
- package/BackOffice/ProcessEmployeeIdInViewRows.d.ts +3 -0
- package/BackOffice/ProcessIndication.d.ts +9 -0
- package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
- package/BackOffice/RecordsChangedEventArgs.d.ts +5 -0
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +15 -0
- package/BackOffice/RootSectionConstants.d.ts +15 -0
- package/BackOffice/SearchBar.d.ts +18 -0
- package/BackOffice/SearchButton.d.ts +3 -0
- package/BackOffice/SearchEmployees.d.ts +4 -0
- package/BackOffice/SearchIcon.d.ts +3 -0
- package/BackOffice/SelectNextRow.d.ts +2 -0
- package/BackOffice/SelectionRowService.d.ts +11 -0
- package/BackOffice/SequentialParallelToggle.d.ts +9 -0
- package/BackOffice/SetCharacterLimits.d.ts +2 -0
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
- package/BackOffice/SetManager.d.ts +4 -0
- package/BackOffice/ShowPreviousComments.d.ts +14 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +26 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +70 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +23 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +65 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +21 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +90 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/SimpleItemViewContent.d.ts +41 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +48 -0
- package/BackOffice/StaffDirectory.stories.d.ts +24 -0
- package/BackOffice/StaffDirectoryAreas.d.ts +12 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +34 -0
- package/BackOffice/StaffDirectoryContainer.d.ts +7 -0
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +12 -0
- package/BackOffice/StaffDirectoryHead.d.ts +7 -0
- package/BackOffice/StaffDirectoryInfo.d.ts +16 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +108 -0
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +106 -0
- package/BackOffice/StaffDirectoryLogic.d.ts +349 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +99 -0
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +17 -0
- package/BackOffice/StaffDirectoryView.d.ts +98 -0
- package/BackOffice/StaffTypeaheadVariant.d.ts +17 -0
- package/BackOffice/State.d.ts +31 -0
- package/BackOffice/StateButtons.d.ts +77 -0
- package/BackOffice/StateButtonsImpl.d.ts +58 -0
- package/BackOffice/StateImpl.d.ts +14 -0
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TableDataServiceProvider.d.ts +3 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +29 -0
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +16 -0
- package/BackOffice/TaskChangeExecutionDates.d.ts +4 -0
- package/BackOffice/TaskCommon.d.ts +2 -0
- package/BackOffice/TaskComplete.d.ts +4 -0
- package/BackOffice/TaskDelegate.d.ts +4 -0
- package/BackOffice/TaskDelegationInfo.d.ts +35 -0
- package/BackOffice/TaskGroup.d.ts +6 -0
- package/BackOffice/TaskGroupIntervalModel.d.ts +45 -0
- package/BackOffice/TaskListComponent.d.ts +19 -0
- package/BackOffice/TaskListItemComponent.d.ts +20 -0
- package/BackOffice/TaskReject.d.ts +2 -0
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +34 -0
- package/BackOffice/TaskToRework.d.ts +2 -0
- package/BackOffice/Tasks.d.ts +90 -0
- package/BackOffice/TasksImpl.d.ts +35 -0
- package/BackOffice/TasksTable.d.ts +155 -0
- package/BackOffice/TasksTable.stories.d.ts +21 -0
- package/BackOffice/TasksTableBody.d.ts +5 -0
- package/BackOffice/TasksTableCell.d.ts +27 -0
- package/BackOffice/TasksTableContainer.d.ts +8 -0
- package/BackOffice/TasksTableControlWrapper.d.ts +7 -0
- package/BackOffice/TasksTableCurrentPerformerView.d.ts +8 -0
- package/BackOffice/TasksTableFilterButton.d.ts +8 -0
- package/BackOffice/TasksTableHeaderCell.d.ts +17 -0
- package/BackOffice/TasksTableHeaderRow.d.ts +4 -0
- package/BackOffice/TasksTableHelpBox.d.ts +15 -0
- package/BackOffice/TasksTableIcon.d.ts +21 -0
- package/BackOffice/TasksTableIconButton.d.ts +9 -0
- package/BackOffice/TasksTableLink.d.ts +13 -0
- package/BackOffice/TasksTableLoader.d.ts +2 -0
- package/BackOffice/TasksTableLogic.d.ts +194 -0
- package/BackOffice/TasksTableMessage.d.ts +5 -0
- package/BackOffice/TasksTableRibbon.d.ts +5 -0
- package/BackOffice/TasksTableRibbonButton.d.ts +8 -0
- package/BackOffice/TasksTableRibbonContainer.d.ts +6 -0
- package/BackOffice/TasksTableRow.d.ts +13 -0
- package/BackOffice/TasksTableTable.d.ts +5 -0
- package/BackOffice/TasksTableView.d.ts +89 -0
- package/BackOffice/TasksTree.d.ts +62 -0
- package/BackOffice/TasksTreeContainer.d.ts +53 -0
- package/BackOffice/TasksTreeContainerStyles.d.ts +3 -0
- package/BackOffice/TasksTreeImpl.d.ts +54 -0
- package/BackOffice/TasksTreeNodeResolveService.d.ts +9 -0
- package/BackOffice/TasksTreeRibbon.d.ts +17 -0
- package/BackOffice/TasksTreeUtils.d.ts +9 -0
- package/BackOffice/TasksUtils.d.ts +2 -0
- package/BackOffice/TimeOfPerformance.d.ts +82 -0
- package/BackOffice/TimeOfPerformanceImpl.d.ts +43 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UniquenessCheck.d.ts +26 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +56 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UseDialog.d.ts +3 -0
- package/BackOffice/UserProfile.d.ts +16 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/Utils.d.ts +29 -0
- package/BackOffice/ValidateDeputyUniqueness.d.ts +2 -0
- package/BackOffice/ValueWithDescription.d.ts +11 -0
- package/BackOffice/ViewComment.d.ts +3 -0
- package/BackOffice/ViewDisplayMode.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +50 -0
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +8 -0
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +53 -0
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +13 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +14 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +6 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +2955 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +13104 -0
- package/Helpers/$RootCssClass.d.ts +9 -0
- package/Helpers/Adaptive/DevicesVisibility.d.ts +18 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialog.d.ts +18 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +15 -0
- package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +14 -0
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BodyContainerProvider.d.ts +37 -0
- package/Helpers/BoxWithButtons.d.ts +55 -0
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +19 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +17 -0
- package/Helpers/Breadcrumbs/BreadcrumbsViewComponents.d.ts +15 -0
- package/Helpers/Breadcrumbs/ButtonItem.d.ts +54 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemView.d.ts +5 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +15 -0
- package/Helpers/Breadcrumbs/LinkView/LinkSeparator.d.ts +5 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleItemView.d.ts +5 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleItemViewWithSeparator.d.ts +14 -0
- package/Helpers/Breadcrumbs/SimpleView/SimpleSeparator.d.ts +5 -0
- package/Helpers/Button.d.ts +84 -0
- package/Helpers/Button.stories.d.ts +8 -0
- package/Helpers/ComandBarButton.d.ts +29 -0
- package/Helpers/ComboBox/ComboBoxBody.d.ts +22 -0
- package/Helpers/ComboBox/ComboBoxElement.d.ts +52 -0
- package/Helpers/ComboBox/ComboBoxHelper.d.ts +31 -0
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +38 -0
- package/Helpers/ComboBox/ComboBoxWrapper.d.ts +107 -0
- package/Helpers/ComboBox/CommonComboBox.d.ts +122 -0
- package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +10 -0
- package/Helpers/ComboBox/Helpers/AdaptiveComboBoxBodyContent.d.ts +4 -0
- package/Helpers/ComboBox/Helpers/ComboBoxBodyContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxElementContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxTitleContent.d.ts +12 -0
- package/Helpers/ComboBox/Helpers/ComboBoxWrapperContent.d.ts +14 -0
- package/Helpers/ComboBox/Helpers/PopoverComboBoxBodyContent.d.ts +4 -0
- package/Helpers/CommandBar/ComandBar.d.ts +34 -0
- package/Helpers/CommandBar/ComandBarItem.d.ts +18 -0
- package/Helpers/CommandBar/IComandBarProps.d.ts +14 -0
- package/Helpers/CommandBar/IComandBarState.d.ts +4 -0
- package/Helpers/ControlSelector/ControlSelector.d.ts +48 -0
- package/Helpers/ControlSelector/IControlContainer.d.ts +9 -0
- package/Helpers/ControlSelector/IControlSelectorProps.d.ts +6 -0
- package/Helpers/ControlSelector/IExtendedControlSelectorProps.d.ts +6 -0
- package/Helpers/ControlsRecursiveVisitor.d.ts +5 -0
- package/Helpers/CustomTree/CustomTreeLevelIndent.d.ts +15 -0
- package/Helpers/CustomTree/CustomTreeNode.d.ts +25 -0
- package/Helpers/CustomTree/RecursiveVisitor.d.ts +46 -0
- package/Helpers/CustomTree/Theme/CustomTreeNodeButton.d.ts +14 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeDefault.d.ts +31 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentCompact.d.ts +4 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +18 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeIconDefault.d.ts +3 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeLoadingIconDefault.d.ts +10 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTextDefault.d.ts +11 -0
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTogglerDefault.d.ts +28 -0
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +16 -0
- package/Helpers/Debouncer.d.ts +23 -0
- package/Helpers/DirectorySearchInput.d.ts +5 -0
- package/Helpers/Disclosure/DisclosureBody/DisclosureBody.d.ts +11 -0
- package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyProps.d.ts +37 -0
- package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyState.d.ts +5 -0
- package/Helpers/Disclosure/DisclosureHeader.d.ts +15 -0
- package/Helpers/DragAndDrop/Draggable.d.ts +21 -0
- package/Helpers/DragAndDrop/DraggableMobilePolyfill.d.ts +2 -0
- package/Helpers/DragAndDrop/Droppable.d.ts +21 -0
- package/Helpers/DropdownButton/DropdownButton.d.ts +34 -0
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +10 -0
- package/Helpers/DropdownButton/DropdownButtonView.d.ts +14 -0
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +7 -0
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +7 -0
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +9 -0
- package/Helpers/DropdownButton/index.d.ts +8 -0
- package/Helpers/DynamicModel/DynamicFieldNameAccessor.d.ts +28 -0
- package/Helpers/DynamicModel/FieldNameAccessor.d.ts +27 -0
- package/Helpers/DynamicModel/FuncAccessor.d.ts +24 -0
- package/Helpers/DynamicModel/IAccessor.d.ts +26 -0
- package/Helpers/DynamicModel/IReadonlyAccessor.d.ts +8 -0
- package/Helpers/DynamicModel/MapMetaStore.d.ts +24 -0
- package/Helpers/DynamicTree/DynamicTree.d.ts +31 -0
- package/Helpers/DynamicTree/DynamicTreeNode.d.ts +12 -0
- package/Helpers/DynamicTree/IDynamicTreeNodeData.d.ts +5 -0
- package/Helpers/DynamicTree/ILoadNodesResult.d.ts +7 -0
- package/Helpers/EmployeeName.d.ts +19 -0
- package/Helpers/EmployeeName.stories.d.ts +8 -0
- package/Helpers/FileComments/FileComment.d.ts +24 -0
- package/Helpers/FileComments/FileComments.d.ts +129 -0
- package/Helpers/FileComments/FileCommentsModal.d.ts +30 -0
- package/Helpers/FilePreview/FilePreview.d.ts +167 -0
- package/Helpers/HighlightedSearchResult.d.ts +26 -0
- package/Helpers/HighlightedSimpleSearchResult.d.ts +20 -0
- package/Helpers/IconButton.d.ts +49 -0
- package/Helpers/LabeledText.d.ts +83 -0
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +52 -0
- package/Helpers/LocationContainer/LocationSourceMode.d.ts +4 -0
- package/Helpers/MainMenu/AnimatedItemHide.d.ts +21 -0
- package/Helpers/MainMenu/BigItemBox.d.ts +7 -0
- package/Helpers/MainMenu/BigSpaceGap.d.ts +7 -0
- package/Helpers/MainMenu/ItemContent.d.ts +8 -0
- package/Helpers/MainMenu/ItemHideToggle.d.ts +9 -0
- package/Helpers/MainMenu/ItemIcon.d.ts +8 -0
- package/Helpers/MainMenu/ItemLevelIdent.d.ts +8 -0
- package/Helpers/MainMenu/ItemSeparator.d.ts +6 -0
- package/Helpers/MainMenu/ItemText.d.ts +10 -0
- package/Helpers/MainMenu/MainMenuItem.d.ts +15 -0
- package/Helpers/MainMenu/NavigationLink.d.ts +35 -0
- package/Helpers/MainMenu/OverlapRightPanel.d.ts +25 -0
- package/Helpers/MainMenu/SmallItemBox.d.ts +7 -0
- package/Helpers/MainMenu/SpaceGap.d.ts +7 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +43 -0
- package/Helpers/Menu/AdaptiveMenuItem.d.ts +24 -0
- package/Helpers/Menu/Content/AdaptiveMenuContent.d.ts +11 -0
- package/Helpers/Menu/Content/DesktopMenuContent.d.ts +9 -0
- package/Helpers/Menu/Content/MobileMenuContent.d.ts +9 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +10 -0
- package/Helpers/Menu/DesktopMenuItem.d.ts +15 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +15 -0
- package/Helpers/Menu/MobileMenuItem.d.ts +14 -0
- package/Helpers/MessageBox/MessageBox.d.ts +98 -0
- package/Helpers/ModalBackdrop.d.ts +31 -0
- package/Helpers/ModalDialog/$DialogManagement.d.ts +11 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +42 -0
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +30 -0
- package/Helpers/ModalDialog/EscHandler.d.ts +18 -0
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ModalDialog/ModalDialog.d.ts +38 -0
- package/Helpers/ModalDialog/ModalDialogBox.d.ts +41 -0
- package/Helpers/ModalDialog/ModalDialogButtonPanel.d.ts +28 -0
- package/Helpers/ModalDialog/ModalDialogCloseButton.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogContent.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogHeader.d.ts +21 -0
- package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
- package/Helpers/ModalDialog/ModalDialogTopBorder.d.ts +17 -0
- package/Helpers/ModalDialog/ScrollableModal.d.ts +44 -0
- package/Helpers/ModalDialog/ScrollableModalArea.d.ts +9 -0
- package/Helpers/ModalHost.d.ts +63 -0
- package/Helpers/ModalSidebar/ModalSidebar.d.ts +49 -0
- package/Helpers/ModalSidebar/ModalSidebarCloseButton.d.ts +18 -0
- package/Helpers/ModalSidebar/ModalSidebarHeader.d.ts +18 -0
- package/Helpers/PopoverHelpers/ClosePopoverListener.d.ts +24 -0
- package/Helpers/PopoverHelpers/CommonPopover.d.ts +25 -0
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +107 -0
- package/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps.d.ts +60 -0
- package/Helpers/PopoverHelpers/EditPopover/IEditPopoverState.d.ts +36 -0
- package/Helpers/PopoverHelpers/InlineDropdownPopover.d.ts +42 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +190 -0
- package/Helpers/PopoverHelpers/PopoverAcceptButton.d.ts +35 -0
- package/Helpers/PopoverHelpers/PopoverBox.d.ts +22 -0
- package/Helpers/PopoverHelpers/PopoverCancelButton.d.ts +35 -0
- package/Helpers/PopoverHelpers/PopoverCloseButton.d.ts +32 -0
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +28 -0
- package/Helpers/PopoverHelpers/PopoverHead.d.ts +28 -0
- package/Helpers/PopoverHelpers/PopoverOverflowContent.d.ts +27 -0
- package/Helpers/PopoverHelpers/PopoverProcess.d.ts +11 -0
- package/Helpers/PopoverHelpers/PopoverTitle.d.ts +28 -0
- package/Helpers/Proclamation.d.ts +6 -0
- package/Helpers/QuickSearchLogic.d.ts +17 -0
- package/Helpers/ReactList/ReactList.d.ts +182 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +134 -0
- package/Helpers/ReactList/ReactListInfiniteScroll.d.ts +97 -0
- package/Helpers/RerenderHost.d.ts +14 -0
- package/Helpers/Ribbon/Ribbon.d.ts +13 -0
- package/Helpers/Ribbon/RibbonButton.d.ts +15 -0
- package/Helpers/Ribbon/RibbonGroup.d.ts +14 -0
- package/Helpers/SearchBar.d.ts +49 -0
- package/Helpers/SearchBar.stories.d.ts +8 -0
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +37 -0
- package/Helpers/SoftHyphenized.d.ts +21 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +18 -0
- package/Helpers/Sortable/Sortable.d.ts +177 -0
- package/Helpers/Sortable/SortableItems.d.ts +54 -0
- package/Helpers/StackingModal.d.ts +25 -0
- package/Helpers/StopEventPropagation.d.ts +3 -0
- package/Helpers/SvgIcons/LinksLoaderImage.d.ts +15 -0
- package/Helpers/SvgIcons/LoaderGradient.d.ts +2 -0
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +19 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +33 -0
- package/Helpers/SvgIcons/TasksDigestLoaderImage.d.ts +14 -0
- package/Helpers/SvgIcons/TasksFullLoaderImage.d.ts +13 -0
- package/Helpers/Table/TableHelper.d.ts +25 -0
- package/Helpers/Table/TableHelperHeaderRow.d.ts +31 -0
- package/Helpers/Table/TableHelperRow.d.ts +37 -0
- package/Helpers/TabsNavPanel.d.ts +51 -0
- package/Helpers/TextInput.d.ts +24 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Tree/Data/ClientModels/ITreeNodeData.d.ts +12 -0
- package/Helpers/Tree/Data/ClientModels/TreeNode.d.ts +20 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +39 -0
- package/Helpers/Tree/ITreeBaseState.d.ts +8 -0
- package/Helpers/Tree/Tree.d.ts +8 -0
- package/Helpers/Tree/TreeBase.d.ts +64 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +89 -0
- package/Helpers/Typeahead/ITypeaheadState.d.ts +27 -0
- package/Helpers/Typeahead/Models/ITypeaheadSearchQuery.d.ts +9 -0
- package/Helpers/Typeahead/Models/ITypeaheadSearchResult.d.ts +6 -0
- package/Helpers/Typeahead/Models/ITypeaheadVariant.d.ts +12 -0
- package/Helpers/Typeahead/Models/TypeaheadItem.d.ts +15 -0
- package/Helpers/Typeahead/Typeahead.d.ts +58 -0
- package/Helpers/UnreadCountIndicator.d.ts +22 -0
- package/Helpers/UseDelay.d.ts +2 -0
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/$FolderViews.d.ts +8 -0
- package/Legacy/$Folders.d.ts +12 -0
- package/Legacy/$NavBar.d.ts +17 -0
- package/Legacy/$SearchPanel.d.ts +26 -0
- package/Legacy/$Sidebar.d.ts +18 -0
- package/Legacy/$UserMenu.d.ts +16 -0
- package/Legacy/ApplicationInfo.d.ts +3 -0
- package/Legacy/ApprovalFilePanel.d.ts +53 -0
- package/Legacy/ApprovalPanel.d.ts +6 -0
- package/Legacy/ApprovalTaskCardCompletionButtonsRazorControl.d.ts +16 -0
- package/Legacy/ApprovalTaskCardOperationsRazorControl.d.ts +5 -0
- package/Legacy/AutoCompleteItem.d.ts +9 -0
- package/Legacy/BaseRazorControl.d.ts +23 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +133 -0
- package/Legacy/CardInfoModel.d.ts +5 -0
- package/Legacy/ColumnType.d.ts +10 -0
- package/Legacy/CommentVersionDialog.d.ts +11 -0
- package/Legacy/Constants.d.ts +47 -0
- package/Legacy/Control.d.ts +10 -0
- package/Legacy/ControlBoolean.d.ts +8 -0
- package/Legacy/ControlFactory.d.ts +21 -0
- package/Legacy/ControlType.d.ts +18 -0
- package/Legacy/Dashboard.d.ts +6 -0
- package/Legacy/DateTimeFormat.d.ts +7 -0
- package/Legacy/DateTimePickerMvcProxy.d.ts +17 -0
- package/Legacy/DesktopGridHtmlBuilder.d.ts +30 -0
- package/Legacy/DisclosureHeader.d.ts +13 -0
- package/Legacy/DocumentCard.d.ts +15 -0
- package/Legacy/DocumentPanel.d.ts +38 -0
- package/Legacy/DropdownControl.d.ts +28 -0
- package/Legacy/EmployeeAutoComplete.d.ts +63 -0
- package/Legacy/EmployeesController.d.ts +11 -0
- package/Legacy/EncryptedInfo.d.ts +22 -0
- package/Legacy/ErrorNotificationType.d.ts +6 -0
- package/Legacy/FileController.d.ts +12 -0
- package/Legacy/FilePanel.d.ts +43 -0
- package/Legacy/FileSign.d.ts +22 -0
- package/Legacy/FilterSidePanel.d.ts +4 -0
- package/Legacy/FolderTree.d.ts +22 -0
- package/Legacy/FolderViewHandler.d.ts +9 -0
- package/Legacy/FolderViewRequest.d.ts +44 -0
- package/Legacy/FolderViews.d.ts +26 -0
- package/Legacy/Folders.d.ts +25 -0
- package/Legacy/FormFactor.d.ts +5 -0
- package/Legacy/GlobalResourcesFallback.d.ts +165 -0
- package/Legacy/Grid.d.ts +50 -0
- package/Legacy/GridLoaderHelper.d.ts +15 -0
- package/Legacy/GridModeService.d.ts +10 -0
- package/Legacy/GridOptions.d.ts +29 -0
- package/Legacy/GridRowSelectionService.d.ts +12 -0
- package/Legacy/GridRowsSelectionLogic.d.ts +30 -0
- package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +32 -0
- package/Legacy/GroupTaskCardUpdateModel.d.ts +36 -0
- package/Legacy/GroupTaskPerformersUpdateModel.d.ts +8 -0
- package/Legacy/HeaderRouteHandler.d.ts +8 -0
- package/Legacy/HiddenControl.d.ts +8 -0
- package/Legacy/IAgreementParams.d.ts +6 -0
- package/Legacy/IAgreementSidebarCallbacks.d.ts +16 -0
- package/Legacy/IAgreementStage.d.ts +6 -0
- package/Legacy/IControl.d.ts +8 -0
- package/Legacy/IEmployeeItemData.d.ts +12 -0
- package/Legacy/IFileCommentCallbacks.d.ts +7 -0
- package/Legacy/IFileInfo.d.ts +13 -0
- package/Legacy/IFileModel.d.ts +11 -0
- package/Legacy/IFilePreviewModel.d.ts +14 -0
- package/Legacy/IFileSignInteractionModel.d.ts +14 -0
- package/Legacy/IFileSingInfo.d.ts +10 -0
- package/Legacy/IFindEmployeeResult.d.ts +5 -0
- package/Legacy/IGetFilePreviewModelParams.d.ts +14 -0
- package/Legacy/IGridHtmlBuilder.d.ts +25 -0
- package/Legacy/IImageInfo.d.ts +8 -0
- package/Legacy/ILabelControl.d.ts +6 -0
- package/Legacy/ILabelTextControl.d.ts +8 -0
- package/Legacy/ILabelTextareaControl.d.ts +8 -0
- package/Legacy/ILegacyRouter.d.ts +23 -0
- package/Legacy/ISearchDropdown.d.ts +7 -0
- package/Legacy/ISignatureDataModel.d.ts +11 -0
- package/Legacy/ISignatureLabel.d.ts +8 -0
- package/Legacy/ISignatureListDataModel.d.ts +4 -0
- package/Legacy/ISignatureListItemAuthorDataModel.d.ts +13 -0
- package/Legacy/ISignatureListItemDataModel.d.ts +10 -0
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +10 -0
- package/Legacy/ISignatureVerificationDataModel.d.ts +8 -0
- package/Legacy/ISortingColumn.d.ts +5 -0
- package/Legacy/ITextControl.d.ts +7 -0
- package/Legacy/ITextareaControl.d.ts +8 -0
- package/Legacy/LabelControl.d.ts +8 -0
- package/Legacy/LabelTextControl.d.ts +11 -0
- package/Legacy/LabelTextareaControl.d.ts +12 -0
- package/Legacy/LegacyControllers.d.ts +1 -0
- package/Legacy/LinkControl.d.ts +43 -0
- package/Legacy/MobileGridHtmlBuilder.d.ts +31 -0
- package/Legacy/ModalWindow.d.ts +55 -0
- package/Legacy/ModalWindowParams.d.ts +56 -0
- package/Legacy/ModalWindowType.d.ts +7 -0
- package/Legacy/NativeFunctions.d.ts +1 -0
- package/Legacy/NavBar.d.ts +18 -0
- package/Legacy/NavBarMode.d.ts +11 -0
- package/Legacy/NavBarRouteHandler.d.ts +9 -0
- package/Legacy/NavigatorFolderRequest.d.ts +9 -0
- package/Legacy/NavigatorFolderType.d.ts +5 -0
- package/Legacy/NewCardDialog.d.ts +8 -0
- package/Legacy/NoBusinessCalendarCalculation.d.ts +10 -0
- package/Legacy/NotFoundPage.d.ts +8 -0
- package/Legacy/NumericControl.d.ts +9 -0
- package/Legacy/RadioListControl.d.ts +9 -0
- package/Legacy/RequestReadyStateType.d.ts +8 -0
- package/Legacy/RightSidebar.d.ts +28 -0
- package/Legacy/SearchDropdown.d.ts +29 -0
- package/Legacy/SearchPanel.d.ts +38 -0
- package/Legacy/SearchPanelRouteHandler.d.ts +20 -0
- package/Legacy/SelectCardLinkDialog.d.ts +42 -0
- package/Legacy/SelectCertificateDialog.d.ts +36 -0
- package/Legacy/SelectControl.d.ts +9 -0
- package/Legacy/SelectFolderModalDialog.d.ts +14 -0
- package/Legacy/SelectNewDocumentKind.d.ts +17 -0
- package/Legacy/SelectUserFolderModalDialog.d.ts +18 -0
- package/Legacy/ServerErrorPage.d.ts +13 -0
- package/Legacy/ServerTaskInterval.d.ts +34 -0
- package/Legacy/ServerTaskIntervalManager.d.ts +36 -0
- package/Legacy/Sidebar.d.ts +44 -0
- package/Legacy/SidebarRouteHandler.d.ts +12 -0
- package/Legacy/SignatureVerificationStatus.d.ts +10 -0
- package/Legacy/StandardControllers.d.ts +5 -0
- package/Legacy/StorageSetting.d.ts +5 -0
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +68 -0
- package/Legacy/TaskCardParentGroupRazorControl.d.ts +5 -0
- package/Legacy/TaskCardView.d.ts +28 -0
- package/Legacy/TaskGroupCardCreatePerformers.d.ts +53 -0
- package/Legacy/TaskGroupWorkStatusRazorControl.d.ts +5 -0
- package/Legacy/TaskReportPanelRazorControl.d.ts +44 -0
- package/Legacy/TextControl.d.ts +10 -0
- package/Legacy/TextareaControl.d.ts +11 -0
- package/Legacy/TraceProvider.d.ts +9 -0
- package/Legacy/TrackCardChanges.d.ts +10 -0
- package/Legacy/UserMenu.d.ts +24 -0
- package/Legacy/Utils.d.ts +299 -0
- package/Legacy/ValidationState.d.ts +6 -0
- package/Legacy/VendorFallback.d.ts +1 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +18 -0
- package/Legacy/WebFrameSearchPanel_Razor.d.ts +7 -0
- package/Legacy/legacy.d.ts +21 -0
- package/Legacy/legacyRouterLoadData.d.ts +1 -0
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +24 -0
- package/Platform/$AggregatesCheckbox.d.ts +25 -0
- package/Platform/$BatchOperations.d.ts +30 -0
- package/Platform/$BatchOperationsPerformer.d.ts +11 -0
- package/Platform/$BatchOperationsProgressDialog.d.ts +23 -0
- package/Platform/$CacheManagement.d.ts +15 -0
- package/Platform/$CommandBarManagement.d.ts +19 -0
- package/Platform/$CompanyLogo.d.ts +25 -0
- package/Platform/$ContentElementProvider.d.ts +10 -0
- package/Platform/$ContextMenuOptions.d.ts +101 -0
- package/Platform/$CurrentFolder.d.ts +23 -0
- package/Platform/$EmployeeStatus.d.ts +33 -0
- package/Platform/$FileDownload.d.ts +17 -0
- package/Platform/$FilePreview.d.ts +10 -0
- package/Platform/$FileScan.d.ts +16 -0
- package/Platform/$FolderDataLoading.d.ts +35 -0
- package/Platform/$FolderGrid.d.ts +37 -0
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/$FolderInfo.d.ts +8 -0
- package/Platform/$FolderPluginProvider.d.ts +19 -0
- package/Platform/$GridOptions.d.ts +32 -0
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$InsideMainMenu.d.ts +4 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -0
- package/Platform/$ScanDialog.d.ts +45 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$TableManagement.d.ts +7 -0
- package/Platform/$TableMode.d.ts +9 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$TableRowSelection.d.ts +12 -0
- package/Platform/$ToolbarActionButtons.d.ts +16 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/$UnreadBar.d.ts +12 -0
- package/Platform/$UnreadCounter.d.ts +19 -0
- package/Platform/$UnreadCounterNotification.d.ts +12 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/$WebFrameContext.d.ts +12 -0
- package/Platform/$WebFrameSearchPanel.d.ts +30 -0
- package/Platform/$WindowLocation.d.ts +9 -0
- package/Platform/AccessInheritanceButtons.d.ts +11 -0
- package/Platform/AccessListEntryRow.d.ts +14 -0
- package/Platform/AccessListEntryRowFlag.d.ts +12 -0
- package/Platform/AccessListEntryRowRemove.d.ts +9 -0
- package/Platform/AccessListEntryTrustee.d.ts +8 -0
- package/Platform/AccessListRow.d.ts +7 -0
- package/Platform/AccessListTableHead.d.ts +8 -0
- package/Platform/AddAndFillTableRows.d.ts +2 -0
- package/Platform/AddFileToTable.d.ts +44 -0
- package/Platform/AddFileToTableImpl.d.ts +34 -0
- package/Platform/AddNewTrusteeRow.d.ts +9 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +14 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +12 -0
- package/Platform/AggregatesCheckboxService.d.ts +52 -0
- package/Platform/AggregatesExtendedData.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +9 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ApplyCurrentSettings.d.ts +8 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +7 -0
- package/Platform/ArchivedCardsPlugin.d.ts +4 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +23 -0
- package/Platform/AutoConsolidation.d.ts +39 -0
- package/Platform/AutoConsolidationImpl.d.ts +33 -0
- package/Platform/BarcodeRouteTypeMapper.d.ts +10 -0
- package/Platform/BarcodeSearchButton.d.ts +18 -0
- package/Platform/BarcodeSearchButtonImpl.d.ts +46 -0
- package/Platform/BaseMainMenuItem.d.ts +78 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +37 -0
- package/Platform/BaseNavigationMainMenuItem.d.ts +20 -0
- package/Platform/BaseNavigationMainMenuItemImpl.d.ts +18 -0
- package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +15 -0
- package/Platform/BatchOperationErrorInfo.d.ts +6 -0
- package/Platform/BatchOperationsPerformer.d.ts +10 -0
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/BatchOperationsProgressDialogService.d.ts +19 -0
- package/Platform/BatchSelectionState.d.ts +20 -0
- package/Platform/BatchSelectionStateImpl.d.ts +16 -0
- package/Platform/Block.d.ts +51 -0
- package/Platform/BlockImpl.d.ts +26 -0
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelection.d.ts +44 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +14 -0
- package/Platform/CacheManagementService.d.ts +10 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +10 -0
- package/Platform/CanUseCssVariables.d.ts +1 -0
- package/Platform/CardEditRouteTypeMapper.d.ts +11 -0
- package/Platform/CardLink.d.ts +116 -0
- package/Platform/CardLinkImpl.d.ts +107 -0
- package/Platform/CardManagement.d.ts +54 -0
- package/Platform/CardManagementImpl.d.ts +26 -0
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CardShowRouteTypeMapper.d.ts +11 -0
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CardViewRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +42 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CheckBox.d.ts +54 -0
- package/Platform/CheckBoxImpl.d.ts +33 -0
- package/Platform/CheckFileAllowed.d.ts +5 -0
- package/Platform/CheckFilesAllowed.d.ts +2 -0
- package/Platform/CheckboxHideMode.d.ts +6 -0
- package/Platform/CleanEmptyAccessListEntries.d.ts +2 -0
- package/Platform/ClearButton.d.ts +11 -0
- package/Platform/ColorModeHandle.d.ts +5 -0
- package/Platform/ColumnWidthOptions.d.ts +4 -0
- package/Platform/ComboBox.d.ts +26 -0
- package/Platform/ComboBoxImpl.d.ts +31 -0
- package/Platform/CommentFile.d.ts +93 -0
- package/Platform/CommentFileImpl.d.ts +76 -0
- package/Platform/CompanyLogoService.d.ts +24 -0
- package/Platform/CompleteTaskCondition.d.ts +38 -0
- package/Platform/CompleteTaskConditionImpl.d.ts +15 -0
- package/Platform/CompleteTaskConditionsTable.d.ts +36 -0
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +19 -0
- package/Platform/ConfigurableMainMenuContainer.d.ts +68 -0
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +52 -0
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +27 -0
- package/Platform/ConfigurableMainMenuContainerImpl.d.ts +22 -0
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +43 -0
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +33 -0
- package/Platform/ContentElementProviderService.d.ts +7 -0
- package/Platform/ContextMenu.d.ts +54 -0
- package/Platform/ContextMenuCustomPlugins.d.ts +9 -0
- package/Platform/ContextMenuOptionsService.d.ts +48 -0
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/ConvertFolderNodeToFolderInfo.d.ts +3 -0
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +27 -0
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +34 -0
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDateTimePickerTheme.d.ts +2 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/CryptoProInfo.d.ts +29 -0
- package/Platform/CustomButton.d.ts +63 -0
- package/Platform/CustomButtonImpl.d.ts +25 -0
- package/Platform/CustomHtmlPageMainMenuItem.d.ts +25 -0
- package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +14 -0
- package/Platform/CustomHtmlPageRouteConstants.d.ts +7 -0
- package/Platform/CustomHtmlPageRouteHandler.d.ts +10 -0
- package/Platform/CustomHtmlPageRouteHelpers.d.ts +5 -0
- package/Platform/CustomHtmlPageRouteTypeMapper.d.ts +11 -0
- package/Platform/DVWebToolInfo.d.ts +28 -0
- package/Platform/DashboardContainer.d.ts +18 -0
- package/Platform/DashboardContainerImpl.d.ts +15 -0
- package/Platform/DashboardRouteHelpers.d.ts +5 -0
- package/Platform/DashboardRouteTypeMapper.d.ts +12 -0
- package/Platform/DateFormatParsingResponseResolver.d.ts +13 -0
- package/Platform/DateInput.d.ts +18 -0
- package/Platform/DateTimePicker.d.ts +94 -0
- package/Platform/DateTimePickerImpl.d.ts +100 -0
- package/Platform/DefaultFolderDataLoader.d.ts +10 -0
- package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/DefaultFolderResponseResolver.d.ts +10 -0
- package/Platform/DefaultFolderRouteHandler.d.ts +28 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +21 -0
- package/Platform/DeleteBatchOperation.d.ts +32 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +25 -0
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/DepartmentRowRouteHandler.d.ts +16 -0
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DirectoryViewRouteHandler.d.ts +16 -0
- package/Platform/DirectoryViewRouteHelpers.d.ts +1 -0
- package/Platform/DirectoryViewRouteName.d.ts +1 -0
- package/Platform/DirectoryViewRouteTypeMapper.d.ts +12 -0
- package/Platform/DisableInheritanceModeSelectDialog.d.ts +2 -0
- package/Platform/DisplayStaffUnit.d.ts +31 -0
- package/Platform/DisplayStaffUnitImpl.d.ts +22 -0
- package/Platform/DownloadAllTableFiles.d.ts +39 -0
- package/Platform/DownloadAllTableFilesImpl.d.ts +26 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +39 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +28 -0
- package/Platform/DownloadTableFiles.d.ts +3 -0
- package/Platform/Dropdown.d.ts +57 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +94 -0
- package/Platform/EmployeeStatusService.d.ts +36 -0
- package/Platform/EmptyControlStub.d.ts +26 -0
- package/Platform/EventArgs.d.ts +15 -0
- package/Platform/ExistingBarcodeCardRouteHandler.d.ts +16 -0
- package/Platform/ExistingCardRouteHandler.d.ts +17 -0
- package/Platform/ExistingCardRouteHelpers.d.ts +4 -0
- package/Platform/ExistingCardRouteNames.d.ts +3 -0
- package/Platform/ExistingRowRouteHandler.d.ts +16 -0
- package/Platform/ExistingRowRouteHelpers.d.ts +4 -0
- package/Platform/ExistingRowRouteNames.d.ts +2 -0
- package/Platform/ExportESignButton.d.ts +22 -0
- package/Platform/ExportESignButtonImpl.d.ts +18 -0
- package/Platform/ExportPlugin.d.ts +5 -0
- package/Platform/Favorite.d.ts +25 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +11 -0
- package/Platform/FileDropzone.d.ts +16 -0
- package/Platform/FileExtensions.d.ts +20 -0
- package/Platform/FileInput.d.ts +13 -0
- package/Platform/FilePicker.d.ts +172 -0
- package/Platform/FilePickerImpl.d.ts +125 -0
- package/Platform/FilePickerMenu.d.ts +18 -0
- package/Platform/FilePickerMenuItemsView.d.ts +25 -0
- package/Platform/FilePickerOperations.d.ts +22 -0
- package/Platform/FilePickerOperationsAvailability.d.ts +19 -0
- package/Platform/FilePickerUploadService.d.ts +10 -0
- package/Platform/FilePickerValueView.d.ts +15 -0
- package/Platform/FilePreview.d.ts +127 -0
- package/Platform/FilePreviewImpl.d.ts +113 -0
- package/Platform/FileScanService.d.ts +17 -0
- package/Platform/FileUploadService.d.ts +6 -0
- package/Platform/FileVersionDialog.d.ts +38 -0
- package/Platform/FileVersionsLoaded.d.ts +2 -0
- package/Platform/FileVersionsTable.d.ts +9 -0
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FilterDate.d.ts +13 -0
- package/Platform/FilterDateRangePicker.d.ts +8 -0
- package/Platform/FilterDateTextListInput.d.ts +7 -0
- package/Platform/FilterViews.d.ts +3 -0
- package/Platform/FilteringExtendedData.d.ts +4 -0
- package/Platform/FilteringRequestResolver.d.ts +11 -0
- package/Platform/FilteringResponseResolver.d.ts +10 -0
- package/Platform/FocusableTextInput.d.ts +8 -0
- package/Platform/Folder.d.ts +77 -0
- package/Platform/FolderAsWebPageRouteHandler.d.ts +10 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +40 -0
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +40 -0
- package/Platform/FolderContent.d.ts +53 -0
- package/Platform/FolderCountersRouteHandler.d.ts +29 -0
- package/Platform/FolderDashboardWidget.d.ts +40 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +21 -0
- package/Platform/FolderDataContext.d.ts +46 -0
- package/Platform/FolderDataContextImpl.d.ts +39 -0
- package/Platform/FolderDataLoadingService.d.ts +53 -0
- package/Platform/FolderGrid.d.ts +71 -0
- package/Platform/FolderGrid.stories.d.ts +17 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +16 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +40 -0
- package/Platform/FolderGridService.d.ts +56 -0
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +42 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +25 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +10 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderImpl.d.ts +53 -0
- package/Platform/FolderMainMenuItem.d.ts +145 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +59 -0
- package/Platform/FolderMainMenuItemRouteHandler.d.ts +27 -0
- package/Platform/FolderManagementAdaptiveMenu.d.ts +9 -0
- package/Platform/FolderManagementData.d.ts +46 -0
- package/Platform/FolderManagementDialog.d.ts +24 -0
- package/Platform/FolderName.d.ts +23 -0
- package/Platform/FolderNameImpl.d.ts +16 -0
- package/Platform/FolderOperationManager.d.ts +54 -0
- package/Platform/FolderPageRouteHandler.d.ts +17 -0
- package/Platform/FolderPageRouteHelpers.d.ts +8 -0
- package/Platform/FolderPluginProvider.d.ts +16 -0
- package/Platform/FolderRouteHelpers.d.ts +15 -0
- package/Platform/FolderRouteParameters.d.ts +5 -0
- package/Platform/FolderRouteTypeMapper.d.ts +17 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +14 -0
- package/Platform/FolderTypeItems.d.ts +25 -0
- package/Platform/FolderTypeItems.stories.d.ts +9 -0
- package/Platform/FolderTypeItemsImpl.d.ts +52 -0
- package/Platform/FolderViewItems.d.ts +26 -0
- package/Platform/FolderViewItems.stories.d.ts +9 -0
- package/Platform/FolderViewItemsImpl.d.ts +338 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +21 -0
- package/Platform/FormatFileVersion.d.ts +3 -0
- package/Platform/FormatNumberToCulture.d.ts +8 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetArrayWidth.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/GetFileExtension.d.ts +1 -0
- package/Platform/GetFlagEntry.d.ts +3 -0
- package/Platform/GetFlagState.d.ts +3 -0
- package/Platform/GetInheritanceMode.d.ts +4 -0
- package/Platform/GetSortByRequest.d.ts +3 -0
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/GridFilterItem.d.ts +54 -0
- package/Platform/GridFilterItemImpl.d.ts +21 -0
- package/Platform/GridFilterItems.d.ts +24 -0
- package/Platform/GridFilterItemsImpl.d.ts +10 -0
- package/Platform/GridFilterResetButton.d.ts +31 -0
- package/Platform/GridManagement.d.ts +8 -0
- package/Platform/GridOperationsPanel.d.ts +26 -0
- package/Platform/GridOperationsPanelImpl.d.ts +28 -0
- package/Platform/GridOperationsService.d.ts +13 -0
- package/Platform/GridRowModel.d.ts +31 -0
- package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +25 -0
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +12 -0
- package/Platform/GroupMainMenuItem.d.ts +43 -0
- package/Platform/GroupMainMenuItemImpl.d.ts +21 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/HtmlTag.d.ts +36 -0
- package/Platform/HtmlView.d.ts +73 -0
- package/Platform/IActiveTabChangeEventArgs.d.ts +4 -0
- package/Platform/IAggregates.d.ts +44 -0
- package/Platform/IBarcodeRouteData.d.ts +8 -0
- package/Platform/IComboBoxItem.d.ts +5 -0
- package/Platform/IComboBoxVariant.d.ts +4 -0
- package/Platform/ICommonFolderInfo.d.ts +17 -0
- package/Platform/ICompleteTaskCondition.d.ts +13 -0
- package/Platform/ICustomHtmlPageRouteData.d.ts +6 -0
- package/Platform/IDateFormatColumnData.d.ts +12 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/IDirectoryViewRouteData.d.ts +7 -0
- package/Platform/IExistingCardRouteData.d.ts +10 -0
- package/Platform/IExistingRowRouteData.d.ts +10 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileDownloadEventArgs.d.ts +6 -0
- package/Platform/IFileEventArgs.d.ts +6 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilePicker.d.ts +12 -0
- package/Platform/IFilePickerUploadService.d.ts +18 -0
- package/Platform/IFilePickerValue.d.ts +5 -0
- package/Platform/IFileUploadService.d.ts +16 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderContentState.d.ts +12 -0
- package/Platform/IFolderDataLoader.d.ts +7 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +17 -0
- package/Platform/IFolderLoadRequest.d.ts +11 -0
- package/Platform/IFolderPageRouteData.d.ts +8 -0
- package/Platform/IFolderPluginFactory.d.ts +12 -0
- package/Platform/IFolderRouteData.d.ts +15 -0
- package/Platform/IFolderToCountOptions.d.ts +5 -0
- package/Platform/IFoldersToCountData.d.ts +16 -0
- package/Platform/IGridFilterItemControl.d.ts +17 -0
- package/Platform/ILayoutPageRouteData.d.ts +10 -0
- package/Platform/ILocalCounter.d.ts +10 -0
- package/Platform/INewCardRouteData.d.ts +7 -0
- package/Platform/INewRowRouteData.d.ts +6 -0
- package/Platform/IQueryConditionControl.d.ts +16 -0
- package/Platform/IRecentCardsPageRouteData.d.ts +6 -0
- package/Platform/IRecentCardsRouteData.d.ts +8 -0
- package/Platform/IRowEventArgs.d.ts +3 -0
- package/Platform/IRowInfo.d.ts +8 -0
- package/Platform/ISavingButtonClickEventArgs.d.ts +4 -0
- package/Platform/ISearchResultPageRouteData.d.ts +6 -0
- package/Platform/ISearchRouteData.d.ts +10 -0
- package/Platform/IServerDefinedRouteData.d.ts +12 -0
- package/Platform/ISimpleRouteData.d.ts +12 -0
- package/Platform/ITableOperation.d.ts +5 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/ITableRowModel.d.ts +9 -0
- package/Platform/ITableWrapper.d.ts +6 -0
- package/Platform/IUnreadCountersData.d.ts +10 -0
- package/Platform/IUnreadRowData.d.ts +19 -0
- package/Platform/Image.d.ts +59 -0
- package/Platform/ImageFormat.d.ts +7 -0
- package/Platform/ImageImpl.d.ts +45 -0
- package/Platform/ImageModel.d.ts +6 -0
- package/Platform/ImageSize.d.ts +51 -0
- package/Platform/ImageType.d.ts +7 -0
- package/Platform/ImageUtils.d.ts +1 -0
- package/Platform/InputWithMask.d.ts +18 -0
- package/Platform/Label.d.ts +24 -0
- package/Platform/LabelImpl.d.ts +17 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +33 -0
- package/Platform/LayoutIconButtonImpl.d.ts +21 -0
- package/Platform/LayoutPageMainMenuItem.d.ts +35 -0
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +14 -0
- package/Platform/LayoutPageRouteConstants.d.ts +10 -0
- package/Platform/LayoutPageRouteHandler.d.ts +14 -0
- package/Platform/LayoutPageRouteHelpers.d.ts +6 -0
- package/Platform/LayoutPageRouteTypeMapper.d.ts +11 -0
- package/Platform/LayoutParameters.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +21 -0
- package/Platform/LinkMainMenuItem.d.ts +36 -0
- package/Platform/LinkMainMenuItemImpl.d.ts +20 -0
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +8 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/LoadExistingFolderDataLoader.d.ts +9 -0
- package/Platform/LoaderDialog.d.ts +20 -0
- package/Platform/LoadingMorePlaceholder.d.ts +5 -0
- package/Platform/MainMenu.d.ts +38 -0
- package/Platform/MainMenuImpl.d.ts +18 -0
- package/Platform/MainMenuPinButton.d.ts +52 -0
- package/Platform/MainMenuRouteHandler.d.ts +11 -0
- package/Platform/MasterGroupMainMenuItem.d.ts +46 -0
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +18 -0
- package/Platform/MoveShortcutBatchOperation.d.ts +28 -0
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +34 -0
- package/Platform/NavigationRoute.d.ts +8 -0
- package/Platform/NewAccessListEntryRow.d.ts +9 -0
- package/Platform/NewAccessListEntryTrusteeSelect.d.ts +9 -0
- package/Platform/NewCardRouteHandler.d.ts +14 -0
- package/Platform/NewCardRouteHelpers.d.ts +3 -0
- package/Platform/NewCardRouteName.d.ts +5 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +15 -0
- package/Platform/NewDepartmentRowRouteHandler.d.ts +14 -0
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewOrganizationRowRouteHandler.d.ts +14 -0
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewRowRouteHandler.d.ts +14 -0
- package/Platform/NewRowRouteHelpers.d.ts +2 -0
- package/Platform/NewRowRouteName.d.ts +1 -0
- package/Platform/NewRowRouteTypeMapper.d.ts +15 -0
- package/Platform/NoBatchOperationsMessage.d.ts +22 -0
- package/Platform/NoBatchOperationsMessageImpl.d.ts +18 -0
- package/Platform/Number.d.ts +39 -0
- package/Platform/NumberImpl.d.ts +54 -0
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/OrganizationRowRouteHandler.d.ts +16 -0
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +8 -0
- package/Platform/Panel.d.ts +58 -0
- package/Platform/PanelImpl.d.ts +31 -0
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/PlatformConstants.d.ts +15 -0
- package/Platform/PlatformExtension.d.ts +15 -0
- package/Platform/PlatformModeConditionTypes.d.ts +5 -0
- package/Platform/PrepareGridOptions.d.ts +3 -0
- package/Platform/PrepareGridViewModel.d.ts +19 -0
- package/Platform/QueryCondition.d.ts +65 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/QueryConditionImpl.d.ts +17 -0
- package/Platform/QueryConditionsTable.d.ts +18 -0
- package/Platform/QueryConditionsTableImpl.d.ts +14 -0
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/RadioGroup.d.ts +42 -0
- package/Platform/RadioGroupImpl.d.ts +27 -0
- package/Platform/ReadAllPlugin.d.ts +10 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +34 -0
- package/Platform/ReadBatchOperationImpl.d.ts +22 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +29 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +39 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +18 -0
- package/Platform/RecentCardsRouteHandler.d.ts +20 -0
- package/Platform/RedirectRouteTypeMapper.d.ts +10 -0
- package/Platform/RefreshFoldersTreeButton.d.ts +41 -0
- package/Platform/RefreshPlugin.d.ts +5 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/RemoveTrusteeRow.d.ts +10 -0
- package/Platform/ResetSettings.d.ts +35 -0
- package/Platform/RightMainMenuItemPanel.d.ts +21 -0
- package/Platform/RightMainMenuItemPanelImpl.d.ts +15 -0
- package/Platform/RotateDirection.d.ts +22 -0
- package/Platform/RouteUtils.d.ts +1 -0
- package/Platform/RowContainer.d.ts +23 -0
- package/Platform/RowContainerImpl.d.ts +14 -0
- package/Platform/RowEditRouteTypeMapper.d.ts +14 -0
- package/Platform/RowViewRouteTypeMapper.d.ts +10 -0
- package/Platform/SafariAddressBarFixRouteHandler.d.ts +9 -0
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +9 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +7 -0
- package/Platform/SavingButton.d.ts +4 -0
- package/Platform/SavingButtons.d.ts +56 -0
- package/Platform/SavingButtonsImpl.d.ts +27 -0
- package/Platform/ScanButton.d.ts +28 -0
- package/Platform/ScanButtonImpl.d.ts +26 -0
- package/Platform/ScanDialogService.d.ts +63 -0
- package/Platform/ScanOptions.d.ts +15 -0
- package/Platform/ScanRequest.d.ts +7 -0
- package/Platform/ScanRequestResult.d.ts +5 -0
- package/Platform/ScrollTopBottom.d.ts +11 -0
- package/Platform/ScrollTopBottomButtons.d.ts +10 -0
- package/Platform/ScrollTopBottomLogic.d.ts +32 -0
- package/Platform/ScrollTopBottomPlugin.d.ts +4 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +21 -0
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsItem.d.ts +14 -0
- package/Platform/SearchResultsLoader.d.ts +2 -0
- package/Platform/SearchResultsMainMenuItem.d.ts +24 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +20 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchingResults.d.ts +52 -0
- package/Platform/SearchingResultsImpl.d.ts +33 -0
- package/Platform/SecurityDescriptorDialog.d.ts +66 -0
- package/Platform/SecurityDescriptorDialog.stories.d.ts +10 -0
- package/Platform/SecurityDescriptorDialogLogic.d.ts +65 -0
- package/Platform/SecurityDialogFrame.d.ts +19 -0
- package/Platform/SecurityDialogMessage.d.ts +5 -0
- package/Platform/ServerDefinedRouteHandler.d.ts +21 -0
- package/Platform/ServerDefinedRouteTypeMapper.d.ts +13 -0
- package/Platform/SessionExpiredHandler.d.ts +27 -0
- package/Platform/SetColumnsSettings.d.ts +6 -0
- package/Platform/SettingsPlugin.d.ts +18 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +7 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +75 -0
- package/Platform/SettingsPopupRequestResolver.d.ts +12 -0
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +25 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SimpleRouteHandler.d.ts +14 -0
- package/Platform/SimpleRouteTypeMapper.d.ts +13 -0
- package/Platform/SortingRequestResolver.d.ts +11 -0
- package/Platform/SortingResponseResolver.d.ts +12 -0
- package/Platform/StaffDirectoryCardViewRouteHandler.d.ts +12 -0
- package/Platform/StaffStatusActivateDialog.d.ts +7 -0
- package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +16 -0
- package/Platform/StandardMainMenuContainer.d.ts +15 -0
- package/Platform/StandardMainMenuContainerImpl.d.ts +15 -0
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/Tab.d.ts +72 -0
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TabImpl.d.ts +45 -0
- package/Platform/TabPage.d.ts +21 -0
- package/Platform/TabPageImpl.d.ts +15 -0
- package/Platform/TabPageInfo.d.ts +11 -0
- package/Platform/Table.d.ts +157 -0
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellDateFormattedPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableColumn.d.ts +19 -0
- package/Platform/TableColumnImpl.d.ts +21 -0
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TableColumnWrapper.d.ts +22 -0
- package/Platform/TableCreateRowWindow.d.ts +4 -0
- package/Platform/TableDataRequestOptions.d.ts +5 -0
- package/Platform/TableEditRowWindow.d.ts +4 -0
- package/Platform/TableFileDropzone.d.ts +15 -0
- package/Platform/TableFileInput.d.ts +11 -0
- package/Platform/TableImpl.d.ts +86 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +8 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/TableRowColorResponseResolver.d.ts +10 -0
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableRowsSelectionModel.d.ts +4 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +29 -0
- package/Platform/TextArea.d.ts +43 -0
- package/Platform/TextAreaAutosize.d.ts +6 -0
- package/Platform/TextAreaImpl.d.ts +56 -0
- package/Platform/TextBox.d.ts +22 -0
- package/Platform/TextBox.stories.d.ts +10 -0
- package/Platform/TextBoxImpl.d.ts +21 -0
- package/Platform/TextControlBase.d.ts +20 -0
- package/Platform/TextControlBaseImpl.d.ts +23 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +39 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToggleRowAccess.d.ts +10 -0
- package/Platform/Toolbar.stories.d.ts +12 -0
- package/Platform/ToolbarActionButtonsService.d.ts +11 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +16 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/TrusteeEquals.d.ts +2 -0
- package/Platform/UnknownCardView.d.ts +1 -0
- package/Platform/UnlockCards.d.ts +30 -0
- package/Platform/UnreadBarService.d.ts +17 -0
- package/Platform/UnreadBarTablePlugins.d.ts +18 -0
- package/Platform/UnreadCounter.d.ts +72 -0
- package/Platform/UnreadCounterNotificationService.d.ts +9 -0
- package/Platform/UnreadCounterRouteHandler.d.ts +17 -0
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/UnreadResponseResolver.d.ts +13 -0
- package/Platform/UpdateColumnsVisible.d.ts +2 -0
- package/Platform/UpdateTrusteeOrder.d.ts +2 -0
- package/Platform/UpdateValueCheckedColumn.d.ts +6 -0
- package/Platform/Url.d.ts +34 -0
- package/Platform/UserCulture.d.ts +36 -0
- package/Platform/UserFolderItemWrapper.d.ts +10 -0
- package/Platform/UserFoldersMainMenuItem.d.ts +65 -0
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +29 -0
- package/Platform/UserInfo.d.ts +37 -0
- package/Platform/UserProfileDialog.d.ts +33 -0
- package/Platform/Utils.d.ts +3 -0
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameBodyContainer.d.ts +20 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameBodyContainerImpl.d.ts +10 -0
- package/Platform/WebFrameCompanyLogo.d.ts +49 -0
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +33 -0
- package/Platform/WebFrameContentContainer.d.ts +22 -0
- package/Platform/WebFrameContentContainerImpl.d.ts +9 -0
- package/Platform/WebFrameContentImpl.d.ts +19 -0
- package/Platform/WebFrameCurrentPageName.d.ts +26 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +27 -0
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +17 -0
- package/Platform/WebFrameHelpButton.d.ts +25 -0
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.d.ts +34 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +45 -0
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +35 -0
- package/Platform/WebFrameNavigationBar.d.ts +36 -0
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarBackButton.d.ts +31 -0
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +26 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +18 -0
- package/Platform/WebFrameSearchPanel.d.ts +89 -0
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +74 -0
- package/Platform/WebFrameUserPanel.stories.d.ts +12 -0
- package/Platform/WindowLocationService.d.ts +7 -0
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/getPreloadedLayoutModel.d.ts +2 -0
- package/Platform/index.d.ts +3 -0
- package/Platform/loadServerDefinedRoutes.d.ts +2 -0
- package/Platform/registerSimpleRoute.d.ts +28 -0
- package/RegisterControls.d.ts +1 -0
- package/RegisterRouteHandlers.d.ts +1 -0
- package/RegisterServices.d.ts +1 -0
- package/StandardServices.d.ts +153 -0
- package/StartUp.d.ts +4 -0
- package/System/$CurrentDialog.d.ts +7 -0
- package/System/$ExperimentalFeature.d.ts +9 -0
- package/System/$FileService.d.ts +26 -0
- package/System/$FolderColors.d.ts +25 -0
- package/System/$LabelWidth.d.ts +9 -0
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +94 -0
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$LayoutCheckService.d.ts +11 -0
- package/System/$LayoutControlFactory.d.ts +9 -0
- package/System/$LayoutManager.d.ts +27 -0
- package/System/$LocalStorage.d.ts +50 -0
- package/System/$MessageBox.d.ts +27 -0
- package/System/$ParentOwnerLayout.d.ts +5 -0
- package/System/$PollService.d.ts +7 -0
- package/System/$RealtimeCommunicationService.d.ts +23 -0
- package/System/$RequestManager.d.ts +17 -0
- package/System/$Router.d.ts +48 -0
- package/System/$Timeout.d.ts +13 -0
- package/System/$UrlResolver.d.ts +5 -0
- package/System/$UrlStore.d.ts +12 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/$WebSockets.d.ts +7 -0
- package/System/ApiEvent.d.ts +9 -0
- package/System/ApplicationSettings.d.ts +3 -0
- package/System/ArrayUtils.d.ts +8 -0
- package/System/BaseControl.d.ts +379 -0
- package/System/BaseControlImpl.d.ts +146 -0
- package/System/BaseController.d.ts +31 -0
- package/System/BasicEvent.d.ts +19 -0
- package/System/BasicExtension.d.ts +15 -0
- package/System/BindSimpleApiEvent.d.ts +3 -0
- package/System/BindingMetadataConstants.d.ts +11 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/BooleanState.d.ts +20 -0
- package/System/Bubbling.d.ts +4 -0
- package/System/ButtonPositionsSelectionUtils.d.ts +11 -0
- package/System/CancelableEvent.d.ts +28 -0
- package/System/CancelableEventArgs.d.ts +71 -0
- package/System/CancelableEventState.d.ts +9 -0
- package/System/CardTypeResolver.d.ts +17 -0
- package/System/ChangedPropertyInfo.d.ts +5 -0
- package/System/CloneObject.d.ts +2 -0
- package/System/ColorUtils.d.ts +9 -0
- package/System/CommonBuiltInOperations.d.ts +5 -0
- package/System/ControlConstructor.d.ts +11 -0
- package/System/ControlContext.d.ts +3 -0
- package/System/ControlImpl.d.ts +25 -0
- package/System/ControlStore.d.ts +24 -0
- package/System/ControlWrapperMap.d.ts +10 -0
- package/System/CreateServiceStub.d.ts +2 -0
- package/System/DataGridControl.d.ts +63 -0
- package/System/DataLoadEvent.d.ts +7 -0
- package/System/DateFormats.d.ts +13 -0
- package/System/DateTimeUtils.d.ts +47 -0
- package/System/Decorators.d.ts +14 -0
- package/System/DecoratorsCommon.d.ts +20 -0
- package/System/DefineParameterAlias.d.ts +2 -0
- package/System/DefineProperty.d.ts +2 -0
- package/System/DefinePropertyAlias.d.ts +2 -0
- package/System/DelayUntilApiEvent.d.ts +4 -0
- package/System/DirectoryBase.d.ts +70 -0
- package/System/DirectoryBaseImpl.d.ts +92 -0
- package/System/DirectorySelectDialog.d.ts +202 -0
- package/System/DirectorySelectingMode.d.ts +5 -0
- package/System/DirectoryServerModels.d.ts +57 -0
- package/System/EditMode.d.ts +11 -0
- package/System/EditOperationStore.d.ts +18 -0
- package/System/Event.d.ts +5 -0
- package/System/EventEmitter.d.ts +15 -0
- package/System/EventHandlersMap.d.ts +7 -0
- package/System/ExecutionOrder.d.ts +6 -0
- package/System/ExperimentalFeatureService.d.ts +4 -0
- package/System/ExtensionManager.d.ts +17 -0
- package/System/FileService.d.ts +23 -0
- package/System/FilterLogic.d.ts +30 -0
- package/System/FindControlByNameOrType.d.ts +3 -0
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/GetBindingResult.d.ts +11 -0
- package/System/GetDeviceName.d.ts +3 -0
- package/System/GetError.d.ts +1 -0
- package/System/GetFieldName.d.ts +15 -0
- package/System/GetFunctionByName.d.ts +3 -0
- package/System/GetInnerSize.d.ts +2 -0
- package/System/GetRequiredLabel.d.ts +2 -0
- package/System/GetViewCardUrl.d.ts +2 -0
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/GridModelStub.d.ts +105 -0
- package/System/GuidUtils.d.ts +11 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/Handler.d.ts +20 -0
- package/System/IApiPropertyDescriptor.d.ts +6 -0
- package/System/IAsyncControlInfo.d.ts +4 -0
- package/System/IBasicEvent.d.ts +11 -0
- package/System/IBindingMetadata.d.ts +5 -0
- package/System/IBindingResult.d.ts +14 -0
- package/System/IBindingsWriteRequest.d.ts +12 -0
- package/System/IBlurEventArgs.d.ts +3 -0
- package/System/ICancelableEvent.d.ts +4 -0
- package/System/ICancelableEventArgs.d.ts +13 -0
- package/System/ICardSavingEventArgs.d.ts +5 -0
- package/System/ICardStateChangingEventArgs.d.ts +4 -0
- package/System/ICardTypeInfo.d.ts +11 -0
- package/System/ICardTypeMap.d.ts +5 -0
- package/System/ICardTypeRaw.d.ts +4 -0
- package/System/ICardTypeRawMap.d.ts +5 -0
- package/System/IClickEventArgs.d.ts +3 -0
- package/System/ICommonResponse.d.ts +43 -0
- package/System/IControlContext.d.ts +5 -0
- package/System/IControlDescription.d.ts +26 -0
- package/System/IControlMap.d.ts +5 -0
- package/System/IControlOptions.d.ts +5 -0
- package/System/IControlStoreManager.d.ts +14 -0
- package/System/IControlWrapperMap.d.ts +5 -0
- package/System/IDataChangedEventArgs.d.ts +10 -0
- package/System/IDirectoryFilterChangeEventArgs.d.ts +4 -0
- package/System/IDirectorySelectDialog.d.ts +4 -0
- package/System/IEditOperation.d.ts +15 -0
- package/System/IEditOperationMap.d.ts +5 -0
- package/System/IEditOperationStore.d.ts +29 -0
- package/System/IEventArgs.d.ts +3 -0
- package/System/IExtension.d.ts +29 -0
- package/System/IExtensionManager.d.ts +11 -0
- package/System/IFocusEventArgs.d.ts +3 -0
- package/System/IKeyboardEventArgs.d.ts +3 -0
- package/System/ILayoutBootstrapperParams.d.ts +4 -0
- package/System/ILayoutContainer.d.ts +48 -0
- package/System/ILayoutContainerInfo.d.ts +21 -0
- package/System/ILayoutContainerMap.d.ts +5 -0
- package/System/ILayoutContainerParams.d.ts +25 -0
- package/System/ILayoutManagerParams.d.ts +6 -0
- package/System/ILayoutParams.d.ts +48 -0
- package/System/ILocalizationsMap.d.ts +5 -0
- package/System/IMouseOutEventArgs.d.ts +3 -0
- package/System/IMouseOverEventArgs.d.ts +3 -0
- package/System/INotificationModel.d.ts +6 -0
- package/System/IProxyControl.d.ts +6 -0
- package/System/IRealTimeCommunicationMessage.d.ts +17 -0
- package/System/IRealtimeCommunicationHub.d.ts +15 -0
- package/System/IRequestInfo.d.ts +5 -0
- package/System/IResourcesMap.d.ts +4 -0
- package/System/IRouteFamily.d.ts +6 -0
- package/System/IRouteHandler.d.ts +60 -0
- package/System/IRouteInfo.d.ts +23 -0
- package/System/IRouteTypeMapper.d.ts +27 -0
- package/System/IServiceActionParameterInfo.d.ts +5 -0
- package/System/ISupportEventBubling.d.ts +22 -0
- package/System/IUrlCollection.d.ts +5 -0
- package/System/IUrlMap.d.ts +3 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationParams.d.ts +5 -0
- package/System/IValidationResult.d.ts +11 -0
- package/System/IWebServicesConnection.d.ts +14 -0
- package/System/IWebServicesInfo.d.ts +3 -0
- package/System/IWebServicesRequest.d.ts +10 -0
- package/System/IWebServicesResponse.d.ts +8 -0
- package/System/IWebServicesService.d.ts +35 -0
- package/System/IncomingLocalStorageCommunicationChannel.d.ts +43 -0
- package/System/InputBasedControl.d.ts +186 -0
- package/System/InputBasedControlImpl.d.ts +122 -0
- package/System/IsAbsoluteOrFixedPositioned.d.ts +1 -0
- package/System/KeyCodes.d.ts +11 -0
- package/System/LabelWidthService.d.ts +5 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +172 -0
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutBootstrapper.d.ts +9 -0
- package/System/LayoutCardControllerStub.d.ts +21 -0
- package/System/LayoutContainer.d.ts +100 -0
- package/System/LayoutContextConstants.d.ts +3 -0
- package/System/LayoutControlFactory.d.ts +19 -0
- package/System/LayoutControlType.d.ts +6 -0
- package/System/LayoutControlsAccessor.d.ts +22 -0
- package/System/LayoutImpl.d.ts +37 -0
- package/System/LayoutManager.d.ts +91 -0
- package/System/LayoutRowControllerStub.d.ts +14 -0
- package/System/LayoutScript.d.ts +22 -0
- package/System/LayoutServiceMeta.d.ts +8 -0
- package/System/LayoutServices.d.ts +59 -0
- package/System/LayoutUtils.d.ts +4 -0
- package/System/LinksSearchCardsServiceStub.d.ts +20 -0
- package/System/LoadingState.d.ts +33 -0
- package/System/LoadingViewWithText.d.ts +7 -0
- package/System/LocalStorage.d.ts +21 -0
- package/System/LocationContainerControl.d.ts +87 -0
- package/System/LogErrorOnServer.d.ts +1 -0
- package/System/MemoizeController.d.ts +1 -0
- package/System/MessageBoxService.d.ts +17 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/NewValueIfUndefined.d.ts +4 -0
- package/System/NotificationRealtimeMessage.d.ts +5 -0
- package/System/NotificationType.d.ts +7 -0
- package/System/NotificationTypeConverter.d.ts +3 -0
- package/System/Omit.d.ts +1 -0
- package/System/OperationUtils.d.ts +9 -0
- package/System/OutcomingLocalStorageCommunicationChannel.d.ts +23 -0
- package/System/PageLeaveConfirmation.d.ts +11 -0
- package/System/ParseModuleExportsString.d.ts +7 -0
- package/System/ParseUtils.d.ts +4 -0
- package/System/PluginOrder.d.ts +12 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +28 -0
- package/System/PopupNotification.d.ts +113 -0
- package/System/PreventPropagation.d.ts +2 -0
- package/System/PrintContent.d.ts +2 -0
- package/System/PromiseUtils.d.ts +6 -0
- package/System/PublishAsGlobal.d.ts +1 -0
- package/System/Readonly.d.ts +5 -0
- package/System/Readwrite.d.ts +5 -0
- package/System/RealtimeCommunicationService.d.ts +146 -0
- package/System/RealtimeServerSender.d.ts +3 -0
- package/System/RealtimeSubscriber.d.ts +2 -0
- package/System/RenderModalContent.d.ts +8 -0
- package/System/RequestHelper.d.ts +42 -0
- package/System/RequestManager.d.ts +71 -0
- package/System/RequestMethods.d.ts +7 -0
- package/System/Resources.d.ts +4 -0
- package/System/ResourcesStub.d.ts +1509 -0
- package/System/RootLocationLayoutModel.d.ts +2 -0
- package/System/RouteFamilySubtype.d.ts +5 -0
- package/System/RouteHandleResult.d.ts +11 -0
- package/System/RouteHelpers.d.ts +39 -0
- package/System/RouteParameters.d.ts +3 -0
- package/System/RouteRequest.d.ts +6 -0
- package/System/RouteSemantics.d.ts +3 -0
- package/System/RouteType.d.ts +9 -0
- package/System/Router.d.ts +153 -0
- package/System/Safe.d.ts +14 -0
- package/System/SearchIcon.d.ts +3 -0
- package/System/ServerController.d.ts +20 -0
- package/System/ServerError.d.ts +17 -0
- package/System/ServiceActionMetaData.d.ts +9 -0
- package/System/SetupStoreWithOperation.d.ts +2 -0
- package/System/ShowLayoutParams.d.ts +20 -0
- package/System/SimpleEvent.d.ts +18 -0
- package/System/SlideAnimation.d.ts +4 -0
- package/System/StandardRouteSemantics.d.ts +13 -0
- package/System/StandardRoutes.d.ts +56 -0
- package/System/StateAccessor.d.ts +17 -0
- package/System/StatusPointUtils.d.ts +43 -0
- package/System/StorybookStory.d.ts +10 -0
- package/System/StringMap.d.ts +3 -0
- package/System/StringUtils.d.ts +27 -0
- package/System/Summernote.d.ts +30 -0
- package/System/TabStub.d.ts +13 -0
- package/System/Throttle.d.ts +2 -0
- package/System/TimeoutService.d.ts +6 -0
- package/System/TooltipUtils.d.ts +14 -0
- package/System/TryGetCardId.d.ts +4 -0
- package/System/UnmountComponentAtNode.d.ts +1 -0
- package/System/UrlResolver.d.ts +5 -0
- package/System/UrlStore.d.ts +16 -0
- package/System/Utils.d.ts +8 -0
- package/System/WaitTimeout.d.ts +1 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/System/WebFrameUtils.d.ts +3 -0
- package/System/WebServicesConnection.d.ts +12 -0
- package/System/WebServicesService.d.ts +28 -0
- package/System/convertWebDavLinkToAbsolute.d.ts +1 -0
- package/System/helpers.d.ts +22 -0
- package/System/mixins.d.ts +11 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/System/updateFolderStyle.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IBasicEvent } from '@docsvision/webclient/System/IBasicEvent';
|
|
3
|
+
import { ICancelableEvent } from '@docsvision/webclient/System/ICancelableEvent';
|
|
4
|
+
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
5
|
+
import { Optional } from '@docsvision/web/core/services';
|
|
6
|
+
import { $RootCssClass } from '@docsvision/webclient/Helpers/$RootCssClass';
|
|
7
|
+
/**
|
|
8
|
+
* Предоставляет контейнер для отрисовки модального окна. Позволяет отображать диалоговое окно вне react-компонент.
|
|
9
|
+
*
|
|
10
|
+
* Пример использования:
|
|
11
|
+
*
|
|
12
|
+
* let host = new ModalHost("time-dialog", () => {
|
|
13
|
+
* return (
|
|
14
|
+
* <ModalBackdrop visible={true}>
|
|
15
|
+
* <ModalDialog isOpen={true}>
|
|
16
|
+
* <ModalDialogCloseButton onClick={() => host.unmount()} />
|
|
17
|
+
* <ModalDialogHeader>Текущее время</ModalDialogHeader>
|
|
18
|
+
* <div>Текущее время: {(new Date()).toTimeString()}</div>
|
|
19
|
+
* </ModalDialog>
|
|
20
|
+
* </ModalBackdrop>
|
|
21
|
+
* );
|
|
22
|
+
* });
|
|
23
|
+
* host.mount();
|
|
24
|
+
* setInterval(() => host.forceUpdate(), 1000);
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ModalHost {
|
|
28
|
+
private mId;
|
|
29
|
+
private mContainer;
|
|
30
|
+
private mRenderFunction;
|
|
31
|
+
private static mModalDialogHostContainerProvider;
|
|
32
|
+
private unmountingEvent;
|
|
33
|
+
private unmountedEvent;
|
|
34
|
+
private rootCssClass;
|
|
35
|
+
private static getModalDialogHostContainer;
|
|
36
|
+
/**
|
|
37
|
+
* Инициализирует объект ModalDialogHost
|
|
38
|
+
* @param className Класс, который будет задан элементу-контейнеру в DOM
|
|
39
|
+
* @param render Функция, выполняющая отрисовку модального окна
|
|
40
|
+
*/
|
|
41
|
+
constructor(className: string, render: () => React.ReactNode | React.ReactNode[], services?: Optional<$RootCssClass> | {});
|
|
42
|
+
get className(): string;
|
|
43
|
+
set className(c: string);
|
|
44
|
+
get unmounting(): ICancelableEvent<IEventArgs>;
|
|
45
|
+
get unmounted(): IBasicEvent<IEventArgs>;
|
|
46
|
+
/**
|
|
47
|
+
* Иницирует перерисовку модального окна. При этом вызывается функция render, переданная в конструктор.
|
|
48
|
+
*/
|
|
49
|
+
forceUpdate(callback?: Function): Promise<void>;
|
|
50
|
+
/**
|
|
51
|
+
* Создает в DOM элемент-контейнер, и запускает отрисовку модального окна.
|
|
52
|
+
*/
|
|
53
|
+
mount(callback?: Function): Promise<void>;
|
|
54
|
+
/**
|
|
55
|
+
* Удаляет все созданные элементы из DOM.
|
|
56
|
+
*/
|
|
57
|
+
unmount(timeoutMs?: number): Promise<any>;
|
|
58
|
+
/**
|
|
59
|
+
* Создано ли модальное окно
|
|
60
|
+
*/
|
|
61
|
+
isMounted(): boolean;
|
|
62
|
+
private render;
|
|
63
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/** Свойства для {@link ModalSidebar} */
|
|
3
|
+
export interface IModalSidebarProps {
|
|
4
|
+
/** При смене значения на true модальное окно откроется, при смене в false - скроется. */
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
/** Содержимое панели */
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Если флаг установлен, то событие click внутри панели не поднимается к родителельскому элементу.
|
|
10
|
+
* По умолчанию: true
|
|
11
|
+
*/
|
|
12
|
+
stopClickPropagation?: boolean;
|
|
13
|
+
/** Дополнительный css-класс. */
|
|
14
|
+
className?: string;
|
|
15
|
+
paddings?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Представляет выезжающую боковую панель.
|
|
19
|
+
*
|
|
20
|
+
* Пример использования:
|
|
21
|
+
*
|
|
22
|
+
* <div>
|
|
23
|
+
* <ModalBackdrop onClick={() => this.setState({ sidebarOpen: false })}>
|
|
24
|
+
* <ModalSidebar isOpen={this.state.sidebarOpen} >
|
|
25
|
+
* <ModalSidebarCloseButton onClick={() => this.setState({ sidebarOpen: false })} />
|
|
26
|
+
* <ModalSidebarHeader>Some header</ModalSidebarHeader>
|
|
27
|
+
* <div>Some content</div>
|
|
28
|
+
* </ModalSidebar>
|
|
29
|
+
* </ModalBackdrop>
|
|
30
|
+
* </div>
|
|
31
|
+
*
|
|
32
|
+
* Пример использование вне компонента:
|
|
33
|
+
*
|
|
34
|
+
* let host: ModalHost = new ModalHost("time-sidebar", () => {
|
|
35
|
+
* return (
|
|
36
|
+
* <ModalBackdrop visible={true} onClick={() => host.unmount()} >
|
|
37
|
+
* <ModalSidebar isOpen={true} >
|
|
38
|
+
* <ModalSidebarCloseButton onClick={() => host.unmount()} />
|
|
39
|
+
* <ModalSidebarHeader>Some header</ModalSidebarHeader>
|
|
40
|
+
* <div>Current time {(new Date()).toTimeString()}</div>
|
|
41
|
+
* </ModalSidebar>
|
|
42
|
+
* </ModalBackdrop>
|
|
43
|
+
* );
|
|
44
|
+
* });
|
|
45
|
+
* host.mount();
|
|
46
|
+
* setInterval(() => host.forceUpdate(), 1000);
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
export declare const ModalSidebar: (props: IModalSidebarProps) => JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/** Свойства для {@link ModalSidebarCloseButton} */
|
|
3
|
+
export interface IModalSidebarCloseButtonProps {
|
|
4
|
+
/** Доступность кнопки. Значение по умолчанию: true */
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
/** Обработчик события click */
|
|
7
|
+
onClick: (ev: React.MouseEvent<any>) => void;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Представляет закрывающую кнопку в правой части выезжающей панели ({@link ModalSidebar}).
|
|
11
|
+
*
|
|
12
|
+
* Пример использования:
|
|
13
|
+
*
|
|
14
|
+
* <ModalSidebar isOpen={this.state.sidebarOpen} >
|
|
15
|
+
* <ModalSidebarCloseButton onClick={() => this.setState({ sidebarOpen: false })} />
|
|
16
|
+
* </ModalSidebar>
|
|
17
|
+
*/
|
|
18
|
+
export declare const ModalSidebarCloseButton: (props: IModalSidebarCloseButtonProps) => JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/** Свойства для {@link ModalSidebarHeader} */
|
|
3
|
+
export interface IModalSidebarHeaderProps {
|
|
4
|
+
/** Дополнительный класс */
|
|
5
|
+
className?: string;
|
|
6
|
+
/** Содержимое заголовка */
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Представляет заголовок выезжающей панели ({@link ModalSidebar}).
|
|
11
|
+
*
|
|
12
|
+
* Пример использования:
|
|
13
|
+
*
|
|
14
|
+
* <ModalSidebar isOpen={this.state.menuBarExpanded} >
|
|
15
|
+
* <ModalSidebarHeader>{resources.MyHeaderText}</ModalSidebarHeader>
|
|
16
|
+
* </ModalSidebar>
|
|
17
|
+
*/
|
|
18
|
+
export declare const ModalSidebarHeader: (props: IModalSidebarHeaderProps) => JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/** @internal Свойства для {@link ClosePopoverListener} */
|
|
3
|
+
export interface IClosePopoverListenerProps {
|
|
4
|
+
/** Дополнительный класс */
|
|
5
|
+
className?: string;
|
|
6
|
+
/** Используется при закрытии по клику мышкой снаружи, разрешает клики внутри переданного контейнера (по умолчанию - корень этого компонента) */
|
|
7
|
+
boundaryTarget?: HTMLElement | string;
|
|
8
|
+
/** При закрытии выпадающего списка */
|
|
9
|
+
onClose?: () => void;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @internal Панель, которая отслеживает события клика вне себя и нажатия клавиши Esc.
|
|
13
|
+
*/
|
|
14
|
+
export declare class ClosePopoverListener extends React.PureComponent<IClosePopoverListenerProps> {
|
|
15
|
+
el: HTMLElement;
|
|
16
|
+
componentDidMount(): void;
|
|
17
|
+
componentWillUnmount(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Закрытие выпадающего меню при клике снаружи
|
|
20
|
+
*/
|
|
21
|
+
protected onDocumentClick: (event: MouseEvent) => void;
|
|
22
|
+
protected onDocumentKeyDown: (e: any) => void;
|
|
23
|
+
render(): JSX.Element;
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PopoverMode } from '@docsvision/webclient/Helpers/PopoverHelpers/Popover';
|
|
3
|
+
export interface CommonPopoverProps {
|
|
4
|
+
isOpen?: boolean;
|
|
5
|
+
/** Вызывается при щелчке во вне или нажатии Esc. */
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
className?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Место относительно целевого элемента, где будет размещено вспылвающее окно.
|
|
10
|
+
*
|
|
11
|
+
* Замечение: если места сверху будет недостаточно (будут мешать границы экрана), то всплывающее окно
|
|
12
|
+
* автоматически сместится вниз.
|
|
13
|
+
*
|
|
14
|
+
* По умолчанию: PopoverMode.Above
|
|
15
|
+
*/
|
|
16
|
+
mode?: PopoverMode;
|
|
17
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси X в пикселях. */
|
|
18
|
+
xShift?: number;
|
|
19
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси Y в пикселях. */
|
|
20
|
+
yShift?: number;
|
|
21
|
+
/** Событие click внутри всплывающего окна. */
|
|
22
|
+
onClickInside?: (ev: MouseEvent) => void;
|
|
23
|
+
children: any;
|
|
24
|
+
}
|
|
25
|
+
export declare const CommonPopover: (props: CommonPopoverProps) => JSX.Element;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
|
|
2
|
+
import { IEditPopoverState } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverState";
|
|
3
|
+
import { IBasicEvent } from "@docsvision/webclient/System/IBasicEvent";
|
|
4
|
+
import { ICancelableEvent } from "@docsvision/webclient/System/ICancelableEvent";
|
|
5
|
+
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
6
|
+
import React from "react";
|
|
7
|
+
/**
|
|
8
|
+
* Использует {@link Popover} для отображения вслывающего окна контролов, в режиме edit-in-place.
|
|
9
|
+
*
|
|
10
|
+
* Для создания всплывающего окна следует исполдьзовать статический метод {@link EditPopover.CreatePopover}
|
|
11
|
+
*/
|
|
12
|
+
export declare class EditPopover extends React.Component<IEditPopoverProps, IEditPopoverState> {
|
|
13
|
+
private contentRoot;
|
|
14
|
+
private wrapper;
|
|
15
|
+
private popover;
|
|
16
|
+
constructor(props: IEditPopoverProps);
|
|
17
|
+
/** Событие, возникающее перед показом окна */
|
|
18
|
+
get showing(): ICancelableEvent<IEventArgs>;
|
|
19
|
+
/** Событие, возникающее после показа окна */
|
|
20
|
+
get shown(): IBasicEvent<IEventArgs>;
|
|
21
|
+
/** Событие, возникающее перед нажатием кнопки OK */
|
|
22
|
+
get accepting(): ICancelableEvent<IEventArgs>;
|
|
23
|
+
/** Событие, возникающее после нажатия кнопки ОК */
|
|
24
|
+
get accepted(): IBasicEvent<IEventArgs>;
|
|
25
|
+
/** Событие, возникающее перед закрытием окна путем нажатия кнопки Отмена, клавиши Esc или щелчка вне вслывающего окна) */
|
|
26
|
+
get canceling(): ICancelableEvent<IEventArgs>;
|
|
27
|
+
/** Событие, возникающее после нажатия кнопки Отмена, клавиши Esc или щелчка вне вслывающего окна. */
|
|
28
|
+
get canceled(): IBasicEvent<IEventArgs>;
|
|
29
|
+
/** Событие, возникающее перед показом окна */
|
|
30
|
+
get hidding(): ICancelableEvent<IEventArgs>;
|
|
31
|
+
/** Событие, возникающее после скрытия окна */
|
|
32
|
+
get hidden(): IBasicEvent<IEventArgs>;
|
|
33
|
+
/** Css-класс */
|
|
34
|
+
get className(): string;
|
|
35
|
+
set className(val: string);
|
|
36
|
+
/** Css-класс рутового элемента */
|
|
37
|
+
get rootClassName(): string;
|
|
38
|
+
set rootClassName(val: string);
|
|
39
|
+
/**
|
|
40
|
+
* Создает экземпляр вслывающего окна.
|
|
41
|
+
*
|
|
42
|
+
* После создания следует использовать {@link contentElement} свойство для задания содержимого, и методы {@link show} и {@link hide}
|
|
43
|
+
* для управления всплывающим окном.
|
|
44
|
+
*/
|
|
45
|
+
static CreatePopover(popoverOptions: IEditPopoverProps): Promise<EditPopover>;
|
|
46
|
+
/**
|
|
47
|
+
* HTMLElement, в который следует поместить содержимое всплывающего окна.
|
|
48
|
+
*
|
|
49
|
+
* Внимание! Значение свойства будет принициализировано только после вызова {@link IEditPopoverProps.onMounted}
|
|
50
|
+
*/
|
|
51
|
+
get contentElement(): HTMLElement;
|
|
52
|
+
/**
|
|
53
|
+
* Отображает всплыающее окно на экране.
|
|
54
|
+
*/
|
|
55
|
+
show(): Promise<void>;
|
|
56
|
+
/**
|
|
57
|
+
* Скрывает всплыающее окно.
|
|
58
|
+
*/
|
|
59
|
+
hide(): Promise<unknown>;
|
|
60
|
+
/**
|
|
61
|
+
* Отображается всплыающее окно на экране в данный момент или нет.
|
|
62
|
+
*/
|
|
63
|
+
get visible(): boolean;
|
|
64
|
+
set visible(val: boolean);
|
|
65
|
+
/**
|
|
66
|
+
* Настройка, определяющая, будет ли окно скрываться по клику во вне.
|
|
67
|
+
*/
|
|
68
|
+
get hideByClickOutside(): boolean;
|
|
69
|
+
set hideByClickOutside(val: boolean);
|
|
70
|
+
/**
|
|
71
|
+
* Настройка, определяющая, будет ли окно скрываться по нажатию Esc
|
|
72
|
+
*/
|
|
73
|
+
get hideByEsc(): boolean;
|
|
74
|
+
set hideByEsc(val: boolean);
|
|
75
|
+
/**
|
|
76
|
+
* Настройка, определяющая, будет ли иницироваться применение изменений по нажатию клавиши Enter.
|
|
77
|
+
*/
|
|
78
|
+
get acceptByEnter(): boolean;
|
|
79
|
+
set acceptByEnter(val: boolean);
|
|
80
|
+
get ignoreOutsideClicksSelectors(): string[] | undefined;
|
|
81
|
+
set ignoreOutsideClicksSelectors(val: string[] | undefined);
|
|
82
|
+
/**
|
|
83
|
+
* Корректно очищает содержимое {@link contentElement}
|
|
84
|
+
*/
|
|
85
|
+
clearContent(): void;
|
|
86
|
+
/**
|
|
87
|
+
* Скрывает окно и очищает все используемые ресурсы.
|
|
88
|
+
*/
|
|
89
|
+
dispose(): void;
|
|
90
|
+
/**
|
|
91
|
+
* Перессчитать позицию окна.
|
|
92
|
+
*/
|
|
93
|
+
updatePositions(): void;
|
|
94
|
+
private attachPopover;
|
|
95
|
+
private onKeyEnter;
|
|
96
|
+
private onKeyEsc;
|
|
97
|
+
private attachContentRoot;
|
|
98
|
+
private hideInternal;
|
|
99
|
+
accept(): Promise<unknown>;
|
|
100
|
+
cancel(): Promise<unknown>;
|
|
101
|
+
private onOkClick;
|
|
102
|
+
private onCancelClick;
|
|
103
|
+
private onClickOutside;
|
|
104
|
+
private renderSaveCancelButtons;
|
|
105
|
+
/** @internal */
|
|
106
|
+
render(): JSX.Element;
|
|
107
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { EditPopover } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/EditPopover";
|
|
2
|
+
import { PopoverMode } from "@docsvision/webclient/Helpers/PopoverHelpers/Popover";
|
|
3
|
+
/** Свойства для {@link EditPopover} */
|
|
4
|
+
export interface IEditPopoverProps {
|
|
5
|
+
/** Элемент, возле которого будет отображено всплывающее окно */
|
|
6
|
+
target: HTMLElement;
|
|
7
|
+
/** Аналог {@see target}, но с динамическим определением значения. */
|
|
8
|
+
targetGetter?: () => HTMLElement;
|
|
9
|
+
/** Уникальный идентфикатор окна. */
|
|
10
|
+
key?: string;
|
|
11
|
+
/** Ширина содержимого всплывающего окна */
|
|
12
|
+
width?: string;
|
|
13
|
+
/** Максимальная высота содержимого всплывающего окна */
|
|
14
|
+
maxHeight?: string;
|
|
15
|
+
/** Максимальная ширина содержимого всплывающего окна */
|
|
16
|
+
maxWidth?: string;
|
|
17
|
+
/** Текст заголовка всплывающего окна */
|
|
18
|
+
title?: string;
|
|
19
|
+
/** Настройка, определяющая, будет ли иницироваться применение изменений по нажатию клавиши Enter. */
|
|
20
|
+
acceptByEnter?: boolean;
|
|
21
|
+
/** Настройка, определяющая, будет ли окно скрываться по нажатию Esc */
|
|
22
|
+
hideByEsc?: boolean;
|
|
23
|
+
/** Минимальное расстояние до границ экрана */
|
|
24
|
+
screenPadding?: number;
|
|
25
|
+
/** @internal */
|
|
26
|
+
className?: string;
|
|
27
|
+
/** Css-класс, добавляемый к корневому элементу. */
|
|
28
|
+
rootClassName?: string;
|
|
29
|
+
/** Не вызывает событие onClickOutside в случае, если клавиша мишы была зажата внутри Popover и отжата вне его */
|
|
30
|
+
preventClickOutsideEventOnMouseUp: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Настройка, определяющая, будет ли окно скрываться по клику во вне.
|
|
33
|
+
*/
|
|
34
|
+
hideByClickOutside?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Настройка, определяющая будет ли проигнорирован клик во вне, если этот клик был совершен в пределах другого модального окна.
|
|
37
|
+
* Модальными окнами считаются элементы, созданные при помощи BodyContainerProvider.
|
|
38
|
+
*
|
|
39
|
+
* Значение по умолчанию: true
|
|
40
|
+
*/
|
|
41
|
+
ignoreModalOutsideClicks?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Настройка, определяющая селекторы для элементов, клик по которым не будет считаться кликом во вне.
|
|
44
|
+
*/
|
|
45
|
+
ignoreOutsideClicksSelectors?: string[];
|
|
46
|
+
/**
|
|
47
|
+
* Место относительно целевого элемента, где будет размещено вспылвающее окно.
|
|
48
|
+
*/
|
|
49
|
+
mode?: PopoverMode;
|
|
50
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси X в пикселях. */
|
|
51
|
+
xShift?: number;
|
|
52
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси Y в пикселях. */
|
|
53
|
+
yShift?: number;
|
|
54
|
+
/** Если значение указано, то Popover не будет вычислять собственную ширину, но будет использовать заданную. */
|
|
55
|
+
forceWidth?: number;
|
|
56
|
+
/** Настройка, определяющая, возможность перетаскивания окна мышкой */
|
|
57
|
+
draggable?: boolean;
|
|
58
|
+
/** Функция, которая будет вызвана после того, как {@link EditPopover.contentElement} примет корректное значение. */
|
|
59
|
+
onMounted: (popover: EditPopover) => void;
|
|
60
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PopoverMode } from "@docsvision/webclient/Helpers/PopoverHelpers/Popover";
|
|
2
|
+
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
3
|
+
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
4
|
+
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
5
|
+
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export interface IEditPopoverState {
|
|
8
|
+
waitingState: LoadingState;
|
|
9
|
+
currentTarget: HTMLElement;
|
|
10
|
+
offScreenX?: boolean;
|
|
11
|
+
offScreenY?: boolean;
|
|
12
|
+
visible?: boolean;
|
|
13
|
+
hideByEscOption: boolean;
|
|
14
|
+
acceptByEnterOption: boolean;
|
|
15
|
+
title: string;
|
|
16
|
+
screenPadding: number;
|
|
17
|
+
mode: PopoverMode;
|
|
18
|
+
className?: string;
|
|
19
|
+
/** Css-класс, добавляемый к корневому элементу. */
|
|
20
|
+
rootClassName?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Должен ли Popover скрываться при клике снаружи него.
|
|
23
|
+
* Значение по умолчанию: false
|
|
24
|
+
*/
|
|
25
|
+
hideByClickOutside?: boolean;
|
|
26
|
+
ignoreModalOutsideClicks?: boolean;
|
|
27
|
+
ignoreOutsideClicksSelectors?: string[];
|
|
28
|
+
acceptingEvent: CancelableEvent<IEventArgs>;
|
|
29
|
+
acceptedEvent: SimpleEvent<IEventArgs>;
|
|
30
|
+
cancelingEvent: CancelableEvent<IEventArgs>;
|
|
31
|
+
canceledEvent: SimpleEvent<IEventArgs>;
|
|
32
|
+
showingEvent: CancelableEvent<IEventArgs>;
|
|
33
|
+
shownEvent: SimpleEvent<IEventArgs>;
|
|
34
|
+
hiddingEvent: CancelableEvent<IEventArgs>;
|
|
35
|
+
hiddenEvent: SimpleEvent<IEventArgs>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/** Свойства для {@link Popover} */
|
|
3
|
+
export interface IInlineDropdownPopoverProps {
|
|
4
|
+
/** Дополнительный класс */
|
|
5
|
+
className?: string;
|
|
6
|
+
innerElementRef?: (elem: HTMLElement) => void;
|
|
7
|
+
topPlacementShift?: string;
|
|
8
|
+
}
|
|
9
|
+
/** @internal */
|
|
10
|
+
export interface IInlineDropdownPopoverState {
|
|
11
|
+
locatedTop?: boolean;
|
|
12
|
+
updateCount: number;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Компонент, который обеспечивает абсолютное позиционирование всплывающего выпадающего списка снизу так, что левый край выровнен по левому краю родителя.
|
|
16
|
+
* Если снизу оказывается недостаточно места, то панель показывается сверху.
|
|
17
|
+
*/
|
|
18
|
+
export declare class InlineDropdownPopover extends React.Component<IInlineDropdownPopoverProps, IInlineDropdownPopoverState> {
|
|
19
|
+
private static mPopoversContainer;
|
|
20
|
+
private static getPopoversContainer;
|
|
21
|
+
private root;
|
|
22
|
+
/** @internal */
|
|
23
|
+
state: IInlineDropdownPopoverState;
|
|
24
|
+
constructor(props: IInlineDropdownPopoverProps);
|
|
25
|
+
UNSAFE_componentWillReceiveProps(): void;
|
|
26
|
+
componentDidUpdate(): void;
|
|
27
|
+
componentDidMount(): void;
|
|
28
|
+
componentWillUnmount(): void;
|
|
29
|
+
private subscribeGlobalEvents;
|
|
30
|
+
private unsubscribeGlobalEvents;
|
|
31
|
+
private onPageScroll;
|
|
32
|
+
private onWindowResize;
|
|
33
|
+
/**
|
|
34
|
+
* Перессчитать позицию всплывающего окна.
|
|
35
|
+
*/
|
|
36
|
+
updatePositions(): void;
|
|
37
|
+
attachRoot: (elem: HTMLElement) => void;
|
|
38
|
+
static Wrapper:
|
|
39
|
+
import("styled-components").StyledComponent<"div", any, Partial<IInlineDropdownPopoverState & IInlineDropdownPopoverProps>, never>;
|
|
40
|
+
/** @internal */
|
|
41
|
+
render(): JSX.Element;
|
|
42
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { PopoverCalcProcess } from '@docsvision/webclient/Helpers/PopoverHelpers/PopoverProcess';
|
|
3
|
+
/** Свойства для {@link Popover} */
|
|
4
|
+
export interface IPopoverProps {
|
|
5
|
+
/** При смене значения на true всплывающее окно откроется, при смене в false - скроется. */
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
hidden?: boolean;
|
|
8
|
+
/** Контейнер целевого элемента, в котором будет отслеживаться скролл. */
|
|
9
|
+
container?: HTMLElement;
|
|
10
|
+
/**
|
|
11
|
+
* Элемент, относительно которого всплывающее окно будет позиционироваться.
|
|
12
|
+
*
|
|
13
|
+
* Замечание: Popover не может корректно позиционироваться относительно элементов с display: inline.
|
|
14
|
+
*
|
|
15
|
+
* По умолчанию: ближайший не-inline родитель Popover.
|
|
16
|
+
*/
|
|
17
|
+
target?: HTMLElement;
|
|
18
|
+
/** Аналог {@see target}, но с динамическим определением значения. */
|
|
19
|
+
targetGetter?: () => HTMLElement;
|
|
20
|
+
/** Минимальная дистанция до границ экрана в пикселях. */
|
|
21
|
+
screenPadding?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Место относительно целевого элемента, где будет размещено вспылвающее окно.
|
|
24
|
+
*
|
|
25
|
+
* Замечение: если места сверху будет недостаточно (будут мешать границы экрана), то всплывающее окно
|
|
26
|
+
* автоматически сместится вниз.
|
|
27
|
+
*
|
|
28
|
+
* По умолчанию: PopoverMode.Above
|
|
29
|
+
*/
|
|
30
|
+
mode?: PopoverMode;
|
|
31
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси X в пикселях. */
|
|
32
|
+
xShift?: number;
|
|
33
|
+
/** Статичное смещение всплывающего окна от вычисленного положения по оси Y в пикселях. */
|
|
34
|
+
yShift?: number;
|
|
35
|
+
/** Настройка, определяющая, возможность перетаскивания окна мышкой */
|
|
36
|
+
draggable?: boolean;
|
|
37
|
+
/** Настройка, определяющая, надо ли скрывать всплывающее окно, если позиции достигли границ экрана */
|
|
38
|
+
hideIfBehindPadding?: boolean;
|
|
39
|
+
/** Не вызывает событие onClickOutside в случае, если клавиша мишы была зажата внутри Popover и отжата вне его */
|
|
40
|
+
preventClickOutsideEventOnMouseUp?: boolean;
|
|
41
|
+
/** Событие click вне всплывающего окна. */
|
|
42
|
+
onClickOutside?: (ev: MouseEvent) => void;
|
|
43
|
+
/** Событие click внутри всплывающего окна. */
|
|
44
|
+
onClickInside?: (ev: MouseEvent) => void;
|
|
45
|
+
/** Событие нажатия Enter (срабатывает, даже когда фокус вне модального окна). */
|
|
46
|
+
onEnterPressed?: (ev: KeyboardEvent) => void;
|
|
47
|
+
/** Событие нажатия Esc (срабатывает, даже когда фокус вне модального окна). */
|
|
48
|
+
onEscPressed?: (ev: KeyboardEvent) => void;
|
|
49
|
+
onShouldStartDrag?: (el: EventTarget) => boolean;
|
|
50
|
+
/** Содержимое модального окна. Используйте {@link PopoverBox} для создания белой панели со скругленными краями. */
|
|
51
|
+
children?: React.ReactNode;
|
|
52
|
+
/** Дополнительный класс, который будет назначен на корневой элемент. */
|
|
53
|
+
className?: string;
|
|
54
|
+
/** Минимальная ширина. */
|
|
55
|
+
minWidth?: string;
|
|
56
|
+
/** Координаты клика мыши. */
|
|
57
|
+
pageCoordinates?: any;
|
|
58
|
+
/** Показывает необходиомость обработать событие contextmenu. */
|
|
59
|
+
isContextmenuEventNeed?: boolean;
|
|
60
|
+
}
|
|
61
|
+
/** @internal */
|
|
62
|
+
export interface IPopoverState {
|
|
63
|
+
currentTarget: HTMLElement;
|
|
64
|
+
offScreenX?: boolean;
|
|
65
|
+
offScreenY?: boolean;
|
|
66
|
+
screenPadding: number;
|
|
67
|
+
mode: PopoverMode;
|
|
68
|
+
hideClassName: string;
|
|
69
|
+
positionCalculated?: boolean;
|
|
70
|
+
renderReady?: boolean;
|
|
71
|
+
ignoreClickOutsideEvent: boolean;
|
|
72
|
+
popoverclick: boolean;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Режим Popover.
|
|
76
|
+
*/
|
|
77
|
+
export declare enum PopoverMode {
|
|
78
|
+
/** Сверху по центру. Если сверху места нет, то показывается снизу. */
|
|
79
|
+
Above = 0,
|
|
80
|
+
/**
|
|
81
|
+
* Слева, выровненное вертикально по верхнему краю (верхний край окна совпадает с верхним краем целевого элемента).
|
|
82
|
+
* Если снизу не хватает места, то смещается вверх ровно на столько, чтобы уместить на экране.
|
|
83
|
+
* Если слева нет места, то смещается ровно на столько, чтобы уместить на экране.
|
|
84
|
+
*/
|
|
85
|
+
LeftSide = 1,
|
|
86
|
+
/** Снизу, выровненное так, что левый край окна соответствует левому краю целевого элемента. Если снизу нет места, то показывается сверху. */
|
|
87
|
+
BottomDropdown = 2,
|
|
88
|
+
/** Слева, так что верхний левый угол совпадает с левым верхнем углом целевого элемента. */
|
|
89
|
+
LeftSideToRight = 3,
|
|
90
|
+
/** Слева, так что верхний левый угол совпадает с левым верхнем углом целевого элемента. */
|
|
91
|
+
LeftBottomSideToRight = 4,
|
|
92
|
+
/**
|
|
93
|
+
* Под курсором.
|
|
94
|
+
* Если нет места снизу, то выравнивается по крайней нижней границе
|
|
95
|
+
* Если нет места справа, то выравнивается по крайней правой границе
|
|
96
|
+
*/
|
|
97
|
+
UnderCursor = 5
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Компонент, который обеспечивает позиционирование всплывающего модального окна.
|
|
101
|
+
*
|
|
102
|
+
* Замечание: при показе всплывающего окна создается элемент в body документа (или в указанном контейнере) с абсолютной позицией,
|
|
103
|
+
* который при помощи свойств top и left размещается над целевым элементом. При этом, обновление координат происходит
|
|
104
|
+
* при перерисовке компонента, при ресайзе и скроле окна, а также при скроле элемента-контейнера. Можно запустить перессчет
|
|
105
|
+
* позиции вручную при помощи метода {@link updatePositions}. Предпочитительнее использовать этот метод, вместо перерисовки
|
|
106
|
+
* компонента, т.к. данный метод только обновляет позицию, в то время как перерисовка запускает обновление содержимого
|
|
107
|
+
* всплывающего окна (это критично, если нужно обновлять позицию в события, возникающих часто).
|
|
108
|
+
*
|
|
109
|
+
* Из принципа работы компонента также следует, что анимации при показе окна могут некорректно работать при смене значения isOpen,
|
|
110
|
+
* т.к. при показе окна элемент каждый раз создается заново. Если нужно при показе только сменить css-класс (для выполнения анимации),
|
|
111
|
+
* то следует держать значение isOpen всегда true, и скрывать только содержимое всплывающего окна при помощи css. Сам компонент
|
|
112
|
+
* не создает никаких видимых артефактов на экране, поэтому данный сценарий допустим.
|
|
113
|
+
*
|
|
114
|
+
* Также следует отметить, что физически всплывающее окна располагается в другом месте DOM, не там где отрендерен элемент Popover.
|
|
115
|
+
* Поэтому, наследование css-стилей не будет работать для содержимого вслывающего окна. При необходимости, можно задать
|
|
116
|
+
* {@link IPopoverProps.container}, чтобы указать место в DOM, где должен размещаться элемент. Однако, в этом случае могут возникнуть
|
|
117
|
+
* проблемы с перекрыванием содержимого с другими элементами на странице.
|
|
118
|
+
*
|
|
119
|
+
* Пример использования:
|
|
120
|
+
*
|
|
121
|
+
* <div>
|
|
122
|
+
* <Popover isOpen={this.state.popoverOpen} onClickOutside={this.closePopover} onEscPressed={this.closePopover}>
|
|
123
|
+
* <PopoverBox>
|
|
124
|
+
* <PopoverHead>
|
|
125
|
+
* <PopoverTitle>Заголовок</PopoverTitle>
|
|
126
|
+
* </PopoverHead>
|
|
127
|
+
* <PopoverContent>
|
|
128
|
+
* Содержимое
|
|
129
|
+
* </PopoverContent>
|
|
130
|
+
* </PopoverBox>
|
|
131
|
+
* </Popover>
|
|
132
|
+
* <span>Элемент, около которого появится окно</span>
|
|
133
|
+
* </div>
|
|
134
|
+
*
|
|
135
|
+
* См. также: {@link PopoverBox}, {@link PopoverHead}, {@link PopoverTitle},
|
|
136
|
+
* {@link PopoverCloseButton}, {@link PopoverAcceptButton}, {@link PopoverCancelButton}, {@link PopoverContent}
|
|
137
|
+
*/
|
|
138
|
+
export declare class Popover extends React.Component<IPopoverProps, IPopoverState> {
|
|
139
|
+
private static mPopoversContainer;
|
|
140
|
+
private static getPopoversContainer;
|
|
141
|
+
static calcPositionProcess: Array<PopoverCalcProcess>;
|
|
142
|
+
private root;
|
|
143
|
+
private xDiff;
|
|
144
|
+
private yDiff;
|
|
145
|
+
private zIndex;
|
|
146
|
+
state: IPopoverState;
|
|
147
|
+
constructor(props: IPopoverProps);
|
|
148
|
+
private getPropsTarget;
|
|
149
|
+
/** @internal */
|
|
150
|
+
componentWillUnmount(): void;
|
|
151
|
+
/** @internal */
|
|
152
|
+
UNSAFE_componentWillReceiveProps(nextProps: IPopoverProps, nextContext: any): void;
|
|
153
|
+
isLastShownPopover(): boolean;
|
|
154
|
+
updateVisibility(hidden: boolean): void;
|
|
155
|
+
/** @internal */
|
|
156
|
+
componentDidUpdate(): void;
|
|
157
|
+
/** @internal */
|
|
158
|
+
componentDidMount(): void;
|
|
159
|
+
private attachStub;
|
|
160
|
+
private onShow;
|
|
161
|
+
private onHide;
|
|
162
|
+
/** Скрывает всплывающее окна и очищает все занимаемые ресурсы. */
|
|
163
|
+
dispose(): Promise<any>;
|
|
164
|
+
private onDocumentClick;
|
|
165
|
+
private onDocumentRightButtonClick;
|
|
166
|
+
protected isElementAbovePopover(elem: HTMLElement): boolean;
|
|
167
|
+
protected isAbsoluteOrFixedPositioned(elem: HTMLElement, checkElementInBodyAndNotInContainer?: boolean): boolean;
|
|
168
|
+
private onDocumentMouseDown;
|
|
169
|
+
private onDocumentMouseUp;
|
|
170
|
+
private onDocumentKeyDown;
|
|
171
|
+
private subscribeGlobalEvents;
|
|
172
|
+
private unsubscribeGlobalEvents;
|
|
173
|
+
private onPageScroll;
|
|
174
|
+
private onWindowResize;
|
|
175
|
+
private getCurrentTarget;
|
|
176
|
+
/**
|
|
177
|
+
* Перессчитать позицию всплывающего окна.
|
|
178
|
+
*/
|
|
179
|
+
updatePositions(): void;
|
|
180
|
+
private onMouseMove;
|
|
181
|
+
private onMouseDown;
|
|
182
|
+
private onMouseUp;
|
|
183
|
+
private moveDraggableIntoView;
|
|
184
|
+
private updateTopPosition;
|
|
185
|
+
addVerticalOffset(offset: number): void;
|
|
186
|
+
private updateHorizontalPosition;
|
|
187
|
+
private renderPopover;
|
|
188
|
+
/** @internal */
|
|
189
|
+
render(): JSX.Element;
|
|
190
|
+
}
|