@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
@@ -85,9 +85,9 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
85
85
  style?: React.CSSProperties;
86
86
  tabIndex?: number;
87
87
  title?: string;
88
- translate?: "yes" | "no";
88
+ translate?: "no" | "yes";
89
89
  radioGroup?: string;
90
- role?: React.AriaRole;
90
+ role?: string;
91
91
  about?: string;
92
92
  datatype?: string;
93
93
  inlist?: any;
@@ -108,7 +108,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
108
108
  results?: number;
109
109
  security?: string;
110
110
  unselectable?: "on" | "off";
111
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
111
+ inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
112
112
  is?: string;
113
113
  'aria-activedescendant'?: string;
114
114
  'aria-atomic'?: boolean | "true" | "false";
@@ -119,7 +119,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
119
119
  'aria-colindex'?: number;
120
120
  'aria-colspan'?: number;
121
121
  'aria-controls'?: string;
122
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
122
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
123
123
  'aria-describedby'?: string;
124
124
  'aria-details'?: string;
125
125
  'aria-disabled'?: boolean | "true" | "false";
@@ -128,7 +128,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
128
128
  'aria-expanded'?: boolean | "true" | "false";
129
129
  'aria-flowto'?: string;
130
130
  'aria-grabbed'?: boolean | "true" | "false";
131
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
131
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid";
132
132
  'aria-hidden'?: boolean | "true" | "false";
133
133
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
134
134
  'aria-keyshortcuts'?: string;
@@ -2,6 +2,7 @@ import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
2
2
  import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
3
3
  import { RouteType } from "@docsvision/webclient/System/RouteType";
4
4
  import { IFolderPageRouteData } from '@docsvision/webclient/Platform/IFolderPageRouteData';
5
+ import { $ApplicationSettings, $IsIE } from "@docsvision/webclient/StandardServices";
5
6
  import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackground";
6
7
  import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
7
8
  /** @internal */
@@ -11,7 +12,7 @@ export declare class FolderWebFrameRouteHandler implements IRouteHandler<IFolder
11
12
  private layoutContainerName;
12
13
  private webFrameContentBackgroundClass;
13
14
  private webFrameContentName;
14
- constructor(services: $LayoutBackground & $LayoutManager);
15
+ constructor(services: $ApplicationSettings & $IsIE & $LayoutBackground & $LayoutManager);
15
16
  private routeTypeCheck;
16
17
  private filterClasses;
