@docsvision/webclient 6.2.0-beta.1 → 6.2.0-beta.2
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/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AddressImpl.d.ts +1 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +2 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +37 -72
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +3 -0
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/AggregatesTreeLoader.d.ts +1 -1
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/CardLink.d.ts +2 -0
- package/Platform/DropdownImpl.d.ts +6 -0
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderDataLoadingService.d.ts +1 -1
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderViewItemsImpl.d.ts +3 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/System/DateFormats.d.ts +3 -1
- package/System/InputBasedControlImpl.d.ts +0 -1
- package/package.json +1 -1
|
@@ -44,6 +44,8 @@ export interface IDigitalSignOptions {
|
|
|
44
44
|
/** Дополнительная необязательная информация о карточке для кастомизации подписи в решениях. */
|
|
45
45
|
cardInfo?: GenModels.CardInfoModel;
|
|
46
46
|
powerOfAttorneyID?: string;
|
|
47
|
+
/** Параметр позволяет задать явно тип подписи, если вызывающий код хочет отменить стандартную логику выбора. */
|
|
48
|
+
signatureType?: GenModels.DigitalSignatureKind;
|
|
47
49
|
}
|
|
48
50
|
export declare class IEncryptedInfo {
|
|
49
51
|
/** Идентификатор карточки документа */
|
|
@@ -24,5 +24,6 @@ export declare class AddressImpl extends InputBasedControlImpl<GenModels.Address
|
|
|
24
24
|
clear(): void;
|
|
25
25
|
validate(params: unknown): IValidationResult;
|
|
26
26
|
protected onInputChange(event: any): void;
|
|
27
|
+
protected editInPlaceModeRender(): React.ReactNode;
|
|
27
28
|
protected renderInput(): React.ReactNode;
|
|
28
29
|
}
|
|
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
|
|
|
7
7
|
export declare const CardKindTreeNode:
|
|
8
8
|
import("styled-components").StyledComponent<"a", any, Partial<Pick<
|
|
9
9
|
import("react").DetailedHTMLProps<
|
|
10
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
10
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -48,5 +48,7 @@ export declare class DepartmentImpl extends InputBasedControlImpl<GenModels.Depa
|
|
|
48
48
|
private onMaximize;
|
|
49
49
|
get isDictionaryShown(): boolean;
|
|
50
50
|
protected renderDialog: () => JSX.Element;
|
|
51
|
+
protected onMouseDownIcon(): void;
|
|
52
|
+
protected onButtonBlur(event: React.FocusEvent): void;
|
|
51
53
|
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
52
54
|
}
|
|
@@ -7,4 +7,4 @@ export interface IDirectorySearchContentProps extends HtmlProps.div {
|
|
|
7
7
|
renderContent?: () => JSX.Element;
|
|
8
8
|
opened?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "lang" | "role" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<unknown>>;
|
|
@@ -11,7 +11,7 @@ export declare class DirectorySearchResultView {
|
|
|
11
11
|
container: typeof DirectorySearchContainer;
|
|
12
12
|
content:
|
|
13
13
|
import("react").ForwardRefExoticComponent<Pick<
|
|
14
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
14
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
15
15
|
import("react").RefAttributes<unknown>>;
|
|
16
16
|
iconButton: typeof IconButton;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
@@ -12,7 +12,7 @@ import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JS
|
|
|
12
12
|
item: typeof EmailButtonItem;
|
|
13
13
|
checkbox:
|
|
14
14
|
import("react").ForwardRefExoticComponent<Pick<
|
|
15
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
15
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "checked" | "readOnly" | "required" | "htmlFor" | "labelText" | "onSetupLogic" | "onSetupView" | "indeterminate" | "innerRef"> &
|
|
16
16
|
import("react").RefAttributes<unknown>>;
|
|
17
17
|
files: typeof EmailButtonFiles;
|
|
18
18
|
selectedSize: typeof EmailButtonSelectedSize;
|
|
@@ -13,5 +13,6 @@ export declare const EMPLOYEE_CERTIFICATE_INFO_BLOCK_NAME = "certificateInfoBloc
|
|
|
13
13
|
export declare const EMPLOYEE_CERTIFICATE_OPTIONS_BLOCK_NAME = "certificateOptionsBlock";
|
|
14
14
|
export declare function showUseCloudCertificateCheckbox(sender: Tab): Promise<void>;
|
|
15
15
|
export declare function getEmployeeCertificate(sender: Tab): Promise<void>;
|
|
16
|
+
export declare function getMainInfoCertificateField(infoString: string): string;
|
|
16
17
|
export declare function prepareEmployeeCertificate(sender: FilePicker): Promise<void>;
|
|
17
18
|
export declare function saveEmployeeCertificate(sender: LayoutControl): Promise<void>;
|
|
@@ -67,11 +67,17 @@ export declare namespace GenModels {
|
|
|
67
67
|
lastName: string;
|
|
68
68
|
middleName: string;
|
|
69
69
|
position: string;
|
|
70
|
-
fieldPath
|
|
70
|
+
fieldPath?: string;
|
|
71
71
|
unitId: string;
|
|
72
|
-
pathInDirectory
|
|
72
|
+
pathInDirectory?: Array<GenModels.DepartmentExtendedModel>;
|
|
73
73
|
dataType: GenModels.DirectoryDataType;
|
|
74
74
|
status: GenModels.StaffEmployeeStatus;
|
|
75
|
+
accountName: string;
|
|
76
|
+
sdid?: string;
|
|
77
|
+
isFavoritePerformer: boolean;
|
|
78
|
+
units: Array<string>;
|
|
79
|
+
email: string;
|
|
80
|
+
departmentName: string;
|
|
75
81
|
}
|
|
76
82
|
}
|
|
77
83
|
export declare namespace GenModels {
|
|
@@ -9094,7 +9100,7 @@ export declare namespace GenModels {
|
|
|
9094
9100
|
/**
|
|
9095
9101
|
* Task performer
|
|
9096
9102
|
*/
|
|
9097
|
-
taskInitialPerformer:
|
|
9103
|
+
taskInitialPerformer: any;
|
|
9098
9104
|
}
|
|
9099
9105
|
}
|
|
9100
9106
|
export declare namespace GenModels {
|
|
@@ -9102,15 +9108,15 @@ export declare namespace GenModels {
|
|
|
9102
9108
|
/**
|
|
9103
9109
|
* Gets or sets from delegate
|
|
9104
9110
|
*/
|
|
9105
|
-
sourceDelegate:
|
|
9111
|
+
sourceDelegate: any;
|
|
9106
9112
|
/**
|
|
9107
9113
|
* Gets or sets to delegate
|
|
9108
9114
|
*/
|
|
9109
|
-
destinationDelegate:
|
|
9115
|
+
destinationDelegate: any;
|
|
9110
9116
|
/**
|
|
9111
9117
|
* Gets or sets to delegated to employees
|
|
9112
9118
|
*/
|
|
9113
|
-
delegatedTo: Array<
|
|
9119
|
+
delegatedTo: Array<any>;
|
|
9114
9120
|
/**
|
|
9115
9121
|
* Gets or set delegate date
|
|
9116
9122
|
*
|
|
@@ -9133,70 +9139,6 @@ export declare namespace GenModels {
|
|
|
9133
9139
|
comment: string;
|
|
9134
9140
|
}
|
|
9135
9141
|
}
|
|
9136
|
-
export declare namespace GenModels {
|
|
9137
|
-
interface EmployeeModel {
|
|
9138
|
-
/**
|
|
9139
|
-
* Gets or sets employee identifier
|
|
9140
|
-
*
|
|
9141
|
-
* @format datatype.uuid
|
|
9142
|
-
*/
|
|
9143
|
-
employeeId: string;
|
|
9144
|
-
/**
|
|
9145
|
-
* Display user full name
|
|
9146
|
-
*/
|
|
9147
|
-
displayName: string;
|
|
9148
|
-
/**
|
|
9149
|
-
* Get employee first name
|
|
9150
|
-
*/
|
|
9151
|
-
fistName: string;
|
|
9152
|
-
/**
|
|
9153
|
-
* Gets employee last name
|
|
9154
|
-
*/
|
|
9155
|
-
lastName: string;
|
|
9156
|
-
/**
|
|
9157
|
-
* Get employee middle name
|
|
9158
|
-
*/
|
|
9159
|
-
middleName: string;
|
|
9160
|
-
/**
|
|
9161
|
-
* Gets or sets employee email address
|
|
9162
|
-
*/
|
|
9163
|
-
email: string;
|
|
9164
|
-
/**
|
|
9165
|
-
* Gets or sets employee display position
|
|
9166
|
-
*/
|
|
9167
|
-
position: string;
|
|
9168
|
-
/**
|
|
9169
|
-
* Gets or sets unit
|
|
9170
|
-
*/
|
|
9171
|
-
unit: GenModels.UnitModel;
|
|
9172
|
-
/**
|
|
9173
|
-
* Gets or set user account name
|
|
9174
|
-
*/
|
|
9175
|
-
accountName: string;
|
|
9176
|
-
/**
|
|
9177
|
-
* Gets or sets deputy display name
|
|
9178
|
-
*/
|
|
9179
|
-
deputyDisplayName: string;
|
|
9180
|
-
/**
|
|
9181
|
-
* Gets value indicating whether employee is favorite performer
|
|
9182
|
-
*/
|
|
9183
|
-
isFavoritePerformer: boolean;
|
|
9184
|
-
}
|
|
9185
|
-
}
|
|
9186
|
-
export declare namespace GenModels {
|
|
9187
|
-
interface UnitModel {
|
|
9188
|
-
/**
|
|
9189
|
-
* Get unit identifier
|
|
9190
|
-
*
|
|
9191
|
-
* @format datatype.uuid
|
|
9192
|
-
*/
|
|
9193
|
-
unitId: string;
|
|
9194
|
-
/**
|
|
9195
|
-
* Get unit name
|
|
9196
|
-
*/
|
|
9197
|
-
unitName: string;
|
|
9198
|
-
}
|
|
9199
|
-
}
|
|
9200
9142
|
export declare namespace GenModels {
|
|
9201
9143
|
interface CompletionOptionModel {
|
|
9202
9144
|
/**
|
|
@@ -9730,7 +9672,11 @@ export declare namespace GenModels {
|
|
|
9730
9672
|
/**
|
|
9731
9673
|
* Equals
|
|
9732
9674
|
*/
|
|
9733
|
-
Equals = 2
|
|
9675
|
+
Equals = 2,
|
|
9676
|
+
/**
|
|
9677
|
+
* Interval
|
|
9678
|
+
*/
|
|
9679
|
+
Interval = 3
|
|
9734
9680
|
}
|
|
9735
9681
|
}
|
|
9736
9682
|
export declare namespace GenModels {
|
|
@@ -11868,7 +11814,11 @@ export declare namespace GenModels {
|
|
|
11868
11814
|
/**
|
|
11869
11815
|
* Indicates that uses custom data as login
|
|
11870
11816
|
*/
|
|
11871
|
-
Custom = 3
|
|
11817
|
+
Custom = 3,
|
|
11818
|
+
/**
|
|
11819
|
+
* Indicates that uses upn as login
|
|
11820
|
+
*/
|
|
11821
|
+
Upn = 4
|
|
11872
11822
|
}
|
|
11873
11823
|
}
|
|
11874
11824
|
export declare namespace GenModels {
|
|
@@ -11890,6 +11840,21 @@ export declare namespace GenModels {
|
|
|
11890
11840
|
Unknown = 2
|
|
11891
11841
|
}
|
|
11892
11842
|
}
|
|
11843
|
+
export declare namespace GenModels {
|
|
11844
|
+
/**
|
|
11845
|
+
* Describes search links view mode
|
|
11846
|
+
*/
|
|
11847
|
+
enum SearchCardLinksViewMode {
|
|
11848
|
+
/**
|
|
11849
|
+
* Gets standard
|
|
11850
|
+
*/
|
|
11851
|
+
Standard = 0,
|
|
11852
|
+
/**
|
|
11853
|
+
* Gets layout
|
|
11854
|
+
*/
|
|
11855
|
+
Layout = 1
|
|
11856
|
+
}
|
|
11857
|
+
}
|
|
11893
11858
|
export declare namespace GenModels {
|
|
11894
11859
|
/**
|
|
11895
11860
|
* Defines color mode for Diagram control
|
|
@@ -9,6 +9,6 @@ export declare class InputMaskView {
|
|
|
9
9
|
inputMask: typeof InputMask;
|
|
10
10
|
input:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
12
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> &
|
|
13
13
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
14
14
|
}
|
|
@@ -4,4 +4,4 @@ import { HtmlProps } from "@docsvision/web/core/component/HtmlProps";
|
|
|
4
4
|
export interface IInputMaskFieldProps extends HtmlProps.input {
|
|
5
5
|
isError: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "
|
|
7
|
+
export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "lang" | "max" | "min" | "role" | "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" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -148,7 +148,7 @@ export declare class Sortable<T> extends React.Component<ISortableProps<T>, unde
|
|
|
148
148
|
* @param props Свойства компонента
|
|
149
149
|
*/
|
|
150
150
|
protected getSortablePluginOptions(props: ISortableProps<T>): {
|
|
151
|
-
axis: "
|
|
151
|
+
axis: "y" | "x";
|
|
152
152
|
containment: string | HTMLElement | JQuery<HTMLElement>;
|
|
153
153
|
cursor: string;
|
|
154
154
|
disabled: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
3
|
import { EncryptedInfo } from "@docsvision/webclient/Legacy/EncryptedInfo";
|
|
3
4
|
import { IFileSignInfo } from "@docsvision/webclient/Legacy/IFileSingInfo";
|
|
4
5
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
@@ -49,6 +50,7 @@ export declare class Crypto {
|
|
|
49
50
|
static DocumentFileOIDAttribute: string;
|
|
50
51
|
static DocumentVersionOIDAttribute: string;
|
|
51
52
|
static EmployeeOIDAttribute: string;
|
|
53
|
+
static THE_URL_OF_OCSP_SERVICE_IS_NOT_SPECIFIED_ERROR: string;
|
|
52
54
|
static ProviderName: string;
|
|
53
55
|
static ProviderType: string;
|
|
54
56
|
static CADESCOM_CERT_INFO_TYPE_SUBJECT_SIMPLE_NAME: number;
|
|
@@ -97,6 +99,7 @@ export declare class Crypto {
|
|
|
97
99
|
tspAddress: string;
|
|
98
100
|
certificateThumberpint: string;
|
|
99
101
|
}>;
|
|
102
|
+
static GetCadesSignType(signType: GenModels.DigitalSignatureKind): number;
|
|
100
103
|
private static SignData_NPAPI;
|
|
101
104
|
}
|
|
102
105
|
export declare function getBstrBase64(str: string): string;
|
|
@@ -14,4 +14,4 @@ export interface IAggregateTreeProps {
|
|
|
14
14
|
onItemSelect?: (data: ISelectItemData) => void;
|
|
15
15
|
onLoadMoreItems?: (aggregates: GenModels.GridAggregateModel[]) => void;
|
|
16
16
|
}
|
|
17
|
-
export declare
|
|
17
|
+
export declare function AggregatesTree({ aggregates, aggregatesState, ...props }: IAggregateTreeProps): JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare
|
|
2
|
+
export declare function AggregatesTreeLoader(): JSX.Element;
|
|
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
|
|
|
9
9
|
description: typeof ApprovalVisualizationDescription;
|
|
10
10
|
vis:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
12
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
13
13
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
container: typeof ApprovalVisualizationContainer;
|
|
15
15
|
conditionList: typeof ApprovalVisualizationConditionList;
|
|
@@ -3,4 +3,4 @@ import React from "react";
|
|
|
3
3
|
|
|
4
4
|
export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
|
-
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
6
|
+
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "lang" | "role" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
|
package/Platform/CardLink.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ export declare class CardLinkParams extends InputBasedControlParams<GenModels.Ca
|
|
|
53
53
|
searchDelay?: number;
|
|
54
54
|
/** Минимальное количество символов для поиска */
|
|
55
55
|
searchIndex?: number;
|
|
56
|
+
/** Режим отображения ссылок при поиске */
|
|
57
|
+
searchViewMode?: GenModels.SearchCardLinksViewMode;
|
|
56
58
|
/** Событие, возникающее перед очисткой значения. */
|
|
57
59
|
linkDeleting?: CancelableApiEvent<IEventArgs>;
|
|
58
60
|
/** Событие, возникающее после очистки значения. */
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
2
|
import { ComboBoxTitle } from "@docsvision/webclient/Helpers/ComboBox/ComboBoxTitle";
|
|
3
3
|
import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
|
|
4
|
+
import { Popover } from "@docsvision/webclient/Helpers/PopoverHelpers/Popover";
|
|
4
5
|
import { Dropdown, DropdownParams } from "@docsvision/webclient/Platform/Dropdown";
|
|
5
6
|
import { InputBasedControlImpl, IInputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
|
|
6
7
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
@@ -33,6 +34,10 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
|
|
|
33
34
|
* Заголовок комбобокса
|
|
34
35
|
*/
|
|
35
36
|
protected comboboxTitle: ComboBoxTitle;
|
|
37
|
+
/**
|
|
38
|
+
* Элемент позиционирования списка
|
|
39
|
+
*/
|
|
40
|
+
protected popover: Popover;
|
|
36
41
|
/**
|
|
37
42
|
* Предыдущий сфокусированный элемент (глобально)
|
|
38
43
|
*/
|
|
@@ -47,6 +52,7 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
|
|
|
47
52
|
UNSAFE_componentWillMount(): void;
|
|
48
53
|
componentDidMount(): void;
|
|
49
54
|
componentWillUnmount(): void;
|
|
55
|
+
protected handleParentModalScroll: (event?: Event) => void;
|
|
50
56
|
protected handleDocumentClick: (event?: Event) => void;
|
|
51
57
|
protected handleDocumentFocus: (event: FocusEvent) => void;
|
|
52
58
|
setValue(value: string, redraw: boolean): void;
|
|
@@ -117,6 +117,7 @@ import("./Components/FilePickerMenuItemsView").IFilePickerMenuItemProps) => JSX.
|
|
|
117
117
|
renderMenu(): JSX.Element;
|
|
118
118
|
renderEmptyModeContent(): JSX.Element;
|
|
119
119
|
renderEmptyMode(): JSX.Element;
|
|
120
|
+
isLayoutViewMode(): boolean;
|
|
120
121
|
showDeleteButton: () => boolean;
|
|
121
122
|
renderValueContent(): JSX.Element;
|
|
122
123
|
renderValueContentWithPlaceholder(): JSX.Element;
|
|
@@ -14,7 +14,6 @@ export declare class FolderDashboardWidgetImpl<PropsT extends FolderDashboardWid
|
|
|
14
14
|
getHeader(): string;
|
|
15
15
|
getNavigationHref(): string;
|
|
16
16
|
private attachUnreadCounter;
|
|
17
|
-
private shouldShowUnreadCounter;
|
|
18
17
|
updateUnreadCounter(count: number): void;
|
|
19
18
|
getCssStyle(): React.CSSProperties;
|
|
20
19
|
renderControl(): JSX.Element;
|
|
@@ -43,7 +43,7 @@ export declare class FolderDataLoadingService implements IFolderDataLoadingServi
|
|
|
43
43
|
setDefaultDataLoader(loader: IFolderDataLoader): void;
|
|
44
44
|
updateUserSettings(customLoader?: IFolderDataLoader): Promise<void>;
|
|
45
45
|
private checkSystemFolderSearchResultsText;
|
|
46
|
-
downloadExcelReport(): void
|
|
46
|
+
downloadExcelReport(): Promise<void>;
|
|
47
47
|
saveColumnSettings(columns: IColumnsWidth[]): Promise<void>;
|
|
48
48
|
savePresentation(tablePresentation: GenModels.TablePresentation): Promise<void>;
|
|
49
49
|
resetUserSettings(): Promise<void>;
|
|
@@ -14,7 +14,6 @@ export declare class FolderGroupDashboardWidgetImpl<PropsT extends FolderGroupDa
|
|
|
14
14
|
getHeader(): string;
|
|
15
15
|
getNavigationHref(): string;
|
|
16
16
|
private attachUnreadCounter;
|
|
17
|
-
private shouldShowUnreadCounter;
|
|
18
17
|
updateUnreadCounter(count: number): void;
|
|
19
18
|
getCssStyle(): React.CSSProperties;
|
|
20
19
|
getWidgetStyle(): {
|
|
@@ -44,7 +44,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
44
44
|
checked?: boolean;
|
|
45
45
|
crossOrigin?: string;
|
|
46
46
|
disabled?: boolean;
|
|
47
|
-
enterKeyHint?: "
|
|
47
|
+
enterKeyHint?: "done" | "search" | "enter" | "go" | "next" | "previous" | "send";
|
|
48
48
|
form?: string;
|
|
49
49
|
formAction?: string;
|
|
50
50
|
formEncType?: string;
|
|
@@ -125,12 +125,12 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
125
125
|
'aria-describedby'?: string;
|
|
126
126
|
'aria-details'?: string;
|
|
127
127
|
'aria-disabled'?: boolean | "true" | "false";
|
|
128
|
-
'aria-dropeffect'?: "link" | "
|
|
128
|
+
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
|
|
129
129
|
'aria-errormessage'?: string;
|
|
130
130
|
'aria-expanded'?: boolean | "true" | "false";
|
|
131
131
|
'aria-flowto'?: string;
|
|
132
132
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
133
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
133
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
134
134
|
'aria-hidden'?: boolean | "true" | "false";
|
|
135
135
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
136
136
|
'aria-keyshortcuts'?: string;
|
|
@@ -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" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "
|
|
6
|
+
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "height" | "lang" | "max" | "min" | "role" | "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" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
package/Platform/ListInput.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export interface IListInputProps extends HtmlProps.div {
|
|
|
5
5
|
isScrollable: boolean;
|
|
6
6
|
isDate: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
8
|
+
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "lang" | "role" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -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" | "
|
|
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" | "color" | "width" | "hidden" | "height" | "lang" | "max" | "min" | "role" | "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" | "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" | "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" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -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
|
-
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
16
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> &
|
|
17
17
|
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" | "
|
|
21
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "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" | "
|
|
28
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> &
|
|
29
29
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
30
30
|
empty: typeof ListEmpty;
|
|
31
31
|
icon: typeof ListEmptySearchIcon;
|
package/System/DateFormats.d.ts
CHANGED
|
@@ -113,7 +113,6 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
113
113
|
protected renderEditPopover(popover: EditPopover): Promise<InputBasedControl<ModelT, PropsT, StateT>>;
|
|
114
114
|
protected getCurrentPlaceholder(): string[];
|
|
115
115
|
protected renderPlaceholder(): JSX.Element;
|
|
116
|
-
protected renderPlaceholderEditInPlace(): JSX.Element;
|
|
117
116
|
protected onInputKeyDown(ev: React.KeyboardEvent): void;
|
|
118
117
|
protected onIconKeyDown(e: React.KeyboardEvent): void;
|
|
119
118
|
protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|