@docsvision/webclient 5.17.0 → 5.17.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 (37) hide show
  1. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  2. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  3. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  4. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +1 -0
  5. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  6. package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -3
  7. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  8. package/BackOffice/EmailButtonView.d.ts +1 -1
  9. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  10. package/BackOffice/FileListControlLogic.d.ts +1 -0
  11. package/BackOffice/PartnerBase.d.ts +2 -2
  12. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  13. package/BackOffice/PrintButtonView.d.ts +1 -1
  14. package/BackOffice/SkipDraggingElement.d.ts +6 -0
  15. package/BackOffice/StaffDirectory.d.ts +1 -1
  16. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  17. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  18. package/BackOffice/TasksTableView.d.ts +3 -3
  19. package/Helpers/LabeledText.d.ts +2 -0
  20. package/Helpers/PopoverHelpers/Popover.d.ts +1 -1
  21. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  22. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  23. package/Platform/CardLink.d.ts +6 -6
  24. package/Platform/CardLinkImpl.d.ts +6 -6
  25. package/Platform/CertificateSettingsView.d.ts +1 -1
  26. package/Platform/DateTimePickerImpl.d.ts +1 -0
  27. package/Platform/FolderDataContext.d.ts +1 -0
  28. package/Platform/FolderGrid.d.ts +2 -0
  29. package/Platform/LoaderDialog.d.ts +1 -1
  30. package/Platform/NumberImpl.d.ts +1 -1
  31. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  32. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +7 -4
  33. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  34. package/Platform/TextAreaImpl.d.ts +1 -1
  35. package/Platform/UserProfileDialog.d.ts +1 -1
  36. package/System/DirectorySelectDialog.d.ts +2 -2
  37. package/package.json +1 -1
