@docsvision/webclient 5.16.0-beta.4 → 5.16.0-beta.5

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 (147) hide show
  1. package/Approval/AgreementList.d.ts +2 -2
  2. package/Approval/AgreementListContent.d.ts +1 -0
  3. package/Approval/AgreementManagement.d.ts +3 -2
  4. package/Approval/AgreementStageProps.d.ts +3 -2
  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/CardKindImpl.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  12. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
  13. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  14. package/BackOffice/DirectoryDesignerRow.d.ts +1 -0
  15. package/BackOffice/DirectoryDesignerRowImpl.d.ts +11 -0
  16. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  17. package/BackOffice/DirectoryValues.d.ts +0 -2
  18. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  19. package/BackOffice/FileListControl.d.ts +5 -0
  20. package/BackOffice/FileListControlImpl.d.ts +10 -0
  21. package/BackOffice/FileListControlLogic.d.ts +1 -0
  22. package/BackOffice/FileListItemComponent.d.ts +5 -2
  23. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  24. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  25. package/BackOffice/GetEmployeeGroups.d.ts +1 -0
  26. package/BackOffice/IFileMenuItem.d.ts +14 -0
  27. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  28. package/BackOffice/InfoPopover.d.ts +2 -0
  29. package/BackOffice/LinksImpl.d.ts +1 -0
  30. package/BackOffice/Numerator.d.ts +1 -0
  31. package/BackOffice/NumeratorImpl.d.ts +4 -2
  32. package/BackOffice/PartnerBase.d.ts +4 -2
  33. package/BackOffice/PartnerBaseImpl.d.ts +20 -0
  34. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  35. package/BackOffice/PartnerImpl.d.ts +1 -0
  36. package/BackOffice/PrintButtonView.d.ts +1 -1
  37. package/BackOffice/SearchBar.d.ts +4 -3
  38. package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
  39. package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
  40. package/BackOffice/StaffDirectoryItems.d.ts +13 -5
  41. package/BackOffice/StaffDirectoryItemsImpl.d.ts +22 -2
  42. package/BackOffice/StaffDirectoryLogic.d.ts +2 -0
  43. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +2 -1
  44. package/BackOffice/TasksTable.d.ts +4 -2
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/TasksTree.d.ts +2 -1
  47. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  48. package/BackOffice/UserProfile.d.ts +8 -5
  49. package/BackOffice/UserStatus.d.ts +5 -0
  50. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +11 -1
  51. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +5 -2
  52. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
  53. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  54. package/Generated/DocsVision.WebClient.Controllers.d.ts +47 -0
  55. package/Generated/DocsVision.WebClient.Models.d.ts +1060 -9
  56. package/Helpers/BoxWithButtons.d.ts +7 -1
  57. package/Helpers/LabeledText.d.ts +8 -0
  58. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  59. package/Helpers/Sortable/Sortable.d.ts +1 -1
  60. package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
  61. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  62. package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
  63. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  64. package/Legacy/ModalWindow.d.ts +1 -1
  65. package/Legacy/StandardControllers.d.ts +2 -2
  66. package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
  67. package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
  68. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -1
  69. package/MainBundle.d.ts +1 -0
  70. package/Platform/$CacheManagement.d.ts +3 -1
  71. package/Platform/$FolderDataLoading.d.ts +3 -0
  72. package/Platform/$FolderGrid.d.ts +8 -0
  73. package/Platform/$HoverPanel.d.ts +8 -0
  74. package/Platform/$UnreadCounter.d.ts +1 -1
  75. package/Platform/AccessListEntryTrustee.d.ts +3 -1
  76. package/Platform/ArchivedCardsIcon.d.ts +2 -0
  77. package/Platform/ArchivedCardsPlugin.d.ts +3 -0
  78. package/Platform/ArchivedCardsResponseResolver.d.ts +23 -0
  79. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  80. package/Platform/CacheManagementService.d.ts +5 -0
  81. package/Platform/CardManagement.d.ts +2 -2
  82. package/Platform/CardManagementImpl.d.ts +1 -0
  83. package/Platform/CommentFile.d.ts +4 -1
  84. package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
  85. package/Platform/DateTimePicker.d.ts +1 -0
  86. package/Platform/DateTimePickerImpl.d.ts +2 -0
  87. package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
  88. package/Platform/Dropdown.d.ts +1 -0
  89. package/Platform/DropdownImpl.d.ts +1 -0
  90. package/Platform/ExportPlugin.d.ts +0 -4
  91. package/Platform/FilePicker.d.ts +5 -2
  92. package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
  93. package/Platform/FolderDataLoadingService.d.ts +5 -0
  94. package/Platform/FolderGrid.d.ts +7 -3
  95. package/Platform/FolderGridService.d.ts +14 -4
  96. package/Platform/FolderMainMenuItem.d.ts +1 -1
  97. package/Platform/FolderSizePlugin.d.ts +4 -1
  98. package/Platform/FolderSizePluginExtendedData.d.ts +1 -1
  99. package/Platform/FolderTypeDialog.d.ts +1 -0
  100. package/Platform/FolderViewItemsImpl.d.ts +1 -1
  101. package/Platform/GroupingRequestResolver.d.ts +12 -0
  102. package/Platform/GroupingResponseResolver.d.ts +17 -0
  103. package/Platform/HoverPanelService.d.ts +5 -0
  104. package/Platform/IFolderLoadRequest.d.ts +4 -0
  105. package/Platform/LoaderDialog.d.ts +1 -1
  106. package/Platform/MoveShortcutsBatchOperation.d.ts +2 -1
  107. package/Platform/MoveShortcutsBatchOperationImpl.d.ts +1 -0
  108. package/Platform/NewAccessListEntryTrusteeSelect.d.ts +3 -1
  109. package/Platform/NumberImpl.d.ts +3 -0
  110. package/Platform/ReadAllPlugin.d.ts +3 -5
  111. package/Platform/ReadBatchOperation.d.ts +2 -2
  112. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  113. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +2 -1
  114. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  115. package/Platform/RefreshPlugin.d.ts +0 -4
  116. package/Platform/ResetSettingsPlugin.d.ts +2 -5
  117. package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
  118. package/Platform/SearchRouteHandler.d.ts +2 -1
  119. package/Platform/SearchingResultsImpl.d.ts +1 -1
  120. package/Platform/SecurityDescriptorDialog.d.ts +6 -3
  121. package/Platform/SettingsPlugin.d.ts +3 -5
  122. package/Platform/SettingsPopup.d.ts +2 -1
  123. package/Platform/ShowAllButton.d.ts +14 -0
  124. package/Platform/ShowAllPlugins.d.ts +3 -0
  125. package/Platform/Table.d.ts +2 -3
  126. package/Platform/TableCellNumberFormattedPlugin.d.ts +3 -0
  127. package/Platform/TableImpl.d.ts +2 -2
  128. package/Platform/TextAreaImpl.d.ts +8 -4
  129. package/Platform/TextBoxImpl.d.ts +5 -0
  130. package/Platform/UserProfileDialog.d.ts +1 -1
  131. package/Platform/index.d.ts +0 -4
  132. package/StandardServices.d.ts +1 -2
  133. package/System/BaseControl.d.ts +7 -0
  134. package/System/ControlTemplateView.d.ts +1 -1
  135. package/System/DirectorySelectDialog.d.ts +2 -2
  136. package/System/IValidateEventArgs.d.ts +9 -0
  137. package/System/IValidationResult.d.ts +4 -0
  138. package/System/InputBasedControl.d.ts +5 -0
  139. package/System/InputBasedControlImpl.d.ts +4 -3
  140. package/System/Layout.d.ts +3 -3
  141. package/System/LayoutCardControllerStub.d.ts +2 -0
  142. package/System/LayoutContainer.d.ts +1 -1
  143. package/System/MessageBoxService.d.ts +1 -1
  144. package/System/PageLeaveConfirmation.d.ts +1 -0
  145. package/System/ResourcesStub.d.ts +603 -68
  146. package/package.json +1 -1
  147. package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.16.0-beta.4",
3
+ "version": "5.16.0-beta.5",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryValuesHScrollContainer.css';
4
- export interface IDirectoryValuesHScrollContainerProps extends HtmlProps.div {
5
- }
6
- export declare function DirectoryValuesHScrollContainer(props: IDirectoryValuesHScrollContainerProps): JSX.Element;