@docsvision/webclient 5.17.0-beta.13 → 5.17.0-beta.14

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 (103) hide show
  1. package/Approval/AgreementManagement.d.ts +4 -2
  2. package/Approval/AgreementStageProps.d.ts +4 -2
  3. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
  4. package/BackOffice/CardKindImpl.d.ts +1 -1
  5. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  6. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  7. package/BackOffice/DepartmentImpl.d.ts +1 -0
  8. package/BackOffice/DirectoryDesignerRow.d.ts +1 -0
  9. package/BackOffice/DirectoryDesignerRowImpl.d.ts +12 -0
  10. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  11. package/BackOffice/EmailButtonView.d.ts +1 -1
  12. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  13. package/BackOffice/InfoPopover.d.ts +2 -0
  14. package/BackOffice/Numerator.d.ts +1 -0
  15. package/BackOffice/NumeratorImpl.d.ts +6 -1
  16. package/BackOffice/PartnerBase.d.ts +4 -2
  17. package/BackOffice/PartnerBaseImpl.d.ts +20 -0
  18. package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
  19. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  20. package/BackOffice/PartnerImpl.d.ts +3 -0
  21. package/BackOffice/PrintButtonView.d.ts +1 -1
  22. package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
  23. package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
  24. package/BackOffice/StaffDirectoryItems.d.ts +7 -3
  25. package/BackOffice/StaffDirectoryItemsImpl.d.ts +23 -3
  26. package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
  27. package/BackOffice/TasksTable.d.ts +3 -2
  28. package/BackOffice/TasksTableView.d.ts +3 -3
  29. package/BackOffice/UserProfile.d.ts +1 -0
  30. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
  31. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  32. package/Generated/DocsVision.WebClient.Controllers.d.ts +13 -3
  33. package/Generated/DocsVision.WebClient.Models.d.ts +80 -7
  34. package/Helpers/BoxWithButtons.d.ts +7 -1
  35. package/Helpers/LabeledText.d.ts +8 -0
  36. package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
  37. package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
  38. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  39. package/Legacy/FolderViews.d.ts +2 -0
  40. package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
  41. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
  42. package/Platform/$CompanyLogo.d.ts +1 -2
  43. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  44. package/Platform/CompanyLogoService.d.ts +3 -2
  45. package/Platform/ContextMenu.d.ts +4 -6
  46. package/Platform/DateTimePicker.d.ts +1 -0
  47. package/Platform/DateTimePickerImpl.d.ts +4 -1
  48. package/Platform/FolderGrid.d.ts +3 -2
  49. package/Platform/FolderGridImpl.d.ts +1 -0
  50. package/Platform/FolderRouteTypeMapper.d.ts +2 -3
  51. package/Platform/FolderWebFrameRouteHandler.d.ts +4 -2
  52. package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
  53. package/Platform/LoaderDialog.d.ts +1 -1
  54. package/Platform/NumberImpl.d.ts +3 -0
  55. package/Platform/ReadBatchOperation.d.ts +1 -1
  56. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
  57. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  58. package/Platform/SecurityDescriptorDialog.d.ts +6 -3
  59. package/Platform/Tab.d.ts +2 -1
  60. package/Platform/Tab.stories.d.ts +9 -0
  61. package/Platform/TextAreaImpl.d.ts +8 -4
  62. package/Platform/TextBoxImpl.d.ts +5 -0
  63. package/Platform/TextListInputView.d.ts +1 -1
  64. package/Platform/UserProfileDialog.d.ts +1 -1
  65. package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
  66. package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
  67. package/Platform/WebFrameCompanyLogo.d.ts +7 -1
  68. package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
  69. package/Platform/WebFrameContent.d.ts +11 -2
  70. package/Platform/WebFrameContentImpl.d.ts +6 -0
  71. package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
  72. package/Platform/WebFrameHeaderContainer.d.ts +6 -1
  73. package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
  74. package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
  75. package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
  76. package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
  77. package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
  78. package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
  79. package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
  80. package/Platform/WebFrameNavigationBar.d.ts +2 -1
  81. package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
  82. package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
  83. package/Platform/WebFrameSearchPanel.d.ts +2 -2
  84. package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
  85. package/StandardServices.d.ts +3 -1
  86. package/System/$LayoutBackground.d.ts +27 -0
  87. package/System/$PollService.d.ts +0 -3
  88. package/System/$Router.d.ts +1 -0
  89. package/System/$WebFrameContentHeight.d.ts +14 -0
  90. package/System/DirectorySelectDialog.d.ts +2 -2
  91. package/System/InputBasedControl.d.ts +5 -0
  92. package/System/InputBasedControlImpl.d.ts +4 -3
  93. package/System/Layout.d.ts +6 -0
  94. package/System/LayoutBackgroundService.d.ts +12 -0
  95. package/System/LayoutImpl.d.ts +1 -0
  96. package/System/NavigationBarStub.d.ts +31 -0
  97. package/System/Poll.d.ts +2 -2
  98. package/System/PollService.d.ts +7 -6
  99. package/System/Router.d.ts +1 -1
  100. package/System/TabStub.d.ts +13 -0
  101. package/System/WebFrameContentHeightService.d.ts +14 -0
  102. package/System/WebFrameNavigationBarStub.d.ts +283 -0
  103. package/package.json +1 -1
