@docsvision/webclient 6.1.1 → 6.1.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1156) hide show
  1. package/App.d.ts +8 -8
  2. package/Application.d.ts +3 -3
  3. package/Approval/$AgreementHistoryStageRenderer.d.ts +2 -2
  4. package/Approval/$AgreementOptions.d.ts +3 -3
  5. package/Approval/AcquaintanceManagement.d.ts +3 -3
  6. package/Approval/AcquaintanceManagementImpl.d.ts +6 -6
  7. package/Approval/AgreementHistory.d.ts +15 -9
  8. package/Approval/AgreementHistoryImpl.d.ts +7 -7
  9. package/Approval/AgreementList.d.ts +2 -2
  10. package/Approval/AgreementListImpl.d.ts +7 -7
  11. package/Approval/AgreementManagement.d.ts +5 -5
  12. package/Approval/AgreementManagementImpl.d.ts +23 -13
  13. package/Approval/AgreementStage.d.ts +2 -2
  14. package/Approval/AgreementStageEmployeesLoader.d.ts +13 -13
  15. package/Approval/AgreementStageProps.d.ts +2 -2
  16. package/Approval/AgreementStageState.d.ts +1 -1
  17. package/Approval/ApprovalCycleInfo.d.ts +15 -4
  18. package/Approval/ApprovalCycleList.d.ts +6 -3
  19. package/Approval/ApprovalCycleListProps.d.ts +2 -2
  20. package/Approval/ApprovalHistoryFullStageInfo.d.ts +22 -1
  21. package/Approval/ApprovalStageInfo.d.ts +31 -2
  22. package/Approval/ApprovalStageItemComment.d.ts +7 -4
  23. package/Approval/ApprovalStageItemRow.d.ts +4 -1
  24. package/Approval/CardApprovalCycle.d.ts +3 -3
  25. package/Approval/CardApprovalCycleImpl.d.ts +7 -7
  26. package/Approval/CardApprovalStage.d.ts +4 -4
  27. package/Approval/CardApprovalStageImpl.d.ts +7 -7
  28. package/Approval/IAgreementListTableColumn.d.ts +2 -1
  29. package/Approval/IApprovalHistoryTableProps.d.ts +11 -3
  30. package/Approval/IApprovalStageItemRowProps.d.ts +6 -5
  31. package/Approval/TemplateComboVariant.d.ts +1 -1
  32. package/BackOffice/$CloudSignature.d.ts +5 -5
  33. package/BackOffice/$CryptoPro.d.ts +1 -1
  34. package/BackOffice/$DigitalSignature.d.ts +25 -15
  35. package/BackOffice/$LinksSearchCardsService.d.ts +3 -3
  36. package/BackOffice/$OperationParametersPanel.d.ts +4 -4
  37. package/BackOffice/$SelectionRow.d.ts +1 -1
  38. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +2 -2
  39. package/BackOffice/AcknowledgementList.d.ts +10 -10
  40. package/BackOffice/AcknowledgementListButton.d.ts +1 -1
  41. package/BackOffice/AcknowledgementListContainer.d.ts +2 -2
  42. package/BackOffice/ActionButton.d.ts +3 -3
  43. package/BackOffice/ActionMenu.d.ts +3 -3
  44. package/BackOffice/AddComment.d.ts +2 -2
  45. package/BackOffice/AddUrlDialog.d.ts +1 -1
  46. package/BackOffice/Address.d.ts +4 -4
  47. package/BackOffice/AddressImpl.d.ts +12 -11
  48. package/BackOffice/ApprovalTaskComplete.d.ts +5 -5
  49. package/BackOffice/AuthenticationKindsView.d.ts +2 -2
  50. package/BackOffice/BackOfficeChildTask.d.ts +2 -2
  51. package/BackOffice/BackOfficeCreateLink.d.ts +9 -9
  52. package/BackOffice/CardKind.d.ts +5 -5
  53. package/BackOffice/CardKindImpl.d.ts +7 -7
  54. package/BackOffice/CardKindTree.d.ts +3 -1
  55. package/BackOffice/ChangeBoundaryValuesSection.d.ts +3 -3
  56. package/BackOffice/ChangeSectionValues.d.ts +3 -3
  57. package/BackOffice/CheckPerformer.d.ts +1 -1
  58. package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
  59. package/BackOffice/ChildTasksPerformingImpl.d.ts +7 -7
  60. package/BackOffice/CollapseAllTaskTableRows.d.ts +1 -1
  61. package/BackOffice/CollapseTaskTableRow.d.ts +1 -1
  62. package/BackOffice/ColumnSettingsDialog.d.ts +9 -9
  63. package/BackOffice/CommentBodyContents.d.ts +2 -2
  64. package/BackOffice/CommentDeleteIcon.d.ts +1 -1
  65. package/BackOffice/CommentEditIcon.d.ts +1 -1
  66. package/BackOffice/CommentEditor.d.ts +5 -5
  67. package/BackOffice/CommentHeader.d.ts +1 -1
  68. package/BackOffice/CommentInputTextArea.d.ts +3 -3
  69. package/BackOffice/CommentModel.d.ts +1 -1
  70. package/BackOffice/CommentUserIcon.d.ts +1 -1
  71. package/BackOffice/Comments.d.ts +12 -12
  72. package/BackOffice/CommentsImpl.d.ts +8 -8
  73. package/BackOffice/CompareTasks.d.ts +1 -1
  74. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +3 -3
  75. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +3 -3
  76. package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +3 -3
  77. package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +7 -0
  78. package/BackOffice/ConvertResponseToTree.d.ts +4 -0
  79. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +1 -1
  80. package/BackOffice/CreateRelatedCardButton.d.ts +10 -10
  81. package/BackOffice/CreateRelatedCardButtonImpl.d.ts +7 -7
  82. package/BackOffice/CreateWindow.d.ts +4 -4
  83. package/BackOffice/CryptoProDssService.d.ts +15 -15
  84. package/BackOffice/CryptoProService.d.ts +2 -2
  85. package/BackOffice/DebugUtils.d.ts +2 -0
  86. package/BackOffice/DelegateBatchOperation.d.ts +14 -14
  87. package/BackOffice/DelegateBatchOperationImpl.d.ts +5 -5
  88. package/BackOffice/DelegationParameters.d.ts +2 -2
  89. package/BackOffice/DelegationParamsPanel.d.ts +9 -9
  90. package/BackOffice/DeleteLogic.d.ts +2 -2
  91. package/BackOffice/DeleteSection.d.ts +2 -0
  92. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -2
  93. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +3 -3
  94. package/BackOffice/DeleteTaskRow.d.ts +2 -2
  95. package/BackOffice/Department.d.ts +3 -3
  96. package/BackOffice/DepartmentFilter.d.ts +1 -1
  97. package/BackOffice/DepartmentFilterView.d.ts +2 -2
  98. package/BackOffice/DepartmentFilterViewComponents.d.ts +12 -7
  99. package/BackOffice/DepartmentImpl.d.ts +9 -8
  100. package/BackOffice/DepartmentSelectDialog.d.ts +5 -5
  101. package/BackOffice/DepartmentSelectDialogFlat.d.ts +14 -10
  102. package/BackOffice/DigitalSignatureService.d.ts +25 -23
  103. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +9 -6
  104. package/BackOffice/DirectoryDesignerActionButton.d.ts +2 -2
  105. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +3 -3
  106. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +3 -3
  107. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +3 -3
  108. package/BackOffice/DirectoryDesignerRow.d.ts +9 -9
  109. package/BackOffice/DirectoryDesignerRowImpl.d.ts +12 -10
  110. package/BackOffice/DirectoryDesignerRowSelectDialog.d.ts +3 -3
  111. package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
  112. package/BackOffice/DirectoryEntryModal.d.ts +4 -4
  113. package/BackOffice/DirectoryEntryModalLogic.d.ts +24 -13
  114. package/BackOffice/DirectoryFrame.d.ts +2 -2
  115. package/BackOffice/DirectoryRowSelection.d.ts +1 -1
  116. package/BackOffice/DirectorySearchBreadcrumbs.d.ts +3 -3
  117. package/BackOffice/DirectorySearchContainer.d.ts +1 -1
  118. package/BackOffice/DirectorySearchContent.d.ts +3 -3
  119. package/BackOffice/DirectorySearchCounter.d.ts +1 -1
  120. package/BackOffice/DirectorySearchInfo.d.ts +1 -1
  121. package/BackOffice/DirectorySearchResult.d.ts +9 -9
  122. package/BackOffice/DirectorySearchResultList.d.ts +4 -4
  123. package/BackOffice/DirectorySearchResultLogic.d.ts +5 -2
  124. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  125. package/BackOffice/DirectorySplitter.d.ts +1 -1
  126. package/BackOffice/DirectoryTabContents.d.ts +1 -1
  127. package/BackOffice/DirectoryTabInfo.d.ts +1 -1
  128. package/BackOffice/DirectoryTabItem.d.ts +1 -1
  129. package/BackOffice/DirectoryTabPanel.d.ts +1 -1
  130. package/BackOffice/DirectoryTabs.d.ts +7 -7
  131. package/BackOffice/DirectoryTabs.stories.d.ts +2 -2
  132. package/BackOffice/DirectoryTabsLogic.d.ts +6 -6
  133. package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
  134. package/BackOffice/DirectoryTree.d.ts +5 -4
  135. package/BackOffice/DirectoryTree.stories.d.ts +2 -2
  136. package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
  137. package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
  138. package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
  139. package/BackOffice/DirectoryTreeIcon.d.ts +3 -3
  140. package/BackOffice/DirectoryTreeList.d.ts +5 -5
  141. package/BackOffice/DirectoryTreeLogic.d.ts +21 -21
  142. package/BackOffice/DirectoryTreeRow.d.ts +1 -1
  143. package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
  144. package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
  145. package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
  146. package/BackOffice/DirectoryValues.d.ts +3 -3
  147. package/BackOffice/DirectoryValues.stories.d.ts +2 -2
  148. package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
  149. package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
  150. package/BackOffice/DirectoryValuesIcon.d.ts +3 -3
  151. package/BackOffice/DirectoryValuesLogic.d.ts +3 -3
  152. package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
  153. package/BackOffice/DisplayInitiator.d.ts +9 -9
  154. package/BackOffice/DisplayInitiatorImpl.d.ts +4 -4
  155. package/BackOffice/DisplayPerformers.d.ts +5 -5
  156. package/BackOffice/DisplayPerformersImpl.d.ts +3 -3
  157. package/BackOffice/Document.d.ts +1 -1
  158. package/BackOffice/DssAuthorizationModels.d.ts +3 -1
  159. package/BackOffice/DssCertificateModels.d.ts +14 -10
  160. package/BackOffice/DssPolicyModels.d.ts +5 -3
  161. package/BackOffice/DssSignRequestModels.d.ts +27 -14
  162. package/BackOffice/EditComment.d.ts +2 -2
  163. package/BackOffice/EditTaskDescription.d.ts +7 -7
  164. package/BackOffice/EditTaskDescriptionDialog.d.ts +3 -3
  165. package/BackOffice/EditTaskDuration.d.ts +10 -10
  166. package/BackOffice/EditTaskDurationDialog.d.ts +4 -4
  167. package/BackOffice/EditWindow.d.ts +4 -4
  168. package/BackOffice/EmailButton.d.ts +10 -8
  169. package/BackOffice/EmailButtonContainer.d.ts +4 -4
  170. package/BackOffice/EmailButtonFiles.d.ts +5 -3
  171. package/BackOffice/EmailButtonItem.d.ts +6 -4
  172. package/BackOffice/EmailButtonLogic.d.ts +2 -2
  173. package/BackOffice/EmailButtonOptions.d.ts +11 -11
  174. package/BackOffice/EmailButtonSelectedSize.d.ts +5 -3
  175. package/BackOffice/EmailButtonView.d.ts +9 -9
  176. package/BackOffice/Employee.d.ts +3 -3
  177. package/BackOffice/EmployeeImpl.d.ts +17 -9
  178. package/BackOffice/EmployeesTabFrame.d.ts +2 -2
  179. package/BackOffice/ExistingCardLinkDialog.d.ts +11 -11
  180. package/BackOffice/ExpandTaskTableRow.d.ts +1 -1
  181. package/BackOffice/ExtraFileIcon.d.ts +1 -1
  182. package/BackOffice/FavoriteEmployeesStorage.d.ts +2 -2
  183. package/BackOffice/FileListAttachElements.d.ts +1 -1
  184. package/BackOffice/FileListConstants.d.ts +4 -0
  185. package/BackOffice/FileListControl.d.ts +20 -15
  186. package/BackOffice/FileListControlImpl.d.ts +16 -16
  187. package/BackOffice/FileListControlLogic.d.ts +17 -16
  188. package/BackOffice/FileListItemComponent.d.ts +5 -2
  189. package/BackOffice/FileListItemPlaceholderComponent.d.ts +2 -2
  190. package/BackOffice/FileListItemProps.d.ts +10 -9
  191. package/BackOffice/FileListVersionPlaceholder.d.ts +1 -1
  192. package/BackOffice/FileRenamingDialog.d.ts +13 -13
  193. package/BackOffice/FileSign.d.ts +4 -4
  194. package/BackOffice/FileSignListDialog.d.ts +10 -2
  195. package/BackOffice/FileSignListDialog.stories.d.ts +13 -0
  196. package/BackOffice/FindMaxLevelIdent.d.ts +1 -1
  197. package/BackOffice/FindSection.d.ts +9 -0
  198. package/BackOffice/FindTaskRow.d.ts +1 -1
  199. package/BackOffice/FlatternRows.d.ts +1 -1
  200. package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -2
  201. package/BackOffice/GetCalendarType.d.ts +1 -1
  202. package/BackOffice/GetDirectoryTreeRowModel.d.ts +1 -1
  203. package/BackOffice/GetEmlUrl.d.ts +1 -1
  204. package/BackOffice/GetHelpBoxRowInfo.d.ts +2 -2
  205. package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -3
  206. package/BackOffice/GetPowersIconClassName.d.ts +7 -0
  207. package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
  208. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  209. package/BackOffice/GetSignatureMethodName.d.ts +2 -2
  210. package/BackOffice/GroupTaskCardSelectPerformers.d.ts +36 -36
  211. package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +40 -40
  212. package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +3 -3
  213. package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +21 -21
  214. package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +1 -1
  215. package/BackOffice/GzPerformersOverlay.d.ts +3 -3
  216. package/BackOffice/History.d.ts +4 -4
  217. package/BackOffice/HistoryImpl.d.ts +6 -6
  218. package/BackOffice/HistoryRecordView.d.ts +2 -2
  219. package/BackOffice/HistoryView.d.ts +7 -7
  220. package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +2 -2
  221. package/BackOffice/IChangeResponsibleEventArgs.d.ts +3 -3
  222. package/BackOffice/IChangingTaskOrderEventArgs.d.ts +3 -3
  223. package/BackOffice/ICommentProps.d.ts +2 -2
  224. package/BackOffice/IDigitalSignatureDialogManagement.d.ts +5 -5
  225. package/BackOffice/IDirectoryTreeRow.d.ts +1 -1
  226. package/BackOffice/IExtraFileAdded.d.ts +3 -0
  227. package/BackOffice/IFileListOperation.d.ts +1 -1
  228. package/BackOffice/IFileListWrapper.d.ts +1 -1
  229. package/BackOffice/IFileMenuItem.d.ts +1 -1
  230. package/BackOffice/IFileSignInteractionModel.d.ts +3 -3
  231. package/BackOffice/IFileTypeChangeArgs.d.ts +4 -0
  232. package/BackOffice/IGetCertificateResult.d.ts +3 -3
  233. package/BackOffice/IMainFileAdded.d.ts +3 -0
  234. package/BackOffice/INewCardLinkDialogProps.d.ts +3 -3
  235. package/BackOffice/INewFileList.d.ts +3 -0
  236. package/BackOffice/IParametersRequestEventArgs.d.ts +2 -2
  237. package/BackOffice/IPerformerEventArgs.d.ts +4 -4
  238. package/BackOffice/IPerformersEventArgs.d.ts +2 -2
  239. package/BackOffice/IPowerModel.d.ts +10 -0
  240. package/BackOffice/IPowersDataLoadingEventArgs.d.ts +11 -0
  241. package/BackOffice/IPowersDialog.d.ts +5 -0
  242. package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
  243. package/BackOffice/IPowersTreeRow.d.ts +6 -0
  244. package/BackOffice/ISignRequest.d.ts +2 -2
  245. package/BackOffice/IStaffDirectoryItemsDialog.d.ts +2 -2
  246. package/BackOffice/ITaskDescriptionDialogManagement.d.ts +1 -1
  247. package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +3 -3
  248. package/BackOffice/ITaskDescriptionEventArgs.d.ts +3 -3
  249. package/BackOffice/ITaskDurationDialogManagement.d.ts +2 -2
  250. package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +3 -3
  251. package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +3 -3
  252. package/BackOffice/ITaskIntervalEventArgs.d.ts +3 -3
  253. package/BackOffice/ITaskListProps.d.ts +1 -1
  254. package/BackOffice/ITasksDistributionEventArgs.d.ts +4 -4
  255. package/BackOffice/ITasksTableModel.d.ts +1 -1
  256. package/BackOffice/ITasksTableRow.d.ts +1 -1
  257. package/BackOffice/ITasksTreeContainerProps.d.ts +2 -1
  258. package/BackOffice/ITasksTreeNodeResolver.d.ts +2 -2
  259. package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +1 -1
  260. package/BackOffice/InfoPopover.d.ts +10 -10
  261. package/BackOffice/InitialCheckboxes.d.ts +3 -3
  262. package/BackOffice/InitializeDefaultGroupsAndColors.d.ts +2 -2
  263. package/BackOffice/InnerWindow.d.ts +1 -1
  264. package/BackOffice/InsertLoadedChildrenRows.d.ts +2 -2
  265. package/BackOffice/InsertLoadedTaskTableRows.d.ts +2 -2
  266. package/BackOffice/LinkInfoPopover.d.ts +2 -2
  267. package/BackOffice/LinkInfoPopoverProps.d.ts +1 -1
  268. package/BackOffice/LinkSelectionItem.d.ts +2 -2
  269. package/BackOffice/LinkTypeComboBoxVariant.d.ts +2 -1
  270. package/BackOffice/Links.d.ts +15 -15
  271. package/BackOffice/LinksImpl.d.ts +20 -20
  272. package/BackOffice/LinksSearchCardsService.d.ts +3 -3
  273. package/BackOffice/LoadCloudCertificates.d.ts +3 -3
  274. package/BackOffice/LoadEmployeeLayoutFunctions.d.ts +6 -4
  275. package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
  276. package/BackOffice/LoadSectionLayoutFunctions.d.ts +4 -3
  277. package/BackOffice/LoadSystemCertificates.d.ts +3 -3
  278. package/BackOffice/MainFileIcon.d.ts +1 -1
  279. package/BackOffice/MultipleEmployees.d.ts +4 -4
  280. package/BackOffice/MultipleEmployeesImpl.d.ts +9 -8
  281. package/BackOffice/NewCardLinkDialog.d.ts +14 -8
  282. package/BackOffice/NewCardLinkDialogArgs.d.ts +1 -1
  283. package/BackOffice/Numerator.d.ts +6 -6
  284. package/BackOffice/NumeratorImpl.d.ts +12 -11
  285. package/BackOffice/OpenTaskInNewWindow.d.ts +2 -2
  286. package/BackOffice/OperationExecutingEventArgs.d.ts +5 -5
  287. package/BackOffice/OperationParametersPanelEventArgs.d.ts +5 -5
  288. package/BackOffice/Partner.d.ts +6 -6
  289. package/BackOffice/PartnerBase.d.ts +8 -8
  290. package/BackOffice/PartnerBaseImpl.d.ts +4 -4
  291. package/BackOffice/PartnerDepartment.d.ts +8 -6
  292. package/BackOffice/PartnerDepartmentImpl.d.ts +6 -6
  293. package/BackOffice/PartnerDirectoryBase.d.ts +7 -7
  294. package/BackOffice/PartnerDirectoryBaseImpl.d.ts +8 -7
  295. package/BackOffice/PartnerDirectorySelectDialog.d.ts +4 -4
  296. package/BackOffice/PartnerImpl.d.ts +7 -7
  297. package/BackOffice/PartnerSelectDialog.d.ts +13 -12
  298. package/BackOffice/PartnerTypeaheadVariant.d.ts +4 -4
  299. package/BackOffice/PartnersDirectory.d.ts +3 -3
  300. package/BackOffice/PerformersTable.d.ts +16 -16
  301. package/BackOffice/PerformingHistoryView.d.ts +4 -4
  302. package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
  303. package/BackOffice/PowerOfAttorneyInfo.d.ts +11 -0
  304. package/BackOffice/Powers.d.ts +72 -0
  305. package/BackOffice/Powers.stories.d.ts +20 -0
  306. package/BackOffice/PowersDialogLocations.d.ts +3 -0
  307. package/BackOffice/PowersDirectory.d.ts +49 -0
  308. package/BackOffice/PowersDirectory.stories.d.ts +20 -0
  309. package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
  310. package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
  311. package/BackOffice/PowersDirectoryHead.d.ts +7 -0
  312. package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
  313. package/BackOffice/PowersDirectoryLogic.d.ts +172 -0
  314. package/BackOffice/PowersDirectorySaveExpandedState.d.ts +5 -0
  315. package/BackOffice/PowersDirectoryTreeAddButton.d.ts +17 -0
  316. package/BackOffice/PowersDirectoryView.d.ts +60 -0
  317. package/BackOffice/PowersImpl.d.ts +73 -0
  318. package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
  319. package/BackOffice/PowersSelectDialog.d.ts +74 -0
  320. package/BackOffice/PrepareTasksTableModel.d.ts +3 -3
  321. package/BackOffice/PrintButton.d.ts +2 -2
  322. package/BackOffice/PrintButtonContainer.d.ts +4 -4
  323. package/BackOffice/PrintButtonLogic.d.ts +3 -3
  324. package/BackOffice/PrintButtonView.d.ts +2 -3
  325. package/BackOffice/ProcessIndication.d.ts +2 -2
  326. package/BackOffice/ProcessSettingsChanged.d.ts +2 -2
  327. package/BackOffice/SearchIcon.d.ts +1 -1
  328. package/BackOffice/SelectNextRow.d.ts +1 -1
  329. package/BackOffice/SelectionRowService.d.ts +5 -4
  330. package/BackOffice/SequentialParallelToggle.d.ts +3 -3
  331. package/BackOffice/SetManager.d.ts +2 -2
  332. package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
  333. package/BackOffice/ShowPreviousComments.d.ts +1 -1
  334. package/BackOffice/SignatureButton.d.ts +12 -10
  335. package/BackOffice/SignatureButtonComponent.d.ts +1 -1
  336. package/BackOffice/SignatureButtonContainer.d.ts +2 -2
  337. package/BackOffice/SignatureButtonLogic.d.ts +1 -1
  338. package/BackOffice/SignatureButtonMenu.d.ts +1 -1
  339. package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
  340. package/BackOffice/SignatureDialog.d.ts +7 -2
  341. package/BackOffice/SignatureDialog.stories.d.ts +4 -0
  342. package/BackOffice/SignatureDialogFrame.d.ts +2 -0
  343. package/BackOffice/SignatureDialogLabels.d.ts +3 -2
  344. package/BackOffice/SignatureDialogLogic.d.ts +27 -7
  345. package/BackOffice/SignatureDialogMethods.d.ts +3 -2
  346. package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
  347. package/BackOffice/SignatureDialogSettings.d.ts +3 -2
  348. package/BackOffice/SignatureMethodsSetup.d.ts +20 -20
  349. package/BackOffice/SignatureMethodsSetup.stories.d.ts +2 -2
  350. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +4 -4
  351. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +5 -5
  352. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +2 -2
  353. package/BackOffice/SignatureMethodsSetupFrame.d.ts +3 -3
  354. package/BackOffice/SignatureMethodsSetupLogic.d.ts +9 -9
  355. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
  356. package/BackOffice/SimpleItemViewContent.d.ts +3 -3
  357. package/BackOffice/StaffDirectory.d.ts +2 -2
  358. package/BackOffice/StaffDirectoryAreas.d.ts +8 -8
  359. package/BackOffice/StaffDirectoryContainer.d.ts +2 -2
  360. package/BackOffice/StaffDirectoryHead.d.ts +1 -1
  361. package/BackOffice/StaffDirectoryInfo.d.ts +2 -2
  362. package/BackOffice/StaffDirectoryInfoPopover.d.ts +13 -10
  363. package/BackOffice/StaffDirectoryItems.d.ts +18 -18
  364. package/BackOffice/StaffDirectoryItemsImpl.d.ts +29 -27
  365. package/BackOffice/StaffDirectoryLogic.d.ts +10 -9
  366. package/BackOffice/StaffDirectorySelectDialog.d.ts +14 -13
  367. package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
  368. package/BackOffice/StaffDirectoryView.d.ts +13 -14
  369. package/BackOffice/StaffTypeaheadVariant.d.ts +2 -2
  370. package/BackOffice/State.d.ts +4 -4
  371. package/BackOffice/StateButtons.d.ts +8 -8
  372. package/BackOffice/StateButtonsImpl.d.ts +7 -7
  373. package/BackOffice/StateImpl.d.ts +5 -5
  374. package/BackOffice/SvsVerifyModels.d.ts +12 -6
  375. package/BackOffice/TaskCardCompletionOptionImpl.d.ts +2 -2
  376. package/BackOffice/TaskChangeExecutionDates.d.ts +2 -2
  377. package/BackOffice/TaskCommon.d.ts +1 -1
  378. package/BackOffice/TaskComplete.d.ts +2 -2
  379. package/BackOffice/TaskDelegate.d.ts +2 -2
  380. package/BackOffice/TaskDelegationInfo.d.ts +3 -3
  381. package/BackOffice/TaskGroup.d.ts +4 -4
  382. package/BackOffice/TaskGroupIntervalModel.d.ts +4 -4
  383. package/BackOffice/TaskListComponent.d.ts +1 -1
  384. package/BackOffice/TaskReject.d.ts +1 -1
  385. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
  386. package/BackOffice/TaskToRework.d.ts +1 -1
  387. package/BackOffice/Tasks.d.ts +1 -1
  388. package/BackOffice/TasksImpl.d.ts +2 -2
  389. package/BackOffice/TasksTable.d.ts +24 -24
  390. package/BackOffice/TasksTableBody.d.ts +2 -2
  391. package/BackOffice/TasksTableCell.d.ts +4 -4
  392. package/BackOffice/TasksTableContainer.d.ts +2 -2
  393. package/BackOffice/TasksTableControlWrapper.d.ts +2 -2
  394. package/BackOffice/TasksTableCurrentPerformerView.d.ts +1 -1
  395. package/BackOffice/TasksTableFilterButton.d.ts +1 -1
  396. package/BackOffice/TasksTableHeaderCell.d.ts +3 -3
  397. package/BackOffice/TasksTableHeaderRow.d.ts +1 -1
  398. package/BackOffice/TasksTableHelpBox.d.ts +3 -3
  399. package/BackOffice/TasksTableIcon.d.ts +5 -5
  400. package/BackOffice/TasksTableIconButton.d.ts +1 -1
  401. package/BackOffice/TasksTableLink.d.ts +3 -3
  402. package/BackOffice/TasksTableLogic.d.ts +6 -6
  403. package/BackOffice/TasksTableRibbon.d.ts +1 -1
  404. package/BackOffice/TasksTableRibbonButton.d.ts +1 -1
  405. package/BackOffice/TasksTableRibbonContainer.d.ts +1 -1
  406. package/BackOffice/TasksTableRow.d.ts +2 -2
  407. package/BackOffice/TasksTableTable.d.ts +1 -1
  408. package/BackOffice/TasksTableView.d.ts +24 -25
  409. package/BackOffice/TasksTreeImpl.d.ts +3 -3
  410. package/BackOffice/TasksUtils.d.ts +1 -1
  411. package/BackOffice/TimeOfPerformance.d.ts +3 -3
  412. package/BackOffice/TimeOfPerformanceImpl.d.ts +3 -3
  413. package/BackOffice/ToSearchArea.d.ts +3 -0
  414. package/BackOffice/UniquenessCheck.d.ts +8 -8
  415. package/BackOffice/UniquenessCheckImpl.d.ts +12 -10
  416. package/BackOffice/UseDialog.d.ts +1 -1
  417. package/BackOffice/UserProfile.d.ts +3 -3
  418. package/BackOffice/Utils.d.ts +6 -29
  419. package/BackOffice/UtilsOfSign.d.ts +31 -0
  420. package/BackOffice/ViewComment.d.ts +2 -2
  421. package/Generated/DocsVision.WebClient.Controllers.d.ts +163 -0
  422. package/Generated/DocsVision.WebClient.Models.d.ts +595 -17
  423. package/Helpers/Adaptive/DevicesVisibility.d.ts +1 -1
  424. package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +1 -1
  425. package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +1 -1
  426. package/Helpers/ArtPlayer/ArtPlayer.d.ts +6 -6
  427. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +5 -5
  428. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +2 -2
  429. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
  430. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +2 -2
  431. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
  432. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +1 -1
  433. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +1 -1
  434. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +1 -1
  435. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +2 -2
  436. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +6 -6
  437. package/Helpers/BodyContainerProvider.d.ts +2 -2
  438. package/Helpers/BoxWithButtons.d.ts +1 -1
  439. package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  440. package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -1
  441. package/Helpers/Breadcrumbs/BreadcrumbsViewComponents.d.ts +11 -6
  442. package/Helpers/Breadcrumbs/ButtonItem.d.ts +1 -1
  443. package/Helpers/Breadcrumbs/LinkView/LinkItemView.d.ts +3 -1
  444. package/Helpers/Breadcrumbs/SimpleView/SimpleItemViewWithSeparator.d.ts +1 -1
  445. package/Helpers/Button.d.ts +6 -4
  446. package/Helpers/Button.stories.d.ts +2 -2
  447. package/Helpers/ComandBarButton.d.ts +3 -1
  448. package/Helpers/ComboBox/ComboBoxElement.d.ts +5 -3
  449. package/Helpers/ComboBox/ComboBoxTitle.d.ts +3 -3
  450. package/Helpers/ComboBox/CommonComboBox.d.ts +3 -1
  451. package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +2 -0
  452. package/Helpers/CommandBar/ComandBar.d.ts +4 -2
  453. package/Helpers/CommandBar/ComandBarItem.d.ts +2 -2
  454. package/Helpers/ControlSelector/ControlSelector.d.ts +8 -7
  455. package/Helpers/ControlSelector/IControlContainer.d.ts +2 -2
  456. package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +5 -5
  457. package/Helpers/Disclosure/DisclosureBody/DisclosureBody.d.ts +2 -1
  458. package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyProps.d.ts +3 -3
  459. package/Helpers/Disclosure/DisclosureHeader.d.ts +3 -3
  460. package/Helpers/DropdownButton/DropdownButton.d.ts +10 -8
  461. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +2 -2
  462. package/Helpers/DropdownButton/DropdownButtonView.d.ts +7 -7
  463. package/Helpers/DropdownButton/components/DropdownMenu.d.ts +5 -3
  464. package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +5 -3
  465. package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +6 -4
  466. package/Helpers/DynamicModel/DynamicFieldNameAccessor.d.ts +1 -1
  467. package/Helpers/DynamicModel/FieldNameAccessor.d.ts +1 -1
  468. package/Helpers/EmployeeName.d.ts +1 -1
  469. package/Helpers/FileComments/FileComment.d.ts +1 -1
  470. package/Helpers/FileComments/FileComments.d.ts +10 -8
  471. package/Helpers/FileComments/FileCommentsModal.d.ts +1 -1
  472. package/Helpers/FilePreview/FilePreview.d.ts +10 -9
  473. package/Helpers/HighlightedSearchResult.d.ts +3 -3
  474. package/Helpers/HighlightedSimpleSearchResult.d.ts +1 -1
  475. package/Helpers/IconButton.d.ts +10 -8
  476. package/Helpers/InputMask/IInputMaskProps.d.ts +3 -3
  477. package/Helpers/InputMask/InputMask.d.ts +1 -1
  478. package/Helpers/InputMask/InputMaskView.d.ts +3 -3
  479. package/Helpers/InputMask/components/InputMaskContainer.d.ts +1 -1
  480. package/Helpers/InputMask/components/InputMaskField.d.ts +2 -2
  481. package/Helpers/InputMask/components/InputMaskLabel.d.ts +1 -1
  482. package/Helpers/LabeledText.d.ts +5 -5
  483. package/Helpers/MainMenu/AnimatedItemHide.d.ts +3 -2
  484. package/Helpers/MainMenu/BigItemBox.d.ts +3 -3
  485. package/Helpers/MainMenu/BigSpaceGap.d.ts +3 -3
  486. package/Helpers/MainMenu/ItemContent.d.ts +3 -3
  487. package/Helpers/MainMenu/ItemHideToggle.d.ts +3 -3
  488. package/Helpers/MainMenu/ItemIcon.d.ts +3 -3
  489. package/Helpers/MainMenu/ItemLevelIdent.d.ts +3 -3
  490. package/Helpers/MainMenu/ItemSeparator.d.ts +1 -1
  491. package/Helpers/MainMenu/ItemText.d.ts +3 -3
  492. package/Helpers/MainMenu/NavigationLink.d.ts +3 -3
  493. package/Helpers/MainMenu/OverlapRightPanel.d.ts +3 -3
  494. package/Helpers/MainMenu/SmallItemBox.d.ts +3 -3
  495. package/Helpers/MainMenu/SpaceGap.d.ts +3 -3
  496. package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -2
  497. package/Helpers/Menu/AdaptiveMenuItem.d.ts +1 -1
  498. package/Helpers/Menu/Content/AdaptiveMenuContent.d.ts +1 -1
  499. package/Helpers/Menu/Content/DesktopMenuContent.d.ts +1 -1
  500. package/Helpers/Menu/Content/MobileMenuContent.d.ts +1 -1
  501. package/Helpers/Menu/DesktopMenuBar.d.ts +1 -1
  502. package/Helpers/Menu/DesktopMenuItem.d.ts +1 -1
  503. package/Helpers/Menu/MobileMenuBar.d.ts +1 -1
  504. package/Helpers/MessageBox/MessageBox.d.ts +5 -5
  505. package/Helpers/ModalBackdrop.d.ts +9 -7
  506. package/Helpers/ModalDialog/CommonModalDialog.d.ts +7 -5
  507. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +9 -9
  508. package/Helpers/ModalDialog/EscHandler.d.ts +6 -4
  509. package/Helpers/ModalDialog/KeyHandler.d.ts +1 -1
  510. package/Helpers/ModalDialog/ModalDialog.d.ts +20 -17
  511. package/Helpers/ModalDialog/ModalDialogBox.d.ts +19 -17
  512. package/Helpers/ModalDialog/ModalDialogButtonPanel.d.ts +1 -1
  513. package/Helpers/ModalDialog/ModalDialogCloseButton.d.ts +2 -2
  514. package/Helpers/ModalDialog/ModalDialogContent.d.ts +1 -1
  515. package/Helpers/ModalDialog/ModalDialogHeader.d.ts +1 -1
  516. package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +2 -2
  517. package/Helpers/ModalDialog/ModalDialogTopBorder.d.ts +1 -1
  518. package/Helpers/ModalDialog/ScrollableModal.d.ts +1 -1
  519. package/Helpers/ModalHost.d.ts +14 -12
  520. package/Helpers/ModalSidebar/ModalSidebar.d.ts +1 -1
  521. package/Helpers/ModalSidebar/ModalSidebarCloseButton.d.ts +2 -2
  522. package/Helpers/ModalSidebar/ModalSidebarHeader.d.ts +1 -1
  523. package/Helpers/PopoverHelpers/ClosePopoverListener.d.ts +2 -0
  524. package/Helpers/PopoverHelpers/CommonPopover.d.ts +5 -3
  525. package/Helpers/PopoverHelpers/Popover.d.ts +14 -4
  526. package/Helpers/PopoverHelpers/PopoverAcceptButton.d.ts +2 -2
  527. package/Helpers/PopoverHelpers/PopoverBox.d.ts +1 -1
  528. package/Helpers/PopoverHelpers/PopoverCancelButton.d.ts +2 -2
  529. package/Helpers/PopoverHelpers/PopoverCloseButton.d.ts +2 -2
  530. package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -1
  531. package/Helpers/PopoverHelpers/PopoverHead.d.ts +1 -1
  532. package/Helpers/PopoverHelpers/PopoverOverflowContent.d.ts +1 -1
  533. package/Helpers/PopoverHelpers/PopoverTitle.d.ts +1 -1
  534. package/Helpers/ReactList/ReactList.d.ts +5 -4
  535. package/Helpers/ReactList/ReactListDynamic.d.ts +5 -4
  536. package/Helpers/ReactList/ReactListInfiniteScroll.d.ts +11 -11
  537. package/Helpers/RerenderHost.d.ts +3 -3
  538. package/Helpers/Ribbon/RibbonButton.d.ts +1 -1
  539. package/Helpers/SearchBar.d.ts +1 -1
  540. package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +8 -4
  541. package/Helpers/SoftHyphenized.d.ts +1 -1
  542. package/Helpers/Sortable/Sortable.d.ts +16 -15
  543. package/Helpers/Sortable/SortableItems.d.ts +8 -8
  544. package/Helpers/SvgIcons/LinksLoaderImage.d.ts +4 -2
  545. package/Helpers/SvgIcons/RightArrowIcon.d.ts +3 -3
  546. package/Helpers/SvgIcons/SvgWrapper.d.ts +3 -3
  547. package/Helpers/SvgIcons/TasksDigestLoaderImage.d.ts +4 -2
  548. package/Helpers/SvgIcons/TasksFullLoaderImage.d.ts +4 -2
  549. package/Helpers/Table/TableHelper.d.ts +1 -1
  550. package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -2
  551. package/Helpers/Table/TableHelperRow.d.ts +2 -1
  552. package/Helpers/TabsNavPanel.d.ts +3 -3
  553. package/Helpers/TextInput.d.ts +1 -1
  554. package/Helpers/Tree/TreeBase.d.ts +6 -5
  555. package/Helpers/Typeahead/ITypeaheadProps.d.ts +2 -2
  556. package/Helpers/Typeahead/ITypeaheadState.d.ts +5 -4
  557. package/Helpers/Typeahead/Typeahead.d.ts +5 -4
  558. package/Helpers/UnreadCountIndicator.d.ts +3 -3
  559. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  560. package/Legacy/BaseRazorControl.d.ts +2 -2
  561. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  562. package/Legacy/DocumentPanel.d.ts +2 -0
  563. package/Legacy/GridLoaderHelper.d.ts +1 -0
  564. package/Legacy/GridRowSelectionService.d.ts +2 -2
  565. package/Legacy/GridRowsSelectionLogic.d.ts +3 -3
  566. package/Legacy/ISignatureListItemDataModel.d.ts +1 -0
  567. package/Legacy/ModalWindow.d.ts +1 -0
  568. package/Legacy/StandardControllers.d.ts +2 -2
  569. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -1
  570. package/Legacy/TaskReportPanelRazorControl.d.ts +2 -2
  571. package/Legacy/Utils.d.ts +17 -6
  572. package/MainBundle.d.ts +9 -9
  573. package/Platform/$BatchOperations.d.ts +3 -3
  574. package/Platform/$BatchOperationsPerformer.d.ts +5 -5
  575. package/Platform/$BatchOperationsProgressDialog.d.ts +10 -6
  576. package/Platform/$CommandBarManagement.d.ts +7 -7
  577. package/Platform/$CompanyLogo.d.ts +3 -3
  578. package/Platform/$ContextMenuOptions.d.ts +3 -3
  579. package/Platform/$CurrentFolder.d.ts +1 -1
  580. package/Platform/$EmployeeStatus.d.ts +3 -3
  581. package/Platform/$FileDownload.d.ts +1 -1
  582. package/Platform/$FilePreview.d.ts +2 -2
  583. package/Platform/$FileScan.d.ts +3 -3
  584. package/Platform/$FolderDataLoading.d.ts +11 -11
  585. package/Platform/$FolderGrid.d.ts +3 -3
  586. package/Platform/$FolderHelp.d.ts +1 -1
  587. package/Platform/$FolderInfo.d.ts +1 -1
  588. package/Platform/$FolderPluginProvider.d.ts +6 -6
  589. package/Platform/$GridOptions.d.ts +5 -4
  590. package/Platform/$HoverPanel.d.ts +1 -1
  591. package/Platform/$LastSearchParameters.d.ts +1 -1
  592. package/Platform/$RefreshUnreadCounters.d.ts +1 -1
  593. package/Platform/$ScanDialog.d.ts +18 -12
  594. package/Platform/$SearchParametersFolder.d.ts +2 -2
  595. package/Platform/$TableMode.d.ts +1 -1
  596. package/Platform/$TableRowSelection.d.ts +4 -4
  597. package/Platform/$ToolbarActionButtons.d.ts +2 -2
  598. package/Platform/$ToolbarDaughterControls.d.ts +3 -3
  599. package/Platform/$UnreadBar.d.ts +2 -2
  600. package/Platform/$WebFrameContext.d.ts +1 -1
  601. package/Platform/$WebFrameSearchPanel.d.ts +2 -2
  602. package/Platform/AccessListEntryRow.d.ts +10 -8
  603. package/Platform/AccessListEntryRowFlag.d.ts +8 -6
  604. package/Platform/AccessListEntryRowRemove.d.ts +7 -5
  605. package/Platform/AccessListEntryTrustee.d.ts +6 -4
  606. package/Platform/AccessListRow.d.ts +4 -2
  607. package/Platform/AccessListTableHead.d.ts +7 -5
  608. package/Platform/AddAndFillTableRows.d.ts +1 -1
  609. package/Platform/AddFileToTable.d.ts +7 -7
  610. package/Platform/AddFileToTableImpl.d.ts +6 -6
  611. package/Platform/AddNewTrusteeRow.d.ts +1 -1
  612. package/Platform/AggregateItemCheckbox.d.ts +3 -3
  613. package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
  614. package/Platform/AggregatesCheckbox.d.ts +5 -5
  615. package/Platform/AggregatesCheckboxService.d.ts +1 -1
  616. package/Platform/AggregatesGroup.d.ts +4 -4
  617. package/Platform/AggregatesNotAvailable.d.ts +1 -1
  618. package/Platform/AggregatesPanelHeader.d.ts +1 -1
  619. package/Platform/ApprovalVisualization.d.ts +4 -3
  620. package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
  621. package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
  622. package/Platform/ApprovalVisualizationDescription.d.ts +1 -1
  623. package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
  624. package/Platform/ArchivedCardsIcon.d.ts +1 -1
  625. package/Platform/ArchivedCardsPlugin.d.ts +1 -1
  626. package/Platform/AutoConsolidation.d.ts +11 -11
  627. package/Platform/AutoConsolidationImpl.d.ts +6 -6
  628. package/Platform/BarcodeRouteTypeMapper.d.ts +1 -1
  629. package/Platform/BarcodeSearchButton.d.ts +6 -6
  630. package/Platform/BarcodeSearchButtonImpl.d.ts +5 -5
  631. package/Platform/BaseMainMenuItem.d.ts +3 -3
  632. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  633. package/Platform/BatchOperationErrorInfo.d.ts +4 -2
  634. package/Platform/BatchOperationsPerformer.d.ts +6 -6
  635. package/Platform/BatchOperationsProgressDialogService.d.ts +4 -4
  636. package/Platform/BatchSelectionState.d.ts +4 -4
  637. package/Platform/BatchSelectionStateImpl.d.ts +4 -4
  638. package/Platform/BlockImpl.d.ts +1 -1
  639. package/Platform/BottomEdge.d.ts +5 -5
  640. package/Platform/BottomEdgePlugin.d.ts +1 -1
  641. package/Platform/ButtonPositionsSelection.d.ts +7 -7
  642. package/Platform/CacheManagementService.d.ts +2 -2
  643. package/Platform/CalendarInput.d.ts +2 -2
  644. package/Platform/CardLink.d.ts +13 -12
  645. package/Platform/CardLinkImpl.d.ts +9 -11
  646. package/Platform/CardManagement.d.ts +1 -1
  647. package/Platform/CardManagementImpl.d.ts +2 -2
  648. package/Platform/CardShowRouteTypeMapper.d.ts +3 -3
  649. package/Platform/CertificateSettingsLogic.d.ts +2 -2
  650. package/Platform/CertificateSettingsView.d.ts +2 -3
  651. package/Platform/CheckBox.d.ts +2 -2
  652. package/Platform/CheckBoxImpl.d.ts +2 -2
  653. package/Platform/CheckFilesAllowed.d.ts +1 -1
  654. package/Platform/CleanEmptyAccessListEntries.d.ts +1 -1
  655. package/Platform/ClearButton.d.ts +1 -1
  656. package/Platform/ColumnWidthOptions.d.ts +3 -1
  657. package/Platform/ComboBoxImpl.d.ts +2 -2
  658. package/Platform/CommentFile.d.ts +4 -4
  659. package/Platform/CommentFileImpl.d.ts +2 -2
  660. package/Platform/CompanyLogoService.d.ts +4 -4
  661. package/Platform/CompleteTaskCondition.d.ts +5 -5
  662. package/Platform/CompleteTaskConditionImpl.d.ts +2 -2
  663. package/Platform/CompleteTaskConditionsTable.d.ts +1 -1
  664. package/Platform/CompleteTaskConditionsTableImpl.d.ts +4 -3
  665. package/Platform/ConfigurableMainMenuContainerButton.d.ts +4 -4
  666. package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +2 -2
  667. package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -4
  668. package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +3 -3
  669. package/Platform/ContentElementProviderService.d.ts +1 -1
  670. package/Platform/ContextMenu.d.ts +4 -4
  671. package/Platform/ContextMenuCustomPlugins.d.ts +3 -3
  672. package/Platform/ContextMenuOptionsService.d.ts +5 -5
  673. package/Platform/ConvertFolderNodeToFolderInfo.d.ts +2 -2
  674. package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -4
  675. package/Platform/CryptoProInfo.d.ts +2 -2
  676. package/Platform/CustomButtonImpl.d.ts +2 -2
  677. package/Platform/CustomHtmlPageRouteHandler.d.ts +1 -1
  678. package/Platform/DVWebToolInfo.d.ts +2 -2
  679. package/Platform/DashboardContainer.d.ts +3 -2
  680. package/Platform/DateFormatParsingResponseResolver.d.ts +5 -5
  681. package/Platform/DateInput.d.ts +1 -1
  682. package/Platform/DateTimePicker.d.ts +3 -3
  683. package/Platform/DateTimePickerImpl.d.ts +12 -12
  684. package/Platform/DefaultFolderDataLoader.d.ts +3 -3
  685. package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +4 -4
  686. package/Platform/DefaultFolderResponseResolver.d.ts +4 -4
  687. package/Platform/DefaultFolderRouteHandler.d.ts +5 -5
  688. package/Platform/DeleteBatchOperation.d.ts +14 -14
  689. package/Platform/DeleteBatchOperationImpl.d.ts +4 -4
  690. package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -1
  691. package/Platform/DepartmentRowRouteHandler.d.ts +2 -2
  692. package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -1
  693. package/Platform/Diagram.d.ts +3 -3
  694. package/Platform/DiagramChart.d.ts +1 -1
  695. package/Platform/DiagramLoader.d.ts +2 -2
  696. package/Platform/DiagramLogic.d.ts +6 -6
  697. package/Platform/DiagramQueryParams.d.ts +3 -3
  698. package/Platform/DisableInheritanceModeSelectDialog.d.ts +1 -1
  699. package/Platform/DisplayStaffUnit.d.ts +7 -7
  700. package/Platform/DisplayStaffUnitImpl.d.ts +5 -5
  701. package/Platform/DownloadAllTableFiles.d.ts +7 -7
  702. package/Platform/DownloadAllTableFilesImpl.d.ts +5 -5
  703. package/Platform/DownloadBatchOperationFileInfoCard.d.ts +3 -1
  704. package/Platform/DownloadFilesBatchOperation.d.ts +17 -17
  705. package/Platform/DownloadFilesBatchOperationImpl.d.ts +6 -6
  706. package/Platform/DownloadTableFiles.d.ts +2 -2
  707. package/Platform/Dropdown.d.ts +2 -2
  708. package/Platform/DropdownImpl.d.ts +3 -5
  709. package/Platform/EmployeeStatusService.d.ts +6 -6
  710. package/Platform/EmptyControlStub.d.ts +2 -2
  711. package/Platform/EventArgs.d.ts +1 -1
  712. package/Platform/ExistingBarcodeCardRouteHandler.d.ts +2 -2
  713. package/Platform/ExistingCardRouteHandler.d.ts +1 -1
  714. package/Platform/ExistingRowRouteHandler.d.ts +2 -2
  715. package/Platform/ExportESignButton.d.ts +8 -6
  716. package/Platform/ExportESignButtonImpl.d.ts +6 -6
  717. package/Platform/Favorite.d.ts +5 -5
  718. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  719. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  720. package/Platform/FileDownloadService.d.ts +3 -3
  721. package/Platform/FileDropzone.d.ts +2 -2
  722. package/Platform/FileInput.d.ts +2 -2
  723. package/Platform/FilePicker.d.ts +20 -19
  724. package/Platform/FilePickerImpl.d.ts +25 -25
  725. package/Platform/FilePickerMenu.d.ts +3 -3
  726. package/Platform/FilePickerMenuItemsView.d.ts +1 -1
  727. package/Platform/FilePickerOperations.d.ts +13 -13
  728. package/Platform/FilePickerOperationsAvailability.d.ts +4 -4
  729. package/Platform/FilePickerUploadService.d.ts +3 -3
  730. package/Platform/FilePickerValueView.d.ts +3 -3
  731. package/Platform/FilePreview.d.ts +28 -28
  732. package/Platform/FilePreviewImpl.d.ts +10 -10
  733. package/Platform/FileScanService.d.ts +7 -7
  734. package/Platform/FileUploadService.d.ts +1 -1
  735. package/Platform/FileVersionDialog.d.ts +13 -13
  736. package/Platform/FileVersionsLoaded.d.ts +1 -1
  737. package/Platform/FileVersionsTable.d.ts +1 -1
  738. package/Platform/FileViewer.d.ts +3 -3
  739. package/Platform/FilterBoolean.d.ts +2 -2
  740. package/Platform/FilterDate.d.ts +2 -2
  741. package/Platform/FilterDateRangePicker.d.ts +1 -1
  742. package/Platform/FilterDateTextListInput.d.ts +1 -1
  743. package/Platform/FocusableTextInput.d.ts +2 -2
  744. package/Platform/Folder.d.ts +1 -1
  745. package/Platform/FolderAsWebPageRouteHandler.d.ts +1 -1
  746. package/Platform/FolderCardsDashboardWidget.d.ts +12 -9
  747. package/Platform/FolderCardsDashboardWidgetImpl.d.ts +8 -8
  748. package/Platform/FolderCountersRouteHandler.d.ts +4 -4
  749. package/Platform/FolderDashboardWidget.d.ts +3 -3
  750. package/Platform/FolderDataContext.d.ts +9 -9
  751. package/Platform/FolderDataContextImpl.d.ts +11 -10
  752. package/Platform/FolderGrid.d.ts +22 -22
  753. package/Platform/FolderGridBatchOperationsNode.d.ts +13 -13
  754. package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +2 -2
  755. package/Platform/FolderGridImpl.d.ts +7 -7
  756. package/Platform/FolderGridService.d.ts +4 -4
  757. package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
  758. package/Platform/FolderHelpButton.d.ts +2 -2
  759. package/Platform/FolderHelpDialog.d.ts +1 -1
  760. package/Platform/FolderHelpPlugins.d.ts +5 -5
  761. package/Platform/FolderHelpService.d.ts +5 -5
  762. package/Platform/FolderHelpTimeCodes.d.ts +1 -1
  763. package/Platform/FolderImpl.d.ts +2 -2
  764. package/Platform/FolderMainMenuItem.d.ts +5 -5
  765. package/Platform/FolderMainMenuItemRouteHandler.d.ts +1 -1
  766. package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
  767. package/Platform/FolderManagementDialog.d.ts +7 -7
  768. package/Platform/FolderName.d.ts +2 -2
  769. package/Platform/FolderNameImpl.d.ts +3 -3
  770. package/Platform/FolderPageRouteHandler.d.ts +4 -4
  771. package/Platform/FolderPageRouteHelpers.d.ts +1 -1
  772. package/Platform/FolderPluginProvider.d.ts +6 -6
  773. package/Platform/FolderSizeResponseResolver.d.ts +4 -4
  774. package/Platform/FolderTypeDialog.d.ts +3 -3
  775. package/Platform/FolderTypeItems.d.ts +7 -7
  776. package/Platform/FolderTypeItemsImpl.d.ts +9 -9
  777. package/Platform/FolderViewItems.d.ts +6 -6
  778. package/Platform/FolderViewItemsImpl.d.ts +8 -8
  779. package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
  780. package/Platform/FormatFileVersion.d.ts +1 -1
  781. package/Platform/GetFlagEntry.d.ts +2 -2
  782. package/Platform/GetFlagState.d.ts +2 -2
  783. package/Platform/GetPreloadedLayoutModel.d.ts +3 -0
  784. package/Platform/GetSortByRequest.d.ts +2 -2
  785. package/Platform/GridFilterItemImpl.d.ts +2 -2
  786. package/Platform/GridFilterResetButton.d.ts +2 -2
  787. package/Platform/GridManagement.d.ts +3 -3
  788. package/Platform/GridOperationsPanel.d.ts +6 -6
  789. package/Platform/GridOperationsPanelImpl.d.ts +6 -6
  790. package/Platform/GridOperationsService.d.ts +4 -4
  791. package/Platform/GridRowModel.d.ts +3 -3
  792. package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -3
  793. package/Platform/GroupFoldersMainMenuItem.d.ts +1 -1
  794. package/Platform/GroupFoldersMainMenuItemImpl.d.ts +1 -1
  795. package/Platform/GroupMainMenuItem.d.ts +3 -3
  796. package/Platform/HtmlTag.d.ts +1 -0
  797. package/Platform/HtmlView.d.ts +2 -2
  798. package/Platform/IComboBoxVariant.d.ts +2 -1
  799. package/Platform/IDateFormatColumnData.d.ts +1 -1
  800. package/Platform/IFileDownloadEventArgs.d.ts +2 -2
  801. package/Platform/IFileEventArgs.d.ts +2 -2
  802. package/Platform/IFilePicker.d.ts +2 -2
  803. package/Platform/IFilePickerUploadService.d.ts +3 -3
  804. package/Platform/IFilePickerValue.d.ts +1 -1
  805. package/Platform/IFileUploadService.d.ts +1 -1
  806. package/Platform/IFolderDataLoader.d.ts +1 -1
  807. package/Platform/IFolderDataLoadingPlugin.d.ts +7 -7
  808. package/Platform/IFolderLoadRequest.d.ts +1 -1
  809. package/Platform/IFolderPluginFactory.d.ts +5 -5
  810. package/Platform/IServerDefinedRouteData.d.ts +3 -3
  811. package/Platform/ISimpleRouteData.d.ts +1 -1
  812. package/Platform/ITableOperation.d.ts +1 -1
  813. package/Platform/ITableWrapper.d.ts +1 -1
  814. package/Platform/IUnreadRowData.d.ts +1 -1
  815. package/Platform/Image.d.ts +5 -5
  816. package/Platform/ImageImpl.d.ts +4 -4
  817. package/Platform/InputWithMask.d.ts +4 -4
  818. package/Platform/LabelImpl.d.ts +2 -2
  819. package/Platform/LastSearchParametersService.d.ts +3 -3
  820. package/Platform/LayoutIconButtonImpl.d.ts +2 -2
  821. package/Platform/LayoutPageMainMenuItem.d.ts +1 -1
  822. package/Platform/LayoutPageMainMenuItemImpl.d.ts +1 -1
  823. package/Platform/LayoutPageRouteHandler.d.ts +1 -1
  824. package/Platform/LayoutPageRouteHelpers.d.ts +1 -1
  825. package/Platform/LinkMainMenuItem.d.ts +1 -1
  826. package/Platform/ListCheckbox.d.ts +2 -2
  827. package/Platform/ListContent.d.ts +1 -1
  828. package/Platform/ListEmpty.d.ts +1 -1
  829. package/Platform/ListEmptySearchIcon.d.ts +1 -1
  830. package/Platform/ListInput.d.ts +2 -2
  831. package/Platform/ListItem.d.ts +1 -1
  832. package/Platform/ListLoading.d.ts +1 -1
  833. package/Platform/ListSearchIcon.d.ts +1 -1
  834. package/Platform/ListSlot.d.ts +1 -1
  835. package/Platform/ListTotalItem.d.ts +2 -2
  836. package/Platform/ListViewResponseResolver.d.ts +7 -7
  837. package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
  838. package/Platform/LoaderDialog.d.ts +12 -6
  839. package/Platform/LoadingMorePlaceholder.d.ts +2 -2
  840. package/Platform/MainMenu.d.ts +3 -3
  841. package/Platform/MainMenuPinButton.d.ts +5 -5
  842. package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
  843. package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -4
  844. package/Platform/NavigationRoute.d.ts +3 -1
  845. package/Platform/NewAccessListEntryRow.d.ts +8 -6
  846. package/Platform/NewAccessListEntryTrusteeSelect.d.ts +6 -4
  847. package/Platform/NewDepartmentRowRouteHandler.d.ts +1 -1
  848. package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -1
  849. package/Platform/NewOrganizationRowRouteHandler.d.ts +1 -1
  850. package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -1
  851. package/Platform/NewRowRouteHandler.d.ts +1 -1
  852. package/Platform/NewRowRouteTypeMapper.d.ts +1 -1
  853. package/Platform/NoBatchOperationsMessage.d.ts +4 -4
  854. package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -4
  855. package/Platform/Number.d.ts +1 -1
  856. package/Platform/NumberImpl.d.ts +5 -4
  857. package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -1
  858. package/Platform/OrganizationRowRouteHandler.d.ts +2 -2
  859. package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -1
  860. package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +3 -3
  861. package/Platform/Panel.d.ts +3 -3
  862. package/Platform/PanelImpl.d.ts +3 -3
  863. package/Platform/ParseModel.d.ts +2 -2
  864. package/Platform/PdfjsViewer.d.ts +1 -1
  865. package/Platform/PlatformConstants.d.ts +1 -1
  866. package/Platform/PrepareGridOptions.d.ts +2 -2
  867. package/Platform/PrepareGridViewModel.d.ts +2 -2
  868. package/Platform/QueryCondition.d.ts +4 -4
  869. package/Platform/QueryConditionsTableImpl.d.ts +3 -2
  870. package/Platform/Quotes.d.ts +9 -9
  871. package/Platform/QuotesInner.d.ts +1 -1
  872. package/Platform/QuotesItem.d.ts +2 -2
  873. package/Platform/QuotesModal.d.ts +4 -4
  874. package/Platform/QuotesModalQuote.d.ts +2 -2
  875. package/Platform/R7Viewer.d.ts +1 -1
  876. package/Platform/RadioGroupImpl.d.ts +2 -2
  877. package/Platform/ReadAllResponseResolver.d.ts +4 -4
  878. package/Platform/ReadBatchOperation.d.ts +16 -16
  879. package/Platform/ReadBatchOperationImpl.d.ts +4 -4
  880. package/Platform/RecentCardsDashboardWidget.d.ts +12 -9
  881. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +2 -2
  882. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +6 -6
  883. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  884. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  885. package/Platform/RedirectRouteTypeMapper.d.ts +1 -1
  886. package/Platform/RefreshFoldersTreeButton.d.ts +4 -4
  887. package/Platform/RefreshUnreadCountersService.d.ts +4 -4
  888. package/Platform/{registerSimpleRoute.d.ts → RegisterSimpleRoute.d.ts} +8 -4
  889. package/Platform/RemoveTrusteeRow.d.ts +3 -3
  890. package/Platform/ResetSettings.d.ts +4 -4
  891. package/Platform/RowEditRouteTypeMapper.d.ts +1 -1
  892. package/Platform/RowViewRouteTypeMapper.d.ts +1 -1
  893. package/Platform/SafariAddressBarFixRouteHandler.d.ts +3 -3
  894. package/Platform/SaveColumnsRequestResolver.d.ts +7 -7
  895. package/Platform/SaveColumnsResponseResolver.d.ts +4 -4
  896. package/Platform/SavingButtons.d.ts +5 -5
  897. package/Platform/SavingButtonsImpl.d.ts +2 -2
  898. package/Platform/ScanButton.d.ts +9 -9
  899. package/Platform/ScanButtonImpl.d.ts +6 -5
  900. package/Platform/ScanDialogService.d.ts +22 -17
  901. package/Platform/ScanOptions.d.ts +6 -4
  902. package/Platform/ScanRequest.d.ts +5 -3
  903. package/Platform/ScanRequestResult.d.ts +3 -1
  904. package/Platform/ScrollTopBottom.d.ts +6 -6
  905. package/Platform/ScrollTopBottomButtons.d.ts +1 -1
  906. package/Platform/ScrollTopBottomLogic.d.ts +5 -5
  907. package/Platform/ScrollTopBottomPlugin.d.ts +1 -1
  908. package/Platform/SearchParametersFolderRequestResolver.d.ts +6 -6
  909. package/Platform/SearchParametersFolderResponseResolver.d.ts +8 -8
  910. package/Platform/SearchRequestResolver.d.ts +6 -6
  911. package/Platform/SearchResponseResolver.d.ts +5 -5
  912. package/Platform/SearchResultPageRouteHandler.d.ts +8 -8
  913. package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +4 -4
  914. package/Platform/SearchResultsItem.d.ts +2 -2
  915. package/Platform/SearchResultsRequestResolver.d.ts +7 -7
  916. package/Platform/SearchResultsResponseResolver.d.ts +6 -6
  917. package/Platform/SearchRouteHandler.d.ts +5 -5
  918. package/Platform/SearchTextInput.d.ts +2 -2
  919. package/Platform/SearchingResults.d.ts +7 -7
  920. package/Platform/SearchingResultsImpl.d.ts +7 -7
  921. package/Platform/SecurityDescriptorDialog.d.ts +42 -40
  922. package/Platform/SecurityDescriptorDialog.stories.d.ts +2 -2
  923. package/Platform/SecurityDescriptorDialogLogic.d.ts +25 -19
  924. package/Platform/SecurityDialogFrame.d.ts +7 -5
  925. package/Platform/SecurityDialogMessage.d.ts +4 -2
  926. package/Platform/ServerDefinedRouteHandler.d.ts +1 -1
  927. package/Platform/ServerDefinedRouteTypeMapper.d.ts +2 -2
  928. package/Platform/SessionExpiredHandler.d.ts +1 -1
  929. package/Platform/SettingsPopup.d.ts +8 -8
  930. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
  931. package/Platform/SettingsPopupColumn.d.ts +1 -1
  932. package/Platform/SettingsPopupItemView.d.ts +1 -1
  933. package/Platform/SettingsPopupLogic.d.ts +4 -4
  934. package/Platform/SettingsPopupRequestResolver.d.ts +6 -6
  935. package/Platform/SettingsPopupResponseResolver.d.ts +4 -4
  936. package/Platform/SettingsPopupRow.d.ts +1 -1
  937. package/Platform/SettingsPopupView.d.ts +9 -9
  938. package/Platform/ShowAllButton.d.ts +9 -9
  939. package/Platform/ShowAllPlugins.d.ts +1 -1
  940. package/Platform/SimpleRouteHandler.d.ts +1 -1
  941. package/Platform/SimpleRouteTypeMapper.d.ts +1 -1
  942. package/Platform/SkipSavingCursorRequestResolver.d.ts +12 -0
  943. package/Platform/SortingRequestResolver.d.ts +5 -5
  944. package/Platform/SortingResponseResolver.d.ts +4 -4
  945. package/Platform/StaffStatusActivateDialog.d.ts +4 -4
  946. package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +7 -7
  947. package/Platform/Tab.d.ts +1 -1
  948. package/Platform/Table.d.ts +7 -7
  949. package/Platform/TableBackgroundOpacityPlugin.d.ts +1 -1
  950. package/Platform/TableCellDateFormattedPlugin.d.ts +2 -2
  951. package/Platform/TableCellNumberFormattedPlugin.d.ts +3 -3
  952. package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
  953. package/Platform/TableCellOpacityPlugin.d.ts +1 -1
  954. package/Platform/TableCreateRowWindow.d.ts +3 -3
  955. package/Platform/TableDataRequestOptions.d.ts +5 -3
  956. package/Platform/TableEditRowWindow.d.ts +3 -3
  957. package/Platform/TableFileDropzone.d.ts +3 -3
  958. package/Platform/TableFileInput.d.ts +2 -2
  959. package/Platform/TableImpl.d.ts +4 -4
  960. package/Platform/TablePresentationTogglePlugins.d.ts +6 -6
  961. package/Platform/TablePresentationToggleService.d.ts +5 -5
  962. package/Platform/TableRowColorPlugin.d.ts +1 -1
  963. package/Platform/TableRowColorResponseResolver.d.ts +4 -4
  964. package/Platform/TableRowsSelectionModel.d.ts +4 -2
  965. package/Platform/TextArea.d.ts +6 -6
  966. package/Platform/TextAreaImpl.d.ts +2 -2
  967. package/Platform/TextControlBaseImpl.d.ts +3 -3
  968. package/Platform/TextListInput.d.ts +3 -3
  969. package/Platform/TextListInputWrapper.d.ts +1 -1
  970. package/Platform/ToggleRowAccess.d.ts +3 -3
  971. package/Platform/ToolbarActionButtonsService.d.ts +3 -3
  972. package/Platform/ToolbarDaughterControlImpl.d.ts +5 -4
  973. package/Platform/ToolbarDaughterControlsService.d.ts +4 -4
  974. package/Platform/TrusteeEquals.d.ts +1 -1
  975. package/Platform/UnlockCards.d.ts +6 -6
  976. package/Platform/UnreadBarService.d.ts +9 -9
  977. package/Platform/UnreadBarTablePlugins.d.ts +8 -8
  978. package/Platform/UnreadCounter.d.ts +4 -2
  979. package/Platform/UnreadCounterNotificationService.d.ts +2 -2
  980. package/Platform/UnreadCounterRouteHandler.d.ts +2 -2
  981. package/Platform/UnreadResponseResolver.d.ts +4 -4
  982. package/Platform/UpdateTrusteeOrder.d.ts +1 -1
  983. package/Platform/Url.d.ts +5 -5
  984. package/Platform/UserCulture.d.ts +2 -2
  985. package/Platform/UserFoldersMainMenuItem.d.ts +2 -2
  986. package/Platform/UserInfo.d.ts +2 -2
  987. package/Platform/UserProfileDialog.d.ts +8 -6
  988. package/Platform/WebFrameBodyContainer.d.ts +3 -3
  989. package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
  990. package/Platform/WebFrameCompanyLogo.d.ts +5 -5
  991. package/Platform/WebFrameContent.d.ts +9 -9
  992. package/Platform/WebFrameContentContainer.d.ts +4 -4
  993. package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
  994. package/Platform/WebFrameContentImpl.d.ts +3 -3
  995. package/Platform/WebFrameCurrentPageName.d.ts +3 -3
  996. package/Platform/WebFrameHeaderContainer.d.ts +8 -8
  997. package/Platform/WebFrameHeaderContainerImpl.d.ts +4 -4
  998. package/Platform/WebFrameHelpButton.d.ts +5 -5
  999. package/Platform/WebFrameMainMenuButton.d.ts +5 -5
  1000. package/Platform/WebFrameMainMenuContainer.d.ts +7 -7
  1001. package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -3
  1002. package/Platform/WebFrameNavigationBar.d.ts +7 -7
  1003. package/Platform/WebFrameNavigationBarBackButton.d.ts +5 -5
  1004. package/Platform/WebFrameNavigationBarCreateButton.d.ts +4 -4
  1005. package/Platform/WebFrameNavigationBarImpl.d.ts +4 -4
  1006. package/Platform/WebFrameSearchPanel.d.ts +16 -16
  1007. package/Platform/WebFrameSearchPanelService.d.ts +4 -4
  1008. package/Platform/WebFrameUserPanel.d.ts +12 -12
  1009. package/Platform/WindowLocationService.d.ts +1 -1
  1010. package/StandardServices.d.ts +27 -27
  1011. package/StartUp.d.ts +6 -1
  1012. package/System/$FileService.d.ts +6 -5
  1013. package/System/$FolderColors.d.ts +1 -1
  1014. package/System/$LastSearchResponse.d.ts +4 -4
  1015. package/System/$Layout.d.ts +17 -13
  1016. package/System/$LayoutBackground.d.ts +2 -2
  1017. package/System/$LayoutControlFactory.d.ts +3 -3
  1018. package/System/$LayoutManager.d.ts +3 -3
  1019. package/System/$MessageBox.d.ts +1 -1
  1020. package/System/$ParentOwnerLayout.d.ts +1 -1
  1021. package/System/$RealtimeCommunicationService.d.ts +2 -2
  1022. package/System/$RequestManager.d.ts +4 -4
  1023. package/System/$Router.d.ts +7 -7
  1024. package/System/$UrlStore.d.ts +2 -2
  1025. package/System/$WebFrameContentHeight.d.ts +1 -1
  1026. package/System/ApiEvent.d.ts +5 -5
  1027. package/System/ArrayUtils.d.ts +3 -3
  1028. package/System/BaseControl.d.ts +30 -28
  1029. package/System/BaseControlImpl.d.ts +10 -10
  1030. package/System/BasicEvent.d.ts +6 -6
  1031. package/System/BindSimpleApiEvent.d.ts +2 -2
  1032. package/System/BindingMetadataConstants.d.ts +2 -2
  1033. package/System/BooleanState.d.ts +4 -4
  1034. package/System/Bubbling.d.ts +2 -1
  1035. package/System/ButtonPositionsSelectionUtils.d.ts +3 -3
  1036. package/System/CancelableEvent.d.ts +10 -9
  1037. package/System/CardTypeResolver.d.ts +3 -1
  1038. package/System/ChangedPropertyInfo.d.ts +5 -3
  1039. package/System/ControlConstructor.d.ts +4 -2
  1040. package/System/ControlContext.d.ts +2 -2
  1041. package/System/ControlImpl.d.ts +1 -1
  1042. package/System/ControlStore.d.ts +4 -4
  1043. package/System/ControllerBase.d.ts +3 -3
  1044. package/System/DataGridControl.d.ts +7 -7
  1045. package/System/DataLoadEvent.d.ts +1 -1
  1046. package/System/DateTimeUtils.d.ts +2 -2
  1047. package/System/Decorators.d.ts +5 -3
  1048. package/System/DecoratorsCommon.d.ts +5 -3
  1049. package/System/DefineParameterAlias.d.ts +2 -2
  1050. package/System/DefineProperty.d.ts +1 -1
  1051. package/System/DefinePropertyAlias.d.ts +1 -1
  1052. package/System/DelayUntilApiEvent.d.ts +2 -2
  1053. package/System/DirectoryBase.d.ts +5 -4
  1054. package/System/DirectoryBaseImpl.d.ts +17 -14
  1055. package/System/DirectorySelectDialog.d.ts +16 -15
  1056. package/System/DirectoryServerModels.d.ts +5 -3
  1057. package/System/Event.d.ts +2 -2
  1058. package/System/EventEmitter.d.ts +6 -6
  1059. package/System/EventHandlersMap.d.ts +2 -2
  1060. package/System/ExperimentalFeatureService.d.ts +1 -1
  1061. package/System/ExtensionManager.d.ts +3 -3
  1062. package/System/FileService.d.ts +11 -7
  1063. package/System/FilterLogic.d.ts +1 -1
  1064. package/System/FindControlByNameOrType.d.ts +1 -1
  1065. package/System/FolderColorsService.d.ts +3 -3
  1066. package/System/GetBindingResult.d.ts +2 -2
  1067. package/System/GetFunctionByName.d.ts +1 -1
  1068. package/System/HandleTabSelection.d.ts +3 -3
  1069. package/System/Handler.d.ts +5 -4
  1070. package/System/{helpers.d.ts → Helpers.d.ts} +1 -1
  1071. package/System/IApiPropertyDescriptor.d.ts +2 -2
  1072. package/System/IBasicEvent.d.ts +6 -4
  1073. package/System/IBindingsWriteRequest.d.ts +1 -1
  1074. package/System/IBlurEventArgs.d.ts +1 -1
  1075. package/System/ICardStateChangingEventArgs.d.ts +1 -1
  1076. package/System/IClickEventArgs.d.ts +1 -1
  1077. package/System/ICommonResponse.d.ts +1 -1
  1078. package/System/IControlContext.d.ts +3 -2
  1079. package/System/IControlDescription.d.ts +1 -1
  1080. package/System/IControlMap.d.ts +2 -2
  1081. package/System/IControlStoreManager.d.ts +3 -3
  1082. package/System/IExtension.d.ts +2 -2
  1083. package/System/IFocusEventArgs.d.ts +1 -1
  1084. package/System/IKeyboardEventArgs.d.ts +1 -1
  1085. package/System/ILayoutContainer.d.ts +1 -1
  1086. package/System/ILayoutContainerMap.d.ts +2 -1
  1087. package/System/ILayoutContainerParams.d.ts +1 -1
  1088. package/System/ILayoutParams.d.ts +4 -4
  1089. package/System/IMouseOutEventArgs.d.ts +1 -1
  1090. package/System/IMouseOverEventArgs.d.ts +1 -1
  1091. package/System/IRouteHandler.d.ts +4 -4
  1092. package/System/IRouteInfo.d.ts +1 -1
  1093. package/System/IWebServicesConnection.d.ts +1 -1
  1094. package/System/IWebServicesService.d.ts +4 -4
  1095. package/System/IncomingLocalStorageCommunicationChannel.d.ts +5 -3
  1096. package/System/InputBasedControl.d.ts +11 -9
  1097. package/System/InputBasedControlImpl.d.ts +18 -15
  1098. package/System/LabelWidthService.d.ts +1 -1
  1099. package/System/LastSearchResponseService.d.ts +3 -3
  1100. package/System/Layout.d.ts +20 -20
  1101. package/System/LayoutBackgroundService.d.ts +3 -3
  1102. package/System/LayoutContainer.d.ts +10 -5
  1103. package/System/LayoutControlFactory.d.ts +4 -4
  1104. package/System/LayoutControlType.d.ts +5 -3
  1105. package/System/LayoutControlsAccessor.d.ts +1 -1
  1106. package/System/LayoutImpl.d.ts +9 -5
  1107. package/System/LayoutManager.d.ts +10 -10
  1108. package/System/LayoutScript.d.ts +6 -4
  1109. package/System/LoadingViewWithText.d.ts +3 -3
  1110. package/System/LocalStorage.d.ts +2 -2
  1111. package/System/LocationContainerControl.d.ts +11 -9
  1112. package/System/MessageBoxService.d.ts +2 -2
  1113. package/System/NewValueIfUndefined.d.ts +1 -1
  1114. package/System/NotificationRealtimeMessage.d.ts +1 -1
  1115. package/System/NotificationTypeConverter.d.ts +2 -2
  1116. package/System/OperationUtils.d.ts +2 -2
  1117. package/System/OutcomingLocalStorageCommunicationChannel.d.ts +2 -2
  1118. package/System/Poll.d.ts +6 -4
  1119. package/System/PopupNotification.d.ts +17 -13
  1120. package/System/PromiseUtils.d.ts +2 -2
  1121. package/System/Readonly.d.ts +3 -2
  1122. package/System/Readwrite.d.ts +3 -2
  1123. package/System/RealtimeCommunicationService.d.ts +8 -8
  1124. package/System/RealtimeServerSender.d.ts +1 -0
  1125. package/System/RenderModalContent.d.ts +1 -1
  1126. package/System/RequestHelper.d.ts +2 -2
  1127. package/System/RequestManager.d.ts +13 -5
  1128. package/System/RequestMethods.d.ts +1 -1
  1129. package/System/ResourcesStub.d.ts +358 -71
  1130. package/System/RouteHelpers.d.ts +3 -3
  1131. package/System/RouteRequest.d.ts +1 -1
  1132. package/System/RouteSemantics.d.ts +1 -1
  1133. package/System/Router.d.ts +23 -22
  1134. package/System/SearchIcon.d.ts +1 -1
  1135. package/System/ServerController.d.ts +3 -3
  1136. package/System/ServiceActionMetaData.d.ts +1 -1
  1137. package/System/ShowLayoutParams.d.ts +3 -1
  1138. package/System/SimpleEvent.d.ts +5 -5
  1139. package/System/StateAccessor.d.ts +4 -4
  1140. package/System/StatusPointUtils.d.ts +1 -1
  1141. package/System/Summernote.d.ts +5 -1
  1142. package/System/{summernote-paste-without-formating.d.ts → SummernotePasteWithoutFormating.d.ts} +1 -1
  1143. package/System/TimeoutService.d.ts +1 -1
  1144. package/System/TooltipUtils.d.ts +4 -3
  1145. package/System/TryGetCardId.d.ts +2 -2
  1146. package/System/{updateFolderStyle.d.ts → UpdateFolderStyles.d.ts} +5 -0
  1147. package/System/Utils.d.ts +2 -2
  1148. package/System/WebFrameContentHeightService.d.ts +3 -3
  1149. package/System/WebFrameUtils.d.ts +1 -1
  1150. package/System/WebServicesConnection.d.ts +2 -2
  1151. package/System/WebServicesService.d.ts +9 -9
  1152. package/package.json +1 -1
  1153. package/Platform/getPreloadedLayoutModel.d.ts +0 -2
  1154. /package/Platform/{loadServerDefinedRoutes.d.ts → LoadServerDefinedRoutes.d.ts} +0 -0
  1155. /package/System/{convertWebDavLinkToAbsolute.d.ts → ConvertWebDavLinkToAbsolute.d.ts} +0 -0
  1156. /package/System/{mixins.d.ts → Mixins.d.ts} +0 -0
