@docsvision/webclient 5.16.0-beta.4 → 5.17.0-beta.10

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 (219) hide show
  1. package/Approval/AgreementHistoryImpl.d.ts +2 -0
  2. package/Approval/AgreementList.d.ts +2 -2
  3. package/Approval/AgreementListContent.d.ts +1 -0
  4. package/Approval/AgreementListImpl.d.ts +3 -0
  5. package/Approval/IAgreementListContentProps.d.ts +2 -0
  6. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +5 -4
  7. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +2 -0
  8. package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
  9. package/BackOffice/Address.d.ts +3 -2
  10. package/BackOffice/CardKind.d.ts +3 -2
  11. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  12. package/BackOffice/ColumnSettingsDialog.d.ts +2 -0
  13. package/BackOffice/CreateWindow.d.ts +2 -1
  14. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  15. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
  16. package/BackOffice/Department.d.ts +3 -2
  17. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  18. package/BackOffice/DepartmentImpl.d.ts +2 -0
  19. package/BackOffice/DirectoryDesignerRow.d.ts +3 -2
  20. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  21. package/BackOffice/DirectoryValues.d.ts +0 -2
  22. package/BackOffice/EditTaskDescription.d.ts +2 -1
  23. package/BackOffice/EditTaskDescriptionDialog.d.ts +2 -0
  24. package/BackOffice/EditTaskDuration.d.ts +2 -2
  25. package/BackOffice/EditTaskDurationDialog.d.ts +2 -1
  26. package/BackOffice/EditWindow.d.ts +2 -1
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +12 -4
  28. package/BackOffice/FileListControl.d.ts +5 -0
  29. package/BackOffice/FileListControlImpl.d.ts +10 -0
  30. package/BackOffice/FileListControlLogic.d.ts +1 -0
  31. package/BackOffice/FileListItemComponent.d.ts +5 -2
  32. package/BackOffice/FileRenamingDialog.d.ts +2 -2
  33. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  34. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  35. package/BackOffice/GetEmployeeGroups.d.ts +1 -0
  36. package/BackOffice/IFileMenuItem.d.ts +14 -0
  37. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  38. package/BackOffice/LinksImpl.d.ts +1 -0
  39. package/BackOffice/NumeratorImpl.d.ts +1 -1
  40. package/BackOffice/PartnerBase.d.ts +4 -3
  41. package/BackOffice/PartnerBaseImpl.d.ts +2 -0
  42. package/BackOffice/PartnerDirectoryBase.d.ts +5 -4
  43. package/BackOffice/PartnerSelectDialog.d.ts +8 -1
  44. package/BackOffice/PartnerTypeaheadVariant.d.ts +3 -2
  45. package/BackOffice/PrintButtonView.d.ts +1 -1
  46. package/BackOffice/SearchBar.d.ts +8 -3
  47. package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
  48. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  49. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  50. package/BackOffice/StaffDirectoryLogic.d.ts +2 -0
  51. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
  52. package/BackOffice/Tasks.d.ts +2 -1
  53. package/BackOffice/TasksTable.d.ts +2 -1
  54. package/BackOffice/TasksTableLogic.d.ts +4 -0
  55. package/BackOffice/TasksTableView.d.ts +3 -3
  56. package/BackOffice/TasksTree.d.ts +3 -1
  57. package/BackOffice/TasksTreeImpl.d.ts +3 -0
  58. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  59. package/BackOffice/UserProfile.d.ts +8 -5
  60. package/BackOffice/UserStatus.d.ts +5 -0
  61. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
  62. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +10 -2
  63. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
  64. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  65. package/Generated/DocsVision.WebClient.Controllers.d.ts +52 -0
  66. package/Generated/DocsVision.WebClient.Models.d.ts +1158 -14
  67. package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
  68. package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
  69. package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
  70. package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
  71. package/Helpers/ModalDialog/CommonModalDialog.d.ts +8 -0
  72. package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +5 -2
  73. package/Helpers/ModalDialog/ModalDialogBox.d.ts +2 -0
  74. package/Helpers/ModalDialog/ModalDialogMaximizeButton.d.ts +23 -0
  75. package/Helpers/ModalDialog/ScrollableModal.d.ts +8 -0
  76. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  77. package/Helpers/Sortable/Sortable.d.ts +1 -1
  78. package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
  79. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  80. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  81. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  82. package/Legacy/GroupTaskCardPerformersPanelRazorControl.d.ts +2 -1
  83. package/Legacy/ModalWindow.d.ts +7 -2
  84. package/Legacy/ModalWindowParams.d.ts +6 -0
  85. package/Legacy/SelectFolderModalDialog.d.ts +2 -1
  86. package/Legacy/StandardControllers.d.ts +2 -2
  87. package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
  88. package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
  89. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  90. package/MainBundle.d.ts +1 -0
  91. package/Platform/$CacheManagement.d.ts +3 -1
  92. package/Platform/$ContextMenuOptions.d.ts +17 -10
  93. package/Platform/$FolderDataLoading.d.ts +6 -1
  94. package/Platform/$FolderGrid.d.ts +15 -0
  95. package/Platform/$HoverPanel.d.ts +8 -0
  96. package/Platform/$TablePresentationToggle.d.ts +8 -0
  97. package/Platform/$UnreadCounter.d.ts +1 -1
  98. package/Platform/ArchivedCardsIcon.d.ts +5 -0
  99. package/Platform/ArchivedCardsPlugin.d.ts +3 -0
  100. package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
  101. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  102. package/Platform/BatchOperationsProgressDialogService.d.ts +3 -1
  103. package/Platform/CacheManagementService.d.ts +5 -0
  104. package/Platform/CalendarInput.d.ts +1 -1
  105. package/Platform/CardManagement.d.ts +2 -2
  106. package/Platform/CardManagementImpl.d.ts +1 -0
  107. package/Platform/ClearButton.d.ts +7 -5
  108. package/Platform/CommentFile.d.ts +4 -1
  109. package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -1
  110. package/Platform/ContextMenuOptionsService.d.ts +7 -4
  111. package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
  112. package/Platform/DateInput.d.ts +3 -13
  113. package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
  114. package/Platform/Dropdown.d.ts +5 -0
  115. package/Platform/DropdownImpl.d.ts +1 -0
  116. package/Platform/ExportPlugin.d.ts +0 -4
  117. package/Platform/FilePicker.d.ts +5 -2
  118. package/Platform/FilterDate.d.ts +11 -0
  119. package/Platform/FilterDateRangePicker.d.ts +6 -0
  120. package/Platform/FilterDateTextListInput.d.ts +5 -0
  121. package/Platform/FocusableTextInput.d.ts +3 -8
  122. package/Platform/Folder.d.ts +2 -1
  123. package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
  124. package/Platform/FolderContent.d.ts +2 -0
  125. package/Platform/FolderDataLoadingService.d.ts +8 -1
  126. package/Platform/FolderGrid.d.ts +8 -4
  127. package/Platform/FolderGrid.stories.d.ts +1 -0
  128. package/Platform/FolderGridConstants.d.ts +7 -0
  129. package/Platform/FolderGridService.d.ts +17 -4
  130. package/Platform/FolderImpl.d.ts +2 -0
  131. package/Platform/FolderMainMenuItem.d.ts +1 -1
  132. package/Platform/FolderSizePlugin.d.ts +4 -1
  133. package/Platform/FolderSizePluginExtendedData.d.ts +1 -1
  134. package/Platform/FolderTypeDialog.d.ts +1 -0
  135. package/Platform/FolderViewItemsImpl.d.ts +1 -1
  136. package/Platform/GroupingRequestResolver.d.ts +12 -0
  137. package/Platform/GroupingResponseResolver.d.ts +17 -0
  138. package/Platform/HoverPanelService.d.ts +5 -0
  139. package/Platform/IFilterComponent.d.ts +29 -0
  140. package/Platform/IFolderLoadRequest.d.ts +4 -0
  141. package/Platform/InputWithMask.d.ts +4 -3
  142. package/Platform/LayoutSearchParametersDialog.d.ts +2 -1
  143. package/Platform/ListCheckbox.d.ts +6 -0
  144. package/Platform/ListContent.d.ts +8 -0
  145. package/Platform/ListContentHightlight.d.ts +9 -0
  146. package/Platform/ListEmpty.d.ts +6 -0
  147. package/Platform/ListEmptySearchIcon.d.ts +6 -0
  148. package/Platform/ListInput.d.ts +9 -0
  149. package/Platform/ListItem.d.ts +6 -0
  150. package/Platform/ListLoading.d.ts +6 -0
  151. package/Platform/ListSearchIcon.d.ts +6 -0
  152. package/Platform/ListSlot.d.ts +7 -0
  153. package/Platform/ListTotalItem.d.ts +8 -0
  154. package/Platform/ListViewResponseResolver.d.ts +13 -0
  155. package/Platform/LoaderDialog.d.ts +1 -1
  156. package/Platform/MoveShortcutsBatchOperation.d.ts +2 -1
  157. package/Platform/MoveShortcutsBatchOperationImpl.d.ts +1 -0
  158. package/Platform/ReadAllPlugin.d.ts +3 -5
  159. package/Platform/ReadBatchOperation.d.ts +2 -2
  160. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  161. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +2 -1
  162. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  163. package/Platform/RefreshPlugin.d.ts +0 -4
  164. package/Platform/ResetSettingsPlugin.d.ts +2 -5
  165. package/Platform/ScanDialogService.d.ts +2 -1
  166. package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
  167. package/Platform/SearchRouteHandler.d.ts +2 -1
  168. package/Platform/SearchTextInput.d.ts +6 -0
  169. package/Platform/SearchingResultsImpl.d.ts +1 -1
  170. package/Platform/SecurityDescriptorDialog.d.ts +3 -3
  171. package/Platform/SecurityDialogFrame.d.ts +2 -1
  172. package/Platform/SettingsPlugin.d.ts +3 -5
  173. package/Platform/SettingsPopup.d.ts +2 -1
  174. package/Platform/SettingsPopup.stories.d.ts +1 -0
  175. package/Platform/SettingsPopupExtendedData.d.ts +2 -2
  176. package/Platform/SettingsPopupLogic.d.ts +7 -1
  177. package/Platform/SettingsPopupResponseResolver.d.ts +0 -2
  178. package/Platform/ShowAllButton.d.ts +14 -0
  179. package/Platform/ShowAllPlugins.d.ts +3 -0
  180. package/Platform/Table.d.ts +4 -4
  181. package/Platform/TableCellNumberFormattedPlugin.d.ts +3 -0
  182. package/Platform/TableCreateRowWindow.d.ts +2 -1
  183. package/Platform/TableEditRowWindow.d.ts +2 -1
  184. package/Platform/TableImpl.d.ts +2 -2
  185. package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
  186. package/Platform/TablePresentationToggleService.d.ts +8 -0
  187. package/Platform/TextListInput.d.ts +6 -0
  188. package/Platform/TextListInputLogic.d.ts +55 -0
  189. package/Platform/TextListInputView.d.ts +40 -0
  190. package/Platform/TextListInputWrapper.d.ts +7 -0
  191. package/Platform/UnreadBarTablePlugins.d.ts +3 -0
  192. package/Platform/UserProfileDialog.d.ts +1 -1
  193. package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
  194. package/Platform/WebFrameSearchPanel.d.ts +4 -2
  195. package/Platform/applyCurrentSettings.d.ts +7 -1
  196. package/Platform/index.d.ts +0 -4
  197. package/Platform/setColumnsSettings.d.ts +6 -0
  198. package/Platform/updateValueCheckedColumn.d.ts +5 -1
  199. package/StandardServices.d.ts +2 -2
  200. package/System/BaseControl.d.ts +8 -0
  201. package/System/CancelableEvent.d.ts +1 -1
  202. package/System/ControlTemplateView.d.ts +1 -1
  203. package/System/DateTimeUtils.d.ts +2 -0
  204. package/System/DirectoryBaseImpl.d.ts +5 -1
  205. package/System/DirectorySelectDialog.d.ts +9 -2
  206. package/System/IValidateEventArgs.d.ts +9 -0
  207. package/System/IValidationResult.d.ts +4 -0
  208. package/System/Layout.d.ts +3 -3
  209. package/System/LayoutCardControllerStub.d.ts +2 -0
  210. package/System/LayoutContainer.d.ts +1 -1
  211. package/System/LocationContainerControl.d.ts +2 -1
  212. package/System/MessageBoxService.d.ts +1 -1
  213. package/System/PageLeaveConfirmation.d.ts +1 -0
  214. package/System/ResourcesStub.d.ts +603 -68
  215. package/System/summernote-paste-without-formating.d.ts +10 -0
  216. package/package.json +1 -1
  217. package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
  218. package/Legacy/SearchPanelRouteHandler.d.ts +0 -18
  219. package/Platform/GridConstants.d.ts +0 -4