@@ -1,11 +1,14 @@
1
1
  import { $StaffDirectoryItemsServices } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
2
- import { $SecurityController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
2
+ import { $LayoutRowController, $LayoutStaffController, $SecurityController, $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
3
3
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
4
4
  import { ModalHost } from '@docsvision/webclient/Helpers/ModalHost';
5
5
  import { showDisableInheritanceModeSelectDialog } from '@docsvision/webclient/Platform/DisableInheritanceModeSelectDialog';
6
6
  import { ColumnWidthOptions } from '@docsvision/webclient/Platform/ColumnWidthOptions';
7
7
  import { SecurityDescriptorDialogLogic } from '@docsvision/webclient/Platform/SecurityDescriptorDialogLogic';
8
8
  import { $CurrentEmployeeId, $DeviceType } from '@docsvision/webclient/StandardServices';
9
+ import { $CardInfo, $EditOperationStore, $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
10
+ import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
11
+ import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
9
12
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
10
13
  import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
11
14
  import { IComponentProps } from '@docsvision/web/core/component';
@@ -17,13 +20,13 @@ export interface SecurityDescriptorDialogProps extends IComponentProps<SecurityD
17
20
  canEdit?: boolean;
18
21
  isOpen: boolean;
19
22
  onClose: () => void;
20
- services: $SecurityDescriptorDialogServices;
23
+ services: $SecurityDescriptorDialogServices & $LayoutInfo & $EditOperationStore & $StaffDirectoryItemsController & $CardInfo & Partial<$LabelWidth> & Partial<$LocalStorage> & $LayoutStaffController & $LayoutRowController & $LayoutManager;
21
24
  }
22
25
  export declare class SecurityDescriptorDialogView {
23
26
  frame: (props:
24
27
  import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
25
28
  table: (props:
26
- import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
29
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
27
30
  tableHead: (props:
28
31
  import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
29
32
  inheritanceButtons: (props:
package/Platform/Tab.d.ts CHANGED
@@ -3,6 +3,7 @@ import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
3
3
  import { TabPageInfo } from "@docsvision/webclient/Platform/TabPageInfo";
4
4
  import { IActiveTabChangeEventArgs } from "@docsvision/webclient/Platform/IActiveTabChangeEventArgs";
5
5
  import { TabImpl, TabState } from "@docsvision/webclient/Platform/TabImpl";
6
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
6
7
  import { $Layout } from "@docsvision/webclient/System/$Layout";
7
8
  import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
8
9
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
@@ -27,7 +28,7 @@ export declare class TabParams extends PanelParams {
27
28
  activeTabChanging: CancelableApiEvent<IActiveTabChangeEventArgs>;
28
29
  /** Событие, возникающее после завершения асинхронной подгрузки контролов. */
29
30
  allControlsLoaded: BasicApiEvent<IEventArgs>;
30
- services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore;
31
+ services?: $LayoutController & $Layout & $CardId & $LayoutInfo & $EditOperationStore & $DeviceType;
31
32
  }
32
33
  /**
33
34
  * Класс элемента управления Вкладки
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { Tab } from "@docsvision/webclient/Platform/Tab";
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof Tab;
6
+ };
7
+ export default _default;
8
+ export declare const FirstTab: () => JSX.Element;
9
+ export declare const SecondTab: () => JSX.Element;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
1
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
2
  import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
4
3
  import { TextArea, TextAreaParams } from "@docsvision/webclient/Platform/TextArea";
5
4
  import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
6
5
  import { RequestHelper } from '@docsvision/webclient/System/RequestHelper';
6
+ import React from "react";
7
7
  /** @internal */
8
8
  export interface TextAreaState extends TextAreaParams, TextControlBaseState {
9
9
  asyncLoader: RequestHelper;
@@ -23,17 +23,21 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
23
23
  protected init(): Promise<void>;
24
24
  protected loadAsync(bindingInfo: GenModels.SimpleBindingInfo): Promise<void>;
25
25
  setValue(value: string, redraw: boolean): void;
26
+ protected onInputBlur(event: React.FocusEvent<any>): void;
27
+ private saveCard;
28
+ private shouldSaveCardWithEditInPlaceValue;
29
+ private isLayoutViewMode;
26
30
  private updateSizeAndPositions;
27
31
  /** Тоже что и {@link InputBasedControlParams.value} */
28
32
  set value(val: string);
29
33
  get value(): string;
30
- protected onValueClick(event: any): void;
34
+ protected onValueClick(): void;
31
35
  protected valueIsMultiline(): boolean;
32
36
  renderPlaceholder(): JSX.Element;
33
37
  protected getCssClass(): string;
34
38
  protected renderInput(): JSX.Element;
35
39
  viewModeRender(): JSX.Element;
36
- editInPlaceModeRender(): JSX.Element;
40
+ editInPlaceModeRender(): {};
37
41
  renderValueAsHtml(): JSX.Element;
38
42
  protected renderInto(props: TextAreaParams, container: HTMLElement): void;
39
43
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextArea>;
@@ -45,5 +49,5 @@ export declare class TextAreaImpl extends TextControlBaseImpl<TextAreaParams, Te
45
49
  checkImageClick: (we: JQuery.Event, event: MouseEvent) => void;
46
50
  onTextChange: (value: string) => void;
47
51
  protected onSummernoteImageUpload(files: FileList): void;
48
- renderControl(): JSX.Element;
52
+ renderControl(): {};
49
53
  }
@@ -1,6 +1,7 @@
1
1
  import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
2
2
  import { TextBox, TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
3
3
  import { TextControlBaseImpl, TextControlBaseState } from "@docsvision/webclient/Platform/TextControlBaseImpl";
4
+ import React from "react";
4
5
  /** @internal */
5
6
  export interface TextBoxState extends TextBoxParams, TextControlBaseState {
6
7
  }
@@ -11,4 +12,8 @@ export declare class TextBoxImpl extends TextControlBaseImpl<TextBoxParams, Text
11
12
  constructor(props: TextBoxParams, state: TextBoxState);
12
13
  protected renderInto(props: TextBoxParams, container: HTMLElement): void;
13
14
  protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<TextBox>;
15
+ protected onInputBlur(event: React.FocusEvent<any>): void;
16
+ private saveCard;
17
+ private shouldSaveCardWithEditInPlaceValue;
18
+ private isLayoutViewMode;
14
19
  }
@@ -6,7 +6,7 @@ import("./components/ListInput").IListInputProps, "dir" | "slot" | "style" | "ti
6
6
  import("react").RefAttributes<HTMLDivElement>>;
7
7
  clearButton:
8
8
  import("react").FC<
9
- import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
9
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/ClearButton").IFilteringClearButtonProps>;
10
10
  textInput:
11
11
  import("react").ForwardRefExoticComponent<Pick<
12
12
  import("./components/SearchTextInput").ISearchTextInputProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "pattern" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onSubmit" | "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" | "list" | "src" | "height" | "value" | "required" | "step" | "size" | "autoComplete" | "autoFocus" | "readOnly" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "alt" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple"> &
@@ -25,7 +25,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
25
25
  private attachRoot;
26
26
  DialogBox:
27
27
  import("styled-components").StyledComponent<(props:
28
- import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
28
+ import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
29
  close(): void;
30
30
  render(): JSX.Element;
31
31
  }
@@ -0,0 +1,2 @@
1
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
2
+ export declare function visibilityWebFrameHeaderContainerChildControls(controls: LayoutControl[], visibility: boolean): void;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameBodyContainer } from '@docsvision/webclient/Platform/WebFrameBodyContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameBodyContainer;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
@@ -3,6 +3,7 @@ import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/we
3
3
  import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
4
4
  import { $CompanyLogo, LogoType } from '@docsvision/webclient/Platform/$CompanyLogo';
5
5
  import { $Layout } from '@docsvision/webclient/System/$Layout';
6
+ import { $Router } from "@docsvision/webclient/System/$Router";
6
7
  /**
7
8
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameCompanyLogo}.
8
9
  */
@@ -15,7 +16,11 @@ export declare class WebFrameCompanyLogoParams extends BaseControlParams {
15
16
  typeOfLogo?: LogoType;
16
17
  /** Текст логотипа */
17
18
  logoText?: string;
18
- services?: $CompanyLogo & $Layout;
19
+ /** Показывать ли логотип при переходе по папкам */
20
+ alwaysShow?: boolean;
21
+ /** Путь к логотипу */
22
+ filePath?: string;
23
+ services?: $CompanyLogo & $Layout & $Router;
19
24
  }
20
25
  export interface WebFrameCompanyLogoState extends WebFrameCompanyLogoParams, BaseControlState {
21
26
  }
@@ -36,6 +41,7 @@ export declare class WebFrameCompanyLogo extends BaseControl<WebFrameCompanyLogo
36
41
  componentDidMount(): void;
37
42
  updateLogoVisibility: () => void;
38
43
  getTypeOfLogo: () => void;
44
+ get isImageAllowed(): boolean;
39
45
  /** ID"company-logo" only for Backward compatibility */
40
46
  /** "company-logo-active/company-logo-hidden" only for Backward compatibility */
41
47
  renderControl(): JSX.Element;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameCompanyLogo } from '@docsvision/webclient/Platform/WebFrameCompanyLogo';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameCompanyLogo;
6
+ };
7
+ export default _default;
8
+ export declare const Text: () => JSX.Element;
9
+ export declare const Hidden: () => JSX.Element;
10
+ export declare const Image: () => JSX.Element;
@@ -1,15 +1,24 @@
1
1
  import { WebFrameContentImpl } from '@docsvision/webclient/Platform/WebFrameContentImpl';
2
- import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
2
+ import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
3
3
  import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
4
4
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
5
5
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
6
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
7
+ import { $LayoutBackground } from '@docsvision/webclient/System/$LayoutBackground';
8
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
6
9
  /**
7
10
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameContent}.
8
11
  */
9
12
  export declare class WebFrameContentParams extends BaseControlParams {
10
13
  /** Стандартный CSS класс со стилями элемента управления */
11
14
  standardCssClass?: string;
12
- services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage;
15
+ /** URL к картинке фона */
16
+ backgroundImage?: string;
17
+ /** Режим отображения фона */
18
+ backgroundType?: GenModels.BackgroundType;
19
+ /** Стиль отображения фона */
20
+ backgroundStyle?: GenModels.BackgroundStyle;
21
+ services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground & $WebFrameContentHeight & $DeviceType & $IsIE;
13
22
  }
14
23
  export interface WebFrameContentState extends WebFrameContentParams, BaseControlState {
15
24
  }
@@ -6,8 +6,14 @@ import React from 'react';
6
6
  */
7
7
  export declare class WebFrameContentImpl extends BaseControlImpl<WebFrameContentParams, WebFrameContentState> {
8
8
  private content;
9
+ private backgroundUnsubscribe;
10
+ private heightUnsubscribe;
9
11
  componentDidMount(): void;
12
+ componentWillUnmount(): void;
13
+ private setBackgroundStyle;
14
+ protected getCssStyle(): React.CSSProperties;
10
15
  protected handleClick(event: React.MouseEvent<any>): void;
11
16
  hideMainMenu: () => void;
17
+ private get webFrameContentStyle();
12
18
  protected renderControl(): JSX.Element;
13
19
  }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameCurrentPageName } from '@docsvision/webclient/Platform/WebFrameCurrentPageName';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameCurrentPageName;
6
+ };
7
+ export default _default;
8
+ export declare const DocumentTitle: () => JSX.Element;
@@ -1,14 +1,19 @@
1
+ import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
1
2
  import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
2
3
  import { PanelState } from '@docsvision/webclient/Platform/PanelImpl';
3
4
  import { WebFrameHeaderContainerImpl } from '@docsvision/webclient/Platform/WebFrameHeaderContainerImpl';
5
+ import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
4
6
  import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
7
+ import { $Layout } from '@docsvision/webclient/System/$Layout';
8
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
5
9
  /**
6
10
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameHeaderContainer}.
7
11
  */
8
12
  export declare class WebFrameHeaderContainerParams extends PanelParams {
9
13
  /** Стандартный CSS класс со стилями элемента управления */
10
14
  standardCssClass?: string;
11
- services: $ApplicationSettings;
15
+ height?: number;
16
+ services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout & $WebFrameContentHeight;
12
17
  }
13
18
  export interface WebFrameHeaderContainerState extends WebFrameHeaderContainerParams, PanelState {
14
19
  }
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameHeaderContainer } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameHeaderContainer;
6
+ };
7
+ export default _default;
8
+ export declare const Appearance: () => JSX.Element;
9
+ export declare const CustomHeight: () => JSX.Element;
10
+ export declare const WithLogo: () => JSX.Element;
11
+ export declare const WithTextBox: () => JSX.Element;
12
+ export declare const WithNumber: () => JSX.Element;
13
+ export declare const WithButton: () => JSX.Element;
14
+ export declare const WithUrl: () => JSX.Element;
15
+ export declare const WithRadioGroup: () => JSX.Element;
16
+ export declare const WithLabel: () => JSX.Element;
17
+ export declare const WithDropdown: () => JSX.Element;
@@ -1,10 +1,17 @@
1
- /// <reference types="react" />
2
1
  import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
