@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
|
@@ -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
|
-
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "
|
|
10
|
+
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "children" | "onSubmit" | "type" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "media" | "target" | "role" | "tabIndex" | "href" | "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, IS
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected headerCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("C:/
|
|
40
|
+
import("C:/Git/WC/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
|
|
41
41
|
protected taskStatus:
|
|
42
42
|
import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
43
43
|
protected selectableCell:
|
|
44
44
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
45
|
-
import("C:/
|
|
45
|
+
import("C:/Git/WC/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
46
46
|
selected: boolean;
|
|
47
47
|
}, never>;
|
|
48
48
|
protected fileCell:
|
|
49
49
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
50
|
-
import("C:/
|
|
50
|
+
import("C:/Git/WC/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected selectAllCheckboxLabel:
|
|
@@ -13,7 +13,7 @@ export declare class CommandMenuComponent extends React.Component<ICommandMenuPr
|
|
|
13
13
|
protected onMenuItemClick(item: GenModels.CreateKindDataModel, ev: React.MouseEvent): void;
|
|
14
14
|
protected getCommandMenuItems(filter: (ICommandMenuItem: any) => boolean): JSX.Element[];
|
|
15
15
|
protected getKindItems(): JSX.Element[];
|
|
16
|
-
protected getTabIndex():
|
|
16
|
+
protected getTabIndex(): -1 | 0;
|
|
17
17
|
protected getTemplates(): JSX.Element[];
|
|
18
18
|
protected attachCommandBarButton(elem: HTMLElement): void;
|
|
19
19
|
render(): JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { $DepartmentController, $LayoutRowController, $LayoutStaffController } f
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
4
4
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function showCreatePartnerWindow(itemType: GenModels.PartnerItemType, parentItem: GenModels.DepartmentModel, selectedFilterPath: GenModels.DepartmentModel[] | null, services: $LayoutRowController & $LocationContainerControlServices & $LayoutStaffController & $DepartmentController & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<GenModels.DepartmentModel | GenModels.EmployeeDataModel>;
|
|
@@ -6,6 +6,6 @@ export declare const PredefinedSeparator:
|
|
|
6
6
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
7
7
|
export declare const Item:
|
|
8
8
|
import("styled-components").StyledComponent<(props:
|
|
9
|
-
import("C:/
|
|
9
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
|
|
10
10
|
export declare const ReadonlyLinkItemView:
|
|
11
11
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
@@ -55,10 +55,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
|
|
|
55
55
|
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
56
56
|
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
57
57
|
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
58
|
-
import("C:/
|
|
59
|
-
import("C:/
|
|
60
|
-
import("C:/
|
|
61
|
-
import("C:/
|
|
58
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
59
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
60
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
61
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
62
62
|
private set DirectoryDesignerRowBinding(value);
|
|
63
63
|
private set binding(value);
|
|
64
64
|
private set directoryDataSource(value);
|
|
@@ -30,6 +30,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
30
30
|
protected renderSelectDialog(props: IDirectorySelectDialogProps<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, GenModels.IDirectoryItemData> & {
|
|
31
31
|
ref: any;
|
|
32
32
|
}): JSX.Element;
|
|
33
|
+
private getDataSource;
|
|
33
34
|
protected getCssClass(): string;
|
|
34
35
|
protected getValuePath(value: GenModels.DirectoryDesignerItem): GenModels.DirectoryDesignerItem[];
|
|
35
36
|
private saveValueOnChange;
|
|
@@ -42,7 +43,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
42
43
|
protected getTextValue(): string;
|
|
43
44
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
44
45
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
45
|
-
import("C:/
|
|
46
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
46
47
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
47
48
|
canShowDictionary(): boolean;
|
|
48
49
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
@@ -59,7 +60,7 @@ import("C:/Users/sorokin.v/rep/WebClient/Bin/TypeScriptDefinitions/System/Contro
|
|
|
59
60
|
protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "dv-ico dv-ico-directory-node" | "dv-ico dv-ico-row";
|
|
60
61
|
protected onIconClick(): void;
|
|
61
62
|
protected getTypeaheadProps():
|
|
62
|
-
import("C:/
|
|
63
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
63
64
|
ref: any;
|
|
64
65
|
};
|
|
65
66
|
protected focusInput: () => void;
|
|
@@ -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, "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "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" | "opened"> & React.RefAttributes<unknown>>;
|
|
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "renderContent" | "data" | "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" | "opened"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("C:/
|
|
16
|
+
import("C:/Git/WC/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -55,7 +55,7 @@ export declare class DisplayPerformersImpl extends BaseControlImpl<DisplayPerfor
|
|
|
55
55
|
/** Перерисовывает списки исполнителей с учётом размера родительского контейнера. */
|
|
56
56
|
resize: () => void;
|
|
57
57
|
/** @inheritDoc */
|
|
58
|
-
getTabIndex():
|
|
58
|
+
getTabIndex(): -1 | 0;
|
|
59
59
|
/** @internal */
|
|
60
60
|
renderControl(): JSX.Element;
|
|
61
61
|
}
|
|
@@ -2,4 +2,4 @@ import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
4
4
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function showEditPartnerWindow(item: GenModels.PartnerDirectoryItem, selectedFilterPath: GenModels.DepartmentModel[], services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<unknown>;
|
|
@@ -3,14 +3,14 @@ export declare class EmailButtonView {
|
|
|
3
3
|
button: (props:
|
|
4
4
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
5
|
buttonDialog: (props:
|
|
6
|
-
import("C:/
|
|
6
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
7
|
modalDialog: (props:
|
|
8
8
|
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
9
|
item: (props:
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "form" | "slot" | "style" | "title" | "children" | "name" | "disabled" | "onSubmit" | "placeholder" | "value" | "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" | "checked" | "readOnly" | "required" | "htmlFor" | "css" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef" | "dataTestId"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
38
38
|
private attachRoot;
|
|
39
39
|
DialogBox:
|
|
40
40
|
import("styled-components").StyledComponent<(props:
|
|
41
|
-
import("C:/
|
|
41
|
+
import("C:/Git/WC/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|
|
@@ -53,7 +53,6 @@ import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignatur
|
|
|
53
53
|
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
54
54
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
55
55
|
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
56
|
-
import { IRowClickArgs } from "@docsvision/webclient/BackOffice/IRowClickArgs";
|
|
57
56
|
/**
|
|
58
57
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
59
58
|
*/
|
|
@@ -127,6 +126,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
127
126
|
fileOpening?: CancelableApiEvent<IFileOpeningArgs>;
|
|
128
127
|
/** Событие возникает при открытии журнала подписей. */
|
|
129
128
|
signatureListViewing?: CancelableApiEvent<ISignatureListViewingArgs>;
|
|
129
|
+
/** Событие возникает перед открытием диалога подписания. */
|
|
130
|
+
signatureDialogOpening?: CancelableApiEvent<IEventArgs>;
|
|
130
131
|
/** Событие возникает при подписании файла. */
|
|
131
132
|
signatureCreating?: CancelableApiEvent<ISignatureCreatingArgs>;
|
|
132
133
|
/** Событие возникает при добавлении комментария к версии файла. */
|
|
@@ -177,8 +178,6 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
177
178
|
expanded?: BasicApiEvent<IEventArgs>;
|
|
178
179
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
179
180
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
180
|
-
/** Событие возникает при клике на строку таблицы. */
|
|
181
|
-
rowClick?: BasicApiEvent<IRowClickArgs>;
|
|
182
181
|
/** Сервисы. */
|
|
183
182
|
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $EditOperationStore & $CardInfo & $DataVisualizationController & $LayoutCheck & $ApplicationSettings & $FileUpload & $UrlStore & $MessageBox & $WebViewIOSEnabled & $LayoutFileApiController & $LayoutDocumentController & $CloudSignature & $CryptoPro & $LocalStorage & $SignatureMethodsController & $DigitalSignature & $LayoutManager & $LayoutInfo;
|
|
184
183
|
}
|
|
@@ -55,7 +55,6 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
55
55
|
requestHelper: RequestHelper;
|
|
56
56
|
filesHeader: HTMLElement;
|
|
57
57
|
wasToggled: boolean;
|
|
58
|
-
wasInitialised: boolean;
|
|
59
58
|
get logic(): FileListControlLogic;
|
|
60
59
|
constructor(props: FileListControlParams, state: FileListControlState);
|
|
61
60
|
UNSAFE_componentWillMount(): void;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/// <reference types="jquery" />
|
|
3
3
|
import { FileListAttachedElements } from "@docsvision/webclient/BackOffice/FileListAttachElements";
|
|
4
4
|
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
5
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
6
5
|
import { FileListControlParams } from "@docsvision/webclient/BackOffice/FileListControl";
|
|
7
6
|
import { FileListControlImpl, FileListImplState } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
8
7
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
@@ -52,7 +51,6 @@ export declare class FileListControlLogic {
|
|
|
52
51
|
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
53
52
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
54
53
|
fileMenuOpening(fileItem: FileListItem, data: any): Promise<any>;
|
|
55
|
-
rowClick(fileItem: FileListItem, data: any): Promise<any>;
|
|
56
54
|
removeFileItem(index: number): void;
|
|
57
55
|
clearFileItems(): void;
|
|
58
56
|
protected get state(): FileListImplState;
|
|
@@ -67,5 +65,4 @@ export declare class FileListControlLogic {
|
|
|
67
65
|
protected processResponse(responseData: GenModels.FileListDataModel, deferred: DVPromise<any>, uploadingItems: FileListItem[], areVersions?: boolean): void;
|
|
68
66
|
protected getItemsToUpload(): FileListItem[];
|
|
69
67
|
isSignatureFile(fileName: string): boolean;
|
|
70
|
-
protected getFileListRow(fileItem: FileListItem): IFileListRow;
|
|
71
68
|
}
|
|
@@ -30,7 +30,6 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
30
30
|
onUnlockOperationClick(fileItem: FileListItem): void;
|
|
31
31
|
protected onDeleteOperationClick(fileItem: FileListItem): void;
|
|
32
32
|
protected onFileMenuClick(fileItem: FileListItem): Promise<void>;
|
|
33
|
-
protected onRowClick(fileItem: FileListItem): Promise<void>;
|
|
34
33
|
protected onDownloadOperationClick(fileItem: FileListItem): void;
|
|
35
34
|
protected onViewWithSignaturesClick(fileItem: FileListItem): void;
|
|
36
35
|
onAddCommentClick(fileItem: FileListItem): void;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
2
|
import { IFileMenuItem } from "@docsvision/webclient/BackOffice/IFileMenuItem";
|
|
3
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
4
3
|
export interface IFileMenuOpeningArgs {
|
|
5
4
|
fileItem: IFileListItem;
|
|
6
5
|
fileMenuItems: IFileMenuItem[];
|
|
7
|
-
row: IFileListRow;
|
|
8
6
|
}
|
|
@@ -14,6 +14,7 @@ export interface IFileSignInteractionModel {
|
|
|
14
14
|
getFiles: () => IFileSignInfo[];
|
|
15
15
|
signButton: HTMLElement;
|
|
16
16
|
viewSignButton: HTMLElement;
|
|
17
|
+
beforeShowSignDialogCallback: () => Promise<any>;
|
|
17
18
|
beforeSignCallback: () => Promise<any>;
|
|
18
19
|
beforeViewSignCallback: () => Promise<any>;
|
|
19
20
|
afterSignCallback: Function;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
export interface IFileSignUploadingArgs {
|
|
4
3
|
fileItem: IFileListItem;
|
|
5
4
|
file: File;
|
|
6
|
-
row: IFileListRow;
|
|
7
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
3
|
export interface IFileVersionUploadedArgs {
|
|
5
4
|
fileItem: IFileListItem;
|
|
6
5
|
version: GenModels.VersionedFileModel;
|
|
7
|
-
row: IFileListRow;
|
|
8
6
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
export interface IFileVersionUploadingArgs {
|
|
4
3
|
fileItem: IFileListItem;
|
|
5
4
|
file: File;
|
|
6
|
-
row: IFileListRow;
|
|
7
5
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ILinkItem } from "@docsvision/webclient/BackOffice/ILinkItem";
|
|
2
|
-
import { ILinkRow } from "@docsvision/webclient/BackOffice/ILinkRow";
|
|
3
2
|
/** Используется в событиях контрола {@link Links} */
|
|
4
3
|
export interface ILinkEventArgs {
|
|
5
4
|
linkItem: ILinkItem;
|
|
6
|
-
row: ILinkRow;
|
|
7
5
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { ITaskRowClickEventArgs } from "@docsvision/webclient/BackOffice/ITaskRowClickEventArgs";
|
|
2
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
import { BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
4
2
|
import { $RouterNavigation } from '@docsvision/webclient/System/$Router';
|
|
5
3
|
/** @internal */
|
|
6
4
|
export interface ITaskListProps {
|
|
@@ -10,6 +8,5 @@ export interface ITaskListProps {
|
|
|
10
8
|
itemsLoading?: boolean;
|
|
11
9
|
itemsCount: number;
|
|
12
10
|
openMode: GenModels.TasksOpenMode;
|
|
13
|
-
rowclick: BasicApiEvent<ITaskRowClickEventArgs>;
|
|
14
11
|
services: $RouterNavigation;
|
|
15
12
|
}
|
package/BackOffice/Links.d.ts
CHANGED
|
@@ -157,8 +157,6 @@ export declare class LinksParams extends PanelParams {
|
|
|
157
157
|
batchOperationsModeToggled?: BasicApiEvent<boolean>;
|
|
158
158
|
/** Событие возникает после загрузки данных контрола (актуально при асинхронной загрузке данных). */
|
|
159
159
|
dataLoaded?: BasicApiEvent<IEventArgs>;
|
|
160
|
-
/** Событие возникает при клике на строку таблицы. */
|
|
161
|
-
rowClick?: CancelableApiEvent<ILinkEventArgs>;
|
|
162
160
|
/** Сервисы */
|
|
163
161
|
services?: $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & Optional<$LinksSearchCards> & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & Optional<$FilePreview>;
|
|
164
162
|
}
|
|
@@ -13,7 +13,6 @@ import React from "react";
|
|
|
13
13
|
import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
|
|
14
14
|
import { $LayoutLinksController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
15
15
|
import { $CardTimestamp, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
16
|
-
import { ILinkRow } from "@docsvision/webclient/BackOffice/ILinkRow";
|
|
17
16
|
/** @internal */
|
|
18
17
|
export interface LinksState extends LinksParams, IPanelState {
|
|
19
18
|
sourceLayoutMode: string;
|
|
@@ -65,7 +64,6 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
65
64
|
protected onDocumentClick(ev: any): void;
|
|
66
65
|
protected onLinkClick(linkItem: LinkItem, ev?: React.MouseEvent): void;
|
|
67
66
|
protected processBatchModeEnablingRowClick(linkItem: LinkItem, ev: React.MouseEvent): boolean;
|
|
68
|
-
protected onRowClick(linkItem: LinkItem, ev: React.MouseEvent): void;
|
|
69
67
|
protected makeLinkUrl(url: string): string;
|
|
70
68
|
onHeaderClick(): void;
|
|
71
69
|
protected onCollapsed(): void;
|
|
@@ -76,7 +74,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
76
74
|
addNewUrl: (url: string, linkType: string) => Promise<void>;
|
|
77
75
|
closeAddNewUrlDialog: () => void;
|
|
78
76
|
onAddNewCardLinkClick(ev?: React.MouseEvent<any>): Promise<void>;
|
|
79
|
-
onAddExistingCardLinkClick(): void;
|
|
77
|
+
onAddExistingCardLinkClick(ev?: React.MouseEvent): void;
|
|
80
78
|
protected onViewFileMenuClick(linkItem: LinkItem): void;
|
|
81
79
|
protected onFollowLinkClick(linkItem: LinkItem): void;
|
|
82
80
|
onDeleteMenuClick(linkItem: LinkItem): void;
|
|
@@ -144,5 +142,4 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
144
142
|
renderControl(): JSX.Element;
|
|
145
143
|
openFilePreview(linkItem: LinkItem): void;
|
|
146
144
|
getLinkUrl(linkItem: LinkItem): string;
|
|
147
|
-
getLinkRow(linkItem: LinkItem): ILinkRow;
|
|
148
145
|
}
|