@docsvision/webclient 5.17.0 → 5.17.1-beta.1

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.
Files changed (88) hide show
  1. package/Account/LoginContainer.d.ts +1 -0
  2. package/Account/LoginLogic.d.ts +13 -0
  3. package/Account/ProviderButton.d.ts +4 -2
  4. package/Account/index.d.ts +2 -0
  5. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +2 -1
  6. package/BackOffice/AuthenticationKindsFormatLogin.d.ts +7 -0
  7. package/BackOffice/AuthenticationKindsGetMaskOptions.d.ts +8 -0
  8. package/BackOffice/AuthenticationKindsLogic.d.ts +4 -0
  9. package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +2 -0
  10. package/BackOffice/AuthenticationKindsValidRegExps.d.ts +3 -0
  11. package/BackOffice/AuthenticationKindsView.d.ts +3 -3
  12. package/BackOffice/CardKindImpl.d.ts +1 -0
  13. package/BackOffice/{CheckEmployeeAccount.d.ts → CheckStaffDirectoryData.d.ts} +1 -0
  14. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +7 -0
  17. package/BackOffice/DirectoryDesignerRow.d.ts +10 -5
  18. package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -3
  19. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  20. package/BackOffice/DirectorySearchFilters.d.ts +6 -0
  21. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  22. package/BackOffice/DssSignRequestModels.d.ts +1 -0
  23. package/BackOffice/EmailButtonView.d.ts +1 -1
  24. package/BackOffice/ExistingCardLinkDialog.d.ts +5 -2
  25. package/BackOffice/FileListControlLogic.d.ts +1 -0
  26. package/BackOffice/Index.d.ts +0 -6
  27. package/BackOffice/LinksImpl.d.ts +3 -1
  28. package/BackOffice/MarkPartnersAsDepartment.d.ts +2 -0
  29. package/BackOffice/NumeratorImpl.d.ts +1 -0
  30. package/BackOffice/PartnerBase.d.ts +2 -2
  31. package/BackOffice/PartnerBaseImpl.d.ts +1 -0
  32. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  33. package/BackOffice/PrintButtonView.d.ts +1 -1
  34. package/BackOffice/SignatureButtonLogic.d.ts +2 -0
  35. package/BackOffice/SignatureButtonOptions.d.ts +3 -2
  36. package/BackOffice/SkipDraggingElement.d.ts +6 -0
  37. package/BackOffice/StaffDirectory.d.ts +1 -1
  38. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  39. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  40. package/BackOffice/TasksTableView.d.ts +3 -3
  41. package/Generated/DocsVision.WebClient.Models.d.ts +224 -0
  42. package/Helpers/InputMask/IInputMaskProps.d.ts +71 -0
  43. package/Helpers/InputMask/InputMask.d.ts +8 -0
  44. package/Helpers/InputMask/InputMask.stories.d.ts +11 -0
  45. package/Helpers/InputMask/InputMaskView.d.ts +14 -0
  46. package/Helpers/InputMask/components/InputMaskContainer.d.ts +7 -0
  47. package/Helpers/InputMask/components/InputMaskField.d.ts +7 -0
  48. package/Helpers/InputMask/components/InputMaskLabel.d.ts +18 -0
  49. package/Helpers/InputMask/index.d.ts +5 -0
  50. package/Helpers/LabeledText.d.ts +5 -1
  51. package/Helpers/PopoverHelpers/Popover.d.ts +2 -2
  52. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  53. package/MainBundle.d.ts +2 -0
  54. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  55. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  56. package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +1 -0
  57. package/Platform/CardLink.d.ts +7 -7
  58. package/Platform/CardLinkImpl.d.ts +8 -6
  59. package/Platform/CertificateSettingsView.d.ts +1 -1
  60. package/Platform/DateTimePickerImpl.d.ts +3 -2
  61. package/Platform/FilePickerImpl.d.ts +1 -0
  62. package/Platform/FilteringExtendedData.d.ts +1 -0
  63. package/Platform/FilteringRequestResolver.d.ts +4 -0
  64. package/Platform/FilteringResponseResolver.d.ts +4 -0
  65. package/Platform/FolderDataContext.d.ts +1 -0
  66. package/Platform/FolderGrid.d.ts +2 -0
  67. package/Platform/ListCheckbox.d.ts +1 -1
  68. package/Platform/ListInput.d.ts +1 -1
  69. package/Platform/LoaderDialog.d.ts +1 -1
  70. package/Platform/NumberImpl.d.ts +1 -1
  71. package/Platform/QuotesHighlight.d.ts +2 -0
  72. package/Platform/QuotesLogic.d.ts +7 -0
  73. package/Platform/QuotesModalQuote.d.ts +2 -0
  74. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  75. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +7 -4
  76. package/Platform/SearchTextInput.d.ts +1 -1
  77. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  78. package/Platform/SettingsPopupLogic.d.ts +1 -1
  79. package/Platform/TextAreaImpl.d.ts +1 -1
  80. package/Platform/TextListInputCultureWiseParseFloat.d.ts +3 -0
  81. package/Platform/TextListInputLogic.d.ts +4 -0
  82. package/Platform/UserProfileDialog.d.ts +1 -1
  83. package/System/DirectoryBaseImpl.d.ts +1 -0
  84. package/System/DirectorySelectDialog.d.ts +2 -2
  85. package/System/InputBasedControlImpl.d.ts +1 -0
  86. package/System/NumberCultureFormatting.d.ts +9 -0
  87. package/package.json +1 -1
  88. package/BackOffice/AuthenticationKindsTextBox.d.ts +0 -7