3
2
  import { WebFrameHeaderContainerParams, WebFrameHeaderContainerState } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
3
+ import React from 'react';
4
+ import { Subscription } from 'effector';
4
5
  /**
5
6
  * Класс элемента управления WebFrameHeaderContainerImpl.
6
7
  */
7
8
  export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams, WebFrameHeaderContainerState> {
9
+ visibilityControlsUnsubscribe: Subscription;
10
+ componentDidMount(): void;
11
+ componentDidUpdate(): void;
12
+ componentWillUnmount(): void;
13
+ private visibilityControls;
8
14
  hideUserMenu: (e: any) => void;
15
+ protected getCssStyle(): React.CSSProperties;
9
16
  renderControl(): JSX.Element;
10
17
  }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameHelpButton } from '@docsvision/webclient/Platform/WebFrameHelpButton';
3
+ import "./WebFrameHelpButton.stories.css";
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof WebFrameHelpButton;
7
+ };
8
+ export default _default;
9
+ export declare const InsideMenu: () => JSX.Element;
10
+ export declare const InsideFrame: () => JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameMainMenuButton } from '@docsvision/webclient/Platform/WebFrameMainMenuButton';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameMainMenuButton;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
@@ -4,6 +4,7 @@ import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/We
4
4
  import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
