@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
@@ -51,12 +51,21 @@ import("effector").Event<GenModels.ViewColumnModel[]>;
51
51
  import("effector").Store<GenModels.ViewColumnModel[]>;
52
52
  updateCheckedColumn:
53
53
  import("effector").Event<IColumnVisibility>;
54
- getColumnsFx:
55
- import("effector").Effect<string, GenModels.ViewColumnModel[], Error>;
54
+ $isHelp:
55
+ import("effector").Store<boolean>;
56
+ setIsHelp:
57
+ import("effector").Event<boolean>;
56
58
  getGridUserDataFx:
57
- import("effector").Effect<unknown, GenModels.GridUserSettingsData, Error>;
59
+ import("effector").Effect<string, {
60
+ settings: GenModels.GridUserSettingsData;
61
+ columns: GenModels.ViewColumnModel[];
62
+ }, Error>;
58
63
  saveGridUserSettingsFx:
59
64
  import("effector").Effect<void, void, Error>;
60
- getHeader(): string;
65
+ resetSettingsFx:
66
+ import("effector").Effect<void, void, Error>;
67
+ $isLoadingSettings:
68
+ import("effector").Store<boolean>;
69
+ getHeader: () => string;
61
70
  init(): void;
62
71
  }
@@ -20,4 +20,6 @@ import("./components/SettingsPopupItemView").ISettingsPopupItemView) => JSX.Elem
20
20
  import("./components/SettingsPopupCheckBoxContainer").ISettingsPopupCheckBoxContainer) => JSX.Element;
21
21
  checkBox: typeof CheckBox;
22
22
  radioGroup: typeof RadioGroup;
23
+ button: (props:
24
+ import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
23
25
  }
package/Platform/Tab.d.ts CHANGED
@@ -3,6 +3,7 @@ import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
3
3
  import { TabPageInfo } from "@docsvision/webclient/Platform/TabPageInfo";
4
4
  import { IActiveTabChangeEventArgs } from "@docsvision/webclient/Platform/IActiveTabChangeEventArgs";
5
5
  import { TabImpl, TabState } from "@docsvision/webclient/Platform/TabImpl";
6
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
6
7
  import { $Layout } from "@docsvision/webclient/System/$Layout";
7
8
  import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
8
9
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
@@ -27,7 +28,7 @@ export declare class TabParams extends PanelParams {
27
28
  activeTabChanging: CancelableApiEvent<IActiveTabChangeEventArgs>;
28
29
  /** Событие, возникающее после завершения асинхронной подгрузки контролов. */
29
30
  allControlsLoaded: BasicApiEvent<IEventArgs>;
30
- services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore;
31
+ services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore & $DeviceType;
31
32
  }
32
33
  /**
33
34
  * Класс элемента управления Вкладки
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { Tab } from "@docsvision/webclient/Platform/Tab";
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof Tab;
6
+ };
7
+ export default _default;
8
+ export declare const FirstTab: () => JSX.Element;
9
+ export declare const SecondTab: () => JSX.Element;
@@ -134,7 +134,7 @@ export declare class Table extends Panel<TableParams, TableState> {
134
134
  /**
135
135
  * Добавить новую строку.
136
136
  */
137
- addRow(): Promise<any>;
137
+ addRow(scrollIntoView?: boolean): Promise<any>;
138
138
  /** Добавить новую строку через открытие диалогового окна используя разметку создания строки. */
139
139
  showAddRowWindow(): Promise<void>;
140
140
  /** Редактировать строку через открытие диалогового окна используя разметку редактирования строки. */
@@ -0,0 +1,10 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
3
+ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
4
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
5
+ export declare class TableColumnResponseResolver implements IFolderDataLoadingPlugin {
6
+ id: string;
7
+ description: string;
8
+ order: PluginOrder;
9
+ resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
10
+ }
@@ -5,5 +5,4 @@ import { $TableData } from '@docsvision/web/components/table/plugins/table-data'
5
5
  import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
6
6
  import { $TablePresentationToggle } from '@docsvision/webclient/Platform/$TablePresentationToggle';
7
7
  export declare const TablePresentationToggleServiceProvider: TablePlugins.ServiceProvider<$TablePresentationToggle & $FolderDataLoading & $ListView & $TableData & $TableUpdate>;
