@docsvision/webclient 6.1.6-beta.1 → 6.1.8

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 (176) hide show
  1. package/Account/Altcha.d.ts +10 -0
  2. package/Account/LoginContainer.d.ts +2 -0
  3. package/Account/LoginLogic.d.ts +18 -1
  4. package/Application.d.ts +3 -3
  5. package/BackOffice/AddressStoriesData.d.ts +21 -0
  6. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  7. package/BackOffice/BackofficeConstants.d.ts +1 -0
  8. package/BackOffice/CardKindStoriesData.d.ts +44 -0
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  12. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  13. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  14. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  17. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  18. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  19. package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
  20. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  21. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  22. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  23. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  24. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  25. package/BackOffice/EmailButtonView.d.ts +2 -2
  26. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  28. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  29. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  30. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  31. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  32. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  33. package/BackOffice/LinksStoriesData.d.ts +60 -0
  34. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  35. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  36. package/BackOffice/PartnerBase.d.ts +2 -2
  37. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  38. package/BackOffice/Powers.d.ts +1 -1
  39. package/BackOffice/PowersImpl.d.ts +1 -1
  40. package/BackOffice/PrintButtonView.d.ts +1 -1
  41. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  42. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  43. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  44. package/BackOffice/TasksStoriesData.d.ts +36 -0
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/ToSearchArea.d.ts +3 -0
  47. package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
  48. package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
  49. package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
  50. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  51. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  52. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  53. package/Legacy/ILegacyRouter.d.ts +1 -0
  54. package/Legacy/StandardControllers.d.ts +2 -2
  55. package/Legacy/Utils.d.ts +2 -0
  56. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  57. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  58. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  59. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  60. package/Platform/CardLink.d.ts +7 -7
  61. package/Platform/CertificateSettingsView.d.ts +1 -1
  62. package/Platform/CheckFileAllowed.d.ts +2 -0
  63. package/Platform/CheckFilesAllowed.d.ts +1 -0
  64. package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
  65. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  66. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  67. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  68. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  69. package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
  70. package/Platform/FolderGridService.d.ts +4 -4
  71. package/Platform/FolderNameImpl.d.ts +0 -1
  72. package/Platform/FolderRouteHelpers.d.ts +1 -4
  73. package/Platform/FolderViewItemsImpl.d.ts +26 -28
  74. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  75. package/Platform/ListCheckbox.d.ts +1 -1
  76. package/Platform/ListInput.d.ts +1 -1
  77. package/Platform/LoaderDialog.d.ts +1 -1
  78. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  79. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  80. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  81. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  82. package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
  83. package/Platform/SearchTextInput.d.ts +1 -1
  84. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  85. package/Platform/TextBoxInputField.d.ts +1 -1
  86. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  87. package/Platform/TextListInputView.d.ts +3 -3
  88. package/Platform/UserProfileDialog.d.ts +1 -1
  89. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  90. package/StandardServices.d.ts +1 -2
  91. package/System/DirectoryBaseImpl.d.ts +1 -0
  92. package/System/DirectorySelectDialog.d.ts +2 -2
  93. package/System/DownloadsTab.d.ts +578 -0
  94. package/System/FileControllerStub.d.ts +14 -0
  95. package/System/FilePreviewStub.d.ts +4 -0
  96. package/System/GroupMenuChildrenModelStub.d.ts +64 -0
  97. package/System/LinkMainMenuModelStub.d.ts +22 -0
  98. package/System/PagesControllerStub.d.ts +9 -0
  99. package/System/ProfileTab.d.ts +1349 -0
  100. package/System/RealtimeCommunicationService.d.ts +17 -2
  101. package/System/ResourcesStub.d.ts +8 -0
  102. package/System/Router.d.ts +2 -1
  103. package/System/SearchingResultsStub.d.ts +48 -0
  104. package/System/SettingsTab.d.ts +716 -0
  105. package/System/StatusTab.d.ts +1135 -0
  106. package/System/StorybookStory.d.ts +8 -4
  107. package/System/TableStub.d.ts +617 -0
  108. package/package.json +1 -1
  109. package/Account/Login.stories.d.ts +0 -12
  110. package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
  111. package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
  112. package/BackOffice/DirectoryTree.stories.d.ts +0 -9
  113. package/BackOffice/DirectoryValues.stories.d.ts +0 -8
  114. package/BackOffice/EmailButton.stories.d.ts +0 -10
  115. package/BackOffice/FileListControl.stories.d.ts +0 -10
  116. package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
  117. package/BackOffice/Numerator.stories.d.ts +0 -8
  118. package/BackOffice/Powers.stories.d.ts +0 -20
  119. package/BackOffice/PowersDirectory.stories.d.ts +0 -20
  120. package/BackOffice/SignatureButton.stories.d.ts +0 -10
  121. package/BackOffice/SignatureDialog.stories.d.ts +0 -25
  122. package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
  123. package/BackOffice/StaffDirectory.stories.d.ts +0 -24
  124. package/BackOffice/TasksTable.stories.d.ts +0 -21
  125. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
  126. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
  127. package/Helpers/Button.stories.d.ts +0 -8
  128. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
  129. package/Helpers/EmployeeName.stories.d.ts +0 -8
  130. package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
  131. package/Helpers/SearchBar.stories.d.ts +0 -8
  132. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
  133. package/Legacy/$FolderViews.d.ts +0 -8
  134. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  135. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  136. package/Legacy/FilterSidePanel.d.ts +0 -4
  137. package/Legacy/FolderViewHandler.d.ts +0 -9
  138. package/Legacy/FolderViews.d.ts +0 -26
  139. package/Legacy/FormFactor.d.ts +0 -5
  140. package/Legacy/Grid.d.ts +0 -50
  141. package/Legacy/GridModeService.d.ts +0 -10
  142. package/Legacy/GridRowSelectionService.d.ts +0 -12
  143. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  144. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  145. package/Legacy/ISortingColumn.d.ts +0 -5
  146. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  147. package/Platform/Aggregates.stories.d.ts +0 -8
  148. package/Platform/Diagram.stories.d.ts +0 -11
  149. package/Platform/Dropdown.stories.d.ts +0 -12
  150. package/Platform/FilePicker.stories.d.ts +0 -11
  151. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  152. package/Platform/FolderGrid.stories.d.ts +0 -17
  153. package/Platform/FolderTypeItems.stories.d.ts +0 -9
  154. package/Platform/FolderViewItems.stories.d.ts +0 -9
  155. package/Platform/GridManagement.d.ts +0 -8
  156. package/Platform/OpenedDialogFixture.d.ts +0 -2
  157. package/Platform/QueryCondition.stories.d.ts +0 -5
  158. package/Platform/Quotes.stories.d.ts +0 -8
  159. package/Platform/ScanDialogService.stories.d.ts +0 -22
  160. package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
  161. package/Platform/SettingsPopup.stories.d.ts +0 -1
  162. package/Platform/Tab.stories.d.ts +0 -9
  163. package/Platform/TextBox.stories.d.ts +0 -18
  164. package/Platform/Toolbar.stories.d.ts +0 -12
  165. package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
  166. package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
  167. package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
  168. package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
  169. package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
  170. package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
  171. package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
  172. package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
  173. package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
  174. package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
  175. package/System/LocationContainerControl.stories.d.ts +0 -18
  176. package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
@@ -0,0 +1,9 @@
1
+ import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
4
+ export declare class PagesControllerStub implements GenControllers.IPagesController {
5
+ recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
6
+ recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
7
+ favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
8
+ favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
9
+ }