@docsvision/webclient 5.17.0-beta.9 → 5.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +11 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +16 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +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 +79 -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 +72 -0
- package/BackOffice/FileListFormType.d.ts +6 -0
- package/BackOffice/FileListItem.d.ts +23 -0
- package/BackOffice/FileListItemComponent.d.ts +57 -0
- package/BackOffice/FileListItemPlaceholderComponent.d.ts +15 -0
- package/BackOffice/FileListItemProps.d.ts +28 -0
- package/BackOffice/FileListItemState.d.ts +9 -0
- package/BackOffice/FileListVersionPlaceholder.d.ts +16 -0
- package/BackOffice/FileRenamingDialog.d.ts +25 -0
- package/BackOffice/FileSign.d.ts +32 -0
- package/BackOffice/FileSignInfoPopover.d.ts +27 -0
- package/BackOffice/FileSignListDialog.d.ts +65 -0
- package/BackOffice/FindMaxLevelIdent.d.ts +2 -0
- package/BackOffice/FindStaffSection.d.ts +9 -0
- package/BackOffice/FindTaskRow.d.ts +2 -0
- package/BackOffice/FlatternRows.d.ts +2 -0
- package/BackOffice/FlatternTree.d.ts +2 -0
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GetContextMenuNames.d.ts +2 -0
- package/BackOffice/GetDirectoryTreeRowModel.d.ts +3 -0
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeColumns.d.ts +4 -0
- package/BackOffice/GetEmployeeGroups.d.ts +9 -0
- package/BackOffice/GetHelpBoxRowInfo.d.ts +9 -0
- package/BackOffice/GetIconClassName.d.ts +11 -0
- package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -0
- package/BackOffice/GetRootSectionId.d.ts +7 -0
- package/BackOffice/GetSearchItemTab.d.ts +2 -0
- package/BackOffice/GetSelectedSearchItemEmployeeId.d.ts +4 -0
- package/BackOffice/GetSelectedSearchItemSection.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GoToSection.d.ts +2 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +11 -0
- package/BackOffice/GroupTaskCardSelectPerformers.d.ts +149 -0
- package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +86 -0
- package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +6 -0
- package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +45 -0
- package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +6 -0
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +20 -0
- package/BackOffice/GzPerformersOverlay.d.ts +7 -0
- package/BackOffice/History.d.ts +109 -0
- package/BackOffice/HistoryExternalRelations.d.ts +9 -0
- package/BackOffice/HistoryImpl.d.ts +59 -0
- package/BackOffice/HistoryRecordView.d.ts +13 -0
- package/BackOffice/HistoryView.d.ts +74 -0
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +5 -0
- package/BackOffice/IChangeResponsibleEventArgs.d.ts +5 -0
- package/BackOffice/IChangingTaskOrderEventArgs.d.ts +5 -0
- package/BackOffice/ICommandMenuProps.d.ts +8 -0
- package/BackOffice/ICommandMenuState.d.ts +9 -0
- package/BackOffice/ICommentEventArgs.d.ts +4 -0
- package/BackOffice/ICommentProps.d.ts +17 -0
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IDirectoryTreeRow.d.ts +10 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IEmployeeResponseParser.d.ts +6 -0
- package/BackOffice/IExtraFileAddedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileAddingArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IExtraFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileListItem.d.ts +7 -0
- package/BackOffice/IFileListOperation.d.ts +5 -0
- package/BackOffice/IFileListWrapper.d.ts +6 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/IFileOpenedArgs.d.ts +4 -0
- package/BackOffice/IFileOpeningArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewedArgs.d.ts +4 -0
- package/BackOffice/IFilePreviewingArgs.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +23 -0
- package/BackOffice/IFileSignUploadedArgs.d.ts +4 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentAddingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletedArgs.d.ts +5 -0
- package/BackOffice/IFileVersionCommentDeletingArgs.d.ts +5 -0
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +4 -0
- package/BackOffice/IFileVersionDownloadingArgs.d.ts +6 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionUploadedArgs.d.ts +6 -0
- package/BackOffice/IFileVersionUploadingArgs.d.ts +5 -0
- package/BackOffice/IFileVisualizedArgs.d.ts +4 -0
- package/BackOffice/IFileVisualizingArgs.d.ts +4 -0
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/IHiddenNode.d.ts +5 -0
- package/BackOffice/ILinkEventArgs.d.ts +5 -0
- package/BackOffice/ILinkItem.d.ts +8 -0
- package/BackOffice/IMainFileAddedArgs.d.ts +4 -0
- package/BackOffice/IMainFileAddingArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletedArgs.d.ts +4 -0
- package/BackOffice/IMainFileDeletingArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatedArgs.d.ts +4 -0
- package/BackOffice/IMainFileNewVersionCreatingArgs.d.ts +4 -0
- package/BackOffice/INewCardLinkDialogProps.d.ts +10 -0
- package/BackOffice/INewCardLinkDialogState.d.ts +10 -0
- package/BackOffice/INumberInfo.d.ts +6 -0
- package/BackOffice/IParametersRequestEventArgs.d.ts +5 -0
- package/BackOffice/IPartnerDataLoadingEventArgs.d.ts +28 -0
- package/BackOffice/IPartnerDirectoryTreeItem.d.ts +12 -0
- package/BackOffice/IPartnerFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IPerformerEventArgs.d.ts +7 -0
- package/BackOffice/IPerformersEventArgs.d.ts +5 -0
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -0
- package/BackOffice/ISelectionEventArgs.d.ts +5 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureCreatedArgs.d.ts +2 -0
- package/BackOffice/ISignatureCreatingArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewedArgs.d.ts +2 -0
- package/BackOffice/ISignatureListViewingArgs.d.ts +2 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/IStaffDataLoadingEventArgs.d.ts +16 -0
- package/BackOffice/IStaffDirectoryItemsDialog.d.ts +5 -0
- package/BackOffice/IStaffDirectoryOptions.d.ts +12 -0
- package/BackOffice/IStaffFilterChangeEventArgs.d.ts +5 -0
- package/BackOffice/IStaffTreeRow.d.ts +4 -0
- package/BackOffice/ITaskCreatingEventArgs.d.ts +5 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskDescriptionDialogManagement.d.ts +6 -0
- package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDescriptionEventArgs.d.ts +6 -0
- package/BackOffice/ITaskDurationDialogManagement.d.ts +9 -0
- package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +6 -0
- package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +5 -0
- package/BackOffice/ITaskIntervalEventArgs.d.ts +8 -0
- package/BackOffice/ITaskListItemProps.d.ts +11 -0
- package/BackOffice/ITaskListItemState.d.ts +4 -0
- package/BackOffice/ITaskListProps.d.ts +16 -0
- package/BackOffice/ITaskListState.d.ts +5 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/ITasksDistributionEventArgs.d.ts +7 -0
- package/BackOffice/ITasksTableModel.d.ts +5 -0
- package/BackOffice/ITasksTableRow.d.ts +11 -0
- package/BackOffice/ITasksTreeColor.d.ts +6 -0
- package/BackOffice/ITasksTreeColorMap.d.ts +5 -0
- package/BackOffice/ITasksTreeContainerProps.d.ts +6 -0
- package/BackOffice/ITasksTreeContainerState.d.ts +23 -0
- package/BackOffice/ITasksTreeEdgeContainer.d.ts +3 -0
- package/BackOffice/ITasksTreeGroup.d.ts +4 -0
- package/BackOffice/ITasksTreeGroupMap.d.ts +5 -0
- package/BackOffice/ITasksTreeNodeContainer.d.ts +13 -0
- package/BackOffice/ITasksTreeNodeResolver.d.ts +28 -0
- package/BackOffice/ITasksTreeNodeResolverMap.d.ts +5 -0
- package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +6 -0
- package/BackOffice/IVisClickParams.d.ts +6 -0
- package/BackOffice/IWebFrameDirectorySearchPanelOptions.d.ts +12 -0
- package/BackOffice/ImageWithDescription.d.ts +11 -0
- package/BackOffice/Index.d.ts +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/SkipDraggingElement.d.ts +6 -0
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +48 -0
- package/BackOffice/StaffDirectory.stories.d.ts +24 -0
- package/BackOffice/StaffDirectoryAreas.d.ts +12 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +34 -0
- package/BackOffice/StaffDirectoryContainer.d.ts +7 -0
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +12 -0
- package/BackOffice/StaffDirectoryHead.d.ts +7 -0
- package/BackOffice/StaffDirectoryInfo.d.ts +16 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +108 -0
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +106 -0
- package/BackOffice/StaffDirectoryLogic.d.ts +349 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +99 -0
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +17 -0
- package/BackOffice/StaffDirectoryView.d.ts +98 -0
- package/BackOffice/StaffTypeaheadVariant.d.ts +17 -0
- package/BackOffice/State.d.ts +31 -0
- package/BackOffice/StateButtons.d.ts +77 -0
- package/BackOffice/StateButtonsImpl.d.ts +58 -0
- package/BackOffice/StateImpl.d.ts +14 -0
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TableDataServiceProvider.d.ts +3 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +29 -0
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +16 -0
- package/BackOffice/TaskChangeExecutionDates.d.ts +4 -0
- package/BackOffice/TaskCommon.d.ts +2 -0
- package/BackOffice/TaskComplete.d.ts +4 -0
- package/BackOffice/TaskDelegate.d.ts +4 -0
- package/BackOffice/TaskDelegationInfo.d.ts +35 -0
- package/BackOffice/TaskGroup.d.ts +6 -0
- package/BackOffice/TaskGroupIntervalModel.d.ts +45 -0
- package/BackOffice/TaskListComponent.d.ts +19 -0
- package/BackOffice/TaskListItemComponent.d.ts +20 -0
- package/BackOffice/TaskReject.d.ts +2 -0
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +34 -0
- package/BackOffice/TaskToRework.d.ts +2 -0
- package/BackOffice/Tasks.d.ts +90 -0
- package/BackOffice/TasksImpl.d.ts +35 -0
- package/BackOffice/TasksTable.d.ts +155 -0
- package/BackOffice/TasksTable.stories.d.ts +21 -0
- package/BackOffice/TasksTableBody.d.ts +5 -0
- package/BackOffice/TasksTableCell.d.ts +27 -0
- package/BackOffice/TasksTableContainer.d.ts +8 -0
- package/BackOffice/TasksTableControlWrapper.d.ts +7 -0
- package/BackOffice/TasksTableCurrentPerformerView.d.ts +8 -0
- package/BackOffice/TasksTableFilterButton.d.ts +8 -0
- package/BackOffice/TasksTableHeaderCell.d.ts +17 -0
- package/BackOffice/TasksTableHeaderRow.d.ts +4 -0
- package/BackOffice/TasksTableHelpBox.d.ts +15 -0
- package/BackOffice/TasksTableIcon.d.ts +21 -0
- package/BackOffice/TasksTableIconButton.d.ts +9 -0
- package/BackOffice/TasksTableLink.d.ts +13 -0
- package/BackOffice/TasksTableLoader.d.ts +2 -0
- package/BackOffice/TasksTableLogic.d.ts +194 -0
- package/BackOffice/TasksTableMessage.d.ts +5 -0
- package/BackOffice/TasksTableRibbon.d.ts +5 -0
- package/BackOffice/TasksTableRibbonButton.d.ts +8 -0
- package/BackOffice/TasksTableRibbonContainer.d.ts +6 -0
- package/BackOffice/TasksTableRow.d.ts +13 -0
- package/BackOffice/TasksTableTable.d.ts +5 -0
- package/BackOffice/TasksTableView.d.ts +89 -0
- package/BackOffice/TasksTree.d.ts +62 -0
- package/BackOffice/TasksTreeContainer.d.ts +53 -0
- package/BackOffice/TasksTreeContainerStyles.d.ts +3 -0
- package/BackOffice/TasksTreeImpl.d.ts +54 -0
- package/BackOffice/TasksTreeNodeResolveService.d.ts +9 -0
- package/BackOffice/TasksTreeRibbon.d.ts +17 -0
- package/BackOffice/TasksTreeUtils.d.ts +9 -0
- package/BackOffice/TasksUtils.d.ts +2 -0
- package/BackOffice/TimeOfPerformance.d.ts +82 -0
- package/BackOffice/TimeOfPerformanceImpl.d.ts +43 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UniquenessCheck.d.ts +26 -0
- package/BackOffice/UniquenessCheckImpl.d.ts +56 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UseDialog.d.ts +3 -0
- package/BackOffice/UserProfile.d.ts +16 -0
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/Utils.d.ts +29 -0
- package/BackOffice/ValidateDeputyUniqueness.d.ts +2 -0
- package/BackOffice/ValueWithDescription.d.ts +11 -0
- package/BackOffice/ViewComment.d.ts +3 -0
- package/BackOffice/ViewDisplayMode.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +50 -0
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +8 -0
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +7 -0
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +53 -0
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +13 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +14 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +6 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +2955 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +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 +85 -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 +101 -0
- package/Platform/DefaultFolderDataLoader.d.ts +10 -0
- package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/DefaultFolderResponseResolver.d.ts +10 -0
- package/Platform/DefaultFolderRouteHandler.d.ts +28 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +21 -0
- package/Platform/DeleteBatchOperation.d.ts +32 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +25 -0
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/DepartmentRowRouteHandler.d.ts +16 -0
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DirectoryViewRouteHandler.d.ts +16 -0
- package/Platform/DirectoryViewRouteHelpers.d.ts +1 -0
- package/Platform/DirectoryViewRouteName.d.ts +1 -0
- package/Platform/DirectoryViewRouteTypeMapper.d.ts +12 -0
- package/Platform/DisableInheritanceModeSelectDialog.d.ts +2 -0
- package/Platform/DisplayStaffUnit.d.ts +31 -0
- package/Platform/DisplayStaffUnitImpl.d.ts +22 -0
- package/Platform/DownloadAllTableFiles.d.ts +39 -0
- package/Platform/DownloadAllTableFilesImpl.d.ts +26 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +39 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +28 -0
- package/Platform/DownloadTableFiles.d.ts +3 -0
- package/Platform/Dropdown.d.ts +57 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +94 -0
- package/Platform/EmployeeStatusService.d.ts +36 -0
- package/Platform/EmptyControlStub.d.ts +26 -0
- package/Platform/EventArgs.d.ts +15 -0
- package/Platform/ExistingBarcodeCardRouteHandler.d.ts +16 -0
- package/Platform/ExistingCardRouteHandler.d.ts +17 -0
- package/Platform/ExistingCardRouteHelpers.d.ts +4 -0
- package/Platform/ExistingCardRouteNames.d.ts +3 -0
- package/Platform/ExistingRowRouteHandler.d.ts +16 -0
- package/Platform/ExistingRowRouteHelpers.d.ts +4 -0
- package/Platform/ExistingRowRouteNames.d.ts +2 -0
- package/Platform/ExportESignButton.d.ts +22 -0
- package/Platform/ExportESignButtonImpl.d.ts +18 -0
- package/Platform/ExportPlugin.d.ts +5 -0
- package/Platform/Favorite.d.ts +25 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +11 -0
- package/Platform/FileDropzone.d.ts +16 -0
- package/Platform/FileExtensions.d.ts +20 -0
- package/Platform/FileInput.d.ts +13 -0
- package/Platform/FilePicker.d.ts +172 -0
- package/Platform/FilePickerImpl.d.ts +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 +47 -0
- package/Platform/FolderDataContextImpl.d.ts +39 -0
- package/Platform/FolderDataLoadingService.d.ts +53 -0
- package/Platform/FolderGrid.d.ts +73 -0
- package/Platform/FolderGrid.stories.d.ts +17 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +16 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +40 -0
- package/Platform/FolderGridService.d.ts +56 -0
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +42 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +25 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +10 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderImpl.d.ts +53 -0
- package/Platform/FolderMainMenuItem.d.ts +145 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +59 -0
- package/Platform/FolderMainMenuItemRouteHandler.d.ts +27 -0
- package/Platform/FolderManagementAdaptiveMenu.d.ts +9 -0
- package/Platform/FolderManagementData.d.ts +46 -0
- package/Platform/FolderManagementDialog.d.ts +24 -0
- package/Platform/FolderName.d.ts +23 -0
- package/Platform/FolderNameImpl.d.ts +16 -0
- package/Platform/FolderOperationManager.d.ts +54 -0
- package/Platform/FolderPageRouteHandler.d.ts +17 -0
- package/Platform/FolderPageRouteHelpers.d.ts +8 -0
- package/Platform/FolderPluginProvider.d.ts +16 -0
- package/Platform/FolderRouteHelpers.d.ts +15 -0
- package/Platform/FolderRouteParameters.d.ts +5 -0
- package/Platform/FolderRouteTypeMapper.d.ts +17 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +14 -0
- package/Platform/FolderTypeItems.d.ts +25 -0
- package/Platform/FolderTypeItems.stories.d.ts +9 -0
- package/Platform/FolderTypeItemsImpl.d.ts +52 -0
- package/Platform/FolderViewItems.d.ts +26 -0
- package/Platform/FolderViewItems.stories.d.ts +9 -0
- package/Platform/FolderViewItemsImpl.d.ts +338 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +21 -0
- package/Platform/FormatFileVersion.d.ts +3 -0
- package/Platform/FormatNumberToCulture.d.ts +8 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetArrayWidth.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/GetFileExtension.d.ts +1 -0
- package/Platform/GetFlagEntry.d.ts +3 -0
- package/Platform/GetFlagState.d.ts +3 -0
- package/Platform/GetInheritanceMode.d.ts +4 -0
- package/Platform/GetSortByRequest.d.ts +3 -0
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/GridFilterItem.d.ts +54 -0
- package/Platform/GridFilterItemImpl.d.ts +21 -0
- package/Platform/GridFilterItems.d.ts +24 -0
- package/Platform/GridFilterItemsImpl.d.ts +10 -0
- package/Platform/GridFilterResetButton.d.ts +31 -0
- package/Platform/GridManagement.d.ts +8 -0
- package/Platform/GridOperationsPanel.d.ts +26 -0
- package/Platform/GridOperationsPanelImpl.d.ts +28 -0
- package/Platform/GridOperationsService.d.ts +13 -0
- package/Platform/GridRowModel.d.ts +31 -0
- package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +25 -0
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +12 -0
- package/Platform/GroupMainMenuItem.d.ts +43 -0
- package/Platform/GroupMainMenuItemImpl.d.ts +21 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/HtmlTag.d.ts +36 -0
- package/Platform/HtmlView.d.ts +73 -0
- package/Platform/IActiveTabChangeEventArgs.d.ts +4 -0
- package/Platform/IAggregates.d.ts +44 -0
- package/Platform/IBarcodeRouteData.d.ts +8 -0
- package/Platform/IComboBoxItem.d.ts +5 -0
- package/Platform/IComboBoxVariant.d.ts +4 -0
- package/Platform/ICommonFolderInfo.d.ts +17 -0
- package/Platform/ICompleteTaskCondition.d.ts +13 -0
- package/Platform/ICustomHtmlPageRouteData.d.ts +6 -0
- package/Platform/IDateFormatColumnData.d.ts +12 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/IDirectoryViewRouteData.d.ts +7 -0
- package/Platform/IExistingCardRouteData.d.ts +10 -0
- package/Platform/IExistingRowRouteData.d.ts +10 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileDownloadEventArgs.d.ts +6 -0
- package/Platform/IFileEventArgs.d.ts +6 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilePicker.d.ts +12 -0
- package/Platform/IFilePickerUploadService.d.ts +18 -0
- package/Platform/IFilePickerValue.d.ts +5 -0
- package/Platform/IFileUploadService.d.ts +16 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderContentState.d.ts +12 -0
- package/Platform/IFolderDataLoader.d.ts +7 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +17 -0
- package/Platform/IFolderLoadRequest.d.ts +11 -0
- package/Platform/IFolderPageRouteData.d.ts +8 -0
- package/Platform/IFolderPluginFactory.d.ts +12 -0
- package/Platform/IFolderRouteData.d.ts +15 -0
- package/Platform/IFolderToCountOptions.d.ts +5 -0
- package/Platform/IFoldersToCountData.d.ts +16 -0
- package/Platform/IGridFilterItemControl.d.ts +17 -0
- package/Platform/ILayoutPageRouteData.d.ts +10 -0
- package/Platform/ILocalCounter.d.ts +10 -0
- package/Platform/INewCardRouteData.d.ts +7 -0
- package/Platform/INewRowRouteData.d.ts +6 -0
- package/Platform/IQueryConditionControl.d.ts +16 -0
- package/Platform/IRecentCardsPageRouteData.d.ts +6 -0
- package/Platform/IRecentCardsRouteData.d.ts +8 -0
- package/Platform/IRowEventArgs.d.ts +3 -0
- package/Platform/IRowInfo.d.ts +8 -0
- package/Platform/ISavingButtonClickEventArgs.d.ts +4 -0
- package/Platform/ISearchResultPageRouteData.d.ts +6 -0
- package/Platform/ISearchRouteData.d.ts +10 -0
- package/Platform/IServerDefinedRouteData.d.ts +12 -0
- package/Platform/ISimpleRouteData.d.ts +12 -0
- package/Platform/ITableOperation.d.ts +5 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/ITableRowModel.d.ts +9 -0
- package/Platform/ITableWrapper.d.ts +6 -0
- package/Platform/IUnreadCountersData.d.ts +10 -0
- package/Platform/IUnreadRowData.d.ts +19 -0
- package/Platform/Image.d.ts +59 -0
- package/Platform/ImageFormat.d.ts +7 -0
- package/Platform/ImageImpl.d.ts +45 -0
- package/Platform/ImageModel.d.ts +6 -0
- package/Platform/ImageSize.d.ts +51 -0
- package/Platform/ImageType.d.ts +7 -0
- package/Platform/ImageUtils.d.ts +1 -0
- package/Platform/InputWithMask.d.ts +18 -0
- package/Platform/Label.d.ts +24 -0
- package/Platform/LabelImpl.d.ts +17 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +33 -0
- package/Platform/LayoutIconButtonImpl.d.ts +21 -0
- package/Platform/LayoutPageMainMenuItem.d.ts +35 -0
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +14 -0
- package/Platform/LayoutPageRouteConstants.d.ts +10 -0
- package/Platform/LayoutPageRouteHandler.d.ts +14 -0
- package/Platform/LayoutPageRouteHelpers.d.ts +6 -0
- package/Platform/LayoutPageRouteTypeMapper.d.ts +11 -0
- package/Platform/LayoutParameters.d.ts +1 -0
- package/Platform/LayoutSearchParametersDialog.d.ts +21 -0
- package/Platform/LinkMainMenuItem.d.ts +36 -0
- package/Platform/LinkMainMenuItemImpl.d.ts +20 -0
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +8 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/LoadExistingFolderDataLoader.d.ts +9 -0
- package/Platform/LoaderDialog.d.ts +20 -0
- package/Platform/LoadingMorePlaceholder.d.ts +5 -0
- package/Platform/MainMenu.d.ts +38 -0
- package/Platform/MainMenuImpl.d.ts +18 -0
- package/Platform/MainMenuPinButton.d.ts +52 -0
- package/Platform/MainMenuRouteHandler.d.ts +11 -0
- package/Platform/MasterGroupMainMenuItem.d.ts +46 -0
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +18 -0
- package/Platform/MoveShortcutBatchOperation.d.ts +28 -0
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +34 -0
- package/Platform/NavigationRoute.d.ts +8 -0
- package/Platform/NewAccessListEntryRow.d.ts +9 -0
- package/Platform/NewAccessListEntryTrusteeSelect.d.ts +9 -0
- package/Platform/NewCardRouteHandler.d.ts +14 -0
- package/Platform/NewCardRouteHelpers.d.ts +3 -0
- package/Platform/NewCardRouteName.d.ts +5 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +15 -0
- package/Platform/NewDepartmentRowRouteHandler.d.ts +14 -0
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewOrganizationRowRouteHandler.d.ts +14 -0
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +12 -0
- package/Platform/NewRowRouteHandler.d.ts +14 -0
- package/Platform/NewRowRouteHelpers.d.ts +2 -0
- package/Platform/NewRowRouteName.d.ts +1 -0
- package/Platform/NewRowRouteTypeMapper.d.ts +15 -0
- package/Platform/NoBatchOperationsMessage.d.ts +22 -0
- package/Platform/NoBatchOperationsMessageImpl.d.ts +18 -0
- package/Platform/Number.d.ts +39 -0
- package/Platform/NumberImpl.d.ts +54 -0
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +11 -0
- package/Platform/OrganizationRowRouteHandler.d.ts +16 -0
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +11 -0
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +8 -0
- package/Platform/Panel.d.ts +58 -0
- package/Platform/PanelImpl.d.ts +31 -0
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/PlatformConstants.d.ts +15 -0
- package/Platform/PlatformExtension.d.ts +15 -0
- package/Platform/PlatformModeConditionTypes.d.ts +5 -0
- package/Platform/PrepareGridOptions.d.ts +3 -0
- package/Platform/PrepareGridViewModel.d.ts +19 -0
- package/Platform/QueryCondition.d.ts +65 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/QueryConditionImpl.d.ts +17 -0
- package/Platform/QueryConditionsTable.d.ts +18 -0
- package/Platform/QueryConditionsTableImpl.d.ts +14 -0
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +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 +30 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +18 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +39 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +18 -0
- package/Platform/RecentCardsRouteHandler.d.ts +20 -0
- package/Platform/RedirectRouteTypeMapper.d.ts +10 -0
- package/Platform/RefreshFoldersTreeButton.d.ts +41 -0
- package/Platform/RefreshPlugin.d.ts +5 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/RemoveTrusteeRow.d.ts +10 -0
- package/Platform/ResetSettings.d.ts +35 -0
- package/Platform/RightMainMenuItemPanel.d.ts +21 -0
- package/Platform/RightMainMenuItemPanelImpl.d.ts +15 -0
- package/Platform/RotateDirection.d.ts +22 -0
- package/Platform/RouteUtils.d.ts +1 -0
- package/Platform/RowContainer.d.ts +23 -0
- package/Platform/RowContainerImpl.d.ts +14 -0
- package/Platform/RowEditRouteTypeMapper.d.ts +14 -0
- package/Platform/RowViewRouteTypeMapper.d.ts +10 -0
- package/Platform/SafariAddressBarFixRouteHandler.d.ts +9 -0
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +9 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +7 -0
- package/Platform/SavingButton.d.ts +4 -0
- package/Platform/SavingButtons.d.ts +56 -0
- package/Platform/SavingButtonsImpl.d.ts +27 -0
- package/Platform/ScanButton.d.ts +28 -0
- package/Platform/ScanButtonImpl.d.ts +26 -0
- package/Platform/ScanDialogService.d.ts +63 -0
- package/Platform/ScanOptions.d.ts +15 -0
- package/Platform/ScanRequest.d.ts +7 -0
- package/Platform/ScanRequestResult.d.ts +5 -0
- package/Platform/ScrollTopBottom.d.ts +11 -0
- package/Platform/ScrollTopBottomButtons.d.ts +10 -0
- package/Platform/ScrollTopBottomLogic.d.ts +32 -0
- package/Platform/ScrollTopBottomPlugin.d.ts +4 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +21 -0
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsItem.d.ts +14 -0
- package/Platform/SearchResultsLoader.d.ts +2 -0
- package/Platform/SearchResultsMainMenuItem.d.ts +24 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +20 -0
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchingResults.d.ts +52 -0
- package/Platform/SearchingResultsImpl.d.ts +33 -0
- package/Platform/SecurityDescriptorDialog.d.ts +66 -0
- package/Platform/SecurityDescriptorDialog.stories.d.ts +10 -0
- package/Platform/SecurityDescriptorDialogLogic.d.ts +65 -0
- package/Platform/SecurityDialogFrame.d.ts +19 -0
- package/Platform/SecurityDialogMessage.d.ts +5 -0
- package/Platform/ServerDefinedRouteHandler.d.ts +21 -0
- package/Platform/ServerDefinedRouteTypeMapper.d.ts +13 -0
- package/Platform/SessionExpiredHandler.d.ts +27 -0
- package/Platform/SetColumnsSettings.d.ts +6 -0
- package/Platform/SettingsPlugin.d.ts +18 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +7 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +75 -0
- package/Platform/SettingsPopupRequestResolver.d.ts +12 -0
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +25 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SimpleRouteHandler.d.ts +14 -0
- package/Platform/SimpleRouteTypeMapper.d.ts +13 -0
- package/Platform/SortingRequestResolver.d.ts +11 -0
- package/Platform/SortingResponseResolver.d.ts +12 -0
- package/Platform/StaffDirectoryCardViewRouteHandler.d.ts +12 -0
- package/Platform/StaffStatusActivateDialog.d.ts +7 -0
- package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +16 -0
- package/Platform/StandardMainMenuContainer.d.ts +15 -0
- package/Platform/StandardMainMenuContainerImpl.d.ts +15 -0
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/Tab.d.ts +72 -0
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TabImpl.d.ts +45 -0
- package/Platform/TabPage.d.ts +21 -0
- package/Platform/TabPageImpl.d.ts +15 -0
- package/Platform/TabPageInfo.d.ts +11 -0
- package/Platform/Table.d.ts +157 -0
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellDateFormattedPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableColumn.d.ts +19 -0
- package/Platform/TableColumnImpl.d.ts +21 -0
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TableColumnWrapper.d.ts +22 -0
- package/Platform/TableCreateRowWindow.d.ts +4 -0
- package/Platform/TableDataRequestOptions.d.ts +5 -0
- package/Platform/TableEditRowWindow.d.ts +4 -0
- package/Platform/TableFileDropzone.d.ts +15 -0
- package/Platform/TableFileInput.d.ts +11 -0
- package/Platform/TableImpl.d.ts +86 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +8 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/TableRowColorResponseResolver.d.ts +10 -0
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableRowsSelectionModel.d.ts +4 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +29 -0
- package/Platform/TextArea.d.ts +43 -0
- package/Platform/TextAreaAutosize.d.ts +6 -0
- package/Platform/TextAreaImpl.d.ts +56 -0
- package/Platform/TextBox.d.ts +22 -0
- package/Platform/TextBox.stories.d.ts +10 -0
- package/Platform/TextBoxImpl.d.ts +21 -0
- package/Platform/TextControlBase.d.ts +20 -0
- package/Platform/TextControlBaseImpl.d.ts +23 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/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,1509 @@
|
|
|
1
|
+
export declare let resourcesStub: {
|
|
2
|
+
QueryCondition_ValueNotSpecified: string;
|
|
3
|
+
TasksTree_CollapseAll: string;
|
|
4
|
+
ProblemLoadingExtension: string;
|
|
5
|
+
Grid_DeleteShortcutBatchConfirmation: string;
|
|
6
|
+
Field_Name: string;
|
|
7
|
+
Field_Date: string;
|
|
8
|
+
Links_LinkTypeAndCardKindRequired: string;
|
|
9
|
+
DialogSign_SignWithoutLabel: string;
|
|
10
|
+
CardLink_SelectCard: string;
|
|
11
|
+
AgreementManagement_CloseButton: string;
|
|
12
|
+
Error_InvalidSearchQuery: string;
|
|
13
|
+
Grid_ColumnName: string;
|
|
14
|
+
ContextMenu_CreateDepartment: string;
|
|
15
|
+
NoSearchVariants: string;
|
|
16
|
+
FilePanelRazorControl_FilesLoading: string;
|
|
17
|
+
FileSize_SizeInKb: string;
|
|
18
|
+
FileSize_SizeInMb: string;
|
|
19
|
+
FileSize_SizeInGb: string;
|
|
20
|
+
Navigator_ErrorPageTitle: string;
|
|
21
|
+
Links_ColumnsConfigDialogTitle: string;
|
|
22
|
+
AgreementButton_Sign: string;
|
|
23
|
+
KindsNotAvailable: string;
|
|
24
|
+
Grid_ContextMenu_Filter: string;
|
|
25
|
+
Staff_PositionTab: string;
|
|
26
|
+
UnknownCardType: string;
|
|
27
|
+
DocumentManagement_Amendment: string;
|
|
28
|
+
Grid_MoveCardsButtonHeader: string;
|
|
29
|
+
Staff_GoToGroup: string;
|
|
30
|
+
Grid_BatchOperationDialogDescription: string;
|
|
31
|
+
Button_Cancel: string;
|
|
32
|
+
LayoutsBootstrapper_LeavePageWithUnsavedChanges: string;
|
|
33
|
+
Button_Create: string;
|
|
34
|
+
Request_Error: string;
|
|
35
|
+
MainMenuPinButton_Pin: string;
|
|
36
|
+
Grid_NoOperationsAvailable: string;
|
|
37
|
+
StaffDirectory_StaffInRoot_Organization: string;
|
|
38
|
+
ContextMenuCustom_Refresh: string;
|
|
39
|
+
TasksTable_ShowFinishedFilter: string;
|
|
40
|
+
FolderManagementDialog_View: string;
|
|
41
|
+
FolderManagementDialog_Type: string;
|
|
42
|
+
FolderManagementDialog_Edit: string;
|
|
43
|
+
FolderManagementDialog_Name: string;
|
|
44
|
+
StaffDirectory_StaffInRoot_Position: string;
|
|
45
|
+
Department_NextSearchResult: string;
|
|
46
|
+
StaffDirectory_CreateEmployee_ValidateAccountConfirmation: string;
|
|
47
|
+
DocumentManagement_TerminationEndDate: string;
|
|
48
|
+
ErrorPage_FriendlyHeader: string;
|
|
49
|
+
Tooltip_AddNewFile: string;
|
|
50
|
+
CommentFile_SelectFile: string;
|
|
51
|
+
Button_AddAdditionalFileShort: string;
|
|
52
|
+
SecurityDialog_Deny: string;
|
|
53
|
+
SecurityDialog_None: string;
|
|
54
|
+
DialogHeader_ViewEmployee: string;
|
|
55
|
+
Grouping_PagedSecurityNotification: string;
|
|
56
|
+
DownloadAllTableFiles_DefaultTip: string;
|
|
57
|
+
AddressControl_City: string;
|
|
58
|
+
Grid_ColumnEndDateNotSpecified: string;
|
|
59
|
+
Error_CardNotOpened: string;
|
|
60
|
+
TaskOperation_Delegate: string;
|
|
61
|
+
Staff_InfoTab: string;
|
|
62
|
+
Dialog_EnterUrlAddress: string;
|
|
63
|
+
Button_AddMainFileShort: string;
|
|
64
|
+
TasksTable_NoAccess: string;
|
|
65
|
+
Field_LinkType: string;
|
|
66
|
+
Grid_DeleteShortcutButtonHeader: string;
|
|
67
|
+
Links_Info_AuthorLabel: string;
|
|
68
|
+
AddFileToTable_DefaultTip: string;
|
|
69
|
+
Grid_InvalidView: string;
|
|
70
|
+
TasksTree_UndefinedNode: string;
|
|
71
|
+
TaskAgreedReject_Comments: string;
|
|
72
|
+
Button_AddDocument: string;
|
|
73
|
+
FileList_IncorrectName: string;
|
|
74
|
+
FilterSidePanel_Accept: string;
|
|
75
|
+
Links_NewCardDialog_Title: string;
|
|
76
|
+
AgreementManagement_ApprovalTypeConsolidation: string;
|
|
77
|
+
MainMenu_Configuration_RestoreElements: string;
|
|
78
|
+
Numerator_GenerateNewNumberTooltip: string;
|
|
79
|
+
AgreementList_Caption: string;
|
|
80
|
+
AgreementList_ColumnComment: string;
|
|
81
|
+
Checkbox_False: string;
|
|
82
|
+
AgreementStateText_OnAgreement: string;
|
|
83
|
+
AgreementManagement_DurationPerStage: string;
|
|
84
|
+
Partner_DirectorySearchToggle_EnableDepartment: string;
|
|
85
|
+
Sign_Certificate_ExpiryDate: string;
|
|
86
|
+
Button_AddAdditionalFile: string;
|
|
87
|
+
DelegationLabel_Tooltip: string;
|
|
88
|
+
History_ViewHistoryForbidden: string;
|
|
89
|
+
DialogSignViewList: string;
|
|
90
|
+
ContextMenu_CreateOrganization: string;
|
|
91
|
+
Partner_INN: string;
|
|
92
|
+
Warning_OpenFileReadonly: string;
|
|
93
|
+
FilterSidePanel_Cancel: string;
|
|
94
|
+
AgreementManagement_InterruptStageButton: string;
|
|
95
|
+
Dialog_SearchParameters_Reset: string;
|
|
96
|
+
GridFilter_Documents: string;
|
|
97
|
+
FilePicker_AuthorHeader: string;
|
|
98
|
+
AddressControl_ZipCode: string;
|
|
99
|
+
CreateRootLayoutDialogHeader_Organization: string;
|
|
100
|
+
Delete: string;
|
|
101
|
+
FileList_DropZone_MainFilesText: string;
|
|
102
|
+
FileListControl_AddMainFileText: string;
|
|
103
|
+
UnreadCounter_GridDataOutdated: string;
|
|
104
|
+
SearchResults_NoSearchMessage: string;
|
|
105
|
+
FilePanel_Sign_State_Invalid: string;
|
|
106
|
+
Dialog_ConfirmDeleteComment: string;
|
|
107
|
+
FolderSettings_DetachFolders_ConfirmMessage: string;
|
|
108
|
+
FilePanel_Sign_ValidationState: string;
|
|
109
|
+
Navigator_BuildVersion: string;
|
|
110
|
+
SecurityDialog_EnableInheritance: string;
|
|
111
|
+
TasksTable_ShowOverdueFilter: string;
|
|
112
|
+
FileListControl_Header: string;
|
|
113
|
+
FilePanel_Sign_SignDetailsHeader: string;
|
|
114
|
+
Button_Tooltip_FolderNotSupported: string;
|
|
115
|
+
Dashboard_More: string;
|
|
116
|
+
UniquenessCheck_Cancel: string;
|
|
117
|
+
StaffEmployeeStatus_Sick: string;
|
|
118
|
+
Error_DefaultLocaleIsNotExists: string;
|
|
119
|
+
Error_DeputyAlreadyExists: string;
|
|
120
|
+
FileHeader_FileAdditionalTitle: string;
|
|
121
|
+
Partner_Name: string;
|
|
122
|
+
EmployeeLastNameColumn: string;
|
|
123
|
+
Links_InfoPopover_AddDescription: string;
|
|
124
|
+
Dialog_ConfirmLogout: string;
|
|
125
|
+
History_ColumnDate: string;
|
|
126
|
+
TaskOperation_StopExecution: string;
|
|
127
|
+
Staff_Remove: string;
|
|
128
|
+
AgreementManagement_OperationKind_Resume: string;
|
|
129
|
+
SecurityDialog_DisableInheritance_Remove: string;
|
|
130
|
+
DelegateEvent_Returned: string;
|
|
131
|
+
Grid_SettingsApply: string;
|
|
132
|
+
History_NoRecords: string;
|
|
133
|
+
MainMenu_Configuration_Configure: string;
|
|
134
|
+
FolderManagement_AddSubfolder_Title: string;
|
|
135
|
+
AcquaintanceManagement_Header: string;
|
|
136
|
+
FolderManagement_ViewSettings: string;
|
|
137
|
+
Error_ManagerHimself: string;
|
|
138
|
+
AgreementManagement_ApprovalTypeParallel: string;
|
|
139
|
+
Dialog_Information: string;
|
|
140
|
+
DocumentManagement_Prolongation: string;
|
|
141
|
+
Error_InternalServerError: string;
|
|
142
|
+
Grouping_PagedSecurityConfirmation: string;
|
|
143
|
+
ErrorPage_FriendlyMessage: string;
|
|
144
|
+
FolderManagement_EditSettings_Title: string;
|
|
145
|
+
Button_AddReport: string;
|
|
146
|
+
TaskCard_DelegateCommentField: string;
|
|
147
|
+
FileOperation_Delete: string;
|
|
148
|
+
StaffDirectory_TreeAddButtons_AddPosition: string;
|
|
149
|
+
Error_WebClientExtensionExist: string;
|
|
150
|
+
Grid_ContextMenu_Group: string;
|
|
151
|
+
Directory_SearchInDirectory: string;
|
|
152
|
+
AgreementList_ColumnDepartment: string;
|
|
153
|
+
DocumentManagement_DatesError: string;
|
|
154
|
+
Files_Header_Version: string;
|
|
155
|
+
CanNotReceiveRecentCardsFolder: string;
|
|
156
|
+
TasksTree_TaskGroupHelpHeader: string;
|
|
157
|
+
Navigator_AttachFolder: string;
|
|
158
|
+
Login_UserName: string;
|
|
159
|
+
AcquaintanceManagement_PastDateMessage: string;
|
|
160
|
+
GridFilter_Filter: string;
|
|
161
|
+
FileOperation_ViewWithSignature: string;
|
|
162
|
+
FilePicker_Replace: string;
|
|
163
|
+
Error_UserNotRegisteredAsEmployee: string;
|
|
164
|
+
Partner_DirectorySearchPlaceholderDepartment: string;
|
|
165
|
+
Comments_Restore: string;
|
|
166
|
+
TasksTree_TaskHintHeaderTemplate: string;
|
|
167
|
+
Navigator_ButtonSelect: string;
|
|
168
|
+
StaffDirectory_ShowAllLabel: string;
|
|
169
|
+
EmployeeInitialsColumn: string;
|
|
170
|
+
DocumentManagement_TerminationReason: string;
|
|
171
|
+
Error_AccessDenied: string;
|
|
172
|
+
AddCardModal_NoTemplates: string;
|
|
173
|
+
DocumentId: string;
|
|
174
|
+
Button_Withdraw: string;
|
|
175
|
+
Error_CardIsLocked: string;
|
|
176
|
+
UniquenessCheck_CardAuthor: string;
|
|
177
|
+
StaffDirectory_TreeAddButtons_Create: string;
|
|
178
|
+
TasksTree_ShowBranch: string;
|
|
179
|
+
Navigator_MyFolders: string;
|
|
180
|
+
Comments_EditDelete: string;
|
|
181
|
+
TasksTree_TaskHelpDelegationItemTemplate: string;
|
|
182
|
+
DisplayPerformers_AccessDenied: string;
|
|
183
|
+
Partner_Organisation: string;
|
|
184
|
+
Navigator_CSP_Download: string;
|
|
185
|
+
UniquenessCheck_CardCell: string;
|
|
186
|
+
AgreementManagement_SendButton: string;
|
|
187
|
+
ChildTasksPerforming_CommentFile: string;
|
|
188
|
+
StaffEmployeeStatus_BusinessTrip: string;
|
|
189
|
+
Search_CurrentFolder: string;
|
|
190
|
+
LayoutControl_EditModeNotSupported: string;
|
|
191
|
+
ApprovalHistory_Corrections: string;
|
|
192
|
+
FolderManagement_AddSubfolder: string;
|
|
193
|
+
FileHeader_FileVersion: string;
|
|
194
|
+
Comment_ValidationNotEmpty: string;
|
|
195
|
+
StaffDirectory_EmployeeInitialsColumn: string;
|
|
196
|
+
StaffDirectory_Dialog_Selected: string;
|
|
197
|
+
Error_InvalidBarcode: string;
|
|
198
|
+
ImportESign_CommonError: string;
|
|
199
|
+
Navigator_RecentCards: string;
|
|
200
|
+
Navigator_Favorites: string;
|
|
201
|
+
FilePanel_SignButton_ValidateSigns: string;
|
|
202
|
+
PrintButton_NoTemplates: string;
|
|
203
|
+
Navigator_CSP_Plugin_NotDetected: string;
|
|
204
|
+
GridFilter_Tooltip_No: string;
|
|
205
|
+
FolderManagementDialog_Highlight_Unread: string;
|
|
206
|
+
DelegateEvent_TakenInWork: string;
|
|
207
|
+
StaffDirectory_TreeAddButtons_CreateDepartment: string;
|
|
208
|
+
Grid_BatchOperationDialogStopButton: string;
|
|
209
|
+
Partner_MiddleName: string;
|
|
210
|
+
SecurityAppliesTo_ChildContainerOnly: string;
|
|
211
|
+
Information_HaveNoValidSignature: string;
|
|
212
|
+
FilterSidePanel_Header: string;
|
|
213
|
+
Directory_LastName: string;
|
|
214
|
+
WebFrameRootNotFound: string;
|
|
215
|
+
ScanDialog_InfoSuccess: string;
|
|
216
|
+
UniquenessCheck_Header: string;
|
|
217
|
+
Error_FolderAccessDenied: string;
|
|
218
|
+
NotFoundDescription: string;
|
|
219
|
+
Staff_OrganizationTab: string;
|
|
220
|
+
ScanDialog_OnePageScanButton: string;
|
|
221
|
+
Navigator_ButtonSelectFolder: string;
|
|
222
|
+
MainLoadingText: string;
|
|
223
|
+
Panel_DocumentChildSection: string;
|
|
224
|
+
BaseControl_RenderOverrideError: string;
|
|
225
|
+
NoLabel: string;
|
|
226
|
+
Grid_SettingsRowsWrap: string;
|
|
227
|
+
TasksTree_TaskOverdue: string;
|
|
228
|
+
Error_FileIsLocked: string;
|
|
229
|
+
FileUpload_CheckboxLabel: string;
|
|
230
|
+
Department_NoChildren: string;
|
|
231
|
+
Comment_Send: string;
|
|
232
|
+
GridFilter_ResetAll: string;
|
|
233
|
+
Error_OperationAccessDenied: string;
|
|
234
|
+
Button_AddMainFile: string;
|
|
235
|
+
Button_AddLink: string;
|
|
236
|
+
Button_AddFile: string;
|
|
237
|
+
ChildTasksPerforming_SelectAllMobile: string;
|
|
238
|
+
StaffDirectory_EditSectionHeader: string;
|
|
239
|
+
Navigator_FolderRestoreSettings_Tooltip: string;
|
|
240
|
+
AcquaintanceManagement_ConsiderationDatePlaceholder: string;
|
|
241
|
+
DigestColumn_CreationDateTime: string;
|
|
242
|
+
FolderManagementDialog_Create_AccessError: string;
|
|
243
|
+
GridFilter_TaskInWork: string;
|
|
244
|
+
FilePanel_NoMainFiles: string;
|
|
245
|
+
Tooltip_AddNewUrl: string;
|
|
246
|
+
Partner_LastName: string;
|
|
247
|
+
Navigator_CSP_Plugin_Version: string;
|
|
248
|
+
Error_APIEvents_SpecifiedFunctionNotFound: string;
|
|
249
|
+
FileHeader_FileVersionTitle: string;
|
|
250
|
+
Comments_EditComment: string;
|
|
251
|
+
CardKindConverter_LoadingError: string;
|
|
252
|
+
ContextMenu_CreatePosition: string;
|
|
253
|
+
GroupTaskPerformers_SeparateTasks: string;
|
|
254
|
+
TasksTree_ControlDate: string;
|
|
255
|
+
Links_Columns_CommandButton: string;
|
|
256
|
+
Error_FileUploadNotSupported: string;
|
|
257
|
+
DateTimePicker_MinDateMessage: string;
|
|
258
|
+
FilePanel_SignButton_SignAll: string;
|
|
259
|
+
TasksTable_Delete: string;
|
|
260
|
+
Numerator_SaveCardRequest: string;
|
|
261
|
+
Error_EmptyParameters: string;
|
|
262
|
+
Sidebar_MobileVersion: string;
|
|
263
|
+
Button_RecentSearch: string;
|
|
264
|
+
Search_JobTitle: string;
|
|
265
|
+
ValueYes: string;
|
|
266
|
+
SelectExistingCardDialog_FolderMode: string;
|
|
267
|
+
Comment_Cancel: string;
|
|
268
|
+
Dashboard_Recent: string;
|
|
269
|
+
Sign_Certificate_Issue: string;
|
|
270
|
+
Grid_ContextMenu_CopyTextCell: string;
|
|
271
|
+
DisplayPerformers_ColumnEvent: string;
|
|
272
|
+
AgreementManagement_NoTemplatesStartedWithoutFiles: string;
|
|
273
|
+
DigestColumn_CardTypeID: string;
|
|
274
|
+
TasksTree_ResponsibleSuffix: string;
|
|
275
|
+
Table_RemoveRowRequest: string;
|
|
276
|
+
FileListControl_DragDropPlaceholder: string;
|
|
277
|
+
RequestManager_Error_ServerNotRespond: string;
|
|
278
|
+
FolderManagement_RemoveFolder_Confirmation: string;
|
|
279
|
+
TasksTable_ShowUnfinishedFilter: string;
|
|
280
|
+
CardManagement_TooltipRefreshCard: string;
|
|
281
|
+
ApprovalHistory_Stage: string;
|
|
282
|
+
Grid_DelegateOperation: string;
|
|
283
|
+
FilePanel_Sign_State_ConditionallyValid: string;
|
|
284
|
+
Partner_DirectoryWelcome: string;
|
|
285
|
+
AgreementButton_Agreed: string;
|
|
286
|
+
CreateLayoutDialogHeader_Group: string;
|
|
287
|
+
CommentFile_Upload: string;
|
|
288
|
+
EmptyStartAndEndDateWarning: string;
|
|
289
|
+
DigestColumn_ChangeDateTime: string;
|
|
290
|
+
ClearBrowserData: string;
|
|
291
|
+
StaffDirectory_Header: string;
|
|
292
|
+
Grouping_ShowMore: string;
|
|
293
|
+
RemoveFromGroup: string;
|
|
294
|
+
Grid_ReadAll: string;
|
|
295
|
+
Grid_Refresh: string;
|
|
296
|
+
Router_InvalidGuid: string;
|
|
297
|
+
Grid_ResetSettings: string;
|
|
298
|
+
FolderManagement_AccessRights: string;
|
|
299
|
+
FileOperation_Unlock: string;
|
|
300
|
+
Search_OrganizationName_TIN: string;
|
|
301
|
+
TaskOperation_Complete: string;
|
|
302
|
+
API_InvalidTabPage: string;
|
|
303
|
+
ContextMenu_CreateGroup: string;
|
|
304
|
+
DirectorySearch_Counter_Text: string;
|
|
305
|
+
StaffEmployeeStatus_Absent: string;
|
|
306
|
+
About_ThirdParty_Header: string;
|
|
307
|
+
StaffEmployeeStatus_Active: string;
|
|
308
|
+
FileList_FileAlreadyExists: string;
|
|
309
|
+
AgreementManagement_ApproverListIsEmpty: string;
|
|
310
|
+
AddCardModal_LoadingTemplates: string;
|
|
311
|
+
ScanDialog_LabelScanOptions: string;
|
|
312
|
+
DisplayPerformers_ColumnDate: string;
|
|
313
|
+
TaskDelegationInfo_ReturnedBy: string;
|
|
314
|
+
FileHeader_FileMainTitle: string;
|
|
315
|
+
Search_Placeholder_CurrentFolderAndSubFolders: string;
|
|
316
|
+
Table_EditRow: string;
|
|
317
|
+
Partner_GoToOrganisation: string;
|
|
318
|
+
SecurityDialog_UserOrGroup: string;
|
|
319
|
+
FileOperation_Rename: string;
|
|
320
|
+
Grid_CopyCardsButtonHeader: string;
|
|
321
|
+
WrongStartDateOfDatesWarning: string;
|
|
322
|
+
AgreementManagement_SaveButton: string;
|
|
323
|
+
ApprovalHistory_Approver: string;
|
|
324
|
+
ChildTasksPerforming_Performer: string;
|
|
325
|
+
CardLink_Menu_OpenCard: string;
|
|
326
|
+
Partner_RootFilterLabel: string;
|
|
327
|
+
SecurityDialog_NoAccess: string;
|
|
328
|
+
History_ShowMore: string;
|
|
329
|
+
Staff_GoToRole: string;
|
|
330
|
+
Login_Password: string;
|
|
331
|
+
Grid_DeleteShortcutBatchOperationName: string;
|
|
332
|
+
DisplayPerformers_ColumnInitiator: string;
|
|
333
|
+
SecurityDialog_NoAccessToView: string;
|
|
334
|
+
Department_SearchPlaceholder: string;
|
|
335
|
+
Request_Unauthorized_Error: string;
|
|
336
|
+
Links_NewCardDialog_CardKind: string;
|
|
337
|
+
CommentFile_Remove: string;
|
|
338
|
+
DocumentName: string;
|
|
339
|
+
DeleteConfirmation: string;
|
|
340
|
+
MixStylesControl: string;
|
|
341
|
+
TaskDelegationInfo_DelegatedTo: string;
|
|
342
|
+
FilePicker_CreationDateHeader: string;
|
|
343
|
+
TaskHeader_RejectTask: string;
|
|
344
|
+
TasksTree_LoadCurrentTaskTree: string;
|
|
345
|
+
Partner_GoToDepartment: string;
|
|
346
|
+
DialogHeader_EditEmployee: string;
|
|
347
|
+
ExportESignButton_Title: string;
|
|
348
|
+
StaffDirectory_InfoInRoot_Group: string;
|
|
349
|
+
Error_DataValidationError: string;
|
|
350
|
+
SecurityDialog_DisableInheritancePreserveQuestionHeader: string;
|
|
351
|
+
TasksTable_ButtonText: string;
|
|
352
|
+
CardLink_Menu_ViewFile: string;
|
|
353
|
+
InfoLayoutDialogHeader: string;
|
|
354
|
+
Error_UserSessionExpired: string;
|
|
355
|
+
ChildTasksPerforming_DialogHeader: string;
|
|
356
|
+
FilePicker_VersionHeader: string;
|
|
357
|
+
Comments_Dialog_Title: string;
|
|
358
|
+
Dialog_SearchParametersTitle: string;
|
|
359
|
+
TasksTree_ModalClose: string;
|
|
360
|
+
SelectFromDirectoryHeader: string;
|
|
361
|
+
ScanButton_Upload: string;
|
|
362
|
+
DisplayPerformers_ColumnComment: string;
|
|
363
|
+
Directory_FirstName: string;
|
|
364
|
+
Navigator_Progress: string;
|
|
365
|
+
TasksTree_ModalTitle: string;
|
|
366
|
+
AddressControl_Address: string;
|
|
367
|
+
CardManagement_TooltipEditCard: string;
|
|
368
|
+
ApprovalHistory_Date: string;
|
|
369
|
+
Grid_ExportInExcel_Tooltip: string;
|
|
370
|
+
Table_AddRow: string;
|
|
371
|
+
Partner_DirectorySearchToggle_EnableEmployee: string;
|
|
372
|
+
ApprovalHistory_ApprovalCycles: string;
|
|
373
|
+
Navigator_Preview_Scale_On: string;
|
|
374
|
+
Error_InsufficientAccessRights: string;
|
|
375
|
+
Grid_SettingUpGrid: string;
|
|
376
|
+
Error_ApplicationNotInitialized: string;
|
|
377
|
+
Search_Area: string;
|
|
378
|
+
Navigator_Error_PageRefresh: string;
|
|
379
|
+
FilePreview_AttachFile: string;
|
|
380
|
+
DownloadDVWebTool: string;
|
|
381
|
+
Tooltip_FilePanel_AddAdditionalFile: string;
|
|
382
|
+
Search_CurrentFolderAndSubFolders: string;
|
|
383
|
+
ApprovalTaskCardFilePanelRazorControlResolver_ReconciliationError: string;
|
|
384
|
+
Error_HtmlValidation: string;
|
|
385
|
+
FileOperation_Replace: string;
|
|
386
|
+
AgreementStateText_OnSign: string;
|
|
387
|
+
Navigator_SelectFolder: string;
|
|
388
|
+
Button_Clear: string;
|
|
389
|
+
Button_Close: string;
|
|
390
|
+
ExtensionError: string;
|
|
391
|
+
Navigator_Dashboard: string;
|
|
392
|
+
OldStyleControl: string;
|
|
393
|
+
AcquaintanceManagement_CancelButton: string;
|
|
394
|
+
Checkbox_True: string;
|
|
395
|
+
DirectorySearch_Filter_Case: string;
|
|
396
|
+
DirectorySearch_Filter_Unit: string;
|
|
397
|
+
MainMenu_Configuration_HideElements: string;
|
|
398
|
+
ScanDialog_ColorMode: string;
|
|
399
|
+
SecurityAppliesTo_ThisObjectChildContainer: string;
|
|
400
|
+
FileOperation_Open_For_Edit: string;
|
|
401
|
+
FileOperation_Open_For_View: string;
|
|
402
|
+
DigestColumn_InstanceID: string;
|
|
403
|
+
Navigator_FileUploadSizeNotAllowed: string;
|
|
404
|
+
FileUpload_DropZone: string;
|
|
405
|
+
AgreementList_Title: string;
|
|
406
|
+
ChildTasksPerforming_NoComments: string;
|
|
407
|
+
Table_NoRows: string;
|
|
408
|
+
Login_SignIn: string;
|
|
409
|
+
UnlockCardsForAutoconsolidation: string;
|
|
410
|
+
Navigator_Profile: string;
|
|
411
|
+
Grid_CloseWindowOperationConfirmation: string;
|
|
412
|
+
ScanDialog_InfoScanProcess: string;
|
|
413
|
+
FilePanel_Sign_State_PartiallyValid: string;
|
|
414
|
+
ScanDialog_InfoScanPrepare: string;
|
|
415
|
+
Grid_MoveShortcutBatchOperationName: string;
|
|
416
|
+
Error_FilterParametersInvalid: string;
|
|
417
|
+
Grid_ForbiddenView: string;
|
|
418
|
+
AddCardModal_SelectTemplate: string;
|
|
419
|
+
Controls_NumberDefaultName: string;
|
|
420
|
+
Dialog_SearchParameters_EnableAll: string;
|
|
421
|
+
SessionDisposedNotification: string;
|
|
422
|
+
ApprovalHistory_ButtonClose: string;
|
|
423
|
+
Department_PrevSearchResult: string;
|
|
424
|
+
Navigator_CSP_Plugin_Info: string;
|
|
425
|
+
TaskCard_DelegateToField: string;
|
|
426
|
+
Links_Header_Kind: string;
|
|
427
|
+
Grid_GoToPage: string;
|
|
428
|
+
Links_Header_Name: string;
|
|
429
|
+
Links_Header_Type: string;
|
|
430
|
+
ApprovalCardHistoryWidget_WaitingForDecision: string;
|
|
431
|
+
History_ColumnEmployee: string;
|
|
432
|
+
Table_RemoveRow: string;
|
|
433
|
+
EmployeePositionColumn: string;
|
|
434
|
+
StateButtons_CompleteOperationDialog: string;
|
|
435
|
+
SecurityAppliesTo_ChildContainerAndNonContainerOnly: string;
|
|
436
|
+
Dialog_Yes: string;
|
|
437
|
+
Links_Menu_DeleteLink: string;
|
|
438
|
+
Links_Menu_DeleteFile: string;
|
|
439
|
+
DateTimePicker_InvalidLabel: string;
|
|
440
|
+
Partner_SelectFromDirectory: string;
|
|
441
|
+
FolderManagementDialog_FolderView: string;
|
|
442
|
+
StaffEmployeeStatus_DischargedNoRestoration: string;
|
|
443
|
+
DocumentManagement_TerminationHeader: string;
|
|
444
|
+
ErrServer404: string;
|
|
445
|
+
Department_RootFilterLabelStaff: string;
|
|
446
|
+
Tooltip_FilePanel_AddMainFile: string;
|
|
447
|
+
InvalidCardId: string;
|
|
448
|
+
Links_NoFileSupportsPreview: string;
|
|
449
|
+
DocumentManagement_ConcludedError_AgreementDate: string;
|
|
450
|
+
DialogSign_SelectLabelText: string;
|
|
451
|
+
Button_Back_WitoutSave_Tooltip: string;
|
|
452
|
+
TasksTree_OnControl: string;
|
|
453
|
+
FilePreview_Title: string;
|
|
454
|
+
ApprovalHistory_Decision: string;
|
|
455
|
+
ApprovalHistory_DateOfDecision: string;
|
|
456
|
+
Search_EveryWhere: string;
|
|
457
|
+
Grid_ContextMenu_Open: string;
|
|
458
|
+
FolderManagement_RemoveFolder_Title: string;
|
|
459
|
+
Controls_ControlIsNotInLayoutAndNoCardIdSpecified: string;
|
|
460
|
+
CardManagement_TooltipDeleteCard: string;
|
|
461
|
+
MainMenu_Configuration_Cancel: string;
|
|
462
|
+
FileList_DropZone_SignaturesText: string;
|
|
463
|
+
ContextMenuCustom_OpenNewWindow: string;
|
|
464
|
+
Navigator_ButtonClose: string;
|
|
465
|
+
Navigator_About: string;
|
|
466
|
+
Error_Links_NoAllowedCreateKindsConfiguredInControl: string;
|
|
467
|
+
ScanDialog_LabelScannerSettings: string;
|
|
468
|
+
Dialog_Ok: string;
|
|
469
|
+
Dialog_No: string;
|
|
470
|
+
Navigator_Title: string;
|
|
471
|
+
FileOperation_Download: string;
|
|
472
|
+
ScanDialog_MultiplePagesScanButton: string;
|
|
473
|
+
CreateLayoutDialogHeader_Organization: string;
|
|
474
|
+
LayoutsBootstrapper_ChangeStaffEmployeeStatus: string;
|
|
475
|
+
API_InvalidColumn: string;
|
|
476
|
+
Search_Folder: string;
|
|
477
|
+
Links_Menu_FollowLink: string;
|
|
478
|
+
FileOperation_Open_Cancel: string;
|
|
479
|
+
TaskOperation_SendToModification: string;
|
|
480
|
+
ChildTasksPerforming_Comment: string;
|
|
481
|
+
Staff_EmployeeTab: string;
|
|
482
|
+
FolderManagement_AccessRights_Title: string;
|
|
483
|
+
SecurityAppliesTo: string;
|
|
484
|
+
Partner_FirstName: string;
|
|
485
|
+
Navigator_FolderSettings: string;
|
|
486
|
+
Controls_AgreementListButtonText: string;
|
|
487
|
+
Files_Header_Name: string;
|
|
488
|
+
Files_Header_Size: string;
|
|
489
|
+
TasksTree_EndDate: string;
|
|
490
|
+
Search_GroupName: string;
|
|
491
|
+
Panel_NoParentTask: string;
|
|
492
|
+
Grid_SettingsView: string;
|
|
493
|
+
Grid_SettingsRows: string;
|
|
494
|
+
DocumentCard_CreateFromTemplate: string;
|
|
495
|
+
Error_ReflectionTypeLoad: string;
|
|
496
|
+
FolderSettings_SelectFoldersToDetach: string;
|
|
497
|
+
Barcode_ConfirmClear: string;
|
|
498
|
+
Comments_AddComment: string;
|
|
499
|
+
ScanDialog_InfoError: string;
|
|
500
|
+
Grid_ReadOperation: string;
|
|
501
|
+
Links_ColumnsConfigDialog_Reset: string;
|
|
502
|
+
TasksTree_LoadFullTree: string;
|
|
503
|
+
FilePreview_ViewIsUnavailable: string;
|
|
504
|
+
DialogSign_SelectCertificateText: string;
|
|
505
|
+
FolderNone: string;
|
|
506
|
+
ServerErrorTitle: string;
|
|
507
|
+
Panel_DocumentsHeader: string;
|
|
508
|
+
Error_LayoutServiceShouldHaveFactory: string;
|
|
509
|
+
SecurityAppliesTo_ThisObjectChildNonContainer: string;
|
|
510
|
+
Error_FileNameNotMatch: string;
|
|
511
|
+
Grid_TotalCards: string;
|
|
512
|
+
ChildTasksPerforming_SelectAll: string;
|
|
513
|
+
ContextMenu_Cut: string;
|
|
514
|
+
AgreementManagement_ApprovalTypeAlternative: string;
|
|
515
|
+
Grid_TotalShown: string;
|
|
516
|
+
EmptyEndDateWarning: string;
|
|
517
|
+
GroupTask_Calendar_ClearButton: string;
|
|
518
|
+
FilePanel_Sign_Certificate_Type: string;
|
|
519
|
+
SecurityDialog_DisableInheritancePreserveQuestion: string;
|
|
520
|
+
ApprovalHistory_CommentForDecision: string;
|
|
521
|
+
Task_EndDateNotSpecified: string;
|
|
522
|
+
AgreementList_CaptionNoNumber: string;
|
|
523
|
+
Button_CreateCard: string;
|
|
524
|
+
DropDown_NotSelectedValue: string;
|
|
525
|
+
ApprovalHistory_ReadTheComment: string;
|
|
526
|
+
Grid_SelectAllConfirmation: string;
|
|
527
|
+
ScanDialog_Resolution: string;
|
|
528
|
+
Button_Save: string;
|
|
529
|
+
TasksTree_Author: string;
|
|
530
|
+
Error_Links_NoLinkTypesConfiguredInControl: string;
|
|
531
|
+
Grid_BatchOperationDialogDescriptionShortcuts: string;
|
|
532
|
+
FilePanel_Sign_RowNumber: string;
|
|
533
|
+
Grouping_EmptyPath: string;
|
|
534
|
+
FileOperation_Lock: string;
|
|
535
|
+
FileOperation_Open: string;
|
|
536
|
+
Grid_BatchOperationDialogErrors: string;
|
|
537
|
+
SessionSuspendedConsoleNotification: string;
|
|
538
|
+
Error_FullText_Search: string;
|
|
539
|
+
Links_Columns_Digest: string;
|
|
540
|
+
Tooltip_AddNewCardLink: string;
|
|
541
|
+
Grid_PagerNextButton: string;
|
|
542
|
+
Error_DirectoryNotFound: string;
|
|
543
|
+
MainMenu_Search: string;
|
|
544
|
+
AcquaintanceManagement_ReceiversPlaceholder: string;
|
|
545
|
+
Field_CardName: string;
|
|
546
|
+
ShowMore: string;
|
|
547
|
+
UniquenessCheck_MatchingAttributeCell: string;
|
|
548
|
+
SecurityAppliesTo_ThisObjectChildContainerAndNonContainer: string;
|
|
549
|
+
Navigator_InstalledSolutions: string;
|
|
550
|
+
Grouping_LoadingItems: string;
|
|
551
|
+
ApprovalHistory_CommentFile: string;
|
|
552
|
+
AgreementManagement_OperationKind_Pause: string;
|
|
553
|
+
Grid_DelegateOperationName: string;
|
|
554
|
+
FolderView_ExportExcelBtn: string;
|
|
555
|
+
Directory_SearchThere: string;
|
|
556
|
+
UserProfile: string;
|
|
557
|
+
ScanDialog_PreviewButton: string;
|
|
558
|
+
DisplayPerformers_ColumnPerformers: string;
|
|
559
|
+
ErrorPage_NotFound: string;
|
|
560
|
+
FileListItemComponent_RenameFile_Title: string;
|
|
561
|
+
Grouping_ColumnNotAllowed: string;
|
|
562
|
+
Error_EnteredUrlIsInvalid: string;
|
|
563
|
+
CSP_GetCertificates: string;
|
|
564
|
+
Error_LoginError: string;
|
|
565
|
+
FolderTypeDialog_Select_Header: string;
|
|
566
|
+
ServerErrorBtn: string;
|
|
567
|
+
FolderControl_CreatingInCurrentFolderForbidden: string;
|
|
568
|
+
Grid_SettingsColumns: string;
|
|
569
|
+
TasksTree_Overdue: string;
|
|
570
|
+
StaffEmployeeStatus_Discharged: string;
|
|
571
|
+
TasksTree_DoneOf: string;
|
|
572
|
+
TasksTree_CurrentTask: string;
|
|
573
|
+
StaffDirectory_Dialog_SelectedNone: string;
|
|
574
|
+
ChildTasksPerforming_DefaultButtonText: string;
|
|
575
|
+
AcquaintanceManagement_SendButton: string;
|
|
576
|
+
Links_Columns_InfoButton: string;
|
|
577
|
+
Partner_EmptyBreadcrumbNode: string;
|
|
578
|
+
Staff_RootFilterLabel: string;
|
|
579
|
+
ExecutionType_Serial: string;
|
|
580
|
+
Error_FolderNotSupportedSelectedKind: string;
|
|
581
|
+
Navigator_Preview_Scale_Off: string;
|
|
582
|
+
Dialog_Confirm: string;
|
|
583
|
+
SecurityDialog_DisableInheritanceNotAvailable: string;
|
|
584
|
+
Dialog_LinkType: string;
|
|
585
|
+
TaskAgreement_Comments: string;
|
|
586
|
+
TaskDelegationInfo_CompletedWith: string;
|
|
587
|
+
Error_FilePreviewNotSupported: string;
|
|
588
|
+
Department_RootFilterTip: string;
|
|
589
|
+
Dialog_InstallButton: string;
|
|
590
|
+
Sidebar_DesktopVersion: string;
|
|
591
|
+
SelectExistingCardDialog_MoreItemsButton: string;
|
|
592
|
+
Error_WebClientLibraryIsNotLoad: string;
|
|
593
|
+
Controls_ControlIsNotInLayout: string;
|
|
594
|
+
ScanDialog_Color: string;
|
|
595
|
+
ScanDialog_FileNameWarning: string;
|
|
596
|
+
Grid_SelectAllCards: string;
|
|
597
|
+
RegularFolder_NameColumnHeader: string;
|
|
598
|
+
Grid_BatchOperationDialogProgress_1: string;
|
|
599
|
+
Grid_BatchOperationDialogProgress_2: string;
|
|
600
|
+
LoadAssemblyError: string;
|
|
601
|
+
Tooltip_FilePanel_Upload: string;
|
|
602
|
+
Partner_DirectorySearchPlaceholderEmployee: string;
|
|
603
|
+
AgreementList_ColumnSolution: string;
|
|
604
|
+
Navigator_FolderSettings_SaveButton: string;
|
|
605
|
+
Tooltip_FilePanel_UnLock: string;
|
|
606
|
+
GroupTaskPerformers_OneTaskToHead: string;
|
|
607
|
+
SelectExistingCardDialog_SearchInputLabel: string;
|
|
608
|
+
Navigator_CSP_PersonalCertificateMismatch: string;
|
|
609
|
+
ApprovalHistory_Comment: string;
|
|
610
|
+
Search_Results_Header: string;
|
|
611
|
+
FolderManagement_EditSettings: string;
|
|
612
|
+
Reason_Unknown: string;
|
|
613
|
+
Card_KindNotCreatable: string;
|
|
614
|
+
Grid_BatchOperationDialogHeader: string;
|
|
615
|
+
SessionClosed_CantSearchInSearch: string;
|
|
616
|
+
UniquenessCheck_SaveCard: string;
|
|
617
|
+
Search_SearchInSearchResults: string;
|
|
618
|
+
Links_Columns_LinkType: string;
|
|
619
|
+
SecurityDialog_DisableInheritancePreserve: string;
|
|
620
|
+
TasksTree_EndDateActual: string;
|
|
621
|
+
Error_SessionExpired: string;
|
|
622
|
+
Error_DeputyOfYourself: string;
|
|
623
|
+
Links_InfoPopover_SaveDescriptionButton: string;
|
|
624
|
+
CommentFile_Download: string;
|
|
625
|
+
TaskHeader_DelegateTask: string;
|
|
626
|
+
Links_EmptyLinkType: string;
|
|
627
|
+
Error_FileUpload_MaxUploadSumSize: string;
|
|
628
|
+
NotFoundBtn: string;
|
|
629
|
+
DocumentManagement_ConcludedError: string;
|
|
630
|
+
DialogSignLabelHeader: string;
|
|
631
|
+
Grid_PagerPrevButton: string;
|
|
632
|
+
Grid_ContextMenu_OpenNewWindow: string;
|
|
633
|
+
ValueNo: string;
|
|
634
|
+
ImportESign_SignWithoutFile: string;
|
|
635
|
+
Tasks_PerformerNotSpecified: string;
|
|
636
|
+
Grid_Settings: string;
|
|
637
|
+
AgreementManagement_ConfirmPathHeader: string;
|
|
638
|
+
Reason_Acquaintance: string;
|
|
639
|
+
LayoutsBootstrapper_StaffEmployeeStatusIs: string;
|
|
640
|
+
Grid_TotalShownOf: string;
|
|
641
|
+
AgreementList_PrintButton: string;
|
|
642
|
+
DigestColumn_Digest: string;
|
|
643
|
+
Field_CardId: string;
|
|
644
|
+
Grid_CompactView: string;
|
|
645
|
+
Dialog_AddUrl: string;
|
|
646
|
+
FilePanel_Sign_Date: string;
|
|
647
|
+
FilePanel_Sign_Kind: string;
|
|
648
|
+
FilePanel_Sign_Type: string;
|
|
649
|
+
SelectExistingCardDialog_SearchInputPlaceholder: string;
|
|
650
|
+
Grid_TotalSelected: string;
|
|
651
|
+
CommentFile_OpenFile: string;
|
|
652
|
+
ContextMenu_CreateSection: string;
|
|
653
|
+
Dialog_ConfirmExit: string;
|
|
654
|
+
ContextMenu_Delete: string;
|
|
655
|
+
StaffDirectory_InfoInRoot_Organization: string;
|
|
656
|
+
Sign_Simple: string;
|
|
657
|
+
NameNotSpecified: string;
|
|
658
|
+
DocumentManagement_ConcludedError_SignDate: string;
|
|
659
|
+
Error_EmployeeLocked: string;
|
|
660
|
+
FileListItemComponent_RenameFile_WrongName: string;
|
|
661
|
+
TasksTree_Controller: string;
|
|
662
|
+
UniquenessCheck_ContinueOperation: string;
|
|
663
|
+
Error_MissingSearchQuery: string;
|
|
664
|
+
AgreementManagement_ManageHeader: string;
|
|
665
|
+
ContextMenuCustom_OpenHere: string;
|
|
666
|
+
YesLabel: string;
|
|
667
|
+
Grid_SelectAllConfirmationByPage: string;
|
|
668
|
+
Dialog_Cancel: string;
|
|
669
|
+
Navigator_Exit: string;
|
|
670
|
+
Navigator_Logo: string;
|
|
671
|
+
Navigator_Help: string;
|
|
672
|
+
ContextMenu_CreateEmployee: string;
|
|
673
|
+
EmptyStartDateWarning: string;
|
|
674
|
+
Comments_ShowPreviousComments: string;
|
|
675
|
+
Error_InvalidLogin: string;
|
|
676
|
+
InvalidFolderId: string;
|
|
677
|
+
ResetAbsenceDates: string;
|
|
678
|
+
ValueNotSelected: string;
|
|
679
|
+
Navigator_FileTypeNotAllowed: string;
|
|
680
|
+
Navigator_TenantName: string;
|
|
681
|
+
LoadingText: string;
|
|
682
|
+
DateTimePicker_Cancel: string;
|
|
683
|
+
FilePanel_Header_AdditionalFiles: string;
|
|
684
|
+
FilePanel_NoAdditionalFiles: string;
|
|
685
|
+
Reason_Merge: string;
|
|
686
|
+
ControlLoadingError: string;
|
|
687
|
+
Navigator_RegisteredExtension: string;
|
|
688
|
+
Links_NoItems: string;
|
|
689
|
+
Partner_Employee: string;
|
|
690
|
+
TasksTree_Report: string;
|
|
691
|
+
Tasks_ChildTaskCreation_ModalHeader: string;
|
|
692
|
+
Error_FileNotSelected: string;
|
|
693
|
+
AddFilesToTable_Error_NoPickers: string;
|
|
694
|
+
TaskOperation_Accept: string;
|
|
695
|
+
Grid_SettingsRowsCompact: string;
|
|
696
|
+
History_ColumnEventData: string;
|
|
697
|
+
File_OpenPerview: string;
|
|
698
|
+
Department_SelectFromDirectory: string;
|
|
699
|
+
StaffDirectory_CheckAccountNameConfirmation: string;
|
|
700
|
+
ContextMenu_Create: string;
|
|
701
|
+
SessionCreatedNotification: string;
|
|
702
|
+
FilePreview_SelectFile: string;
|
|
703
|
+
Tasks_ChildTaskKindNotCertain: string;
|
|
704
|
+
FileOperation_AddVersion: string;
|
|
705
|
+
Links_Info_CreationDateLabel: string;
|
|
706
|
+
Error_Number_OutOfRangeMinMaxValue: string;
|
|
707
|
+
StaffDirectory_EmployeePositionColumn: string;
|
|
708
|
+
TaskOperation_TakeInWork: string;
|
|
709
|
+
FileListControl_AddAdditionalFileText: string;
|
|
710
|
+
TaskOperation_Withdraw: string;
|
|
711
|
+
ApplicationSuccessStarted: string;
|
|
712
|
+
Grid_DelegateOnlyTasks: string;
|
|
713
|
+
Tooltip_FilePanel_Download: string;
|
|
714
|
+
UniquenessCheck_Message: string;
|
|
715
|
+
FilePanel_Sign_State_Valid: string;
|
|
716
|
+
Error_DVWebToolIsNotRunned: string;
|
|
717
|
+
Button_CustomCardCreate: string;
|
|
718
|
+
Tooltip_FilePanel_Lock: string;
|
|
719
|
+
AgreementManagement_CancelButton: string;
|
|
720
|
+
FilePicker_Preview: string;
|
|
721
|
+
Partner_NoChildren: string;
|
|
722
|
+
AgreementManagement_ApproversAuto: string;
|
|
723
|
+
Navigator_CSP_Version: string;
|
|
724
|
+
FileOperation_Open_Warning: string;
|
|
725
|
+
Directory_FullName: string;
|
|
726
|
+
Staff_GoToPosition: string;
|
|
727
|
+
ApprovalHistory_Author: string;
|
|
728
|
+
AgreementManagement_NoTemplates: string;
|
|
729
|
+
TaskCard_DelegateDateField: string;
|
|
730
|
+
MainMenuPinButton_Unpin: string;
|
|
731
|
+
Dialog_ConfirmDeleteDocument: string;
|
|
732
|
+
AgreementType_Signature: string;
|
|
733
|
+
Dialog_SignDataErrorMessage: string;
|
|
734
|
+
Button_Add: string;
|
|
735
|
+
CardLink_Menu_Delete: string;
|
|
736
|
+
History_ModalHeader: string;
|
|
737
|
+
TasksTree_Done: string;
|
|
738
|
+
TaskAuthor: string;
|
|
739
|
+
CreateLayoutDialogHeader_Department: string;
|
|
740
|
+
GridFilter_Tooltip_Yes: string;
|
|
741
|
+
Error_FileExtensionNotMatch: string;
|
|
742
|
+
AgreementManagement_ApprovalTypeSequential: string;
|
|
743
|
+
Grouping_EmptyNameText: string;
|
|
744
|
+
CardKind_SelectFromTree: string;
|
|
745
|
+
FilePreview_FileCommentTitle: string;
|
|
746
|
+
FileListItemComponent_RenameFile_FileAlreadyAdded: string;
|
|
747
|
+
Navigator_ButtonOk: string;
|
|
748
|
+
Image_JpegRequired: string;
|
|
749
|
+
ScanDialog_LabelScanner: string;
|
|
750
|
+
TaskCard_DelegateFromField: string;
|
|
751
|
+
MainMenu_ConfigurationHeader: string;
|
|
752
|
+
DateTimePicker_WeekButton: string;
|
|
753
|
+
Links_Menu_ViewFile: string;
|
|
754
|
+
DocumentCard_SelectFolderText: string;
|
|
755
|
+
Navigator_Error_RequestProcessing: string;
|
|
756
|
+
DirectorySearch_Counter_TextWithYear: string;
|
|
757
|
+
ControlNotFound: string;
|
|
758
|
+
ClearBrowserData_InfoTooltip: string;
|
|
759
|
+
Message_PleaseContactAdministrator: string;
|
|
760
|
+
Dialog_ConfirmDeleteFolder: string;
|
|
761
|
+
CreateRootLayoutDialogHeader_Position: string;
|
|
762
|
+
Grouping_UserSelectionNotApplicable: string;
|
|
763
|
+
MainMenu_UserFolders_AttachTitle: string;
|
|
764
|
+
Login_Password_Required: string;
|
|
765
|
+
Warning_AddExistingCol: string;
|
|
766
|
+
FilePicker_Download: string;
|
|
767
|
+
TaskOperation_InWork: string;
|
|
768
|
+
FolderControl_LayoutTypeNotSupported: string;
|
|
769
|
+
Links_Menu_OpenCard: string;
|
|
770
|
+
ContextMenu_AccessRights: string;
|
|
771
|
+
ErrorPage_Return: string;
|
|
772
|
+
SelectExistingCardDialog_SearchMode: string;
|
|
773
|
+
BarcodeSearchButton_Placeholder: string;
|
|
774
|
+
ScanDialog_Gray: string;
|
|
775
|
+
ScanDialog_Page: string;
|
|
776
|
+
TaskOperation_Agreement: string;
|
|
777
|
+
Error_SearchParametersInvalid: string;
|
|
778
|
+
StaffDirectory_TreeAddButtons_AddGroup: string;
|
|
779
|
+
PrintButton: string;
|
|
780
|
+
Partner_RootFilterTip: string;
|
|
781
|
+
Validation_FieldRequired: string;
|
|
782
|
+
ContextMenu_Copy: string;
|
|
783
|
+
ContextMenu_Edit: string;
|
|
784
|
+
ContextMenu_Info: string;
|
|
785
|
+
FilePanel_Sign_Author: string;
|
|
786
|
+
CreateRootLayoutDialogHeader: string;
|
|
787
|
+
ApplicationInfo_WebExtension: string;
|
|
788
|
+
Grid_NoData: string;
|
|
789
|
+
Links_Columns_KindIcon: string;
|
|
790
|
+
SecurityDialog_Allow: string;
|
|
791
|
+
SecurityDialog_Apply: string;
|
|
792
|
+
StaffDirectory_EmployeeLastnameColumn: string;
|
|
793
|
+
SessionRestoredNotification: string;
|
|
794
|
+
BoxWithButtons_ClearValue: string;
|
|
795
|
+
SecurityDialog_Title: string;
|
|
796
|
+
Error_CardTypeOutOfRange: string;
|
|
797
|
+
AgreementHistory_NoHistory: string;
|
|
798
|
+
StaffEmployeeStatus_Transfered: string;
|
|
799
|
+
TasksTree_Important: string;
|
|
800
|
+
WrongEndDateOfDatesWarning: string;
|
|
801
|
+
ControlTypes_ReadBatchOperationName: string;
|
|
802
|
+
Partner_FullName: string;
|
|
803
|
+
FileList_DropZone_ExtraFilesText: string;
|
|
804
|
+
DirectorySearch_ExpandResultsButton: string;
|
|
805
|
+
Error_FileRenameNotAllowed: string;
|
|
806
|
+
Dialog_SearchParameters_LastSearch: string;
|
|
807
|
+
AgreementManagement_OnStartConfirmationMessage: string;
|
|
808
|
+
Directory_Inn: string;
|
|
809
|
+
Grid_CopyShortcutsBatchOperationName: string;
|
|
810
|
+
Error_DistinctValues_InvalidColumns: string;
|
|
811
|
+
TasksTree_ExpandAll: string;
|
|
812
|
+
Directory_Search: string;
|
|
813
|
+
ApprovalHistory_DecisionDate: string;
|
|
814
|
+
SecurityDialog_DisableInheritance: string;
|
|
815
|
+
NoComments: string;
|
|
816
|
+
FilePicker_CommentHeader: string;
|
|
817
|
+
AgreementPlaceHolder_SelectEndDate: string;
|
|
818
|
+
ScanDialog_FileName: string;
|
|
819
|
+
SaveCardRequest: string;
|
|
820
|
+
DatePicker_OpenCalendar: string;
|
|
821
|
+
FilePanel_Header_MainFiles: string;
|
|
822
|
+
DocumentScript_ClearReconciliationLogQuestion: string;
|
|
823
|
+
Error_Number_OutOfRange: string;
|
|
824
|
+
Grid_ContextMenu_CopyUrl: string;
|
|
825
|
+
Message_FileMergeDone: string;
|
|
826
|
+
FilePreview_UnavailableInBrowser: string;
|
|
827
|
+
Table_HasMore: string;
|
|
828
|
+
ScanDialog_ChooseScanner: string;
|
|
829
|
+
DateTimePicker_TodayButton: string;
|
|
830
|
+
Image_Required: string;
|
|
831
|
+
Dialog_Warning: string;
|
|
832
|
+
Department_RootFilterLabelPartners: string;
|
|
833
|
+
Dialog_ConfirmDeleteLink: string;
|
|
834
|
+
Dialog_ConfirmDeleteCard: string;
|
|
835
|
+
Dialog_ConfirmDeleteFile: string;
|
|
836
|
+
Grid_ColumnNameEmpty: string;
|
|
837
|
+
ContextMenu_Paste: string;
|
|
838
|
+
SecurityDialog_NewAcePlaceholder: string;
|
|
839
|
+
FilePicker_DropZone: string;
|
|
840
|
+
FilePicker_DefaultPlaceholder: string;
|
|
841
|
+
Navigator_DeleteFolder: string;
|
|
842
|
+
DateTimePicker_MaxDateMessage: string;
|
|
843
|
+
StaffDirectory_StaffInRoot_Group: string;
|
|
844
|
+
DeleteConfirmationNoName: string;
|
|
845
|
+
FileComments_EnterComment: string;
|
|
846
|
+
ControlError: string;
|
|
847
|
+
SessionSuspendedNotificationPart2: string;
|
|
848
|
+
SessionSuspendedNotificationPart1: string;
|
|
849
|
+
FilePanel_Sign_Simple_Type: string;
|
|
850
|
+
Comments_NoComments: string;
|
|
851
|
+
DocumentManagement_CopyRelatedContractData: string;
|
|
852
|
+
FilePanel_Sign_FileEmptyList: string;
|
|
853
|
+
CreateRootLayoutDialogHeader_Department: string;
|
|
854
|
+
TasksTree_CreationDate: string;
|
|
855
|
+
StateButtons_CompleteOperationDialogWithParameter: string;
|
|
856
|
+
SecurityDialog_ConfirmEnableInheritance: string;
|
|
857
|
+
Comments_HasBeenDeletedMsg: string;
|
|
858
|
+
AgreementButton_Management: string;
|
|
859
|
+
TasksTree_OnControlDescription: string;
|
|
860
|
+
Grid_Selected: string;
|
|
861
|
+
Navigator_AttachFolder_Tooltip: string;
|
|
862
|
+
StaffDirectory_Dialog_NoAccess: string;
|
|
863
|
+
TaskHeader_CompleteTask: string;
|
|
864
|
+
SignalR_SlowConnection: string;
|
|
865
|
+
TaskOperation_Signed: string;
|
|
866
|
+
Error_FileListAvailableOnlyForDocument: string;
|
|
867
|
+
SecurityDialog_ConfirmInheritanceChanges: string;
|
|
868
|
+
CreateLayoutDialogHeader: string;
|
|
869
|
+
TaskOperation_Reject: string;
|
|
870
|
+
Contracts_FillFinishDateConfirmation: string;
|
|
871
|
+
Panel_TaskNoListTask: string;
|
|
872
|
+
SecurityAppliesTo_ThisObjectOnly: string;
|
|
873
|
+
FilePanel_Sign_Result: string;
|
|
874
|
+
Warning_NotACardLayout: string;
|
|
875
|
+
ApprovalHistory_DocumentsCorrections: string;
|
|
876
|
+
UnlockCardsForAutoconsolidation_InfoTooltip: string;
|
|
877
|
+
SecurityDialog_InheritedAce: string;
|
|
878
|
+
FolderView_DefaultFolderViewTip: string;
|
|
879
|
+
Sign_Certificate_Subject: string;
|
|
880
|
+
StaffDirectory_DeleteConfirmation_Employee: string;
|
|
881
|
+
CreateLayoutDialogHeader_Position: string;
|
|
882
|
+
Search_Results: string;
|
|
883
|
+
ChildTasksPerforming_ReplacingFileWarning: string;
|
|
884
|
+
Staff_GoToSearchWord: string;
|
|
885
|
+
Numerator_ClearNumberTooltip: string;
|
|
886
|
+
Error_UsernameOrPasswordIncorrect: string;
|
|
887
|
+
Error_Grid_FilterInvalidColumn: string;
|
|
888
|
+
StaffDirectoryItems_Dialog_AddingGroupsConfirmationMessage: string;
|
|
889
|
+
CultureEn: string;
|
|
890
|
+
CultureRu: string;
|
|
891
|
+
StaffDirectory_InfoInRoot_Position: string;
|
|
892
|
+
FileListControl_Placeholder: string;
|
|
893
|
+
DelegateEvent_Delegated: string;
|
|
894
|
+
GridFilter_Tooltip: string;
|
|
895
|
+
DigestColumn_WasRead: string;
|
|
896
|
+
Grid_ContextMenu_OpenNewTab: string;
|
|
897
|
+
AddressControl_Country: string;
|
|
898
|
+
Task_Until: string;
|
|
899
|
+
Error_InvalidConfigurationSection: string;
|
|
900
|
+
NoFolderTypes: string;
|
|
901
|
+
ScanDialog_BlackWhite: string;
|
|
902
|
+
Grouping_ChangeNotAvailable: string;
|
|
903
|
+
Image_UploadImage: string;
|
|
904
|
+
FolderManagement_RemoveFolder: string;
|
|
905
|
+
ScanDialog_ScanWindow: string;
|
|
906
|
+
CreateRootLayoutDialogHeader_Group: string;
|
|
907
|
+
Grid_FindingMessage: string;
|
|
908
|
+
Grid_PagerTotalDocs: string;
|
|
909
|
+
AddressControl_FillAddressValue: string;
|
|
910
|
+
Staff_GroupTab: string;
|
|
911
|
+
MultipleEmployees_RemoveEmployee: string;
|
|
912
|
+
AgreementList_ColumnEmployeeText: string;
|
|
913
|
+
SecurityDialog_DisableInheritance_Convert: string;
|
|
914
|
+
Directory_MiddleName: string;
|
|
915
|
+
Search_TooShortSearchText: string;
|
|
916
|
+
SelectNewDocumentKindDialog_CardKindLabel: string;
|
|
917
|
+
TaskPerformer: string;
|
|
918
|
+
Tooltip_FilePanel_AddComment: string;
|
|
919
|
+
UnreadCounter_NewUnreadCounters: string;
|
|
920
|
+
Error_Unknown: string;
|
|
921
|
+
Document_Files: string;
|
|
922
|
+
DelegateEvent_DelegatedWithReturn: string;
|
|
923
|
+
Links_NewCardDialog_LinkType: string;
|
|
924
|
+
DisplayPerformers_ModalHeader: string;
|
|
925
|
+
TextArea_TooLargeImage: string;
|
|
926
|
+
AgreementManagement_DurationPerTask: string;
|
|
927
|
+
StaffDirectory_DirectorySecurityTooltip: string;
|
|
928
|
+
SecurityAppliesTo_ChildNonContainerObjectsOnly: string;
|
|
929
|
+
ShowListButtonTitle: string;
|
|
930
|
+
FolderManagementDialog_Create: string;
|
|
931
|
+
FileListItemComponent_RenameFile_LongName: string;
|
|
932
|
+
AgreementList_ColumnDate: string;
|
|
933
|
+
AgreementManagement_OperationKind_Finish: string;
|
|
934
|
+
Error_UserNameMissing: string;
|
|
935
|
+
Acceptance_Not_Allowed: string;
|
|
936
|
+
UniquenessCheck_CreateCard: string;
|
|
937
|
+
Add_Link: string;
|
|
938
|
+
FilePanel_Sign_SignaturesEmptyList: string;
|
|
939
|
+
DateTimePicker_Ok: string;
|
|
940
|
+
Dialog_Error: string;
|
|
941
|
+
SelectNewDocumentKindDialog_Title: string;
|
|
942
|
+
FilePanel_Sign_Label: string;
|
|
943
|
+
ContextMenuCustom_OpenNewTab: string;
|
|
944
|
+
FolderSettings_DetachFolders_Header: string;
|
|
945
|
+
Tooltip_AddExistCardLink: string;
|
|
946
|
+
StaffDirectory_TreeAddButtons_CreateOrganization: string;
|
|
947
|
+
Grid_GroupHeader_TotalRowCount: string;
|
|
948
|
+
StaffEmployeeStatus_Vacation: string;
|
|
949
|
+
OperationForbidden: string;
|
|
950
|
+
TasksTree_CompleteUser: string;
|
|
951
|
+
Barcode_CardsToOpen: string;
|
|
952
|
+
Navigator_CSP_DownloadPlugin: string;
|
|
953
|
+
Task_NotRelatedTasks: string;
|
|
954
|
+
Links_Menu_DownloadFile: string;
|
|
955
|
+
DisplayPerformers_StartPerformersTitle: string;
|
|
956
|
+
FilePanel_SignButton_Tooltip: string;
|
|
957
|
+
Links_InfoPopover_TooLongComment: string;
|
|
958
|
+
RefreshFoldersTree: string;
|
|
959
|
+
Search_EmployeeFullName: string;
|
|
960
|
+
Grouping_Drop: string;
|
|
961
|
+
CardLink_Menu_ChangeCard: string;
|
|
962
|
+
Directory_Name: string;
|
|
963
|
+
Department_ResultsCountLabel: string;
|
|
964
|
+
Links_Menu_Delete: string;
|
|
965
|
+
TasksTree_Refresh: string;
|
|
966
|
+
Edit: string;
|
|
967
|
+
DirectorySearch_HideResultsButton: string;
|
|
968
|
+
Show: string;
|
|
969
|
+
EditLayoutDialogHeader: string;
|
|
970
|
+
WrongSequenceOfDatesWarning: string;
|
|
971
|
+
GroupTaskPerformers_OneTaskToAll: string;
|
|
972
|
+
Document_Detach: string;
|
|
973
|
+
Search_Placeholder_CurrentFolder: string;
|
|
974
|
+
Archived_Elements: string;
|
|
975
|
+
DirectorySearch_Placeholder_Case: string;
|
|
976
|
+
DirectorySearch_Placeholder_Unit: string;
|
|
977
|
+
Grid_LoadMore: string;
|
|
978
|
+
Button_GoBack: string;
|
|
979
|
+
Warning_EnterValidInterval: string;
|
|
980
|
+
TasksTree_GroupLabelTemplate: string;
|
|
981
|
+
Grid_ContextMenu_Copied: string;
|
|
982
|
+
Warning_InsufficientServicesSet: string;
|
|
983
|
+
ScanButton_Scanner: string;
|
|
984
|
+
ScanDialog_LabelSaveOptions: string;
|
|
985
|
+
AgreementManagement_OperationKind_Cancel: string;
|
|
986
|
+
Directory_ITN_FullName: string;
|
|
987
|
+
ExecutionType_Parallel: string;
|
|
988
|
+
Grid_WrapView: string;
|
|
989
|
+
NotFoundTitle: string;
|
|
990
|
+
StaffDirectory_DeleteConfirmationWithChildren: string;
|
|
991
|
+
Nomenclature_DeleteConfirmation: string;
|
|
992
|
+
Staff_Info: string;
|
|
993
|
+
FolderManagement_ViewSettings_Title: string;
|
|
994
|
+
Tooltip_Sorting: string;
|
|
995
|
+
Semantic_CommentRequired: string;
|
|
996
|
+
Tooltip_Report_AddNewCard: string;
|
|
997
|
+
GroupTaskHeader_Table_EndDate: string;
|
|
998
|
+
Error_CardCreate_WhitoutFolder: string;
|
|
999
|
+
GroupTask_Dialog_DatesEdit_Text: string;
|
|
1000
|
+
GroupTaskHeader_Table_Description: string;
|
|
1001
|
+
CSP_NotSupported: string;
|
|
1002
|
+
FilePanel_RemoveVersion: string;
|
|
1003
|
+
Error_CantLoadDatesLogic: string;
|
|
1004
|
+
GroupTask_Dialog_ChangeType_Text: string;
|
|
1005
|
+
Tooltip_Report_AttachFile: string;
|
|
1006
|
+
TaskOperation_AgreementWithRemarks: string;
|
|
1007
|
+
TaskOperation_DoNotTakeToWork: string;
|
|
1008
|
+
UserCertificateMissingInCertStore: string;
|
|
1009
|
+
GroupTaskHeader_Table_DueDate: string;
|
|
1010
|
+
Panel_TaskGroupParentSection: string;
|
|
1011
|
+
FilePanel_Header_ConsolidationFiles: string;
|
|
1012
|
+
FilePanel_Header_ApprovalFiles: string;
|
|
1013
|
+
SelectCertificateLabelTitle: string;
|
|
1014
|
+
TaskOperation_NewCycle: string;
|
|
1015
|
+
Error_GroupTaskNameTooLong: string;
|
|
1016
|
+
TaskOperation_ReturnFromDelegation: string;
|
|
1017
|
+
TaskCard_ReturnAfterDelegation: string;
|
|
1018
|
+
FileOperation_OpenFileCard: string;
|
|
1019
|
+
FilePanel_Sign_Timestamp: string;
|
|
1020
|
+
GroupTaskHeader_ExecutionType_Serial: string;
|
|
1021
|
+
TaskCardGroup_ExecutionTypeStatus: string;
|
|
1022
|
+
StateButtons_OperationConfirmMessage: string;
|
|
1023
|
+
FilePanel_FilesAreMissing: string;
|
|
1024
|
+
GroupTask_Responsible_Disabled: string;
|
|
1025
|
+
GroupTask_IntervalsOutOfRange: string;
|
|
1026
|
+
FilePanel_AddComment: string;
|
|
1027
|
+
GroupTaskHeader_Table_Details: string;
|
|
1028
|
+
TaskOperation_SendToSign: string;
|
|
1029
|
+
AgreementHistory_OpenCard: string;
|
|
1030
|
+
FilePanel_GetFileCurrentVersion: string;
|
|
1031
|
+
FilePanel_UploadFinalVersion: string;
|
|
1032
|
+
GroupTaskHeader_Dates_Duration: string;
|
|
1033
|
+
HeaderText_Task: string;
|
|
1034
|
+
AgreementHistory_PlannedActualDate: string;
|
|
1035
|
+
ButtonsOrderTip: string;
|
|
1036
|
+
GroupTaskHeader_Table_Performer: string;
|
|
1037
|
+
GroupTask_Responsible: string;
|
|
1038
|
+
Error_DocumentNameMissing: string;
|
|
1039
|
+
Document: string;
|
|
1040
|
+
Button_Apply: string;
|
|
1041
|
+
LocalizationBooleanValueFalse: string;
|
|
1042
|
+
FilePanel_Header_SigningFiles: string;
|
|
1043
|
+
TaskResponsible: string;
|
|
1044
|
+
Sign_Select_Certificate: string;
|
|
1045
|
+
TaskCard_PlaceHolderSelectDelegate: string;
|
|
1046
|
+
LinkControl_Header: string;
|
|
1047
|
+
FilePanel_Open: string;
|
|
1048
|
+
TaskGroupCardExecutionType_Serial: string;
|
|
1049
|
+
TaskOperation_AddDecisionApprovers: string;
|
|
1050
|
+
Error_TaskPerformerIsMissing: string;
|
|
1051
|
+
Sign_VerificationStatus: string;
|
|
1052
|
+
GroupTask_Dialog_DatesChange_Header: string;
|
|
1053
|
+
AutoDetect: string;
|
|
1054
|
+
FilePanel_Versions: string;
|
|
1055
|
+
Tooltip_FilePanel_Delete: string;
|
|
1056
|
+
HistoryHeader_Header: string;
|
|
1057
|
+
Sign_Certificate_Missing: string;
|
|
1058
|
+
TaskOperation_BackToApproving: string;
|
|
1059
|
+
Panel_Dropzone: string;
|
|
1060
|
+
Semantic_Button_Confirm: string;
|
|
1061
|
+
TaskGroup_GroupTaskTooltip: string;
|
|
1062
|
+
Error_GroupTaskNameMissing: string;
|
|
1063
|
+
GroupTaskHeader_ExecutionType_Parallel: string;
|
|
1064
|
+
FilePanel_Sign_CertificateInfo: string;
|
|
1065
|
+
FilePanel_Sign_CertificateExpirationDate: string;
|
|
1066
|
+
FilePanel_Sign_TimestampInfo: string;
|
|
1067
|
+
FilePanel_Sign_TimestampType: string;
|
|
1068
|
+
FilePanel_AuthorConsolidator: string;
|
|
1069
|
+
Folder_CantCreateCard_FolderIsURL: string;
|
|
1070
|
+
Comments_AddReportComment: string;
|
|
1071
|
+
GroupTaskHeader_Table_CompletionDate: string;
|
|
1072
|
+
FilePanel_UploadVersion: string;
|
|
1073
|
+
TaskCard_ValidationEmployeeRequired: string;
|
|
1074
|
+
Error_GroupTaskPerformerIsMissing: string;
|
|
1075
|
+
Document_DefaultFileKindSettingMissing: string;
|
|
1076
|
+
TaskCard_ReportTitle: string;
|
|
1077
|
+
Dialog_Sign_Confirm_AddFileVersion_Message: string;
|
|
1078
|
+
GroupTaskHeader_Performers: string;
|
|
1079
|
+
Error_TaskNameMissing: string;
|
|
1080
|
+
Error_TaskNameTooLong: string;
|
|
1081
|
+
Dialog_AgreementSendMainFileMissing: string;
|
|
1082
|
+
FilePanel_Sign_Part: string;
|
|
1083
|
+
Tooltip_VersionComment: string;
|
|
1084
|
+
Error_DocumentNameTooLong: string;
|
|
1085
|
+
GroupTask_Dialog_ChangeType_Header: string;
|
|
1086
|
+
Controls_More: string;
|
|
1087
|
+
TaskOperation_Cancel: string;
|
|
1088
|
+
DialogSignLabelTitle: string;
|
|
1089
|
+
FilePanel_Sign_CreationDate: string;
|
|
1090
|
+
AgreementHistory_DateNotSpecified: string;
|
|
1091
|
+
TaskOperation_Finish: string;
|
|
1092
|
+
ReportControl_AddReport: string;
|
|
1093
|
+
FilePanel_Sign_SignatureInfo: string;
|
|
1094
|
+
Error_CardCreate_FolderForbidden: string;
|
|
1095
|
+
Button_ShowAll: string;
|
|
1096
|
+
GroupTaskHeader_Table_State: string;
|
|
1097
|
+
GroupTaskHeader_Dates_StartDate: string;
|
|
1098
|
+
FilePanel_Sign_SignatureExpirationDate: string;
|
|
1099
|
+
TaskGroupCardExecutionType_Parallel: string;
|
|
1100
|
+
Controls_StaffDirectory: string;
|
|
1101
|
+
GroupTaskHeader_Dates_EndDate: string;
|
|
1102
|
+
Error_BrowserVersionNotSupported: string;
|
|
1103
|
+
GroupTask_Table_NoDescription: string;
|
|
1104
|
+
GroupTaskHeader_Table_Duration: string;
|
|
1105
|
+
TaskGroupCard_Performers_Required: string;
|
|
1106
|
+
Error_GroupTaskInspectorIsMissing: string;
|
|
1107
|
+
FilePanel_Settings_AddNewVersionTooltip: string;
|
|
1108
|
+
Tooltip_Report_AddExistCard: string;
|
|
1109
|
+
Dialog_ConfirmDeleteReference: string;
|
|
1110
|
+
TaskCard_RestrictDelegation: string;
|
|
1111
|
+
Validation_MaxValue: string;
|
|
1112
|
+
TaskOperation_SignWithRemarks: string;
|
|
1113
|
+
Error_TaskDecisionApprovers_Required: string;
|
|
1114
|
+
Disclosure_Less: string;
|
|
1115
|
+
Disclosure_More: string;
|
|
1116
|
+
Error_TaskInspectorIsMissing: string;
|
|
1117
|
+
AgreementHistory_Incompleted: string;
|
|
1118
|
+
GroupTask_Dialog_DatesChange_Text: string;
|
|
1119
|
+
TaskCard_ValidationDelegateRequired: string;
|
|
1120
|
+
GroupTaskHeader_Table_Responsible: string;
|
|
1121
|
+
FilePanel_DownloadVersion: string;
|
|
1122
|
+
GroupTask_Dialog_DatesEdit_Header: string;
|
|
1123
|
+
Dialog_Sign_Confirm_FileSigned_Message: string;
|
|
1124
|
+
GroupTask_IntervalOutOfRange: string;
|
|
1125
|
+
GroupTaskHeader_Table_Responsible_Short: string;
|
|
1126
|
+
FilePanel_Sign_ExpireDate: string;
|
|
1127
|
+
LocalizationBooleanValueTrue: string;
|
|
1128
|
+
ButtonsOrder: string;
|
|
1129
|
+
Directory_AddPartnerOrganization: string;
|
|
1130
|
+
RefStaffEmployeeRowValidator_InvalidEmail_ErrorMessage: string;
|
|
1131
|
+
SvgWrappedLabelFormat: string;
|
|
1132
|
+
CryptographicException_CryptENoProvider: string;
|
|
1133
|
+
SvgViewboxOpenFragmentFormat: string;
|
|
1134
|
+
Error_TaskCard_ReportFileMissing: string;
|
|
1135
|
+
Locations_ChangeExecutionDate: string;
|
|
1136
|
+
CryptographicException_CryptEFileError: string;
|
|
1137
|
+
Log_LinkTypeNotSpecified: string;
|
|
1138
|
+
Error_CertificateContinueQuestion: string;
|
|
1139
|
+
SignatureVerificationStatusText_UnableToVerify: string;
|
|
1140
|
+
DigitalSignatureKindSelector_OCSPProblem: string;
|
|
1141
|
+
Error_DocumentNotCreated: string;
|
|
1142
|
+
Error_UnitNotFound: string;
|
|
1143
|
+
Staff_Position: string;
|
|
1144
|
+
CryptographicException_CryptENotFound: string;
|
|
1145
|
+
CryptographicException_CryptENotInCtl: string;
|
|
1146
|
+
SvgLabelFragmentFormat: string;
|
|
1147
|
+
Comments_CommentEditedLog: string;
|
|
1148
|
+
PreviewError: string;
|
|
1149
|
+
CryptographicException_CryptEHashValue: string;
|
|
1150
|
+
GZ_NoApproversInGroup: string;
|
|
1151
|
+
Error_GroupNotFound: string;
|
|
1152
|
+
Error_TaskEndDateNotValid: string;
|
|
1153
|
+
Error_FileNotDeletedCardIsLocked: string;
|
|
1154
|
+
Error_CantGetCard: string;
|
|
1155
|
+
TasksTable_AppointedPerformer: string;
|
|
1156
|
+
StaffView_EmployeeFirstNameColumn: string;
|
|
1157
|
+
Delegation_DelegatesContainsPerformer: string;
|
|
1158
|
+
StaffView_EmployeeNotSearchableColumn: string;
|
|
1159
|
+
CryptographicException_CryptENoDecryptCert: string;
|
|
1160
|
+
Error_CachedFileNotDeleted: string;
|
|
1161
|
+
SvgWrappedOwnerFormat: string;
|
|
1162
|
+
FilePreview_FileTooLarge: string;
|
|
1163
|
+
WrongFileStructureErrorMessage: string;
|
|
1164
|
+
Directory_DeleteMenuItem: string;
|
|
1165
|
+
Error_FolderNoAllowedCardTypes: string;
|
|
1166
|
+
TasksTable_OverdueTasksNotFound: string;
|
|
1167
|
+
TasksTable_Description: string;
|
|
1168
|
+
CryptographicException_CryptEMsgError: string;
|
|
1169
|
+
Directory_InfoMenuItem: string;
|
|
1170
|
+
TasksTable_UnfinishedTasksNotFound: string;
|
|
1171
|
+
CryptographicException_CryptEIssuerSerialNumber: string;
|
|
1172
|
+
HistoryParameter_False: string;
|
|
1173
|
+
CryptographicException_CryptENoKeyProperty: string;
|
|
1174
|
+
Upload_Signature_Title: string;
|
|
1175
|
+
TasksTable_Controller: string;
|
|
1176
|
+
CryptographicException_CryptENoRevocationCheck: string;
|
|
1177
|
+
Error_FieldUnavailable: string;
|
|
1178
|
+
CryptographicException_CryptEPendingClose: string;
|
|
1179
|
+
Error_FileVersionNotAdded: string;
|
|
1180
|
+
CryptographicException_CryptEAttributesMissing: string;
|
|
1181
|
+
TasksTable_Author: string;
|
|
1182
|
+
TaskModelService_ChangeExecutionDateComment: string;
|
|
1183
|
+
StaffView_EmployeeMiddleNameColumn: string;
|
|
1184
|
+
Error_DocumentUpdateNotAllowed: string;
|
|
1185
|
+
RelatedCardCreator_OutgoingDocumentRelatedCardCreator_ResponseOf: string;
|
|
1186
|
+
CryptographicException_CryptEObjectLocatorNotFound: string;
|
|
1187
|
+
SignatureVerificationStatusText_Valid: string;
|
|
1188
|
+
Error_CannotMoveUnit: string;
|
|
1189
|
+
SvgCertificateFragmentFormat: string;
|
|
1190
|
+
Directory_AddPartnerDepartment: string;
|
|
1191
|
+
Error_DurationNotValid: string;
|
|
1192
|
+
Directory_AddPartnerEmployee: string;
|
|
1193
|
+
Error_MainFileNotReplaced: string;
|
|
1194
|
+
Directory_SelectFromDirectory: string;
|
|
1195
|
+
RelatedCardCreator_AmendmentContractRelatedCardCreatorId: string;
|
|
1196
|
+
Log_EditOperation: string;
|
|
1197
|
+
CryptographicException_CryptEStreamInsufficientData: string;
|
|
1198
|
+
Locations_Delegate: string;
|
|
1199
|
+
Task_InWorkStateName: string;
|
|
1200
|
+
DocumentSignaturesViewerForm_FileNotFound: string;
|
|
1201
|
+
SvgValidnessFragmentFormat: string;
|
|
1202
|
+
Comments_CommentAddedLog: string;
|
|
1203
|
+
CryptographicException_CryptEOssError: string;
|
|
1204
|
+
Error_TaskGroupPerformerDurationNotValid: string;
|
|
1205
|
+
Signature_DocumentFields: string;
|
|
1206
|
+
RefStaffPositionRowValidator_NameExists_ErrorMessage: string;
|
|
1207
|
+
Error_ShortcutNotFound: string;
|
|
1208
|
+
TasksTable_FinishedTasksNotFound: string;
|
|
1209
|
+
Error_RequestIsEmpty: string;
|
|
1210
|
+
CryptographicException_CryptEBadEncode: string;
|
|
1211
|
+
CryptographicException_CryptENotCharString: string;
|
|
1212
|
+
CryptographicException_CryptEInvalidMsgType: string;
|
|
1213
|
+
Error_CannotContainShortcuts: string;
|
|
1214
|
+
TasksTable_Kind: string;
|
|
1215
|
+
TasksTable_Name: string;
|
|
1216
|
+
Staff_Department: string;
|
|
1217
|
+
Signature_DocumentMainFile: string;
|
|
1218
|
+
Error_FolderDeleted: string;
|
|
1219
|
+
FileSize_SizeInB: string;
|
|
1220
|
+
TasksTable_State: string;
|
|
1221
|
+
SignatureVerificationStatusText_CertificateExpired: string;
|
|
1222
|
+
DelegationForm_DelegatesContainsDelegationPerformer: string;
|
|
1223
|
+
Error_TaskGroupPerformers_NoManager: string;
|
|
1224
|
+
Error_InvalidCardLayout: string;
|
|
1225
|
+
CardNotAvailableError: string;
|
|
1226
|
+
RefPartnersCompaniesRowValidator_ErrorMessage_Header: string;
|
|
1227
|
+
CryptographicException_CryptENoSigner: string;
|
|
1228
|
+
Task_CompletedStateName: string;
|
|
1229
|
+
Error_CardNotFound: string;
|
|
1230
|
+
Error_CertificateExpiresSoon: string;
|
|
1231
|
+
CryptographicException_CryptEInvalidNumericString: string;
|
|
1232
|
+
Upload_Signature: string;
|
|
1233
|
+
Locations_ApprovalChildTask: string;
|
|
1234
|
+
StaffView_EmployeeLastNameColumn: string;
|
|
1235
|
+
CryptographicException_CryptEFileResized: string;
|
|
1236
|
+
Error_FolderNotFound: string;
|
|
1237
|
+
RadioGroup_Elements_True: string;
|
|
1238
|
+
TasksTable_ActualEndDate: string;
|
|
1239
|
+
Error_ShortcutAccessDenied: string;
|
|
1240
|
+
Directory_Partner_Create: string;
|
|
1241
|
+
CryptographicException_CryptEDeletedPrev: string;
|
|
1242
|
+
CardTemplateDefaultName: string;
|
|
1243
|
+
TasksTable_PlannedEndDate: string;
|
|
1244
|
+
CryptographicException_CryptENoMatch: string;
|
|
1245
|
+
CryptographicException_CryptENotDecrypted: string;
|
|
1246
|
+
StaffDictionary_HimselfManagerError: string;
|
|
1247
|
+
Error_NoAccessToBusinessCalendar: string;
|
|
1248
|
+
Task_StoppedStateName: string;
|
|
1249
|
+
Task_RejectedStateName: string;
|
|
1250
|
+
CryptographicException_CryptENotInRevocationDatabase: string;
|
|
1251
|
+
Error_FileExtensionNotSign: string;
|
|
1252
|
+
SvgLogoFragmentFormat: string;
|
|
1253
|
+
LinkModel_EmptyLinkType: string;
|
|
1254
|
+
DigitalSignatureKindSelector_CadesXLongType1VSCadesBes: string;
|
|
1255
|
+
SvgTitleFragment: string;
|
|
1256
|
+
TasksTable_ResponsiblePerformer: string;
|
|
1257
|
+
TasksTable_DepartureDate: string;
|
|
1258
|
+
SvgRectFragmentFormat: string;
|
|
1259
|
+
Directory_PartnerOrganization: string;
|
|
1260
|
+
Card_NotTemplateForSpecifiedKind: string;
|
|
1261
|
+
TasksTable_Performer: string;
|
|
1262
|
+
RefStaffUnitRowValidator_NameExists_ErrorMessage: string;
|
|
1263
|
+
StaffDirectory: string;
|
|
1264
|
+
Locations_LinksSearchCardsDialog: string;
|
|
1265
|
+
SignatureVerificationStatusText_CertificateRevoked: string;
|
|
1266
|
+
LogService_EditOperation: string;
|
|
1267
|
+
CryptographicException_CryptEOidFormat: string;
|
|
1268
|
+
Error_CannotMoveGroup: string;
|
|
1269
|
+
SvgOwnerFragmentFormat: string;
|
|
1270
|
+
RelatedCardCreator_CardCreationByLinkMode: string;
|
|
1271
|
+
Error_FolderTypeCardsDisabled: string;
|
|
1272
|
+
Error_FolderTypeNoAllowedCardTypes: string;
|
|
1273
|
+
Error_TaskCard_CantComplete: string;
|
|
1274
|
+
SvgCloseTag: string;
|
|
1275
|
+
RefStaffGroupRowValidator_NameExists_ErrorMessage: string;
|
|
1276
|
+
SignatureVerificationStatusText_PartiallyValid: string;
|
|
1277
|
+
Log_LinkType: string;
|
|
1278
|
+
Log_LinkName: string;
|
|
1279
|
+
Signature_DocumentAttachments: string;
|
|
1280
|
+
TasksTable_CurrentPerformer: string;
|
|
1281
|
+
TaskNameField: string;
|
|
1282
|
+
Directory_PartnerDepartment: string;
|
|
1283
|
+
CryptographicException_CryptEMissingPublicKeyPara: string;
|
|
1284
|
+
CryptographicException_CryptENoVerifyUsageDll: string;
|
|
1285
|
+
RadioGroup_Elements_False: string;
|
|
1286
|
+
Locations_Reject: string;
|
|
1287
|
+
Locations_TakeToRework: string;
|
|
1288
|
+
Folders_RecentDocuments_Personal: string;
|
|
1289
|
+
CryptographicException_CryptEAuthAttrMissing: string;
|
|
1290
|
+
CryptographicException_CryptESignerNotFound: string;
|
|
1291
|
+
CryptographicException_CryptEInvalidX500String: string;
|
|
1292
|
+
Log_LinkUrl: string;
|
|
1293
|
+
ReportPresentation_InvalidArg: string;
|
|
1294
|
+
Comments_CommentRemovedLog: string;
|
|
1295
|
+
Task_DraftStateName: string;
|
|
1296
|
+
Error_InvalidKindId: string;
|
|
1297
|
+
Error_DocumentIsLocked: string;
|
|
1298
|
+
RefStaffGroupRowValidator_EmptyName_ErrorMessage: string;
|
|
1299
|
+
Error_TaskNotCreated: string;
|
|
1300
|
+
CryptographicException_CryptINewProtectionRequired: string;
|
|
1301
|
+
CryptographicException_CryptEUnexpectedEncoding: string;
|
|
1302
|
+
StaffDictionary_WrongSetManagerError: string;
|
|
1303
|
+
Directory_DeleteConfirmation: string;
|
|
1304
|
+
Error_DocumentTemplateMissing: string;
|
|
1305
|
+
Staff_Role: string;
|
|
1306
|
+
CryptographicException_CryptERevocationOffline: string;
|
|
1307
|
+
TaskCardControl_InactivePerformersWarningWithChange: string;
|
|
1308
|
+
StaffView_EmployeeNotAvailableColumn: string;
|
|
1309
|
+
Error_TaskControlDateNotValid: string;
|
|
1310
|
+
TaskCardControl_ManualDelegationNotAllowed: string;
|
|
1311
|
+
RefStaffPositionRowValidator_EmptyName_ErrorMessage: string;
|
|
1312
|
+
DigitalSignatureKindSelector_CadesXLongType1VSCadesT: string;
|
|
1313
|
+
Locations_Complete: string;
|
|
1314
|
+
CryptographicException_CryptEControlType: string;
|
|
1315
|
+
TaskStartDateField: string;
|
|
1316
|
+
CryptographicException_CryptEExists: string;
|
|
1317
|
+
TasksTable_Comment: string;
|
|
1318
|
+
CryptographicException_CryptEBadMsg: string;
|
|
1319
|
+
CryptographicException_CryptEBadLen: string;
|
|
1320
|
+
CryptographicException_CryptEInvalidPrintableString: string;
|
|
1321
|
+
SignatureKind_OperationSignature: string;
|
|
1322
|
+
Error_RequiredCompletionParameterNotSpecified: string;
|
|
1323
|
+
DocumentSignaturesViewerForm_CurrentVersionNumber: string;
|
|
1324
|
+
TaskReportField: string;
|
|
1325
|
+
Error_DetachedSignRequired: string;
|
|
1326
|
+
CryptographicException_CryptERecipientNotFound: string;
|
|
1327
|
+
RelatedCardCreator_IncomingDocumentRelatedCardCreator_ResponseOf: string;
|
|
1328
|
+
TaskEndDateField: string;
|
|
1329
|
+
CryptographicException_CryptEInvalidIa5String: string;
|
|
1330
|
+
SignatureKind_ImportedSignature: string;
|
|
1331
|
+
Error_TaskUpdateForbidden: string;
|
|
1332
|
+
RefStaffEmployeeRowValidator_EmptyName_ErrorMessage: string;
|
|
1333
|
+
Directory_EditMenuItem: string;
|
|
1334
|
+
SignatureVerificationStatusText_Invalid: string;
|
|
1335
|
+
CryptographicException_CryptEAlreadyDecrypted: string;
|
|
1336
|
+
CryptographicException_CryptENoVerifyUsageCheck: string;
|
|
1337
|
+
RefStaffUnitRowValidator_EmptyName_ErrorMessage: string;
|
|
1338
|
+
Error_SignatureImportNotAllowed: string;
|
|
1339
|
+
DigitalSignatureKindSelector_CadesTVSCadesBes: string;
|
|
1340
|
+
Error_InsufficientRights: string;
|
|
1341
|
+
RelatedCardCreator_IncomingDocumentRelatedCardCreatorId: string;
|
|
1342
|
+
Locations_OperationDialogs: string;
|
|
1343
|
+
Error_FileVersionNotAddedFileCardIsLocked: string;
|
|
1344
|
+
CryptographicException_CryptENoTrustedSigner: string;
|
|
1345
|
+
CryptographicException_CryptERevoked: string;
|
|
1346
|
+
HistoryParameter_True: string;
|
|
1347
|
+
Staff_Group: string;
|
|
1348
|
+
Error_FileIsNotSignature: string;
|
|
1349
|
+
CardIsLocked: string;
|
|
1350
|
+
SignatureVerificationStatusText_NotSigned: string;
|
|
1351
|
+
RelatedCardCreator_DeliveryAcceptanceReportRelatedCardCreatorId: string;
|
|
1352
|
+
Err_PlatformLibsNotFound: string;
|
|
1353
|
+
Error_CardContentsChanged: string;
|
|
1354
|
+
Error_EmployeeNotFound: string;
|
|
1355
|
+
CryptographicException_CryptENoRevocationDll: string;
|
|
1356
|
+
TaskCard_DeputyName: string;
|
|
1357
|
+
SignatureKind_DocumentSignature: string;
|
|
1358
|
+
StaffDirectory_EmployeeNotFound: string;
|
|
1359
|
+
CryptographicException_CryptEUnknownAlgorithm: string;
|
|
1360
|
+
CryptographicException_CryptEUnexpectedMsgType: string;
|
|
1361
|
+
NotSupportedFile: string;
|
|
1362
|
+
Log_ValueNotSet: string;
|
|
1363
|
+
FileListService_FileLockedByAnotherUser: string;
|
|
1364
|
+
CryptographicException_CryptESecuritySettings: string;
|
|
1365
|
+
Warning_CantAddOppositeReference_NoAccess: string;
|
|
1366
|
+
Error_AddEmployeesToGroup: string;
|
|
1367
|
+
CryptographicException_CryptEStreamMsgNotReady: string;
|
|
1368
|
+
Error_CantLoadBusinessCalendar: string;
|
|
1369
|
+
Error_AddMainFileNotAllowed: string;
|
|
1370
|
+
RefStaffEmployeeRowValidator_AccountExists_ErrorMessage: string;
|
|
1371
|
+
RelatedCardCreator_OutgoingDocumentRelatedCardCreator: string;
|
|
1372
|
+
Staff_SearchWord: string;
|
|
1373
|
+
NomenclatureDirectory: string;
|
|
1374
|
+
CryptographicException_CryptESelfSigned: string;
|
|
1375
|
+
CryptographicException_CryptEInvalidIndex: string;
|
|
1376
|
+
Error_FileForSigningNotFound: string;
|
|
1377
|
+
BaseUniversalItemType_DescriptionProperty_Name: string;
|
|
1378
|
+
Comments_DataSectionIsNotAvailable: string;
|
|
1379
|
+
Error_FileNameMissing: string;
|
|
1380
|
+
Section_StructSectionIdNotCreatable: string;
|
|
1381
|
+
TaskPerformerField: string;
|
|
1382
|
+
TasksTable_PerformerNotFound: string;
|
|
1383
|
+
CryptographicException_CryptEVerifyUsageOffline: string;
|
|
1384
|
+
Nomenclature_AddSection_Index: string;
|
|
1385
|
+
Column_ArchiveDate: string;
|
|
1386
|
+
Nomenclature_ViewSection_Section: string;
|
|
1387
|
+
Nomenclature_DirectorySecurityTooltip: string;
|
|
1388
|
+
Nomenclature_AddSubSectionHeader: string;
|
|
1389
|
+
Nomenclature_EditCase: string;
|
|
1390
|
+
Nomenclature_AddYearTip: string;
|
|
1391
|
+
Nomenclature_CaseStateColumn: string;
|
|
1392
|
+
Nomenclature_EditSectionHeader: string;
|
|
1393
|
+
ArchiveCase_Toggle_Case: string;
|
|
1394
|
+
ArchiveCase_Toggle_Unit: string;
|
|
1395
|
+
Error_CardIsNotExist: string;
|
|
1396
|
+
ArchiveCaseNotUnique: string;
|
|
1397
|
+
Nomenclature_EditSubSectionHeader: string;
|
|
1398
|
+
Nomenclature_AddYear_Year: string;
|
|
1399
|
+
ArchiveCase_Toggle_EnableCase: string;
|
|
1400
|
+
ArchiveCase_Toggle_EnableUnit: string;
|
|
1401
|
+
Nomenclature_CasesInRoot: string;
|
|
1402
|
+
Nomenclature_SectionsTabTitle: string;
|
|
1403
|
+
Nomenclature_Root: string;
|
|
1404
|
+
Error_YearIsNotUnique: string;
|
|
1405
|
+
Nomenclature_RootSectionNoUnitSelected: string;
|
|
1406
|
+
Nomenclature_AddSection_SubSection: string;
|
|
1407
|
+
Nomenclature_CaseIndexColumn: string;
|
|
1408
|
+
Column_RegistrationDate: string;
|
|
1409
|
+
Nomenclature_CasesTab: string;
|
|
1410
|
+
Nomenclature_AddCase: string;
|
|
1411
|
+
Nomenclature_AddRootSectionHeader: string;
|
|
1412
|
+
ArchivCase_Header: string;
|
|
1413
|
+
Nomenclature_AddSection_Name: string;
|
|
1414
|
+
Nomenclature_Header: string;
|
|
1415
|
+
Nomenclature_InfoInRoot: string;
|
|
1416
|
+
Nomenclature_ViewSubSection: string;
|
|
1417
|
+
Nomenclature_AddSectionHeader: string;
|
|
1418
|
+
Nomenclature_RootSectionNoYearSelected: string;
|
|
1419
|
+
Nomenclature_AddYearHeader: string;
|
|
1420
|
+
Nomenclature_CaseHeaderColumn: string;
|
|
1421
|
+
Nomenclature_ViewCase: string;
|
|
1422
|
+
Column_Name: string;
|
|
1423
|
+
UnitNomenclatureNotUnique: string;
|
|
1424
|
+
Nomenclature_InfoTab: string;
|
|
1425
|
+
CardType_Monitor_DisplayName: string;
|
|
1426
|
+
CardType_GateList_DisplayName: string;
|
|
1427
|
+
CardType_Process_DisplayName: string;
|
|
1428
|
+
CardType_FunctionList_DisplayName: string;
|
|
1429
|
+
CardType_Settings_DisplayName: string;
|
|
1430
|
+
CardType_InventoryCard_DisplayName: string;
|
|
1431
|
+
CardType_ArchiveCase_DisplayName: string;
|
|
1432
|
+
CardType_NomenclatureView_DisplayName: string;
|
|
1433
|
+
CardType_RefCases_DisplayName: string;
|
|
1434
|
+
CardType_FileList_DisplayName: string;
|
|
1435
|
+
CardType_RefTypes_DisplayName: string;
|
|
1436
|
+
CardType_AgentSettings_DisplayName: string;
|
|
1437
|
+
CardType_WorkflowTask_DisplayName: string;
|
|
1438
|
+
CardType_RefBarcodeScan_DisplayName: string;
|
|
1439
|
+
CardType_CardUni_DisplayName: string;
|
|
1440
|
+
CardType_CardOut_DisplayName: string;
|
|
1441
|
+
CardType_NavExtensions_DisplayName: string;
|
|
1442
|
+
CardType_RefNumerators_DisplayName: string;
|
|
1443
|
+
CardType_CardArchive_DisplayName: string;
|
|
1444
|
+
CardType_CardResolution_DisplayName: string;
|
|
1445
|
+
CardType_CardInc_DisplayName: string;
|
|
1446
|
+
CardType_CardFile_DisplayName: string;
|
|
1447
|
+
CardType_CardMessage_DisplayName: string;
|
|
1448
|
+
CardType_NavCommands_DisplayName: string;
|
|
1449
|
+
CardType_CardReport_DisplayName: string;
|
|
1450
|
+
CardType_RefUniversal_DisplayName: string;
|
|
1451
|
+
CardType_CardOrd_DisplayName: string;
|
|
1452
|
+
CardType_CardApproval_DisplayName: string;
|
|
1453
|
+
CardType_SettingsDirectory_DisplayName: string;
|
|
1454
|
+
CardType_ExtensionsDirectory_DisplayName: string;
|
|
1455
|
+
CardType_AdvancedLayoutsDirectory_DisplayName: string;
|
|
1456
|
+
CardType_SolutionsDirectory_DisplayName: string;
|
|
1457
|
+
CardType_ComponentsCard_DisplayName: string;
|
|
1458
|
+
CardType_NavigatorCard_DisplayName: string;
|
|
1459
|
+
CardType_VersionedFileCard_DisplayName: string;
|
|
1460
|
+
CardType_FoldersCard_DisplayName: string;
|
|
1461
|
+
CardType_UserProfileCard_DisplayName: string;
|
|
1462
|
+
CardType_FolderTypesCard_DisplayName: string;
|
|
1463
|
+
CardType_SettingsCard_DisplayName: string;
|
|
1464
|
+
CardType_NumeratorCard_DisplayName: string;
|
|
1465
|
+
CardType_MandatoryAccessCard_DisplayName: string;
|
|
1466
|
+
CardType_SavedViewCard_DisplayName: string;
|
|
1467
|
+
CardType_SavedSearchCard_DisplayName: string;
|
|
1468
|
+
CardType_CardDepartment_DisplayName: string;
|
|
1469
|
+
CardType_CardBaseUniversalItem_DisplayName: string;
|
|
1470
|
+
CardType_CardTaskList_DisplayName: string;
|
|
1471
|
+
CardType_RefNavExtension_DisplayName: string;
|
|
1472
|
+
CardType_RefStaff_DisplayName: string;
|
|
1473
|
+
CardType_RefSignatureLabels_DisplayName: string;
|
|
1474
|
+
CardType_RefStates_DisplayName: string;
|
|
1475
|
+
CardType_CardTask_DisplayName: string;
|
|
1476
|
+
CardType_CardServer_DisplayName: string;
|
|
1477
|
+
CardType_CardSurveyList_DisplayName: string;
|
|
1478
|
+
CardType_RefRoleModel_DisplayName: string;
|
|
1479
|
+
CardType_RefScripting_DisplayName: string;
|
|
1480
|
+
CardType_CardReconcilePath_DisplayName: string;
|
|
1481
|
+
CardType_RefPartners_DisplayName: string;
|
|
1482
|
+
CardType_RefBaseUniversal_DisplayName: string;
|
|
1483
|
+
CardType_CardSignatureList_DisplayName: string;
|
|
1484
|
+
CardType_CardReferenceList_DisplayName: string;
|
|
1485
|
+
CardType_RefLinks_DisplayName: string;
|
|
1486
|
+
CardType_RefServers_DisplayName: string;
|
|
1487
|
+
CardType_CardFileList_DisplayName: string;
|
|
1488
|
+
CardType_CardDocument_DisplayName: string;
|
|
1489
|
+
CardType_RefLayouts_DisplayName: string;
|
|
1490
|
+
CardType_RefNumerationRules_DisplayName: string;
|
|
1491
|
+
CardType_CardPartnersDepartment_DisplayName: string;
|
|
1492
|
+
CardType_CardPartnersEmployee_DisplayName: string;
|
|
1493
|
+
CardType_CardReconcileLog_DisplayName: string;
|
|
1494
|
+
CardType_CardTaskGroup_DisplayName: string;
|
|
1495
|
+
CardType_CardEmployee_DisplayName: string;
|
|
1496
|
+
CardType_CardReconcileStage_DisplayName: string;
|
|
1497
|
+
CardType_RefKinds_DisplayName: string;
|
|
1498
|
+
CardType_CardReconcile_DisplayName: string;
|
|
1499
|
+
CardType_CardCategoryList_DisplayName: string;
|
|
1500
|
+
CardType_CardCalendar_DisplayName: string;
|
|
1501
|
+
CardType_RefCategories_DisplayName: string;
|
|
1502
|
+
CardType_ArchiveManagementLink_DisplayName: string;
|
|
1503
|
+
CardType_CardApprovalPath_DisplayName: string;
|
|
1504
|
+
CardType_CardApprovalStage_DisplayName: string;
|
|
1505
|
+
CardType_CardApprovalResult_DisplayName: string;
|
|
1506
|
+
NoValue: string;
|
|
1507
|
+
Diagram_WaitingForData: string;
|
|
1508
|
+
Diagram_Empty: string;
|
|
1509
|
+
};
|