8
- /** Образец регистрации плагинов данной функциональности. */
9
- export declare const PluginTemplatePlugins: ITablePlugins;
8
+ export declare const TablePresentationPlugins: ITablePlugins;
@@ -18,10 +18,11 @@ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
18
18
  import { $ToolbarDaughterControls } from '@docsvision/webclient/Platform/$ToolbarDaughterControls';
19
19
  import { $HoverPanel } from '@docsvision/webclient/Platform/$HoverPanel';
20
20
  import { $LastSearchParameters } from '@docsvision/webclient/Platform/$LastSearchParameters';
21
+ import { $EmployeeStatus } from '@docsvision/webclient/Platform/$EmployeeStatus';
21
22
  export declare let ScrollContainer:
22
23
  import("styled-components").StyledComponent<"div", any, {}, never>;
23
24
  export declare let ScrollContainerWrapper:
24
25
  import("styled-components").StyledComponent<"div", any, {}, never>;
25
26
  export declare function common(): FolderGridParams;
26
27
  export declare let gridStory: (name: string, render: (services: any) => JSX.Element, params?: StoryParameters) => () => JSX.Element;
27
- export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters;
28
+ export declare function services(): $GridOptions & $Router & $GridController & $DeviceType & $ExperimentalFeature & $ApplicationSettings & $Resources & $ToolbarActionContainer & $FolderPluginProvider & $CurrentLocation & $CurrentFolder & $WebFrameSearchPanel & $LastSearchResponse & $Domain & $LocalStorage & $ToolbarDaughterControls & $HoverPanel & $LastSearchParameters & $EmployeeStatus;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
1
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
2
  import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
4
3
  import { TextArea, TextAreaParams } from "@docsvision/webclient/Platform/TextArea";
5
4
  import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
6
5
  import { RequestHelper } from '@docsvision/webclient/System/RequestHelper';
6
+ import React from "react";
7
7
  /** @internal */
8
8
  export interface TextAreaState extends TextAreaParams, TextControlBaseState {
9
9
  asyncLoader: RequestHelper;
@@ -23,17 +23,21 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
23
23
  protected init(): Promise<void>;
24
24
  protected loadAsync(bindingInfo: GenModels.SimpleBindingInfo): Promise<void>;
25
25
  setValue(value: string, redraw: boolean): void;
26
+ protected onInputBlur(event: React.FocusEvent<any>): void;
27
+ private saveCard;
28
+ private shouldSaveCardWithEditInPlaceValue;
29
+ private isLayoutViewMode;
26
30
  private updateSizeAndPositions;
27
31
  /** Тоже что и {@link InputBasedControlParams.value} */
28
32
  set value(val: string);
29
33
  get value(): string;
30
- protected onValueClick(event: any): void;
34
+ protected onValueClick(): void;
31
35
  protected valueIsMultiline(): boolean;
32
36
  renderPlaceholder(): JSX.Element;
33
37
  protected getCssClass(): string;
34
38
  protected renderInput(): JSX.Element;
35
39
  viewModeRender(): JSX.Element;
36
- editInPlaceModeRender(): JSX.Element;
40
+ editInPlaceModeRender(): {};
37
41
  renderValueAsHtml(): JSX.Element;
38
42
  protected renderInto(props: TextAreaParams, container: HTMLElement): void;
39
43
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
@@ -45,5 +49,5 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
45
49
  checkImageClick: (we: JQuery.Event, event: MouseEvent) => void;
46
50
  onTextChange: (value: string) => void;
47
51
  protected onSummernoteImageUpload(files: FileList): void;
48
- renderControl(): JSX.Element;
52
+ renderControl(): {};
49
53
  }
@@ -1,6 +1,7 @@
1
1
  import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
2
2
  import { TextBox, TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
3
3
  import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
4
+ import React from "react";
4
5
  /** @internal */
5
6
  export interface TextBoxState extends TextBoxParams, TextControlBaseState {
6
7
  }
@@ -11,4 +12,8 @@ export declare class TextBoxImpl extends TextControlBaseImpl<TextBoxParams, Text
11
12
  constructor(props: TextBoxParams, state: TextBoxState);
12
13
  protected renderInto(props: TextBoxParams, container: HTMLElement): void;
13
14
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextBox>;
15
+ protected onInputBlur(event: React.FocusEvent<any>): void;
16
+ private saveCard;
17
+ private shouldSaveCardWithEditInPlaceValue;
18
+ private isLayoutViewMode;
14
19
  }
@@ -1,6 +1,7 @@
1
1
  import { TextControlBaseParams } from "@docsvision/webclient/Platform/TextControlBase";