@@ -9,6 +9,7 @@ import { LoginInputsDivider } from '@docsvision/webclient/Account/Components/Log
9
9
  import { ChangeMethodButton } from '@docsvision/webclient/Account/Components/ChangeMethodButton';
10
10
  import { IComponentProps } from '@docsvision/web/core/component';
11
11
  import { Box } from '@docsvision/webclient/Account/Components/Box';
12
+ import "@docsvision/webclient/Legacy/NativeFunctions";
12
13
  export declare class LoginView {
13
14
  form: typeof Form;
14
15
  changeMethodButton: typeof ChangeMethodButton;
@@ -45,8 +45,16 @@ import("effector").Store<boolean>;
45
45
  import("effector").Store<string>;
46
46
  $providersUpdate:
47
47
  import("effector").Store<[ILoginProvider[], ILoginProvider[]]>;
48
+ clickProviderButton:
49
+ import("effector").Event<string>;
50
+ $timeStartDownloadingProviders:
51
+ import("effector").Store<number>;
52
+ setTimeStartDownloadingProviders:
53
+ import("effector").Event<number>;
48
54
  clearInputs:
49
55
  import("effector").Event<void>;
56
+ $hasLicenseProblem:
57
+ import("effector").Store<boolean>;
50
58
  constructor();
51
59
  submitForm:
52
60
  import("effector").Effect<unknown, any, Error>;
@@ -57,7 +65,12 @@ import("effector").Effect<unknown, {
57
65
  userName: any;
58
66
  userAuthenticationExtensions: any[];
59
67
  authenticationExtensionModels: any[];
68
+ hasLicenseProblem: boolean;
60
69
  }, Error>;
70
+ followLinkToProvider:
71
+ import("effector").Effect<string, void, Error>;
72
+ getValidProviderLink:
73
+ import("effector").Effect<ILoginProvider, string, Error>;
61
74
  handleContactClick: (e: MouseEvent) => void;
62
75
  getNumberOfProvidersFromStorage(): number;
63
76
  getProvidersList(): ILoginProvider[];
@@ -1,9 +1,11 @@
1
1
  /// <reference types="react" />
2
+ import { Event } from 'effector';
2
3
 
3
4
  export interface IProviderButtonProps {
4
5
  iconSrc: string;
5
6
  text: string;
6
7
  name: string;
7
- url: string;
8
+ id: string;
9
+ click: Event<string>;
8
10
  }
9
- export declare function ProviderButton({ iconSrc, text, name, url }: IProviderButtonProps): JSX.Element;
11
+ export declare function ProviderButton({ iconSrc, text, name, id, click }: IProviderButtonProps): JSX.Element;
@@ -16,6 +16,8 @@ export interface ILoginProvider {
16
16
  supportedModes: string[];
17
17
  supportedTypes: string[];
18
18
  url: string;
19
+ isStateCompare: boolean;
20
+ timeOut: number;
19
21
  }
20
22
  export declare type EventParameters = {
21
23
  logic: LoginLogic;
@@ -1,4 +1,5 @@
1
- import { DirectorySearchFilters, NomenclatureSearchFilters } from "@docsvision/webclient/BackOffice/Index";
1
+ import { DirectorySearchFilters } from "@docsvision/webclient/BackOffice/DirectorySearchFilters";
2
+ import { NomenclatureSearchFilters } from "@docsvision/webclient/BackOffice/Index";
2
3
  export declare type SearchFilters = DirectorySearchFilters | NomenclatureSearchFilters;
3
4
  export interface ISearchFilterEntry {
4
5
  key: SearchFilters;
@@ -0,0 +1,7 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ /**
3
+ * @param kind способ аутентификации
4
+ * @param userExtensionLogin логин способа аутентификации
5
+ * @returns возвращает способ аутентификации с ожидаемым на сервере форматом логина
6
+ */
7
+ export declare function authenticationKindsFormatLogin(kind: GenModels.AuthenticationKindsModel, userExtensionLogin: string): GenModels.AuthenticationKindsModel;
@@ -0,0 +1,8 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IInputMaskProps } from "@docsvision/webclient/Helpers/InputMask";
3
+ /**
4
+ * @param typeLogin Тип данных, который используется в качестве логина
5
+ * @param isLoginExist Есть ли дубликат записи
6
+ * @returns свойства для inputMask в зависимости от типа данных
7
+ */
8
+ export declare function authenticationKindsGetMaskProps(typeLogin: GenModels.AuthenticationLoginType, isLoginExist: boolean): IInputMaskProps;
@@ -34,6 +34,10 @@ import("effector").Store<boolean>;
34
34
  import("effector").Event<boolean>;
35
35
  $isExist:
36
36
  import("effector").Store<boolean>;
37
+ $isValid:
38
+ import("effector").Store<boolean>;
39
+ setValid:
40
+ import("effector").Event<boolean>;
37
41
  $binding:
38
42
  import("effector").Store<IBindingResult<GenModels.AuthenticationKindsModel[]>>;
39
43
  setBinding:
@@ -1,5 +1,7 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
2
  /**
3
+ * @param kinds способы аутентификации
4
+ * @param selectedKind способ аутентификации
3
5
  * @returns новое состояние способов аутентификации
4
6
  */
5
7
  export declare function authenticationKindsUpdateLogin({ kinds, selectedKind }: {
@@ -0,0 +1,3 @@
1
+ export declare const AuthenticationKindsPhoneRegExp: RegExp;
2
+ export declare const AuthenticationKindsSnilsRegExp: RegExp;
3
+ export declare const AuthenticationKindsEmailRegExp: RegExp;
@@ -3,17 +3,17 @@ import { AuthenticationKindsFrame } from "@docsvision/webclient/BackOffice/Authe
3
3
  import { AuthenticationKindsItem } from "@docsvision/webclient/BackOffice/AuthenticationKindsItem";
4
4
  import { AuthenticationKindsList } from "@docsvision/webclient/BackOffice/AuthenticationKindsList";
5
5
  import { AuthenticationKindsModalDialog } from "@docsvision/webclient/BackOffice/AuthenticationKindsModalDialog";
6
- import { AuthenticationKindsTextBox } from "@docsvision/webclient/BackOffice/AuthenticationKindsTextBox";
6
+ import { InputMask } from "@docsvision/webclient/Helpers/InputMask";
7
7
  import { CheckBox } from "@docsvision/webclient/Platform/CheckBox";
8
8
  export declare class AuthenticationKindsView {
9
9
  frame: typeof AuthenticationKindsFrame;
10
10
  list: typeof AuthenticationKindsList;
11
11
  item: typeof AuthenticationKindsItem;
12
12
  modalDialog: typeof AuthenticationKindsModalDialog;
13
- textBox: typeof AuthenticationKindsTextBox;
13
+ inputMask: typeof InputMask;
14
14
  checkBox: typeof CheckBox;
15
15
  label: (props:
16
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
16
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
17
17
  button: (props:
18
18
  import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
19
19
  }
@@ -75,6 +75,7 @@ export declare class CardKindImpl extends InputBasedControlImpl<GenModels.CardKi
75
75
  * @param ev Событие клавиатуры
76
76
  */
77
77
  protected onInputKeyDown(ev: React.KeyboardEvent<any>): void;
78
+ protected onModalKeyDown(ev: React.KeyboardEvent<any>): void;
78
79
  private attachTypeahead;
79
80
  /**
80
81
  * Куда рендерим контрол
@@ -2,3 +2,4 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
2
2
  import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
3
3
  import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEventArgs";
4
4
  export declare function checkAccountName(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
5
+ export declare function checkAddress(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
@@ -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:/Dev/WebCDev/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
40
+ import("C:/dev/WebC/main/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:/Dev/WebCDev/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
45
+ import("C:/dev/WebC/main/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:/Dev/WebCDev/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
50
+ import("C:/dev/WebC/main/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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
9
+ import("C:/dev/WebC/main/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>;
@@ -8,6 +8,7 @@ import { $LocationContainerControlServices } from '@docsvision/webclient/System/
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";
11
+ import { DirectoryDesignerSelectionArea } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
11
12
  declare type ValueT = GenModels.DirectoryDesignerItem;
12
13
  declare type NodeT = GenModels.DirectoryDesignerItem;
13
14
  declare type ItemT = GenModels.DirectoryDesignerItem;
@@ -29,6 +30,7 @@ export interface IDirectoryDesRowSelectDialogProps extends IDirectorySelectDialo
29
30
  useDescription: boolean;
30
31
  availableChanges?: GenModels.AvailableChangesModes;
31
32
  services: $DirectoryDesignerRowController & $LayoutRowController & $LocationContainerControlServices;
33
+ selectionArea?: DirectoryDesignerSelectionArea;
32
34
  }
33
35
  /** @internal */
34
36
  export interface IDirectoryDesRowSelectDialogState extends IDirectorySelectDialogState<ValueT, NodeT, ItemT> {
@@ -48,8 +50,10 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
48
50
  protected getItemDisplayName(item: IDirectoryItem<NodeT | ItemT>): string;
49
51
  protected getItemIconClassName(item: IDirectoryItem<NodeT | ItemT>): string;
50
52
  protected getItemTooltip(item: IDirectoryItem<NodeT | ItemT>): string;
53
+ protected get currentNodeId(): string;
51
54
  protected loadChildrenList(nodeId: string, nodeType: any, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<NodeT | ItemT>>;
52
55
  protected search(searchText: string, nodeId: string, nodeType: any, maxCount: number, skip: number, reset: boolean): Promise<IDirectorySearchResponse<NodeT, NodeT | ItemT>>;
56
+ protected getSearchNodePath(item: IDirectorySearchItem<NodeT, NodeT | ItemT>): GenModels.DirectoryDesignerItem[];
53
57
  protected onToggleSearchMode: () => void;
54
58
  protected renderChildrenListItemView(item: IDirectoryItem<NodeT | ItemT>, index: number): JSX.Element;
55
59
  protected isGoToButtonActive(item: IDirectoryItem<NodeT | ItemT>): boolean;
@@ -59,10 +63,13 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
59
63
  protected onDelete: (item: GenModels.DirectoryDesignerItem) => void;
60
64
  protected deleteRow(item: GenModels.DirectoryDesignerItem, services: $LayoutRowController): Promise<void>;
61
65
  protected isItemAllowedToAccept(item: IDirectoryItem<NodeT | ItemT>): boolean;
66
+ private isItemInSelectionArea;
67
+ protected isDialogSelectButtonEnabled(): boolean;
62
68
  protected renderActionButton: (item: IDirectoryItem<NodeT | ItemT>) => JSX.Element;
63
69
  protected renderDialogBreadcrumbs(): JSX.Element;
64
70
  protected renderSearchModeToggle(): JSX.Element;
65
71
  protected onCreateItem: (itemType: GenModels.DirectoryDesignerTreeNodeType) => Promise<void>;
72
+ protected getCurrentNode: () => GenModels.DirectoryDesignerItem;
66
73
  protected getItemAvailablechanges(item: IDirectoryItem<NodeT | ItemT>): boolean;
67
74
  protected renderExtraDialogButtons(): JSX.Element;
68
75
  protected renderItemName(item: IDirectoryItem<NodeT | ItemT>): JSX.Element;
@@ -10,6 +10,11 @@ import { BasicApiEvent, CancelableApiEvent } from '@docsvision/webclient/System/
10
10
  export declare type DirectoryDesignerRowValueType = GenModels.DirectoryDesignerItem;
11
11
  export declare type DirectoryDesignerRowNodeType = GenModels.DirectoryDesignerItem;
12
12
  declare type ItemT = GenModels.DirectoryDesignerItem;
13
+ export declare enum DirectoryDesignerSelectionArea {
14
+ OnlyNode = 0,
15
+ OnlyChildren = 1,
16
+ NodeWithChildren = 2
17
+ }
13
18
  /**
14
19
  * Содержит публичные свойства элемента управления [Строка конструктора справочников]{@link DirectoryDesignerRow}.
15
20
  */
@@ -33,7 +38,7 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
33
38
  selectedFilterPath?: GenModels.DirectoryDesignerItem[];
34
39
  availableChanges?: GenModels.AvailableChangesModes;
35
40
  /** Область выбора (и поиска) элементов из Конструктора справочников. */
36
- selectionArea?: GenModels.DirectoryDesignerSearchArea;
41
+ selectionArea?: DirectoryDesignerSelectionArea;
37
42
  /** Задержка перед поиском (в мс) */
38
43
  searchDelay?: number;
39
44
  services?: $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & $LocationContainerControlServices;
@@ -55,10 +60,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
55
60
  export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
56
61
  protected createParams(): DirectoryDesignerRowParams<ValueT>;
57
62
  protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
58
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
59
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
60
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
61
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
63
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
64
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
65
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
66
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
62
67
  private set DirectoryDesignerRowBinding(value);
63
68
  private set binding(value);
64
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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
46
+ import("C:/dev/WebC/main/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;
@@ -57,10 +57,10 @@ import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/D
57
57
  protected getCurrentNode(): GenModels.DirectoryDesignerItem;
58
58
  protected renderDirectoryDesignerInputWithPlaceholder(): React.ReactNode;
59
59
  protected editInPlaceModeRender(): JSX.Element;
60
- protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "dv-ico dv-ico-directory-node" | "dv-ico dv-ico-row";
60
+ protected getIconClassName(): string;
61
61
  protected onIconClick(): void;
62
62
  protected getTypeaheadProps():
63
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
63
+ import("C:/dev/WebC/main/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" | "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" | "css" | "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
+ export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "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" | "css" | "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>>;
@@ -0,0 +1,6 @@
1
+ export declare enum DirectorySearchFilters {
2
+ Organization = "0",
3
+ Employee = "1",
4
+ Group = "2",
5
+ JobTitle = "3"
6
+ }
@@ -13,7 +13,7 @@ import("react").ForwardRefExoticComponent<Pick<
13
13
  | "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:/Dev/WebCDev/Helpers/IconButton").IIconButtonProps) => JSX.Element;
16
+ import("C:/dev/WebC/main/Helpers/IconButton").IIconButtonProps) => JSX.Element;
17
17
  searchResultList: typeof DirectorySearchResultList;
18
18
  searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
19
19
  searchInfo: typeof DirectorySearchInfo;
@@ -137,6 +137,7 @@ export interface IDssConfirmationResponse {
137
137
  IsError: boolean;
138
138
  Error?: string;
139
139
  ErrorDescription?: string;
140
+ TransactionId?: string;
140
141
  }
141
142
  export interface IDssChoiceAuthenticationResponse {
142
143
  Challenge: IDssChoiceAuthenticationChallenge;
@@ -3,7 +3,7 @@ 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:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
6
+ import("C:/dev/WebC/main/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:
@@ -19,6 +19,8 @@ export interface Props {
19
19
  maximizeButtonEnabled?: boolean;
20
20
  /** Вызывается при попытке развернуть окно */
21
21
  onMaximize?: () => void;
22
+ setLastMaximized?: Function;
23
+ lastMaximized?: boolean;
22
24
  }
23
25
  interface State {
24
26
  layout: ILayout;
@@ -31,16 +33,17 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
31
33
  static ExistingCardLinkSearchLayout: string;
32
34
  private layoutRoot;
33
35
  constructor(props: any);
34
- static show(services: $LayoutController & $LayoutManager & Optional<$LinksSearchCards> & $DeviceType, onAddExistingCardLink: Function, onAddedExistingCardLink: Function, windowOpeningEvent?: CancelableApiEvent<IEventArgs>, windowOpenedEvent?: BasicApiEvent<IEventArgs>, windowClosingEvent?: CancelableApiEvent<IEventArgs>, windowClosedEvent?: BasicApiEvent<IEventArgs>, linkTypeEditable?: boolean): Promise<void>;
36
+ static show(services: $LayoutController & $LayoutManager & Optional<$LinksSearchCards> & $DeviceType, onAddExistingCardLink: Function, onAddedExistingCardLink: Function, lastMaximized?: boolean, setLastMaximize?: Function, windowOpeningEvent?: CancelableApiEvent<IEventArgs>, windowOpenedEvent?: BasicApiEvent<IEventArgs>, windowClosingEvent?: CancelableApiEvent<IEventArgs>, windowClosedEvent?: BasicApiEvent<IEventArgs>, linkTypeEditable?: boolean): Promise<void>;
35
37
  componentDidMount(): void;
36
38
  loadLayout(): Promise<void>;
37
39
  private onCancel;
38
40
  private attachRoot;
39
41
  DialogBox:
40
42
  import("styled-components").StyledComponent<(props:
41
- import("C:/Dev/WebCDev/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
43
+ import("C:/dev/WebC/main/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
42
44
  close(): void;
43
45
  onMaximize: () => void;
46
+ onModalKeyDown: (ev: React.KeyboardEvent) => void;
44
47
  render(): JSX.Element;
45
48
  }
46
49
  export {};
@@ -31,6 +31,7 @@ export declare class FileListControlLogic {
31
31
  download(fileItem: FileListItem, fileVersion: GenModels.VersionedFileModel, action: string): void;
32
32
  getDownloadUrl(fileItem: FileListItem, fileVersion: GenModels.VersionedFileModel, action: string): string;
33
33
  webDav(fileItem: FileListItem, canEdit: boolean): Promise<void>;
34
+ private replaceTimestampInWebDavLink;
34
35
  viewFileWithSignature(fileItem: FileListItem, action: string): void;
35
36
  /**
36
37
  * Mark file for remove, or send remove request imediately
@@ -1,9 +1,3 @@
1
- export declare enum DirectorySearchFilters {
2
- Organization = "0",
3
- Employee = "1",
4
- Group = "2",
5
- JobTitle = "3"
6
- }
7
1
  export declare enum NomenclatureSearchFilters {
8
2
  Case = "0",
9
3
  Unit = "1"
@@ -31,6 +31,7 @@ export interface LinksState extends LinksParams, IPanelState {
31
31
  linksLoaded: boolean;
32
32
  isAddUrlDialogShown: boolean;
33
33
  editOperationAllowed: boolean;
34
+ lastMaximized: boolean;
34
35
  }
35
36
  /** @internal */
36
37
  export declare type LinksImplState = LinksState;
@@ -77,6 +78,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
77
78
  closeAddNewUrlDialog: () => void;
78
79
  onAddNewCardLinkClick(ev?: React.MouseEvent<any>): Promise<void>;
79
80
  onAddExistingCardLinkClick(ev?: React.MouseEvent): void;
81
+ setLastMaximized: (value: any) => void;
80
82
  protected onViewFileMenuClick(linkItem: LinkItem): void;
81
83
  protected onFollowLinkClick(linkItem: LinkItem): void;
82
84
  onDeleteMenuClick(linkItem: LinkItem): void;
@@ -88,7 +90,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
88
90
  protected getShowFilesForLinksTypesIds: () => string[];
89
91
  protected hideInfoPopover(linkItem: LinkItem): void;
90
92
  protected showInfoPopover(linkItem: LinkItem): void;
91
- protected updateInfoPopopverPosition: () => void;
93
+ protected updateInfoPopopverPosition: (ev: MouseEvent, element: Popover) => void;
92
94
  protected onLinkInfoEdited(linkItem: LinkItem): void;
93
95
  protected preventDisclosureToggle: (event: React.MouseEvent<any>) => void;
94
96
  protected onShowColumnSettingsDialog: () => Promise<void>;
@@ -0,0 +1,2 @@
1
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
2
+ export declare function markPartnersCompanyAsDepartment(sender: LayoutControl): Promise<void>;
@@ -39,6 +39,7 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
39
39
  protected onClearClick(): void;
40
40
  protected editInPlaceModeRender(): JSX.Element;
41
41
  protected getLeftButtons(): IBoxWithButtonsButtonInfo[];
42
+ protected onButtonBlur(event: React.FocusEvent<any>): void;
42
43
  protected getButtons(): IBoxWithButtonsButtonInfo[];
43
44
  wrapWithButtons(children?: React.ReactNode): JSX.Element;
44
45
  protected renderWithText(): JSX.Element;
@@ -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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
72
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
+ import("C:/dev/WebC/main/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);
@@ -94,6 +94,7 @@ export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentMode
94
94
  protected getIconLabel(): string;
95
95
  protected onMouseDownIcon(): void;
96
96
  protected getIconClassName(): string;
97
+ protected onButtonBlur(event: React.FocusEvent<any>): void;
97
98
  protected renderInputWithPlaceholder(): React.ReactNode;
98
99
  protected editInPlaceModeRender(): JSX.Element;
99
100
  protected onIconClick(): void;
@@ -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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
42
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
+ import("C:/dev/WebC/main/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>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export declare class PrintButtonView {
3
3
  dropdownButton: (props:
4
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
4
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
5
5
  }
@@ -1,4 +1,5 @@
1
1
  import { SignatureButtonParams } from "@docsvision/webclient/BackOffice/SignatureButtonOptions";
2
+ import { ISignatureListItemDetailDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDetailDataModel";
2
3
  export declare class SignatureButtonLogic {
3
4
  options: SignatureButtonParams;
4
5
  constructor(options: SignatureButtonParams);
@@ -23,4 +24,5 @@ import("effector").Effect<void, void, Error>;
23
24
  import("effector").Event<any>;
24
25
  initMenuActions(): void;
25
26
  init(): void;
27
+ verifyInCloud(cardId: string, signatureDetails: ISignatureListItemDetailDataModel[]): Promise<boolean>;
26
28
  }
@@ -1,7 +1,8 @@
1
1
  import { SignatureButtonLogic } from "@docsvision/webclient/BackOffice/SignatureButtonLogic";
2
2
  import { SignatureButtonView } from "@docsvision/webclient/BackOffice/SignatureButtonView";
3
+ import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
3
4
  import { $DigitalSignature, IDigitalSignOptions, IEncryptedInfo } from "@docsvision/webclient/BackOffice/$DigitalSignature";
4
- import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
5
+ import { $LayoutDocumentController, $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
5
6
  import { BaseControlParams } from "@docsvision/webclient/System/BaseControl";
6
7
  import { $CardId, $CardInfo, $CardTimestamp, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
7
8
  import { CancelableApiEvent, BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
@@ -43,7 +44,7 @@ export declare class SignatureButtonParams extends BaseControlParams {
43
44
  * Отмена события предотвратит отображение диалога и перезагрузку странциы.
44
45
  */
45
46
  signingComplete?: CancelableApiEvent<IEncryptedInfo>;
46
- services?: Optional<$SignatureButtonOptions> & $DigitalSignature & $CardId & $MessageWindow & $RouterNavigation & $EditOperationStore & $SignatureController & $CardTimestamp & $CardInfo;
47
+ services?: Optional<$SignatureButtonOptions> & $DigitalSignature & $CardId & $MessageWindow & $RouterNavigation & $EditOperationStore & $SignatureController & $CardTimestamp & $CardInfo & $CloudSignature & $LayoutDocumentController;
47
48
  }
48
49
  export declare type $SignatureButtonOptions = {
49
50
  signatureButtonOptions: IControlOptions<SignatureButtonParams, SignatureButtonLogic, SignatureButtonView>;
@@ -0,0 +1,6 @@
1
+ export declare type SkipDraggingElements = {
2
+ classNames?: string[];
3
+ tagNames?: string[];
4
+ attributes?: string[];
5
+ };
6
+ export declare function skipDraggingElement(element: HTMLElement, skipDraggingElements: SkipDraggingElements): boolean;
@@ -26,7 +26,7 @@ export declare class StaffDirectoryParams extends BaseControlParams {
26
26
  currentSectionsTree?: IStaffTreeRow[];
27
27
  /** Вызывается после загрузки корневых узлов дерева. */
28
28
  rootTreeSectionsLoaded?: BasicApiEvent<IStaffTreeRow[]>;
29
- /** Вызывается после любого изменении отображаемого в левой части дерева. */
29
+ /** Вызывается после любого изменения отображаемого в левой части дерева. */
30
30
  currentSectionTreeUpdated?: BasicApiEvent<IStaffTreeRow[]>;
31
31
  /** Сервисы. */
32
32
  services?: $ApplicationSettings & $LocalStorage & $LayoutRowController & $LayoutCardController & $LayoutManager & $SecurityDescriptorDialogServices & $DepartmentController & Optional<$StaffDirectoryOptions> & $DeviceType & $StaffDirectoryItemsController & $IsIE & $WebFrameDirectorySearchPanelService & $LayoutStaffController & $Domain;
@@ -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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
85
+ import("C:/dev/WebC/main/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("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
69
+ import("C:/dev/WebC/main/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;
@@ -20,16 +20,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
20
20
  import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
21
21
  export declare class TasksTableView {
22
22
  mainButton: (props:
23
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
23
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
24
24
  dialog: (props:
25
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
25
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
26
26
  controlWrapper: typeof TasksTableControlWrapper;
27
27
  ribbon: typeof TasksTableRibbon;
28
28
  ribbonGroup:
29
29
  import("styled-components").StyledComponent<"div", any, {
30
30
  className: string;
31
31
  } &
32
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
32
+ import("C:/dev/WebC/main/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
33
33
  ribbonButton: typeof TasksTableRibbonButton;
34
34
  ribbonContainer: typeof TasksTableRibbonContainer;
35
35
  ribbonFilterButton: typeof TasksTableFilterButton;