@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
@@ -1,4 +1,5 @@
1
1
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { IColumnVisibility } from '@docsvision/webclient/Platform/updateValueCheckedColumn';
2
3
  import { ISettingsPopupProps } from '@docsvision/webclient/Platform/SettingsPopup';
3
4
  import { ComponentLogic } from '@docsvision/web/core/component';
4
5
  export declare class SettingsPopupLogic extends ComponentLogic<ISettingsPopupProps> {
@@ -25,6 +26,10 @@ import("effector").Store<{
25
26
  import("effector").Store<GenModels.GridViewMode>;
26
27
  selectedRowsMode:
27
28
  import("effector").Event<string>;
29
+ $rowsModeVisible:
30
+ import("effector").Store<boolean>;
31
+ setRowsModeVisible:
32
+ import("effector").Event<boolean>;
28
33
  $gridUserSettings:
29
34
  import("effector").Store<GenModels.GridUserSettingsData>;
30
35
  $columns:
@@ -36,12 +41,13 @@ import("effector").Event<GenModels.ViewColumnModel[]>;
36
41
  $columnsVisible:
37
42
  import("effector").Store<GenModels.ViewColumnModel[]>;
38
43
  updateCheckedColumn:
39
- import("effector").Event<string>;
44
+ import("effector").Event<IColumnVisibility>;
40
45
  getColumnsFx:
41
46
  import("effector").Effect<string, GenModels.ViewColumnModel[], Error>;
42
47
  getGridUserDataFx:
43
48
  import("effector").Effect<unknown, GenModels.GridUserSettingsData, Error>;
44
49
  saveGridUserSettingsFx:
45
50
  import("effector").Effect<void, void, Error>;
51
+ getHeader(): string;
46
52
  init(): void;
47
53
  }
@@ -8,6 +8,4 @@ export declare class SettingsPopupResponseResolver implements IFolderDataLoading
8
8
  description: string;
9
9
  order: PluginOrder;
10
10
  resolveResponse(data: ITableData, response: GenModels.GridViewModelEx): Promise<void | ResponseResolveResult>;
11
- private setColumnsOrder;
12
- private selectColumnsToDisplay;
13
11
  }
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { ITableData, TableCompositionNames } from '@docsvision/web/components/table/interfaces';
3
+ import { IComposition } from '@docsvision/web/core/composition';
4
+ import './ShowAllButton.css';
5
+ import { $TableFilterService } from '@docsvision/web/components/table/plugins/filter';
6
+ import { $Grouping } from '@docsvision/web/components/table/plugins/grouping';
7
+ import { $Resources } from '@docsvision/web/core/localization/$Resources';
8
+ import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
9
+ import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
10
+ export declare type $ShowAllButtonServices = $TableFilterService & $Resources & $Grouping & $TableData & $WebFrameSearchPanel;
11
+ export interface IShowAllButtonProps {
12
+ composition?: IComposition<typeof TableCompositionNames.Toolbar, ITableData, $ShowAllButtonServices>;
13
+ }
14
+ export declare const ShowAllButton: ({ composition }: IShowAllButtonProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { ITablePlugins, TablePlugins } from '@docsvision/web/components/table/interfaces';
2
+ export declare const ShowAllButtonPlugin: TablePlugins.Toolbar.Component;
3
+ export declare const FilterDropPlugins: ITablePlugins;
@@ -5,7 +5,6 @@ import { IRowEventArgs } from "@docsvision/webclient/Platform/IRowEventArgs";
5
5
  import { TableImpl, TableState } from "@docsvision/webclient/Platform/TableImpl";
6
6
  import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
7
7
  import { $Layout, SaveCardOptions } from "@docsvision/webclient/System/$Layout";
8
- import { ILayoutSavedEventArgs } from '@docsvision/webclient/System/ILayoutParams';
9
8
  import { $CardId, $RowId, $RowInfo } from '@docsvision/webclient/System/LayoutServices';
10
9
  import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
11
10
  import { EditMode } from "@docsvision/webclient/System/EditMode";
@@ -15,6 +14,7 @@ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
15
14
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
16
15
  import { Optional } from '@docsvision/web/core/services';
17
16
  import { SaveControlDataModelEventArgs } from '@docsvision/webclient/System/Layout';
17
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
18
18
  /**
19
19
  * Содержит публичные свойства элемента управления [Таблица]{@link Table}.
20
20
  */
@@ -71,7 +71,7 @@ export declare class TableParams extends PanelParams {
71
71
  expanding: CancelableApiEvent<IEventArgs>;
72
72
  /** Событие, возникающее при разворачивании. */
73
73
  expanded: BasicApiEvent<IEventArgs>;
74
- services?: $LayoutCardController & $LayoutRowController & $Layout & $CardId & $RowId & Optional<$RowInfo> & $LayoutManager;
74
+ services?: $LayoutCardController & $LayoutRowController & $Layout & $CardId & $RowId & Optional<$RowInfo> & $LayoutManager & $DeviceType;
75
75
  }
76
76
  /**
77
77
  * Класс элемента управления Таблица
@@ -147,11 +147,11 @@ export declare class Table extends Panel<TableParams, TableState> {
147
147
  /** Включает режим отложенных изменений, при котором добавление и удаление строк не сохраняется на сервер сразу при вызове методов. */
148
148
  beginEdit(): void;
149
149
  /** Выключает режим отложенных изменений и сохраняет произведенные правки, если необходимо. */
150
- endEdit(): Promise<unknown>;
150
+ endEdit(): Promise<this>;
151
151
  /** @internal */
152
152
  protected onCardSaving(sender: any, args: ICancelableEventArgs<SaveControlDataModelEventArgs>): void;
153
153
  /** @internal */
154
- protected onCardSaved(sender: any, args: ICancelableEventArgs<ILayoutSavedEventArgs>): Promise<void>;
154
+ onSaved(): Promise<void>;
155
155
  /** @internal */
156
156
  protected createImpl(): TableImpl;
157
157
  }
