@docsvision/webclient 5.17.0-beta.17 → 5.17.0-beta.18
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/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +12 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +15 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +2 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +61 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/LoginTypes.d.ts +97 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Approval/AgreementStage.d.ts +1 -0
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/CreateWindow.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/EditWindow.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListBuiltInOperations.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +2 -3
- package/BackOffice/FileListControlImpl.d.ts +0 -1
- package/BackOffice/FileListControlLogic.d.ts +0 -3
- package/BackOffice/FileListItemComponent.d.ts +0 -1
- package/BackOffice/IExtraFileAddedArgs.d.ts +0 -2
- package/BackOffice/IExtraFileDeletedArgs.d.ts +0 -2
- package/BackOffice/IFileMenuOpeningArgs.d.ts +0 -2
- package/BackOffice/IFileOpenedArgs.d.ts +0 -2
- package/BackOffice/IFileOpeningArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewedArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewingArgs.d.ts +0 -2
- package/BackOffice/IFileSignInteractionModel.d.ts +1 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionUploadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizedArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizingArgs.d.ts +0 -2
- package/BackOffice/ILinkEventArgs.d.ts +0 -2
- package/BackOffice/IMainFileAddedArgs.d.ts +0 -2
- package/BackOffice/IMainFileDeletedArgs.d.ts +0 -2
- package/BackOffice/ITaskListItemProps.d.ts +0 -1
- package/BackOffice/ITaskListProps.d.ts +0 -3
- package/BackOffice/Links.d.ts +0 -2
- package/BackOffice/LinksImpl.d.ts +1 -4
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerSelectDialog.d.ts +1 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/TaskListComponent.d.ts +0 -3
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +0 -3
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +18 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +90 -5
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/ControlSelector/ControlSelector.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +7 -2
- package/Helpers/MainMenu/{Item.d.ts → MainMenuItem.d.ts} +4 -4
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/Helpers/Table/TableHelperRow.d.ts +0 -1
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +4 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +1 -4
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItem.d.ts +1 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +5 -2
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardEditRouteTypeMapper.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CommentFileImpl.d.ts +4 -1
- package/Platform/CryptoProInfo.d.ts +4 -4
- package/Platform/DVWebToolInfo.d.ts +4 -4
- package/Platform/DateTimePickerImpl.d.ts +0 -1
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ExistingRowRouteNames.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +3 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/GroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +5 -5
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewRowRouteTypeMapper.d.ts +4 -4
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ResetSettings.d.ts +4 -4
- package/Platform/RotateDirection.d.ts +3 -1
- package/Platform/RowEditRouteTypeMapper.d.ts +2 -2
- package/Platform/RowViewRouteTypeMapper.d.ts +0 -3
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextAreaImpl.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UnreadCounter.d.ts +3 -1
- package/Platform/UserCulture.d.ts +4 -4
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +1 -0
- package/Platform/UserProfileDialog.d.ts +2 -1
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/IWebServicesRequest.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
- package/BackOffice/IFileListRow.d.ts +0 -4
- package/BackOffice/ILinkRow.d.ts +0 -3
- package/BackOffice/IRowClickArgs.d.ts +0 -6
- package/BackOffice/ITaskRowClickEventArgs.d.ts +0 -5
|
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
|
|
|
9
9
|
description: typeof ApprovalVisualizationDescription;
|
|
10
10
|
vis:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "
|
|
12
|
+
import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
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
|
import './ApprovalVisualizationVisBlock.css';
|
|
4
4
|
export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
|
-
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "
|
|
6
|
+
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -52,6 +52,7 @@ export declare abstract class BaseMainMenuItem<PropsT extends BaseMainMenuItemPa
|
|
|
52
52
|
protected registerChild(child: BaseControl<BaseControlParams, BaseControlState>): void;
|
|
53
53
|
/** @internal */
|
|
54
54
|
protected set level(val: number | string);
|
|
55
|
+
protected setChildLevel(child: BaseControl<BaseControlParams, BaseControlState>, level: number): void;
|
|
55
56
|
/** @internal */
|
|
56
57
|
protected set expanded(val: string | boolean);
|
|
57
58
|
/** @internal */
|
|
@@ -4,6 +4,7 @@ import { PanelImpl, IPanelState } from "@docsvision/webclient/Platform/PanelImpl
|
|
|
4
4
|
import React from "react";
|
|
5
5
|
/** @internal */
|
|
6
6
|
export interface IBaseMainMenuItemState extends BaseMainMenuItemParams, IPanelState {
|
|
7
|
+
hasProxyControlsInChildren: boolean;
|
|
7
8
|
}
|
|
8
9
|
export interface BaseMainMenuItemState extends IBaseMainMenuItemState {
|
|
9
10
|
}
|
|
@@ -13,11 +14,12 @@ export declare type BaseMainMenuItemImplState = IBaseMainMenuItemState;
|
|
|
13
14
|
export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams, StateT extends IBaseMainMenuItemState> extends PanelImpl<PropsT, StateT> {
|
|
14
15
|
constructor(props: PropsT, state?: StateT);
|
|
15
16
|
UNSAFE_componentWillMount(): void;
|
|
17
|
+
componentDidMount(): void;
|
|
16
18
|
onSelecting():
|
|
17
|
-
import("C:/
|
|
19
|
+
import("C:/Git/WC/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
18
20
|
onSelected(): void;
|
|
19
21
|
onToggling():
|
|
20
|
-
import("C:/
|
|
22
|
+
import("C:/Git/WC/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
21
23
|
onToggled(): void;
|
|
22
24
|
protected onClick(event: React.MouseEvent): void;
|
|
23
25
|
protected getCssClass(): string;
|
|
@@ -26,6 +28,7 @@ import("C:/Users/sorokin.v/rep/WebClient/Bin/System/Events/CancelableEventArgs")
|
|
|
26
28
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
27
29
|
protected canAutoExpand: () => boolean;
|
|
28
30
|
protected autoExpand(): void;
|
|
31
|
+
getChildLevel(): number;
|
|
29
32
|
protected renderChildren(children?: GenModels.ControlModel[]): React.ReactNode[];
|
|
30
33
|
renderSelfContentItems(): (JSX.Element | JSX.Element[])[];
|
|
31
34
|
renderSelfContent(): JSX.Element;
|
|
@@ -31,7 +31,7 @@ export declare class ButtonPositionsSelection extends BaseControl<ButtonPosition
|
|
|
31
31
|
/** @internal */
|
|
32
32
|
protected createImpl(): ControlImpl;
|
|
33
33
|
/** @internal */
|
|
34
|
-
protected getTabIndex():
|
|
34
|
+
protected getTabIndex(): -1 | 0;
|
|
35
35
|
/** @internal */
|
|
36
36
|
componentDidMount(): void;
|
|
37
37
|
/** @internal */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
2
2
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
3
3
|
import { IExistingCardRouteData } from "@docsvision/webclient/Platform/IExistingCardRouteData";
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const CardEditRouteCardID = "CardID";
|
|
5
5
|
export declare class CardEditRouteTypeMapper implements IRouteTypeMapper<IExistingCardRouteData> {
|
|
6
6
|
hashPattern: string;
|
|
7
7
|
resolve(path: string, parameters: {
|
|
@@ -57,7 +57,7 @@ export declare class CardLinkImpl extends BaseControlImpl<CardLinkParams, ICardL
|
|
|
57
57
|
protected updateValidationMessage(): void;
|
|
58
58
|
protected getCssClass(): string;
|
|
59
59
|
protected getTextValue(): string;
|
|
60
|
-
protected getTextTabIndex():
|
|
60
|
+
protected getTextTabIndex(): -1 | 0;
|
|
61
61
|
protected onTextKeyDown: (event: React.KeyboardEvent) => void;
|
|
62
62
|
protected onMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
63
63
|
protected renderLabel(): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class CertificateSettingsView {
|
|
3
3
|
setup: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -8,6 +8,8 @@ import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
|
8
8
|
import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
|
|
9
9
|
import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
|
|
10
10
|
import React from "react";
|
|
11
|
+
import { ICardOpenedByWebDavMessage } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
12
|
+
import { IRealTimeCommunicationMessage } from "@docsvision/webclient/System/IRealTimeCommunicationMessage";
|
|
11
13
|
/** @internal */
|
|
12
14
|
export interface ICommentFileState extends BaseControlState, CommentFileParams {
|
|
13
15
|
menuExpanded: boolean;
|
|
@@ -29,6 +31,7 @@ export declare class CommentFileImpl extends BaseControlImpl<CommentFileParams,
|
|
|
29
31
|
get value(): GenModels.CommonFileModel;
|
|
30
32
|
componentDidMount(): void;
|
|
31
33
|
componentWillUnmount(): void;
|
|
34
|
+
protected onDocumentChangedAndSavedByWebdav: (msg: IRealTimeCommunicationMessage<ICardOpenedByWebDavMessage>) => void;
|
|
32
35
|
protected onDocumentClick: (e: MouseEvent) => void;
|
|
33
36
|
getLinkUrl(cardId: string): string;
|
|
34
37
|
openMenu: () => void;
|
|
@@ -53,7 +56,7 @@ export declare class CommentFileImpl extends BaseControlImpl<CommentFileParams,
|
|
|
53
56
|
protected renderValidationMessage(): JSX.Element;
|
|
54
57
|
protected get editAvailable(): boolean;
|
|
55
58
|
protected getCssClass(): string;
|
|
56
|
-
protected getTextTabIndex():
|
|
59
|
+
protected getTextTabIndex(): -1 | 0;
|
|
57
60
|
protected onTextKeyDown: (event: React.KeyboardEvent) => void;
|
|
58
61
|
protected onMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
59
62
|
protected initFileUpload(attach: FileListAttachedElements): void;
|
|
@@ -5,22 +5,22 @@ import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
|
5
5
|
/**
|
|
6
6
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class CryptoProInfoParams extends BaseControlParams {
|
|
9
9
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
10
10
|
standardCssClass?: string;
|
|
11
11
|
services?: $DeviceType;
|
|
12
12
|
}
|
|
13
|
-
export interface IState extends
|
|
13
|
+
export interface IState extends CryptoProInfoParams, BaseControlState {
|
|
14
14
|
}
|
|
15
15
|
export interface State extends IState {
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* Элемент управления для отборажения имени и должности пользователя
|
|
19
19
|
*/
|
|
20
|
-
export declare class CryptoProInfo extends BaseControl<
|
|
20
|
+
export declare class CryptoProInfo extends BaseControl<CryptoProInfoParams, IState> {
|
|
21
21
|
constructor(props: any);
|
|
22
22
|
/** @internal */
|
|
23
|
-
protected createParams():
|
|
23
|
+
protected createParams(): CryptoProInfoParams;
|
|
24
24
|
/** @internal */
|
|
25
25
|
protected createImpl(): ControlImpl;
|
|
26
26
|
componentDidMount(): void;
|
|
@@ -5,22 +5,22 @@ import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
|
5
5
|
/**
|
|
6
6
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class DVWebToolInfoParams extends BaseControlParams {
|
|
9
9
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
10
10
|
standardCssClass?: string;
|
|
11
11
|
services?: $DeviceType;
|
|
12
12
|
}
|
|
13
|
-
export interface IState extends
|
|
13
|
+
export interface IState extends DVWebToolInfoParams, BaseControlState {
|
|
14
14
|
}
|
|
15
15
|
export interface State extends IState {
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* Элемент управления для отборажения имени и должности пользователя
|
|
19
19
|
*/
|
|
20
|
-
export declare class DVWebToolInfo extends BaseControl<
|
|
20
|
+
export declare class DVWebToolInfo extends BaseControl<DVWebToolInfoParams, IState> {
|
|
21
21
|
constructor(props: any);
|
|
22
22
|
/** @internal */
|
|
23
|
-
protected createParams():
|
|
23
|
+
protected createParams(): DVWebToolInfoParams;
|
|
24
24
|
/** @internal */
|
|
25
25
|
protected createImpl(): ControlImpl;
|
|
26
26
|
renderControl(): JSX.Element;
|
|
@@ -53,7 +53,6 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
53
53
|
componentDidMount(): Promise<void>;
|
|
54
54
|
getColor: () => "#7BB652" | "rgba(0, 149, 218, 0.8)" | "#3B4C60" | "#0095da" | "#7bb652";
|
|
55
55
|
protected initializeCultureSettings(): void;
|
|
56
|
-
protected setEditInPlaceWidth(element: Element): void;
|
|
57
56
|
protected getMask(date: string): string;
|
|
58
57
|
protected getTextValue(): string;
|
|
59
58
|
getDefaultValue(): Date;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
|
-
export declare const RowEditRouteName = "DepartmentRowEdit";
|
|
4
|
+
export declare const DepartmentRowEditRouteName = "DepartmentRowEdit";
|
|
8
5
|
export declare class DepartmentRowEditRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
6
|
hashPattern: string;
|
|
10
7
|
resolve(path: string, parameters: {
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
|
-
export declare const RowViewRouteName = "DepartmentRowView";
|
|
4
|
+
export declare const DepartmentRowViewRouteName = "DepartmentRowView";
|
|
8
5
|
export declare class DepartmentRowViewRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
6
|
hashPattern: string;
|
|
10
7
|
resolve(path: string, parameters: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const
|
|
1
|
+
export declare const ExistingRowViewRouteName = "RowView";
|
|
2
|
+
export declare const ExistingRowEditRouteName = "RowEdit";
|
|
@@ -60,7 +60,7 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
60
60
|
get isEditMode(): boolean;
|
|
61
61
|
get fileOpen(): boolean;
|
|
62
62
|
get isCommentsOpened(): boolean;
|
|
63
|
-
getTabIndex():
|
|
63
|
+
getTabIndex(): -1 | 0;
|
|
64
64
|
componentDidMount(): Promise<void>;
|
|
65
65
|
componentWillUnmount(): Promise<void>;
|
|
66
66
|
onFileListWasChanged: () => Promise<void>;
|
|
@@ -98,7 +98,9 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
98
98
|
strictMode: boolean;
|
|
99
99
|
selectedID: string;
|
|
100
100
|
};
|
|
101
|
+
checkAllowedPreviewExtension: (ext: string) => boolean;
|
|
101
102
|
onCurrentFileChange: (selectedElement: IComboBoxElement) => Promise<void>;
|
|
102
103
|
filePreviewDialog: () => JSX.Element;
|
|
104
|
+
private getFileId;
|
|
103
105
|
protected renderControl(): JSX.Element;
|
|
104
106
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
3
|
+
import "./FilterBoolean.css";
|
|
4
|
+
export interface IFilterBooleanProps extends IFilterComponent {
|
|
5
|
+
}
|
|
6
|
+
export declare const FilterBoolean: React.NamedExoticComponent<IFilterBooleanProps>;
|
|
@@ -36,6 +36,7 @@ export declare class FolderMainMenuItemImpl extends BaseNavigationMainMenuItemIm
|
|
|
36
36
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
37
37
|
protected canAutoExpand: () => boolean;
|
|
38
38
|
protected autoExpand(): Promise<void>;
|
|
39
|
+
getChildLevel(): number;
|
|
39
40
|
renderChildren(): React.ReactNode[];
|
|
40
41
|
protected hasSubfolders(): boolean;
|
|
41
42
|
loadChildren(levelsDown?: number): Promise<GenModels.FolderNode>;
|
|
@@ -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?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
48
48
|
form?: string;
|
|
49
49
|
formAction?: string;
|
|
50
50
|
formEncType?: string;
|
|
@@ -110,11 +110,11 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
110
110
|
results?: number;
|
|
111
111
|
security?: string;
|
|
112
112
|
unselectable?: "on" | "off";
|
|
113
|
-
inputMode?: "
|
|
113
|
+
inputMode?: "none" | "text" | "url" | "tel" | "email" | "numeric" | "decimal" | "search";
|
|
114
114
|
is?: string;
|
|
115
115
|
'aria-activedescendant'?: string;
|
|
116
116
|
'aria-atomic'?: boolean | "true" | "false";
|
|
117
|
-
'aria-autocomplete'?: "none" | "
|
|
117
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both";
|
|
118
118
|
'aria-busy'?: boolean | "true" | "false";
|
|
119
119
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
120
120
|
'aria-colcount'?: number;
|
|
@@ -125,7 +125,7 @@ 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'?: "
|
|
128
|
+
'aria-dropeffect'?: "copy" | "none" | "link" | "execute" | "move" | "popup";
|
|
129
129
|
'aria-errormessage'?: string;
|
|
130
130
|
'aria-expanded'?: boolean | "true" | "false";
|
|
131
131
|
'aria-flowto'?: string;
|
|
@@ -16,5 +16,6 @@ export declare class GroupMainMenuItemImpl<P extends GroupMainMenuItemParams, S
|
|
|
16
16
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
17
17
|
renderProxyChildren(): React.ReactNode[];
|
|
18
18
|
protected getCssClass(): string;
|
|
19
|
+
getChildLevel(): number;
|
|
19
20
|
renderControl(): JSX.Element;
|
|
20
21
|
}
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
import './ListCheckbox.css';
|
|
4
4
|
export interface IListCheckboxProps extends HtmlProps.input {
|
|
5
5
|
}
|
|
6
|
-
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "
|
|
6
|
+
export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
|
package/Platform/ListInput.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export interface IListInputProps extends HtmlProps.div {
|
|
|
6
6
|
isScrollable: boolean;
|
|
7
7
|
isDate: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "
|
|
9
|
+
export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
|
|
|
12
12
|
cancel: () => void;
|
|
13
13
|
DialogBox:
|
|
14
14
|
import("styled-components").StyledComponent<(props:
|
|
15
|
-
import("C:/
|
|
15
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
16
16
|
LoadingSpan:
|
|
17
17
|
import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
18
18
|
render(): JSX.Element;
|
|
@@ -13,5 +13,6 @@ export declare class MasterGroupMainMenuItemImpl extends BaseMainMenuItemImpl<Ma
|
|
|
13
13
|
constructor(props: MasterGroupMainMenuItemParams, state: IMasterGroupMainMenuItemState);
|
|
14
14
|
protected onClick(event: React.MouseEvent): void;
|
|
15
15
|
protected getCssClass(): string;
|
|
16
|
+
getChildLevel(): number;
|
|
16
17
|
renderControl(): JSX.Element;
|
|
17
18
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { INewCardRouteData } from "@docsvision/webclient/Platform/INewCardRouteData";
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare function
|
|
4
|
+
export declare const NewCardRouteCardTypeID = "CardTypeID";
|
|
5
|
+
export declare const NewCardRouteKindID = "KindID";
|
|
6
|
+
export declare const NewCardRouteFolderID = "FolderID";
|
|
7
|
+
export declare const NewCardRouteCardID = "CardID";
|
|
8
|
+
export declare function NewCardRouteMapper(hashPath: string, hashParameters: string[]): {
|
|
9
9
|
hashPattern: string;
|
|
10
10
|
resolve: (path: string, parameters: {
|
|
11
11
|
[id: string]: string;
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { INewRowRouteData } from '@docsvision/webclient/Platform/INewRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
4
|
-
export declare const CardID = "CardID";
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const ParentRowID = "ParentRowID";
|
|
7
|
-
export declare const ParentTreeRowID = "ParentTreeRowID";
|
|
8
|
-
export declare const StaffAndPartnerRowType = "StaffAndPartnerRowType";
|
|
9
|
-
export declare const Department = "Department";
|
|
10
4
|
export declare const NewDepartmentRowRouteName = "NewDepartmentRow";
|
|
11
|
-
export declare function
|
|
5
|
+
export declare function NewDepartmentRowRouteMapper(hashPath: string, hashParameters: string[]): {
|
|
12
6
|
hashPattern: string;
|
|
13
7
|
resolve: (path: string, parameters: {
|
|
14
8
|
[id: string]: string;
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { INewRowRouteData } from '@docsvision/webclient/Platform/INewRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
4
|
-
export declare const CardID = "CardID";
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const ParentRowID = "ParentRowID";
|
|
7
|
-
export declare const ParentTreeRowID = "ParentTreeRowID";
|
|
8
|
-
export declare const StaffAndPartnerRowType = "StaffAndPartnerRowType";
|
|
9
|
-
export declare const Organization = "Organization";
|
|
10
4
|
export declare const NewOrganizationRowRouteName = "NewOrganizationRow";
|
|
11
|
-
export declare function
|
|
5
|
+
export declare function NewOrganizationRowRouteMapper(hashPath: string, hashParameters: string[]): {
|
|
12
6
|
hashPattern: string;
|
|
13
7
|
resolve: (path: string, parameters: {
|
|
14
8
|
[id: string]: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { INewRowRouteData } from '@docsvision/webclient/Platform/INewRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
4
|
+
export declare const NewRowRouteCardID = "CardID";
|
|
5
|
+
export declare const NewRowRouteSectionID = "SectionID";
|
|
6
|
+
export declare const NewRowRouteParentRowID = "ParentRowID";
|
|
7
|
+
export declare const NewRowRouteParentTreeRowID = "ParentTreeRowID";
|
|
8
8
|
export declare function mapper(hashPath: string, hashParameters: string[]): {
|
|
9
9
|
hashPattern: string;
|
|
10
10
|
resolve: (path: string, parameters: {
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
|
-
export declare const RowEditRouteName = "OrganizationRowEdit";
|
|
4
|
+
export declare const OrganizationRowEditRouteName = "OrganizationRowEdit";
|
|
8
5
|
export declare class OrganizationRowEditRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
6
|
hashPattern: string;
|
|
10
7
|
resolve(path: string, parameters: {
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
|
-
export declare const RowViewRouteName = "OrganizationRowView";
|
|
4
|
+
export declare const OrganizationRowViewRouteName = "OrganizationRowView";
|
|
8
5
|
export declare class OrganizationRowViewRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
6
|
hashPattern: string;
|
|
10
7
|
resolve(path: string, parameters: {
|
|
@@ -8,21 +8,21 @@ import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
|
8
8
|
/**
|
|
9
9
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
10
10
|
*/
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class ResetSettingsParams extends BaseControlParams {
|
|
12
12
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
13
13
|
standardCssClass?: string;
|
|
14
14
|
services?: Optional<$CurrentDialog> & $LocalStorage & $ApplicationSettings;
|
|
15
15
|
}
|
|
16
|
-
export interface IState extends
|
|
16
|
+
export interface IState extends ResetSettingsParams, BaseControlState {
|
|
17
17
|
}
|
|
18
18
|
export interface State extends IState {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Элемент управления для отборажения имени и должности пользователя
|
|
22
22
|
*/
|
|
23
|
-
export declare class ResetSettings extends BaseControl<
|
|
23
|
+
export declare class ResetSettings extends BaseControl<ResetSettingsParams, IState> {
|
|
24
24
|
/** @internal */
|
|
25
|
-
protected createParams():
|
|
25
|
+
protected createParams(): ResetSettingsParams;
|
|
26
26
|
/** @internal */
|
|
27
27
|
protected createImpl(): ControlImpl;
|
|
28
28
|
onResetClick: () => void;
|