@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.10

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