2
2
  import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
3
3
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
4
+ import React from 'react';
4
5
  /** @internal */
5
6
  export interface TextControlBaseState extends TextControlBaseParams, InputBasedControlState<string> {
6
7
  binding: IBindingResult<string>;
@@ -10,6 +11,7 @@ export declare abstract class TextControlBaseImpl<PropsT extends TextControlBase
10
11
  constructor(props: PropsT, state: StateT);
11
12
  protected abstract renderInto(props: TextControlBaseParams, container: HTMLElement): void;
12
13
  protected onInputChange(event: any): void;
14
+ protected renderInputWithPlaceholder(): React.ReactNode;
13
15
  /** @internal */
14
16
  protected set binding(binding: IBindingResult<string>);
15
17
  protected getTextValue(): string;
@@ -2,14 +2,14 @@
2
2
  export declare class TextListInputView {
3
3
  listInput:
4
4
  import("react").ForwardRefExoticComponent<Pick<
5
- import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "title" | "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" | "isScrollable" | "isDate"> &
5
+ import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "title" | "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" | "isScrollable" | "isDate"> &
6
6
  import("react").RefAttributes<HTMLDivElement>>;
7
7
  clearButton:
8
8
  import("react").FC<
9
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
9
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
10
10
  textInput:
11
11
  import("react").ForwardRefExoticComponent<Pick<
12
- import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "type" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> &
12
+ import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "id" | "lang" | "max" | "min" | "type" | "role" | "crossOrigin" | "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" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> &
13
13
  import("react").RefAttributes<HTMLInputElement>>;
14
14
  wrapper: (props:
15
15
  import("./components/TextListInputWrapper").ITextListInputWrapperProps) => JSX.Element;
@@ -19,7 +19,7 @@ import("./components/ListContent").IListContentProps) => JSX.Element;
19
19
  import("./components/ListItem").IListItemProps) => JSX.Element;
20
20
  checkbox:
21
21
  import("react").ForwardRefExoticComponent<Pick<
22
- import("./components/ListCheckbox").IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "type" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> &
22
+ import("./components/ListCheckbox").IListCheckboxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "id" | "lang" | "max" | "min" | "type" | "role" | "crossOrigin" | "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" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> &
23
23
  import("react").RefAttributes<HTMLInputElement>>;
24
24
  empty: (props:
25
25
  import("./components/ListEmpty").IListEmptyProps) => JSX.Element;
@@ -25,7 +25,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
25
25
  private attachRoot;
26
26
  DialogBox:
27
27
  import("styled-components").StyledComponent<(props:
28
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
28
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
29
  close(): void;
30
30
  render(): JSX.Element;
31
31
  }
@@ -0,0 +1,10 @@
1
+ export declare function getFileListViewResources(resources?: Record<string, unknown>): {
2
+ moreQuotes: unknown;
3
+ moreFiles: unknown;
4
+ closeModal: unknown;
5
+ showFile: unknown;
6
+ openFile: unknown;
7
+ downloadFile: unknown;
8
+ };
9
+ export declare function isOfficeFile(extension: string): boolean;
10
+ export declare const getDocumentIconClass: (extension: string) => "" | " docx" | " xls" | " ppt";
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameBodyContainer } from '@docsvision/webclient/Platform/WebFrameBodyContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameBodyContainer;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
@@ -3,6 +3,7 @@ import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/we
3
3
  import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
4
4
  import { $CompanyLogo, LogoType } from '@docsvision/webclient/Platform/$CompanyLogo';
5
5
  import { $Layout } from '@docsvision/webclient/System/$Layout';
6
+ import { $Router } from "@docsvision/webclient/System/$Router";
6
7
  /**
7
8
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameCompanyLogo}.
8
9
  */
@@ -19,7 +20,7 @@ export declare class WebFrameCompanyLogoParams extends BaseControlParams {
19
20
  alwaysShow?: boolean;
20
21
  /** Путь к логотипу */
21
22
  filePath?: string;
22
- services?: $CompanyLogo & $Layout;
23
+ services?: $CompanyLogo & $Layout & $Router;
23
24
  }
24
25
  export interface WebFrameCompanyLogoState extends WebFrameCompanyLogoParams, BaseControlState {
25
26
  }
@@ -40,6 +41,7 @@ export declare class WebFrameCompanyLogo extends BaseControl<WebFrameCompanyLogo
40
41
  componentDidMount(): void;
41
42
  updateLogoVisibility: () => void;