17
18
  mountRoute(data: IFolderPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
@@ -1,14 +1,13 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
2
  export interface IAggregatesState {
3
3
  loading: boolean;
4
+ /** Имеются выбранные пользователем значения, которые необходимо применить вручную нажатием кнопки. */
5
+ waitingCommandToLoad?: boolean;
4
6
  }
5
7
  export interface IAggregate extends GenModels.GridAggregateModel {
6
8
  /** Развернуты ли значения агрегации следующего уровня */
7
9
  expanded?: boolean;
8
10
  }
9
- export interface IAggregatesServiceOptions {
10
- enabled: boolean;
11
- }
12
11
  export interface ISelectItemData {
13
12
  item: GenModels.GridAggregateValue;
14
13
  value: boolean;
@@ -16,8 +15,14 @@ export interface ISelectItemData {
16
15
  export interface AggregateItem extends GenModels.GridAggregateValue {
17
16
  aggregationAlias: string;
18
17
  }
19
- export interface IAggregateServiceOptions {
18
+ export interface IAggregatesServiceOptions {
20
19
  enabled: boolean;
20
+ /**
21
+ * Таймаут в милисекундах, после которого выбранные значения применяются.
22
+ */
23
+ applyTimeout?: number;
24
+ /** Значение true (по умолчанию) отключает автоматическое применение, отображая кнопку для применения вручную. */
25
+ applyButton?: boolean;
21
26
  }
22
27
  export interface GridAggregatesRequest {
23
28
  folderId: string;
@@ -26,6 +31,7 @@ export interface GridAggregatesRequest {
26
31
  }
27
32
  export interface ILoadItemsOptions {
28
33
  dropFilters?: boolean;
34
+ loadSelection?: boolean;
29
35
  }
30
36
  export declare enum AggregatesItemType {
31
37
  CheckBox = 0,
@@ -8,7 +8,7 @@ export interface IUnreadRowExtendedData extends ExtendedData {
8
8
  unread: IUnreadRowData;
9
9
  }
10
10
  export declare const UNREAD_ROW_PLUGIN_ID: string;
11
- export declare function getUnreadRowPluginData(row: IRow): IUnreadRowData;
11
+ export declare function getUnreadRow(row: IRow): IUnreadRowData;
12
12
  export interface IUnreadTableData extends IPluginData {
13
13
  folderId: string;
14
14
  }
@@ -3,4 +3,4 @@ import React from 'react';
3
3
  import './ListCheckbox.css';
4
4
  export interface IListCheckboxProps extends HtmlProps.input {
5
5
  }
6
- export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLInputElement>>;
@@ -6,4 +6,4 @@ export interface IListInputProps extends HtmlProps.div {
6
6
  isScrollable: boolean;
7
7
  isDate: boolean;
8
8
  }
9
- export declare const ListInput: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLDivElement>>;
9
+ export declare const ListInput: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLDivElement>>;
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
12
12
  cancel: () => void;
13
13
  DialogBox:
14
14
  import("styled-components").StyledComponent<(props:
15
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
15
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
16
16
  LoadingSpan:
17
17
  import("styled-components").StyledComponent<"span", any, {}, never>;
18
18
  render(): JSX.Element;
@@ -12,6 +12,8 @@ export declare class NumberParams extends InputBasedControlParams<number> {
12
12
  standardCssClass?: string;
13
13
  /** Количество символов в дробной части. Если значение = NumberImpl.INFINITY_FRACTION_DIGITS, то можно писать сколько угодно чисел после запятой. */
14
14
  fractionDigits?: number;
15
+ /** Использовать разделитель групп разрядов */
16
+ digitSeparators?: boolean;
15
17
  /** Флаг, показывающий, может ли число быть отрицательным */
16
18
  negativeFlag?: boolean;
17
19
  /** Максимально допустимое число вводимых символов */
@@ -1,5 +1,5 @@
1
1
  import { NumberParams } from "@docsvision/webclient/Platform/Number";
2
- import "@docsvision/webclient/Platform/toLocaleStringPolifill";
2
+ import "@docsvision/webclient/Platform/toLocaleStringPolyfill";
3
3
  import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
4
4
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
5
5
  import { IValidationResult } from '@docsvision/webclient/System/IValidationResult';
@@ -8,6 +8,7 @@ import React from "react";
8
8
  /** @internal */
9
9
  export interface NumberState extends NumberParams, InputBasedControlState<number> {
10
10
  binding: IBindingResult<number>;
11
+ isBlur: boolean;
11
12
  }
12
13
  /** @internal */
13
14
  export declare type NumberImplState = NumberState;
@@ -36,6 +37,9 @@ export declare class NumberImpl extends InputBasedControlImpl<number, NumberPara
36
37
  getValue(): number;
37
38
  protected attachInput(elem: HTMLInputElement): void;
38
39
  protected onInputBlur(event: React.FocusEvent<any>): void;
40
+ private saveCard;
41
+ private shouldSaveCardWithEditInPlaceValue;
42
+ private isLayoutViewMode;
39
43
  validate(params: any): IValidationResult;
40
44
  protected parseStringValue: (value: string, trim: boolean) => number;
41
45
  protected processInputValue(): void;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { IComposition } from '@docsvision/web/core/composition';
3
+ import './Quotes.css';
4
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
5
+ import { $LayoutFileController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
6
+ import { IComponentProps } from '@docsvision/web/core/component';
7
+ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
8
+ import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
9
+ import { ICellData } from '@docsvision/web/components/table/interfaces';
10
+ import { $FilePreview } from '@docsvision/webclient/Platform/$FilePreview';
11
+ import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview';
12
+ export interface IQuotesProps extends IComponentProps {
13
+ composition: IComposition<"TableCell", ICellData, $LayoutFileController & $LocalStorage & $FileDownload & $FilePreview & $FilePreviewServices>;
14
+ resources: Record<string, unknown>;
15
+ quotes: GenModels.CardQuotes;
16
+ services: $LayoutFileController & $LocalStorage;
17
+ }
18
+ export declare function Quotes(props: IQuotesProps): JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { Quotes } from "@docsvision/webclient/Platform/Quotes";
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof Quotes;
6
+ };
7
+ export default _default;
8
+ export declare const QuotesStory: () => JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from "@docsvision/web/core/component";
3
+ import './QuotesButtonMore.css';
4
+ export interface IQuotesButtonMoreProps extends HtmlProps.button {
5
+ }
6
+ export declare function QuotesButtonMore(props: IQuotesButtonMoreProps): JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ import { HtmlProps } from "@docsvision/web/core/component";
4
+ import './QuotesHighlight.css';
5
+ export interface IQuotesHighlightProps extends HtmlProps.span {
6
+ quotesParts: GenModels.QuotePart[];
7
+ }
8
+ export declare function QuotesHighlight(props: IQuotesHighlightProps): JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from "@docsvision/web/core/component";
3
+ import './QuotesInner';
4
+ export interface IQuotesInnerProps extends HtmlProps.div {
5
+ }
6
+ export declare function QuotesInner(props: IQuotesInnerProps): JSX.Element;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import './QuotesItem.css';
4
+ import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
5
+ export interface IQuotesItem {
6
+ file: GenModels.FileQuotes;
7
+ resources: {
8
+ [key: string]: unknown;
9
+ };
10
+ showFilePreview(file: GenModels.FileQuotes): void;
11
+ downloadFile(file: GenModels.FileQuotes): void;
12
+ openFileInExternalEditor(file: GenModels.FileQuotes): void;
13
+ logic: QuotesLogic;
14
+ }
15
+ export declare function QuotesItem({ file, resources, showFilePreview, downloadFile, openFileInExternalEditor, logic }: IQuotesItem): JSX.Element;
@@ -0,0 +1,40 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IQuotesProps } from "@docsvision/webclient/Platform/Quotes";
3
+ import { ComponentLogic } from "@docsvision/web/core/component";
4
+ export declare const LIMIT_QUOTES_FILES = 2;
5
+ export declare const LIMIT_QUOTES_FILES_EXPANDED = 5;
6
+ export declare const LIMIT_QUOTES_EXPANDED = 30;
7
+ export declare class QuotesLogic extends ComponentLogic<IQuotesProps> {
8
+ domain:
9
+ import("effector").Domain;
10
+ $fileList:
11
+ import("effector").Store<GenModels.CardQuotes>;
12
+ setFileList:
13
+ import("effector").Event<GenModels.CardQuotes>;
14
+ $moreFilesExpanded:
15
+ import("effector").Store<boolean>;
16
+ setMoreFilesExpanded:
17
+ import("effector").Event<boolean | void>;
18
+ $modalShown:
19
+ import("effector").Store<boolean>;
20
+ setModalShown:
21
+ import("effector").Event<boolean>;
22
+ switchModalShown:
23
+ import("effector").Event<void>;
24
+ $activeFile:
25
+ import("effector").Store<GenModels.FileQuotes>;
26
+ setActiveFile:
27
+ import("effector").Event<GenModels.FileQuotes>;
28
+ limitFiles: number;
29
+ showMoreQuotes:
30
+ import("effector").Event<GenModels.FileQuotes>;
31
+ downloadFile:
32
+ import("effector").Event<GenModels.FileQuotes>;
33
+ showMoreFiles:
34
+ import("effector").Event<void>;
35
+ showFilePreview:
36
+ import("effector").Event<GenModels.FileQuotes>;
37
+ openFileInExternalEditor:
38
+ import("effector").Event<GenModels.FileQuotes>;
39
+ init(): void;
40
+ }
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import { QuotesLogic } from '@docsvision/webclient/Platform/QuotesLogic';
4
+ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
5
+ import { HtmlProps } from '@docsvision/web/core/component';
6
+ import './QuotesModal.css';
7
+ export interface IQuotesModalProps extends HtmlProps.div {
8
+ services: $LocalStorage;
9
+ file: GenModels.FileQuotes;
10
+ resources: Record<string, unknown>;
11
+ logic: QuotesLogic;
12
+ isOpen: boolean;
13
+ }
14
+ export declare function QuotesModal(props: IQuotesModalProps): JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import './QuotesModalButtonBlock.css';
3
+ import { HtmlProps } from "@docsvision/web/core/component";
4
+ export interface IQuotesModalButtonBlockProps extends HtmlProps.div {
5
+ }
6
+ export declare function QuotesModalButtonBlock(props: IQuotesModalButtonBlockProps): JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+ import './QuotesModalQuote.css';
4
+ export interface IQuotesModalQuoteProps extends HtmlProps.div {
5
+ }
6
+ export declare function QuotesModalQuote(props: IQuotesModalQuoteProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import { TablePlugins } from "@docsvision/web/components/table/interfaces";
2
+ export declare const QuotesFeature = "QuotesFeature";
3
+ export declare const QUOTES_COLUMN = "_FilesCitations";
4
+ export declare const TableCellQuotesContent: TablePlugins.Cell.Component;
@@ -0,0 +1,16 @@
1
+ import { QuotesButtonMore } from "@docsvision/webclient/Platform/QuotesButtonMore";
2
+ import { QuotesInner } from "@docsvision/webclient/Platform/QuotesInner";
3
+ import { QuotesWrapper } from "@docsvision/webclient/Platform/QuotesWrapper";
4
+ import { QuotesItem } from "@docsvision/webclient/Platform/QuotesItem";
5
+ import { QuotesModalQuote } from "@docsvision/webclient/Platform/QuotesModalQuote";
6
+ import { QuotesHighlight } from "@docsvision/webclient/Platform/QuotesHighlight";
7
+ import { QuotesModal } from "@docsvision/webclient/Platform/QuotesModal";
8
+ export declare class QuotesView {
9
+ fileItem: typeof QuotesItem;
10
+ wrapper: typeof QuotesWrapper;
11
+ list: typeof QuotesInner;
12
+ more: typeof QuotesButtonMore;
13
+ modal: typeof QuotesModal;
14
+ modalQuote: typeof QuotesModalQuote;
15
+ light: typeof QuotesHighlight;
16
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from "@docsvision/web/core/component";
3
+ import './QuotesWrapper.css';
4
+ export interface IFileListWrapperProps extends HtmlProps.div {
5
+ }
6
+ export declare function QuotesWrapper(props: IFileListWrapperProps): JSX.Element;
@@ -21,7 +21,7 @@ export declare class ReadBatchOperationParams extends BaseControlParams {
21
21
  standardCssClass?: string;
22
22
  /** Текст кнопки операции. */
23
23
  buttonText?: string;
24
- services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $FolderDataLoading & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController & $RefreshUnreadCounters & $CurrentFolder;
24
+ services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $FolderDataLoading & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices & Router & $BaseCardController & $RefreshUnreadCounters & $CurrentFolder & $FolderDataLoading;
25
25
  }
26
26
  /**
27
27
  * Класс элемента управления ReadBatchOperation.
@@ -4,10 +4,12 @@ import { PanelImpl, PanelState } from "@docsvision/webclient/Platform/PanelImpl"
4
4
  import { $GridOptions, IGridOptions } from '@docsvision/webclient/Platform/$GridOptions';
5
5
  import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
6
6
  import React from "react";
7
+ import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
7
8
  import { $FolderGrid } from '@docsvision/webclient/Platform/$FolderGrid';
9
+ import { $IsIE } from "@docsvision/webclient/StandardServices";
8
10
  import { IFolderDataLoader } from '@docsvision/webclient/Platform/IFolderDataLoader';
9
11
  export declare const TABLE_BLOCK_SCROLL_CLASS = "table-scroll-block";
10
- export declare type RecentCardsDashboardWidgetServices = RecentCardsDashboardWidgetParams["services"] & $GridOptions & $FolderGrid;
12
+ export declare type RecentCardsDashboardWidgetServices = RecentCardsDashboardWidgetParams["services"] & $GridOptions & $FolderGrid & $IsIE & $ExperimentalFeature;
11
13
  /** @internal */
12
14
  export interface RecentCardsDashboardWidgetState extends RecentCardsDashboardWidgetParams, PanelState {
13
15
  gridModel: GenModels.CardListViewModel;
@@ -6,12 +6,13 @@ import { RouteType } from "@docsvision/webclient/System/RouteType";
6
6
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
7
7
  import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
8
8
  import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
9
+ import { $IsIE } from '@docsvision/webclient/StandardServices';
9
10
  /** @internal */
10
11
  export declare class RecentCardsRouteHandler implements IRouteHandler<IRecentCardsRouteData> {
11
12
  private services;
12
13
  private gridLocationName;
13
14
  name: string;
14
- constructor(services: $GridController & $LayoutManager & $ExperimentalFeature);
15
+ constructor(services: $GridController & $LayoutManager & $ExperimentalFeature & $IsIE);
15
16
  protected getGridModelLoader: () => IFolderDataLoader;
16
17
  loadRouteData(knownRouteData: Partial<IRecentCardsRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
17
18
  mountRoute(data: IRecentCardsRouteData, routeType: RouteType): Promise<RouteHandleResult>;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  export interface IScrollTopBottomButtonsProps {
3
3
  isVisible: boolean;
4
+ downClickDisabled: boolean;
4
5
  onUpClick: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
5
6
  onDownClick: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
6
7
  onMouseOver: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
@@ -11,6 +11,8 @@ import("effector").Store<number>;
11
11
  $lastScrollTime:
12
12
  import("effector").Store<number>;
13
13
  $visibility:
14
+ import("effector").Store<boolean>;
15
+ $downClickDisabled:
14
16
  import("effector").Store<boolean>;
15
17
  $mouseOverOutFlag:
16
18
  import("effector").Store<boolean>;
@@ -1,9 +1,9 @@
1
1
  import { IFolderPluginFactory } from "@docsvision/webclient/Platform/IFolderPluginFactory";
2
- import { ICommonFolderInfo } from '@docsvision/webclient/Platform/ICommonFolderInfo';
3
- import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
4
- import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
5
- import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
6
- import { $UnreadCounter } from '@docsvision/webclient/Platform/$UnreadCounter';
2
+ import { ICommonFolderInfo } from "@docsvision/webclient/Platform/ICommonFolderInfo";
3
+ import { $CurrentLocation } from "@docsvision/webclient/System/LayoutServices";
4
+ import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
5
+ import { $CardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
6
+ import { $UnreadCounter } from "@docsvision/webclient/Platform/$UnreadCounter";
7
7
  import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
8
8
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
9
9
  import { ITablePlugins } from "@docsvision/web/components/table/interfaces";
@@ -3,4 +3,4 @@ import React from 'react';
3
3
  import './SearchTextInput.css';
4
4
  export interface ISearchTextInputProps extends HtmlProps.input {
5
5
  }
6
- export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<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"> & React.RefAttributes<HTMLInputElement>>;
@@ -1,11 +1,15 @@
1
1
  import { $StaffDirectoryItemsServices } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
2
- import { $SecurityController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { $LayoutRowController, $LayoutStaffController, $SecurityController, $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
3
3
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
4
4
  import { ModalHost } from '@docsvision/webclient/Helpers/ModalHost';
5
+ import { AccessInheritanceButtons } from '@docsvision/webclient/Platform/AccessInheritanceButtons';
5
6
  import { showDisableInheritanceModeSelectDialog } from '@docsvision/webclient/Platform/DisableInheritanceModeSelectDialog';
6
7
  import { ColumnWidthOptions } from '@docsvision/webclient/Platform/ColumnWidthOptions';
7
8
  import { SecurityDescriptorDialogLogic } from '@docsvision/webclient/Platform/SecurityDescriptorDialogLogic';
8
9
  import { $CurrentEmployeeId, $DeviceType } from '@docsvision/webclient/StandardServices';
10
+ import { $CardInfo, $EditOperationStore, $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
11
+ import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
12
+ import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
9
13
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
10
14
  import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
11
15
  import { IComponentProps } from '@docsvision/web/core/component';
@@ -17,17 +21,16 @@ export interface SecurityDescriptorDialogProps extends IComponentProps<SecurityD
17
21
  canEdit?: boolean;
18
22
  isOpen: boolean;
19
23
  onClose: () => void;
20
- services: $SecurityDescriptorDialogServices;
24
+ services: $SecurityDescriptorDialogServices & $LayoutInfo & $EditOperationStore & $StaffDirectoryItemsController & $CardInfo & Partial<$LabelWidth> & Partial<$LocalStorage> & $LayoutStaffController & $LayoutRowController & $LayoutManager;
21
25
  }
22
26
  export declare class SecurityDescriptorDialogView {
23
27
  frame: (props:
24
28
  import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
25
29
  table: (props:
26
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
30
+ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
27
31
  tableHead: (props:
28
32
  import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
29
- inheritanceButtons: (props:
30
- import("./components/AcesssInheritanceButtons").AcesssInheritanceButtonsProps) => JSX.Element;
33
+ inheritanceButtons: typeof AccessInheritanceButtons;
31
34
  aclRow: (props:
32
35
  import("./components/AccessListEntryRow").AccessListEntryRowProps) => JSX.Element;
33
36
  aclRowTrustee: (props:
@@ -1,15 +1,19 @@
1
- import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
1
+ import { $GridController, $LayoutUserSettingsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { $SaveColumns } from "@docsvision/webclient/Platform/$SaveColumns";
3
+ import { $FolderHelp } from "@docsvision/webclient/Platform/$FolderHelp";
4
+ import { $CacheManagement } from "@docsvision/webclient/Platform/$CacheManagement";
3
5
  import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
4
6
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
5
7
  import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
6
- import { $DeviceType } from "@docsvision/webclient/StandardServices";
8
+ import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
9
+ import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
10
+ import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
7
11
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
8
12
  import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
9
13
  import { $ResizeColumn } from "@docsvision/web/components/table/plugins/resize-column";
10
14
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
11
15
  import { IComposition } from "@docsvision/web/core/composition";
12
- export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType;
16
+ export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType & $FolderInfo & $WebFrameSearchPanel & $FolderHelp & $ApplicationSettings & $LayoutUserSettingsController & $CacheManagement;
13
17
  export declare const SettingsPlugin: {
14
18
  name: string;
15
19
  iconClass: string;
@@ -2,5 +2,6 @@ import React from 'react';
2
2
  import './SettingsPopupCheckBoxContainer.css';
3
3
  export interface ISettingsPopupCheckBoxContainer extends React.HTMLAttributes<HTMLDivElement> {
4
4
  checkBox: () => React.ReactNode;
5
+ draggable: boolean;
5
6
  }
6
7
  export declare const SettingsPopupCheckBoxContainer: (props: ISettingsPopupCheckBoxContainer) => JSX.Element;