@@ -1,29 +1,35 @@
1
1
  import { KindTreeNodeData } from "@docsvision/webclient/BackOffice/KindTreeNodeData";
2
2
  import { LinkTypeComboBoxVariant } from "@docsvision/webclient/BackOffice/LinkTypeComboBoxVariant";
3
- import { NewCardLinkDialogArgs } from "@docsvision/webclient/BackOffice/NewCardLinkDialogArgs";
3
+ import { INewCardLinkDialogArgs } from "@docsvision/webclient/BackOffice/NewCardLinkDialogArgs";
4
4
  import { INewCardLinkDialogProps } from "@docsvision/webclient/BackOffice/INewCardLinkDialogProps";
5
5
  import { INewCardLinkDialogState } from "@docsvision/webclient/BackOffice/INewCardLinkDialogState";
6
6
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
7
7
  import { TreeNode } from "@docsvision/webclient/Helpers/Tree/Data/ClientModels/TreeNode";
8
8
  import { Tree } from "@docsvision/webclient/Helpers/Tree/Tree";
9
+ import { EditMode } from "@docsvision/webclient/System/EditMode";
9
10
  import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
10
11
  import React from "react";
11
12
  /** @internal */
12
13
  export declare class NewCardLinkDialog extends React.Component<INewCardLinkDialogProps, INewCardLinkDialogState> {
13
14
  private root;
14
- buttonOkEvent: SimpleEvent<NewCardLinkDialogArgs>;
15
- kindSelectedEvent: SimpleEvent<NewCardLinkDialogArgs>;
16
- linkTypeSelectedEvent: SimpleEvent<NewCardLinkDialogArgs>;
15
+ buttonOkEvent: SimpleEvent<INewCardLinkDialogArgs>;
16
+ kindSelectedEvent: SimpleEvent<INewCardLinkDialogArgs>;
17
+ linkTypeSelectedEvent: SimpleEvent<INewCardLinkDialogArgs>;
17
18
  constructor(props: INewCardLinkDialogProps);
18
- get buttonOkClicked(): SimpleEvent<NewCardLinkDialogArgs>;
19
+ get buttonOkClicked(): SimpleEvent<INewCardLinkDialogArgs>;
19
20
  get selectedKind(): GenModels.LayoutKindModel;
20
21
  get selectedLinkType(): GenModels.LinkTypeModel;
21
- static ShowDialog(kinds: GenModels.LayoutKindModel[], linkTypes: GenModels.LinkTypeModel[], uniqueControlKey: string, okCallback: (sender: any, data: NewCardLinkDialogArgs) => void, services?: any): void;
22
+ static ShowDialog(kinds: GenModels.LayoutKindModel[], linkTypes: GenModels.LinkTypeModel[], uniqueControlKey: string, okCallback: (sender: NewCardLinkDialog, data: INewCardLinkDialogArgs) => void, services?: any): void;
22
23
  protected loadTreeNodes(kinds: GenModels.LayoutKindModel[]): KindTreeNodeData[];
23
24
  protected attachTree(tree: Tree): void;
24
- protected onKindSelected(sender: any, node: TreeNode): void;
25
+ protected onKindSelected(sender: TreeNode, node: TreeNode): void;
25
26
  protected onLinkTypeSelect(val: LinkTypeComboBoxVariant): void;
26
- protected getLinkTypeComboBoxProps(): any;
27
+ protected getLinkTypeComboBoxProps(): {
28
+ variants: LinkTypeComboBoxVariant[];
29
+ selectedValue: LinkTypeComboBoxVariant;
30
+ editMode: EditMode;
31
+ visibility: boolean;
32
+ };
27
33
  componentDidMount(): void;
28
34
  render(): JSX.Element;
29
35
  }
