@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
@@ -0,0 +1,22 @@
1
+ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
2
+ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
+ import { IRow, ITableData } from "@docsvision/web/components/table/interfaces";
5
+ export declare enum ArchiveState {
6
+ NotArchived = 0,
7
+ Archived = 1
8
+ }
9
+ export interface IRowArchivedState {
10
+ value: ArchiveState;
11
+ }
12
+ export interface IColumnArchivedState {
13
+ value: boolean;
14
+ }
15
+ export declare const getRowArchivedStatePluginData: (row: IRow) => IRowArchivedState;
16
+ export declare const ARCHIVED_COLUMN_ORDER = -1;
17
+ export declare class ArchivedCardsResponseResolver implements IFolderDataLoadingPlugin {
18
+ id: string;
19
+ description: string;
20
+ order: PluginOrder;
21
+ resolveResponse(data: ITableData, response: GenModels.GridViewModelEx): Promise<void | ResponseResolveResult>;
22
+ }
@@ -12,10 +12,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
12
12
  constructor(props: PropsT, state?: StateT);
13
13
  UNSAFE_componentWillMount(): void;
14
14
  onSelecting():
15
- import("C:/Dev/WebCB/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
15
+ import("C:/dev/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
16
16
  onSelected(): void;
17
17
  onToggling():
18
- import("C:/Dev/WebCB/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
18
+ import("C:/dev/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
19
  onToggled(): void;
20
20
  protected onClick(event: React.MouseEvent<any>): void;
21
21
  protected getCssClass(): string;
@@ -1,10 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { BatchOperationsProgressDialogProps, BatchOperationsProgressDialogState, IBatchOperationsProgressDialog } from '@docsvision/webclient/Platform/$BatchOperationsProgressDialog';
3
+ import { $DeviceType } from '@docsvision/webclient/StandardServices';
3
4
  export declare class BatchOperationsProgressDialogService implements IBatchOperationsProgressDialog {
5
+ private services;
4
6
  private host;
5
7
  private props;
6
8
  private state;
7
- constructor();
9
+ constructor(services: $DeviceType);
8
10
  open(props: BatchOperationsProgressDialogProps): Promise<void>;
9
11
  updateState(state: BatchOperationsProgressDialogState): Promise<void>;
10
12
  close(): Promise<void>;
@@ -1,5 +1,10 @@
1
1
  import { ICacheManagementService, SystemCacheObjects } from '@docsvision/webclient/Platform/$CacheManagement';
2
+ import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
3
+ export declare const USER_AVATAR_CACHE_KEY = "UserAvatarCacheKey";
2
4
  /** Сервис для управления кешем системных объектов. */
3
5
  export declare class CacheManagementService implements ICacheManagementService {
6
+ private services;
7
+ constructor(services: $LocalStorage);
4
8
  resetCache(objects: SystemCacheObjects): void;
9
+ updateCache(object: SystemCacheObjects, value: unknown): void;
5
10
  }
@@ -1,7 +1,7 @@
1
1
  import { Moment } from 'moment';
2
2
  import React from 'react';
3
3
  export interface CalendarInputProps {
4
- value: any;
4
+ value: Moment;
5
5
  onChange(date: Moment): void;
6
6
  locale?: string;
7
7
  }
@@ -2,7 +2,7 @@ import { $LayoutCardController, $LayoutRowController } from "@docsvision/webclie
2
2
  import { CardManagementImpl, CardManagementState } from "@docsvision/webclient/Platform/CardManagementImpl";
3
3
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
4
4
  import { $Layout } from "@docsvision/webclient/System/$Layout";
5
- import { $CardId, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
5
+ import { $CardId, $CardInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
6
6
  import { $Router } from "@docsvision/webclient/System/$Router";
7
7
  /**
8
8
  * Содержит публичные свойства элемента управления [Управление карточкой]{@link CardManagement}.
@@ -22,7 +22,7 @@ export declare class CardManagementParams extends BaseControlParams {
22
22
  * false - удаление не разрешено.
23
23
  */
24
24
  canDelete?: boolean;
25
- services?: $LayoutCardController & $LayoutRowController & $EditOperationStore & $Layout & $CardId & $Router;
25
+ services?: $LayoutCardController & $LayoutRowController & $EditOperationStore & $Layout & $CardId & $Router & $CardInfo;
26
26
  }
27
27
  /**
28
28
  * Класс элемента управления Управление карточкой.
@@ -8,6 +8,7 @@ export interface CardManagementState extends CardManagementParams, BaseControlSt
8
8
  deleteAndRedirect: Function;
9
9
  goToEdit: Function;
10
10
  deleting: boolean;
11
+ isArchived: boolean;
11
12
  }
12
13
  /** @internal */
13
14
  export declare type CardManagementImplState = CardManagementState;
@@ -1,6 +1,8 @@
1
- /// <reference types="react" />
1
+ import { FC } from 'react';
2
2
  import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/ClearButton.css';
3
- export declare const ClearButton: ({ onChange, visible }: {
4
- onChange: any;
5
- visible: any;
6
- }) => JSX.Element;
3
+ import { Moment } from 'moment';
4
+ export interface IFilteringClearButtonProps {
5
+ onChange(value: (string | Moment)[]): void;
6
+ visible: boolean;
7
+ }
8
+ export declare const ClearButton: FC<IFilteringClearButtonProps>;
@@ -15,6 +15,7 @@ import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview
15
15
  import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
16
16
  import { Optional } from "@docsvision/web/core/services";
17
17
  import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
18
+ import { $RealtimeCommunicationService } from "@docsvision/webclient/System/$RealtimeCommunicationService";
18
19
  /**
19
20
  * Публичные свойства для контрола {@link CommentFile}.
20
21
  */
@@ -59,7 +60,9 @@ export declare class CommentFileParams extends BaseControlParams {
59
60
  filePreviewOpened?: BasicApiEvent<IEventArgs>;
60
61
  /** Событие, возникающее перед скачиванием файла. */
61
62
  fileDownloading?: CancelableApiEvent<IEventArgs>;
62
- services?: $FileController & $LayoutFileController & $LayoutFileApiController & $MessageBox & $LayoutLinksController & $CardInfo & $EditOperationStore & $LayoutInfo & $CardId & $FilePreviewServices & Optional<$LabelWidth> & $ApplicationSettings;
63
+ /** Событие возникает при сохранении файла в WebDAV. */
64
+ fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
65
+ services?: $FileController & $LayoutFileController & $LayoutFileApiController & $MessageBox & $LayoutLinksController & $CardInfo & $EditOperationStore & $LayoutInfo & $CardId & $FilePreviewServices & Optional<$LabelWidth> & $ApplicationSettings & $RealtimeCommunicationService;
63
66
  }
64
67
  /**
65
68
  * Представляет элемент управления для редактирования файла замечаний.
@@ -1,4 +1,5 @@
1
1
  import { ConfigurableMainMenuContainerButtonImpl, ConfigurableMainMenuContainerButtonState } from "@docsvision/webclient/Platform/ConfigurableMainMenuContainerButtonImpl";
2
+ import { $DeviceType } from '@docsvision/webclient/StandardServices';
2
3
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
3
4
  import { $Layout } from '@docsvision/webclient/System/$Layout';
4
5
  import { $ControlStore } from '@docsvision/webclient/System/LayoutServices';
@@ -36,7 +37,7 @@ export declare class ConfigurableMainMenuContainerButtonParams extends BaseContr
36
37
  attachFolderClicked?: BasicApiEvent<void>;
37
38
  /** Активирован элемент меню "Обновить дерево папок". */
38
39
  refreshFoldersClicked?: BasicApiEvent<void>;
39
- services?: $ControlStore & $Layout & $RequestManager;
40
+ services?: $ControlStore & $Layout & $RequestManager & $DeviceType;
40
41
  }
41
42
  /**
42
43
  * Добавляет в web-разметку кнопку в виде иконки шестеренки для открытия меню {@link СonfigurableMainMenuContainer}.
@@ -28,9 +28,11 @@ export declare class ContextMenuOptionsService implements IContextMenuOptionsSer
28
28
  constructor(services: $Domain);
29
29
  get menuClassName(): string;
30
30
  set menuClassName(value: string);
31
- get $itemProviders(): Store<ContextMenuItemsManagementData>;
32
- get $itemFilters(): Store<ContextMenuItemsManagementData>;
31
+ get $itemProviders(): Store<ContextMenuItemsManagementData<IDataItemProvider[]>>;
32
+ get $itemFilters(): Store<ContextMenuItemsManagementData<IDataItemFilter[]>>;
33
33
  static initBase(target: ContextMenuOptionsService, services: $Domain): void;
34
+ isAddedProvider(id: string, compositionName: string): boolean;
35
+ isAddedFilter(id: string, compositionName: string): boolean;
34
36
  addItemProvider(data: IDataItemProvider): void;
35
37
  addItemFilter(data: IDataItemFilter): void;
36
38
  deleteItemProvider(functionName?: string): void;
@@ -38,8 +40,9 @@ export declare class ContextMenuOptionsService implements IContextMenuOptionsSer
38
40
  registerBlocks(newBlocks: ICustomContextMenuBlock[]): void;
39
41
  unregisterBlocks(unregisteredBlockNames: string[]): void;
40
42
  protected getItemsByContext(context: IComposition<any, any, $TableData>): any[];
41
- protected addFunction(functionData: ContextMenuItemsManagementData, newFunction: IDataItemProvider | IDataItemFilter): ContextMenuItemsManagementData;
42
- protected removeFunction(functionData: ContextMenuItemsManagementData, functionName?: string, composition?: string): ContextMenuItemsManagementData;
43
+ protected addFunction(functionData: ContextMenuItemsManagementData<IDataItemProvider[] | IDataItemFilter[]>, newFunction: IDataItemProvider | IDataItemFilter): ContextMenuItemsManagementData<IDataItemProvider[] | IDataItemFilter[]>;
44
+ protected removeFunction(functionData: ContextMenuItemsManagementData<IDataItemProvider[] | IDataItemFilter[]>, functionName?: string, composition?: string): ContextMenuItemsManagementData<IDataItemProvider[] | IDataItemFilter[]>;
43
45
  protected addItems(currentItems: ICustomContextMenuOption[], newItems?: ICustomContextMenuOption[]): ICustomContextMenuOption[];
44
46
  private filterElementsInComposition;
47
+ protected isAdded(id: string, data: ContextMenuItemsManagementData<IDataItemProvider[] | IDataItemFilter[]>, compositionName: string): boolean;
45
48
  }
@@ -9,12 +9,13 @@ import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
9
9
  import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
10
10
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
11
11
  import { $CardInfo, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
12
+ import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
12
13
  export declare class CopyShortcutBatchOperationParams extends BaseControlParams {
13
14
  /** Стандартный CSS класс со стилями элемента управления */
14
15
  standardCssClass?: string;
15
16
  /** Текст кнопки операции. */
16
17
  buttonText?: string;
17
- services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
18
+ services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
18
19
  }
19
20
  /**
20
21
  * Класс элемента управления GridDelegateOperation.
@@ -1,16 +1,6 @@
1
- import React, { RefObject } from 'react';
2
- import { IDateFormatPluginData } from '@docsvision/web/components/table/plugins/filter/elements/filter-panel/FilterPanelLogic';
1
+ import React from 'react';
3
2
  import './DateInput.css';
4
- import ReactInputMask from 'react-input-mask';
5
- export interface DateInputProps {
6
- dateFormatData: IDateFormatPluginData;
7
- value: string;
8
- onChange(e: any, clear?: boolean, ref?: RefObject<HTMLInputElement>): void;
9
- focused?: boolean;
10
- onChangeFocus?(e: any, flag: boolean): void;
11
- isValueValid?: boolean;
12
- locale?: string;
13
- customClass: string;
14
- forwardRef: RefObject<ReactInputMask>;
3
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
+ export interface DateInputProps extends IFilterComponent {
15
5
  }
16
6
  export declare const DateInput: React.FC<DateInputProps>;
@@ -8,9 +8,10 @@ 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";
10
10
  import { $Domain } from "@docsvision/web/core/state-management";
11
+ import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
11
12
  export declare class DefaultFolderTablePluginFactory implements IFolderPluginFactory {
12
13
  private services;
13
14
  id: string;
14
15
  constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain);
15
- getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain): ITablePlugins[];
16
+ getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain & $HoverPanel): ITablePlugins[];
16
17
  }
@@ -14,6 +14,8 @@ import { Optional } from '@docsvision/web/core/services';
14
14
  export declare class DropdownParams extends InputBasedControlParams<string> {
15
15
  /** Стандартный CSS класс со стилями элемента управления */
16
16
  standardCssClass?: string;
17
+ /** Дополнительный CSS класс для раскрывающегося списка */
18
+ customCssForPopover?: string;
17
19
  /** Список элементов, доступных для выбора */
18
20
  items: GenModels.Element[];
19
21
  /** Флаг развернутости Раскрывающегося списка */
@@ -30,6 +32,8 @@ export declare class DropdownParams extends InputBasedControlParams<string> {
30
32
  expanded?: BasicApiEvent<IEventArgs>;
31
33
  elementContentRenderFunc?: (element: GenModels.Element) => JSX.Element;
32
34
  services?: $EditOperationStore & $LayoutInfo & Optional<$LabelWidth>;
35
+ /** Статичное смещение всплывающего окна Popover от вычисленного положения по оси Y в пикселях. */
36
+ yShift?: number;
33
37
  }
34
38
  /**
35
39
  * Класс элемента управления Раскрывающийся список.
@@ -47,6 +51,7 @@ export declare class Dropdown extends InputBasedControl<string, DropdownParams,
47
51
  private set setDefault(value);
48
52
  protected getBindings(): IBindingResult<any>[];
49
53
  protected getDefault(): string;
54
+ onSaved(): Promise<void>;
50
55
  /** @internal */
51
56
  protected createImpl(): DropdownImpl;
52
57
  }
@@ -48,6 +48,7 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
48
48
  protected handleDocumentFocus: (event: FocusEvent) => void;
49
49
  setValue(value: string, redraw: boolean): void;
50
50
  protected getTextValue(): string;
51
+ getTextValueFor(key: string): string;
51
52
  protected onDropdownContainerClick(e?: any): void;
52
53
  protected onElementClick(element: GenModels.BindingMetadata): void;
53
54
  protected onClearValueClick(e: React.MouseEvent<any>): void;
@@ -1,10 +1,6 @@
1
1
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
2
2
  import { TablePlugins } from "@docsvision/web/components/table/interfaces";
3
3
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
4
- export declare const infoExportPlugin: {
5
- name: string;
6
- plugin: string;
7
- };
8
4
  export declare const ExportToolbarButtonFeature = "ExportToolbarButtonFeature";
9
5
  export declare const orderExportPlugin = 50;
10
6
  export declare const ExportPlugin: TablePlugins.Toolbar.Component<$FolderDataLoading & $TableData>;
@@ -20,6 +20,7 @@ import { IValidationResult } from '@docsvision/webclient/System/IValidationResul
20
20
  import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
21
21
  import { $Layout } from '@docsvision/webclient/System/$Layout';
22
22
  import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview';
23
+ import { $RealtimeCommunicationService } from "@docsvision/webclient/System/$RealtimeCommunicationService";
23
24
  /**
24
25
  * Содержит публичные свойства элемента управления [Файл]{@link FilePicker}.
25
26
  */
@@ -30,7 +31,7 @@ export declare class FilePickerParams extends BaseControlParams {
30
31
  disabled?: boolean;
31
32
  /** Текст всплывающей подсказки. */
32
33
  tip?: string;
33
- /** Текст метки.*/
34
+ /** Текст метки. */
34
35
  labelText?: string;
35
36
  /** Текст, который будет отображаться при незаданном значении @covered */
36
37
  placeHolder?: string;
@@ -105,7 +106,9 @@ export declare class FilePickerParams extends BaseControlParams {
105
106
  fileVersionsDialogClosed?: BasicApiEvent<IEventArgs>;
106
107
  /** Событие возникает после подгрузки информации о версиях файла. @covered */
107
108
  fileVersionsLoaded?: BasicApiEvent<IEventArgs>;
108
- services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $FilePreviewServices;
109
+ /** Событие возникает при сохранении файла в WebDAV. */
110
+ fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
111
+ services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $RealtimeCommunicationService & $FilePreviewServices;
109
112
  }
110
113
  /**
111
114
  * Класс элемента управления Файл.
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/inputs/FocusableTextInput.css';
3
+ import './FilterDate.css';
4
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
5
+ export declare enum FilterDateMode {
6
+ DateList = 0,
7
+ DateCalendar = 1
8
+ }
9
+ export interface FilterDateProps extends IFilterComponent {
10
+ }
11
+ export declare const FilterDate: React.NamedExoticComponent<FilterDateProps>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import './FilterDateRangePicker.css';
3
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
+ export interface FilterDateRangePickerProps extends IFilterComponent {
5
+ }
6
+ export declare function FilterDateRangePicker(props: FilterDateRangePickerProps): JSX.Element;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
3
+ export interface FilterDateTextListInputProps extends IFilterComponent {
4
+ }
5
+ export declare function FilterDateTextListInput(props: FilterDateTextListInputProps): JSX.Element;
@@ -1,11 +1,6 @@
1
- import React, { RefObject } from 'react';
1
+ import React from 'react';
2
2
  import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/inputs/FocusableTextInput.css';
3
- export interface PanelInputProps {
4
- value: string;
5
- onChange(e: any, clear?: boolean, ref?: RefObject<HTMLInputElement>): void;
6
- focused?: boolean;
7
- onChangeFocus?(e: any, flag: boolean): void;
8
- customClass: string;
9
- forwardRef: RefObject<any>;
3
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
+ export interface PanelInputProps extends IFilterComponent {
10
5
  }
11
6
  export declare const FocusableTextInput: React.NamedExoticComponent<PanelInputProps>;
@@ -1,6 +1,7 @@
1
1
  import { $LayoutFolderController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
3
  import { FolderImpl, FolderState } from "@docsvision/webclient/Platform/FolderImpl";
4
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
4
5
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
5
6
  import { IDataChangedEventArgs } from "@docsvision/webclient/System/IDataChangedEventArgs";
6
7
  import { $CardInfo, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
@@ -37,7 +38,7 @@ export declare class FolderParams extends BaseControlParams {
37
38
  folderList?: GenModels.SelectFolderNode[];
38
39
  /** Событие возникает после выбора папки. */
39
40
  dataChanged?: BasicApiEvent<IDataChangedEventArgs>;
40
- services?: $LayoutFolderController & $CardInfo & $LayoutInfo;
41
+ services?: $LayoutFolderController & $CardInfo & $LayoutInfo & $DeviceType;
41
42
  /** Флаг, отвечающий за отображение дерева папок */
42
43
  displayFolderTree: boolean;
43
44
  }
@@ -4,6 +4,7 @@ import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
4
4
  import { $Layout } from '@docsvision/webclient/System/$Layout';
5
5
  import { $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
6
6
  import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
7
+ import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
7
8
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
8
9
  import React from 'react';
9
10
  /**
@@ -26,7 +27,7 @@ export declare class FolderCardsDashboardWidgetParams extends PanelParams {
26
27
  cardsCount?: number;
27
28
  /** Стандартный CSS класс со стилями элемента управления */
28
29
  standardCssClass?: string;
29
- services?: $GridController & $LayoutInfo & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices;
30
+ services?: $GridController & $LayoutInfo & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature;
30
31
  }
31
32
  /**
32
33
  * @review
@@ -17,6 +17,8 @@ export interface IFolderContentProps {
17
17
  isModal?: boolean;
18
18
  onFolderClick?: any;
19
19
  showFolderType?: GenModels.FolderNodeType;
20
+ /** Максимизировано ли модальное окно */
21
+ maximized?: boolean;
20
22
  }
21
23
  /** @internal */
22
24
  export declare class FolderContent extends React.Component<IFolderContentProps, IFolderContentState> {
@@ -1,4 +1,5 @@
1
1
  import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
3
  import { IFolderDataLoadingService } from "@docsvision/webclient/Platform/$FolderDataLoading";
3
4
  import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
4
5
  import { $CurrentLocation } from "@docsvision/webclient/System/LayoutServices";
@@ -15,11 +16,13 @@ import { Store, Event } from "effector";
15
16
  import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
16
17
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
17
18
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
19
+ import { IGrouping, IGroupingPathItem, ILoadGroupingItemsOptions } from "@docsvision/web/components/table/plugins/grouping";
18
20
  export declare type $FolderDataLoadingDependencies = $DeviceType & $CurrentLocation & $GridController & $ApplicationSettings & $Domain & $Router & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel;
19
21
  export declare class FolderDataLoadingService implements IFolderDataLoadingService {
20
22
  private defaultDataLoader;
21
23
  private services;
22
24
  private lastResponse;
25
+ private lastRequest;
23
26
  private folderInfo;
24
27
  private plugins;
25
28
  constructor(defaultDataLoader: IFolderDataLoader, services: $FolderDataLoadingDependencies & $Router & $CurrentFolder);
@@ -36,7 +39,11 @@ export declare class FolderDataLoadingService implements IFolderDataLoadingServi
36
39
  setDefaultDataLoader(loader: IFolderDataLoader): void;
37
40
  updateUserSettings(customLoader?: IFolderDataLoader): Promise<void>;
38
41
  private createRequest;
42
+ private checkSystemFolderSearchResultsText;
39
43
  downloadExcelReport(): void;
40
- saveUserSettings(columns: IColumnsWidth[]): Promise<void>;
44
+ saveColumnSettings(columns: IColumnsWidth[]): Promise<void>;
45
+ savePresentation(tablePresentation: GenModels.TablePresentation): Promise<void>;
41
46
  resetUserSettings(): Promise<void>;
47
+ loadGrouping(options: ILoadGroupingItemsOptions): Promise<IGrouping>;
48
+ saveGroupingPath(path: IGroupingPathItem[]): Promise<void>;
42
49
  }
@@ -30,14 +30,15 @@ export declare class FolderGridParams extends BaseControlParams {
30
30
  hasBatchOperations: boolean;
31
31
  headerText: string;
32
32
  width: number;
33
- isFilteringAllowed: boolean;
33
+ isFilteringAllowed?: boolean;
34
34
  isContextMenuEnabled: boolean;
35
- newGridAvailable: boolean;
36
35
  plugins: ITablePlugins[];
37
36
  showTestPanel?: boolean;
38
37
  showRestSettingsButton?: boolean;
39
38
  isSortingAllowed?: boolean;
40
39
  opacity?: number;
40
+ isGroupingAllowed?: boolean;
41
+ showList?: boolean;
41
42
  services?: Partial<$GridOptions> & ServiceContainer & $GridController & $DeviceType & $ExperimentalFeature & $FolderInfo & $ApplicationSettings & $FolderPluginProvider & $CurrentLocation & $FolderDataLoading & $BatchOperationServices & $CheckboxService & $Domain & $LayoutController & $LayoutManager & $TableData & $FolderGrid & Optional<$ContextMenuOptions>;
42
43
  }
43
44
  /**
@@ -45,11 +46,14 @@ export declare class FolderGridParams extends BaseControlParams {
45
46
  */
46
47
  export declare class FolderGrid extends BaseControl<FolderGridParams, FolderGridState> {
47
48
  prepare(): void;
48
- private disableToolbarPlugins;
49
- private enableToolbarPlugins;
49
+ private disableToolbarPlugin;
50
+ private processToolbarPlugins;
50
51
  private initBatchOperations;
51
52
  /** @internal @deprecated */
52
53
  protected set childrenHandler(val: any);
54
+ /** @internal @notest */
55
+ protected set isGroupingAllowed(val: boolean);
56
+ protected get isGroupingAllowed(): boolean;
53
57
  /** @notest @internal */
54
58
  protected createParams(): FolderGridParams;
55
59
  /** @notest @internal */
@@ -11,6 +11,7 @@ export declare const LoadingRows: () => JSX.Element;
11
11
  export declare const UnknownModelSize: () => JSX.Element;
12
12
  export declare const LoadingMore: () => JSX.Element;
13
13
  export declare const FixateColumnWidths: () => JSX.Element;
14
+ export declare const ListView: () => JSX.Element;
14
15
  export declare const WidthSidePanelOpen: () => JSX.Element;
15
16
  export declare const WidthSidePanelReducedHeader: () => JSX.Element;
16
17
  export declare const WidthSidePanelMultipleTabs: () => JSX.Element;
@@ -0,0 +1,7 @@
1
+ export declare const CONTEXT_MENU_FOLDER_FILTER_ID = "CONTEXT_MENU_FOLDER_FILTER_ID";
2
+ export declare const CONTEXT_MENU_FOLDER_GROUP_ID = "CONTEXT_MENU_FOLDER_GROUP_ID";
3
+ export declare const CONTEXT_MENU_FOLDER_COPY_URL_ID = "CONTEXT_MENU_FOLDER_COPY_URL_ID";
4
+ export declare const CONTEXT_MENU_FOLDER_COPY_TEXT_CELL_ID = "CONTEXT_MENU_FOLDER_COPY_TEXT_CELL_ID";
5
+ export declare const CONTEXT_MENU_FOLDER_OPEN_ID = "CONTEXT_MENU_FOLDER_OPEN_ID";
6
+ export declare const CONTEXT_MENU_FOLDER_OPEN_NEW_TAB_ID = "CONTEXT_MENU_FOLDER_OPEN_NEW_TAB_ID";
7
+ export declare const CONTEXT_MENU_FOLDER_OPEN_NEW_WINDOW_ID = "CONTEXT_MENU_FOLDER_OPEN_NEW_WINDOW_ID";
@@ -5,24 +5,37 @@ import { IRow, IColumn, ITableData, ITableDataLoadRequest, TableCompositions } f
5
5
  import { SortDirection } from "@docsvision/web/components/table/plugins/sort";
6
6
  import { IFilterActiveColumn } from "@docsvision/web/components/table/plugins/filter";
7
7
  import { IComposition } from "@docsvision/web/core/composition";
8
+ import { ILoadGroupingItemsOptions, IGrouping, IGroupingPathItem, $Grouping } from "@docsvision/web/components/table/plugins/grouping";
8
9
  import { ICustomContextMenuBlock, ICustomContextMenuOption, IDataItemProvider, IParamsItemProvider } from "@docsvision/webclient/Platform/$ContextMenuOptions";
10
+ import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
11
+ import { Store, Event } from "effector";
12
+ import { $Domain } from "@docsvision/web/core/state-management";
13
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
14
+ import { $SidePanel } from "@docsvision/web/components/table/plugins/side-panel";
15
+ import { $ListView } from "@docsvision/web/components/table/plugins/list-view";
9
16
  export declare class FolderGridService implements IFolderGridService {
10
17
  private services;
11
- constructor(services: $FolderDataLoading & $Router);
18
+ $groupingReadonly: Store<boolean>;
19
+ setGroupingReadonly: Event<boolean>;
20
+ constructor(services: $FolderDataLoading & $Router & $CurrentFolder & $Domain);
12
21
  private _backgroundOpacity;
13
22
  get backgroundOpacity(): number;
14
23
  set backgroundOpacity(value: number);
24
+ defaultTablePresentation: GenModels.TablePresentation;
15
25
  onRowClick: (row: IRow) => void;
16
26
  onSortRequest: (column: IColumn, sortDirection: SortDirection) => void;
17
27
  onFilterRequest: (filterData: IFilterActiveColumn[]) => Promise<void>;
18
28
  onLoadData: (data?: ITableData, options?: ITableDataLoadRequest) => Promise<void>;
19
29
  getRoute(context: TableCompositions.Cell): string;
20
- refreshPage(context: TableCompositions.HeaderRow): void;
30
+ onLoadGrouping: (options: ILoadGroupingItemsOptions) => Promise<IGrouping>;
31
+ onGroupingPathChanged(path: IGroupingPathItem[]): void;
32
+ refreshPage(): void;
33
+ getGroupingAvailable(): boolean;
21
34
  openPageInCurrentTab(context: TableCompositions.Cell): void;
22
35
  openPageInNewTab(context: TableCompositions.Cell): void;
23
36
  openPageInNewBrowserWindow(context: TableCompositions.Cell): void;
24
37
  filterByValue(context: TableCompositions.Cell): void;
25
- groupByColumn(context: TableCompositions.Cell): void;
38
+ groupByColumn(context: TableCompositions.Cell<$Grouping & $SidePanel>): void;
26
39
  copyUrl(context: TableCompositions.Cell): void;
27
40
  copyText(context: TableCompositions.Cell): void;
28
41
  getContextMenuBlockNames: () => {
@@ -32,7 +45,7 @@ export declare class FolderGridService implements IFolderGridService {
32
45
  };
33
46
  getContextMenuBlocks: () => ICustomContextMenuBlock[];
34
47
  getHeaderRowContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: IComposition<any, any, TableCompositions.HeaderRow>) => ICustomContextMenuOption[];
35
- getCellContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: TableCompositions.Cell) => ICustomContextMenuOption[];
48
+ getCellContextMenuOptions: (params?: IParamsItemProvider<any, any>, context?: TableCompositions.Cell<$Grouping & $ListView>) => ICustomContextMenuOption[];
36
49
  getContextMenuItemProviders: (params?: IParamsItemProvider<any, any>) => IDataItemProvider[];
37
50
  onSearchRequest(): Promise<void>;
38
51
  onReloadWithNewSettings(): Promise<void>;
@@ -11,6 +11,7 @@ import React from "react";
11
11
  export interface FolderState extends FolderParams, BaseControlState {
12
12
  checkFolderForAvailable: (folderId: string) => Promise<GenModels.CheckResult>;
13
13
  validationMessage: string;
14
+ maximized: boolean;
14
15
  }
15
16
  /** @internal */
16
17
  export declare type FolderImplState = FolderState;
@@ -22,6 +23,7 @@ export declare class FolderImpl extends BaseControlImpl<FolderParams, FolderStat
22
23
  componentDidMount(): void;
23
24
  updateFolderContent(): void;
24
25
  private setFolderInTree;
26
+ private onMaximize;
25
27
  onButtonClick(): Promise<void>;
26
28
  showModal(): React.ReactNode;
27
29
  closeWindow(): void;
@@ -100,7 +100,7 @@ export declare class FolderMainMenuItem extends BaseNavigationMainMenuItem<Folde
100
100
  /** @internal */
101
101
  protected set forceVirtualFolderSearch(val: string | boolean);
102
102
  /** @internal */
103
- protected set folderInfo(info: GenModels.FolderNode);
103
+ protected set folderInfo(infoSrc: string | GenModels.FolderNode);
104
104
  /**
105
105
  * Является ли элемент меню проксирующим, то есть видны только подэлементы, а сам данный элемент меню не виден
106
106
  */
@@ -1,7 +1,10 @@
1
1
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
2
+ import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
2
3
  import { TablePlugins } from "@docsvision/web/components/table/interfaces";
3
4
  import { $CheckboxService } from "@docsvision/web/components/table/plugins/checkbox";
5
+ import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
6
+ import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
4
7
  import { Optional } from "@docsvision/web/core/services";
5
8
  import "./FolderSizePlugin.css";
6
9
  export declare const FolderSizeToolbarLabelFeature = "FolderSizeToolbarLabelFeature";
7
- export declare const FolderSizePlugin: TablePlugins.Toolbar.Component<$FolderDataLoading & Optional<$CheckboxService>>;
10
+ export declare const FolderSizePlugin: TablePlugins.Toolbar.Component<$FolderDataLoading & Optional<$CheckboxService> & $Grouping & $TableData & $FolderInfo>;
@@ -5,5 +5,5 @@ interface IFolderSizePluginData {
5
5
  isUnknownModelSize: boolean;
6
6
  modelSize: number;
7
7
  }
8
- export declare function getExtendedDataOfFolderSize(tableData: ITableData): IFolderSizePluginData;
8
+ export declare function getFolderSizeInfo(tableData: ITableData): IFolderSizePluginData;
9
9
  export {};
@@ -2,6 +2,7 @@
2
2
  import { Tree } from '@docsvision/webclient/Helpers/Tree/Tree';
3
3
  import { FolderTypeItem, FolderTypeTreeNode } from '@docsvision/webclient/Platform/FolderTypeItemsImpl';
4
4
  import { LoadingState } from '@docsvision/webclient/System/LoadingState';
5
+ import "./FolderTypeDialog.css";
5
6
  export declare type FolderTypeDialogProps = {
6
7
  items: Array<FolderTypeTreeNode>;
7
8
  selected: FolderTypeItem;
@@ -42,7 +42,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
42
42
  checked?: boolean;
43
43
  crossOrigin?: string;
44
44
  disabled?: boolean;
45
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
45
+ enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send";
46
46
  form?: string;
47
47
  formAction?: string;
48
48
  formEncType?: string;