@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15

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 (322) hide show
  1. package/Approval/AgreementManagement.d.ts +4 -2
  2. package/Approval/AgreementStageProps.d.ts +4 -2
  3. package/BackOffice/$CloudSignature.d.ts +34 -0
  4. package/BackOffice/$CryptoPro.d.ts +10 -0
  5. package/BackOffice/$DigitalSignature.d.ts +75 -0
  6. package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
  7. package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
  8. package/BackOffice/CardKindImpl.d.ts +2 -1
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
  12. package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
  13. package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
  14. package/BackOffice/CryptoProDssService.d.ts +65 -0
  15. package/BackOffice/CryptoProService.d.ts +10 -0
  16. package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
  17. package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
  18. package/BackOffice/DelegationParamsPanel.d.ts +1 -1
  19. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  20. package/BackOffice/DepartmentImpl.d.ts +1 -0
  21. package/BackOffice/DigitalSignatureService.d.ts +38 -0
  22. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
  23. package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
  24. package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
  25. package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
  26. package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
  27. package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
  28. package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
  29. package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -21
  30. package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
  31. package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
  32. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  33. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  34. package/BackOffice/DssAuthorizationModels.d.ts +6 -0
  35. package/BackOffice/DssCertificateModels.d.ts +30 -0
  36. package/BackOffice/DssPolicyModels.d.ts +51 -0
  37. package/BackOffice/DssSignRequestModels.d.ts +133 -0
  38. package/BackOffice/EmailButtonView.d.ts +2 -2
  39. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  40. package/BackOffice/FileListControl.d.ts +10 -3
  41. package/BackOffice/FileListControlImpl.d.ts +5 -0
  42. package/BackOffice/FileListControlLogic.d.ts +2 -1
  43. package/BackOffice/FileListItemComponent.d.ts +1 -1
  44. package/BackOffice/FileListItemProps.d.ts +2 -1
  45. package/BackOffice/FileSign.d.ts +12 -39
  46. package/BackOffice/FileSignListDialog.d.ts +7 -2
  47. package/BackOffice/GetSignatureMethodName.d.ts +4 -0
  48. package/BackOffice/HistoryView.d.ts +1 -1
  49. package/BackOffice/ICertificateStatus.d.ts +6 -0
  50. package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
  51. package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
  52. package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
  53. package/BackOffice/IGetCertificateResult.d.ts +33 -0
  54. package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
  55. package/BackOffice/ISignOptions.d.ts +8 -0
  56. package/BackOffice/ISignRequest.d.ts +9 -0
  57. package/BackOffice/ISignResult.d.ts +5 -0
  58. package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
  59. package/BackOffice/InfoPopover.d.ts +2 -0
  60. package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
  61. package/BackOffice/LoadCloudCertificates.d.ts +4 -0
  62. package/BackOffice/LoadSignatureMethods.d.ts +2 -0
  63. package/BackOffice/LoadSystemCertificates.d.ts +4 -0
  64. package/BackOffice/Numerator.d.ts +1 -0
  65. package/BackOffice/NumeratorImpl.d.ts +7 -1
  66. package/BackOffice/PartnerBase.d.ts +4 -2
  67. package/BackOffice/PartnerBaseImpl.d.ts +20 -0
  68. package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
  69. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  70. package/BackOffice/PartnerImpl.d.ts +3 -0
  71. package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
  72. package/BackOffice/PrintButtonView.d.ts +1 -1
  73. package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
  74. package/BackOffice/SignatureButton.d.ts +36 -0
  75. package/BackOffice/SignatureButton.stories.d.ts +10 -0
  76. package/BackOffice/SignatureButtonComponent.d.ts +7 -0
  77. package/BackOffice/SignatureButtonContainer.d.ts +7 -0
  78. package/BackOffice/SignatureButtonLogic.d.ts +27 -0
  79. package/BackOffice/SignatureButtonMenu.d.ts +6 -0
  80. package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
  81. package/BackOffice/SignatureButtonOptions.d.ts +51 -0
  82. package/BackOffice/SignatureButtonView.d.ts +10 -0
  83. package/BackOffice/SignatureConstants.d.ts +1 -0
  84. package/BackOffice/SignatureDialog.d.ts +50 -0
  85. package/BackOffice/SignatureDialog.stories.d.ts +12 -0
  86. package/BackOffice/SignatureDialogFrame.d.ts +13 -0
  87. package/BackOffice/SignatureDialogLabels.d.ts +9 -0
  88. package/BackOffice/SignatureDialogLoader.d.ts +3 -0
  89. package/BackOffice/SignatureDialogLogic.d.ts +60 -0
  90. package/BackOffice/SignatureDialogMethods.d.ts +10 -0
  91. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
  92. package/BackOffice/SignatureDialogSettings.d.ts +20 -0
  93. package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
  94. package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
  95. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
  96. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
  97. package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
  98. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
  99. package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
  100. package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
  101. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
  102. package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
  103. package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
  104. package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
  105. package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
  106. package/BackOffice/StaffDirectoryItems.d.ts +7 -3
  107. package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
  108. package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
  109. package/BackOffice/SvsVerifyModels.d.ts +20 -0
  110. package/BackOffice/TasksTable.d.ts +3 -2
  111. package/BackOffice/TasksTableView.d.ts +3 -3
  112. package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
  113. package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
  114. package/BackOffice/UpdateMethodComment.d.ts +2 -0
  115. package/BackOffice/UserProfile.d.ts +1 -0
  116. package/BackOffice/Utils.d.ts +3 -0
  117. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  118. package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
  119. package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
  120. package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
  121. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
  122. package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
  123. package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
  124. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
  125. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
  126. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
  127. package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
  128. package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
  129. package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
  130. package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
  131. package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
  132. package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
  133. package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
  134. package/Helpers/BoxWithButtons.d.ts +7 -1
  135. package/Helpers/LabeledText.d.ts +8 -0
  136. package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
  137. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
  138. package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
  139. package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
  140. package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
  141. package/Helpers/Sortable/Sortable.d.ts +13 -3
  142. package/Helpers/TextInput.d.ts +2 -0
  143. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
  144. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
  145. package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
  146. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
  147. package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
  148. package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
  149. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  150. package/Legacy/FolderViews.d.ts +2 -0
  151. package/Legacy/ILabelTextareaControl.d.ts +1 -1
  152. package/Legacy/ISignatureDataModel.d.ts +2 -0
  153. package/Legacy/ISignatureListDataModel.d.ts +1 -1
  154. package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
  155. package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
  156. package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
  157. package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
  158. package/Legacy/LabelTextareaControl.d.ts +1 -1
  159. package/Legacy/NativeFunctions.d.ts +1 -20
  160. package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
  161. package/Legacy/StandardControllers.d.ts +2 -2
  162. package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
  163. package/Legacy/TextareaControl.d.ts +1 -1
  164. package/Legacy/Utils.d.ts +7 -0
  165. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
  166. package/MainBundle.d.ts +1 -0
  167. package/Platform/$AggregatesCheckbox.d.ts +1 -0
  168. package/Platform/$CompanyLogo.d.ts +0 -1
  169. package/Platform/$EmployeeStatus.d.ts +6 -2
  170. package/Platform/$FolderHelp.d.ts +13 -0
  171. package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
  172. package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
  173. package/Platform/AggregatesCheckbox.d.ts +7 -3
  174. package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
  175. package/Platform/AggregatesCheckboxService.d.ts +17 -6
  176. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  177. package/Platform/BatchOperationsPlugin.d.ts +1 -1
  178. package/Platform/BottomEdge.d.ts +10 -0
  179. package/Platform/BottomEdgeBody.d.ts +4 -0
  180. package/Platform/BottomEdgePlugin.d.ts +4 -0
  181. package/Platform/CardLink.d.ts +2 -1
  182. package/Platform/CardManagement.d.ts +5 -1
  183. package/Platform/CardManagementImpl.d.ts +5 -3
  184. package/Platform/CardQuotesDataStub.d.ts +19 -0
  185. package/Platform/CertificateSettings.d.ts +40 -0
  186. package/Platform/CertificateSettingsContainer.d.ts +10 -0
  187. package/Platform/CertificateSettingsLogic.d.ts +24 -0
  188. package/Platform/CertificateSettingsView.d.ts +5 -0
  189. package/Platform/CompanyLogoService.d.ts +0 -1
  190. package/Platform/ContextMenu.d.ts +4 -6
  191. package/Platform/DateTimePicker.d.ts +1 -0
  192. package/Platform/DateTimePickerImpl.d.ts +5 -1
  193. package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
  194. package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
  195. package/Platform/DropdownImpl.d.ts +3 -1
  196. package/Platform/EmployeeStatusService.d.ts +4 -4
  197. package/Platform/Favorite.d.ts +1 -0
  198. package/Platform/FilePicker.d.ts +2 -2
  199. package/Platform/FilePreview.d.ts +2 -2
  200. package/Platform/FilePreviewImpl.d.ts +1 -0
  201. package/Platform/FolderGrid.d.ts +4 -3
  202. package/Platform/FolderGridImpl.d.ts +1 -0
  203. package/Platform/FolderHelpButton.d.ts +7 -0
  204. package/Platform/FolderHelpDialog.d.ts +9 -0
  205. package/Platform/FolderHelpPaths.d.ts +2 -0
  206. package/Platform/FolderHelpPlugins.d.ts +9 -0
  207. package/Platform/FolderHelpService.d.ts +10 -0
  208. package/Platform/FolderHelpTimeCodes.d.ts +2 -0
  209. package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
  210. package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
  211. package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
  212. package/Platform/FolderManagementDialog.d.ts +1 -1
  213. package/Platform/FolderName.d.ts +2 -1
  214. package/Platform/FolderNameImpl.d.ts +1 -0
  215. package/Platform/FolderOperationManager.d.ts +1 -1
  216. package/Platform/FolderRouteTypeMapper.d.ts +2 -3
  217. package/Platform/FolderViewItemsImpl.d.ts +5 -5
  218. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
  219. package/Platform/IAggregates.d.ts +10 -4
  220. package/Platform/IUnreadRowData.d.ts +1 -1
  221. package/Platform/ListCheckbox.d.ts +1 -1
  222. package/Platform/ListInput.d.ts +1 -1
  223. package/Platform/LoaderDialog.d.ts +1 -1
  224. package/Platform/Number.d.ts +2 -0
  225. package/Platform/NumberImpl.d.ts +5 -1
  226. package/Platform/Quotes.d.ts +18 -0
  227. package/Platform/Quotes.stories.d.ts +8 -0
  228. package/Platform/QuotesButtonMore.d.ts +6 -0
  229. package/Platform/QuotesHighlight.d.ts +8 -0
  230. package/Platform/QuotesInner.d.ts +6 -0
  231. package/Platform/QuotesItem.d.ts +15 -0
  232. package/Platform/QuotesLogic.d.ts +40 -0
  233. package/Platform/QuotesModal.d.ts +14 -0
  234. package/Platform/QuotesModalButtonBlock.d.ts +6 -0
  235. package/Platform/QuotesModalQuote.d.ts +6 -0
  236. package/Platform/QuotesPlugins.d.ts +4 -0
  237. package/Platform/QuotesView.d.ts +16 -0
  238. package/Platform/QuotesWrapper.d.ts +6 -0
  239. package/Platform/ReadBatchOperation.d.ts +1 -1
  240. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
  241. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  242. package/Platform/ScrollTopBottomButtons.d.ts +1 -0
  243. package/Platform/ScrollTopBottomLogic.d.ts +2 -0
  244. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
  245. package/Platform/SearchTextInput.d.ts +1 -1
  246. package/Platform/SecurityDescriptorDialog.d.ts +8 -5
  247. package/Platform/SettingsPlugin.d.ts +7 -3
  248. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
  249. package/Platform/SettingsPopupLogic.d.ts +13 -4
  250. package/Platform/SettingsPopupView.d.ts +2 -0
  251. package/Platform/Tab.d.ts +2 -1
  252. package/Platform/Tab.stories.d.ts +9 -0
  253. package/Platform/Table.d.ts +1 -1
  254. package/Platform/TableColumnResponseResolver.d.ts +10 -0
  255. package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
  256. package/Platform/TestUtils.d.ts +2 -1
  257. package/Platform/TextAreaImpl.d.ts +8 -4
  258. package/Platform/TextBoxImpl.d.ts +5 -0
  259. package/Platform/TextControlBaseImpl.d.ts +2 -0
  260. package/Platform/TextListInputView.d.ts +4 -4
  261. package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
  262. package/Platform/UserProfileDialog.d.ts +1 -1
  263. package/Platform/UtilsQuotes.d.ts +10 -0
  264. package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
  265. package/Platform/WebFrameCompanyLogo.d.ts +3 -1
  266. package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
  267. package/Platform/WebFrameContent.d.ts +3 -2
  268. package/Platform/WebFrameContentImpl.d.ts +2 -0
  269. package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
  270. package/Platform/WebFrameHeaderContainer.d.ts +2 -1
  271. package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
  272. package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
  273. package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
  274. package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
  275. package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
  276. package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
  277. package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
  278. package/Platform/WebFrameNavigationBar.d.ts +2 -1
  279. package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
  280. package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
  281. package/Platform/WebFrameSearchPanel.d.ts +2 -2
  282. package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
  283. package/Platform/index.d.ts +1 -7
  284. package/Platform/toLocaleStringPolyfill.d.ts +2 -0
  285. package/StandardServices.d.ts +5 -1
  286. package/System/$FileService.d.ts +16 -9
  287. package/System/$Layout.d.ts +1 -1
  288. package/System/$PollService.d.ts +0 -3
  289. package/System/$Router.d.ts +1 -0
  290. package/System/$WebFrameContentHeight.d.ts +14 -0
  291. package/System/BlobToBase64.d.ts +1 -0
  292. package/System/DirectorySelectDialog.d.ts +2 -2
  293. package/System/FileService.d.ts +14 -15
  294. package/System/FilterLogic.d.ts +6 -0
  295. package/System/GenerateTestData.d.ts +2 -0
  296. package/System/IAsyncControlInfo.d.ts +1 -1
  297. package/System/ILayoutParams.d.ts +2 -0
  298. package/System/InputBasedControl.d.ts +5 -0
  299. package/System/InputBasedControlImpl.d.ts +5 -3
  300. package/System/Layout.d.ts +1 -0
  301. package/System/LayoutManager.d.ts +1 -1
  302. package/System/LayoutUtils.d.ts +1 -0
  303. package/System/NavigationBarStub.d.ts +31 -0
  304. package/System/OperationUtils.d.ts +2 -0
  305. package/System/PageLeaveConfirmation.d.ts +1 -0
  306. package/System/Poll.d.ts +2 -2
  307. package/System/PollService.d.ts +7 -6
  308. package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
  309. package/System/Router.d.ts +1 -1
  310. package/System/StringUtils.d.ts +5 -1
  311. package/System/TabStub.d.ts +13 -0
  312. package/System/WebFrameContentHeightService.d.ts +14 -0
  313. package/System/WebFrameNavigationBarStub.d.ts +283 -0
  314. package/package.json +1 -1
  315. package/BackOffice/FileSignCreateDialog.d.ts +0 -83
  316. package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
  317. package/Globals/DVPromise.d.ts +0 -19
  318. package/Platform/FilterPlugin.d.ts +0 -3
  319. package/Platform/GropingPlugin.d.ts +0 -3
  320. package/Platform/ResetSettingsPlugin.d.ts +0 -18
  321. package/Platform/SearchPlugin.d.ts +0 -3
  322. package/Platform/toLocaleStringPolifill.d.ts +0 -1
