@docsvision/webclient 5.17.0-beta.21 → 5.17.0-beta.23

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 (105) hide show
  1. package/Account/Input.d.ts +2 -1
  2. package/Account/ParseQueryString.d.ts +1 -0
  3. package/Account/index.d.ts +1 -1
  4. package/Approval/AgreementManagement.d.ts +9 -0
  5. package/Approval/AgreementManagementImpl.d.ts +3 -2
  6. package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
  7. package/Approval/IAgreementEventArgs.d.ts +6 -0
  8. package/BackOffice/$DigitalSignature.d.ts +2 -0
  9. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  10. package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
  11. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  12. package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +6 -0
  13. package/BackOffice/ConvertResponseToTree.d.ts +8 -0
  14. package/BackOffice/DeleteSection.d.ts +2 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  17. package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
  18. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  19. package/BackOffice/DirectoryTree.d.ts +1 -0
  20. package/BackOffice/EmailButtonView.d.ts +2 -2
  21. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  22. package/BackOffice/FindSection.d.ts +9 -0
  23. package/BackOffice/GetPowersIconClassName.d.ts +7 -0
  24. package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
  25. package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
  26. package/BackOffice/IPowersTreeRow.d.ts +6 -0
  27. package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
  28. package/BackOffice/PartnerBase.d.ts +2 -2
  29. package/BackOffice/PartnerBaseImpl.d.ts +1 -1
  30. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  31. package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
  32. package/BackOffice/PowerOfAttorneyInfo.d.ts +9 -0
  33. package/BackOffice/PowersDialogLocations.d.ts +3 -0
  34. package/BackOffice/PowersDirectory.d.ts +48 -0
  35. package/BackOffice/PowersDirectory.stories.d.ts +20 -0
  36. package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
  37. package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
  38. package/BackOffice/PowersDirectoryHead.d.ts +7 -0
  39. package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
  40. package/BackOffice/PowersDirectoryLogic.d.ts +172 -0
  41. package/BackOffice/PowersDirectorySaveExpandedState.d.ts +2 -0
  42. package/BackOffice/PowersDirectoryTreeAddButton.d.ts +16 -0
  43. package/BackOffice/PowersDirectoryView.d.ts +61 -0
  44. package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
  45. package/BackOffice/PrintButtonView.d.ts +1 -1
  46. package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
  47. package/BackOffice/SignatureDialog.d.ts +12 -2
  48. package/BackOffice/SignatureDialogFrame.d.ts +8 -0
  49. package/BackOffice/SignatureDialogLabels.d.ts +2 -2
  50. package/BackOffice/SignatureDialogLogic.d.ts +18 -0
  51. package/BackOffice/SignatureDialogMethods.d.ts +2 -2
  52. package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
  53. package/BackOffice/SignatureDialogSettings.d.ts +2 -2
  54. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  55. package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
  56. package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
  57. package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
  58. package/BackOffice/TasksTableView.d.ts +3 -3
  59. package/Generated/DocsVision.WebClient.Controllers.d.ts +138 -0
  60. package/Generated/DocsVision.WebClient.Models.d.ts +401 -0
  61. package/Helpers/Button.d.ts +2 -0
  62. package/Helpers/ComandBarButton.d.ts +2 -0
  63. package/Helpers/FileComments/FileComments.d.ts +1 -0
  64. package/Helpers/IconButton.d.ts +2 -0
  65. package/Helpers/ModalDialog/ModalDialog.d.ts +1 -0
  66. package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -0
  67. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  68. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  69. package/Legacy/IAgreementParams.d.ts +2 -2
  70. package/Legacy/StandardControllers.d.ts +2 -2
  71. package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
  72. package/Platform/$ToolbarActionButtons.d.ts +16 -0
  73. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  74. package/Platform/CardLink.d.ts +6 -6
  75. package/Platform/CertificateSettingsView.d.ts +1 -1
  76. package/Platform/DVWebToolInfo.d.ts +1 -0
  77. package/Platform/DateTimePickerImpl.d.ts +1 -0
  78. package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
  79. package/Platform/ExportPlugin.d.ts +2 -10
  80. package/Platform/FilePickerImpl.d.ts +0 -1
  81. package/Platform/FilePreviewImpl.d.ts +2 -1
  82. package/Platform/FolderDataContextImpl.d.ts +3 -1
  83. package/Platform/FolderGrid.d.ts +1 -0
  84. package/Platform/FolderGridImpl.d.ts +1 -0
  85. package/Platform/IFilterComponent.d.ts +2 -2
  86. package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
  87. package/Platform/ListCheckbox.d.ts +1 -1
  88. package/Platform/ListInput.d.ts +0 -1
  89. package/Platform/LoaderDialog.d.ts +1 -1
  90. package/Platform/ReadAllPlugin.d.ts +2 -10
  91. package/Platform/RefreshFoldersTreeButton.d.ts +2 -2
  92. package/Platform/RefreshPlugin.d.ts +2 -10
  93. package/Platform/SearchTextInput.d.ts +1 -1
  94. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  95. package/Platform/SettingsPlugin.d.ts +4 -12
  96. package/Platform/SettingsPopupLogic.d.ts +4 -0
  97. package/Platform/TextControlBaseImpl.d.ts +3 -1
  98. package/Platform/TextListInputView.d.ts +2 -2
  99. package/Platform/ToolbarActionButtonsService.d.ts +11 -0
  100. package/Platform/UserProfileDialog.d.ts +1 -1
  101. package/Platform/index.d.ts +1 -5
  102. package/System/DirectorySelectDialog.d.ts +3 -2
  103. package/System/InputBasedControlImpl.d.ts +4 -1
  104. package/System/ResourcesStub.d.ts +42 -1
  105. package/package.json +1 -1
