@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.13
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/Approval/AgreementList.d.ts +2 -2
- package/Approval/AgreementListContent.d.ts +1 -0
- package/Approval/IAgreementListContentProps.d.ts +2 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
- package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
- package/BackOffice/BatchDelegateOperation.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryEntryModal.d.ts +3 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
- package/BackOffice/DirectoryFrame.d.ts +2 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +2 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
- package/BackOffice/DirectorySearchResultView.d.ts +3 -2
- package/BackOffice/DirectoryTabs.d.ts +3 -0
- package/BackOffice/DirectoryTree.d.ts +3 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
- package/BackOffice/DirectoryValues.d.ts +7 -5
- package/BackOffice/DirectoryValuesLogic.d.ts +1 -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/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +5 -0
- package/BackOffice/FileListControlImpl.d.ts +10 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +5 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/FindStaffSection.d.ts +4 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeGroups.d.ts +1 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/Index.d.ts +10 -1
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/LinksImpl.d.ts +1 -0
- package/BackOffice/LoadEmployees.d.ts +2 -5
- package/BackOffice/NumeratorImpl.d.ts +2 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +10 -4
- package/BackOffice/SearchEmployees.d.ts +2 -1
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +2 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +10 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +2 -1
- package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +8 -5
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +200 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +1573 -62
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/MainMenu/ItemText.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -0
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +9 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +4 -1
- package/Legacy/ModalWindow.d.ts +1 -1
- package/Legacy/NavBarRouteHandler.d.ts +1 -1
- package/Legacy/SearchDropdown.d.ts +3 -1
- package/Legacy/Sidebar.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
- package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
- package/Legacy/Utils.d.ts +3 -7
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
- package/MainBundle.d.ts +2 -1
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$BatchOperations.d.ts +3 -0
- package/Platform/$CacheManagement.d.ts +3 -1
- package/Platform/$ContextMenuOptions.d.ts +86 -6
- package/Platform/$CurrentFolder.d.ts +3 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +14 -2
- package/Platform/$FolderGrid.d.ts +28 -3
- package/Platform/$GridOptions.d.ts +10 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/$UnreadCounter.d.ts +1 -1
- package/Platform/$WebFrameSearchPanel.d.ts +30 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -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 +6 -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/ArchivedCardsIcon.d.ts +5 -0
- package/Platform/ArchivedCardsPlugin.d.ts +3 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
- package/Platform/CacheManagementService.d.ts +5 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +8 -0
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +1 -0
- package/Platform/ClearButton.d.ts +8 -0
- package/Platform/CommentFile.d.ts +4 -1
- package/Platform/ContextMenu.d.ts +18 -5
- package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
- package/Platform/ContextMenuOptionsService.d.ts +43 -12
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
- package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
- package/Platform/DateInput.d.ts +6 -0
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +12 -7
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +7 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +1 -0
- package/Platform/ExportPlugin.d.ts +12 -0
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePicker.d.ts +5 -2
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FilterPlugin.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 +6 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderCountersRouteHandler.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +4 -1
- package/Platform/FolderDataContext.d.ts +7 -2
- package/Platform/FolderDataContextImpl.d.ts +7 -2
- package/Platform/FolderDataLoadingService.d.ts +36 -16
- package/Platform/FolderGrid.d.ts +31 -4
- package/Platform/FolderGrid.stories.d.ts +4 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +9 -1
- package/Platform/FolderGridService.d.ts +44 -3
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +8 -1
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderName.d.ts +4 -0
- package/Platform/FolderNameImpl.d.ts +1 -2
- package/Platform/FolderPluginProvider.d.ts +5 -2
- package/Platform/FolderRouteTypeMapper.d.ts +1 -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 +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/GridOperationsService.d.ts +3 -0
- package/Platform/GridRowModel.d.ts +2 -2
- package/Platform/GropingPlugin.d.ts +3 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +2 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -2
- package/Platform/IFolderLoadRequest.d.ts +6 -0
- package/Platform/IFolderPluginFactory.d.ts +2 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/InputWithMask.d.ts +16 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -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 +9 -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/LoadExistingFolderDataLoader.d.ts +2 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +6 -5
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
- package/Platform/Panel.d.ts +2 -0
- package/Platform/PanelImpl.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +17 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +33 -0
- package/Platform/ReadBatchOperationImpl.d.ts +20 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +3 -1
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/RecentCardsRouteHandler.d.ts +4 -3
- package/Platform/RefreshPlugin.d.ts +12 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +18 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +8 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +6 -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/SearchPlugin.d.ts +3 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +2 -1
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +20 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -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 +62 -0
- package/Platform/{TemplateRequestResolver.d.ts → SettingsPopupRequestResolver.d.ts} +3 -3
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +23 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SortingResponseResolver.d.ts +2 -1
- package/Platform/Table.d.ts +2 -3
- package/Platform/TableBackgroundOpacityPlugin.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/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/{TemplateResponseResolver.d.ts → TableRowColorResponseResolver.d.ts} +1 -2
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +27 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/Toolbar.stories.d.ts +12 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +4 -1
- package/Platform/UserCulture.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +11 -4
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/applyCurrentSettings.d.ts +8 -0
- package/Platform/canUseCssVariables.d.ts +1 -0
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/formatNumberToCulture.d.ts +8 -0
- package/Platform/getArrayWidth.d.ts +2 -0
- package/Platform/index.d.ts +13 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateColumnsVisible.d.ts +2 -0
- package/Platform/updateValueCheckedColumn.d.ts +6 -0
- package/Platform/utils.d.ts +3 -0
- package/StandardServices.d.ts +11 -2
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +2 -1
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +8 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +4 -3
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/IRouteInfo.d.ts +2 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationResult.d.ts +4 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +3 -3
- package/System/LayoutCardControllerStub.d.ts +3 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/MessageBoxService.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +604 -68
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
- package/Legacy/AgreementSidebar.d.ts +0 -38
- package/Legacy/LegacyModels.d.ts +0 -178
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export declare let resourcesStub: {
|
|
2
2
|
QueryCondition_ValueNotSpecified: string;
|
|
3
3
|
TasksTree_CollapseAll: string;
|
|
4
|
+
ProblemLoadingExtension: string;
|
|
5
|
+
Grid_DeleteShortcutBatchConfirmation: string;
|
|
4
6
|
Field_Name: string;
|
|
5
7
|
Field_Date: string;
|
|
6
8
|
Links_LinkTypeAndCardKindRequired: string;
|
|
@@ -9,6 +11,7 @@ export declare let resourcesStub: {
|
|
|
9
11
|
AgreementManagement_CloseButton: string;
|
|
10
12
|
Error_InvalidSearchQuery: string;
|
|
11
13
|
Grid_ColumnName: string;
|
|
14
|
+
ContextMenu_CreateDepartment: string;
|
|
12
15
|
NoSearchVariants: string;
|
|
13
16
|
FilePanelRazorControl_FilesLoading: string;
|
|
14
17
|
FileSize_SizeInKb: string;
|
|
@@ -18,8 +21,11 @@ export declare let resourcesStub: {
|
|
|
18
21
|
Links_ColumnsConfigDialogTitle: string;
|
|
19
22
|
AgreementButton_Sign: string;
|
|
20
23
|
KindsNotAvailable: string;
|
|
24
|
+
Grid_ContextMenu_Filter: string;
|
|
25
|
+
Staff_PositionTab: string;
|
|
21
26
|
UnknownCardType: string;
|
|
22
27
|
DocumentManagement_Amendment: string;
|
|
28
|
+
Grid_MoveCardsButtonHeader: string;
|
|
23
29
|
Staff_GoToGroup: string;
|
|
24
30
|
Grid_BatchOperationDialogDescription: string;
|
|
25
31
|
Button_Cancel: string;
|
|
@@ -28,26 +34,43 @@ export declare let resourcesStub: {
|
|
|
28
34
|
Request_Error: string;
|
|
29
35
|
MainMenuPinButton_Pin: string;
|
|
30
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;
|
|
31
45
|
Department_NextSearchResult: string;
|
|
46
|
+
StaffDirectory_CreateEmployee_ValidateAccountConfirmation: string;
|
|
32
47
|
DocumentManagement_TerminationEndDate: string;
|
|
33
48
|
ErrorPage_FriendlyHeader: string;
|
|
34
49
|
Tooltip_AddNewFile: string;
|
|
35
50
|
CommentFile_SelectFile: string;
|
|
36
51
|
Button_AddAdditionalFileShort: string;
|
|
52
|
+
SecurityDialog_Deny: string;
|
|
53
|
+
SecurityDialog_None: string;
|
|
54
|
+
DialogHeader_ViewEmployee: string;
|
|
55
|
+
Grouping_PagedSecurityNotification: string;
|
|
56
|
+
DownloadAllTableFiles_DefaultTip: string;
|
|
37
57
|
AddressControl_City: string;
|
|
38
58
|
Grid_ColumnEndDateNotSpecified: string;
|
|
39
59
|
Error_CardNotOpened: string;
|
|
40
60
|
TaskOperation_Delegate: string;
|
|
61
|
+
Staff_InfoTab: string;
|
|
41
62
|
Dialog_EnterUrlAddress: string;
|
|
42
63
|
Button_AddMainFileShort: string;
|
|
64
|
+
TasksTable_NoAccess: string;
|
|
43
65
|
Field_LinkType: string;
|
|
66
|
+
Grid_DeleteShortcutButtonHeader: string;
|
|
44
67
|
Links_Info_AuthorLabel: string;
|
|
45
|
-
|
|
46
|
-
Grid_BulkOperationDialogProgress_2: string;
|
|
68
|
+
AddFileToTable_DefaultTip: string;
|
|
47
69
|
Grid_InvalidView: string;
|
|
48
70
|
TasksTree_UndefinedNode: string;
|
|
49
71
|
TaskAgreedReject_Comments: string;
|
|
50
72
|
Button_AddDocument: string;
|
|
73
|
+
FileList_IncorrectName: string;
|
|
51
74
|
FilterSidePanel_Accept: string;
|
|
52
75
|
Links_NewCardDialog_Title: string;
|
|
53
76
|
AgreementManagement_ApprovalTypeConsolidation: string;
|
|
@@ -61,66 +84,97 @@ export declare let resourcesStub: {
|
|
|
61
84
|
Partner_DirectorySearchToggle_EnableDepartment: string;
|
|
62
85
|
Sign_Certificate_ExpiryDate: string;
|
|
63
86
|
Button_AddAdditionalFile: string;
|
|
87
|
+
DelegationLabel_Tooltip: string;
|
|
64
88
|
History_ViewHistoryForbidden: string;
|
|
65
89
|
DialogSignViewList: string;
|
|
90
|
+
ContextMenu_CreateOrganization: string;
|
|
66
91
|
Partner_INN: string;
|
|
67
92
|
Warning_OpenFileReadonly: string;
|
|
68
93
|
FilterSidePanel_Cancel: string;
|
|
69
94
|
AgreementManagement_InterruptStageButton: string;
|
|
70
95
|
Dialog_SearchParameters_Reset: string;
|
|
71
96
|
GridFilter_Documents: string;
|
|
97
|
+
FilePicker_AuthorHeader: string;
|
|
72
98
|
AddressControl_ZipCode: string;
|
|
99
|
+
CreateRootLayoutDialogHeader_Organization: string;
|
|
100
|
+
Delete: string;
|
|
101
|
+
FileList_DropZone_MainFilesText: string;
|
|
102
|
+
FileListControl_AddMainFileText: string;
|
|
73
103
|
UnreadCounter_GridDataOutdated: string;
|
|
104
|
+
SearchResults_NoSearchMessage: string;
|
|
74
105
|
FilePanel_Sign_State_Invalid: string;
|
|
75
106
|
Dialog_ConfirmDeleteComment: string;
|
|
76
107
|
FolderSettings_DetachFolders_ConfirmMessage: string;
|
|
77
108
|
FilePanel_Sign_ValidationState: string;
|
|
78
|
-
Grid_BulkOperationDialogStopButton: string;
|
|
79
109
|
Navigator_BuildVersion: string;
|
|
110
|
+
SecurityDialog_EnableInheritance: string;
|
|
111
|
+
TasksTable_ShowOverdueFilter: string;
|
|
112
|
+
FileListControl_Header: string;
|
|
80
113
|
FilePanel_Sign_SignDetailsHeader: string;
|
|
81
114
|
Button_Tooltip_FolderNotSupported: string;
|
|
82
115
|
Dashboard_More: string;
|
|
116
|
+
UniquenessCheck_Cancel: string;
|
|
117
|
+
StaffEmployeeStatus_Sick: string;
|
|
83
118
|
Error_DefaultLocaleIsNotExists: string;
|
|
119
|
+
Error_DeputyAlreadyExists: string;
|
|
84
120
|
FileHeader_FileAdditionalTitle: string;
|
|
85
121
|
Partner_Name: string;
|
|
122
|
+
EmployeeLastNameColumn: string;
|
|
86
123
|
Links_InfoPopover_AddDescription: string;
|
|
87
124
|
Dialog_ConfirmLogout: string;
|
|
88
125
|
History_ColumnDate: string;
|
|
89
126
|
TaskOperation_StopExecution: string;
|
|
90
127
|
Staff_Remove: string;
|
|
91
128
|
AgreementManagement_OperationKind_Resume: string;
|
|
129
|
+
SecurityDialog_DisableInheritance_Remove: string;
|
|
92
130
|
DelegateEvent_Returned: string;
|
|
131
|
+
Grid_SettingsApply: string;
|
|
93
132
|
History_NoRecords: string;
|
|
133
|
+
MainMenu_Configuration_Configure: string;
|
|
134
|
+
FolderManagement_AddSubfolder_Title: string;
|
|
94
135
|
AcquaintanceManagement_Header: string;
|
|
136
|
+
FolderManagement_ViewSettings: string;
|
|
137
|
+
Error_ManagerHimself: string;
|
|
95
138
|
AgreementManagement_ApprovalTypeParallel: string;
|
|
96
139
|
Dialog_Information: string;
|
|
97
140
|
DocumentManagement_Prolongation: string;
|
|
98
|
-
|
|
141
|
+
Error_InternalServerError: string;
|
|
142
|
+
Grouping_PagedSecurityConfirmation: string;
|
|
99
143
|
ErrorPage_FriendlyMessage: string;
|
|
144
|
+
FolderManagement_EditSettings_Title: string;
|
|
100
145
|
Button_AddReport: string;
|
|
101
146
|
TaskCard_DelegateCommentField: string;
|
|
102
147
|
FileOperation_Delete: string;
|
|
148
|
+
StaffDirectory_TreeAddButtons_AddPosition: string;
|
|
103
149
|
Error_WebClientExtensionExist: string;
|
|
150
|
+
Grid_ContextMenu_Group: string;
|
|
104
151
|
Directory_SearchInDirectory: string;
|
|
105
152
|
AgreementList_ColumnDepartment: string;
|
|
106
153
|
DocumentManagement_DatesError: string;
|
|
107
154
|
Files_Header_Version: string;
|
|
155
|
+
CanNotReceiveRecentCardsFolder: string;
|
|
108
156
|
TasksTree_TaskGroupHelpHeader: string;
|
|
109
157
|
Navigator_AttachFolder: string;
|
|
110
158
|
Login_UserName: string;
|
|
111
159
|
AcquaintanceManagement_PastDateMessage: string;
|
|
112
160
|
GridFilter_Filter: string;
|
|
161
|
+
FileOperation_ViewWithSignature: string;
|
|
162
|
+
FilePicker_Replace: string;
|
|
113
163
|
Error_UserNotRegisteredAsEmployee: string;
|
|
114
164
|
Partner_DirectorySearchPlaceholderDepartment: string;
|
|
115
165
|
Comments_Restore: string;
|
|
116
166
|
TasksTree_TaskHintHeaderTemplate: string;
|
|
117
167
|
Navigator_ButtonSelect: string;
|
|
168
|
+
StaffDirectory_ShowAllLabel: string;
|
|
169
|
+
EmployeeInitialsColumn: string;
|
|
118
170
|
DocumentManagement_TerminationReason: string;
|
|
119
171
|
Error_AccessDenied: string;
|
|
120
172
|
AddCardModal_NoTemplates: string;
|
|
121
173
|
DocumentId: string;
|
|
122
174
|
Button_Withdraw: string;
|
|
123
175
|
Error_CardIsLocked: string;
|
|
176
|
+
UniquenessCheck_CardAuthor: string;
|
|
177
|
+
StaffDirectory_TreeAddButtons_Create: string;
|
|
124
178
|
TasksTree_ShowBranch: string;
|
|
125
179
|
Navigator_MyFolders: string;
|
|
126
180
|
Comments_EditDelete: string;
|
|
@@ -128,43 +182,64 @@ export declare let resourcesStub: {
|
|
|
128
182
|
DisplayPerformers_AccessDenied: string;
|
|
129
183
|
Partner_Organisation: string;
|
|
130
184
|
Navigator_CSP_Download: string;
|
|
185
|
+
UniquenessCheck_CardCell: string;
|
|
131
186
|
AgreementManagement_SendButton: string;
|
|
132
187
|
ChildTasksPerforming_CommentFile: string;
|
|
188
|
+
StaffEmployeeStatus_BusinessTrip: string;
|
|
133
189
|
Search_CurrentFolder: string;
|
|
134
190
|
LayoutControl_EditModeNotSupported: string;
|
|
135
191
|
ApprovalHistory_Corrections: string;
|
|
192
|
+
FolderManagement_AddSubfolder: string;
|
|
136
193
|
FileHeader_FileVersion: string;
|
|
137
|
-
Grid_BulkOperationDialogErrors: string;
|
|
138
194
|
Comment_ValidationNotEmpty: string;
|
|
195
|
+
StaffDirectory_EmployeeInitialsColumn: string;
|
|
139
196
|
StaffDirectory_Dialog_Selected: string;
|
|
140
197
|
Error_InvalidBarcode: string;
|
|
198
|
+
ImportESign_CommonError: string;
|
|
141
199
|
Navigator_RecentCards: string;
|
|
200
|
+
Navigator_Favorites: string;
|
|
142
201
|
FilePanel_SignButton_ValidateSigns: string;
|
|
202
|
+
PrintButton_NoTemplates: string;
|
|
143
203
|
Navigator_CSP_Plugin_NotDetected: string;
|
|
204
|
+
GridFilter_Tooltip_No: string;
|
|
205
|
+
FolderManagementDialog_Highlight_Unread: string;
|
|
144
206
|
DelegateEvent_TakenInWork: string;
|
|
207
|
+
StaffDirectory_TreeAddButtons_CreateDepartment: string;
|
|
145
208
|
Grid_BatchOperationDialogStopButton: string;
|
|
146
209
|
Partner_MiddleName: string;
|
|
210
|
+
SecurityAppliesTo_ChildContainerOnly: string;
|
|
211
|
+
Information_HaveNoValidSignature: string;
|
|
147
212
|
FilterSidePanel_Header: string;
|
|
148
213
|
Directory_LastName: string;
|
|
214
|
+
WebFrameRootNotFound: string;
|
|
215
|
+
ScanDialog_InfoSuccess: string;
|
|
216
|
+
UniquenessCheck_Header: string;
|
|
149
217
|
Error_FolderAccessDenied: string;
|
|
150
218
|
NotFoundDescription: string;
|
|
219
|
+
Staff_OrganizationTab: string;
|
|
220
|
+
ScanDialog_OnePageScanButton: string;
|
|
151
221
|
Navigator_ButtonSelectFolder: string;
|
|
152
222
|
MainLoadingText: string;
|
|
153
223
|
Panel_DocumentChildSection: string;
|
|
154
224
|
BaseControl_RenderOverrideError: string;
|
|
155
225
|
NoLabel: string;
|
|
226
|
+
Grid_SettingsRowsWrap: string;
|
|
156
227
|
TasksTree_TaskOverdue: string;
|
|
228
|
+
Error_FileIsLocked: string;
|
|
157
229
|
FileUpload_CheckboxLabel: string;
|
|
158
230
|
Department_NoChildren: string;
|
|
159
231
|
Comment_Send: string;
|
|
160
232
|
GridFilter_ResetAll: string;
|
|
233
|
+
Error_OperationAccessDenied: string;
|
|
161
234
|
Button_AddMainFile: string;
|
|
162
235
|
Button_AddLink: string;
|
|
163
236
|
Button_AddFile: string;
|
|
164
237
|
ChildTasksPerforming_SelectAllMobile: string;
|
|
238
|
+
StaffDirectory_EditSectionHeader: string;
|
|
165
239
|
Navigator_FolderRestoreSettings_Tooltip: string;
|
|
166
240
|
AcquaintanceManagement_ConsiderationDatePlaceholder: string;
|
|
167
241
|
DigestColumn_CreationDateTime: string;
|
|
242
|
+
FolderManagementDialog_Create_AccessError: string;
|
|
168
243
|
GridFilter_TaskInWork: string;
|
|
169
244
|
FilePanel_NoMainFiles: string;
|
|
170
245
|
Tooltip_AddNewUrl: string;
|
|
@@ -174,74 +249,116 @@ export declare let resourcesStub: {
|
|
|
174
249
|
FileHeader_FileVersionTitle: string;
|
|
175
250
|
Comments_EditComment: string;
|
|
176
251
|
CardKindConverter_LoadingError: string;
|
|
252
|
+
ContextMenu_CreatePosition: string;
|
|
253
|
+
GroupTaskPerformers_SeparateTasks: string;
|
|
177
254
|
TasksTree_ControlDate: string;
|
|
178
255
|
Links_Columns_CommandButton: string;
|
|
179
256
|
Error_FileUploadNotSupported: string;
|
|
180
257
|
DateTimePicker_MinDateMessage: string;
|
|
181
258
|
FilePanel_SignButton_SignAll: string;
|
|
259
|
+
TasksTable_Delete: string;
|
|
182
260
|
Numerator_SaveCardRequest: string;
|
|
261
|
+
Error_EmptyParameters: string;
|
|
183
262
|
Sidebar_MobileVersion: string;
|
|
184
263
|
Button_RecentSearch: string;
|
|
264
|
+
Search_JobTitle: string;
|
|
185
265
|
ValueYes: string;
|
|
186
266
|
SelectExistingCardDialog_FolderMode: string;
|
|
187
267
|
Comment_Cancel: string;
|
|
188
268
|
Dashboard_Recent: string;
|
|
189
269
|
Sign_Certificate_Issue: string;
|
|
270
|
+
Grid_ContextMenu_CopyTextCell: string;
|
|
190
271
|
DisplayPerformers_ColumnEvent: string;
|
|
191
272
|
AgreementManagement_NoTemplatesStartedWithoutFiles: string;
|
|
273
|
+
DigestColumn_CardTypeID: string;
|
|
192
274
|
TasksTree_ResponsibleSuffix: string;
|
|
193
275
|
Table_RemoveRowRequest: string;
|
|
276
|
+
FileListControl_DragDropPlaceholder: string;
|
|
194
277
|
RequestManager_Error_ServerNotRespond: string;
|
|
278
|
+
FolderManagement_RemoveFolder_Confirmation: string;
|
|
279
|
+
TasksTable_ShowUnfinishedFilter: string;
|
|
195
280
|
CardManagement_TooltipRefreshCard: string;
|
|
196
281
|
ApprovalHistory_Stage: string;
|
|
197
282
|
Grid_DelegateOperation: string;
|
|
198
283
|
FilePanel_Sign_State_ConditionallyValid: string;
|
|
199
284
|
Partner_DirectoryWelcome: string;
|
|
200
285
|
AgreementButton_Agreed: string;
|
|
286
|
+
CreateLayoutDialogHeader_Group: string;
|
|
201
287
|
CommentFile_Upload: string;
|
|
288
|
+
EmptyStartAndEndDateWarning: string;
|
|
202
289
|
DigestColumn_ChangeDateTime: string;
|
|
203
290
|
ClearBrowserData: string;
|
|
291
|
+
StaffDirectory_Header: string;
|
|
292
|
+
Grouping_ShowMore: string;
|
|
293
|
+
RemoveFromGroup: string;
|
|
294
|
+
Grid_ReadAll: string;
|
|
204
295
|
Grid_Refresh: string;
|
|
296
|
+
Router_InvalidGuid: string;
|
|
205
297
|
Grid_ResetSettings: string;
|
|
298
|
+
FolderManagement_AccessRights: string;
|
|
206
299
|
FileOperation_Unlock: string;
|
|
300
|
+
Search_OrganizationName_TIN: string;
|
|
207
301
|
TaskOperation_Complete: string;
|
|
208
302
|
API_InvalidTabPage: string;
|
|
303
|
+
ContextMenu_CreateGroup: string;
|
|
304
|
+
DirectorySearch_Counter_Text: string;
|
|
305
|
+
StaffEmployeeStatus_Absent: string;
|
|
209
306
|
About_ThirdParty_Header: string;
|
|
307
|
+
StaffEmployeeStatus_Active: string;
|
|
210
308
|
FileList_FileAlreadyExists: string;
|
|
211
309
|
AgreementManagement_ApproverListIsEmpty: string;
|
|
212
310
|
AddCardModal_LoadingTemplates: string;
|
|
311
|
+
ScanDialog_LabelScanOptions: string;
|
|
213
312
|
DisplayPerformers_ColumnDate: string;
|
|
214
313
|
TaskDelegationInfo_ReturnedBy: string;
|
|
215
314
|
FileHeader_FileMainTitle: string;
|
|
216
315
|
Search_Placeholder_CurrentFolderAndSubFolders: string;
|
|
217
316
|
Table_EditRow: string;
|
|
218
317
|
Partner_GoToOrganisation: string;
|
|
318
|
+
SecurityDialog_UserOrGroup: string;
|
|
319
|
+
FileOperation_Rename: string;
|
|
320
|
+
Grid_CopyCardsButtonHeader: string;
|
|
321
|
+
WrongStartDateOfDatesWarning: string;
|
|
219
322
|
AgreementManagement_SaveButton: string;
|
|
220
323
|
ApprovalHistory_Approver: string;
|
|
221
324
|
ChildTasksPerforming_Performer: string;
|
|
222
325
|
CardLink_Menu_OpenCard: string;
|
|
223
326
|
Partner_RootFilterLabel: string;
|
|
327
|
+
SecurityDialog_NoAccess: string;
|
|
224
328
|
History_ShowMore: string;
|
|
225
329
|
Staff_GoToRole: string;
|
|
226
330
|
Login_Password: string;
|
|
331
|
+
Grid_DeleteShortcutBatchOperationName: string;
|
|
227
332
|
DisplayPerformers_ColumnInitiator: string;
|
|
333
|
+
SecurityDialog_NoAccessToView: string;
|
|
228
334
|
Department_SearchPlaceholder: string;
|
|
335
|
+
Request_Unauthorized_Error: string;
|
|
229
336
|
Links_NewCardDialog_CardKind: string;
|
|
230
337
|
CommentFile_Remove: string;
|
|
231
338
|
DocumentName: string;
|
|
339
|
+
DeleteConfirmation: string;
|
|
232
340
|
MixStylesControl: string;
|
|
233
341
|
TaskDelegationInfo_DelegatedTo: string;
|
|
342
|
+
FilePicker_CreationDateHeader: string;
|
|
234
343
|
TaskHeader_RejectTask: string;
|
|
235
344
|
TasksTree_LoadCurrentTaskTree: string;
|
|
236
345
|
Partner_GoToDepartment: string;
|
|
346
|
+
DialogHeader_EditEmployee: string;
|
|
347
|
+
ExportESignButton_Title: string;
|
|
348
|
+
StaffDirectory_InfoInRoot_Group: string;
|
|
237
349
|
Error_DataValidationError: string;
|
|
350
|
+
SecurityDialog_DisableInheritancePreserveQuestionHeader: string;
|
|
351
|
+
TasksTable_ButtonText: string;
|
|
238
352
|
CardLink_Menu_ViewFile: string;
|
|
353
|
+
InfoLayoutDialogHeader: string;
|
|
239
354
|
Error_UserSessionExpired: string;
|
|
240
355
|
ChildTasksPerforming_DialogHeader: string;
|
|
356
|
+
FilePicker_VersionHeader: string;
|
|
241
357
|
Comments_Dialog_Title: string;
|
|
242
358
|
Dialog_SearchParametersTitle: string;
|
|
243
359
|
TasksTree_ModalClose: string;
|
|
244
360
|
SelectFromDirectoryHeader: string;
|
|
361
|
+
ScanButton_Upload: string;
|
|
245
362
|
DisplayPerformers_ColumnComment: string;
|
|
246
363
|
Directory_FirstName: string;
|
|
247
364
|
Navigator_Progress: string;
|
|
@@ -249,13 +366,17 @@ export declare let resourcesStub: {
|
|
|
249
366
|
AddressControl_Address: string;
|
|
250
367
|
CardManagement_TooltipEditCard: string;
|
|
251
368
|
ApprovalHistory_Date: string;
|
|
369
|
+
Grid_ExportInExcel_Tooltip: string;
|
|
252
370
|
Table_AddRow: string;
|
|
253
371
|
Partner_DirectorySearchToggle_EnableEmployee: string;
|
|
254
372
|
ApprovalHistory_ApprovalCycles: string;
|
|
255
373
|
Navigator_Preview_Scale_On: string;
|
|
374
|
+
Error_InsufficientAccessRights: string;
|
|
375
|
+
Grid_SettingUpGrid: string;
|
|
256
376
|
Error_ApplicationNotInitialized: string;
|
|
257
377
|
Search_Area: string;
|
|
258
378
|
Navigator_Error_PageRefresh: string;
|
|
379
|
+
FilePreview_AttachFile: string;
|
|
259
380
|
DownloadDVWebTool: string;
|
|
260
381
|
Tooltip_FilePanel_AddAdditionalFile: string;
|
|
261
382
|
Search_CurrentFolderAndSubFolders: string;
|
|
@@ -271,9 +392,14 @@ export declare let resourcesStub: {
|
|
|
271
392
|
OldStyleControl: string;
|
|
272
393
|
AcquaintanceManagement_CancelButton: string;
|
|
273
394
|
Checkbox_True: string;
|
|
395
|
+
DirectorySearch_Filter_Case: string;
|
|
396
|
+
DirectorySearch_Filter_Unit: string;
|
|
274
397
|
MainMenu_Configuration_HideElements: string;
|
|
398
|
+
ScanDialog_ColorMode: string;
|
|
399
|
+
SecurityAppliesTo_ThisObjectChildContainer: string;
|
|
275
400
|
FileOperation_Open_For_Edit: string;
|
|
276
401
|
FileOperation_Open_For_View: string;
|
|
402
|
+
DigestColumn_InstanceID: string;
|
|
277
403
|
Navigator_FileUploadSizeNotAllowed: string;
|
|
278
404
|
FileUpload_DropZone: string;
|
|
279
405
|
AgreementList_Title: string;
|
|
@@ -283,7 +409,11 @@ export declare let resourcesStub: {
|
|
|
283
409
|
UnlockCardsForAutoconsolidation: string;
|
|
284
410
|
Navigator_Profile: string;
|
|
285
411
|
Grid_CloseWindowOperationConfirmation: string;
|
|
412
|
+
ScanDialog_InfoScanProcess: string;
|
|
286
413
|
FilePanel_Sign_State_PartiallyValid: string;
|
|
414
|
+
ScanDialog_InfoScanPrepare: string;
|
|
415
|
+
Grid_MoveShortcutBatchOperationName: string;
|
|
416
|
+
Error_FilterParametersInvalid: string;
|
|
287
417
|
Grid_ForbiddenView: string;
|
|
288
418
|
AddCardModal_SelectTemplate: string;
|
|
289
419
|
Controls_NumberDefaultName: string;
|
|
@@ -300,11 +430,16 @@ export declare let resourcesStub: {
|
|
|
300
430
|
ApprovalCardHistoryWidget_WaitingForDecision: string;
|
|
301
431
|
History_ColumnEmployee: string;
|
|
302
432
|
Table_RemoveRow: string;
|
|
433
|
+
EmployeePositionColumn: string;
|
|
434
|
+
StateButtons_CompleteOperationDialog: string;
|
|
435
|
+
SecurityAppliesTo_ChildContainerAndNonContainerOnly: string;
|
|
303
436
|
Dialog_Yes: string;
|
|
304
437
|
Links_Menu_DeleteLink: string;
|
|
305
438
|
Links_Menu_DeleteFile: string;
|
|
306
439
|
DateTimePicker_InvalidLabel: string;
|
|
307
440
|
Partner_SelectFromDirectory: string;
|
|
441
|
+
FolderManagementDialog_FolderView: string;
|
|
442
|
+
StaffEmployeeStatus_DischargedNoRestoration: string;
|
|
308
443
|
DocumentManagement_TerminationHeader: string;
|
|
309
444
|
ErrServer404: string;
|
|
310
445
|
Department_RootFilterLabelStaff: string;
|
|
@@ -319,45 +454,69 @@ export declare let resourcesStub: {
|
|
|
319
454
|
ApprovalHistory_Decision: string;
|
|
320
455
|
ApprovalHistory_DateOfDecision: string;
|
|
321
456
|
Search_EveryWhere: string;
|
|
457
|
+
Grid_ContextMenu_Open: string;
|
|
458
|
+
FolderManagement_RemoveFolder_Title: string;
|
|
322
459
|
Controls_ControlIsNotInLayoutAndNoCardIdSpecified: string;
|
|
323
460
|
CardManagement_TooltipDeleteCard: string;
|
|
324
461
|
MainMenu_Configuration_Cancel: string;
|
|
462
|
+
FileList_DropZone_SignaturesText: string;
|
|
463
|
+
ContextMenuCustom_OpenNewWindow: string;
|
|
325
464
|
Navigator_ButtonClose: string;
|
|
326
465
|
Navigator_About: string;
|
|
327
466
|
Error_Links_NoAllowedCreateKindsConfiguredInControl: string;
|
|
467
|
+
ScanDialog_LabelScannerSettings: string;
|
|
328
468
|
Dialog_Ok: string;
|
|
329
469
|
Dialog_No: string;
|
|
330
470
|
Navigator_Title: string;
|
|
331
471
|
FileOperation_Download: string;
|
|
472
|
+
ScanDialog_MultiplePagesScanButton: string;
|
|
473
|
+
CreateLayoutDialogHeader_Organization: string;
|
|
474
|
+
LayoutsBootstrapper_ChangeStaffEmployeeStatus: string;
|
|
332
475
|
API_InvalidColumn: string;
|
|
476
|
+
Search_Folder: string;
|
|
333
477
|
Links_Menu_FollowLink: string;
|
|
334
478
|
FileOperation_Open_Cancel: string;
|
|
335
479
|
TaskOperation_SendToModification: string;
|
|
336
480
|
ChildTasksPerforming_Comment: string;
|
|
481
|
+
Staff_EmployeeTab: string;
|
|
482
|
+
FolderManagement_AccessRights_Title: string;
|
|
483
|
+
SecurityAppliesTo: string;
|
|
337
484
|
Partner_FirstName: string;
|
|
338
485
|
Navigator_FolderSettings: string;
|
|
339
486
|
Controls_AgreementListButtonText: string;
|
|
340
487
|
Files_Header_Name: string;
|
|
488
|
+
Files_Header_Size: string;
|
|
341
489
|
TasksTree_EndDate: string;
|
|
490
|
+
Search_GroupName: string;
|
|
342
491
|
Panel_NoParentTask: string;
|
|
492
|
+
Grid_SettingsView: string;
|
|
493
|
+
Grid_SettingsRows: string;
|
|
343
494
|
DocumentCard_CreateFromTemplate: string;
|
|
344
495
|
Error_ReflectionTypeLoad: string;
|
|
345
496
|
FolderSettings_SelectFoldersToDetach: string;
|
|
346
497
|
Barcode_ConfirmClear: string;
|
|
347
498
|
Comments_AddComment: string;
|
|
499
|
+
ScanDialog_InfoError: string;
|
|
500
|
+
Grid_ReadOperation: string;
|
|
348
501
|
Links_ColumnsConfigDialog_Reset: string;
|
|
349
502
|
TasksTree_LoadFullTree: string;
|
|
503
|
+
FilePreview_ViewIsUnavailable: string;
|
|
350
504
|
DialogSign_SelectCertificateText: string;
|
|
351
505
|
FolderNone: string;
|
|
352
506
|
ServerErrorTitle: string;
|
|
353
507
|
Panel_DocumentsHeader: string;
|
|
354
508
|
Error_LayoutServiceShouldHaveFactory: string;
|
|
509
|
+
SecurityAppliesTo_ThisObjectChildNonContainer: string;
|
|
355
510
|
Error_FileNameNotMatch: string;
|
|
356
511
|
Grid_TotalCards: string;
|
|
357
512
|
ChildTasksPerforming_SelectAll: string;
|
|
513
|
+
ContextMenu_Cut: string;
|
|
358
514
|
AgreementManagement_ApprovalTypeAlternative: string;
|
|
515
|
+
Grid_TotalShown: string;
|
|
516
|
+
EmptyEndDateWarning: string;
|
|
359
517
|
GroupTask_Calendar_ClearButton: string;
|
|
360
518
|
FilePanel_Sign_Certificate_Type: string;
|
|
519
|
+
SecurityDialog_DisableInheritancePreserveQuestion: string;
|
|
361
520
|
ApprovalHistory_CommentForDecision: string;
|
|
362
521
|
Task_EndDateNotSpecified: string;
|
|
363
522
|
AgreementList_CaptionNoNumber: string;
|
|
@@ -365,10 +524,13 @@ export declare let resourcesStub: {
|
|
|
365
524
|
DropDown_NotSelectedValue: string;
|
|
366
525
|
ApprovalHistory_ReadTheComment: string;
|
|
367
526
|
Grid_SelectAllConfirmation: string;
|
|
527
|
+
ScanDialog_Resolution: string;
|
|
368
528
|
Button_Save: string;
|
|
369
529
|
TasksTree_Author: string;
|
|
370
530
|
Error_Links_NoLinkTypesConfiguredInControl: string;
|
|
531
|
+
Grid_BatchOperationDialogDescriptionShortcuts: string;
|
|
371
532
|
FilePanel_Sign_RowNumber: string;
|
|
533
|
+
Grouping_EmptyPath: string;
|
|
372
534
|
FileOperation_Lock: string;
|
|
373
535
|
FileOperation_Open: string;
|
|
374
536
|
Grid_BatchOperationDialogErrors: string;
|
|
@@ -377,23 +539,35 @@ export declare let resourcesStub: {
|
|
|
377
539
|
Links_Columns_Digest: string;
|
|
378
540
|
Tooltip_AddNewCardLink: string;
|
|
379
541
|
Grid_PagerNextButton: string;
|
|
542
|
+
Error_DirectoryNotFound: string;
|
|
380
543
|
MainMenu_Search: string;
|
|
381
544
|
AcquaintanceManagement_ReceiversPlaceholder: string;
|
|
382
545
|
Field_CardName: string;
|
|
383
546
|
ShowMore: string;
|
|
547
|
+
UniquenessCheck_MatchingAttributeCell: string;
|
|
548
|
+
SecurityAppliesTo_ThisObjectChildContainerAndNonContainer: string;
|
|
384
549
|
Navigator_InstalledSolutions: string;
|
|
550
|
+
Grouping_LoadingItems: string;
|
|
385
551
|
ApprovalHistory_CommentFile: string;
|
|
386
552
|
AgreementManagement_OperationKind_Pause: string;
|
|
387
553
|
Grid_DelegateOperationName: string;
|
|
554
|
+
FolderView_ExportExcelBtn: string;
|
|
388
555
|
Directory_SearchThere: string;
|
|
389
556
|
UserProfile: string;
|
|
557
|
+
ScanDialog_PreviewButton: string;
|
|
390
558
|
DisplayPerformers_ColumnPerformers: string;
|
|
391
559
|
ErrorPage_NotFound: string;
|
|
560
|
+
FileListItemComponent_RenameFile_Title: string;
|
|
561
|
+
Grouping_ColumnNotAllowed: string;
|
|
392
562
|
Error_EnteredUrlIsInvalid: string;
|
|
563
|
+
CSP_GetCertificates: string;
|
|
393
564
|
Error_LoginError: string;
|
|
565
|
+
FolderTypeDialog_Select_Header: string;
|
|
394
566
|
ServerErrorBtn: string;
|
|
395
567
|
FolderControl_CreatingInCurrentFolderForbidden: string;
|
|
568
|
+
Grid_SettingsColumns: string;
|
|
396
569
|
TasksTree_Overdue: string;
|
|
570
|
+
StaffEmployeeStatus_Discharged: string;
|
|
397
571
|
TasksTree_DoneOf: string;
|
|
398
572
|
TasksTree_CurrentTask: string;
|
|
399
573
|
StaffDirectory_Dialog_SelectedNone: string;
|
|
@@ -406,6 +580,7 @@ export declare let resourcesStub: {
|
|
|
406
580
|
Error_FolderNotSupportedSelectedKind: string;
|
|
407
581
|
Navigator_Preview_Scale_Off: string;
|
|
408
582
|
Dialog_Confirm: string;
|
|
583
|
+
SecurityDialog_DisableInheritanceNotAvailable: string;
|
|
409
584
|
Dialog_LinkType: string;
|
|
410
585
|
TaskAgreement_Comments: string;
|
|
411
586
|
TaskDelegationInfo_CompletedWith: string;
|
|
@@ -414,7 +589,11 @@ export declare let resourcesStub: {
|
|
|
414
589
|
Dialog_InstallButton: string;
|
|
415
590
|
Sidebar_DesktopVersion: string;
|
|
416
591
|
SelectExistingCardDialog_MoreItemsButton: string;
|
|
592
|
+
Error_WebClientLibraryIsNotLoad: string;
|
|
417
593
|
Controls_ControlIsNotInLayout: string;
|
|
594
|
+
ScanDialog_Color: string;
|
|
595
|
+
ScanDialog_FileNameWarning: string;
|
|
596
|
+
Grid_SelectAllCards: string;
|
|
418
597
|
RegularFolder_NameColumnHeader: string;
|
|
419
598
|
Grid_BatchOperationDialogProgress_1: string;
|
|
420
599
|
Grid_BatchOperationDialogProgress_2: string;
|
|
@@ -424,18 +603,23 @@ export declare let resourcesStub: {
|
|
|
424
603
|
AgreementList_ColumnSolution: string;
|
|
425
604
|
Navigator_FolderSettings_SaveButton: string;
|
|
426
605
|
Tooltip_FilePanel_UnLock: string;
|
|
606
|
+
GroupTaskPerformers_OneTaskToHead: string;
|
|
427
607
|
SelectExistingCardDialog_SearchInputLabel: string;
|
|
428
608
|
Navigator_CSP_PersonalCertificateMismatch: string;
|
|
429
609
|
ApprovalHistory_Comment: string;
|
|
430
610
|
Search_Results_Header: string;
|
|
611
|
+
FolderManagement_EditSettings: string;
|
|
431
612
|
Reason_Unknown: string;
|
|
432
613
|
Card_KindNotCreatable: string;
|
|
433
614
|
Grid_BatchOperationDialogHeader: string;
|
|
434
615
|
SessionClosed_CantSearchInSearch: string;
|
|
616
|
+
UniquenessCheck_SaveCard: string;
|
|
435
617
|
Search_SearchInSearchResults: string;
|
|
436
618
|
Links_Columns_LinkType: string;
|
|
619
|
+
SecurityDialog_DisableInheritancePreserve: string;
|
|
437
620
|
TasksTree_EndDateActual: string;
|
|
438
621
|
Error_SessionExpired: string;
|
|
622
|
+
Error_DeputyOfYourself: string;
|
|
439
623
|
Links_InfoPopover_SaveDescriptionButton: string;
|
|
440
624
|
CommentFile_Download: string;
|
|
441
625
|
TaskHeader_DelegateTask: string;
|
|
@@ -445,33 +629,52 @@ export declare let resourcesStub: {
|
|
|
445
629
|
DocumentManagement_ConcludedError: string;
|
|
446
630
|
DialogSignLabelHeader: string;
|
|
447
631
|
Grid_PagerPrevButton: string;
|
|
632
|
+
Grid_ContextMenu_OpenNewWindow: string;
|
|
448
633
|
ValueNo: string;
|
|
634
|
+
ImportESign_SignWithoutFile: string;
|
|
449
635
|
Tasks_PerformerNotSpecified: string;
|
|
636
|
+
Grid_Settings: string;
|
|
450
637
|
AgreementManagement_ConfirmPathHeader: string;
|
|
638
|
+
Reason_Acquaintance: string;
|
|
639
|
+
LayoutsBootstrapper_StaffEmployeeStatusIs: string;
|
|
640
|
+
Grid_TotalShownOf: string;
|
|
451
641
|
AgreementList_PrintButton: string;
|
|
452
642
|
DigestColumn_Digest: string;
|
|
453
643
|
Field_CardId: string;
|
|
454
644
|
Grid_CompactView: string;
|
|
455
645
|
Dialog_AddUrl: string;
|
|
456
646
|
FilePanel_Sign_Date: string;
|
|
647
|
+
FilePanel_Sign_Kind: string;
|
|
457
648
|
FilePanel_Sign_Type: string;
|
|
458
649
|
SelectExistingCardDialog_SearchInputPlaceholder: string;
|
|
650
|
+
Grid_TotalSelected: string;
|
|
459
651
|
CommentFile_OpenFile: string;
|
|
652
|
+
ContextMenu_CreateSection: string;
|
|
460
653
|
Dialog_ConfirmExit: string;
|
|
654
|
+
ContextMenu_Delete: string;
|
|
655
|
+
StaffDirectory_InfoInRoot_Organization: string;
|
|
461
656
|
Sign_Simple: string;
|
|
462
657
|
NameNotSpecified: string;
|
|
463
658
|
DocumentManagement_ConcludedError_SignDate: string;
|
|
659
|
+
Error_EmployeeLocked: string;
|
|
660
|
+
FileListItemComponent_RenameFile_WrongName: string;
|
|
464
661
|
TasksTree_Controller: string;
|
|
662
|
+
UniquenessCheck_ContinueOperation: string;
|
|
465
663
|
Error_MissingSearchQuery: string;
|
|
466
664
|
AgreementManagement_ManageHeader: string;
|
|
665
|
+
ContextMenuCustom_OpenHere: string;
|
|
467
666
|
YesLabel: string;
|
|
667
|
+
Grid_SelectAllConfirmationByPage: string;
|
|
468
668
|
Dialog_Cancel: string;
|
|
469
669
|
Navigator_Exit: string;
|
|
470
670
|
Navigator_Logo: string;
|
|
471
671
|
Navigator_Help: string;
|
|
672
|
+
ContextMenu_CreateEmployee: string;
|
|
673
|
+
EmptyStartDateWarning: string;
|
|
472
674
|
Comments_ShowPreviousComments: string;
|
|
473
675
|
Error_InvalidLogin: string;
|
|
474
676
|
InvalidFolderId: string;
|
|
677
|
+
ResetAbsenceDates: string;
|
|
475
678
|
ValueNotSelected: string;
|
|
476
679
|
Navigator_FileTypeNotAllowed: string;
|
|
477
680
|
Navigator_TenantName: string;
|
|
@@ -480,32 +683,41 @@ export declare let resourcesStub: {
|
|
|
480
683
|
FilePanel_Header_AdditionalFiles: string;
|
|
481
684
|
FilePanel_NoAdditionalFiles: string;
|
|
482
685
|
Reason_Merge: string;
|
|
483
|
-
|
|
686
|
+
ControlLoadingError: string;
|
|
484
687
|
Navigator_RegisteredExtension: string;
|
|
485
688
|
Links_NoItems: string;
|
|
486
689
|
Partner_Employee: string;
|
|
487
690
|
TasksTree_Report: string;
|
|
488
691
|
Tasks_ChildTaskCreation_ModalHeader: string;
|
|
489
692
|
Error_FileNotSelected: string;
|
|
693
|
+
AddFilesToTable_Error_NoPickers: string;
|
|
490
694
|
TaskOperation_Accept: string;
|
|
695
|
+
Grid_SettingsRowsCompact: string;
|
|
491
696
|
History_ColumnEventData: string;
|
|
492
697
|
File_OpenPerview: string;
|
|
493
698
|
Department_SelectFromDirectory: string;
|
|
699
|
+
StaffDirectory_CheckAccountNameConfirmation: string;
|
|
700
|
+
ContextMenu_Create: string;
|
|
494
701
|
SessionCreatedNotification: string;
|
|
702
|
+
FilePreview_SelectFile: string;
|
|
495
703
|
Tasks_ChildTaskKindNotCertain: string;
|
|
496
704
|
FileOperation_AddVersion: string;
|
|
497
705
|
Links_Info_CreationDateLabel: string;
|
|
706
|
+
Error_Number_OutOfRangeMinMaxValue: string;
|
|
707
|
+
StaffDirectory_EmployeePositionColumn: string;
|
|
498
708
|
TaskOperation_TakeInWork: string;
|
|
709
|
+
FileListControl_AddAdditionalFileText: string;
|
|
499
710
|
TaskOperation_Withdraw: string;
|
|
500
711
|
ApplicationSuccessStarted: string;
|
|
501
|
-
Grid_BulkOperationDialogDescription: string;
|
|
502
712
|
Grid_DelegateOnlyTasks: string;
|
|
503
713
|
Tooltip_FilePanel_Download: string;
|
|
714
|
+
UniquenessCheck_Message: string;
|
|
504
715
|
FilePanel_Sign_State_Valid: string;
|
|
505
716
|
Error_DVWebToolIsNotRunned: string;
|
|
506
717
|
Button_CustomCardCreate: string;
|
|
507
718
|
Tooltip_FilePanel_Lock: string;
|
|
508
719
|
AgreementManagement_CancelButton: string;
|
|
720
|
+
FilePicker_Preview: string;
|
|
509
721
|
Partner_NoChildren: string;
|
|
510
722
|
AgreementManagement_ApproversAuto: string;
|
|
511
723
|
Navigator_CSP_Version: string;
|
|
@@ -524,63 +736,113 @@ export declare let resourcesStub: {
|
|
|
524
736
|
History_ModalHeader: string;
|
|
525
737
|
TasksTree_Done: string;
|
|
526
738
|
TaskAuthor: string;
|
|
739
|
+
CreateLayoutDialogHeader_Department: string;
|
|
527
740
|
Navigator_FileUploadNullSizeNotAllowed: string;
|
|
741
|
+
GridFilter_Tooltip_Yes: string;
|
|
528
742
|
Error_FileExtensionNotMatch: string;
|
|
529
743
|
AgreementManagement_ApprovalTypeSequential: string;
|
|
744
|
+
Grouping_EmptyNameText: string;
|
|
530
745
|
CardKind_SelectFromTree: string;
|
|
531
746
|
FilePreview_FileCommentTitle: string;
|
|
747
|
+
FileListItemComponent_RenameFile_FileAlreadyAdded: string;
|
|
532
748
|
Navigator_ButtonOk: string;
|
|
749
|
+
Image_JpegRequired: string;
|
|
750
|
+
ScanDialog_LabelScanner: string;
|
|
533
751
|
TaskCard_DelegateFromField: string;
|
|
534
752
|
MainMenu_ConfigurationHeader: string;
|
|
535
753
|
DateTimePicker_WeekButton: string;
|
|
536
754
|
Links_Menu_ViewFile: string;
|
|
537
755
|
DocumentCard_SelectFolderText: string;
|
|
538
756
|
Navigator_Error_RequestProcessing: string;
|
|
757
|
+
DirectorySearch_Counter_TextWithYear: string;
|
|
539
758
|
ControlNotFound: string;
|
|
540
759
|
ClearBrowserData_InfoTooltip: string;
|
|
541
760
|
Message_PleaseContactAdministrator: string;
|
|
542
761
|
Dialog_ConfirmDeleteFolder: string;
|
|
762
|
+
CreateRootLayoutDialogHeader_Position: string;
|
|
763
|
+
Grouping_UserSelectionNotApplicable: string;
|
|
543
764
|
MainMenu_UserFolders_AttachTitle: string;
|
|
544
765
|
Login_Password_Required: string;
|
|
766
|
+
Warning_AddExistingCol: string;
|
|
767
|
+
FilePicker_Download: string;
|
|
545
768
|
TaskOperation_InWork: string;
|
|
546
769
|
FolderControl_LayoutTypeNotSupported: string;
|
|
547
770
|
Links_Menu_OpenCard: string;
|
|
771
|
+
ContextMenu_AccessRights: string;
|
|
548
772
|
ErrorPage_Return: string;
|
|
549
773
|
SelectExistingCardDialog_SearchMode: string;
|
|
550
774
|
BarcodeSearchButton_Placeholder: string;
|
|
775
|
+
ScanDialog_Gray: string;
|
|
776
|
+
ScanDialog_Page: string;
|
|
551
777
|
TaskOperation_Agreement: string;
|
|
778
|
+
Error_SearchParametersInvalid: string;
|
|
779
|
+
StaffDirectory_TreeAddButtons_AddGroup: string;
|
|
780
|
+
PrintButton: string;
|
|
552
781
|
Partner_RootFilterTip: string;
|
|
553
782
|
Validation_FieldRequired: string;
|
|
783
|
+
ContextMenu_Copy: string;
|
|
784
|
+
ContextMenu_Edit: string;
|
|
785
|
+
ContextMenu_Info: string;
|
|
554
786
|
FilePanel_Sign_Author: string;
|
|
787
|
+
CreateRootLayoutDialogHeader: string;
|
|
555
788
|
ApplicationInfo_WebExtension: string;
|
|
556
789
|
Grid_NoData: string;
|
|
557
790
|
Links_Columns_KindIcon: string;
|
|
791
|
+
SecurityDialog_Allow: string;
|
|
792
|
+
SecurityDialog_Apply: string;
|
|
793
|
+
StaffDirectory_EmployeeLastnameColumn: string;
|
|
558
794
|
SessionRestoredNotification: string;
|
|
559
795
|
BoxWithButtons_ClearValue: string;
|
|
796
|
+
SecurityDialog_Title: string;
|
|
560
797
|
Error_CardTypeOutOfRange: string;
|
|
561
798
|
AgreementHistory_NoHistory: string;
|
|
799
|
+
StaffEmployeeStatus_Transfered: string;
|
|
562
800
|
TasksTree_Important: string;
|
|
801
|
+
WrongEndDateOfDatesWarning: string;
|
|
802
|
+
ControlTypes_ReadBatchOperationName: string;
|
|
563
803
|
Partner_FullName: string;
|
|
804
|
+
FileList_DropZone_ExtraFilesText: string;
|
|
805
|
+
DirectorySearch_ExpandResultsButton: string;
|
|
806
|
+
Error_FileRenameNotAllowed: string;
|
|
564
807
|
Dialog_SearchParameters_LastSearch: string;
|
|
565
808
|
AgreementManagement_OnStartConfirmationMessage: string;
|
|
566
809
|
Directory_Inn: string;
|
|
810
|
+
Grid_CopyShortcutsBatchOperationName: string;
|
|
811
|
+
Error_DistinctValues_InvalidColumns: string;
|
|
567
812
|
TasksTree_ExpandAll: string;
|
|
813
|
+
Directory_Search: string;
|
|
568
814
|
ApprovalHistory_DecisionDate: string;
|
|
815
|
+
SecurityDialog_DisableInheritance: string;
|
|
569
816
|
NoComments: string;
|
|
817
|
+
FilePicker_CommentHeader: string;
|
|
570
818
|
AgreementPlaceHolder_SelectEndDate: string;
|
|
819
|
+
ScanDialog_FileName: string;
|
|
820
|
+
SaveCardRequest: string;
|
|
571
821
|
DatePicker_OpenCalendar: string;
|
|
572
822
|
FilePanel_Header_MainFiles: string;
|
|
823
|
+
DocumentScript_ClearReconciliationLogQuestion: string;
|
|
824
|
+
Error_Number_OutOfRange: string;
|
|
825
|
+
Grid_ContextMenu_CopyUrl: string;
|
|
573
826
|
Message_FileMergeDone: string;
|
|
827
|
+
FilePreview_UnavailableInBrowser: string;
|
|
574
828
|
Table_HasMore: string;
|
|
829
|
+
ScanDialog_ChooseScanner: string;
|
|
575
830
|
DateTimePicker_TodayButton: string;
|
|
831
|
+
Image_Required: string;
|
|
576
832
|
Dialog_Warning: string;
|
|
577
833
|
Department_RootFilterLabelPartners: string;
|
|
578
834
|
Dialog_ConfirmDeleteLink: string;
|
|
579
835
|
Dialog_ConfirmDeleteCard: string;
|
|
580
836
|
Dialog_ConfirmDeleteFile: string;
|
|
581
837
|
Grid_ColumnNameEmpty: string;
|
|
838
|
+
ContextMenu_Paste: string;
|
|
839
|
+
SecurityDialog_NewAcePlaceholder: string;
|
|
840
|
+
FilePicker_DropZone: string;
|
|
841
|
+
FilePicker_DefaultPlaceholder: string;
|
|
582
842
|
Navigator_DeleteFolder: string;
|
|
583
843
|
DateTimePicker_MaxDateMessage: string;
|
|
844
|
+
StaffDirectory_StaffInRoot_Group: string;
|
|
845
|
+
DeleteConfirmationNoName: string;
|
|
584
846
|
FileComments_EnterComment: string;
|
|
585
847
|
ControlError: string;
|
|
586
848
|
SessionSuspendedNotificationPart2: string;
|
|
@@ -589,7 +851,10 @@ export declare let resourcesStub: {
|
|
|
589
851
|
Comments_NoComments: string;
|
|
590
852
|
DocumentManagement_CopyRelatedContractData: string;
|
|
591
853
|
FilePanel_Sign_FileEmptyList: string;
|
|
854
|
+
CreateRootLayoutDialogHeader_Department: string;
|
|
592
855
|
TasksTree_CreationDate: string;
|
|
856
|
+
StateButtons_CompleteOperationDialogWithParameter: string;
|
|
857
|
+
SecurityDialog_ConfirmEnableInheritance: string;
|
|
593
858
|
Comments_HasBeenDeletedMsg: string;
|
|
594
859
|
AgreementButton_Management: string;
|
|
595
860
|
TasksTree_OnControlDescription: string;
|
|
@@ -600,32 +865,53 @@ export declare let resourcesStub: {
|
|
|
600
865
|
SignalR_SlowConnection: string;
|
|
601
866
|
TaskOperation_Signed: string;
|
|
602
867
|
Error_FileListAvailableOnlyForDocument: string;
|
|
868
|
+
SecurityDialog_ConfirmInheritanceChanges: string;
|
|
869
|
+
CreateLayoutDialogHeader: string;
|
|
603
870
|
TaskOperation_Reject: string;
|
|
604
871
|
Contracts_FillFinishDateConfirmation: string;
|
|
605
872
|
Panel_TaskNoListTask: string;
|
|
873
|
+
SecurityAppliesTo_ThisObjectOnly: string;
|
|
606
874
|
FilePanel_Sign_Result: string;
|
|
607
875
|
Warning_NotACardLayout: string;
|
|
608
876
|
ApprovalHistory_DocumentsCorrections: string;
|
|
609
877
|
UnlockCardsForAutoconsolidation_InfoTooltip: string;
|
|
878
|
+
SecurityDialog_InheritedAce: string;
|
|
610
879
|
FolderView_DefaultFolderViewTip: string;
|
|
611
880
|
Sign_Certificate_Subject: string;
|
|
881
|
+
StaffDirectory_DeleteConfirmation_Employee: string;
|
|
882
|
+
CreateLayoutDialogHeader_Position: string;
|
|
612
883
|
Search_Results: string;
|
|
613
884
|
ChildTasksPerforming_ReplacingFileWarning: string;
|
|
614
885
|
Staff_GoToSearchWord: string;
|
|
615
886
|
Numerator_ClearNumberTooltip: string;
|
|
616
887
|
Error_UsernameOrPasswordIncorrect: string;
|
|
888
|
+
Error_Grid_FilterInvalidColumn: string;
|
|
889
|
+
StaffDirectoryItems_Dialog_AddingGroupsConfirmationMessage: string;
|
|
617
890
|
CultureEn: string;
|
|
618
891
|
CultureRu: string;
|
|
892
|
+
StaffDirectory_InfoInRoot_Position: string;
|
|
893
|
+
FileListControl_Placeholder: string;
|
|
619
894
|
DelegateEvent_Delegated: string;
|
|
620
895
|
GridFilter_Tooltip: string;
|
|
896
|
+
DigestColumn_WasRead: string;
|
|
897
|
+
Grid_ContextMenu_OpenNewTab: string;
|
|
621
898
|
AddressControl_Country: string;
|
|
622
899
|
Task_Until: string;
|
|
623
900
|
Error_InvalidConfigurationSection: string;
|
|
901
|
+
NoFolderTypes: string;
|
|
902
|
+
ScanDialog_BlackWhite: string;
|
|
903
|
+
Grouping_ChangeNotAvailable: string;
|
|
904
|
+
Image_UploadImage: string;
|
|
905
|
+
FolderManagement_RemoveFolder: string;
|
|
906
|
+
ScanDialog_ScanWindow: string;
|
|
907
|
+
CreateRootLayoutDialogHeader_Group: string;
|
|
624
908
|
Grid_FindingMessage: string;
|
|
625
909
|
Grid_PagerTotalDocs: string;
|
|
626
910
|
AddressControl_FillAddressValue: string;
|
|
911
|
+
Staff_GroupTab: string;
|
|
627
912
|
MultipleEmployees_RemoveEmployee: string;
|
|
628
913
|
AgreementList_ColumnEmployeeText: string;
|
|
914
|
+
SecurityDialog_DisableInheritance_Convert: string;
|
|
629
915
|
Directory_MiddleName: string;
|
|
630
916
|
Search_TooShortSearchText: string;
|
|
631
917
|
SelectNewDocumentKindDialog_CardKindLabel: string;
|
|
@@ -639,21 +925,30 @@ export declare let resourcesStub: {
|
|
|
639
925
|
DisplayPerformers_ModalHeader: string;
|
|
640
926
|
TextArea_TooLargeImage: string;
|
|
641
927
|
AgreementManagement_DurationPerTask: string;
|
|
928
|
+
StaffDirectory_DirectorySecurityTooltip: string;
|
|
929
|
+
SecurityAppliesTo_ChildNonContainerObjectsOnly: string;
|
|
642
930
|
ShowListButtonTitle: string;
|
|
931
|
+
FolderManagementDialog_Create: string;
|
|
932
|
+
FileListItemComponent_RenameFile_LongName: string;
|
|
643
933
|
AgreementList_ColumnDate: string;
|
|
644
934
|
AgreementManagement_OperationKind_Finish: string;
|
|
645
935
|
Error_UserNameMissing: string;
|
|
646
936
|
Acceptance_Not_Allowed: string;
|
|
937
|
+
UniquenessCheck_CreateCard: string;
|
|
647
938
|
Add_Link: string;
|
|
648
939
|
FilePanel_Sign_SignaturesEmptyList: string;
|
|
649
940
|
DateTimePicker_Ok: string;
|
|
650
941
|
Dialog_Error: string;
|
|
651
942
|
SelectNewDocumentKindDialog_Title: string;
|
|
652
943
|
FilePanel_Sign_Label: string;
|
|
944
|
+
ContextMenuCustom_OpenNewTab: string;
|
|
653
945
|
FolderSettings_DetachFolders_Header: string;
|
|
654
946
|
Tooltip_AddExistCardLink: string;
|
|
947
|
+
StaffDirectory_TreeAddButtons_CreateOrganization: string;
|
|
655
948
|
Grid_GroupHeader_TotalRowCount: string;
|
|
949
|
+
StaffEmployeeStatus_Vacation: string;
|
|
656
950
|
OperationForbidden: string;
|
|
951
|
+
TasksTree_CompleteUser: string;
|
|
657
952
|
Barcode_CardsToOpen: string;
|
|
658
953
|
Navigator_CSP_DownloadPlugin: string;
|
|
659
954
|
Task_NotRelatedTasks: string;
|
|
@@ -662,23 +957,42 @@ export declare let resourcesStub: {
|
|
|
662
957
|
FilePanel_SignButton_Tooltip: string;
|
|
663
958
|
Links_InfoPopover_TooLongComment: string;
|
|
664
959
|
RefreshFoldersTree: string;
|
|
960
|
+
Search_EmployeeFullName: string;
|
|
961
|
+
Grouping_Drop: string;
|
|
665
962
|
CardLink_Menu_ChangeCard: string;
|
|
666
963
|
Directory_Name: string;
|
|
667
964
|
Department_ResultsCountLabel: string;
|
|
668
965
|
Links_Menu_Delete: string;
|
|
669
966
|
TasksTree_Refresh: string;
|
|
967
|
+
Edit: string;
|
|
968
|
+
DirectorySearch_HideResultsButton: string;
|
|
969
|
+
Show: string;
|
|
970
|
+
EditLayoutDialogHeader: string;
|
|
971
|
+
WrongSequenceOfDatesWarning: string;
|
|
972
|
+
GroupTaskPerformers_OneTaskToAll: string;
|
|
670
973
|
Document_Detach: string;
|
|
671
974
|
Search_Placeholder_CurrentFolder: string;
|
|
975
|
+
Archived_Elements: string;
|
|
976
|
+
DirectorySearch_Placeholder_Case: string;
|
|
977
|
+
DirectorySearch_Placeholder_Unit: string;
|
|
672
978
|
Grid_LoadMore: string;
|
|
673
979
|
Button_GoBack: string;
|
|
674
980
|
Warning_EnterValidInterval: string;
|
|
675
981
|
TasksTree_GroupLabelTemplate: string;
|
|
982
|
+
Grid_ContextMenu_Copied: string;
|
|
983
|
+
Warning_InsufficientServicesSet: string;
|
|
984
|
+
ScanButton_Scanner: string;
|
|
985
|
+
ScanDialog_LabelSaveOptions: string;
|
|
676
986
|
AgreementManagement_OperationKind_Cancel: string;
|
|
987
|
+
Directory_ITN_FullName: string;
|
|
677
988
|
ExecutionType_Parallel: string;
|
|
678
989
|
Grid_WrapView: string;
|
|
679
990
|
NotFoundTitle: string;
|
|
680
|
-
|
|
681
|
-
|
|
991
|
+
StaffDirectory_DeleteConfirmationWithChildren: string;
|
|
992
|
+
Nomenclature_DeleteConfirmation: string;
|
|
993
|
+
Staff_Info: string;
|
|
994
|
+
FolderManagement_ViewSettings_Title: string;
|
|
995
|
+
Tooltip_Sorting: string;
|
|
682
996
|
Semantic_CommentRequired: string;
|
|
683
997
|
Tooltip_Report_AddNewCard: string;
|
|
684
998
|
GroupTaskHeader_Table_EndDate: string;
|
|
@@ -689,7 +1003,6 @@ export declare let resourcesStub: {
|
|
|
689
1003
|
FilePanel_RemoveVersion: string;
|
|
690
1004
|
Error_CantLoadDatesLogic: string;
|
|
691
1005
|
GroupTask_Dialog_ChangeType_Text: string;
|
|
692
|
-
Error_TaskDecisionComment_Required: string;
|
|
693
1006
|
Tooltip_Report_AttachFile: string;
|
|
694
1007
|
TaskOperation_AgreementWithRemarks: string;
|
|
695
1008
|
TaskOperation_DoNotTakeToWork: string;
|
|
@@ -704,22 +1017,28 @@ export declare let resourcesStub: {
|
|
|
704
1017
|
TaskOperation_ReturnFromDelegation: string;
|
|
705
1018
|
TaskCard_ReturnAfterDelegation: string;
|
|
706
1019
|
FileOperation_OpenFileCard: string;
|
|
1020
|
+
FilePanel_Sign_Timestamp: string;
|
|
707
1021
|
GroupTaskHeader_ExecutionType_Serial: string;
|
|
708
1022
|
TaskCardGroup_ExecutionTypeStatus: string;
|
|
1023
|
+
StateButtons_OperationConfirmMessage: string;
|
|
709
1024
|
FilePanel_FilesAreMissing: string;
|
|
710
1025
|
GroupTask_Responsible_Disabled: string;
|
|
711
1026
|
GroupTask_IntervalsOutOfRange: string;
|
|
712
1027
|
FilePanel_AddComment: string;
|
|
713
1028
|
GroupTaskHeader_Table_Details: string;
|
|
714
1029
|
TaskOperation_SendToSign: string;
|
|
1030
|
+
AgreementHistory_OpenCard: string;
|
|
715
1031
|
FilePanel_GetFileCurrentVersion: string;
|
|
716
1032
|
FilePanel_UploadFinalVersion: string;
|
|
717
1033
|
GroupTaskHeader_Dates_Duration: string;
|
|
718
1034
|
HeaderText_Task: string;
|
|
1035
|
+
AgreementHistory_PlannedActualDate: string;
|
|
1036
|
+
ButtonsOrderTip: string;
|
|
719
1037
|
GroupTaskHeader_Table_Performer: string;
|
|
720
1038
|
GroupTask_Responsible: string;
|
|
721
1039
|
Error_DocumentNameMissing: string;
|
|
722
1040
|
Document: string;
|
|
1041
|
+
Button_Apply: string;
|
|
723
1042
|
LocalizationBooleanValueFalse: string;
|
|
724
1043
|
FilePanel_Header_SigningFiles: string;
|
|
725
1044
|
TaskResponsible: string;
|
|
@@ -732,15 +1051,21 @@ export declare let resourcesStub: {
|
|
|
732
1051
|
Error_TaskPerformerIsMissing: string;
|
|
733
1052
|
Sign_VerificationStatus: string;
|
|
734
1053
|
GroupTask_Dialog_DatesChange_Header: string;
|
|
1054
|
+
AutoDetect: string;
|
|
735
1055
|
FilePanel_Versions: string;
|
|
736
1056
|
Tooltip_FilePanel_Delete: string;
|
|
737
1057
|
HistoryHeader_Header: string;
|
|
738
1058
|
Sign_Certificate_Missing: string;
|
|
739
1059
|
TaskOperation_BackToApproving: string;
|
|
1060
|
+
Panel_Dropzone: string;
|
|
740
1061
|
Semantic_Button_Confirm: string;
|
|
741
1062
|
TaskGroup_GroupTaskTooltip: string;
|
|
742
1063
|
Error_GroupTaskNameMissing: string;
|
|
743
1064
|
GroupTaskHeader_ExecutionType_Parallel: string;
|
|
1065
|
+
FilePanel_Sign_CertificateInfo: string;
|
|
1066
|
+
FilePanel_Sign_CertificateExpirationDate: string;
|
|
1067
|
+
FilePanel_Sign_TimestampInfo: string;
|
|
1068
|
+
FilePanel_Sign_TimestampType: string;
|
|
744
1069
|
FilePanel_AuthorConsolidator: string;
|
|
745
1070
|
Folder_CantCreateCard_FolderIsURL: string;
|
|
746
1071
|
Comments_AddReportComment: string;
|
|
@@ -755,20 +1080,27 @@ export declare let resourcesStub: {
|
|
|
755
1080
|
Error_TaskNameMissing: string;
|
|
756
1081
|
Error_TaskNameTooLong: string;
|
|
757
1082
|
Dialog_AgreementSendMainFileMissing: string;
|
|
1083
|
+
FilePanel_Sign_Part: string;
|
|
758
1084
|
Tooltip_VersionComment: string;
|
|
759
1085
|
Error_DocumentNameTooLong: string;
|
|
760
1086
|
GroupTask_Dialog_ChangeType_Header: string;
|
|
761
1087
|
Controls_More: string;
|
|
762
1088
|
TaskOperation_Cancel: string;
|
|
763
1089
|
DialogSignLabelTitle: string;
|
|
1090
|
+
FilePanel_Sign_CreationDate: string;
|
|
1091
|
+
AgreementHistory_DateNotSpecified: string;
|
|
764
1092
|
TaskOperation_Finish: string;
|
|
765
1093
|
ReportControl_AddReport: string;
|
|
1094
|
+
FilePanel_Sign_SignatureInfo: string;
|
|
766
1095
|
Error_CardCreate_FolderForbidden: string;
|
|
1096
|
+
Button_ShowAll: string;
|
|
767
1097
|
GroupTaskHeader_Table_State: string;
|
|
768
1098
|
GroupTaskHeader_Dates_StartDate: string;
|
|
1099
|
+
FilePanel_Sign_SignatureExpirationDate: string;
|
|
769
1100
|
TaskGroupCardExecutionType_Parallel: string;
|
|
770
1101
|
Controls_StaffDirectory: string;
|
|
771
1102
|
GroupTaskHeader_Dates_EndDate: string;
|
|
1103
|
+
Error_BrowserVersionNotSupported: string;
|
|
772
1104
|
GroupTask_Table_NoDescription: string;
|
|
773
1105
|
GroupTaskHeader_Table_Duration: string;
|
|
774
1106
|
TaskGroupCard_Performers_Required: string;
|
|
@@ -783,189 +1115,393 @@ export declare let resourcesStub: {
|
|
|
783
1115
|
Disclosure_Less: string;
|
|
784
1116
|
Disclosure_More: string;
|
|
785
1117
|
Error_TaskInspectorIsMissing: string;
|
|
1118
|
+
AgreementHistory_Incompleted: string;
|
|
786
1119
|
GroupTask_Dialog_DatesChange_Text: string;
|
|
787
1120
|
TaskCard_ValidationDelegateRequired: string;
|
|
788
1121
|
GroupTaskHeader_Table_Responsible: string;
|
|
789
|
-
GroupTaskHeader_Table_Responsible_Short: string;
|
|
790
1122
|
FilePanel_DownloadVersion: string;
|
|
791
1123
|
GroupTask_Dialog_DatesEdit_Header: string;
|
|
792
1124
|
Dialog_Sign_Confirm_FileSigned_Message: string;
|
|
793
1125
|
GroupTask_IntervalOutOfRange: string;
|
|
1126
|
+
GroupTaskHeader_Table_Responsible_Short: string;
|
|
1127
|
+
FilePanel_Sign_ExpireDate: string;
|
|
794
1128
|
LocalizationBooleanValueTrue: string;
|
|
1129
|
+
ButtonsOrder: string;
|
|
795
1130
|
Directory_AddPartnerOrganization: string;
|
|
1131
|
+
RefStaffEmployeeRowValidator_InvalidEmail_ErrorMessage: string;
|
|
1132
|
+
SvgWrappedLabelFormat: string;
|
|
1133
|
+
CryptographicException_CryptENoProvider: string;
|
|
1134
|
+
SvgViewboxOpenFragmentFormat: string;
|
|
796
1135
|
Error_TaskCard_ReportFileMissing: string;
|
|
1136
|
+
Locations_ChangeExecutionDate: string;
|
|
1137
|
+
CryptographicException_CryptEFileError: string;
|
|
797
1138
|
Log_LinkTypeNotSpecified: string;
|
|
1139
|
+
Error_CertificateContinueQuestion: string;
|
|
798
1140
|
SignatureVerificationStatusText_UnableToVerify: string;
|
|
799
1141
|
DigitalSignatureKindSelector_OCSPProblem: string;
|
|
800
1142
|
Error_DocumentNotCreated: string;
|
|
1143
|
+
Error_UnitNotFound: string;
|
|
801
1144
|
Staff_Position: string;
|
|
1145
|
+
CryptographicException_CryptENotFound: string;
|
|
1146
|
+
CryptographicException_CryptENotInCtl: string;
|
|
1147
|
+
SvgLabelFragmentFormat: string;
|
|
1148
|
+
Comments_CommentEditedLog: string;
|
|
1149
|
+
PreviewError: string;
|
|
1150
|
+
CryptographicException_CryptEHashValue: string;
|
|
1151
|
+
GZ_NoApproversInGroup: string;
|
|
1152
|
+
Error_GroupNotFound: string;
|
|
802
1153
|
Error_TaskEndDateNotValid: string;
|
|
803
1154
|
Error_FileNotDeletedCardIsLocked: string;
|
|
804
1155
|
Error_CantGetCard: string;
|
|
1156
|
+
TasksTable_AppointedPerformer: string;
|
|
1157
|
+
StaffView_EmployeeFirstNameColumn: string;
|
|
805
1158
|
Delegation_DelegatesContainsPerformer: string;
|
|
1159
|
+
StaffView_EmployeeNotSearchableColumn: string;
|
|
1160
|
+
CryptographicException_CryptENoDecryptCert: string;
|
|
1161
|
+
Error_CachedFileNotDeleted: string;
|
|
1162
|
+
SvgWrappedOwnerFormat: string;
|
|
1163
|
+
FilePreview_FileTooLarge: string;
|
|
1164
|
+
WrongFileStructureErrorMessage: string;
|
|
806
1165
|
Directory_DeleteMenuItem: string;
|
|
1166
|
+
Error_FolderNoAllowedCardTypes: string;
|
|
1167
|
+
TasksTable_OverdueTasksNotFound: string;
|
|
1168
|
+
TasksTable_Description: string;
|
|
1169
|
+
CryptographicException_CryptEMsgError: string;
|
|
807
1170
|
Directory_InfoMenuItem: string;
|
|
1171
|
+
TasksTable_UnfinishedTasksNotFound: string;
|
|
1172
|
+
CryptographicException_CryptEIssuerSerialNumber: string;
|
|
1173
|
+
HistoryParameter_False: string;
|
|
1174
|
+
CryptographicException_CryptENoKeyProperty: string;
|
|
1175
|
+
Upload_Signature_Title: string;
|
|
1176
|
+
TasksTable_Controller: string;
|
|
1177
|
+
CryptographicException_CryptENoRevocationCheck: string;
|
|
808
1178
|
Error_FieldUnavailable: string;
|
|
1179
|
+
CryptographicException_CryptEPendingClose: string;
|
|
809
1180
|
Error_FileVersionNotAdded: string;
|
|
1181
|
+
CryptographicException_CryptEAttributesMissing: string;
|
|
1182
|
+
TasksTable_Author: string;
|
|
1183
|
+
TaskModelService_ChangeExecutionDateComment: string;
|
|
1184
|
+
StaffView_EmployeeMiddleNameColumn: string;
|
|
810
1185
|
Error_DocumentUpdateNotAllowed: string;
|
|
811
1186
|
RelatedCardCreator_OutgoingDocumentRelatedCardCreator_ResponseOf: string;
|
|
1187
|
+
CryptographicException_CryptEObjectLocatorNotFound: string;
|
|
812
1188
|
SignatureVerificationStatusText_Valid: string;
|
|
1189
|
+
Error_CannotMoveUnit: string;
|
|
1190
|
+
SvgCertificateFragmentFormat: string;
|
|
813
1191
|
Directory_AddPartnerDepartment: string;
|
|
814
1192
|
Error_DurationNotValid: string;
|
|
815
1193
|
Directory_AddPartnerEmployee: string;
|
|
816
1194
|
Error_MainFileNotReplaced: string;
|
|
1195
|
+
Directory_SelectFromDirectory: string;
|
|
817
1196
|
RelatedCardCreator_AmendmentContractRelatedCardCreatorId: string;
|
|
818
1197
|
Log_EditOperation: string;
|
|
1198
|
+
CryptographicException_CryptEStreamInsufficientData: string;
|
|
1199
|
+
Locations_Delegate: string;
|
|
819
1200
|
Task_InWorkStateName: string;
|
|
820
1201
|
DocumentSignaturesViewerForm_FileNotFound: string;
|
|
1202
|
+
SvgValidnessFragmentFormat: string;
|
|
1203
|
+
Comments_CommentAddedLog: string;
|
|
1204
|
+
CryptographicException_CryptEOssError: string;
|
|
821
1205
|
Error_TaskGroupPerformerDurationNotValid: string;
|
|
822
1206
|
Signature_DocumentFields: string;
|
|
1207
|
+
RefStaffPositionRowValidator_NameExists_ErrorMessage: string;
|
|
1208
|
+
Error_ShortcutNotFound: string;
|
|
1209
|
+
TasksTable_FinishedTasksNotFound: string;
|
|
1210
|
+
Error_RequestIsEmpty: string;
|
|
1211
|
+
CryptographicException_CryptEBadEncode: string;
|
|
1212
|
+
CryptographicException_CryptENotCharString: string;
|
|
1213
|
+
CryptographicException_CryptEInvalidMsgType: string;
|
|
1214
|
+
Error_CannotContainShortcuts: string;
|
|
1215
|
+
TasksTable_Kind: string;
|
|
1216
|
+
TasksTable_Name: string;
|
|
823
1217
|
Staff_Department: string;
|
|
824
1218
|
Signature_DocumentMainFile: string;
|
|
1219
|
+
Error_FolderDeleted: string;
|
|
825
1220
|
FileSize_SizeInB: string;
|
|
1221
|
+
TasksTable_State: string;
|
|
1222
|
+
SignatureVerificationStatusText_CertificateExpired: string;
|
|
826
1223
|
DelegationForm_DelegatesContainsDelegationPerformer: string;
|
|
1224
|
+
Error_TaskGroupPerformers_NoManager: string;
|
|
827
1225
|
Error_InvalidCardLayout: string;
|
|
1226
|
+
CardNotAvailableError: string;
|
|
828
1227
|
RefPartnersCompaniesRowValidator_ErrorMessage_Header: string;
|
|
1228
|
+
CryptographicException_CryptENoSigner: string;
|
|
829
1229
|
Task_CompletedStateName: string;
|
|
830
1230
|
Error_CardNotFound: string;
|
|
1231
|
+
Error_CertificateExpiresSoon: string;
|
|
1232
|
+
CryptographicException_CryptEInvalidNumericString: string;
|
|
1233
|
+
Upload_Signature: string;
|
|
831
1234
|
Locations_ApprovalChildTask: string;
|
|
1235
|
+
StaffView_EmployeeLastNameColumn: string;
|
|
1236
|
+
CryptographicException_CryptEFileResized: string;
|
|
1237
|
+
Error_FolderNotFound: string;
|
|
832
1238
|
RadioGroup_Elements_True: string;
|
|
1239
|
+
TasksTable_ActualEndDate: string;
|
|
1240
|
+
Error_ShortcutAccessDenied: string;
|
|
833
1241
|
Directory_Partner_Create: string;
|
|
1242
|
+
CryptographicException_CryptEDeletedPrev: string;
|
|
834
1243
|
CardTemplateDefaultName: string;
|
|
1244
|
+
TasksTable_PlannedEndDate: string;
|
|
1245
|
+
CryptographicException_CryptENoMatch: string;
|
|
1246
|
+
CryptographicException_CryptENotDecrypted: string;
|
|
1247
|
+
StaffDictionary_HimselfManagerError: string;
|
|
835
1248
|
Error_NoAccessToBusinessCalendar: string;
|
|
836
1249
|
Task_StoppedStateName: string;
|
|
837
1250
|
Task_RejectedStateName: string;
|
|
1251
|
+
CryptographicException_CryptENotInRevocationDatabase: string;
|
|
1252
|
+
Error_FileExtensionNotSign: string;
|
|
1253
|
+
SvgLogoFragmentFormat: string;
|
|
838
1254
|
LinkModel_EmptyLinkType: string;
|
|
839
1255
|
DigitalSignatureKindSelector_CadesXLongType1VSCadesBes: string;
|
|
1256
|
+
SvgTitleFragment: string;
|
|
1257
|
+
TasksTable_ResponsiblePerformer: string;
|
|
1258
|
+
TasksTable_DepartureDate: string;
|
|
1259
|
+
SvgRectFragmentFormat: string;
|
|
840
1260
|
Directory_PartnerOrganization: string;
|
|
841
1261
|
Card_NotTemplateForSpecifiedKind: string;
|
|
1262
|
+
TasksTable_Performer: string;
|
|
1263
|
+
RefStaffUnitRowValidator_NameExists_ErrorMessage: string;
|
|
1264
|
+
StaffDirectory: string;
|
|
1265
|
+
Locations_LinksSearchCardsDialog: string;
|
|
1266
|
+
SignatureVerificationStatusText_CertificateRevoked: string;
|
|
842
1267
|
LogService_EditOperation: string;
|
|
1268
|
+
CryptographicException_CryptEOidFormat: string;
|
|
1269
|
+
Error_CannotMoveGroup: string;
|
|
1270
|
+
SvgOwnerFragmentFormat: string;
|
|
843
1271
|
RelatedCardCreator_CardCreationByLinkMode: string;
|
|
1272
|
+
Error_FolderTypeCardsDisabled: string;
|
|
1273
|
+
Error_FolderTypeNoAllowedCardTypes: string;
|
|
1274
|
+
Error_TaskCard_CantComplete: string;
|
|
1275
|
+
SvgCloseTag: string;
|
|
1276
|
+
RefStaffGroupRowValidator_NameExists_ErrorMessage: string;
|
|
844
1277
|
SignatureVerificationStatusText_PartiallyValid: string;
|
|
845
1278
|
Log_LinkType: string;
|
|
846
1279
|
Log_LinkName: string;
|
|
847
1280
|
Signature_DocumentAttachments: string;
|
|
1281
|
+
TasksTable_CurrentPerformer: string;
|
|
848
1282
|
TaskNameField: string;
|
|
849
1283
|
Directory_PartnerDepartment: string;
|
|
1284
|
+
CryptographicException_CryptEMissingPublicKeyPara: string;
|
|
1285
|
+
CryptographicException_CryptENoVerifyUsageDll: string;
|
|
850
1286
|
RadioGroup_Elements_False: string;
|
|
1287
|
+
Locations_Reject: string;
|
|
1288
|
+
Locations_TakeToRework: string;
|
|
851
1289
|
Folders_RecentDocuments_Personal: string;
|
|
1290
|
+
CryptographicException_CryptEAuthAttrMissing: string;
|
|
1291
|
+
CryptographicException_CryptESignerNotFound: string;
|
|
1292
|
+
CryptographicException_CryptEInvalidX500String: string;
|
|
852
1293
|
Log_LinkUrl: string;
|
|
1294
|
+
ReportPresentation_InvalidArg: string;
|
|
1295
|
+
Comments_CommentRemovedLog: string;
|
|
853
1296
|
Task_DraftStateName: string;
|
|
854
1297
|
Error_InvalidKindId: string;
|
|
855
1298
|
Error_DocumentIsLocked: string;
|
|
1299
|
+
RefStaffGroupRowValidator_EmptyName_ErrorMessage: string;
|
|
856
1300
|
Error_TaskNotCreated: string;
|
|
1301
|
+
CryptographicException_CryptINewProtectionRequired: string;
|
|
1302
|
+
CryptographicException_CryptEUnexpectedEncoding: string;
|
|
1303
|
+
StaffDictionary_WrongSetManagerError: string;
|
|
857
1304
|
Directory_DeleteConfirmation: string;
|
|
858
1305
|
Error_DocumentTemplateMissing: string;
|
|
859
1306
|
Staff_Role: string;
|
|
1307
|
+
CryptographicException_CryptERevocationOffline: string;
|
|
1308
|
+
TaskCardControl_InactivePerformersWarningWithChange: string;
|
|
1309
|
+
StaffView_EmployeeNotAvailableColumn: string;
|
|
860
1310
|
Error_TaskControlDateNotValid: string;
|
|
861
1311
|
TaskCardControl_ManualDelegationNotAllowed: string;
|
|
1312
|
+
RefStaffPositionRowValidator_EmptyName_ErrorMessage: string;
|
|
862
1313
|
DigitalSignatureKindSelector_CadesXLongType1VSCadesT: string;
|
|
1314
|
+
Locations_Complete: string;
|
|
1315
|
+
CryptographicException_CryptEControlType: string;
|
|
1316
|
+
TaskStartDateField: string;
|
|
1317
|
+
CryptographicException_CryptEExists: string;
|
|
1318
|
+
TasksTable_Comment: string;
|
|
1319
|
+
CryptographicException_CryptEBadMsg: string;
|
|
1320
|
+
CryptographicException_CryptEBadLen: string;
|
|
1321
|
+
CryptographicException_CryptEInvalidPrintableString: string;
|
|
1322
|
+
SignatureKind_OperationSignature: string;
|
|
1323
|
+
Error_RequiredCompletionParameterNotSpecified: string;
|
|
863
1324
|
DocumentSignaturesViewerForm_CurrentVersionNumber: string;
|
|
864
1325
|
TaskReportField: string;
|
|
1326
|
+
Error_DetachedSignRequired: string;
|
|
1327
|
+
CryptographicException_CryptERecipientNotFound: string;
|
|
865
1328
|
RelatedCardCreator_IncomingDocumentRelatedCardCreator_ResponseOf: string;
|
|
866
1329
|
TaskEndDateField: string;
|
|
1330
|
+
CryptographicException_CryptEInvalidIa5String: string;
|
|
1331
|
+
SignatureKind_ImportedSignature: string;
|
|
867
1332
|
Error_TaskUpdateForbidden: string;
|
|
1333
|
+
RefStaffEmployeeRowValidator_EmptyName_ErrorMessage: string;
|
|
868
1334
|
Directory_EditMenuItem: string;
|
|
869
1335
|
SignatureVerificationStatusText_Invalid: string;
|
|
1336
|
+
CryptographicException_CryptEAlreadyDecrypted: string;
|
|
1337
|
+
CryptographicException_CryptENoVerifyUsageCheck: string;
|
|
1338
|
+
RefStaffUnitRowValidator_EmptyName_ErrorMessage: string;
|
|
1339
|
+
Error_SignatureImportNotAllowed: string;
|
|
870
1340
|
DigitalSignatureKindSelector_CadesTVSCadesBes: string;
|
|
1341
|
+
Error_InsufficientRights: string;
|
|
871
1342
|
RelatedCardCreator_IncomingDocumentRelatedCardCreatorId: string;
|
|
1343
|
+
Locations_OperationDialogs: string;
|
|
872
1344
|
Error_FileVersionNotAddedFileCardIsLocked: string;
|
|
1345
|
+
CryptographicException_CryptENoTrustedSigner: string;
|
|
1346
|
+
CryptographicException_CryptERevoked: string;
|
|
1347
|
+
HistoryParameter_True: string;
|
|
873
1348
|
Staff_Group: string;
|
|
874
|
-
|
|
1349
|
+
Error_FileIsNotSignature: string;
|
|
1350
|
+
CardIsLocked: string;
|
|
875
1351
|
SignatureVerificationStatusText_NotSigned: string;
|
|
876
1352
|
RelatedCardCreator_DeliveryAcceptanceReportRelatedCardCreatorId: string;
|
|
877
1353
|
Err_PlatformLibsNotFound: string;
|
|
878
1354
|
Error_CardContentsChanged: string;
|
|
1355
|
+
Error_EmployeeNotFound: string;
|
|
1356
|
+
CryptographicException_CryptENoRevocationDll: string;
|
|
879
1357
|
TaskCard_DeputyName: string;
|
|
1358
|
+
SignatureKind_DocumentSignature: string;
|
|
1359
|
+
StaffDirectory_EmployeeNotFound: string;
|
|
1360
|
+
CryptographicException_CryptEUnknownAlgorithm: string;
|
|
1361
|
+
CryptographicException_CryptEUnexpectedMsgType: string;
|
|
1362
|
+
NotSupportedFile: string;
|
|
880
1363
|
Log_ValueNotSet: string;
|
|
881
1364
|
FileListService_FileLockedByAnotherUser: string;
|
|
1365
|
+
CryptographicException_CryptESecuritySettings: string;
|
|
882
1366
|
Warning_CantAddOppositeReference_NoAccess: string;
|
|
1367
|
+
Error_AddEmployeesToGroup: string;
|
|
1368
|
+
CryptographicException_CryptEStreamMsgNotReady: string;
|
|
883
1369
|
Error_CantLoadBusinessCalendar: string;
|
|
1370
|
+
Error_AddMainFileNotAllowed: string;
|
|
1371
|
+
RefStaffEmployeeRowValidator_AccountExists_ErrorMessage: string;
|
|
884
1372
|
RelatedCardCreator_OutgoingDocumentRelatedCardCreator: string;
|
|
885
1373
|
Staff_SearchWord: string;
|
|
1374
|
+
NomenclatureDirectory: string;
|
|
1375
|
+
CryptographicException_CryptESelfSigned: string;
|
|
1376
|
+
CryptographicException_CryptEInvalidIndex: string;
|
|
1377
|
+
Error_FileForSigningNotFound: string;
|
|
1378
|
+
BaseUniversalItemType_DescriptionProperty_Name: string;
|
|
886
1379
|
Comments_DataSectionIsNotAvailable: string;
|
|
887
1380
|
Error_FileNameMissing: string;
|
|
888
1381
|
Section_StructSectionIdNotCreatable: string;
|
|
889
1382
|
TaskPerformerField: string;
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
1383
|
+
TasksTable_PerformerNotFound: string;
|
|
1384
|
+
CryptographicException_CryptEVerifyUsageOffline: string;
|
|
1385
|
+
Nomenclature_AddSection_Index: string;
|
|
1386
|
+
Column_ArchiveDate: string;
|
|
1387
|
+
Nomenclature_ViewSection_Section: string;
|
|
1388
|
+
Nomenclature_DirectorySecurityTooltip: string;
|
|
1389
|
+
Nomenclature_AddSubSectionHeader: string;
|
|
1390
|
+
Nomenclature_EditCase: string;
|
|
1391
|
+
Nomenclature_AddYearTip: string;
|
|
1392
|
+
Nomenclature_CaseStateColumn: string;
|
|
1393
|
+
Nomenclature_EditSectionHeader: string;
|
|
1394
|
+
ArchiveCase_Toggle_Case: string;
|
|
1395
|
+
ArchiveCase_Toggle_Unit: string;
|
|
1396
|
+
Error_CardIsNotExist: string;
|
|
1397
|
+
ArchiveCaseNotUnique: string;
|
|
1398
|
+
Nomenclature_EditSubSectionHeader: string;
|
|
1399
|
+
Nomenclature_AddYear_Year: string;
|
|
1400
|
+
ArchiveCase_Toggle_EnableCase: string;
|
|
1401
|
+
ArchiveCase_Toggle_EnableUnit: string;
|
|
1402
|
+
Nomenclature_CasesInRoot: string;
|
|
1403
|
+
Nomenclature_SectionsTabTitle: string;
|
|
1404
|
+
Nomenclature_Root: string;
|
|
1405
|
+
Error_YearIsNotUnique: string;
|
|
1406
|
+
Nomenclature_RootSectionNoUnitSelected: string;
|
|
1407
|
+
Nomenclature_AddSection_SubSection: string;
|
|
1408
|
+
Nomenclature_CaseIndexColumn: string;
|
|
1409
|
+
Column_RegistrationDate: string;
|
|
1410
|
+
Nomenclature_CasesTab: string;
|
|
1411
|
+
Nomenclature_AddCase: string;
|
|
1412
|
+
Nomenclature_AddRootSectionHeader: string;
|
|
1413
|
+
ArchivCase_Header: string;
|
|
1414
|
+
Nomenclature_AddSection_Name: string;
|
|
1415
|
+
Nomenclature_Header: string;
|
|
1416
|
+
Nomenclature_InfoInRoot: string;
|
|
1417
|
+
Nomenclature_ViewSubSection: string;
|
|
1418
|
+
Nomenclature_AddSectionHeader: string;
|
|
1419
|
+
Nomenclature_RootSectionNoYearSelected: string;
|
|
1420
|
+
Nomenclature_AddYearHeader: string;
|
|
1421
|
+
Nomenclature_CaseHeaderColumn: string;
|
|
1422
|
+
Nomenclature_ViewCase: string;
|
|
1423
|
+
Column_Name: string;
|
|
1424
|
+
UnitNomenclatureNotUnique: string;
|
|
1425
|
+
Nomenclature_InfoTab: string;
|
|
1426
|
+
CardType_Monitor_DisplayName: string;
|
|
893
1427
|
CardType_GateList_DisplayName: string;
|
|
1428
|
+
CardType_Process_DisplayName: string;
|
|
1429
|
+
CardType_FunctionList_DisplayName: string;
|
|
894
1430
|
CardType_Settings_DisplayName: string;
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
CardType_WorkflowTask_DisplayName: string;
|
|
1431
|
+
CardType_InventoryCard_DisplayName: string;
|
|
1432
|
+
CardType_ArchiveCase_DisplayName: string;
|
|
1433
|
+
CardType_NomenclatureView_DisplayName: string;
|
|
899
1434
|
CardType_RefCases_DisplayName: string;
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
CardType_RefBarcodeScan_DisplayName: string;
|
|
903
|
-
CardType_CardFile_DisplayName: string;
|
|
1435
|
+
CardType_FileList_DisplayName: string;
|
|
1436
|
+
CardType_RefTypes_DisplayName: string;
|
|
904
1437
|
CardType_AgentSettings_DisplayName: string;
|
|
905
|
-
|
|
1438
|
+
CardType_WorkflowTask_DisplayName: string;
|
|
1439
|
+
CardType_RefBarcodeScan_DisplayName: string;
|
|
906
1440
|
CardType_CardUni_DisplayName: string;
|
|
907
|
-
CardType_RefTypes_DisplayName: string;
|
|
908
|
-
CardType_CardInc_DisplayName: string;
|
|
909
|
-
CardType_FileList_DisplayName: string;
|
|
910
|
-
CardType_CardApproval_DisplayName: string;
|
|
911
1441
|
CardType_CardOut_DisplayName: string;
|
|
1442
|
+
CardType_NavExtensions_DisplayName: string;
|
|
1443
|
+
CardType_RefNumerators_DisplayName: string;
|
|
1444
|
+
CardType_CardArchive_DisplayName: string;
|
|
1445
|
+
CardType_CardResolution_DisplayName: string;
|
|
1446
|
+
CardType_CardInc_DisplayName: string;
|
|
1447
|
+
CardType_CardFile_DisplayName: string;
|
|
912
1448
|
CardType_CardMessage_DisplayName: string;
|
|
913
|
-
CardType_CardOrd_DisplayName: string;
|
|
914
|
-
CardType_RefUniversal_DisplayName: string;
|
|
915
1449
|
CardType_NavCommands_DisplayName: string;
|
|
1450
|
+
CardType_CardReport_DisplayName: string;
|
|
1451
|
+
CardType_RefUniversal_DisplayName: string;
|
|
1452
|
+
CardType_CardOrd_DisplayName: string;
|
|
1453
|
+
CardType_CardApproval_DisplayName: string;
|
|
1454
|
+
CardType_SettingsDirectory_DisplayName: string;
|
|
916
1455
|
CardType_ExtensionsDirectory_DisplayName: string;
|
|
917
1456
|
CardType_AdvancedLayoutsDirectory_DisplayName: string;
|
|
918
|
-
CardType_SettingsDirectory_DisplayName: string;
|
|
919
1457
|
CardType_SolutionsDirectory_DisplayName: string;
|
|
920
|
-
|
|
1458
|
+
CardType_ComponentsCard_DisplayName: string;
|
|
1459
|
+
CardType_NavigatorCard_DisplayName: string;
|
|
921
1460
|
CardType_VersionedFileCard_DisplayName: string;
|
|
1461
|
+
CardType_FoldersCard_DisplayName: string;
|
|
922
1462
|
CardType_UserProfileCard_DisplayName: string;
|
|
923
|
-
CardType_SavedSearchCard_DisplayName: string;
|
|
924
|
-
CardType_NavigatorCard_DisplayName: string;
|
|
925
|
-
CardType_SettingsCard_DisplayName: string;
|
|
926
|
-
CardType_ComponentsCard_DisplayName: string;
|
|
927
|
-
CardType_SavedViewCard_DisplayName: string;
|
|
928
1463
|
CardType_FolderTypesCard_DisplayName: string;
|
|
929
|
-
|
|
1464
|
+
CardType_SettingsCard_DisplayName: string;
|
|
930
1465
|
CardType_NumeratorCard_DisplayName: string;
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
1466
|
+
CardType_MandatoryAccessCard_DisplayName: string;
|
|
1467
|
+
CardType_SavedViewCard_DisplayName: string;
|
|
1468
|
+
CardType_SavedSearchCard_DisplayName: string;
|
|
1469
|
+
CardType_CardDepartment_DisplayName: string;
|
|
1470
|
+
CardType_CardBaseUniversalItem_DisplayName: string;
|
|
936
1471
|
CardType_CardTaskList_DisplayName: string;
|
|
937
|
-
CardType_CardCalendar_DisplayName: string;
|
|
938
|
-
CardType_RefCategories_DisplayName: string;
|
|
939
|
-
CardType_CardPartnersDepartment_DisplayName: string;
|
|
940
|
-
CardType_CardCategoryList_DisplayName: string;
|
|
941
1472
|
CardType_RefNavExtension_DisplayName: string;
|
|
942
|
-
|
|
943
|
-
CardType_RefPartners_DisplayName: string;
|
|
944
|
-
CardType_CardBaseUniversalItem_DisplayName: string;
|
|
945
|
-
CardType_CardSignatureList_DisplayName: string;
|
|
1473
|
+
CardType_RefStaff_DisplayName: string;
|
|
946
1474
|
CardType_RefSignatureLabels_DisplayName: string;
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
CardType_CardDepartment_DisplayName: string;
|
|
952
|
-
CardType_CardTaskGroup_DisplayName: string;
|
|
953
|
-
CardType_RefLinks_DisplayName: string;
|
|
954
|
-
CardType_RefNumerationRules_DisplayName: string;
|
|
955
|
-
CardType_CardReconcile_DisplayName: string;
|
|
956
|
-
CardType_CardEmployee_DisplayName: string;
|
|
1475
|
+
CardType_RefStates_DisplayName: string;
|
|
1476
|
+
CardType_CardTask_DisplayName: string;
|
|
1477
|
+
CardType_CardServer_DisplayName: string;
|
|
1478
|
+
CardType_CardSurveyList_DisplayName: string;
|
|
957
1479
|
CardType_RefRoleModel_DisplayName: string;
|
|
958
|
-
CardType_CardDocument_DisplayName: string;
|
|
959
1480
|
CardType_RefScripting_DisplayName: string;
|
|
960
|
-
|
|
1481
|
+
CardType_CardReconcilePath_DisplayName: string;
|
|
1482
|
+
CardType_RefPartners_DisplayName: string;
|
|
1483
|
+
CardType_RefBaseUniversal_DisplayName: string;
|
|
1484
|
+
CardType_CardSignatureList_DisplayName: string;
|
|
961
1485
|
CardType_CardReferenceList_DisplayName: string;
|
|
962
|
-
|
|
1486
|
+
CardType_RefLinks_DisplayName: string;
|
|
963
1487
|
CardType_RefServers_DisplayName: string;
|
|
964
1488
|
CardType_CardFileList_DisplayName: string;
|
|
965
|
-
|
|
1489
|
+
CardType_CardDocument_DisplayName: string;
|
|
1490
|
+
CardType_RefLayouts_DisplayName: string;
|
|
1491
|
+
CardType_RefNumerationRules_DisplayName: string;
|
|
1492
|
+
CardType_CardPartnersDepartment_DisplayName: string;
|
|
1493
|
+
CardType_CardPartnersEmployee_DisplayName: string;
|
|
1494
|
+
CardType_CardReconcileLog_DisplayName: string;
|
|
1495
|
+
CardType_CardTaskGroup_DisplayName: string;
|
|
1496
|
+
CardType_CardEmployee_DisplayName: string;
|
|
1497
|
+
CardType_CardReconcileStage_DisplayName: string;
|
|
1498
|
+
CardType_RefKinds_DisplayName: string;
|
|
1499
|
+
CardType_CardReconcile_DisplayName: string;
|
|
1500
|
+
CardType_CardCategoryList_DisplayName: string;
|
|
1501
|
+
CardType_CardCalendar_DisplayName: string;
|
|
1502
|
+
CardType_RefCategories_DisplayName: string;
|
|
1503
|
+
CardType_ArchiveManagementLink_DisplayName: string;
|
|
966
1504
|
CardType_CardApprovalPath_DisplayName: string;
|
|
1505
|
+
CardType_CardApprovalStage_DisplayName: string;
|
|
967
1506
|
CardType_CardApprovalResult_DisplayName: string;
|
|
968
|
-
LayoutsBootstrapper_StaffEmployeeStatusIs: string;
|
|
969
|
-
LayoutsBootstrapper_ChangeStaffEmployeeStatus: string;
|
|
970
|
-
SecurityAppliesTo: string;
|
|
971
1507
|
};
|