igniteui-angular-core 16.1.0-beta.2 → 16.1.0-beta.4
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/bundles/igniteui-angular-core.umd.js +1360 -1259
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/CategoryChartDescription.js +116 -116
- package/esm2015/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm2015/lib/DomainChartDescription.js +654 -646
- package/esm2015/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +166 -166
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/XYChartDescription.js +203 -203
- package/esm2015/lib/componentUtil.js +2 -1
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/CategoryChartDescription.js +116 -116
- package/esm5/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm5/lib/DomainChartDescription.js +658 -646
- package/esm5/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +166 -166
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/XYChartDescription.js +203 -203
- package/esm5/lib/componentUtil.js +2 -1
- package/fesm2015/igniteui-angular-core.js +1332 -1255
- package/fesm5/igniteui-angular-core.js +1360 -1259
- package/lib/CategoryChartDescription.d.ts +43 -43
- package/lib/DomainChartDescription.d.ts +244 -241
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
|
@@ -6,189 +6,189 @@ import { Type } from "./type";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class FinancialChartDescription extends XYChartDescription {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
9
|
+
private v5;
|
|
10
10
|
get tooltipTemplateRef(): string;
|
|
11
11
|
set tooltipTemplateRef(a: string);
|
|
12
|
-
private
|
|
12
|
+
private v7;
|
|
13
13
|
get width(): string;
|
|
14
14
|
set width(a: string);
|
|
15
|
-
private
|
|
15
|
+
private v4;
|
|
16
16
|
get height(): string;
|
|
17
17
|
set height(a: string);
|
|
18
|
-
private
|
|
18
|
+
private v2;
|
|
19
19
|
get background(): string;
|
|
20
20
|
set background(a: string);
|
|
21
21
|
protected get_type(): string;
|
|
22
22
|
constructor();
|
|
23
|
-
private
|
|
23
|
+
private ur;
|
|
24
24
|
get leftMargin(): number;
|
|
25
25
|
set leftMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private t3;
|
|
27
27
|
get isHorizontalZoomEnabled(): boolean;
|
|
28
28
|
set isHorizontalZoomEnabled(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private uv;
|
|
30
30
|
get toolbarHeight(): number;
|
|
31
31
|
set toolbarHeight(a: number);
|
|
32
|
-
private
|
|
32
|
+
private ub;
|
|
33
33
|
get yAxisIsLogarithmic(): boolean;
|
|
34
34
|
set yAxisIsLogarithmic(a: boolean);
|
|
35
|
-
private
|
|
35
|
+
private vu;
|
|
36
36
|
get yAxisLogarithmBase(): number;
|
|
37
37
|
set yAxisLogarithmBase(a: number);
|
|
38
|
-
private
|
|
38
|
+
private u2;
|
|
39
39
|
get yAxisInterval(): number;
|
|
40
40
|
set yAxisInterval(a: number);
|
|
41
|
-
private
|
|
41
|
+
private u4;
|
|
42
42
|
get yAxisMinimumValue(): number;
|
|
43
43
|
set yAxisMinimumValue(a: number);
|
|
44
|
-
private
|
|
44
|
+
private u3;
|
|
45
45
|
get yAxisMaximumValue(): number;
|
|
46
46
|
set yAxisMaximumValue(a: number);
|
|
47
|
-
private
|
|
47
|
+
private u5;
|
|
48
48
|
get yAxisMinorInterval(): number;
|
|
49
49
|
set yAxisMinorInterval(a: number);
|
|
50
|
-
private
|
|
50
|
+
private v6;
|
|
51
51
|
get volumeType(): string;
|
|
52
52
|
set volumeType(a: string);
|
|
53
|
-
private
|
|
53
|
+
private v8;
|
|
54
54
|
get xAxisMode(): string;
|
|
55
55
|
set xAxisMode(a: string);
|
|
56
|
-
private
|
|
56
|
+
private ux;
|
|
57
57
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
58
58
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
59
|
-
private
|
|
59
|
+
private u0;
|
|
60
60
|
get xAxisZoomToCategoryStart(): number;
|
|
61
61
|
set xAxisZoomToCategoryStart(a: number);
|
|
62
|
-
private
|
|
62
|
+
private uy;
|
|
63
63
|
get xAxisZoomMaximumItemSpan(): number;
|
|
64
64
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
65
|
-
private
|
|
65
|
+
private uz;
|
|
66
66
|
get xAxisZoomToCategoryRange(): number;
|
|
67
67
|
set xAxisZoomToCategoryRange(a: number);
|
|
68
|
-
private
|
|
68
|
+
private u1;
|
|
69
69
|
get xAxisZoomToItemSpan(): number;
|
|
70
70
|
set xAxisZoomToItemSpan(a: number);
|
|
71
|
-
private
|
|
71
|
+
private wa;
|
|
72
72
|
get yAxisMode(): string;
|
|
73
73
|
set yAxisMode(a: string);
|
|
74
|
-
private
|
|
74
|
+
private t5;
|
|
75
75
|
get isToolbarVisible(): boolean;
|
|
76
76
|
set isToolbarVisible(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private v3;
|
|
78
78
|
get chartType(): string;
|
|
79
79
|
set chartType(a: string);
|
|
80
|
-
private
|
|
80
|
+
private v9;
|
|
81
81
|
get yAxisLabelHorizontalAlignment(): string;
|
|
82
82
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
83
|
-
private
|
|
83
|
+
private t7;
|
|
84
84
|
get isWindowSyncedToVisibleRange(): boolean;
|
|
85
85
|
set isWindowSyncedToVisibleRange(a: boolean);
|
|
86
|
-
private
|
|
86
|
+
private tf;
|
|
87
87
|
get indicatorTypes(): string[];
|
|
88
88
|
set indicatorTypes(a: string[]);
|
|
89
|
-
private
|
|
89
|
+
private tk;
|
|
90
90
|
get overlayTypes(): string[];
|
|
91
91
|
set overlayTypes(a: string[]);
|
|
92
|
-
private
|
|
92
|
+
private t9;
|
|
93
93
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
94
94
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
95
|
-
private
|
|
95
|
+
private uu;
|
|
96
96
|
get resolution(): number;
|
|
97
97
|
set resolution(a: number);
|
|
98
|
-
private
|
|
98
|
+
private t8;
|
|
99
99
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
100
100
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
101
|
-
private
|
|
101
|
+
private ua;
|
|
102
102
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
103
103
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
104
|
-
private
|
|
104
|
+
private wb;
|
|
105
105
|
get zoomSliderType(): string;
|
|
106
106
|
set zoomSliderType(a: string);
|
|
107
|
-
private
|
|
107
|
+
private tg;
|
|
108
108
|
get negativeBrushes(): string[];
|
|
109
109
|
set negativeBrushes(a: string[]);
|
|
110
|
-
private
|
|
110
|
+
private th;
|
|
111
111
|
get negativeOutlines(): string[];
|
|
112
112
|
set negativeOutlines(a: string[]);
|
|
113
|
-
private
|
|
113
|
+
private ti;
|
|
114
114
|
get overlayBrushes(): string[];
|
|
115
115
|
set overlayBrushes(a: string[]);
|
|
116
|
-
private
|
|
116
|
+
private tj;
|
|
117
117
|
get overlayOutlines(): string[];
|
|
118
118
|
set overlayOutlines(a: string[]);
|
|
119
|
-
private
|
|
119
|
+
private tn;
|
|
120
120
|
get volumeOutlines(): string[];
|
|
121
121
|
set volumeOutlines(a: string[]);
|
|
122
|
-
private
|
|
122
|
+
private tm;
|
|
123
123
|
get volumeBrushes(): string[];
|
|
124
124
|
set volumeBrushes(a: string[]);
|
|
125
|
-
private
|
|
125
|
+
private te;
|
|
126
126
|
get indicatorNegativeBrushes(): string[];
|
|
127
127
|
set indicatorNegativeBrushes(a: string[]);
|
|
128
|
-
private
|
|
128
|
+
private tc;
|
|
129
129
|
get indicatorBrushes(): string[];
|
|
130
130
|
set indicatorBrushes(a: string[]);
|
|
131
|
-
private
|
|
131
|
+
private uw;
|
|
132
132
|
get volumeThickness(): number;
|
|
133
133
|
set volumeThickness(a: number);
|
|
134
|
-
private
|
|
134
|
+
private ut;
|
|
135
135
|
get overlayThickness(): number;
|
|
136
136
|
set overlayThickness(a: number);
|
|
137
|
-
private
|
|
137
|
+
private us;
|
|
138
138
|
get overlayMultiplier(): number;
|
|
139
139
|
set overlayMultiplier(a: number);
|
|
140
|
-
private
|
|
140
|
+
private uq;
|
|
141
141
|
get indicatorThickness(): number;
|
|
142
142
|
set indicatorThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private td;
|
|
144
144
|
get indicatorDisplayTypes(): string[];
|
|
145
145
|
set indicatorDisplayTypes(a: string[]);
|
|
146
|
-
private
|
|
146
|
+
private vq;
|
|
147
147
|
get indicatorPeriod(): number;
|
|
148
148
|
set indicatorPeriod(a: number);
|
|
149
|
-
private
|
|
149
|
+
private up;
|
|
150
150
|
get indicatorMultiplier(): number;
|
|
151
151
|
set indicatorMultiplier(a: number);
|
|
152
|
-
private
|
|
152
|
+
private vt;
|
|
153
153
|
get indicatorSmoothingPeriod(): number;
|
|
154
154
|
set indicatorSmoothingPeriod(a: number);
|
|
155
|
-
private
|
|
155
|
+
private vr;
|
|
156
156
|
get indicatorShortPeriod(): number;
|
|
157
157
|
set indicatorShortPeriod(a: number);
|
|
158
|
-
private
|
|
158
|
+
private vp;
|
|
159
159
|
get indicatorLongPeriod(): number;
|
|
160
160
|
set indicatorLongPeriod(a: number);
|
|
161
|
-
private
|
|
161
|
+
private vs;
|
|
162
162
|
get indicatorSignalPeriod(): number;
|
|
163
163
|
set indicatorSignalPeriod(a: number);
|
|
164
|
-
private
|
|
164
|
+
private tl;
|
|
165
165
|
get rangeSelectorOptions(): string[];
|
|
166
166
|
set rangeSelectorOptions(a: string[]);
|
|
167
|
-
private
|
|
167
|
+
private tb;
|
|
168
168
|
get customIndicatorNames(): string[];
|
|
169
169
|
set customIndicatorNames(a: string[]);
|
|
170
|
-
private
|
|
170
|
+
private t6;
|
|
171
171
|
get isVerticalZoomEnabled(): boolean;
|
|
172
172
|
set isVerticalZoomEnabled(a: boolean);
|
|
173
|
-
private
|
|
173
|
+
private wc;
|
|
174
174
|
get zoomSliderXAxisMajorStroke(): string;
|
|
175
175
|
set zoomSliderXAxisMajorStroke(a: string);
|
|
176
|
-
private
|
|
176
|
+
private u6;
|
|
177
177
|
get zoomSliderXAxisMajorStrokeThickness(): number;
|
|
178
178
|
set zoomSliderXAxisMajorStrokeThickness(a: number);
|
|
179
|
-
private
|
|
179
|
+
private t4;
|
|
180
180
|
get isLegendVisible(): boolean;
|
|
181
181
|
set isLegendVisible(a: boolean);
|
|
182
|
-
private
|
|
182
|
+
private um;
|
|
183
183
|
get xAxisMinimumValue(): Date;
|
|
184
184
|
set xAxisMinimumValue(a: Date);
|
|
185
|
-
private
|
|
185
|
+
private ul;
|
|
186
186
|
get xAxisMaximumValue(): Date;
|
|
187
187
|
set xAxisMaximumValue(a: Date);
|
|
188
|
-
private
|
|
188
|
+
private to;
|
|
189
189
|
get xAxisBreaks(): TimeAxisBreakDescription[];
|
|
190
190
|
set xAxisBreaks(a: TimeAxisBreakDescription[]);
|
|
191
|
-
private
|
|
191
|
+
private v1;
|
|
192
192
|
get applyCustomIndicatorsRef(): string;
|
|
193
193
|
set applyCustomIndicatorsRef(a: string);
|
|
194
194
|
}
|
|
@@ -10,13 +10,13 @@ export declare class WebComboChangeEventArgsDetailDescription extends Descriptio
|
|
|
10
10
|
private static __marshalByValue;
|
|
11
11
|
private static __marshalByValueAlias;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
14
|
-
get newValue(): string;
|
|
15
|
-
set newValue(a: string);
|
|
16
|
-
private
|
|
13
|
+
private h;
|
|
14
|
+
get newValue(): string[];
|
|
15
|
+
set newValue(a: string[]);
|
|
16
|
+
private k;
|
|
17
17
|
get items(): any;
|
|
18
18
|
set items(a: any);
|
|
19
|
-
private
|
|
19
|
+
private n;
|
|
20
20
|
get changeType(): string;
|
|
21
21
|
set changeType(a: string);
|
|
22
22
|
}
|
|
@@ -9,64 +9,70 @@ export declare class WebContentPaneDescription extends WebDockManagerPaneDescrip
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private as;
|
|
13
13
|
get id(): string;
|
|
14
14
|
set id(a: string);
|
|
15
|
-
private
|
|
15
|
+
private at;
|
|
16
16
|
get paneType(): string;
|
|
17
17
|
set paneType(a: string);
|
|
18
|
-
private
|
|
18
|
+
private ao;
|
|
19
19
|
get contentId(): string;
|
|
20
20
|
set contentId(a: string);
|
|
21
|
-
private
|
|
21
|
+
private aq;
|
|
22
22
|
get header(): string;
|
|
23
23
|
set header(a: string);
|
|
24
|
-
private
|
|
24
|
+
private ar;
|
|
25
25
|
get headerId(): string;
|
|
26
26
|
set headerId(a: string);
|
|
27
|
-
private
|
|
27
|
+
private au;
|
|
28
28
|
get tabHeaderId(): string;
|
|
29
29
|
set tabHeaderId(a: string);
|
|
30
|
-
private
|
|
30
|
+
private av;
|
|
31
31
|
get unpinnedHeaderId(): string;
|
|
32
32
|
set unpinnedHeaderId(a: string);
|
|
33
|
-
private
|
|
33
|
+
private ap;
|
|
34
34
|
get floatingHeaderId(): string;
|
|
35
35
|
set floatingHeaderId(a: string);
|
|
36
|
-
private
|
|
36
|
+
private aj;
|
|
37
37
|
get size(): number;
|
|
38
38
|
set size(a: number);
|
|
39
|
-
private
|
|
39
|
+
private o;
|
|
40
40
|
get allowClose(): boolean;
|
|
41
41
|
set allowClose(a: boolean);
|
|
42
|
-
private
|
|
42
|
+
private r;
|
|
43
43
|
get allowMaximize(): boolean;
|
|
44
44
|
set allowMaximize(a: boolean);
|
|
45
|
-
private
|
|
45
|
+
private s;
|
|
46
46
|
get allowPinning(): boolean;
|
|
47
47
|
set allowPinning(a: boolean);
|
|
48
|
-
private
|
|
48
|
+
private p;
|
|
49
49
|
get allowDocking(): boolean;
|
|
50
50
|
set allowDocking(a: boolean);
|
|
51
|
-
private
|
|
51
|
+
private n;
|
|
52
|
+
get acceptsInnerDock(): boolean;
|
|
53
|
+
set acceptsInnerDock(a: boolean);
|
|
54
|
+
private q;
|
|
52
55
|
get allowFloating(): boolean;
|
|
53
56
|
set allowFloating(a: boolean);
|
|
54
|
-
private
|
|
57
|
+
private ak;
|
|
55
58
|
get unpinnedSize(): number;
|
|
56
59
|
set unpinnedSize(a: number);
|
|
57
|
-
private
|
|
60
|
+
private x;
|
|
58
61
|
get isPinned(): boolean;
|
|
59
62
|
set isPinned(a: boolean);
|
|
60
|
-
private
|
|
63
|
+
private w;
|
|
64
|
+
get isMaximized(): boolean;
|
|
65
|
+
set isMaximized(a: boolean);
|
|
66
|
+
private aw;
|
|
61
67
|
get unpinnedLocation(): string;
|
|
62
68
|
set unpinnedLocation(a: string);
|
|
63
|
-
private
|
|
69
|
+
private v;
|
|
64
70
|
get hidden(): boolean;
|
|
65
71
|
set hidden(a: boolean);
|
|
66
|
-
private
|
|
72
|
+
private t;
|
|
67
73
|
get disabled(): boolean;
|
|
68
74
|
set disabled(a: boolean);
|
|
69
|
-
private
|
|
75
|
+
private u;
|
|
70
76
|
get documentOnly(): boolean;
|
|
71
77
|
set documentOnly(a: boolean);
|
|
72
78
|
}
|
|
@@ -25,10 +25,10 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
25
25
|
private h;
|
|
26
26
|
get activePane(): WebContentPaneDescription;
|
|
27
27
|
set activePane(a: WebContentPaneDescription);
|
|
28
|
-
private
|
|
28
|
+
private v;
|
|
29
29
|
get allowMaximize(): boolean;
|
|
30
30
|
set allowMaximize(a: boolean);
|
|
31
|
-
private
|
|
31
|
+
private ac;
|
|
32
32
|
get showHeaderIconOnHover(): string;
|
|
33
33
|
set showHeaderIconOnHover(a: string);
|
|
34
34
|
private m;
|
|
@@ -40,10 +40,13 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
40
40
|
private t;
|
|
41
41
|
get allowFloatingPanesResize(): boolean;
|
|
42
42
|
set allowFloatingPanesResize(a: boolean);
|
|
43
|
-
private
|
|
43
|
+
private w;
|
|
44
44
|
get disableKeyboardNavigation(): boolean;
|
|
45
45
|
set disableKeyboardNavigation(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private u;
|
|
47
|
+
get allowInnerDock(): boolean;
|
|
48
|
+
set allowInnerDock(a: boolean);
|
|
49
|
+
private ab;
|
|
47
50
|
get layoutChangeRef(): string;
|
|
48
51
|
set layoutChangeRef(a: string);
|
|
49
52
|
}
|
|
@@ -8,10 +8,13 @@ export declare class WebDockingIndicatorDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private k;
|
|
12
12
|
get position(): string;
|
|
13
13
|
set position(a: string);
|
|
14
14
|
private h;
|
|
15
15
|
get isRoot(): boolean;
|
|
16
16
|
set isRoot(a: boolean);
|
|
17
|
+
private j;
|
|
18
|
+
get direction(): string;
|
|
19
|
+
set direction(a: string);
|
|
17
20
|
}
|
|
@@ -10,28 +10,28 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private ae;
|
|
14
14
|
get id(): string;
|
|
15
15
|
set id(a: string);
|
|
16
|
-
private
|
|
16
|
+
private ag;
|
|
17
17
|
get paneType(): string;
|
|
18
18
|
set paneType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private af;
|
|
20
20
|
get orientation(): string;
|
|
21
21
|
set orientation(a: string);
|
|
22
22
|
private m;
|
|
23
23
|
get panes(): WebDockManagerPaneDescription[];
|
|
24
24
|
set panes(a: WebDockManagerPaneDescription[]);
|
|
25
|
-
private
|
|
25
|
+
private z;
|
|
26
26
|
get size(): number;
|
|
27
27
|
set size(a: number);
|
|
28
28
|
private o;
|
|
29
29
|
get floatingLocation(): WebDockManagerPointDescription;
|
|
30
30
|
set floatingLocation(a: WebDockManagerPointDescription);
|
|
31
|
-
private
|
|
31
|
+
private y;
|
|
32
32
|
get floatingWidth(): number;
|
|
33
33
|
set floatingWidth(a: number);
|
|
34
|
-
private
|
|
34
|
+
private x;
|
|
35
35
|
get floatingHeight(): number;
|
|
36
36
|
set floatingHeight(a: number);
|
|
37
37
|
private s;
|
|
@@ -40,4 +40,7 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
40
40
|
private r;
|
|
41
41
|
get allowEmpty(): boolean;
|
|
42
42
|
set allowEmpty(a: boolean);
|
|
43
|
+
private t;
|
|
44
|
+
get isMaximized(): boolean;
|
|
45
|
+
set isMaximized(a: boolean);
|
|
43
46
|
}
|
|
@@ -15,7 +15,7 @@ export declare class WebStepperDescription extends Description {
|
|
|
15
15
|
private q;
|
|
16
16
|
get orientation(): string;
|
|
17
17
|
set orientation(a: string);
|
|
18
|
-
private
|
|
18
|
+
private r;
|
|
19
19
|
get stepType(): string;
|
|
20
20
|
set stepType(a: string);
|
|
21
21
|
private k;
|
|
@@ -27,12 +27,9 @@ export declare class WebStepperDescription extends Description {
|
|
|
27
27
|
private p;
|
|
28
28
|
get dir(): string;
|
|
29
29
|
set dir(a: string);
|
|
30
|
-
private
|
|
30
|
+
private s;
|
|
31
31
|
get titlePosition(): string;
|
|
32
32
|
set titlePosition(a: string);
|
|
33
|
-
private r;
|
|
34
|
-
get size(): string;
|
|
35
|
-
set size(a: string);
|
|
36
33
|
private o;
|
|
37
34
|
get activeStepChangingRef(): string;
|
|
38
35
|
set activeStepChangingRef(a: string);
|
|
@@ -10,22 +10,25 @@ export declare class WebTabGroupPaneDescription extends WebDockManagerPaneDescri
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private y;
|
|
14
14
|
get id(): string;
|
|
15
15
|
set id(a: string);
|
|
16
|
-
private
|
|
16
|
+
private z;
|
|
17
17
|
get paneType(): string;
|
|
18
18
|
set paneType(a: string);
|
|
19
19
|
private m;
|
|
20
20
|
get panes(): WebContentPaneDescription[];
|
|
21
21
|
set panes(a: WebContentPaneDescription[]);
|
|
22
|
-
private
|
|
22
|
+
private u;
|
|
23
23
|
get size(): number;
|
|
24
24
|
set size(a: number);
|
|
25
|
-
private
|
|
25
|
+
private t;
|
|
26
26
|
get selectedIndex(): number;
|
|
27
27
|
set selectedIndex(a: number);
|
|
28
28
|
private p;
|
|
29
29
|
get allowEmpty(): boolean;
|
|
30
30
|
set allowEmpty(a: boolean);
|
|
31
|
+
private q;
|
|
32
|
+
get isMaximized(): boolean;
|
|
33
|
+
set isMaximized(a: boolean);
|
|
31
34
|
}
|