@@ -1096,10 +1096,20 @@ export declare namespace GenControllers {
1096
1096
  * @param settings Request model
1097
1097
  */
1098
1098
  saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
1099
+ /**
1100
+ * Get Show Archived Cards setting
1101
+ */
1102
+ getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
1103
+ /**
1104
+ * Set Show Archived Cards setting
1105
+ */
1106
+ setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1099
1107
  }
1100
1108
  class LayoutUserSettingsController extends BaseController implements ILayoutUserSettingsController {
1101
1109
  getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
1102
1110
  saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
1111
+ getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
1112
+ setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
1103
1113
  }
1104
1114
  }
1105
1115
  export declare type $LayoutUserSettingsController = {
@@ -1119,6 +1129,14 @@ export declare namespace GenControllers {
1119
1129
  * @returns Model with list of recent cards
1120
1130
  */
1121
1131
  recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1132
+ /**
1133
+ * Get recent cards
1134
+ *
1135
+ * @param request Request model
1136
+ *
1137
+ * @returns Model with list of recent cards
1138
+ */
1139
+ recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1122
1140
  /**
1123
1141
  * Get recent cards
1124
1142
  */
@@ -1126,6 +1144,7 @@ export declare namespace GenControllers {
1126
1144
  }
1127
1145
  class PagesController extends BaseController implements IPagesController {
1128
1146
  recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1147
+ recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
1129
1148
  recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
1130
1149
  }
1131
1150
  }
@@ -1210,6 +1229,18 @@ export declare namespace GenControllers {
1210
1229
  * @param saveAllCardsReadStatusModel Request model
1211
1230
  */
1212
1231
  setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
1232
+ /**
1233
+ * Get list of {@link GenModels} for usage in grouping
1234
+ */
1235
+ getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1236
+ /**
1237
+ * Get list of {@link GenModels} for usage in filtration
1238
+ */
1239
+ getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1240
+ /**
1241
+ * load all pages
1242
+ */
1243
+ loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
1213
1244
  }
1214
1245
  class GridController extends BaseController implements IGridController {
1215
1246
  getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
@@ -1223,6 +1254,9 @@ export declare namespace GenControllers {
1223
1254
  saveGridUserSettingsData(requestModel: GenModels.SaveGridUserSettingsDataRequestModel, options?: RequestOptions): Promise<void>;
1224
1255
  saveGridUserSettingsFolderData(requestModel: GenModels.SaveGridUserSettingsFolderDataRequestModel, options?: RequestOptions): Promise<void>;
1225
1256
  setAllCardsReadStatus(saveAllCardsReadStatusModel: GenModels.SaveAllCardsReadStatusRequestModel, options?: RequestOptions): Promise<void>;
1257
+ getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1258
+ getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
1259
+ loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
1226
1260
  }
1227
1261
  }
1228
1262
  export declare type $GridController = {
@@ -1335,6 +1369,24 @@ export declare type $CardOperationsController = {
1335
1369
  cardOperationsController: GenControllers.ICardOperationsController;
1336
1370
  };
1337
1371
  export declare const $CardOperationsController: string | ((model?: $CardOperationsController) => GenControllers.ICardOperationsController);
1372
+ export declare namespace GenControllers {
1373
+ /**
1374
+ * Layout card controller
1375
+ */
1376
+ interface IBaseCardController {
1377
+ /**
1378
+ * HTTP: /Card/SetWasRead
1379
+ */
1380
+ setWasRead(request: GenModels.WasReadRequest, options?: RequestOptions): Promise<string>;
1381
+ }
1382
+ class BaseCardController extends BaseController implements IBaseCardController {
1383
+ setWasRead(request: GenModels.WasReadRequest, options?: RequestOptions): Promise<string>;
1384
+ }
1385
+ }
1386
+ export declare type $BaseCardController = {
1387
+ baseCardController: GenControllers.IBaseCardController;
1388
+ };
1389
+ export declare const $BaseCardController: string | ((model?: $BaseCardController) => GenControllers.IBaseCardController);
1338
1390
  export declare namespace GenControllers {
1339
1391
  /**
1340
1392
  * Layout file controller