@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.
- package/Approval/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +1 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +12 -0
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +6 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +23 -3
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +13 -3
- package/Generated/DocsVision.WebClient.Models.d.ts +80 -7
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/Platform/$CompanyLogo.d.ts +1 -2
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CompanyLogoService.d.ts +3 -2
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +4 -1
- package/Platform/FolderGrid.d.ts +3 -2
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderWebFrameRouteHandler.d.ts +4 -2
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/NumberImpl.d.ts +3 -0
- package/Platform/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/SecurityDescriptorDialog.d.ts +6 -3
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextListInputView.d.ts +1 -1
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +7 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +11 -2
- package/Platform/WebFrameContentImpl.d.ts +6 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +6 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +8 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/StandardServices.d.ts +3 -1
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +4 -3
- package/System/Layout.d.ts +6 -0
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutImpl.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/Router.d.ts +1 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
|
@@ -39,6 +39,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
39
39
|
protected onDataChanged(eventArgs: IDataChangedEventArgs): void;
|
|
40
40
|
protected onInPlaceEditOpening(callback?: () => void): Promise<any>;
|
|
41
41
|
protected onInPlaceEditOpened(): void;
|
|
42
|
+
protected isLeftButton(): boolean;
|
|
42
43
|
protected onInPlaceEditClosing(sender: any, args: ICancelableEventArgs<any>): void;
|
|
43
44
|
protected onInPlaceEditClosed(): void;
|
|
44
45
|
validate(params: any): IValidationResult;
|
|
@@ -60,7 +61,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
60
61
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
61
62
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
62
63
|
protected onPlaceholderClick(event: any): void;
|
|
63
|
-
protected onValueClick(
|
|
64
|
+
protected onValueClick(): void;
|
|
64
65
|
protected renderValidationMessage(): JSX.Element;
|
|
65
66
|
protected getInputTitle(): string;
|
|
66
67
|
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
@@ -68,12 +69,12 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
68
69
|
protected editModeRender(): JSX.Element;
|
|
69
70
|
protected getValueTitle(): string;
|
|
70
71
|
protected renderWithText(): JSX.Element;
|
|
71
|
-
protected editInPlaceModeRender():
|
|
72
|
+
protected editInPlaceModeRender(): React.ReactNode;
|
|
72
73
|
protected viewModeRender(): JSX.Element;
|
|
73
74
|
protected simpleViewModeRender(): JSX.Element;
|
|
74
75
|
protected renderSimpleViewLabel(): JSX.Element;
|
|
75
76
|
protected renderSimpleViewValue(): JSX.Element;
|
|
76
|
-
renderControl():
|
|
77
|
+
renderControl(): {};
|
|
77
78
|
protected abstract getTextValue(): string;
|
|
78
79
|
/**
|
|
79
80
|
* При переопределении в производных классах должен рендерить контрол в соответствующий элемент.
|
package/System/Layout.d.ts
CHANGED
|
@@ -28,6 +28,12 @@ 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;
|
|
31
37
|
/** Запрещает автоматическое удаление карточки/строки при закрытии несохраненной разметки создания */
|
|
32
38
|
disableUnsavedEntityDeletion?: boolean;
|
|
33
39
|
/** Событие возникает при открытии карточки. */
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
}
|
package/System/LayoutImpl.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ 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;
|
|
30
31
|
protected get wrapper(): Layout;
|
|
31
32
|
protected prepareChildren(): void;
|
|
32
33
|
protected getCssClass(): string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const NavigationBarChildren: ({
|
|
2
|
+
controlTypeName: string;
|
|
3
|
+
isAsync: any;
|
|
4
|
+
properties: {
|
|
5
|
+
name: string;
|
|
6
|
+
standardCssClass: string;
|
|
7
|
+
click: string;
|
|
8
|
+
mouseOver: string;
|
|
9
|
+
mouseOut: string;
|
|
10
|
+
visibility?: undefined;
|
|
11
|
+
tip?: undefined;
|
|
12
|
+
tabStop?: undefined;
|
|
13
|
+
barcodeSearchButtonMode?: undefined;
|
|
14
|
+
};
|
|
15
|
+
children: any[];
|
|
16
|
+
} | {
|
|
17
|
+
controlTypeName: string;
|
|
18
|
+
isAsync: any;
|
|
19
|
+
properties: {
|
|
20
|
+
name: string;
|
|
21
|
+
visibility: boolean;
|
|
22
|
+
standardCssClass: string;
|
|
23
|
+
tip: string;
|
|
24
|
+
tabStop: boolean;
|
|
25
|
+
barcodeSearchButtonMode: number;
|
|
26
|
+
click: string;
|
|
27
|
+
mouseOver: string;
|
|
28
|
+
mouseOut: string;
|
|
29
|
+
};
|
|
30
|
+
children: any[];
|
|
31
|
+
})[];
|
package/System/Poll.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
3
|
import './Poll.css';
|
|
4
|
-
import {
|
|
4
|
+
import { PollStatus } from '@docsvision/webclient/System/PollService';
|
|
5
5
|
export interface PollProps extends HtmlProps.iframe {
|
|
6
|
-
|
|
6
|
+
updateStatus(status: PollStatus): void;
|
|
7
7
|
}
|
|
8
8
|
export declare const MIN_POLL_TIME = 30;
|
|
9
9
|
/** Контейнер для опроса */
|
package/System/PollService.d.ts
CHANGED
|
@@ -8,18 +8,19 @@ import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
|
8
8
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
9
9
|
import { Store, Event } from "effector";
|
|
10
10
|
import './PollService.css';
|
|
11
|
-
export declare enum
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
export declare enum PollStatus {
|
|
12
|
+
Done = 0,
|
|
13
|
+
Next = 1
|
|
14
14
|
}
|
|
15
15
|
export declare type TPollServices = $ApplicationSettings & $Domain & $LayoutUserSettingsController & $LocalStorage & $Resources & $MessageWindow & $CacheManagement & $DeviceType;
|
|
16
16
|
export declare class PollService implements IPoll {
|
|
17
17
|
private services;
|
|
18
18
|
$URL: Store<string>;
|
|
19
|
-
$
|
|
20
|
-
|
|
19
|
+
$nextPollDate: Store<Date>;
|
|
20
|
+
setNextPollDate: Event<Date>;
|
|
21
21
|
constructor(services: TPollServices);
|
|
22
|
-
|
|
22
|
+
checkNotificationDisplay: () => Promise<void>;
|
|
23
|
+
private updateStatus;
|
|
23
24
|
private take;
|
|
24
25
|
private nextTime;
|
|
25
26
|
private notification;
|
package/System/Router.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare class Router implements IRouter, ILegacyRouter, IRouterNavigation
|
|
|
23
23
|
private get searchPanel();
|
|
24
24
|
private currentRouteInfo;
|
|
25
25
|
private previousRoutePath;
|
|
26
|
-
|
|
26
|
+
currentProcessingRouteInfo: IRouteInfo<any>;
|
|
27
27
|
private currentRouteInfoChangedEvent;
|
|
28
28
|
private routeHandlers;
|
|
29
29
|
private pendingRouteTypeMappers;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { TabPageInfo } from "@docsvision/webclient/Platform/TabPageInfo";
|
|
3
|
+
export declare const firstTabContent: GenModels.ControlModel;
|
|
4
|
+
export declare const secondTabContent: GenModels.ControlModel;
|
|
5
|
+
export declare const tabPagesInfoStub: TabPageInfo[];
|
|
6
|
+
export declare const tabPagesStub: {
|
|
7
|
+
controlTypeName: string;
|
|
8
|
+
properties: {
|
|
9
|
+
name: string;
|
|
10
|
+
header: string;
|
|
11
|
+
};
|
|
12
|
+
children: GenModels.ControlModel[];
|
|
13
|
+
}[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IWebFrameContentHeightService } from '@docsvision/webclient/System/$WebFrameContentHeight';
|
|
2
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
3
|
+
import { Store, Event } from 'effector';
|
|
4
|
+
/** @internal Реализация {@link IWebFrameContentHeightService}. */
|
|
5
|
+
export declare class WebFrameContentHeightService implements IWebFrameContentHeightService {
|
|
6
|
+
private services;
|
|
7
|
+
static defaultNavigationBar: number;
|
|
8
|
+
static defaultHeaderContainer: number;
|
|
9
|
+
$navigationBar: Store<number>;
|
|
10
|
+
$headerContainer: Store<number>;
|
|
11
|
+
setNavigationBar: Event<number>;
|
|
12
|
+
setHeaderContainer: Event<number>;
|
|
13
|
+
constructor(services: $Domain);
|
|
14
|
+
}
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
export declare const buttons: {
|
|
2
|
+
children: any[];
|
|
3
|
+
controlTypeName: string;
|
|
4
|
+
isAsync: any;
|
|
5
|
+
properties: {
|
|
6
|
+
bindingEditOperation: {
|
|
7
|
+
name: string;
|
|
8
|
+
metadata: any[];
|
|
9
|
+
values: any[];
|
|
10
|
+
value: any;
|
|
11
|
+
editOperation: string;
|
|
12
|
+
};
|
|
13
|
+
blur: string;
|
|
14
|
+
click: string;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
focus: string;
|
|
17
|
+
isInheritedEditOperation: boolean;
|
|
18
|
+
mouseOut: string;
|
|
19
|
+
mouseOver: string;
|
|
20
|
+
name: string;
|
|
21
|
+
primary: boolean;
|
|
22
|
+
standardCssClass: string;
|
|
23
|
+
stretchWidth: boolean;
|
|
24
|
+
tabStop: boolean;
|
|
25
|
+
tag: string;
|
|
26
|
+
text: string;
|
|
27
|
+
tip: string;
|
|
28
|
+
visibility: boolean;
|
|
29
|
+
};
|
|
30
|
+
}[];
|
|
31
|
+
export declare const textBoxes: {
|
|
32
|
+
controlTypeName: string;
|
|
33
|
+
isAsync: any;
|
|
34
|
+
properties: {
|
|
35
|
+
tag: string;
|
|
36
|
+
name: string;
|
|
37
|
+
placeHolder: string;
|
|
38
|
+
tip: string;
|
|
39
|
+
labelText: string;
|
|
40
|
+
showEmptyLabel: boolean;
|
|
41
|
+
visibility: boolean;
|
|
42
|
+
visibilityEditOperation: string;
|
|
43
|
+
standardCssClass: string;
|
|
44
|
+
tabStop: boolean;
|
|
45
|
+
required: boolean;
|
|
46
|
+
editMode: number;
|
|
47
|
+
extendedDataSource: string;
|
|
48
|
+
binding: {
|
|
49
|
+
name: string;
|
|
50
|
+
metadata: any[];
|
|
51
|
+
values: any[];
|
|
52
|
+
value: string;
|
|
53
|
+
editOperation: string;
|
|
54
|
+
extendedDataSourceCardId: any;
|
|
55
|
+
extendedDataSourceSectionId: any;
|
|
56
|
+
extendedDataSourceRowId: any;
|
|
57
|
+
};
|
|
58
|
+
isInheritedEditOperation: boolean;
|
|
59
|
+
disabled: boolean;
|
|
60
|
+
trimValue: boolean;
|
|
61
|
+
click: string;
|
|
62
|
+
mouseOver: string;
|
|
63
|
+
mouseOut: string;
|
|
64
|
+
focus: string;
|
|
65
|
+
blur: string;
|
|
66
|
+
dataChanged: string;
|
|
67
|
+
inPlaceEditOpeninig: string;
|
|
68
|
+
inPlaceEditOpened: string;
|
|
69
|
+
inPlaceEditClosinig: string;
|
|
70
|
+
inPlaceEditClosed: string;
|
|
71
|
+
};
|
|
72
|
+
children: any[];
|
|
73
|
+
}[];
|
|
74
|
+
export declare const labels: {
|
|
75
|
+
controlTypeName: string;
|
|
76
|
+
isAsync: any;
|
|
77
|
+
properties: {
|
|
78
|
+
tag: string;
|
|
79
|
+
name: string;
|
|
80
|
+
text: string;
|
|
81
|
+
standardCssClass: string;
|
|
82
|
+
visibility: boolean;
|
|
83
|
+
click: string;
|
|
84
|
+
mouseOver: string;
|
|
85
|
+
mouseOut: string;
|
|
86
|
+
};
|
|
87
|
+
children: any[];
|
|
88
|
+
}[];
|
|
89
|
+
export declare const numbers: {
|
|
90
|
+
controlTypeName: string;
|
|
91
|
+
isAsync: any;
|
|
92
|
+
properties: {
|
|
93
|
+
name: string;
|
|
94
|
+
tag: string;
|
|
95
|
+
placeHolder: string;
|
|
96
|
+
labelText: string;
|
|
97
|
+
showEmptyLabel: boolean;
|
|
98
|
+
visibility: boolean;
|
|
99
|
+
extendedDataSource: string;
|
|
100
|
+
standardCssClass: string;
|
|
101
|
+
fractionDigits: number;
|
|
102
|
+
tabStop: boolean;
|
|
103
|
+
binding: {
|
|
104
|
+
name: string;
|
|
105
|
+
metadata: any[];
|
|
106
|
+
values: any[];
|
|
107
|
+
value: string;
|
|
108
|
+
editOperation: string;
|
|
109
|
+
extendedDataSourceCardId: any;
|
|
110
|
+
extendedDataSourceSectionId: any;
|
|
111
|
+
extendedDataSourceRowId: any;
|
|
112
|
+
};
|
|
113
|
+
isInheritedEditOperation: boolean;
|
|
114
|
+
disabled: boolean;
|
|
115
|
+
required: boolean;
|
|
116
|
+
editMode: number;
|
|
117
|
+
click: string;
|
|
118
|
+
mouseOver: string;
|
|
119
|
+
focus: string;
|
|
120
|
+
blur: string;
|
|
121
|
+
mouseOut: string;
|
|
122
|
+
dataChanged: string;
|
|
123
|
+
inPlaceEditOpening: string;
|
|
124
|
+
inPlaceEditOpened: string;
|
|
125
|
+
inPlaceEditClosing: string;
|
|
126
|
+
inPlaceEditClosed: string;
|
|
127
|
+
};
|
|
128
|
+
children: any[];
|
|
129
|
+
}[];
|
|
130
|
+
export declare const urls: {
|
|
131
|
+
controlTypeName: string;
|
|
132
|
+
isAsync: any;
|
|
133
|
+
properties: {
|
|
134
|
+
tag: string;
|
|
135
|
+
name: string;
|
|
136
|
+
visibility: boolean;
|
|
137
|
+
visibilityEditOperation: string;
|
|
138
|
+
standardCssClass: string;
|
|
139
|
+
tabStop: boolean;
|
|
140
|
+
externalUrl: string;
|
|
141
|
+
text: string;
|
|
142
|
+
extendedDataSource: string;
|
|
143
|
+
binding: {
|
|
144
|
+
name: string;
|
|
145
|
+
metadata: any[];
|
|
146
|
+
values: any[];
|
|
147
|
+
value: string;
|
|
148
|
+
editOperation: string;
|
|
149
|
+
extendedDataSourceCardId: any;
|
|
150
|
+
extendedDataSourceSectionId: any;
|
|
151
|
+
extendedDataSourceRowId: any;
|
|
152
|
+
};
|
|
153
|
+
openMode: number;
|
|
154
|
+
urlProtocol: string;
|
|
155
|
+
click: string;
|
|
156
|
+
mouseOver: string;
|
|
157
|
+
mouseOut: string;
|
|
158
|
+
};
|
|
159
|
+
children: any[];
|
|
160
|
+
}[];
|
|
161
|
+
export declare const dropdowns: {
|
|
162
|
+
controlTypeName: string;
|
|
163
|
+
isAsync: any;
|
|
164
|
+
properties: {
|
|
165
|
+
tag: string;
|
|
166
|
+
name: string;
|
|
167
|
+
placeHolder: string;
|
|
168
|
+
showEmptyLabel: boolean;
|
|
169
|
+
labelText: string;
|
|
170
|
+
extendedDataSource: string;
|
|
171
|
+
binding: {
|
|
172
|
+
name: string;
|
|
173
|
+
metadata: {
|
|
174
|
+
key: string;
|
|
175
|
+
value: string;
|
|
176
|
+
}[];
|
|
177
|
+
values: any[];
|
|
178
|
+
value: string;
|
|
179
|
+
editOperation: string;
|
|
180
|
+
extendedDataSourceCardId: any;
|
|
181
|
+
extendedDataSourceSectionId: any;
|
|
182
|
+
extendedDataSourceRowId: any;
|
|
183
|
+
};
|
|
184
|
+
defaultElement: string;
|
|
185
|
+
elements: {
|
|
186
|
+
name: string;
|
|
187
|
+
metadata: any[];
|
|
188
|
+
values: any[];
|
|
189
|
+
value: {
|
|
190
|
+
elements: {
|
|
191
|
+
key: string;
|
|
192
|
+
value: string;
|
|
193
|
+
valueCode: number;
|
|
194
|
+
}[];
|
|
195
|
+
isEmptyKeyAllowed: boolean;
|
|
196
|
+
};
|
|
197
|
+
editOperation: string;
|
|
198
|
+
extendedDataSourceCardId: any;
|
|
199
|
+
extendedDataSourceSectionId: any;
|
|
200
|
+
extendedDataSourceRowId: any;
|
|
201
|
+
};
|
|
202
|
+
isInheritedEditOperation: boolean;
|
|
203
|
+
disabled: boolean;
|
|
204
|
+
visibility: boolean;
|
|
205
|
+
standardCssClass: string;
|
|
206
|
+
tabStop: boolean;
|
|
207
|
+
required: boolean;
|
|
208
|
+
editMode: number;
|
|
209
|
+
click: string;
|
|
210
|
+
mouseOver: string;
|
|
211
|
+
mouseOut: string;
|
|
212
|
+
focus: string;
|
|
213
|
+
blur: string;
|
|
214
|
+
dataChanged: string;
|
|
215
|
+
inPlaceEditOpeninig: string;
|
|
216
|
+
inPlaceEditOpened: string;
|
|
217
|
+
inPlaceEditClosinig: string;
|
|
218
|
+
inPlaceEditClosed: string;
|
|
219
|
+
collapsed: string;
|
|
220
|
+
collapsing: string;
|
|
221
|
+
expanded: string;
|
|
222
|
+
expanding: string;
|
|
223
|
+
};
|
|
224
|
+
children: any[];
|
|
225
|
+
}[];
|
|
226
|
+
export declare const radioGroups: {
|
|
227
|
+
controlTypeName: string;
|
|
228
|
+
isAsync: any;
|
|
229
|
+
properties: {
|
|
230
|
+
tag: string;
|
|
231
|
+
name: string;
|
|
232
|
+
tip: string;
|
|
233
|
+
labelText: string;
|
|
234
|
+
columnCount: number;
|
|
235
|
+
showEmptyLabel: boolean;
|
|
236
|
+
extendedDataSource: string;
|
|
237
|
+
binding: {
|
|
238
|
+
name: string;
|
|
239
|
+
metadata: any[];
|
|
240
|
+
values: any[];
|
|
241
|
+
value: string;
|
|
242
|
+
editOperation: string;
|
|
243
|
+
extendedDataSourceCardId: any;
|
|
244
|
+
extendedDataSourceSectionId: any;
|
|
245
|
+
extendedDataSourceRowId: any;
|
|
246
|
+
};
|
|
247
|
+
elements: {
|
|
248
|
+
name: string;
|
|
249
|
+
metadata: any[];
|
|
250
|
+
values: any[];
|
|
251
|
+
value: {
|
|
252
|
+
elements: {
|
|
253
|
+
key: string;
|
|
254
|
+
value: string;
|
|
255
|
+
}[];
|
|
256
|
+
isEmptyKeyAllowed: boolean;
|
|
257
|
+
};
|
|
258
|
+
editOperation: string;
|
|
259
|
+
extendedDataSourceCardId: any;
|
|
260
|
+
extendedDataSourceSectionId: any;
|
|
261
|
+
extendedDataSourceRowId: any;
|
|
262
|
+
};
|
|
263
|
+
labelPlacement: number;
|
|
264
|
+
isInheritedEditOperation: boolean;
|
|
265
|
+
disabled: boolean;
|
|
266
|
+
visibility: boolean;
|
|
267
|
+
tabStop: boolean;
|
|
268
|
+
editMode: number;
|
|
269
|
+
standardCssClass: string;
|
|
270
|
+
required: boolean;
|
|
271
|
+
click: string;
|
|
272
|
+
mouseOver: string;
|
|
273
|
+
mouseOut: string;
|
|
274
|
+
focus: string;
|
|
275
|
+
blur: string;
|
|
276
|
+
dataChanged: string;
|
|
277
|
+
inPlaceEditOpeninig: string;
|
|
278
|
+
inPlaceEditOpened: string;
|
|
279
|
+
inPlaceEditClosinig: string;
|
|
280
|
+
inPlaceEditClosed: string;
|
|
281
|
+
};
|
|
282
|
+
children: any[];
|
|
283
|
+
}[];
|