5
5
  import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
6
6
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
7
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
7
8
  /**
8
9
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameMainMenuContainer}.
9
10
  */
@@ -16,7 +17,7 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
16
17
  isClosed?: boolean;
17
18
  /** Скрыт ли ползунок для ресайза */
18
19
  isHandleHidden?: boolean;
19
- services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE;
20
+ services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE & $WebFrameContentHeight;
20
21
  }
21
22
  export interface WebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, PanelState {
22
23
  }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameMainMenuContainer } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof WebFrameMainMenuContainer;
6
+ };
7
+ export default _default;
8
+ export declare const LeftOpenPosition: () => JSX.Element;
9
+ export declare const RightOpenPosition: () => JSX.Element;
10
+ export declare const PinedPosition: () => JSX.Element;
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
3
2
  import { WebFrameMainMenuContainerParams, WebFrameMainMenuContainerState } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
3
+ import React from 'react';
4
4
  /**
5
5
  * Класс элемента управления WebFrameMainMenuContainer.
6
6
  */
@@ -13,6 +13,8 @@ export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMai
13
13
  private showOnRightSide;
14
14
  UNSAFE_componentWillMount(): void;
15
15
  componentDidMount(): void;
16
+ protected getCssStyle(): React.CSSProperties;
17
+ private get minHeightSidebar();
16
18
  get getElement(): HTMLElement;