@@ -56,6 +56,7 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
56
56
  private contentBlockWidth;
57
57
  private previewBlockWidth;
58
58
  private rootLocationLayout;
59
+ private modalContentBlock;
59
60
  constructor(props: FilePreviewParams, state: IFilePreviewState);
60
61
  UNSAFE_componentWillMount(): void;
61
62
  get isEditMode(): boolean;
@@ -83,7 +84,7 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
83
84
  startDrag: (e: any) => void;
84
85
  commentsControl: (showInModal: boolean) => JSX.Element;
85
86
  onCommentsClose: () => Promise<void>;
86
- showComments: () => Promise<void>;
87
+ showComments: (isModalPreview?: boolean) => Promise<void>;
87
88
  addListenersToComments: () => void;
88
89
  onEscapeKeyDown: (e: any) => void;
89
90
  startResizeComments: (e: any) => void;
@@ -14,13 +14,14 @@ import { $Router } from "@docsvision/webclient/System/$Router";
14
14
  import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
15
15
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
16
16
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
17
+ import { $UnreadCounter } from "@docsvision/webclient/Platform/$UnreadCounter";
17
18
  /** @internal */
18
19
  export interface IFolderDataContextState extends IPanelState, FolderDataContextParams {
19
20
  searchRequestedUnsubscribe: Subscription;
20
21
  receivedServices?: $FolderDataContextServices;
21
22
  services?: TFolderDataContextStateServices;
22
23
  }
23
- declare type TFolderDataContextStateServices = $FolderDataContextServices & $FolderInfo & $ApplicationSettings & Optional<$FolderDataLoading> & Optional<$Domain> & $Router & Optional<$FolderGrid> & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel;
24
+ declare type TFolderDataContextStateServices = $FolderDataContextServices & $FolderInfo & $ApplicationSettings & Optional<$FolderDataLoading> & Optional<$Domain> & $Router & Optional<$FolderGrid> & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel & $UnreadCounter;
24
25
  export interface FolderDataContextState extends IFolderDataContextState {
25
26
  }