42
43
  getTypeOfLogo: () => void;
44
+ get isImageAllowed(): boolean;
43
45
  /** ID"company-logo" only for Backward compatibility */
44
46
  /** "company-logo-active/company-logo-hidden" only for Backward compatibility */
45
47
  renderControl(): JSX.Element;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameCompanyLogo } from '@docsvision/webclient/Platform/WebFrameCompanyLogo';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameCompanyLogo;
6
+ };
7
+ export default _default;
8
+ export declare const Text: () => JSX.Element;
9
+ export declare const Hidden: () => JSX.Element;
10
+ export declare const Image: () => JSX.Element;
@@ -1,10 +1,11 @@
1
1
  import { WebFrameContentImpl } from '@docsvision/webclient/Platform/WebFrameContentImpl';
2
- import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
2
+ import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
3
3
  import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
4
4
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
5
5
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
6
6
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
7
7
  import { $LayoutBackground } from '@docsvision/webclient/System/$LayoutBackground';
8
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
8
9
  /**
9
10
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameContent}.
10
11
  */
@@ -17,7 +18,7 @@ export declare class WebFrameContentParams extends BaseControlParams {
17
18
  backgroundType?: GenModels.BackgroundType;
18
19
  /** Стиль отображения фона */
19
20
  backgroundStyle?: GenModels.BackgroundStyle;
20
- services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground;
21
+ services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground & $WebFrameContentHeight & $DeviceType & $IsIE;
21
22
  }
22
23
  export interface WebFrameContentState extends WebFrameContentParams, BaseControlState {
23
24
  }
@@ -7,11 +7,13 @@ import React from 'react';
7
7
  export declare class WebFrameContentImpl extends BaseControlImpl<WebFrameContentParams, WebFrameContentState> {
8
8
  private content;
9
9
  private backgroundUnsubscribe;
10
+ private heightUnsubscribe;
10
11
  componentDidMount(): void;
11
12
  componentWillUnmount(): void;
12
13
  private setBackgroundStyle;
13
14
  protected getCssStyle(): React.CSSProperties;
14
15
  protected handleClick(event: React.MouseEvent<any>): void;
15
16
  hideMainMenu: () => void;
17
+ private get webFrameContentStyle();
16
18
  protected renderControl(): JSX.Element;
17
19
  }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameCurrentPageName } from '@docsvision/webclient/Platform/WebFrameCurrentPageName';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameCurrentPageName;
6
+ };
7
+ export default _default;
8
+ export declare const DocumentTitle: () => JSX.Element;
@@ -5,6 +5,7 @@ import { WebFrameHeaderContainerImpl } from '@docsvision/webclient/Platform/WebF
5
5
  import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
6
6
  import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
7
7
  import { $Layout } from '@docsvision/webclient/System/$Layout';
8
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
8
9
  /**
9
10
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameHeaderContainer}.
10
11
  */
@@ -12,7 +13,7 @@ export declare class WebFrameHeaderContainerParams extends PanelParams {
12
13
  /** Стандартный CSS класс со стилями элемента управления */
13
14
  standardCssClass?: string;
14
15
  height?: number;
15
- services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout;
16
+ services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout & $WebFrameContentHeight;
16
17
  }
17
18
  export interface WebFrameHeaderContainerState extends WebFrameHeaderContainerParams, PanelState {
18
19
  }
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameHeaderContainer } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameHeaderContainer;
6
+ };
7
+ export default _default;
8
+ export declare const Appearance: () => JSX.Element;
9
+ export declare const CustomHeight: () => JSX.Element;
10
+ export declare const WithLogo: () => JSX.Element;
11
+ export declare const WithTextBox: () => JSX.Element;
12
+ export declare const WithNumber: () => JSX.Element;
13
+ export declare const WithButton: () => JSX.Element;
14
+ export declare const WithUrl: () => JSX.Element;
15
+ export declare const WithRadioGroup: () => JSX.Element;
16
+ export declare const WithLabel: () => JSX.Element;
17
+ export declare const WithDropdown: () => JSX.Element;
@@ -7,8 +7,8 @@ import { Subscription } from 'effector';
7
7
  */
8
8
  export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams, WebFrameHeaderContainerState> {
9
9
  visibilityControlsUnsubscribe: Subscription;
10
- constructor(props: WebFrameHeaderContainerParams, state: WebFrameHeaderContainerState);
11
10
  componentDidMount(): void;
11
+ componentDidUpdate(): void;
12
12
  componentWillUnmount(): void;
13
13
  private visibilityControls;
14
14
  hideUserMenu: (e: any) => void;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameHelpButton } from '@docsvision/webclient/Platform/WebFrameHelpButton';
