@docsvision/webclient 5.17.0-beta.9 → 5.17.1-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 (2026) hide show
  1. package/Account/AddBackgroundMovementEffect.d.ts +2 -0
  2. package/Account/AuthBox.d.ts +11 -0
  3. package/Account/Authentication.d.ts +1 -0
  4. package/Account/Box.d.ts +7 -0
  5. package/Account/Button.d.ts +10 -0
  6. package/Account/ChangeMethodButton.d.ts +6 -0
  7. package/Account/ContactBox.d.ts +7 -0
  8. package/Account/ErrorBlock.d.ts +7 -0
  9. package/Account/Form.d.ts +11 -0
  10. package/Account/Greeting.d.ts +7 -0
  11. package/Account/Input.d.ts +16 -0
  12. package/Account/Login.stories.d.ts +12 -0
  13. package/Account/LoginContainer.d.ts +47 -0
  14. package/Account/LoginError.d.ts +11 -0
  15. package/Account/LoginExtensionManager.d.ts +3 -0
  16. package/Account/LoginInputsDivider.d.ts +5 -0
  17. package/Account/LoginLogic.d.ts +78 -0
  18. package/Account/LoginPage.d.ts +3 -0
  19. package/Account/Logo.d.ts +3 -0
  20. package/Account/ParseQueryString.d.ts +1 -0
  21. package/Account/ProviderButton.d.ts +11 -0
  22. package/Account/Providers.d.ts +8 -0
  23. package/Account/index.d.ts +94 -0
  24. package/App.d.ts +55 -0
  25. package/Application.d.ts +96 -0
  26. package/Approval/$AgreementHistoryStageRenderer.d.ts +16 -0
  27. package/Approval/$AgreementOptions.d.ts +11 -0
  28. package/Approval/AcquaintanceManagement.d.ts +42 -0
  29. package/Approval/AcquaintanceManagementImpl.d.ts +35 -0
  30. package/Approval/AgreementHistory.d.ts +89 -0
  31. package/Approval/AgreementHistoryImpl.d.ts +56 -0
  32. package/Approval/AgreementList.d.ts +73 -0
  33. package/Approval/AgreementListContent.d.ts +26 -0
  34. package/Approval/AgreementListImpl.d.ts +30 -0
  35. package/Approval/AgreementManagement.d.ts +182 -0
  36. package/Approval/AgreementManagementImpl.d.ts +66 -0
  37. package/Approval/AgreementStage.d.ts +47 -0
  38. package/Approval/AgreementStageEmployeesLoader.d.ts +24 -0
  39. package/Approval/AgreementStageProps.d.ts +34 -0
  40. package/Approval/AgreementStageState.d.ts +11 -0
  41. package/Approval/ApprovalCycleInfo.d.ts +19 -0
  42. package/Approval/ApprovalCycleList.d.ts +8 -0
  43. package/Approval/ApprovalCycleListProps.d.ts +8 -0
  44. package/Approval/ApprovalHistoryFullStageInfo.d.ts +16 -0
  45. package/Approval/ApprovalHistoryTable.d.ts +18 -0
  46. package/Approval/ApprovalStageInfo.d.ts +11 -0
  47. package/Approval/ApprovalStageItemComment.d.ts +21 -0
  48. package/Approval/ApprovalStageItemRow.d.ts +27 -0
  49. package/Approval/CardApprovalCycle.d.ts +26 -0
  50. package/Approval/CardApprovalCycleImpl.d.ts +17 -0
  51. package/Approval/CardApprovalStage.d.ts +27 -0
  52. package/Approval/CardApprovalStageImpl.d.ts +17 -0
  53. package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
  54. package/Approval/IAgreementEventArgs.d.ts +9 -0
  55. package/Approval/IAgreementListContentProps.d.ts +10 -0
  56. package/Approval/IAgreementListContentState.d.ts +9 -0
  57. package/Approval/IAgreementListRenderEventArgs.d.ts +6 -0
  58. package/Approval/IAgreementListReportOpenedEventArgs.d.ts +6 -0
  59. package/Approval/IAgreementListReportOpeningEventArgs.d.ts +4 -0
  60. package/Approval/IAgreementListTableColumn.d.ts +10 -0
  61. package/Approval/IApprovalHistoryTableProps.d.ts +22 -0
  62. package/Approval/IApprovalHistoryTableState.d.ts +6 -0
  63. package/Approval/IApprovalStageItemRowProps.d.ts +18 -0
  64. package/Approval/IApproverDeletionEventArgs.d.ts +5 -0
  65. package/Approval/IApproverEventArgs.d.ts +6 -0
  66. package/Approval/IApprovingPathEventArgs.d.ts +5 -0
  67. package/Approval/IApprovingReportOpenedEventArgs.d.ts +4 -0
  68. package/Approval/IApprovingReportOpeningEventArgs.d.ts +3 -0
  69. package/Approval/IApprovingReportRefreshedEventArgs.d.ts +6 -0
  70. package/Approval/IApprovingReportRefreshingEventArgs.d.ts +4 -0
  71. package/Approval/ReconcileDurationType.d.ts +4 -0
  72. package/Approval/StageModelWithChange.d.ts +3 -0
  73. package/Approval/TemplateComboVariant.d.ts +9 -0
  74. package/BackOffice/$CloudSignature.d.ts +34 -0
  75. package/BackOffice/$CreateApprovalTask.d.ts +9 -0
  76. package/BackOffice/$CryptoPro.d.ts +10 -0
  77. package/BackOffice/$DigitalSignature.d.ts +103 -0
  78. package/BackOffice/$LinksSearchCardsService.d.ts +37 -0
  79. package/BackOffice/$OperationParametersPanel.d.ts +13 -0
  80. package/BackOffice/$SelectionRow.d.ts +11 -0
  81. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +29 -0
  82. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +26 -0
  83. package/BackOffice/AcknowledgementList.d.ts +57 -0
  84. package/BackOffice/AcknowledgementListButton.d.ts +5 -0
  85. package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
  86. package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
  87. package/BackOffice/AcknowledgementListView.d.ts +4 -0
  88. package/BackOffice/ActionButton.d.ts +6 -0
  89. package/BackOffice/ActionMenu.d.ts +12 -0
  90. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  91. package/BackOffice/AddComment.d.ts +4 -0
  92. package/BackOffice/AddEmployeeIconColumn.d.ts +3 -0
  93. package/BackOffice/AddUrlDialog.d.ts +41 -0
  94. package/BackOffice/AddingGroups.d.ts +3 -0
  95. package/BackOffice/Address.d.ts +29 -0
  96. package/BackOffice/AddressImpl.d.ts +28 -0
  97. package/BackOffice/ApprovalTaskComplete.d.ts +11 -0
  98. package/BackOffice/AuthenticationKinds.d.ts +23 -0
  99. package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
  100. package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
  101. package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
  102. package/BackOffice/AuthenticationKindsFormatLogin.d.ts +7 -0
  103. package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
  104. package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
  105. package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
  106. package/BackOffice/AuthenticationKindsGetMaskOptions.d.ts +8 -0
  107. package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
  108. package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
  109. package/BackOffice/AuthenticationKindsList.d.ts +6 -0
  110. package/BackOffice/AuthenticationKindsLogic.d.ts +60 -0
  111. package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
  112. package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
  113. package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
  114. package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +10 -0
  115. package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
  116. package/BackOffice/AuthenticationKindsValidRegExps.d.ts +3 -0
  117. package/BackOffice/AuthenticationKindsView.d.ts +19 -0
  118. package/BackOffice/BackOfficeChildTask.d.ts +7 -0
  119. package/BackOffice/BackOfficeCreateLink.d.ts +17 -0
  120. package/BackOffice/BackOfficeLayoutContextConstants.d.ts +8 -0
  121. package/BackOffice/BackOfficeModeConditionTypes.d.ts +4 -0
  122. package/BackOffice/BooleanValueGridPlugin.d.ts +4 -0
  123. package/BackOffice/CardKind.d.ts +37 -0
  124. package/BackOffice/CardKindImpl.d.ts +102 -0
  125. package/BackOffice/CardKindTree.d.ts +36 -0
  126. package/BackOffice/CardKindTreeNode.d.ts +15 -0
  127. package/BackOffice/CardKindTreeNodeBranchIcon.d.ts +9 -0
  128. package/BackOffice/CardKindTreeNodeChildren.d.ts +5 -0
  129. package/BackOffice/CardKindTreeNodeLeafIcon.d.ts +6 -0
  130. package/BackOffice/CardKindTreeNodeModel.d.ts +21 -0
  131. package/BackOffice/CardKindTreeNodeTitle.d.ts +10 -0
  132. package/BackOffice/CardKindTreeNodeWrapper.d.ts +5 -0
  133. package/BackOffice/CardKindTypeaheadVariant.d.ts +11 -0
  134. package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
  135. package/BackOffice/ChangeSectionValues.d.ts +4 -0
  136. package/BackOffice/CheckAbsenceDates.d.ts +6 -0
  137. package/BackOffice/CheckPerformer.d.ts +2 -0
  138. package/BackOffice/CheckStaffDirectoryData.d.ts +5 -0
  139. package/BackOffice/CheckStaffSectionAcccessRights.d.ts +3 -0
  140. package/BackOffice/ChildTasksPerforming.d.ts +102 -0
  141. package/BackOffice/ChildTasksPerformingImpl.d.ts +74 -0
  142. package/BackOffice/CollapseAllTaskTableRows.d.ts +2 -0
  143. package/BackOffice/CollapseTaskTableRow.d.ts +2 -0
  144. package/BackOffice/CollapsedText.d.ts +21 -0
  145. package/BackOffice/ColorText.d.ts +13 -0
  146. package/BackOffice/ColumnSettingsDialog.d.ts +28 -0
  147. package/BackOffice/CommandMenuComponent.d.ts +20 -0
  148. package/BackOffice/CommentActionsPanelStyle.d.ts +4 -0
  149. package/BackOffice/CommentBodyContents.d.ts +3 -0
  150. package/BackOffice/CommentBodyStyle.d.ts +9 -0
  151. package/BackOffice/CommentBodyTriangleStyle.d.ts +6 -0
  152. package/BackOffice/CommentButtonStyle.d.ts +4 -0
  153. package/BackOffice/CommentButtonsContainerStyle.d.ts +4 -0
  154. package/BackOffice/CommentDateStyle.d.ts +4 -0
  155. package/BackOffice/CommentDeleteIcon.d.ts +2 -0
  156. package/BackOffice/CommentEditIcon.d.ts +2 -0
  157. package/BackOffice/CommentEditor.d.ts +32 -0
  158. package/BackOffice/CommentHeader.d.ts +3 -0
  159. package/BackOffice/CommentHeaderDateStyle.d.ts +4 -0
  160. package/BackOffice/CommentIconContainerStyle.d.ts +4 -0
  161. package/BackOffice/CommentInfoStyle.d.ts +5 -0
  162. package/BackOffice/CommentInputTextArea.d.ts +14 -0
  163. package/BackOffice/CommentLinkStyle.d.ts +4 -0
  164. package/BackOffice/CommentModel.d.ts +25 -0
  165. package/BackOffice/CommentStyle.d.ts +8 -0
  166. package/BackOffice/CommentTextStyle.d.ts +7 -0
  167. package/BackOffice/CommentTimeStyle.d.ts +4 -0
  168. package/BackOffice/CommentUserContainer.d.ts +5 -0
  169. package/BackOffice/CommentUserDisplayNameStyle.d.ts +4 -0
  170. package/BackOffice/CommentUserIcon.d.ts +6 -0
  171. package/BackOffice/Comments.d.ts +96 -0
  172. package/BackOffice/CommentsImpl.d.ts +53 -0
  173. package/BackOffice/CompareTasks.d.ts +3 -0
  174. package/BackOffice/Constants.d.ts +32 -0
  175. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  176. package/BackOffice/ConvertEmployeeToRow.d.ts +3 -0
  177. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  178. package/BackOffice/ConvertPerformersTypeSettings.d.ts +5 -0
  179. package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
  180. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  181. package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
  182. package/BackOffice/CopyAddress.d.ts +3 -0
  183. package/BackOffice/CovertResponseToTree.d.ts +4 -0
  184. package/BackOffice/CreateRelatedCardButton.d.ts +54 -0
  185. package/BackOffice/CreateRelatedCardButtonImpl.d.ts +25 -0
  186. package/BackOffice/CreateWindow.d.ts +5 -0
  187. package/BackOffice/CryptoProDssService.d.ts +65 -0
  188. package/BackOffice/CryptoProService.d.ts +10 -0
  189. package/BackOffice/DefaultTasksTreeNodeResolver.d.ts +12 -0
  190. package/BackOffice/DelegateBatchOperation.d.ts +32 -0
  191. package/BackOffice/DelegateBatchOperationImpl.d.ts +27 -0
  192. package/BackOffice/DelegationParameters.d.ts +7 -0
  193. package/BackOffice/DelegationParamsPanel.d.ts +26 -0
  194. package/BackOffice/DeleteLogic.d.ts +3 -0
  195. package/BackOffice/DeleteShortcutBatchOperation.d.ts +25 -0
  196. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +20 -0
  197. package/BackOffice/DeleteStaffSection.d.ts +2 -0
  198. package/BackOffice/DeleteTaskRow.d.ts +3 -0
  199. package/BackOffice/Department.d.ts +56 -0
  200. package/BackOffice/DepartmentFilter.d.ts +20 -0
  201. package/BackOffice/DepartmentFilterView.d.ts +18 -0
  202. package/BackOffice/DepartmentFilterViewComponents.d.ts +11 -0
  203. package/BackOffice/DepartmentImpl.d.ts +51 -0
  204. package/BackOffice/DepartmentSelectDialog.d.ts +85 -0
  205. package/BackOffice/DepartmentSelectDialogFlat.d.ts +124 -0
  206. package/BackOffice/DepartmentSelectMode.d.ts +5 -0
  207. package/BackOffice/DepartmentTreeNode.d.ts +43 -0
  208. package/BackOffice/DepartmentTypeaheadVariant.d.ts +11 -0
  209. package/BackOffice/DialogLocations.d.ts +6 -0
  210. package/BackOffice/DigitalSignatureService.d.ts +47 -0
  211. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +85 -0
  212. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  213. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  214. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  215. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  216. package/BackOffice/DirectoryDesignerRow.d.ts +88 -0
  217. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  218. package/BackOffice/DirectoryDesignerRowImpl.d.ts +71 -0
  219. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  220. package/BackOffice/DirectoryDesignerRowSelectDialog.d.ts +58 -0
  221. package/BackOffice/DirectoryDesignerTreeNode.d.ts +25 -0
  222. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +15 -0
  223. package/BackOffice/DirectoryEntryModal.d.ts +26 -0
  224. package/BackOffice/DirectoryEntryModalLogic.d.ts +21 -0
  225. package/BackOffice/DirectoryFrame.d.ts +13 -0
  226. package/BackOffice/DirectoryRowCutSelection.d.ts +11 -0
  227. package/BackOffice/DirectoryRowIcon.d.ts +18 -0
  228. package/BackOffice/DirectoryRowSelection.d.ts +25 -0
  229. package/BackOffice/DirectorySearchBreadcrumbs.d.ts +10 -0
  230. package/BackOffice/DirectorySearchContainer.d.ts +6 -0
  231. package/BackOffice/DirectorySearchContent.d.ts +10 -0
  232. package/BackOffice/DirectorySearchCounter.d.ts +8 -0
  233. package/BackOffice/DirectorySearchFilters.d.ts +6 -0
  234. package/BackOffice/DirectorySearchInfo.d.ts +10 -0
  235. package/BackOffice/DirectorySearchResult.d.ts +30 -0
  236. package/BackOffice/DirectorySearchResultList.d.ts +14 -0
  237. package/BackOffice/DirectorySearchResultLogic.d.ts +24 -0
  238. package/BackOffice/DirectorySearchResultView.d.ts +22 -0
  239. package/BackOffice/DirectorySplitter.d.ts +10 -0
  240. package/BackOffice/DirectoryTabContents.d.ts +6 -0
  241. package/BackOffice/DirectoryTabInfo.d.ts +4 -0
  242. package/BackOffice/DirectoryTabItem.d.ts +6 -0
  243. package/BackOffice/DirectoryTabPanel.d.ts +6 -0
  244. package/BackOffice/DirectoryTabs.d.ts +27 -0
  245. package/BackOffice/DirectoryTabs.stories.d.ts +8 -0
  246. package/BackOffice/DirectoryTabsLogic.d.ts +12 -0
  247. package/BackOffice/DirectoryTabsRoot.d.ts +6 -0
  248. package/BackOffice/DirectoryTree.d.ts +56 -0
  249. package/BackOffice/DirectoryTree.stories.d.ts +9 -0
  250. package/BackOffice/DirectoryTreeAddButton.d.ts +8 -0
  251. package/BackOffice/DirectoryTreeContainer.d.ts +6 -0
  252. package/BackOffice/DirectoryTreeHScrollContainer.d.ts +6 -0
  253. package/BackOffice/DirectoryTreeIcon.d.ts +11 -0
  254. package/BackOffice/DirectoryTreeList.d.ts +13 -0
  255. package/BackOffice/DirectoryTreeLogic.d.ts +74 -0
  256. package/BackOffice/DirectoryTreeRow.d.ts +13 -0
  257. package/BackOffice/DirectoryTreeRowCancelButton.d.ts +8 -0
  258. package/BackOffice/DirectoryTreeRowIdent.d.ts +4 -0
  259. package/BackOffice/DirectoryTreeRowName.d.ts +7 -0
  260. package/BackOffice/DirectoryTreeToggle.d.ts +11 -0
  261. package/BackOffice/DirectoryTreeWrapper.d.ts +6 -0
  262. package/BackOffice/DirectoryValues.d.ts +45 -0
  263. package/BackOffice/DirectoryValues.stories.d.ts +8 -0
  264. package/BackOffice/DirectoryValuesAddButton.d.ts +9 -0
  265. package/BackOffice/DirectoryValuesContainer.d.ts +6 -0
  266. package/BackOffice/DirectoryValuesIcon.d.ts +15 -0
  267. package/BackOffice/DirectoryValuesLoading.d.ts +6 -0
  268. package/BackOffice/DirectoryValuesLogic.d.ts +8 -0
  269. package/BackOffice/DirectoryValuesWrapper.d.ts +6 -0
  270. package/BackOffice/DisplayInitiator.d.ts +49 -0
  271. package/BackOffice/DisplayInitiatorImpl.d.ts +13 -0
  272. package/BackOffice/DisplayPerformers.d.ts +58 -0
  273. package/BackOffice/DisplayPerformersImpl.d.ts +61 -0
  274. package/BackOffice/Document.d.ts +18 -0
  275. package/BackOffice/DocumentTasksTreeNodeResolver.d.ts +12 -0
  276. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  277. package/BackOffice/DssCertificateModels.d.ts +30 -0
  278. package/BackOffice/DssPolicyModels.d.ts +51 -0
  279. package/BackOffice/DssSignRequestModels.d.ts +146 -0
  280. package/BackOffice/EditComment.d.ts +5 -0
  281. package/BackOffice/EditTaskDescription.d.ts +11 -0
  282. package/BackOffice/EditTaskDescriptionDialog.d.ts +12 -0
  283. package/BackOffice/EditTaskDuration.d.ts +18 -0
  284. package/BackOffice/EditTaskDurationDialog.d.ts +21 -0
  285. package/BackOffice/EditWindow.d.ts +5 -0
  286. package/BackOffice/EmailButton.d.ts +21 -0
  287. package/BackOffice/EmailButton.stories.d.ts +10 -0
  288. package/BackOffice/EmailButtonContainer.d.ts +8 -0
  289. package/BackOffice/EmailButtonFiles.d.ts +7 -0
  290. package/BackOffice/EmailButtonItem.d.ts +12 -0
  291. package/BackOffice/EmailButtonLogic.d.ts +42 -0
  292. package/BackOffice/EmailButtonOptions.d.ts +36 -0
  293. package/BackOffice/EmailButtonSectionId.d.ts +2 -0
  294. package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
  295. package/BackOffice/EmailButtonView.d.ts +19 -0
  296. package/BackOffice/Employee.d.ts +67 -0
  297. package/BackOffice/EmployeeColumns.d.ts +6 -0
  298. package/BackOffice/EmployeeImpl.d.ts +50 -0
  299. package/BackOffice/EmployeeInfo.d.ts +13 -0
  300. package/BackOffice/EmployeeLoader.d.ts +21 -0
  301. package/BackOffice/EmployeeRowModelExtendedData.d.ts +5 -0
  302. package/BackOffice/EmployeeTypeaheadVariant.d.ts +14 -0
  303. package/BackOffice/EmployeeVisualizer.d.ts +9 -0
  304. package/BackOffice/EmployeesTabFrame.d.ts +10 -0
  305. package/BackOffice/ExistingCardLinkDialog.d.ts +49 -0
  306. package/BackOffice/ExpandTaskTableRow.d.ts +2 -0
  307. package/BackOffice/ExtraFileIcon.d.ts +2 -0
  308. package/BackOffice/FavoriteEmployeesStorage.d.ts +16 -0
  309. package/BackOffice/FileListAttachElements.d.ts +20 -0
  310. package/BackOffice/FileListBuiltInOperations.d.ts +16 -0
  311. package/BackOffice/FileListConstants.d.ts +9 -0
  312. package/BackOffice/FileListControl.d.ts +328 -0
  313. package/BackOffice/FileListControlImpl.d.ts +135 -0
  314. package/BackOffice/FileListControlLogic.d.ts +72 -0
  315. package/BackOffice/FileListFormType.d.ts +6 -0
  316. package/BackOffice/FileListItem.d.ts +23 -0
  317. package/BackOffice/FileListItemComponent.d.ts +57 -0
  318. package/BackOffice/FileListItemPlaceholderComponent.d.ts +15 -0
  319. package/BackOffice/FileListItemProps.d.ts +28 -0
  320. package/BackOffice/FileListItemState.d.ts +9 -0
  321. package/BackOffice/FileListVersionPlaceholder.d.ts +16 -0
  322. package/BackOffice/FileRenamingDialog.d.ts +25 -0
  323. package/BackOffice/FileSign.d.ts +32 -0
  324. package/BackOffice/FileSignInfoPopover.d.ts +27 -0
  325. package/BackOffice/FileSignListDialog.d.ts +65 -0
  326. package/BackOffice/FindMaxLevelIdent.d.ts +2 -0
  327. package/BackOffice/FindStaffSection.d.ts +9 -0
  328. package/BackOffice/FindTaskRow.d.ts +2 -0
  329. package/BackOffice/FlatternRows.d.ts +2 -0
  330. package/BackOffice/FlatternTree.d.ts +2 -0
  331. package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
  332. package/BackOffice/GetBusinessCalendarSourceType.d.ts +2 -0
  333. package/BackOffice/GetCalendarType.d.ts +2 -0
  334. package/BackOffice/GetContextMenuNames.d.ts +2 -0
  335. package/BackOffice/GetDirectoryTreeRowModel.d.ts +3 -0
  336. package/BackOffice/GetEmlUrl.d.ts +11 -0
  337. package/BackOffice/GetEmployeeColumns.d.ts +4 -0
  338. package/BackOffice/GetEmployeeGroups.d.ts +9 -0
  339. package/BackOffice/GetHelpBoxRowInfo.d.ts +9 -0
  340. package/BackOffice/GetIconClassName.d.ts +11 -0
  341. package/BackOffice/GetNextGroupTaskDistribution.d.ts +3 -0
  342. package/BackOffice/GetRootSectionId.d.ts +7 -0
  343. package/BackOffice/GetSearchItemTab.d.ts +2 -0
  344. package/BackOffice/GetSelectedSearchItemEmployeeId.d.ts +4 -0
  345. package/BackOffice/GetSelectedSearchItemSection.d.ts +2 -0
  346. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  347. package/BackOffice/GoToSection.d.ts +2 -0
  348. package/BackOffice/GroupEmployeeInfo.d.ts +11 -0
  349. package/BackOffice/GroupTaskCardSelectPerformers.d.ts +149 -0
  350. package/BackOffice/GroupTaskCardSelectPerformersImpl.d.ts +86 -0
  351. package/BackOffice/GroupTaskNoBusinessCalendarCalculation.d.ts +6 -0
  352. package/BackOffice/GroupTaskPerformersIntervalManager.d.ts +45 -0
  353. package/BackOffice/GroupTaskPerformersValidationMessage.d.ts +6 -0
  354. package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +20 -0
  355. package/BackOffice/GzPerformersOverlay.d.ts +7 -0
  356. package/BackOffice/History.d.ts +109 -0
  357. package/BackOffice/HistoryExternalRelations.d.ts +9 -0
  358. package/BackOffice/HistoryImpl.d.ts +59 -0
  359. package/BackOffice/HistoryRecordView.d.ts +13 -0
  360. package/BackOffice/HistoryView.d.ts +74 -0
  361. package/BackOffice/ICertificateStatus.d.ts +6 -0
  362. package/BackOffice/IChangeExecutionTypeEventArgs.d.ts +5 -0
  363. package/BackOffice/IChangeResponsibleEventArgs.d.ts +5 -0
  364. package/BackOffice/IChangingTaskOrderEventArgs.d.ts +5 -0
  365. package/BackOffice/ICommandMenuProps.d.ts +8 -0
  366. package/BackOffice/ICommandMenuState.d.ts +9 -0
  367. package/BackOffice/ICommentEventArgs.d.ts +4 -0
  368. package/BackOffice/ICommentProps.d.ts +17 -0
  369. package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
  370. package/BackOffice/IDirectoryTreeRow.d.ts +10 -0
  371. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  372. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  373. package/BackOffice/IEmployeeResponseParser.d.ts +6 -0
  374. package/BackOffice/IExtraFileAddedArgs.d.ts +4 -0
  375. package/BackOffice/IExtraFileAddingArgs.d.ts +4 -0
  376. package/BackOffice/IExtraFileDeletedArgs.d.ts +4 -0
  377. package/BackOffice/IExtraFileDeletingArgs.d.ts +4 -0
  378. package/BackOffice/IFileClickingArgs.d.ts +4 -0
  379. package/BackOffice/IFileListItem.d.ts +7 -0
  380. package/BackOffice/IFileListOperation.d.ts +5 -0
  381. package/BackOffice/IFileListWrapper.d.ts +6 -0
  382. package/BackOffice/IFileMenuItem.d.ts +14 -0
  383. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  384. package/BackOffice/IFileOpenedArgs.d.ts +4 -0
  385. package/BackOffice/IFileOpeningArgs.d.ts +4 -0
  386. package/BackOffice/IFilePreviewedArgs.d.ts +4 -0
  387. package/BackOffice/IFilePreviewingArgs.d.ts +4 -0
  388. package/BackOffice/IFileSignInteractionModel.d.ts +23 -0
  389. package/BackOffice/IFileSignUploadedArgs.d.ts +4 -0
  390. package/BackOffice/IFileSignUploadingArgs.d.ts +5 -0
  391. package/BackOffice/IFileVersionCommentAddedArgs.d.ts +5 -0
  392. package/BackOffice/IFileVersionCommentAddingArgs.d.ts +5 -0
  393. package/BackOffice/IFileVersionCommentDeletedArgs.d.ts +5 -0
  394. package/BackOffice/IFileVersionCommentDeletingArgs.d.ts +5 -0
  395. package/BackOffice/IFileVersionDownloadedArgs.d.ts +4 -0
  396. package/BackOffice/IFileVersionDownloadingArgs.d.ts +6 -0
  397. package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
  398. package/BackOffice/IFileVersionUploadedArgs.d.ts +6 -0
  399. package/BackOffice/IFileVersionUploadingArgs.d.ts +5 -0
  400. package/BackOffice/IFileVisualizedArgs.d.ts +4 -0
  401. package/BackOffice/IFileVisualizingArgs.d.ts +4 -0
  402. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  403. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  404. package/BackOffice/IHiddenNode.d.ts +5 -0
  405. package/BackOffice/ILinkEventArgs.d.ts +5 -0
  406. package/BackOffice/ILinkItem.d.ts +8 -0
  407. package/BackOffice/IMainFileAddedArgs.d.ts +4 -0
  408. package/BackOffice/IMainFileAddingArgs.d.ts +4 -0
  409. package/BackOffice/IMainFileDeletedArgs.d.ts +4 -0
  410. package/BackOffice/IMainFileDeletingArgs.d.ts +4 -0
  411. package/BackOffice/IMainFileNewVersionCreatedArgs.d.ts +4 -0
  412. package/BackOffice/IMainFileNewVersionCreatingArgs.d.ts +4 -0
  413. package/BackOffice/INewCardLinkDialogProps.d.ts +10 -0
  414. package/BackOffice/INewCardLinkDialogState.d.ts +10 -0
  415. package/BackOffice/INumberInfo.d.ts +6 -0
  416. package/BackOffice/IParametersRequestEventArgs.d.ts +5 -0
  417. package/BackOffice/IPartnerDataLoadingEventArgs.d.ts +28 -0
  418. package/BackOffice/IPartnerDirectoryTreeItem.d.ts +12 -0
  419. package/BackOffice/IPartnerFilterChangeEventArgs.d.ts +5 -0
  420. package/BackOffice/IPerformerEventArgs.d.ts +7 -0
  421. package/BackOffice/IPerformersEventArgs.d.ts +5 -0
  422. package/BackOffice/IRowClickArgs.d.ts +4 -0
  423. package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -0
  424. package/BackOffice/ISelectionEventArgs.d.ts +5 -0
  425. package/BackOffice/ISignOptions.d.ts +8 -0
  426. package/BackOffice/ISignRequest.d.ts +9 -0
  427. package/BackOffice/ISignResult.d.ts +5 -0
  428. package/BackOffice/ISignatureCreatedArgs.d.ts +2 -0
  429. package/BackOffice/ISignatureCreatingArgs.d.ts +2 -0
  430. package/BackOffice/ISignatureListViewedArgs.d.ts +2 -0
  431. package/BackOffice/ISignatureListViewingArgs.d.ts +2 -0
  432. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  433. package/BackOffice/IStaffDataLoadingEventArgs.d.ts +16 -0
  434. package/BackOffice/IStaffDirectoryItemsDialog.d.ts +5 -0
  435. package/BackOffice/IStaffDirectoryOptions.d.ts +12 -0
  436. package/BackOffice/IStaffFilterChangeEventArgs.d.ts +5 -0
  437. package/BackOffice/IStaffTreeRow.d.ts +4 -0
  438. package/BackOffice/ITaskCreatingEventArgs.d.ts +5 -0
  439. package/BackOffice/ITaskDataModel.d.ts +4 -0
  440. package/BackOffice/ITaskDescriptionDialogManagement.d.ts +6 -0
  441. package/BackOffice/ITaskDescriptionDialogOpenedEventArgs.d.ts +6 -0
  442. package/BackOffice/ITaskDescriptionEventArgs.d.ts +6 -0
  443. package/BackOffice/ITaskDurationDialogManagement.d.ts +9 -0
  444. package/BackOffice/ITaskDurationDialogOpenedEventArgs.d.ts +6 -0
  445. package/BackOffice/ITaskGroupIntervalEventArgs.d.ts +5 -0
  446. package/BackOffice/ITaskIntervalEventArgs.d.ts +8 -0
  447. package/BackOffice/ITaskListItemProps.d.ts +11 -0
  448. package/BackOffice/ITaskListItemState.d.ts +4 -0
  449. package/BackOffice/ITaskListProps.d.ts +16 -0
  450. package/BackOffice/ITaskListState.d.ts +5 -0
  451. package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
  452. package/BackOffice/ITaskTableSorting.d.ts +27 -0
  453. package/BackOffice/ITasksDistributionEventArgs.d.ts +7 -0
  454. package/BackOffice/ITasksTableModel.d.ts +5 -0
  455. package/BackOffice/ITasksTableRow.d.ts +11 -0
  456. package/BackOffice/ITasksTreeColor.d.ts +6 -0
  457. package/BackOffice/ITasksTreeColorMap.d.ts +5 -0
  458. package/BackOffice/ITasksTreeContainerProps.d.ts +6 -0
  459. package/BackOffice/ITasksTreeContainerState.d.ts +23 -0
  460. package/BackOffice/ITasksTreeEdgeContainer.d.ts +3 -0
  461. package/BackOffice/ITasksTreeGroup.d.ts +4 -0
  462. package/BackOffice/ITasksTreeGroupMap.d.ts +5 -0
  463. package/BackOffice/ITasksTreeNodeContainer.d.ts +13 -0
  464. package/BackOffice/ITasksTreeNodeResolver.d.ts +28 -0
  465. package/BackOffice/ITasksTreeNodeResolverMap.d.ts +5 -0
  466. package/BackOffice/IUpdateTaskGroupIntervalEventArgs.d.ts +6 -0
  467. package/BackOffice/IVisClickParams.d.ts +6 -0
  468. package/BackOffice/IWebFrameDirectorySearchPanelOptions.d.ts +12 -0
  469. package/BackOffice/ImageWithDescription.d.ts +11 -0
  470. package/BackOffice/Index.d.ts +4 -0
  471. package/BackOffice/IndicatorType.d.ts +12 -0
  472. package/BackOffice/InfoPopover.d.ts +28 -0
  473. package/BackOffice/InitialCheckboxes.d.ts +4 -0
  474. package/BackOffice/InitializeDefaultGroupsAndColors.d.ts +4 -0
  475. package/BackOffice/InnerWindow.d.ts +15 -0
  476. package/BackOffice/InsertLoadedChildrenRows.d.ts +5 -0
  477. package/BackOffice/InsertLoadedTaskTableRows.d.ts +3 -0
  478. package/BackOffice/KindTreeNodeData.d.ts +14 -0
  479. package/BackOffice/LineSpacer.d.ts +5 -0
  480. package/BackOffice/LinkInfoPopover.d.ts +15 -0
  481. package/BackOffice/LinkInfoPopoverProps.d.ts +24 -0
  482. package/BackOffice/LinkInfoPopoverState.d.ts +9 -0
  483. package/BackOffice/LinkItem.d.ts +10 -0
  484. package/BackOffice/LinkItemState.d.ts +7 -0
  485. package/BackOffice/LinkSelectionItem.d.ts +13 -0
  486. package/BackOffice/LinkTypeComboBoxVariant.d.ts +9 -0
  487. package/BackOffice/Links.d.ts +230 -0
  488. package/BackOffice/LinksImpl.d.ts +150 -0
  489. package/BackOffice/LinksSearchCardsService.d.ts +20 -0
  490. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  491. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  492. package/BackOffice/LoadEmployeeLayoutFunctions.d.ts +6 -0
  493. package/BackOffice/LoadEmployees.d.ts +20 -0
  494. package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
  495. package/BackOffice/LoadSectionLayoutFunctions.d.ts +7 -0
  496. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  497. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  498. package/BackOffice/LoadingLinkItem.d.ts +3 -0
  499. package/BackOffice/MainFileIcon.d.ts +2 -0
  500. package/BackOffice/MarkPartnersAsDepartment.d.ts +2 -0
  501. package/BackOffice/MultipleEmployees.d.ts +90 -0
  502. package/BackOffice/MultipleEmployeesImpl.d.ts +58 -0
  503. package/BackOffice/NewCardLinkDialog.d.ts +29 -0
  504. package/BackOffice/NewCardLinkDialogArgs.d.ts +5 -0
  505. package/BackOffice/Numerator.d.ts +60 -0
  506. package/BackOffice/Numerator.stories.d.ts +8 -0
  507. package/BackOffice/NumeratorImpl.d.ts +57 -0
  508. package/BackOffice/OpenTaskInNewWindow.d.ts +3 -0
  509. package/BackOffice/OperationExecutingEventArgs.d.ts +9 -0
  510. package/BackOffice/OperationParametersPanelEventArgs.d.ts +9 -0
  511. package/BackOffice/Partner.d.ts +16 -0
  512. package/BackOffice/PartnerBase.d.ts +129 -0
  513. package/BackOffice/PartnerBaseImpl.d.ts +104 -0
  514. package/BackOffice/PartnerDepartment.d.ts +20 -0
  515. package/BackOffice/PartnerDepartmentImpl.d.ts +15 -0
  516. package/BackOffice/PartnerDirectoryBase.d.ts +53 -0
  517. package/BackOffice/PartnerDirectoryBaseImpl.d.ts +46 -0
  518. package/BackOffice/PartnerDirectoryConstants.d.ts +3 -0
  519. package/BackOffice/PartnerDirectoryItemVisualiser.d.ts +10 -0
  520. package/BackOffice/PartnerDirectorySelectDialog.d.ts +71 -0
  521. package/BackOffice/PartnerImpl.d.ts +37 -0
  522. package/BackOffice/PartnerSelectDialog.d.ts +167 -0
  523. package/BackOffice/PartnerTypeaheadVariant.d.ts +32 -0
  524. package/BackOffice/PartnersDirectory.d.ts +4 -0
  525. package/BackOffice/PerformersTable.d.ts +36 -0
  526. package/BackOffice/PerformingHistoryView.d.ts +37 -0
  527. package/BackOffice/PreloadHelpBox.d.ts +2 -0
  528. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  529. package/BackOffice/PrepareTasksTableModel.d.ts +4 -0
  530. package/BackOffice/PrintButton.d.ts +48 -0
  531. package/BackOffice/PrintButtonContainer.d.ts +8 -0
  532. package/BackOffice/PrintButtonLogic.d.ts +25 -0
  533. package/BackOffice/PrintButtonView.d.ts +5 -0
  534. package/BackOffice/ProcessEmployeeIdInViewRows.d.ts +3 -0
  535. package/BackOffice/ProcessIndication.d.ts +9 -0
  536. package/BackOffice/ProcessSettingsChanged.d.ts +12 -0
  537. package/BackOffice/RecordsChangedEventArgs.d.ts +5 -0
  538. package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +15 -0
  539. package/BackOffice/RootSectionConstants.d.ts +15 -0
  540. package/BackOffice/SearchBar.d.ts +18 -0
  541. package/BackOffice/SearchButton.d.ts +3 -0
  542. package/BackOffice/SearchEmployees.d.ts +4 -0
  543. package/BackOffice/SearchIcon.d.ts +3 -0
  544. package/BackOffice/SelectNextRow.d.ts +2 -0
  545. package/BackOffice/SelectionRowService.d.ts +11 -0
  546. package/BackOffice/SequentialParallelToggle.d.ts +9 -0
  547. package/BackOffice/SetCharacterLimits.d.ts +2 -0
  548. package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
  549. package/BackOffice/SetManager.d.ts +4 -0
  550. package/BackOffice/ShowPreviousComments.d.ts +14 -0
  551. package/BackOffice/SignatureButton.d.ts +36 -0
  552. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  553. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  554. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  555. package/BackOffice/SignatureButtonLogic.d.ts +28 -0
  556. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  557. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  558. package/BackOffice/SignatureButtonOptions.d.ts +52 -0
  559. package/BackOffice/SignatureButtonView.d.ts +10 -0
  560. package/BackOffice/SignatureConstants.d.ts +1 -0
  561. package/BackOffice/SignatureDialog.d.ts +70 -0
  562. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  563. package/BackOffice/SignatureDialogFrame.d.ts +23 -0
  564. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  565. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  566. package/BackOffice/SignatureDialogLogic.d.ts +65 -0
  567. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  568. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  569. package/BackOffice/SignatureDialogSettings.d.ts +21 -0
  570. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  571. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  572. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  573. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  574. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  575. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  576. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  577. package/BackOffice/SignatureMethodsSetupLogic.d.ts +90 -0
  578. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  579. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  580. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  581. package/BackOffice/SimpleItemViewContent.d.ts +41 -0
  582. package/BackOffice/SkipDraggingElement.d.ts +6 -0
  583. package/BackOffice/SortingRows.d.ts +6 -0
  584. package/BackOffice/StaffDirectory.d.ts +48 -0
  585. package/BackOffice/StaffDirectory.stories.d.ts +24 -0
  586. package/BackOffice/StaffDirectoryAreas.d.ts +12 -0
  587. package/BackOffice/StaffDirectoryConstants.d.ts +34 -0
  588. package/BackOffice/StaffDirectoryContainer.d.ts +7 -0
  589. package/BackOffice/StaffDirectoryDataVisualiser.d.ts +12 -0
  590. package/BackOffice/StaffDirectoryHead.d.ts +7 -0
  591. package/BackOffice/StaffDirectoryInfo.d.ts +16 -0
  592. package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
  593. package/BackOffice/StaffDirectoryItems.d.ts +108 -0
  594. package/BackOffice/StaffDirectoryItemsImpl.d.ts +106 -0
  595. package/BackOffice/StaffDirectoryLogic.d.ts +349 -0
  596. package/BackOffice/StaffDirectorySelectDialog.d.ts +99 -0
  597. package/BackOffice/StaffDirectoryTreeAddButton.d.ts +17 -0
  598. package/BackOffice/StaffDirectoryView.d.ts +98 -0
  599. package/BackOffice/StaffTypeaheadVariant.d.ts +17 -0
  600. package/BackOffice/State.d.ts +31 -0
  601. package/BackOffice/StateButtons.d.ts +77 -0
  602. package/BackOffice/StateButtonsImpl.d.ts +58 -0
  603. package/BackOffice/StateImpl.d.ts +14 -0
  604. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  605. package/BackOffice/TableDataServiceProvider.d.ts +3 -0
  606. package/BackOffice/TaskCardCompletionOption.d.ts +29 -0
  607. package/BackOffice/TaskCardCompletionOptionImpl.d.ts +16 -0
  608. package/BackOffice/TaskChangeExecutionDates.d.ts +4 -0
  609. package/BackOffice/TaskCommon.d.ts +2 -0
  610. package/BackOffice/TaskComplete.d.ts +4 -0
  611. package/BackOffice/TaskDelegate.d.ts +4 -0
  612. package/BackOffice/TaskDelegationInfo.d.ts +35 -0
  613. package/BackOffice/TaskGroup.d.ts +6 -0
  614. package/BackOffice/TaskGroupIntervalModel.d.ts +45 -0
  615. package/BackOffice/TaskListComponent.d.ts +19 -0
  616. package/BackOffice/TaskListItemComponent.d.ts +20 -0
  617. package/BackOffice/TaskReject.d.ts +2 -0
  618. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +34 -0
  619. package/BackOffice/TaskToRework.d.ts +2 -0
  620. package/BackOffice/Tasks.d.ts +90 -0
  621. package/BackOffice/TasksImpl.d.ts +35 -0
  622. package/BackOffice/TasksTable.d.ts +155 -0
  623. package/BackOffice/TasksTable.stories.d.ts +21 -0
  624. package/BackOffice/TasksTableBody.d.ts +5 -0
  625. package/BackOffice/TasksTableCell.d.ts +27 -0
  626. package/BackOffice/TasksTableContainer.d.ts +8 -0
  627. package/BackOffice/TasksTableControlWrapper.d.ts +7 -0
  628. package/BackOffice/TasksTableCurrentPerformerView.d.ts +8 -0
  629. package/BackOffice/TasksTableFilterButton.d.ts +8 -0
  630. package/BackOffice/TasksTableHeaderCell.d.ts +17 -0
  631. package/BackOffice/TasksTableHeaderRow.d.ts +4 -0
  632. package/BackOffice/TasksTableHelpBox.d.ts +15 -0
  633. package/BackOffice/TasksTableIcon.d.ts +21 -0
  634. package/BackOffice/TasksTableIconButton.d.ts +9 -0
  635. package/BackOffice/TasksTableLink.d.ts +13 -0
  636. package/BackOffice/TasksTableLoader.d.ts +2 -0
  637. package/BackOffice/TasksTableLogic.d.ts +194 -0
  638. package/BackOffice/TasksTableMessage.d.ts +5 -0
  639. package/BackOffice/TasksTableRibbon.d.ts +5 -0
  640. package/BackOffice/TasksTableRibbonButton.d.ts +8 -0
  641. package/BackOffice/TasksTableRibbonContainer.d.ts +6 -0
  642. package/BackOffice/TasksTableRow.d.ts +13 -0
  643. package/BackOffice/TasksTableTable.d.ts +5 -0
  644. package/BackOffice/TasksTableView.d.ts +89 -0
  645. package/BackOffice/TasksTree.d.ts +62 -0
  646. package/BackOffice/TasksTreeContainer.d.ts +53 -0
  647. package/BackOffice/TasksTreeContainerStyles.d.ts +3 -0
  648. package/BackOffice/TasksTreeImpl.d.ts +54 -0
  649. package/BackOffice/TasksTreeNodeResolveService.d.ts +9 -0
  650. package/BackOffice/TasksTreeRibbon.d.ts +17 -0
  651. package/BackOffice/TasksTreeUtils.d.ts +9 -0
  652. package/BackOffice/TasksUtils.d.ts +2 -0
  653. package/BackOffice/TimeOfPerformance.d.ts +82 -0
  654. package/BackOffice/TimeOfPerformanceImpl.d.ts +43 -0
  655. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  656. package/BackOffice/UniquenessCheck.d.ts +26 -0
  657. package/BackOffice/UniquenessCheckImpl.d.ts +56 -0
  658. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  659. package/BackOffice/UseDialog.d.ts +3 -0
  660. package/BackOffice/UserProfile.d.ts +16 -0
  661. package/BackOffice/UserStatus.d.ts +5 -0
  662. package/BackOffice/Utils.d.ts +29 -0
  663. package/BackOffice/ValidateDeputyUniqueness.d.ts +2 -0
  664. package/BackOffice/ValueWithDescription.d.ts +11 -0
  665. package/BackOffice/ViewComment.d.ts +3 -0
  666. package/BackOffice/ViewDisplayMode.d.ts +7 -0
  667. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +50 -0
  668. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +8 -0
  669. package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +7 -0
  670. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +53 -0
  671. package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +13 -0
  672. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +14 -0
  673. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +6 -0
  674. package/Generated/DocsVision.WebClient.Controllers.d.ts +2955 -0
  675. package/Generated/DocsVision.WebClient.Models.d.ts +13328 -0
  676. package/Helpers/$RootCssClass.d.ts +9 -0
  677. package/Helpers/Adaptive/DevicesVisibility.d.ts +18 -0
  678. package/Helpers/AddCardModalDialog/AddCardModalDialog.d.ts +18 -0
  679. package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +15 -0
  680. package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +14 -0
  681. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  682. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  683. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  684. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  685. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  686. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  687. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  688. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  689. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  690. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  691. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  692. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  693. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  694. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  695. package/Helpers/BodyContainerProvider.d.ts +37 -0
  696. package/Helpers/BoxWithButtons.d.ts +55 -0
  697. package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +19 -0
  698. package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +17 -0
  699. package/Helpers/Breadcrumbs/BreadcrumbsViewComponents.d.ts +15 -0
  700. package/Helpers/Breadcrumbs/ButtonItem.d.ts +54 -0
  701. package/Helpers/Breadcrumbs/LinkView/LinkItemView.d.ts +5 -0
  702. package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +15 -0
  703. package/Helpers/Breadcrumbs/LinkView/LinkSeparator.d.ts +5 -0
  704. package/Helpers/Breadcrumbs/SimpleView/SimpleItemView.d.ts +5 -0
  705. package/Helpers/Breadcrumbs/SimpleView/SimpleItemViewWithSeparator.d.ts +14 -0
  706. package/Helpers/Breadcrumbs/SimpleView/SimpleSeparator.d.ts +5 -0
  707. package/Helpers/Button.d.ts +84 -0
  708. package/Helpers/Button.stories.d.ts +8 -0
  709. package/Helpers/ComandBarButton.d.ts +29 -0
  710. package/Helpers/ComboBox/ComboBoxBody.d.ts +22 -0
  711. package/Helpers/ComboBox/ComboBoxElement.d.ts +52 -0
  712. package/Helpers/ComboBox/ComboBoxHelper.d.ts +31 -0
  713. package/Helpers/ComboBox/ComboBoxTitle.d.ts +38 -0
  714. package/Helpers/ComboBox/ComboBoxWrapper.d.ts +107 -0
  715. package/Helpers/ComboBox/CommonComboBox.d.ts +122 -0
  716. package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +10 -0
  717. package/Helpers/ComboBox/Helpers/AdaptiveComboBoxBodyContent.d.ts +4 -0
  718. package/Helpers/ComboBox/Helpers/ComboBoxBodyContent.d.ts +12 -0
  719. package/Helpers/ComboBox/Helpers/ComboBoxElementContent.d.ts +12 -0
  720. package/Helpers/ComboBox/Helpers/ComboBoxTitleContent.d.ts +12 -0
  721. package/Helpers/ComboBox/Helpers/ComboBoxWrapperContent.d.ts +14 -0
  722. package/Helpers/ComboBox/Helpers/PopoverComboBoxBodyContent.d.ts +4 -0
  723. package/Helpers/CommandBar/ComandBar.d.ts +34 -0
  724. package/Helpers/CommandBar/ComandBarItem.d.ts +18 -0
  725. package/Helpers/CommandBar/IComandBarProps.d.ts +14 -0
  726. package/Helpers/CommandBar/IComandBarState.d.ts +4 -0
  727. package/Helpers/ControlSelector/ControlSelector.d.ts +48 -0
  728. package/Helpers/ControlSelector/IControlContainer.d.ts +9 -0
  729. package/Helpers/ControlSelector/IControlSelectorProps.d.ts +6 -0
  730. package/Helpers/ControlSelector/IExtendedControlSelectorProps.d.ts +6 -0
  731. package/Helpers/ControlsRecursiveVisitor.d.ts +5 -0
  732. package/Helpers/CustomTree/CustomTreeLevelIndent.d.ts +15 -0
  733. package/Helpers/CustomTree/CustomTreeNode.d.ts +25 -0
  734. package/Helpers/CustomTree/RecursiveVisitor.d.ts +46 -0
  735. package/Helpers/CustomTree/Theme/CustomTreeNodeButton.d.ts +14 -0
  736. package/Helpers/CustomTree/Theme/Default/CustomTreeDefault.d.ts +31 -0
  737. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentCompact.d.ts +4 -0
  738. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +18 -0
  739. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeIconDefault.d.ts +3 -0
  740. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeLoadingIconDefault.d.ts +10 -0
  741. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTextDefault.d.ts +11 -0
  742. package/Helpers/CustomTree/Theme/Default/CustomTreeNodeTogglerDefault.d.ts +28 -0
  743. package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +16 -0
  744. package/Helpers/Debouncer.d.ts +23 -0
  745. package/Helpers/DirectorySearchInput.d.ts +5 -0
  746. package/Helpers/Disclosure/DisclosureBody/DisclosureBody.d.ts +11 -0
  747. package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyProps.d.ts +37 -0
  748. package/Helpers/Disclosure/DisclosureBody/IDisclosureBodyState.d.ts +5 -0
  749. package/Helpers/Disclosure/DisclosureHeader.d.ts +15 -0
  750. package/Helpers/DragAndDrop/Draggable.d.ts +21 -0
  751. package/Helpers/DragAndDrop/DraggableMobilePolyfill.d.ts +2 -0
  752. package/Helpers/DragAndDrop/Droppable.d.ts +21 -0
  753. package/Helpers/DropdownButton/DropdownButton.d.ts +34 -0
  754. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +10 -0
  755. package/Helpers/DropdownButton/DropdownButtonView.d.ts +14 -0
  756. package/Helpers/DropdownButton/components/DropdownMenu.d.ts +7 -0
  757. package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +7 -0
  758. package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +9 -0
  759. package/Helpers/DropdownButton/index.d.ts +8 -0
  760. package/Helpers/DynamicModel/DynamicFieldNameAccessor.d.ts +28 -0
  761. package/Helpers/DynamicModel/FieldNameAccessor.d.ts +27 -0
  762. package/Helpers/DynamicModel/FuncAccessor.d.ts +24 -0
  763. package/Helpers/DynamicModel/IAccessor.d.ts +26 -0
  764. package/Helpers/DynamicModel/IReadonlyAccessor.d.ts +8 -0
  765. package/Helpers/DynamicModel/MapMetaStore.d.ts +24 -0
  766. package/Helpers/DynamicTree/DynamicTree.d.ts +31 -0
  767. package/Helpers/DynamicTree/DynamicTreeNode.d.ts +12 -0
  768. package/Helpers/DynamicTree/IDynamicTreeNodeData.d.ts +5 -0
  769. package/Helpers/DynamicTree/ILoadNodesResult.d.ts +7 -0
  770. package/Helpers/EmployeeName.d.ts +19 -0
  771. package/Helpers/EmployeeName.stories.d.ts +8 -0
  772. package/Helpers/FileComments/FileComment.d.ts +24 -0
  773. package/Helpers/FileComments/FileComments.d.ts +129 -0
  774. package/Helpers/FileComments/FileCommentsModal.d.ts +30 -0
  775. package/Helpers/FilePreview/FilePreview.d.ts +167 -0
  776. package/Helpers/HighlightedSearchResult.d.ts +26 -0
  777. package/Helpers/HighlightedSimpleSearchResult.d.ts +20 -0
  778. package/Helpers/IconButton.d.ts +49 -0
  779. package/Helpers/InputMask/IInputMaskProps.d.ts +71 -0
  780. package/Helpers/InputMask/InputMask.d.ts +8 -0
  781. package/Helpers/InputMask/InputMask.stories.d.ts +11 -0
  782. package/Helpers/InputMask/InputMaskView.d.ts +14 -0
  783. package/Helpers/InputMask/components/InputMaskContainer.d.ts +7 -0
  784. package/Helpers/InputMask/components/InputMaskField.d.ts +7 -0
  785. package/Helpers/InputMask/components/InputMaskLabel.d.ts +18 -0
  786. package/Helpers/InputMask/index.d.ts +5 -0
  787. package/Helpers/LabeledText.d.ts +87 -0
  788. package/Helpers/LoadingIcon/LoadingIcon.d.ts +52 -0
  789. package/Helpers/LocationContainer/LocationSourceMode.d.ts +4 -0
  790. package/Helpers/MainMenu/AnimatedItemHide.d.ts +21 -0
  791. package/Helpers/MainMenu/BigItemBox.d.ts +7 -0
  792. package/Helpers/MainMenu/BigSpaceGap.d.ts +7 -0
  793. package/Helpers/MainMenu/ItemContent.d.ts +8 -0
  794. package/Helpers/MainMenu/ItemHideToggle.d.ts +9 -0
  795. package/Helpers/MainMenu/ItemIcon.d.ts +8 -0
  796. package/Helpers/MainMenu/ItemLevelIdent.d.ts +8 -0
  797. package/Helpers/MainMenu/ItemSeparator.d.ts +6 -0
  798. package/Helpers/MainMenu/ItemText.d.ts +10 -0
  799. package/Helpers/MainMenu/MainMenuItem.d.ts +15 -0
  800. package/Helpers/MainMenu/NavigationLink.d.ts +35 -0
  801. package/Helpers/MainMenu/OverlapRightPanel.d.ts +25 -0
  802. package/Helpers/MainMenu/SmallItemBox.d.ts +7 -0
  803. package/Helpers/MainMenu/SpaceGap.d.ts +7 -0
  804. package/Helpers/Menu/AdaptiveMenuBar.d.ts +43 -0
  805. package/Helpers/Menu/AdaptiveMenuItem.d.ts +24 -0
  806. package/Helpers/Menu/Content/AdaptiveMenuContent.d.ts +11 -0
  807. package/Helpers/Menu/Content/DesktopMenuContent.d.ts +9 -0
  808. package/Helpers/Menu/Content/MobileMenuContent.d.ts +9 -0
  809. package/Helpers/Menu/DesktopMenuBar.d.ts +10 -0
  810. package/Helpers/Menu/DesktopMenuItem.d.ts +15 -0
  811. package/Helpers/Menu/MobileMenuBar.d.ts +15 -0
  812. package/Helpers/Menu/MobileMenuItem.d.ts +14 -0
  813. package/Helpers/MessageBox/MessageBox.d.ts +98 -0
  814. package/Helpers/ModalBackdrop.d.ts +31 -0
  815. package/Helpers/ModalDialog/$DialogManagement.d.ts +11 -0
  816. package/Helpers/ModalDialog/CommonModalDialog.d.ts +42 -0
  817. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +30 -0
  818. package/Helpers/ModalDialog/EscHandler.d.ts +18 -0
  819. package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
  820. package/Helpers/ModalDialog/ModalDialog.d.ts +38 -0
  821. package/Helpers/ModalDialog/ModalDialogBox.d.ts +41 -0
  822. package/Helpers/ModalDialog/ModalDialogButtonPanel.d.ts +28 -0
  823. package/Helpers/ModalDialog/ModalDialogCloseButton.d.ts +21 -0
  824. package/Helpers/ModalDialog/ModalDialogContent.d.ts +21 -0
  825. package/Helpers/ModalDialog/ModalDialogHeader.d.ts +21 -0
  826. package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
  827. package/Helpers/ModalDialog/ModalDialogTopBorder.d.ts +17 -0
  828. package/Helpers/ModalDialog/ScrollableModal.d.ts +44 -0
  829. package/Helpers/ModalDialog/ScrollableModalArea.d.ts +9 -0
  830. package/Helpers/ModalHost.d.ts +63 -0
  831. package/Helpers/ModalSidebar/ModalSidebar.d.ts +49 -0
  832. package/Helpers/ModalSidebar/ModalSidebarCloseButton.d.ts +18 -0
  833. package/Helpers/ModalSidebar/ModalSidebarHeader.d.ts +18 -0
  834. package/Helpers/PopoverHelpers/ClosePopoverListener.d.ts +24 -0
  835. package/Helpers/PopoverHelpers/CommonPopover.d.ts +25 -0
  836. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +107 -0
  837. package/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps.d.ts +60 -0
  838. package/Helpers/PopoverHelpers/EditPopover/IEditPopoverState.d.ts +36 -0
  839. package/Helpers/PopoverHelpers/InlineDropdownPopover.d.ts +42 -0
  840. package/Helpers/PopoverHelpers/Popover.d.ts +190 -0
  841. package/Helpers/PopoverHelpers/PopoverAcceptButton.d.ts +35 -0
  842. package/Helpers/PopoverHelpers/PopoverBox.d.ts +22 -0
  843. package/Helpers/PopoverHelpers/PopoverCancelButton.d.ts +35 -0
  844. package/Helpers/PopoverHelpers/PopoverCloseButton.d.ts +32 -0
  845. package/Helpers/PopoverHelpers/PopoverContent.d.ts +28 -0
  846. package/Helpers/PopoverHelpers/PopoverHead.d.ts +28 -0
  847. package/Helpers/PopoverHelpers/PopoverOverflowContent.d.ts +27 -0
  848. package/Helpers/PopoverHelpers/PopoverProcess.d.ts +11 -0
  849. package/Helpers/PopoverHelpers/PopoverTitle.d.ts +28 -0
  850. package/Helpers/Proclamation.d.ts +6 -0
  851. package/Helpers/QuickSearchLogic.d.ts +17 -0
  852. package/Helpers/ReactList/ReactList.d.ts +182 -0
  853. package/Helpers/ReactList/ReactListDynamic.d.ts +134 -0
  854. package/Helpers/ReactList/ReactListInfiniteScroll.d.ts +97 -0
  855. package/Helpers/RerenderHost.d.ts +14 -0
  856. package/Helpers/Ribbon/Ribbon.d.ts +13 -0
  857. package/Helpers/Ribbon/RibbonButton.d.ts +15 -0
  858. package/Helpers/Ribbon/RibbonGroup.d.ts +14 -0
  859. package/Helpers/SearchBar.d.ts +49 -0
  860. package/Helpers/SearchBar.stories.d.ts +8 -0
  861. package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +37 -0
  862. package/Helpers/SoftHyphenized.d.ts +21 -0
  863. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +18 -0
  864. package/Helpers/Sortable/Sortable.d.ts +177 -0
  865. package/Helpers/Sortable/SortableItems.d.ts +54 -0
  866. package/Helpers/StackingModal.d.ts +25 -0
  867. package/Helpers/StopEventPropagation.d.ts +3 -0
  868. package/Helpers/SvgIcons/LinksLoaderImage.d.ts +15 -0
  869. package/Helpers/SvgIcons/LoaderGradient.d.ts +2 -0
  870. package/Helpers/SvgIcons/RightArrowIcon.d.ts +19 -0
  871. package/Helpers/SvgIcons/SvgWrapper.d.ts +33 -0
  872. package/Helpers/SvgIcons/TasksDigestLoaderImage.d.ts +14 -0
  873. package/Helpers/SvgIcons/TasksFullLoaderImage.d.ts +13 -0
  874. package/Helpers/Table/TableHelper.d.ts +25 -0
  875. package/Helpers/Table/TableHelperHeaderRow.d.ts +31 -0
  876. package/Helpers/Table/TableHelperRow.d.ts +37 -0
  877. package/Helpers/TabsNavPanel.d.ts +51 -0
  878. package/Helpers/TextInput.d.ts +24 -0
  879. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  880. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  881. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  882. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  883. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  884. package/Helpers/Tree/Data/ClientModels/ITreeNodeData.d.ts +12 -0
  885. package/Helpers/Tree/Data/ClientModels/TreeNode.d.ts +20 -0
  886. package/Helpers/Tree/ITreeBaseProps.d.ts +39 -0
  887. package/Helpers/Tree/ITreeBaseState.d.ts +8 -0
  888. package/Helpers/Tree/Tree.d.ts +8 -0
  889. package/Helpers/Tree/TreeBase.d.ts +64 -0
  890. package/Helpers/Typeahead/ITypeaheadProps.d.ts +89 -0
  891. package/Helpers/Typeahead/ITypeaheadState.d.ts +27 -0
  892. package/Helpers/Typeahead/Models/ITypeaheadSearchQuery.d.ts +9 -0
  893. package/Helpers/Typeahead/Models/ITypeaheadSearchResult.d.ts +6 -0
  894. package/Helpers/Typeahead/Models/ITypeaheadVariant.d.ts +12 -0
  895. package/Helpers/Typeahead/Models/TypeaheadItem.d.ts +15 -0
  896. package/Helpers/Typeahead/Typeahead.d.ts +58 -0
  897. package/Helpers/UnreadCountIndicator.d.ts +22 -0
  898. package/Helpers/UseDelay.d.ts +2 -0
  899. package/Helpers/WithMemo.d.ts +2 -0
  900. package/Legacy/$FolderViews.d.ts +8 -0
  901. package/Legacy/$Folders.d.ts +12 -0
  902. package/Legacy/$NavBar.d.ts +17 -0
  903. package/Legacy/$SearchPanel.d.ts +26 -0
  904. package/Legacy/$Sidebar.d.ts +18 -0
  905. package/Legacy/$UserMenu.d.ts +16 -0
  906. package/Legacy/ApplicationInfo.d.ts +3 -0
  907. package/Legacy/ApprovalFilePanel.d.ts +53 -0
  908. package/Legacy/ApprovalPanel.d.ts +6 -0
  909. package/Legacy/ApprovalTaskCardCompletionButtonsRazorControl.d.ts +16 -0
  910. package/Legacy/ApprovalTaskCardOperationsRazorControl.d.ts +5 -0
  911. package/Legacy/AutoCompleteItem.d.ts +9 -0
  912. package/Legacy/BaseRazorControl.d.ts +23 -0
  913. package/Legacy/BasicGridHtmlBuilder.d.ts +133 -0
  914. package/Legacy/CardInfoModel.d.ts +5 -0
  915. package/Legacy/ColumnType.d.ts +10 -0
  916. package/Legacy/CommentVersionDialog.d.ts +11 -0
  917. package/Legacy/Constants.d.ts +47 -0
  918. package/Legacy/Control.d.ts +10 -0
  919. package/Legacy/ControlBoolean.d.ts +8 -0
  920. package/Legacy/ControlFactory.d.ts +21 -0
  921. package/Legacy/ControlType.d.ts +18 -0
  922. package/Legacy/Dashboard.d.ts +6 -0
  923. package/Legacy/DateTimeFormat.d.ts +7 -0
  924. package/Legacy/DateTimePickerMvcProxy.d.ts +17 -0
  925. package/Legacy/DesktopGridHtmlBuilder.d.ts +30 -0
  926. package/Legacy/DisclosureHeader.d.ts +13 -0
  927. package/Legacy/DocumentCard.d.ts +15 -0
  928. package/Legacy/DocumentPanel.d.ts +38 -0
  929. package/Legacy/DropdownControl.d.ts +28 -0
  930. package/Legacy/EmployeeAutoComplete.d.ts +63 -0
  931. package/Legacy/EmployeesController.d.ts +11 -0
  932. package/Legacy/EncryptedInfo.d.ts +22 -0
  933. package/Legacy/ErrorNotificationType.d.ts +6 -0
  934. package/Legacy/FileController.d.ts +12 -0
  935. package/Legacy/FilePanel.d.ts +43 -0
  936. package/Legacy/FileSign.d.ts +22 -0
  937. package/Legacy/FilterSidePanel.d.ts +4 -0
  938. package/Legacy/FolderTree.d.ts +22 -0
  939. package/Legacy/FolderViewHandler.d.ts +9 -0
  940. package/Legacy/FolderViewRequest.d.ts +44 -0
  941. package/Legacy/FolderViews.d.ts +26 -0
  942. package/Legacy/Folders.d.ts +25 -0
  943. package/Legacy/FormFactor.d.ts +5 -0
  944. package/Legacy/GlobalResourcesFallback.d.ts +165 -0
  945. package/Legacy/Grid.d.ts +50 -0
  946. package/Legacy/GridLoaderHelper.d.ts +15 -0
  947. package/Legacy/GridModeService.d.ts +10 -0
  948. package/Legacy/GridOptions.d.ts +29 -0
  949. package/Legacy/GridRowSelectionService.d.ts +12 -0
  950. package/Legacy/GridRowsSelectionLogic.d.ts +30 -0
  951. package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +32 -0
  952. package/Legacy/GroupTaskCardUpdateModel.d.ts +36 -0
  953. package/Legacy/GroupTaskPerformersUpdateModel.d.ts +8 -0
  954. package/Legacy/HeaderRouteHandler.d.ts +8 -0
  955. package/Legacy/HiddenControl.d.ts +8 -0
  956. package/Legacy/IAgreementParams.d.ts +6 -0
  957. package/Legacy/IAgreementSidebarCallbacks.d.ts +16 -0
  958. package/Legacy/IAgreementStage.d.ts +6 -0
  959. package/Legacy/IControl.d.ts +8 -0
  960. package/Legacy/IEmployeeItemData.d.ts +12 -0
  961. package/Legacy/IFileCommentCallbacks.d.ts +7 -0
  962. package/Legacy/IFileInfo.d.ts +13 -0
  963. package/Legacy/IFileModel.d.ts +11 -0
  964. package/Legacy/IFilePreviewModel.d.ts +14 -0
  965. package/Legacy/IFileSignInteractionModel.d.ts +14 -0
  966. package/Legacy/IFileSingInfo.d.ts +10 -0
  967. package/Legacy/IFindEmployeeResult.d.ts +5 -0
  968. package/Legacy/IGetFilePreviewModelParams.d.ts +14 -0
  969. package/Legacy/IGridHtmlBuilder.d.ts +25 -0
  970. package/Legacy/IImageInfo.d.ts +8 -0
  971. package/Legacy/ILabelControl.d.ts +6 -0
  972. package/Legacy/ILabelTextControl.d.ts +8 -0
  973. package/Legacy/ILabelTextareaControl.d.ts +8 -0
  974. package/Legacy/ILegacyRouter.d.ts +23 -0
  975. package/Legacy/ISearchDropdown.d.ts +7 -0
  976. package/Legacy/ISignatureDataModel.d.ts +11 -0
  977. package/Legacy/ISignatureLabel.d.ts +8 -0
  978. package/Legacy/ISignatureListDataModel.d.ts +4 -0
  979. package/Legacy/ISignatureListItemAuthorDataModel.d.ts +13 -0
  980. package/Legacy/ISignatureListItemDataModel.d.ts +10 -0
  981. package/Legacy/ISignatureListItemDetailDataModel.d.ts +10 -0
  982. package/Legacy/ISignatureVerificationDataModel.d.ts +8 -0
  983. package/Legacy/ISortingColumn.d.ts +5 -0
  984. package/Legacy/ITextControl.d.ts +7 -0
  985. package/Legacy/ITextareaControl.d.ts +8 -0
  986. package/Legacy/LabelControl.d.ts +8 -0
  987. package/Legacy/LabelTextControl.d.ts +11 -0
  988. package/Legacy/LabelTextareaControl.d.ts +12 -0
  989. package/Legacy/LegacyControllers.d.ts +1 -0
  990. package/Legacy/LinkControl.d.ts +43 -0
  991. package/Legacy/MobileGridHtmlBuilder.d.ts +31 -0
  992. package/Legacy/ModalWindow.d.ts +55 -0
  993. package/Legacy/ModalWindowParams.d.ts +56 -0
  994. package/Legacy/ModalWindowType.d.ts +7 -0
  995. package/Legacy/NativeFunctions.d.ts +1 -0
  996. package/Legacy/NavBar.d.ts +18 -0
  997. package/Legacy/NavBarMode.d.ts +11 -0
  998. package/Legacy/NavBarRouteHandler.d.ts +9 -0
  999. package/Legacy/NavigatorFolderRequest.d.ts +9 -0
  1000. package/Legacy/NavigatorFolderType.d.ts +5 -0
  1001. package/Legacy/NewCardDialog.d.ts +8 -0
  1002. package/Legacy/NoBusinessCalendarCalculation.d.ts +10 -0
  1003. package/Legacy/NotFoundPage.d.ts +8 -0
  1004. package/Legacy/NumericControl.d.ts +9 -0
  1005. package/Legacy/RadioListControl.d.ts +9 -0
  1006. package/Legacy/RequestReadyStateType.d.ts +8 -0
  1007. package/Legacy/RightSidebar.d.ts +28 -0
  1008. package/Legacy/SearchDropdown.d.ts +29 -0
  1009. package/Legacy/SearchPanel.d.ts +38 -0
  1010. package/Legacy/SearchPanelRouteHandler.d.ts +20 -0
  1011. package/Legacy/SelectCardLinkDialog.d.ts +42 -0
  1012. package/Legacy/SelectCertificateDialog.d.ts +36 -0
  1013. package/Legacy/SelectControl.d.ts +9 -0
  1014. package/Legacy/SelectFolderModalDialog.d.ts +14 -0
  1015. package/Legacy/SelectNewDocumentKind.d.ts +17 -0
  1016. package/Legacy/SelectUserFolderModalDialog.d.ts +18 -0
  1017. package/Legacy/ServerErrorPage.d.ts +13 -0
  1018. package/Legacy/ServerTaskInterval.d.ts +34 -0
  1019. package/Legacy/ServerTaskIntervalManager.d.ts +36 -0
  1020. package/Legacy/Sidebar.d.ts +44 -0
  1021. package/Legacy/SidebarRouteHandler.d.ts +12 -0
  1022. package/Legacy/SignatureVerificationStatus.d.ts +10 -0
  1023. package/Legacy/StandardControllers.d.ts +5 -0
  1024. package/Legacy/StorageSetting.d.ts +5 -0
  1025. package/Legacy/TaskCardFilePanelRazorControl.d.ts +68 -0
  1026. package/Legacy/TaskCardParentGroupRazorControl.d.ts +5 -0
  1027. package/Legacy/TaskCardView.d.ts +28 -0
  1028. package/Legacy/TaskGroupCardCreatePerformers.d.ts +53 -0
  1029. package/Legacy/TaskGroupWorkStatusRazorControl.d.ts +5 -0
  1030. package/Legacy/TaskReportPanelRazorControl.d.ts +44 -0
  1031. package/Legacy/TextControl.d.ts +10 -0
  1032. package/Legacy/TextareaControl.d.ts +11 -0
  1033. package/Legacy/TraceProvider.d.ts +9 -0
  1034. package/Legacy/TrackCardChanges.d.ts +10 -0
  1035. package/Legacy/UserMenu.d.ts +24 -0
  1036. package/Legacy/Utils.d.ts +299 -0
  1037. package/Legacy/ValidationState.d.ts +6 -0
  1038. package/Legacy/VendorFallback.d.ts +1 -0
  1039. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +18 -0
  1040. package/Legacy/WebFrameSearchPanel_Razor.d.ts +7 -0
  1041. package/Legacy/legacy.d.ts +21 -0
  1042. package/Legacy/legacyRouterLoadData.d.ts +1 -0
  1043. package/Libs/CryptoPro/Crypto.d.ts +102 -0
  1044. package/Libs/FileDrop/FileDrop.d.ts +49 -0
  1045. package/MainBundle.d.ts +26 -0
  1046. package/Platform/$AggregatesCheckbox.d.ts +25 -0
  1047. package/Platform/$BatchOperations.d.ts +30 -0
  1048. package/Platform/$BatchOperationsPerformer.d.ts +11 -0
  1049. package/Platform/$BatchOperationsProgressDialog.d.ts +23 -0
  1050. package/Platform/$CacheManagement.d.ts +15 -0
  1051. package/Platform/$CommandBarManagement.d.ts +19 -0
  1052. package/Platform/$CompanyLogo.d.ts +25 -0
  1053. package/Platform/$ContentElementProvider.d.ts +10 -0
  1054. package/Platform/$ContextMenuOptions.d.ts +101 -0
  1055. package/Platform/$CurrentFolder.d.ts +23 -0
  1056. package/Platform/$EmployeeStatus.d.ts +33 -0
  1057. package/Platform/$FileDownload.d.ts +17 -0
  1058. package/Platform/$FilePreview.d.ts +10 -0
  1059. package/Platform/$FileScan.d.ts +16 -0
  1060. package/Platform/$FolderDataLoading.d.ts +35 -0
  1061. package/Platform/$FolderGrid.d.ts +37 -0
  1062. package/Platform/$FolderHelp.d.ts +13 -0
  1063. package/Platform/$FolderInfo.d.ts +8 -0
  1064. package/Platform/$FolderPluginProvider.d.ts +19 -0
  1065. package/Platform/$GridOptions.d.ts +32 -0
  1066. package/Platform/$HoverPanel.d.ts +8 -0
  1067. package/Platform/$InsideMainMenu.d.ts +4 -0
  1068. package/Platform/$LastSearchParameters.d.ts +10 -0
  1069. package/Platform/$RefreshUnreadCounters.d.ts +10 -0
  1070. package/Platform/$SaveColumns.d.ts +7 -0
  1071. package/Platform/$ScanDialog.d.ts +45 -0
  1072. package/Platform/$SearchParametersFolder.d.ts +13 -0
  1073. package/Platform/$TableManagement.d.ts +7 -0
  1074. package/Platform/$TableMode.d.ts +9 -0
  1075. package/Platform/$TablePresentationToggle.d.ts +8 -0
  1076. package/Platform/$TableRowSelection.d.ts +12 -0
  1077. package/Platform/$ToolbarActionButtons.d.ts +16 -0
  1078. package/Platform/$ToolbarDaughterControls.d.ts +20 -0
  1079. package/Platform/$UnreadBar.d.ts +12 -0
  1080. package/Platform/$UnreadCounter.d.ts +19 -0
  1081. package/Platform/$UnreadCounterNotification.d.ts +12 -0
  1082. package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
  1083. package/Platform/$WebFrameContext.d.ts +12 -0
  1084. package/Platform/$WebFrameSearchPanel.d.ts +30 -0
  1085. package/Platform/$WindowLocation.d.ts +9 -0
  1086. package/Platform/AccessInheritanceButtons.d.ts +11 -0
  1087. package/Platform/AccessListEntryRow.d.ts +14 -0
  1088. package/Platform/AccessListEntryRowFlag.d.ts +12 -0
  1089. package/Platform/AccessListEntryRowRemove.d.ts +9 -0
  1090. package/Platform/AccessListEntryTrustee.d.ts +8 -0
  1091. package/Platform/AccessListRow.d.ts +7 -0
  1092. package/Platform/AccessListTableHead.d.ts +8 -0
  1093. package/Platform/AddAndFillTableRows.d.ts +2 -0
  1094. package/Platform/AddFileToTable.d.ts +44 -0
  1095. package/Platform/AddFileToTableImpl.d.ts +34 -0
  1096. package/Platform/AddNewTrusteeRow.d.ts +9 -0
  1097. package/Platform/AggregateItemCheckbox.d.ts +12 -0
  1098. package/Platform/Aggregates.stories.d.ts +8 -0
  1099. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  1100. package/Platform/AggregatesCheckbox.d.ts +14 -0
  1101. package/Platform/AggregatesCheckboxPlugins.d.ts +12 -0
  1102. package/Platform/AggregatesCheckboxService.d.ts +52 -0
  1103. package/Platform/AggregatesExtendedData.d.ts +4 -0
  1104. package/Platform/AggregatesGroup.d.ts +13 -0
  1105. package/Platform/AggregatesListItem.d.ts +5 -0
  1106. package/Platform/AggregatesNotAvailable.d.ts +6 -0
  1107. package/Platform/AggregatesPanelHeader.d.ts +9 -0
  1108. package/Platform/AggregatesRequestResolver.d.ts +12 -0
  1109. package/Platform/AggregatesResponseResolver.d.ts +10 -0
  1110. package/Platform/AggregatesTree.d.ts +17 -0
  1111. package/Platform/AggregatesTreeLoader.d.ts +2 -0
  1112. package/Platform/AggregatesUtils.d.ts +5 -0
  1113. package/Platform/ApplyCurrentSettings.d.ts +8 -0
  1114. package/Platform/ApprovalVisualization.d.ts +10 -0
  1115. package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
  1116. package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
  1117. package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
  1118. package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
  1119. package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
  1120. package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
  1121. package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
  1122. package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
  1123. package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
  1124. package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
  1125. package/Platform/ApprovalVisualizationView.d.ts +17 -0
  1126. package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
  1127. package/Platform/ArchivedCardsIcon.d.ts +7 -0
  1128. package/Platform/ArchivedCardsPlugin.d.ts +4 -0
  1129. package/Platform/ArchivedCardsResponseResolver.d.ts +23 -0
  1130. package/Platform/AutoConsolidation.d.ts +39 -0
  1131. package/Platform/AutoConsolidationImpl.d.ts +33 -0
  1132. package/Platform/BarcodeRouteTypeMapper.d.ts +10 -0
  1133. package/Platform/BarcodeSearchButton.d.ts +18 -0
  1134. package/Platform/BarcodeSearchButtonImpl.d.ts +46 -0
  1135. package/Platform/BaseMainMenuItem.d.ts +78 -0
  1136. package/Platform/BaseMainMenuItemImpl.d.ts +37 -0
  1137. package/Platform/BaseNavigationMainMenuItem.d.ts +20 -0
  1138. package/Platform/BaseNavigationMainMenuItemImpl.d.ts +18 -0
  1139. package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +16 -0
  1140. package/Platform/BatchOperationErrorInfo.d.ts +6 -0
  1141. package/Platform/BatchOperationsPerformer.d.ts +10 -0
  1142. package/Platform/BatchOperationsPlugin.d.ts +4 -0
  1143. package/Platform/BatchOperationsProgressDialogService.d.ts +19 -0
  1144. package/Platform/BatchSelectionState.d.ts +20 -0
  1145. package/Platform/BatchSelectionStateImpl.d.ts +16 -0
  1146. package/Platform/Block.d.ts +51 -0
  1147. package/Platform/BlockImpl.d.ts +26 -0
  1148. package/Platform/BottomEdge.d.ts +10 -0
  1149. package/Platform/BottomEdgeBody.d.ts +4 -0
  1150. package/Platform/BottomEdgePlugin.d.ts +4 -0
  1151. package/Platform/ButtonPositionsSelection.d.ts +44 -0
  1152. package/Platform/ButtonPositionsSelectionRadioButton.d.ts +14 -0
  1153. package/Platform/CacheManagementService.d.ts +10 -0
  1154. package/Platform/CalendarIcon.d.ts +2 -0
  1155. package/Platform/CalendarInput.d.ts +10 -0
  1156. package/Platform/CanUseCssVariables.d.ts +1 -0
  1157. package/Platform/CardEditRouteTypeMapper.d.ts +11 -0
  1158. package/Platform/CardLink.d.ts +116 -0
  1159. package/Platform/CardLinkImpl.d.ts +109 -0
  1160. package/Platform/CardManagement.d.ts +54 -0
  1161. package/Platform/CardManagementImpl.d.ts +26 -0
  1162. package/Platform/CardQuotesDataStub.d.ts +19 -0
  1163. package/Platform/CardShowRouteTypeMapper.d.ts +11 -0
  1164. package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
  1165. package/Platform/CardViewRouteTypeMapper.d.ts +10 -0
  1166. package/Platform/CertificateSettings.d.ts +42 -0
  1167. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  1168. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  1169. package/Platform/CertificateSettingsView.d.ts +5 -0
  1170. package/Platform/CheckBox.d.ts +54 -0
  1171. package/Platform/CheckBoxImpl.d.ts +33 -0
  1172. package/Platform/CheckFileAllowed.d.ts +5 -0
  1173. package/Platform/CheckFilesAllowed.d.ts +2 -0
  1174. package/Platform/CheckboxHideMode.d.ts +6 -0
  1175. package/Platform/CleanEmptyAccessListEntries.d.ts +2 -0
  1176. package/Platform/ClearButton.d.ts +11 -0
  1177. package/Platform/ColorModeHandle.d.ts +5 -0
  1178. package/Platform/ColumnWidthOptions.d.ts +4 -0
  1179. package/Platform/ComboBox.d.ts +26 -0
  1180. package/Platform/ComboBoxImpl.d.ts +31 -0
  1181. package/Platform/CommentFile.d.ts +93 -0
  1182. package/Platform/CommentFileImpl.d.ts +76 -0
  1183. package/Platform/CompanyLogoService.d.ts +24 -0
  1184. package/Platform/CompleteTaskCondition.d.ts +38 -0
  1185. package/Platform/CompleteTaskConditionImpl.d.ts +15 -0
  1186. package/Platform/CompleteTaskConditionsTable.d.ts +36 -0
  1187. package/Platform/CompleteTaskConditionsTableImpl.d.ts +19 -0
  1188. package/Platform/ConfigurableMainMenuContainer.d.ts +68 -0
  1189. package/Platform/ConfigurableMainMenuContainerButton.d.ts +52 -0
  1190. package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +27 -0
  1191. package/Platform/ConfigurableMainMenuContainerImpl.d.ts +22 -0
  1192. package/Platform/ConnectPinButtonToMainMenuScript.d.ts +43 -0
  1193. package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +33 -0
  1194. package/Platform/ContentElementProviderService.d.ts +7 -0
  1195. package/Platform/ContextMenu.d.ts +54 -0
  1196. package/Platform/ContextMenuCustomPlugins.d.ts +9 -0
  1197. package/Platform/ContextMenuOptionsService.d.ts +48 -0
  1198. package/Platform/ContextMenuUtils.d.ts +5 -0
  1199. package/Platform/ConvertFolderNodeToFolderInfo.d.ts +3 -0
  1200. package/Platform/ConvertSearchValue.d.ts +1 -0
  1201. package/Platform/CopyShortcutBatchOperation.d.ts +27 -0
  1202. package/Platform/CopyShortcutBatchOperationImpl.d.ts +34 -0
  1203. package/Platform/CreateApexChartInstance.d.ts +7 -0
  1204. package/Platform/CreateDateTimePickerTheme.d.ts +2 -0
  1205. package/Platform/CreateDiagramParams.d.ts +21 -0
  1206. package/Platform/CreateFolderRequestModel.d.ts +3 -0
  1207. package/Platform/CreateSearchRequestModel.d.ts +3 -0
  1208. package/Platform/CryptoProInfo.d.ts +29 -0
  1209. package/Platform/CustomButton.d.ts +63 -0
  1210. package/Platform/CustomButtonImpl.d.ts +25 -0
  1211. package/Platform/CustomHtmlPageMainMenuItem.d.ts +25 -0
  1212. package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +14 -0
  1213. package/Platform/CustomHtmlPageRouteConstants.d.ts +7 -0
  1214. package/Platform/CustomHtmlPageRouteHandler.d.ts +10 -0
  1215. package/Platform/CustomHtmlPageRouteHelpers.d.ts +5 -0
  1216. package/Platform/CustomHtmlPageRouteTypeMapper.d.ts +11 -0
  1217. package/Platform/DVWebToolInfo.d.ts +28 -0
  1218. package/Platform/DashboardContainer.d.ts +18 -0
  1219. package/Platform/DashboardContainerImpl.d.ts +15 -0
  1220. package/Platform/DashboardRouteHelpers.d.ts +5 -0
  1221. package/Platform/DashboardRouteTypeMapper.d.ts +12 -0
  1222. package/Platform/DateFormatParsingResponseResolver.d.ts +13 -0
  1223. package/Platform/DateInput.d.ts +18 -0
  1224. package/Platform/DateTimePicker.d.ts +94 -0
  1225. package/Platform/DateTimePickerImpl.d.ts +101 -0
  1226. package/Platform/DefaultFolderDataLoader.d.ts +10 -0
  1227. package/Platform/DefaultFolderDataLoadingPluginFactory.d.ts +9 -0
  1228. package/Platform/DefaultFolderResponseResolver.d.ts +10 -0
  1229. package/Platform/DefaultFolderRouteHandler.d.ts +28 -0
  1230. package/Platform/DefaultFolderTablePluginFactory.d.ts +21 -0
  1231. package/Platform/DeleteBatchOperation.d.ts +32 -0
  1232. package/Platform/DeleteBatchOperationImpl.d.ts +25 -0
  1233. package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +11 -0
  1234. package/Platform/DepartmentRowRouteHandler.d.ts +16 -0
  1235. package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +11 -0
  1236. package/Platform/Diagram.d.ts +19 -0
  1237. package/Platform/Diagram.stories.d.ts +11 -0
  1238. package/Platform/DiagramChart.d.ts +7 -0
  1239. package/Platform/DiagramConstants.d.ts +12 -0
  1240. package/Platform/DiagramContainer.d.ts +7 -0
  1241. package/Platform/DiagramLoader.d.ts +8 -0
  1242. package/Platform/DiagramLogic.d.ts +74 -0
  1243. package/Platform/DiagramOptions.d.ts +54 -0
  1244. package/Platform/DiagramQueryParams.d.ts +10 -0
  1245. package/Platform/DiagramUtils.d.ts +12 -0
  1246. package/Platform/DiagramView.d.ts +10 -0
  1247. package/Platform/DiagramWrapper.d.ts +5 -0
  1248. package/Platform/DirectoryViewRouteHandler.d.ts +16 -0
  1249. package/Platform/DirectoryViewRouteHelpers.d.ts +1 -0
  1250. package/Platform/DirectoryViewRouteName.d.ts +1 -0
  1251. package/Platform/DirectoryViewRouteTypeMapper.d.ts +12 -0
  1252. package/Platform/DisableInheritanceModeSelectDialog.d.ts +2 -0
  1253. package/Platform/DisplayStaffUnit.d.ts +31 -0
  1254. package/Platform/DisplayStaffUnitImpl.d.ts +22 -0
  1255. package/Platform/DownloadAllTableFiles.d.ts +39 -0
  1256. package/Platform/DownloadAllTableFilesImpl.d.ts +26 -0
  1257. package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
  1258. package/Platform/DownloadDocumentFileMode.d.ts +5 -0
  1259. package/Platform/DownloadFilesBatchOperation.d.ts +39 -0
  1260. package/Platform/DownloadFilesBatchOperationImpl.d.ts +28 -0
  1261. package/Platform/DownloadTableFiles.d.ts +3 -0
  1262. package/Platform/Dropdown.d.ts +57 -0
  1263. package/Platform/Dropdown.stories.d.ts +12 -0
  1264. package/Platform/DropdownImpl.d.ts +94 -0
  1265. package/Platform/EmployeeStatusService.d.ts +36 -0
  1266. package/Platform/EmptyControlStub.d.ts +26 -0
  1267. package/Platform/EventArgs.d.ts +15 -0
  1268. package/Platform/ExistingBarcodeCardRouteHandler.d.ts +16 -0
  1269. package/Platform/ExistingCardRouteHandler.d.ts +17 -0
  1270. package/Platform/ExistingCardRouteHelpers.d.ts +4 -0
  1271. package/Platform/ExistingCardRouteNames.d.ts +3 -0
  1272. package/Platform/ExistingRowRouteHandler.d.ts +16 -0
  1273. package/Platform/ExistingRowRouteHelpers.d.ts +4 -0
  1274. package/Platform/ExistingRowRouteNames.d.ts +2 -0
  1275. package/Platform/ExportESignButton.d.ts +22 -0
  1276. package/Platform/ExportESignButtonImpl.d.ts +18 -0
  1277. package/Platform/ExportPlugin.d.ts +5 -0
  1278. package/Platform/Favorite.d.ts +25 -0
  1279. package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
  1280. package/Platform/FavoritesRouteHandler.d.ts +18 -0
  1281. package/Platform/FileDownloadService.d.ts +11 -0
  1282. package/Platform/FileDropzone.d.ts +16 -0
  1283. package/Platform/FileExtensions.d.ts +20 -0
  1284. package/Platform/FileInput.d.ts +13 -0
  1285. package/Platform/FilePicker.d.ts +172 -0
  1286. package/Platform/FilePickerImpl.d.ts +126 -0
  1287. package/Platform/FilePickerMenu.d.ts +18 -0
  1288. package/Platform/FilePickerMenuItemsView.d.ts +25 -0
  1289. package/Platform/FilePickerOperations.d.ts +22 -0
  1290. package/Platform/FilePickerOperationsAvailability.d.ts +19 -0
  1291. package/Platform/FilePickerUploadService.d.ts +10 -0
  1292. package/Platform/FilePickerValueView.d.ts +15 -0
  1293. package/Platform/FilePreview.d.ts +127 -0
  1294. package/Platform/FilePreviewImpl.d.ts +113 -0
  1295. package/Platform/FileScanService.d.ts +17 -0
  1296. package/Platform/FileUploadService.d.ts +6 -0
  1297. package/Platform/FileVersionDialog.d.ts +38 -0
  1298. package/Platform/FileVersionsLoaded.d.ts +2 -0
  1299. package/Platform/FileVersionsTable.d.ts +9 -0
  1300. package/Platform/FilterBoolean.d.ts +6 -0
  1301. package/Platform/FilterDate.d.ts +13 -0
  1302. package/Platform/FilterDateRangePicker.d.ts +8 -0
  1303. package/Platform/FilterDateTextListInput.d.ts +7 -0
  1304. package/Platform/FilterViews.d.ts +3 -0
  1305. package/Platform/FilteringExtendedData.d.ts +5 -0
  1306. package/Platform/FilteringRequestResolver.d.ts +15 -0
  1307. package/Platform/FilteringResponseResolver.d.ts +14 -0
  1308. package/Platform/FocusableTextInput.d.ts +8 -0
  1309. package/Platform/Folder.d.ts +77 -0
  1310. package/Platform/FolderAsWebPageRouteHandler.d.ts +10 -0
  1311. package/Platform/FolderCardsDashboardWidget.d.ts +40 -0
  1312. package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
  1313. package/Platform/FolderCardsDashboardWidgetImpl.d.ts +40 -0
  1314. package/Platform/FolderContent.d.ts +53 -0
  1315. package/Platform/FolderCountersRouteHandler.d.ts +29 -0
  1316. package/Platform/FolderDashboardWidget.d.ts +40 -0
  1317. package/Platform/FolderDashboardWidgetImpl.d.ts +21 -0
  1318. package/Platform/FolderDataContext.d.ts +47 -0
  1319. package/Platform/FolderDataContextImpl.d.ts +39 -0
  1320. package/Platform/FolderDataLoadingService.d.ts +53 -0
  1321. package/Platform/FolderGrid.d.ts +73 -0
  1322. package/Platform/FolderGrid.stories.d.ts +17 -0
  1323. package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
  1324. package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +16 -0
  1325. package/Platform/FolderGridConstants.d.ts +7 -0
  1326. package/Platform/FolderGridImpl.d.ts +40 -0
  1327. package/Platform/FolderGridService.d.ts +56 -0
  1328. package/Platform/FolderGridServiceUtils.d.ts +1 -0
  1329. package/Platform/FolderGroupDashboardWidget.d.ts +42 -0
  1330. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +25 -0
  1331. package/Platform/FolderHelpButton.d.ts +7 -0
  1332. package/Platform/FolderHelpDialog.d.ts +9 -0
  1333. package/Platform/FolderHelpPaths.d.ts +2 -0
  1334. package/Platform/FolderHelpPlugins.d.ts +10 -0
  1335. package/Platform/FolderHelpService.d.ts +10 -0
  1336. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  1337. package/Platform/FolderImpl.d.ts +53 -0
  1338. package/Platform/FolderMainMenuItem.d.ts +145 -0
  1339. package/Platform/FolderMainMenuItemImpl.d.ts +59 -0
  1340. package/Platform/FolderMainMenuItemRouteHandler.d.ts +27 -0
  1341. package/Platform/FolderManagementAdaptiveMenu.d.ts +9 -0
  1342. package/Platform/FolderManagementData.d.ts +46 -0
  1343. package/Platform/FolderManagementDialog.d.ts +24 -0
  1344. package/Platform/FolderName.d.ts +23 -0
  1345. package/Platform/FolderNameImpl.d.ts +16 -0
  1346. package/Platform/FolderOperationManager.d.ts +54 -0
  1347. package/Platform/FolderPageRouteHandler.d.ts +17 -0
  1348. package/Platform/FolderPageRouteHelpers.d.ts +8 -0
  1349. package/Platform/FolderPluginProvider.d.ts +16 -0
  1350. package/Platform/FolderRouteHelpers.d.ts +15 -0
  1351. package/Platform/FolderRouteParameters.d.ts +5 -0
  1352. package/Platform/FolderRouteTypeMapper.d.ts +17 -0
  1353. package/Platform/FolderSizePlugin.d.ts +11 -0
  1354. package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
  1355. package/Platform/FolderSizeResponseResolver.d.ts +10 -0
  1356. package/Platform/FolderTypeDialog.d.ts +14 -0
  1357. package/Platform/FolderTypeItems.d.ts +25 -0
  1358. package/Platform/FolderTypeItems.stories.d.ts +9 -0
  1359. package/Platform/FolderTypeItemsImpl.d.ts +52 -0
  1360. package/Platform/FolderViewItems.d.ts +26 -0
  1361. package/Platform/FolderViewItems.stories.d.ts +9 -0
  1362. package/Platform/FolderViewItemsImpl.d.ts +338 -0
  1363. package/Platform/FolderWebFrameRouteHandler.d.ts +21 -0
  1364. package/Platform/FormatFileVersion.d.ts +3 -0
  1365. package/Platform/FormatNumberToCulture.d.ts +8 -0
  1366. package/Platform/FormatNumberToCultureString.d.ts +8 -0
  1367. package/Platform/FormatSearchQueryParams.d.ts +2 -0
  1368. package/Platform/GetArrayWidth.d.ts +2 -0
  1369. package/Platform/GetDiagramType.d.ts +6 -0
  1370. package/Platform/GetFileExtension.d.ts +1 -0
  1371. package/Platform/GetFlagEntry.d.ts +3 -0
  1372. package/Platform/GetFlagState.d.ts +3 -0
  1373. package/Platform/GetInheritanceMode.d.ts +4 -0
  1374. package/Platform/GetSortByRequest.d.ts +3 -0
  1375. package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
  1376. package/Platform/GridFilterItem.d.ts +54 -0
  1377. package/Platform/GridFilterItemImpl.d.ts +21 -0
  1378. package/Platform/GridFilterItems.d.ts +24 -0
  1379. package/Platform/GridFilterItemsImpl.d.ts +10 -0
  1380. package/Platform/GridFilterResetButton.d.ts +31 -0
  1381. package/Platform/GridManagement.d.ts +8 -0
  1382. package/Platform/GridOperationsPanel.d.ts +26 -0
  1383. package/Platform/GridOperationsPanelImpl.d.ts +28 -0
  1384. package/Platform/GridOperationsService.d.ts +13 -0
  1385. package/Platform/GridRowModel.d.ts +31 -0
  1386. package/Platform/GroupAccessControlEntriesByTrustee.d.ts +3 -0
  1387. package/Platform/GroupFoldersMainMenuItem.d.ts +25 -0
  1388. package/Platform/GroupFoldersMainMenuItemImpl.d.ts +12 -0
  1389. package/Platform/GroupMainMenuItem.d.ts +43 -0
  1390. package/Platform/GroupMainMenuItemImpl.d.ts +21 -0
  1391. package/Platform/GroupingRequestResolver.d.ts +12 -0
  1392. package/Platform/GroupingResponseResolver.d.ts +17 -0
  1393. package/Platform/HoverPanelService.d.ts +5 -0
  1394. package/Platform/HtmlTag.d.ts +36 -0
  1395. package/Platform/HtmlView.d.ts +73 -0
  1396. package/Platform/IActiveTabChangeEventArgs.d.ts +4 -0
  1397. package/Platform/IAggregates.d.ts +44 -0
  1398. package/Platform/IBarcodeRouteData.d.ts +8 -0
  1399. package/Platform/IComboBoxItem.d.ts +5 -0
  1400. package/Platform/IComboBoxVariant.d.ts +4 -0
  1401. package/Platform/ICommonFolderInfo.d.ts +17 -0
  1402. package/Platform/ICompleteTaskCondition.d.ts +13 -0
  1403. package/Platform/ICustomHtmlPageRouteData.d.ts +6 -0
  1404. package/Platform/IDateFormatColumnData.d.ts +12 -0
  1405. package/Platform/IDiagramModels.d.ts +129 -0
  1406. package/Platform/IDirectoryViewRouteData.d.ts +7 -0
  1407. package/Platform/IExistingCardRouteData.d.ts +10 -0
  1408. package/Platform/IExistingRowRouteData.d.ts +10 -0
  1409. package/Platform/IFavoritesPageRouteData.d.ts +6 -0
  1410. package/Platform/IFavoritesRouteData.d.ts +7 -0
  1411. package/Platform/IFileDownloadEventArgs.d.ts +6 -0
  1412. package/Platform/IFileEventArgs.d.ts +6 -0
  1413. package/Platform/IFileHasSignature.d.ts +4 -0
  1414. package/Platform/IFileInfo.d.ts +5 -0
  1415. package/Platform/IFilePicker.d.ts +12 -0
  1416. package/Platform/IFilePickerUploadService.d.ts +18 -0
  1417. package/Platform/IFilePickerValue.d.ts +5 -0
  1418. package/Platform/IFileUploadService.d.ts +16 -0
  1419. package/Platform/IFilterComponent.d.ts +29 -0
  1420. package/Platform/IFolderContentState.d.ts +12 -0
  1421. package/Platform/IFolderDataLoader.d.ts +7 -0
  1422. package/Platform/IFolderDataLoadingPlugin.d.ts +17 -0
  1423. package/Platform/IFolderLoadRequest.d.ts +11 -0
  1424. package/Platform/IFolderPageRouteData.d.ts +8 -0
  1425. package/Platform/IFolderPluginFactory.d.ts +12 -0
  1426. package/Platform/IFolderRouteData.d.ts +15 -0
  1427. package/Platform/IFolderToCountOptions.d.ts +5 -0
  1428. package/Platform/IFoldersToCountData.d.ts +16 -0
  1429. package/Platform/IGridFilterItemControl.d.ts +17 -0
  1430. package/Platform/ILayoutPageRouteData.d.ts +10 -0
  1431. package/Platform/ILocalCounter.d.ts +10 -0
  1432. package/Platform/INewCardRouteData.d.ts +7 -0
  1433. package/Platform/INewRowRouteData.d.ts +6 -0
  1434. package/Platform/IQueryConditionControl.d.ts +16 -0
  1435. package/Platform/IRecentCardsPageRouteData.d.ts +6 -0
  1436. package/Platform/IRecentCardsRouteData.d.ts +8 -0
  1437. package/Platform/IRowEventArgs.d.ts +3 -0
  1438. package/Platform/IRowInfo.d.ts +8 -0
  1439. package/Platform/ISavingButtonClickEventArgs.d.ts +4 -0
  1440. package/Platform/ISearchResultPageRouteData.d.ts +6 -0
  1441. package/Platform/ISearchRouteData.d.ts +10 -0
  1442. package/Platform/IServerDefinedRouteData.d.ts +12 -0
  1443. package/Platform/ISimpleRouteData.d.ts +12 -0
  1444. package/Platform/ITableOperation.d.ts +5 -0
  1445. package/Platform/ITableRowColorPlugin.d.ts +7 -0
  1446. package/Platform/ITableRowModel.d.ts +9 -0
  1447. package/Platform/ITableWrapper.d.ts +6 -0
  1448. package/Platform/IUnreadCountersData.d.ts +10 -0
  1449. package/Platform/IUnreadRowData.d.ts +19 -0
  1450. package/Platform/Image.d.ts +59 -0
  1451. package/Platform/ImageFormat.d.ts +7 -0
  1452. package/Platform/ImageImpl.d.ts +45 -0
  1453. package/Platform/ImageModel.d.ts +6 -0
  1454. package/Platform/ImageSize.d.ts +51 -0
  1455. package/Platform/ImageType.d.ts +7 -0
  1456. package/Platform/ImageUtils.d.ts +1 -0
  1457. package/Platform/InputWithMask.d.ts +18 -0
  1458. package/Platform/Label.d.ts +24 -0
  1459. package/Platform/LabelImpl.d.ts +17 -0
  1460. package/Platform/LastSearchParametersService.d.ts +11 -0
  1461. package/Platform/LayoutIconButton.d.ts +33 -0
  1462. package/Platform/LayoutIconButtonImpl.d.ts +21 -0
  1463. package/Platform/LayoutPageMainMenuItem.d.ts +35 -0
  1464. package/Platform/LayoutPageMainMenuItemImpl.d.ts +14 -0
  1465. package/Platform/LayoutPageRouteConstants.d.ts +10 -0
  1466. package/Platform/LayoutPageRouteHandler.d.ts +14 -0
  1467. package/Platform/LayoutPageRouteHelpers.d.ts +6 -0
  1468. package/Platform/LayoutPageRouteTypeMapper.d.ts +11 -0
  1469. package/Platform/LayoutParameters.d.ts +1 -0
  1470. package/Platform/LayoutSearchParametersDialog.d.ts +21 -0
  1471. package/Platform/LinkMainMenuItem.d.ts +36 -0
  1472. package/Platform/LinkMainMenuItemImpl.d.ts +20 -0
  1473. package/Platform/ListCheckbox.d.ts +6 -0
  1474. package/Platform/ListContent.d.ts +8 -0
  1475. package/Platform/ListContentHightlight.d.ts +9 -0
  1476. package/Platform/ListEmpty.d.ts +6 -0
  1477. package/Platform/ListEmptySearchIcon.d.ts +6 -0
  1478. package/Platform/ListInput.d.ts +8 -0
  1479. package/Platform/ListItem.d.ts +6 -0
  1480. package/Platform/ListLoading.d.ts +6 -0
  1481. package/Platform/ListSearchIcon.d.ts +6 -0
  1482. package/Platform/ListSlot.d.ts +7 -0
  1483. package/Platform/ListTotalItem.d.ts +8 -0
  1484. package/Platform/ListViewResponseResolver.d.ts +13 -0
  1485. package/Platform/LoadApexLibrary.d.ts +1 -0
  1486. package/Platform/LoadExistingFolderDataLoader.d.ts +9 -0
  1487. package/Platform/LoaderDialog.d.ts +20 -0
  1488. package/Platform/LoadingMorePlaceholder.d.ts +5 -0
  1489. package/Platform/MainMenu.d.ts +38 -0
  1490. package/Platform/MainMenuImpl.d.ts +18 -0
  1491. package/Platform/MainMenuPinButton.d.ts +52 -0
  1492. package/Platform/MainMenuRouteHandler.d.ts +11 -0
  1493. package/Platform/MasterGroupMainMenuItem.d.ts +46 -0
  1494. package/Platform/MasterGroupMainMenuItemImpl.d.ts +18 -0
  1495. package/Platform/MoveShortcutBatchOperation.d.ts +28 -0
  1496. package/Platform/MoveShortcutBatchOperationImpl.d.ts +34 -0
  1497. package/Platform/NavigationRoute.d.ts +8 -0
  1498. package/Platform/NewAccessListEntryRow.d.ts +9 -0
  1499. package/Platform/NewAccessListEntryTrusteeSelect.d.ts +9 -0
  1500. package/Platform/NewCardRouteHandler.d.ts +14 -0
  1501. package/Platform/NewCardRouteHelpers.d.ts +3 -0
  1502. package/Platform/NewCardRouteName.d.ts +5 -0
  1503. package/Platform/NewCardRouteTypeMapper.d.ts +15 -0
  1504. package/Platform/NewDepartmentRowRouteHandler.d.ts +14 -0
  1505. package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +12 -0
  1506. package/Platform/NewOrganizationRowRouteHandler.d.ts +14 -0
  1507. package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +12 -0
  1508. package/Platform/NewRowRouteHandler.d.ts +14 -0
  1509. package/Platform/NewRowRouteHelpers.d.ts +2 -0
  1510. package/Platform/NewRowRouteName.d.ts +1 -0
  1511. package/Platform/NewRowRouteTypeMapper.d.ts +15 -0
  1512. package/Platform/NoBatchOperationsMessage.d.ts +22 -0
  1513. package/Platform/NoBatchOperationsMessageImpl.d.ts +18 -0
  1514. package/Platform/Number.d.ts +39 -0
  1515. package/Platform/NumberImpl.d.ts +54 -0
  1516. package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +11 -0
  1517. package/Platform/OrganizationRowRouteHandler.d.ts +16 -0
  1518. package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +11 -0
  1519. package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +8 -0
  1520. package/Platform/Panel.d.ts +58 -0
  1521. package/Platform/PanelImpl.d.ts +31 -0
  1522. package/Platform/ParseModel.d.ts +4 -0
  1523. package/Platform/PlatformConstants.d.ts +15 -0
  1524. package/Platform/PlatformExtension.d.ts +15 -0
  1525. package/Platform/PlatformModeConditionTypes.d.ts +5 -0
  1526. package/Platform/PrepareGridOptions.d.ts +3 -0
  1527. package/Platform/PrepareGridViewModel.d.ts +19 -0
  1528. package/Platform/QueryCondition.d.ts +65 -0
  1529. package/Platform/QueryCondition.stories.d.ts +5 -0
  1530. package/Platform/QueryConditionImpl.d.ts +17 -0
  1531. package/Platform/QueryConditionsTable.d.ts +18 -0
  1532. package/Platform/QueryConditionsTableImpl.d.ts +14 -0
  1533. package/Platform/Quotes.d.ts +18 -0
  1534. package/Platform/Quotes.stories.d.ts +8 -0
  1535. package/Platform/QuotesButtonMore.d.ts +6 -0
  1536. package/Platform/QuotesHighlight.d.ts +10 -0
  1537. package/Platform/QuotesInner.d.ts +6 -0
  1538. package/Platform/QuotesItem.d.ts +15 -0
  1539. package/Platform/QuotesLogic.d.ts +47 -0
  1540. package/Platform/QuotesModal.d.ts +14 -0
  1541. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  1542. package/Platform/QuotesModalQuote.d.ts +8 -0
  1543. package/Platform/QuotesPlugins.d.ts +4 -0
  1544. package/Platform/QuotesView.d.ts +16 -0
  1545. package/Platform/QuotesWrapper.d.ts +6 -0
  1546. package/Platform/RadioGroup.d.ts +42 -0
  1547. package/Platform/RadioGroupImpl.d.ts +27 -0
  1548. package/Platform/ReadAllPlugin.d.ts +10 -0
  1549. package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
  1550. package/Platform/ReadAllResponseResolver.d.ts +10 -0
  1551. package/Platform/ReadBatchOperation.d.ts +34 -0
  1552. package/Platform/ReadBatchOperationImpl.d.ts +22 -0
  1553. package/Platform/RecentCardsDashboardWidget.d.ts +30 -0
  1554. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +18 -0
  1555. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +39 -0
  1556. package/Platform/RecentCardsPageRouteHandler.d.ts +18 -0
  1557. package/Platform/RecentCardsRouteHandler.d.ts +20 -0
  1558. package/Platform/RedirectRouteTypeMapper.d.ts +10 -0
  1559. package/Platform/RefreshFoldersTreeButton.d.ts +41 -0
  1560. package/Platform/RefreshPlugin.d.ts +5 -0
  1561. package/Platform/RefreshUnreadCountersService.d.ts +13 -0
  1562. package/Platform/RemoveTrusteeRow.d.ts +10 -0
  1563. package/Platform/ResetSettings.d.ts +35 -0
  1564. package/Platform/RightMainMenuItemPanel.d.ts +21 -0
  1565. package/Platform/RightMainMenuItemPanelImpl.d.ts +15 -0
  1566. package/Platform/RotateDirection.d.ts +22 -0
  1567. package/Platform/RouteUtils.d.ts +1 -0
  1568. package/Platform/RowContainer.d.ts +23 -0
  1569. package/Platform/RowContainerImpl.d.ts +14 -0
  1570. package/Platform/RowEditRouteTypeMapper.d.ts +14 -0
  1571. package/Platform/RowViewRouteTypeMapper.d.ts +10 -0
  1572. package/Platform/SafariAddressBarFixRouteHandler.d.ts +9 -0
  1573. package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
  1574. package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
  1575. package/Platform/SaveColumnsService.d.ts +9 -0
  1576. package/Platform/SaveColumnsServiceProvider.d.ts +7 -0
  1577. package/Platform/SavingButton.d.ts +4 -0
  1578. package/Platform/SavingButtons.d.ts +56 -0
  1579. package/Platform/SavingButtonsImpl.d.ts +27 -0
  1580. package/Platform/ScanButton.d.ts +28 -0
  1581. package/Platform/ScanButtonImpl.d.ts +26 -0
  1582. package/Platform/ScanDialogService.d.ts +63 -0
  1583. package/Platform/ScanOptions.d.ts +15 -0
  1584. package/Platform/ScanRequest.d.ts +7 -0
  1585. package/Platform/ScanRequestResult.d.ts +5 -0
  1586. package/Platform/ScrollTopBottom.d.ts +11 -0
  1587. package/Platform/ScrollTopBottomButtons.d.ts +10 -0
  1588. package/Platform/ScrollTopBottomLogic.d.ts +32 -0
  1589. package/Platform/ScrollTopBottomPlugin.d.ts +4 -0
  1590. package/Platform/SearchInfoExtendedData.d.ts +4 -0
  1591. package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
  1592. package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
  1593. package/Platform/SearchParametersFolderService.d.ts +12 -0
  1594. package/Platform/SearchRequestResolver.d.ts +12 -0
  1595. package/Platform/SearchResponseResolver.d.ts +11 -0
  1596. package/Platform/SearchResultPageRouteHandler.d.ts +21 -0
  1597. package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
  1598. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
  1599. package/Platform/SearchResultsItem.d.ts +14 -0
  1600. package/Platform/SearchResultsLoader.d.ts +2 -0
  1601. package/Platform/SearchResultsMainMenuItem.d.ts +24 -0
  1602. package/Platform/SearchResultsRequestResolver.d.ts +20 -0
  1603. package/Platform/SearchResultsResponseResolver.d.ts +12 -0
  1604. package/Platform/SearchRouteHandler.d.ts +20 -0
  1605. package/Platform/SearchTextInput.d.ts +6 -0
  1606. package/Platform/SearchingResults.d.ts +52 -0
  1607. package/Platform/SearchingResultsImpl.d.ts +33 -0
  1608. package/Platform/SecurityDescriptorDialog.d.ts +66 -0
  1609. package/Platform/SecurityDescriptorDialog.stories.d.ts +10 -0
  1610. package/Platform/SecurityDescriptorDialogLogic.d.ts +65 -0
  1611. package/Platform/SecurityDialogFrame.d.ts +19 -0
  1612. package/Platform/SecurityDialogMessage.d.ts +5 -0
  1613. package/Platform/ServerDefinedRouteHandler.d.ts +21 -0
  1614. package/Platform/ServerDefinedRouteTypeMapper.d.ts +13 -0
  1615. package/Platform/SessionExpiredHandler.d.ts +27 -0
  1616. package/Platform/SetColumnsSettings.d.ts +6 -0
  1617. package/Platform/SettingsPlugin.d.ts +18 -0
  1618. package/Platform/SettingsPopup.d.ts +17 -0
  1619. package/Platform/SettingsPopup.stories.d.ts +1 -0
  1620. package/Platform/SettingsPopupCheckBoxContainer.d.ts +7 -0
  1621. package/Platform/SettingsPopupColumn.d.ts +5 -0
  1622. package/Platform/SettingsPopupExtendedData.d.ts +9 -0
  1623. package/Platform/SettingsPopupItemView.d.ts +7 -0
  1624. package/Platform/SettingsPopupLogic.d.ts +75 -0
  1625. package/Platform/SettingsPopupRequestResolver.d.ts +12 -0
  1626. package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
  1627. package/Platform/SettingsPopupRow.d.ts +5 -0
  1628. package/Platform/SettingsPopupView.d.ts +25 -0
  1629. package/Platform/ShowAllButton.d.ts +16 -0
  1630. package/Platform/ShowAllPlugins.d.ts +3 -0
  1631. package/Platform/SimpleRouteHandler.d.ts +14 -0
  1632. package/Platform/SimpleRouteTypeMapper.d.ts +13 -0
  1633. package/Platform/SortingRequestResolver.d.ts +11 -0
  1634. package/Platform/SortingResponseResolver.d.ts +12 -0
  1635. package/Platform/StaffDirectoryCardViewRouteHandler.d.ts +12 -0
  1636. package/Platform/StaffStatusActivateDialog.d.ts +7 -0
  1637. package/Platform/StaffStatusActivateDialogRouteHandler.d.ts +16 -0
  1638. package/Platform/StandardMainMenuContainer.d.ts +15 -0
  1639. package/Platform/StandardMainMenuContainerImpl.d.ts +15 -0
  1640. package/Platform/Strategies.d.ts +23 -0
  1641. package/Platform/Tab.d.ts +72 -0
  1642. package/Platform/Tab.stories.d.ts +9 -0
  1643. package/Platform/TabImpl.d.ts +45 -0
  1644. package/Platform/TabPage.d.ts +21 -0
  1645. package/Platform/TabPageImpl.d.ts +15 -0
  1646. package/Platform/TabPageInfo.d.ts +11 -0
  1647. package/Platform/Table.d.ts +157 -0
  1648. package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
  1649. package/Platform/TableCellDateFormattedPlugin.d.ts +4 -0
  1650. package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
  1651. package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
  1652. package/Platform/TableCellOpacityPlugin.d.ts +3 -0
  1653. package/Platform/TableColumn.d.ts +19 -0
  1654. package/Platform/TableColumnImpl.d.ts +21 -0
  1655. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  1656. package/Platform/TableColumnWrapper.d.ts +22 -0
  1657. package/Platform/TableCreateRowWindow.d.ts +4 -0
  1658. package/Platform/TableDataRequestOptions.d.ts +5 -0
  1659. package/Platform/TableEditRowWindow.d.ts +4 -0
  1660. package/Platform/TableFileDropzone.d.ts +15 -0
  1661. package/Platform/TableFileInput.d.ts +11 -0
  1662. package/Platform/TableImpl.d.ts +86 -0
  1663. package/Platform/TablePresentationTogglePlugins.d.ts +8 -0
  1664. package/Platform/TablePresentationToggleService.d.ts +8 -0
  1665. package/Platform/TableRowColorPlugin.d.ts +4 -0
  1666. package/Platform/TableRowColorResponseResolver.d.ts +10 -0
  1667. package/Platform/TableRowSelectionService.d.ts +22 -0
  1668. package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
  1669. package/Platform/TableRowsSelectionModel.d.ts +4 -0
  1670. package/Platform/TableSelectionRowModel.d.ts +13 -0
  1671. package/Platform/TestUtils.d.ts +29 -0
  1672. package/Platform/TextArea.d.ts +43 -0
  1673. package/Platform/TextAreaAutosize.d.ts +6 -0
  1674. package/Platform/TextAreaImpl.d.ts +56 -0
  1675. package/Platform/TextBox.d.ts +22 -0
  1676. package/Platform/TextBox.stories.d.ts +10 -0
  1677. package/Platform/TextBoxImpl.d.ts +21 -0
  1678. package/Platform/TextControlBase.d.ts +20 -0
  1679. package/Platform/TextControlBaseImpl.d.ts +23 -0
  1680. package/Platform/TextListInput.d.ts +6 -0
  1681. package/Platform/TextListInputCultureWiseParseFloat.d.ts +3 -0
  1682. package/Platform/TextListInputLogic.d.ts +59 -0
  1683. package/Platform/TextListInputView.d.ts +39 -0
  1684. package/Platform/TextListInputWrapper.d.ts +7 -0
  1685. package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
  1686. package/Platform/ToggleArrowIcon.d.ts +5 -0
  1687. package/Platform/ToggleRowAccess.d.ts +10 -0
  1688. package/Platform/Toolbar.stories.d.ts +12 -0
  1689. package/Platform/ToolbarActionButtonsService.d.ts +11 -0
  1690. package/Platform/ToolbarDaughterControl.d.ts +18 -0
  1691. package/Platform/ToolbarDaughterControlImpl.d.ts +16 -0
  1692. package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
  1693. package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
  1694. package/Platform/TransformToChartData.d.ts +6 -0
  1695. package/Platform/TrusteeEquals.d.ts +2 -0
  1696. package/Platform/UnknownCardView.d.ts +1 -0
  1697. package/Platform/UnlockCards.d.ts +30 -0
  1698. package/Platform/UnreadBarService.d.ts +17 -0
  1699. package/Platform/UnreadBarTablePlugins.d.ts +18 -0
  1700. package/Platform/UnreadCounter.d.ts +72 -0
  1701. package/Platform/UnreadCounterNotificationService.d.ts +9 -0
  1702. package/Platform/UnreadCounterRouteHandler.d.ts +17 -0
  1703. package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
  1704. package/Platform/UnreadResponseResolver.d.ts +13 -0
  1705. package/Platform/UpdateColumnsVisible.d.ts +2 -0
  1706. package/Platform/UpdateTrusteeOrder.d.ts +2 -0
  1707. package/Platform/UpdateValueCheckedColumn.d.ts +6 -0
  1708. package/Platform/Url.d.ts +34 -0
  1709. package/Platform/UserCulture.d.ts +36 -0
  1710. package/Platform/UserFolderItemWrapper.d.ts +10 -0
  1711. package/Platform/UserFoldersMainMenuItem.d.ts +65 -0
  1712. package/Platform/UserFoldersMainMenuItemImpl.d.ts +29 -0
  1713. package/Platform/UserInfo.d.ts +37 -0
  1714. package/Platform/UserProfileDialog.d.ts +33 -0
  1715. package/Platform/Utils.d.ts +3 -0
  1716. package/Platform/UtilsQuotes.d.ts +10 -0
  1717. package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
  1718. package/Platform/WebFrameBodyContainer.d.ts +20 -0
  1719. package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
  1720. package/Platform/WebFrameBodyContainerImpl.d.ts +10 -0
  1721. package/Platform/WebFrameCompanyLogo.d.ts +49 -0
  1722. package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
  1723. package/Platform/WebFrameContent.d.ts +33 -0
  1724. package/Platform/WebFrameContentContainer.d.ts +22 -0
  1725. package/Platform/WebFrameContentContainerImpl.d.ts +9 -0
  1726. package/Platform/WebFrameContentImpl.d.ts +19 -0
  1727. package/Platform/WebFrameCurrentPageName.d.ts +26 -0
  1728. package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
  1729. package/Platform/WebFrameHeaderContainer.d.ts +27 -0
  1730. package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
  1731. package/Platform/WebFrameHeaderContainerImpl.d.ts +17 -0
  1732. package/Platform/WebFrameHelpButton.d.ts +25 -0
  1733. package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
  1734. package/Platform/WebFrameMainMenuButton.d.ts +34 -0
  1735. package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
  1736. package/Platform/WebFrameMainMenuContainer.d.ts +45 -0
  1737. package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
  1738. package/Platform/WebFrameMainMenuContainerImpl.d.ts +35 -0
  1739. package/Platform/WebFrameNavigationBar.d.ts +36 -0
  1740. package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
  1741. package/Platform/WebFrameNavigationBarBackButton.d.ts +31 -0
  1742. package/Platform/WebFrameNavigationBarCreateButton.d.ts +26 -0
  1743. package/Platform/WebFrameNavigationBarImpl.d.ts +18 -0
  1744. package/Platform/WebFrameSearchPanel.d.ts +89 -0
  1745. package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
  1746. package/Platform/WebFrameSearchPanelService.d.ts +24 -0
  1747. package/Platform/WebFrameUserPanel.d.ts +74 -0
  1748. package/Platform/WebFrameUserPanel.stories.d.ts +12 -0
  1749. package/Platform/WindowLocationService.d.ts +7 -0
  1750. package/Platform/XIcon.d.ts +2 -0
  1751. package/Platform/getPreloadedLayoutModel.d.ts +2 -0
  1752. package/Platform/index.d.ts +3 -0
  1753. package/Platform/loadServerDefinedRoutes.d.ts +2 -0
  1754. package/Platform/registerSimpleRoute.d.ts +28 -0
  1755. package/RegisterControls.d.ts +1 -0
  1756. package/RegisterRouteHandlers.d.ts +1 -0
  1757. package/RegisterServices.d.ts +1 -0
  1758. package/StandardServices.d.ts +153 -0
  1759. package/StartUp.d.ts +4 -0
  1760. package/System/$CurrentDialog.d.ts +7 -0
  1761. package/System/$ExperimentalFeature.d.ts +9 -0
  1762. package/System/$FileService.d.ts +26 -0
  1763. package/System/$FolderColors.d.ts +25 -0
  1764. package/System/$LabelWidth.d.ts +9 -0
  1765. package/System/$LastSearchResponse.d.ts +27 -0
  1766. package/System/$Layout.d.ts +94 -0
  1767. package/System/$LayoutBackground.d.ts +27 -0
  1768. package/System/$LayoutCheckService.d.ts +11 -0
  1769. package/System/$LayoutControlFactory.d.ts +9 -0
  1770. package/System/$LayoutManager.d.ts +27 -0
  1771. package/System/$LocalStorage.d.ts +50 -0
  1772. package/System/$MessageBox.d.ts +27 -0
  1773. package/System/$ParentOwnerLayout.d.ts +5 -0
  1774. package/System/$PollService.d.ts +7 -0
  1775. package/System/$RealtimeCommunicationService.d.ts +23 -0
  1776. package/System/$RequestManager.d.ts +17 -0
  1777. package/System/$Router.d.ts +48 -0
  1778. package/System/$Timeout.d.ts +13 -0
  1779. package/System/$UrlResolver.d.ts +5 -0
  1780. package/System/$UrlStore.d.ts +12 -0
  1781. package/System/$WebFrameContentHeight.d.ts +14 -0
  1782. package/System/$WebSockets.d.ts +7 -0
  1783. package/System/ApiEvent.d.ts +9 -0
  1784. package/System/ApplicationSettings.d.ts +3 -0
  1785. package/System/ArrayUtils.d.ts +8 -0
  1786. package/System/BaseControl.d.ts +379 -0
  1787. package/System/BaseControlImpl.d.ts +146 -0
  1788. package/System/BaseController.d.ts +31 -0
  1789. package/System/BasicEvent.d.ts +19 -0
  1790. package/System/BasicExtension.d.ts +15 -0
  1791. package/System/BindSimpleApiEvent.d.ts +3 -0
  1792. package/System/BindingMetadataConstants.d.ts +11 -0
  1793. package/System/BlobToBase64.d.ts +1 -0
  1794. package/System/BooleanState.d.ts +20 -0
  1795. package/System/Bubbling.d.ts +4 -0
  1796. package/System/ButtonPositionsSelectionUtils.d.ts +11 -0
  1797. package/System/CancelableEvent.d.ts +28 -0
  1798. package/System/CancelableEventArgs.d.ts +71 -0
  1799. package/System/CancelableEventState.d.ts +9 -0
  1800. package/System/CardTypeResolver.d.ts +17 -0
  1801. package/System/ChangedPropertyInfo.d.ts +5 -0
  1802. package/System/CloneObject.d.ts +2 -0
  1803. package/System/ColorUtils.d.ts +9 -0
  1804. package/System/CommonBuiltInOperations.d.ts +5 -0
  1805. package/System/ControlConstructor.d.ts +11 -0
  1806. package/System/ControlContext.d.ts +3 -0
  1807. package/System/ControlImpl.d.ts +25 -0
  1808. package/System/ControlStore.d.ts +24 -0
  1809. package/System/ControlWrapperMap.d.ts +10 -0
  1810. package/System/CreateServiceStub.d.ts +2 -0
  1811. package/System/DataGridControl.d.ts +63 -0
  1812. package/System/DataLoadEvent.d.ts +7 -0
  1813. package/System/DateFormats.d.ts +13 -0
  1814. package/System/DateTimeUtils.d.ts +47 -0
  1815. package/System/Decorators.d.ts +14 -0
  1816. package/System/DecoratorsCommon.d.ts +20 -0
  1817. package/System/DefineParameterAlias.d.ts +2 -0
  1818. package/System/DefineProperty.d.ts +2 -0
  1819. package/System/DefinePropertyAlias.d.ts +2 -0
  1820. package/System/DelayUntilApiEvent.d.ts +4 -0
  1821. package/System/DirectoryBase.d.ts +70 -0
  1822. package/System/DirectoryBaseImpl.d.ts +93 -0
  1823. package/System/DirectorySelectDialog.d.ts +202 -0
  1824. package/System/DirectorySelectingMode.d.ts +5 -0
  1825. package/System/DirectoryServerModels.d.ts +57 -0
  1826. package/System/EditMode.d.ts +11 -0
  1827. package/System/EditOperationStore.d.ts +18 -0
  1828. package/System/Event.d.ts +5 -0
  1829. package/System/EventEmitter.d.ts +15 -0
  1830. package/System/EventHandlersMap.d.ts +7 -0
  1831. package/System/ExecutionOrder.d.ts +6 -0
  1832. package/System/ExperimentalFeatureService.d.ts +4 -0
  1833. package/System/ExtensionManager.d.ts +17 -0
  1834. package/System/FileService.d.ts +23 -0
  1835. package/System/FilterLogic.d.ts +30 -0
  1836. package/System/FindControlByNameOrType.d.ts +3 -0
  1837. package/System/FolderColorsService.d.ts +11 -0
  1838. package/System/GenerateTestData.d.ts +2 -0
  1839. package/System/GetBindingResult.d.ts +11 -0
  1840. package/System/GetDeviceName.d.ts +3 -0
  1841. package/System/GetError.d.ts +1 -0
  1842. package/System/GetFieldName.d.ts +15 -0
  1843. package/System/GetFunctionByName.d.ts +3 -0
  1844. package/System/GetInnerSize.d.ts +2 -0
  1845. package/System/GetRequiredLabel.d.ts +2 -0
  1846. package/System/GetViewCardUrl.d.ts +2 -0
  1847. package/System/GridAggregatesModelStub.d.ts +13 -0
  1848. package/System/GridModelStub.d.ts +105 -0
  1849. package/System/GuidUtils.d.ts +11 -0
  1850. package/System/HandleTabSelection.d.ts +34 -0
  1851. package/System/Handler.d.ts +20 -0
  1852. package/System/IApiPropertyDescriptor.d.ts +6 -0
  1853. package/System/IAsyncControlInfo.d.ts +4 -0
  1854. package/System/IBasicEvent.d.ts +11 -0
  1855. package/System/IBindingMetadata.d.ts +5 -0
  1856. package/System/IBindingResult.d.ts +14 -0
  1857. package/System/IBindingsWriteRequest.d.ts +12 -0
  1858. package/System/IBlurEventArgs.d.ts +3 -0
  1859. package/System/ICancelableEvent.d.ts +4 -0
  1860. package/System/ICancelableEventArgs.d.ts +13 -0
  1861. package/System/ICardSavingEventArgs.d.ts +5 -0
  1862. package/System/ICardStateChangingEventArgs.d.ts +4 -0
  1863. package/System/ICardTypeInfo.d.ts +11 -0
  1864. package/System/ICardTypeMap.d.ts +5 -0
  1865. package/System/ICardTypeRaw.d.ts +4 -0
  1866. package/System/ICardTypeRawMap.d.ts +5 -0
  1867. package/System/IClickEventArgs.d.ts +3 -0
  1868. package/System/ICommonResponse.d.ts +43 -0
  1869. package/System/IControlContext.d.ts +5 -0
  1870. package/System/IControlDescription.d.ts +26 -0
  1871. package/System/IControlMap.d.ts +5 -0
  1872. package/System/IControlOptions.d.ts +5 -0
  1873. package/System/IControlStoreManager.d.ts +14 -0
  1874. package/System/IControlWrapperMap.d.ts +5 -0
  1875. package/System/IDataChangedEventArgs.d.ts +10 -0
  1876. package/System/IDirectoryFilterChangeEventArgs.d.ts +4 -0
  1877. package/System/IDirectorySelectDialog.d.ts +4 -0
  1878. package/System/IEditOperation.d.ts +15 -0
  1879. package/System/IEditOperationMap.d.ts +5 -0
  1880. package/System/IEditOperationStore.d.ts +29 -0
  1881. package/System/IEventArgs.d.ts +3 -0
  1882. package/System/IExtension.d.ts +29 -0
  1883. package/System/IExtensionManager.d.ts +11 -0
  1884. package/System/IFocusEventArgs.d.ts +3 -0
  1885. package/System/IKeyboardEventArgs.d.ts +3 -0
  1886. package/System/ILayoutBootstrapperParams.d.ts +4 -0
  1887. package/System/ILayoutContainer.d.ts +48 -0
  1888. package/System/ILayoutContainerInfo.d.ts +21 -0
  1889. package/System/ILayoutContainerMap.d.ts +5 -0
  1890. package/System/ILayoutContainerParams.d.ts +25 -0
  1891. package/System/ILayoutManagerParams.d.ts +6 -0
  1892. package/System/ILayoutParams.d.ts +48 -0
  1893. package/System/ILocalizationsMap.d.ts +5 -0
  1894. package/System/IMouseOutEventArgs.d.ts +3 -0
  1895. package/System/IMouseOverEventArgs.d.ts +3 -0
  1896. package/System/INotificationModel.d.ts +6 -0
  1897. package/System/IProxyControl.d.ts +6 -0
  1898. package/System/IRealTimeCommunicationMessage.d.ts +17 -0
  1899. package/System/IRealtimeCommunicationHub.d.ts +15 -0
  1900. package/System/IRequestInfo.d.ts +5 -0
  1901. package/System/IResourcesMap.d.ts +4 -0
  1902. package/System/IRouteFamily.d.ts +6 -0
  1903. package/System/IRouteHandler.d.ts +60 -0
  1904. package/System/IRouteInfo.d.ts +23 -0
  1905. package/System/IRouteTypeMapper.d.ts +27 -0
  1906. package/System/IServiceActionParameterInfo.d.ts +5 -0
  1907. package/System/ISupportEventBubling.d.ts +22 -0
  1908. package/System/IUrlCollection.d.ts +5 -0
  1909. package/System/IUrlMap.d.ts +3 -0
  1910. package/System/IValidateEventArgs.d.ts +9 -0
  1911. package/System/IValidationParams.d.ts +5 -0
  1912. package/System/IValidationResult.d.ts +11 -0
  1913. package/System/IWebServicesConnection.d.ts +14 -0
  1914. package/System/IWebServicesInfo.d.ts +3 -0
  1915. package/System/IWebServicesRequest.d.ts +10 -0
  1916. package/System/IWebServicesResponse.d.ts +8 -0
  1917. package/System/IWebServicesService.d.ts +35 -0
  1918. package/System/IncomingLocalStorageCommunicationChannel.d.ts +43 -0
  1919. package/System/InputBasedControl.d.ts +186 -0
  1920. package/System/InputBasedControlImpl.d.ts +123 -0
  1921. package/System/IsAbsoluteOrFixedPositioned.d.ts +1 -0
  1922. package/System/KeyCodes.d.ts +11 -0
  1923. package/System/LabelWidthService.d.ts +5 -0
  1924. package/System/LastSearchResponseService.d.ts +39 -0
  1925. package/System/Layout.d.ts +172 -0
  1926. package/System/LayoutBackgroundService.d.ts +12 -0
  1927. package/System/LayoutBootstrapper.d.ts +9 -0
  1928. package/System/LayoutCardControllerStub.d.ts +21 -0
  1929. package/System/LayoutContainer.d.ts +100 -0
  1930. package/System/LayoutContextConstants.d.ts +3 -0
  1931. package/System/LayoutControlFactory.d.ts +19 -0
  1932. package/System/LayoutControlType.d.ts +6 -0
  1933. package/System/LayoutControlsAccessor.d.ts +22 -0
  1934. package/System/LayoutImpl.d.ts +37 -0
  1935. package/System/LayoutManager.d.ts +91 -0
  1936. package/System/LayoutRowControllerStub.d.ts +14 -0
  1937. package/System/LayoutScript.d.ts +22 -0
  1938. package/System/LayoutServiceMeta.d.ts +8 -0
  1939. package/System/LayoutServices.d.ts +59 -0
  1940. package/System/LayoutUtils.d.ts +4 -0
  1941. package/System/LinksSearchCardsServiceStub.d.ts +20 -0
  1942. package/System/LoadingState.d.ts +33 -0
  1943. package/System/LoadingViewWithText.d.ts +7 -0
  1944. package/System/LocalStorage.d.ts +21 -0
  1945. package/System/LocationContainerControl.d.ts +87 -0
  1946. package/System/LogErrorOnServer.d.ts +1 -0
  1947. package/System/MemoizeController.d.ts +1 -0
  1948. package/System/MessageBoxService.d.ts +17 -0
  1949. package/System/NavigationBarStub.d.ts +31 -0
  1950. package/System/NewValueIfUndefined.d.ts +4 -0
  1951. package/System/NotificationRealtimeMessage.d.ts +5 -0
  1952. package/System/NotificationType.d.ts +7 -0
  1953. package/System/NotificationTypeConverter.d.ts +3 -0
  1954. package/System/NumberCultureFormatting.d.ts +9 -0
  1955. package/System/Omit.d.ts +1 -0
  1956. package/System/OperationUtils.d.ts +9 -0
  1957. package/System/OutcomingLocalStorageCommunicationChannel.d.ts +23 -0
  1958. package/System/PageLeaveConfirmation.d.ts +11 -0
  1959. package/System/ParseModuleExportsString.d.ts +7 -0
  1960. package/System/ParseUtils.d.ts +4 -0
  1961. package/System/PluginOrder.d.ts +12 -0
  1962. package/System/Poll.d.ts +10 -0
  1963. package/System/PollService.d.ts +28 -0
  1964. package/System/PopupNotification.d.ts +113 -0
  1965. package/System/PreventPropagation.d.ts +2 -0
  1966. package/System/PrintContent.d.ts +2 -0
  1967. package/System/PromiseUtils.d.ts +6 -0
  1968. package/System/PublishAsGlobal.d.ts +1 -0
  1969. package/System/Readonly.d.ts +5 -0
  1970. package/System/Readwrite.d.ts +5 -0
  1971. package/System/RealtimeCommunicationService.d.ts +146 -0
  1972. package/System/RealtimeServerSender.d.ts +3 -0
  1973. package/System/RealtimeSubscriber.d.ts +2 -0
  1974. package/System/RenderModalContent.d.ts +8 -0
  1975. package/System/RequestHelper.d.ts +42 -0
  1976. package/System/RequestManager.d.ts +71 -0
  1977. package/System/RequestMethods.d.ts +7 -0
  1978. package/System/Resources.d.ts +4 -0
  1979. package/System/ResourcesStub.d.ts +1509 -0
  1980. package/System/RootLocationLayoutModel.d.ts +2 -0
  1981. package/System/RouteFamilySubtype.d.ts +5 -0
  1982. package/System/RouteHandleResult.d.ts +11 -0
  1983. package/System/RouteHelpers.d.ts +39 -0
  1984. package/System/RouteParameters.d.ts +3 -0
  1985. package/System/RouteRequest.d.ts +6 -0
  1986. package/System/RouteSemantics.d.ts +3 -0
  1987. package/System/RouteType.d.ts +9 -0
  1988. package/System/Router.d.ts +153 -0
  1989. package/System/Safe.d.ts +14 -0
  1990. package/System/SearchIcon.d.ts +3 -0
  1991. package/System/ServerController.d.ts +20 -0
  1992. package/System/ServerError.d.ts +17 -0
  1993. package/System/ServiceActionMetaData.d.ts +9 -0
  1994. package/System/SetupStoreWithOperation.d.ts +2 -0
  1995. package/System/ShowLayoutParams.d.ts +20 -0
  1996. package/System/SimpleEvent.d.ts +18 -0
  1997. package/System/SlideAnimation.d.ts +4 -0
  1998. package/System/StandardRouteSemantics.d.ts +13 -0
  1999. package/System/StandardRoutes.d.ts +56 -0
  2000. package/System/StateAccessor.d.ts +17 -0
  2001. package/System/StatusPointUtils.d.ts +43 -0
  2002. package/System/StorybookStory.d.ts +10 -0
  2003. package/System/StringMap.d.ts +3 -0
  2004. package/System/StringUtils.d.ts +27 -0
  2005. package/System/Summernote.d.ts +30 -0
  2006. package/System/TabStub.d.ts +13 -0
  2007. package/System/Throttle.d.ts +2 -0
  2008. package/System/TimeoutService.d.ts +6 -0
  2009. package/System/TooltipUtils.d.ts +14 -0
  2010. package/System/TryGetCardId.d.ts +4 -0
  2011. package/System/UnmountComponentAtNode.d.ts +1 -0
  2012. package/System/UrlResolver.d.ts +5 -0
  2013. package/System/UrlStore.d.ts +16 -0
  2014. package/System/Utils.d.ts +8 -0
  2015. package/System/WaitTimeout.d.ts +1 -0
  2016. package/System/WebFrameContentHeightService.d.ts +14 -0
  2017. package/System/WebFrameNavigationBarStub.d.ts +283 -0
  2018. package/System/WebFrameUtils.d.ts +3 -0
  2019. package/System/WebServicesConnection.d.ts +12 -0
  2020. package/System/WebServicesService.d.ts +28 -0
  2021. package/System/convertWebDavLinkToAbsolute.d.ts +1 -0
  2022. package/System/helpers.d.ts +22 -0
  2023. package/System/mixins.d.ts +11 -0
  2024. package/System/summernote-paste-without-formating.d.ts +10 -0
  2025. package/System/updateFolderStyle.d.ts +2 -0
  2026. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ import { IFolderDataLoadingPlugin, ResponseResolveResult } from '@docsvision/webclient/Platform/IFolderDataLoadingPlugin';
