@docsvision/webclient 6.1.7 → 6.1.8
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/Altcha.d.ts +10 -0
- package/Account/LoginContainer.d.ts +2 -0
- package/Account/LoginLogic.d.ts +18 -1
- package/Application.d.ts +3 -3
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +4 -2
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/FileListControlStoriesData.d.ts +162 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/NumeratorStoriesData.d.ts +24 -0
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +10 -9
- package/Generated/DocsVision.WebClient.Models.d.ts +2553 -70
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderNameImpl.d.ts +0 -1
- package/Platform/FolderRouteHelpers.d.ts +1 -4
- package/Platform/FolderViewItemsImpl.d.ts +23 -23
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/TextBoxInputField.d.ts +1 -1
- package/Platform/TextBoxInputMaskView.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/WebFrameSearchPanel.d.ts +15 -15
- package/StandardServices.d.ts +1 -2
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/PagesControllerStub.d.ts +0 -1
- package/System/ResourcesStub.d.ts +8 -0
- package/System/StorybookStory.d.ts +8 -4
- package/package.json +1 -1
- package/Legacy/$FolderViews.d.ts +0 -8
- package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
- package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
- package/Legacy/FilterSidePanel.d.ts +0 -4
- package/Legacy/FolderViewHandler.d.ts +0 -9
- package/Legacy/FolderViews.d.ts +0 -26
- package/Legacy/FormFactor.d.ts +0 -5
- package/Legacy/Grid.d.ts +0 -50
- package/Legacy/GridModeService.d.ts +0 -10
- package/Legacy/GridRowSelectionService.d.ts +0 -12
- package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
- package/Legacy/IGridHtmlBuilder.d.ts +0 -25
- package/Legacy/ISortingColumn.d.ts +0 -5
- package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
- package/Platform/FolderCountersRouteHandler.d.ts +0 -29
- package/Platform/GridManagement.d.ts +0 -8
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { $GridController } from
|
|
1
|
+
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
2
|
import { IRecentCardsRouteData } from "@docsvision/webclient/Platform/IRecentCardsRouteData";
|
|
3
3
|
import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
4
4
|
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
5
5
|
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
6
|
-
import { $LayoutManager } from
|
|
6
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
7
7
|
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
8
8
|
import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
|
|
9
|
-
import { $IsIE } from
|
|
9
|
+
import { $IsIE } from "@docsvision/webclient/StandardServices";
|
|
10
10
|
/** @internal */
|
|
11
11
|
export declare class RecentCardsRouteHandler implements IRouteHandler<IRecentCardsRouteData> {
|
|
12
12
|
private services;
|
|
@@ -16,5 +16,5 @@ export declare class RecentCardsRouteHandler implements IRouteHandler<IRecentCar
|
|
|
16
16
|
protected getGridModelLoader: () => IFolderDataLoader;
|
|
17
17
|
loadRouteData(knownRouteData: Partial<IRecentCardsRouteData>, routeType: RouteType): Promise<RouteHandleResult>;
|
|
18
18
|
mountRoute(data: IRecentCardsRouteData, routeType: RouteType): Promise<RouteHandleResult>;
|
|
19
|
-
unmountRoute(data: IRecentCardsRouteData, routeType: RouteType): Promise<
|
|
19
|
+
unmountRoute(data: IRecentCardsRouteData, routeType: RouteType): Promise<void | object>;
|
|
20
20
|
}
|
|
@@ -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" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
6
|
+
export declare const SearchTextInput: React.ForwardRefExoticComponent<Pick<ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component/HtmlProps";
|
|
3
|
-
export declare const TextBoxInputField: React.ForwardRefExoticComponent<Pick<HtmlProps.input, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
3
|
+
export declare const TextBoxInputField: React.ForwardRefExoticComponent<Pick<HtmlProps.input, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -5,6 +5,6 @@ export declare class TextBoxInputMaskView {
|
|
|
5
5
|
inputMask: typeof InputMask;
|
|
6
6
|
input:
|
|
7
7
|
import("react").ForwardRefExoticComponent<Pick<
|
|
8
|
-
import("@docsvision/web/core/component").HtmlProps.input, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
8
|
+
import("@docsvision/web/core/component").HtmlProps.input, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size"> &
|
|
9
9
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
10
10
|
}
|
|
@@ -13,19 +13,19 @@ import { TextListInputWrapper } from "@docsvision/webclient/Platform/TextListInp
|
|
|
13
13
|
export declare class TextListInputView {
|
|
14
14
|
listInput:
|
|
15
15
|
import("react").ForwardRefExoticComponent<Pick<
|
|
16
|
-
import("./components/ListInput").IListInputProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
16
|
+
import("./components/ListInput").IListInputProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "isScrollable" | "isDate"> &
|
|
17
17
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
18
18
|
clearButton: typeof ClearButton;
|
|
19
19
|
textInput:
|
|
20
20
|
import("react").ForwardRefExoticComponent<Pick<
|
|
21
|
-
import("./components/SearchTextInput").ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
21
|
+
import("./components/SearchTextInput").ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size"> &
|
|
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
|
-
import("./components/ListCheckbox").IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "
|
|
28
|
+
import("./components/ListCheckbox").IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "color" | "height" | "translate" | "width" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "draggable" | "key" | "onMouseDown" | "required" | "defaultValue" | "list" | "step" | "src" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "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" | "max" | "min" | "crossOrigin" | "alt" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "size"> &
|
|
29
29
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
30
30
|
empty: typeof ListEmpty;
|
|
31
31
|
icon: typeof ListEmptySearchIcon;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { BaseControl, BaseControlParams, BaseControlState } from
|
|
2
|
-
import { $Layout } from
|
|
3
|
-
import { ControlImpl } from
|
|
4
|
-
import React from
|
|
5
|
-
import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest, $IsIE } from
|
|
6
|
-
import { GenModels } from
|
|
7
|
-
import { $CompanyLogo } from
|
|
8
|
-
import { SearchDropdown } from
|
|
9
|
-
import { $WebFrameContext } from
|
|
10
|
-
import { $Router } from
|
|
11
|
-
import { $ExperimentalFeature } from
|
|
12
|
-
import { $LastSearchResponse } from
|
|
13
|
-
import { $WebFrameSearchPanel } from
|
|
14
|
-
import { $Resources } from
|
|
15
|
-
import { $FolderInfo } from
|
|
1
|
+
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
2
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
3
|
+
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
6
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
7
|
+
import { $CompanyLogo } from "@docsvision/webclient/Platform/$CompanyLogo";
|
|
8
|
+
import { SearchDropdown } from "@docsvision/webclient/Legacy/SearchDropdown";
|
|
9
|
+
import { $WebFrameContext } from "@docsvision/webclient/Platform/$WebFrameContext";
|
|
10
|
+
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
11
|
+
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
12
|
+
import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
|
|
13
|
+
import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
|
|
14
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
15
|
+
import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
|
|
16
16
|
export declare class WebFrameSearchPanelParams extends BaseControlParams {
|
|
17
17
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
18
18
|
standardCssClass?: string;
|
package/StandardServices.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
-
import { $FolderViews } from "@docsvision/webclient/Legacy/$FolderViews";
|
|
3
2
|
import { $NavBar } from "@docsvision/webclient/Legacy/$NavBar";
|
|
4
3
|
import { $SearchPanel } from "@docsvision/webclient/Legacy/$SearchPanel";
|
|
5
4
|
import { $Folders } from "@docsvision/webclient/Legacy/$Folders";
|
|
@@ -149,4 +148,4 @@ export declare type $ApplicationSettings = {
|
|
|
149
148
|
};
|
|
150
149
|
export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
|
|
151
150
|
/** Стандартные сервисы Web-клиента. */
|
|
152
|
-
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $
|
|
151
|
+
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $ApprovalPathVisualizationController & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight & $FolderColors;
|
|
@@ -21,6 +21,7 @@ export interface DirectoryBaseState<ValueT extends NodeT | ItemT | NodeT[] | Ite
|
|
|
21
21
|
binding: IBindingResult<ValueT>;
|
|
22
22
|
requestHelper: RequestHelper;
|
|
23
23
|
directoryDialogSelectedValue: ValueT;
|
|
24
|
+
oldValue: ValueT;
|
|
24
25
|
typeahead: Typeahead;
|
|
25
26
|
beforeModalSelectedFilterPath: NodeT[];
|
|
26
27
|
maximized?: boolean;
|
|
@@ -3,7 +3,6 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
4
4
|
export declare class PagesControllerStub implements GenControllers.IPagesController {
|
|
5
5
|
recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
6
|
-
recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
7
6
|
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
8
7
|
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
9
8
|
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
@@ -798,6 +798,14 @@ export declare let resourcesStub: {
|
|
|
798
798
|
TasksTree_Important: string;
|
|
799
799
|
WrongEndDateOfDatesWarning: string;
|
|
800
800
|
ControlTypes_ReadBatchOperationName: string;
|
|
801
|
+
DownloadFilesBatchOperationName: string;
|
|
802
|
+
DownloadFilesBatchOperationButtonHeader: string;
|
|
803
|
+
DownloadFilesBatchOperation_NoFilesWithSignError: string;
|
|
804
|
+
DeleteBatchOperation_DeleteCardsMessage: string;
|
|
805
|
+
DeleteBatchOperation_DeletePermanentlyCardsMessage: string;
|
|
806
|
+
ControlTypes_DeleteBatchOperationName: string;
|
|
807
|
+
DeleteOperationName: string;
|
|
808
|
+
ControlTypes_DeleteBatchOperation: string;
|
|
801
809
|
Partner_FullName: string;
|
|
802
810
|
FileList_DropZone_ExtraFilesText: string;
|
|
803
811
|
DirectorySearch_ExpandResultsButton: string;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
export interface IScreenshotParams {
|
|
3
|
+
skip?: boolean;
|
|
4
|
+
fullwidth?: boolean;
|
|
5
|
+
waitSelector?: string;
|
|
6
|
+
delay?: number;
|
|
7
|
+
hoverSelector?: string;
|
|
8
|
+
}
|
|
2
9
|
export interface StoryParameters {
|
|
3
10
|
/** Should story be included in screenshot tests. Default: true */
|
|
4
|
-
|
|
11
|
+
screenshot?: IScreenshotParams;
|
|
5
12
|
disableMobile?: boolean;
|
|
6
13
|
}
|
|
7
14
|
export declare function story(title: string, story: () => JSX.Element, params?: StoryParameters): () => JSX.Element;
|
|
8
|
-
/** loki скриншотит только то, что находится в div.#root, поэтому, если контент не входит в его границы, надо растянуть контент на всю высоту */
|
|
9
|
-
export declare const StretchRoot:
|
|
10
|
-
import("styled-components").StyledComponent<"div", any, {}, never>;
|
package/package.json
CHANGED
package/Legacy/$FolderViews.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface IFolderViews {
|
|
2
|
-
Build(folderId: string, viewSourceId: string, searchId: string, currentViewId: string, currentViewName: string): void;
|
|
3
|
-
Destroy(): void;
|
|
4
|
-
}
|
|
5
|
-
export declare type $FolderViews = {
|
|
6
|
-
folderViews: IFolderViews;
|
|
7
|
-
};
|
|
8
|
-
export declare const $FolderViews: string | ((model?: $FolderViews) => IFolderViews);
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
-
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
import { GridOptions } from "@docsvision/webclient/Legacy/GridOptions";
|
|
4
|
-
import { IGridHtmlBuilder } from "@docsvision/webclient/Legacy/IGridHtmlBuilder";
|
|
5
|
-
import { SimpleEvent } from "@docsvision/webclient/System/SimpleEvent";
|
|
6
|
-
import { GridRowsSelectionLogic } from '@docsvision/webclient/Legacy/GridRowsSelectionLogic';
|
|
7
|
-
import { $WebFrameContext } from '@docsvision/webclient/Platform/$WebFrameContext';
|
|
8
|
-
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
|
-
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
10
|
-
import { $RefreshUnreadCounters } from "@docsvision/webclient/Platform/$RefreshUnreadCounters";
|
|
11
|
-
export declare const RESIZEABLE_STORAGE_ID = "Storage";
|
|
12
|
-
export declare const WIDTH_STORE = ".widths";
|
|
13
|
-
/** @internal */
|
|
14
|
-
export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
15
|
-
protected folderId: any;
|
|
16
|
-
private viewId;
|
|
17
|
-
protected allowRowResize: boolean;
|
|
18
|
-
private pageSize;
|
|
19
|
-
private dateMinWidth;
|
|
20
|
-
protected tableHeaderContainer: HTMLElement;
|
|
21
|
-
protected tableBodyContainer: HTMLElement;
|
|
22
|
-
protected gridFooterContainer: HTMLElement;
|
|
23
|
-
private refreshButton;
|
|
24
|
-
private resetButton;
|
|
25
|
-
private loader;
|
|
26
|
-
private filterLoader;
|
|
27
|
-
protected rootElement: HTMLElement;
|
|
28
|
-
protected targetElement: HTMLElement;
|
|
29
|
-
protected options: GridOptions;
|
|
30
|
-
private selectedCards;
|
|
31
|
-
private colspanValue;
|
|
32
|
-
private groupColumnList;
|
|
33
|
-
private popupNotification;
|
|
34
|
-
private colRowResizableStorage;
|
|
35
|
-
private isRequestAllowed;
|
|
36
|
-
protected selectionLogic: GridRowsSelectionLogic;
|
|
37
|
-
/** getModel property is getting overrided by parent grid class */
|
|
38
|
-
getModel: () => GenModels.GridViewModel;
|
|
39
|
-
refreshed: SimpleEvent<void>;
|
|
40
|
-
modelChanged: SimpleEvent<any>;
|
|
41
|
-
rowsSelectionModeChanged: SimpleEvent<boolean>;
|
|
42
|
-
filterLayout: GenModels.LayoutViewModel;
|
|
43
|
-
static RowDefaultHeight: string;
|
|
44
|
-
static DefaultForeColor: string;
|
|
45
|
-
static DefaultBackColor: string;
|
|
46
|
-
static FilterSettingsName: string;
|
|
47
|
-
private traceProvider;
|
|
48
|
-
protected services: $GridController & $WebFrameContext & $MessageBox & $CurrentFolder & $RefreshUnreadCounters;
|
|
49
|
-
constructor(options: GridOptions);
|
|
50
|
-
abstract rowsSelectionMode: boolean;
|
|
51
|
-
abstract buildGrid(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): any;
|
|
52
|
-
abstract rebuildIfNeeded(isBuild: boolean, model?: GenModels.GridViewModel): any;
|
|
53
|
-
protected abstract onRefreshButtonClick(): any;
|
|
54
|
-
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
|
-
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
|
-
getSelection():
|
|
57
|
-
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
|
-
clearSelection(cardIds?: string[]): void;
|
|
59
|
-
selectionChanged: SimpleEvent<any>;
|
|
60
|
-
protected addActionButtons(header: HTMLElement): void;
|
|
61
|
-
protected buildExportExcelButton(): HTMLSpanElement;
|
|
62
|
-
protected downloadExcelReport(e: any): void;
|
|
63
|
-
getCurrentPage(): number | null;
|
|
64
|
-
protected destroyGrid(): void;
|
|
65
|
-
buildTableHeader(options: GridOptions, tableHeaderContainer: HTMLElement, modelGrid?: GenModels.GridViewModel): void;
|
|
66
|
-
protected shouldBuildHeader(columns: GenModels.GridColumn[], headerElements: NodeListOf<Element>): boolean;
|
|
67
|
-
private getColumnMinWidth;
|
|
68
|
-
private getColumnWidth;
|
|
69
|
-
/**
|
|
70
|
-
* Равномерна ли ширина столбцов
|
|
71
|
-
*/
|
|
72
|
-
private areColumnsEven;
|
|
73
|
-
private removeLoader;
|
|
74
|
-
private addLoader;
|
|
75
|
-
private removeFilterLoader;
|
|
76
|
-
private addFilterLoader;
|
|
77
|
-
buildTableBody(options: GridOptions, tableBodyContainer: HTMLElement): void;
|
|
78
|
-
protected initColRowResizable(model: GenModels.GridViewModel, hideRowResizeGrips: boolean): void;
|
|
79
|
-
protected initColRowResizablePlugin(options: any): void;
|
|
80
|
-
protected onRowWidthResize(ev: any): void;
|
|
81
|
-
protected applyGridFilters(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
82
|
-
buildHeader(options: GridOptions, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
83
|
-
protected saveFolderSettings(saveForView?: boolean): Promise<void>;
|
|
84
|
-
protected resetFolderSettings(): Promise<void>;
|
|
85
|
-
protected buildRow(model: GenModels.GridViewModel, i: number): HTMLTableRowElement;
|
|
86
|
-
private buildColumn;
|
|
87
|
-
private isGroupColumn;
|
|
88
|
-
private createEmptyTableRow;
|
|
89
|
-
protected buildSwitcher(compact: HTMLElement, wrap: HTMLElement, model: GenModels.GridViewModel, rootElement: HTMLElement): void;
|
|
90
|
-
buildGridFooter(options: GridOptions, gridFooterContainer: HTMLElement): void;
|
|
91
|
-
protected buildInOrder(): void;
|
|
92
|
-
applyGridFilter(): Promise<void>;
|
|
93
|
-
private getDateMinWidth;
|
|
94
|
-
private initHeaderCell;
|
|
95
|
-
reload(): Promise<GenModels.GridViewModel>;
|
|
96
|
-
protected getDataFromServer(queryRequest: GenModels.QueryViewRequest, instanceId: string, isMobile?: boolean, silent?: boolean): Promise<GenModels.GridViewModel>;
|
|
97
|
-
private syncRouteData;
|
|
98
|
-
protected getValueByKey(gridItem: GenModels.GridRow, key: string, itemType?: number): any;
|
|
99
|
-
private divide;
|
|
100
|
-
private getGroups;
|
|
101
|
-
private buildGroupingBody;
|
|
102
|
-
private buildGroupingColumns;
|
|
103
|
-
private updateGroupCSS;
|
|
104
|
-
protected createGroupRow(model: GenModels.GridViewModel, groups: GenModels.GridRow[], body: HTMLElement, isOpen: boolean, groupId: string, i: number): HTMLTableRowElement;
|
|
105
|
-
private initGroupingElement;
|
|
106
|
-
private chainesEqual;
|
|
107
|
-
private toggleGroup;
|
|
108
|
-
private addChain;
|
|
109
|
-
private removeChain;
|
|
110
|
-
private saveGroupSettings;
|
|
111
|
-
private loadGroupSettings;
|
|
112
|
-
protected updateHtmlRowReadStatus(itemID: string, setRead: boolean): void;
|
|
113
|
-
protected iniItemSelector(element: HTMLElement, itemID: any): void;
|
|
114
|
-
private buildPageNavigator;
|
|
115
|
-
private initPageLink;
|
|
116
|
-
private activateOneStep;
|
|
117
|
-
private activateCounter;
|
|
118
|
-
protected getPageData(pageNumber: any, instanceId: any, model: GenModels.GridViewModel, silent?: boolean): Promise<GenModels.GridViewModel>;
|
|
119
|
-
protected getPage(pageNumber: any, refresh?: boolean): Promise<GenModels.GridViewModel>;
|
|
120
|
-
private desktopCallback;
|
|
121
|
-
protected rebuildGrid(): void;
|
|
122
|
-
private getSortingColumn;
|
|
123
|
-
private saveGridState;
|
|
124
|
-
private onRefresh;
|
|
125
|
-
private onReset;
|
|
126
|
-
/**
|
|
127
|
-
* Визуальное уведомление о необходимости обновить грид
|
|
128
|
-
*/
|
|
129
|
-
showUpdateRequest(show?: boolean): void;
|
|
130
|
-
closeUpdateRequest(): void;
|
|
131
|
-
protected initRowClick(cardID: string, element: HTMLElement): void;
|
|
132
|
-
showErrorMessage(serverResponse: string): void;
|
|
133
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { BasicGridHtmlBuilder } from '@docsvision/webclient/Legacy/BasicGridHtmlBuilder';
|
|
2
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
-
import { GridOptions } from '@docsvision/webclient/Legacy/GridOptions';
|
|
4
|
-
export declare class DesktopGridHtmlBuilder extends BasicGridHtmlBuilder {
|
|
5
|
-
private tableHeader;
|
|
6
|
-
private tableBody;
|
|
7
|
-
private gridFooter;
|
|
8
|
-
private rowsSelectionModeEnabled;
|
|
9
|
-
buildGrid(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
10
|
-
rebuildTable: () => void;
|
|
11
|
-
private debouncer;
|
|
12
|
-
updateTableSize: () => void;
|
|
13
|
-
applyGridFilter(): Promise<void>;
|
|
14
|
-
protected destroyGrid(): void;
|
|
15
|
-
rebuildIfNeeded(isBuild: boolean, model?: GenModels.GridViewModel): void;
|
|
16
|
-
get rowsSelectionMode(): boolean;
|
|
17
|
-
set rowsSelectionMode(val: boolean);
|
|
18
|
-
private updateHeadVisibility;
|
|
19
|
-
buildTableHeader(options: GridOptions, tableHeaderContainer: HTMLElement, modelGrid?: GenModels.GridViewModel): void;
|
|
20
|
-
protected shouldBuildHeader(columns: GenModels.GridColumn[], headerElements: NodeListOf<Element>): boolean;
|
|
21
|
-
protected buildRow(model: GenModels.GridViewModel, rowIndex: number): HTMLTableRowElement;
|
|
22
|
-
protected createGroupRow(model: GenModels.GridViewModel, groups: GenModels.GridRow[], body: HTMLElement, isOpen: boolean, groupId: string, rowIndex: number): HTMLTableRowElement;
|
|
23
|
-
protected initRowClick(cardID: string, element: HTMLElement): void;
|
|
24
|
-
protected applyGridFilters(model: GenModels.GridViewModel, targetElement: HTMLElement, rootElement: HTMLElement): void;
|
|
25
|
-
getChanges(): Promise<GenModels.GridViewModel>;
|
|
26
|
-
protected buildInOrder(): void;
|
|
27
|
-
protected onRefreshButtonClick(): void;
|
|
28
|
-
protected buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
29
|
-
private refreshLayoutToMakeIEBugsRunAway;
|
|
30
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
2
|
-
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
3
|
-
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
4
|
-
/** @internal */
|
|
5
|
-
export declare class FolderViewHandler implements IRouteHandler<any> {
|
|
6
|
-
name: string;
|
|
7
|
-
mountRoute(data: any, routeType: RouteType): Promise<RouteHandleResult>;
|
|
8
|
-
unmountRoute(data: any, routeType: RouteType): Promise<void>;
|
|
9
|
-
}
|