@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +0 -4
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +0 -2
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Models.d.ts +4 -13
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Platform/$CompanyLogo.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CompanyLogoService.d.ts +1 -3
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +1 -1
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameCompanyLogo.d.ts +0 -4
- package/Platform/WebFrameContent.d.ts +1 -9
- package/Platform/WebFrameContentImpl.d.ts +0 -4
- package/Platform/WebFrameHeaderContainer.d.ts +1 -5
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -8
- package/StandardServices.d.ts +1 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/Layout.d.ts +0 -6
- package/System/LayoutImpl.d.ts +0 -1
- package/package.json +1 -1
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +0 -11
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +0 -2
- package/System/$LayoutBackground.d.ts +0 -27
- package/System/LayoutBackgroundService.d.ts +0 -12
|
@@ -15,10 +15,6 @@ export interface IWebFrameDirectorySearchPanelService {
|
|
|
15
15
|
startSearch: Event<ISearchRequest>;
|
|
16
16
|
/** Событие очистки поисковой формы */
|
|
17
17
|
clearSearch: Event<void>;
|
|
18
|
-
/** Флаг состояния видимости панели поиска */
|
|
19
|
-
$expanded: Store<boolean>;
|
|
20
|
-
/** Событие состояния видимости панели поиска */
|
|
21
|
-
setExpanded: Event<boolean>;
|
|
22
18
|
}
|
|
23
19
|
export declare type $WebFrameDirectorySearchPanelService = {
|
|
24
20
|
webFrameDirectorySearchPanelService: IWebFrameDirectorySearchPanelService;
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, St
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected HeaderCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("C:/dev/
|
|
40
|
+
import("C:/dev/WebCVersion/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/
|
|
45
|
+
import("C:/dev/WebCVersion/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/
|
|
50
|
+
import("C:/dev/WebCVersion/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/
|
|
9
|
+
import("C:/dev/WebCVersion/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>;
|
|
@@ -13,7 +13,7 @@ import("react").ForwardRefExoticComponent<Pick<
|
|
|
13
13
|
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "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" | "renderContent"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("C:/dev/
|
|
16
|
+
import("C:/dev/WebCVersion/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/
|
|
6
|
+
import("C:/dev/WebCVersion/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/
|
|
41
|
+
import("C:/dev/WebCVersion/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|
|
@@ -67,8 +67,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
67
67
|
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> {
|
|
68
68
|
/** @internal */
|
|
69
69
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
70
|
-
import("C:/dev/
|
|
71
|
-
import("C:/dev/
|
|
70
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
71
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
72
72
|
/** @internal */
|
|
73
73
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
74
74
|
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/
|
|
43
|
-
import("C:/dev/
|
|
44
|
-
import("C:/dev/
|
|
42
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("C:/dev/WebCVersion/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/
|
|
4
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -76,7 +76,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
76
76
|
private set binding(value);
|
|
77
77
|
private set defaultEmployeeBinding(value);
|
|
78
78
|
get inputChanged():
|
|
79
|
-
import("C:/dev/
|
|
79
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
80
80
|
/** @covered */
|
|
81
81
|
get inputText(): string;
|
|
82
82
|
/** @covered */
|
|
@@ -55,7 +55,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
55
55
|
private shouldShowFavorites;
|
|
56
56
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
57
57
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
58
|
-
import("C:/dev/
|
|
58
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
59
59
|
protected onEditPopoverShowed(control: any): void;
|
|
60
60
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
61
61
|
protected getTypeaheadProps(): ITypeaheadProps & {
|
|
@@ -19,16 +19,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
19
19
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
20
20
|
export declare class TasksTableView {
|
|
21
21
|
mainButton: (props:
|
|
22
|
-
import("C:/dev/
|
|
22
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
23
23
|
dialog: (props:
|
|
24
|
-
import("C:/dev/
|
|
24
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").Props) => JSX.Element;
|
|
25
25
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
26
26
|
ribbon: typeof TasksTableRibbon;
|
|
27
27
|
ribbonGroup:
|
|
28
28
|
import("styled-components").StyledComponent<"div", any, {
|
|
29
29
|
className: string;
|
|
30
30
|
} &
|
|
31
|
-
import("C:/dev/
|
|
31
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
32
32
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
33
33
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
34
34
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -6,8 +6,6 @@ export declare class WebFrameDirectorySearchPanelService implements IWebFrameDir
|
|
|
6
6
|
setActivity: Event<boolean>;
|
|
7
7
|
startSearch: Event<ISearchRequest>;
|
|
8
8
|
clearSearch: Event<void>;
|
|
9
|
-
$expanded: Store<boolean>;
|
|
10
|
-
setExpanded: Event<boolean>;
|
|
11
9
|
protected domain:
|
|
12
10
|
import("effector").Domain;
|
|
13
11
|
constructor();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class WebFrameDirectorySearchPanelView {
|
|
3
3
|
SearchButton: (props:
|
|
4
|
-
import("C:/dev/
|
|
4
|
+
import("C:/dev/WebCVersion/Bin/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
5
5
|
SearchBar: (props:
|
|
6
6
|
import("./Components/SearchBar").ISearchBar) => JSX.Element;
|
|
7
7
|
}
|
|
@@ -3168,6 +3168,10 @@ export declare namespace GenModels {
|
|
|
3168
3168
|
* Gets or sets value
|
|
3169
3169
|
*/
|
|
3170
3170
|
value: string;
|
|
3171
|
+
/**
|
|
3172
|
+
* Gets or sets raw value
|
|
3173
|
+
*/
|
|
3174
|
+
rawValue: any;
|
|
3171
3175
|
/**
|
|
3172
3176
|
* Gets or sets count
|
|
3173
3177
|
*/
|
|
@@ -10545,19 +10549,6 @@ export declare namespace GenModels {
|
|
|
10545
10549
|
Pdfjs = 1
|
|
10546
10550
|
}
|
|
10547
10551
|
}
|
|
10548
|
-
export declare namespace GenModels {
|
|
10549
|
-
enum BackgroundStyle {
|
|
10550
|
-
Tile = 0,
|
|
10551
|
-
Stretch = 1
|
|
10552
|
-
}
|
|
10553
|
-
}
|
|
10554
|
-
export declare namespace GenModels {
|
|
10555
|
-
enum BackgroundType {
|
|
10556
|
-
Default = 0,
|
|
10557
|
-
Inherit = 1,
|
|
10558
|
-
Custom = 2
|
|
10559
|
-
}
|
|
10560
|
-
}
|
|
10561
10552
|
export declare namespace GenModels {
|
|
10562
10553
|
enum AgreementHistoryMode {
|
|
10563
10554
|
Button = 0,
|
|
@@ -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/
|
|
57
|
+
import("C:/dev/WebCVersion/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;
|
|
@@ -5,7 +5,7 @@ export declare enum LogoType {
|
|
|
5
5
|
}
|
|
6
6
|
/** Сервис для установки CompanyLogo. */
|
|
7
7
|
export interface ICompanyLogoService {
|
|
8
|
-
setCompanyLogoElements(control: HTMLElement, icon: HTMLElement
|
|
8
|
+
setCompanyLogoElements(control: HTMLElement, icon: HTMLElement): void;
|
|
9
9
|
show(text?: string): void;
|
|
10
10
|
showLogo(): void;
|
|
11
11
|
hideLogo(): void;
|
|
@@ -12,10 +12,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
|
|
|
12
12
|
constructor(props: PropsT, state?: StateT);
|
|
13
13
|
UNSAFE_componentWillMount(): void;
|
|
14
14
|
onSelecting():
|
|
15
|
-
import("C:/dev/
|
|
15
|
+
import("C:/dev/WebCVersion/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
16
16
|
onSelected(): void;
|
|
17
17
|
onToggling():
|
|
18
|
-
import("C:/dev/
|
|
18
|
+
import("C:/dev/WebCVersion/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
19
19
|
onToggled(): void;
|
|
20
20
|
protected onClick(event: React.MouseEvent<any>): void;
|
|
21
21
|
protected getCssClass(): string;
|
|
@@ -7,11 +7,9 @@ export declare class CompanyLogoService implements ICompanyLogoService {
|
|
|
7
7
|
_isHidden: boolean;
|
|
8
8
|
_logoType: LogoType;
|
|
9
9
|
_logoText: string;
|
|
10
|
-
_alwaysShow: boolean;
|
|
11
|
-
_filePath: string;
|
|
12
10
|
updateLogoVisibility: SimpleEvent<any>;
|
|
13
11
|
updateLogoType: SimpleEvent<any>;
|
|
14
|
-
setCompanyLogoElements: (control: HTMLElement, icon: HTMLElement
|
|
12
|
+
setCompanyLogoElements: (control: HTMLElement, icon: HTMLElement) => void;
|
|
15
13
|
getCompanyLogoElement: () => HTMLElement;
|
|
16
14
|
getLogoVisibility: () => boolean;
|
|
17
15
|
getTypeOfLogo: () => LogoType;
|
|
@@ -14,6 +14,7 @@ import { $ToolbarDaughterControls } from "@docsvision/webclient/Platform/$Toolba
|
|
|
14
14
|
export declare class DefaultFolderTablePluginFactory implements IFolderPluginFactory {
|
|
15
15
|
private services;
|
|
16
16
|
id: string;
|
|
17
|
-
constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain);
|
|
17
|
+
constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain & $DeviceType);
|
|
18
18
|
getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain & $HoverPanel & $ToolbarActionContainer & $ToolbarDaughterControls): ITablePlugins[];
|
|
19
|
+
private setForDesktop;
|
|
19
20
|
}
|
|
@@ -2,8 +2,7 @@ import { IRouteHandler } from "@docsvision/webclient/System/IRouteHandler";
|
|
|
2
2
|
import { RouteHandleResult } from "@docsvision/webclient/System/RouteHandleResult";
|
|
3
3
|
import { RouteType } from "@docsvision/webclient/System/RouteType";
|
|
4
4
|
import { IFolderPageRouteData } from '@docsvision/webclient/Platform/IFolderPageRouteData';
|
|
5
|
-
import { $
|
|
6
|
-
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
5
|
+
import { $ExperimentalFeature } from "@docsvision/webclient/System/$ExperimentalFeature";
|
|
7
6
|
/** @internal */
|
|
8
7
|
export declare class FolderWebFrameRouteHandler implements IRouteHandler<IFolderPageRouteData> {
|
|
9
8
|
private services;
|
|
@@ -11,7 +10,7 @@ export declare class FolderWebFrameRouteHandler implements IRouteHandler<IFolder
|
|
|
11
10
|
private layoutContainerName;
|
|
12
11
|
private webFrameContentBackgroundClass;
|
|
13
12
|
private webFrameContentName;
|
|
14
|
-
constructor(services: $
|
|
13
|
+
constructor(services: $ExperimentalFeature);
|
|
15
14
|
private routeTypeCheck;
|
|
16
15
|
private filterClasses;
|
|
17
16
|
mountRoute(data: IFolderPageRouteData, routeType: RouteType): Promise<RouteHandleResult>;
|
|
@@ -8,7 +8,7 @@ export interface IUnreadRowExtendedData extends ExtendedData {
|
|
|
8
8
|
unread: IUnreadRowData;
|
|
9
9
|
}
|
|
10
10
|
export declare const UNREAD_ROW_PLUGIN_ID: string;
|
|
11
|
-
export declare function
|
|
11
|
+
export declare function getUnreadRow(row: IRow): IUnreadRowData;
|
|
12
12
|
export interface IUnreadTableData extends IPluginData {
|
|
13
13
|
folderId: string;
|
|
14
14
|
}
|
|
@@ -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/
|
|
15
|
+
import("C:/dev/WebCVersion/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;
|
|
@@ -23,7 +23,7 @@ export declare class SecurityDescriptorDialogView {
|
|
|
23
23
|
frame: (props:
|
|
24
24
|
import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
|
|
25
25
|
table: (props:
|
|
26
|
-
import("C:/dev/
|
|
26
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
|
|
27
27
|
tableHead: (props:
|
|
28
28
|
import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
|
|
29
29
|
inheritanceButtons: (props:
|
|
@@ -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/
|
|
9
|
+
import("C:/dev/WebCVersion/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/
|
|
28
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
29
29
|
close(): void;
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
@@ -15,10 +15,6 @@ export declare class WebFrameCompanyLogoParams extends BaseControlParams {
|
|
|
15
15
|
typeOfLogo?: LogoType;
|
|
16
16
|
/** Текст логотипа */
|
|
17
17
|
logoText?: string;
|
|
18
|
-
/** Показывать ли логотип при переходе по папкам */
|
|
19
|
-
alwaysShow?: boolean;
|
|
20
|
-
/** Путь к логотипу */
|
|
21
|
-
filePath?: string;
|
|
22
18
|
services?: $CompanyLogo & $Layout;
|
|
23
19
|
}
|
|
24
20
|
export interface WebFrameCompanyLogoState extends WebFrameCompanyLogoParams, BaseControlState {
|
|
@@ -3,21 +3,13 @@ import { $ApplicationSettings } 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
6
|
/**
|
|
9
7
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameContent}.
|
|
10
8
|
*/
|
|
11
9
|
export declare class WebFrameContentParams extends BaseControlParams {
|
|
12
10
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
13
11
|
standardCssClass?: string;
|
|
14
|
-
|
|
15
|
-
backgroundImage?: string;
|
|
16
|
-
/** Режим отображения фона */
|
|
17
|
-
backgroundType?: GenModels.BackgroundType;
|
|
18
|
-
/** Стиль отображения фона */
|
|
19
|
-
backgroundStyle?: GenModels.BackgroundStyle;
|
|
20
|
-
services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage & $LayoutBackground;
|
|
12
|
+
services?: $ApplicationSettings & $ContentElementProvider & $LocalStorage;
|
|
21
13
|
}
|
|
22
14
|
export interface WebFrameContentState extends WebFrameContentParams, BaseControlState {
|
|
23
15
|
}
|
|
@@ -6,11 +6,7 @@ import React from 'react';
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class WebFrameContentImpl extends BaseControlImpl<WebFrameContentParams, WebFrameContentState> {
|
|
8
8
|
private content;
|
|
9
|
-
private backgroundUnsubscribe;
|
|
10
9
|
componentDidMount(): void;
|
|
11
|
-
componentWillUnmount(): void;
|
|
12
|
-
private setBackgroundStyle;
|
|
13
|
-
protected getCssStyle(): React.CSSProperties;
|
|
14
10
|
protected handleClick(event: React.MouseEvent<any>): void;
|
|
15
11
|
hideMainMenu: () => void;
|
|
16
12
|
protected renderControl(): JSX.Element;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
|
|
2
1
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
3
2
|
import { PanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
4
3
|
import { WebFrameHeaderContainerImpl } from '@docsvision/webclient/Platform/WebFrameHeaderContainerImpl';
|
|
5
|
-
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
6
4
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
7
|
-
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
8
5
|
/**
|
|
9
6
|
* Содержит публичные свойства элемента управления [Метка]{@link WebFrameHeaderContainer}.
|
|
10
7
|
*/
|
|
11
8
|
export declare class WebFrameHeaderContainerParams extends PanelParams {
|
|
12
9
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
13
10
|
standardCssClass?: string;
|
|
14
|
-
|
|
15
|
-
services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout;
|
|
11
|
+
services: $ApplicationSettings;
|
|
16
12
|
}
|
|
17
13
|
export interface WebFrameHeaderContainerState extends WebFrameHeaderContainerParams, PanelState {
|
|
18
14
|
}
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
|
|
2
3
|
import { WebFrameHeaderContainerParams, WebFrameHeaderContainerState } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Subscription } from 'effector';
|
|
5
4
|
/**
|
|
6
5
|
* Класс элемента управления WebFrameHeaderContainerImpl.
|
|
7
6
|
*/
|
|
8
7
|
export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams, WebFrameHeaderContainerState> {
|
|
9
|
-
visibilityControlsUnsubscribe: Subscription;
|
|
10
|
-
constructor(props: WebFrameHeaderContainerParams, state: WebFrameHeaderContainerState);
|
|
11
|
-
componentDidMount(): void;
|
|
12
|
-
componentWillUnmount(): void;
|
|
13
|
-
private visibilityControls;
|
|
14
8
|
hideUserMenu: (e: any) => void;
|
|
15
|
-
protected getCssStyle(): React.CSSProperties;
|
|
16
9
|
renderControl(): JSX.Element;
|
|
17
10
|
}
|
package/StandardServices.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ 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";
|
|
57
56
|
import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
|
|
58
57
|
/** Сервис доступа к идентификатору текущего пользователя. */
|
|
59
58
|
export declare type $CurrentEmployeeId = {
|
|
@@ -144,4 +143,4 @@ export declare type $ApplicationSettings = {
|
|
|
144
143
|
};
|
|
145
144
|
export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
|
|
146
145
|
/** Стандартные сервисы Web-клиента. */
|
|
147
|
-
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 & $
|
|
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;
|
|
@@ -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/
|
|
80
|
+
import("C:/dev/WebCVersion/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/
|
|
83
|
+
import("C:/dev/WebCVersion/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
84
84
|
/** @internal */
|
|
85
85
|
state: StateT;
|
|
86
86
|
searchInput: HTMLInputElement;
|
package/System/Layout.d.ts
CHANGED
|
@@ -28,12 +28,6 @@ export declare class LayoutParams extends PanelParams implements ILayoutParams {
|
|
|
28
28
|
layoutName: string;
|
|
29
29
|
/** Дочерние разметки. */
|
|
30
30
|
childLayouts?: Layout[];
|
|
31
|
-
/** URL к картинке фона */
|
|
32
|
-
backgroundImage?: string;
|
|
33
|
-
/** Режим отображения фона */
|
|
34
|
-
backgroundType?: GenModels.BackgroundType;
|
|
35
|
-
/** Стиль отображения фона */
|
|
36
|
-
backgroundStyle?: GenModels.BackgroundStyle;
|
|
37
31
|
/** Запрещает автоматическое удаление карточки/строки при закрытии несохраненной разметки создания */
|
|
38
32
|
disableUnsavedEntityDeletion?: boolean;
|
|
39
33
|
/** Событие возникает при открытии карточки. */
|
package/System/LayoutImpl.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export declare type LayoutImplState = LayoutState;
|
|
|
27
27
|
/** @internal */
|
|
28
28
|
export declare class LayoutImpl extends PanelImpl<LayoutImplProps, LayoutImplState> {
|
|
29
29
|
constructor(props: LayoutImplProps, state: LayoutImplState);
|
|
30
|
-
componentDidMount(): void;
|
|
31
30
|
protected get wrapper(): Layout;
|
|
32
31
|
protected prepareChildren(): void;
|
|
33
32
|
protected getCssClass(): string;
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
2
|
-
export declare enum WebFrameHeaderContentAvailableControls {
|
|
3
|
-
CustomButton = "CustomButton",
|
|
4
|
-
TextBox = "TextBox",
|
|
5
|
-
Number = "Number",
|
|
6
|
-
Url = "Url",
|
|
7
|
-
Dropdown = "Dropdown",
|
|
8
|
-
Label = "Label",
|
|
9
|
-
RadioGroup = "RadioGroup"
|
|
10
|
-
}
|
|
11
|
-
export declare function getWebFrameHeaderContainerChildControls(controls?: LayoutControl[]): LayoutControl[];
|
|
@@ -1,27 +0,0 @@
|
|
|
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,12 +0,0 @@
|
|
|
1
|
-
import { ILayoutBackground, ILayoutBackgroundService } from '@docsvision/webclient/System/$LayoutBackground';
|
|
2
|
-
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
-
import { Store, Event } from 'effector';
|
|
4
|
-
/** @internal Реализация {@link ILayoutBackgroundService}. */
|
|
5
|
-
export declare class LayoutBackgroundService implements ILayoutBackgroundService {
|
|
6
|
-
private services;
|
|
7
|
-
$webFrame: Store<ILayoutBackground>;
|
|
8
|
-
setWebFrame: Event<ILayoutBackground>;
|
|
9
|
-
$layout: Store<ILayoutBackground>;
|
|
10
|
-
setLayout: Event<ILayoutBackground>;
|
|
11
|
-
constructor(services: $Domain);
|
|
12
|
-
}
|