2
+ import { PluginOrder } from '@docsvision/webclient/System/PluginOrder';
3
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
4
+ import { ITableData } from '@docsvision/web/components/table/interfaces';
5
+ export declare class TableRowColorResponseResolver implements IFolderDataLoadingPlugin {
6
+ id: string;
7
+ description: string;
8
+ order: PluginOrder;
9
+ resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
10
+ }
@@ -0,0 +1,22 @@
1
+ import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { ITableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
3
+ import { ITableRowModel } from "@docsvision/webclient/Platform/ITableRowModel";
4
+ import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
5
+ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
6
+ import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
7
+ import { $CheckboxService } from "@docsvision/web/components/table/plugins/checkbox";
8
+ import { $Domain } from "@docsvision/web/core/state-management";
9
+ export declare class TableRowSelectionService implements ITableRowSelection {
10
+ private services;
11
+ private $rowSelection;
12
+ constructor(services: $CheckboxService & $Domain & $LayoutController & $LayoutManager);
13
+ get selection(): {
14
+ selectedRows: ITableRowModel[];
15
+ };
16
+ clearSelection(cardIds?: string[]): void;
17
+ selectionChanged: BasicEvent<IEventArgs>;
18
+ }
19
+ export declare type $TableRowSelectionService = {
20
+ tableRowSelection: ITableRowSelection;
21
+ };
22
+ export declare const $TableRowSelectionService: string | ((model?: $TableRowSelectionService) => ITableRowSelection);
@@ -0,0 +1,9 @@
1
+ import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
3
+ import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
4
+ import { TablePlugins } from "@docsvision/web/components/table/interfaces";
5
+ import { $CheckboxService } from "@docsvision/web/components/table/plugins/checkbox";
6
+ import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
7
+ import { $Domain } from "@docsvision/web/core/state-management";
8
+ export declare const TableRowSelectionFeature = "TableRowSelectionFeature";
9
+ export declare const TableRowSelectionServiceProvider: TablePlugins.ServiceProvider<$TableData & $TableRowSelection & $CheckboxService & $Domain & $LayoutController & $LayoutManager>;
@@ -0,0 +1,4 @@
1
+ import { ITableRowModel } from '@docsvision/webclient/Platform/ITableRowModel';
2
+ export interface TableRowsSelectionModel {
3
+ selectedRows: ITableRowModel[];
4
+ }
@@ -0,0 +1,13 @@
1
+ import { ITableRowModel } from "@docsvision/webclient/Platform/ITableRowModel";
2
+ import { IRow } from "@docsvision/web/components/table/interfaces";
3
+ export declare class TableSelectionRowModel implements ITableRowModel {
4
+ private row;
5
+ instanceId: string;
6
+ cardTypeId: string;
7
+ constructor(row: IRow);
8
+ get(columnName: string): string;
9
+ getGuid(columnName: string): string;
10
+ getBoolean(columnName: string): boolean;
11
+ getNumber(columnName: string): number;
12
+ getAvailableColumns(): string[];
13
+ }
@@ -0,0 +1,29 @@
1
+ /// <reference types="react" />
2
+ import { FolderGridParams } from "@docsvision/webclient/Platform/FolderGrid";
3
+ import { StoryParameters } from "@docsvision/webclient/System/StorybookStory";
4
+ import { $GridOptions } from '@docsvision/webclient/Platform/$GridOptions';
5
+ import { $Router } from '@docsvision/webclient/System/$Router';
6
+ import { $GridController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
7
+ import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
8
+ import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
9
+ import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
10
+ import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
11
+ import { $FolderPluginProvider } from '@docsvision/webclient/Platform/$FolderPluginProvider';
12
+ import { $Domain } from '@docsvision/web/core/state-management';
13
+ import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
14
+ import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
15
+ import { $Resources } from '@docsvision/web/core/localization/$Resources';
16
+ import { $ToolbarActionContainer } from '@docsvision/web/components/table/plugins/toolbar-action-container';
17
+ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
18
+ import { $ToolbarDaughterControls } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
19
+ import { $HoverPanel } from '@docsvision/webclient/Platform/$HoverPanel';
20
+ import { $LastSearchParameters } from '@docsvision/webclient/Platform/$LastSearchParameters';
21
+ import { $EmployeeStatus } from '@docsvision/webclient/Platform/$EmployeeStatus';
22
+ import { $IsIE } from '@docsvision/web/core/system-services/environment';
23
+ export declare let ScrollContainer:
24
+ import("styled-components").StyledComponent<"div", any, {}, never>;
25
+ export declare let ScrollContainerWrapper:
26
+ import("styled-components").StyledComponent<"div", any, {}, never>;
27
+ export declare function common(): FolderGridParams;
28
+ export declare let gridStory: (name: string, render: (services: any) => JSX.Element, params?: StoryParameters) => () => JSX.Element;
29
+ export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters & $EmployeeStatus & $IsIE;
@@ -0,0 +1,43 @@
1
+ import { $CardDataController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import { TextAreaImpl, ITextAreaState } from "@docsvision/webclient/Platform/TextAreaImpl";
4
+ import { TextControlBase, TextControlBaseParams } from "@docsvision/webclient/Platform/TextControlBase";
5
+ import { $DeviceType, $Locale } from '@docsvision/webclient/StandardServices';
6
+ import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
7
+ import { BasicApiEvent } from '@docsvision/webclient/System/ApiEvent';
8
+ import { Optional } from '@docsvision/web/core/services';
9
+ import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
10
+ export declare type $TextAreaServices = $LayoutInfo & $EditOperationStore & $Locale & $DeviceType & Optional<$LabelWidth> & Optional<$CardId> & Optional<$CardDataController>;
11
+ /**
12
+ * Содержит публичные свойства элемента управления [Текст]{@link TextArea}.
13
+ */
14
+ export declare class TextAreaParams extends TextControlBaseParams {
15
+ /** Стандартный CSS класс со стилями элемента управления. */
16
+ standardCssClass?: string;
17
+ /** Флаг, показывающий включен ли режим редактирования через HTML. */
18
+ useHtml?: boolean;
19
+ /** Значение высоты HTML-редактора. */
20
+ htmlEditorHeight?: string;
21
+ /** Значение ширины HTML-редактора. */
22
+ htmlEditorWidth?: string;
23
+ /** Максимальный размер изображения в килобайтах для режима редактирования через HTML. */
24
+ maxImageSize?: number;
25
+ className?: string;
26
+ /** Инициирует асинхронную загрузку контрола при значении true. */
27
+ asyncLoadingInfo?: GenModels.SimpleBindingInfo;
28
+ /** При асинхронной загрузке позволяет подписаться на завершение загрузки значения контрола. */
29
+ asyncLoaded?: BasicApiEvent<string>;
30
+ services?: $TextAreaServices;
31
+ }
32
+ /**
33
+ * Класс элемента управления Текст
34
+ *
35
+ * Добавляет в web-разметку элемент управления для хранения текстовой информации.
36
+ */
37
+ export declare class TextArea extends TextControlBase<TextAreaParams, ITextAreaState> {
38
+ protected createParams(): TextAreaParams;
39
+ /** @internal */
40
+ protected createImpl(): TextAreaImpl;
41
+ /** @internal */
42
+ protected getServices(): $LayoutInfo & $EditOperationStore;
43
+ }
@@ -0,0 +1,6 @@
1
+ /** @internal */
2
+ export interface ITextAreaAutosize {
3
+ autosize(el: Element): void;
4
+ }
5
+ export interface TextAreaAutosize extends ITextAreaAutosize {
6
+ }
@@ -0,0 +1,56 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
3
+ import { TextArea, TextAreaParams } from "@docsvision/webclient/Platform/TextArea";
4
+ import { TextControlBaseImpl, ITextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
5
+ import { RequestHelper } from '@docsvision/webclient/System/RequestHelper';
6
+ import React from "react";
7
+ /** @internal */
8
+ export interface ITextAreaState extends TextAreaParams, ITextControlBaseState {
9
+ asyncLoader: RequestHelper;
10
+ valueIsMultiline: boolean;
11
+ }
12
+ export interface TextAreaState extends ITextAreaState {
13
+ }
14
+ /** @internal */
15
+ export declare type TextAreaImplState = ITextAreaState;
16
+ /** @internal */
17
+ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, ITextAreaState> {
18
+ private editInPlaceLoader;
19
+ private popoverImageDisplay;
20
+ private fontSize;
21
+ constructor(props: TextAreaParams, state: ITextAreaState);
22
+ componentDidMount(): void;
23
+ componentWillUnmount(): void;
24
+ protected get useHTML(): boolean;
25
+ private removeElements;
26
+ protected init(): Promise<void>;
27
+ protected loadAsync(bindingInfo: GenModels.SimpleBindingInfo): Promise<void>;
28
+ setValue(value: string, redraw: boolean): void;
29
+ protected onInputBlur(event: React.FocusEvent): void;
30
+ private saveCard;
31
+ private shouldSaveCardWithEditInPlaceValue;
32
+ private isLayoutViewMode;
33
+ private updateSizeAndPositions;
34
+ /** Тоже что и {@link InputBasedControlParams.value} */
35
+ set value(val: string);
36
+ get value(): string;
37
+ protected onValueClick(): void;
38
+ protected valueIsMultiline(): boolean;
39
+ renderPlaceholder(): JSX.Element;
40
+ protected getCssClass(): string;
41
+ protected renderInput(): JSX.Element;
42
+ viewModeRender(): JSX.Element;
43
+ editInPlaceModeRender(): JSX.Element;
44
+ renderValueAsHtml(): JSX.Element;
45
+ protected renderInto(props: TextAreaParams, container: HTMLElement): void;
46
+ protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
47
+ protected getNumValueOfWidth(): number;
48
+ protected attachInput(inputElem: any): void;
49
+ protected attachEditInPlaceLoader: (elem: any) => void;
50
+ protected initSummernote(): Promise<void>;
51
+ private onDocumentMouseDown;
52
+ checkImageClick: (we: JQuery.Event, event: MouseEvent) => void;
53
+ onTextChange: (value: string) => void;
54
+ protected onSummernoteImageUpload(files: FileList): void;
55
+ renderControl(): {};
56
+ }
@@ -0,0 +1,22 @@
1
+ import { TextBoxImpl, ITextBoxState } from "@docsvision/webclient/Platform/TextBoxImpl";
2
+ import { TextControlBase, TextControlBaseParams } from "@docsvision/webclient/Platform/TextControlBase";
3
+ import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
4
+ /**
5
+ * Содержит публичные свойства класса [TextBox]{@link TextBox}.
6
+ */
7
+ export declare class TextBoxParams extends TextControlBaseParams {
8
+ /** Стандартный CSS класс со стилями элемента управления. */
9
+ standardCssClass?: string;
10
+ services?: $LayoutInfo & $EditOperationStore;
11
+ }
12
+ /**
13
+ * Вспомогательный контрол для редактирования текстовой информации.
14
+ */
15
+ export declare class TextBox extends TextControlBase<TextBoxParams, ITextBoxState> {
16
+ /** @internal */
17
+ protected createParams(): TextBoxParams;
18
+ /** @internal */
19
+ protected createImpl(): TextBoxImpl;
20
+ /** @internal */
21
+ protected getServices(): $LayoutInfo & $EditOperationStore;
22
+ }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { TextBox } from '@docsvision/webclient/Platform/TextBox';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof TextBox;
6
+ };
7
+ export default _default;
8
+ export declare const Edit: () => JSX.Element;
9
+ export declare const EditInPlace: () => JSX.Element;
10
+ export declare const View: () => JSX.Element;
@@ -0,0 +1,21 @@
1
+ import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
2
+ import { TextBox, TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
3
+ import { TextControlBaseImpl, ITextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
4
+ import React from "react";
5
+ /** @internal */
6
+ export interface ITextBoxState extends TextBoxParams, ITextControlBaseState {
7
+ }
8
+ export interface TextBoxState extends ITextBoxState {
9
+ }
10
+ /** @internal */
11
+ export declare type TextBoxImplState = ITextBoxState;
12
+ /** @internal */
13
+ export declare class TextBoxImpl extends TextControlBaseImpl<TextBoxParams, ITextBoxState> {
14
+ constructor(props: TextBoxParams, state: ITextBoxState);
15
+ protected renderInto(props: TextBoxParams, container: HTMLElement): void;
16
+ protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextBox>;
17
+ protected onInputBlur(event: React.FocusEvent): void;
18
+ private saveCard;
19
+ private shouldSaveCardWithEditInPlaceValue;
20
+ private isLayoutViewMode;
21
+ }
@@ -0,0 +1,20 @@
1
+ import { ITextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
2
+ import { InputBasedControl, InputBasedControlParams } from "@docsvision/webclient/System/InputBasedControl";
3
+ import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
4
+ import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
5
+ /**
6
+ * Содержит публичные свойства класса [TextControlBase]{@link TextControlBase}.
7
+ */
8
+ export declare class TextControlBaseParams extends InputBasedControlParams<string> {
9
+ trimValue?: boolean;
10
+ }
11
+ /**
12
+ * Класс, позволяющий создавать на своей основе контролы для редактирования текстовой информации
13
+ */
14
+ export declare abstract class TextControlBase<P extends TextControlBaseParams, S extends ITextControlBaseState> extends InputBasedControl<string, P, S> {
15
+ init(): void;
16
+ /** В производных классах должен возвращать совместимый контейнер сервисов. */
17
+ protected abstract getServices(): $LayoutInfo & $EditOperationStore;
18
+ /** Использует свойства `this.state.binding` и параметр labelText. */
19
+ protected getBindings(): IBindingResult<string>[];
20
+ }
@@ -0,0 +1,23 @@
1
+ import { TextControlBaseParams } from "@docsvision/webclient/Platform/TextControlBase";
2
+ import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
3
+ import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
4
+ import React from 'react';
5
+ /** @internal */
6
+ export interface ITextControlBaseState extends TextControlBaseParams, InputBasedControlState<string> {
7
+ binding: IBindingResult<string>;
8
+ }
9
+ export interface TextControlBaseState extends ITextControlBaseState {
10
+ }
11
+ export declare type TextControlBaseImplState = ITextControlBaseState;
12
+ export declare abstract class TextControlBaseImpl<PropsT extends TextControlBaseParams, StateT extends ITextControlBaseState> extends InputBasedControlImpl<string, PropsT, StateT> {
13
+ constructor(props: PropsT, state: StateT);
14
+ protected abstract renderInto(props: TextControlBaseParams, container: HTMLElement): void;
15
+ protected onInputChange(event: any): void;
16
+ protected renderInputWithPlaceholder(options?: {
17
+ hideTooltip: boolean;
18
+ }): React.ReactNode;
19
+ /** @internal */
20
+ protected set binding(binding: IBindingResult<string>);
21
+ protected getTextValue(): string;
22
+ protected getCssClass(): string;
23
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IComponentProps } from '@docsvision/web/core/component';
3
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
+ export interface ITextListInputProps extends IComponentProps, IFilterComponent {
5
+ }
6
+ export declare const TextListInput: React.NamedExoticComponent<ITextListInputProps>;
@@ -0,0 +1,3 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { ColumnType } from "@docsvision/web/components/table/interfaces";
3
+ export declare function textListInputCultureWiseParseFloat(value: string, type: ColumnType, culture: GenModels.CultureSettings): string;
@@ -0,0 +1,59 @@
1
+ import { ITextListInputProps } from "@docsvision/webclient/Platform/TextListInput";
2
+ import { ComponentLogic } from "@docsvision/web/core/component";
3
+ import { ChangeEvent } from "react";
4
+ export interface IListItems {
5
+ selected: boolean;
6
+ value: string;
7
+ }
8
+ export declare class TextListInputLogic extends ComponentLogic<ITextListInputProps> {
9
+ domain:
10
+ import("effector").Domain;
11
+ pageSize: number;
12
+ pageNumber: number;
13
+ scrollTop: number;
14
+ searchText: string;
15
+ isFullList: boolean;
16
+ listWrapper: HTMLDivElement;
17
+ filterValues: string[];
18
+ $filterValues:
19
+ import("effector").Store<string[]>;
20
+ setFilterValues:
21
+ import("effector").Event<string[]>;
22
+ $listWrapper:
23
+ import("effector").Store<HTMLDivElement>;
24
+ setListWrapper:
25
+ import("effector").Event<HTMLDivElement>;
26
+ $listScrollable:
27
+ import("effector").Store<boolean>;
28
+ setListScrollable:
29
+ import("effector").Event<boolean>;
30
+ setSearchText:
31
+ import("effector").Event<ChangeEvent<HTMLInputElement>>;
32
+ $searchText:
33
+ import("effector").Store<string>;
34
+ $formatedSearchText:
35
+ import("effector").Store<string>;
36
+ setListItems:
37
+ import("effector").Event<IListItems[]>;
38
+ $listItems:
39
+ import("effector").Store<IListItems[]>;
40
+ $loading:
41
+ import("effector").Store<boolean>;
42
+ setLoading:
43
+ import("effector").Event<boolean>;
44
+ private getListData;
45
+ private getGrouping;
46
+ private format;
47
+ private reloadListData;
48
+ onClear: (e: any) => void;
49
+ private clearDateString;
50
+ private formatData;
51
+ private onScrollTop;
52
+ onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
53
+ onCheckboxChange: (e: React.ChangeEvent<HTMLInputElement>, key: number) => void;
54
+ private onChangeItems;
55
+ private formatItem;
56
+ onVisible(): void;
57
+ formatNumber(str: any): any;
58
+ init(): void;
59
+ }
@@ -0,0 +1,39 @@
1
+ /// <reference types="react" />
2
+ import { ClearButton } from "@docsvision/webclient/Platform/ClearButton";
3
+ import { ListContent } from "@docsvision/webclient/Platform/ListContent";
4
+ import { ListContentHightlight } from "@docsvision/webclient/Platform/ListContentHightlight";
5
+ import { ListEmpty } from "@docsvision/webclient/Platform/ListEmpty";
6
+ import { ListEmptySearchIcon } from "@docsvision/webclient/Platform/ListEmptySearchIcon";
7
+ import { ListItem } from "@docsvision/webclient/Platform/ListItem";
8
+ import { ListLoading } from "@docsvision/webclient/Platform/ListLoading";
9
+ import { ListSearchIcon } from "@docsvision/webclient/Platform/ListSearchIcon";
10
+ import { ListSlot } from "@docsvision/webclient/Platform/ListSlot";
11
+ import { ListTotalItem } from "@docsvision/webclient/Platform/ListTotalItem";
12
+ import { TextListInputWrapper } from "@docsvision/webclient/Platform/TextListInputWrapper";
13
+ export declare class TextListInputView {
14
+ listInput:
15
+ import("react").ForwardRefExoticComponent<Pick<
16
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> &
17
+ import("react").RefAttributes<HTMLDivElement>>;
18
+ clearButton: typeof ClearButton;
19
+ textInput:
20
+ import("react").ForwardRefExoticComponent<Pick<
21
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
22
+ import("react").RefAttributes<HTMLInputElement>>;
23
+ wrapper: typeof TextListInputWrapper;
24
+ content: typeof ListContent;
25
+ item: typeof ListItem;
26
+ checkbox:
27
+ import("react").ForwardRefExoticComponent<Pick<
28
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
29
+ import("react").RefAttributes<HTMLInputElement>>;
30
+ empty: typeof ListEmpty;
31
+ icon: typeof ListEmptySearchIcon;
32
+ slot: typeof ListSlot;
33
+ searchIcon: typeof ListSearchIcon;
34
+ total: typeof ListTotalItem;
35
+ light: typeof ListContentHightlight;
36
+ magnifyIcon: (props:
37
+ import("@docsvision/web/icons/MagnifyIcon").IMagnifyIconProps) => JSX.Element;
38
+ loading: typeof ListLoading;
39
+ }
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+
4
+ export interface ITextListInputWrapperProps extends HtmlProps.div {
5
+ isDate: boolean;
6
+ }
7
+ export declare function TextListInputWrapper(props: ITextListInputWrapperProps): JSX.Element;
@@ -0,0 +1,2 @@
1
+ /** EMPTY FILE */
2
+ export declare const NothingToExport = 42;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function ToggleArrowIcon({ expanded, color }: {
3
+ expanded: any;
4
+ color: any;
5
+ }): JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { AccessListRow } from '@docsvision/webclient/Platform/AccessListRow';
3
+ export declare function toggleRowAccess(descriptor: GenModels.SecurityDescriptor, flag: GenModels.AccessMaskFlagInfo, row: AccessListRow): {
4
+ target: GenModels.SecurityTarget;
5
+ accessMaskScheme: GenModels.AccessMaskScheme;
6
+ accessList: GenModels.AccessControlEntry[];
7
+ inheritanceEnabled: boolean;
8
+ editAllowed: boolean;
9
+ viewAllowed: boolean;
10
+ };
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { FolderGrid } from '@docsvision/webclient/Platform/FolderGrid';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof FolderGrid;
6
+ };
7
+ export default _default;
8
+ export declare const Toolbar: () => JSX.Element;
9
+ export declare const NormalMode: () => JSX.Element;
10
+ export declare const PaginatedMode: () => JSX.Element;
11
+ export declare const FilterAndNormalMode: () => JSX.Element;
12
+ export declare const FilterAndPaginationMode: () => JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { IToolbarActionButton, IToolbarActionButtonsService } from '@docsvision/webclient/Platform/$ToolbarActionButtons';
2
+ import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
3
+ import { Store, Event } from 'effector';
4
+ /** @internal Реализация {@link IFolderGridToolbarService}. */
5
+ export declare class ToolbarActionButtonsService implements IToolbarActionButtonsService {
6
+ $buttons: Store<Record<string, IToolbarActionButton>>;
7
+ setVisibility: Event<Record<string, unknown>>;
8
+ constructor();
9
+ get visibilityResetButton(): boolean;
10
+ getButtons: () => IToolbarActionContainerButton[];
11
+ }
@@ -0,0 +1,18 @@
1
+ import { ToolbarDaughterControlImpl, IToolbarDaughterControlState } from "@docsvision/webclient/Platform/ToolbarDaughterControlImpl";
2
+ import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
3
+ import { $DeviceType } from "@docsvision/web/core/system-services/environment";
4
+ /**
5
+ * Содержит публичные свойства элемента управления [Дочерний контрол панели настроек FolderGrid]{@link ToolbarDaughterControl}.
6
+ */
7
+ export declare class ToolbarDaughterControlParams extends PanelParams {
8
+ /** Стандартный CSS класс со стилями элемента управления */
9
+ standardCssClass?: string;
10
+ services?: $DeviceType;
11
+ }
12
+ /**
13
+ * Класс элемента управления ToolbarDaughterControl.
14
+ */
15
+ export declare class ToolbarDaughterControl extends Panel<ToolbarDaughterControlParams, IToolbarDaughterControlState> {
16
+ protected createParams(): ToolbarDaughterControlParams;
17
+ protected createImpl(): ToolbarDaughterControlImpl;
18
+ }
@@ -0,0 +1,16 @@
1
+ import { ToolbarDaughterControlParams } from '@docsvision/webclient/Platform/ToolbarDaughterControl';
2
+ import { PanelImpl, IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
3
+ import React from 'react';
4
+
5
+ export interface IToolbarDaughterControlState extends ToolbarDaughterControlParams, IPanelState {
6
+ }
7
+ export interface ToolbarDaughterControlState extends IToolbarDaughterControlState {
8
+ }
9
+ /**
10
+ * Класс элемента управления ToolbarDaughterControlImpl.
11
+ */
12
+ export declare class ToolbarDaughterControlImpl extends PanelImpl<ToolbarDaughterControlParams, IToolbarDaughterControlState> {
13
+ constructor(state: any, props: any);
14
+ protected getCssClass(): string;
15
+ renderControl(): React.ReactNode[];
16
+ }
@@ -0,0 +1,6 @@
1
+ import { $ToolbarDaughterControls } from "@docsvision/webclient/Platform/$ToolbarDaughterControls";
2
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
3
+ import { TablePlugins } from "@docsvision/web/components/table/interfaces";
4
+ import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
5
+ export declare function getToolbarDaughterControls(services: $ToolbarDaughterControls & $DeviceType): TablePlugins.Toolbar.Component<$DeviceType>[];
6
+ export declare function getToolbarDaughterControlsActionButtons(services: $ToolbarDaughterControls & $DeviceType): IToolbarActionContainerButton[];
@@ -0,0 +1,13 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { IToolbarDaughterControlsService } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
3
+ import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
4
+ import { Store, Event } from 'effector';
5
+ /** @internal Реализация {@link IFolderGridToolbarService}. */
6
+ export declare class ToolbarDaughterControlsService implements IToolbarDaughterControlsService {
7
+ $controls: Store<GenModels.ControlModel[]>;
8
+ setControls: Event<GenModels.ControlModel[]>;
9
+ $location: Store<GenModels.AdditionalElementsMode>;
10
+ setLocation: Event<GenModels.AdditionalElementsMode>;
11
+ constructor();
12
+ getRelativeToLocation: (actionButtonsRelativeToLocation: IToolbarActionContainerButton[], ...actionButtons: IToolbarActionContainerButton[]) => IToolbarActionContainerButton[];
13
+ }
@@ -0,0 +1,6 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IChartData, IParsedModel } from "@docsvision/webclient/Platform/IDiagramModels";
3
+ export interface ITransformOptions {
4
+ diagramType: GenModels.DiagramType;
5
+ }
6
+ export declare const transformToChartData: ({ data, chartColumns }: IParsedModel, { diagramType }: ITransformOptions) => IChartData;
@@ -0,0 +1,2 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ export declare function trusteeEquals(trustee1: GenModels.AccessControlTrustee, trustee2: GenModels.AccessControlTrustee): boolean;
@@ -0,0 +1 @@
1
+ export declare function registerUnknownCardViewRoute(): void;
@@ -0,0 +1,30 @@
1
+ /// <reference types="react" />
2
+ import { BaseControl, BaseControlParams, BaseControlState } from '@docsvision/webclient/System/BaseControl';
3
+ import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
4
+ import { $DisableCardController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
5
+ import { $CurrentDialog } from '@docsvision/webclient/System/$CurrentDialog';
6
+ import { Optional } from '@docsvision/web/core/services';
7
+ export declare class UnlockCardsParams extends BaseControlParams {
8
+ /** Стандартный CSS класс со стилями элемента управления. */
9
+ standardCssClass?: string;
10
+ services?: $DisableCardController & Optional<$CurrentDialog>;
11
+ }
12
+ export interface IUnlockCardsState extends UnlockCardsParams, BaseControlState {
13
+ }
14
+ export interface UnlockCardsState extends IUnlockCardsState {
15
+ }
16
+ /**
17
+ * Элемент управления для отборажения имени и должности пользователя
18
+ */
19
+ export declare class UnlockCards extends BaseControl<UnlockCardsParams, IUnlockCardsState> {
20
+ /** @internal */
21
+ protected createParams(): UnlockCardsParams;
22
+ /** @internal */
23
+ protected createImpl(): ControlImpl;
24
+ onUnlockClick: () => void;
25
+ link:
26
+ import("styled-components").StyledComponent<"button", any, {}, never>;
27
+ icon:
28
+ import("styled-components").StyledComponent<"div", any, {}, never>;
29
+ renderControl(): JSX.Element;
30
+ }
@@ -0,0 +1,17 @@
1
+ import { IUnreadBarService } from '@docsvision/webclient/Platform/$UnreadBar';
2
+ import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
3
+ import { PerformOnce } from '@docsvision/webclient/Legacy/Utils';
4
+ import { $UnreadCounter } from '@docsvision/webclient/Platform/$UnreadCounter';
5
+ import { IRowData } from '@docsvision/web/components/table/interfaces';
6
+ import { $Domain } from '@docsvision/web/core/state-management';
7
+ import { Event } from 'effector';
8
+ import { $RefreshUnreadCounters } from '@docsvision/webclient/Platform/$RefreshUnreadCounters';
9
+ import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
10
+ /** Сервис для корректного инициирования скачивания файла из скриптов. */
11
+ export declare class UnreadBarService implements IUnreadBarService {
12
+ private services;
13
+ performOnce: PerformOnce;
14
+ rowToggled: Event<IRowData>;
15
+ constructor(services: $CardController & $UnreadCounter & $Domain & $RefreshUnreadCounters & $CurrentFolder);
16
+ toggleUnread(rowData: IRowData): Promise<any>;
17
+ }