17
19
  preventClick: (e: any) => void;
18
20
  switchView: (e: any) => void;
@@ -4,6 +4,7 @@ import { WebFrameNavigationBarImpl } from '@docsvision/webclient/Platform/WebFra
4
4
  import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
5
5
  import { NavBarMode } from '@docsvision/webclient/Legacy/NavBarMode';
6
6
  import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
7
+ import { $WebFrameContentHeight } from '@docsvision/webclient/System/$WebFrameContentHeight';
7
8
  /**
8
9
  * Содержит публичные свойства элемента управления [Метка]{@link WebFrameNavigationBar}.
9
10
  */
@@ -12,7 +13,7 @@ export declare class WebFrameNavigationBarParams extends PanelParams {
12
13
  standardCssClass?: string;
13
14
  mode?: NavBarMode;
14
15
  modeLock?: string;
15
- services?: $ApplicationSettings & $LocalStorage;
16
+ services?: $ApplicationSettings & $LocalStorage & $WebFrameContentHeight;
16
17
  }
17
18
  export interface WebFrameNavigationBarState extends WebFrameNavigationBarParams, PanelState {
18
19
  mode: NavBarMode;
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
3
+ import './WebFrameNavigationBar.stories.css';
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof WebFrameNavigationBar;
7
+ };
8
+ export default _default;
9
+ export declare const NavButtons: () => JSX.Element;
10
+ export declare const SelectView: () => JSX.Element;
11
+ export declare const SelectViewList: () => JSX.Element;
12
+ export declare const NavPanelInMobileTabs: () => JSX.Element;
13
+ export declare const WithTextBox: () => JSX.Element;
14
+ export declare const WithNumber: () => JSX.Element;
15
+ export declare const WithButton: () => JSX.Element;
16
+ export declare const WithUrl: () => JSX.Element;
17
+ export declare const WithRadioGroup: () => JSX.Element;
18
+ export declare const WithLabel: () => JSX.Element;
19
+ export declare const WithDropdown: () => JSX.Element;
@@ -7,6 +7,8 @@ import React from 'react';
7
7
  */