26
27
  /** @internal */
@@ -31,6 +32,7 @@ export declare class FolderDataContextImpl extends PanelImpl<FolderDataContextPa
31
32
  addPlugin(plugin: IFolderDataLoadingPlugin): void;
32
33
  get info(): ICommonFolderInfo;
33
34
  init(): void;
35
+ deinit(): void;
34
36
  private initServices;
35
37
  renderControl(): React.ReactNode[];
36
38
  }
@@ -56,6 +56,7 @@ export declare class FolderGrid extends BaseControl<FolderGridParams, IFolderGri
56
56
  private processToolbarPlugins;
57
57
  private disableAllToolbarPlugins;
58
58
  private disableToolbarPlugin;
59
+ private initToolbarActionButtons;
59
60
  private initToolbarDaughterControls;
60
61
  private initBatchOperations;
61
62
  /** @internal @deprecated */
@@ -13,6 +13,7 @@ export interface IFolderGridState extends FolderGridParams, BaseControlState {
13
13
  rowsSelectionMode: boolean;
14
14
  rowsSelectionModeChanged: BasicEvent<IEventArgs>;
15
15
  newGridAvailable: boolean;
16
+ toolbarProperties: Record<string, unknown>;
16
17
  }
17
18
  export interface FolderGridState extends IFolderGridState {
18
19
  }
@@ -3,13 +3,13 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
3
3
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
4
4
  import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
5
5
  import { ColumnType } from "@docsvision/web/components/table/interfaces";
6
- import { IDateFormatPluginData } from "@docsvision/web/components/table/plugins/filter";
6
+ import { $TableFilterService, IDateFormatPluginData } from "@docsvision/web/components/table/plugins/filter";
7
7
  import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
8
8
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
9
9
  import { $Resources } from "@docsvision/web/core/localization/$Resources";
10
10
  import { Moment } from "moment";
11
11
  import { RefObject } from "react";
