@docsvision/webclient 5.17.0-beta.6 → 5.17.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -68,7 +68,7 @@ export declare abstract class PartnerBase<T extends GenModels.DepartmentModel |
|
|
|
68
68
|
/** @internal */
|
|
69
69
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
70
70
|
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
71
|
-
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $
|
|
71
|
+
import("C:/dev/WebClient/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);
|
|
@@ -41,7 +41,7 @@ export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT ext
|
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
42
|
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
43
|
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
-
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $
|
|
44
|
+
import("C:/dev/WebClient/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>;
|
|
@@ -13,7 +13,8 @@ import { CancelableEvent } from '@docsvision/webclient/System/CancelableEvent';
|
|
|
13
13
|
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
14
14
|
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
15
15
|
import { LocationSourceMode } from '@docsvision/webclient/Helpers/LocationContainer/LocationSourceMode';
|
|
16
|
-
|
|
16
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
17
|
+
export declare type $LocationContainerControlServices = Optional<$LayoutController> & $LayoutManager & Optional<$CurrentLocation> & Optional<$Layout> & $DeviceType;
|
|
17
18
|
/**
|
|
18
19
|
* Содержит публичные свойства элемента управления [LayoutPosition]{@link LayoutPosition}.
|
|
19
20
|
*/
|