8
8
  export declare class WebFrameNavigationBarImpl extends PanelImpl<WebFrameNavigationBarParams, WebFrameNavigationBarState> {
9
9
  mobileContainer: HTMLElement;
10
+ componentDidMount(): void;
11
+ componentDidUpdate(): void;
10
12
  protected renderChildren(children?: GenModels.ControlModel[]): React.ReactNode[];
11
13
  hideMainMenu: () => void;
12
14
  unsetContent: () => void;
@@ -2,7 +2,7 @@ import { BaseControl, BaseControlParams, BaseControlState } from '@docsvision/we
2
2
  import { $Layout } from '@docsvision/webclient/System/$Layout';
3
3
  import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
4
4
  import React from 'react';
5
- import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest } from '@docsvision/webclient/StandardServices';
5
+ import { $ApplicationSettings, $FullTextSearchEnabled, $DeviceType, $LastSearchRequest, $IsIE } from '@docsvision/webclient/StandardServices';
6
6
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
7
7
  import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
8
8
  import { SearchDropdown } from '@docsvision/webclient/Legacy/SearchDropdown';
@@ -26,7 +26,7 @@ export declare class WebFrameSearchPanelParams extends BaseControlParams {
26
26
  isClearButtonHidden?: boolean;
27
27
  /** Скрыт ли плейсхолдер */
28
28
  isPlaceholderHidden?: boolean;
29
- services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $Resources & $WebFrameSearchPanel & $FolderInfo;
29
+ services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $IsIE & $Resources & $WebFrameSearchPanel & $FolderInfo;
30
30
  }
31
31
  export interface WebFrameSearchPanelState extends WebFrameSearchPanelParams, BaseControlState {
32
32
  }
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
3
+ import './WebFrameSearchPanel.stories.css';
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof WebFrameNavigationBar;
7
+ };
8
+ export default _default;
9
+ export declare const NavBarSearchMobileList: () => JSX.Element;
10
+ export declare const NavBarSearchMobileActive: () => JSX.Element;
11
+ export declare const OnlyButton: () => JSX.Element;
12
+ export declare const PanelOpened: () => JSX.Element;
13
+ export declare const DropdownOpened: () => JSX.Element;
14
+ export declare const SearchInputValue: () => JSX.Element;
@@ -53,7 +53,9 @@ import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
53
53
  import { $LastSearchParameters } from "@docsvision/webclient/Platform/$LastSearchParameters";
54
54
  import { $Poll } from "@docsvision/webclient/System/$PollService";
55
55
  import { $FolderPluginProvider } from "@docsvision/webclient/Platform/$FolderPluginProvider";
56
+ import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackground";
56
57
  import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
58
+ import { $WebFrameContentHeight } from "@docsvision/webclient/System/$WebFrameContentHeight";
57
59
  /** Сервис доступа к идентификатору текущего пользователя. */
