@docsvision/webclient 5.17.0-beta.21 → 5.17.0-beta.22
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.
- package/Account/Input.d.ts +2 -1
- package/Account/ParseQueryString.d.ts +1 -0
- package/Account/index.d.ts +1 -1
- package/Approval/AgreementManagement.d.ts +9 -0
- package/Approval/AgreementManagementImpl.d.ts +3 -2
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +6 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +6 -0
- package/BackOffice/ConvertResponseToTree.d.ts +8 -0
- package/BackOffice/DeleteSection.d.ts +2 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DirectoryTree.d.ts +1 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FindSection.d.ts +9 -0
- package/BackOffice/GetPowersIconClassName.d.ts +7 -0
- package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
- package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
- package/BackOffice/IPowersTreeRow.d.ts +6 -0
- package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -1
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
- package/BackOffice/PowerOfAttorneyInfo.d.ts +9 -0
- package/BackOffice/PowersDialogLocations.d.ts +3 -0
- package/BackOffice/PowersDirectory.d.ts +48 -0
- package/BackOffice/PowersDirectory.stories.d.ts +20 -0
- package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
- package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
- package/BackOffice/PowersDirectoryHead.d.ts +7 -0
- package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
- package/BackOffice/PowersDirectoryLogic.d.ts +168 -0
- package/BackOffice/PowersDirectoryTreeAddButton.d.ts +16 -0
- package/BackOffice/PowersDirectoryView.d.ts +61 -0
- package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SaveExpandedState.d.ts +2 -0
- package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
- package/BackOffice/SignatureDialog.d.ts +12 -2
- package/BackOffice/SignatureDialogFrame.d.ts +8 -0
- package/BackOffice/SignatureDialogLabels.d.ts +2 -2
- package/BackOffice/SignatureDialogLogic.d.ts +18 -0
- package/BackOffice/SignatureDialogMethods.d.ts +2 -2
- package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
- package/BackOffice/SignatureDialogSettings.d.ts +2 -2
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +138 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +401 -0
- package/Helpers/FileComments/FileComments.d.ts +1 -0
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/IAgreementParams.d.ts +2 -2
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Platform/$ToolbarActionButtons.d.ts +16 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/DVWebToolInfo.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/ExportPlugin.d.ts +2 -10
- package/Platform/FilePickerImpl.d.ts +0 -1
- package/Platform/FilePreviewImpl.d.ts +2 -1
- package/Platform/FolderDataContextImpl.d.ts +3 -1
- package/Platform/FolderGrid.d.ts +1 -0
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +0 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +2 -10
- package/Platform/RefreshFoldersTreeButton.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +2 -10
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +4 -12
- package/Platform/SettingsPopupLogic.d.ts +4 -0
- package/Platform/TextControlBaseImpl.d.ts +3 -1
- package/Platform/TextListInputView.d.ts +2 -2
- package/Platform/ToolbarActionButtonsService.d.ts +11 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/index.d.ts +1 -5
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/InputBasedControlImpl.d.ts +4 -1
- package/System/ResourcesStub.d.ts +42 -1
- package/package.json +1 -1
package/Platform/FolderGrid.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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" | "
|
|
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>>;
|
package/Platform/ListInput.d.ts
CHANGED
|
@@ -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:/
|
|
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 {
|
|
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 {
|
|
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" | "
|
|
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:/
|
|
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 {
|
|
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(
|
|
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" | "
|
|
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" | "
|
|
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:/
|
|
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
|
}
|
package/Platform/index.d.ts
CHANGED
|
@@ -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 {
|
|
3
|
+
export { FolderSizePlugin };
|
|
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
|
|
|
77
77
|
protected modalHost: CommonModalDialogHost;
|
|
78
78
|
static SimpleItemView:
|
|
79
79
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
80
|
-
import("C:/
|
|
80
|
+
import("C:/Users/peshne.k/devWebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
81
81
|
static SimpleItemViewCompact:
|
|
82
82
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
83
|
-
import("C:/
|
|
83
|
+
import("C:/Users/peshne.k/devWebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
84
84
|
/** @internal */
|
|
85
85
|
state: StateT;
|
|
86
86
|
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
|
|
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
|
};
|