@@ -1,4 +1,7 @@
1
1
  import { ITablePlugins, TablePlugins } from '@docsvision/web/components/table/interfaces';
2
+ import { INumberFormatInfo } from '@docsvision/webclient/Platform/formatNumberToCulture';
3
+ import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
2
4
  export declare const TableCellNumberFormatted = "TableCellNumberFormatted";
3
5
  export declare const TableCellNumberFormattedPlugin: TablePlugins.Cell.Component;
4
6
  export declare const TableCellNumberFormattedPlugins: ITablePlugins;
7
+ export declare function getNumberCultureInfo(services: $ApplicationSettings): INumberFormatInfo;
@@ -1,3 +1,4 @@
1
1
  import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { $DeviceType } from '@docsvision/webclient/StandardServices';
2
3
  import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
3
- export declare function showTableRowCreateWindow(cardId: string, sectionId: string, parentRowId: string | null, services: $LayoutRowController & $LocationContainerControlServices, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<string>;
4
+ export declare function showTableRowCreateWindow(cardId: string, sectionId: string, parentRowId: string | null, services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<string>;
@@ -1,3 +1,4 @@
1
1
  import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { $DeviceType } from '@docsvision/webclient/StandardServices';
2
3
  import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
3
- export declare function showTableEditWindow(cardId: string, sectionId: string, rowId: string, services: $LayoutRowController & $LocationContainerControlServices, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<void>;
4
+ export declare function showTableEditWindow(cardId: string, sectionId: string, rowId: string, services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<void>;
@@ -32,7 +32,7 @@ export declare type TableImplState = TableState;
32
32
  /** @internal */
33
33
  export declare class TableImpl extends PanelImpl<TableParams, TableState> {
34
34
  static BindingNotSpecifiedMetadataKey: string;
35
- lastTableOperation: Promise<any>;
35
+ lastTableOperation: Promise<Table>;
36
36
  removeRowPerformOnce: PerformOnce;
37
37
  private modalHost;
38
38
  addRowPerformOnce: PerformOnce;
@@ -67,7 +67,7 @@ export declare class TableImpl extends PanelImpl<TableParams, TableState> {
67
67
  * следует использовать ее только там, где это некритично.
68
68
  */
69
69
  protected checkRowIsEmpty(rowIndex: number): boolean;
70
- removeRowInternal(rowIndex: number, isEmpty?: boolean): Promise<any>;
70
+ removeRowInternal(rowIndex: number, isEmpty?: boolean): Promise<Table>;
71
71
  protected onRemoveRowClick(row: IRowInfo): void;
72
72
  protected onEditRowClick(row: IRowInfo): void;
73
73
  protected getCssClass(): string;
@@ -0,0 +1,9 @@
1
+ import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
2
+ import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
3
+ import { $ListView } from '@docsvision/web/components/table/plugins/list-view';
4
+ import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
5
+ import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
6
+ import { $TablePresentationToggle } from '@docsvision/webclient/Platform/$TablePresentationToggle';
7
+ export declare const TablePresentationToggleServiceProvider: TablePlugins.ServiceProvider<$TablePresentationToggle & $FolderDataLoading & $ListView & $TableData & $TableUpdate>;
8
+ /** Образец регистрации плагинов данной функциональности. */
9
+ export declare const PluginTemplatePlugins: ITablePlugins;
@@ -0,0 +1,8 @@
1
+ import { ITablePresentationToggleService } from '@docsvision/webclient/Platform/$TablePresentationToggle';
2
+ import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
3
+ import { $ListView } from '@docsvision/web/components/table/plugins/list-view';
4
+ import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
5
+ import { $TableUpdate } from '@docsvision/web/components/table/plugins/table-update';
6
+ export declare class TablePresentationToggleService implements ITablePresentationToggleService {
7
+ constructor(services: $FolderDataLoading & $ListView & $TableData & $TableUpdate);
8
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IComponentProps } from '@docsvision/web/core/component';
3
+ import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
+ export interface ITextListInputProps extends IComponentProps, IFilterComponent {
5
+ }
6
+ export declare const TextListInput: React.NamedExoticComponent<ITextListInputProps>;
@@ -0,0 +1,55 @@
1
+ import { ITextListInputProps } from "@docsvision/webclient/Platform/TextListInput";
2
+ import { ComponentLogic } from "@docsvision/web/core/component";
3
+ import { ChangeEvent } from "react";
4
+ export interface IListItems {
5
+ selected: boolean;
6
+ value: string;
7
+ }
8
+ export declare class TextListInputLogic extends ComponentLogic<ITextListInputProps> {
9
+ domain:
10
+ import("effector").Domain;
11
+ pageSize: number;
12
+ pageNumber: number;
13
+ scrollTop: number;
14
+ searchText: string;
15
+ isFullList: boolean;
16
+ listWrapper: HTMLDivElement;
17
+ filterValues: string[];
18
+ $listWrapper:
19
+ import("effector").Store<HTMLDivElement>;
20
+ setListWrapper:
21
+ import("effector").Event<HTMLDivElement>;
22
+ $listScrollable:
23
+ import("effector").Store<boolean>;
24
+ setListScrollable:
25
+ import("effector").Event<boolean>;
26
+ setSearchText:
27
+ import("effector").Event<ChangeEvent<HTMLInputElement>>;
28
+ $searchText:
29
+ import("effector").Store<string>;
30
+ $formatedSearchText:
31
+ import("effector").Store<string>;
32
+ setListItems:
33
+ import("effector").Event<IListItems[]>;
34
+ $listItems:
35
+ import("effector").Store<IListItems[]>;
36
+ $loading:
37
+ import("effector").Store<boolean>;
38
+ setLoading:
39
+ import("effector").Event<boolean>;
40
+ private getListData;
41
+ private getGrouping;
42
+ private format;
43
+ private reloadListData;
44
+ onClear: (e: any) => void;
45
+ private clearDateString;
46
+ private formatData;
47
+ private onScrollTop;
48
+ onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
49
+ onCheckboxChange: (e: React.ChangeEvent<HTMLInputElement>, key: number) => void;
50
+ private onChangeItems;
51
+ private formatItem;
52
+ onVisible(): void;
53
+ formatNumber(str: any): any;
54
+ init(): void;
55
+ }
@@ -0,0 +1,40 @@
1
+ /// <reference types="react" />
2
+ export declare class TextListInputView {
3
+ listInput:
4
+ import("react").ForwardRefExoticComponent<Pick<
5
+ import("./components/ListInput").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"> &
6
+ import("react").RefAttributes<HTMLDivElement>>;
7
+ clearButton:
8
+ import("react").FC<
9
+ import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
10
+ textInput:
11
+ import("react").ForwardRefExoticComponent<Pick<
12
+ import("./components/SearchTextInput").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"> &
13
+ import("react").RefAttributes<HTMLInputElement>>;
14
+ wrapper: (props:
15
+ import("./components/TextListInputWrapper").ITextListInputWrapperProps) => JSX.Element;
16
+ content: (props:
17
+ import("./components/ListContent").IListContentProps) => JSX.Element;
18
+ item: (props:
19
+ import("./components/ListItem").IListItemProps) => JSX.Element;
20
+ checkbox:
21
+ import("react").ForwardRefExoticComponent<Pick<
22
+ import("./components/ListCheckbox").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"> &
23
+ import("react").RefAttributes<HTMLInputElement>>;
24
+ empty: (props:
25
+ import("./components/ListEmpty").IListEmptyProps) => JSX.Element;
26
+ icon: (props:
27
+ import("./components/ListEmptySearchIcon").IListEmptySearchIconProps) => JSX.Element;
28
+ slot: (props:
29
+ import("./components/ListSlot").IListSlotProps) => JSX.Element;
30
+ searchIcon: (props:
31
+ import("./components/ListSearchIcon").IListSearchIconProps) => JSX.Element;
32
+ total: (props:
33
+ import("./components/ListTotalItem").IListTotalItemProps) => JSX.Element;
34
+ light: (props:
35
+ import("./components/ListContentHightlight").IListContenHightlightProps) => JSX.Element;
36
+ magnifyIcon: (props:
37
+ import("@docsvision/web/icons/MagnifyIcon").IMagnifyIconProps) => JSX.Element;
38
+ loading: (props:
39
+ import("./components/ListLoading").IListLoadingProps) => JSX.Element;
40
+ }
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+ import './TextListInputWrapper.css';
4
+ export interface ITextListInputWrapperProps extends HtmlProps.div {
5
+ isDate: boolean;
6
+ }
7
+ export declare const TextListInputWrapper: (props: ITextListInputWrapperProps) => JSX.Element;
@@ -4,8 +4,11 @@ import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebC
4
4
  import { $UnreadCounter } from '@docsvision/webclient/Platform/$UnreadCounter';
5
5
  import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
6
6
  import { $Domain } from '@docsvision/web/core/state-management';
7
+ import "./UnreadBarTablePlugins.css";
7
8
  export declare const UnreadBarFeature = "UnreadBarFeature";
9
+ export declare const UNREAD_BAR_COLUMN_VISIBILITY = "UnreadBarVisibility";
8
10
  export declare const UnreadBarTableCellPlugin: TablePlugins.Cell.Component<$UnreadBar>;
11
+ export declare const UnreadBarListViewTableCellPlugin: TablePlugins.Cell.Component<$UnreadBar>;
9
12
  export declare const UnreadBarServiceProvider: TablePlugins.ServiceProvider<$UnreadBar & $CardController & $UnreadCounter & $Domain>;
10
13
  export declare const UnreadBarTableRowMountEffect: TablePlugins.Row.MountEffect<$ApplicationSettings & $UnreadBar>;
11
14
  export declare const UnreadBarTableRowDecorator: TablePlugins.Row.Decorator<$ApplicationSettings & $UnreadBar>;
@@ -25,7 +25,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
25
25
  private attachRoot;
26
26
  DialogBox:
27
27
  import("styled-components").StyledComponent<(props:
28
- import("C:/Dev/WebCB/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
28
+ import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
29
  close(): void;
30
30
  render(): JSX.Element;
31
31
  }
@@ -1,7 +1,7 @@
1
1
  import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
2
2
  import { PanelState } from '@docsvision/webclient/Platform/PanelImpl';
3
3
  import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/WebFrameMainMenuContainerImpl';
4
- import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
4
+ import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
5
5
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
6
6
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
7
7
  /**
@@ -16,7 +16,7 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
16
16
  isClosed?: boolean;
17
17
  /** Скрыт ли ползунок для ресайза */
18
18
  isHandleHidden?: boolean;
19
- services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage;
19
+ services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE;
20
20
  }
21
21
  export interface WebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, PanelState {
22
22
  }
@@ -8,9 +8,10 @@ import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
8
8
  import { SearchDropdown } from '@docsvision/webclient/Legacy/SearchDropdown';
9
9
  import { $WebFrameContext } from '@docsvision/webclient/Platform/$WebFrameContext';
10
10
  import { $Router } from '@docsvision/webclient/System/$Router';
11
- import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
12
11
  import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
13
12
  import { $LastSearchResponse } from '@docsvision/webclient/System/$LastSearchResponse';
13
+ import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
14
+ import { $Resources } from '@docsvision/web/core/localization/$Resources';
14
15
  export declare class WebFrameSearchPanelParams extends BaseControlParams {
15
16
  /** Стандартный CSS класс со стилями элемента управления */
16
17
  standardCssClass?: string;
@@ -24,7 +25,7 @@ export declare class WebFrameSearchPanelParams extends BaseControlParams {
24
25
  isClearButtonHidden?: boolean;
25
26
  /** Скрыт ли плейсхолдер */
26
27
  isPlaceholderHidden?: boolean;
27
- services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse;
28
+ services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $Resources & $WebFrameSearchPanel;
28
29
  }
29
30
  export interface WebFrameSearchPanelState extends WebFrameSearchPanelParams, BaseControlState {
30
31
  }
@@ -81,6 +82,7 @@ export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanel
81
82
  handleInput: (e: any) => void;
82
83
  updateSearchText: (value: string) => void;
83
84
  handleKeyPress: (e: React.KeyboardEvent<HTMLInputElement>) => void;
85
+ handleOnClickSearchButton: () => void;
84
86
  handleOnKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void;
85
87
  renderControl(): JSX.Element;
86
88
  }
@@ -1,2 +1,8 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
- export declare function applyCurrentSettings(gridUserSettingsData: GenModels.GridUserSettingsData, columns: GenModels.ViewColumnModel[]): GenModels.ViewColumnModel[];
2
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
3
+ export declare function applyCurrentSettings(info: {
4
+ gridUserSettings: GenModels.GridUserSettingsData;
5
+ listView: boolean;
6
+ tableData: ITableData;
7
+ viewId: string;
8
+ }, columns: GenModels.ViewColumnModel[]): GenModels.ViewColumnModel[];
@@ -9,9 +9,5 @@ import { SearchPlugin } from "@docsvision/webclient/Platform/SearchPlugin";
9
9
  import { SettingsPlugin } from "@docsvision/webclient/Platform/SettingsPlugin";
10
10
  import { ITablePlugins } from "@docsvision/web/components/table/interfaces";
11
11
  export declare const ToolbarPlugins: ITablePlugins;
12
- export declare const toolbarInfo: {
13
- name: string;
14
- plugin: string;
15
- }[];
16
12
  export declare const toolbarTypeName = "FolderGridToolbar";
17
13
  export { ExportPlugin, FilterPlugin, GropingPlugin, ReadAllPlugin, RefreshPlugin, ResetSettingsPlugin, SearchPlugin, SettingsPlugin, FolderSizePlugin };
@@ -0,0 +1,6 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
3
+ export declare const DEFAULT_LIST_VIEW_COLUMNS_COUNT_VISIBLE = 3;
4
+ export declare const LIST_VIEW_DEFAULT_COLUMN_VISIBILITY = "ListViewDefaultVisibility";
5
+ export declare const USER_SETUP_COLUMN_VISIBILITY = "UserSetupVisibility";
6
+ export declare function setColumnsSettings(data: ITableData, settings: GenModels.GridUserSettingsData): void;
@@ -1,2 +1,6 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
- export declare function updateValueCheckedColumn(columns: GenModels.ViewColumnModel[], columnName: string): GenModels.ViewColumnModel[];
2
+ export interface IColumnVisibility {
3
+ columnName: string;
4
+ visible: boolean;
5
+ }
6
+ export declare function updateValueCheckedColumn(columns: GenModels.ViewColumnModel[], data: IColumnVisibility): GenModels.ViewColumnModel[];
@@ -35,7 +35,6 @@ import { $FileScan } from '@docsvision/webclient/Platform/$FileScan';
35
35
  import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
36
36
  import { $ScanDialog } from '@docsvision/webclient/Platform/$ScanDialog';
37
37
  import { $FileService } from '@docsvision/webclient/System/$FileService';
38
- import { $CardController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
39
38
  import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
40
39
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
41
40
  import { $RootCssClass } from '@docsvision/webclient/Helpers/$RootCssClass';
@@ -49,6 +48,7 @@ import { $WebFrameDirectorySearchInfoStorageService } from "@docsvision/webclien
49
48
  import { $DialogManagement } from "@docsvision/webclient/Helpers/ModalDialog/$DialogManagement";
50
49
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
51
50
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
51
+ import { $FolderPluginProvider } from "@docsvision/webclient/Platform/$FolderPluginProvider";
52
52
  /** Сервис доступа к идентификатору текущего пользователя. */
53
53
  export declare type $CurrentEmployeeId = {
54
54
  currentEmployeeId: string;
@@ -138,4 +138,4 @@ export declare type $ApplicationSettings = {
138
138
  };
139
139
  export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
140
140
  /** Стандартные сервисы Web-клиента. */
141
- export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $CardController & $FilePreview & $WebViewIOSEnabled & $Domain & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $FilePreview & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse;
141
+ export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $FolderPluginProvider;
@@ -15,9 +15,12 @@ import { FieldSpec } from '@docsvision/webclient/System/GetFieldName';
15
15
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
16
16
  import { BasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
17
17
  import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
18
+ import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
18
19
  import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
19
20
  import React from "react";
21
+ import { IValidateEventArgs } from '@docsvision/webclient/System/IValidateEventArgs';
20
22
  export declare let DEFAULT_CONTROL_NAME: string;
23
+ export declare const BASE_CONTROL_SYSTEM_HANDLER = "BASE_CONTROL_SYSTEM_HANDLER";
21
24
  /**
22
25
  * Базовый класс для описания публичных свойств контрола.
23
26
  *
@@ -60,6 +63,8 @@ export declare class BaseControlParams {
60
63
  visibilityEditOperation?: string;
61
64
  /** Определяет, есть ли возможность редактировать элемент управления: `true` - нельзя редактировать, `false` - можно. */
62
65
  disabled?: boolean;
66
+ /** Хранит дополнительную информацию или настройки в виде строкового ресурса */
67
+ tag?: string;
63
68
  /**
64
69
  * Определяет, должен ли элемент управления получать фокус при переходе по Tab:
65
70
  * `true` - должен, `false` - не должен.
@@ -103,6 +108,8 @@ export declare class BaseControlParams {
103
108
  loaded?: BasicApiEvent<IEventArgs>;
104
109
  /** Событие, возникающее при удалении элемента управления из разметки. */
105
110
  unloading?: CancelableApiEvent<IEventArgs>;
111
+ /** Событие, возникающее при валидации контрола. */
112
+ validation?: BasicApiEvent<IValidateEventArgs>;
106
113
  /** Интерфейсный компонент контрола (см. описание класса {@link BaseControl}). */
107
114
  wrapper?: BaseControl<BaseControlParams, BaseControlState>;
108
115
  }
@@ -291,6 +298,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
291
298
  * @param params Параметры выполнения валидации. Например, показывать ли сообщение о неудаче в UI или нет.
292
299
  */
293
300
  validate(params: any): IValidationResult[];
301
+ createValidationResult(params: IValidationParams, results: IValidationResult[]): IValidationResult[];
294
302
  /**
295
303
  * Производится обнаружение и регистрация всех свойств, объявленных с декоратором {@link handler}.
296
304
  */
@@ -25,4 +25,4 @@ export declare class CancelableEvent<T> extends BasicEvent<ICancelableEventArgs<
25
25
  /** Создает экземпляр {@link CancelableEvent}. */
26
26
  static Create<T>(sender: any, subscriberFunc?: CancelableApiEvent<T> | string): CancelableEvent<T> & BasicEventHandler<T>;
27
27
  }
28
- export declare function callCancelableEventHandlers<T>(handlers: BasicEventHandler<ICancelableEventArgs<T>>[], data: ICancelableEventArgs<T>, actualSender: any, createArgs?: (data: any) => CancelableEventArgs<T>): void;
28
+ export declare function callCancelableEventHandlers<T>(handlers: BasicEventHandler<ICancelableEventArgs<T>>[], data: ICancelableEventArgs<T>, actualSender: any, paramName: string, createArgs?: (data: any) => CancelableEventArgs<T>): void;
@@ -4,7 +4,7 @@ import { ControlTemplateText } from "@docsvision/webclient/System/ControlTemplat
4
4
  export declare class ControlTemplateView {
5
5
  text: typeof ControlTemplateText;
6
6
  button: (props:
7
- import("C:/Dev/WebCB/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
7
+ import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
8
8
  frame: typeof ControlTemplateFrame;
9
9
  buttonText: string;
10
10
  }
@@ -43,3 +43,5 @@ export declare function parseDateTime(dateTime: string, format?: DateFormats, as
43
43
  export declare function dateTimeToString(dateTime: Date | string, format?: DateFormats): string;
44
44
  /** Количество часов в одном дне */
45
45
  export declare const HOURS_IN_DAY = 24;
46
+ /** Возвращает функцию, которую можно передать в JSON.strinfiy вторым параметром для фомрматирования дат для сервера. */
47
+ export declare function getDateTimeStringifyServerFormatter(services: $ApplicationSettings): (key: string, value: any) => any;
@@ -23,6 +23,8 @@ export interface DirectoryBaseState<ValueT extends NodeT | ItemT | NodeT[] | Ite
23
23
  directoryDialogSelectedValue: ValueT;
24
24
  typeahead: Typeahead;
25
25
  beforeModalSelectedFilterPath: NodeT[];
26
+ maximized?: boolean;
27
+ maximizeButtonEnabled?: boolean;
26
28
  /** Путь для элемента из поиска, отличается от selectedFilterPath тем, что применяется только при закрытии DirectorySelectDialog */
27
29
  searchFilterPath: NodeT[];
28
30
  }
@@ -32,7 +34,8 @@ export declare abstract class DirectoryBaseImpl<ValueT extends NodeT | ItemT | N
32
34
  static NextPageSize: number;
33
35
  static SearchTimeout: number;
34
36
  private services;
35
- protected modalHost: ModalHost;
37
+ protected: any;
38
+ modalHost: ModalHost;
36
39
  constructor(props: ParamsT, state: StateT, services?: any);
37
40
  /** Отрисовка диалога справочника. */
38
41
  protected abstract renderSelectDialog(props: IDirectorySelectDialogProps<ValueT, NodeT, ItemT> & {
@@ -60,6 +63,7 @@ export declare abstract class DirectoryBaseImpl<ValueT extends NodeT | ItemT | N
60
63
  showDictionary(): Promise<IDirectorySelectDialog>;
61
64
  hideDictionary(): Promise<void>;
62
65
  protected cancelModal(): void;
66
+ protected onMaximizeModal(): void;
63
67
  protected onDirectoryDialogNodeSelected(node: ValueT): void;
64
68
  protected onDirectoryDialogSelectButtonClick(): Promise<void>;
65
69
  protected onFilterSelected: (items: NodeT[]) => Promise<void>;
@@ -27,6 +27,13 @@ export interface IDirectorySelectDialogProps<ValueT extends NodeT | ItemT | Node
27
27
  className?: string;
28
28
  isOpen: boolean;
29
29
  onCancel: () => void;
30
+ /** Существует ли кнопка развертывания */
31
+ maximizeButtonEnabled?: boolean;
32
+ /** Вызывается при попытке развернуть окно */
33
+ onMaximize?: () => void;
34
+ /** При смене значения на true модальное окно развернётся, при смене в false - свернётся. */
35
+ maximized?: boolean;
36
+ services?: any;
30
37
  }
31
38
  /** @internal */
32
39
  export interface IDirectoryChildrenCacheItem<DataT extends GenModels.IDirectoryItemData> {
@@ -70,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
70
77
  protected modalHost: CommonModalDialogHost;
71
78
  static SimpleItemView:
72
79
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
73
- import("C:/Dev/WebCB/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
80
+ import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
74
81
  static SimpleItemViewCompact:
75
82
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
76
- import("C:/Dev/WebCB/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
83
+ import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
77
84
  /** @internal */
78
85
  state: StateT;
79
86
  searchInput: HTMLInputElement;
@@ -0,0 +1,9 @@
1
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
2
+ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
3
+ import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
4
+ import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
5
+ export interface IValidateEventArgs extends IEventArgs {
6
+ control: LayoutControl;
7
+ validationResults: IValidationResult[];
8
+ params: IValidationParams;
9
+ }
@@ -4,4 +4,8 @@ export interface IValidationResult {
4
4
  Passed: boolean;
5
5
  /** Сообщение об ошибке. */
6
6
  Message?: string;
7
+ /** Имя контрола, сгенерировавшего объект. */
8
+ ControlName?: string;
9
+ /** Флаг видимости контрола. */
10
+ Visibility?: boolean;
7
11
  }