12
- export declare type FilerComponentServiceT = $GridController & $FolderDataLoading & $Resources & $TableData & $ApplicationSettings & $Grouping & $ApplicationSettings & $TableData;
12
+ export declare type FilerComponentServiceT = $GridController & $FolderDataLoading & $Resources & $TableData & $ApplicationSettings & $Grouping & $ApplicationSettings & $TableData & $TableFilterService;
13
13
  export interface IFilterComponent {
14
14
  value: string[];
15
15
  onChange(value: (string | Moment)[], mode?: GenModels.FilterMode): void;
@@ -1,10 +1,10 @@
1
- import { BaseMainMenuItem, BaseMainMenuItemParams } from "@docsvision/webclient/Platform/BaseMainMenuItem";
2
1
  import { LayoutPageMainMenuItemImpl, ILayoutPageMainMenuItemState } from "@docsvision/webclient/Platform/LayoutPageMainMenuItemImpl";
3
2
  import { LocationSourceMode } from '@docsvision/webclient/Helpers/LocationContainer/LocationSourceMode';
3
+ import { BaseNavigationMainMenuItem, BaseNavigationMainMenuItemParams } from "@docsvision/webclient/Platform/BaseNavigationMainMenuItem";
4
4
  /**
5
5
  * Содержит публичные свойства элемента управления {@link LayoutPageMainMenuItem}.
6
6
  */
7
- export declare class LayoutPageMainMenuItemParams extends BaseMainMenuItemParams {
7
+ export declare class LayoutPageMainMenuItemParams extends BaseNavigationMainMenuItemParams {
8
8
  /** Стандартный CSS класс со стилями элемента управления */
9
9
  standardCssClass?: string;
10
10
  /** Имя позиции, которое будет использовано для получения разметки */
@@ -25,7 +25,7 @@ export declare class LayoutPageMainMenuItemParams extends BaseMainMenuItemParams
25
25
  /**
26
26
  * Класс элемента управления главного меню, служащего для открытия разметки.
27
27
  */
28
- export declare class LayoutPageMainMenuItem extends BaseMainMenuItem<LayoutPageMainMenuItemParams, ILayoutPageMainMenuItemState> {
28
+ export declare class LayoutPageMainMenuItem extends BaseNavigationMainMenuItem<LayoutPageMainMenuItemParams, ILayoutPageMainMenuItemState> {
29
29
  /** @internal */
30
30
  protected createParams(): LayoutPageMainMenuItemParams;
31
31
  private set headerResourceKey(value);
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface IListCheckboxProps extends HtmlProps.input {
5
5
  }
6
- export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
@@ -2,7 +2,6 @@ import React from 'react';
2
2
 
3
3
  import { HtmlProps } from '@docsvision/web/core/component';
4
4
  export interface IListInputProps extends HtmlProps.div {
5
- onScroll: (e: React.UIEvent<HTMLDivElement>) => void;
6
5
  isScrollable: boolean;
7
6
  isDate: boolean;
8
7
  }
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
12
12
  cancel: () => void;
13
13
  DialogBox:
14
14
  import("styled-components").StyledComponent<(props:
15
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
15
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
16
16
  LoadingSpan:
17
17
  import("styled-components").StyledComponent<"span", any, {}, never>;
18
18
  render(): JSX.Element;
@@ -5,14 +5,6 @@ import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
5
5
  import { $UrlStore } from "@docsvision/webclient/System/$UrlStore";
6
6
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
7
7
  import { $TableUpdate } from "@docsvision/web/components/table/plugins/table-update/$TableUpdate";
8
- import { IComposition } from "@docsvision/web/core/composition";
9
- import { ITableData, TableCompositionTypes } from "@docsvision/web/components/table/interfaces";
8
+ import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
10
9
  export declare type $ReadAllToolbarActionServices = $TableData & $UnreadCounter & $TableUpdate & $RequestManager & $DeviceType & $UrlStore & $SearchParametersFolder;
11
- export declare const ReadAllPlugin: {
12
- name: string;
13
- iconClass: string;
14
- title: string;
15
- onClick: typeof readAll;
16
- };
17
- declare function readAll(composition: IComposition<TableCompositionTypes.Toolbar, ITableData, $ReadAllToolbarActionServices>): Promise<void>;
18
- export {};
10
+ export declare const ReadAllPlugin: IToolbarActionContainerButton;
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
2
1
  import { $LayoutFolderController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
2
  import { $Sidebar } from "@docsvision/webclient/Legacy/$Sidebar";
4
3
  import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
5
4
  import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
6
5
  import { $ControlStore } from "@docsvision/webclient/System/LayoutServices";
7
6
  import { $Router } from "@docsvision/webclient/System/$Router";
7
+ import React from 'react';
8
8
  /**
9
9
  * Содержит публичные свойства элемента управления {@link RefreshFoldersTreeScript}.
10
10
  */
@@ -33,7 +33,7 @@ export declare class RefreshFoldersTreeButton extends BaseControl<RefreshFolders
33
33
  /** @internal */
34
34
  init(): void;
35
35
  /** @internal */
36
- protected onRefreshFoldersClick: () => void;
36
+ protected onRefreshFoldersClick: (event: React.MouseEvent) => void;
37
37
  private refreshFolders;
38
38
  /** @internal */
39
39
  protected refreshRoute(): Promise<unknown>;
@@ -1,13 +1,5 @@
1
1
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
2
- import { TableCompositionTypes } from "@docsvision/web/components/table/interfaces";
3
2
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
4
- import { IComposition } from "@docsvision/web/core/composition";
3
+ import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
5
4
  export declare type $RefreshToolbarActionServices = $TableData & $FolderDataLoading;
6
- export declare const RefreshPlugin: {
7
- name: string;
8
- iconClass: string;
9
- title: string;
10
- onClick: typeof reload;
11
- };
12
- declare function reload(composition: IComposition<TableCompositionTypes.Toolbar, unknown, $RefreshToolbarActionServices>): Promise<void>;
13
- export {};
5
+ export declare const RefreshPlugin: IToolbarActionContainerButton;
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface ISearchTextInputProps extends HtmlProps.input {
5
5
  }
6
- export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
@@ -28,7 +28,7 @@ export declare class SecurityDescriptorDialogView {
28
28
  frame: (props:
29
29
  import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
30
30
  table: (props:
31
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
31
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
32
32
  tableHead: (props:
33
33
  import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
34
34
  inheritanceButtons: typeof AccessInheritanceButtons;
@@ -1,6 +1,7 @@
1
1
  import { $GridController, $LayoutUserSettingsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
2
  import { $SaveColumns } from "@docsvision/webclient/Platform/$SaveColumns";
3
3
  import { $FolderHelp } from "@docsvision/webclient/Platform/$FolderHelp";
4
+ import { $ToolbarActionButtons } from "@docsvision/webclient/Platform/$ToolbarActionButtons";
4
5
  import { $CacheManagement } from "@docsvision/webclient/Platform/$CacheManagement";
5
6
  import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
6
7
  import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
@@ -8,18 +9,9 @@ import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
8
9
  import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
9
10
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
10
11
  import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
11
- import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
12
- import { TableCompositionTypes } from "@docsvision/web/components/table/interfaces";
13
12
  import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
14
13
  import { $ResizeColumn } from "@docsvision/web/components/table/plugins/resize-column";
15
14
  import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
16
- import { IComposition } from "@docsvision/web/core/composition";
17
- export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType & $FolderInfo & $WebFrameSearchPanel & $FolderHelp & $ApplicationSettings & $LayoutUserSettingsController & $CacheManagement;
18
- export declare const SettingsPlugin: {
19
- name: string;
20
- iconClass: string;
21
- title: string;
22
- onClick: typeof openSettingPopup;
23
- };
24
- declare function openSettingPopup(composition: IComposition<TableCompositionTypes.Toolbar, unknown, $SettingsToolbarActionServices & $LastSearchResponse>): void;
25
- export {};
15
+ import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
16
+ export declare type $SettingsToolbarActionServices = $GridController & $TableData & $ResizeColumn & $SaveColumns & $FolderGrid & $CurrentFolder & $Grouping & $FolderDataLoading & $DeviceType & $FolderInfo & $WebFrameSearchPanel & $FolderHelp & $ApplicationSettings & $LayoutUserSettingsController & $CacheManagement & $ToolbarActionButtons;
17
+ export declare const SettingsPlugin: IToolbarActionContainerButton;
@@ -54,6 +54,10 @@ import("effector").Event<IColumnVisibility>;
54
54
  $isHelp:
55
55
  import("effector").Store<boolean>;
56
56
  setIsHelp:
57
+ import("effector").Event<boolean>;
58
+ $isResetButton:
59
+ import("effector").Store<boolean>;
60
+ setIsRestButton:
57
61
  import("effector").Event<boolean>;
58
62
  getGridUserDataFx:
59
63
  import("effector").Effect<string, {
@@ -13,7 +13,9 @@ export declare abstract class TextControlBaseImpl<PropsT extends TextControlBase
13
13
  constructor(props: PropsT, state: StateT);
14
14
  protected abstract renderInto(props: TextControlBaseParams, container: HTMLElement): void;
15
15
  protected onInputChange(event: any): void;
16
- protected renderInputWithPlaceholder(): React.ReactNode;
16
+ protected renderInputWithPlaceholder(options?: {
17
+ hideTooltip: boolean;
18
+ }): React.ReactNode;
17
19
  /** @internal */
18
20
  protected set binding(binding: IBindingResult<string>);
19
21
  protected getTextValue(): string;
@@ -18,14 +18,14 @@ import("react").RefAttributes<HTMLDivElement>>;
18
18
  clearButton: typeof ClearButton;
19
19
  textInput:
20
20
  import("react").ForwardRefExoticComponent<Pick<
21
- | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
21
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
22
22
  import("react").RefAttributes<HTMLInputElement>>;
23
23
  wrapper: typeof TextListInputWrapper;
24
24
  content: typeof ListContent;
25
25
  item: typeof ListItem;
26
26
  checkbox:
27
27
  import("react").ForwardRefExoticComponent<Pick<
28
- | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
28
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
29
29
  import("react").RefAttributes<HTMLInputElement>>;
30
30
  empty: typeof ListEmpty;
31
31
  icon: typeof ListEmptySearchIcon;
@@ -0,0 +1,11 @@
1
+ import { IToolbarActionButton, IToolbarActionButtonsService } from '@docsvision/webclient/Platform/$ToolbarActionButtons';
2
+ import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
3
+ import { Store, Event } from 'effector';
4
+ /** @internal Реализация {@link IFolderGridToolbarService}. */
5
+ export declare class ToolbarActionButtonsService implements IToolbarActionButtonsService {
6
+ $buttons: Store<Record<string, IToolbarActionButton>>;
7
+ setVisibility: Event<Record<string, unknown>>;
8
+ constructor();
9
+ get visibilityResetButton(): boolean;
10
+ getButtons: () => IToolbarActionContainerButton[];
11
+ }
@@ -26,7 +26,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
26
26
  private attachRoot;
27
27
  DialogBox:
28
28
  import("styled-components").StyledComponent<(props:
29
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
30
30
  close(): void;
31
31
  render(): JSX.Element;
32
32
  }
@@ -1,7 +1,3 @@
1
- import { ExportPlugin } from "@docsvision/webclient/Platform/ExportPlugin";
2
1
  import { FolderSizePlugin } from "@docsvision/webclient/Platform/FolderSizePlugin";
3
- import { ReadAllPlugin } from "@docsvision/webclient/Platform/ReadAllPlugin";
4
- import { RefreshPlugin } from "@docsvision/webclient/Platform/RefreshPlugin";
5
- import { SettingsPlugin } from "@docsvision/webclient/Platform/SettingsPlugin";
6
2
  export declare const toolbarTypeName = "FolderGridToolbar";
7
- export { ExportPlugin, ReadAllPlugin, RefreshPlugin, SettingsPlugin, FolderSizePlugin };
3
+ export { FolderSizePlugin };
@@ -34,6 +34,7 @@ export interface IDirectorySelectDialogProps<ValueT extends NodeT | ItemT | Node
34
34
  /** При смене значения на true модальное окно развернётся, при смене в false - свернётся. */
35
35
  maximized?: boolean;
36
36
  services?: any;
37
+ dataTestId?: string;
37
38
  }
38
39
  /** @internal */
39
40
  export interface IDirectoryChildrenCacheItem<DataT extends GenModels.IDirectoryItemData> {
@@ -77,10 +78,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
77
78
  protected modalHost: CommonModalDialogHost;
78
79
  static SimpleItemView:
79
80
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
80
- import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
+ import("C:/Users/peshne.k/devWebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
82
  static SimpleItemViewCompact:
82
83
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
83
- import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
+ import("C:/Users/peshne.k/devWebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
85
  /** @internal */
85
86
  state: StateT;
86
87
  searchInput: HTMLInputElement;
@@ -65,7 +65,10 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
65
65
  protected onValueClick(): void;
66
66
  protected renderValidationMessage(): JSX.Element;
67
67
  protected getInputTitle(): string;
68
- protected renderInputWithPlaceholder(): React.ReactNode;
68
+ protected onInputAndPlaceholderClick(): void;
69
+ protected renderInputWithPlaceholder(options?: {
70
+ hideTooltip: boolean;
71
+ }): React.ReactNode;
69
72
  protected updateValidationMessage(): void;
70
73
  protected editModeRender(): JSX.Element;
71
74
  protected getValueTitle(): string;
@@ -653,7 +653,6 @@ export declare let resourcesStub: {
653
653
  Dialog_ConfirmExit: string;
654
654
  ContextMenu_Delete: string;
655
655
  StaffDirectory_InfoInRoot_Organization: string;
656
- Sign_Simple: string;
657
656
  NameNotSpecified: string;
658
657
  DocumentManagement_ConcludedError_SignDate: string;
659
658
  Error_EmployeeLocked: string;
@@ -1506,4 +1505,46 @@ export declare let resourcesStub: {
1506
1505
  NoValue: string;
1507
1506
  Diagram_WaitingForData: string;
1508
1507
  Diagram_Empty: string;
1508
+ PowersDirectory_TreeRootName: string;
1509
+ PowersDirectory_CodeTab: string;
1510
+ PowersDirectory_InfoTab: string;
1511
+ PowersDirectory_CreateLayoutDialogHeader_Code: string;
1512
+ PowersDirectory_CreateLayoutDialogHeader: string;
1513
+ PowersDirectory_CreateRootLayoutDialogHeader: string;
1514
+ ContextMenu_CreateDirectory: string;
1515
+ ContextMenu_CreateCode: string;
1516
+ PowersDirectory_DeleteConfirmationWithChildren: string;
1517
+ PowersDirectory_InfoWithoutSelection: string;
1518
+ PowersDirectory_TreeAddButtons_CreateGroup: string;
1519
+ PowersDirectory_TreeAddButtons_CreateCode: string;
1520
+ PowersDirectory_Header: string;
1521
+ AuthenticationKinds_AuthenticationService: string;
1522
+ AuthenticationKinds_AuthenticationServices: string;
1523
+ AuthenticationKinds_Change: string;
1524
+ AuthenticationKinds_Check: string;
1525
+ AuthenticationKinds_UniqueName: string;
1526
+ EmailButton_ButtonText: string;
1527
+ EmailButton_Additional: string;
1528
+ EmailButton_SelectFilesToSendByMail: string;
1529
+ EmailButton_Main: string;
1530
+ EmailButton_SizeOfAttached: string;
1531
+ SignatureDialog_SignatureOptionsButton: string;
1532
+ SignatureMethodsSetup_CertificatesTable_EnableColumnTooltip: string;
1533
+ SignatureMethodsSetup_CertificatesTable_TypeLocalTip: string;
1534
+ SignatureMethodsSetup_CertificatesTable_ValidToColumn: string;
1535
+ SignatureMethodsSetup_CloudLogin: string;
1536
+ SignatureButton_SignHistory: string;
1537
+ SignatureButton_Sign: string;
1538
+ SignatureSettingsDialog_Intro: string;
1539
+ SignatureMethodsSetup_CertificatesTable_CommentColumnPlaceholder: string;
1540
+ SignatureMethodsSetup_CloudLoginButtonLabel: string;
1541
+ SignatureMethodsSetup_CloudLoginAuthRequired: string;
1542
+ SignatureMethodsSetup_CertificatesTable_SignerColumn: string;
1543
+ SignatureMethodsSetup_CertificatesTable_AuthorityColumn: string;
1544
+ SignatureMethodsSetup_CertificatesTable_CommentColumn: string;
1545
+ SignatureMethodsSetup_CloudLoginLabel: string;
1546
+ CertificatePinCodeLabel: string;
1547
+ CertificatePinCodeHeader: string;
1548
+ Navigator_TakePoll: string;
1549
+ Sign_Simple: string;
1509
1550
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.0-beta.21",
3
+ "version": "5.17.0-beta.23",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},