@docsvision/webclient 6.1.5-beta.1 → 6.1.7
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/Approval/AgreementHistory.d.ts +7 -1
- package/Approval/AgreementHistoryImpl.d.ts +3 -3
- package/Approval/AgreementManagementImpl.d.ts +1 -0
- package/Approval/ApprovalDialogContent.d.ts +31 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +2 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +15 -1
- package/BackOffice/FileListControlImpl.d.ts +16 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +3 -1
- package/BackOffice/PowersImpl.d.ts +3 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +190 -11
- package/Generated/DocsVision.WebClient.Models.d.ts +147 -15
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +3 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Legacy/TaskCardView.d.ts +0 -1
- package/Legacy/Utils.d.ts +11 -0
- package/Libs/CryptoPro/Crypto.d.ts +6 -3
- package/MainBundle.d.ts +2 -0
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +8 -7
- package/Platform/CardLinkImpl.d.ts +4 -2
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/ContextMenuCustomPlugins.d.ts +1 -0
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/FileExtensions.d.ts +4 -1
- package/Platform/FilePicker.d.ts +11 -5
- package/Platform/FilePickerImpl.d.ts +14 -3
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +13 -4
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- package/Platform/FilePreview.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderPageRouteHelpers.d.ts +4 -3
- package/Platform/FolderRouteParameters.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +3 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -1
- package/Platform/IFolderPageRouteData.d.ts +1 -0
- package/Platform/ITextBoxMaskProps.d.ts +56 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ScanDialogService.d.ts +1 -0
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -2
- package/Platform/SearchParametersFolderResponseResolver.d.ts +1 -2
- package/Platform/SearchTextInput.d.ts +3 -3
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TestUtils.d.ts +1 -2
- package/Platform/TextBox.d.ts +3 -0
- package/Platform/TextBoxImpl.d.ts +11 -0
- package/Platform/TextBoxInputField.d.ts +3 -0
- package/Platform/TextBoxInputMask.d.ts +7 -0
- package/Platform/TextBoxInputMaskView.d.ts +10 -0
- package/Platform/TextListInputLogic.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/StandardServices.d.ts +1 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/FileScanServiceStub.d.ts +8 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/IWebServicesConnection.d.ts +2 -0
- package/System/IWebServicesService.d.ts +0 -2
- package/System/LayoutCardControllerStub.d.ts +1 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/PagesControllerStub.d.ts +10 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +5 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/TableStub.d.ts +617 -0
- package/System/WebServicesConnection.d.ts +2 -0
- package/System/WebServicesService.d.ts +10 -10
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Platform/$LastSearchParameters.d.ts +0 -10
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/LastSearchParametersService.d.ts +0 -11
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -10
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
|
@@ -37,11 +37,13 @@ export declare class AgreementHistoryParams extends BaseControlParams {
|
|
|
37
37
|
/** Основная информация об истории. */
|
|
38
38
|
model: GenModels.AgreementHistoryDataModel;
|
|
39
39
|
/** Данные об истории и её циклах. */
|
|
40
|
-
rows?: GenModels.ApprovalHistoryViewModel
|
|
40
|
+
rows?: Array<GenModels.ApprovalHistoryViewModel>;
|
|
41
41
|
/** Отображать комментарий в таблице */
|
|
42
42
|
showCommentsInTable?: boolean;
|
|
43
43
|
/** Режим открытия заданий. */
|
|
44
44
|
openMode?: GenModels.OpenMode;
|
|
45
|
+
/** Режим отображения */
|
|
46
|
+
displayMode?: GenModels.AgreementHistoryDisplayMode;
|
|
45
47
|
/** Событие возникает при открытии окна хода согласования. */
|
|
46
48
|
approvingReportOpening?: CancelableApiEvent<IApprovingReportOpeningEventArgs>;
|
|
47
49
|
/** Событие возникает при закрытии окна хода согласования. */
|
|
@@ -54,6 +56,10 @@ export declare class AgreementHistoryParams extends BaseControlParams {
|
|
|
54
56
|
approvingReportClosed?: BasicApiEvent<IEventArgs>;
|
|
55
57
|
/** Событие возникает после обновления данных хода согласования. */
|
|
56
58
|
approvingReportRefreshed?: BasicApiEvent<IApprovingReportRefreshedEventArgs>;
|
|
59
|
+
/** Событие возникает перед сменой выбора этапа. */
|
|
60
|
+
beforeDataChanging?: CancelableApiEvent<IEventArgs>;
|
|
61
|
+
/** Событие возникает после смены выбора этапа. */
|
|
62
|
+
afterDataChanged?: BasicApiEvent<IEventArgs>;
|
|
57
63
|
/** Сервисы. */
|
|
58
64
|
services?: $FileController & $LayoutAgreementController & $EditOperationStore & Optional<$AgreementHistoryStageRenderer> & $RouterNavigation & $FilePreviewServices;
|
|
59
65
|
/** Параметр для переопределения сервиса рендеринга таблицы или ячейки этапа */
|
|
@@ -12,7 +12,8 @@ export interface AgreementHistoryState extends BaseControlState, AgreementHistor
|
|
|
12
12
|
isHistoryDataReceived: boolean;
|
|
13
13
|
loading: boolean;
|
|
14
14
|
maximized: boolean;
|
|
15
|
-
lastLoadedData: GenModels.ApprovalHistoryViewModel
|
|
15
|
+
lastLoadedData: Array<GenModels.ApprovalHistoryViewModel>;
|
|
16
|
+
selectedAgreementItem: GenModels.ApprovalHistoryViewModel;
|
|
16
17
|
}
|
|
17
18
|
/** @internal */
|
|
18
19
|
export declare type AgreementHistoryImplState = AgreementHistoryState;
|
|
@@ -34,13 +35,12 @@ export declare class AgreementHistoryImpl extends BaseControlImpl<AgreementHisto
|
|
|
34
35
|
/** Можно ли показать отчёт. */
|
|
35
36
|
canShowReport(): boolean;
|
|
36
37
|
/** Загрузить историю. */
|
|
37
|
-
loadData(): Promise<GenModels.ApprovalHistoryViewModel
|
|
38
|
+
loadData(): Promise<Array<GenModels.ApprovalHistoryViewModel>>;
|
|
38
39
|
/**
|
|
39
40
|
* Отрисовать содержимое диалогового окна
|
|
40
41
|
* @param dialog Диалог
|
|
41
42
|
* @param data Данные
|
|
42
43
|
*/
|
|
43
|
-
private renderDialogContent;
|
|
44
44
|
/** Обновить отчёт. */
|
|
45
45
|
refreshReport(): void;
|
|
46
46
|
/** Показан ли отчёт. */
|
|
@@ -55,6 +55,7 @@ export declare class AgreementManagementImpl extends BaseControlImpl<AgreementMa
|
|
|
55
55
|
protected getButtonName: (operationKind: GenModels.AgreementManagementOperations) => string;
|
|
56
56
|
protected getTemplateComboBoxProps(): any;
|
|
57
57
|
protected getTemplateComboBoxElements(): any;
|
|
58
|
+
private getTemplateComboBoxId;
|
|
58
59
|
get canStart(): boolean;
|
|
59
60
|
get canManage(): boolean;
|
|
60
61
|
renderControl(): JSX.Element;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IApprovingReportRefreshedEventArgs } from "@docsvision/webclient/Approval/IApprovingReportRefreshedEventArgs";
|
|
3
|
+
import { IApprovingReportRefreshingEventArgs } from "@docsvision/webclient/Approval/IApprovingReportRefreshingEventArgs";
|
|
4
|
+
import { $AgreementHistoryStageRenderer, IAgreementHistoryStageRenderer } from "@docsvision/webclient/Approval/$AgreementHistoryStageRenderer";
|
|
5
|
+
import { $LayoutAgreementController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
6
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
7
|
+
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
8
|
+
import { $FilePreviewServices } from "@docsvision/webclient/Platform/FilePreview";
|
|
9
|
+
import { $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
10
|
+
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
11
|
+
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
12
|
+
import { $RouterNavigation } from "@docsvision/webclient/System/$Router";
|
|
13
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
14
|
+
export interface IDialogContentDataProps {
|
|
15
|
+
data: Array<GenModels.ApprovalHistoryViewModel>;
|
|
16
|
+
displayMode: GenModels.AgreementHistoryDisplayMode;
|
|
17
|
+
controlName: string;
|
|
18
|
+
showCommentsInTable?: boolean;
|
|
19
|
+
openMode?: GenModels.OpenMode;
|
|
20
|
+
inline?: boolean;
|
|
21
|
+
tabIndex: number;
|
|
22
|
+
stageRenderer?: IAgreementHistoryStageRenderer;
|
|
23
|
+
approvingReportRefreshed?: BasicApiEvent<IApprovingReportRefreshedEventArgs>;
|
|
24
|
+
approvingReportRefreshing?: CancelableApiEvent<IApprovingReportRefreshingEventArgs>;
|
|
25
|
+
beforeDataChanging?: CancelableApiEvent<IEventArgs>;
|
|
26
|
+
afterDataChanged?: BasicApiEvent<IEventArgs>;
|
|
27
|
+
services?: $FileController & $LayoutAgreementController & $EditOperationStore & Optional<$AgreementHistoryStageRenderer> & $RouterNavigation & $FilePreviewServices;
|
|
28
|
+
refreshReport: () => void;
|
|
29
|
+
closeDialog?: () => void;
|
|
30
|
+
}
|
|
31
|
+
export declare function ApprovalDialogContent(props: IDialogContentDataProps): JSX.Element;
|
|
@@ -44,6 +44,8 @@ export interface IDigitalSignOptions {
|
|
|
44
44
|
/** Дополнительная необязательная информация о карточке для кастомизации подписи в решениях. */
|
|
45
45
|
cardInfo?: GenModels.CardInfoModel;
|
|
46
46
|
powerOfAttorneyID?: string;
|
|
47
|
+
/** Параметр позволяет задать явно тип подписи, если вызывающий код хочет отменить стандартную логику выбора. */
|
|
48
|
+
signatureType?: GenModels.DigitalSignatureKind;
|
|
47
49
|
}
|
|
48
50
|
export declare class IEncryptedInfo {
|
|
49
51
|
/** Идентификатор карточки документа */
|
|
@@ -13,7 +13,7 @@ export declare class AuthenticationKindsView {
|
|
|
13
13
|
inputMask: typeof InputMask;
|
|
14
14
|
checkBox: typeof CheckBox;
|
|
15
15
|
label: (props:
|
|
16
|
-
import("D:/BuildAgent/work/
|
|
16
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
|
|
17
17
|
button: (props:
|
|
18
18
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
19
19
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IllegalFileNameCharacters: RegExp;
|
|
@@ -49,7 +49,7 @@ export declare class CardKindImpl extends InputBasedControlImpl<GenModels.CardKi
|
|
|
49
49
|
/**
|
|
50
50
|
* Доступен ли вид карточки
|
|
51
51
|
*/
|
|
52
|
-
protected isCardKindAvailable: (cardKind: CardKindTreeNodeModel) => boolean;
|
|
52
|
+
protected isCardKindAvailable: (cardKind: CardKindTreeNodeModel, notAvailableProperty?: "notAvailable" | "notSelectable") => boolean;
|
|
53
53
|
/**
|
|
54
54
|
* При выборе вида в списке с автодополнением
|
|
55
55
|
*/
|
|
@@ -11,7 +11,7 @@ export interface ICardKindTreeProps {
|
|
|
11
11
|
activeKindId?: string;
|
|
12
12
|
emptyMessage?: string;
|
|
13
13
|
onCardKindSelected?: (kind: CardKindTreeNodeModel) => void;
|
|
14
|
-
isCardKindAvailable?: (kind: CardKindTreeNodeModel) => boolean;
|
|
14
|
+
isCardKindAvailable?: (kind: CardKindTreeNodeModel, notAvailbaleProperty?: "notAvailable" | "notSelectable") => boolean;
|
|
15
15
|
notAvailableProperty: "notSelectable" | "notAvailable";
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -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
|
-
| "
|
|
10
|
+
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "type" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "target" | "draggable" | "lang" | "media" | "role" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "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("D:/BuildAgent/work/
|
|
40
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/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("D:/BuildAgent/work/
|
|
45
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/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("D:/BuildAgent/work/
|
|
50
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected selectAllCheckboxLabel:
|
|
@@ -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("D:/BuildAgent/work/
|
|
9
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/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>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { $DirectoryDesignerRowController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
3
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
5
4
|
import { DirectorySelectDialog, IDirectorySelectDialogProps, IDirectorySelectDialogState } from '@docsvision/webclient/System/DirectorySelectDialog';
|
|
6
5
|
import { IDirectoryChildrenLoadResponse, IDirectoryItem, IDirectorySearchItem, IDirectorySearchResponse } from '@docsvision/webclient/System/DirectoryServerModels';
|
|
7
6
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
7
|
+
import React from "react";
|
|
8
8
|
import { DirectoryDesignerRowItemVisualiser } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowItemVisualiser";
|
|
9
9
|
import { FieldNameAccessor } from "@docsvision/webclient/Helpers/DynamicModel/FieldNameAccessor";
|
|
10
10
|
import { FuncAccessor } from "@docsvision/webclient/Helpers/DynamicModel/FuncAccessor";
|
|
@@ -52,6 +52,7 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
|
|
|
52
52
|
protected getItemTooltip(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
53
53
|
protected get currentNodeId(): string;
|
|
54
54
|
protected loadChildrenList(nodeId: string, nodeType: any, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<NodeT | ItemT>>;
|
|
55
|
+
protected onChildrenListItemDoubleClick(item: IDirectoryItem<NodeT | ItemT>, ev: React.MouseEvent<unknown>): boolean;
|
|
55
56
|
protected search(searchText: string, nodeId: string, nodeType: any, maxCount: number, skip: number, reset: boolean): Promise<IDirectorySearchResponse<NodeT, NodeT | ItemT>>;
|
|
56
57
|
protected getSearchNodePath(item: IDirectorySearchItem<NodeT, NodeT | ItemT>): GenModels.DirectoryDesignerItem[];
|
|
57
58
|
protected onToggleSearchMode: () => void;
|
|
@@ -60,10 +60,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
|
|
|
60
60
|
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
61
61
|
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
62
62
|
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
63
|
-
import("D:/BuildAgent/work/
|
|
64
|
-
import("D:/BuildAgent/work/
|
|
65
|
-
import("D:/BuildAgent/work/
|
|
66
|
-
import("D:/BuildAgent/work/
|
|
63
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
64
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
65
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
66
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
67
67
|
private set DirectoryDesignerRowBinding(value);
|
|
68
68
|
private set binding(value);
|
|
69
69
|
private set directoryDataSource(value);
|
|
@@ -43,7 +43,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
43
43
|
protected getTextValue(): string;
|
|
44
44
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
45
45
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
46
|
-
import("D:/BuildAgent/work/
|
|
46
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
47
47
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
48
48
|
canShowDictionary(): boolean;
|
|
49
49
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
@@ -60,7 +60,7 @@ import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Con
|
|
|
60
60
|
protected getIconClassName(): string;
|
|
61
61
|
protected onIconClick(): void;
|
|
62
62
|
protected getTypeaheadProps():
|
|
63
|
-
import("D:/BuildAgent/work/
|
|
63
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
64
64
|
ref: any;
|
|
65
65
|
};
|
|
66
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, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<unknown>>;
|
|
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
| "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("D:/BuildAgent/work/
|
|
16
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -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("D:/BuildAgent/work/
|
|
6
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/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
|
-
| "
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "form" | "slot" | "style" | "title" | "children" | "name" | "id" | "disabled" | "onSubmit" | "placeholder" | "value" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "dataTestId" | "color" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "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" | "onSetupLogic" | "onSetupView" | "indeterminate" | "labelText" | "innerRef"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -40,7 +40,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
40
40
|
private attachRoot;
|
|
41
41
|
DialogBox:
|
|
42
42
|
import("styled-components").StyledComponent<(props:
|
|
43
|
-
import("D:/BuildAgent/work/
|
|
43
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
44
44
|
close(): void;
|
|
45
45
|
onMaximize: () => void;
|
|
46
46
|
onModalKeyDown: (ev: React.KeyboardEvent) => void;
|
|
@@ -10,4 +10,5 @@ export declare class FileListAcceptExtensions {
|
|
|
10
10
|
export declare class FileListPowerOfAttorneyData {
|
|
11
11
|
static FEDERAL_TAX_SERVICE_WEB_SEARCH_URL: string;
|
|
12
12
|
static FEDERAL_TAX_SERVICE_WEB_SEARCH_URL_POA_NUMBER_PARAMETER: string;
|
|
13
|
+
static FEDERAL_TAX_SERVICE_WEB_SEARCH_URL_GUID_PARAMETER: string;
|
|
13
14
|
}
|
|
@@ -57,6 +57,7 @@ import { IRowClickArgs } from "@docsvision/webclient/BackOffice/IRowClickArgs";
|
|
|
57
57
|
import { IFileVersionExpandingArgs } from "@docsvision/webclient/BackOffice/IFileVersionExpandingArgs";
|
|
58
58
|
import { IFileClickingArgs } from "@docsvision/webclient/BackOffice/IFileClickingArgs";
|
|
59
59
|
import { $WebServices } from "@docsvision/webclient/System/IWebServicesService";
|
|
60
|
+
import { AdaptiveMenuBar } from "@docsvision/webclient/Helpers/Menu/AdaptiveMenuBar";
|
|
60
61
|
import { $FileDownload } from "@docsvision/webclient/Platform/$FileDownload";
|
|
61
62
|
/**
|
|
62
63
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
@@ -113,6 +114,12 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
113
114
|
addAdditionalFileText?: string;
|
|
114
115
|
/** Показывать ли кнопку подписания и просмотра журнала подписи. {@see SignatureButton} */
|
|
115
116
|
hideSignatureButton?: boolean;
|
|
117
|
+
/** Текущая сортировка файлов */
|
|
118
|
+
sortingFiles?: GenModels.SortingFiles;
|
|
119
|
+
/** Флаг, определяющий доступен ли выбор сортировки файлов пользователю */
|
|
120
|
+
userSorting?: boolean;
|
|
121
|
+
/** Флаг, определяющий открыто ли меню сортировки файлов */
|
|
122
|
+
openSortingMenu?: boolean;
|
|
116
123
|
/** Событие возникает при добавлении основного файла. */
|
|
117
124
|
mainFileAdding?: CancelableApiEvent<IMainFileAddingArgs>;
|
|
118
125
|
/** Событие возникает при добавлении дополнительного файла. */
|
|
@@ -206,6 +213,7 @@ export declare class FileListControl extends BaseControl<FileListControlParams,
|
|
|
206
213
|
protected createParams(): FileListControlParams;
|
|
207
214
|
protected createImpl(): FileListControlImpl;
|
|
208
215
|
private get fileListImpl();
|
|
216
|
+
get sortingMenu(): AdaptiveMenuBar;
|
|
209
217
|
private set bindingEditOperation(value);
|
|
210
218
|
/** Установка раскрытости основных файлов. */
|
|
211
219
|
set mainFilesExpanded(val: boolean);
|
|
@@ -318,10 +326,16 @@ export declare class FileListControl extends BaseControl<FileListControlParams,
|
|
|
318
326
|
*/
|
|
319
327
|
select(file: FileListItem): void;
|
|
320
328
|
/**
|
|
329
|
+
* @deprecated Используй openFile.
|
|
321
330
|
* Открывает файл с использованием технологии WebDAV.
|
|
322
331
|
* @param fileItem Файл.
|
|
323
332
|
*/
|
|
324
|
-
openWebDav(fileItem: FileListItem):
|
|
333
|
+
openWebDav(fileItem: FileListItem): void;
|
|
334
|
+
/**
|
|
335
|
+
* Открывает файл с помощью dvwebtool/dvsupservice.
|
|
336
|
+
* @param fileItem Файл.
|
|
337
|
+
*/
|
|
338
|
+
openFile(fileItem: FileListItem): void;
|
|
325
339
|
/** @inheritDoc */
|
|
326
340
|
init(): void;
|
|
327
341
|
deinit(): void;
|
|
@@ -12,6 +12,7 @@ import { ControlSelector } from '@docsvision/webclient/Helpers/ControlSelector/C
|
|
|
12
12
|
import { RequestHelper } from '@docsvision/webclient/System/RequestHelper';
|
|
13
13
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
14
14
|
import { FileListFormType } from '@docsvision/webclient/BackOffice/FileListFormType';
|
|
15
|
+
import { AdaptiveMenuBar } from "@docsvision/webclient/Helpers/Menu/AdaptiveMenuBar";
|
|
15
16
|
/** @internal */
|
|
16
17
|
export interface FileListControlState extends BaseControlImplState, FileListControlParams {
|
|
17
18
|
fileListOperationModels: GenModels.ControlModel[];
|
|
@@ -26,7 +27,7 @@ export declare type FileListImplState = FileListControlState;
|
|
|
26
27
|
export declare const WEB_DAV_FILE_CLOSED_MESSAGE_TYPE = "FileClosed";
|
|
27
28
|
export declare const WEB_DAV_FILE_OPENED_FOR_READING_MESSAGE_TYPE = "FileOpenForReading";
|
|
28
29
|
export declare const WEB_DAV_FILE_OPENED_FOR_EDITING_MESSAGE_TYPE = "FileOpenForWriting";
|
|
29
|
-
export declare const
|
|
30
|
+
export declare const FILE_CHANGED_AND_SAVED_MESSAGE_TYPE = "NewFileVersionAdded";
|
|
30
31
|
export interface ICardOpenedByWebDavMessage {
|
|
31
32
|
CardId: string;
|
|
32
33
|
FileId: string;
|
|
@@ -44,6 +45,10 @@ export interface ICardOpenedByWebDavMessage {
|
|
|
44
45
|
export interface IFileListOptions {
|
|
45
46
|
getFileListLogic?(params: FileListControlParams): FileListControlLogic;
|
|
46
47
|
}
|
|
48
|
+
export interface ISortFilesOption {
|
|
49
|
+
displayString: string;
|
|
50
|
+
key: GenModels.SortingFiles;
|
|
51
|
+
}
|
|
47
52
|
export declare type $FileListOptions = {
|
|
48
53
|
fileListOptions?: IFileListOptions;
|
|
49
54
|
};
|
|
@@ -63,6 +68,8 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
63
68
|
requestHelper: RequestHelper;
|
|
64
69
|
filesHeader: HTMLElement;
|
|
65
70
|
wasToggled: boolean;
|
|
71
|
+
sortingLocalStorageKey: string;
|
|
72
|
+
sortingMenu: AdaptiveMenuBar;
|
|
66
73
|
get logic(): FileListControlLogic;
|
|
67
74
|
constructor(props: FileListControlParams, state: FileListControlState);
|
|
68
75
|
UNSAFE_componentWillMount(): void;
|
|
@@ -86,6 +93,8 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
86
93
|
set signCommandBarExpanded(val: boolean);
|
|
87
94
|
renderUploadForm(attach: FileListAttachedElements, action: string, main: boolean, type: FileListFormType, fileItem?: FileListItem, accept?: string): JSX.Element;
|
|
88
95
|
private sortFiles;
|
|
96
|
+
private compareFileName;
|
|
97
|
+
private compareFileTime;
|
|
89
98
|
protected onDropzoneClick(): void;
|
|
90
99
|
protected renderEditModeTitle(mainFiles: boolean): JSX.Element;
|
|
91
100
|
protected renderEditModeCommandBar(): JSX.Element;
|
|
@@ -119,6 +128,12 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
119
128
|
private getFolderButtonTitle;
|
|
120
129
|
protected renderViewModeCommandBar(): JSX.Element;
|
|
121
130
|
protected renderViewModeSignPanel(): JSX.Element;
|
|
131
|
+
protected renderSortingOption(): JSX.Element;
|
|
132
|
+
selectSorting(sortOption: ISortFilesOption): void;
|
|
133
|
+
openSortingMenu: () => void;
|
|
134
|
+
closeSortingMenu: () => void;
|
|
135
|
+
toggleSortingMenu: () => void;
|
|
136
|
+
protected onSortMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
122
137
|
protected renderViewModeFilesHeader(): JSX.Element;
|
|
123
138
|
selectFile(file: FileListItem): void;
|
|
124
139
|
highlightSelectedFile(): void;
|
|
@@ -29,6 +29,7 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
29
29
|
onLockOperationClick(fileItem: FileListItem): void;
|
|
30
30
|
onUnlockOperationClick(fileItem: FileListItem): void;
|
|
31
31
|
onOpenFileClick(fileItem: FileListItem): Promise<void>;
|
|
32
|
+
openFile(fileItem: FileListItem): void;
|
|
32
33
|
protected onDeleteOperationClick(fileItem: FileListItem): void;
|
|
33
34
|
protected onFileMenuClick(fileItem: FileListItem): Promise<void>;
|
|
34
35
|
protected onRowClick(fileItem: FileListItem): void;
|
|
@@ -69,8 +69,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
69
69
|
export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
|
|
70
70
|
/** @internal */
|
|
71
71
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
72
|
-
import("D:/BuildAgent/work/
|
|
73
|
-
import("D:/BuildAgent/work/
|
|
72
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
74
74
|
/** @internal */
|
|
75
75
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
76
76
|
private set partnerBindingHandler(value);
|
|
@@ -39,9 +39,9 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
|
|
|
39
39
|
export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
|
|
40
40
|
/** @internal */
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
|
-
import("D:/BuildAgent/work/
|
|
43
|
-
import("D:/BuildAgent/work/
|
|
44
|
-
import("D:/BuildAgent/work/
|
|
42
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
45
45
|
/** @internal */
|
|
46
46
|
protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
|
|
47
47
|
init(): Promise<void>;
|
package/BackOffice/Powers.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ export declare class PowersParams<ValueT extends PowersValueType = PowersValueTy
|
|
|
21
21
|
selectedItem?: ItemT;
|
|
22
22
|
/** Сохранять разметку при изменении значения */
|
|
23
23
|
saveOnChangeValue?: boolean;
|
|
24
|
+
/** Доступен ли выбор из списка последних. */
|
|
25
|
+
enableFavorites?: boolean;
|
|
24
26
|
/**
|
|
25
27
|
* Событие, возникающее перед выполнением поиска записей на сервере. В обработчике события можно изменить параметры запроса.
|
|
26
28
|
* Если в обработчике задать значение result, то запрос на сервер выполнен не будет.
|
|
@@ -53,7 +55,7 @@ export declare class Powers<ValueT extends PowersValueType = PowersValueType> ex
|
|
|
53
55
|
protected getServices(): $PowersServices;
|
|
54
56
|
private set binding(value);
|
|
55
57
|
get inputChanged():
|
|
56
|
-
import("D:/BuildAgent/work/
|
|
58
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
57
59
|
/** Удаляет выбранное значение. */
|
|
58
60
|
/** @covered */
|
|
59
61
|
removeItem(item?: ItemT): Promise<void>;
|
|
@@ -23,6 +23,8 @@ export declare class PowersImpl extends DirectoryBaseImpl<PowersValueType, Power
|
|
|
23
23
|
constructor(props: PowersParams, state: IPowersState);
|
|
24
24
|
protected getTextValue(): string;
|
|
25
25
|
protected getCssClass(): string;
|
|
26
|
+
private shouldShowFavorites;
|
|
27
|
+
protected onInputAndPlaceholderClick(): void;
|
|
26
28
|
protected onInputChange(event: any): Promise<void>;
|
|
27
29
|
protected getIconClassName(): string;
|
|
28
30
|
hasValue(): boolean;
|
|
@@ -43,7 +45,7 @@ export declare class PowersImpl extends DirectoryBaseImpl<PowersValueType, Power
|
|
|
43
45
|
onSelectedValue(variantValue: IPowerModel): Promise<void>;
|
|
44
46
|
protected onMouseDownIcon(): void;
|
|
45
47
|
protected getTypeaheadProps():
|
|
46
|
-
import("D:/BuildAgent/work/
|
|
48
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
47
49
|
ref: any;
|
|
48
50
|
};
|
|
49
51
|
getSelectingMode(): DirectorySelectingMode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("D:/BuildAgent/work/
|
|
4
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -7,6 +7,7 @@ export declare class StaffDirectoryDataVisualiser {
|
|
|
7
7
|
constructor(employeeVisualiser: EmployeeVisualizer);
|
|
8
8
|
getDisplayName(item: GenModels.IDirectoryItemData): string;
|
|
9
9
|
getShortDisplayName(item: GenModels.IDirectoryItemData): string;
|
|
10
|
+
getNotAvailable(item: GenModels.IDirectoryItemData): boolean;
|
|
10
11
|
getTooltip(item: GenModels.IDirectoryItemData): string;
|
|
11
12
|
getIconClassName(item: GenModels.IDirectoryItemData, selected: boolean): string;
|
|
12
13
|
}
|
|
@@ -82,7 +82,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
82
82
|
private set binding(value);
|
|
83
83
|
private set defaultEmployeeBinding(value);
|
|
84
84
|
get inputChanged():
|
|
85
|
-
import("D:/BuildAgent/work/
|
|
85
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -66,7 +66,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
66
66
|
private shouldShowFavorites;
|
|
67
67
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
68
68
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
69
|
-
import("D:/BuildAgent/work/
|
|
69
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
70
70
|
protected onEditPopoverShowed(control: any): void;
|
|
71
71
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
72
72
|
protected onIconClick(): void;
|