3
+ import "./WebFrameHelpButton.stories.css";
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof WebFrameHelpButton;
7
+ };
8
+ export default _default;
9
+ export declare const InsideMenu: () => JSX.Element;
10
+ export declare const InsideFrame: () => JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameMainMenuButton } from '@docsvision/webclient/Platform/WebFrameMainMenuButton';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameMainMenuButton;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
@@ -4,6 +4,7 @@ import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/We
4
4
  import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
5
5
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
6
6
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
7
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
7
8
  /**
8
9
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameMainMenuContainer}.
9
10
  */
@@ -16,7 +17,7 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
16
17
  isClosed?: boolean;
17
18
  /** Скрыт ли ползунок для ресайза */
18
19
  isHandleHidden?: boolean;
19
- services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE;
20
+ services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE & $WebFrameContentHeight;
20
21
  }
21
22
  export interface WebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, PanelState {
22
23
  }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameMainMenuContainer } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameMainMenuContainer;
6
+ };
7
+ export default _default;
8
+ export declare const LeftOpenPosition: () => JSX.Element;
9
+ export declare const RightOpenPosition: () => JSX.Element;
10
+ export declare const PinedPosition: () => JSX.Element;
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
3
2
  import { WebFrameMainMenuContainerParams, WebFrameMainMenuContainerState } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
3
+ import React from 'react';
4
4
  /**
5
5
  * Класс элемента управления WebFrameMainMenuContainer.
6
6
  */
@@ -13,6 +13,8 @@ export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMai
13
13
  private showOnRightSide;
14
14
  UNSAFE_componentWillMount(): void;
15
15
  componentDidMount(): void;
16
+ protected getCssStyle(): React.CSSProperties;
17
+ private get minHeightSidebar();
16
18
  get getElement(): HTMLElement;
17
19
  preventClick: (e: any) => void;
18
20
  switchView: (e: any) => void;
@@ -4,6 +4,7 @@ import { WebFrameNavigationBarImpl } from '@docsvision/webclient/Platform/WebFra
4
4
  import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
5
5
  import { NavBarMode } from '@docsvision/webclient/Legacy/NavBarMode';
6
6
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
7
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
7
8
  /**
8
9
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameNavigationBar}.
9
10
  */
@@ -12,7 +13,7 @@ export declare class WebFrameNavigationBarParams extends PanelParams {
12
13
  standardCssClass?: string;
13
14
  mode?: NavBarMode;
14
15
  modeLock?: string;
15
- services?: $ApplicationSettings & $LocalStorage;
16
+ services?: $ApplicationSettings & $LocalStorage & $WebFrameContentHeight;
16
17
  }
17
18
  export interface WebFrameNavigationBarState extends WebFrameNavigationBarParams, PanelState {
18
19
  mode: NavBarMode;
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
3
+ import './WebFrameNavigationBar.stories.css';
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof WebFrameNavigationBar;
7
+ };
8
+ export default _default;
9
+ export declare const NavButtons: () => JSX.Element;
10
+ export declare const SelectView: () => JSX.Element;
11
+ export declare const SelectViewList: () => JSX.Element;
12
+ export declare const NavPanelInMobileTabs: () => JSX.Element;
13
+ export declare const WithTextBox: () => JSX.Element;
14
+ export declare const WithNumber: () => JSX.Element;
15
+ export declare const WithButton: () => JSX.Element;
16
+ export declare const WithUrl: () => JSX.Element;
17
+ export declare const WithRadioGroup: () => JSX.Element;
18
+ export declare const WithLabel: () => JSX.Element;
19
+ export declare const WithDropdown: () => JSX.Element;
@@ -7,6 +7,8 @@ import React from 'react';
7
7
  */
8
8
  export declare class WebFrameNavigationBarImpl extends PanelImpl<WebFrameNavigationBarParams, WebFrameNavigationBarState> {
9
9
  mobileContainer: HTMLElement;
10
+ componentDidMount(): void;
11
+ componentDidUpdate(): void;
10
12
  protected renderChildren(children?: GenModels.ControlModel[]): React.ReactNode[];
11
13
  hideMainMenu: () => void;
12
14
  unsetContent: () => void;