58
60
  export declare type $CurrentEmployeeId = {
59
61
  currentEmployeeId: string;
@@ -143,4 +145,4 @@ export declare type $ApplicationSettings = {
143
145
  };
144
146
  export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
145
147
  /** Стандартные сервисы Web-клиента. */
146
- export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $HoverPanel;
148
+ export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $HoverPanel & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight;
@@ -0,0 +1,27 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { Store, Event } from 'effector';
3
+ export declare enum LayoutBackgroundStyle {
4
+ Tile = "repeat",
5
+ Stretch = "cover"
6
+ }
7
+ export interface ILayoutBackground {
8
+ /** Источник фона */
9
+ source: string;
10
+ /** Режим отображения фона */
11
+ type: GenModels.BackgroundType;
12
+ /** Стиль отображения фона */
13
+ style: GenModels.BackgroundStyle;
14
+ /** Видимость */
15
+ visibility?: boolean;
16
+ }
17
+ /** Реализация {@link ILayoutBackgroundService} */
18
+ export interface ILayoutBackgroundService {
19
+ readonly $webFrame: Store<ILayoutBackground>;
20
+ readonly $layout: Store<ILayoutBackground>;
21
+ setWebFrame: Event<ILayoutBackground>;
22
+ setLayout: Event<ILayoutBackground>;
23
+ }
24
+ export declare type $LayoutBackground = {
25
+ layoutBackground: ILayoutBackgroundService;
26
+ };
27
+ export declare const $LayoutBackground: string | ((model?: $LayoutBackground) => ILayoutBackgroundService);
@@ -1,7 +1,4 @@
1
- import { Store } from 'effector';
2
1
  export interface IPoll {
3
- readonly $URL: Store<string> | null;
4
- readonly $requestDate: Store<Date>;
5
2
  show(): void;
6
3
  }
7
4
  export declare type $Poll = {
@@ -21,6 +21,7 @@ export interface IRouter {
21
21
  getCurrentRoute<T>(): IRouteInfo<T>;
22
22
  setCurrentRoute<T>(info: IRouteInfo<T>): any;
23
23
  readonly currentRouteInfoChanged: ICancelableEvent<IRouteInfo<any>>;
24
+ readonly currentProcessingRouteInfo: IRouteInfo<any>;
24
25
  /**
25
26
  * Меняет URL без оповещения об этом (т.е. привязанные на адреса обработчики не сработают)
26
27
  * @param url URL
@@ -0,0 +1,14 @@
1
+ import { Store, Event } from 'effector';
2
+ /** Cервис. */
3
+ export interface IWebFrameContentHeightService {
4
+ /** Высота {@link WebFrameNavigationBar} */
5
+ readonly $navigationBar: Store<number>;
6
+ /** Высота {@link WebFrameHeaderContainer} */
7
+ readonly $headerContainer: Store<number>;
8
+ setNavigationBar: Event<number>;
9
+ setHeaderContainer: Event<number>;
10
+ }
11
+ export declare type $WebFrameContentHeight = {
12
+ webFrameContentHeight: IWebFrameContentHeightService;
13
+ };
14
+ export declare const $WebFrameContentHeight: string | ((model?: $WebFrameContentHeight) => IWebFrameContentHeightService);
@@ -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/WebCVersion/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
80
+ import("C:/Users/peshne.k/devWebClient/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/WebCVersion/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
83
+ import("C:/Users/peshne.k/devWebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
84
  /** @internal */
85
85
  state: StateT;
86
86
  searchInput: HTMLInputElement;
@@ -67,6 +67,11 @@ export declare class InputBasedControlParams<ModelT> extends BaseControlParams {
67
67
  isEditDialogShown?: boolean;
68
68
  /** Флаг, определяющий минимальный текстовый внешний вид элемента управления, подходящий для встраивания в текст. */
69
69
  simpleView?: boolean;
70
+ /** Флаг, определяющий, что в режиме edit in place был совершен клик по тексту. */
71
+ clickedLabel?: boolean;
72
+ /** Флаг, определяющий, что в режиме edit in place был совершен клик по иконке, расположенной рядом с текстом. */
73
+ clickedIcon?: boolean;
74
+ displayIcon?: boolean;
70
75
  /** Событие возникает при изменении значения элемента управления. @covered */
71
76
  dataChanged?: BasicApiEvent<IDataChangedEventArgsEx<ModelT>>;
72
77
  /** Событие возникает при открытии модального окна редактирования. @covered */