@@ -1,32 +1,43 @@
1
1
  import { DirectoryDesignerRowImpl, DirectoryDesignerRowState } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowImpl";
2
- import { $LayoutDirectoryDesignerController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $DirectoryDesignerRowController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { $DeviceType } from "@docsvision/webclient/StandardServices";
5
- import { InputBasedControl, InputBasedControlParams } from "@docsvision/webclient/System/InputBasedControl";
5
+ import { DirectoryBase, DirectoryBaseParams } from "@docsvision/webclient/System/DirectoryBase";
6
6
  import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
7
+ import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
7
8
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
8
9
  import { BasicApiEvent, CancelableApiEvent } from '@docsvision/webclient/System/ApiEvent';
10
+ export declare type DirectoryDesignerRowValueType = GenModels.DirectoryDesignerItem;
11
+ export declare type DirectoryDesignerRowNodeType = GenModels.DirectoryDesignerItem;
12
+ declare type ItemT = GenModels.DirectoryDesignerItem;
9
13
  /**
10
14
  * Содержит публичные свойства элемента управления [Строка конструктора справочников]{@link DirectoryDesignerRow}.
11
15
  */
12
- export declare class DirectoryDesignerRowParams extends InputBasedControlParams<GenModels.DirectoryDesignerRowModel> {
16
+ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBaseParams<ValueT, DirectoryDesignerRowNodeType, ItemT> {
13
17
  /** Стандартный CSS класс со стилями элемента управления */
14
18
  standardCssClass?: string;
15
19
  /** Флаг, указывающий на состояние окна выбора строки: true - открыто, false - закрыто. */
16
20
  isDictionaryShown?: boolean;
17
21
  /** Использовать ли описание */
18
22
  useDescription?: boolean;
23
+ allowNodeSearch?: boolean;
24
+ directoryDataSource?: GenModels.DirectoryDesignerRowDataSourceModel;
19
25
  /**
20
26
  * Идентификатор узла Конструктора справочников, из которого выбираются записи.
21
27
  *
22
28
  * Если ограничение по узлам отсутствует, то свойство имеет значение Guid.Empty.
23
29
  */
24
30
  itemType?: string;
31
+ itemTypeName?: string;
32
+ /** Значение фильтра, которое было выбрано пользователем. */
33
+ selectedFilterPath?: GenModels.DirectoryDesignerItem[];
34
+ availableChanges?: GenModels.AvailableChangesModes;
25
35
  /** Область выбора (и поиска) элементов из Конструктора справочников. */
26
36
  selectionArea?: GenModels.DirectoryDesignerSearchArea;
27
37
  /** Задержка перед поиском (в мс) */
28
38
  searchDelay?: number;
29
- services?: $LayoutDirectoryDesignerController & $EditOperationStore & $LayoutInfo & $DeviceType;
39
+ services?: $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & $LocationContainerControlServices;
40
+ displayIcon?: boolean;
30
41
  /** Событие, возникающее перед открытием модального окна для выбора контрагентов. */
31
42
  directoryWindowOpening?: CancelableApiEvent<void>;
32
43
  /** Событие, возникающее после открытия модального окна для выбора контрагентов. */
@@ -41,28 +52,32 @@ export declare class DirectoryDesignerRowParams extends InputBasedControlParams<
41
52
  *
42
53
  * Добавляет в web-разметку поле ввода с кнопкой вызова диалогового окна для выбора записи из *Конструктора справочников*.
43
54
  */
44
- export declare class DirectoryDesignerRow extends InputBasedControl<GenModels.DirectoryDesignerRowModel, DirectoryDesignerRowParams, DirectoryDesignerRowState> {
45
- private get departmentImpl();
46
- protected createParams(): DirectoryDesignerRowParams;
47
- protected getServices(): $LayoutDirectoryDesignerController & $EditOperationStore & $LayoutInfo & $DeviceType;
55
+ export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
56
+ protected createParams(): DirectoryDesignerRowParams<ValueT>;
57
+ protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
58
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
59
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
60
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
61
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
48
62
  private set DirectoryDesignerRowBinding(value);
63
+ private set binding(value);
64
+ private set directoryDataSource(value);
49
65
  private set DefaultBindingHandler(value);
50
- protected set defaultValue(value: GenModels.DirectoryDesignerRowModel);
51
- get isDictionaryShown(): boolean;
52
66
  /**
53
67
  * Проверяет возможность открытия модального окна выбора строки.
54
68
  * @return true - возможно (если значение редактируемое), false - невозможно.
55
69
  */
56
70
  canShowDictionary(): boolean;
57
71
  /**
58
- * Открывает окно выбора строки.
59
- */
60
- showDictionary(): void;
61
- /**
62
- * Закрывает окно выбора строки.
72
+ * Закрывает окно выбора организации/подразделения.
63
73
  */
64
74
  hideDictionary(): void;
65
75
  protected getBindings(): IBindingResult<any>[];
76
+ protected getParamsToKeep(params: any): {
77
+ selectedFilterPath: any;
78
+ value: ValueT;
79
+ };
66
80
  /** @internal */
67
81
  protected createImpl(): DirectoryDesignerRowImpl;
68
82
  }
83
+ export {};
@@ -0,0 +1,3 @@
1
+ export declare const DirectoryDesignerRowId = "4538149D-1FC7-4D41-A104-890342C6B4F8";
2
+ export declare const NodeDirectoryDesignerRowSectionId = "A1DCE6C1-DB96-4666-B418-5A075CDB02C9";
3
+ export declare const RowDirectoryDesignerRowSectionId = "1B1A44FB-1FB1-4876-83AA-95AD38907E24";
@@ -1,41 +1,66 @@
1
- import { DirectoryDesignerRow, DirectoryDesignerRowParams } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
1
+ import { DirectoryDesignerRowNodeType, DirectoryDesignerRowParams, DirectoryDesignerRowValueType } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
2
+ import { DirectoryDesignerRowItemVisualiser } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowItemVisualiser";
2
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
4
  import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
4
5
  import { ITypeaheadSearchQuery } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchQuery";
5
6
  import { ITypeaheadSearchResult } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchResult";
6
- import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
7
- import { Typeahead } from "@docsvision/webclient/Helpers/Typeahead/Typeahead";
8
- import { ModalWindow } from "@docsvision/webclient/Legacy/ModalWindow";
9
- import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
10
- import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
7
+ import { DirectorySelectingMode } from "@docsvision/webclient/System/DirectorySelectingMode";
8
+ import { DirectoryBaseImpl, DirectoryBaseState } from "@docsvision/webclient/System/DirectoryBaseImpl";
9
+ import { IDirectorySelectDialogProps } from "@docsvision/webclient/System/DirectorySelectDialog";
11
10
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
12
11
  import React from "react";
12
+ import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
13
13
  /** @internal */
14
- export interface DirectoryDesignerRowState extends DirectoryDesignerRowParams, InputBasedControlState<GenModels.DirectoryDesignerRowModel> {
15
- binding: IBindingResult<GenModels.DirectoryDesignerRowModel>;
16
- dialog: ModalWindow;
14
+ export interface DirectoryDesignerRowState<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryDesignerRowParams<ValueT>, DirectoryBaseState<ValueT, DirectoryDesignerRowNodeType, ItemT> {
15
+ itemVisualiser: DirectoryDesignerRowItemVisualiser;
17
16
  requestHelper: RequestHelper;
17
+ onMouseOverInfo: boolean;
18
18
  }
19
19
  /** @internal */
20
20
  export declare type DirectoryDesignerRowImplState = DirectoryDesignerRowState;
21
+ declare type ItemT = GenModels.DirectoryDesignerItem;
21
22
  /** @internal */
22
- export declare class DirectoryDesignerRowImpl extends InputBasedControlImpl<GenModels.DirectoryDesignerRowModel, DirectoryDesignerRowParams, DirectoryDesignerRowState> {
23
+ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams, DirectoryDesignerRowState> {
24
+ private initialSetValue;
25
+ constructor(props: DirectoryDesignerRowParams, state: DirectoryDesignerRowState);
26
+ protected renderSelectDialog(props: IDirectorySelectDialogProps<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, GenModels.IDirectoryItemData> & {
27
+ ref: any;
28
+ }): JSX.Element;
29
+ protected getCssClass(): string;
30
+ protected getValuePath(value: GenModels.DirectoryDesignerItem): GenModels.DirectoryDesignerItem[];
31
+ private saveValueOnChange;
32
+ protected getSelectingMode(): DirectorySelectingMode;
33
+ componentWillUnmount(): void;
34
+ componentDidMount(): void;
23
35
  static FirstPageSize: number;
24
36
  static NextPageSize: number;
25
- private typeahead;
26
- constructor(props: DirectoryDesignerRowParams, state: DirectoryDesignerRowState);
37
+ protected onDocumentMouseDown: (event: any) => void;
27
38
  protected getTextValue(): string;
28
39
  protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
29
- protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<DirectoryDesignerRow>;
40
+ protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
41
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
30
42
  protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
31
- protected onSelected(variant: ITypeaheadVariant): void;
32
- private focusInput;
33
- get isDictionaryShown(): boolean;
34
- protected attachTypeahead(t: Typeahead): void;
35
- private afterOpenCallback;
36
- showDictionary(): Promise<void>;
37
- protected renderInputWithPlaceholder(): React.ReactNode;
38
43
  canShowDictionary(): boolean;
39
- hideDictionary(): Promise<void>;
44
+ protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
45
+ getValueAsString(value: ItemT | ItemT[]): string;
40
46
  protected onInputChange(event: any): void;
47
+ setValue(value: GenModels.DirectoryDesignerItem, redraw: boolean): void;
48
+ private saveCard;
49
+ private shouldSaveCardWithEditInPlaceValue;
50
+ private isLayoutViewMode;
51
+ protected onCreateNewItem: (itemType: any) => Promise<void>;
52
+ protected getCurrentNode(): GenModels.DirectoryDesignerItem;
53
+ protected renderDirectoryDesignerInputWithPlaceholder(): React.ReactNode;
54
+ protected editInPlaceModeRender(): JSX.Element;
55
+ protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "dv-ico dv-ico-directory-node" | "dv-ico dv-ico-row";
56
+ protected onIconClick(): void;
57
+ protected getTypeaheadProps():
58
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
59
+ ref: any;
60
+ };
61
+ protected focusInput: () => void;
62
+ protected onMouseDownIcon(): void;
63
+ protected renderWithText(): JSX.Element;
64
+ protected processTypeaheadSelected(variant: ITypeaheadVariant): Promise<void>;
41
65
  }
66
+ export {};
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ /** @internal */
4
+ export declare class DirectoryDesignerRowItemVisualiser {
5
+ getItemDisplayName(item: GenModels.DirectoryDesignerItem, useDescription: boolean): string | JSX.Element;
6
+ getDisplayName(item: GenModels.DirectoryDesignerItem): string;
7
+ getTooltip(item: GenModels.DirectoryDesignerItem): string;
8
+ getIconClassName(item: GenModels.DirectoryDesignerItem): string;
9
+ }
@@ -1,9 +1,13 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { RerenderHost } from "@docsvision/webclient/Helpers/RerenderHost";
2
3
  import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
3
4
  /** @internal */
4
5
  export declare class DirectoryDesignerTypeaheadVariant implements ITypeaheadVariant {
5
- data: GenModels.DirectoryDesignerRowModel;
6
- constructor(data: GenModels.DirectoryDesignerRowModel);
6
+ item: GenModels.DirectoryDesignerItem;
7
+ infoPopoverOpen: boolean;
8
+ infoRerender: RerenderHost;
9
+ constructor(item: GenModels.DirectoryDesignerItem);
10
+ get data(): any;
7
11
  get name(): string;
8
12
  get value(): string;
9
13
  get iconCssClass(): string;
@@ -7,4 +7,4 @@ export interface IDirectorySearchContentProps extends HtmlProps.div {
7
7
  renderContent?: () => JSX.Element;
8
8
  opened?: boolean;
9
9
  }
10
- export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderContent"> & React.RefAttributes<unknown>>;
10
+ export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "renderContent"> & React.RefAttributes<unknown>>;
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
10
10
  container: typeof DirectorySearchContainer;
11
11
  content:
12
12
  import("react").ForwardRefExoticComponent<Pick<
13
- import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "renderContent"> &
13
+ import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "renderContent"> &
14
14
  import("react").RefAttributes<unknown>>;
15
15
  iconButton: (props:
16
- import("C:/dev/WebClient/Helpers/IconButton").IIconButtonProps) => JSX.Element;
16
+ import("C:/Dev/WebCDev/Helpers/IconButton").IIconButtonProps) => JSX.Element;
17
17
  searchResultList: typeof DirectorySearchResultList;
18
18
  searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
19
19
  searchInfo: typeof DirectorySearchInfo;
@@ -0,0 +1,6 @@
1
+ export interface DssTokenResponse {
2
+ access_token: string;
3
+ expires_in: number;
4
+ token_type: string;
5
+ error?: string;
6
+ }
@@ -0,0 +1,30 @@
1
+ export interface DssCertificateStatus {
2
+ Value: string;
3
+ RevocationInfo?: any;
4
+ PinCode?: any;
5
+ ActiveCertId: number;
6
+ }
7
+ export interface IDssCertificateInfo {
8
+ CertificateType: string;
9
+ ID: number;
10
+ DName: string;
11
+ CertificateBase64: string;
12
+ Status: DssCertificateStatus;
13
+ IsDefault: boolean;
14
+ CertificateAuthorityID: number;
15
+ CertificateAuthorityName?: string;
16
+ CspID: string;
17
+ HashAlgorithms: string[];
18
+ ProviderName?: any;
19
+ ProviderType: number;
20
+ PrivateKeyNotBefore?: any;
21
+ PrivateKeyNotAfter?: any;
22
+ HasPin: boolean;
23
+ FriendlyName: string;
24
+ }
25
+ export interface Status {
26
+ Value: string;
27
+ RevocationInfo?: any;
28
+ PinCode?: any;
29
+ ActiveCertId: number;
30
+ }
@@ -0,0 +1,51 @@
1
+ export interface IDssNamePolicy {
2
+ IsRequired: boolean;
3
+ Order: number;
4
+ OID: string;
5
+ Name: string;
6
+ Value?: any;
7
+ StringIdentifier: string;
8
+ }
9
+ export interface EKUTemplates {
10
+ }
11
+ export interface IDssCAPolicy {
12
+ ID: number;
13
+ Name: string;
14
+ Active: boolean;
15
+ AllowUserMode: boolean;
16
+ SNChangesEnable: boolean;
17
+ NamePolicy: IDssNamePolicy[];
18
+ EKUTemplates: EKUTemplates;
19
+ CAType: string;
20
+ ValidationMode: string;
21
+ }
22
+ export interface IDssCSPsPolicy {
23
+ ID: string;
24
+ GroupID: string;
25
+ TypeID: number;
26
+ ProviderName: string;
27
+ ProviderType: number;
28
+ KeyLength: number;
29
+ HashAlgorithms: string[];
30
+ Description: string;
31
+ }
32
+ export interface IDssActionPolicy {
33
+ DisplayName: string;
34
+ Uri: string;
35
+ Action: string;
36
+ MfaRequired: boolean;
37
+ }
38
+ export interface IDssPolicyTspService {
39
+ Name: string;
40
+ Title: string;
41
+ Url: string;
42
+ }
43
+ export interface IDssPolicy {
44
+ CAPolicy: IDssCAPolicy[];
45
+ CSPsPolicy: IDssCSPsPolicy[];
46
+ ActionPolicy: IDssActionPolicy[];
47
+ PinCodeMode: string;
48
+ TspServices: IDssPolicyTspService[];
49
+ TransactionConfirmation: string;
50
+ AllowedSignatureTypes: string[];
51
+ }
@@ -0,0 +1,133 @@
1
+ import { Optional } from "@docsvision/web/core/services";
2
+ export interface IDssSignRequestSignatureParameters {
3
+ CADESType: string;
4
+ IsDetached: boolean;
5
+ TSPAddress?: string;
6
+ IncludeDocumentName?: boolean;
7
+ /** base64({ [key: string]: string }) */
8
+ AuthenticatedAttributes?: string;
9
+ }
10
+ export declare enum DssSingType {
11
+ CAdES = 2,
12
+ XMLDSig = 0,
13
+ GOST3410 = 1,
14
+ PDF = 3,
15
+ MSOffice = 4,
16
+ CMS = 5
17
+ }
18
+ export interface DssSignRequestSignature {
19
+ Type: DssSingType;
20
+ Parameters: IDssSignRequestSignatureParameters;
21
+ CertificateId: number;
22
+ PinCode: string;
23
+ }
24
+ export interface DssSign2BinaryData {
25
+ RefId: string;
26
+ }
27
+ export interface DssSign2Request {
28
+ BinaryData: DssSign2BinaryData[];
29
+ Signature: DssSignRequestSignature;
30
+ }
31
+ export interface IDssOperationResultInfo {
32
+ RefId: string;
33
+ OriginalRefId: string;
34
+ Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
35
+ Error: string;
36
+ ErrorDescription: string;
37
+ }
38
+ export interface IDssSign2Operation {
39
+ Id: string;
40
+ Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
41
+ Result: {
42
+ ProcessedDocuments: IDssOperationResultInfo[];
43
+ };
44
+ }
45
+ export interface IDssSign2Response {
46
+ Operation: IDssSign2Operation;
47
+ }
48
+ export interface IDssDocumentUploadResponse {
49
+ DocumentIds: string[];
50
+ }
51
+ export declare enum DSSActions {
52
+ /** Подтверждение входа пользователя */
53
+ Issue = 1,
54
+ /** Подпись документа */
55
+ SignDocument = 2,
56
+ /** Подпись пакета документов */
57
+ SignDocuments = 4,
58
+ /** Расшифрование докумета */
59
+ DecryptDocument = 8,
60
+ /** Создание запроса на сертификат */
61
+ CreateRequest = 16,
62
+ /** Смена ПИН-кода на закрытый ключ сертификата */
63
+ ChangePin = 32,
64
+ /** Перевыпуск сертификата */
65
+ RenewCertificate = 64,
66
+ /** Аннулирование сертификата */
67
+ RevokeCertificate = 128,
68
+ /** Приостановление действия сертификата */
69
+ HoldCertificate = 256,
70
+ /** Возобновление действия сертификата */
71
+ UnholdCertificate = 512,
72
+ /** Удаление сертификата */
73
+ DeleteCertificate = 1024,
74
+ /** Создание ключа согласования (CloudCSP) */
75
+ PrivateKeyAccess = 2048
76
+ }
77
+ export interface IDssTransactionDocumentContent {
78
+ Name: string;
79
+ Content: string;
80
+ }
81
+ export interface IDssTransactionParameter extends IDssSignRequestSignatureParameters {
82
+ SignatureType: DssSingType;
83
+ CertificateId: number;
84
+ /** Сведения о документе. Например, имя файла */
85
+ DocumentInfo: string;
86
+ /** Тип документа (обычно расширение). Параметр используется для визуализации документа */
87
+ DocumentType: string;
88
+ }
89
+ export interface IDssSignByTransactionRequest {
90
+ OperationCode: Optional<DSSActions>;
91
+ Document?: string;
92
+ Documents?: IDssTransactionDocumentContent[];
93
+ Parameters: Array<{
94
+ Name: keyof IDssTransactionParameter;
95
+ Value: any;
96
+ }>;
97
+ }
98
+ export interface Title {
99
+ Value: string;
100
+ }
101
+ export interface Image {
102
+ MimeType: string;
103
+ Value: string;
104
+ }
105
+ export interface TextChallenge {
106
+ Image: Image;
107
+ AuthnMethod: string;
108
+ RefID: string;
109
+ ExpiresIn: number;
110
+ ExpiresInSpecified: boolean;
111
+ }
112
+ export interface IDssTransactionConfirmationContextData {
113
+ RefID: string;
114
+ }
115
+ export interface IDssTransactionConfirmationChallenge {
116
+ Title: Title;
117
+ TextChallenge: TextChallenge[];
118
+ ContextData: IDssTransactionConfirmationContextData;
119
+ }
120
+ export interface IDssChallengeResult {
121
+ RefId: string;
122
+ Value?: string;
123
+ }
124
+ export interface IDssConfirmationResponse {
125
+ AccessToken?: string;
126
+ ExpiresIn?: number;
127
+ Challenge: IDssTransactionConfirmationChallenge;
128
+ ContextData: IDssTransactionConfirmationContextData;
129
+ IsFinal: boolean;
130
+ IsError: boolean;
131
+ Error?: string;
132
+ ErrorDescription?: string;
133
+ }
@@ -3,14 +3,14 @@ export declare class EmailButtonView {
3
3
  button: (props:
4
4
  import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
5
5
  buttonDialog: (props:
6
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
6
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
7
7
  modalDialog: (props:
8
8
  import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
9
9
  item: (props:
10
10
  import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
11
11
  checkbox:
12
12
  import("react").ForwardRefExoticComponent<Pick<
13
- import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "value" | "labelText" | "required" | "innerRef" | "readOnly" | "checked" | "htmlFor" | "onSetupLogic" | "onSetupView" | "css" | "indeterminate"> &
13
+ import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "checked" | "readOnly" | "required" | "htmlFor" | "css" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef"> &
14
14
  import("react").RefAttributes<unknown>>;
15
15
  files: (props:
16
16
  import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
38
38
  private attachRoot;
39
39
  DialogBox:
40
40
  import("styled-components").StyledComponent<(props:
41
- import("C:/dev/WebClient/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
41
+ import("C:/Dev/WebCDev/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
42
42
  close(): void;
43
43
  onMaximize: () => void;
44
44
  render(): JSX.Element;