@@ -1,5 +1,5 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
- export interface NewCardLinkDialogArgs {
2
+ export interface INewCardLinkDialogArgs {
3
3
  kind: GenModels.LayoutKindModel;
4
4
  linkType: GenModels.LinkTypeModel;
5
5
  }
@@ -1,13 +1,13 @@
1
1
  import { INumberInfo } from "@docsvision/webclient/BackOffice/INumberInfo";
2
- import { NumeratorImpl, NumeratorState } from "@docsvision/webclient/BackOffice/NumeratorImpl";
2
+ import { NumeratorImpl, INumeratorState } from "@docsvision/webclient/BackOffice/NumeratorImpl";
3
3
  import { $LayoutDocumentController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
4
4
  import { InputBasedControl, InputBasedControlParams } from "@docsvision/webclient/System/InputBasedControl";
5
5
  import { $Layout } from "@docsvision/webclient/System/$Layout";
6
6
  import { $CardInfo, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
7
7
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
8
8
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
9
- import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
10
- import { Optional } from '@docsvision/web/core/services';
9
+ import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
10
+ import { Optional } from "@docsvision/web/core/services";
11
11
  /**
12
12
  * Содержит публичные свойства элемента управления [Нумератор]{@link Numerator}.
13
13
  */
@@ -30,13 +30,13 @@ export declare class NumeratorParams extends InputBasedControlParams<INumberInfo
30
30
  /**
31
31
  * Класс элемента управления Нумератор.
32
32
  */
33
- export declare class Numerator extends InputBasedControl<INumberInfo, NumeratorParams, NumeratorState> {
33
+ export declare class Numerator extends InputBasedControl<INumberInfo, NumeratorParams, INumeratorState> {
34
34
  /** @internal */
35
35
  protected createParams(): NumeratorParams;
36
36
  private get numeratorImpl();
37
37
  /** @internal */
38
38
  protected getServices(): $LayoutDocumentController & $EditOperationStore & $Layout & $LayoutInfo & $CardInfo & Partial<$LabelWidth>;
39
- onSaved(): Promise<any>;
39
+ onSaved(): Promise<void>;
40
40
  private set numeratorBinding(value);
41
41
  /** Set the name of the current value of the control */
42
42
  setNumberText(num: string): void;
@@ -52,7 +52,7 @@ export declare class Numerator extends InputBasedControl<INumberInfo, NumeratorP
52
52
  /**
53
53
  * Clear number value
54
54
  */
55
- clearNumber(): Promise<any>;
55
+ clearNumber(): Promise<void>;
56
56
  /** @internal */
57
57
  protected getBindings(): IBindingResult<any>[];
58
58
  /** @internal */
@@ -2,13 +2,14 @@ import { INumberInfo } from "@docsvision/webclient/BackOffice/INumberInfo";
2
2
  import { NumeratorParams } from "@docsvision/webclient/BackOffice/Numerator";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { IBoxWithButtonsButtonInfo } from "@docsvision/webclient/Helpers/BoxWithButtons";
5
- import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
5
+ import { InputBasedControlImpl, IInputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
6
6
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
7
7
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
8
+ import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
8
9
  import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
9
10
  import React from "react";
10
11
  /** @internal */
11
- export interface NumeratorState extends NumeratorParams, InputBasedControlState<INumberInfo> {
12
+ export interface INumeratorState extends NumeratorParams, IInputBasedControlState<INumberInfo> {
12
13
  numeratorBinding: IBindingResult<INumberInfo>;
13
14
  bindingInfo: GenModels.BindingInfo;
14
15
  requestHelper: RequestHelper;
@@ -18,18 +19,18 @@ export interface NumeratorState extends NumeratorParams, InputBasedControlState<
18
19
  inputFocused: boolean;
19
20
  }
20
21
  /** @internal */
21
- export declare type NumeratorImplState = NumeratorState;
22
+ export declare type NumeratorImplState = INumeratorState;
22
23
  /** @internal */
23
- export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, NumeratorParams, NumeratorState> {
24
- constructor(props: NumeratorParams, state: NumeratorState);
24
+ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, NumeratorParams, INumeratorState> {
25
+ constructor(props: NumeratorParams, state: INumeratorState);
25
26
  generateNewNumberEx(saveToTheCard?: boolean, saveCardBefore?: boolean): Promise<INumberInfo>;
26
- generateNewNumber(saveToTheCard: boolean, prepareAction: () => Promise<any>): Promise<INumberInfo>;
27
+ generateNewNumber(saveToTheCard: boolean, prepareAction: () => Promise<void>): Promise<INumberInfo>;
27
28
  getTabIndexForButtons(): 0 | -1;
28
- onSaved(): Promise<any>;
29
+ onSaved(): Promise<void>;
29
30
  componentDidMount(): void;
30
31
  protected getTextValue(): string;
31
32
  protected onInputChange(event: any): void;
32
- validate(params: any): IValidationResult;
33
+ validate(params: IValidationParams): Promise<IValidationResult>;
33
34
  clearNumber(): Promise<void>;
34
35
  protected renderInto(props: NumeratorParams, container: HTMLElement): void;
35
36
  protected get editAvailable(): boolean;
@@ -39,14 +40,14 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
39
40
  protected onClearClick(): void;
40
41
  protected editInPlaceModeRender(): JSX.Element;
41
42
  protected getLeftButtons(): IBoxWithButtonsButtonInfo[];
42
- protected onButtonBlur(event: React.FocusEvent<any>): void;
43
+ protected onButtonBlur(event: React.FocusEvent<HTMLInputElement>): void;
43
44
  protected getButtons(): IBoxWithButtonsButtonInfo[];
44
45
  wrapWithButtons(children?: React.ReactNode): JSX.Element;
45
46
  protected renderWithText(): JSX.Element;
46
- protected onInputFocus(event: React.FocusEvent<any>): void;
47
+ protected onInputFocus(event: React.FocusEvent<HTMLInputElement>): void;
47
48
  protected onValueClick(): void;
48
49
  protected onMouseDownIcon(): void;
49
- protected onInputBlur(event: React.FocusEvent<any>): void;
50
+ protected onInputBlur(event: React.FocusEvent<HTMLInputElement>): void;
50
51
  private saveCard;
51
52
  private shouldSaveCardWithEditInPlaceValue;
52
53
  private isLayoutViewMode;
@@ -1,3 +1,3 @@
1
- import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
2
- import { $WindowLocation } from '@docsvision/webclient/Platform/$WindowLocation';
1
+ import { ITasksTableRow } from "@docsvision/webclient/BackOffice/ITasksTableRow";
2
+ import { $WindowLocation } from "@docsvision/webclient/Platform/$WindowLocation";
3
3
  export declare function openTaskInNewWindow(row: ITasksTableRow, services: $WindowLocation): void;
@@ -1,8 +1,8 @@
1
- import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
2
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
- import { ChangeStateFunction } from '@docsvision/webclient/BackOffice/$OperationParametersPanel';
4
- import { ILayout } from '@docsvision/webclient/System/$Layout';
5
- export interface OperationExecutingEventArgs extends IEventArgs {
1
+ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ import { ChangeStateFunction } from "@docsvision/webclient/BackOffice/$OperationParametersPanel";
4
+ import { ILayout } from "@docsvision/webclient/System/$Layout";
5
+ export declare class OperationExecutingEventArgs implements IEventArgs {
6
6
  setChangeStateFunction(func: ChangeStateFunction): void;
7
7
  layout?: ILayout;
8
8
  operationData: GenModels.OperationDataModel;
@@ -1,8 +1,8 @@
1
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
- import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
3
- import { $OperationParametersPanel } from '@docsvision/webclient/BackOffice/$OperationParametersPanel';
4
- import { ILayout } from '@docsvision/webclient/System/$Layout';
5
- export interface OperationParametersPanelEventArgs extends IEventArgs {
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
3
+ import { $OperationParametersPanel } from "@docsvision/webclient/BackOffice/$OperationParametersPanel";
4
+ import { ILayout } from "@docsvision/webclient/System/$Layout";
5
+ export declare class OperationParametersPanelEventArgs implements IEventArgs {
6
6
  operationData: GenModels.OperationDataModel;
7
7
  panelServices: $OperationParametersPanel;
8
8
  layout?: ILayout;
@@ -1,14 +1,14 @@
1
- import { PartnerBase, PartnerBaseParams } from '@docsvision/webclient/BackOffice/PartnerBase';
2
- import { PartnerBaseState } from '@docsvision/webclient/BackOffice/PartnerBaseImpl';
3
- import { PartnerImpl, PartnerState } from '@docsvision/webclient/BackOffice/PartnerImpl';
4
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
1
+ import { PartnerBase, PartnerBaseParams } from "@docsvision/webclient/BackOffice/PartnerBase";
2
+ import { IPartnerBaseState } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
3
+ import { PartnerImpl, IPartnerState } from "@docsvision/webclient/BackOffice/PartnerImpl";
4
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
5
  export declare class PartnerParams extends PartnerBaseParams<GenModels.EmployeeDataModel> {
6
6
  }
7
7
  /** @internal */
8
8
  export declare type PartnerImplProps = PartnerBaseParams<GenModels.EmployeeDataModel>;
9
9
  /** @internal */
10
- export declare type PartnerImplState = PartnerBaseState<GenModels.EmployeeDataModel>;
11
- export declare class Partner extends PartnerBase<GenModels.EmployeeDataModel, PartnerParams, PartnerState> {
10
+ export declare type PartnerImplState = IPartnerBaseState<GenModels.EmployeeDataModel>;
11
+ export declare class Partner extends PartnerBase<GenModels.EmployeeDataModel, PartnerParams, IPartnerState> {
12
12
  /** @internal */
13
13
  protected createParams(): PartnerParams;
14
14
  /** @internal */
@@ -1,16 +1,15 @@
1
1
  import { IPartnerDataLoadingEventArgs } from "@docsvision/webclient/BackOffice/IPartnerDataLoadingEventArgs";
2
2
  import { IPartnerFilterChangeEventArgs } from "@docsvision/webclient/BackOffice/IPartnerFilterChangeEventArgs";
3
- import { PartnerBaseImpl, PartnerBaseState } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
3
+ import { PartnerBaseImpl, IPartnerBaseState } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
4
4
  import { PartnerSelectDialog } from "@docsvision/webclient/BackOffice/PartnerSelectDialog";
5
5
  import { $DepartmentController, $LayoutController, $LayoutPartnerController, $LayoutRowController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
6
6
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
7
7
  import { $DeviceType } from "@docsvision/webclient/StandardServices";
8
8
  import { InputBasedControl, InputBasedControlParams } from "@docsvision/webclient/System/InputBasedControl";
9
9
  import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
10
- import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
10
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
11
11
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
12
12
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
13
- import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
14
13
  /**
15
14
  * Содержит публичные свойства элемента управления [Сотрудник контрагента]{@link Partner}.
16
15
  */
@@ -66,11 +65,12 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
66
65
  *
67
66
  * Добавляет в web-разметку поле ввода с кнопкой вызова диалогового окна для выбора записи из *Справочника сотрудников* или *Справочника контрагентов*.
68
67
  */
69
- export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
68
+ export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends IPartnerBaseState<T> = IPartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
70
69
  /** @internal */
71
- protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
72
- import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
- import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
70
+ protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
71
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
72
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
74
74
  /** @internal */
75
75
  protected get partnerImpl(): PartnerBaseImpl<T>;
76
76
  private set partnerBindingHandler(value);
@@ -125,5 +125,5 @@ import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout"
125
125
  /** @internal */
126
126
  private get departmentMode();
127
127
  /** @internal */
128
- protected getBindings(): IBindingResult<any>[];
128
+ protected getBindings(): IBindingResult<T>[];
129
129
  }
@@ -9,12 +9,12 @@ import { ITypeaheadSearchQuery } from "@docsvision/webclient/Helpers/Typeahead/M
9
9
  import { ITypeaheadSearchResult } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchResult";
10
10
  import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
11
11
  import { Typeahead } from "@docsvision/webclient/Helpers/Typeahead/Typeahead";
12
- import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
12
+ import { InputBasedControlImpl, IInputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
13
13
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
14
14
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
15
15
  import React from "react";
16
16
  /** @internal */
17
- export interface PartnerBaseState<T> extends PartnerBaseParams<T>, InputBasedControlState<T> {
17
+ export interface IPartnerBaseState<T> extends PartnerBaseParams<T>, IInputBasedControlState<T> {
18
18
  binding: IBindingResult<T>;
19
19
  requestHelper: RequestHelper;
20
20
  directoryDialogSelectedValue: T;
@@ -28,7 +28,7 @@ export interface PartnerBaseState<T> extends PartnerBaseParams<T>, InputBasedCon
28
28
  onMouseOverInfo: boolean;
29
29
  }
30
30
  /** @internal */
31
- export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControlImpl<T, ParamsT, StateT> {
31
+ export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends IPartnerBaseState<T> = IPartnerBaseState<T>> extends InputBasedControlImpl<T, ParamsT, StateT> {
32
32
  static FirstPageSize: number;
33
33
  static NextPageSize: number;
34
34
  static SearchTimeout: number;
@@ -94,7 +94,7 @@ export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentMode
94
94
  protected getIconLabel(): string;
95
95
  protected onMouseDownIcon(): void;
96
96
  protected getIconClassName(): string;
97
- protected onButtonBlur(event: React.FocusEvent<any>): void;
97
+ protected onButtonBlur(event: React.FocusEvent): void;
98
98
  protected renderInputWithPlaceholder(): React.ReactNode;
99
99
  protected editInPlaceModeRender(): JSX.Element;
100
100
  protected onIconClick(): void;
@@ -1,14 +1,14 @@
1
- import { PartnerBase, PartnerBaseParams } from '@docsvision/webclient/BackOffice/PartnerBase';
2
- import { PartnerBaseState } from '@docsvision/webclient/BackOffice/PartnerBaseImpl';
3
- import { PartnerDepartmentImpl } from '@docsvision/webclient/BackOffice/PartnerDepartmentImpl';
4
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
1
+ import { PartnerBase, PartnerBaseParams } from "@docsvision/webclient/BackOffice/PartnerBase";
2
+ import { IPartnerBaseState } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
3
+ import { PartnerDepartmentImpl } from "@docsvision/webclient/BackOffice/PartnerDepartmentImpl";
4
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
5
  export declare class PartnerDepartmentParams extends PartnerBaseParams<GenModels.DepartmentModel> {
6
6
  selectOrganizations?: boolean;
7
7
  selectDepartments?: boolean;
8
8
  }
9
- export interface PartnerDepartmentState extends PartnerDepartmentParams, PartnerBaseState<GenModels.DepartmentModel> {
9
+ export interface IPartnerDepartmentState extends PartnerDepartmentParams, IPartnerBaseState<GenModels.DepartmentModel> {
10
10
  }
11
- export declare class PartnerDepartment extends PartnerBase<GenModels.DepartmentModel, PartnerDepartmentParams, PartnerDepartmentState> {
11
+ export declare class PartnerDepartment extends PartnerBase<GenModels.DepartmentModel, PartnerDepartmentParams, IPartnerDepartmentState> {
12
12
  /** @internal */
13
13
  init(): Promise<void>;
14
14
  /** @internal */
@@ -18,3 +18,5 @@ export declare class PartnerDepartment extends PartnerBase<GenModels.DepartmentM
18
18
  /** @internal */
19
19
  protected createImpl(): PartnerDepartmentImpl;
20
20
  }
21
+ export interface PartnerDepartmentState extends IPartnerDepartmentState {
22
+ }
@@ -1,9 +1,9 @@
1
- import { DepartmentSelectMode } from '@docsvision/webclient/BackOffice/DepartmentSelectMode';
2
- import { PartnerBaseImpl } from '@docsvision/webclient/BackOffice/PartnerBaseImpl';
3
- import { PartnerDepartmentParams, PartnerDepartmentState } from '@docsvision/webclient/BackOffice/PartnerDepartment';
4
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
5
- import React from 'react';
6
- export declare class PartnerDepartmentImpl extends PartnerBaseImpl<GenModels.DepartmentModel, PartnerDepartmentParams, PartnerDepartmentState> {
1
+ import { DepartmentSelectMode } from "@docsvision/webclient/BackOffice/DepartmentSelectMode";
2
+ import { PartnerBaseImpl } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
3
+ import { PartnerDepartmentParams, IPartnerDepartmentState } from "@docsvision/webclient/BackOffice/PartnerDepartment";
4
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
+ import React from "react";
6
+ export declare class PartnerDepartmentImpl extends PartnerBaseImpl<GenModels.DepartmentModel, PartnerDepartmentParams, IPartnerDepartmentState> {
7
7
  protected getTextValue(): string;
8
8
  protected get departmentMode(): DepartmentSelectMode;
9
9
  protected getValueTitle(): string;
@@ -1,11 +1,11 @@
1
1
  import { IPartnerDataLoadingEventArgs } from "@docsvision/webclient/BackOffice/IPartnerDataLoadingEventArgs";
2
- import { PartnerDirectoryBaseImpl, PartnerDirectoryBaseState } from "@docsvision/webclient/BackOffice/PartnerDirectoryBaseImpl";
2
+ import { PartnerDirectoryBaseImpl, IPartnerDirectoryBaseState } from "@docsvision/webclient/BackOffice/PartnerDirectoryBaseImpl";
3
3
  import { $DepartmentController, $LayoutController, $LayoutPartnerController, $LayoutRowController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
4
4
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
5
  import { $DeviceType } from "@docsvision/webclient/StandardServices";
6
- import { DirectoryBase, DirectoryBaseParams } from '@docsvision/webclient/System/DirectoryBase';
6
+ import { DirectoryBase, DirectoryBaseParams } from "@docsvision/webclient/System/DirectoryBase";
7
7
  import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
8
- import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
8
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
9
9
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
10
10
  declare type ValueT = GenModels.DepartmentModel | GenModels.EmployeeDataModel;
11
11
  declare type NodeT = GenModels.DepartmentModel;
@@ -36,12 +36,12 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
36
36
  *
37
37
  * Добавляет в web-разметку поле ввода с кнопкой вызова диалогового окна для выбора записи из *Справочника сотрудников* или *Справочника контрагентов*.
38
38
  */
39
- export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
39
+ export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends IPartnerDirectoryBaseState<T> = IPartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
40
40
  /** @internal */
41
41
  protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
42
- import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
- import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
- import("C:/Dev/WebC6.1/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
42
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
+ import("C:/dev/WebClientDevelop/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
45
45
  /** @internal */
46
46
  protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
47
47
  init(): Promise<void>;
@@ -1,24 +1,25 @@
1
- /// <reference types="react" />
2
1
  import { EmployeeVisualizer } from "@docsvision/webclient/BackOffice/EmployeeVisualizer";
3
2
  import { PartnerDirectoryBaseParams } from "@docsvision/webclient/BackOffice/PartnerDirectoryBase";
4
3
  import { PartnerDirectoryItemVisualiser } from "@docsvision/webclient/BackOffice/PartnerDirectoryItemVisualiser";
4
+ import { PartnerDirectorySelectDialog } from "@docsvision/webclient/BackOffice/PartnerDirectorySelectDialog";
5
5
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
6
6
  import { ITypeaheadSearchQuery } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchQuery";
7
7
  import { ITypeaheadSearchResult } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchResult";
8
8
  import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
9
- import { DirectorySelectingMode } from '@docsvision/webclient/System/DirectorySelectingMode';
10
- import { DirectoryBaseImpl, DirectoryBaseState } from '@docsvision/webclient/System/DirectoryBaseImpl';
11
- import { IDirectorySelectDialogProps } from '@docsvision/webclient/System/DirectorySelectDialog';
9
+ import { DirectorySelectingMode } from "@docsvision/webclient/System/DirectorySelectingMode";
10
+ import { DirectoryBaseImpl, IDirectoryBaseState } from "@docsvision/webclient/System/DirectoryBaseImpl";
11
+ import { IDirectorySelectDialogProps } from "@docsvision/webclient/System/DirectorySelectDialog";
12
+ import { LegacyRef } from "react";
12
13
  declare type ValueT = GenModels.DepartmentModel | GenModels.EmployeeDataModel;
13
14
  declare type NodeT = GenModels.DepartmentModel;
14
15
  declare type ItemT = GenModels.EmployeeDataModel;
15
16
  /** @internal */
16
- export interface PartnerDirectoryBaseState<T extends ValueT> extends PartnerDirectoryBaseParams<T>, DirectoryBaseState<T, NodeT, ItemT> {
17
+ export interface IPartnerDirectoryBaseState<T extends ValueT> extends PartnerDirectoryBaseParams<T>, IDirectoryBaseState<T, NodeT, ItemT> {
17
18
  employeeVisualiser: EmployeeVisualizer;
18
19
  itemVisualiser: PartnerDirectoryItemVisualiser;
19
20
  }
20
21
  /** @internal */
21
- export declare abstract class PartnerDirectoryBaseImpl<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBaseImpl<T, NodeT, ItemT, ParamsT, StateT> {
22
+ export declare abstract class PartnerDirectoryBaseImpl<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends IPartnerDirectoryBaseState<T> = IPartnerDirectoryBaseState<T>> extends DirectoryBaseImpl<T, NodeT, ItemT, ParamsT, StateT> {
22
23
  constructor(props: ParamsT, state: StateT);
23
24
  /** Что является значением контрола - узлы или записи. */
24
25
  getSelectingMode(): DirectorySelectingMode;
@@ -40,7 +41,7 @@ export declare abstract class PartnerDirectoryBaseImpl<T extends ValueT, ParamsT
40
41
  protected onCreateEmployee: () => Promise<void>;
41
42
  protected renderTypeaheadHeader(): JSX.Element;
42
43
  protected renderSelectDialog(props: IDirectorySelectDialogProps<ValueT, NodeT, ItemT> & {
43
- ref: any;
44
+ ref: LegacyRef<PartnerDirectorySelectDialog>;
44
45
  }): JSX.Element;
45
46
  }
46
47
  export {};
@@ -3,10 +3,10 @@ import { IPartnerDataLoadingEventArgs } from "@docsvision/webclient/BackOffice/I
3
3
  import { PartnerDirectoryItemVisualiser } from "@docsvision/webclient/BackOffice/PartnerDirectoryItemVisualiser";
4
4
  import { $DepartmentController, $LayoutPartnerController, $LayoutRowController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
5
5
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
6
- import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
7
- import { DirectorySelectDialog, IDirectorySelectDialogProps, IDirectorySelectDialogState } from '@docsvision/webclient/System/DirectorySelectDialog';
8
- import { IDirectoryChildrenLoadResponse, IDirectoryItem, IDirectorySearchItem, IDirectorySearchResponse } from '@docsvision/webclient/System/DirectoryServerModels';
9
- import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
6
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
7
+ import { DirectorySelectDialog, IDirectorySelectDialogProps, IDirectorySelectDialogState } from "@docsvision/webclient/System/DirectorySelectDialog";
8
+ import { IDirectoryChildrenLoadResponse, IDirectoryItem, IDirectorySearchItem, IDirectorySearchResponse } from "@docsvision/webclient/System/DirectoryServerModels";
9
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
10
10
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
11
11
  declare type ValueT = GenModels.DepartmentModel | GenModels.EmployeeDataModel;
12
12
  declare type NodeT = GenModels.DepartmentModel;
@@ -3,18 +3,18 @@ import { PartnerParams } from "@docsvision/webclient/BackOffice/Partner";
3
3
  import { PartnerDirectoryItemVisualiser } from "@docsvision/webclient/BackOffice/PartnerDirectoryItemVisualiser";
4
4
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
5
  import { Typeahead } from "@docsvision/webclient/Helpers/Typeahead/Typeahead";
6
- import { InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
6
+ import { IInputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
7
7
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
8
8
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
9
9
  import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
10
10
  import React from "react";
11
- import { PartnerBaseImpl } from '@docsvision/webclient/BackOffice/PartnerBaseImpl';
11
+ import { PartnerBaseImpl } from "@docsvision/webclient/BackOffice/PartnerBaseImpl";
12
12
  /** @internal */
13
- export interface PartnerState extends PartnerParams, InputBasedControlState<GenModels.EmployeeDataModel> {
13
+ export interface IPartnerState extends PartnerParams, IInputBasedControlState<GenModels.EmployeeDataModel> {
14
14
  binding: IBindingResult<GenModels.EmployeeDataModel>;
15
15
  requestHelper: RequestHelper;
16
16
  directoryDialogSelectedValue: GenModels.EmployeeDataModel;
17
- inputKeyDown: SimpleEvent<React.KeyboardEvent<any>>;
17
+ inputKeyDown: SimpleEvent<React.KeyboardEvent<HTMLInputElement>>;
18
18
  employeeVisualiser: EmployeeVisualizer;
19
19
  itemVisualiser: PartnerDirectoryItemVisualiser;
20
20
  typeahead: Typeahead;
@@ -26,12 +26,12 @@ export interface PartnerState extends PartnerParams, InputBasedControlState<GenM
26
26
  /** @internal */
27
27
  export declare type PartnerImplProps = PartnerParams;
28
28
  /** @internal */
29
- export declare type PartnerImplState = PartnerState;
29
+ export declare type PartnerImplState = IPartnerState;
30
30
  /** @internal */
31
- export declare class PartnerImpl extends PartnerBaseImpl<GenModels.EmployeeDataModel, PartnerParams, PartnerState> {
31
+ export declare class PartnerImpl extends PartnerBaseImpl<GenModels.EmployeeDataModel, PartnerParams, IPartnerState> {
32
32
  protected getTextValue(): string;
33
33
  protected getValueTitle(): string;
34
- protected onInputKeyDown(ev: React.KeyboardEvent<any>): void;
34
+ protected onInputKeyDown(ev: React.KeyboardEvent<HTMLElement>): void;
35
35
  protected onInputChange(event: any): void;
36
36
  protected renderInto(props: PartnerParams, container: HTMLElement): void;
37
37
  }
@@ -1,14 +1,13 @@
1
1
  import { SimpleItemViewContent } from "@docsvision/webclient/BackOffice/SimpleItemViewContent";
2
- import { DepartmentSelectMode } from '@docsvision/webclient/BackOffice/DepartmentSelectMode';
2
+ import { DepartmentSelectMode } from "@docsvision/webclient/BackOffice/DepartmentSelectMode";
3
3
  import { IPartnerDirectoryTreeItem } from "@docsvision/webclient/BackOffice/IPartnerDirectoryTreeItem";
4
4
  import { IPartnerDataLoadingEventArgs } from "@docsvision/webclient/BackOffice/IPartnerDataLoadingEventArgs";
5
5
  import { PartnerDirectoryItemVisualiser } from "@docsvision/webclient/BackOffice/PartnerDirectoryItemVisualiser";
6
6
  import { $DepartmentController, $LayoutPartnerController, $LayoutRowController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
7
7
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
8
- import { ICustomTreeNodeContentDefaultProps } from "@docsvision/webclient/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault";
9
8
  import { QuickSearchLogic } from "@docsvision/webclient/Helpers/QuickSearchLogic";
10
- import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
11
- import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
9
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
10
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
12
11
  import { LoadingState } from "@docsvision/webclient/System/LoadingState";
13
12
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
14
13
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
@@ -90,9 +89,11 @@ export declare class PartnerSelectDialog extends React.Component<IPartnerSelectD
90
89
  static SearchPageSize: number;
91
90
  private modalHost;
92
91
  static SimpleItemView:
93
- import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, ICustomTreeNodeContentDefaultProps, never>;
92
+ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
93
+ import("C:/dev/WebClientDevelop/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
94
94
  static SimpleItemViewCompact:
95
- import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, ICustomTreeNodeContentDefaultProps, never>;
95
+ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
96
+ import("C:/dev/WebClientDevelop/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
96
97
  /** @internal */
97
98
  state: IPartnerSelectDialogState;
98
99
  searchInput: HTMLInputElement;
@@ -103,7 +104,7 @@ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, I
103
104
  UNSAFE_componentWillReceiveProps(newProps: IPartnerSelectDialogProps): void;
104
105
  get selectedPartner(): GenModels.DepartmentModel | GenModels.EmployeeDataModel;
105
106
  protected onModalKeyDown: (ev: any) => void;
106
- protected onNavigateToFolder(departmentId: string): Promise<{}>;
107
+ protected onNavigateToFolder(departmentId: string): Promise<unknown>;
107
108
  protected onSelectedFilterPathChange: (newPath: GenModels.DepartmentModel[]) => void;
108
109
  protected onSelectedFilterMoveBack: () => void;
109
110
  protected get currentDepartmentId(): string;
@@ -116,10 +117,10 @@ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, I
116
117
  private getDepartmentId;
117
118
  protected onChildrenLoaded(response: GenModels.PartnerTreeLoadResponse, departmentId: string, from: number): void;
118
119
  protected onReactListLoadRequest: (indexes: number[]) => void;
119
- protected search(query: GenModels.PartnerQuickSearchQuery, reset: boolean): Promise<{}>;
120
+ protected search(query: GenModels.PartnerQuickSearchQuery, reset: boolean): Promise<unknown>;
120
121
  protected onSearchResultLoaded(response: GenModels.PartnerSearchResponse, reset: boolean): void;
121
122
  attachSearchInput: (elem: HTMLInputElement) => void;
122
- protected onInputKeyUp(ev: React.KeyboardEvent<any>): void;
123
+ protected onInputKeyUp(ev: React.KeyboardEvent<HTMLElement>): void;
123
124
  protected onInputChange(event: any): void;
124
125
  protected onSearchFilterPathChange(newPath: GenModels.DepartmentModel[]): void;
125
126
  private resetSearchMode;
@@ -135,11 +136,11 @@ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, I
135
136
  protected onChildrenListItemDoubleClick: (item: GenModels.PartnerDirectoryItem) => void;
136
137
  protected onChildrenListItemGoInto: (item: GenModels.PartnerDirectoryItem) => void;
137
138
  protected onSearchItemDoubleClick: (item: GenModels.PartnerDirectorySearchItem) => void;
138
- protected onChildrenListItemSelectSibling: (mode: 'prev' | 'next', index: number, getCollectionData: () => GenModels.PartnerDirectoryItem[]) => void;
139
+ protected onChildrenListItemSelectSibling: (mode: "prev" | "next", index: number, getCollectionData: () => GenModels.PartnerDirectoryItem[]) => void;
139
140
  protected onSearchPathItemClick: (department: GenModels.DepartmentModel, item: GenModels.PartnerDirectorySearchItem) => void;
140
141
  protected onToggleSearchMode: () => void;
141
- protected onLoadNextSearchPage: () => Promise<{}>;
142
- protected onLoadNewSearchResults: () => Promise<{}>;
142
+ protected onLoadNextSearchPage: () => Promise<unknown>;
143
+ protected onLoadNewSearchResults: () => Promise<unknown>;
143
144
  protected onOpenActionMenu: (item: GenModels.PartnerDirectoryItem | GenModels.PartnerDirectorySearchItem) => void;
144
145
  protected onCloseActionMenu: () => void;
145
146
  protected renderGoToButton(item: GenModels.PartnerDirectoryItem): JSX.Element;
@@ -1,11 +1,11 @@
1
1
  import { PartnerDirectoryItemVisualiser } from "@docsvision/webclient/BackOffice/PartnerDirectoryItemVisualiser";
2
- import { $DepartmentController, $LayoutRowController, $LayoutStaffController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { $DepartmentController, $LayoutRowController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
- import { RerenderHost } from '@docsvision/webclient/Helpers/RerenderHost';
4
+ import { RerenderHost } from "@docsvision/webclient/Helpers/RerenderHost";
5
5
  import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
6
6
  import { $DeviceType } from "@docsvision/webclient/StandardServices";
7
- import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
8
- import React from 'react';
7
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
8
+ import React from "react";
9
9
  /** @internal */
10
10
  export declare class PartnerTypeaheadVariant implements ITypeaheadVariant {
11
11
  item: GenModels.PartnerDirectoryItem;
@@ -1,4 +1,4 @@
1
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
- import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
3
- import { ICancelableEventArgs } from '@docsvision/webclient/System/ICancelableEventArgs';
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
3
+ import { ICancelableEventArgs } from "@docsvision/webclient/System/ICancelableEventArgs";
4
4
  export declare function partnersDirectoryCompanySaving(sender: LayoutControl, e: ICancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;