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
|
@@ -13,9 +13,9 @@ export let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebComboChangeEventArgsDetailDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
16
|
+
this.h = null;
|
|
17
|
+
this.k = null;
|
|
18
|
+
this.n = null;
|
|
19
19
|
}
|
|
20
20
|
get_type() {
|
|
21
21
|
return "WebComboChangeEventArgsDetail";
|
|
@@ -24,24 +24,24 @@ export let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
|
|
|
24
24
|
return this.get_type();
|
|
25
25
|
}
|
|
26
26
|
get newValue() {
|
|
27
|
-
return this.
|
|
27
|
+
return this.h;
|
|
28
28
|
}
|
|
29
29
|
set newValue(a) {
|
|
30
|
-
this.
|
|
30
|
+
this.h = a;
|
|
31
31
|
this.g("NewValue");
|
|
32
32
|
}
|
|
33
33
|
get items() {
|
|
34
|
-
return this.
|
|
34
|
+
return this.k;
|
|
35
35
|
}
|
|
36
36
|
set items(a) {
|
|
37
|
-
this.
|
|
37
|
+
this.k = a;
|
|
38
38
|
this.g("Items");
|
|
39
39
|
}
|
|
40
40
|
get changeType() {
|
|
41
|
-
return this.
|
|
41
|
+
return this.n;
|
|
42
42
|
}
|
|
43
43
|
set changeType(a) {
|
|
44
|
-
this.
|
|
44
|
+
this.n = a;
|
|
45
45
|
this.g("ChangeType");
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -27,7 +27,7 @@ export let WebComboChangeEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (()
|
|
|
27
27
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
28
28
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
29
29
|
a.item("__skipSuffix", "Boolean");
|
|
30
|
-
a.item("NewValue", "
|
|
30
|
+
a.item("NewValue", "Array:string");
|
|
31
31
|
a.item("Items", "Unknown");
|
|
32
32
|
a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
|
|
33
33
|
a.item("ChangeType@stringUnion", "WebComponents;React");
|
|
@@ -13,168 +13,184 @@ export let WebContentPaneDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebContentPaneDescription extends WebDockManagerPaneDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.as = null;
|
|
17
|
+
this.at = null;
|
|
16
18
|
this.ao = null;
|
|
17
|
-
this.ap = null;
|
|
18
|
-
this.ak = null;
|
|
19
|
-
this.am = null;
|
|
20
|
-
this.an = null;
|
|
21
19
|
this.aq = null;
|
|
22
20
|
this.ar = null;
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.r = false;
|
|
21
|
+
this.au = null;
|
|
22
|
+
this.av = null;
|
|
23
|
+
this.ap = null;
|
|
24
|
+
this.aj = 0;
|
|
28
25
|
this.o = false;
|
|
26
|
+
this.r = false;
|
|
27
|
+
this.s = false;
|
|
29
28
|
this.p = false;
|
|
30
|
-
this.
|
|
29
|
+
this.n = false;
|
|
30
|
+
this.q = false;
|
|
31
|
+
this.ak = 0;
|
|
32
|
+
this.x = false;
|
|
33
|
+
this.w = false;
|
|
34
|
+
this.aw = null;
|
|
31
35
|
this.v = false;
|
|
32
|
-
this.as = null;
|
|
33
|
-
this.u = false;
|
|
34
|
-
this.s = false;
|
|
35
36
|
this.t = false;
|
|
37
|
+
this.u = false;
|
|
36
38
|
}
|
|
37
39
|
get_type() {
|
|
38
40
|
return "WebContentPane";
|
|
39
41
|
}
|
|
40
42
|
get id() {
|
|
41
|
-
return this.
|
|
43
|
+
return this.as;
|
|
42
44
|
}
|
|
43
45
|
set id(a) {
|
|
44
|
-
this.
|
|
46
|
+
this.as = a;
|
|
45
47
|
this.g("Id");
|
|
46
48
|
}
|
|
47
49
|
get paneType() {
|
|
48
|
-
return this.
|
|
50
|
+
return this.at;
|
|
49
51
|
}
|
|
50
52
|
set paneType(a) {
|
|
51
|
-
this.
|
|
53
|
+
this.at = a;
|
|
52
54
|
this.g("PaneType");
|
|
53
55
|
}
|
|
54
56
|
get contentId() {
|
|
55
|
-
return this.
|
|
57
|
+
return this.ao;
|
|
56
58
|
}
|
|
57
59
|
set contentId(a) {
|
|
58
|
-
this.
|
|
60
|
+
this.ao = a;
|
|
59
61
|
this.g("ContentId");
|
|
60
62
|
}
|
|
61
63
|
get header() {
|
|
62
|
-
return this.
|
|
64
|
+
return this.aq;
|
|
63
65
|
}
|
|
64
66
|
set header(a) {
|
|
65
|
-
this.
|
|
67
|
+
this.aq = a;
|
|
66
68
|
this.g("Header");
|
|
67
69
|
}
|
|
68
70
|
get headerId() {
|
|
69
|
-
return this.
|
|
71
|
+
return this.ar;
|
|
70
72
|
}
|
|
71
73
|
set headerId(a) {
|
|
72
|
-
this.
|
|
74
|
+
this.ar = a;
|
|
73
75
|
this.g("HeaderId");
|
|
74
76
|
}
|
|
75
77
|
get tabHeaderId() {
|
|
76
|
-
return this.
|
|
78
|
+
return this.au;
|
|
77
79
|
}
|
|
78
80
|
set tabHeaderId(a) {
|
|
79
|
-
this.
|
|
81
|
+
this.au = a;
|
|
80
82
|
this.g("TabHeaderId");
|
|
81
83
|
}
|
|
82
84
|
get unpinnedHeaderId() {
|
|
83
|
-
return this.
|
|
85
|
+
return this.av;
|
|
84
86
|
}
|
|
85
87
|
set unpinnedHeaderId(a) {
|
|
86
|
-
this.
|
|
88
|
+
this.av = a;
|
|
87
89
|
this.g("UnpinnedHeaderId");
|
|
88
90
|
}
|
|
89
91
|
get floatingHeaderId() {
|
|
90
|
-
return this.
|
|
92
|
+
return this.ap;
|
|
91
93
|
}
|
|
92
94
|
set floatingHeaderId(a) {
|
|
93
|
-
this.
|
|
95
|
+
this.ap = a;
|
|
94
96
|
this.g("FloatingHeaderId");
|
|
95
97
|
}
|
|
96
98
|
get size() {
|
|
97
|
-
return this.
|
|
99
|
+
return this.aj;
|
|
98
100
|
}
|
|
99
101
|
set size(a) {
|
|
100
|
-
this.
|
|
102
|
+
this.aj = a;
|
|
101
103
|
this.g("Size");
|
|
102
104
|
}
|
|
103
105
|
get allowClose() {
|
|
104
|
-
return this.
|
|
106
|
+
return this.o;
|
|
105
107
|
}
|
|
106
108
|
set allowClose(a) {
|
|
107
|
-
this.
|
|
109
|
+
this.o = a;
|
|
108
110
|
this.g("AllowClose");
|
|
109
111
|
}
|
|
110
112
|
get allowMaximize() {
|
|
111
|
-
return this.
|
|
113
|
+
return this.r;
|
|
112
114
|
}
|
|
113
115
|
set allowMaximize(a) {
|
|
114
|
-
this.
|
|
116
|
+
this.r = a;
|
|
115
117
|
this.g("AllowMaximize");
|
|
116
118
|
}
|
|
117
119
|
get allowPinning() {
|
|
118
|
-
return this.
|
|
120
|
+
return this.s;
|
|
119
121
|
}
|
|
120
122
|
set allowPinning(a) {
|
|
121
|
-
this.
|
|
123
|
+
this.s = a;
|
|
122
124
|
this.g("AllowPinning");
|
|
123
125
|
}
|
|
124
126
|
get allowDocking() {
|
|
125
|
-
return this.
|
|
127
|
+
return this.p;
|
|
126
128
|
}
|
|
127
129
|
set allowDocking(a) {
|
|
128
|
-
this.
|
|
130
|
+
this.p = a;
|
|
129
131
|
this.g("AllowDocking");
|
|
130
132
|
}
|
|
133
|
+
get acceptsInnerDock() {
|
|
134
|
+
return this.n;
|
|
135
|
+
}
|
|
136
|
+
set acceptsInnerDock(a) {
|
|
137
|
+
this.n = a;
|
|
138
|
+
this.g("AcceptsInnerDock");
|
|
139
|
+
}
|
|
131
140
|
get allowFloating() {
|
|
132
|
-
return this.
|
|
141
|
+
return this.q;
|
|
133
142
|
}
|
|
134
143
|
set allowFloating(a) {
|
|
135
|
-
this.
|
|
144
|
+
this.q = a;
|
|
136
145
|
this.g("AllowFloating");
|
|
137
146
|
}
|
|
138
147
|
get unpinnedSize() {
|
|
139
|
-
return this.
|
|
148
|
+
return this.ak;
|
|
140
149
|
}
|
|
141
150
|
set unpinnedSize(a) {
|
|
142
|
-
this.
|
|
151
|
+
this.ak = a;
|
|
143
152
|
this.g("UnpinnedSize");
|
|
144
153
|
}
|
|
145
154
|
get isPinned() {
|
|
146
|
-
return this.
|
|
155
|
+
return this.x;
|
|
147
156
|
}
|
|
148
157
|
set isPinned(a) {
|
|
149
|
-
this.
|
|
158
|
+
this.x = a;
|
|
150
159
|
this.g("IsPinned");
|
|
151
160
|
}
|
|
161
|
+
get isMaximized() {
|
|
162
|
+
return this.w;
|
|
163
|
+
}
|
|
164
|
+
set isMaximized(a) {
|
|
165
|
+
this.w = a;
|
|
166
|
+
this.g("IsMaximized");
|
|
167
|
+
}
|
|
152
168
|
get unpinnedLocation() {
|
|
153
|
-
return this.
|
|
169
|
+
return this.aw;
|
|
154
170
|
}
|
|
155
171
|
set unpinnedLocation(a) {
|
|
156
|
-
this.
|
|
172
|
+
this.aw = a;
|
|
157
173
|
this.g("UnpinnedLocation");
|
|
158
174
|
}
|
|
159
175
|
get hidden() {
|
|
160
|
-
return this.
|
|
176
|
+
return this.v;
|
|
161
177
|
}
|
|
162
178
|
set hidden(a) {
|
|
163
|
-
this.
|
|
179
|
+
this.v = a;
|
|
164
180
|
this.g("Hidden");
|
|
165
181
|
}
|
|
166
182
|
get disabled() {
|
|
167
|
-
return this.
|
|
183
|
+
return this.t;
|
|
168
184
|
}
|
|
169
185
|
set disabled(a) {
|
|
170
|
-
this.
|
|
186
|
+
this.t = a;
|
|
171
187
|
this.g("Disabled");
|
|
172
188
|
}
|
|
173
189
|
get documentOnly() {
|
|
174
|
-
return this.
|
|
190
|
+
return this.u;
|
|
175
191
|
}
|
|
176
192
|
set documentOnly(a) {
|
|
177
|
-
this.
|
|
193
|
+
this.u = a;
|
|
178
194
|
this.g("DocumentOnly");
|
|
179
195
|
}
|
|
180
196
|
}
|
|
@@ -43,9 +43,11 @@ export let WebContentPaneDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
43
43
|
a.item("AllowMaximize", "Boolean");
|
|
44
44
|
a.item("AllowPinning", "Boolean");
|
|
45
45
|
a.item("AllowDocking", "Boolean");
|
|
46
|
+
a.item("AcceptsInnerDock", "Boolean");
|
|
46
47
|
a.item("AllowFloating", "Boolean");
|
|
47
48
|
a.item("UnpinnedSize", "Number:double");
|
|
48
49
|
a.item("IsPinned", "Boolean");
|
|
50
|
+
a.item("IsMaximized", "Boolean");
|
|
49
51
|
a.item("UnpinnedLocation", "ExportedType:string:UnpinnedLocation");
|
|
50
52
|
a.item("UnpinnedLocation@stringUnion", "WebComponents;React");
|
|
51
53
|
a.item("UnpinnedLocation@names", "Top;Bottom;Left;Right");
|
|
@@ -17,13 +17,14 @@ export let WebDockManagerDescription = /*@__PURE__*/ (() => {
|
|
|
17
17
|
this.l = null;
|
|
18
18
|
this.p = null;
|
|
19
19
|
this.h = null;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
20
|
+
this.v = false;
|
|
21
|
+
this.ac = null;
|
|
22
22
|
this.m = null;
|
|
23
23
|
this.r = null;
|
|
24
24
|
this.t = false;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
25
|
+
this.w = false;
|
|
26
|
+
this.u = false;
|
|
27
|
+
this.ab = null;
|
|
27
28
|
}
|
|
28
29
|
get_type() {
|
|
29
30
|
return "WebDockManager";
|
|
@@ -60,17 +61,17 @@ export let WebDockManagerDescription = /*@__PURE__*/ (() => {
|
|
|
60
61
|
this.g("ActivePane");
|
|
61
62
|
}
|
|
62
63
|
get allowMaximize() {
|
|
63
|
-
return this.
|
|
64
|
+
return this.v;
|
|
64
65
|
}
|
|
65
66
|
set allowMaximize(a) {
|
|
66
|
-
this.
|
|
67
|
+
this.v = a;
|
|
67
68
|
this.g("AllowMaximize");
|
|
68
69
|
}
|
|
69
70
|
get showHeaderIconOnHover() {
|
|
70
|
-
return this.
|
|
71
|
+
return this.ac;
|
|
71
72
|
}
|
|
72
73
|
set showHeaderIconOnHover(a) {
|
|
73
|
-
this.
|
|
74
|
+
this.ac = a;
|
|
74
75
|
this.g("ShowHeaderIconOnHover");
|
|
75
76
|
}
|
|
76
77
|
get maximizedPane() {
|
|
@@ -95,17 +96,24 @@ export let WebDockManagerDescription = /*@__PURE__*/ (() => {
|
|
|
95
96
|
this.g("AllowFloatingPanesResize");
|
|
96
97
|
}
|
|
97
98
|
get disableKeyboardNavigation() {
|
|
98
|
-
return this.
|
|
99
|
+
return this.w;
|
|
99
100
|
}
|
|
100
101
|
set disableKeyboardNavigation(a) {
|
|
101
|
-
this.
|
|
102
|
+
this.w = a;
|
|
102
103
|
this.g("DisableKeyboardNavigation");
|
|
103
104
|
}
|
|
105
|
+
get allowInnerDock() {
|
|
106
|
+
return this.u;
|
|
107
|
+
}
|
|
108
|
+
set allowInnerDock(a) {
|
|
109
|
+
this.u = a;
|
|
110
|
+
this.g("AllowInnerDock");
|
|
111
|
+
}
|
|
104
112
|
get layoutChangeRef() {
|
|
105
|
-
return this.
|
|
113
|
+
return this.ab;
|
|
106
114
|
}
|
|
107
115
|
set layoutChangeRef(a) {
|
|
108
|
-
this.
|
|
116
|
+
this.ab = a;
|
|
109
117
|
this.g("LayoutChangeRef");
|
|
110
118
|
}
|
|
111
119
|
}
|
|
@@ -51,6 +51,7 @@ export let WebDockManagerDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
51
51
|
a.item("ResourceStrings", "ExportedType:WebDockManagerResourceStrings");
|
|
52
52
|
a.item("AllowFloatingPanesResize", "Boolean");
|
|
53
53
|
a.item("DisableKeyboardNavigation", "Boolean");
|
|
54
|
+
a.item("AllowInnerDock", "Boolean");
|
|
54
55
|
a.item("LayoutChangeRef", "EventRef::layoutChange:customEvent");
|
|
55
56
|
}
|
|
56
57
|
static d(a) {
|
|
@@ -13,8 +13,9 @@ export let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebDockingIndicatorDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.k = null;
|
|
17
17
|
this.h = false;
|
|
18
|
+
this.j = null;
|
|
18
19
|
}
|
|
19
20
|
get_type() {
|
|
20
21
|
return "WebDockingIndicator";
|
|
@@ -23,10 +24,10 @@ export let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
|
|
|
23
24
|
return this.get_type();
|
|
24
25
|
}
|
|
25
26
|
get position() {
|
|
26
|
-
return this.
|
|
27
|
+
return this.k;
|
|
27
28
|
}
|
|
28
29
|
set position(a) {
|
|
29
|
-
this.
|
|
30
|
+
this.k = a;
|
|
30
31
|
this.g("Position");
|
|
31
32
|
}
|
|
32
33
|
get isRoot() {
|
|
@@ -36,6 +37,13 @@ export let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
|
|
|
36
37
|
this.h = a;
|
|
37
38
|
this.g("IsRoot");
|
|
38
39
|
}
|
|
40
|
+
get direction() {
|
|
41
|
+
return this.j;
|
|
42
|
+
}
|
|
43
|
+
set direction(a) {
|
|
44
|
+
this.j = a;
|
|
45
|
+
this.g("Direction");
|
|
46
|
+
}
|
|
39
47
|
}
|
|
40
48
|
WebDockingIndicatorDescription.$t = markType(WebDockingIndicatorDescription, 'WebDockingIndicatorDescription', Description.$);
|
|
41
49
|
return WebDockingIndicatorDescription;
|
|
@@ -31,6 +31,7 @@ export let WebDockingIndicatorDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
31
31
|
a.item("Position@stringUnion", "WebComponents;React");
|
|
32
32
|
a.item("Position@names", "Left;OuterLeft;Right;OuterRight;Top;OuterTop;Bottom;OuterBottom;Center");
|
|
33
33
|
a.item("IsRoot", "Boolean");
|
|
34
|
+
a.item("Direction", "String");
|
|
34
35
|
}
|
|
35
36
|
static d(a) {
|
|
36
37
|
WebDockingIndicatorDescriptionMetadata.b(a);
|
|
@@ -13,39 +13,40 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebSplitPaneDescription extends WebDockManagerPaneDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.ac = null;
|
|
17
16
|
this.ae = null;
|
|
18
|
-
this.
|
|
17
|
+
this.ag = null;
|
|
18
|
+
this.af = null;
|
|
19
19
|
this.m = null;
|
|
20
|
-
this.
|
|
20
|
+
this.z = 0;
|
|
21
21
|
this.o = null;
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
22
|
+
this.y = 0;
|
|
23
|
+
this.x = 0;
|
|
24
24
|
this.s = false;
|
|
25
25
|
this.r = false;
|
|
26
|
+
this.t = false;
|
|
26
27
|
}
|
|
27
28
|
get_type() {
|
|
28
29
|
return "WebSplitPane";
|
|
29
30
|
}
|
|
30
31
|
get id() {
|
|
31
|
-
return this.
|
|
32
|
+
return this.ae;
|
|
32
33
|
}
|
|
33
34
|
set id(a) {
|
|
34
|
-
this.
|
|
35
|
+
this.ae = a;
|
|
35
36
|
this.g("Id");
|
|
36
37
|
}
|
|
37
38
|
get paneType() {
|
|
38
|
-
return this.
|
|
39
|
+
return this.ag;
|
|
39
40
|
}
|
|
40
41
|
set paneType(a) {
|
|
41
|
-
this.
|
|
42
|
+
this.ag = a;
|
|
42
43
|
this.g("PaneType");
|
|
43
44
|
}
|
|
44
45
|
get orientation() {
|
|
45
|
-
return this.
|
|
46
|
+
return this.af;
|
|
46
47
|
}
|
|
47
48
|
set orientation(a) {
|
|
48
|
-
this.
|
|
49
|
+
this.af = a;
|
|
49
50
|
this.g("Orientation");
|
|
50
51
|
}
|
|
51
52
|
get panes() {
|
|
@@ -56,10 +57,10 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
56
57
|
this.g("Panes");
|
|
57
58
|
}
|
|
58
59
|
get size() {
|
|
59
|
-
return this.
|
|
60
|
+
return this.z;
|
|
60
61
|
}
|
|
61
62
|
set size(a) {
|
|
62
|
-
this.
|
|
63
|
+
this.z = a;
|
|
63
64
|
this.g("Size");
|
|
64
65
|
}
|
|
65
66
|
get floatingLocation() {
|
|
@@ -70,17 +71,17 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
70
71
|
this.g("FloatingLocation");
|
|
71
72
|
}
|
|
72
73
|
get floatingWidth() {
|
|
73
|
-
return this.
|
|
74
|
+
return this.y;
|
|
74
75
|
}
|
|
75
76
|
set floatingWidth(a) {
|
|
76
|
-
this.
|
|
77
|
+
this.y = a;
|
|
77
78
|
this.g("FloatingWidth");
|
|
78
79
|
}
|
|
79
80
|
get floatingHeight() {
|
|
80
|
-
return this.
|
|
81
|
+
return this.x;
|
|
81
82
|
}
|
|
82
83
|
set floatingHeight(a) {
|
|
83
|
-
this.
|
|
84
|
+
this.x = a;
|
|
84
85
|
this.g("FloatingHeight");
|
|
85
86
|
}
|
|
86
87
|
get floatingResizable() {
|
|
@@ -97,6 +98,13 @@ export let WebSplitPaneDescription = /*@__PURE__*/ (() => {
|
|
|
97
98
|
this.r = a;
|
|
98
99
|
this.g("AllowEmpty");
|
|
99
100
|
}
|
|
101
|
+
get isMaximized() {
|
|
102
|
+
return this.t;
|
|
103
|
+
}
|
|
104
|
+
set isMaximized(a) {
|
|
105
|
+
this.t = a;
|
|
106
|
+
this.g("IsMaximized");
|
|
107
|
+
}
|
|
100
108
|
}
|
|
101
109
|
WebSplitPaneDescription.$t = markType(WebSplitPaneDescription, 'WebSplitPaneDescription', WebDockManagerPaneDescription.$);
|
|
102
110
|
WebSplitPaneDescription.__marshalByValue1 = true;
|
|
@@ -44,6 +44,7 @@ export let WebSplitPaneDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
44
44
|
a.item("FloatingHeight", "Number:double");
|
|
45
45
|
a.item("FloatingResizable", "Boolean");
|
|
46
46
|
a.item("AllowEmpty", "Boolean");
|
|
47
|
+
a.item("IsMaximized", "Boolean");
|
|
47
48
|
WebSplitPaneDescriptionMetadata.e(a);
|
|
48
49
|
}
|
|
49
50
|
static d(a) {
|
|
@@ -15,12 +15,11 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super();
|
|
16
16
|
this.h = null;
|
|
17
17
|
this.q = null;
|
|
18
|
-
this.
|
|
18
|
+
this.r = null;
|
|
19
19
|
this.k = false;
|
|
20
20
|
this.j = false;
|
|
21
21
|
this.p = null;
|
|
22
|
-
this.
|
|
23
|
-
this.r = null;
|
|
22
|
+
this.s = null;
|
|
24
23
|
this.o = null;
|
|
25
24
|
this.n = null;
|
|
26
25
|
}
|
|
@@ -45,10 +44,10 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
45
44
|
this.g("Orientation");
|
|
46
45
|
}
|
|
47
46
|
get stepType() {
|
|
48
|
-
return this.
|
|
47
|
+
return this.r;
|
|
49
48
|
}
|
|
50
49
|
set stepType(a) {
|
|
51
|
-
this.
|
|
50
|
+
this.r = a;
|
|
52
51
|
this.g("StepType");
|
|
53
52
|
}
|
|
54
53
|
get linear() {
|
|
@@ -73,19 +72,12 @@ export let WebStepperDescription = /*@__PURE__*/ (() => {
|
|
|
73
72
|
this.g("Dir");
|
|
74
73
|
}
|
|
75
74
|
get titlePosition() {
|
|
76
|
-
return this.
|
|
75
|
+
return this.s;
|
|
77
76
|
}
|
|
78
77
|
set titlePosition(a) {
|
|
79
|
-
this.
|
|
78
|
+
this.s = a;
|
|
80
79
|
this.g("TitlePosition");
|
|
81
80
|
}
|
|
82
|
-
get size() {
|
|
83
|
-
return this.r;
|
|
84
|
-
}
|
|
85
|
-
set size(a) {
|
|
86
|
-
this.r = a;
|
|
87
|
-
this.g("Size");
|
|
88
|
-
}
|
|
89
81
|
get activeStepChangingRef() {
|
|
90
82
|
return this.o;
|
|
91
83
|
}
|
|
@@ -48,8 +48,6 @@ export let WebStepperDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
48
48
|
a.item("TitlePosition", "ExportedType:string:StepperTitlePosition");
|
|
49
49
|
a.item("TitlePosition@stringUnion", "WebComponents;React");
|
|
50
50
|
a.item("TitlePosition@names", "Top;Bottom;Start;End");
|
|
51
|
-
a.item("Size", "ExportedType:string:SizableComponentSize");
|
|
52
|
-
a.item("Size@names", "Large;Small;Medium");
|
|
53
51
|
a.item("ActiveStepChangingRef", "EventRef::activeStepChanging");
|
|
54
52
|
a.item("ActiveStepChangedRef", "EventRef::activeStepChanged");
|
|
55
53
|
}
|
|
@@ -13,28 +13,29 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebTabGroupPaneDescription extends WebDockManagerPaneDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.y = null;
|
|
17
|
+
this.z = null;
|
|
18
18
|
this.m = null;
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
19
|
+
this.u = 0;
|
|
20
|
+
this.t = 0;
|
|
21
21
|
this.p = false;
|
|
22
|
+
this.q = false;
|
|
22
23
|
}
|
|
23
24
|
get_type() {
|
|
24
25
|
return "WebTabGroupPane";
|
|
25
26
|
}
|
|
26
27
|
get id() {
|
|
27
|
-
return this.
|
|
28
|
+
return this.y;
|
|
28
29
|
}
|
|
29
30
|
set id(a) {
|
|
30
|
-
this.
|
|
31
|
+
this.y = a;
|
|
31
32
|
this.g("Id");
|
|
32
33
|
}
|
|
33
34
|
get paneType() {
|
|
34
|
-
return this.
|
|
35
|
+
return this.z;
|
|
35
36
|
}
|
|
36
37
|
set paneType(a) {
|
|
37
|
-
this.
|
|
38
|
+
this.z = a;
|
|
38
39
|
this.g("PaneType");
|
|
39
40
|
}
|
|
40
41
|
get panes() {
|
|
@@ -45,17 +46,17 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
45
46
|
this.g("Panes");
|
|
46
47
|
}
|
|
47
48
|
get size() {
|
|
48
|
-
return this.
|
|
49
|
+
return this.u;
|
|
49
50
|
}
|
|
50
51
|
set size(a) {
|
|
51
|
-
this.
|
|
52
|
+
this.u = a;
|
|
52
53
|
this.g("Size");
|
|
53
54
|
}
|
|
54
55
|
get selectedIndex() {
|
|
55
|
-
return this.
|
|
56
|
+
return this.t;
|
|
56
57
|
}
|
|
57
58
|
set selectedIndex(a) {
|
|
58
|
-
this.
|
|
59
|
+
this.t = a;
|
|
59
60
|
this.g("SelectedIndex");
|
|
60
61
|
}
|
|
61
62
|
get allowEmpty() {
|
|
@@ -65,6 +66,13 @@ export let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
|
|
|
65
66
|
this.p = a;
|
|
66
67
|
this.g("AllowEmpty");
|
|
67
68
|
}
|
|
69
|
+
get isMaximized() {
|
|
70
|
+
return this.q;
|
|
71
|
+
}
|
|
72
|
+
set isMaximized(a) {
|
|
73
|
+
this.q = a;
|
|
74
|
+
this.g("IsMaximized");
|
|
75
|
+
}
|
|
68
76
|
}
|
|
69
77
|
WebTabGroupPaneDescription.$t = markType(WebTabGroupPaneDescription, 'WebTabGroupPaneDescription', WebDockManagerPaneDescription.$);
|
|
70
78
|
WebTabGroupPaneDescription.__marshalByValue1 = true;
|