@@ -13,7 +13,7 @@ export declare class AuthenticationKindsView {
13
13
  textBox: typeof AuthenticationKindsTextBox;
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/WebC17/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
17
17
  button: (props:
18
18
  import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
19
19
  }
@@ -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/WebC17/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/WebC17/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/WebC17/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/WebC17/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>;
@@ -50,6 +50,7 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
50
50
  protected getItemTooltip(item: IDirectoryItem<NodeT | ItemT>): string;
51
51
  protected loadChildrenList(nodeId: string, nodeType: any, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<NodeT | ItemT>>;
52
52
  protected search(searchText: string, nodeId: string, nodeType: any, maxCount: number, skip: number, reset: boolean): Promise<IDirectorySearchResponse<NodeT, NodeT | ItemT>>;
53
+ protected getSearchNodePath(item: IDirectorySearchItem<NodeT, NodeT | ItemT>): GenModels.DirectoryDesignerItem[];
53
54
  protected onToggleSearchMode: () => void;
54
55
  protected renderChildrenListItemView(item: IDirectoryItem<NodeT | ItemT>, index: number): JSX.Element;
55
56
  protected isGoToButtonActive(item: IDirectoryItem<NodeT | ItemT>): boolean;
@@ -55,10 +55,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
55
55
  export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
56
56
  protected createParams(): DirectoryDesignerRowParams<ValueT>;
57
57
  protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
58
- import("C:/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;
58
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
59
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
60
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
61
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
62
62
  private set DirectoryDesignerRowBinding(value);
63
63
  private set binding(value);
64
64
  private set directoryDataSource(value);
@@ -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/WebC17/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/WebC17/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
64
64
  ref: any;
65
65
  };
66
66
  protected focusInput: () => void;
@@ -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/WebC17/Helpers/IconButton").IIconButtonProps) => JSX.Element;
17
17
  searchResultList: typeof DirectorySearchResultList;
18
18
  searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
19
19
  searchInfo: typeof DirectorySearchInfo;
@@ -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/WebC17/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:
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
38
38
  private attachRoot;
39
39
  DialogBox:
40
40
  import("styled-components").StyledComponent<(props:
41
- import("C:/Dev/WebCDev/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
41
+ import("C:/Dev/WebC17/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
42
42
  close(): void;
43
43
  onMaximize: () => void;
44
44
  render(): JSX.Element;
@@ -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
@@ -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/WebC17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
+ import("C:/Dev/WebC17/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("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/WebC17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
+ import("C:/Dev/WebC17/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/WebC17/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
5
5
  }
@@ -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/WebC17/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/WebC17/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/WebC17/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/WebC17/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/WebC17/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
33
33
  ribbonButton: typeof TasksTableRibbonButton;
34
34
  ribbonContainer: typeof TasksTableRibbonContainer;
35
35
  ribbonFilterButton: typeof TasksTableFilterButton;
@@ -61,6 +61,8 @@ export interface ILabeledText {
61
61
  displayIcon?: boolean;
62
62
  /** Class name for icon */
63
63
  iconClass?: string;
64
+ /** Line wrapping */
65
+ isLineWrapping?: boolean;
64
66
  validationMessage?: React.ReactNode;
65
67
  onFocus?: (event: React.FocusEvent<any>) => void;
66
68
  onBlur?: (event: React.FocusEvent<any>) => void;
@@ -55,7 +55,7 @@ export interface IPopoverProps {
55
55
  minWidth?: string;
56
56
  /** Координаты клика мыши. */
57
57
  pageCoordinates?: any;
58
- /** Показывает необходиомость обработать событие contextmenu. */
58
+ /** Показывает необходимость обработать событие contextmenu. */
59
59
  isContextmenuEventNeed?: boolean;
60
60
  }
61
61
  /** @internal */
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
54
54
  protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
55
55
  abstract getChanges(): Promise<GenModels.GridViewModel>;
56
56
  getSelection():
57
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
57
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
58
58
  clearSelection(cardIds?: string[]): void;
59
59
  selectionChanged: SimpleEvent<any>;
60
60
  protected addActionButtons(header: HTMLElement): void;
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
16
16
  UNSAFE_componentWillMount(): void;
17
17
  componentDidMount(): void;
18
18
  onSelecting():
19
- import("C:/Dev/WebCDev/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
+ import("C:/Dev/WebC17/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
20
20
  onSelected(): void;
21
21
  onToggling():
22
- import("C:/Dev/WebCDev/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
22
+ import("C:/Dev/WebC17/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
23
23
  onToggled(): void;
24
24
  protected onClick(event: React.MouseEvent): void;
25
25
  protected getCssClass(): string;
@@ -80,12 +80,12 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
80
80
  protected construct(): void;
81
81
  componentDidMount(): void;
82
82
  protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
83
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
84
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
85
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
86
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
87
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
88
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
83
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
84
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
85
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
86
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
87
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
88
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
89
89
  import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
90
90
  protected createParams(): CardLinkParams;
91
91
  protected createImpl(): CardLinkImpl;
@@ -10,12 +10,12 @@ import React from "react";
10
10
  import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
11
11
  import { $LayoutLinksController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
12
12
  import { $CardId, $CardTimestamp } from '@docsvision/webclient/System/LayoutServices';
13
- import { Typeahead } from '../../../Helpers/Typeahead/Typeahead';
14
- import { InputBasedControlImpl, InputBasedControlState } from '../../../System/Controls/InputBasedControl/InputBasedControlImpl';
15
- import { ITypeaheadSearchQuery } from '../../../Helpers/Typeahead/Models/ITypeaheadSearchQuery';
16
- import { ITypeaheadSearchResult } from '../../../Helpers/Typeahead/Models/ITypeaheadSearchResult';
17
- import { ITypeaheadVariant } from '../../../Helpers/Typeahead/Models/ITypeaheadVariant';
18
- import { IBoxWithButtonsButtonInfo } from '../../../Helpers/BoxWithButtons';
13
+ import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
14
+ import { Typeahead } from "@docsvision/webclient/Helpers/Typeahead/Typeahead";
15
+ import { IBoxWithButtonsButtonInfo } from "@docsvision/webclient/Helpers/BoxWithButtons";
16
+ import { ITypeaheadSearchQuery } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchQuery";
17
+ import { ITypeaheadSearchResult } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchResult";
18
+ import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
19
19
  /** @internal */
20
20
  export interface ICardLinkState extends CardLinkParams, InputBasedControlState<GenModels.CardLinkDataModel> {
21
21
  addExistingCardLinkDialog: ExistingCardLinkDialog;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export declare class CertificateSettingsView {
3
3
  setup: (props:
4
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
4
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
5
5
  }
@@ -85,6 +85,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
85
85
  protected renderWithText(): JSX.Element;
86
86
  protected onPlaceholderClick(event: any): void;
87
87
  protected onDialogClose(): void;
88
+ protected onDialogOpen(): void;
88
89
  protected onDateChange: (newValue: any, value: any) => void;
89
90
  protected onKeyPress: (event: React.KeyboardEvent) => void;
90
91
  protected onDataChangedSave(): void;
@@ -39,6 +39,7 @@ export declare class FolderDataContextParams extends PanelParams {
39
39
  * Добавляет в web-разметку сервисы, для загрузки данных папки и доступа к ним.
40
40
  */
41
41
  export declare class FolderDataContext extends Panel<FolderDataContextParams, IFolderDataContextState> {
42
+ static ControlTypeName: string;
42
43
  prepare(): void;
43
44
  protected createParams(): FolderDataContextParams;
44
45
  protected createImpl(): FolderDataContextImpl;
@@ -40,6 +40,7 @@ export declare class FolderGridParams extends BaseControlParams {
40
40
  showTestPanel?: boolean;
41
41
  showRestSettingsButton?: boolean;
42
42
  isSortingAllowed?: boolean;
43
+ isEmptySpaceUnderTableEnabled?: boolean;
43
44
  opacity?: number;
44
45
  isGroupingAllowed?: boolean;
45
46
  showList?: boolean;
@@ -49,6 +50,7 @@ export declare class FolderGridParams extends BaseControlParams {
49
50
  * Класс элемента управления FolderGrid.
50
51
  */
51
52
  export declare class FolderGrid extends BaseControl<FolderGridParams, IFolderGridState> {
53
+ static ControlTypeName: string;
52
54
  prepare(): void;
53
55
  private configureFoldreGrid;
54
56
  private prepareMobileContextMenu;
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
12
12
  cancel: () => void;
13
13
  DialogBox:
14
14
  import("styled-components").StyledComponent<(props:
15
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
15
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
16
16
  LoadingSpan:
17
17
  import("styled-components").StyledComponent<"span", any, {}, never>;
18
18
  render(): JSX.Element;
@@ -25,7 +25,7 @@ export declare class NumberImpl extends InputBasedControlImpl<number, NumberPara
25
25
  protected static readonly FLOAT_MIN_VALUE = -3.4e+38;
26
26
  protected static readonly FLOAT_MAX_LENGTH_VALUE = 16;
27
27
  protected static readonly DECIMAL_MAX_LENGTH_VALUE = 28;
28
- protected static readonly FIELD_TYPE_METADATA_KEY = "fieldType";
28
+ static readonly FIELD_TYPE_METADATA_KEY = "fieldType";
29
29
  constructor(props: NumberParams, state: INumberState);
30
30
  protected trimFractionDigits(value: number): number;
31
31
  protected numberToString(value: number, useGrouping: boolean): string;
@@ -2,6 +2,7 @@ import { $GridController, $PagesController } from '@docsvision/webclient/Generat
2
2
  import { RecentCardsDashboardWidgetImpl, IRecentCardsDashboardWidgetState } from "@docsvision/webclient/Platform/RecentCardsDashboardWidgetImpl";
3
3
  import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
4
4
  import { $Layout } from '@docsvision/webclient/System/$Layout';
5
+ import { $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
5
6
  import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
6
7
  import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
7
8
  import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
@@ -17,7 +18,7 @@ export declare class RecentCardsDashboardWidgetParams extends PanelParams {
17
18
  /** Стандартный CSS класс со стилями элемента управления */
18
19
  standardCssClass?: string;
19
20
  opacity?: number;
20
- services?: $PagesController & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature & $Router;
21
+ services?: $PagesController & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature & $Router & $LayoutInfo;
21
22
  }
22
23
  /** @internal */
23
24
  export declare class RecentCardsDashboardWidget extends Panel<RecentCardsDashboardWidgetParams, IRecentCardsDashboardWidgetState> {
@@ -1,14 +1,17 @@
1
+ import { $GridController, $PagesController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
1
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
3
  import { RequestOptions } from "@docsvision/webclient/Legacy/Utils";
3
4
  import { DefaultFolderDataLoader } from "@docsvision/webclient/Platform/DefaultFolderDataLoader";
4
5
  import { IFolderDataLoader } from "@docsvision/webclient/Platform/IFolderDataLoader";
6
+ import { $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
5
7
  export declare class RecentCardsDashboardWidgetDataLoader extends DefaultFolderDataLoader implements IFolderDataLoader {
6
- protected services: any;
8
+ protected services: $PagesController & $GridController & $LayoutInfo;
7
9
  private widgetParams?;
8
10
  id: string;
9
- constructor(services: any, widgetParams?: any);
10
- load(request: GenModels.CardListRequestModel, isMobile?: boolean): Promise<any>;
11
- loadLayoutModel(requestData: unknown, isMobile?: boolean): Promise<GenModels.CardListViewModel>;
11
+ constructor(services: $PagesController & $GridController & $LayoutInfo, widgetParams?: any);
12
+ load(request: GenModels.CardListRequestModel, isMobile?: boolean): Promise<GenModels.GridViewModel>;
13
+ loadLayoutModel(requestData: GenModels.CardListRequestModel, isMobile?: boolean): Promise<GenModels.CardListViewModel>;
14
+ findControl(parent: GenModels.ControlModel, controlName: string): GenModels.ControlModel;
12
15
  prepareRequest(originalRequest: GenModels.CardListRequestModel): GenModels.CardListRequestModel;
13
16
  protected getRequestOptions(isMobile: boolean): RequestOptions;
14
17
  prepareResponse(model: GenModels.GridViewModelEx): GenModels.GridViewModelEx;
@@ -28,7 +28,7 @@ export declare class SecurityDescriptorDialogView {
28
28
  frame: (props:
29
29
  import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
30
30
  table: (props:
31
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
31
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
32
32
  tableHead: (props:
33
33
  import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
34
34
  inheritanceButtons: typeof AccessInheritanceButtons;
@@ -40,7 +40,7 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, IT
40
40
  protected getCssClass(): string;
41
41
  protected renderInput(): JSX.Element;
42
42
  viewModeRender(): JSX.Element;
43
- editInPlaceModeRender(): {};
43
+ editInPlaceModeRender(): JSX.Element;
44
44
  renderValueAsHtml(): JSX.Element;
45
45
  protected renderInto(props: TextAreaParams, container: HTMLElement): void;
46
46
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
@@ -26,7 +26,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
26
26
  private attachRoot;
27
27
  DialogBox:
28
28
  import("styled-components").StyledComponent<(props:
29
- import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
+ import("C:/Dev/WebC17/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
30
30
  close(): void;
31
31
  render(): JSX.Element;
32
32
  }
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
77
77
  protected modalHost: CommonModalDialogHost;
78
78
  static SimpleItemView:
79
79
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
80
- import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
80
+ import("C:/Dev/WebC17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
81
  static SimpleItemViewCompact:
82
82
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
83
- import("C:/Dev/WebCDev/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
83
+ import("C:/Dev/WebC17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
84
  /** @internal */
85
85
  state: StateT;
86
86
  searchInput: HTMLInputElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.0",
3
+ "version": "5.17.1",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},